/* ============================================================
 * SKYDROP DELIVERY — Hoja de estilos principal
 * ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

:root {
    --navy-deep: #0a1f3d;
    --navy: #0a2540;
    --navy-2: #143464;
    --blue-primary: #1e6fb8;
    --blue-light: #3aa1d6;
    --cyan: #00b4d8;
    --cyan-light: #90e0ef;
    --accent: #00d4ff;
    --gold: #ffb800;
    --gold-dk: #ff8c00;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-400: #94a3b8;
    --gray-600: #475569;
    --gray-800: #1e293b;
    --shadow-sm: 0 2px 8px rgba(10, 37, 64, 0.08);
    --shadow-md: 0 8px 24px rgba(10, 37, 64, 0.12);
    --shadow-lg: 0 20px 60px rgba(10, 37, 64, 0.18);
    --gradient-primary: linear-gradient(135deg, #0a2540 0%, #143464 50%, #1e6fb8 100%);
    --gradient-cyan: linear-gradient(135deg, #00b4d8 0%, #1e6fb8 100%);
    --gradient-gold: linear-gradient(135deg, #ffb800 0%, #ff8c00 100%);
}

body { font-family: 'Inter', -apple-system, sans-serif; color: var(--gray-800); line-height: 1.7; background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; line-height: 1.2; color: var(--navy); }
h1 { font-weight: 900; letter-spacing: -0.02em; }
h2 { font-weight: 800; letter-spacing: -0.01em; }
h3 { font-weight: 700; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; z-index: 100000; background: var(--gold); color: var(--navy); padding: 12px 20px; border-radius: 8px; font-weight: 700; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }

/* ============ NAVBAR ============ */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(10, 37, 64, 0.08);
    transition: all 0.3s ease;
}
.navbar.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.logo-wrap .custom-logo-link { display: inline-flex; }
.logo-wrap img.custom-logo { height: 56px; width: auto; }

.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-menu li { list-style: none; }
.nav-menu a, .nav-link {
    padding: 10px 16px; font-weight: 600; font-size: 14.5px; color: var(--gray-800);
    border-radius: 8px; cursor: pointer; transition: all 0.2s; display: inline-block;
}
.nav-menu a:hover, .nav-link:hover { color: var(--blue-primary); background: var(--gray-50); }
.nav-menu .current-menu-item a, .nav-menu a.active, .nav-link.active { color: var(--blue-primary); background: rgba(30, 111, 184, 0.08); }

.nav-cta {
    margin-left: 10px; padding: 11px 22px;
    background: var(--gradient-gold); color: var(--navy) !important;
    border-radius: 8px; font-weight: 800; font-size: 13.5px;
    box-shadow: 0 4px 14px rgba(255, 184, 0, 0.4); transition: all 0.25s;
    letter-spacing: 0.5px;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(255, 184, 0, 0.6); background: var(--gradient-gold); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy); margin: 5px 0; transition: 0.3s; border-radius: 2px; }

.site-content { padding-top: 84px; }

/* ============ HERO ============ */
.hero {
    position: relative; min-height: 94vh; display: flex; align-items: center;
    overflow: hidden; color: white; background: var(--navy);
}
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slider .hero-slide { position: absolute; inset: 0; opacity: 0; background-size: cover; background-position: center; transition: opacity 1.6s ease; }
.hero-slider .hero-slide.active { opacity: 1; }
.hero-slider::after { content: ''; position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(120deg, rgba(10, 31, 61, 0.92) 0%, rgba(20, 52, 100, 0.82) 45%, rgba(10, 31, 61, 0.55) 100%); }
.hero-slider::before { content: ''; position: absolute; inset: 0; z-index: 3;
    background: radial-gradient(circle at 75% 30%, rgba(0, 180, 216, 0.25), transparent 50%); }

.hero-content { position: relative; z-index: 5; width: 100%; padding: 100px 0 80px; }

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px; background: rgba(255, 184, 0, 0.15); border: 1px solid rgba(255, 184, 0, 0.4);
    border-radius: 100px; color: var(--gold); font-size: 12.5px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 28px;
}
.hero-eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
    box-shadow: 0 0 12px var(--gold); animation: pulse 2s infinite; }
.gold-eyebrow { background: rgba(255, 184, 0, 0.18); border-color: rgba(255, 184, 0, 0.5); color: var(--gold); }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.hero h1 { color: white; font-size: clamp(2.4rem, 5.5vw, 4.6rem); margin-bottom: 28px; max-width: 900px; text-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.hero h1 .highlight { background: linear-gradient(120deg, #ffb800, #ff8c00); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 1.25rem; color: rgba(255, 255, 255, 0.92); margin-bottom: 40px; max-width: 720px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.btn { padding: 16px 30px; border-radius: 10px; font-weight: 700; font-size: 15px;
    transition: all 0.25s; cursor: pointer; border: none; display: inline-flex;
    align-items: center; gap: 10px; letter-spacing: 0.3px; text-decoration: none; }
.btn-gold { background: var(--gradient-gold); color: var(--navy); box-shadow: 0 10px 28px rgba(255, 184, 0, 0.45); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(255, 184, 0, 0.6); }
.btn-primary { background: linear-gradient(135deg, #00b4d8 0%, #1e6fb8 100%); color: white; box-shadow: 0 10px 28px rgba(0, 180, 216, 0.4); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0, 180, 216, 0.55); }
.btn-outline { background: transparent; color: white; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-outline:hover { background: white; color: var(--navy); border-color: white; }

.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 880px;
    padding: 28px; background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 18px; backdrop-filter: blur(10px); }
.stat { color: white; }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 900; color: var(--gold); line-height: 1; }
.stat-label { font-size: 12px; color: rgba(255, 255, 255, 0.85); margin-top: 8px; letter-spacing: 0.5px; line-height: 1.4; }

.hero-slider-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 10px; }
.hero-slider-dots button { width: 36px; height: 4px; border: none; cursor: pointer; border-radius: 4px; background: rgba(255, 255, 255, 0.3); transition: all 0.3s; }
.hero-slider-dots button.active { background: var(--gold); width: 60px; }

/* ============ SECTIONS ============ */
.section { padding: 100px 0; position: relative; }
.section-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 3px; color: var(--blue-primary); text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 18px; }
.section-subtitle { font-size: 1.1rem; color: var(--gray-600); max-width: 720px; line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .section-subtitle { margin: 0 auto; }

.editor-content { max-width: 900px; margin: 0 auto; }
.editor-content p { margin-bottom: 1rem; }
.editor-content h2, .editor-content h3 { margin: 1.5rem 0 1rem; }

/* ============ INVESTOR BAND ============ */
.investor-band { background: var(--gradient-primary); color: white; padding: 80px 0; position: relative; overflow: hidden; }
.investor-band::before { content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 184, 0, 0.15), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0, 180, 216, 0.2), transparent 50%); }
.investor-band .container { position: relative; z-index: 2; }
.investor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.investor-band h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 20px; }
.investor-band .tag { display: inline-block; padding: 6px 16px; background: rgba(255, 184, 0, 0.2); color: var(--gold);
    border: 1px solid rgba(255, 184, 0, 0.4); border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.investor-band p { color: rgba(255, 255, 255, 0.85); font-size: 1.1rem; margin-bottom: 30px; }
.investor-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.investor-stat-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; padding: 26px 22px; backdrop-filter: blur(10px); }
.investor-stat-card .num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.investor-stat-card .label { color: rgba(255, 255, 255, 0.85); font-size: 13.5px; line-height: 1.5; }

/* ============ FEATURES ============ */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.feature-card { background: white; padding: 36px 28px; border-radius: 18px; border: 1px solid var(--gray-200); transition: all 0.3s; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-cyan); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon { width: 60px; height: 60px; border-radius: 14px; margin-bottom: 22px; background: linear-gradient(135deg, rgba(0, 180, 216, 0.12), rgba(30, 111, 184, 0.12)); display: flex; align-items: center; justify-content: center; }
.feature-card h3 { font-size: 1.25rem; margin-bottom: 12px; }
.feature-card p { color: var(--gray-600); font-size: 0.96rem; }

/* ============ CTA BAND ============ */
.cta-band { background: var(--gradient-primary); border-radius: 28px; padding: 72px 60px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255, 184, 0, 0.25), transparent 60%); border-radius: 50%; }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 18px; }
.cta-band p { color: rgba(255, 255, 255, 0.88); font-size: 1.1rem; margin-bottom: 32px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============ ABOUT ============ */
.about-hero { background: var(--gradient-primary); color: white; padding: 120px 0 100px; position: relative; overflow: hidden; }
.about-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(255, 184, 0, 0.2), transparent 60%); }
.about-hero .container { position: relative; z-index: 2; }
.about-hero h1 { color: white; font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 18px; }
.about-hero p { color: rgba(255, 255, 255, 0.92); font-size: 1.2rem; max-width: 720px; }

.mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 60px; }
.mv-card { background: white; padding: 44px 38px; border-radius: 22px; border: 1px solid var(--gray-200); transition: transform 0.3s; box-shadow: var(--shadow-sm); }
.mv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mv-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--gradient-cyan); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(0, 180, 216, 0.3); }
.mv-card h3 { font-size: 1.5rem; margin-bottom: 14px; }
.mv-card p { color: var(--gray-600); }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.value-card { background: var(--gray-50); padding: 28px 24px; border-radius: 16px; text-align: center; border: 1px solid var(--gray-200); transition: all 0.3s; }
.value-card:hover { background: white; border-color: var(--blue-light); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-card .icon-wrap { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(30, 111, 184, 0.18); }
.value-card h4 { color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; }
.value-card p { color: var(--gray-600); font-size: 0.92rem; }

/* ============ HERO MINI ============ */
.hero-mini { background: var(--gradient-primary); color: white; padding: 120px 0 90px; text-align: center; position: relative; overflow: hidden; }
.hero-mini::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.2; }
.hero-mini.bg-services::before { background-image: linear-gradient(135deg, rgba(10,37,64,0.6), rgba(30,111,184,0.4)), url('https://images.unsplash.com/photo-1538108149393-fbbd81895907?ixlib=rb-4.0.3&auto=format&fit=crop&w=2400&q=80'); }
.hero-mini.bg-contact::before  { background-image: linear-gradient(135deg, rgba(10,37,64,0.6), rgba(30,111,184,0.4)), url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&auto=format&fit=crop&w=2400&q=80'); }
.hero-mini.bg-investors::before{ background-image: linear-gradient(135deg, rgba(10,37,64,0.6), rgba(30,111,184,0.4)), url('https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&auto=format&fit=crop&w=2400&q=80'); }
.hero-mini .container { position: relative; z-index: 2; }
.hero-mini h1 { color: white; font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 16px; }
.hero-mini p { color: rgba(255, 255, 255, 0.94); font-size: 1.15rem; max-width: 720px; margin: 0 auto; }

/* ============ SERVICES ============ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
.service-card { background: white; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-sm); transition: all 0.4s; border: 1px solid var(--gray-200); scroll-margin-top: 100px; }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-img { height: 240px; background-size: cover; background-position: center; position: relative; background-color: var(--navy-2); }
.service-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10, 31, 61, 0.5) 100%); }
.service-tag { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 6px 14px; background: rgba(255, 255, 255, 0.96); color: var(--blue-primary); border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.service-body { padding: 32px 28px; }
.service-body h3 { font-size: 1.4rem; margin-bottom: 12px; }
.service-body p { color: var(--gray-600); margin-bottom: 18px; }
.service-list { list-style: none; }
.service-list li { padding: 8px 0; padding-left: 26px; position: relative; color: var(--gray-600); font-size: 0.95rem; border-bottom: 1px solid var(--gray-100); }
.service-list li:last-child { border-bottom: none; }
.service-list li::before { content: ''; position: absolute; left: 0; top: 16px; width: 16px; height: 16px;
    background: var(--gradient-cyan); border-radius: 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5L20 7' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 12px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5L20 7' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 12px; }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step-card { background: white; padding: 32px 24px; border-radius: 18px; position: relative; border: 1px solid var(--gray-200); transition: all 0.3s; }
.step-card::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: -20px; left: 24px; width: 56px; height: 56px; border-radius: 50%; background: var(--gradient-primary); color: white; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; box-shadow: 0 8px 20px rgba(30, 111, 184, 0.3); }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--blue-light); }
.step-card h4 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; margin: 24px 0 10px; color: var(--navy); }
.step-card p { color: var(--gray-600); font-size: 0.92rem; }

/* ============ TECH ============ */
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.tech-card { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: white; padding: 36px 30px; border-radius: 20px; position: relative; overflow: hidden; transition: transform 0.3s; }
.tech-card:hover { transform: translateY(-6px); }
.tech-card::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(0, 180, 216, 0.25), transparent 70%); border-radius: 50%; }
.tech-card > * { position: relative; z-index: 2; }
.tech-card h3 { color: white; font-size: 1.3rem; margin-bottom: 12px; }
.tech-card p { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; }
.tech-icon { width: 50px; height: 50px; border-radius: 12px; margin-bottom: 20px; background: rgba(0, 180, 216, 0.18); border: 1px solid rgba(0, 180, 216, 0.4); display: flex; align-items: center; justify-content: center; }

/* ============ INVESTOR ============ */
.pitch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.pitch-card { background: white; padding: 38px 30px; border-radius: 20px; border: 2px solid var(--gray-200); transition: all 0.3s; position: relative; }
.pitch-card:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pitch-card .big-num { font-family: 'Montserrat', sans-serif; font-size: 3.2rem; font-weight: 900; background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; margin-bottom: 12px; }
.pitch-card h4 { font-size: 1.15rem; margin-bottom: 8px; }
.pitch-card p { color: var(--gray-600); font-size: 0.95rem; }

.opportunity-card { background: linear-gradient(135deg, #fff8e6 0%, #fff 100%); border: 2px solid var(--gold); border-radius: 24px; padding: 50px; display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; }
.opportunity-card .badge { display: inline-block; padding: 6px 16px; background: var(--gradient-gold); color: var(--navy); border-radius: 100px; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.opportunity-card h3 { font-size: 1.8rem; margin-bottom: 16px; }
.opportunity-card p { color: var(--gray-600); margin-bottom: 22px; }
.opportunity-card .invest-amount { background: var(--navy); color: white; padding: 24px; border-radius: 16px; text-align: center; box-shadow: var(--shadow-lg); }
.invest-amount .label { font-size: 12px; color: var(--cyan-light); letter-spacing: 1.5px; text-transform: uppercase; }
.invest-amount .amount { font-family: 'Montserrat', sans-serif; font-size: 2.6rem; font-weight: 900; color: var(--gold); margin: 8px 0; }
.invest-amount .desc { font-size: 13px; color: rgba(255,255,255,0.7); }

/* ============ AUDIENCE ============ */
.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.audience-card { background: white; padding: 36px 28px; border-radius: 20px; text-align: center; border: 1px solid var(--gray-200); transition: all 0.3s; position: relative; overflow: hidden; }
.audience-card::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background: var(--gradient-cyan); transition: width 0.4s; }
.audience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.audience-card:hover::before { width: 60%; }
.audience-icon { width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 50%; background: linear-gradient(135deg, rgba(0, 180, 216, 0.12), rgba(30, 111, 184, 0.12)); display: flex; align-items: center; justify-content: center; }
.audience-card h4 { font-size: 1.2rem; margin-bottom: 10px; }
.audience-card p { color: var(--gray-600); font-size: 0.93rem; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: stretch; }
.contact-info { background: var(--gradient-primary); color: white; padding: 50px 44px; border-radius: 24px; position: relative; overflow: hidden; }
.contact-info::before { content: ''; position: absolute; bottom: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 184, 0, 0.25), transparent 70%); border-radius: 50%; }
.contact-info > * { position: relative; z-index: 2; }
.contact-info h2 { color: white; font-size: 1.8rem; margin-bottom: 14px; }
.contact-info p { color: rgba(255, 255, 255, 0.88); margin-bottom: 30px; }

.contact-list { list-style: none; margin-top: 32px; }
.contact-list li { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.contact-list li:last-child { border-bottom: none; }
.contact-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, 0.12); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); }
.contact-list .label { font-size: 12px; color: rgba(255, 255, 255, 0.65); text-transform: uppercase; letter-spacing: 1.5px; }
.contact-list .value { font-size: 1.05rem; font-weight: 600; color: white; margin-top: 2px; word-break: break-word; display: block; }
.contact-list a.value:hover { color: var(--gold); }

.social-links { display: flex; gap: 12px; margin-top: 28px; }
.social-links a { width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; transition: all 0.25s; }
.social-links a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }

.contact-form { background: white; padding: 50px 44px; border-radius: 24px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-weight: 600; color: var(--navy); font-size: 14px; margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 18px; border: 1.5px solid var(--gray-200); border-radius: 10px; font-family: inherit; font-size: 15px; color: var(--gray-800); background: var(--gray-50); transition: all 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue-primary); background: white; box-shadow: 0 0 0 4px rgba(30, 111, 184, 0.1); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 16px; background: var(--gradient-primary); color: white; border: none; border-radius: 10px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.25s; letter-spacing: 0.5px; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(30, 111, 184, 0.4); }
.form-message { margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: 14px; text-align: center; }
.form-message.success { background: rgba(0,180,216,0.1); color: var(--blue-primary); }
.form-message.error { background: rgba(220,53,69,0.1); color: #dc3545; }

/* ============ FOOTER ============ */
.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.7); padding: 70px 0 30px; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-cyan); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; margin-bottom: 50px; }
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-brand img.custom-logo { height: 70px; width: auto; filter: brightness(1.1); }
.footer-brand p { color: rgba(255, 255, 255, 0.6); font-size: 0.95rem; line-height: 1.7; }
.footer-col h5 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: white; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; list-style: none; }
.footer-col a { color: rgba(255, 255, 255, 0.65); font-size: 0.95rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-col .info-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: rgba(255, 255, 255, 0.65); font-size: 0.92rem; word-break: break-word; }
.footer-col .info-row a { color: inherit; }
.footer-col .info-row a:hover { color: var(--gold); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { color: rgba(255, 255, 255, 0.5); font-size: 0.88rem; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; transition: all 0.25s; color: white; }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-3px); }

/* ============ RESPONSIVE ============ */
@media (max-width: 968px) {
    .nav-menu { position: fixed; top: 80px; right: -100%; width: 80%; max-width: 320px; height: calc(100vh - 80px); background: white; flex-direction: column; align-items: stretch; padding: 30px 20px; box-shadow: var(--shadow-lg); transition: right 0.4s ease; gap: 4px; overflow-y: auto; }
    .nav-menu.open { right: 0; }
    .nav-menu a, .nav-link { padding: 14px 18px; font-size: 16px; }
    .nav-cta { margin: 12px 0 0; text-align: center; padding: 14px; display: block; }
    .nav-toggle { display: block; }
    .logo-wrap img.custom-logo { height: 48px; }

    .hero { min-height: auto; padding: 60px 0; }
    .hero-stats { grid-template-columns: 1fr 1fr; }
    .investor-grid { grid-template-columns: 1fr; }
    .mission-vision { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .process-steps { grid-template-columns: repeat(2, 1fr); }
    .cta-band { padding: 50px 28px; }
    .section { padding: 70px 0; }
    .opportunity-card { grid-template-columns: 1fr; padding: 32px; }
}
@media (max-width: 580px) {
    .footer-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: 1fr; }
    .investor-stats { grid-template-columns: 1fr; }
    .stat-num { font-size: 1.7rem; }
    .site-content { padding-top: 76px; }
}
