:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #5d5a54;
  --paper: #f8f4eb;
  --surface: #fffaf1;
  --line: #ded4c3;
  --accent: #c44b34;
  --accent-dark: #81301f;
  --sage: #54756b;
  --gold: #d7a441;
  --shadow: 0 24px 70px rgba(37, 26, 15, 0.16);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--ink);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 24px 0;
  color: #fffaf1;
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-weight: 800;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  border-radius: 99px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.brand-mark::before {
  height: 14px;
}

.brand-mark::after {
  height: 22px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav {
  gap: 1.1rem;
  font-size: 0.92rem;
}

.nav a {
  opacity: 0.88;
}

.nav a:hover,
.nav a:focus-visible {
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 250, 241, 0.58);
  border-radius: 999px;
  padding: 0.56rem 0.9rem;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  isolation: isolate;
  background:
    linear-gradient(95deg, rgba(17, 17, 17, 0.94) 0%, rgba(17, 17, 17, 0.78) 42%, rgba(84, 117, 107, 0.38) 100%),
    radial-gradient(circle at 74% 44%, rgba(215, 164, 65, 0.62), rgba(196, 75, 52, 0.24) 28%, transparent 52%),
    linear-gradient(135deg, #201b17 0%, #3c2d23 45%, #123a37 100%);
  color: #fffaf1;
  padding: 124px 0 72px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 20svh;
  background: linear-gradient(180deg, transparent, var(--paper));
  z-index: -1;
}

.hero-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding-bottom: clamp(16px, 6vw, 64px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(4rem, 11vw, 9.4rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 580px;
  margin: 1.5rem 0 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.4rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 0.86rem 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-dark);
}

.button-secondary {
  border: 1px solid rgba(255, 250, 241, 0.42);
  color: #fffaf1;
  background: rgba(255, 250, 241, 0.08);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.78;
}

.voice-orbit {
  position: absolute;
  right: clamp(-160px, -6vw, -40px);
  top: 18%;
  width: clamp(380px, 48vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 50%;
}

.voice-orbit-a {
  animation: breathe 6s ease-in-out infinite;
}

.voice-orbit-b {
  right: clamp(-110px, -2vw, 20px);
  top: 25%;
  width: clamp(260px, 35vw, 520px);
  border-color: rgba(215, 164, 65, 0.26);
  animation: breathe 7s ease-in-out infinite reverse;
}

.voice-lines {
  position: absolute;
  right: clamp(22px, 8vw, 150px);
  top: 28%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 18px);
  height: clamp(210px, 30vw, 390px);
}

.voice-lines span {
  display: block;
  width: clamp(7px, 0.8vw, 12px);
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(215, 164, 65, 0.5), rgba(196, 75, 52, 0.22));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  transform-origin: center;
  animation: pulse 2.4s ease-in-out infinite;
}

.voice-lines span:nth-child(2n) {
  animation-delay: 220ms;
}

.voice-lines span:nth-child(3n) {
  animation-delay: 440ms;
}

.proof-band,
.section,
.site-footer {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -36px;
  position: relative;
  z-index: 2;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.proof-band div {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 0.2rem;
  background: var(--surface);
  padding: 1.25rem;
}

.proof-band strong {
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.proof-band span {
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 118px) 0 0;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3,
p {
  margin-top: 0;
}

.copy-stack {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.copy-stack p:last-child {
  margin-bottom: 0;
}

.steps h2 {
  max-width: 860px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.step-list article {
  background: var(--paper);
  padding: clamp(1.15rem, 3vw, 2rem);
}

.step-list span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 2.5rem;
}

.step-list h3 {
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
}

.step-list p {
  color: var(--muted);
  margin-bottom: 0;
}

.payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(1.5rem, 6vw, 5rem);
  align-items: end;
  background: var(--ink);
  color: #fffaf1;
  padding: clamp(2rem, 6vw, 4.8rem);
}

.payment-panel p {
  color: rgba(255, 250, 241, 0.78);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.check-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
  font-size: 1.08rem;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: inset 0 0 0 4px var(--paper);
  border: 1px solid var(--sage);
}

.faq-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}

summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 1.12rem;
}

details p {
  color: var(--muted);
  margin: 0.9rem 0 0;
  max-width: 760px;
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 8vw, 7rem);
  align-items: start;
  padding-bottom: clamp(64px, 9vw, 118px);
}

.signup-copy {
  position: sticky;
  top: 28px;
}

.signup-copy p {
  max-width: 500px;
  color: var(--muted);
  font-size: 1.1rem;
}

.lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.form-row label {
  font-weight: 800;
}

.form-row input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfc3ae;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  padding: 0.8rem 0.9rem;
}

.form-row input:focus {
  outline: 3px solid rgba(196, 75, 52, 0.22);
  border-color: var(--accent);
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.7rem;
  align-items: start;
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.16rem;
  accent-color: var(--accent);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #24614e;
}

.form-status[data-state="error"] {
  color: #9c2f20;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 1.4rem 0 2rem;
}

.site-footer p {
  margin: 0;
  font-weight: 850;
  color: var(--ink);
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@keyframes pulse {
  0%,
  100% {
    transform: scaleY(0.72);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

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

@media (max-width: 820px) {
  .site-header {
    padding-top: 18px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding-top: 108px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 20vw, 6rem);
  }

  .voice-lines {
    right: -20px;
    top: 19%;
    opacity: 0.38;
  }

  .proof-band,
  .step-list,
  .two-column,
  .payment-panel,
  .signup {
    grid-template-columns: 1fr;
  }

  .proof-band {
    margin-top: 0;
  }

  .proof-band div {
    min-height: 92px;
  }

  .signup-copy {
    position: static;
  }
}

@media (max-width: 520px) {
  .site-header,
  .proof-band,
  .section,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .brand {
    font-size: 0.95rem;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 84svh;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
    line-height: 0.9;
  }

  .hero-copy {
    max-width: 21rem;
    font-size: 1.04rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .payment-panel,
  .lead-form {
    margin-inline: -1px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
