:root {
  --primary: #0f766e;
  --primary-dark: #0b4f4a;
  --primary-soft: #dff4ef;
  --accent: #d97706;
  --sand: #f4eee4;
  --sand-light: #faf7f1;
  --ink: #163431;
  --muted: #5c716e;
  --white: #fff;
  --border: #d8e4e1;
  --shadow: 0 24px 70px rgba(15, 58, 54, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Heebo", Arial, sans-serif; font-size: 17px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 2000; inset-block-start: 10px; inset-inline-start: 10px; transform: translateY(-150%); padding: 10px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #f59e0b; outline-offset: 4px; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 82px; display: flex; align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(15,118,110,.12); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 50%; }
.brand-mark svg { width: 31px; height: 31px; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: 18px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; flex: 1; }
.site-nav a, .site-footer nav a { position: relative; color: #385653; font-size: 15px; font-weight: 600; transition: color .2s ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--primary); transition: width .2s ease; }
.site-nav a:hover { color: var(--primary); }
.site-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; border: 1px solid var(--primary); border-radius: 8px; background: var(--primary); color: #fff; font-weight: 700; cursor: pointer; box-shadow: 0 10px 26px rgba(15,118,110,.2); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); box-shadow: 0 14px 32px rgba(15,78,74,.24); }
.button-small { min-height: 44px; padding: 8px 20px; font-size: 15px; }
.button-outline { background: transparent; color: var(--primary-dark); box-shadow: none; }
.button-outline:hover { color: #fff; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; color: var(--primary); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-4px); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; padding: 76px 0 92px; background: linear-gradient(110deg, #fbf9f4 0%, #f3f9f7 60%, #edf8f5 100%); overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--primary); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .about-copy h2, .faq-heading h2, .contact-copy h2, .local-copy h2 { margin: 0; font-family: "Newsreader", "Heebo", serif; font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.hero h1 { max-width: 620px; font-size: clamp(54px, 6vw, 84px); }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-lead { max-width: 580px; margin: 28px 0 32px; color: #496560; font-size: 20px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: #45635f; font-size: 14px; font-weight: 600; }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 20px; height: 20px; padding: 3px; stroke: var(--primary); stroke-width: 2.5; fill: none; border: 1px solid #a9d9d0; border-radius: 50%; }
.hero-media { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; height: 570px; overflow: hidden; border-radius: 140px 18px 140px 18px; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,79,74,.13), transparent 45%); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.availability-card { position: absolute; right: -42px; bottom: 54px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(15,118,110,.15); border-radius: 14px; box-shadow: 0 16px 40px rgba(14,70,66,.16); }
.availability-card strong, .availability-card small { display: block; line-height: 1.4; }
.availability-card strong { font-size: 15px; }
.availability-card small { color: var(--muted); font-size: 12px; }
.status-dot { width: 10px; height: 10px; background: #16a34a; border-radius: 50%; box-shadow: 0 0 0 5px #dcfce7; }
.experience-badge { position: absolute; left: -25px; top: 38px; width: 118px; height: 118px; display: grid; align-content: center; justify-content: center; padding: 12px; color: #fff; background: var(--primary); border: 7px solid #f1f8f6; border-radius: 50%; text-align: center; box-shadow: 0 14px 36px rgba(15,118,110,.22); }
.experience-badge strong { display: block; font-size: 30px; line-height: 1; }
.experience-badge span { font-size: 12px; line-height: 1.3; }
.hero-shape { position: absolute; left: -130px; bottom: -250px; width: 520px; height: 520px; border: 70px solid rgba(15,118,110,.05); border-radius: 50%; }

.trust-strip { background: var(--primary-dark); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 126px; align-items: center; }
.trust-grid div { padding: 12px 28px; text-align: center; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid div:last-child { border-left: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Newsreader", serif; font-size: 30px; line-height: 1.1; }
.trust-grid span { margin-top: 5px; color: #bfe1dc; font-size: 13px; }

.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .about-copy h2, .faq-heading h2, .local-copy h2 { font-size: clamp(42px, 4.5vw, 61px); }
.section-heading > p:last-child, .split-heading > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; }
.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin: 20px auto 0; }
.treatments { background: var(--white); }
.treatment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.treatment-card { position: relative; min-height: 385px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; overflow: hidden; background: var(--sand-light); border: 1px solid #ebe6dc; border-radius: 18px; transition: border-color .2s ease, box-shadow .2s ease; }
.treatment-card:hover { border-color: #9bcfc6; box-shadow: 0 20px 40px rgba(18,73,68,.1); }
.treatment-card.featured { color: #fff; background: var(--primary); border-color: var(--primary); }
.icon-circle { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 46px; background: #fff; color: var(--primary); border-radius: 50%; }
.icon-circle svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 30px; left: 28px; color: #9ba9a6; font-family: "Newsreader", serif; font-size: 18px; }
.featured .card-number { color: #a9d8d1; }
.treatment-card h3 { margin: 0 0 12px; font-size: 23px; }
.treatment-card p { margin: 0 0 20px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.featured p { color: #d4ebe7; }
.treatment-card a { margin-top: auto; color: var(--primary); font-size: 14px; font-weight: 700; }
.featured a { color: #fff; }

.about { background: var(--sand); }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 92px; }
.about-media { position: relative; padding: 0 0 42px 42px; }
.about-media::before { content: ""; position: absolute; left: 0; bottom: 0; width: 64%; height: 76%; border: 1px solid #c9bda8; border-radius: 8px; }
.about-media img { position: relative; z-index: 1; width: 100%; height: 600px; object-fit: cover; border-radius: 140px 12px 12px 12px; box-shadow: 0 20px 55px rgba(63,49,30,.14); }
.quote-note { position: absolute; z-index: 2; left: -18px; bottom: 76px; width: 270px; padding: 22px 24px; color: #fff; background: var(--primary-dark); border-radius: 12px; font-family: "Newsreader", "Heebo", serif; font-size: 20px; line-height: 1.45; box-shadow: 0 15px 35px rgba(11,79,74,.24); }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p { color: var(--muted); }
.about-copy .large-copy { color: var(--ink); font-size: 20px; font-weight: 500; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; padding: 0; list-style: none; }
.credentials li { display: flex; align-items: center; gap: 13px; padding: 15px; background: rgba(255,255,255,.6); border: 1px solid rgba(15,118,110,.12); border-radius: 12px; }
.credentials svg { width: 29px; height: 29px; flex: 0 0 auto; fill: none; stroke: var(--primary); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.credentials strong, .credentials small { display: block; line-height: 1.35; }
.credentials strong { font-size: 14px; }
.credentials small { color: var(--muted); font-size: 12px; }

.process { background: #fff; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 82px; }
.process-image { min-height: 590px; overflow: hidden; border-radius: 18px 120px 18px 18px; }
.process-image img { width: 100%; height: 100%; object-fit: cover; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--border); }
.steps-list li:first-child { padding-top: 8px; }
.steps-list > li > span { width: 55px; height: 55px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 50%; font-family: "Newsreader", serif; font-size: 18px; }
.steps-list h3 { margin: 0 0 6px; font-size: 21px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 15px; }

.stories { color: #fff; background: var(--primary-dark); }
.light-heading .eyebrow { color: #75c8bd; }
.light-heading > p { color: #c0d7d3; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { padding: 32px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.stars { color: #f2b95e; letter-spacing: .12em; font-size: 15px; }
.story-card blockquote { min-height: 155px; margin: 20px 0 25px; font-family: "Newsreader", "Heebo", serif; font-size: 21px; line-height: 1.65; }
.story-person { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.story-person > span { width: 42px; height: 42px; display: grid; place-items: center; background: #ccece7; color: var(--primary-dark); border-radius: 50%; font-weight: 800; }
.story-person strong, .story-person small { display: block; line-height: 1.4; }
.story-person small { color: #a9c9c4; font-size: 12px; }

.local-life { background: #eef7f4; }
.local-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.local-photo { height: 500px; overflow: hidden; border-radius: 18px 130px 18px 18px; box-shadow: var(--shadow); }
.local-photo img { width: 100%; height: 100%; object-fit: cover; }
.local-copy p { color: var(--muted); font-size: 18px; }
.local-copy .button { margin-top: 15px; }

.faq { background: var(--sand-light); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 115px; align-self: start; }
.faq-heading > p { color: var(--muted); }
.accordion details { border-bottom: 1px solid #d7d8d1; }
.accordion summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid #aac8c2; border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--primary); transform: translate(-50%, -50%); transition: transform .2s ease; }
.accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion details p { max-width: 680px; margin: -4px 0 24px; color: var(--muted); }

.contact-section { position: relative; padding: 110px 0; overflow: hidden; color: #fff; background: var(--primary-dark); }
.contact-bg { position: absolute; inset: 0; }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,48,45,.94), rgba(7,58,54,.88) 55%, rgba(10,73,68,.72)); }
.contact-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.eyebrow.light { color: #9cddd4; }
.contact-copy h2 { color: #fff; font-size: clamp(50px, 5vw, 68px); }
.contact-copy > p { max-width: 490px; color: #d4e8e4; font-size: 18px; }
.contact-details { display: flex; gap: 34px; margin: 32px 0 0; padding: 0; list-style: none; }
.contact-details li { display: flex; align-items: center; gap: 12px; }
.contact-details svg { width: 38px; height: 38px; padding: 8px; fill: none; stroke: #a5ddd5; stroke-width: 1.6; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.contact-details strong, .contact-details small { display: block; line-height: 1.45; }
.contact-details small { color: #b8d6d1; font-size: 13px; }
.contact-form { padding: 34px; color: var(--ink); background: rgba(255,255,255,.97); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.form-heading span { font-family: "Newsreader", "Heebo", serif; font-size: 28px; font-weight: 600; }
.form-heading small { color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fbfcfb; border: 1px solid #cfdcd9; border-radius: 8px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,118,110,.12); }
.field input[aria-invalid="true"] { border-color: #b91c1c; }
.field-error { display: block; min-height: 18px; margin-top: 3px; color: #b91c1c; font-size: 12px; }
.form-submit { width: 100%; margin-top: 2px; }
.form-note { margin: 10px 0 0; color: #6d7e7b; font-size: 11px; text-align: center; }
.form-status { min-height: 24px; margin: 8px 0 0; color: var(--primary); font-size: 14px; font-weight: 700; text-align: center; }

.site-footer { padding: 48px 0 24px; background: #092f2c; color: #d8ebe8; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 36px; }
.footer-brand .brand-mark { background: rgba(255,255,255,.1); color: #9ad7ce; }
.footer-brand small { color: #a8c9c4; }
.site-footer nav { display: flex; gap: 25px; }
.site-footer nav a { color: #bcd4d0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #82a8a2; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom .meirweb-credit { color: #c9e9e4; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; transition: color .2s ease; }
.footer-bottom .meirweb-credit:hover { color: #fff; }
.floating-contact { position: fixed; z-index: 900; left: 22px; bottom: 22px; min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 10px 17px; color: #fff; background: #168c75; border: 3px solid #fff; border-radius: 30px; box-shadow: 0 12px 32px rgba(0,0,0,.2); font-size: 14px; font-weight: 700; }
.floating-contact svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1060px) {
  .nav-wrap { gap: 18px; }
  .site-nav { gap: 18px; }
  .hero-grid { gap: 42px; }
  .hero-image-wrap { height: 510px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .process-layout, .contact-grid { gap: 52px; }
  .site-footer nav { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header { height: 74px; }
  .menu-toggle { display: block; margin-inline-start: auto; }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 12px 20px 22px; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 18px 38px rgba(14,61,57,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .site-nav.open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid #edf1ef; }
  .nav-cta { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 58px 0 70px; }
  .hero-grid, .about-grid, .process-layout, .local-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-media { width: min(100%, 620px); margin-inline: auto; }
  .hero-image-wrap { height: 520px; }
  .availability-card { right: 15px; }
  .experience-badge { left: 4px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-grid div { min-height: 84px; display: grid; align-content: center; }
  .trust-grid div:nth-child(2) { border-left: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .about-grid { gap: 56px; }
  .about-media { max-width: 620px; margin-inline: auto; }
  .process-image { min-height: 460px; order: 2; }
  .stories-grid { grid-template-columns: 1fr; }
  .story-card blockquote { min-height: auto; }
  .local-grid { gap: 46px; }
  .faq-grid { gap: 38px; }
  .faq-heading { position: static; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 70px 0; }
  .brand { min-width: 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 11px; }
  .hero { min-height: 0; padding-top: 44px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 50px; }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 10px; text-align: right; }
  .hero-image-wrap { height: 390px; border-radius: 90px 14px 90px 14px; }
  .experience-badge { top: 20px; width: 94px; height: 94px; border-width: 5px; }
  .experience-badge strong { font-size: 24px; }
  .availability-card { right: 10px; bottom: 18px; padding: 12px 14px; }
  .trust-grid strong { font-size: 25px; }
  .trust-grid div { padding: 8px; }
  .section-heading h2, .about-copy h2, .faq-heading h2, .local-copy h2 { font-size: 42px; }
  .section-heading { margin-bottom: 38px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 340px; }
  .about-media { padding: 0 0 28px 20px; }
  .about-media img { height: 440px; border-radius: 90px 12px 12px 12px; }
  .quote-note { left: 0; bottom: 45px; width: 230px; font-size: 18px; }
  .credentials { grid-template-columns: 1fr; }
  .process-layout { gap: 38px; }
  .process-image { min-height: 380px; border-radius: 14px 80px 14px 14px; }
  .steps-list li { grid-template-columns: 52px 1fr; gap: 15px; }
  .steps-list > li > span { width: 48px; height: 48px; }
  .local-photo { height: 390px; border-radius: 14px 80px 14px 14px; }
  .accordion summary { min-height: 74px; font-size: 17px; }
  .contact-section { padding: 74px 0; }
  .contact-copy h2 { font-size: 48px; }
  .contact-details { flex-direction: column; gap: 16px; }
  .contact-form { padding: 24px 18px; }
  .form-heading { align-items: start; flex-direction: column; gap: 2px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .floating-contact { width: 54px; height: 54px; justify-content: center; padding: 0; }
  .floating-contact span { display: none; }
}

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