:root{--bg: #f3f4f1;--surface: #fff;--surface-2: #e9ece8;--text: #16201d;--muted: #68736f;--line: #d7ded9;--accent: #f9a825;--accent-dark: #302000;--texture-a: rgba(174, 150, 111, .13);--texture-b: rgba(90, 111, 104, .09);--texture-c: rgba(255, 255, 255, .32);--blue: #132e49;--shadow: 0 20px 60px rgba(20, 35, 30, .1)}:root.dark{--bg: #0b1522;--surface: #111f2d;--surface-2: #192b3a;--text: #eef4f7;--muted: #9eafb9;--line: #2b414f;--accent: #f9a825;--accent-dark: #302000;--texture-a: rgba(84, 125, 145, .18);--texture-b: rgba(210, 218, 199, .08);--texture-c: rgba(7, 18, 31, .28);--blue: #7cc9e8;--shadow: 0 20px 60px rgba(0, 8, 20, .32)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--bg);background-image:radial-gradient(ellipse at 8% 16%,var(--texture-a) 0,transparent 32%),radial-gradient(ellipse at 83% 8%,var(--texture-c) 0,transparent 27%),radial-gradient(ellipse at 68% 82%,var(--texture-b) 0,transparent 38%);background-attachment:fixed;color:var(--text);font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.15;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.95'/%3E%3C/svg%3E")}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 2rem);margin:0 auto}.eyebrow{color:var(--muted);font:500 .72rem DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.page-intro{padding:6rem 0 3rem;max-width:780px}.page-intro h1{margin:.75rem 0 1rem;font-size:clamp(3.4rem,7vw,7.5rem);line-height:.88;letter-spacing:.005em}.page-intro p{color:var(--muted);font-size:1.1rem;line-height:1.7;max-width:600px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid var(--text);padding:.9rem 1.2rem;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s}.btn span{display:none}.btn:hover{transform:translateY(-2px)}.btn-primary,.btn-secondary{background:var(--accent);border-color:var(--accent);color:var(--accent-dark)}.section{padding:4rem 0}.section-title{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:.005em;line-height:1;margin:.6rem 0 1.5rem}@media(min-width:700px){.container{width:min(1120px,100% - 5rem)}.page-intro{padding-top:8rem}}
