﻿
:root {
  --ink: #172927;
  --ink-soft: #425955;
  --forest: #164f46;
  --forest-dark: #0f3732;
  --teal: #157a6e;
  --ivory: #fbf8f1;
  --paper: #ffffff;
  --mist: #e8f0ed;
  --line: #d8dfda;
  --sun: #f0a759;
  --coral: #d66b58;
  --blue: #66839a;
  --shadow: 0 24px 70px rgba(20, 43, 39, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body,
button,
a {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
}

h2 {
  font-size: 48px;
  max-width: 820px;
  margin-bottom: 0;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1240px, calc(100% - 48px));
  min-height: 84px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark .sun {
  width: 18px;
  height: 18px;
  margin-bottom: -8px;
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 -7px 0 -6px currentColor, 7px -4px 0 -6px currentColor, -7px -4px 0 -6px currentColor;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
}

.brand small {
  margin-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.75;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}

.desktop-nav a,
.text-link,
.subtle-link,
.safety-copy a,
.footer-links a {
  position: relative;
}

.desktop-nav a::after,
.text-link::after,
.subtle-link::after,
.safety-copy a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.text-link:hover::after,
.subtle-link:hover::after,
.safety-copy a:hover::after,
.footer-links a:hover::after {
  right: 0;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

.header-cta:hover {
  background: #fff;
  color: var(--forest-dark);
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--forest-dark);
  color: #fff;
}

.conversation-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #1a5b52;
}

.conversation-scene::before,
.conversation-scene::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.conversation-scene::before {
  width: 680px;
  height: 680px;
  right: -180px;
  top: -220px;
}

.conversation-scene::after {
  width: 420px;
  height: 420px;
  right: 80px;
  bottom: -270px;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(10, 38, 34, 0.38);
}

.scene-line {
  position: absolute;
  max-width: 390px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
  animation: sceneFloat 8s ease-in-out infinite;
}

.scene-line-one {
  top: 19%;
  right: 6%;
}

.scene-line-two {
  top: 35%;
  right: 14%;
  background: rgba(244, 233, 210, 0.92);
  color: var(--forest-dark);
  animation-delay: -2s;
}

.scene-line-three {
  top: 57%;
  right: 5%;
  animation-delay: -4s;
}

.scene-line-four {
  top: 70%;
  right: 12%;
  background: rgba(232, 240, 237, 0.92);
  color: var(--forest-dark);
  animation-delay: -6s;
}

.scene-date {
  position: absolute;
  right: 20%;
  top: 12%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 92px auto 80px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  color: #d6e8e4;
}

.section-kicker.light {
  color: #b5d6cf;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: 84px;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions,
.trial-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--sun);
  color: #2d281f;
}

.button-primary:hover {
  background: #f7bb73;
}

.button-dark {
  background: var(--forest-dark);
  color: #fff;
}

.button-light {
  background: #fff;
  color: var(--forest-dark);
}

.text-link,
.subtle-link {
  font-size: 14px;
  font-weight: 700;
}

.hero-note {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.hero-next {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro {
  padding: 110px 0 120px;
}

.intro-grid,
.safety-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: start;
}

.intro-copy {
  padding-top: 6px;
  color: var(--ink-soft);
  font-size: 18px;
}

.intro-copy p + p {
  margin-top: 24px;
}

.moments-band {
  padding: 110px 0 0;
  background: var(--forest);
  color: #fff;
}

.moments-heading,
.steps-heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 80px;
  align-items: end;
}

.moments-heading > p,
.steps-heading > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.moments-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.moment {
  min-height: 350px;
  padding: 32px 28px 54px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.moment:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.moment > span {
  display: block;
  margin-bottom: 82px;
  color: #a9cfc7;
  font-size: 12px;
}

.moment h3 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.moment p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.experience {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 110px;
  align-items: center;
  padding: 130px 0;
}

.experience-copy > p:not(.section-kicker) {
  max-width: 600px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.feature-list li,
.price-panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-list li span,
.price-panel li span {
  color: var(--teal);
  font-weight: 900;
}

.phone-stage {
  position: relative;
  min-height: 640px;
  padding: 20px 18px 28px;
  overflow: hidden;
  border: 1px solid #c9d5d1;
  border-radius: 8px;
  background: #e8eeea;
  box-shadow: var(--shadow);
}

.phone-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.33;
  background-image: radial-gradient(circle at 1px 1px, #90a19c 1px, transparent 0);
  background-size: 24px 24px;
}

.phone-top,
.chat-day,
.bubble,
.audio-preview,
.typing {
  position: relative;
  z-index: 1;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -20px -18px 22px;
  padding: 18px;
  background: var(--forest-dark);
  color: #fff;
}

.avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--forest-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.phone-top strong,
.phone-top small {
  display: block;
}

.phone-top small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.chat-day {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 10px;
  text-transform: uppercase;
}

.bubble {
  width: fit-content;
  max-width: 84%;
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 2px 5px rgba(20, 43, 39, 0.07);
}

.bubble.received {
  background: #fff;
}

.bubble.sent {
  margin-left: auto;
  background: #d4eee5;
}

.audio-preview {
  width: 78%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 7px;
  background: #fff;
}

.audio-preview button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
}

.wave {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3px;
}

.wave i {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #86a29b;
}

.wave i:nth-child(2n) { height: 25px; }
.wave i:nth-child(3n) { height: 10px; }

.typing {
  width: 54px;
  display: flex;
  gap: 4px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 7px;
  background: #fff;
}

.typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #91a39e;
  animation: typing 1.2s infinite ease-in-out;
}

.typing i:nth-child(2) { animation-delay: 0.14s; }
.typing i:nth-child(3) { animation-delay: 0.28s; }

.steps-band {
  padding: 115px 0 125px;
  background: #e7efec;
}

.steps-heading > p {
  color: var(--ink-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  margin: 70px 0 0;
  list-style: none;
  background: #c9d5d1;
  border: 1px solid #c9d5d1;
}

.steps li {
  min-height: 290px;
  padding: 34px;
  background: var(--ivory);
}

.steps li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 60px;
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.steps p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.trial {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 100px;
  align-items: center;
  padding: 130px 0;
}

.trial-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 17px;
}

.trial-actions {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 34px;
}

.subtle-link {
  color: var(--ink-soft);
}

.price-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.price-header > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.price-header strong {
  padding: 5px 9px;
  border-radius: 4px;
  background: #deeee8;
  color: var(--forest);
  font-size: 11px;
}

.price-main {
  padding: 32px 28px 26px;
  border-bottom: 1px solid var(--line);
}

.price-main > span {
  color: var(--ink-soft);
  font-size: 12px;
}

.price-main > div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.price-main strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.price-panel ul {
  display: grid;
  gap: 14px;
  padding: 26px 28px 30px;
  margin: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 14px;
}

.safety-band {
  padding: 115px 0;
  background: #243d48;
  color: #fff;
}

.safety-copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.safety-copy p + p {
  margin-top: 22px;
}

.safety-copy .emergency {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 800;
}

.safety-copy a {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-weight: 800;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
  padding: 125px 0;
}

.faq-heading h2 {
  font-size: 43px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 40px 24px 0;
  margin: 0;
  color: var(--ink-soft);
}

.closing {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--forest-dark);
  color: #fff;
}

.closing-scene {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 40px;
  padding: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  text-align: center;
}

.closing-scene span:nth-child(2n) {
  color: var(--sun);
}

.closing-content {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 48px));
  text-align: center;
}

.closing-content h2 {
  margin: 0 auto 36px;
  font-size: 54px;
}

.closing-content .button {
  margin-inline: auto;
}

.closing-content > p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 42px max(24px, calc((100% - 1180px) / 2));
  background: #102b27;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.footer-brand {
  color: #fff;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer > small {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 10px;
}

@keyframes sceneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes typing {
  0%, 60%, 100% { opacity: 0.35; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 980px) {
  h2 {
    font-size: 42px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .scene-line-one,
  .scene-line-three {
    display: none;
  }

  .scene-line-two,
  .scene-line-four {
    right: -60px;
    opacity: 0.46;
  }

  .intro-grid,
  .safety-grid,
  .moments-heading,
  .steps-heading,
  .experience,
  .trial,
  .faq {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .moments-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .moment:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .experience {
    width: min(760px, calc(100% - 48px));
  }

  .phone-stage {
    min-height: 570px;
  }

  .faq-heading h2 {
    font-size: 42px;
  }

  .footer {
    grid-template-columns: 1fr auto;
  }

  .footer p {
    display: none;
  }
}

@media (max-width: 680px) {
  .section {
    width: min(100% - 32px, 1180px);
  }

  h2,
  .faq-heading h2 {
    font-size: 34px;
  }

  .site-header {
    width: calc(100% - 32px);
    min-height: 72px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 94svh;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-top: 90px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-lead {
    max-width: 92%;
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-next {
    display: none;
  }

  .scene-line-two {
    top: 23%;
  }

  .scene-line-four {
    top: 67%;
  }

  .scene-line {
    max-width: 280px;
    font-size: 14px;
  }

  .intro,
  .experience,
  .trial,
  .faq {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .moments-band,
  .steps-band,
  .safety-band {
    padding-top: 88px;
  }

  .moments-heading,
  .steps-heading {
    gap: 28px;
  }

  .moments-list {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .moment,
  .moment:first-child,
  .moment:nth-child(3) {
    min-height: 0;
    padding: 28px 16px 36px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .moment > span {
    margin-bottom: 32px;
  }

  .experience {
    width: calc(100% - 32px);
  }

  .experience-copy > p:not(.section-kicker),
  .intro-copy,
  .trial-copy > p:not(.section-kicker),
  .safety-copy {
    font-size: 16px;
  }

  .phone-stage {
    min-height: 600px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 0;
  }

  .steps li > span {
    margin-bottom: 32px;
  }

  .price-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-main strong {
    font-size: 48px;
  }

  .closing {
    min-height: 620px;
  }

  .closing-content h2 {
    font-size: 38px;
  }

  .closing-scene {
    grid-template-columns: 1fr 1fr;
    font-size: 44px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 40px 16px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
