:root {
    --accent: #60a5fa;
    --accent-light: #93c5fd;
    --accent-dark: #2563eb;
    --silver: #94a3b8;
    --silver-light: #cbd5e1;
    --silver-dark: #64748b;
    --bg-primary: #0a0e17;
    --bg-secondary: #111827;
    --bg-card: #1a1f2e;
    --bg-card-hover: #1e2538;
    --border: rgba(255,255,255,0.08);
    --border-accent: rgba(96,165,250,0.2);
    --text-primary: #e2e8f0;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', 'Segoe UI', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--bg-primary);
}

/* Accent Gradient Text Utility */
.gradient-text {
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 60%, var(--silver-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header {
    background: rgba(10, 14, 23, 0.95);
    backdrop-filter: blur(20px);
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 0 var(--border);
    border-bottom: 1px solid var(--border);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 60%, var(--silver-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-text .ee {
    color: #ffffff;
    background: var(--accent);
    padding: 0 0.3rem;
    border-radius: 5px;
}

.logo-text .ai {
    color: var(--accent);
    font-weight: 400;
}

.logo-text .global {
    color: var(--accent-dark);
    font-weight: 300;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: var(--text-secondary);
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.nav-menu a:hover {
    opacity: 1;
    color: var(--accent-light);
    background-color: rgba(96, 165, 250, 0.05);
}

.nav-menu a.active {
    opacity: 1;
    color: var(--accent-light);
    background-color: rgba(96, 165, 250, 0.08);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: 1px solid rgba(96,165,250,0.3);
    font-size: 1.5rem;
    color: var(--accent);
    cursor: pointer;
    padding: 0.3rem 0.7rem;
    border-radius: 8px;
    z-index: 200;
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 14, 23, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 1rem 1.5rem;
        box-shadow: 0 8px 30px rgba(0,0,0,0.4);
        gap: 0.5rem;
        z-index: 999;
        border-bottom: 1px solid var(--border);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        padding: 0.8rem 1rem;
        font-size: 1rem;
        border-bottom: 1px solid var(--border);
        opacity: 1;
    }

    .mobile-menu-btn {
        display: block;
    }
}

.hero {
    background: linear-gradient(160deg, #0a0e17 0%, #111827 50%, #0f172a 100%);
    padding: 140px 2rem 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.globe-emoji {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    background: linear-gradient(135deg, var(--accent-light) 0%, #ffffff 50%, var(--silver-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-mission {
    max-width: 950px;
    margin: 2rem auto;
    background: var(--bg-card);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.hero-mission p {
    font-size: 1.15rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.hero-mission p:last-child {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
}

.hero-mission strong {
    font-weight: 500;
    color: var(--accent-light);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--accent-light) 0%, #ffffff 50%, var(--silver-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
}

.difference-section {
    background: var(--bg-secondary);
    padding: 5rem 2rem;
    margin: 4rem 0;
}

.sparkle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto;
}

.sparkle-item {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.sparkle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border-color: var(--border-accent);
}

.sparkle-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: var(--accent-light);
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.team-section {
    background: linear-gradient(160deg, #0a0e17 0%, #111827 35%, #0f172a 65%, #111827 100%);
    padding: 5rem 2rem 6rem;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.team-section::before {
    content: '';
    position: absolute;
    top: -200px; left: -150px;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96,165,250,0.04) 0%, transparent 70%);
    pointer-events: none;
}

.team-section::after {
    content: '';
    position: absolute;
    bottom: -150px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(148,163,184,0.04) 0%, transparent 70%);
    pointer-events: none;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0;
    position: relative;
    z-index: 1;
}

.team-card {
    background: var(--bg-card);
    padding: 0;
    text-align: center;
    border-radius: 24px;
    border: 1px solid var(--border);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}

.team-card::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 50%, var(--silver) 100%);
}

.team-card-inner {
    padding: 2rem 2rem 1.8rem;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: var(--border-accent);
}

.team-icon {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgba(96,165,250,0.08);
    border-radius: 50%;
    border: 1px solid var(--border-accent);
}

.team-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--accent-light);
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
}

.team-card p {
    line-height: 1.7;
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--text-secondary);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    margin-top: 0;
}

.team-card:hover p {
    max-height: 200px;
    opacity: 1;
    margin-top: 0.6rem;
}

.people-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.5rem 0 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(96,165,250,0.3) rgba(96,165,250,0.05);
    display: flex;
    align-items: center;
}

.people-container::-webkit-scrollbar {
    height: 4px;
}

.people-container::-webkit-scrollbar-track {
    background: rgba(96,165,250,0.05);
    border-radius: 2px;
}

.people-container::-webkit-scrollbar-thumb {
    background: rgba(96,165,250,0.25);
    border-radius: 2px;
}

.people-container::-webkit-scrollbar-thumb:hover {
    background: rgba(96,165,250,0.45);
}

.people-scroll {
    display: flex;
    gap: 1rem;
    min-width: min-content;
}

.people-scroll:first-child{
    margin-left: auto;
}

.people-scroll:last-child{
    margin-right: auto;
}

.person-box {
    flex: 0 0 160px;
    text-align: center;
    transition: all 0.35s;
    padding: 1.2rem 0.8rem 1rem;
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
    border: 1px solid var(--border);
}

.person-box:hover {
    transform: translateY(-6px);
    border-color: var(--border-accent);
    box-shadow: 0 10px 28px rgba(0,0,0,0.3);
}

.person-image-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 0.8rem;
    background: rgba(96,165,250,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--text-secondary);
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    border: 2px solid var(--border-accent);
    object-fit: cover;
}

.social-link {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.social-link a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.78rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: var(--accent);
}

.social-link a:hover {
    opacity: 0.75;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
}

.person-box:hover .person-info {
    max-height: 100px;
    opacity: 1;
    margin-top: 0.5rem;
}

.person-name {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: var(--text-primary);
}

.person-designation {
    font-size: 0.85rem;
    font-style: italic;
    margin-bottom: 0.3rem;
    color: var(--text-secondary);
}

.intersection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.intersection-card {
    background: var(--bg-card);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.intersection-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.intersection-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--accent-light);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.core-work-section {
    background: var(--bg-secondary);
    padding: 5rem 2rem;
    border-top: 1px solid var(--border);
}

.work-category {
    background: var(--bg-card);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.work-category:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    border-color: var(--border-accent);
}

.work-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .work-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .work-categories-grid {
        grid-template-columns: 1fr;
    }
}

.work-category h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--accent-light);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.work-category ul {
    list-style: none;
    padding-left: 0;
}

.work-category li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-secondary);
    line-height: 1.5;
    font-size: 0.9rem;
    font-weight: 300;
}

.work-category li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 400;
    font-size: 1.1rem;
}

@media (max-width: 600px) {
    .challenge-tier-card {
        flex-direction: column !important;
    }
    .challenge-tier-card > div:first-child {
        width: 100% !important;
        min-width: unset !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem;
        padding: 1.4rem 1.6rem !important;
    }
}

.work-category-header {
    border-radius: 10px 10px 0 0;
    padding: 1.5rem 1rem;
    text-align: center;
    margin: -1.5rem -1.5rem 1rem -1.5rem;
}

.work-category-header .icon {
    font-size: 2.5rem;
    margin-bottom: 0.3rem;
}

.work-category-header h4 {
    color: white;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

.manifesto-section {
    background: var(--bg-secondary);
    padding: 6rem 2rem;
    color: var(--text-primary);
    text-align: center;
    border-top: 1px solid var(--border);
}

.manifesto-content {
    max-width: 1000px;
    margin: 0 auto;
}

.manifesto-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, var(--accent-light) 0%, #ffffff 50%, var(--silver-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.manifesto-content p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.9;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.manifesto-highlight {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid var(--border-accent);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    margin-top: 3rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
    color: var(--accent-light);
}

/* Ecosystem Boxes */
.ecosystem-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: var(--accent-light);
    margin: 3rem 0 2rem 0;
    text-align: center;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto 3rem auto;
}

.ecosystem-box {
    background: var(--bg-card);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid var(--border);
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.ecosystem-box:hover {
    transform: translateY(-5px);
    border-color: var(--border-accent);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.ecosystem-box .icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.ecosystem-box h4 {
    font-size: 1rem;
    color: var(--text-primary);
    margin: 0;
    font-weight: 600;
}

.ecosystem-box .description {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 0.5rem;
    line-height: 1.4;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.ecosystem-box:hover .description {
    max-height: 100px;
    opacity: 1;
    margin-top: 0.75rem;
}

@media (max-width: 768px) {
    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .ecosystem-box .icon {
        font-size: 2rem;
    }

    .ecosystem-box h4 {
        font-size: 0.9rem;
    }
}

.footer {
    background: linear-gradient(135deg, #0a0e17 0%, #111827 100%);
    color: var(--text-secondary);
    text-align: center;
    padding: 3rem 2rem;
    border-top: 1px solid var(--border);
}

.footer p {
    opacity: 0.85;
    margin: 0.5rem 0;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
    .footer-logo {
        height: 50px;
    }
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.program-card {
    background: var(--bg-card);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid var(--border);
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    border-color: rgba(255,255,255,0.12);
}

/* Phase 1 */
.program-card:nth-child(1) .program-header {
    background: linear-gradient(135deg, #1a0f00 0%, #3d2400 100%);
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
}

/* Phase 2 */
.program-card:nth-child(2) .program-header {
    background: linear-gradient(135deg, #001a1a 0%, #004d4d 100%);
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
}

/* Phase 3 */
.program-card:nth-child(3) .program-header {
    background: linear-gradient(135deg, #0e0020 0%, #2e0060 100%);
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
}

.program-card:nth-child(1) .program-header .program-title {
    background: linear-gradient(135deg, #ffb347 0%, #ff6b35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.program-card:nth-child(2) .program-header .program-title {
    background: linear-gradient(135deg, #5fffd4 0%, #00cfb4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.program-card:nth-child(3) .program-header .program-title {
    background: linear-gradient(135deg, #c084fc 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.program-card:nth-child(1) .program-header p { color: rgba(255,179,71,0.65); }
.program-card:nth-child(2) .program-header p { color: rgba(95,255,212,0.6); }
.program-card:nth-child(3) .program-header p { color: rgba(192,132,252,0.6); }

/* Phase badge colours per card */
.program-card:nth-child(1) .program-badge {
    background: linear-gradient(135deg, #ff6b35 0%, #ffb347 100%);
    color: #fff;
    position: absolute; top: 1rem; right: 1rem;
    padding: 0.5rem 1.2rem; border-radius: 30px;
    font-weight: 500; font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(255,107,53,0.35);
}

.program-card:nth-child(2) .program-badge {
    background: linear-gradient(135deg, #00cfb4 0%, #5fffd4 100%);
    color: #001a1a;
    position: absolute; top: 1rem; right: 1rem;
    padding: 0.5rem 1.2rem; border-radius: 30px;
    font-weight: 500; font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(0,207,180,0.35);
}

.program-card:nth-child(3) .program-badge {
    background: linear-gradient(135deg, #7c3aed 0%, #c084fc 100%);
    color: #fff;
    position: absolute; top: 1rem; right: 1rem;
    padding: 0.5rem 1.2rem; border-radius: 30px;
    font-weight: 500; font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(124,58,237,0.4);
}

.program-header .program-title {
    color: var(--accent-light);
}

.program-header p { color: rgba(255,255,255,0.5); }

.program-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(96,165,250,0.3);
}

.program-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.program-duration {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.95;
}

.program-body {
    padding: 2.5rem;
    background: var(--bg-card);
}

.program-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--accent-light);
    text-align: center;
    margin-bottom: 1.5rem;
}

.program-features {
    list-style: none;
    margin-bottom: 2rem;
}

/* Details toggle */
.details-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.3s ease;
    margin-top: 0;
    margin-bottom: 0;
}

.details-list.open {
    max-height: 1000px;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.program-features li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.6;
}

.program-features li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 400;
    font-size: 1.3rem;
}

.cta-button {
    width: 100%;
    background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 100%);
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background: var(--bg-card);
    margin: 5% auto;
    padding: 3rem;
    border-radius: 20px;
    max-width: 500px;
    position: relative;
    animation: slideDown 0.4s;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    border: 1px solid var(--border);
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.3s;
}

.close:hover {
    color: var(--accent);
}

.modal h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--accent-light);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s;
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent);
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 100%);
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.success-message {
    display: none;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

/* B2B Partnership Cards */
.b2b-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4) !important;
}

/* Override CTA buttons inside the Journey / Phases section only */
#phases .cta-button {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
}

#phases .cta-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}
.challenge-tier-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.4) !important;
}

.challenge-tier-card a:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.floating-logo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    animation: float-gentle 3s ease-in-out infinite;
}

.floating-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(96, 165, 250, 0.3));
}

.floating-logo:hover {
    animation-play-state: paused;
    transform: scale(1.15) translateY(-4px);
    box-shadow: 0 12px 45px rgba(96,165,250,0.4), 0 0 30px 12px rgba(96,165,250,0.15);
}

@keyframes float-gentle {
    0%, 100% {
        transform: translateY(0px);
        box-shadow: 0 4px 20px rgba(96,165,250,0.2), 0 0 0 0 rgba(96,165,250,0.15);
    }
    50% {
        transform: translateY(-12px);
        box-shadow: 0 12px 40px rgba(96,165,250,0.3), 0 0 22px 8px rgba(96,165,250,0.1);
    }
}

/* Header Logo Image */
.header-logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .floating-logo {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
    }

    .header-logo-img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 2rem;
    }
}
