@font-face {
    font-family: 'Neue Haas Grotesk 55 Regular Std';
    src: url(/assets/fonts/NeueHaasDisplayRoman.ttf) format('opentype');
    font-weight: 450;
}


@font-face {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
    src: url(/assets/fonts/NeueHaasDisplay65Medium.ttf) format('truetype');
    font-weight: 500;
}

/* ─── GLOBAL OVERFLOW FIX ─── */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Scroller styles for WebKit browsers (Chrome, Safari, Edge) */ */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #050b14;
}

::-webkit-scrollbar-thumb {
    background: #F69220;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e0821a;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: #050b14;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
}

button, a {
    font-family: 'Neue Haas Grotesk 55 Regular Std';
    font-weight: 450;
}

/* ─── NAVBAR ─── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #2b2d3163;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

nav.scrolled {
    background: #3a3f48 !important;
    /* ← solid version of your existing rgba(49,54,62,0.82) */
}

.nav-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    justify-self: start;
    width: 160px;

}

.logo img {
    width: 160px;
    height: 22.51px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    list-style: none;
}

.nav-links a {
    font-family: 'Neue Haas Grotesk 55 Regular Std', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 450;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    transition: color 0.2s, background 0.2s;
}

.nav-links a:hover {
    color: #F69220;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    justify-self: end;
}

.btn-investor {
    font-family: 'Neue Haas Grotesk 55 Regular Std';
    background: #2580EB;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    display: inline-block;
}

.btn-investor:hover {
    background: #1a5fd6;
}

/* ── Hamburger button ── */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 0;
    transition: none;
}

.hamburger:hover {
    background: none;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ─── MOBILE DRAWER ─── */
.mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e1018;
    z-index: 190;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mobile-menu.open {
    transform: translateX(0);
    pointer-events: all;
}

.mobile-nav-links {
    list-style: none;
}

.mobile-nav-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 400;
    padding: 20px 24px;
    letter-spacing: -0.3px;
    transition: color 0.15s;
}

.mobile-nav-links a:hover {
    color: #F69220;
}

/* ─── HERO ─── */
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 64px;
}

/* ── VIDEO BACKGROUND ── */
.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Fallback gradient shown when video hasn't loaded / no src */
.hero-video-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 90% at 65% 55%,
            #0a1628 0%, #071220 30%, #030810 60%, #000 100%);
    /* Hide the fallback once the video is playing – toggled via JS */
    pointer-events: none;
}

.hero-video-bg.video-loaded::after {
    opacity: 0;
}

.stars {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        radial-gradient(1px 1px at 10% 15%, rgba(255, 255, 255, 0.7) 0%, transparent 100%),
        radial-gradient(1px 1px at 20% 8%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 5% 35%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 30% 5%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 45% 12%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 8% 60%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 15% 75%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 3% 88%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
        radial-gradient(1px 1px at 25% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 90% 10%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 75% 5%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 98% 25%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 85% 80%, rgba(255, 255, 255, 0.5) 0%, transparent 100%),
        radial-gradient(1px 1px at 92% 70%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 55% 95%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 65% 88%, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to right,
            rgba(5, 8, 16, 0.45) 0%,
            rgba(5, 8, 16, 0.25) 35%,
            rgba(5, 8, 16, 0.08) 55%,
            transparent 55%);
}

/* Grid: left content | right card */
.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 0 40px;
    min-height: calc(100vh - 64px);
    /* padding: 60px 40px 60px 40px; */
}

/* Left: vertically centered */
.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 580px;
    padding: 60px 0;
}

.hero-title {
    font-size: clamp(40px, 5.2vw, 56px);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    max-width: 572px;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.btn-explore {
    background: #ffffff;
    color: #2580EB;
    font-size: 18px;
    font-weight: 450;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.btn-explore:hover {
    background: #F69220;
    color: #ffffff;
}

.btn-platform {
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 450;
    padding: 12px 26px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid #ffffff;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.btn-platform:hover {
    background: #F69220;
    color: #ffffff;
    border: 1px solid #F69220;
}

/* Right: card pinned to BOTTOM with gap */
.hero-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 44px;
    align-items: flex-end;
}

.info-card {
    background: #2b2d3163;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 22px;
    width: 297px;
}

.info-card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 16px;
}

.info-card-image {
    width: 100%;
    height: 178px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.info-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* ─── FOOTER ─── */
.site-footer {
    background: #ffffff;
    border-top: 1px solid #e8eaed;
    padding: 64px 48px 40px;
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.footer-logo-wrap a {
    display: inline-block;
    text-decoration: none;
}

.footer-logo-wrap a img {
    display: block;
    height: 42px;
    width: 296px;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.footer-col-title {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #050B14;
    margin-bottom: 18px;
    letter-spacing: 0;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col ul a {
    color: #050B1499;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s;
    line-height: 20px;
}

.footer-col ul a:hover {
    color: #F69220;
}

.footer-bottom {
    border-top: 1px solid #e8eaed;
    padding-top: 28px;
    text-align: center;
}

.footer-bottom p {
    font-size: 15px;
    color: #050B1466;
    font-weight: 400;
}

@media (max-width: 991px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-cols {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .site-footer {
        padding: 48px 24px 32px;
    }
}

@media (max-width: 480px) {
    .footer-cols {
        grid-template-columns: 1fr 1fr;
        gap: 28px 16px;
    }
}

/* ─── ENERGY SECTION ─── */
.energy-section {
    padding: 100px 48px 100px;
}

.energy-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.energy-header {
    margin-bottom: 56px;
}

.energy-title {
    font-size: clamp(36px, 4vw, 40px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    max-width: 480px;
    margin-bottom: 24px;
}

.energy-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    max-width: 615px;
}

.energy-body {
    display: grid;
    grid-template-columns: 1fr 315px;
    gap: 48px;
    align-items: start;
}

.solar-panel-wrap {
    border-radius: 24px;
    overflow: hidden;
    background: #0d0f14;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 685px;
    height: 385px;
    margin-left: auto;
}

.solar-panel-wrap video {
    transform: scale(1.3);
    transform-origin: center center;
}

.innovations-col {
    padding-top: 4px;
}

.innovations-title {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: #FFFFFFCC;
    margin-bottom: 28px;
}

.pills-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1E232B;
    border: 1px solid #1e2230;
    border-radius: 999px;
    padding: 5px 10px;
    width: fit-content;
}

.pill-icon {
    background: #1a1d28;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pill-icon img {
    width: 20px;
    height: 20px;
}

.pill span {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .energy-section {
        padding: 72px 24px;
    }

    .energy-body {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .innovations-col {
        padding-top: 0;
    }

    .energy-title {
        font-size: clamp(30px, 7vw, 46px);
    }
}

/* ─── PLATFORM SECTION ─── */
.platform-section {
    padding: 100px 48px;
}

.platform-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.platform-title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.platform-card {
    background: #1e232b;
    border-radius: 24px;
    padding: 28px 24px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    height: 278px;
    justify-content: center;
}

.platform-card:hover {
    background: #ffffff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.card-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #343940;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.platform-card:hover .card-icon-wrap {
    background: #eef2f8;
}

.card-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    max-width: 207px;
}

.platform-card:hover .card-icon-wrap img {
    filter: invert(40%) sepia(90%) saturate(500%) hue-rotate(190deg) brightness(100%);
}

.platform-card:hover .card-icon-wrap {
    background: #EBF5FE;
}

.platform-card:hover .card-title {
    color: #0d1b2e;
}

.card-arrow {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: opacity 0.3s ease;
    color: #ffffff;
}

.card-arrow svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease;
}

.platform-card:hover .card-arrow svg {
    stroke: #e8a020;
}

.card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #B6BDD2;
    transition: color 0.3s ease;
}

.platform-card:hover .card-desc {
    color: #4a5568;
}

@media (max-width: 991px) {
    .platform-section {
        padding: 72px 24px;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 560px) {
    .platform-grid {
        grid-template-columns: 1fr;
    }

    .platform-title {
        font-size: 30px;
    }
}

/* ═══════════════════════════════════════════════
           ─── INNOVATION SLIDER — redesigned to match screenshot ───
           Three equal cards visible, first is active/highlighted.
           Slides left/right on arrow click.
        ══════════════════════════════════════════════ */
.innovation-section {
    padding: 100px 48px 60px;
    overflow: hidden;
}

.innovation-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.innovation-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    margin-bottom: 48px;
}

/* Viewport clips overflow */
.slider-viewport {
    overflow: hidden;
    width: 100%;
}

/* The moving rail */
.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Every slide: fixed 1/3 of viewport minus gaps, same height */
.slide {
    flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

/* The image container — fixed landscape aspect ratio, same for all */
.slide-img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    background: #1a1e28;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.slide:hover .slide-img img {
    transform: scale(1.02);
}

/* Placeholder shown when no real image */
.slide-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #4a5568;
    text-align: center;
    padding: 16px;
    position: absolute;
    inset: 0;
}

.slide-label {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    padding: 0 2px;
}

/* Nav arrows row — right aligned, below */
.slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 40px;
}

.slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2a2f3a;
    background: #12151e;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.slider-btn:hover:not(:disabled) {
    background: #1e232b;
    border-color: #404860;
}

.slider-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.slider-btn svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 991px) {
    .innovation-section {
        padding: 64px 24px 56px;
    }

    /* Two visible on tablet */
    .slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (max-width: 600px) {

    /* One dominant + peek on mobile */
    .slide {
        flex: 0 0 100%;
    }

    .slide-label {
        font-size: 20px;
    }
}

/* ─── SUBSIDIARIES SECTION ─── */
.subsidiaries-section {
    padding: 100px 48px;
}

.subsidiaries-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.subsidiaries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.subsidiary-card {
    padding: 0 48px 0 0;
}

.subsidiary-card:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 48px;
}

.subsidiary-card:nth-child(2) {
    padding-left: 48px;
}

.subsidiary-label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #C0590E;
    margin-bottom: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

.subsidiary-title {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px;
    max-width: 328px;
}

.subsidiary-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    max-width: 328px;
}

@media (max-width: 991px) {
    .subsidiaries-section {
        padding: 72px 24px;
    }

    .subsidiaries-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .subsidiary-card,
    .subsidiary-card:last-child,
    .subsidiary-card:nth-child(2) {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 40px;
    }

    .subsidiary-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}


/* ─── MARKETS SECTION ─── */
.markets-section {
    padding: 100px 48px;
}

.markets-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.markets-title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
    max-width: 628px;
    margin: 0 auto 56px;
}

.markets-list {
    display: flex;
    flex-direction: column;
}

.market-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.market-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.market-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.market-icon {
    width: 80px;
    height: 80px;
    border-radius: 17.5px;
    background: #1e232b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.market-icon img {
    width: 40px;
    height: 40px;
}

.market-name {
    font-family: 'Neue Haas Grotesk 65 Medium Std';
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
}

.market-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
}

/* Hidden by default, shown only on mobile */
.market-desc-mobile {
    display: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 6px;
}

@media (max-width: 991px) {
    .market-row {
        grid-template-columns: 1fr;
        padding: 24px 0;
        gap: 0;
    }

    .market-left {
        align-items: flex-start;
    }

    /* Show mobile desc, hide desktop desc */
    .market-desc-mobile {
        display: block;
    }

    .market-desc {
        display: none;
    }

    .market-name {
        font-size: 20px;
    }

    .market-icon {
        width: 64px;
        height: 64px;
        margin-top: 4px;
        flex-shrink: 0;
    }

    .market-icon img {
        width: 30px;
        height: 30px;
    }
}

/* ─── GOVERNANCE SECTION ─── */
.governance-section {
    padding: 100px 48px;
}

.governance-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: 80px;
}

.governance-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.governance-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
}

.governance-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.governance-badges {
    display: flex;
    align-items: center;
    gap: 20px;
}

.governance-badges img {
    height: 140px;
    width: auto;
    object-fit: contain;
}

.governance-title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: -0.4px;
}

.governance-quote {
    font-size: 24px;
    line-height: 150%;
    margin: 60px 0 80px 0;
}

.quote-bold {
    color: #ffffff;
    font-weight: 500;
}

.quote-muted {
    color: #6A7699;
    font-weight: 400;
}

.governance-focus-label {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    line-height: 150%;
}

.governance-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.governance-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
}

.check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-icon svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    .governance-section {
        padding: 72px 24px;
    }

    .governance-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .governance-title {
        margin-top: 8px;
    }

    .governance-quote {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .governance-badges img {
        height: 70px;
    }

    .governance-checklist li {
        font-size: 15px;
    }
}


/* ─── CTA SECTION ─── */
.cta-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cta-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cta-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 16, 0.42);
}

.cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 80px 24px;
    max-width: 850px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 32.5px;
    color: #FFFFFFCC;
    margin-bottom: 40px;
    max-width: 837px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: #fff;
    color: #2580EB;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.cta-btn-primary:hover {
    background: #F69220;
    color: #ffffff;
}

.cta-btn-secondary {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid #ffffff;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.cta-btn-secondary:hover {
    background: #F69220;
    color: #ffffff;
    border: 1px solid #F69220;
}

@media (max-width: 991px) {
    .cta-section {
        min-height: 420px;
    }

    .cta-content {
        padding: 64px 24px;
    }
}

@media (max-width: 480px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-subtitle {
        font-size: 16px;
    }
}


/* ─── BREAKPOINTS ─── */
@media (max-width: 991px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        display: none;
    }

    nav {
        padding: 0 20px;
    }

    .logo {
        margin-right: 0;
    }

    .nav-inner {
        display: flex;
        justify-content: space-between;
    }

    .nav-right {
        justify-content: flex-end;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 40px 24px 36px;
        gap: 32px 0;
        min-height: calc(100vh - 64px);
    }

    .hero-left {
        padding: 0;
        max-width: 100%;
        justify-content: center;
    }

    .hero-right {
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .info-card {
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(32px, 7.5vw, 50px);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .btn-explore,
    .btn-platform {
        font-size: 18px;
        padding: 11px 15px;
    }

    .mobile-nav-links a {
        font-size: 24px;
        padding: 17px 20px;
    }

    .logo img {
        width: 120px;
        height: auto;
    }

    .solar-panel-wrap {
        width: 100% !important;
        max-width: 480px;
    }

    .innovations-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .innovations-title {
        max-width: 229px;
        font-size: 20px;
    }

    .platform-title {
        font-size: 28px;
        max-width: 230px;
        margin: 0 auto 30px;
    }

    .card-arrow svg {
        stroke: #F69220;
    }

    .card-icon-wrap img {
        filter: invert(40%) sepia(90%) saturate(500%) hue-rotate(190deg) brightness(100%);
    }

    .innovation-title {
        max-width: 210px;
    }

    .slide-label {
        font-size: 18px;
    }

    .subsidiaries-section {
        padding: 20px 24px 72px;
    }

    .markets-section {
        padding: 20px 24px;
    }

    .market-name {
        font-size: 20px;
        line-height: 28px;
    }

    .markets-title {
        max-width: 300px;
    }

    .governance-title {
        max-width: 340px;
    }

    .governance-badges img {
        height: 55.84px;
    }

    .cta-btn-primary {
        max-width: 210px;
    }

    .footer-logo-wrap a img {
        width: 240px;
        height: auto;
    }
}

@media screen and (min-width:990px) and (max-width:1450px) {
    .hero-content {
        padding: 0px 40px;
    }
}