:root {
  --bg: #f6f2ea;
  --bg-2: #efe7d9;
  --ink: #151a17;
  --muted: #677069;
  --line: #e5dbcc;
  --card: rgba(255, 252, 247, 0.82);
  --white: #ffffff;
  --green: #18392f;
  --green-2: #0f2b24;
  --orange: #ef6b2d;
  --orange-2: #d84f12;
  --gold: #f4c35a;
  --shadow: 0 26px 80px rgba(43, 34, 22, 0.14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(239, 107, 45, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(24, 57, 47, 0.16), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, #fbf8f2 52%, var(--bg-2) 100%);
  line-height: 1.55;
}

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

button, input, textarea { font: inherit; }

.page-shell { overflow: hidden; }

.section-wrap {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: var(--max);
  margin: 0 auto 24px;
  padding: 26px 24px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-name {
  font-size: 1.08rem;
}

.brand-icon {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
}

.brand-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

nav a:hover { color: var(--ink); }

.nav-cta {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(24, 57, 47, 0.18);
}

.nav-cta:hover { background: var(--green-2); color: #fff; }

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 52px;
  padding-top: 46px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--orange-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 7vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 22px;
}

.button,
.signup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button { padding: 15px 22px; }

.button:hover,
.signup-form button:hover { transform: translateY(-1px); }

.primary,
.signup-form button {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(239, 107, 45, 0.28);
}

.primary:hover,
.signup-form button:hover { background: var(--orange-2); }

.secondary {
  color: var(--green);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(24, 57, 47, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.hero-proof span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--orange-2);
}

.hero-images {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18px;
}

.hero-images::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 42px;
  width: 150px;
  height: 150px;
  border-radius: 36px;
  background: var(--gold);
  opacity: 0.55;
  transform: rotate(16deg);
  z-index: -1;
}

.hero-images::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 86px;
  width: 108px;
  height: 108px;
  border-radius: 30px;
  background: var(--orange);
  opacity: 0.16;
  transform: rotate(-18deg);
  z-index: -1;
}

.phone {
  position: absolute;
  left: 50%;
  display: block;
  width: min(78%, 360px);
  padding: 0;
  border: 6px solid var(--green-2);
  border-radius: 46px;
  background: var(--green-2);
  line-height: 0;
  overflow: hidden;
  box-shadow:
    0 28px 56px rgba(43, 34, 22, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    width 520ms cubic-bezier(0.22, 1, 0.36, 1),
    bottom 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, width, bottom;
}

.phone img {
  display: block;
  width: 100%;
  height: auto;
}

.phone:focus-visible {
  outline: 4px solid rgba(239, 107, 45, 0.34);
  outline-offset: 6px;
}

.phone-back {
  width: min(62%, 292px);
  bottom: 54px;
  opacity: 0.96;
  transform: translateX(2%);
  z-index: 1;
  cursor: pointer;
}

.phone-back:hover {
  transform: translateX(2%) translateY(-6px);
}

.phone-front {
  width: min(78%, 360px);
  bottom: 18px;
  opacity: 1;
  transform: translateX(-64%);
  z-index: 2;
  cursor: default;
}

.phone-hidden {
  width: min(62%, 292px);
  bottom: 54px;
  opacity: 0;
  transform: translateX(20%);
  z-index: 0;
  pointer-events: none;
}

.phone-hidden.phone-exiting {
  width: min(78%, 360px);
  bottom: 18px;
  opacity: 0;
  transform: translateX(-64%);
  z-index: 3;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading > p:not(.section-label) {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading.narrow {
  display: block;
  max-width: 820px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.problem::after,
.solution::before,
.process::after,
.access::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 30px;
  opacity: 0.42;
  z-index: 0;
}

.problem::after {
  width: 92px;
  height: 92px;
  right: -34px;
  top: 74px;
  background: var(--gold);
  transform: rotate(-14deg);
}

.solution::before {
  width: 128px;
  height: 128px;
  left: -70px;
  bottom: 42px;
  background: var(--orange);
  border-radius: 34px;
  opacity: 0.18;
  transform: rotate(18deg);
}

.process::after {
  width: 74px;
  height: 74px;
  right: 26px;
  top: 38px;
  background: var(--green);
  border-radius: 24px;
  opacity: 0.12;
  transform: rotate(28deg);
}

.access::before {
  width: 112px;
  height: 112px;
  right: -48px;
  top: 160px;
  background: var(--gold);
  opacity: 0.34;
  transform: rotate(12deg);
}

.problem > *,
.solution > *,
.process > *,
.access > * {
  position: relative;
  z-index: 1;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.problem-grid article,
.feature-list article,
.timeline article,
.signup-form {
  border: 1px solid rgba(229, 219, 204, 0.92);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: 0 16px 48px rgba(43, 34, 22, 0.06);
}

.problem-grid article {
  padding: 24px;
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 15px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.problem-grid p,
.feature-list p,
.timeline p,
.pilot-card p,
.form-note { color: var(--muted); }

.solution {
  position: relative;
}

.solution .section-heading {
  display: block;
  max-width: 860px;
}

.solution .section-heading > p:not(.section-label) {
  max-width: 680px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
}

.feature-list article > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--orange-2);
  background: rgba(239, 107, 45, 0.12);
  font-weight: 900;
}

.feature-list h3 { font-size: 1.35rem; }

.process {
  padding-top: 50px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  z-index: -1;
}

.timeline article {
  padding: 26px;
  text-align: center;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border: 7px solid #fbf8f2;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(239, 107, 45, 0.22);
}

.pilot-card {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgba(239, 107, 45, 0.55), transparent 34%),
    linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: var(--shadow);
}

.pilot-card .section-label { color: #ffb58d; }
.pilot-card p { color: rgba(255, 255, 255, 0.72); }
.pilot-card h2 { margin-bottom: 18px; }

.pilot-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-card li {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
}

.pilot-card li::before {
  content: "✓";
  margin-right: 10px;
  color: #7ee39b;
  font-weight: 900;
}

.access .section-heading {
  margin-bottom: 28px;
}

.access .section-heading > p:not(.section-label) {
  max-width: 760px;
  color: var(--muted);
}

.access-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 44px;
  align-items: start;
  padding: clamp(30px, 5vw, 56px);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(239, 107, 45, 0.55), transparent 34%),
    linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: var(--shadow);
}

.access-card-success {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 360px;
  place-items: center;
  text-align: center;
}

.thank-you-message {
  max-width: 680px;
}

.thank-you-message .section-label {
  color: #ffb58d;
}

.thank-you-message h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.thank-you-message p:not(.section-label) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
}

.thank-you-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 22px;
  color: var(--green);
  background: #7ee39b;
  font-size: 1.8rem;
  font-weight: 900;
}

.price-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px 24px;
  margin: 28px 0 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.price-label {
  display: block;
  margin-bottom: 4px;
  color: #ffb58d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.price-card small {
  flex: 0 0 auto;
  font-size: 1rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.price-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.public-price {
  align-self: end;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.included-note {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.journey-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: journey;
}

.journey-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.journey-list span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.journey-list span::before {
  content: "✓";
  color: #7ee39b;
  font-size: 0.86rem;
  font-weight: 900;
}

.founder-note {
  grid-column: 1 / -1;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 400;
}

.signup-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
}

label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffaf4;
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
}

textarea { resize: vertical; }

input:focus,
textarea:focus {
  border-color: rgba(239, 107, 45, 0.8);
  box-shadow: 0 0 0 4px rgba(239, 107, 45, 0.14);
}

.signup-form button {
  width: 100%;
  padding: 14px 22px;
}

.signup-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  margin: 0;
  min-height: 1.4em;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-status.success {
  color: #1f7a3a;
}

.form-status.error {
  color: #b42318;
}

.form-note {
  margin: 0;
  font-size: 0.86rem;
}

footer {
  padding-top: 20px;
  padding-bottom: 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

footer p { margin: 0; }

@media (max-width: 1180px) and (orientation: landscape) {
  .site-header {
    margin-bottom: 48px;
    padding-top: 18px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
    gap: 24px;
    min-height: auto;
    padding-top: 56px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(2.7rem, 5.4vw, 4.6rem);
  }

  .lead {
    max-width: 560px;
    font-size: 1.08rem;
  }

  .hero-images {
    min-height: 500px;
  }

  .phone-front,
  .phone-hidden.phone-exiting {
    width: min(60%, 260px);
    transform: translateX(-68%);
  }

  .phone-back,
  .phone-hidden {
    width: min(47%, 205px);
    bottom: 46px;
    transform: translateX(-4%);
  }

  .phone-back:hover {
    transform: translateX(-4%) translateY(-6px);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 120px;
  }

  nav {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-cta {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .hero,
  .section-heading,
  .pilot-card,
  .access-card {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; }

  .hero-images {
    margin-top: 18px;
    min-height: 720px;
  }

  .phone-front,
  .phone-hidden.phone-exiting {
    width: min(70%, 320px);
  }

  .phone-back,
  .phone-hidden {
    width: min(56%, 258px);
  }

}


@media (max-width: 760px) {
  .section-wrap { padding: 64px 18px; }

  .problem-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-images {
    min-height: 650px;
  }

  .phone-back,
  .phone-hidden {
    bottom: 50px;
    transform: translateX(-2%);
  }

  .phone-back:hover {
    transform: translateX(-2%) translateY(-6px);
  }

  .phone-front,
  .phone-hidden.phone-exiting {
    transform: translateX(-68%);
  }

  .problem::after,
  .solution::before,
  .process::after,
  .access::before {
    opacity: 0.16;
    transform: scale(0.78) rotate(12deg);
  }

  .timeline::before { display: none; }

  .feature-list article {
    grid-template-columns: 1fr;
  }

  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
}

@media (max-width: 520px) {
  .site-header {
    margin-bottom: 0;
    padding: 20px 110px 4px 18px;
  }

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

  .nav-cta {
    top: 18px;
    right: 18px;
    width: auto;
    padding: 8px 14px;
    text-align: center;
  }

  .hero-actions,
  .button { width: 100%; }

  .price-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .public-price {
    text-align: left;
    white-space: normal;
  }

  .hero-images {
    min-height: 560px;
    margin-inline: -10px;
  }

  .phone {
    border-radius: 30px;
  }

  .phone-back,
  .phone-hidden {
    width: min(54%, 218px);
    bottom: 48px;
    transform: translateX(-4%);
  }

  .phone-back:hover {
    transform: translateX(-4%) translateY(-5px);
  }

  .phone-front,
  .phone-hidden.phone-exiting {
    width: min(68%, 282px);
    transform: translateX(-70%);
  }
}
