:root {
  --navy: #17283a;
  --navy-2: #243d52;
  --rust: #a85f43;
  --rust-dark: #87452f;
  --ivory: #f4f1ea;
  --paper: #fffdfa;
  --slate: #566573;
  --ink: #27323b;
  --line: #d9d9d9;
  --sage: #637568;
  --shadow: 0 24px 70px rgba(23, 40, 58, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: white; border: 2px solid var(--navy); }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(23,40,58,.12); background: rgba(255,253,250,.94); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; color: var(--navy); font-weight: 800; letter-spacing: -.02em; }
.mark { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--navy); color: white; font-size: .82rem; letter-spacing: .06em; }
.nav-links { display: flex; align-items: center; gap: 1rem; font-size: .93rem; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border-radius: 8px; border: 1px solid transparent; background: var(--rust); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 8px 20px rgba(168,95,67,.18); transition: transform .16s ease, background .16s ease; }
.button:hover, .button:focus-visible { background: var(--rust-dark); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--navy); border-color: rgba(23,40,58,.28); box-shadow: none; }
.button.secondary:hover { background: var(--ivory); }
.button.disabled { background: #6e777e; cursor: not-allowed; box-shadow: none; }
.nav .button { min-height: 40px; padding: .55rem .85rem; font-size: .88rem; }
.eyebrow { color: var(--rust-dark); text-transform: uppercase; letter-spacing: .13em; font-weight: 850; font-size: .76rem; }
.hero { overflow: hidden; background: linear-gradient(130deg, var(--ivory), #fffdfa 58%, #eef1ed); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 4rem; padding: 5.4rem 0 4.8rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.9rem); margin-bottom: 1.2rem; }
h2 { font-size: clamp(2.05rem, 4vw, 3.55rem); margin-bottom: 1rem; }
h3 { font-size: 1.2rem; letter-spacing: -.015em; }
.lede { font-size: clamp(1.16rem, 2vw, 1.45rem); max-width: 35rem; color: #394955; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1rem; }
.micro { font-size: .86rem; color: var(--slate); max-width: 39rem; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; min-height: 430px; object-fit: cover; border-radius: 24px 5px 24px 5px; box-shadow: var(--shadow); }
.folio-label { position: absolute; left: -1.4rem; bottom: 1.5rem; width: min(310px, 78%); padding: 1rem 1.1rem; background: var(--navy); color: white; border-radius: 7px; box-shadow: 0 16px 40px rgba(23,40,58,.24); }
.folio-label strong { display: block; margin-bottom: .25rem; }
.folio-label span { color: #dfe6e9; font-size: .86rem; }
.trust-strip { background: var(--navy); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.trust-item { padding: 1.35rem 1.1rem; background: var(--navy); }
.trust-item strong { display: block; font-size: .98rem; }
.trust-item span { color: #cdd6dc; font-size: .82rem; }
section { padding: 6rem 0; }
.section-head { max-width: 760px; margin-bottom: 2.7rem; }
.section-head p { font-size: 1.1rem; color: var(--slate); }
.problem { background: #fbfaf6; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 4rem; align-items: start; }
.plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { display: grid; grid-template-columns: 36px 1fr; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.plain-list b { color: var(--rust); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { min-height: 210px; padding: 1.5rem; border: 1px solid var(--line); background: white; border-radius: 10px; box-shadow: 0 9px 26px rgba(23,40,58,.05); }
.card .num { color: var(--rust); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.card p { color: var(--slate); margin-bottom: 0; }
.system { background: var(--ivory); }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.step { padding: 1.25rem 0; border-bottom: 1px solid rgba(23,40,58,.18); display: grid; grid-template-columns: 54px 1fr; gap: 1rem; }
.step-number { width: 42px; height: 42px; border-radius: 50%; background: var(--rust); color: white; display: grid; place-items: center; font-weight: 900; }
.step p { margin: .25rem 0 0; color: var(--slate); }
.sample-panel { background: var(--navy); color: white; border-radius: 18px; padding: 2rem; position: sticky; top: 100px; }
.sample-panel h3 { color: white; font-size: 1.65rem; }
.sample-panel p { color: #d7e0e5; }
.sample-list { padding: 0; list-style: none; }
.sample-list li { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-section { background: #fbfaf6; }
.price-box { max-width: 930px; margin: 0 auto; display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.price-copy, .price-side { padding: 2.4rem; }
.price-side { background: var(--navy); color: white; }
.price { font-size: 4rem; line-height: 1; font-weight: 900; letter-spacing: -.05em; color: white; }
.price-side p { color: #d7e0e5; }
.price-side .button { width: 100%; margin-top: 1rem; }
.faq { max-width: 900px; }
details { border-top: 1px solid var(--line); padding: 1.1rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { color: var(--navy); font-weight: 800; cursor: pointer; }
details p { color: var(--slate); max-width: 760px; }
.site-footer { padding: 3rem 0; background: var(--navy); color: #dbe2e6; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: white; }
.footer-button { appearance: none; border: 0; padding: 0; background: transparent; color: white; font: inherit; text-decoration: underline; cursor: pointer; }
.footer-button:hover, .footer-button:focus-visible { color: white; text-decoration-thickness: 2px; }
.legal-note { font-size: .82rem; max-width: 720px; color: #bcc8cf; }
.content-page main { min-height: 70vh; }
.page-hero { padding: 4.8rem 0 2rem; background: var(--ivory); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); max-width: 900px; }
.prose { max-width: 800px; }
.prose h2 { margin-top: 2.5rem; font-size: 2rem; }
.media-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; }
.download-card { padding: 2rem; background: var(--navy); color: white; border-radius: 16px; }
.download-card h2 { color: white; }
.download-card p { color: #d7e0e5; }
.consent { position: fixed; z-index: 80; left: 1rem; right: 1rem; bottom: 1rem; max-width: 720px; margin: 0 auto; padding: 1rem; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); display: none; }
.consent.show { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.consent p { margin: 0; font-size: .86rem; color: var(--slate); }
.consent-actions { display: flex; gap: .55rem; flex-shrink: 0; }
.consent button { border: 1px solid var(--line); border-radius: 6px; padding: .55rem .8rem; font-weight: 750; cursor: pointer; }
.consent .accept { background: var(--navy); color: white; border-color: var(--navy); }
.consent button:focus-visible, .footer-button:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

@media (max-width: 880px) {
  .nav-links > a:not(.button) { display: none; }
  .hero-grid, .split, .price-box, .media-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 2.4rem; padding: 4.2rem 0 3.5rem; }
  .hero-visual { order: initial; }
  .hero-visual img { min-height: 280px; }
  .folio-label { left: .8rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .sample-panel { position: static; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 1.25rem, 1160px); }
  h1 { font-size: 3.25rem; }
  section { padding: 4rem 0; }
  .included-grid, .system-grid, .trust-grid { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual img { height: 300px; min-height: 0; }
  .price-copy, .price-side { padding: 1.5rem; }
  .footer-grid, .consent.show { align-items: stretch; flex-direction: column; }
  .consent-actions button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
