:root {
    --bg-dark: #05080E;
    --bg-card: #0D131F;
    --bg-card-dark: #080D17;
    --border: #1E293B;
    --emerald: #10B981;
    --emerald-glow: rgba(16, 185, 129, 0.35);
    --teal: #14B8A6;
    --indigo: #6366F1;
    --amber: #FBBF24;
    --text-light: #F8FAFC;
    --text-muted: #94A3B8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}
h1, h2, h3, .brand-name { font-family: 'Outfit', sans-serif; }
.font-mono { font-family: 'JetBrains Mono', monospace; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.flex-gap { display: flex; gap: 1rem; }
.space-y > * + * { margin-top: 1.25rem; }
.text-center { text-align: center; }
.text-emerald { color: var(--emerald); }
.hidden { display: none !important; }

.text-gradient-emerald {
    background: linear-gradient(135deg, var(--emerald), var(--teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ambient Glows */
.ambient-glow {
    position: absolute; width: 500px; height: 500px; border-radius: 50%;
    filter: blur(150px); pointer-events: none; opacity: 0.18; z-index: 0;
}
.glow-1 { top: -100px; left: -100px; background: var(--emerald); }
.glow-2 { top: 300px; right: -100px; background: var(--teal); }

/* Header Navbar */
.navbar {
    background: rgba(5, 8, 14, 0.85); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border); padding: 1.1rem 0;
    position: sticky; top: 0; z-index: 100;
}
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; font-size: 1.35rem; font-weight: 900; color: white; }
.brand-badge { background: var(--emerald); color: #05080E; font-weight: 900; padding: 0.2rem 0.5rem; border-radius: 8px; font-size: 0.95rem; }
.brand-name { letter-spacing: 1px; }

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--emerald); }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0.65rem 1.4rem; border-radius: 12px; font-weight: 700;
    cursor: pointer; border: none; text-decoration: none; font-family: 'Outfit', sans-serif;
    transition: all 0.25s ease;
}
.btn-lg { padding: 0.9rem 2rem; font-size: 1.05rem; border-radius: 14px; }
.btn-emerald { background: linear-gradient(135deg, var(--emerald), #059669); color: #05080E; font-weight: 900; }
.btn-emerald:hover { transform: translateY(-2px); box-shadow: 0 10px 25px var(--emerald-glow); }
.btn-outline { background: transparent; border: 1px solid var(--border); color: white; }
.btn-outline:hover { border-color: var(--emerald); color: var(--emerald); }
.shadow-emerald { box-shadow: 0 4px 20px var(--emerald-glow); }

/* Hero */
.hero { padding: 6.5rem 0 5rem; position: relative; z-index: 1; text-align: center; }
.hero-content { max-width: 920px; margin: 0 auto; }
.badge-pill {
    display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3); color: var(--emerald); font-weight: 800;
    font-size: 0.75rem; padding: 0.4rem 1.1rem; border-radius: 50px; margin-bottom: 1.5rem;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 10px var(--emerald); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.85); } }

.hero-title { font-size: 3.5rem; font-weight: 900; line-height: 1.15; margin-bottom: 1.5rem; }
.hero-subtitle { color: var(--text-muted); font-size: 1.2rem; margin-bottom: 2.5rem; line-height: 1.7; }
.hero-actions { justify-content: center; margin-bottom: 4rem; }

/* Metrics */
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; text-align: center; }
.metric-card { background: var(--bg-card); border: 1px solid var(--border); padding: 1.75rem 1.25rem; border-radius: 20px; }
.metric-val { font-size: 2.25rem; font-weight: 900; font-family: 'Outfit', sans-serif; display: block; }
.metric-lbl { color: var(--text-muted); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.25rem; }

/* Section Layout */
.section { padding: 6rem 0; }
.bg-card-dark { background-color: var(--bg-card-dark); }
.border-y { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.border-t { border-top: 1px solid var(--border); }
.section-title { margin-bottom: 3.5rem; }
.section-title h2 { font-size: 2.5rem; font-weight: 900; margin-top: 0.5rem; }
.section-title p { color: var(--text-muted); font-size: 1.1rem; }

/* Ventures */
.ventures-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.venture-card {
    background: var(--bg-card); border: 1px solid var(--border); padding: 2.5rem;
    border-radius: 28px; position: relative; display: flex; flex-direction: column; justify-between;
    transition: all 0.3s ease;
}
.venture-card:hover { transform: translateY(-6px); border-color: var(--emerald); box-shadow: 0 20px 45px var(--emerald-glow); }
.venture-card.featured { border: 2px solid var(--emerald); background: linear-gradient(180deg, #0F1E19 0%, #0D131F 100%); }
.v-badge { position: absolute; top: -14px; left: 2rem; background: var(--emerald); color: #05080E; font-size: 0.7rem; font-weight: 900; padding: 0.25rem 0.85rem; border-radius: 50px; }
.v-header { font-size: 0.85rem; margin-bottom: 1.25rem; }
.v-domain { color: var(--emerald); font-weight: 700; }
.v-status { color: var(--emerald); font-size: 0.75rem; font-weight: 800; }
.venture-card h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 0.75rem; line-height: 1.3; }
.v-desc { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1.75rem; flex-grow: 1; }
.v-tags { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1.5rem; flex-wrap: wrap; }
.v-link { color: var(--emerald); text-decoration: none; font-weight: 800; font-size: 0.95rem; }

/* Expertise Grid */
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.exp-card { background: var(--bg-card); border: 1px solid var(--border); padding: 2.25rem; border-radius: 24px; }
.exp-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.exp-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.65rem; }
.exp-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

/* Footer */
.footer { padding: 5rem 0 3rem; background: #030509; }
.footer h2 { font-size: 2.5rem; font-weight: 900; max-width: 600px; margin: 0 auto; }
.footer-sub { color: var(--text-muted); font-size: 1.1rem; max-width: 580px; margin: 0 auto; }
.footer-bottom { margin-top: 5rem; padding-top: 2rem; color: var(--text-muted); font-size: 0.85rem; }
.footer-bottom a { color: var(--text-muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--emerald); }

/* Modal */
.modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.85); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; z-index: 1000; }
.modal-card { background: var(--bg-card); border: 1px solid var(--border); width: 100%; max-width: 520px; padding: 2.5rem; border-radius: 28px; position: relative; color: white; text-align: left; }
.modal-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: var(--text-muted); font-size: 1.25rem; cursor: pointer; }
.modal-head h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 0.4rem; }
.modal-head p { color: var(--text-muted); font-size: 0.875rem; margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.4rem; }
.form-input { width: 100%; background: var(--bg-dark); border: 1px solid var(--border); padding: 0.75rem 1rem; border-radius: 12px; color: white; outline: none; font-family: inherit; font-size: 0.9rem; }
.form-input:focus { border-color: var(--emerald); }
.alert-box { background: rgba(16, 185, 129, 0.15); border: 1px solid var(--emerald); color: var(--emerald); padding: 0.85rem; border-radius: 12px; font-weight: 700; font-size: 0.85rem; margin-top: 1rem; text-align: center; }

@media (max-width: 992px) {
    .metrics-grid, .ventures-grid, .expertise-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.5rem; }
}
