:root {
    --bg-main: #060913;
    --bg-card: rgba(15, 23, 42, 0.6);
    --border-color: rgba(0, 229, 255, 0.15);
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --primary-neon: #00e5ff;
    --accent: #D4AF37;
}

* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Inter', sans-serif; text-decoration: none !important; }
body { background-color: var(--bg-main); color: var(--text-primary); overflow-x: hidden; padding-top: 90px; }
h1, h2, h3, h4, .logo-text { font-family: 'Playfair Display', serif; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; backdrop-filter: blur(20px); background: rgba(6, 9, 19, 0.85); border-bottom: 1px solid var(--border-color); }
.header-wrap { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.logo-text { font-size: 26px; font-weight: 900; color: #fff; display: block; }
.logo-text span { color: var(--primary-neon); }
.main-menu { display: flex; gap: 32px; list-style: none; }
.main-menu a { color: var(--text-secondary); font-weight: 500; font-size: 15px; transition: color 0.3s; }
.main-menu a:hover { color: var(--primary-neon); }
.header-actions { display: flex; gap: 15px; align-items: center; }
.btn-whatsapp { background: #25D366; color: #fff; padding: 10px 20px; border-radius: 50px; font-weight: 700; font-size: 14px; }
.header-cta { background: linear-gradient(90deg, #00e5ff, #0066ff); color: #000; padding: 10px 20px; border-radius: 50px; font-weight: 700; font-size: 14px; }

/* HERO */
.hero { padding: 80px 0; min-height: 85vh; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-text h1 { font-size: 52px; font-weight: 900; line-height: 1.15; margin-bottom: 24px; color: #fff; }
.hero-text h1 span { background: linear-gradient(135deg, #fff 30%, var(--primary-neon) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-text p { font-size: 18px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 40px; }
.badge-premium { display: inline-block; background: rgba(0, 229, 255, 0.08); border: 1px solid var(--primary-neon); padding: 6px 16px; border-radius: 30px; color: var(--primary-neon); font-weight: 700; font-size: 12px; margin-bottom: 20px; text-transform: uppercase; }
.hero-actions { display: flex; gap: 20px; }
.btn-main { padding: 16px 32px; background: linear-gradient(45deg, var(--primary-neon), #0066ff); color: #000; border-radius: 8px; font-weight: 700; }
.btn-sub { padding: 16px 32px; border: 1px solid rgba(255,255,255,0.1); color: #fff; background: rgba(255,255,255,0.02); border-radius: 8px; font-weight: 700; }

/* 3D VISUAL */
.hero-visual { display: flex; justify-content: center; }
.card-wrapper-3d { width: 360px; height: 360px; background: rgba(255,255,255,0.03); border: 1px solid var(--border-color); border-radius: 24px; position: relative; padding: 40px; display: flex; align-items: flex-end; }
.glow-orb { position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: radial-gradient(circle, var(--primary-neon) 0%, transparent 70%); filter: blur(30px); opacity: 0.4; }
.inner-3d-content h3 { font-size: 28px; color: #fff; margin-bottom: 10px; }
.inner-3d-content p { color: var(--text-secondary); font-size: 14px; }

/* STATS */
.stats-bar { background: rgba(15, 23, 42, 0.4); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 35px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item h3 { font-size: 40px; font-weight: 800; color: var(--primary-neon); margin-bottom: 5px; }
.stat-item p { color: var(--text-secondary); font-size: 14px; }

/* SERVICES GRID */
.services { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 38px; font-weight: 800; margin-bottom: 15px; color: #fff; }
.section-title p { color: var(--text-secondary); font-size: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.srv-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 20px; padding: 40px 30px; transition: all 0.3s ease; }
.srv-card:hover { transform: translateY(-8px); border-color: var(--primary-neon); box-shadow: 0 15px 30px rgba(0,229,255,0.1); }
.srv-icon { font-size: 36px; margin-bottom: 20px; }
.srv-card h3 { font-size: 22px; color: #fff; margin-bottom: 15px; }
.srv-card p { color: var(--text-secondary); font-size: 15px; line-height: 1.6; margin-bottom: 25px; }
.srv-link { color: var(--primary-neon) !important; font-weight: 600; font-size: 14px; }

/* SILO BOXES */
.silo-box { background: rgba(10, 15, 30, 0.9); border: 1px solid var(--border-color); border-radius: 24px; padding: 50px; }
.silo-box h3 { font-size: 24px; color: #fff; margin-bottom: 15px; }
.silo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.silo-tag { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 14px; border-radius: 10px; color: var(--text-secondary) !important; text-align: center; font-size: 14px; transition: all 0.3s; }
.silo-tag:hover { border-color: var(--primary-neon); color: var(--primary-neon) !important; background: rgba(0, 229, 255, 0.04); }

/* FOOTER */
footer { background: #03050a; border-top: 1px solid rgba(255,255,255,0.05); padding: 80px 0 0 0; margin-top: 80px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; padding-bottom: 60px; }
.footer-desc { color: var(--text-secondary); font-size: 14px; line-height: 1.7; margin-top: 20px; }
.footer-title { font-size: 16px; color: #fff; margin-bottom: 25px; padding-bottom: 8px; border-bottom: 2px solid var(--primary-neon); display: inline-block; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: var(--text-secondary); font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--primary-neon); }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 20px; color: var(--text-secondary); font-size: 14px; line-height: 1.6; }
.footer-bottom { background: #010205; padding: 25px 0; text-align: center; border-top: 1px solid rgba(255,255,255,0.03); color: #475569; font-size: 13px; }

/* RESPONSIVE */
@media (max-width: 992px) {
    .main-menu { display: none; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-actions { justify-content: center; }
    .services-grid, .silo-grid, .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .services-grid, .silo-grid, .stats-grid, .footer-top { grid-template-columns: 1fr; }
}