:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--primary-rgb:37, 99, 235;--background:#fff;--surface:#f8fafc;--surface-hover:#f1f5f9;--card:#fff;--text:#0f172a;--text-light:#64748b;--font-body:"Inter", Arial, Helvetica, sans-serif;--font-heading:"Montserrat", Arial, Helvetica, sans-serif;--border:#e2e8f0;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#0ea5e9;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--shadow-xs:0 1px 3px #0f172a0a;--shadow-sm:0 2px 8px #0f172a0d;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 20px 50px #0f172a1f;--shadow-xl:0 30px 80px #0f172a2e;--container:1200px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--transition-fast:.2s ease;--transition:.3s ease;--transition-slow:.45s ease}[data-theme=dark]{--primary:#3b82f6;--primary-hover:#60a5fa;--primary-light:#3b82f629;--primary-rgb:59, 130, 246;--background:#020617;--surface:#0f172a;--surface-hover:#1e293b;--card:#111827;--text:#f8fafc;--text-light:#94a3b8;--border:#273449;--success:#22c55e;--warning:#fbbf24;--danger:#f87171;--info:#38bdf8;--shadow-xs:0 2px 4px #00000040;--shadow-sm:0 6px 18px #0000004d;--shadow-md:0 12px 32px #0006;--shadow-lg:0 24px 60px #00000080;--shadow-xl:0 40px 90px #0009}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:var(--font-heading);letter-spacing:-.02em;line-height:1.2}h1{font-size:clamp(3rem,7vw,5rem);font-weight:800;line-height:1.05}h2{font-size:clamp(2rem,5vw,3rem);font-weight:700}h3{font-size:clamp(1.35rem,2vw,1.6rem);font-weight:700}h4{font-size:1.2rem;font-weight:700}h5{font-size:1rem;font-weight:700}h6{font-size:.9rem;font-weight:700}p{color:var(--text-light);font-family:var(--font-body);font-size:1rem;line-height:1.75}.display{letter-spacing:-.03em;font-size:clamp(4rem,8vw,6rem);font-weight:800;line-height:1}.lead{color:var(--text-light);font-size:1.2rem;line-height:1.8}.small{font-size:.875rem}.tiny{font-size:.75rem}.muted{color:var(--text-light)}.bold{font-weight:700}.semibold{font-weight:600}.center{text-align:center}.uppercase{text-transform:uppercase;letter-spacing:.08em}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.container{width:min(var(--container), calc(100% - 2rem));margin-inline:auto}.section{padding:100px 0}.section-alt{background:var(--surface);padding:100px 0}.grid-2{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:992px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section,.section-alt{padding:72px 0}}.text-center{text-align:center}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.space-between{justify-content:space-between;align-items:center;display:flex}.hidden{display:none}.rounded{border-radius:var(--radius-md)}.shadow{box-shadow:var(--shadow-md)}.hover-lift{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s}.hover-lift:hover{transform:translateY(-6px)}.hover-scale{transition:transform .25s}.hover-scale:hover{transform:scale(1.04)}.hover-rotate{transition:transform .3s}.hover-rotate:hover{transform:rotate(-4deg)}.fade{animation:.5s both fade}@keyframes fade{0%{opacity:0}to{opacity:1}}.fade-up{animation:.5s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.float{animation:5s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pulse{animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.spin{animation:1.2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background);min-height:100vh;color:var(--text);font-family:var(--font-body,Arial, Helvetica, sans-serif);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background .25s,color .25s}::selection{background:var(--primary-light);color:var(--primary)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}input,textarea,select{font:inherit;color:inherit}textarea{resize:vertical}img,picture,svg,canvas,video{max-width:100%;display:block}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
