:root {
  color-scheme: light;
  --bg: #f5f7f4;
  --surface: #ffffff;
  --surface-soft: #eef3ef;
  --ink: #17201d;
  --muted: #62716b;
  --line: #dbe4de;
  --green: #257457;
  --green-dark: #174d3a;
  --blue: #315c84;
  --amber: #b86f1f;
  --red: #9b4b55;
  --shadow: 0 24px 80px rgba(30, 45, 39, 0.14);
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/nunito-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/nunito-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/nunito-sans-700.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(calc(100% - 32px), 1180px);
  min-height: 64px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 48px rgba(28, 38, 34, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #a9aaac;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand__text {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand__byline {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  color: var(--muted);
  font-size: 15px;
}

.nav a,
.footer a {
  text-decoration: none;
}

.nav a:hover,
.footer a:hover {
  color: var(--green-dark);
}

.header-contact {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 116, 87, 0.24);
  border-radius: 10px;
  padding: 0 16px;
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 0 22px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
  background: var(--green-dark);
  box-shadow: 0 14px 32px rgba(37, 116, 87, 0.2);
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.button--secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--green-dark);
}

.button--secondary:hover {
  border-color: rgba(37, 116, 87, 0.36);
  background: #fff;
  color: var(--green-dark);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: center;
  width: min(100% - 40px, 1180px);
  min-height: 700px;
  margin: 0 auto;
  padding: 104px 0 52px;
}

.hero__copy {
  max-width: 640px;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: 38px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 590px;
  margin: 20px 0 0;
  color: #3c4944;
  font-size: 17px;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: var(--muted);
}

.trust-row span {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 600;
}

.trust-row span::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.hero-photo,
.hero-video,
.phone-proof,
.person-photo {
  margin: 0;
}

.hero-photo,
.hero-video {
  overflow: hidden;
  border: 1px solid rgba(219, 228, 222, 0.9);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-video__player {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #101816;
  object-fit: cover;
}

figcaption {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-photo figcaption,
.hero-video figcaption,
.phone-proof figcaption,
.person-photo figcaption {
  padding: 12px 14px 14px;
}

.section,
.video-section,
.person-section,
.price-section,
.lead-section {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 78px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.person-copy h2,
.price-copy h2,
.lead-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-heading p:last-child,
.price-copy p,
.lead-copy p,
.person-copy p {
  color: #3d4b45;
  font-size: 18px;
  line-height: 1.5;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.video-demo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #101816;
  color: #fff;
  box-shadow: var(--shadow);
}

.video-demo__player {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #101816;
  object-fit: cover;
}

.video-demo figcaption {
  padding: 12px 14px 14px;
  background: var(--surface);
}

.timeline-grid,
.scenario-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.status-stack,
.scenario-stack {
  display: grid;
  gap: 12px;
}

.status-card,
.phone-proof,
.price-card,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(30, 45, 39, 0.08);
}

.status-card {
  padding: 22px;
}

.status-card > span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
}

.status-card--ok > span {
  background: rgba(37, 116, 87, 0.12);
  color: var(--green-dark);
}

.status-card--warn {
  background: #fff8ed;
}

.status-card--warn > span {
  background: rgba(184, 111, 31, 0.14);
  color: #7c4710;
}

.scenario-card > span {
  background: rgba(49, 92, 132, 0.13);
  color: #244865;
}

.scenario-card--door {
  background: #f8fbff;
}

.scenario-card--door > span {
  background: rgba(49, 92, 132, 0.16);
}

.scenario-card--quiet {
  background: #fff8ed;
}

.scenario-card--quiet > span {
  background: rgba(184, 111, 31, 0.14);
  color: #7c4710;
}

.status-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.14;
}

.status-card p,
.price-card p,
.price-card li {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.status-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.phone-proof {
  display: grid;
  align-content: space-between;
  overflow: hidden;
}

.phone-proof img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.kit-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.kit-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(30, 45, 39, 0.08);
}

.kit-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kit-photo figcaption {
  padding: 12px 14px 14px;
}

.kit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kit-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.kit-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.14;
}

.kit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.section-note,
.person-note,
.field-hint {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.section-note {
  max-width: 760px;
  margin: 18px 0 0;
}

.setup-section {
  padding-top: 18px;
}

.section-heading--compact {
  margin-bottom: 18px;
}

.setup-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.setup-steps article {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 14px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.setup-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
}

.setup-steps h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.14;
}

.setup-steps p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.confidence-section {
  padding-top: 42px;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.confidence-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(30, 45, 39, 0.08);
}

.confidence-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.16;
}

.confidence-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.person-section {
  padding-top: 34px;
}

.person-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
  box-shadow: var(--shadow);
}

.person-photo {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface-soft);
}

.person-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 44px;
}

.person-copy p {
  max-width: 700px;
}

.person-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.person-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface-soft);
}

.person-facts dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.person-facts dd {
  margin: 6px 0 0;
  font-weight: 700;
}

.person-facts a {
  color: var(--green-dark);
  text-decoration: none;
}

.person-facts a:hover {
  text-decoration: underline;
}

.person-note {
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.price-section {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 0.62fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.price-card {
  padding: 28px;
}

.price-card > span {
  display: block;
  color: var(--green-dark);
  font-weight: 700;
}

.price-card strong {
  display: block;
  margin: 8px 0 8px;
  font-size: 46px;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding-left: 22px;
}

.price-card .subscription {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 18px;
  color: var(--ink);
  font-weight: 700;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.lead-question {
  display: grid;
  gap: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

.lead-question legend {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
}

.lead-question legend span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.option-grid--single {
  grid-template-columns: 1fr;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.lead-form .option-card {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 12px 12px 42px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.option-card input {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.option-card span {
  line-height: 1.25;
}

.option-card:has(input:checked) {
  border-color: rgba(37, 116, 87, 0.62);
  background: rgba(37, 116, 87, 0.08);
  color: var(--green-dark);
}

.lead-form input[type="text"],
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
}

.lead-form select {
  min-height: 50px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 14px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.lead-form textarea {
  min-height: 110px;
  resize: vertical;
}

.field-hint {
  margin: -8px 0 0;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(37, 116, 87, 0.16);
  border-color: rgba(37, 116, 87, 0.5);
}

.lead-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkbox {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.checkbox input {
  margin-top: 3px;
}

.lead-form__status {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.55;
}

.footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer nav {
  display: flex;
  gap: 16px;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 14px;
  align-items: center;
  width: min(calc(100% - 36px), 520px);
  border: 1px solid rgba(219, 228, 222, 0.95);
  border-radius: 8px;
  padding: 12px 12px 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 48px rgba(28, 38, 34, 0.16);
  backdrop-filter: blur(16px);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.cookie-notice a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.cookie-notice button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  padding: 0 13px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-notice button:hover {
  background: var(--green-dark);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .video-section,
  .timeline-grid,
  .scenario-grid,
  .person-card,
  .price-section,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-photo img {
    aspect-ratio: 16 / 10;
  }

  .kit-showcase,
  .kit-list,
  .setup-steps,
  .confidence-grid,
  .person-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    padding: 12px 16px;
  }

  .brand__byline {
    display: none;
  }

  .header-contact {
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero,
  .section,
  .video-section,
  .person-section,
  .price-section,
  .lead-section {
    width: min(100% - 28px, 1180px);
  }

  .hero h1 {
    font-size: 27px;
    line-height: 1.22;
  }

  .hero__lead {
    font-size: 16px;
  }

  .section-heading h2,
  .person-copy h2,
  .price-copy h2,
  .lead-copy h2 {
    font-size: 26px;
    line-height: 1.24;
  }

  .section-heading p:last-child,
  .price-copy p,
  .lead-copy p,
  .person-copy p {
    font-size: 16px;
  }

  .hero__actions {
    display: grid;
  }

  .video-demo__player {
    aspect-ratio: 3 / 2;
  }

  .phone-proof img {
    min-height: 260px;
  }

  .kit-showcase,
  .kit-list,
  .setup-steps,
  .confidence-grid,
  .option-grid,
  .person-facts {
    grid-template-columns: 1fr;
  }

  .price-card strong {
    font-size: 38px;
  }

  .footer {
    display: grid;
  }

  .cookie-notice {
    right: 14px;
    bottom: 14px;
    display: grid;
    width: calc(100% - 28px);
  }

  .cookie-notice button {
    justify-self: start;
  }
}
