@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Cinzel:wght@600;700;800;900&display=swap";:root{--bg-dark:#070302;--bg-card:#120906;--accent-orange:#f50;--accent-gold:#fa0;--text-primary:#f5ede6;--text-secondary:#a3958c;--text-muted:#6e6157;--border-color:#ff550026;--border-glow:#ffaa004d;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Cinzel", Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;margin:0;padding:0;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#25120a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-orange)}.hero-split-container{color:#fff;background-color:#000;flex-direction:column;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.navbar-template{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:2rem 5rem;display:flex;position:absolute;top:0;left:0}.logo-section{align-items:center;gap:.75rem;display:flex}.logo-hex{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.hex-inner{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#000;width:28px;height:28px}.logo-text-group{flex-direction:column;line-height:1.1;display:flex}.logo-main{font-family:var(--font-sans);letter-spacing:1.5px;color:#fff;font-size:1.2rem;font-weight:800}.logo-sub{font-family:var(--font-sans);letter-spacing:.5px;color:#888;font-size:.5rem;font-weight:600}.nav-menu{gap:3.5rem;display:flex}.nav-menu a{font-family:var(--font-sans);color:#fff;padding-bottom:.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-menu a.active{border-bottom:2px solid #fff}.nav-menu a:hover{color:#d6001c}.split-layout{width:100%;height:100%;display:flex}.left-column{z-index:2;background-color:#000;align-items:center;width:53%;height:100%;padding-left:7.5rem;padding-right:2rem;display:flex;position:relative}.content-wrapper{max-width:540px}.main-heading{font-family:var(--font-sans);letter-spacing:.5px;text-transform:uppercase;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;font-size:3.8rem;font-weight:900;line-height:1.1;display:flex}.line-white{color:#fff}.line-red{color:#d6001c;text-shadow:0 0 15px #d6001c33}.description{font-family:var(--font-sans);color:#b0b0b0;max-width:480px;margin-bottom:2.2rem;font-size:.95rem;line-height:1.6}.learn-more-btn{color:#fff;font-family:var(--font-sans);cursor:pointer;background-color:#d6001c;border:none;border-radius:50px;padding:.85rem 2.8rem;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 15px #d6001c4d}.learn-more-btn:hover{background-color:#ff1230;transform:translateY(-2px);box-shadow:0 6px 20px #d6001c80}.decoration-dots{grid-template-columns:repeat(7,1fr);gap:8px;display:grid;position:absolute;bottom:3.5rem;left:7.5rem}.dot{background-color:#333;border-radius:50%;width:5px;height:5px}.decoration-lines{width:140px;height:70px;position:absolute;bottom:0;left:70%;overflow:hidden;transform:translate(-50%)}.lines-inner{opacity:.65;background:repeating-linear-gradient(90deg,#d6001c,#d6001c 2px,#0000 2px 8px);border-radius:50%;width:140px;height:140px}.right-column{background-color:#111;width:47%;height:100%;position:relative}.image-viewport{width:100%;height:100%;overflow:hidden}.split-hero-image{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translate(0,0)}.social-column{z-index:6;flex-direction:column;gap:1.25rem;display:flex;position:absolute;bottom:3.5rem;right:2.5rem}.social-link-btn{color:#d6001c;background-color:#0009;border:1px solid #d6001c66;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 0 8px #d6001c1a}.social-icon{stroke-width:2px;width:16px;height:16px}.social-link-btn:hover{color:#fff;border-color:#d6001c;transform:scale(1.1);box-shadow:0 0 15px #d6001c99}@media (width<=1200px){.left-column{padding-left:4rem}.navbar-template{padding:2rem 4rem}.decoration-dots{left:4rem}.main-heading{font-size:3rem}}@media (width<=900px){.split-layout{flex-direction:column}.left-column{justify-content:center;width:100%;height:60%;padding:7rem 3rem 4rem}.right-column{width:100%;height:40%}.navbar-template{padding:1.5rem 3rem}.torn-divider-container{width:100%;height:100px;display:none;top:-40px;left:0;transform:rotate(90deg)}.decoration-lines{left:85%}.social-column{flex-direction:row;bottom:1.5rem;right:50%;transform:translate(50%)}.main-heading{text-align:center;font-size:2.6rem}.description{text-align:center;margin-bottom:1.5rem}.content-wrapper{flex-direction:column;align-items:center;display:flex}.decoration-dots{display:none}}@media (width<=500px){.main-heading{font-size:2rem}.navbar-template{padding:1rem 1.5rem}.nav-menu{gap:1.5rem}.left-column{padding:6rem 1.5rem 3rem}}.app-container{background-color:var(--bg-dark);flex-direction:column;width:100%;min-height:100vh;display:flex}
