﻿/* Base Variables - Mobile First */
:root {
    --primary: #0B0F19; /* Deep Tech Blue/Black */
    --secondary: #D4AF37; /* Premium Gold */
    --accent: #10B981; /* Growth Emerald Green */
    --text-main: #E2E8F0;
    --text-muted: #94A3B8;
    --bg-light: #151A27;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background-color: var(--primary); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }

/* Utilities */
.content-container { width: 92%; max-width: 1280px; margin: 0 auto; }
.text-center { text-align: center; }
.hidden { display: none !important; }

/* Typography */
h1, h2, h3, h4 { font-family: var(--font-heading); color: #FFF; line-height: 1.2; }
.massive-title { font-size: clamp(3rem, 10vw, 6.5rem); font-weight: 800; letter-spacing: -2px; margin-bottom: 24px; }
.highlight { color: var(--secondary); display: inline-block; position: relative; }
.highlight::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 8px; background: rgba(212, 175, 55, 0.3); z-index: -1; }
.section-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 30px; letter-spacing: -1px; }

/* Buttons */
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--secondary); color: #000; font-weight: 800; font-family: var(--font-heading); text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; }
.cta-button:hover { background: #FFF; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2); }
.cta-large { padding: 20px 40px; font-size: 1.1rem; letter-spacing: 1px; }
.cta-small { padding: 12px 24px; font-size: 0.9rem; }
.outline-btn { background: transparent; border: 1px solid var(--text-muted); color: var(--text-main); padding: 10px 20px; border-radius: 4px; cursor: pointer; transition: 0.3s; }
.outline-btn:hover { background: rgba(255,255,255,0.1); }

/* Header */
.navbar { position: fixed; top: 0; width: 100%; background: rgba(11, 15, 25, 0.95); backdrop-filter: blur(12px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-container { display: flex; flex-direction: column; align-items: center; padding: 15px 5%; gap: 15px;}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 40px; height: 40px; }
.brand-text { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 800; color: #FFF; }
.nav-menu { display: flex; gap: 20px; align-items: center; font-size: 0.9rem; font-weight: 600; }
.nav-link:hover { color: var(--secondary); }

/* Hero */
.hero-section { padding: 160px 0 80px; position: relative; background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%); }
.hero-grid { display: flex; flex-direction: column; padding: 0 5%; text-align: center; }
.hero-subtitle { font-size: clamp(1.1rem, 3vw, 1.4rem); color: var(--text-muted); max-width: 800px; margin: 0 auto 40px; }

/* Stats */
.random-stats { padding: 40px 5%; background: var(--bg-light); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.stats-wrapper { display: flex; flex-direction: column; gap: 40px; text-align: center; max-width: 1280px; margin: 0 auto; }
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.stat-item i { font-size: 2.5rem; color: var(--accent); }
.stat-number { font-family: var(--font-heading); font-size: 3rem; font-weight: 800; color: var(--secondary); }
.stat-label { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); }

/* Sections general */
.about-section, .features-section, .form-section, .infrastructure-section, .faq-section { padding: 100px 0; }
.about-description p { font-size: 1.2rem; margin-bottom: 24px; color: var(--text-muted); max-width: 900px; margin-left: auto; margin-right: auto;}

/* Features */
.asymmetric-grid { display: flex; flex-direction: column; gap: 60px; }
.feature-visual { position: relative; width: 100%; }
.rounded-image { width: 100%; border-radius: 8px; filter: grayscale(20%); border: 1px solid rgba(255,255,255,0.1); display: block; min-height: 300px; background: #1a1a2e; object-fit: cover;}
.floating-badge { position: absolute; bottom: 20px; right: 20px; background: rgba(11,15,25,0.9); padding: 15px 25px; border-radius: 4px; font-weight: 600; color: var(--secondary); border: 1px solid var(--secondary); box-shadow: 0 10px 30px rgba(0,0,0,0.5); backdrop-filter: blur(5px);}
.bullet-list { list-style: none; display: flex; flex-direction: column; gap: 30px; }
.bullet-list li { display: flex; gap: 20px; }
.bullet-icon { background: rgba(212, 175, 55, 0.1); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: 1.5rem; flex-shrink: 0; }
.bullet-content strong { display: block; font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 5px; color: #FFF; }
.bullet-content { color: var(--text-muted); font-size: 1.1rem; }

/* Form */
.form-wrapper { background: var(--bg-light); padding: 50px 30px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); position: relative; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); }
.form-header { text-align: center; margin-bottom: 40px; }
.modern-form { display: flex; flex-direction: column; gap: 24px; }
.form-row { display: flex; flex-direction: column; gap: 24px; }
.form-input { padding: 18px 24px; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; color: #FFF; font-family: var(--font-body); font-size: 1rem; width: 100%; transition: all 0.3s; }
.form-input:focus { outline: none; border-color: var(--secondary); background: rgba(0,0,0,0.5); }
.custom-checkbox { display: flex; align-items: flex-start; gap: 15px; cursor: pointer; font-size: 0.9rem; color: var(--text-muted); }
.custom-checkbox input { display: none; }
.checkmark { width: 20px; height: 20px; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 3px; }
.custom-checkbox input:checked ~ .checkmark { background: var(--secondary); border-color: var(--secondary); }
.custom-checkbox input:checked ~ .checkmark::after { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #000; font-size: 12px; }
.legal-link { color: var(--secondary); text-decoration: underline; }
.submit-btn { width: 100%; padding: 24px; font-size: 1.2rem; margin-top: 10px; }

.success-block { text-align: center; padding: 60px 20px; }
.success-icon { font-size: 5rem; color: var(--accent); margin-bottom: 20px; }

/* Infra */
.infra-banner { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); min-height: 400px; background: #1a1a2e;}
.infra-img { width: 100%; display: block; opacity: 0.4; object-fit: cover; min-height: 400px;}
.infra-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; background: linear-gradient(to top, rgba(11,15,25,1) 0%, transparent 100%); }
.infra-overlay p { font-size: 1.1rem; color: var(--text-muted); max-width: 800px; }

/* FAQ */
.faq-accordion { max-width: 900px; margin: 0 auto; text-align: left; }
.faq-item { background: var(--bg-light); margin-bottom: 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
.faq-item summary { padding: 24px; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; color: #FFF; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--secondary); transition: 0.3s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 24px; color: var(--text-muted); border-top: 1px solid rgba(255,255,255,0.05); margin-top: 10px; padding-top: 20px; }

/* Footer */
.site-footer { background: #05070B; padding: 80px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-layout { display: flex; flex-direction: column; gap: 50px; }
.footer-brand h4, .footer-nav h4 { font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 20px; color: #FFF; }
.footer-brand p { color: var(--text-muted); margin-bottom: 10px; font-size: 0.95rem; }
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-nav a { color: var(--text-muted); font-size: 0.95rem; }
.footer-nav a:hover { color: var(--secondary); padding-left: 5px; }
.footer-copy { text-align: center; color: #475569; padding-top: 40px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.85rem; }

/* Cookie Bar */
.cookie-bar { position: fixed; bottom: -150%; left: 0; width: 100%; background: #05070B; border-top: 2px solid var(--secondary); padding: 20px 0; z-index: 9999; transition: bottom 0.6s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 -10px 30px rgba(0,0,0,0.5); }
.cookie-bar.active { bottom: 0; }
.cookie-inner { width: 92%; max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.cookie-inner p { font-size: 0.9rem; color: var(--text-muted); }
.cookie-inner a { color: var(--secondary); text-decoration: underline; }
.cookie-actions { display: flex; gap: 15px; }

/* Legal Pages Specific Styling */
.legal-body { background-color: #F8FAFC; color: #0F172A; }
.legal-header { background: var(--primary); }
.legal-card { background: #FFFFFF; padding: 40px 20px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); margin: 120px auto 60px; max-width: 900px; width: 92%; }
.legal-card h1 { color: var(--primary); font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 30px; border-bottom: 3px solid var(--secondary); padding-bottom: 20px; display: inline-block; }
.legal-card h2 { color: var(--primary); font-size: 1.5rem; margin: 40px 0 15px; font-family: var(--font-heading); }
.legal-card p, .legal-card ul { color: #334155; font-size: 1.05rem; margin-bottom: 16px; }
.legal-card ul { padding-left: 20px; }
.contact-grid { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; }
.contact-info-box { background: #F1F5F9; padding: 30px; border-radius: 8px; border-left: 4px solid var(--secondary); }
.contact-info-box p { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-weight: 600; color: #0F172A;}
.contact-info-box i { color: var(--accent); font-size: 1.3rem; width: 20px; text-align: center;}
.map-wrap { border-radius: 8px; overflow: hidden; height: 350px; background: #E2E8F0; }

/* Desktop Media Queries */
@media (min-width: 768px) {
    .nav-container { flex-direction: row; justify-content: space-between; padding: 20px 5%; }
    .hero-grid { padding: 0 10%; text-align: left; }
    .hero-subtitle { margin: 0 0 40px 0; }
    .stats-wrapper { flex-direction: row; justify-content: space-around; }
    .asymmetric-grid { flex-direction: row; align-items: center; }
    .feature-visual { flex: 5; }
    .feature-text { flex: 7; }
    .form-wrapper { padding: 60px 80px; }
    .form-row { flex-direction: row; }
    .footer-layout { flex-direction: row; justify-content: space-between; }
    .cookie-inner { flex-direction: row; align-items: center; justify-content: space-between; }
    .cookie-inner p { flex: 1; margin-right: 40px; }
    .legal-card { padding: 60px 80px; }
    .contact-grid { flex-direction: row; }
    .contact-info-box { flex: 1; }
    .map-wrap { flex: 1; height: auto; min-height: 400px;}
}
