@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--wa: #25d366;--accent: #c8a96e;--transition: background .25s, color .25s, border-color .25s}[data-theme=dark]{--bg: #0e0e0e;--surface: #181818;--border: rgba(255,255,255,.07);--text: #f0ede8;--muted: #5a5a5a;--subtle: #222;--bike-opacity: .045;--seo-color: #2d2d2d;--seo-strong: #3a3a3a}[data-theme=light]{--bg: #faf9f7;--surface: #f0ede8;--border: rgba(0,0,0,.08);--text: #111;--muted: #888;--subtle: #efefef;--bike-opacity: .06;--seo-color: #bbb;--seo-strong: #aaa}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;transition:var(--transition)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:999;opacity:.35}.page{max-width:680px;margin:0 auto;padding:0 1.5rem 4rem}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--border)}.topbar-logo{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.theme-toggle{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:600;font-family:inherit;letter-spacing:.04em;padding:.35rem .75rem .35rem .5rem;border-radius:100px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.theme-toggle:hover{color:var(--text);border-color:var(--muted)}.theme-toggle svg{width:13px;height:13px;flex-shrink:0}.hero{padding:4.5rem 0 3rem;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.hero-title{font-size:clamp(3.5rem,12vw,6.5rem);font-weight:900;line-height:.92;letter-spacing:-.04em;color:var(--text);margin-bottom:1.5rem;transition:color .25s}.hero-title span{color:var(--accent)}.hero-sub{font-size:1.05rem;line-height:1.6;color:var(--muted);max-width:420px;margin-bottom:2.5rem;transition:color .25s}.cta{display:inline-flex;align-items:center;gap:.55rem;background:var(--wa);color:#fff;font-size:.95rem;font-weight:700;text-decoration:none;padding:.8rem 1.6rem;border-radius:100px;transition:opacity .2s,transform .15s}.cta:hover{opacity:.88;transform:translateY(-2px)}.cta:active{opacity:1;transform:none}.cta svg{width:18px;height:18px;flex-shrink:0}.hero-bike{position:absolute;bottom:-1px;right:-1.5rem;width:min(280px,48vw);color:var(--text);opacity:var(--bike-opacity);pointer-events:none;transition:opacity .25s}.hero-bike svg{width:100%;height:auto;display:block}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-bottom:1px solid var(--border)}@media(max-width:520px){.cards{grid-template-columns:1fr}}.card{background:var(--bg);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;transition:background .2s}.card:hover{background:var(--surface)}.card-num{font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--accent);opacity:.7}.card h2{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em;transition:color .25s}.card p{font-size:.85rem;line-height:1.65;color:var(--muted);transition:color .25s}.footer{padding:2.5rem 0 0;display:flex;flex-direction:column;gap:1rem}.seo-text{font-size:.78rem;line-height:1.7;color:var(--seo-color);transition:color .25s}.seo-text strong{color:var(--seo-strong);font-weight:500}.footer-copy{font-size:.75rem;color:var(--seo-color);font-style:italic;transition:color .25s}
