:root{--charcoal:#1a242b;--cast-iron:#2c3e47;--fire-red:#d31a21;--cheddar:#f2a900;--smoke-white:#f5f5f5;--text-muted:#a0b0b9}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--charcoal);color:var(--smoke-white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.display-font,h1,h2,h3{font-family:Bebas Neue,cursive;text-transform:uppercase;letter-spacing:1px}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/carbon-fibre.png);opacity:.05;pointer-events:none;z-index:100}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(26,36,43,.4),rgba(26,36,43,.9)),url(https://i.postimg.cc/85zH8Z3f/Gemini-Generated-Image-5hatk85hatk85hat-1.jpg);background-size:cover;background-position:50%;padding:20px}.hero-content h1{font-size:5rem;color:var(--fire-red);line-height:.9;margin-bottom:10px;text-shadow:3px 3px 0 #000}.hero-content p{font-size:1.5rem;letter-spacing:4px;text-transform:uppercase;font-weight:300}section{padding:80px 10%;max-width:1200px;margin:0 auto}.section-title{font-size:3rem;color:var(--fire-red);margin-bottom:40px;border-left:5px solid var(--cheddar);padding-left:20px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.card{background:var(--cast-iron);padding:40px;border-radius:8px;border-bottom:4px solid var(--fire-red);transition:transform .3s ease}.card:hover{transform:translateY(-10px)}.card h3{font-size:2rem;margin-bottom:20px;color:var(--cheddar)}.card ul{list-style:none}.card ul li{margin-bottom:12px;padding-left:25px;position:relative}.card ul li:before{content:"✓";position:absolute;left:0;color:var(--fire-red);font-weight:700}.pricing-section{background:#11181d;text-align:center;border-radius:20px;padding:60px;margin-top:40px}.price-box{display:inline-block;margin:20px;padding:30px;background:var(--charcoal);border:1px solid var(--cast-iron);min-width:280px}.price-value{font-family:Bebas Neue;font-size:4rem;color:var(--fire-red)}.price-label{text-transform:uppercase;color:var(--cheddar);font-weight:700;display:block}.cta-button{display:inline-block;margin-top:20px;padding:15px 40px;background:var(--fire-red);color:#fff;text-decoration:none;font-family:Bebas Neue;font-size:1.5rem;border-radius:5px;transition:background .3s ease;border:none;cursor:pointer}.cta-button:hover{background:#b01419}footer{text-align:center;padding:40px;color:var(--text-muted);font-size:.8rem}.owner-section{display:flex;align-items:center;gap:40px;margin-top:60px}.owner-image{flex:0 0 300px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5)}.owner-image img{width:100%;height:auto;display:block}.owner-content h3{font-size:2rem;color:var(--cheddar);margin-bottom:15px}.owner-content p{font-size:1.1rem;color:var(--smoke-white);margin-bottom:15px}.logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.logo-container img{max-width:150px;height:auto}@media (max-width:768px){.hero-content h1{font-size:3.5rem}section{padding:60px 5%}.section-title{font-size:2rem}.price-box{min-width:100%;margin:10px 0}.owner-section{flex-direction:column;gap:20px}.owner-image{flex:0 0 auto;max-width:100%}}@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;700&display=swap");