:root {
  --navy: #12364e;
  --navy-deep: #0a2637;
  --green: #6ba45b;
  --green-bright: #86bd72;
  --cream: #e3eef1;
  --paper: #f3f8f9;
  --white: #ffffff;
  --ink: #17313f;
  --muted: #61727c;
  --line: rgba(18, 54, 78, 0.14);
  --shadow: 0 24px 70px rgba(10, 38, 55, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 126px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); max-width: 760px; margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.5rem); margin-bottom: 0; }
h3 { font-size: 1.5rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { position: fixed; inset: 0 0 auto; z-index: 110; background: rgba(6,27,40,.78); color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(14px) saturate(140%); border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { color: var(--white); font-weight: 800; }

.site-header { position: fixed; top: 34px; left: 0; right: 0; z-index: 100; color: var(--white); background: linear-gradient(180deg, rgba(7,31,45,.5), rgba(7,31,45,.18)); backdrop-filter: blur(18px) saturate(145%); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(8,34,49,.84); border-color: rgba(255,255,255,.16); box-shadow: 0 12px 34px rgba(5,24,35,.22); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 52px; height: 52px; object-fit: cover; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 6px 20px rgba(5,24,35,.2); }
.brand > span > span { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.button) { color: var(--white); text-shadow: 0 1px 12px rgba(5,24,35,.35); }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.lang-toggle { border: 0; background: transparent; color: var(--white); font-weight: 900; cursor: pointer; padding: 8px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(255,255,255,.08); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.site-header .button-dark { color: var(--navy-deep); background: var(--green); box-shadow: 0 10px 26px rgba(5,24,35,.18); }
.site-header .button-dark:hover { background: var(--green-bright); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-deep); background: var(--green-bright); box-shadow: 0 14px 32px rgba(107,164,91,.25); }
.button-primary:hover { background: #9bce87; box-shadow: 0 18px 40px rgba(107,164,91,.34); }
.button-dark { background: var(--navy); color: var(--white); }
.button-small { min-height: 46px; padding-inline: 20px; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; border-bottom: 1px solid rgba(18,54,78,.35); padding-bottom: 3px; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: stretch; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/hero.jpeg") 57% center / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(6,27,40,.96) 0%, rgba(8,34,49,.84) 42%, rgba(8,34,49,.34) 72%, rgba(8,34,49,.16) 100%), linear-gradient(0deg, rgba(6,27,40,.48), transparent 50%); }
.hero-grid { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); align-items: end; gap: 64px; padding-top: 160px; padding-bottom: 88px; }
.eyebrow { margin-bottom: 18px; color: var(--green-bright); font-size: .78rem; font-weight: 900; letter-spacing: .2em; }
.eyebrow.dark { color: #4f8244; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-copy h1 { max-width: 820px; font-size: clamp(3.1rem, 5.7vw, 5.65rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 32px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.86); font-size: .88rem; }
.hero-trust li::before { content: "✓"; margin-right: 8px; color: var(--green-bright); font-weight: 900; }
.hero-card { justify-self: end; max-width: 390px; padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: rgba(8,35,50,.72); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.card-kicker { margin-bottom: 12px; color: var(--green-bright); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.hero-card h2 { margin-bottom: 28px; font-size: clamp(1.75rem, 2.3vw, 2.5rem); }
.assurance-list { display: grid; }
.assurance-list > div { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.assurance-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(134,189,114,.5); border-radius: 50%; color: var(--green-bright); background: rgba(134,189,114,.08); font-size: 1rem; font-weight: 900; }
.assurance-list p { margin: 0; color: rgba(255,255,255,.88); font-weight: 700; }

.service-strip { background: var(--green); color: var(--navy-deep); }
.service-strip-inner { min-height: 72px; display: flex; align-items: center; gap: 40px; }
.service-strip-inner > span { flex: 0 0 auto; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.area-list { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-weight: 800; }
.area-list i { width: 4px; height: 4px; border-radius: 50%; background: rgba(10,38,55,.4); }

.services { background: linear-gradient(180deg, #f5fafb 0%, #eaf3f5 100%); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.section-heading.light { color: var(--white); }
.section-heading.light > p { color: rgba(255,255,255,.66); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(107,164,91,.5); box-shadow: var(--shadow); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(107,164,91,.38); border-radius: 14px; color: var(--navy); background: rgba(107,164,91,.12); font-size: 1.45rem; font-weight: 700; transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card:hover .service-icon { color: var(--white); background: var(--green); transform: rotate(-4deg); }
.service-line { width: 54px; height: 3px; margin: 22px 0 auto; background: var(--green); transition: width .25s ease; }
.service-card:hover .service-line { width: 96px; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { margin: 0; color: var(--muted); }

.gallery-section { background: var(--navy-deep); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: 16px; }
.gallery-card { position: relative; overflow: hidden; border: 0; border-radius: var(--radius-md); cursor: zoom-in; background: var(--navy); color: var(--white); padding: 0; text-align: left; }
.gallery-card:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { grid-column: span 5; }
.gallery-card:nth-child(n+4) { grid-column: span 4; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.2,1); }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,26,39,.8), transparent 55%); }
.gallery-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.gallery-caption span { font-size: 1.12rem; font-weight: 800; }
.gallery-caption i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }
.gallery-note { margin: 22px 0 0; color: rgba(255,255,255,.5); font-size: .85rem; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-intro { position: sticky; top: 140px; align-self: start; }
.process-intro h2 { margin-bottom: 30px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(107,164,91,.42); border-radius: 50%; color: var(--navy); background: rgba(107,164,91,.12); font-size: 1.2rem; font-weight: 800; }
.process-list h3 { margin: 0 0 10px; }
.process-list p { margin: 0; color: var(--muted); }

.reviews-section { overflow: hidden; background: #edf5f6; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.carousel-controls { display: flex; gap: 10px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; font-size: 1.15rem; transition: background .2s ease, color .2s ease; }
.carousel-controls button:hover { background: var(--navy); color: var(--white); }
.review-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 0 24px; outline: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 min(430px, 82vw); min-height: 390px; display: flex; flex-direction: column; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 42px rgba(10,38,55,.07); scroll-snap-align: start; }
.review-source { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.review-source > span:first-child { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 26px; border-radius: 50%; color: var(--white); background: var(--green); font-size: .82rem; }
.review-card blockquote { flex: 1; margin: 24px 0 28px; color: var(--ink); font-size: 1.03rem; line-height: 1.65; }
.review-card footer { display: flex; flex-direction: column; gap: 3px; padding-top: 19px; border-top: 1px solid var(--line); }
.review-card footer strong { color: var(--navy); }
.review-card footer span { color: var(--muted); font-size: .78rem; }
.facebook-link { margin-top: 18px; }

.faq-section { background: #f6fafb; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro p:last-child { margin: 26px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 28px 48px 28px 0; font-size: 1.1rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; color: var(--green); font-size: 1.7rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -8px 0 28px; padding-right: 50px; color: var(--muted); }

.quote-section { padding: 112px 0; background: var(--navy); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 140px; }
.quote-copy h2 { margin-bottom: 24px; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 1.06rem; }
.quote-phone { display: inline-flex; flex-direction: column; gap: 2px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.quote-phone span { color: rgba(255,255,255,.6); font-size: .85rem; }
.quote-phone strong { color: var(--green-bright); font-size: 1.6rem; }
.quote-form { padding: 38px; border-radius: var(--radius-lg); background: var(--paper); color: var(--ink); box-shadow: 0 28px 80px rgba(5,24,35,.28); }
.form-progress { display: flex; align-items: center; margin-bottom: 34px; }
.form-progress > i { flex: 1; height: 1px; margin: 0 16px; background: var(--line); }
.progress-item { display: inline-flex; align-items: center; gap: 9px; color: #87949c; }
.progress-item b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; }
.progress-item em { font-style: normal; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.progress-item.active { color: var(--navy); }
.progress-item.active b { background: var(--green); border-color: var(--green); color: var(--navy-deep); }
.form-step { display: none; }
.form-step.active { display: block; animation: form-in .3s ease; }
@keyframes form-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 18px; }
.quote-form label > span { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); padding: 13px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { min-height: 115px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(107,164,91,.14); }
.form-next { width: 100%; margin-top: 8px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; }
.form-back { border: 0; background: transparent; color: var(--navy); font-weight: 800; cursor: pointer; padding: 12px 0; }
.form-status { min-height: 24px; margin: 18px 0 0; color: #9a5b20; font-size: .9rem; font-weight: 700; }
.form-privacy { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.form-privacy a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { padding: 64px 0 26px; background: var(--navy-deep); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .55fr; gap: 46px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); font-size: 1.1rem; }
.footer-brand span { font-size: .83rem; }
.footer-label { margin-bottom: 8px; color: var(--green-bright); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid p { margin-bottom: 0; }
.footer-grid a { color: var(--white); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }

.lightbox { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 50px 24px; background: rgba(4,19,29,.94); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 76vh; border-radius: 14px; box-shadow: var(--shadow); }
.lightbox p { margin: 16px 0 0; color: var(--white); font-weight: 700; }
.lightbox-close { position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: var(--white); font-size: 2rem; cursor: pointer; }
.mobile-cta { display: none; }

.reveal, .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 116px 0 auto; display: grid; gap: 0; padding: 24px 20px 34px; color: var(--white); background: rgba(8,34,49,.96); backdrop-filter: blur(20px) saturate(140%); border-top: 1px solid rgba(255,255,255,.13); box-shadow: 0 28px 50px rgba(5,24,35,.28); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav > a:not(.button), .lang-toggle { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
  .main-nav .button { margin-top: 18px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; align-items: start; gap: 50px; padding-top: 150px; padding-bottom: 70px; }
  .hero-card { justify-self: start; max-width: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .gallery-card:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .process-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 56px; }
  .process-intro, .quote-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { padding-bottom: 64px; }
  .topbar-inner { justify-content: center; }
  .topbar p { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 46px; height: 46px; }
  .main-nav { inset: 108px 0 auto; }
  .hero-grid { padding-top: 148px; padding-bottom: 58px; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,27,40,.95), rgba(8,34,49,.65)), linear-gradient(0deg, rgba(6,27,40,.7), transparent); }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 12vw, 3.3rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 8px; }
  .hero-card { padding: 26px; }
  .service-strip-inner { min-height: 82px; display: block; padding: 16px 0; overflow: hidden; }
  .service-strip-inner > span { display: block; margin-bottom: 9px; }
  .area-list { justify-content: flex-start; width: max-content; animation: ticker 18s linear infinite; }
  @keyframes ticker { to { transform: translateX(-35%); } }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-card:nth-child(n) { grid-column: auto; grid-row: auto; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 18px; }
  .reviews-heading { align-items: flex-start; }
  .reviews-heading h2 { max-width: 260px; }
  .carousel-controls { display: none; }
  .review-track { margin-right: -14px; padding-right: 14px; }
  .review-card { flex-basis: 88vw; min-height: 0; padding: 24px; }
  .review-card blockquote { font-size: 1rem; line-height: 1.62; }
  .faq-list details p { padding-right: 8px; }
  .quote-form { padding: 26px 20px; border-radius: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-cta { position: fixed; z-index: 180; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; color: var(--navy); background: rgba(243,248,249,.94); backdrop-filter: blur(16px); box-shadow: 0 -10px 30px rgba(10,38,55,.16); }
  .mobile-cta a { display: grid; place-items: center; font-weight: 900; }
  .mobile-cta a:last-child { background: var(--green); color: var(--navy-deep); }
}

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