:root {
  --ink: #11231f;
  --muted: #66736f;
  --green: #087664;
  --green-dark: #083d36;
  --green-soft: #dceee9;
  --mint: #eef7f4;
  --sand: #f6f2eb;
  --white: #fff;
  --line: rgba(17,35,31,.14);
  --orange: #e89a66;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8,61,54,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: clip; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 15px; color: #fff; background: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topline { color: #dfece8; background: var(--green-dark); font-size: .73rem; letter-spacing: .02em; }
.topline__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; }
.topline__inner > div { display: flex; align-items: center; gap: 30px; }
.topline a { color: inherit; text-decoration: none; }
.topline a:hover { color: #fff; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #63d3b9; box-shadow: 0 0 0 4px rgba(99,211,185,.12); }

.header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 245px; height: auto; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav a { position: relative; font-size: .79rem; font-weight: 600; text-decoration: none; }
.nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.nav a:hover::after { transform: scaleX(1); }
.menu-toggle { width: 42px; height: 42px; display: none; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 10px 30px rgba(8,118,100,.2); font-size: .78rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--green-dark); box-shadow: 0 14px 35px rgba(8,61,54,.22); transform: translateY(-2px); }
.button--small { min-height: 43px; padding: 9px 19px; }
.button--wide { width: 100%; }
.button--light { color: var(--green-dark); background: #fff; border-color: #fff; box-shadow: none; }
.button--light:hover { color: #fff; background: transparent; }
.eyebrow { margin-bottom: 15px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #f7f4ef 0%, #eef7f4 100%); }
.hero__glow { position: absolute; top: -170px; left: 35%; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,255,255,.64); filter: blur(25px); }
.hero__grid { position: relative; min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding-block: 68px 78px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 27px; font-size: clamp(3.7rem, 5.3vw, 5.65rem); line-height: .94; }
.hero h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.hero__lead { max-width: 610px; margin-bottom: 32px; color: var(--muted); font-size: 1.04rem; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding-block: 10px; border-bottom: 1px solid var(--line); font-size: .79rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 10px; color: var(--green); }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; margin: 46px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__proof li { display: flex; gap: 10px; align-items: flex-start; padding-right: 16px; }
.hero__proof strong { color: var(--green-dark); font-size: .9rem; }
.hero__proof span { color: var(--muted); font-size: .67rem; line-height: 1.4; }
.hero__visual { position: relative; min-width: 0; }
.hero__image-frame { overflow: hidden; border-radius: 3px 110px 3px 3px; box-shadow: var(--shadow); }
.hero__image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,61,54,.16)); pointer-events: none; }
.hero__image-frame img { width: 100%; height: 520px; object-fit: cover; object-position: 48% center; }
.hero__badge { position: absolute; bottom: 35px; left: -42px; max-width: 285px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 17px 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero__badge > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.hero__badge p { margin: 0; color: var(--muted); font-size: .68rem; }
.hero__badge strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .77rem; }
.hero__note { position: absolute; top: 28px; right: -24px; padding: 12px 15px; color: #fff; background: var(--green-dark); border-radius: 2px 15px 2px 2px; font-size: .68rem; }
.hero__note strong { font-size: .73rem; }

.quick-choice { border-bottom: 1px solid var(--line); background: #fff; }
.quick-choice__grid { display: grid; grid-template-columns: .75fr repeat(3, 1fr); align-items: stretch; }
.quick-choice__grid > * { min-height: 82px; display: flex; align-items: center; gap: 13px; margin: 0; padding: 18px 22px; border: 0; border-left: 1px solid var(--line); background: transparent; font-size: .75rem; font-weight: 600; text-align: left; text-decoration: none; cursor: pointer; }
.quick-choice__grid > *:last-child { border-right: 1px solid var(--line); }
.quick-choice__grid > p { border-left: 0; color: var(--muted); font-weight: 500; }
.quick-choice__grid span { color: var(--green); font-size: .65rem; }
.quick-choice__grid button:hover, .quick-choice__grid a:hover { background: var(--mint); }

.section { padding-block: 112px; }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head h2 { margin: 0; font-size: clamp(3rem, 4.7vw, 5rem); line-height: .98; }
.section-head > p { margin: 0; color: var(--muted); font-size: .91rem; }
.section-head--compact { margin-bottom: 45px; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card--accent { background: var(--mint); border-color: transparent; }
.service-card--dark { color: #fff; background: var(--green-dark); border-color: var(--green-dark); }
.service-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px; }
.service-card__top span { color: var(--green); font-size: .67rem; }
.service-card__top b { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .6rem; font-weight: 600; }
.service-card--dark .service-card__top span { color: #79cfbb; }
.service-card--dark .service-card__top b { color: #d7e9e5; border-color: rgba(255,255,255,.2); }
.service-card h3 { margin-bottom: 14px; font-size: 1.35rem; line-height: 1.15; }
.service-card p { max-width: 320px; margin-bottom: 26px; color: var(--muted); font-size: .78rem; }
.service-card--dark p { color: rgba(255,255,255,.64); }
.service-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.service-card--dark .service-card__footer { border-color: rgba(255,255,255,.16); }
.service-card__footer strong { font-size: .81rem; }
.service-card__footer button { padding: 0; border: 0; background: transparent; font-size: .68rem; cursor: pointer; }
.service-card__footer button span { margin-left: 8px; color: var(--green); }
.service-card--dark .service-card__footer button span { color: #79cfbb; }
.all-services { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.all-services a { font-size: .78rem; font-weight: 700; text-decoration: none; }
.all-services a span { margin-left: 12px; color: var(--green); }
.all-services p { margin: 0; color: var(--muted); font-size: .69rem; }

.problems { color: #fff; background: var(--green-dark); }
.problems__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.problems .eyebrow { color: #8bd3c2; }
.problems__intro { position: sticky; top: 120px; }
.problems h2 { margin-bottom: 26px; font-size: clamp(3rem, 4.8vw, 5rem); line-height: .98; }
.problems__intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: rgba(255,255,255,.62); }
.problem-list { border-top: 1px solid rgba(255,255,255,.16); }
.problem-list button { width: 100%; min-height: 92px; display: grid; grid-template-columns: 55px 1fr 30px; align-items: center; padding: 20px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; background: transparent; text-align: left; cursor: pointer; }
.problem-list button:hover { padding-inline: 12px; background: rgba(255,255,255,.05); }
.problem-list span { color: #79cfbb; font-size: .65rem; }
.problem-list strong { font-size: 1.08rem; font-weight: 500; }
.problem-list i { color: #79cfbb; font-style: normal; font-size: 1.2rem; }

.approach { background: var(--sand); }
.approach__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.approach__visual { position: relative; }
.approach__visual img { width: 100%; height: 650px; object-fit: cover; border-radius: 70px 3px 3px 3px; filter: saturate(.82); }
.approach__visual > p { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 12px; margin: 0; padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,.9); font-size: .75rem; font-weight: 700; backdrop-filter: blur(10px); }
.approach__visual span { color: var(--green); font-size: .65rem; }
.approach h2 { margin-bottom: 24px; font-size: clamp(3rem, 4.5vw, 4.6rem); line-height: .98; }
.approach__lead { max-width: 640px; margin-bottom: 35px; color: var(--muted); }
.approach ol { margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.approach li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.approach li strong { display: block; margin-bottom: 4px; font-size: .88rem; }
.approach li p { margin: 0; color: var(--muted); font-size: .75rem; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--green); color: var(--green-dark); background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.text-button span { margin-left: 12px; color: var(--green); }

.catalog { background: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-grid button { min-height: 145px; display: grid; grid-template-columns: 40px 1fr 28px; grid-template-rows: auto auto; align-items: center; gap: 4px 16px; padding: 28px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: background .2s ease; }
.catalog-grid button:hover { background: var(--mint); }
.catalog-grid span { grid-row: 1 / 3; align-self: start; color: var(--green); font-size: .64rem; }
.catalog-grid strong { font-size: 1.05rem; font-weight: 600; }
.catalog-grid small { color: var(--muted); font-size: .67rem; }
.catalog-grid i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--green); font-style: normal; }

.clinic-note { padding-block: 84px; color: #fff; background: var(--green); }
.clinic-note__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.clinic-note__image { overflow: hidden; border-radius: 3px 55px 3px 3px; background: #fff; }
.clinic-note__image img { width: 100%; height: 365px; object-fit: cover; }
.clinic-note .eyebrow { color: #ccece5; }
.clinic-note h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 4.4vw, 4.4rem); line-height: .98; }
.clinic-note p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.clinic-note__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 28px; }
.clinic-note__facts span { display: flex; gap: 9px; align-items: center; font-size: .72rem; }
.clinic-note__facts b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #fff; }

.faq { background: var(--sand); }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 95px; }
.faq h2 { margin-bottom: 22px; font-size: clamp(3rem, 4.7vw, 4.8rem); line-height: .98; }
.faq__grid > div:first-child > p:last-child { color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 54px 23px 0; font-size: .92rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: absolute; top: 50%; right: 5px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); transform: translateY(-50%); }
.faq details[open] summary span { color: #fff; background: var(--green); transform: translateY(-50%) rotate(45deg); }
.faq details p { max-width: 700px; margin: 0; padding: 0 55px 23px 0; color: var(--muted); font-size: .78rem; }

.booking { padding-block: 95px; color: #fff; background: var(--green-dark); }
.booking__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.booking .eyebrow { color: #79cfbb; }
.booking h2 { margin-bottom: 23px; font-size: clamp(3rem, 4.8vw, 4.8rem); line-height: .98; }
.booking__copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.booking__contacts { display: grid; gap: 4px; margin-top: 32px; }
.booking__contacts a { font-size: 1.5rem; font-weight: 600; text-decoration: none; }
.booking__contacts span { color: rgba(255,255,255,.55); font-size: .7rem; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.booking-form label { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: .66rem; }
.booking-form label:nth-child(3), .booking-form .button, .booking-form > p { grid-column: 1 / -1; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); outline: none; }
.booking-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%); background-position: calc(100% - 18px) 22px,calc(100% - 13px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.booking-form option { color: var(--ink); background: #fff; }
.booking-form input::placeholder { color: rgba(255,255,255,.42); }
.booking-form input:focus, .booking-form select:focus { border-color: #79cfbb; }
.booking-form > p { margin: 0; color: rgba(255,255,255,.44); font-size: .58rem; text-align: center; }

.contacts { padding-block: 75px; background: #fff; }
.contacts__grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 50px; }
.contacts__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.contacts img { width: 235px; height: auto; }
.contacts p { margin: 5px 0 0; color: var(--muted); font-size: .66rem; }
.contacts span { color: var(--muted); font-size: .63rem; }
.contacts strong, .contacts__phone { font-size: .8rem; font-weight: 700; text-decoration: none; }
.contacts a:not(.contacts__phone), .contacts button { padding: 0; border: 0; color: var(--green); background: transparent; font-size: .66rem; text-decoration: none; cursor: pointer; }
.footer { color: rgba(255,255,255,.62); background: #062e29; font-size: .62rem; }
.footer .shell { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer p { margin: 0; }
.footer p:last-child { text-align: right; }
.footer div div { display: flex; gap: 22px; }
.footer a { text-decoration: none; }
.mobile-cta { display: none; }

.modal { width: min(540px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(4,35,31,.72); backdrop-filter: blur(5px); }
.modal__panel { position: relative; padding: 38px; }
.modal__close { position: absolute; top: 19px; right: 19px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.35rem; cursor: pointer; }
.modal h2 { margin-bottom: 10px; font-size: 2.4rem; }
.modal__panel > p:not(.eyebrow) { color: var(--muted); font-size: .8rem; }
.booking-form--modal { grid-template-columns: 1fr; margin-top: 25px; padding: 0; border: 0; background: transparent; }
.booking-form--modal label, .booking-form--modal > * { grid-column: 1 !important; color: var(--muted); }
.booking-form--modal input, .booking-form--modal select { color: var(--ink); background-color: var(--mint); border-color: var(--line); }
.booking-form--modal input::placeholder { color: #91a09c; }
.booking-form--modal > p { color: var(--muted); }

@media (max-width: 1040px) {
  .nav { gap: 17px; }
  .nav a { font-size: .7rem; }
  .hero__grid { gap: 42px; }
  .hero__image-frame img { height: 470px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contacts__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { font-size: 14px; padding-bottom: 70px; }
  .shell { width: min(100% - 28px, 1200px); }
  .topline { display: none; }
  .header__inner { min-height: 64px; gap: 12px; }
  .brand img { width: 176px; }
  .header .button { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; top: 64px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: #fff; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); font-size: .83rem; }
  .nav a::after { display: none; }

  .hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 23px; padding-block: 35px 28px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2rem, 10vw, 2.35rem); line-height: .96; }
  .hero__lead { margin-bottom: 22px; font-size: .9rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero__actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero__proof { margin-top: 25px; padding-top: 18px; }
  .hero__proof li { display: grid; gap: 3px; }
  .hero__proof span { font-size: .58rem; }
  .hero__visual { order: -1; }
  .hero__image-frame { border-radius: 3px 50px 3px 3px; }
  .hero__image-frame img { height: 270px; }
  .hero__badge { right: 12px; bottom: 12px; left: 12px; max-width: none; padding: 10px 12px; grid-template-columns: 32px 1fr; }
  .hero__badge > span { width: 32px; height: 32px; }
  .hero__note { display: none; }
  .quick-choice__grid { grid-template-columns: 1fr; }
  .quick-choice__grid > * { min-height: 54px; padding: 12px 2px; border-right: 0 !important; border-bottom: 1px solid var(--line); border-left: 0; }
  .quick-choice__grid > p { display: none; }

  .section { padding-block: 65px; }
  .section-head { grid-template-columns: 1fr; gap: 19px; margin-bottom: 32px; }
  .section-head h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .section-head > p { font-size: .82rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .service-card__top { margin-bottom: 35px; }
  .all-services { align-items: flex-start; flex-direction: column; gap: 8px; }

  .problems__grid, .approach__grid, .clinic-note__grid, .faq__grid, .booking__grid { grid-template-columns: 1fr; gap: 38px; }
  .problems__intro { position: static; }
  .problems h2, .clinic-note h2, .faq h2, .booking h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .approach h2 { font-size: clamp(1.55rem, 7.5vw, 1.9rem); line-height: 1; }
  .problem-list button { min-height: 74px; grid-template-columns: 42px 1fr 25px; }
  .problem-list strong { font-size: .91rem; }
  .approach__visual img { height: 420px; border-radius: 45px 3px 3px 3px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-grid button { min-height: 125px; padding: 21px 17px; }
  .catalog-grid strong { font-size: .93rem; }
  .clinic-note__image img { height: 270px; }
  .clinic-note__facts { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 21px; }
  .booking-form label, .booking-form > * { grid-column: 1 !important; }
  .contacts__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer .shell { grid-template-columns: 1fr; gap: 12px; padding-block: 22px; text-align: center; }
  .footer div div { justify-content: center; }
  .footer p:last-child { text-align: center; }
  .mobile-cta { position: fixed; z-index: 60; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 12px 35px rgba(8,61,54,.34); font-weight: 700; }
  .modal__panel { padding: 30px 20px 22px; }
  .modal h2 { font-size: 2rem; }
}

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