:root {
  --bg: #fffaf4;
  --surface: #ffffff;
  --line: #f0e2d3;
  --ink: #241a14;
  --ink-soft: #6d5d52;
  --brand: #e8702a;
  --brand-soft: #fdf0e6;
  --blue: #3d6ef5;
  --green: #12a87f;
  --dark: #0f1219;
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

h1, h2, h3 { letter-spacing: -0.028em; line-height: 1.12; }
a { color: inherit; }

section { padding: 0 20px; }

/* ── buttons ────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 650;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(232, 112, 42, 0.26);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 11px 26px rgba(232, 112, 42, 0.32); }
.btn:active { transform: translateY(0); }
.btn-small { padding: 9px 16px; font-size: 14px; }
.btn-big { padding: 17px 30px; font-size: 17px; }
.btn-ghost {
  background: transparent;
  color: var(--brand);
  border: 1.5px solid #f2d3bc;
  box-shadow: none;
}
.btn-ghost:hover { background: var(--brand-soft); box-shadow: none; }

/* ── nav ────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: rgba(255, 250, 244, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 600; text-decoration: none; }
.brand img { border-radius: 9px; }
.brand b { color: var(--brand); font-weight: 750; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 15px; }
.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover { color: var(--ink); }
.nav-links .btn { color: #fff; }
@media (max-width: 620px) { .nav-links a:not(.btn) { display: none; } }

/* ── hero ───────────────────────────────────────────────── */
.hero {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}
.hero h1 { font-size: clamp(38px, 6.4vw, 60px); font-weight: 780; }
.lede { margin-top: 20px; font-size: 18px; color: var(--ink-soft); max-width: 30em; }
.cta-row { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.cta-note { font-size: 13.5px; color: var(--ink-soft); }

/* phone mock */
.hero-art { display: flex; justify-content: center; }
.phone {
  width: 260px;
  height: 530px;
  border-radius: 38px;
  background: var(--dark);
  border: 9px solid #17181e;
  box-shadow: 0 26px 60px rgba(36, 26, 20, 0.26);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.phone-btn {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.phone-btn span { font-size: 21px; }
.phone-top { background: var(--blue); transform: rotate(180deg); }
.phone-bottom { background: var(--green); }
.phone-stage { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 16px; text-align: center; }
.phone-src { font-size: 11.5px; color: #8a92a6; line-height: 1.4; }
.phone-dst { font-size: 17px; font-weight: 640; color: #f2f4f8; line-height: 1.25; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; gap: 38px; }
  .cta-row { align-items: center; align-self: center; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
}

/* ── proof ──────────────────────────────────────────────── */
.proof { background: var(--dark); color: #f2f4f8; padding-block: 72px; }
.proof-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.proof h2 { font-size: clamp(27px, 4.4vw, 39px); font-weight: 760; }
.section-lede { margin-top: 16px; font-size: 17px; color: #9aa3b5; }
.proof .section-lede { color: #9aa3b5; }

.chat { margin: 36px auto 0; display: grid; gap: 11px; text-align: left; max-width: 480px; }
.bubble {
  padding: 13px 17px;
  border-radius: 15px;
  background: #1a1e29;
  font-size: 16.5px;
  line-height: 1.4;
}
.bubble small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: #6f7893; margin-bottom: 5px; }
.bubble.you { border-left: 3px solid var(--green); }
.bubble.her { border-left: 3px solid var(--blue); }
.bubble.out { background: #23283a; border-left: 3px solid var(--brand); }
.bubble.out strong { font-size: 21px; }
.footnote { margin-top: 26px; font-size: 15px; color: #8e97ab; line-height: 1.6; }

/* ── how ────────────────────────────────────────────────── */
.how { max-width: 1000px; margin: 0 auto; padding-block: 76px; text-align: center; }
.how h2 { font-size: clamp(26px, 4.2vw, 37px); font-weight: 760; }
.steps { list-style: none; margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; text-align: left; }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; }
.step-n {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 750;
  margin-bottom: 14px;
}
.steps h3 { font-size: 18px; margin-bottom: 7px; }
.steps p { font-size: 15px; color: var(--ink-soft); }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* ── features ───────────────────────────────────────────── */
.features { max-width: 1000px; margin: 0 auto; padding-bottom: 76px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.feature h3 { font-size: 18px; margin-bottom: 8px; }
.feature p { font-size: 15px; color: var(--ink-soft); }
@media (max-width: 800px) { .features { grid-template-columns: 1fr; } }

/* ── pricing ────────────────────────────────────────────── */
.pricing { max-width: 1000px; margin: 0 auto; padding-block: 34px 76px; text-align: center; }
.pricing h2 { font-size: clamp(26px, 4.2vw, 37px); font-weight: 760; }
.pricing .section-lede { color: var(--ink-soft); max-width: 44em; margin-inline: auto; }
.plans { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; text-align: left; }
.plan { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; }
.plan.featured { border: 2px solid var(--brand); box-shadow: 0 18px 44px rgba(232, 112, 42, 0.16); }
.tag {
  position: absolute; top: -12px; left: 24px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 11.5px;
  font-weight: 650;
}
.plan h3 { font-size: 17px; color: var(--ink-soft); font-weight: 600; }
.price { font-size: 38px; font-weight: 780; letter-spacing: -0.03em; margin: 6px 0 2px; }
.price small { font-size: 16px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0; }
.plan-for { font-size: 14px; color: var(--ink-soft); min-height: 2.9em; }
.plan ul { list-style: none; margin: 16px 0 22px; display: grid; gap: 9px; }
.plan li { font-size: 15px; padding-left: 24px; position: relative; }
.plan li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.plan .btn { width: 100%; text-align: center; }
@media (max-width: 800px) { .plans { grid-template-columns: 1fr; } .plan-for { min-height: 0; } }

/* ── faq ────────────────────────────────────────────────── */
.faq { max-width: 720px; margin: 0 auto; padding-bottom: 76px; }
.faq h2 { font-size: clamp(25px, 4vw, 33px); font-weight: 760; text-align: center; margin-bottom: 30px; }
details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin-bottom: 11px; }
summary { font-weight: 620; font-size: 16px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; float: right; color: var(--brand); font-weight: 700; }
details[open] summary::after { content: '−'; }
details p { margin-top: 11px; font-size: 15px; color: var(--ink-soft); }

/* ── final ──────────────────────────────────────────────── */
.final { text-align: center; padding-block: 76px; background: var(--brand-soft); }
.final h2 { font-size: clamp(30px, 5vw, 46px); font-weight: 780; }
.final p { margin: 12px 0 28px; font-size: 18px; color: var(--ink-soft); }

footer { text-align: center; padding: 34px 20px 46px; border-top: 1px solid var(--line); }
footer p { font-weight: 650; }
footer .small { font-weight: 400; font-size: 14px; color: var(--ink-soft); margin-top: 5px; }

.plans-note {
  margin-top: 26px;
  font-size: 14.5px;
  color: var(--ink-soft);
  max-width: 46em;
  margin-inline: auto;
}
.plans-note a { color: var(--brand); font-weight: 600; }

/* ── the four-up "honest bit" on the travel page ─────────── */
.steps-4 { grid-template-columns: repeat(4, 1fr); }
.steps-4 .step-n { font-size: 13px; font-weight: 700; }
@media (max-width: 980px) { .steps-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .steps-4 { grid-template-columns: 1fr; } }

/* ── the crew page's limits callout ─────────────────────── */
/* Given its own strong treatment on purpose: for a site manager, being told
   plainly where a tool does NOT belong is what makes the rest credible. */
.limits { background: var(--dark); color: #f2f4f8; padding-block: 70px; }
.limits-inner { max-width: 880px; margin: 0 auto; }
.limits-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(240, 90, 90, 0.16);
  border: 1px solid rgba(240, 90, 90, 0.5);
  color: #ff9a8f;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.limits h2 { margin-top: 16px; font-size: clamp(28px, 4.6vw, 40px); font-weight: 770; }
.limits > .limits-inner > p { margin-top: 16px; font-size: 17px; color: #b9c0cf; line-height: 1.6; max-width: 46em; }
.limits strong { color: #fff; }

.limits-grid { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.limits-grid > div { background: #171b24; border: 1px solid #262b39; border-radius: 16px; padding: 24px 22px; }
.limits-grid h3 { font-size: 16px; margin-bottom: 13px; }
.limits-grid ul { list-style: none; display: grid; gap: 8px; }
.limits-grid li { font-size: 15px; color: #b9c0cf; padding-left: 22px; position: relative; line-height: 1.45; }
.limits-grid > div:first-child li::before { content: '✓'; position: absolute; left: 0; color: var(--green); }
.limits-grid > div:last-child li::before { content: '✕'; position: absolute; left: 0; color: #f05a5a; }
@media (max-width: 760px) { .limits-grid { grid-template-columns: 1fr; } }

footer .small a { color: var(--brand); font-weight: 600; }

/* ── privacy page ───────────────────────────────────────── */
.legal { max-width: 720px; margin: 0 auto; padding-block: 48px 80px; }
.legal h1 { font-size: clamp(32px, 5.4vw, 46px); font-weight: 780; margin-bottom: 18px; }
.legal h2 { font-size: 21px; font-weight: 720; margin: 44px 0 12px; }
.legal p { font-size: 16.5px; line-height: 1.65; color: #3c2f27; margin-bottom: 14px; }
.legal .lede { font-size: 18px; color: var(--ink-soft); }
.legal ul, .legal ol { margin: 0 0 14px; padding-left: 0; list-style: none; }
.legal li { font-size: 16.5px; line-height: 1.6; color: #3c2f27; margin-bottom: 9px; padding-left: 24px; position: relative; }
.legal ul li::before { content: '·'; position: absolute; left: 8px; color: var(--brand); font-weight: 700; }
.legal a { color: var(--brand); font-weight: 600; }
.legal strong { color: var(--ink); }

.tldr { margin-top: 30px; padding: 24px 26px; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius); }
.tldr h2 { margin-top: 0; font-size: 18px; }
.tldr li { margin-bottom: 11px; }

.legal-steps { counter-reset: step; }
.legal-steps li { padding-left: 38px; margin-bottom: 14px; }
.legal-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; left: 0; top: 1px;
  width: 25px; height: 25px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px; font-weight: 750;
}

.legal .aside { font-size: 15px; color: var(--ink-soft); border-left: 2px solid var(--line); padding-left: 16px; }

.boundary { margin: 44px 0; padding: 28px 26px; background: #fff6f2; border: 1px solid #f6cdb9; border-radius: var(--radius); }
.boundary h2 { margin-top: 14px; }
.boundary .limits-tag { background: rgba(240, 90, 90, 0.12); border: 1px solid rgba(240, 90, 90, 0.4); color: #c0432c; }
