*{margin:0;padding:0;box-sizing:border-box}body{font-family:inter,sans-serif;background:#0a0a0a;color:#e5e7eb;scroll-behavior:smooth}:root{--red: #dc2626;--red-dark: #b91c1c;--gray-900: #111111;--gray-800: #1f1f1f;--gray-400: #9ca3af;--white: #e5e7eb}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}a{text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;background:#000000f5;backdrop-filter:blur(8px);border-bottom:1px solid #2a2a2a;padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.7rem;font-weight:800;letter-spacing:-.5px}.logo i{color:var(--red);font-size:2rem}.logo span{color:#fff}.logo .red{color:var(--red)}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-weight:500;transition:.2s;color:var(--white)}.nav-links a:hover{color:var(--red)}.btn-outline{border:1.5px solid var(--red);padding:.5rem 1.25rem;border-radius:40px;background:transparent}.btn-outline:hover{background:var(--red);color:#000!important}.menu-toggle{display:none;font-size:1.8rem;cursor:pointer;color:var(--red)}.btn-primary{background:var(--red);border:none;padding:.75rem 1.8rem;border-radius:40px;font-weight:600;font-size:.95rem;cursor:pointer;transition:.2s;color:#fff;display:inline-block;text-align:center}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{background:transparent;border:1px solid var(--red);padding:.7rem 1.6rem;border-radius:40px;font-weight:500;transition:.2s}.btn-secondary:hover{background:#dc26261a}.hero{padding:5rem 0 6rem;background:radial-gradient(circle at 10% 20%,#0b0b0b,#000)}.hero-grid{display:flex;flex-wrap:wrap;align-items:center;gap:3rem}.hero-content{flex:1}.hero-badge{color:var(--red);text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:2px;border-left:3px solid var(--red);padding-left:12px;margin-bottom:1rem}.hero h1{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero h1 .highlight{color:var(--red)}.hero p{font-size:1.1rem;color:#cbd5e1;max-width:500px;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.roc-emblem{width:280px;background:#0000004d;border-radius:50%;padding:1rem}.section-title{text-align:center;font-size:2.2rem;font-weight:800;margin-bottom:1rem}.section-sub{text-align:center;color:var(--gray-400);max-width:650px;margin:0 auto 3rem}.services{padding:5rem 0;background:var(--gray-900)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:2rem}.service-card{background:#0f0f0f;border:1px solid #262626;border-radius:24px;padding:2rem 1.5rem;transition:.2s}.service-card:hover{border-color:var(--red);transform:translatey(-4px)}.card-icon{font-size:2.2rem;color:var(--red);margin-bottom:1.2rem}.service-card h3{font-size:1.3rem;margin-bottom:.75rem}.service-card p{color:#b0b0b0;font-size:.9rem;line-height:1.5}.about{padding:5rem 0;background:#080808}.about-inner{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.about-text{flex:1}.about-text h2{font-size:2rem;margin-bottom:1rem}.red-line{width:60px;height:3px;background:var(--red);margin:1rem 0 1.5rem}.stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.stat-item h4{font-size:1.8rem;color:var(--red)}.testimonials{padding:5rem 0;background:#0b0b0b}.testimonial-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.testimonial-card{background:#101010;border-radius:20px;padding:1.8rem;max-width:340px;border:1px solid #262626}.testimonial-card i{color:var(--red);font-size:1.5rem;opacity:.8}.contact{padding:5rem 0;background:#070707}.contact-wrapper{display:flex;flex-wrap:wrap;gap:3rem;background:#0e0e0e;border-radius:28px;padding:2rem;border:1px solid #2c2c2c}.contact-info{flex:1}.contact-info h3{font-size:1.6rem;margin-bottom:1rem}.contact-details p{margin:1rem 0;display:flex;align-items:center;gap:12px}.contact-form{flex:1}.contact-form input,.contact-form textarea{margin-bottom:1.2rem}input,textarea{width:100%;background:#1a1a1a;border:1px solid #2e2e2e;border-radius:14px;padding:.8rem 1.2rem;color:#fff;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--red)}footer{background:#030303;padding:2rem 0;text-align:center;border-top:1px solid #1f1f1f}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem}.social-icons i{font-size:1.3rem;margin:0 8px;transition:.2s}.social-icons i:hover{color:var(--red)}@media(max-width:800px){.menu-toggle{display:block}.nav-links{position:fixed;top:70px;left:-100%;width:70%;height:calc(100vh - 70px);background:#0c0c0c;flex-direction:column;padding:2rem;transition:left .3s;border-right:1px solid #2a2a2a}.nav-links.active{left:0}.hero h1{font-size:2.2rem}.hero-grid{flex-direction:column;text-align:center}.hero-buttons{justify-content:center}}
