:root {
  --ink: #14362f;
  --ink-soft: #4f6861;
  --green: #2c6d5a;
  --green-dark: #173f35;
  --green-deep: #0d3029;
  --sage: #a8c7b7;
  --mint: #dfece4;
  --paper: #f6f4ec;
  --white: #fffef9;
  --line: rgba(20, 54, 47, 0.14);
  --shadow: 0 30px 70px rgba(23, 63, 53, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--green-deep);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--green-dark);
  color: var(--white);
}
.brand-mark svg { width: 30px; height: 30px; stroke-width: 2; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.02; }
.brand b { font-size: 17px; letter-spacing: -0.04em; }
.brand small { margin-top: 4px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.header-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.header-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.header-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 13px; font-weight: 800; line-height: 1.15; text-decoration: none; }
.header-phone svg { width: 20px; height: 20px; color: var(--green); stroke-width: 2; }
.header-phone span { display: flex; flex-direction: column; }
.header-phone small { margin-bottom: 2px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-phone:hover { color: var(--green); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--green-dark);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green); box-shadow: 0 12px 28px rgba(23, 63, 53, .18); }
.button:focus-visible, .option-button:focus-visible, .reset-button:focus-visible, a:focus-visible { outline: 3px solid #ffcf6d; outline-offset: 3px; }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 44px; padding: 0 19px; }
.button-primary { background: var(--green-dark); }
.button-outline { border: 1px solid var(--line); color: var(--green-dark); background: transparent; }
.button-outline:hover { border-color: var(--sage); color: white; }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  overflow: hidden;
  background: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: -310px;
  top: 300px;
  border: 1px solid rgba(44, 109, 90, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(44,109,90,.025), 0 0 0 140px rgba(44,109,90,.018);
}
.hero-copy {
  width: min(590px, calc(100% - 48px));
  margin: auto 4vw auto max(24px, calc((100vw - 1180px) / 2));
  padding: 86px 0 84px;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 680px;
  margin: 21px 0 24px;
  font-size: clamp(47px, 5vw, 75px);
  line-height: .99;
  letter-spacing: -.065em;
}
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 585px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { margin-left: 5px; color: var(--green); }
.hero-selector-link { display: inline-block; margin-top: 22px; }
.opening-strip { margin-top: 44px; display: flex; align-items: center; gap: 16px; }
.date-tile { width: 61px; height: 68px; display: grid; align-content: center; justify-items: center; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 32px rgba(20,54,47,.07); line-height: 1; }
.date-tile b { font-size: 26px; letter-spacing: -.06em; }
.date-tile span { margin-top: 5px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.opening-strip > div:last-child { display: flex; flex-direction: column; }
.opening-strip strong { font-size: 15px; }
.opening-strip > div:last-child span { color: var(--ink-soft); font-size: 13px; }

.hero-visual {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--green-dark);
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 25% 18%, rgba(205,233,217,.16), transparent 26%),
    radial-gradient(circle at 78% 75%, rgba(168,199,183,.14), transparent 28%),
    linear-gradient(145deg, var(--green-dark), var(--green-deep));
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.5) .7px, transparent .7px);
  background-size: 14px 14px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 570px; height: 570px; border-style: dashed; animation: rotate 40s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.phone-shell {
  position: relative;
  width: 242px;
  height: 480px;
  padding: 9px;
  border: 2px solid rgba(240,247,242,.76);
  border-radius: 45px;
  background: #0b201c;
  box-shadow: 0 50px 90px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.2);
  transform: rotate(6deg);
}
.phone-speaker { position: absolute; z-index: 3; top: 20px; left: 50%; width: 70px; height: 20px; border-radius: 20px; background: #0b201c; transform: translateX(-50%); }
.phone-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(150deg, #dceade, #a7c6b5 60%, #77a18d);
}
.screen-logo { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.mini-mark { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 11px; border-radius: 18px; background: var(--green-dark); color: white; }
.mini-mark svg { width: 39px; height: 39px; }
.screen-logo b { font-size: 25px; letter-spacing: -.055em; }
.screen-logo small { margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.screen-card { position: absolute; right: -35px; bottom: 74px; width: 146px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 19px; background: rgba(255,255,255,.86); box-shadow: 0 15px 35px rgba(13,48,41,.18); backdrop-filter: blur(10px); transform: rotate(-6deg); }
.screen-card span { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.screen-card strong { font-size: 21px; letter-spacing: -.04em; }
.floating-tag { position: absolute; z-index: 3; padding: 10px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: rgba(255,255,255,.09); font-size: 11px; font-weight: 700; backdrop-filter: blur(8px); }
.tag-one { top: 23%; left: 9%; transform: rotate(-5deg); }
.tag-two { top: 18%; right: 8%; transform: rotate(5deg); }
.shield { position: absolute; right: 12%; bottom: 18%; width: 90px; height: 100px; display: grid; place-items: center; border-radius: 24px; color: var(--green-dark); background: #dfece4; box-shadow: 0 18px 35px rgba(0,0,0,.18); transform: rotate(7deg); }
.shield svg { width: 55px; height: 65px; stroke-width: 2.4; }
.visual-note { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 11px; transform: translateX(-50%); white-space: nowrap; }
.visual-note span { width: 7px; height: 7px; border-radius: 50%; background: #bce3c8; box-shadow: 0 0 0 5px rgba(188,227,200,.1); }

.selector-section { padding: 110px 24px 120px; background: var(--paper); }
.section-heading { max-width: 720px; margin: 0 auto 43px; text-align: center; }
.section-heading h2 { margin: 10px 0 10px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p { max-width: 600px; margin: 0 auto; color: var(--ink-soft); }
.selector-card { width: min(900px, 100%); min-height: 380px; margin: 0 auto; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.progress-wrap { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.progress { height: 4px; flex: 1; overflow: hidden; border-radius: 10px; background: var(--mint); }
.progress i { display: block; width: 50%; height: 100%; border-radius: inherit; background: var(--green); transition: width .35s ease; }
.question-stage h3, .result-stage h3 { margin-bottom: 23px; font-size: 27px; letter-spacing: -.04em; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.option-button {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border .2s ease, transform .2s ease, background .2s ease;
}
.option-button:hover { border-color: var(--sage); background: #f7fbf8; transform: translateY(-2px); }
.option-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 13px; color: var(--green); background: var(--mint); }
.option-icon svg { width: 23px; height: 23px; }
.result-stage { min-height: 245px; display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 25px; padding-top: 8px; }
.result-stage[hidden] { display: none; }
.result-icon { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 24px; color: white; background: var(--green); }
.result-icon svg { width: 42px; height: 42px; }
.result-kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.result-stage h3 { margin: 4px 0 8px; }
.result-stage p { max-width: 610px; color: var(--ink-soft); }
.result-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; margin-top: 23px; }
.result-call { color: var(--green); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.reset-button { border: 0; padding: 8px; color: var(--ink-soft); background: none; font: inherit; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.quote-section {
  scroll-margin-top: 20px;
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  align-items: start;
  gap: 84px;
  background:
    radial-gradient(circle at 12% 22%, rgba(168,199,183,.25), transparent 25%),
    linear-gradient(145deg, #eef5ef, var(--paper));
}
.quote-intro { position: sticky; top: 40px; padding-top: 18px; }
.quote-intro h2 { max-width: 620px; margin: 12px 0 20px; font-size: clamp(41px, 4.2vw, 61px); line-height: 1.04; letter-spacing: -.06em; }
.quote-lead { max-width: 580px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.quote-benefits { margin-top: 34px; display: grid; gap: 14px; }
.quote-benefits p { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.quote-benefits span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 27px; border-radius: 50%; color: white; background: var(--green); font-size: 12px; }
.quote-form { border: 1px solid rgba(20,54,47,.1); }

.watch-section {
  scroll-margin-top: 20px;
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  align-items: start;
  gap: 84px;
  color: white;
  background:
    radial-gradient(circle at 8% 17%, rgba(203, 230, 215, .13), transparent 24%),
    radial-gradient(circle at 43% 90%, rgba(168, 199, 183, .09), transparent 28%),
    var(--green-dark);
}
.watch-intro { position: sticky; top: 40px; padding-top: 18px; }
.watch-intro .section-kicker { color: #bed7ca; }
.watch-intro h2 { max-width: 610px; margin: 12px 0 20px; font-size: clamp(41px, 4.2vw, 61px); line-height: 1.04; letter-spacing: -.06em; }
.watch-lead { max-width: 590px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.75; }
.watch-steps { margin-top: 40px; display: grid; gap: 0; }
.watch-steps > div { position: relative; display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 0 0 26px; }
.watch-steps > div:not(:last-child)::after { content: ""; position: absolute; top: 35px; bottom: 4px; left: 16px; width: 1px; background: rgba(255,255,255,.18); }
.watch-steps span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #cae1d5; font-size: 10px; font-weight: 800; }
.watch-steps p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.55; }
.watch-steps strong { display: block; margin-bottom: 2px; color: white; font-size: 15px; }
.watch-promise { display: flex; align-items: center; gap: 10px; margin: 13px 0 0; color: #dcebe3; font-size: 13px; font-weight: 700; }
.watch-promise span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #c7dfd2; }

.watch-form { scroll-margin-top: 24px; padding: 42px; border-radius: 30px; color: var(--ink); background: var(--white); box-shadow: 0 35px 75px rgba(0,0,0,.21); }
.form-heading { margin-bottom: 30px; }
.form-heading > span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-size: 30px; letter-spacing: -.045em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > span:first-child { color: var(--ink); font-size: 13px; font-weight: 800; }
.field > span:first-child small { color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.field b, .consent b { color: var(--green); }
.field input, .field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(20,54,47,.18);
  border-radius: 13px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field select { padding-right: 35px; }
.field input::placeholder { color: #93a29d; }
.field input:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(44,109,90,.1); }
.input-suffix { position: relative; display: block; }
.input-suffix input { padding-right: 48px; }
.input-suffix i { position: absolute; top: 50%; right: 15px; color: var(--ink-soft); font-size: 13px; font-style: normal; font-weight: 700; transform: translateY(-50%); }
.consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; margin-top: 3px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; cursor: pointer; }
.consent input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--green); }
.form-submit { width: 100%; margin-top: 25px; }
.form-actions { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-actions .form-submit { margin-top: 0; padding-inline: 17px; }
.button-messenger { background: #0866ff; }
.button-messenger:hover { background: #0757d6; box-shadow: 0 12px 28px rgba(8,102,255,.22); }
.form-note { margin: 13px 4px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.request-ready { margin-top: 22px; padding: 19px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border: 1px solid rgba(44,109,90,.16); border-radius: 17px; background: #eef6f0; }
.request-ready[hidden] { display: none; }
.ready-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--green); font-weight: 800; }
.request-ready strong { font-size: 15px; }
.request-ready p { margin: 3px 0 11px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.ready-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.ready-actions a, .copy-request { border: 0; padding: 0; color: var(--green); background: none; font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.services-section { padding: 115px max(24px, calc((100vw - 1180px) / 2)) 36px; background: var(--white); }
.service-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 50px; text-align: left; }
.service-heading p { max-width: 500px; margin: 0 0 8px auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 285px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: #f5faf6; transform: translateY(-3px); }
.service-card > span { position: absolute; top: 25px; right: 28px; color: #9eafa9; font-size: 11px; font-weight: 800; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 31px; border-radius: 17px; color: var(--green); background: var(--mint); }
.service-icon svg { width: 29px; height: 29px; }
.service-card h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.03em; }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.service-inline-link { display: inline-block; margin-top: 17px; color: var(--green); font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.service-links { display: grid; justify-items: start; gap: 8px; margin-top: 17px; }
.service-links .service-inline-link { margin-top: 0; }
.service-featured { background: #eef5ef; }
.wrapd-card { color: white; background: var(--green-dark); }
.wrapd-card:hover { background: var(--green); }
.wrapd-card .service-icon { color: white; background: rgba(255,255,255,.12); }
.wrapd-card p, .wrapd-card > span { color: rgba(255,255,255,.7); }
.facebook-card { min-height: 230px; margin-top: 80px; padding: 38px 42px; display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; align-items: center; gap: 30px; border: 1px solid rgba(24,119,242,.14); border-radius: var(--radius); background: linear-gradient(135deg, #eef5ff, #f8fbff); }
.facebook-mark { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 24px; color: white; background: #1877f2; font-family: Arial, sans-serif; font-size: 56px; font-weight: 800; line-height: 1; box-shadow: 0 18px 35px rgba(24,119,242,.2); }
.facebook-card .section-kicker { color: #1266d4; }
.facebook-card h2 { max-width: 680px; margin: 7px 0 8px; font-size: clamp(29px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -.05em; }
.facebook-card p { max-width: 680px; margin: 0; color: var(--ink-soft); }
.facebook-button { background: #1877f2; white-space: nowrap; }
.facebook-button:hover { background: #1266d4; box-shadow: 0 12px 28px rgba(24,119,242,.22); }
.visit-card { min-height: 370px; margin-top: 80px; padding: 34px 42px 34px 34px; display: grid; grid-template-columns: 165px minmax(0, 1fr) auto; align-items: center; gap: 42px; overflow: hidden; border-radius: var(--radius); color: white; background: var(--green-dark); }
.visit-image { width: 165px; height: 302px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #102e28; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.visit-card .section-kicker { color: var(--sage); }
.visit-card h2 { margin: 7px 0 9px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.055em; }
.visit-card p { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.button-light { flex: 0 0 auto; color: var(--green-dark); background: var(--white); }
.button-light:hover { color: white; }
.visit-actions { display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.visit-direction { color: #d8e8df; font-size: 13px; font-weight: 800; text-align: center; text-underline-offset: 4px; }

footer { min-height: 170px; padding: 36px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 26px; color: var(--ink-soft); background: var(--white); font-size: 11px; }
footer p { margin: 0; text-align: center; }
footer > span { text-align: right; }
.footer-phone { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.footer-facebook { color: #1877f2; font-size: 12px; font-weight: 800; text-decoration: none; }
.brand-footer .brand-mark { width: 35px; height: 35px; border-radius: 11px; }
.brand-footer .brand-mark svg { width: 25px; height: 25px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .header-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { width: min(720px, calc(100% - 48px)); margin: auto; padding: 74px 0; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .opening-strip { justify-content: center; }
  .hero-visual { min-height: 590px; }
  .quote-section { grid-template-columns: 1fr; gap: 48px; padding-top: 88px; padding-bottom: 88px; }
  .quote-intro { position: static; padding-top: 0; }
  .quote-intro h2 { max-width: 760px; }
  .watch-section { grid-template-columns: 1fr; gap: 48px; padding-top: 88px; padding-bottom: 88px; }
  .watch-intro { position: static; padding-top: 0; }
  .watch-intro h2 { max-width: 760px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .facebook-card { grid-template-columns: 70px 1fr; padding: 34px; }
  .facebook-mark { width: 70px; height: 70px; border-radius: 21px; font-size: 50px; }
  .facebook-button { grid-column: 2; justify-self: start; }
  .visit-card { grid-template-columns: 150px 1fr; padding: 34px; }
  .visit-image { width: 150px; height: 280px; grid-row: span 2; }
  .visit-actions { grid-column: 2; flex-direction: row; align-items: center; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
}

@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .site-header { width: calc(100% - 36px); min-height: 73px; }
  .header-actions { display: none; }
  .brand-mark { width: 39px; height: 39px; border-radius: 12px; }
  .hero { min-height: 0; }
  .hero-copy { width: calc(100% - 40px); padding: 63px 0 54px; }
  h1 { font-size: clamp(43px, 13vw, 59px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-selector-link { margin-top: 20px; font-size: 13px; }
  .opening-strip { margin-top: 35px; justify-content: flex-start; text-align: left; }
  .hero-visual { min-height: 500px; }
  .phone-shell { width: 203px; height: 402px; border-radius: 39px; }
  .phone-screen { border-radius: 31px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 430px; height: 430px; }
  .tag-one { top: 15%; left: 4%; }
  .tag-two { top: 14%; right: 3%; }
  .shield { right: 5%; bottom: 13%; width: 75px; height: 85px; }
  .shield svg { width: 47px; }
  .selector-section { padding: 80px 16px 90px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 38px; }
  .selector-card { min-height: 0; padding: 25px 18px; border-radius: 22px; }
  .question-stage h3 { font-size: 23px; }
  .option-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .option-button { min-height: 100px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; padding: 13px; font-size: 12px; }
  .option-icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 11px; }
  .option-icon svg { width: 20px; height: 20px; }
  .result-stage { grid-template-columns: 1fr; gap: 17px; }
  .result-icon { width: 64px; height: 64px; border-radius: 19px; }
  .result-stage h3 { font-size: 25px; }
  .result-actions { flex-direction: column; align-items: stretch; }
  .result-call, .reset-button { text-align: center; }
  .quote-section { padding: 72px 16px; gap: 38px; }
  .quote-intro h2 { font-size: 40px; }
  .quote-lead { font-size: 16px; }
  .watch-section { padding: 72px 16px; gap: 38px; }
  .watch-intro h2 { font-size: 40px; }
  .watch-lead { font-size: 16px; }
  .watch-steps { margin-top: 32px; }
  .watch-form { padding: 27px 18px; border-radius: 23px; }
  .form-heading h3 { font-size: 27px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .field input, .field select { min-height: 56px; font-size: 16px; }
  .consent { grid-template-columns: 21px 1fr; font-size: 13px; }
  .form-actions { grid-template-columns: 1fr; }
  .request-ready { grid-template-columns: 1fr; }
  .services-section { padding: 85px 18px 25px; }
  .service-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-heading p { margin: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; padding: 28px; }
  .facebook-card { margin-top: 55px; padding: 27px 22px; grid-template-columns: 1fr; gap: 20px; }
  .facebook-mark { width: 62px; height: 62px; border-radius: 19px; font-size: 44px; }
  .facebook-button { grid-column: auto; width: 100%; justify-self: stretch; white-space: normal; text-align: center; }
  .visit-card { margin-top: 55px; padding: 24px; grid-template-columns: 1fr; gap: 26px; }
  .visit-image { width: min(220px, 100%); height: 330px; grid-row: auto; justify-self: center; }
  .visit-actions { grid-column: auto; width: 100%; flex-direction: column; align-items: stretch; }
  .visit-card .button { width: 100%; }
  footer { min-height: 145px; grid-template-columns: 1fr; justify-items: center; }
  footer > span { text-align: center; }
  .mobile-cta { position: fixed; z-index: 20; left: 12px; right: 12px; bottom: 10px; min-height: 58px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; color: white; background: rgba(23,63,53,.96); box-shadow: 0 12px 35px rgba(13,48,41,.32); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 9px; color: white; font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-cta a + a { border-left: 1px solid rgba(255,255,255,.2); }
  .mobile-cta svg { width: 21px; height: 21px; }
}

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