:root{--accent: #CC0000;--accent-hover: #a30000;--black: #000000;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-400: #a3a3a3;--gray-600: #525252;--gray-800: #262626;--gray-900: #171717;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--white);background-color:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;overflow-x:hidden}#root{width:100%}::selection{background-color:var(--accent);color:var(--white)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-800)}.nav-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--white);text-decoration:none}.accent{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--gray-400);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(204,0,0,.08) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid var(--gray-800);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--gray-400);margin-bottom:2.5rem;background:var(--gray-900)}.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(3rem,8vw,7rem);font-weight:900;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem;max-width:900px}.hero-title .accent{color:var(--accent)}.hero-subtitle{font-size:clamp(1rem,2vw,1.35rem);font-weight:300;color:var(--gray-400);max-width:560px;line-height:1.7;margin-bottom:3rem}.hero-cta-group{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--accent);color:var(--white);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;font-family:inherit}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:var(--white);border:1px solid var(--gray-800);border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .2s,transform .15s;text-decoration:none;font-family:inherit}.btn-secondary:hover{border-color:var(--gray-600);transform:translateY(-1px)}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--gray-800),transparent)}.manifesto{padding:6rem 2rem;text-align:center}.manifesto-inner{max-width:700px;margin:0 auto}.manifesto-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:2rem}.manifesto-text{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300;line-height:1.7;color:var(--gray-200)}.manifesto-text strong{font-weight:600;color:var(--accent)}.manifesto-text-group{display:flex;flex-direction:column;gap:1rem}.features{padding:6rem 2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.feature-card{padding:2.5rem 2rem;border:1px solid var(--gray-800);border-radius:12px;background:var(--gray-900);transition:border-color .3s}.feature-card:hover{border-color:var(--gray-600)}.feature-icon{font-size:1.75rem;margin-bottom:1.25rem}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--white)}.feature-desc{font-size:.9rem;color:var(--gray-400);line-height:1.6}.cta{padding:8rem 2rem;text-align:center;position:relative}.cta:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(204,0,0,.06) 0%,transparent 70%);pointer-events:none}.cta-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}.cta-title .accent{color:var(--accent)}.cta-subtitle{font-size:1.1rem;color:var(--gray-400);margin-bottom:2.5rem;font-weight:300}.email-form{display:flex;gap:.75rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:240px;padding:.85rem 1.25rem;background:var(--gray-900);border:1px solid var(--gray-800);border-radius:8px;color:var(--white);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s}.email-input::placeholder{color:var(--gray-600)}.email-input:focus{border-color:var(--gray-600)}.footer{padding:2.5rem;border-top:1px solid var(--gray-800);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-left{font-size:.8rem;color:var(--gray-600)}.footer-right{display:flex;gap:1.5rem}.footer-right a{font-size:.8rem;color:var(--gray-600);text-decoration:none;transition:color .2s}.footer-right a:hover{color:var(--white)}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none}.features-grid{grid-template-columns:1fr}.hero{padding:7rem 1.5rem 3rem}.footer{flex-direction:column;text-align:center}}
