@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #0a0a0a;--burgundy: #800020;--text-white: #ffffff;--text-gray: #aaaaaa;--burgundy-glow: rgba(128, 0, 32, .15)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-gray);line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.04;pointer-events:none;z-index:1}body>*{position:relative;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out forwards}@keyframes glow{0%,to{opacity:.5}50%{opacity:.8}}header{background-color:#0a0a0ab3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:1.5rem 2rem;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.05)}nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--burgundy);text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-white);text-decoration:none;font-weight:500;transition:all .3s;position:relative;padding-bottom:4px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--burgundy);transition:width .3s ease}.nav-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer;background:none;border:none;padding:8px}.hamburger span{width:24px;height:2px;background-color:var(--text-white);transition:.3s;border-radius:2px}main{min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:0;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(128,0,32,.25),rgba(128,0,32,.05) 50%,transparent 70%);animation:glow 4s ease-in-out infinite;pointer-events:none}.hero .container{position:relative;z-index:1;padding:2rem}.hero-accent{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--burgundy),transparent);margin:0 auto 2rem}.hero h1{font-size:72px;color:var(--text-white);margin-bottom:2rem;font-weight:800;line-height:1.05;letter-spacing:-.03em}.hero p{font-size:1.35rem;color:#ccc;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1.1rem 2.5rem;background-color:var(--burgundy);color:var(--text-white);text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid var(--burgundy);cursor:pointer;display:inline-block;box-shadow:0 4px 20px #8000204d}.btn:hover{background-color:#a00028;transform:translateY(-2px);box-shadow:0 6px 30px #80002080}.btn-secondary{background-color:transparent;border:2px solid var(--burgundy);box-shadow:none}.btn-secondary:hover{background-color:var(--burgundy);box-shadow:0 4px 20px #8000204d;transform:translateY(-2px)}section{padding:8rem 2rem;position:relative}section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1000px;height:1px;background:linear-gradient(90deg,transparent,rgba(128,0,32,.2),transparent)}section:last-of-type:after{display:none}section h2{font-size:.9rem;color:var(--text-white);margin-bottom:4rem;text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.25em;position:relative;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem}section h2:before{content:"×";position:absolute;left:-80px;top:50%;transform:translateY(-50%);font-size:120px;font-weight:300;color:#80002014;line-height:1;font-family:Arial,sans-serif}section h3{font-size:1.5rem;color:var(--burgundy);margin-bottom:1rem;font-weight:600}.steps{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.step{text-align:left;position:relative;padding:2.5rem 3rem;border-left:3px solid var(--burgundy);border-radius:0;transition:all .3s ease;background:#0f0f0f;display:flex;align-items:flex-start;gap:2rem}.step:before{content:attr(data-number);position:absolute;top:1.5rem;left:1.5rem;font-size:.75rem;font-weight:700;color:var(--text-white);line-height:1;background-color:var(--burgundy);padding:.4rem .6rem;border-radius:4px;letter-spacing:.05em}.step:hover{background:#121212;border-left-color:#a00028}.step-content{flex:1;padding-top:2rem}.step h3{margin-bottom:1rem;color:var(--text-white);font-size:1.5rem;font-weight:700}.step p{color:#999;line-height:1.8;font-size:1rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:3rem auto}.card{background-color:#8000200d;border:1px solid rgba(128,0,32,.3);border-radius:12px;padding:2.5rem;transition:all .3s}.card:hover{border-color:var(--burgundy);box-shadow:0 8px 30px var(--burgundy-glow);transform:translateY(-5px)}.card h3{font-size:1.75rem;color:var(--text-white);margin-bottom:1rem}.card .price{font-size:2.5rem;color:var(--burgundy);font-weight:700;margin-bottom:1.5rem}.card p{color:var(--text-gray);line-height:1.8;margin-bottom:1rem}#flash{background-color:#111;position:relative}#flash h2{display:flex;align-items:center;justify-content:center;gap:.5rem}#flash h2:before{content:"⚡";font-size:1.5rem;color:var(--burgundy)}.legal-page{max-width:900px;margin:0 auto;padding:4rem 2rem}.legal-page h1{font-size:2.5rem;color:var(--text-white);margin-bottom:.5rem}.legal-page .subtitle{color:var(--burgundy);font-size:1rem;margin-bottom:3rem;font-weight:500}.legal-page h2{font-size:1.5rem;color:var(--burgundy);margin-top:2.5rem;margin-bottom:1rem;text-align:left}.legal-page p{margin-bottom:1.5rem;line-height:1.8}.legal-page ul{list-style-position:inside;margin-bottom:1.5rem;line-height:1.8}.legal-page li{margin-bottom:.5rem;color:var(--text-gray)}footer{background-color:#0a0a0af2;border-top:1px solid rgba(128,0,32,.2);padding:3rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--burgundy);margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer-links a{color:var(--text-gray);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--text-white)}.footer-copy{color:var(--text-gray);font-size:.9rem}@media (max-width: 768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;border-bottom:1px solid rgba(255,255,255,.05)}.nav-links.active,.hamburger{display:flex}section{padding:5rem 2rem}section h2{font-size:.85rem;padding-left:1rem}section h2:before{left:-40px;font-size:80px}.steps{gap:1.5rem}.step{padding:2rem 1.5rem;flex-direction:column}.step:before{top:1rem;left:1rem}.step-content{padding-top:1.5rem}.hero h1{font-size:48px}.pricing-cards{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn{width:100%}}
