:root {
  --navy: #0f2a44; --navy-2: #173d5e; --blue: #0071e3; --blue-2: #3a8dde;
  --ink: #0b1220; --text: #3e4a5c; --muted: #6b7686; --line: #e4e2dc;
  --warm: #f3f2ef; --white: #fff;
  --serif: "Playfair Display", Georgia, serif; --sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--text); background: var(--white); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
h1, h2, h3 { color: var(--ink); margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 44px; padding: 0 20px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; border: 1px solid transparent; transition: background .15s, border-color .15s; white-space: nowrap; }
.btn-sm { height: 36px; padding: 0 14px; font-size: 14px; }
.btn-lg { height: 50px; padding: 0 24px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: #005fc4; }
.btn-outline { border-color: #c9cfd8; color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.08); }
.btn-light { background: #fff; color: var(--navy); }

/* announcement + header */
.announce { background: var(--navy-2); color: #d7e3ef; font-size: 13px; }
.announce .wrap { padding: 8px 0; text-align: center; }
.announce a { color: #fff; font-weight: 600; text-decoration: none; margin-left: 4px; }
.announce-tag { background: var(--blue); color: #fff; border-radius: 99px; padding: 2px 8px; font-size: 11px; font-weight: 700; margin-right: 6px; text-transform: uppercase; letter-spacing: .04em; }
.top { background: var(--navy); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { display: flex; align-items: center; gap: 28px; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 19px; color: #fff; }
.logo img { width: 36px; height: 36px; border-radius: 9px; }
.logo b { color: #6fb6ff; font-weight: 500; }
.links { display: flex; gap: 22px; margin-left: 12px; }
.links a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 500; }
.links a:hover { color: #fff; }
.nav-cta { margin-left: auto; display: flex; gap: 8px; }

/* hero */
.hero { background: var(--navy); color: #d7e3ef; position: relative; overflow-x: clip; padding: 56px 0 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 32px 32px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9fcbff; background: rgba(0,113,227,.18); border: 1px solid rgba(111,182,255,.3); padding: 5px 10px; border-radius: 99px; }
.hero h1 { color: #fff; font-size: clamp(38px, 5vw, 60px); line-height: 1.06; margin: 18px 0 16px; }
.hero .lead { font-size: 18px; color: #c7d5e4; max-width: 34em; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.note { font-size: 14px; color: #93a8bf; margin-top: 12px; }
.hero-sheets { position: relative; padding: 20px 10px 30px 30px; }
.sheet { width: 100%; height: auto; background: #fff; border-radius: 6px; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.sheet-back { position: absolute; top: 0; right: 0; width: 88%; transform: rotate(3deg); opacity: .55; }
.sheet-front { position: relative; }
.sheet-chip { position: absolute; left: 0; bottom: 8px; background: var(--blue); color: #fff; border-radius: 10px; padding: 10px 16px; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.sheet-chip b { display: block; font-size: 22px; line-height: 1.1; }
.sheet-chip span { font-size: 12px; opacity: .85; }
.stats { list-style: none; margin: 48px 0 0; padding: 22px 0 26px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.stats li { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.12); }
.stats li:first-child { border-left: 0; padding-left: 0; }
.stats b { display: block; font-size: 22px; color: #fff; font-weight: 600; letter-spacing: -0.01em; }
.stats span { font-size: 13px; color: #93a8bf; }

/* sections */
.band { background: var(--warm); padding: 96px 0 84px; }
.plain { background: #fff; padding: 84px 0; }
.band-tight { padding-bottom: 0; }
.band-tight + .band { padding-top: 72px; }

.section-head { margin-bottom: 36px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.12; margin: 8px 0 10px; }
.section-head p { font-size: 17px; margin: 0; max-width: 720px; }
.section-head-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.step-shot { aspect-ratio: 16 / 10; background: #eef2f7; overflow: hidden; border-bottom: 1px solid var(--line); }
.step-shot img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.step-svg svg { width: 100%; height: 100%; display: block; }
.step-body { padding: 20px 22px 24px; }
.step-num { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.step h3 { font-family: var(--serif); font-size: 23px; margin: 6px 0 8px; }
.step p { margin: 0; font-size: 15px; }

/* plan cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-decoration: none; background: #fff; transition: box-shadow .15s, transform .15s; }
.plan-card:hover { box-shadow: 0 14px 34px rgba(15,42,68,.12); transform: translateY(-2px); }
.plan-card img { aspect-ratio: 792 / 560; object-fit: cover; object-position: top; background: #fff; border-bottom: 1px solid var(--line); }
.plan-card-body { padding: 14px 16px 16px; }
.plan-card-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.plan-card-title b { color: var(--ink); font-size: 16px; }
.plan-card-title span { font-size: 13px; color: var(--muted); }
.specs { list-style: none; margin: 0; padding: 10px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); text-align: center; }
.specs li { font-size: 12px; color: var(--muted); border-left: 1px solid var(--line); }
.specs li:first-child { border-left: 0; }
.specs b { display: block; color: var(--ink); font-size: 16px; }

/* value cards */
.values-wrap { padding-top: 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 14px; overflow: hidden; }
.value { padding: 36px 32px 40px; }
.value h3 { font-family: var(--serif); font-size: 26px; font-weight: 600; margin-bottom: 12px; }
.value p { margin: 0; font-size: 15px; }
.v-navy { background: var(--navy); color: #c7d5e4; }
.v-navy h3 { color: #fff; }
.v-light { background: #e6edf5; }
.v-blue { background: var(--blue); color: #e2efff; }
.v-blue h3 { color: #fff; }

/* who */
.who { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
/* The images carry a light frame and a clipped right edge; trim the frame and round all corners the same. */
.who-card { overflow: hidden; border-radius: 12px; aspect-ratio: 1.39; box-shadow: 0 10px 26px rgba(15,42,68,.14); }
.who-card img { width: 104.5%; max-width: none; margin: -4.7% 0 0 -4.3%; }

/* pricing */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 26px; display: flex; flex-direction: column; position: relative; }
.price.featured { border: 2px solid var(--blue); box-shadow: 0 18px 40px rgba(0,113,227,.12); }
.badge { position: absolute; top: -12px; left: 26px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 99px; }
.price h3 { font-family: var(--serif); font-size: 26px; }
.for { margin: 4px 0 14px; color: var(--muted); font-size: 14px; }
.amount { font-size: 38px; letter-spacing: -0.02em; color: var(--ink); font-weight: 600; }
.amount small { font-family: var(--sans); font-size: 15px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.yearly { margin: 2px 0 0; font-size: 13px; color: var(--muted); }
.price ul { list-style: none; padding: 0; margin: 18px 0 24px; flex: 1; display: grid; gap: 8px; align-content: start; }
.price li { padding-left: 24px; position: relative; font-size: 15px; }
.price li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 12px; height: 7px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }

/* faq */
.faq-wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--ink); font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 10px 0 0; }

/* cta + footer */
.cta { background: var(--blue); color: #e2efff; padding: 64px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.cta h2 { color: #fff; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; }
.cta p { font-size: 17px; margin: 12px 0 24px; }
.cta img { width: 100%; height: auto; background: #fff; border-radius: 8px; box-shadow: 0 24px 50px rgba(0,0,0,.25); }
.foot { background: var(--navy); color: #93a8bf; font-size: 14px; }
.foot-grid { display: flex; align-items: center; gap: 24px; padding: 28px 0; flex-wrap: wrap; }
.foot nav { display: flex; gap: 18px; margin-left: auto; }
.foot a { color: #c7d5e4; text-decoration: none; }
.foot .logo { font-size: 17px; }
.foot .logo img { width: 30px; height: 30px; }

/* responsive */
@media (max-width: 980px) {
  .links { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-sheets { padding: 10px 6px 24px 16px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats { row-gap: 18px; }
  .stats li:nth-child(3) { border-left: 0; padding-left: 0; }
  .steps, .cards, .prices { grid-template-columns: 1fr; max-width: 560px; }
  .values { grid-template-columns: 1fr; }
  .who { grid-template-columns: repeat(2, 1fr); }
  .faq-wrap, .cta-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 28px); }
  .announce .wrap { font-size: 12px; }
  .nav { gap: 12px; }
  .nav-cta .btn { padding: 0 10px; font-size: 13px; }
  .nav .logo { font-size: 17px; gap: 8px; }
  .nav .logo img { width: 30px; height: 30px; }
  .hero { padding-top: 36px; }
  .hero .lead { font-size: 16px; }
  .actions .btn { width: 100%; }
  .stats b { font-size: 19px; }
  .stats li { padding: 0 14px; }
  .sheet-chip b { font-size: 18px; }
  .band, .plain { padding: 64px 0; }
  .band-tight { padding-bottom: 0; }
  .band-tight + .band { padding-top: 56px; }
  
  .who { grid-template-columns: 1fr; }
  .foot nav { margin-left: 0; }
}
