:root {
    --surface-2: #f0f7ff;
    --surface-3: #e0efff;
    --text: #0f172a;
    --text-dim: #334155;
    --text-muted: #64748b;
    --border: rgba(0, 119, 255, 0.12);
    --border-strong: rgba(0, 119, 255, 0.28);
    --white: #ffffff;
    --accent: #0077ff;
    --accent-soft: rgba(0, 119, 255, 0.08);
    --accent-2: #3b82f6;
    --accent-dark: #1d4ed8;
    --amber: #f59e0b;
    --dark: #020617;
    --dark-overlay: rgba(2, 6, 23, 0.28);
    --header-height: 74px;
    --hdr-h: 73px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
    font-family: "Red Hat Text", "Segoe UI", system-ui, sans-serif;
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Red Hat Display", "Segoe UI", sans-serif;
    color: var(--text);
}

.section-inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}

.section-pad {
    padding-block: 120px;
}

/* ---------- Section label (eyebrow) ---------- */
.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.section-label::before {
    content: "";
    width: 28px;
    height: 1.5px;
    background: var(--accent);
    border-radius: 1px;
    flex-shrink: 0;
}

.section-label span {
    font-family: "Red Hat Display", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-dark);
}

.section-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.12;
    color: var(--text);
    margin-bottom: 48px;
}

.section-title .hl {
    color: var(--accent-dark);
}

/* ---------- Arrow link ---------- */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-dark);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.link-arrow:hover {
    color: var(--accent-dark);
    gap: 12px;
}

/* ---------- CTA ---------- */
.cta-sub {
    font-size: 17px;
    line-height: 1.75;
    color: var(--text-dim);
    max-width: 520px;
    margin-bottom: 24px;
}

.cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-dark);
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 8px 16px;
}

.cta-badge i {
    color: var(--accent);
    font-size: 15px;
}

.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: #25d366;
    border-radius: 12px;
    padding: 16px 28px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-wa:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

.btn-wa .wa-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.btn-wa-arrow {
    font-size: 18px;
    line-height: 1;
}

.cta-note {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-dim);
    margin-top: 14px;
    margin-bottom: 32px;
    max-width: 520px;
}

.cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

/* ---------- HEADER ---------- */
.hdr-wrap {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    pointer-events: auto;
    transition: top 0.35s ease;
}

.hdr-wrap.scrolled {
    top: 20px;
}

.hdr {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    transition: width 0.35s ease, max-width 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}

.hdr-wrap.scrolled .hdr {
    max-width: 1250px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hdr-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.hdr-glow::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 90px;
    background: radial-gradient(rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.hdr-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 40px;
}

.hdr-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    z-index: 1;
}

.hdr-logo-icon {
    font-size: 22px;
    color: var(--accent-dark);
}

.hdr-logo-img {
    height: 36px;
    width: auto;
    display: block;
    object-fit: contain;
}

.hdr-logo-text {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    color: var(--text);
    line-height: 1;
}

.hdr-logo-accent {
    color: var(--accent-dark);
}

.hdr-logo-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hdr-logo-title {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    color: var(--text);
    line-height: 1.1;
}

.hdr-logo-subtitle {
    font-family: "Red Hat Text", sans-serif;
    font-weight: 500;
    font-size: 0.72rem;
    color: var(--accent-dark);
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 1px;
}

.hdr-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    flex: 1 1 0%;
    z-index: 1;
}

.hdr-link {
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.hdr-link:hover,
.hdr-link.active {
    color: var(--accent-dark);
}

.hdr-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: 16px;
    flex-shrink: 0;
    z-index: 1;
}

.hdr-lang {
    position: relative;
}

.hdr-lang-btn {
    height: 32px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--text);
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.hdr-lang-btn svg {
    transition: transform 0.2s ease;
}

.hdr-burger {
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 1px solid var(--border-strong);
    background: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.hdr-burger svg {
    display: block;
}

.hdr-burger rect {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.hdr-wrap.menu-open .hdr-burger-rect1 {
    transform: translateY(3.6px) rotate(45deg);
}

.hdr-wrap.menu-open .hdr-burger-rect2 {
    opacity: 0;
}

.hdr-wrap.menu-open .hdr-burger-rect3 {
    transform: translateY(-6.6px) rotate(-45deg);
}

/* Mobile menu panel */
.hdr-mobile-menu {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 94px);
    z-index: 999;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.hdr-wrap.menu-open .hdr-mobile-menu {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
}

.hdr-mobile-menu-inner {
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
    border: 1px solid rgba(0, 119, 255, 0.12);
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hdr-mobile-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #0f172a;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: left;
    text-decoration: none;
    transition: background 0.18s ease;
}

.hdr-mobile-link:hover,
.hdr-mobile-link.active {
    background: var(--accent-soft);
}

.hdr-mobile-divider {
    height: 1px;
    background: rgba(0, 119, 255, 0.12);
    margin: 8px 12px;
}

.hdr-mobile-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px 12px;
}

.hdr-lang-pill {
    border-radius: 8px;
    padding: 7px 12px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--text);
    text-decoration: none;
    background: rgba(0, 119, 255, 0.06);
}

.hdr-lang-pill.active {
    background: #dbeafe;
    color: var(--accent);
}

/* ---------- HERO ---------- */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #020617;
}

.hero-stats-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(2, 6, 23, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 22px;
}

.stat-card-hero {
    color: #ffffff;
}

.stat-card-hero .stat-val {
    font-family: "Red Hat Display", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.stat-card-hero .stat-val .counter {
    font-family: inherit;
}

.stat-card-hero .stat-lbl {
    font-family: "Red Hat Text", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 576px) {
    .stat-card-hero .stat-val {
        font-size: 18px;
    }
    .stat-card-hero .stat-lbl {
        font-size: 8.5px;
        letter-spacing: 0.02em;
    }
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--dark-overlay);
}

.hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 140px;
    padding-bottom: 96px;
}

.hero-content h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: clamp(32px, 4.5vw, 60px);
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    max-width: 720px;
    margin-bottom: 20px;
}

.hero-content .hero-sub {
    font-family: "Red Hat Text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff;
    max-width: 560px;
    margin-bottom: 32px;
}

.hero-scroll {
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.85;
    color: #ffffff;
    margin-bottom: 8px;
    animation: hero-bounce 2s infinite;
}

@keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.hero-news-card {
    position: absolute;
    right: clamp(60px, 10vw, 180px);
    left: clamp(24px, 5vw, 56px);
    bottom: 96px;
    width: 280px;
    max-width: calc(100% - clamp(48px, 10vw, 112px));
    margin-left: auto;
    z-index: 2;
}

.hero-news-inner {
    position: relative;
}

.hero-news-backdrop {
    position: absolute;
    inset: 8px -7px -7px 7px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
}

.hero-news-slider {
    position: relative;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
    padding: 12px;
    cursor: pointer;
}

.hero-news-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.hero-news-slide.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.hero-news-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.hero-news-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
}

.hero-news-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-news-title {
    font-family: "Red Hat Text", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--text);
    min-height: 60px;
    margin: 16px 0 0;
}
.hero-news-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    padding: 0 4px 4px;
}

.hero-news-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 1 0%;
}

.hero-news-dot {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background: transparent;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-news-dot::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    transition: background 0.2s ease;
}

.hero-news-dot.active::after {
    background: var(--surface-3);
}

.hero-news-progress {
    height: 3px;
    border-radius: 2px;
    background: var(--surface-3);
    flex: 1 1 0%;
    overflow: hidden;
    margin-left: 10px;
}

.hero-news-progress span {
    display: block;
    height: 100%;
    background: var(--accent);
    width: 0%;
}

.hero-news-readmore {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #dbeafe;
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.hero-news-readmore:hover {
    background: var(--accent);
    color: #ffffff;
}

.hero-news-arrow {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.hero-news-arrow.prev {
    left: -46px;
}

.hero-news-arrow.next {
    right: -46px;
}

.hero-news-arrow:hover {
    background: #ffffff;
    color: var(--accent);
}

/* ---------- STATS (At a glance) ---------- */
.stat-card {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 28px 20px;
    text-align: center;
}

.stat-value {
    font-family: "Red Hat Display", sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    color: var(--accent-dark);
    line-height: 1;
}

.stat-suffix {
    font-size: 0.4em;
    font-weight: 500;
    margin-left: 3px;
    color: var(--text-muted);
}

.stat-label {
    font-family: "Red Hat Text", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text);
    margin-top: 8px;
}

/* ---------- GREEN BASELOAD ---------- */
.approach-section {
    background: var(--white);
    padding-top: 120px;
    padding-bottom: 160px;
}



.approach-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 620px;
}

.approach-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(6, 20, 18, 0.08);
    border: 1px solid rgba(0, 119, 255, 0.05);
}

.approach-intro {
    max-width: 620px;
    margin-bottom: 20px;
    margin-inline: auto;
}

.approach-cta {
    margin-bottom: 28px;
}

.approach-card {
    width: 100%;
    max-width: 820px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(6, 20, 18, 0.07);
    padding: 28px;
}

.approach-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.approach-step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    opacity: 0.5;
    transition: opacity 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.approach-step-num {
    font-family: "Red Hat Display", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent-dark);
    line-height: 1;
}

.approach-step-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text);
    white-space: nowrap;
}

.approach-step.active {
    opacity: 1;
    background: var(--white);
    border-color: var(--accent);
    box-shadow: 0 2px 12px rgba(0, 119, 255, 0.18);
}

.approach-step.active .approach-step-title {
    color: var(--accent-dark);
}

.approach-panels {
    min-height: 140px;
    display: flex;
    align-items: center;
}

.approach-panel {
    display: none;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

.approach-panel.active {
    display: flex;
    animation: stepFade 0.5s ease;
}

.approach-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--accent-dark);
}

.approach-panel h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 8px;
}

.approach-panel p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-dim);
    margin-bottom: 0;
}

.baseload-output {
    border-top: 1px solid var(--border);
    padding-top: 16px;
    margin-top: 16px;
}

.baseload-output .output-label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 8px;
}

.baseload-output p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--text-dim);
    margin-bottom: 0;
}

/* ---------- OUR APPROACH ---------- */
.approach-flow {
    background: var(--surface-2);
    height: 360vh;
    padding-top: 100px;
    padding-bottom: 120px;
}

.approach-flow .section-inner {
    position: sticky;
    top: 110px;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.approach-flow .row {
    flex: 1;
    min-height: 0;
    margin-top: 32px;
}

.approach-flow .row > [class*="col-"] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ---------- Horizontal Step Indicator ---------- */
.steps-nav-horizontal {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.steps-nav-horizontal .step {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-nav-horizontal .step .num {
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dim);
    opacity: 0.4;
    transition: all 0.25s ease;
    line-height: 1;
    position: relative;
    padding-bottom: 4px;
}

.steps-nav-horizontal .step .num.active {
    color: var(--accent);
    opacity: 1;
    font-size: 18px;
}

.steps-nav-horizontal .step .num.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
}

.steps-nav-horizontal .step-line {
    flex: 1;
    max-width: 40px;
    height: 2px;
    background: var(--border);
    opacity: 0.4;
}

.step-panel {
    display: none;
    min-height: 120px;
}

.step-panel.active {
    display: block;
    animation: stepFade 0.4s ease;
}

@keyframes stepFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.step-panel h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 12px;
}

.step-panel p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-dim);
    margin-bottom: 0;
}

.flow-fixed-visual {
    border-radius: 20px;
    padding: 24px;
}

.flow-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

/* ---------- IMPACT ---------- */
.impact {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--dark);
}

.impact-bg {
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
    height: 116%;
    object-fit: cover;
    transform: translateY(-8%);
}

.impact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 20, 18, 0.5);
}

.impact-inner {
    position: relative;
    z-index: 1;
    padding: 96px 40px;
}

.impact h2 {
    font-family: "Red Hat Display", sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 300;
    line-height: 1.15;
    color: #ffffff;
    max-width: 760px;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

.impact .impact-sub {
    font-family: "Red Hat Text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    max-width: 640px;
    margin-bottom: 56px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.impact-pillar h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.impact-pillar p {
    font-family: "Red Hat Text", sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}

.impact-pillar .icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.06);
}

/* ---------- PROJECTS / NEWS CARDS ---------- */
.card-fortis {
    background: var(--white);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-fortis:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 44px rgba(15, 45, 42, 0.14);
    color: inherit;
}

.card-fortis .card-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.card-fortis .card-img.square {
    aspect-ratio: 1 / 1;
}

.card-fortis .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-fortis:hover .card-img img {
    transform: scale(1.04);
}

#wawasan .card-fortis .card-img {
    aspect-ratio: 1024 / 600;
}

#wawasan .card-fortis .card-img img {
    object-fit: cover;
}

.card-fortis .card-body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.badge-fortis {
    display: inline-flex;
    align-self: flex-start;
    padding: 3px 10px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: var(--accent-soft);
    font-family: "Red Hat Display", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-dark);
}

.card-fortis h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.4;
}

.card-fortis .card-meta {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-dim);
    line-height: 1.6;
    margin-bottom: 0;
}

.card-fortis time.card-date {
    display: block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

/* ---------- FOOTER ---------- */
.footer {
    background: var(--surface-2);
    border-top: 1px solid var(--border);
    padding: 56px 0 36px;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Red Hat Text", sans-serif;
    font-size: 14px;
    color: var(--text-dim);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-item i {
    color: var(--accent);
    font-size: 15px;
}

.footer-contact-item:hover {
    color: var(--accent-dark);
}

.footer-brand {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--text);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 32px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-brand:hover {
    color: var(--text);
}

.footer .footer-tag {
    font-family: "Red Hat Text", sans-serif;
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 460px;
}

.footer h3.footer-h {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 16px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul a {
    font-family: "Red Hat Text", sans-serif;
    font-size: 14px;
    color: var(--text-dim);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer ul a:hover {
    color: var(--accent-dark);
}

.footer .social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-strong);
    color: var(--text-dim);
    font-size: 15px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.footer .social-icon:hover {
    color: var(--accent-dark);
    border-color: var(--accent-dark);
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 20px;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--text-dim);
}

/* ---------- NEWS DETAIL ---------- */
.detail-hero {
    position: relative;
    height: 440px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.detail-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(6, 20, 18, 0.25) 0%, rgba(6, 20, 18, 0.55) 55%, rgba(6, 20, 18, 0.78) 100%);
}

.detail-hero-inner {
    position: relative;
    padding: 0 40px 32px;
}

.detail-back {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.2s ease;
}

.detail-back:hover {
    color: #fff;
}

.detail-date {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.detail-hero-inner h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    max-width: 820px;
    margin: 0;
}

.news-detail-inner {
    padding: 56px 40px 96px;
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
    align-items: start;
}

.news-detail-body p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--text-dim);
    margin-bottom: 20px;
}

.news-detail-body .news-detail-lead {
    font-family: "Red Hat Display", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 28px;
}

.news-detail-img {
    width: 100%;
    aspect-ratio: 1024 / 600;
    object-fit: cover;
    border-radius: 16px;
    margin-top: 32px;
}

.news-detail-side-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 20px;
}

.news-detail-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.news-detail-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.news-detail-item:hover {
    background: var(--surface-2);
}

.news-detail-item img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-detail-item-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.news-detail-item-body time {
    font-size: 12px;
    color: var(--text-dim);
}

.news-detail-item-body > span {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text);
}

.news-detail-item:hover .news-detail-item-body > span {
    color: var(--accent-dark);
}

.news-detail-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent-dark);
    text-decoration: none;
    transition: gap 0.2s ease;
}

.news-detail-all:hover {
    gap: 12px;
}

/* ---------- FLOATING BUTTONS ---------- */
.floating-wa {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, box-shadow 0.2s ease;
}

.floating-wa.show {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.floating-wa:hover {
    color: #fff;
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.5);
}

.floating-wa.show:hover {
    transform: scale(1.08);
}

.floating-wa svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.floating-wa-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    z-index: -1;
    animation: waPulse 2s ease-out infinite;
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.back-top.show {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.back-top:hover {
    background: var(--surface-3);
    color: var(--accent-dark);
}

/* ---------- REVEAL ---------- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hdr-row {
        padding: 16px 20px;
    }

    .hdr-desktop {
        display: none;
    }

    .hdr-lang {
        display: none;
    }

    .hdr-burger {
        display: inline-flex;
    }

    .hdr-wrap.scrolled .hdr {
        width: calc(100% - 32px);
    }

    .section-pad {
        padding-block: 72px;
    }

    .section-inner {
        padding-inline: 20px;
    }

    .impact-inner {
        padding: 72px 20px;
    }

    .hero-content {
        justify-content: center;
        padding-bottom: 140px;
    }

    .approach-section {
        padding-block: 60px;
    }

    .approach-image-container {
        margin-top: 20px;
        text-align: center;
    }

    .approach-flow {
        height: 132vh;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .approach-flow .section-inner {
        position: sticky;
        top: 104px;
        height: auto;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .approach-flow .section-title {
        font-size: 20px !important;
        margin-bottom: 8px;
    }

    .approach-flow .row {
        flex-direction: column;
        gap: 4px;
        margin-top: 24px;
        flex: none;
        height: auto;
    }

    .approach-flow .row > [class*="col-"] {
        height: auto;
    }

    .approach-flow .row > .col-lg-5 {
        flex: 0 0 auto;
    }

    .approach-flow .row > .col-lg {
        flex: none;
        display: block;
    }

    .steps-nav-horizontal {
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 20px;
    }

    .steps-nav-horizontal .step-line {
        max-width: 20px;
    }

    .step-panel h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .step-panel p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .flow-fixed-visual {
        margin-top: 8px;
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .flow-img {
        width: 100%;
        max-height: 230px;
        height: auto;
        object-fit: cover;
        object-position: center bottom;
        display: block;
    }

    .detail-hero {
        height: 360px;
    }

    .detail-hero-inner {
        padding: 0 20px 28px;
    }

    .news-detail-inner {
        padding: 40px 20px 72px;
    }

    .news-detail-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .news-detail-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-detail-item {
        flex: 1 1 45%;
        min-width: 200px;
    }
}

@media (max-width: 640px) {
    .hero-news-card {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hdr-logo-title {
        font-size: 1.1rem;
    }
    .hdr-logo-subtitle {
        font-size: 0.65rem;
    }
}

.text-justify {
    text-align: justify;
}

/* ---------- LIGHTBOX MODAL ---------- */
.lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(2, 6, 23, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.lightbox-modal.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    z-index: 10010;
    transition: transform 0.2s ease, color 0.2s;
    user-select: none;
}

.lightbox-close:hover {
    color: var(--accent-2);
    transform: scale(1.1);
}

.lightbox-content {
    max-width: 90%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    user-select: none;
}

.lightbox-img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-caption {
    margin-top: 16px;
    text-align: center;
    color: #fff;
}

.lightbox-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.lightbox-meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 20px;
    z-index: 10010;
    transition: color 0.2s, transform 0.2s;
    user-select: none;
}

.lightbox-arrow:hover {
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.lightbox-arrow.prev {
    left: 24px;
}

.lightbox-arrow.next {
    right: 24px;
}

@media (max-width: 768px) {
    .lightbox-arrow {
        font-size: 40px;
        padding: 10px;
    }
    .lightbox-arrow.prev {
        left: 8px;
    }
    .lightbox-arrow.next {
        right: 8px;
    }
    .lightbox-title {
        font-size: 16px;
    }
    .lightbox-meta {
        font-size: 12px;
    }
}
