:root {
  --navy: #17324D;
  --orange: #F26B3A;
  --mint: #3BB69A;
  --cream: #FFF6E8;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--navy);
  background: var(--cream);
  line-height: 1.5;
}
a { color: inherit; }
.wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; gap: 16px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo svg { width: 46px; height: 46px; flex-shrink: 0; }
.logo-word { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; letter-spacing: 0.02em; }
.logo-word small { display: block; font-family: "DM Sans", sans-serif; font-weight: 500; letter-spacing: 0.28em; color: var(--mint); font-size: 10px; }
nav { display: flex; gap: 18px; font-size: 14px; font-weight: 500; flex-wrap: wrap; justify-content: flex-end; }
nav a { text-decoration: none; opacity: 0.8; }
nav a:hover, nav a.now { opacity: 1; }
.btn {
  display: inline-block; background: var(--navy); color: var(--white);
  text-decoration: none; font-weight: 600; padding: 12px 18px; border-radius: 999px;
  border: 0; cursor: pointer; font-family: inherit; font-size: 16px;
}
.btn.ghost { background: transparent; color: var(--navy); border: 1.5px solid rgba(23,50,77,0.2); }
.hero { padding: 48px 0 28px; }
h1, h2, h3 { font-family: "Bricolage Grotesque", sans-serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(42px, 7vw, 76px); letter-spacing: -0.03em; }
h1 span { color: var(--orange); }
.hero.sub { padding-bottom: 12px; }
.hero.sub h1 { font-size: clamp(36px, 6vw, 58px); }
.lede { font-size: 20px; max-width: 620px; margin: 18px 0 28px; }
.price-pill {
  display: inline-flex; gap: 10px; align-items: baseline;
  background: var(--white); border-radius: 999px; padding: 10px 16px;
  font-weight: 600; margin-bottom: 22px;
}
.ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card { background: var(--white); border-radius: 20px; padding: 24px; }
.card h3 { font-size: 22px; margin-bottom: 12px; }
.card.in { border-top: 5px solid var(--mint); }
.card.out { border-top: 5px solid var(--orange); }
ul { margin: 0; padding-left: 18px; }
li { margin: 8px 0; }
section { padding: 56px 0; }
.kicker { color: var(--mint); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; }
.shops { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.shop { background: var(--white); padding: 22px; border-radius: 16px; margin: 0; }
.shop p { margin: 0 0 12px; }
.shop cite { display: block; font-style: normal; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 16px; }
.shop cite span { display: block; font-family: "DM Sans", sans-serif; font-weight: 500; color: rgba(23,50,77,0.7); font-size: 13px; margin-top: 2px; }
.shop strong { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; }
.shop > span { color: rgba(23,50,77,0.7); font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { background: var(--white); padding: 18px; border-radius: 16px; }
.step b { color: var(--orange); }
section.looks { padding: 24px 0 20px; }
.looks > h2 { margin: 0; }
.examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.example { background: var(--white); padding: 18px; border-radius: 16px; }
.example h3 { font-size: 18px; margin-bottom: 8px; }
.example p { margin: 0; font-size: 15px; line-height: 1.45; }
.examples-proof { margin-top: 14px; }
.examples-proof .shop { max-width: 100%; }
.looks .shops { margin-top: 14px; }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: start; }
details { background: var(--white); border-radius: 14px; padding: 14px 18px; margin: 10px 0; }
summary { cursor: pointer; font-weight: 600; }
details p { margin: 10px 0 0; }
footer { padding: 40px 0 60px; font-size: 14px; opacity: 0.85; }
.final { background: var(--navy); color: var(--cream); border-radius: 28px; padding: 40px; }
.final h2 { color: var(--cream); }
.final .btn { background: var(--orange); color: var(--white); }
.final .lede { color: var(--cream); }
.whisper { font-size: 13px; opacity: 0.75; margin-top: 16px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; align-items: stretch; }
.plan { background: var(--white); border-radius: 20px; padding: 22px; display: flex; flex-direction: column; min-height: 100%; }
.plan h3 { font-size: 24px; margin: 2px 0 0; }
.plan .amt { font-family: "Bricolage Grotesque", sans-serif; font-size: 40px; letter-spacing: -0.03em; margin: 8px 0 0; }
.plan .amt span { font-size: 16px; font-family: "DM Sans", sans-serif; font-weight: 500; }
.plan .where { font-size: 14px; opacity: 0.78; margin: 6px 0 0; }
.plan > p { margin: 14px 0 0; }
.plan ul { margin: 12px 0 0; }
.plan-cta { margin-top: auto; padding-top: 22px; }
.plan .btn { display: block; width: 100%; text-align: center; box-sizing: border-box; margin-top: 0; }
.plan.featured { background: var(--navy); color: var(--cream); }
.plan.featured .amt { color: var(--orange); }
.plan.featured .kicker { color: var(--mint); }
.plan.featured .btn { background: var(--orange); color: var(--white); }
.final .ctas { margin-bottom: 8px; }
.final .btn.ghost { background: transparent; color: var(--cream); border-color: rgba(255,246,232,0.35); }
.plan .hint, .final .hint { display: block; font-size: 13px; opacity: 0.75; margin-top: 8px; font-weight: 500; }
.plan.featured .hint { color: var(--cream); }
.ask { margin-top: 28px; font-size: 14px; opacity: 0.8; }
.ask a { color: var(--mint); }
.soft-row {
  margin-top: 28px;
  padding: 0;
}
.soft-row > p { margin: 0 0 10px; font-size: 13px; opacity: 0.7; }
.logo-row {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px 22px;
}
.logo-row figure, .logo-jump {
  margin: 0; display: flex; align-items: center;
  text-decoration: none;
}
.logo-jump:hover img { opacity: 1; }
.plan.sw { scroll-margin-top: 28px; }
.logo-row img {
  height: 22px; width: auto; max-width: 118px;
  object-fit: contain; display: block; opacity: 0.92;
}
.logo-row figcaption { display: none; }
.plan .brand-logo, .sw .brand-logo {
  height: 22px; width: auto; max-width: 110px;
  object-fit: contain; display: block; margin: 0 0 10px;
}
.page-brand {
  height: 18px; width: auto; max-width: 96px;
  object-fit: contain; display: block; margin: 0;
}
.price-pill { align-items: center; }
.price-pill .page-brand { height: 18px; max-width: 96px; }
.sw .who { font-size: 15px; font-weight: 600; color: rgba(23,50,77,0.72); margin: 8px 0 0; }
.rails { margin-top: 22px; font-size: 15px; opacity: 0.88; max-width: 740px; }
.price-why {
  background: var(--white); border-radius: 20px; padding: 22px 24px; margin-top: 28px;
}
.price-why p { margin: 0 0 10px; }
.price-why p:last-child { margin-bottom: 0; }
.soft { font-size: 15px; opacity: 0.9; }
@media (max-width: 800px) {
  nav { display: none; }
  .grid2, .shops, .steps, .examples, .split, .plans { grid-template-columns: 1fr; }
}
