.header{position:sticky;top:0;z-index:100;background:#0d0802e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,69,0,.22)}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:70px;display:flex;align-items:center;gap:1.5rem}.header__logo{font-family:Bebas Neue,sans-serif;font-size:1.8rem;letter-spacing:.06em;color:var(--secondary);display:flex;align-items:center;gap:.35rem;flex-shrink:0;line-height:1}.header__logo span{color:var(--primary)}.header__nav{display:flex;gap:1.75rem;margin-left:auto}.header__nav a{font-weight:500;font-size:.92rem;color:var(--text-muted);transition:color .2s;letter-spacing:.03em}.header__nav a:hover{color:var(--secondary)}.header__cta{flex-shrink:0;font-size:.875rem!important;padding:.55rem 1.2rem!important}.header__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto}.header__toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}.header__toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle.active span:nth-child(2){opacity:0}.header__toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile{display:none;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:1rem;border-top:1px solid var(--border)}.header__mobile a{font-weight:500;color:var(--text-muted);transition:color .2s}.header__mobile a:hover{color:var(--text)}.header__mobile .btn{text-align:center;width:100%}.header__mobile.open{display:flex}@media(max-width:768px){.header__nav,.header__cta{display:none}.header__toggle{display:flex}}.footer{background:#060402;border-top:1px solid var(--border)}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 1.5rem}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{font-family:Bebas Neue,sans-serif;font-size:1.6rem;color:var(--secondary);letter-spacing:.06em;display:inline-flex;align-items:center;gap:.35rem}.footer__logo span{color:var(--primary)}.footer__brand p{color:var(--text-muted);font-size:.9rem;line-height:1.6;max-width:280px}.footer__socials{display:flex;gap:.75rem}.footer__social{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:background .2s,color .2s,border-color .2s}.footer__social:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.footer__group{display:flex;flex-direction:column;gap:.75rem}.footer__group h4{font-family:Bebas Neue,sans-serif;font-size:1rem;letter-spacing:.1em;color:var(--secondary);margin-bottom:.25rem}.footer__group a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer__group a:hover{color:var(--text)}.footer__contact-item{color:var(--text-muted);font-size:.875rem;line-height:1.5}.footer__bottom{border-top:1px solid var(--border);padding:1.25rem 1.5rem}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer__bottom p{color:var(--text-muted);font-size:.825rem}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{color:var(--text-muted);font-size:.825rem;transition:color .2s}.footer__bottom-links a:hover{color:var(--text)}@media(max-width:900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:560px){.footer__inner{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0D0802;--bg-alt: #1A1008;--bg-card: #201408;--primary: #FF4500;--secondary: #FFD600;--accent: #FF1493;--mint: #00FF88;--purple: #A855F7;--text: #FFF4E8;--text-muted: #9A8070;--border: rgba(255, 255, 255, .08);color-scheme:dark;font-family:Rubik,sans-serif}html,body{background:var(--bg);color:var(--text);font-family:Rubik,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto}.section{padding:5rem 1.5rem}.section-label{font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem;display:block}.section-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1;letter-spacing:.02em}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:50px;font-weight:700;font-size:.95rem;letter-spacing:.04em;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;border:none;font-family:Rubik,sans-serif}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:#e03d00}.btn--outline{background:transparent;color:var(--secondary);border:2px solid var(--secondary)}.btn--outline:hover{background:var(--secondary);color:var(--bg)}
