:root {
  --cyan: #00ffff; --teal: #008080; --teal-700: #006b6b; --deep: #073f42; --ink: #17383d;
  --muted: #5c7478; --ice: #f3f8fa; --line: #d8e7ea; --danger: #b42318; --success: #087a5b;
  --shadow: 0 22px 58px rgba(0, 80, 86, .12); --shadow-sm: 0 9px 26px rgba(0, 80, 86, .075);
  --ease: cubic-bezier(.2, .8, .2, 1); --container: 1120px;
}
.adel-contactpage * { box-sizing: border-box; }
.adel-contactpage {
  color: var(--ink);
  background: linear-gradient(180deg, #f9fdfd 0, var(--ice) 33rem, #fff 55rem);
  font-family: "IRANSansX", "Vazirmatn", Tahoma, sans-serif;
  font-size: 16px; line-height: 1.85;
  overflow-x: hidden; /* ضامن اضافه در برابر هر سرریز افقی احتمالی دیگر */
}
.adel-contactpage a { color: inherit; text-decoration: none; }
.adel-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
a.adel-contactpage.skip { position: fixed; z-index: 100; top: 12px; inset-inline-start: 16px; padding: 9px 15px; border-radius: 10px; color: #fff; background: var(--deep); transform: translateY(-150%); }
a.adel-contactpage.skip:focus { transform: none; }

/* روش امن مخفی‌سازی هانی‌پات — نسخهٔ قدیمی (left:-9999px) روی موبایل باعث اسکرول افقی/کش‌آمدن
   کل صفحه می‌شد چون یک المان position:absolute با آفست خیلی بزرگ، ناحیهٔ اسکرول سند را بزرگ
   می‌کند؛ این نسخه المان را داخل ۱ پیکسل کاملاً کلیپ‌شده نگه می‌دارد، نه بیرون از صفحه. */
.adel-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.adel-contact-hero { position: relative; overflow: hidden; padding: 48px 0 36px; background: radial-gradient(circle at 86% -10%, rgba(0, 255, 255, .22), transparent 27rem), radial-gradient(circle at 4% 120%, rgba(0, 128, 128, .08), transparent 24rem); }
.adel-contact-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 42px; }
.adel-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-700); font-size: .75rem; font-weight: 800; }
.adel-eyebrow:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0, 128, 128, .13); }
.adel-contact-hero h1 { max-width: 690px; margin: 10px 0 8px; color: var(--deep); font-size: clamp(2.15rem, 4.7vw, 4rem); line-height: 1.3; letter-spacing: -.055em; }
.adel-contact-hero p { max-width: 665px; margin: 0; color: #536d72; font-size: .86rem; }
.adel-hero-notes { display: grid; gap: 9px; }
.adel-hero-note { display: flex; align-items: center; gap: 8px; color: #4f696e; font-size: .69rem; }
.adel-hero-note svg { color: var(--teal); flex: 0 0 auto; }

.adel-contact-section { padding: 24px 0 72px; }
.adel-contact-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr); gap: 22px; align-items: start; }
.adel-form-card { padding: 27px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.adel-form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.adel-form-head h2 { margin: 0 0 4px; color: var(--deep); font-size: 1.35rem; line-height: 1.5; }
.adel-form-head p { margin: 0; color: var(--muted); font-size: .7rem; }
.adel-response-badge { flex: 0 0 auto; padding: 7px 11px; display: flex; align-items: center; gap: 7px; border: 1px solid #b9dddd; border-radius: 99px; color: var(--teal-700); background: #f2ffff; font-size: .63rem; font-weight: 800; }
.adel-response-badge:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(8, 122, 91, .12); }

.adel-topic-label { display: block; margin-bottom: 8px; color: var(--deep); font-size: .71rem; font-weight: 800; }
.adel-topic-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.adel-topic-chip { min-height: 43px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 12px; color: #526d71; background: #f8fbfb; font-size: .68rem; font-weight: 750; cursor: pointer; transition: .18s var(--ease); }
.adel-topic-chip:hover { border-color: #9bcfd1; color: var(--teal-700); background: #f1ffff; }
.adel-topic-chip[aria-pressed="true"] { border-color: var(--teal); color: #fff; background: var(--teal); box-shadow: 0 7px 17px rgba(0, 128, 128, .18); }

.adel-error-summary { display: none; margin-bottom: 18px; padding: 13px 15px; border: 1px solid #f1b8b3; border-radius: 13px; color: #7a271f; background: #fff6f5; font-size: .69rem; }
.adel-error-summary.is-visible { display: block; }
.adel-error-summary strong { display: block; margin-bottom: 2px; }
.adel-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.adel-field { min-width: 0; }
.adel-field.adel-full { grid-column: 1 / -1; }
.adel-field label { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; color: var(--deep); font-size: .69rem; font-weight: 800; }
.adel-field label small { color: #8a9b9e; font-size: .58rem; font-weight: 500; }
.adel-control { width: 100%; min-height: 49px; padding: 10px 13px; border: 1px solid #cbdfe1; border-radius: 13px; color: var(--deep); background: #fbfdfd; font-size: .73rem; transition: .18s; }
.adel-control::placeholder { color: #94a4a7; }
.adel-control:focus { border-color: var(--teal); outline: 0; box-shadow: 0 0 0 4px rgba(0, 128, 128, .1); background: #fff; }
textarea.adel-control { min-height: 128px; resize: vertical; }
.adel-field-error { min-height: 18px; margin: 3px 2px 0; color: var(--danger); font-size: .59rem; }
.adel-order-field { display: none; }
.adel-order-field.is-visible { display: block; }
.adel-form-bottom { margin-top: 7px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.adel-privacy { max-width: 390px; display: flex; align-items: flex-start; gap: 7px; color: #718589; font-size: .59rem; }
.adel-privacy svg { flex: 0 0 auto; margin-top: 3px; color: var(--teal); }
.adel-submit-btn { min-width: 155px; min-height: 50px; padding: 9px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; color: #fff; background: var(--teal); box-shadow: 0 10px 24px rgba(0, 128, 128, .23); font-size: .73rem; font-weight: 800; cursor: pointer; transition: .2s var(--ease); }
.adel-submit-btn:hover { background: var(--teal-700); transform: translateY(-2px); }
.adel-submit-btn:disabled { cursor: wait; opacity: .72; transform: none; }
.adel-success-box { display: none; padding: 38px 20px; text-align: center; }
.adel-success-box.is-visible { display: block; }
.adel-success-icon { width: 58px; height: 58px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--success); box-shadow: 0 12px 25px rgba(8, 122, 91, .2); }
.adel-success-box h2 { margin: 0 0 5px; color: var(--deep); font-size: 1.35rem; }
.adel-success-box p { max-width: 490px; margin: 0 auto 17px; color: var(--muted); font-size: .72rem; }
.adel-reset-form { min-height: 44px; padding: 8px 14px; border: 1px solid #b9d7d9; border-radius: 12px; color: var(--teal-700); background: #fff; font-size: .68rem; font-weight: 800; cursor: pointer; }

.adel-contact-aside { position: sticky; top: 18px; }
.adel-aside-card { padding: 20px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow-sm); }
.adel-aside-card h2 { margin: 0 0 4px; color: var(--deep); font-size: 1rem; }
.adel-aside-card > p { margin: 0 0 15px; color: var(--muted); font-size: .66rem; }
.adel-contact-links { display: grid; gap: 8px; }
.adel-contact-link { width: 100%; min-height: 56px; padding: 9px 11px; display: flex; align-items: center; gap: 10px; border: 1px solid #dce9ea; border-radius: 13px; color: var(--ink); background: #fbfdfd; transition: .18s; text-align: right; }
.adel-contact-link:hover { border-color: #9ed1d3; background: #f1ffff; transform: translateX(-2px); }
.adel-contact-link.adel-primary { border-color: var(--teal); color: #fff; background: var(--teal); }
.adel-contact-link.adel-primary:hover { background: var(--teal-700); }
.adel-contact-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--teal); background: #e7f8f8; }
.adel-contact-link.adel-primary .adel-contact-icon { color: var(--deep); background: var(--cyan); }
.adel-contact-text { min-width: 0; flex: 1; }
.adel-contact-text strong { display: block; font-size: .7rem; }
.adel-contact-text span { display: block; overflow: hidden; color: #718589; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.adel-contact-link.adel-primary .adel-contact-text span { color: #cce7e7; }
.adel-phone-number { direction: ltr; unicode-bidi: isolate; white-space: nowrap; letter-spacing: .045em; font-variant-numeric: tabular-nums; }

.adel-faq { padding: 0 0 74px; }
.adel-section-head { margin-bottom: 17px; }
.adel-section-head span { color: var(--teal-700); font-size: .66rem; font-weight: 800; }
.adel-section-head h2 { margin: 3px 0 0; color: var(--deep); font-size: 1.55rem; }
.adel-faq-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.adel-faq-item { border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.adel-faq-item summary { min-height: 66px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--deep); font-size: .69rem; font-weight: 800; cursor: pointer; list-style: none; }
.adel-faq-item summary::-webkit-details-marker { display: none; }
.adel-faq-item summary svg { flex: 0 0 auto; color: var(--teal); transition: .18s; }
.adel-faq-item[open] summary svg { transform: rotate(180deg); }
.adel-faq-answer { padding: 0 15px 15px; color: var(--muted); font-size: .63rem; }
.adel-faq-answer p { margin: 0; }

.adel-mini-cta { margin-bottom: 78px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid #9ed6d7; border-radius: 22px; background: radial-gradient(circle at 5% 50%, rgba(0, 255, 255, .14), transparent 16rem), linear-gradient(135deg, #ebffff, #f8fcfc); }
.adel-mini-cta h2 { margin: 0 0 2px; color: var(--deep); font-size: 1.2rem; }
.adel-mini-cta p { margin: 0; color: var(--muted); font-size: .66rem; }
.adel-mini-actions { display: flex; gap: 8px; }
.adel-mini-actions a { min-height: 45px; padding: 8px 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-size: .67rem; font-weight: 800; white-space: nowrap; }
.adel-shop-link { color: #fff; background: var(--teal); }
.adel-guide-link { border: 1px solid #acd4d6; color: var(--teal-700); background: #fff; }

@media (max-width: 900px) {
  .adel-contact-hero-inner { grid-template-columns: 1fr; }
  .adel-hero-notes { display: none; }
  .adel-contact-layout { grid-template-columns: 1fr; }
  .adel-contact-aside { position: static; }
  .adel-faq-list { grid-template-columns: 1fr; }
  .adel-mini-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .adel-container { width: min(calc(100% - 28px), var(--container)); }
  .adel-contact-hero { padding: 36px 0 28px; }
  .adel-contact-hero h1 { font-size: 2.2rem; }
  .adel-contact-hero p { font-size: .76rem; }
  .adel-contact-section { padding-top: 17px; }
  .adel-form-card { padding: 19px; border-radius: 21px; }
  .adel-form-head { flex-direction: column; gap: 9px; }
  .adel-field-grid { grid-template-columns: 1fr; }
  .adel-field.adel-full { grid-column: auto; }
  .adel-form-bottom { align-items: stretch; flex-direction: column; }
  .adel-submit-btn { width: 100%; }
  .adel-mini-cta { padding: 20px 18px; }
  .adel-mini-actions { width: 100%; flex-direction: column; }
  .adel-mini-actions a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .adel-contactpage *, .adel-contactpage *:before, .adel-contactpage *:after { transition-duration: .01ms !important; }
}
