:root{
  --bg:#f6f3ee;
  --paper:#fffdf9;
  --ink:#171411;
  --navy:#101b39;
  --muted:#6d655d;
  --line:#e7ddd1;
  --shadow:0 24px 60px rgba(30,24,18,.08);
  --soft-shadow:0 14px 38px rgba(30,24,18,.06);
  --cream:#fbf7ef;
  --blue:#496cce;
  --teal:#17a899;
  --violet:#7c56d9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
header{position:sticky;top:0;z-index:20;background:rgba(246,243,238,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,221,209,.9);padding:14px 20px}
.nav{max-width:1260px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand img{height:48px;display:block}nav{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:14px;font-weight:800;white-space:nowrap}.nav-pill{padding:10px 16px;border-radius:999px;background:var(--ink);color:white;box-shadow:0 14px 32px rgba(23,20,17,.14)}
.hero{max-width:1260px;margin:0 auto;padding:70px 22px 40px}.hero-layout{display:grid;grid-template-columns:58% 42%;gap:44px;align-items:center}.eyebrow{display:inline-flex;margin-bottom:16px;padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--navy);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.14em}.hero h1{margin:0;font-size:clamp(62px,8vw,126px);line-height:.9;letter-spacing:-.075em}.lead{margin:22px 0 0;font-size:clamp(25px,3.1vw,46px);line-height:1.05;letter-spacing:-.045em;font-weight:900;color:var(--navy);max-width:720px}.hero-description{margin:22px 0 0;max-width:680px;color:var(--muted);font-size:20px;line-height:1.6;font-weight:600}.tagline{margin:18px 0 0;color:var(--ink);font-size:22px;font-weight:1000}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:1000}.btn.primary{background:var(--ink);color:white}.btn.ghost{border:1px solid var(--line);background:var(--paper);color:var(--ink)}.coming{display:inline-flex;margin-top:22px;padding:10px 14px;border-radius:16px;background:#fff5df;border:1px solid #ead8b8;color:#77551d;font-size:13px;font-weight:900}
.book-stage{min-height:560px;position:relative;border:1px solid var(--line);border-radius:34px;background:linear-gradient(140deg,#fffdf9,#f1e8dc);box-shadow:var(--shadow);overflow:hidden}.book-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 25%,rgba(73,108,206,.22),transparent 35%),radial-gradient(circle at 20% 85%,rgba(255,179,71,.24),transparent 36%)}.cover-card{position:absolute;width:180px;height:245px;padding:22px;border-radius:22px;box-shadow:0 24px 55px rgba(16,27,57,.18);color:white;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-size:cover;background-position:center}.cover-card:after{content:"CTX";position:absolute;top:18px;right:18px;font-weight:1000;font-size:28px;color:rgba(255,255,255,.2)}.cover-card span{position:relative;z-index:2;font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:1000;opacity:.82}.cover-card strong{position:relative;z-index:2;margin-top:8px;font-size:24px;line-height:1.02;letter-spacing:-.04em}.cover-main{left:72%;top:55%;transform:translate(-50%,-50%) rotate(-3deg);width:235px;height:330px;background:linear-gradient(135deg,rgba(27,24,20,.86),rgba(27,24,20,.24)),url('assets/motorcycle-cover.png'),#ad7737}.cover-blue{right:65px;top:70px;transform:rotate(8deg);background:linear-gradient(135deg,rgba(16,27,57,.9),rgba(16,27,57,.25)),url('assets/business-cover.png'),#415fc2}.cover-green{left:55px;top:90px;transform:rotate(-9deg);background:linear-gradient(135deg,rgba(18,94,82,.9),rgba(18,94,82,.25)),#17a899}.cover-violet{right:115px;bottom:70px;transform:rotate(-7deg);background:linear-gradient(135deg,rgba(75,55,130,.9),rgba(75,55,130,.25)),#7c56d9}.cover-dark{left:92px;bottom:76px;transform:rotate(6deg);background:linear-gradient(135deg,rgba(17,20,36,.94),rgba(17,20,36,.35)),#101b39}
.section{max-width:1260px;margin:0 auto;padding:70px 22px}.section-head{max-width:820px;margin-bottom:26px}.section h2,.quote-section h2{margin:0;font-size:clamp(36px,4.6vw,72px);line-height:.96;letter-spacing:-.06em;color:var(--navy)}.section p,.quote-section p{color:var(--muted);font-size:18px;line-height:1.65;font-weight:600}.feature-grid{display:grid;gap:16px}.feature-grid.six{grid-template-columns:repeat(3,1fr)}.feature-grid article,.audience-grid article,.system-card{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--soft-shadow)}.feature-grid b,.audience-grid b{display:block;font-size:19px;color:var(--navy);margin-bottom:8px}.feature-grid p{font-size:15px;margin:0}.split{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px;align-items:start}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.audience-grid span{display:block;color:var(--muted);line-height:1.5;font-weight:600}.quote-section{max-width:1216px;margin:28px auto;padding:56px;border-radius:34px;background:var(--navy);color:white;box-shadow:var(--shadow)}.quote-section h2{color:white}.quote-section p{color:rgba(255,255,255,.78);max-width:850px}.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.system-card{min-height:188px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}.system-card:hover{transform:translateY(-3px);box-shadow:0 28px 70px rgba(30,24,18,.1)}.system-card img{max-width:190px;max-height:52px;object-fit:contain;object-position:left center}.system-card p{font-size:15px;margin:24px 0 0}
footer{padding:52px 22px;border-top:1px solid var(--line);background:#f0ebe4}.footer-inner{max-width:1260px;margin:0 auto;display:grid;gap:18px}.footer-logo{font-size:28px;font-weight:1000;color:var(--navy);letter-spacing:-.04em}.footer-links{display:flex;gap:16px;flex-wrap:wrap;color:var(--ink);font-weight:900}.footer-links.muted{color:var(--muted);font-size:14px}
@media(max-width:980px){.hero-layout,.split{grid-template-columns:1fr}.book-stage{min-height:430px}.feature-grid.six,.system-grid{grid-template-columns:repeat(2,1fr)}nav{display:none}}
@media(max-width:620px){.hero{padding-top:44px}.book-stage{min-height:360px}.cover-card{transform:none!important;width:150px;height:205px}.cover-main{width:190px;height:265px}.feature-grid.six,.system-grid,.audience-grid{grid-template-columns:1fr}.quote-section{border-radius:24px;padding:34px 24px}.brand img{height:40px}}
