:root{--color-bg-dark:#09090b;--color-bg-panel:#18181b;--color-primary:#dc2626;--color-primary-hover:#b91c1c;--color-accent:#d4af37;--color-text:#fafafa;--color-text-muted:#a1a1aa;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg-dark);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-primary-gradient{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--color-accent)}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#18181b99;border:1px solid #ffffff1a;border-radius:16px}.btn{border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #dc262666}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #dc262699}.btn-outline{color:#fff;background-color:#0000;border:1px solid #fff3}.btn-outline:hover{background-color:#ffffff0d;border-color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.navbar{z-index:1000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#09090bd9;border-bottom:1px solid #ffffff0d;padding:1rem 0;box-shadow:0 4px 30px #0000001a}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);letter-spacing:-.05em;font-size:1.5rem;font-weight:900}.nav-links{gap:2.5rem;display:flex}.nav-link{color:var(--color-text-muted);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.nav-link:hover{color:var(--color-text)}.nav-link:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}@media (width<=768px){.nav-links,.nav-actions{display:none}}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{z-index:2;background:linear-gradient(90deg,#09090be6 0%,#09090b99 50%,#09090b4d 100%),radial-gradient(circle at bottom,#dc262626 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;width:100%;position:relative}.hero-text-wrapper{max-width:650px}.hero-subtitle{font-family:var(--font-body);color:var(--color-accent);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);line-height:1.1}.hero-description{color:var(--color-text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-btn{padding:1rem 2rem;font-size:1rem}@media (width<=768px){.hero-overlay{background:linear-gradient(#09090bb3 0%,#09090bf2 100%)}.hero-text-wrapper{text-align:center;margin:0 auto}.hero-actions{justify-content:center}}.features-section{background-color:var(--color-bg-dark);padding:6rem 0;position:relative}.features-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#dc26260d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.section-header{margin-bottom:4rem}.text-center{text-align:center}.section-title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--color-text-muted);font-size:1.125rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.feature-card:hover{border-color:#dc26264d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.feature-card:after{content:"";background:linear-gradient(90deg, var(--color-primary), transparent);transform-origin:0;width:100%;height:2px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover:after{transform:scaleX(1)}.feature-icon{background:#ffffff08;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:2.5rem;display:inline-block}.feature-title{margin-bottom:1rem;font-size:1.25rem}.feature-description{color:var(--color-text-muted);line-height:1.6}.footer{background-color:var(--color-bg-panel);border-top:1px solid #ffffff0d;padding-top:4rem}.footer-content{flex-wrap:wrap;gap:4rem;margin-bottom:4rem;display:flex}.footer-brand{flex:300px}.footer-description{color:var(--color-text-muted);max-width:300px;margin-top:1rem;line-height:1.6}.footer-links{flex-wrap:wrap;flex:2 500px;justify-content:space-between;gap:2rem;display:flex}.footer-col h4{color:var(--color-text);margin-bottom:1.5rem;font-size:1.125rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{color:var(--color-text-muted);font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--color-primary)}.footer-bottom{background-color:var(--color-bg-dark);border-top:1px solid #ffffff0d;padding:1.5rem 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:var(--color-text-muted);font-size:.875rem}.social-links{gap:1.5rem;display:flex}.social-links a{color:var(--color-text-muted);font-size:.875rem;font-weight:600;transition:color .2s}.social-links a:hover{color:var(--color-primary)}@media (width<=768px){.footer-links{flex-direction:column;gap:2rem}.footer-bottom-inner{text-align:center;flex-direction:column}}
