:root {
  --pine: #023022;
  --pine-2: #0d3d38;
  --teal: #008573;
  --teal-bright: #12a594;
  --mint: #ccf3ea;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --ink: #14231e;
  --muted: #5f6965;
  --line: rgba(2, 48, 34, .15);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); white-space: nowrap; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.consumer-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(246, 241, 231, .94);
  box-shadow: 0 0 0 100vmax rgba(246, 241, 231, .94);
  clip-path: inset(0 -100vmax);
  backdrop-filter: blur(14px);
}
.consumer-header nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.consumer-header nav a { color: var(--muted); font-size: 13px; font-weight: 680; }
.consumer-header nav a:hover { color: var(--pine); }
.brand img { width: 168px; height: auto; display: block; }
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--pine);
  border-radius: 999px;
  color: var(--pine);
  font-size: 13px;
  font-weight: 750;
}

.consumer-hero { padding: 34px 0 92px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: var(--pine);
  font-size: clamp(56px, 5vw, 68px);
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.06em;
}
.hero-copy h1 > span { color: var(--pine); }
.hero-copy h1 em { display: block; color: var(--teal); font-style: normal; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-actions > * { flex-shrink: 0; }
.hero-actions .text-link { flex-shrink: 1; line-height: 1.5; }
.offer-price { color: var(--pine); }
.hero-price { margin-top: 28px; }
.offer-price p { margin: 0; }
.offer-price > p:first-child { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; }
.offer-price > p:first-child > strong { font-size: 2.75rem; line-height: 1.1; font-weight: 650; letter-spacing: -.05em; }
.offer-price > p:first-child > span { color: var(--muted); font-size: .875rem; line-height: 1.5; }
.offer-price .subscription-price { margin-top: 10px; font-size: 1rem; line-height: 1.5; }
.offer-price > small { display: block; margin-top: 6px; color: var(--muted); font-size: .8125rem; line-height: 1.5; }
.hero-price + .hero-actions { margin-top: 24px; }
.demo-link-note { margin: 14px 0 0; color: var(--muted); font-size: .8125rem; line-height: 1.5; }
.kit-price { margin-top: 24px; }
.customer-quote { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--pine); }
.customer-quote blockquote { margin: 0; font-size: clamp(1.125rem, 2vw, 1.5rem); font-weight: 500; line-height: 1.45; letter-spacing: -.02em; }
.customer-quote figcaption { margin-top: 12px; color: var(--muted); font-size: .875rem; font-weight: 600; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 780;
}
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 16px 36px rgba(0, 133, 115, .2); }
.text-link { color: var(--pine); font-size: 14px; font-weight: 750; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--teal); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-trust li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; font-weight: 650; }
.hero-trust li::before { position: absolute; top: 3px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--teal-bright); content: ""; }

.hero-visual { position: relative; min-height: 620px; overflow: hidden; border-radius: 34px; background: #e8dfd1; box-shadow: 0 35px 90px rgba(56, 47, 30, .16); }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.example-alert {
  position: absolute;
  top: 28px;
  left: 28px;
  width: min(440px, calc(100% - 56px));
  padding: 22px 24px;
  border: 1px solid rgba(204, 243, 234, .28);
  border-radius: 6px 24px 24px 24px;
  color: #fff;
  background: rgba(35, 59, 45, .82);
  box-shadow: 0 18px 48px rgba(2, 48, 34, .24);
  backdrop-filter: blur(16px);
}
.message-sender { display: flex; align-items: center; gap: 10px; }
.message-sender img { width: 26px; height: auto; display: block; flex: none; }
.message-sender span { color: var(--mint); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.message-sender { flex-wrap: wrap; }
.message-sender small { margin-left: auto; color: #dce8e1; font-size: .75rem; }
.example-alert p { margin: 14px 0 0; font-size: 1.375rem; font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.message-call { display: flex; align-items: center; gap: 9px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(204,243,234,.25); color: var(--mint); font-size: .875rem; line-height: 1.5; }
.message-call > span { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--mint); }
.visual-caption { position: absolute; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 12px; color: var(--pine); background: rgba(255, 253, 248, .9); font-size: 11px; font-weight: 700; backdrop-filter: blur(12px); }
.visual-caption span { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--teal-bright); }

.why-section { padding: 125px 0; background: var(--paper); }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.section-heading { position: sticky; top: 130px; }
.section-heading h2, .how-heading h2, .privacy-copy h2, .buy-copy h2 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(46px, 4.8vw, 66px);
  font-weight: 650;
  line-height: .99;
  letter-spacing: -.055em;
}
.section-heading > p:last-child, .how-heading > p:last-child, .privacy-copy > p, .buy-copy > p { margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.why-cards { border-top: 1px solid var(--line); }
.why-cards article { display: grid; grid-template-columns: 48px 190px 1fr; gap: 24px; align-items: start; padding: 33px 0; border-bottom: 1px solid var(--line); }
.why-cards article > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 11px; font-weight: 800; }
.why-cards h3 { margin: 7px 0 0; color: var(--pine); font-size: 19px; font-weight: 730; letter-spacing: -.025em; }
.why-cards p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.why-cards .response-note { margin-top: 22px; font-size: .8125rem; }

.how-section { padding: 126px 0 118px; background: #edf2ef; }
.how-heading { max-width: 850px; }
.how-heading > p:last-child { max-width: 730px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.steps li { min-height: 166px; display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 30px 28px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--pine); font-size: 11px; font-weight: 800; }
.steps strong { display: block; margin-top: 5px; color: var(--pine); font-size: 18px; }
.steps p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.room-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.room-gallery figure { min-width: 0; margin: 0; }
.room-gallery img { width: 100%; height: auto; display: block; border-radius: 20px; }
.room-gallery figcaption { padding-top: 16px; color: var(--pine); font-size: 1rem; line-height: 1.4; font-weight: 700; }
.coverage-note { margin: 24px 0 0; color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.coverage-note a, .comparison-note a { color: var(--pine); text-decoration: underline; text-underline-offset: 3px; }

.comparison-section { padding: 100px 0; background: #edf2ef; }
.comparison-section .how-heading { max-width: 900px; }
.comparison-scroll { margin-top: 44px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.comparison-scroll:focus-visible { outline: 2px solid var(--teal); outline-offset: 5px; }
.comparison-table { width: 100%; min-width: 640px; table-layout: fixed; border-collapse: collapse; text-align: center; font-size: 1rem; line-height: 1.5; }
.comparison-table th, .comparison-table td { padding: 26px 16px; vertical-align: middle; }
.comparison-table thead th { color: var(--pine); font-size: 1rem; font-weight: 700; border-bottom: 1px solid var(--line); }
.comparison-table tbody tr + tr > * { border-top: 1px solid var(--line); }
.comparison-table tr > :first-child { width: 28%; text-align: left; color: var(--pine); background: var(--paper); }
.comparison-table small { display: block; margin-top: 6px; color: var(--muted); font-size: .875rem; font-weight: 400; }
.comparison-table small a { text-decoration: underline; text-underline-offset: 3px; }
.comparison-table .senecta-row > * { color: var(--pine); background: #e0f0e8; }
.comparison-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-size: 1.25rem; font-weight: 700; line-height: 1; }
.comparison-mark.is-yes { color: #146344; background: #dceee4; }
.comparison-mark.is-no { color: #727b76; background: #efefeb; }
.senecta-row .comparison-mark.is-yes { color: #fff; background: #18734e; }
.comparison-note { max-width: 940px; margin: 20px 0 0; color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.sample-reviews-section { padding: 72px 0; background: var(--paper); }
.sample-reviews-section h2 { margin: 0; color: var(--pine); font-size: 1.5rem; font-weight: 650; letter-spacing: -.025em; }
.sample-reviews-notice { margin: 12px 0 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.sample-reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; margin-top: 28px; }
.sample-review { margin: 0; padding-top: 24px; border-top: 1px solid var(--line); }
.sample-review figcaption { color: var(--muted); font-size: .8125rem; line-height: 1.5; }
.sample-review blockquote { margin: 18px 0 0; color: var(--pine); font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.5; letter-spacing: -.02em; }

.privacy-section { padding: 126px 0; background: var(--paper); }
.privacy-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.privacy-photo { position: relative; overflow: hidden; border-radius: 34px; background: #e7ddcd; box-shadow: 0 28px 70px rgba(56,47,30,.12); }
.privacy-photo img { width: 100%; height: auto; display: block; }
.privacy-copy > p { max-width: 620px; }
.privacy-copy ul { margin: 40px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.privacy-copy li { position: relative; padding: 23px 0 23px 42px; border-bottom: 1px solid var(--line); }
.privacy-copy li::before { position: absolute; top: 26px; left: 0; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--teal); content: "✓"; font-size: 12px; font-weight: 850; }
.privacy-copy li strong, .privacy-copy li span { display: block; }
.privacy-copy li strong { color: var(--pine); font-size: 15px; }
.privacy-copy li span { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.privacy-copy > a { display: inline-block; margin-top: 28px; color: var(--pine); font-size: 13px; font-weight: 780; }
.privacy-copy > a span { margin-left: 5px; color: var(--teal); }
#how-it-works .privacy-copy ul { counter-reset: process; }
#how-it-works .privacy-copy li { counter-increment: process; }
#how-it-works .privacy-copy li::before { content: counter(process); }
.visual-process .how-heading { max-width: none; text-align: center; }
.fall-sequence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; margin: 40px 0 0; padding: 0; }
.fall-sequence li { min-width: 0; }
.sequence-scene { position: relative; container-type: inline-size; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(13,56,43,.12); border-radius: 20px; margin-bottom: 20px; background: #e7efe9; }
.sequence-room { display: block; width: 100%; height: 100%; object-fit: cover; }
.sequence-signal { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 1px 2px rgba(2,48,34,.4)); }
.scene-chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; background: rgba(255,253,248,.96); box-shadow: 0 3px 14px rgba(2,48,34,.08); color: var(--pine); font-size: clamp(12px, 3.4cqw, 14px); line-height: 1; font-weight: 650; }
.scene-chip-ai { top: 16px; left: 16px; }
.scene-chip-ai svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.scene-chip-detected { bottom: 16px; left: 16px; }
.scene-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(0,133,115,.1); }
.call-room { filter: blur(5px); transform: scale(1.06); }
.scene-three::after { content: ""; position: absolute; inset: 0; background: rgba(27,41,32,.18); }
.sequence-phone { position: absolute; z-index: 1; top: 3%; left: 27%; width: 46%; height: 94%; border: .45cqw solid #8a8b85; border-radius: 6.8cqw; background: #080a0b; box-shadow: 0 18px 30px rgba(14,20,19,.35), 0 4px 8px rgba(14,20,19,.2), inset 0 0 0 .35cqw #292b2b; color: white; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; }
.sequence-phone::before, .sequence-phone::after { content: ""; position: absolute; z-index: -1; width: .7cqw; border-radius: .3cqw; background: linear-gradient(90deg,#555753,#b1b2ab,#51534f); }
.sequence-phone::before { left: -.9cqw; top: 24%; height: 5.5cqw; box-shadow: 0 7cqw 0 #797b75; }
.sequence-phone::after { right: -.9cqw; top: 29%; height: 9cqw; }
.phone-screen { position: absolute; inset: 1cqw; overflow: hidden; border-radius: 5.5cqw; background: radial-gradient(ellipse at 2% 0%,rgba(212,222,209,.35),transparent 60%), radial-gradient(ellipse at 95% 65%,rgba(69,79,95,.7),transparent 65%), linear-gradient(165deg,#6b7d79,#3b4851 50%,#222731); }
.phone-status { position: absolute; top: 3.2%; left: 7%; right: 7%; display: flex; justify-content: space-between; align-items: center; font-size: 2cqw; font-weight: 600; line-height: 1; }
.phone-status-icons { display: flex; align-items: center; gap: .55cqw; }
.phone-status-icons svg { display: block; width: 2.1cqw; height: 1.65cqw; fill: currentColor; }
.phone-status-icons .phone-battery { width: 3.4cqw; }
.phone-island { position: absolute; top: 2%; left: 34%; width: 32%; height: 3.9cqw; border-radius: 99px; background: #060809; box-shadow: inset 0 0 0 .2cqw rgba(0,0,0,.7); }
.phone-island span { position: absolute; right: 10%; top: 28%; width: 1.6cqw; height: 1.6cqw; border-radius: 50%; background: radial-gradient(circle at 40% 35%,#253749,#101820 47%,#040708 65%); }
.phone-caller { position: absolute; top: 15.5%; left: 0; width: 100%; display: flex; flex-direction: column; gap: .9cqw; }
.phone-name { font-size: 5.5cqw; font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.phone-call-type { padding: 0 3.5cqw; color: rgba(255,255,255,.95); font-size: 3.2cqw; font-weight: 400; line-height: 1.35; }
.phone-contact-photo { position: absolute; top: 35%; left: 23%; width: 54%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); box-shadow: inset 0 .25cqw .2cqw rgba(255,255,255,.14), inset 0 -.25cqw .25cqw rgba(0,0,0,.13); }
.sequence-phone .phone-brand { width: 53%; height: auto; display: block; }
.phone-secondary-actions { position: absolute; left: 9%; right: 9%; bottom: 25%; display: flex; justify-content: space-around; }
.phone-secondary-actions > span { display: flex; flex-direction: column; align-items: center; gap: 1.3cqw; font-size: 2.1cqw; font-weight: 400; }
.phone-secondary-actions svg { width: 4.6cqw; height: 4.6cqw; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.phone-answer-slider { position: absolute; left: 9%; right: 9%; bottom: 10%; height: 10.5cqw; display: flex; align-items: center; padding: .65cqw; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; background: rgba(233,240,245,.12); box-shadow: inset 0 1px 1px rgba(255,255,255,.09); }
.phone-answer-thumb { flex: 0 0 8.9cqw; width: 8.9cqw; height: 8.9cqw; display: grid; place-items: center; border-radius: 50%; background: #36c861; box-shadow: 0 1px 2px rgba(0,0,0,.1); }
.phone-answer-thumb svg { width: 4.8cqw; height: 4.8cqw; fill: white; stroke: white; stroke-width: .4; stroke-linejoin: round; }
.phone-answer-slider > span:last-child { flex: 1; padding-left: .8cqw; color: rgba(255,255,255,.86); font-size: 2.7cqw; font-weight: 400; white-space: nowrap; letter-spacing: -.015em; }
.phone-home-indicator { position: absolute; bottom: 2%; left: 32%; width: 36%; height: 1cqw; border-radius: 99px; background: rgba(255,255,255,.9); }
.fall-sequence strong { display: flex; align-items: center; gap: 10px; color: var(--pine); font-size: 1.125rem; line-height: 1.4; }
.fall-sequence strong span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: var(--teal); color: white; font-size: .875rem; }
.fall-sequence p { margin: 10px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.5; }
@media (max-width: 700px) {
  .fall-sequence { grid-template-columns: minmax(0, 360px); justify-content: center; gap: 32px; }
}
.process-image { display: block; width: min(900px, 100%); height: auto; margin: 40px auto 0; border-radius: 24px; }
.process-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 32px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.process-steps li { counter-increment: steps; text-align: center; }
.process-steps li::before { content: counter(steps); display: grid; place-items: center; width: 30px; height: 30px; margin: 0 auto 12px; border-radius: 50%; color: white; background: var(--teal); font-weight: 700; }
.process-steps strong { color: var(--pine); font-size: 1.125rem; }
.process-steps p { margin: 8px auto 0; max-width: 280px; font-size: 1rem; line-height: 1.5; color: var(--muted); }
.process-privacy { display: block; width: fit-content; margin: 28px auto 0; color: var(--pine); font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 620px) {
  .process-image { margin-top: 26px; border-radius: 16px; }
  .process-steps { grid-template-columns: 1fr; gap: 24px; }
}

.buy-section { padding: 126px 0; color: #fff; background: var(--pine); }
.buy-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.buy-copy h2 { color: #fff; }
.buy-copy > p { max-width: 580px; color: #afc6bd; }
.buy-benefits { margin: 42px 0 0; padding: 0; border-top: 1px solid rgba(204,243,234,.16); list-style: none; }
.buy-benefits li { padding: 20px 0; border-bottom: 1px solid rgba(204,243,234,.16); }
.buy-benefits strong, .buy-benefits span { display: block; }
.buy-benefits strong { color: #fff; font-size: 14px; }
.buy-benefits span { margin-top: 7px; color: #9fbbb0; font-size: 12px; line-height: 1.5; }
.buy-card { overflow: hidden; margin: 0; border: 1px solid rgba(204,243,234,.18); border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 32px 75px rgba(0,0,0,.24); }
.kit-gallery { position: relative; height: 300px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; overflow: hidden; background: #e6ded1; }
.kit-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.kit-gallery img:first-child { object-position: 47% center; }
.kit-gallery img:nth-child(2) { object-position: 76% center; }
.kit-gallery span { position: absolute; bottom: 16px; left: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; color: var(--pine); background: rgba(255,253,248,.9); font-size: 10px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 8px 24px rgba(2,48,34,.12); backdrop-filter: blur(10px); }
.buy-card-body { padding: 30px; }
.buy-card-body > p { margin: 0; color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.buy-card h3 { margin: 7px 0 0; color: var(--pine); font-size: 30px; font-weight: 720; letter-spacing: -.04em; }
.buy-card-body ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 26px; padding: 0; list-style: none; }
.buy-card-body li { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--cream); font-size: 10px; font-weight: 680; }
.buy-button { width: 100%; border: 0; cursor: pointer; }
.buy-card-body > small { display: block; margin-top: 14px; color: var(--muted); font-size: .8125rem; line-height: 1.5; text-align: center; }
.offer-terms { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; line-height: 1.6; }
.offer-terms summary { color: var(--pine); cursor: pointer; }
.offer-terms p { margin: 14px 0 0; }

.faq-section { padding: 126px 0; background: var(--paper); }
.faq-grid { display: block; }
.faq-list { width: min(820px, 100%); margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 6px 20px 0; color: var(--pine); font-size: 17px; font-weight: 720; line-height: 1.45; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ""; }
.faq-icon { position: relative; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; color: var(--pine); background: rgba(2, 48, 34, .045); }
.faq-icon::before, .faq-icon::after { position: absolute; inset: 0; margin: auto; border-radius: 1px; background: currentColor; content: ""; }
.faq-icon::before { width: 14px; height: 2px; }
.faq-icon::after { width: 2px; height: 14px; }
.faq-list details[open] .faq-icon::after { opacity: 0; }
.faq-list summary:hover .faq-icon, .faq-list details[open] .faq-icon { color: var(--teal); background: var(--mint); }
.faq-list summary:focus { outline: none; }
.faq-list summary:focus-visible .faq-icon { outline: 2px solid var(--teal); outline-offset: 4px; }
.faq-list details p { max-width: 680px; margin: -5px 48px 25px 0; color: var(--muted); font-size: .9375rem; line-height: 1.65; }

.consumer-footer { padding: 68px 0 24px; color: #fff; background: var(--pine-2); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.footer-grid > div > img { width: 180px; height: auto; display: block; }
.footer-grid > div > p { margin: 18px 0 0; color: #9db7ad; font-size: 12px; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 32px; justify-self: end; min-width: 330px; }
.footer-grid nav a { color: #b9cec6; font-size: 12px; font-weight: 650; }
.footer-grid nav a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(204,243,234,.12); color: #8ba69b; }
.footer-bottom small, .footer-bottom a { font-size: 10px; }

@media (max-width: 900px) {
  .consumer-header nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 640px; }
  .why-grid, .privacy-grid, .buy-grid { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .why-cards article { grid-template-columns: 48px 190px 1fr; }
  .privacy-photo { width: min(560px, 100%); }
  .buy-copy { max-width: 760px; }
  .room-gallery { width: min(620px, 100%); grid-template-columns: 1fr; gap: 32px; margin-inline: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .consumer-header { height: 82px; }
  .brand img { width: 138px; }
  .header-cta { min-height: 40px; padding-inline: 13px; font-size: 11px; }
  .consumer-hero { padding: 25px 0 70px; }
  .hero-copy h1 { font-size: clamp(43px, 12vw, 50px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-trust li { padding-left: 14px; font-size: 10px; line-height: 1.35; }
  .hero-trust li::before { top: 2px; width: 8px; height: 8px; }
  .hero-visual { min-height: 500px; border-radius: 24px; }
  .example-alert { top: 14px; left: 14px; width: calc(100% - 28px); padding: 20px; }
  .example-alert p { font-size: 1.125rem; }
  .visual-caption { right: 14px; bottom: 14px; left: 14px; }
  .why-section, .how-section, .privacy-section, .buy-section, .faq-section { padding-block: 82px; }
  .comparison-section, .sample-reviews-section { padding-block: 64px; }
  .comparison-table th, .comparison-table td { padding: 20px 12px; }
  .comparison-table tr > :first-child { position: sticky; left: 0; z-index: 1; box-shadow: 1px 0 0 var(--line); }
  .sample-reviews-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2, .how-heading h2, .privacy-copy h2, .buy-copy h2 { font-size: 43px; }
  .section-heading > p:last-child, .how-heading > p:last-child, .privacy-copy > p, .buy-copy > p { margin-top: 22px; font-size: 15px; }
  .why-grid, .privacy-grid, .buy-grid { gap: 43px; }
  .why-cards article { grid-template-columns: 38px 1fr; gap: 13px; padding: 25px 0; }
  .why-cards article > span { grid-row: 1 / 3; width: 32px; height: 32px; }
  .why-cards h3 { margin-top: 4px; }
  .why-cards p { grid-column: 2; }
  .steps { grid-template-columns: 1fr; margin-top: 42px; }
  .steps li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 0; }
  .room-gallery { margin-top: 40px; }
  .coverage-note { text-align: left; }
  .privacy-photo { border-radius: 24px; }
  .kit-gallery { height: 230px; }
  .buy-card-body { padding: 24px 18px; }
  .faq-list summary { min-height: 76px; font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 37px; }
  .footer-grid nav { justify-self: stretch; min-width: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
