@charset "UTF-8";

:root {
  --primary: #075dbd;
  --primary-700: #064b9d;
  --primary-900: #043b7b;
  --navy: #062c68;
  --sky: #eaf5ff;
  --cyan: #19a8a0;
  --green: #14a16f;
  --orange: #ffae23;
  --red: #e72839;
  --ink: #10254b;
  --muted: #66758e;
  --line: #dfe7f2;
  --surface: #ffffff;
  --surface-soft: #f6f9fd;
  --shadow-sm: 0 8px 28px rgba(18, 67, 120, .08);
  --shadow-md: 0 18px 50px rgba(13, 58, 109, .14);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --container: 1180px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.sr-only {
  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;
}
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#i-grid, #i-user, #i-users { fill: currentColor; stroke: none; }

.topbar { background: linear-gradient(90deg, var(--primary-900), #001f51); color: #fff; font-size: .84rem; }
.topbar__inner { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__links, .topbar__phones { display: flex; align-items: center; gap: 24px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .95; transition: opacity var(--transition); }
.topbar a:hover { opacity: .75; }
.topbar svg { width: 15px; height: 15px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7, 93, 189, .08); backdrop-filter: blur(14px); }
.header__inner { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 205px; }
.brand__logo { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(145deg, #e1f2ff, #fff); background-size: contain; background-repeat: no-repeat; background-position: center; position: relative; box-shadow: inset 0 0 0 1px #d9e9f9; }
.brand__logo::before { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.8rem; font-weight: 800; color: #1398df; }
.brand__logo[style*="background-image"]::before { display: none; }
.brand__text { display: grid; line-height: 1.25; }
.brand__text strong { font-size: 1.35rem; }
.brand__text small { color: var(--muted); font-size: .7rem; margin-top: 5px; }
.main-nav { margin-inline-start: auto; display: flex; align-items: stretch; align-self: stretch; gap: 28px; }
.main-nav a { display: grid; place-items: center; position: relative; font-weight: 700; font-size: .94rem; color: #1f3153; }
.main-nav a::after { content: ""; position: absolute; height: 3px; width: 0; right: 50%; bottom: 0; background: var(--primary); border-radius: 999px; transition: .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--primary); }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 100%; right: 0; }
.nav-toggle { display: none; margin-inline-start: auto; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--sky); color: var(--primary); cursor: pointer; place-items: center; }
.nav-toggle svg { width: 25px; height: 25px; }
.nav-toggle .menu-close { display: none; }

.hero { position: relative; overflow: hidden; min-height: 640px; background: radial-gradient(circle at 20% 10%, #ffffff 0 20%, transparent 55%), linear-gradient(90deg, #f8fbff, #eaf2fb); }
.hero__bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .22; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to top, rgba(255,255,255,.9), transparent); pointer-events: none; }
.hero__inner { min-height: 640px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 40px; }
.hero__content { align-self: center; padding: 58px 0 50px; position: relative; z-index: 3; }
.eyebrow { color: var(--primary); font-weight: 800; margin: 0 0 6px; font-size: .95rem; }
.hero h1 { margin: 0; color: var(--primary-900); font-size: clamp(2rem, 3.4vw, 3.55rem); line-height: 1.5; letter-spacing: -.03em; }
.hero h1 span { color: #162a54; font-size: .78em; font-weight: 700; }
.hero__subtitle { color: #243759; margin: 8px 0 24px; font-weight: 700; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 28px; }
.benefit { min-width: 0; text-align: center; padding: 12px 8px; border-left: 1px solid #d9e5f3; }
.benefit:last-child { border-left: 0; }
.benefit span { width: 50px; height: 50px; border-radius: 50%; background: #f3f9ff; color: var(--primary); display: grid; place-items: center; margin: 0 auto 7px; }
.benefit svg { width: 30px; height: 30px; }
.benefit strong { font-size: .77rem; display: block; line-height: 1.45; }
.consult-form { width: min(100%, 570px); background: rgba(255,255,255,.95); padding: 26px; border-radius: var(--radius-md); box-shadow: var(--shadow-md); border: 1px solid rgba(7,93,189,.1); }
.consult-form h2 { margin: 0 0 16px; text-align: center; font-size: 1.1rem; color: var(--primary-900); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consult-form input { width: 100%; min-height: 48px; border: 1px solid #d9e3ef; border-radius: 10px; background: #fff; padding: 0 16px; color: var(--ink); outline: none; transition: border var(--transition), box-shadow var(--transition); }
.consult-form input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(7,93,189,.1); }
.consult-form input.is-invalid { border-color: var(--red); }
.btn { min-height: 46px; border: 0; border-radius: 10px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(90deg, var(--primary), var(--primary-700)); box-shadow: 0 10px 22px rgba(7,93,189,.24); }
.btn--wide { width: 100%; margin-top: 12px; }
.form-note { text-align: center; margin: 13px 0 0; color: #44536c; font-size: .78rem; font-weight: 700; }
.form-note span { color: var(--primary); margin: 0 4px; }
.form-message { margin: 8px 0 0; text-align: center; min-height: 0; color: var(--green); font-size: .83rem; font-weight: 800; }
.hero__visual { position: relative; align-self: stretch; min-height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.doctor-image { width: 100%; height: 100%; min-height: 640px; background-position: bottom center; background-size: contain; background-repeat: no-repeat; position: relative; z-index: 2; }
.doctor-fallback { position: absolute; inset: 18% 10% 0; border-radius: 50% 50% 0 0; background: linear-gradient(150deg, #d8eaff, #9cc7ef); display: grid; place-items: center; opacity: .85; }
.doctor-fallback svg { width: 160px; height: 160px; color: #4f89bd; }
.doctor-image[style*="background-image"] .doctor-fallback { display: none; }
.doctor-badge { position: absolute; z-index: 4; left: 5%; top: 40%; display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 10px; background: #fff; box-shadow: var(--shadow-sm); font-weight: 800; color: #263a5d; }
.doctor-badge svg { color: var(--primary); }

.stats { position: relative; z-index: 5; margin-top: -1px; padding: 12px 0 20px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #e7edf5; border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; }
.stat { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px; border-left: 1px solid #e5ecf4; }
.stat:last-child { border-left: 0; }
.stat > svg { width: 44px; height: 44px; color: #4a87d5; }
.stat div { display: grid; line-height: 1.35; }
.stat strong { color: var(--primary); font-size: 1.5rem; }
.stat span { font-size: .78rem; font-weight: 700; color: #41516b; }

.section { padding: 28px 0; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 18px; }
.section-title span { height: 1px; width: 42px; background: #9fc5ef; }
.section-title h2, .simple-title { margin: 0; text-align: center; color: var(--primary-900); font-size: 1.35rem; }
.simple-title { margin-bottom: 18px; }

.slider { position: relative; padding-inline: 50px; }
.slider__viewport { overflow: hidden; }
.slider__track { display: flex; gap: 22px; transition: transform .45s ease; will-change: transform; }
.testimonial-card { flex: 0 0 calc((100% - 44px) / 3); min-width: 0; border: 1px solid #e2e8f1; border-radius: var(--radius-sm); background: linear-gradient(180deg, #fff, #fbfdff); padding: 18px 22px; box-shadow: 0 8px 24px rgba(27,64,108,.05); }
.testimonial-card header { display: flex; align-items: center; gap: 11px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(145deg, #dfeeff, #86b4e8); background-size: cover; background-position: center; flex: 0 0 auto; }
.testimonial-card header div { display: grid; line-height: 1.45; }
.testimonial-card header strong { font-size: .88rem; }
.testimonial-card header small { color: var(--muted); font-size: .72rem; }
.testimonial-card p { color: #263652; font-size: .82rem; margin: 15px 0 8px; min-height: 58px; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 1rem; direction: ltr; }
.slider__btn, .gallery-btn { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e2e9f2; background: #fff; color: var(--primary-900); box-shadow: var(--shadow-sm); display: grid; place-items: center; cursor: pointer; }
.slider__btn svg, .gallery-btn svg { width: 18px; height: 18px; }
.slider__btn--prev { right: 0; }
.slider__btn--next { left: 0; }
.slider__btn--prev svg, .gallery-btn--prev svg { transform: rotate(-90deg); }
.slider__btn--next svg, .gallery-btn--next svg { transform: rotate(90deg); }

.media-section { padding-top: 8px; }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel { border: 1px solid #e1e9f2; border-radius: var(--radius-md); background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: 0 9px 28px rgba(24,70,125,.05); }
.panel h2 { color: var(--primary-900); font-size: 1.15rem; margin: 0 0 16px; }
.videos-panel { padding: 20px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.video-card { min-height: 165px; border: 0; border-radius: 12px; background: linear-gradient(145deg, #dce8f7, #9fbad7); background-position: center; background-size: cover; position: relative; overflow: hidden; cursor: pointer; padding: 0; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,25,55,.78), transparent 65%); }
.video-card .play { position: absolute; z-index: 2; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.42); backdrop-filter: blur(4px); }
.video-card .play svg { width: 52px; height: 52px; }
.video-card strong { position: absolute; z-index: 2; bottom: 12px; right: 14px; left: 14px; color: #fff; text-align: right; font-size: .8rem; }
.instagram-panel { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; min-height: 260px; }
.instagram-copy { padding: 22px; }
.instagram-copy p { margin: -5px 0 10px; font-size: .9rem; }
.instagram-copy ul, .payment-copy ul { list-style: none; margin: 0 0 16px; padding: 0; }
.instagram-copy li, .payment-copy li { display: flex; align-items: center; gap: 7px; font-size: .82rem; margin: 6px 0; }
.instagram-copy li svg, .payment-copy li svg { color: var(--cyan); width: 17px; height: 17px; }
.instagram-copy .btn { font-size: .8rem; }
.phone-mockup { min-height: 100%; background: linear-gradient(145deg, #dfeaff, #95b8dc); background-size: contain; background-position: bottom center; background-repeat: no-repeat; display: grid; place-items: center; color: #fff; }
.phone-mockup > svg { width: 95px; height: 95px; opacity: .6; }
.phone-mockup[style*="background-image"] > svg { display: none; }

.gallery-wrap { position: relative; padding-inline: 26px; }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 178px; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 5px; }
.gallery::-webkit-scrollbar { display: none; }
.gallery-item { margin: 0; height: 112px; border-radius: 13px; background: linear-gradient(145deg, #dbe8f5, #9ab8d3); background-position: center; background-size: cover; position: relative; overflow: hidden; scroll-snap-align: start; box-shadow: 0 5px 16px rgba(28,64,100,.08); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,25,60,.65), transparent 55%); opacity: 0; transition: opacity var(--transition); }
.gallery-item figcaption { position: absolute; z-index: 2; right: 10px; bottom: 8px; color: #fff; font-size: .73rem; font-weight: 800; opacity: 0; transform: translateY(5px); transition: var(--transition); }
.gallery-item:hover::after, .gallery-item:hover figcaption { opacity: 1; transform: translateY(0); }
.gallery-btn--prev { right: 0; }
.gallery-btn--next { left: 0; }

.table-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid #dce5f0; box-shadow: 0 8px 25px rgba(25,66,108,.05); }
table { width: 100%; border-collapse: collapse; min-width: 700px; text-align: center; background: #fff; }
th, td { padding: 10px 16px; border-left: 1px solid #dce5f0; border-bottom: 1px solid #dce5f0; font-size: .82rem; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
th:last-child, td:last-child { border-left: 0; }
thead th { background: var(--primary); color: #fff; font-size: .9rem; }
thead th.laser { background: linear-gradient(90deg, #1ca796, #24b7a8); }
tbody th { background: #f5f8fc; color: #243a5b; }
tbody td:nth-child(2) { background: #eefbf9; font-weight: 700; }
tbody td:nth-child(3) { background: #f8fbff; }

.offer-payment__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.offer-card, .payment-card { min-height: 190px; padding: 18px 24px; display: grid; grid-template-columns: .9fr 1.3fr; align-items: center; gap: 16px; }
.offer-image, .payment-image { min-height: 150px; background-size: contain; background-position: center; background-repeat: no-repeat; display: grid; place-items: center; }
.offer-image svg, .payment-image svg { width: 110px; height: 110px; color: #5a91ca; }
.offer-image[style*="background-image"] svg, .payment-image[style*="background-image"] svg { display: none; }
.offer-copy { text-align: center; }
.offer-copy .kicker { margin: 0; color: var(--primary); font-size: .8rem; font-weight: 800; }
.offer-copy h2 { margin: 0; font-size: 1.05rem; }
.offer-copy h2 strong { color: var(--red); font-size: 1.55rem; }
.offer-copy > p:not(.kicker) { margin: 0 0 12px; font-size: .75rem; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; direction: ltr; }
.countdown div { border-radius: 9px; background: #fff; border: 1px solid #e4ebf3; box-shadow: 0 5px 14px rgba(33,70,109,.06); padding: 7px 3px; display: grid; line-height: 1.15; }
.countdown strong { font-size: 1rem; direction: ltr; }
.countdown span { color: var(--muted); font-size: .62rem; margin-top: 3px; }
.payment-copy h2 { margin: 0 0 10px; font-size: 1.2rem; }
.payment-copy li { font-weight: 700; }

.faq { padding-top: 12px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.faq-column { display: grid; gap: 10px; align-content: start; }
details { border: 1px solid #e4eaf2; border-radius: 10px; background: #f8faff; overflow: hidden; }
summary { list-style: none; min-height: 46px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; font-size: .82rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform var(--transition); }
details[open] summary svg { transform: rotate(45deg); }
details p { margin: 0; padding: 0 14px 14px; color: #516078; font-size: .8rem; }

.site-footer { margin-top: 20px; background: linear-gradient(90deg, #023a81, #001e50); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.1fr .9fr 1.15fr; gap: 34px; padding-top: 30px; padding-bottom: 25px; }
.site-footer h2 { font-size: .98rem; margin: 0 0 15px; }
.licenses { display: flex; gap: 12px; }
.license { width: 90px; height: 105px; border-radius: 12px; background: rgba(255,255,255,.94); background-position: center; background-size: contain; background-repeat: no-repeat; }
.permission { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.permission span { width: 56px; height: 56px; border-radius: 50%; background: #fff; background-size: contain; background-repeat: no-repeat; background-position: center; flex: 0 0 auto; }
.permission p { margin: 0; font-size: .73rem; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; font-size: .77rem; }
.footer-links a { opacity: .9; }
.footer-links a:hover { opacity: 1; text-decoration: underline; }
.site-footer address { display: grid; gap: 7px; font-size: .77rem; }
.site-footer address p, .site-footer address a { display: flex; gap: 8px; align-items: flex-start; margin: 0; }
.site-footer address svg { width: 17px; height: 17px; margin-top: 4px; flex: 0 0 auto; }
.socials { display: flex; gap: 9px; margin-top: 14px; direction: ltr; }
.socials a { width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; font-size: .67rem; font-weight: 900; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 9px 0; color: rgba(255,255,255,.72); font-size: .72rem; text-align: center; }

.floating-actions { position: fixed; z-index: 60; left: max(14px, env(safe-area-inset-left)); bottom: 22px; display: grid; gap: 10px; }
.float-btn { width: 48px; height: 48px; border-radius: 50%; border: 0; display: grid; place-items: center; color: #fff; box-shadow: 0 9px 24px rgba(0,0,0,.18); cursor: pointer; }
.float-btn--phone { background: var(--primary); }
.float-btn--whatsapp { background: #13ad66; font-size: .72rem; font-weight: 900; }
.float-btn--top { background: #fff; color: var(--navy); border: 1px solid #dce4ed; opacity: 0; pointer-events: none; transform: translateY(8px); transition: var(--transition); }
.float-btn--top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.video-modal { width: min(92vw, 900px); border: 0; padding: 0; border-radius: 16px; overflow: hidden; background: #000; color: #fff; }
.video-modal::backdrop { background: rgba(0,16,40,.78); backdrop-filter: blur(4px); }
.video-modal__close { position: absolute; z-index: 2; top: 10px; left: 10px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; display: grid; place-items: center; cursor: pointer; }
.video-modal__body { aspect-ratio: 16 / 9; display: grid; place-items: center; }
.video-modal iframe, .video-modal video { width: 100%; height: 100%; border: 0; }
.video-modal__body p { padding: 30px; text-align: center; }


/* فیلد ضداسپم فرم؛ برای کاربران واقعی قابل مشاهده نیست */
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.consult-form button[disabled] {
  opacity: .7;
  cursor: wait;
}

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .brand { min-width: auto; }
  .brand__text small { display: none; }
  .hero__inner { grid-template-columns: 1.12fr .88fr; }
  .benefits { gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .topbar__links { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__phones { width: 100%; justify-content: center; }
  .header__inner { min-height: 72px; }
  .brand__logo { width: 48px; height: 48px; }
  .brand__text strong { font-size: 1.1rem; }
  .nav-toggle { display: grid; }
  .nav-toggle[aria-expanded="true"] .menu-open { display: none; }
  .nav-toggle[aria-expanded="true"] .menu-close { display: block; }
  .main-nav { position: fixed; inset: 118px 0 auto; height: calc(100dvh - 118px); background: rgba(255,255,255,.98); display: grid; align-content: start; gap: 0; padding: 12px 24px 30px; transform: translateX(110%); transition: transform .3s ease; box-shadow: 0 20px 45px rgba(0,0,0,.12); overflow-y: auto; }
  .nav-open .main-nav { transform: translateX(0); }
  .main-nav a { min-height: 55px; justify-content: start; border-bottom: 1px solid #edf1f6; }
  .main-nav a::after { display: none; }
  .hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .hero__content { text-align: center; padding: 42px 0 20px; }
  .hero h1 { line-height: 1.45; }
  .benefits { max-width: 650px; margin-inline: auto; }
  .consult-form { margin-inline: auto; text-align: right; }
  .hero__visual { min-height: 430px; }
  .doctor-image { min-height: 430px; }
  .doctor-fallback { inset: 8% 20% 0; }
  .doctor-badge { top: 30%; left: 13%; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-left: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid #e5ecf4; }
  .testimonial-card { flex-basis: calc((100% - 22px) / 2); }
  .media-grid, .offer-payment__grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 25px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .topbar { font-size: .75rem; }
  .topbar__phones { gap: 12px; }
  .brand__text { display: none; }
  .main-nav { inset-top: 118px; }
  .hero h1 { font-size: 1.95rem; }
  .hero__subtitle { margin-bottom: 18px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-left: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid #d9e5f3; }
  .form-grid { grid-template-columns: 1fr; }
  .consult-form { padding: 20px 16px; }
  .hero__visual { min-height: 360px; }
  .doctor-image { min-height: 360px; }
  .doctor-fallback svg { width: 110px; height: 110px; }
  .doctor-badge { font-size: .76rem; padding: 8px 10px; }
  .stat { min-height: 85px; gap: 10px; padding: 10px 6px; }
  .stat > svg { width: 34px; height: 34px; }
  .stat strong { font-size: 1.12rem; }
  .stat span { font-size: .68rem; }
  .slider { padding-inline: 43px; }
  .testimonial-card { flex-basis: 100%; }
  .media-grid { gap: 14px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card { min-height: 185px; }
  .instagram-panel { grid-template-columns: 1fr; }
  .phone-mockup { min-height: 250px; order: -1; }
  .gallery { grid-auto-columns: 150px; }
  .gallery-item { height: 98px; }
  .offer-card, .payment-card { grid-template-columns: 1fr; text-align: center; }
  .offer-image, .payment-image { min-height: 100px; }
  .offer-image svg, .payment-image svg { width: 85px; height: 85px; }
  .payment-copy li { justify-content: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-actions { bottom: 14px; }
  .float-btn { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
