:root {
  --bg: #F2F5F9;
  --ink: #0B1F3A;
  --muted: #5A6B7C;
  --card: #ffffff;
  --line: #D5DEE8;
  --accent: #F5A623;
  --accent-dark: #E09012;
  --navy: #0B1F3A;
  --navy-mid: #163A5F;
  --warm: #FFF6E8;
  --shadow: 0 18px 50px rgba(11, 31, 58, 0.10);
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  min-height: 100vh;
  line-height: 1.55;
}
a { color: var(--navy-mid); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--accent-dark); }

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 28px; max-width: 1120px; margin: 0 auto;
}
.brand {
  font-weight: 700; font-size: 15px; color: var(--ink); text-decoration: none;
}
.brand span { color: var(--accent); }
.site-header nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-size: 14px; }
.site-header nav a { color: var(--muted); text-decoration: none; }
.site-header nav a:hover,
.site-header nav a.is-active { color: var(--ink); font-weight: 700; }
.btn-nav {
  background: var(--navy) !important; color: #fff !important;
  padding: 8px 14px; border-radius: 999px; font-weight: 600;
  text-decoration: none !important;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; border-radius: 12px; font-weight: 700; font-size: 15px;
  border: 1px solid transparent; text-decoration: none; cursor: pointer;
}
.btn-primary { background: var(--accent); color: var(--navy); }
.btn-primary:hover { background: var(--accent-dark); text-decoration: none; color: var(--navy); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { background: #fff; text-decoration: none; }

.section { max-width: 1120px; margin: 0 auto; padding: 24px 28px 56px; }
.section h2 {
  font-family: var(--display); font-size: 1.8rem; letter-spacing: -0.02em; margin-bottom: 10px; color: var(--navy);
}
.section .sub { color: var(--muted); margin-bottom: 28px; max-width: 40rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 20px;
}
.card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.card p { color: var(--muted); font-size: 14px; }

.site-footer {
  max-width: 1120px; margin: 0 auto; padding: 24px 28px 48px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 13px;
}
.site-footer .muted { margin-top: 4px; opacity: 0.85; }

/* —— Pro landing —— */
.lp-body { background: #fff; }
.lp-header {
  position: sticky; top: 0; z-index: 40;
  max-width: none; width: 100%;
  padding: 14px 28px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.lp-header.site-header { max-width: none; margin: 0; }
.lp-header .brand { font-size: 1.05rem; }
.lp-shell { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.lp-nav-toggle {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  border-radius: 10px; background: #fff; cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.lp-nav-toggle span:not(.sr-only) {
  display: block; width: 18px; height: 2px; background: var(--navy); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.lp-nav-toggle.is-open span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
.lp-nav-toggle.is-open span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
.lp-nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-size: 14px; }
.lp-nav a { color: var(--muted); text-decoration: none; }
.lp-nav a:hover, .lp-nav a.is-active { color: var(--ink); font-weight: 700; }
.lp-lang {
  display: inline-flex; align-items: center; gap: 2px;
  padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #fff;
}
.lp-lang a {
  min-width: 34px; text-align: center; padding: 5px 8px; border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: .04em; color: var(--muted) !important;
  text-decoration: none !important;
}
.lp-lang a.is-active {
  background: var(--navy); color: #fff !important; font-weight: 800;
}
.lp-lang a:hover:not(.is-active) { color: var(--navy) !important; }

.lp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 88% 8%, rgba(245,166,35,.28), transparent 55%),
    radial-gradient(700px 380px at 12% 90%, rgba(22,58,95,.55), transparent 50%),
    linear-gradient(165deg, #0B1F3A 0%, #163A5F 55%, #0B1F3A 100%);
  color: #fff;
  padding: 56px 0 64px;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
}
.lp-hero-photo {
  background:
    linear-gradient(105deg, rgba(11,31,58,.94) 0%, rgba(11,31,58,.78) 42%, rgba(11,31,58,.42) 100%),
    var(--hero-img) center / cover no-repeat;
}
.lp-hero-photo::before { display: none; }
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}
.lp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.lp-brand {
  font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; letter-spacing: -0.03em; margin: 0 0 18px;
  opacity: 0; animation: lp-rise .7s ease forwards;
}
.lp-brand span { color: var(--accent); }
.lp-eyebrow {
  display: inline-block; margin: 0 0 14px;
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--navy); background: var(--accent); padding: 5px 10px; border-radius: 999px;
  opacity: 0; animation: lp-rise .7s ease .08s forwards;
}
.lp-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 16px; max-width: 14ch;
  opacity: 0; animation: lp-rise .75s ease .1s forwards;
}
.lp-hero h1 em {
  font-style: italic; color: var(--accent);
}
.lp-lede {
  margin: 0 0 24px; max-width: 34rem;
  color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.65;
  opacity: 0; animation: lp-rise .75s ease .22s forwards;
}
.lp-actions {
  display: flex; flex-wrap: wrap; gap: 10px;
  opacity: 0; animation: lp-rise .75s ease .3s forwards;
}
.lp-actions-center { justify-content: center; }
.lp-ghost-light {
  border-color: rgba(255,255,255,.35) !important; color: #fff !important; background: transparent !important;
}
.lp-ghost-light:hover { background: rgba(255,255,255,.08) !important; }
.lp-trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px;
  margin: 20px 0 0; padding: 0; font-size: 13px; color: rgba(255,255,255,.65);
  opacity: 0; animation: lp-rise .75s ease .38s forwards;
}
.lp-trust li::before { content: "✓ "; color: var(--accent); font-weight: 800; }

.lp-preview {
  background: #fff; color: var(--ink);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  opacity: 0; transform: translateY(18px);
  animation: lp-float-in .85s ease .28s forwards;
}
.lp-preview-shot .lp-preview-shot-link {
  display: block; text-decoration: none;
}
.lp-preview-shot img {
  display: block; width: 100%; height: auto;
  background: #fff;
}
.lp-preview-shot:hover {
  transform: translateY(-2px);
  transition: transform .25s ease;
}
.lp-preview-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 12px; background: #111827; color: #9ca3af; font-size: 11px;
}
.lp-preview-bar span {
  width: 8px; height: 8px; border-radius: 50%; background: #4b5563;
}
.lp-preview-bar span:first-child { background: #f87171; }
.lp-preview-bar span:nth-child(2) { background: #fbbf24; }
.lp-preview-bar span:nth-child(3) { background: #34d399; }
.lp-preview-bar em { margin-left: 8px; font-style: normal; color: var(--accent); }
.lp-preview-body { padding: 16px; }
.lp-preview-label {
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 10px;
}
.lp-demo-steps {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px;
}
.lp-demo-steps span {
  font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px;
  background: #F2F5F9; color: var(--muted);
}
.lp-demo-steps span.on { background: var(--navy); color: #fff; }
.lp-slot-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 14px;
}
.lp-slot {
  border: 1px solid var(--line); border-radius: 10px; padding: 10px;
  text-align: center; font-size: 13px; font-weight: 600; background: #fff;
}
.lp-slot.hot {
  border-color: var(--accent); background: var(--warm); color: var(--accent-dark);
  animation: lp-pulse 2.4s ease-in-out infinite;
}
.lp-demo-summary {
  padding: 12px 14px; border-radius: 12px; background: var(--navy); color: rgba(255,255,255,.85);
  font-size: 13px; line-height: 1.45;
}
.lp-demo-summary strong { display: block; color: #fff; margin-bottom: 2px; }
.lp-demo-ping {
  display: flex; align-items: center; gap: 10px;
  margin-top: 12px; padding: 10px 12px;
  border: 1px solid var(--line); border-radius: 12px; background: #F7F9FC;
  font-size: 12px; color: var(--muted);
  animation: lp-slide 3.2s ease-in-out infinite;
}
.lp-demo-ping b { color: var(--navy); }
.lp-demo-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.45);
  animation: lp-dot 1.8s ease-out infinite;
}

.lp-band {
  background: var(--warm); border-bottom: 1px solid #f0d49a;
  padding: 18px 0;
}
.lp-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.lp-stats div { display: flex; gap: 10px; align-items: baseline; }
.lp-stats strong {
  font-family: var(--display); font-size: 1.35rem; color: var(--accent-dark);
}
.lp-stats span { font-size: 0.9rem; color: var(--navy); font-weight: 600; }

.lp-section { padding: 64px 0; background: #fff; }
.lp-section-tint { background: #F7F9FC; }
.lp-section-head { max-width: 40rem; margin-bottom: 32px; }
.lp-kicker {
  margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-dark);
}
.lp-kicker-light { color: var(--accent); }
.lp-section h2, .lp-close h2, .lp-price h2 {
  font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.2rem);
  letter-spacing: -0.02em; color: var(--navy); margin: 0 0 10px; line-height: 1.15;
}
.lp-sub { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; max-width: 36rem; }

.lp-industries {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.lp-industries span {
  font-size: 13px; font-weight: 600; color: var(--navy);
  padding: 8px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
}

.lp-features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 28px;
}
.lp-features article {
  padding: 18px 0 0;
  border-top: 3px solid var(--accent);
}
.lp-features h3 { margin: 0 0 8px; font-size: 1.05rem; color: var(--navy); }
.lp-features p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.55; }

.lp-split {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: start;
}
.lp-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.lp-compare-col {
  padding: 20px; border-radius: 16px; border: 1px solid var(--line); background: #fff;
}
.lp-compare-col.good {
  border-color: rgba(245,166,35,.45);
  background: linear-gradient(180deg, var(--warm), #fff 55%);
}
.lp-compare-col h3 {
  margin: 0 0 12px; font-size: .95rem; color: var(--navy);
}
.lp-compare-col ul {
  list-style: none; margin: 0; padding: 0;
}
.lp-compare-col li {
  position: relative; padding: 8px 0 8px 20px;
  font-size: .9rem; color: var(--muted); border-bottom: 1px solid var(--line);
}
.lp-compare-col li:last-child { border-bottom: 0; }
.lp-compare-col.bad li::before { content: "✕"; position: absolute; left: 0; color: #b42318; font-weight: 800; }
.lp-compare-col.good li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 800; }

.lp-list { list-style: none; margin: 18px 0 22px; padding: 0; }
.lp-list li {
  padding: 9px 0 9px 22px; position: relative;
  border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.95rem;
}
.lp-list li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
}

.lp-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.lp-steps li {
  padding: 4px 0 0;
  border-top: 3px solid var(--accent);
}
.lp-steps span {
  display: block;
  font-family: var(--display); font-size: 1.5rem; color: var(--accent-dark);
  margin-bottom: 8px; line-height: 1;
}
.lp-steps h3 { margin: 0 0 6px; font-size: 1.05rem; color: var(--navy); }
.lp-steps p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.lp-steps-stack {
  grid-template-columns: 1fr; gap: 0; margin: 22px 0 0;
}
.lp-steps-stack li {
  display: grid; grid-template-columns: auto 1fr; gap: 12px;
  padding: 14px 0; border-top: 1px solid var(--line);
}
.lp-steps-stack li:first-child { border-top: 3px solid var(--accent); }
.lp-steps-stack span { margin: 0; }

.lp-media-stack { position: relative; min-height: 280px; }
.lp-shot {
  margin: 0; border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  width: 88%; background: #e5e7eb;
}
.lp-shot img {
  display: block; width: 100%; height: 200px; object-fit: cover;
}
.lp-shot-offset {
  position: absolute; right: 0; bottom: 0; width: 72%;
  border: 3px solid #fff;
}
.lp-shot-offset img { height: 170px; }

.lp-faq {
  display: grid; gap: 10px; max-width: 720px;
}
.lp-faq details {
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  padding: 14px 16px;
}
.lp-faq summary {
  cursor: pointer; font-weight: 700; color: var(--navy); list-style: none;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "+"; float: right; color: var(--accent-dark); font-weight: 800;
}
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq p {
  margin: 10px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.6;
}

.lp-price { background: var(--navy); color: #fff; padding: 44px 0; }
.lp-price h2 { color: #fff; }
.lp-price p { margin: 0; color: rgba(255,255,255,.7); }
.lp-price-row {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px;
}
.lp-price-amt {
  font-family: var(--display); font-size: 2.6rem; color: var(--accent);
  margin: 0 0 12px; line-height: 1;
}
.lp-price-amt span { font-size: 1rem; color: rgba(255,255,255,.65); margin-left: 6px; }

.lp-close { padding: 72px 0 56px; text-align: center; background: #fff; }
.lp-close .lp-sub { margin: 0 auto 22px; }

.lp-footer {
  max-width: none; width: 100%;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  padding: 28px 28px 40px; border-top: 1px solid var(--line); background: #F7F9FC;
}
.lp-footer-brand { font-weight: 800; color: var(--navy); margin: 0 0 4px; }
.lp-footer-brand span { color: var(--accent); }
.lp-footer-links { display: flex; gap: 16px; align-items: center; }
.lp-footer-links a { font-weight: 600; font-size: 14px; text-decoration: none; color: var(--navy-mid); }

/* Secondary marketing pages */
.mkt-wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.mkt-kicker { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark); margin: 0 0 8px; }
.mkt-sub { color: var(--muted); font-size: 1.02rem; max-width: 36rem; margin: 0 0 22px; line-height: 1.6; }
.mkt-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.mkt-page-hero {
  padding: 56px 0 28px;
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(245,166,35,.14), transparent 55%),
    linear-gradient(180deg, #F7F9FC, #fff 70%);
}
.mkt-page-hero h1 {
  font-family: var(--display); font-size: clamp(1.9rem, 4vw, 2.5rem);
  color: var(--navy); margin: 0 0 10px; letter-spacing: -0.02em;
}
.mkt-flow { padding: 20px 0 56px; }
.mkt-flow h2 { font-family: var(--display); font-size: 1.6rem; color: var(--navy); margin: 0 0 18px; }
.mkt-steps {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
}
.mkt-steps li {
  border-top: 3px solid var(--accent); padding: 14px 0 0;
}
.mkt-steps strong {
  display: block; font-size: .8rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent-dark); margin-bottom: 6px;
}
.mkt-steps h3 { margin: 0 0 6px; font-size: 1.05rem; color: var(--navy); }
.mkt-steps p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.mkt-code {
  background: var(--navy); color: #d7e6ff; padding: 16px 18px;
  border-radius: 14px; overflow: auto; font-size: 12px; line-height: 1.55;
  margin: 0 0 12px;
}
.mkt-price-grid { padding: 8px 0 56px; }
.mkt-price-grid .mkt-wrap {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px;
}
.mkt-plan {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 22px; display: flex; flex-direction: column; gap: 8px;
  box-shadow: var(--shadow);
}
.mkt-plan-hot {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--warm), #fff 45%);
}
.mkt-plan-badge {
  margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent-dark);
}
.mkt-plan h2 { font-family: var(--display); font-size: 1.5rem; margin: 0; color: var(--navy); }
.mkt-plan-price { margin: 0; color: var(--muted); }
.mkt-plan-price span {
  font-family: var(--display); font-size: 2rem; color: var(--navy); margin-right: 4px;
}
.mkt-plan ul {
  margin: 6px 0 14px; padding-left: 1.1rem; color: var(--muted); font-size: .9rem; flex: 1;
}
.mkt-plan .btn { width: 100%; }
.mkt-close { padding: 48px 0 40px; text-align: center; background: #F7F9FC; }
.mkt-close h2 { font-family: var(--display); font-size: 1.7rem; color: var(--navy); margin: 0 0 10px; }

@keyframes lp-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lp-float-in {
  from { opacity: 0; transform: translateY(22px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,166,35,.35); }
  50% { box-shadow: 0 0 0 6px rgba(245,166,35,0); }
}
@keyframes lp-slide {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes lp-dot {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.45); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-brand, .lp-eyebrow, .lp-hero h1, .lp-lede, .lp-actions, .lp-trust, .lp-preview,
  .lp-slot.hot, .lp-demo-ping, .lp-demo-dot {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Book wizard */
.book-page {
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(245,166,35,.12), transparent 55%),
    linear-gradient(180deg, #F7F9FC, #fff 45%);
}
.book-hero { max-width: 720px; margin: 0 auto; padding: 40px 20px 8px; }
.book-hero h1 {
  font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--navy); margin: 0 0 10px; letter-spacing: -0.02em;
}
.book-hero .sub { color: var(--muted); margin: 0; max-width: 36rem; line-height: 1.6; }
.book-wrap { max-width: 720px; margin: 0 auto; padding: 20px 20px 64px; }
.book-wrap h1 { font-family: var(--display); font-size: 2rem; margin-bottom: 8px; color: var(--navy); }
.book-wrap .sub { color: var(--muted); margin-bottom: 24px; }
.book-summary {
  margin-bottom: 14px; padding: 14px 16px; border-radius: 12px;
  background: var(--navy); color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.5;
}
.book-summary #summary { margin: 0; color: inherit; }
.book-terms {
  display: flex; gap: 8px; align-items: flex-start; font-size: 13px;
  margin-bottom: 12px; color: var(--muted);
}
.book-terms input { margin-top: 3px; }
.book-footnote {
  margin-top: 18px; text-align: center; font-size: 14px; color: var(--muted);
}
.book-footnote a { font-weight: 700; }
.wizard {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); padding: 22px;
}
.wizard-progress { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.wizard-progress span {
  font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
  background: #eef2f0; color: var(--muted);
}
.wizard-progress span.active { background: var(--accent); color: var(--navy); }
.wizard-progress span.done { background: var(--warm); color: var(--accent-dark); }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px; border-radius: 10px; border: 1px solid var(--line);
  font: inherit; background: #fff;
}
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.slots button {
  border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 10px;
  font: inherit; font-weight: 600; cursor: pointer;
}
.slots button.selected, .slots button:hover { border-color: var(--accent); background: var(--warm); }
.slots button:disabled { opacity: 0.35; cursor: not-allowed; }
.wizard-actions { display: flex; gap: 10px; margin-top: 18px; }
.msg { margin-top: 12px; font-size: 14px; }
.msg.error { color: #b42318; }
.msg.ok { color: var(--accent-dark); }
.hidden { display: none !important; }

@media (max-width: 860px) {
  .lp-hero { min-height: auto; padding: 40px 0 48px; }
  .lp-hero-photo {
    background:
      linear-gradient(180deg, rgba(11,31,58,.92) 0%, rgba(11,31,58,.82) 100%),
      var(--hero-img) center / cover no-repeat;
  }
  .lp-hero-grid, .lp-split, .lp-features, .lp-steps, .lp-compare { grid-template-columns: 1fr; }
  .lp-stats { grid-template-columns: 1fr 1fr; }
  .grid-3, .mkt-steps, .mkt-price-grid .mkt-wrap { grid-template-columns: 1fr; }
  .lp-header { padding: 12px 16px; }
  .lp-nav-toggle { display: inline-flex; }
  .lp-nav {
    display: none; position: absolute; left: 16px; right: 16px; top: 62px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    box-shadow: var(--shadow); padding: 8px; z-index: 50;
  }
  .lp-nav.is-open { display: flex; }
  .lp-nav a {
    padding: 12px 14px; border-radius: 10px;
  }
  .lp-nav .btn-nav { text-align: center; margin-top: 4px; }
  .lp-media-stack { min-height: 220px; margin-top: 12px; }
  .lp-shot img { height: 160px; }
  .lp-shot-offset img { height: 130px; }
}
