/* ============================================================
   BRAND TOKENS — pulled from sailawayai.com
   Fonts:  Montserrat (headings), Lato (body) — same as main site
   Colors: navy / blue accent match the main site's palette
   Shared by index.html and checkout.html.
   ============================================================ */
:root{
  --navy-900: #0E182C;
  --navy-800: #16233A;
  --ink-700:  #1C2740;
  --blue-600: #0038FF;
  --blue-600-hover: #0030DE;
  --blue-500: #188BF6;
  --slate-500:#5B6B85;
  --slate-300:#C9D8E0;
  --bg-white: #FFFFFF;
  --bg-light: #FAFAFA;
  --bg-muted: #F2F4F7;

  --font-head: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Lato", "Helvetica Neue", Arial, sans-serif;

  --max: 1080px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@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; }
}

body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-700);
  background:var(--bg-white);
  line-height:1.55;
  font-size:17px;
}

h1,h2,h3{
  font-family:var(--font-head);
  color:var(--navy-900);
  line-height:1.15;
  margin:0 0 16px;
}
h1{ font-size:clamp(28px, 5.2vw, 46px); font-weight:800; }
h2{ font-size:clamp(22px, 3.6vw, 32px); font-weight:800; }
h3{ font-size:18px; font-weight:700; }
p{ margin:0 0 16px; }

a{ color:var(--blue-500); }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible{
  outline:3px solid var(--blue-500);
  outline-offset:3px;
}

.skip-link{
  position:absolute; left:-9999px; top:0;
  background:var(--blue-600); color:#fff; padding:12px 18px;
  z-index:100; border-radius:0 0 8px 0; font-family:var(--font-body); font-weight:700;
}
.skip-link:focus{ left:0; }

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

section{ padding:64px 0; }
@media (min-width:720px){ section{ padding:96px 0; } }

.bg-light{ background:var(--bg-light); }
.bg-muted{ background:var(--bg-muted); }
.bg-navy{ background:var(--navy-900); color:#E6ECF5; }
.bg-navy h2, .bg-navy h1{ color:#fff; }
.bg-navy .muted{ color:var(--slate-300); }

.eyebrow{
  font-family:var(--font-head);
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--blue-500);
  margin:0 0 12px;
}
.bg-navy .eyebrow{ color:#5FA8FF; }

.muted{ color:var(--slate-500); }
.lede{ font-size:19px; color:var(--slate-500); max-width:640px; }
.bg-navy .lede{ color:var(--slate-300); }

/* ---------- buttons ---------- */
.btn{
  display:inline-block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:16px;
  text-decoration:none;
  padding:16px 30px;
  border-radius:999px;
  border:2px solid transparent;
  cursor:pointer;
}
.btn-primary{
  background:var(--blue-600);
  color:#fff;
}
@media (prefers-reduced-motion: no-preference){
  .btn-primary{ transition:background-color .15s ease, transform .15s ease; }
  .btn-primary:hover{ transform:translateY(-1px); }
}
.btn-primary:hover{ background:var(--blue-600-hover); }
.btn-primary:visited{ color:#fff; }

.btn-ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,0.35);
}
.btn-ghost:hover{ border-color:#fff; }

.btn-block{ display:block; width:100%; text-align:center; }

.btn-row{ margin-top:28px; }

/* ---------- header ---------- */
header.site{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,0.96);
  border-bottom:1px solid #E7EAF0;
}
.site .wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:16px; padding-bottom:16px;
  gap:16px;
}
.logo{
  font-family:var(--font-head);
  font-weight:800;
  font-size:19px;
  color:var(--navy-900);
  text-decoration:none;
  white-space:nowrap;
}
.logo span{ color:var(--blue-500); }
header.site .btn{ padding:11px 20px; font-size:14px; }

/* ---------- hero ---------- */
.hero{ padding-top:56px; padding-bottom:56px; }
@media (min-width:720px){ .hero{ padding-top:84px; padding-bottom:84px; } }
.hero h1{ max-width:16ch; }
.hero .lede{ margin-top:4px; }

/* signature element: the hour-block strip.
   A row of blocks standing in for a day — a few picked out in dark blue
   to represent the hours AI can take back. Reused as a quiet divider. */
.hour-strip{
  display:flex;
  gap:8px;
  margin:36px 0 0;
  max-width:360px;
}
.hour-strip span{
  flex:1 1 0;
  height:14px;
  border-radius:3px;
  background:rgba(255,255,255,0.14);
}
.bg-light .hour-strip span, .bg-white .hour-strip span, .bg-muted .hour-strip span{
  background:var(--slate-300);
}
.hour-strip span.on{ background:var(--blue-600); }
.hour-strip-label{
  font-size:13px; color:var(--slate-300); margin-top:10px; letter-spacing:0.02em;
}
.bg-white .hour-strip-label, .bg-light .hour-strip-label, .bg-muted .hour-strip-label{ color:var(--slate-500); }

/* ---------- steps ---------- */
.steps{
  display:grid;
  gap:32px;
  margin-top:40px;
  grid-template-columns:1fr;
}
@media (min-width:820px){
  .steps{ grid-template-columns:repeat(3,1fr); }
}
.step-num{
  font-family:var(--font-head);
  font-weight:800;
  font-size:15px;
  color:var(--blue-500);
  letter-spacing:0.04em;
  margin-bottom:10px;
}
.step h3{ margin-bottom:8px; }

/* ---------- checklist ---------- */
.report-panel{
  margin-top:36px;
  background:var(--bg-white);
  border:1px solid #E3E7EE;
  border-radius:12px;
  padding:32px;
}
.checklist{ list-style:none; margin:0; padding:0; }
.checklist li{
  display:flex; gap:14px; align-items:flex-start;
  padding:14px 0;
  border-bottom:1px solid #EEF1F5;
}
.checklist li:last-child{ border-bottom:none; }
.check-mark{
  flex:0 0 auto;
  width:22px; height:22px;
  border-radius:50%;
  background:var(--blue-500);
  position:relative;
  margin-top:2px;
}
.check-mark::after{
  content:"";
  position:absolute;
  left:6px; top:5px;
  width:8px; height:12px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(40deg);
}

/* ---------- price ---------- */
.price-figure{
  font-family:var(--font-head);
  font-weight:800;
  font-size:clamp(48px,9vw,80px);
  color:#fff;
  margin:8px 0 4px;
  line-height:1;
}
.price-sub{ color:var(--slate-300); margin-bottom:28px; }
.guarantee-box{
  margin-top:32px;
  border-left:3px solid var(--blue-500);
  padding:4px 0 4px 22px;
  max-width:560px;
}
.fine-print{ margin-top:28px; font-size:14px; color:var(--slate-300); max-width:560px; }

/* ---------- not-for ---------- */
.honest-box{
  margin-top:28px;
  border-left:3px solid var(--blue-500);
  padding:6px 0 6px 24px;
  max-width:640px;
}
.honest-box p{ font-size:19px; }

/* ---------- about ---------- */
.about-grid{
  display:grid;
  gap:32px;
  margin-top:8px;
  grid-template-columns:1fr;
  align-items:start;
}
@media (min-width:720px){
  .about-grid{ grid-template-columns:180px 1fr; }
}
.photo-slot{
  width:100%;
  aspect-ratio:1/1;
  max-width:180px;
  border-radius:12px;
  border:2px dashed var(--slate-300);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-family:var(--font-head);
  font-weight:700;
  font-size:13px;
  color:var(--slate-500);
  background:var(--bg-white);
  padding:12px;
  overflow:hidden;
}
/* the dashed border is the empty-placeholder state; a real photo gets a solid frame instead */
.photo-slot:has(img){
  border-style:solid;
  border-color:#E3E7EE;
  padding:0;
}
.photo-slot img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.about-name{ font-family:var(--font-head); font-weight:800; font-size:20px; color:var(--navy-900); margin-bottom:2px;}
.about-loc{ color:var(--slate-500); margin-bottom:18px; font-size:15px; }

/* ---------- FAQ ---------- */
.faq{ margin-top:36px; }
.faq details{
  border-bottom:1px solid #E3E7EE;
  padding:18px 0;
}
.faq summary{
  cursor:pointer;
  list-style:none;
  font-family:var(--font-head);
  font-weight:700;
  font-size:17px;
  color:var(--navy-900);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:"+";
  font-size:22px;
  color:var(--blue-500);
  flex:0 0 auto;
  font-family:var(--font-head);
}
.faq details[open] summary::after{ content:"–"; }
.faq p{ margin-top:14px; color:var(--slate-500); max-width:680px; }

/* ---------- closing ---------- */
.closing{ text-align:center; }
.closing .wrap{ display:flex; flex-direction:column; align-items:center; }
.closing p{ font-size:20px; max-width:32ch; }

/* ---------- footer ---------- */
footer{
  background:#0A101E;
  color:var(--slate-300);
  padding:40px 0;
  font-size:14px;
}
footer .wrap{
  display:flex; flex-wrap:wrap; gap:16px 32px;
  justify-content:space-between; align-items:center;
}
footer a{ color:var(--slate-300); text-decoration:underline; }

/* ============================================================
   CHECKOUT PAGE
   ============================================================ */
.checkout-hero{ padding-top:56px; padding-bottom:40px; text-align:center; }
.checkout-hero .wrap{ display:flex; flex-direction:column; align-items:center; }
.checkout-hero .lede{ max-width:44ch; }

.checkout-recap{
  max-width:420px;
  margin:32px auto 0;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:14px;
  padding:28px;
  text-align:left;
}
.checkout-recap .price-figure{ font-size:44px; margin:0 0 4px; }
.checkout-recap ul{ list-style:none; margin:20px 0 0; padding:18px 0 0; border-top:1px solid rgba(255,255,255,0.14); }
.checkout-recap li{ font-size:14px; color:var(--slate-300); padding:4px 0; }

.checkout-steps{
  max-width:640px;
  margin:0 auto;
  display:grid;
  gap:24px;
}
.checkout-step-card{
  background:var(--bg-white);
  border:1px solid #E3E7EE;
  border-radius:14px;
  padding:32px;
}
.checkout-step-card .step-num{ margin-bottom:14px; }
.checkout-step-card h3{ font-size:21px; margin-bottom:10px; }
.checkout-step-card > p{ color:var(--slate-500); }

.checkout-note{ text-align:center; margin-top:32px; font-size:14px; }
