:root {
    --Primary: #009944;
    --Primary-deep: #25408e;
    --Primary-gradient: linear-gradient(135deg, #25408e 0%, #009944 100%);
    --Secondary: #6b7280;
    --font-main: "Plus Jakarta Sans", sans-serif;
    --font-main2: "Urbanist", sans-serif;
    --font-main3: "Red Hat Display", sans-serif;
}

/* Premium preloader */
.ar-loading {
    overflow: hidden;
}

.ar-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(120% 120% at 50% 40%, #ffffff 0%, #f4f7fa 100%);
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.ar-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.ar-preloader__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.ar-preloader__logo {
    width: clamp(150px, 16vw, 200px);
    height: auto;
}

.ar-preloader__bar {
    position: relative;
    width: 210px;
    height: 3px;
    border-radius: 50px;
    background: rgba(37, 64, 142, 0.12);
    overflow: hidden;
}

.ar-preloader__bar > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 50px;
    background: var(--Primary-gradient);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: "ITC Avant Garde Gothic LT Bold";
    src: url("../assets/ITC Avant Garde Gothic LT Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--font-main2);
}

.font-main {
    font-family: var(--font-main);
}

.font-2 {
    font-family: var(--font-main2);
}

.font-3 {
    font-family: var(--font-main3);
}

.main-menu .current-menu>a,
.main-menu .current-menu-item>a {
    color: var(--Primary) !important;
}

.main-menu .current-menu.has-child::after,
.main-menu .current-menu-item.has-child::after {
    color: var(--Primary);
}

.navigation li.has-child::after {
    color: var(--White);
}

#smooth-wrapper {
    background-color: var(--Bg-dark);
}

.bg-linear-color {
    background: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);

}

.testimonial-item.style-11.v3 {
    background-color: var(--Text-primary);
}

.testimonial-item.style-11.v3 .ratings i {
    color: var(--Primary);
}

.site-logo img {
    object-fit: contain;
}

.report-download-btn {
    white-space: nowrap;
}

.header.style-2 .header-inner {
    position: relative;
    z-index: 1;
    gap: 22px;
}

.header.style-2:not(.header-fixed)::before {
    display: none;
}

.header.style-2:not(.header-fixed) .header-inner {
    filter: none;
}

.header.header-sticky.style-2,
.header.header-fixed.style-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(243, 251, 247, 0.82) 40%, rgba(222, 242, 231, 0.83) 100%);
    border-bottom: 1px solid rgba(0, 153, 68, 0.08);
    box-shadow: none;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.header.header-sticky.style-2::before,
.header.header-fixed.style-2::before {
    display: none;
}

.header.style-2 .site-logo {
    flex-shrink: 0;
    padding: 8px 0;
}

.header.style-2 .site-logo img {
    width: 150px;
    height: auto;
}

.annual-report-nav {
    gap: 8px !important;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.main-menu .navigation.annual-report-nav>li {
    padding: 0 !important;
}

.main-menu .annual-report-nav>li>a {
    position: relative;
    height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 38px 0 18px;
    overflow: hidden;
    border-radius: 999px;
    color: #10160d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.header.style-2 .annual-report-nav>li>a,
.header.style-2 .navigation.annual-report-nav li.has-child::after {
    color: #10160d;
}

.main-menu .annual-report-nav>li>a .text {
    position: relative;
    z-index: 1;
}

.main-menu .annual-report-nav>li>a .text+.text {
    display: none;
}

.main-menu .annual-report-nav .text-menu:hover .toggle .text:nth-child(1),
.main-menu .annual-report-nav .text-menu .toggle .text:nth-child(1) {
    opacity: 1;
    transform: none;
}

.main-menu .annual-report-nav .text-menu:hover .toggle .text:nth-child(2),
.main-menu .annual-report-nav .text-menu .toggle .text:nth-child(2) {
    display: none;
    opacity: 0;
}

.main-menu .annual-report-nav .text-menu:hover .toggle .text .char,
.main-menu .annual-report-nav .text-menu .toggle .text .char {
    color: inherit;
    transform: none;
}

.main-menu .annual-report-nav>li:hover>a,
.main-menu .annual-report-nav>li.current-menu>a {
    color: #10160d !important;
    background: #fff;
    box-shadow: none;
    transform: translateY(-1px);
}

.main-menu .annual-report-nav>li:hover>a .text,
.main-menu .annual-report-nav>li:hover>a .word,
.main-menu .annual-report-nav>li:hover>a .char,
.main-menu .annual-report-nav>li.current-menu>a .text,
.main-menu .annual-report-nav>li.current-menu>a .word,
.main-menu .annual-report-nav>li.current-menu>a .char {
    color: #10160d !important;
}

.navigation.annual-report-nav li.has-child {
    gap: 0;
}

.navigation.annual-report-nav li.has-child::after {
    position: absolute;
    right: 16px;
    color: #10160d;
    font-size: 13px;
    pointer-events: none;
    transition: transform 0.25s ease, color 0.25s ease;
    z-index: 2;
}

.navigation.annual-report-nav li.has-child:hover::after,
.navigation.annual-report-nav li.current-menu.has-child::after {
    color: #10160d;
    transform: rotate(180deg);
}

.annual-report-nav .report-submenu {
    top: calc(100% + 14px);
    left: 50%;
    width: 410px;
    max-height: min(70vh, 620px);
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(0, 153, 68, 0.24);
    border-radius: 8px;
    background: rgba(16, 20, 18, 0.96);
    box-shadow: none;
    transform: translateX(-50%) translateY(12px) scale(0.98);
    transform-origin: top center;
}

.main-menu .annual-report-nav>li:hover>.report-submenu {
    transform: translateX(-50%) translateY(0) scale(1);
}

.annual-report-nav .report-submenu::after {
    height: 18px;
    top: -18px;
}

.annual-report-nav .report-submenu li {
    padding-right: 0;
}

.annual-report-nav .report-submenu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 38px 10px 14px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.76);
    white-space: normal;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.annual-report-nav .report-submenu a::after {
    position: absolute;
    right: 14px;
    content: "\e90e";
    font-family: "icomoon";
    font-size: 13px;
    opacity: 0;
    transform: translate(-5px, -1px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.navigation.annual-report-nav .report-submenu li:hover>a,
.annual-report-nav .report-submenu a:hover {
    color: #10160d;
    background: #fff;
    transform: translateX(3px);
}

.navigation.annual-report-nav .report-submenu li:hover>a::after,
.annual-report-nav .report-submenu a:hover::after {
    color: #10160d;
    opacity: 1;
    transform: translate(0, -1px);
}

.report-download-btn {
    height: 40px;
    padding: 4px;
    border: 1px solid rgba(0, 153, 68, 0.45);
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.report-download-btn.tf-btn.rounded-icon .btn_inner {
    padding: 6px 44px 6px 16px;
}

.report-download-btn.tf-btn.rounded-icon .btn_inner::before {
    width: 34px;
}

.report-download-btn.tf-btn.rounded-icon .btn_inner .btn_icon {
    min-width: 34px;
    font-size: 17px;
}

.report-download-btn:hover {
    border-color: var(--Primary);
    box-shadow: none;
    transform: translateY(-1px);
}

/* Fix: the static ::before width above has the same specificity as the
   theme's hover rule and loads later, so it blocked the pill expand.
   Re-assert the hover expand with higher specificity. */
.report-download-btn.tf-btn.rounded-icon.hover-1:hover .btn_inner::before,
.chairman-btn.tf-btn.rounded-icon.hover-1:hover .btn_inner::before {
    width: 100%;
}

.tf-btn.btn-bg-primary,
.tf-btn.rounded-icon.btn-bg-primary {
    background: var(--Primary-gradient);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
    background: linear-gradient(135deg, #009944 0%, #25408e 100%);
}

.annual-report-hero {
    min-height: 100vh;
    overflow: hidden;
}

.annual-report-hero .thumbs,
.annual-report-hero .parallax-image {
    min-height: 100vh;
}

.annual-report-hero .thumbs::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(255, 244, 218, 0.06) 0%, rgba(255, 180, 72, 0.06) 100%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0 0.5px, transparent 0.5px 100%);
    background-size: auto, 2px 2px;
    pointer-events: none;
}

.annual-report-hero .hero-video {
    width: 100%;
    min-height: 100vh;
    filter: saturate(1.36) contrast(1.2) brightness(1.05);
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transform-origin: center;
    animation: heroVideoReveal 4.8s ease-out both;
    will-change: transform, filter;
}

/* Hold the hero video reveal until the preloader hands off */
.ar-loading .annual-report-hero .hero-video {
    animation-play-state: paused;
}

@keyframes heroVideoReveal {
    0% {
        filter: blur(12px) saturate(1.22) contrast(1.1) brightness(1.03);
        transform: scale(1.08);
    }

    100% {
        filter: blur(0) saturate(1.36) contrast(1.2) brightness(1.05);
        transform: scale(1);
    }
}

.annual-report-hero .content {
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.annual-report-hero .tf-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-lockup {
    position: relative;
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 120px 16px 72px;
    transform: translateY(-42px);
}

.hero-title-lines {
    position: relative;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    z-index: 1;
}

.hero-title-line {
    display: block;
    font-size: clamp(54px, 8vw, 112px);
    letter-spacing: 0;
}

.hero-title-line.india {
    color: #ff7f16;
}

.hero-title-line.first {
    color: #263f96;
}

.hero-title-line.always {
    color: #007c3d;
}

.hero-subtitle {
    position: relative;
    margin: 14px auto 0;
    padding: 8px 22px 10px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 400;
    line-height: 0.96;
    z-index: 1;
}

.hero-subtitle::before {
    position: absolute;
    inset: -18px -18px -28px;
    content: "";
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.34) 46%, rgba(255, 255, 255, 0.14) 72%, rgba(255, 255, 255, 0) 100%);
    filter: blur(14px);
    pointer-events: none;
    z-index: -1;
}

.hero-subtitle strong {
    font-weight: 800;
}

.hero-report-meta {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-bottom: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: var(--font-main2);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.95);
    transform: translateX(-50%);
    width: min(520px, calc(100% - 32px));
}

.hero-report-meta span:last-child {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

@media (max-width: 991px) {
    .report-download-btn {
        display: none;
    }

    .mobile-button {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 153, 68, 0.3);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
    }

    .mobile-nav-wrap.style-dark {
        background:
            radial-gradient(circle at top left, rgba(0, 153, 68, 0.2), transparent 34%),
            radial-gradient(circle at bottom right, rgba(37, 64, 142, 0.22), transparent 38%),
            var(--Bg-dark);
    }

    .mobile-nav-wrap .offcanvas-header {
        padding: 24px 22px 18px;
    }

    .mobile-nav-wrap .offcanvas-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mobile-nav-wrap .btn-close-menu {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.07);
    }

    #menu-mobile-menu {
        display: grid;
        gap: 10px;
    }

    .mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
        border: 0;
    }

    #menu-mobile-menu .item-menu-mobile {
        min-height: 54px;
        display: flex;
        align-items: center;
        padding: 14px 46px 14px 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.055);
        color: rgba(255, 255, 255, 0.86);
        font-size: 16px;
        line-height: 1.25;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    #menu-mobile-menu li.active>.item-menu-mobile,
    #menu-mobile-menu .item-menu-mobile:not(.collapsed) {
        border-color: rgba(0, 153, 68, 0.42);
        background: linear-gradient(135deg, rgba(37, 64, 142, 0.26), rgba(0, 153, 68, 0.22));
        color: #fff;
    }

    #menu-mobile-menu .sub-mobile {
        display: grid;
        gap: 8px;
        padding: 10px 0 4px 12px;
    }

    #menu-mobile-menu .sub-mobile .menu-item a {
        padding: 10px 14px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.045);
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        line-height: 1.35;
    }

    #menu-mobile-menu .sub-mobile .menu-item a:hover {
        color: #fff;
        background: var(--Primary-gradient);
    }

    .annual-report-hero,
    .annual-report-hero .thumbs,
    .annual-report-hero .parallax-image,
    .annual-report-hero .hero-video,
    .annual-report-hero .content {
        min-height: 100svh;
    }

    .annual-report-hero .tf-container {
        min-height: 100svh;
    }

    .hero-lockup {
        padding-top: 104px;
        transform: translateY(-28px);
    }

    .hero-title-line {
        font-size: clamp(42px, 14vw, 78px);
    }

    .hero-subtitle {
        font-size: clamp(24px, 6.5vw, 40px);
    }

    .hero-report-meta {
        bottom: 0;
        padding-bottom: 6px;
        font-size: 14px;
    }

    .hero-report-meta span:last-child {
        font-size: 13px;
    }
}

/* Wider page gutters so content doesn't hug the edges */
.tf-container {
    padding-left: clamp(20px, 4vw, 64px);
    padding-right: clamp(20px, 4vw, 64px);
}

/* India First opening spread */
.section-india-first {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.india-first-standalone #smooth-wrapper,
.india-first-standalone .main-content {
    background: #fff;
}

body.india-first-standalone:not(.about-report-page):not(.chairman-statement-page) #smooth-content {
    padding-top: 82px;
}

.india-first-standalone .india-first-header.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    visibility: visible;
    pointer-events: all;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(243, 251, 247, 0.82) 40%, rgba(222, 242, 231, 0.83) 100%);
    border-bottom: 1px solid rgba(0, 153, 68, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: translateY(0);
}

.india-first-standalone .india-first-header.header-fixed .header-inner {
    min-height: 70px;
}

.india-first-standalone .section-india-first {
    padding-top: 0;
}

.india-first-cover {
    position: relative;
    min-height: calc(100vh - 82px);
    overflow: hidden;
    background: #eef3f2;
}

.india-first-cover::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.56) 28%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

.india-first-cover img {
    display: block;
    width: 100%;
    height: calc(100vh - 82px);
    min-height: 620px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.28);
    transform-origin: center center;
    will-change: transform;
}

.india-first-cover-title {
    position: absolute;
    top: clamp(56px, 7vw, 118px);
    left: clamp(32px, 6.5vw, 126px);
    z-index: 2;
    width: min(760px, 48vw);
    color: #0b0f14;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(34px, 3.35vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: none;
}

.india-first-cover-title span {
    display: block;
}

.india-first-cover-title span:nth-child(3) {
    margin-top: 0.34em;
}

.home-key-metrics-marquee-section {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 3.8vw, 58px) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.home-key-metrics-marquee-section::after {
    position: absolute;
    right: -8%;
    left: -8%;
    content: "";
    pointer-events: none;
}

.home-key-metrics-marquee-section::after {
    top: 26%;
    height: 58%;
    background:
        linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.28) 18%, transparent 36%),
        linear-gradient(74deg, transparent 8%, rgba(37, 64, 142, 0.028) 42%, transparent 68%);
    filter: blur(18px);
    opacity: 0.78;
    transform: skewY(-3deg);
}

.home-key-metrics-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 18px;
    color: #0b0f14;
    font-family: var(--font-main3);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.home-key-metrics-title span {
    color: inherit;
}

.india-first-metrics-marquee {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.india-first-metrics-track {
    display: flex;
    width: max-content;
    animation: indiaFirstMetricMarquee 28s linear infinite;
    will-change: transform;
}

.india-first-metrics-group {
    display: flex;
    align-items: stretch;
    gap: clamp(12px, 1vw, 18px);
    padding: 4px clamp(6px, 0.8vw, 10px);
    flex-shrink: 0;
}

.india-first-metric {
    position: relative;
    display: grid;
    min-width: clamp(172px, 13vw, 240px);
    align-content: center;
    gap: 7px;
    padding: clamp(16px, 1.45vw, 24px) clamp(18px, 1.7vw, 28px);
    overflow: hidden;
    border: 1px solid rgba(37, 64, 142, 0.18);
    border-radius: 8px;
    background: transparent;
    color: #0b0f14;
    box-shadow:
        0 18px 42px rgba(37, 64, 142, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
}

.india-first-metric::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 22%, transparent 46%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
    opacity: 0.66;
    pointer-events: none;
}

.india-first-metric::after {
    position: absolute;
    inset: 1px;
    content: "";
    border-radius: 7px;
    box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.38);
    pointer-events: none;
}

.india-first-metric strong {
    position: relative;
    z-index: 1;
    color: #0a6f39;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(23px, 1.75vw, 34px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.india-first-metric em {
    position: relative;
    z-index: 1;
    color: rgba(11, 15, 20, 0.72);
    font-family: var(--font-main2);
    font-size: clamp(11px, 0.78vw, 13px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes indiaFirstMetricMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.india-first-spread {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: min(100vh, 980px);
    background: #fff;
    color: #fff;
}

.india-first-page {
    position: relative;
    min-height: min(100vh, 980px);
    overflow: hidden;
}

.india-first-page--left {
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 84% 84%, rgba(64, 145, 205, 0.13), transparent 23%),
        linear-gradient(180deg, #fff 0%, #fff 100%);
}

.india-first-left-copy {
    position: relative;
    z-index: 2;
    width: min(790px, 84%);
    margin-left: clamp(38px, 6.5vw, 124px);
    padding-top: clamp(36px, 6vw, 82px);
}

.india-first-headline {
    display: grid;
    gap: clamp(14px, 1.35vw, 24px);
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(26px, 2.7vw, 52px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

.india-first-headline span {
    display: block;
}

.india-first-headline .text-green {
    color: #009944;
}

.india-first-headline .text-blue {
    color: #25408e;
}

.india-first-headline .text-orange {
    color: #ff7f16;
}

.india-first-mapline {
    position: absolute;
    right: -20%;
    bottom: -17%;
    width: min(760px, 62vw);
    opacity: 0.075;
    pointer-events: none;
}

.india-first-page--right {
    background:
        linear-gradient(132deg, rgba(0, 153, 68, 0.98) 0%, rgba(0, 130, 100, 0.98) 42%, rgba(20, 93, 142, 0.98) 100%);
}

.india-first-page--right::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 26%),
        radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.1), transparent 15%),
        radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0.14), transparent 34%);
    opacity: 0.8;
    pointer-events: none;
}

.india-first-plantline {
    position: absolute;
    left: -12%;
    bottom: -5%;
    width: 118%;
    opacity: 0.16;
    mix-blend-mode: screen;
    pointer-events: none;
}

.india-first-icon {
    position: absolute;
    top: clamp(74px, 8vw, 130px);
    left: clamp(62px, 7vw, 118px);
    width: 82px;
    height: 116px;
    opacity: 0.34;
}

.india-first-icon::before,
.india-first-icon::after,
.india-first-icon span::before,
.india-first-icon span::after {
    position: absolute;
    content: "";
    border: 4px solid rgba(255, 255, 255, 0.55);
}

.india-first-icon::before {
    left: 26px;
    top: 8px;
    width: 30px;
    height: 96px;
    border-radius: 12px;
}

.india-first-icon::after {
    left: 34px;
    top: 27px;
    width: 14px;
    height: 58px;
    border-radius: 8px;
}

.india-first-icon span::before,
.india-first-icon span::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow:
        0 34px 0 -4px transparent,
        0 34px 0 0 rgba(255, 255, 255, 0.55);
}

.india-first-icon span::before {
    left: 0;
    top: 26px;
}

.india-first-icon span::after {
    right: 0;
    top: 26px;
}

.india-first-copy-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(250px, 0.86fr) minmax(280px, 1fr);
    gap: clamp(34px, 5vw, 84px);
    align-items: start;
    padding: clamp(160px, 17vw, 255px) clamp(58px, 6.4vw, 116px) 0 clamp(70px, 7.6vw, 138px);
}

.india-first-copy-block {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-main2);
}

.india-first-copy-block--two {
    position: relative;
    padding-left: clamp(26px, 2vw, 38px);
    transform: translateY(clamp(-90px, -6vw, -44px));
}

.india-first-copy-block--two::before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 128px;
    content: "";
    border-radius: 999px;
    background: rgba(184, 221, 229, 0.75);
}

.india-first-copy-block h2,
.india-first-copy-block h3 {
    margin-bottom: clamp(18px, 1.6vw, 28px);
    color: #fff;
    font-size: clamp(25px, 2.05vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.india-first-copy-block p {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.05vw, 22px);
    font-weight: 500;
    line-height: 1.45;
}

.india-first-copy-block p + p {
    margin-top: clamp(18px, 1.3vw, 26px);
}

.india-first-lab-image {
    position: absolute;
    z-index: 1;
    right: clamp(-52px, -2.5vw, -24px);
    left: auto;
    bottom: clamp(-92px, -4vw, -48px);
    width: min(500px, 29vw);
    transform: rotate(-0.5deg);
    transform-origin: center;
}

.india-first-lab-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1399px) {
    .india-first-left-copy {
        width: 88%;
        margin-left: clamp(32px, 4.8vw, 80px);
    }

    .india-first-headline {
        font-size: clamp(25px, 2.65vw, 44px);
    }

    .india-first-copy-grid {
        grid-template-columns: minmax(230px, 0.9fr) minmax(250px, 1fr);
        gap: 34px;
        padding-left: 72px;
        padding-right: 58px;
    }

    .india-first-lab-image {
        width: min(430px, 34vw);
    }
}

@media (max-width: 1199px) {
    .india-first-spread,
    .india-first-page {
        min-height: auto;
    }

    .india-first-page--left {
        min-height: 760px;
    }

    .india-first-page--right {
        min-height: 760px;
    }

    .india-first-copy-grid {
        grid-template-columns: 1fr;
        padding: 132px 54px 360px 62px;
    }

    .india-first-copy-block--one {
        max-width: 470px;
    }

    .india-first-copy-block--two {
        max-width: 520px;
        margin-left: auto;
        transform: translateY(-52px);
    }

    .india-first-lab-image {
        width: min(420px, 48vw);
    }
}

@media (max-width: 991px) {
    .india-first-cover {
        min-height: calc(100svh - 82px);
    }

    .india-first-cover img {
        height: calc(100svh - 82px);
        min-height: 560px;
        object-position: 60% center;
    }

    .india-first-cover::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.06) 45%, rgba(0, 0, 0, 0) 100%);
    }

    .india-first-cover-title {
        top: 34px;
        left: 24px;
        width: min(340px, calc(100% - 48px));
        font-size: clamp(26px, 7.2vw, 40px);
    }

    .india-first-spread {
        grid-template-columns: 1fr;
    }

    .india-first-page--left {
        min-height: auto;
        padding: 92px 0 110px;
    }

    .india-first-left-copy {
        width: calc(100% - 48px);
        margin: 0 auto;
        padding-top: 0;
    }

    .india-first-headline {
        font-size: clamp(27px, 6.8vw, 44px);
    }

    .india-first-mapline {
        right: -42%;
        bottom: -18%;
        width: 120%;
    }

    .india-first-page--right {
        min-height: auto;
    }

    .india-first-copy-grid {
        gap: 32px;
        padding: 96px 24px 360px;
    }

    .india-first-copy-block,
    .india-first-copy-block--one,
    .india-first-copy-block--two {
        max-width: 620px;
        margin-left: 0;
        transform: none;
    }

    .india-first-copy-block h2,
    .india-first-copy-block h3 {
        font-size: clamp(26px, 6vw, 42px);
    }

    .india-first-copy-block p {
        font-size: 17px;
    }

    .india-first-icon {
        top: 34px;
        left: 24px;
        width: 58px;
        height: 82px;
        transform: scale(0.7);
        transform-origin: top left;
    }

    .india-first-lab-image {
        right: -70px;
        left: auto;
        bottom: -96px;
        width: min(380px, 78vw);
    }

}

@media (max-width: 575px) {
    .india-first-page--left {
        padding: 76px 0 86px;
    }

    .india-first-headline {
        gap: 13px;
        font-size: clamp(24px, 7.8vw, 36px);
        line-height: 1.08;
    }

    .india-first-copy-grid {
        padding: 88px 20px 300px;
    }

    .india-first-copy-block--two {
        padding-left: 20px;
    }

    .india-first-copy-block h2,
    .india-first-copy-block h3 {
        margin-bottom: 14px;
        font-size: 27px;
    }

    .india-first-copy-block p {
        font-size: 15px;
        line-height: 1.5;
    }

    .india-first-lab-image {
        right: -86px;
        left: auto;
        bottom: -74px;
        width: 320px;
        max-width: none;
    }

}

/* Atmanirbhar proof section */
.section-atmanirbhar {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 82px);
    background: #fff;
    color: #0b0f14;
}

.atmanirbhar-bg {
    position: absolute;
    inset: auto -4% -5% -4%;
    width: 108%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.18;
    pointer-events: none;
}

.section-atmanirbhar::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 43%, rgba(255, 255, 255, 0.9) 100%),
        radial-gradient(circle at 62% 14%, rgba(64, 145, 205, 0.12), transparent 18%);
    pointer-events: none;
}

.atmanirbhar-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(640px, 1.05fr);
    gap: clamp(36px, 4vw, 76px);
    align-items: center;
    min-height: calc(100vh - 82px);
    padding: clamp(72px, 7vw, 120px) clamp(40px, 6vw, 118px);
}

.atmanirbhar-title {
    display: grid;
    gap: clamp(8px, 0.8vw, 14px);
    max-width: 780px;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(27px, 2.65vw, 52px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.atmanirbhar-title span {
    display: block;
}

.atmanirbhar-title .text-green {
    color: #009944;
}

.atmanirbhar-title .text-blue {
    color: #25408e;
}

.atmanirbhar-title .text-orange {
    color: #ff7f16;
}

.atmanirbhar-right {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 1.8vw, 28px);
}

.atmanirbhar-proof {
    margin: 0;
    color: #009944;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(24px, 1.8vw, 34px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.atmanirbhar-proof span {
    color: #25408e;
}

.atmanirbhar-cards {
    display: grid;
    gap: clamp(14px, 1.4vw, 20px);
}

.atmanirbhar-card {
    position: relative;
    padding: clamp(20px, 1.9vw, 30px) clamp(22px, 2vw, 34px);
    border: 1px solid rgba(37, 64, 142, 0.14);
    border-left: 5px solid #25408e;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(37, 64, 142, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.atmanirbhar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(37, 64, 142, 0.14);
}

.atmanirbhar-card--green {
    border-left-color: #009944;
}

.atmanirbhar-card-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(37, 64, 142, 0.1);
    color: #25408e;
    font-family: var(--font-main2);
    font-size: clamp(12px, 0.85vw, 14px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.atmanirbhar-card--green .atmanirbhar-card-tag {
    background: rgba(0, 153, 68, 0.12);
    color: #009944;
}

.atmanirbhar-card p {
    margin: 0;
    color: #1c2630;
    font-family: var(--font-main2);
    font-size: clamp(15px, 1.05vw, 18px);
    font-weight: 500;
    line-height: 1.5;
}

.atmanirbhar-card p strong {
    font-weight: 700;
    color: #0b0f14;
}

@media (max-width: 1199px) {
    .atmanirbhar-inner {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 72px 40px 86px;
    }

    .atmanirbhar-title {
        max-width: 900px;
    }

    .atmanirbhar-right {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    .section-atmanirbhar,
    .atmanirbhar-inner {
        min-height: auto;
    }

    .atmanirbhar-inner {
        display: block;
        padding: 56px 20px;
    }

    .atmanirbhar-title {
        font-size: clamp(24px, 6.8vw, 34px);
    }

    .atmanirbhar-right {
        margin-top: 34px;
    }
}

/* India Tomorrow commitment section */
.section-india-tomorrow {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 82px);
    background: #061c2d;
}

.india-tomorrow-bg {
    position: absolute;
    inset: 0 0 0 auto;
    width: 69%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.96;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 3%, #000 19%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 3%, #000 19%, #000 100%);
}

.section-india-tomorrow::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg, #fff 0%, #fff 29%, rgba(255, 255, 255, 0.88) 41%, rgba(255, 255, 255, 0.08) 60%, rgba(5, 21, 38, 0.46) 100%),
        linear-gradient(90deg, transparent 0%, transparent 48%, rgba(1, 10, 23, 0.42) 62%, rgba(1, 10, 23, 0.82) 100%);
    pointer-events: none;
}

.india-tomorrow-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(420px, 0.62fr) minmax(480px, 0.88fr);
    gap: clamp(42px, 7vw, 128px);
    min-height: calc(100vh - 82px);
    padding: clamp(54px, 5vw, 92px) clamp(42px, 5.5vw, 104px);
}

.india-tomorrow-left {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    color: #111;
}

.india-tomorrow-heading h2 {
    color: #009944;
    font-family: var(--font-main2);
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.india-tomorrow-heading h2 span {
    color: #25408e;
}

.india-tomorrow-heading > p {
    margin-top: 16px;
    color: #111;
    font-family: var(--font-main2);
    font-size: clamp(18px, 1.45vw, 28px);
    font-weight: 500;
    line-height: 1.2;
}

.trend-list {
    display: grid;
    gap: clamp(18px, 2vw, 30px);
    margin-top: clamp(22px, 2.4vw, 38px);
}

.trend-list li {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.trend-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009944;
    border-radius: 50%;
    color: #009944;
}

.trend-icon svg {
    width: 42px;
    height: 42px;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.trend-list p {
    color: #111;
    font-family: var(--font-main2);
    font-size: clamp(15px, 1.15vw, 22px);
    font-weight: 500;
    line-height: 1.25;
}

.trend-list strong {
    color: #36b24a;
    font-weight: 800;
}

.india-tomorrow-close {
    margin-top: auto;
    padding-top: clamp(36px, 4vw, 70px);
    display: grid;
    gap: 24px;
    max-width: 560px;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(22px, 1.8vw, 34px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.india-tomorrow-close p:first-child {
    color: #009944;
}

.india-tomorrow-close p:last-child {
    color: #25408e;
}

.india-tomorrow-right {
    align-self: center;
    max-width: 660px;
    margin-left: auto;
    color: #fff;
    font-family: var(--font-main2);
}

.india-tomorrow-right h3 {
    color: #f4ef25;
    font-size: clamp(20px, 1.6vw, 31px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.tomorrow-timeline {
    position: relative;
    display: grid;
    gap: clamp(16px, 1.5vw, 24px);
    margin-top: clamp(30px, 3vw, 54px);
    padding-left: 42px;
}

.tomorrow-timeline::before {
    position: absolute;
    left: 8px;
    top: 5px;
    bottom: 5px;
    width: 5px;
    content: "";
    border-radius: 999px;
    background: #009944;
}

.tomorrow-timeline p {
    position: relative;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(15px, 1vw, 19px);
    font-weight: 700;
    line-height: 1.32;
}

.tomorrow-timeline p::before {
    position: absolute;
    left: -42px;
    top: 2px;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
    background: #009944;
}

.tomorrow-record {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: clamp(34px, 4vw, 66px);
}

.record-map {
    width: 142px;
    height: 142px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #009944;
    border-radius: 50%;
    color: #fff;
}

.record-map svg {
    width: 72px;
    height: 72px;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.tomorrow-record p {
    color: #fff;
    font-size: clamp(19px, 1.35vw, 27px);
    font-weight: 800;
    line-height: 1.28;
}

@media (max-width: 1399px) {
    .india-tomorrow-inner {
        grid-template-columns: minmax(390px, 0.62fr) minmax(430px, 0.88fr);
        gap: 58px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .trend-list li {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 18px;
    }

    .trend-icon {
        width: 62px;
        height: 62px;
    }

    .trend-icon svg {
        width: 36px;
        height: 36px;
    }

    .india-tomorrow-right {
        max-width: 590px;
    }
}

@media (max-width: 1199px) {
    .india-tomorrow-bg {
        width: 100%;
    }

    .section-india-tomorrow::before {
        background:
            linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 47%, rgba(2, 11, 24, 0.78) 67%, rgba(1, 10, 23, 0.92) 100%);
    }

    .india-tomorrow-inner {
        grid-template-columns: 1fr;
        gap: 52px;
        padding: 56px 28px 76px;
    }

    .india-tomorrow-right {
        max-width: 760px;
        margin-left: 0;
    }

    .india-tomorrow-close {
        margin-top: 48px;
    }
}

@media (max-width: 575px) {
    .india-tomorrow-inner {
        padding: 46px 20px 64px;
    }

    .trend-list li {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
    }

    .trend-icon {
        width: 52px;
        height: 52px;
    }

    .trend-icon svg {
        width: 30px;
        height: 30px;
    }

    .tomorrow-record {
        grid-template-columns: 1fr;
    }

    .record-map {
        width: 108px;
        height: 108px;
        border-width: 4px;
    }

    .record-map svg {
        width: 58px;
        height: 58px;
    }
}

/* Homepage India First feature */
.home-india-first-feature {
    padding: clamp(56px, 7vw, 96px) 0;
    background: #ffffff;
}

.home-india-first-card {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f2;
}

.home-india-first-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.58) 30%, rgba(255, 255, 255, 0) 62%);
    pointer-events: none;
}

.home-india-first-card img {
    display: block;
    width: 100%;
    aspect-ratio: 2.35 / 1;
    min-height: 340px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}

.home-india-first-card.wow:not(.animated) img {
    transform: scale(1.16);
}

@media (prefers-reduced-motion: reduce) {
    .india-first-cover img,
    .home-india-first-card img {
        animation: none;
        transform: scale(1);
    }
}

.home-india-first-title {
    position: absolute;
    top: clamp(42px, 5vw, 78px);
    left: clamp(28px, 5vw, 78px);
    z-index: 2;
    width: min(560px, 50%);
    margin: 0;
    color: #0b0f14;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(30px, 3.2vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-india-first-title span {
    display: block;
}

.home-india-first-title span:nth-child(3) {
    margin-top: 0.34em;
}

.home-section-read-more {
    width: fit-content;
}

.home-india-first-read-more {
    position: absolute;
    left: clamp(28px, 5vw, 78px);
    bottom: clamp(26px, 3.6vw, 56px);
    z-index: 2;
}

@media (max-width: 767px) {
    .home-india-first-feature {
        padding: 42px 0;
    }

    .home-india-first-card {
        border-radius: 10px;
    }

    .home-india-first-card::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.58) 44%, rgba(255, 255, 255, 0.05) 100%);
    }

    .home-india-first-card img {
        min-height: 360px;
        aspect-ratio: 1 / 1;
        object-position: 60% center;
    }

    .home-india-first-title {
        top: 28px;
        left: 24px;
        width: min(330px, calc(100% - 48px));
        font-size: clamp(28px, 8vw, 40px);
    }

    .home-india-first-read-more {
        left: 24px;
        bottom: 24px;
    }

    .home-key-metrics-marquee-section {
        padding: 28px 0 34px;
    }

    .home-key-metrics-title {
        margin-bottom: 16px;
    }

    .india-first-metrics-track {
        animation-duration: 22s;
    }

    .india-first-metrics-group {
        gap: 10px;
    }

    .india-first-metric {
        min-width: 164px;
        padding: 14px 16px;
    }
}

.home-india-first-proof {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4.5vw, 74px) 0 clamp(64px, 7vw, 110px);
    background:
        linear-gradient(116deg, rgba(0, 153, 68, 0.055) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.home-india-first-proof::before {
    position: absolute;
    top: clamp(20px, 4vw, 70px);
    right: clamp(-180px, -8vw, -72px);
    z-index: 0;
    width: min(640px, 48vw);
    aspect-ratio: 1.32;
    content: "";
    background: url("../assets/images/india-first/atbajajiamines04.webp") center / contain no-repeat;
    opacity: 0.075;
    pointer-events: none;
}

.home-india-first-proof::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(720px, 52vw);
    height: clamp(150px, 18vw, 280px);
    content: "";
    background: linear-gradient(135deg, rgba(0, 153, 68, 0.12) 0%, rgba(37, 64, 142, 0.09) 48%, rgba(255, 127, 22, 0.08) 100%);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.home-india-first-proof-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
    gap: clamp(36px, 6vw, 96px);
    align-items: center;
}

.home-india-first-proof-copy h2 {
    display: grid;
    gap: clamp(14px, 1.35vw, 24px);
    max-width: 940px;
    margin: 0;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(22px, 2.15vw, 40px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-india-first-proof-copy span {
    display: block;
}

.home-india-first-proof-copy .text-green {
    color: #009944;
}

.home-india-first-proof-copy .text-blue {
    color: #25408e;
}

.home-india-first-proof-copy .text-orange {
    color: #ff7f16;
}

.home-india-first-proof-image {
    width: min(100%, 500px);
    justify-self: end;
}

.home-india-first-proof-image img {
    display: block;
    width: 100%;
    height: auto;
}

.home-india-first-proof .home-section-read-more {
    position: relative;
    z-index: 1;
    margin-top: clamp(26px, 3vw, 44px);
}

@media (max-width: 991px) {
    .home-india-first-proof-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-india-first-proof-copy h2 {
        font-size: clamp(22px, 5vw, 32px);
    }

    .home-india-first-proof-image {
        width: min(72vw, 380px);
        justify-self: center;
    }
}

.home-atmanirbhar-proof {
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 4.8vw, 72px) 0;
    background:
        radial-gradient(circle at 86% 18%, rgba(37, 64, 142, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
    color: #0b0f14;
}

.home-atmanirbhar-proof::before {
    position: absolute;
    inset: 0 -4% auto;
    height: 100%;
    content: "";
    background: url("../assets/images/india-first/atbajajiamines04.webp") center bottom / cover no-repeat;
    opacity: 0.105;
    pointer-events: none;
}

.home-atmanirbhar-proof::after {
    position: absolute;
    left: 0;
    top: 0;
    width: min(560px, 42vw);
    height: 100%;
    content: "";
    background: linear-gradient(120deg, rgba(0, 153, 68, 0.11) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.home-atmanirbhar-proof-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
}

.home-atmanirbhar-title {
    display: grid;
    gap: clamp(8px, 0.9vw, 14px);
    max-width: 760px;
    margin: 0;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(24px, 2.35vw, 44px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-atmanirbhar-title span {
    display: block;
}

.home-atmanirbhar-title .text-green {
    color: #009944;
}

.home-atmanirbhar-title .text-blue {
    color: #25408e;
}

.home-atmanirbhar-title .text-orange {
    color: #ff7f16;
}

.home-atmanirbhar-proof-left .home-section-read-more {
    margin-top: clamp(18px, 2vw, 28px);
}

.home-atmanirbhar-proof-right {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.4vw, 20px);
}

.home-atmanirbhar-heading {
    margin: 0;
    color: #009944;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(20px, 1.45vw, 28px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0;
}

.home-atmanirbhar-heading span {
    color: #25408e;
}

.home-atmanirbhar-cards {
    display: grid;
    gap: clamp(10px, 1vw, 14px);
}

.home-atmanirbhar-card {
    position: relative;
    padding: clamp(13px, 1.25vw, 20px) clamp(16px, 1.6vw, 24px);
    border: 1px solid rgba(37, 64, 142, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(37, 64, 142, 0.08);
}

.home-atmanirbhar-card-tag {
    display: inline-block;
    margin-bottom: 7px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(37, 64, 142, 0.1);
    color: #25408e;
    font-family: var(--font-main2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-atmanirbhar-card--green .home-atmanirbhar-card-tag {
    background: rgba(0, 153, 68, 0.12);
    color: #009944;
}

.home-atmanirbhar-card p {
    margin: 0;
    color: #1c2630;
    font-family: var(--font-main2);
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 500;
    line-height: 1.38;
}

.home-atmanirbhar-card p strong {
    color: #0b0f14;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .home-atmanirbhar-proof-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .home-atmanirbhar-title,
    .home-atmanirbhar-proof-right {
        max-width: 900px;
    }
}

@media (max-width: 767px) {
    .home-atmanirbhar-proof {
        padding: 38px 0 46px;
    }

    .home-atmanirbhar-proof::after {
        width: 82vw;
    }

    .home-atmanirbhar-title {
        font-size: clamp(23px, 6vw, 34px);
    }

    .home-atmanirbhar-card {
        border-radius: 10px;
    }
}

/* Chairman's message */
.section-chairman {
    position: relative;
    overflow: hidden;
    --chairman-img-h: clamp(380px, 42vw, 552px);
}

.chairman-bg-patch {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: var(--chairman-img-h);
    width: clamp(180px, 18vw, 320px);
    object-fit: cover;
    object-position: left center;
    pointer-events: none;
    z-index: 0;
}

.section-chairman .tf-container {
    position: relative;
    z-index: 1;
}

.section-chairman .chairman-row {
    row-gap: 40px;
    /* just enough to clear the right patch (clamp(180px,18vw,320px)) plus a small gap */
    padding-right: clamp(200px, 19vw, 350px);
}

.chairman-photo {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: auto;
    height: var(--chairman-img-h);
    max-width: 100%;
    aspect-ratio: 1100 / 1168;
}

.chairman-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chairman-content {
    padding-left: 0;
}

.chairman-quote {
    margin: 0 0 28px;
    font-family: "Myriad Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #06763c;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.18;
    letter-spacing: -0.01em;
}

.chairman-detail {
    margin: 0 0 28px;
    color: var(--Secondary, #555);
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.7;
    max-width: none;
}

.chairman-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chairman-btn {
    margin-top: 28px;
    height: 40px;
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
}

.chairman-btn.tf-btn.rounded-icon .btn_inner {
    padding: 6px 44px 6px 16px;
}

.chairman-btn.tf-btn.rounded-icon .btn_inner::before {
    width: 34px;
}

.chairman-btn.tf-btn.rounded-icon .btn_inner .btn_icon {
    min-width: 34px;
    font-size: 17px;
}

.chairman-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: fit-content;
}

.chairman-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--Title, #14141a);
}

@media (max-width: 991px) {
    .chairman-content {
        padding-left: 0;
    }

    .chairman-bg-patch {
        display: none;
    }

    .section-chairman .chairman-row {
        padding-right: 0;
    }
}

/* Chairman statement page */
.chairman-statement-page {
    background: #fff;
    overflow-x: hidden;
}

.chairman-hero {
    position: relative;
    overflow: hidden;
    --chairman-hero-img-h: clamp(380px, 42vw, 552px);
    --chairman-hero-pad-top: clamp(112px, 10vw, 150px);
    min-height: auto;
    padding: var(--chairman-hero-pad-top) 0 clamp(24px, 3vw, 44px);
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 100%),
        radial-gradient(circle at 20% 20%, rgba(0, 153, 68, 0.08), transparent 32%);
}

.chairman-hero__molecule {
    position: absolute;
    top: calc(var(--chairman-hero-pad-top) + (var(--chairman-hero-img-h) / 2));
    right: 0;
    transform: translateY(-50%);
    width: clamp(180px, 18vw, 320px);
    height: var(--chairman-hero-img-h);
    object-fit: cover;
    object-position: left center;
    z-index: 0;
}

.chairman-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 0.8fr);
    gap: clamp(34px, 6vw, 92px);
    align-items: center;
    padding-right: clamp(200px, 19vw, 350px);
}

.chairman-hero__portrait {
    position: relative;
    overflow: hidden;
    height: var(--chairman-hero-img-h);
    width: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1.08;
    background: #eef2f5;
    clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.chairman-hero__portrait img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(100%);
}

.chairman-hero__copy {
    max-width: 660px;
    padding-bottom: 0;
    transform: none;
}

.chairman-kicker {
    margin: 0 0 18px;
    color: #0c1b2e;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.chairman-page-quote {
    position: relative;
    margin: 0;
    max-width: 640px;
    color: #087a3d;
    font-family: "Myriad Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 52px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
}

.chairman-page-quote span {
    display: block;
}

.chairman-quote-icon {
    display: block;
    width: clamp(48px, 4.8vw, 78px);
    height: auto;
    margin-bottom: 10px;
    opacity: 0.3;
}

.chairman-signoff {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.chairman-signoff span {
    width: fit-content;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

.chairman-signoff small {
    color: #0c1b2e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.chairman-letter-section {
    position: relative;
    padding: clamp(56px, 7vw, 104px) 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
}

.chairman-letter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.chairman-hand {
    margin: 0 0 18px;
    color: #0c1b2e;
    font-family: "Autography", "Bricolage Grotesque", "Segoe Script", cursive;
    font-size: clamp(30px, 3.1vw, 48px);
    font-weight: 400;
    line-height: 1.08;
}

.chairman-letter {
    max-width: 920px;
    color: #1d2733;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.72;
}

.chairman-letter p {
    margin: 0 0 22px;
}

.chairman-letter .chairman-lead {
    color: #0c1b2e;
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 700;
    line-height: 1.42;
}

.chairman-letter h2 {
    margin: clamp(36px, 4vw, 58px) 0 12px;
    color: #25408e;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.chairman-letter h2:nth-of-type(even) {
    color: #087a3d;
}

.chairman-letter strong {
    color: #087a3d;
    font-weight: 800;
    text-transform: uppercase;
}

.chairman-letter-signature {
    margin-top: clamp(34px, 4vw, 58px);
    padding-top: 26px;
    border-top: 1px solid rgba(37, 64, 142, 0.16);
}

.chairman-letter-signature p {
    margin-bottom: 10px;
}

.chairman-letter-signature strong,
.chairman-letter-signature span {
    display: block;
}

.chairman-letter-signature strong {
    width: fit-content;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 22px;
    line-height: 1.25;
    text-transform: none;
}

.chairman-letter-signature span {
    color: #0c1b2e;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1199px) {
    .chairman-hero__inner {
        padding-right: clamp(130px, 18vw, 250px);
        grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
    }
}

@media (max-width: 991px) {
    .chairman-hero {
        min-height: auto;
        background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
    }

    .chairman-hero__molecule {
        opacity: 0.22;
        width: 44vw;
    }

    .chairman-hero__inner {
        grid-template-columns: 1fr;
        align-items: start;
        padding-right: 15px;
    }

    .chairman-hero__portrait {
        height: auto;
        width: 100%;
        max-width: 560px;
    }

    .chairman-hero__copy {
        order: -1;
        padding-bottom: 0;
        transform: none;
    }

    .chairman-letter-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .chairman-hero {
        padding-top: 104px;
    }

    .chairman-hero__inner,
    .chairman-letter-section .tf-container {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .chairman-hero__copy,
    .chairman-letter {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .chairman-hero__molecule {
        display: none;
    }

    .chairman-hero__portrait {
        clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
    }

    .chairman-page-quote {
        max-width: 100%;
        font-size: 23px;
        overflow-wrap: break-word;
    }

    .chairman-quote-icon {
        width: 42px;
    }
}

/* Annual report About Us page */
.about-report-page {
    background: #eef8fc;
    overflow-x: hidden;
}

.about-report-spread {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: clamp(110px, 10vw, 150px) 0 clamp(44px, 5vw, 78px);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 251, 254, 0.96) 48%, rgba(221, 241, 249, 0.86) 100%),
        radial-gradient(circle at 18% 18%, rgba(191, 229, 244, 0.72), transparent 34%);
    isolation: isolate;
}

.about-report-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.94fr) minmax(420px, 1fr);
    gap: clamp(36px, 5vw, 82px);
    align-items: start;
}

.about-report-copy,
.about-report-pillars,
.about-report-metrics {
    min-width: 0;
}

.about-report-kicker {
    margin: 0 0 18px;
    color: #0c1b2e;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-report-title {
    margin: 0 0 clamp(28px, 4vw, 58px);
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(40px, 4.15vw, 78px);
    line-height: 1.02;
    letter-spacing: 0;
}

.about-report-title span {
    display: block;
    color: #25408e;
}

.about-report-title span:last-child {
    color: #009944;
}

.about-report-body {
    max-width: 540px;
}

.about-report-body p {
    margin: 0 0 20px;
    color: #1d2733;
    font-size: clamp(16px, 1.08vw, 19px);
    line-height: 1.56;
}

.about-report-pillars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(24px, 3vw, 42px);
    padding-top: clamp(92px, 8vw, 140px);
}

.about-report-pillar {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.about-report-pillar__icon {
    width: 126px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-report-pillar__icon svg {
    width: 83px;
    height: 70px;
    display: block;
}

.about-report-pillar__content h2 {
    margin: 0 0 18px;
    color: #0a8f44;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(26px, 2.2vw, 42px);
    line-height: 1.05;
}

.about-report-pillar__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-report-pillar__content li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    color: #1d2733;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.48;
}

.about-report-pillar__content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #37a649;
}

.about-report-pillar__content p {
    margin: 0 0 16px;
    color: #1d2733;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.5;
}

.about-report-metrics {
    margin-top: clamp(54px, 6vw, 92px);
    padding: clamp(28px, 3vw, 44px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(37, 64, 142, 0.12);
    box-shadow: 0 26px 70px rgba(26, 76, 108, 0.08);
}

.about-metrics-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.about-metrics-head h2 {
    margin: 0;
    color: #009944;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(32px, 3.2vw, 58px);
    line-height: 1;
}

.about-metrics-head p {
    margin: 0;
    color: #25408e;
    font-size: clamp(18px, 1.4vw, 26px);
    font-weight: 900;
    line-height: 1;
}

.about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.about-metric-card {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(240, 249, 252, 0.94) 100%);
    border: 1px solid rgba(37, 64, 142, 0.12);
}

.about-metric-card strong {
    color: #25408e;
    font-family: "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-size: clamp(27px, 2.5vw, 44px);
    line-height: 1;
}

.about-metric-card span {
    color: #1d2733;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 1399px) {
    .about-report-grid {
        grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
    }
}

@media (max-width: 991px) {
    .about-report-grid {
        grid-template-columns: 1fr;
    }

    .about-report-pillars {
        padding-top: 0;
    }

    .about-report-body {
        max-width: none;
    }

    .about-report-metrics {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .about-report-spread {
        padding-top: 104px;
        width: 100vw;
        max-width: 100vw;
    }

    .about-report-spread .tf-container {
        box-sizing: border-box;
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-report-grid {
        gap: 36px;
        width: 100%;
    }

    .about-report-copy,
    .about-report-body,
    .about-report-pillars,
    .about-report-metrics {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .about-report-title {
        font-size: 34px;
        max-width: 100%;
        white-space: normal !important;
        text-wrap: wrap !important;
        overflow-wrap: anywhere;
    }

    .about-report-title span,
    .about-report-body p,
    .about-report-pillar__content li,
    .about-report-pillar__content p {
        white-space: normal !important;
        text-wrap: wrap !important;
        overflow-wrap: anywhere;
    }

    .about-report-page .about-report-spread * {
        white-space: normal !important;
        text-wrap: wrap !important;
    }

    .about-report-pillar {
        grid-template-columns: 1fr;
    }

    .about-report-pillar__icon {
        width: 96px;
        height: 86px;
    }

    .about-report-metrics {
        padding: 22px 18px;
    }

    .about-metrics-head {
        display: block;
    }

    .about-metrics-head p {
        margin-top: 8px;
    }

    .about-metrics-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-metric-card {
        min-height: 126px;
    }
}

/* ============================================================
   About Us — molecular plexus section
   ============================================================ */
.section-about {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(120% 130% at 12% 18%, #cfe7f6 0%, #e2f1fb 38%, #eef7fc 62%, #f5fbfe 100%);
}

/* animated molecule network — biased dense on the left, fading right */
.about-plexus {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(105deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.35) 64%, transparent 88%);
    mask-image: linear-gradient(105deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.35) 64%, transparent 88%);
}

.about-report-page .about-plexus {
    opacity: 0.65;
    -webkit-mask-image: linear-gradient(105deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.45) 76%, transparent 96%);
    mask-image: linear-gradient(105deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.45) 76%, transparent 96%);
}

.section-about .tf-container {
    position: relative;
    z-index: 1;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--font-main3);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #0a0a0a;
}

.section-about .heading-section-2 .title {
    font-family: "ITC Avant Garde Gothic Pro", "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-weight: 600;
    letter-spacing: -0.015em;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-our-project .heading-section-2 .title {
    font-family: "ITC Avant Garde Gothic Pro", "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-weight: 600;
    letter-spacing: -0.015em;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-our-project .project-lead {
    color: #262626;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.55;
    font-weight: 400;
}

.section-our-project .project-item .img-style,
.section-our-project .project-item .img-style img {
    border-radius: 14px;
}

.section-our-project .project-item .img-style {
    height: 520px;
    overflow: hidden;
}

.section-our-project .project-item .img-style img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transform: none !important;
}

.section-our-project .project-item:hover .img-style img,
.section-our-project .project-item.is-active .img-style img {
    transform: none !important;
}

.section-kpi {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(78% 82% at 9% 20%, rgba(207, 231, 246, 0.74) 0%, rgba(226, 241, 251, 0.38) 43%, transparent 72%),
        radial-gradient(68% 76% at 92% 42%, rgba(208, 236, 218, 0.68) 0%, rgba(232, 246, 236, 0.35) 46%, transparent 78%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfd 48%, #ffffff 100%);
}

.section-kpi .tf-container {
    position: relative;
    z-index: 1;
}

.section-kpi .kpi-title {
    font-family: "ITC Avant Garde Gothic Pro", "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-weight: 600;
    letter-spacing: -0.015em;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-kpi .kpi-lead {
    color: #262626;
    font-size: clamp(17px, 1.28vw, 22px);
    line-height: 1.58;
    font-weight: 400;
}

.kpi-carousel {
    position: relative;
}

.kpi-swiper {
    padding: 3px;
}

.kpi-card {
    position: relative;
    min-height: 345px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 24px 18px;
    border: 2px solid var(--Primary);
    border-bottom-color: var(--Primary-deep);
    border-radius: 14px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, var(--Primary), var(--Primary-deep)) border-box;
    box-shadow: 0 18px 45px rgba(22, 46, 88, 0.08);
}

.kpi-card::after {
    position: absolute;
    left: 28%;
    right: 28%;
    bottom: -2px;
    height: 4px;
    content: "";
    background: #fff;
}

.kpi-bars {
    min-height: 254px;
    display: grid;
    grid-template-columns: repeat(5, minmax(34px, 1fr));
    align-items: end;
    gap: 12px;
}

.kpi-bar {
    min-width: 0;
    display: grid;
    grid-template-rows: 20px 10px 1fr 20px;
    justify-items: center;
    gap: 7px;
    color: #111;
    text-align: center;
}

.kpi-value {
    display: inline-block;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    white-space: nowrap;
}

.kpi-cap {
    width: min(42px, 100%);
    height: 10px;
    border-radius: 999px;
    background: #bcdcb4;
}

.kpi-bar:nth-child(2) .kpi-cap {
    background: #9ccd92;
}

.kpi-bar:nth-child(3) .kpi-cap {
    background: #78ba6f;
}

.kpi-bar:nth-child(4) .kpi-cap {
    background: #63ad58;
}

.kpi-track {
    position: relative;
    width: min(42px, 100%);
    height: 190px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e4e6;
    box-shadow: inset 0 0 0 3px #f7f7f7, 2px 0 0 rgba(0, 0, 0, 0.12);
}

.kpi-fill {
    width: 100%;
    height: 0;
    display: block;
    border-radius: 999px;
    background: #c2deb9;
    transition: height 1.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--card-delay, 0s) + var(--bar-delay, 0s));
    will-change: height;
}

.kpi-bar:nth-child(2) .kpi-fill {
    background: #9dcc94;
}

.kpi-bar:nth-child(3) .kpi-fill {
    background: #7cbd71;
}

.kpi-bar:nth-child(4) .kpi-fill {
    background: #69b75f;
}

.kpi-bar.is-current .kpi-cap,
.kpi-bar.is-current .kpi-fill {
    background: linear-gradient(180deg, #25408e 0%, #00798a 50%, #009944 100%);
}

.kpi-card.is-animated .kpi-fill {
    height: var(--target);
}

.kpi-bar:nth-child(1) {
    --bar-delay: 0s;
}

.kpi-bar:nth-child(2) {
    --bar-delay: 0.07s;
}

.kpi-bar:nth-child(3) {
    --bar-delay: 0.14s;
}

.kpi-bar:nth-child(4) {
    --bar-delay: 0.21s;
}

.kpi-bar:nth-child(5) {
    --bar-delay: 0.28s;
}

@media (prefers-reduced-motion: reduce) {
    .india-first-metrics-track {
        animation: none;
    }

    .kpi-fill {
        transition: none;
    }
}

.kpi-year {
    color: #161616;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}

.kpi-bar.is-current .kpi-year {
    font-weight: 800;
}

.kpi-card h3 {
    position: relative;
    margin: 20px 0 0;
    color: #05733c;
    font-family: var(--font-main3);
    font-size: clamp(15px, 1.02vw, 18px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.kpi-card h3 span {
    color: #101010;
    font-weight: 600;
    text-transform: none;
}

.kpi-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.kpi-controls .sw-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 153, 68, 0.34);
    border-radius: 999px;
    background: #fff;
    color: var(--Primary-deep);
    font-size: 18px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.kpi-controls .sw-button:hover {
    color: #fff;
    background: var(--Primary-gradient);
    transform: translateY(-2px);
}

.kpi-controls .sw-dots {
    width: auto !important;
    min-width: 84px;
    position: static;
}

@media (max-width: 1199px) {
    .kpi-card {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .section-kpi .heading-section-2 {
        margin-bottom: 30px;
    }

    .kpi-card {
        min-height: 320px;
        padding: 24px 20px 18px;
    }

    .kpi-bars {
        min-height: 236px;
        gap: 10px;
    }

    .kpi-track {
        height: 176px;
    }
}

/* ============ Leadership ============ */
.section-leadership {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(60% 70% at 88% 8%, rgba(37, 64, 142, 0.10) 0%, transparent 62%),
        radial-gradient(58% 68% at 6% 92%, rgba(0, 153, 68, 0.10) 0%, transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6faf8 50%, #ffffff 100%);
}

.section-leadership .tf-container {
    position: relative;
    z-index: 1;
}

.section-leadership .leadership-title {
    font-family: "ITC Avant Garde Gothic Pro", "ITC Avant Garde Gothic LT Bold", var(--font-main2);
    font-weight: 600;
    letter-spacing: -0.015em;
    background: var(--Primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-leadership .leadership-lead {
    color: #262626;
    font-size: clamp(17px, 1.28vw, 22px);
    line-height: 1.58;
    font-weight: 400;
}

.leadership-view-more {
    margin-top: 26px;
}

.leadership-carousel {
    position: relative;
}

.leadership-swiper {
    padding: 3px;
}

.leader-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.leader-media {
    position: relative;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
}

.leader-media img {
    display: block;
    width: 100%;
    height: auto;
}

.leader-body {
    padding: 18px 6px 0;
    text-align: center;
}

.leader-tag {
    display: inline-block;
    margin-bottom: 12px;
    font-family: var(--font-main3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #05733c;
}

.leader-name {
    margin: 0;
    font-family: var(--font-main2);
    font-size: clamp(18px, 1.25vw, 21px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #101010;
}

.leader-role {
    position: relative;
    margin: 12px auto 0;
    padding-top: 12px;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #262626;
}

.leader-role::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: var(--Primary-gradient);
}

.leadership-controls {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .section-leadership .heading-section-2 {
        margin-bottom: 30px;
    }

    .leader-body {
        padding: 18px 20px 20px;
    }
}

@media (min-width: 768px) {
    /* Locked: keep Manufacturing card expansion subtle; do not increase without design approval. */
    .section-our-project .project-item.is-active {
        flex: 9%;
    }
}

@media (max-width: 767px) {
    .section-our-project .project-item .img-style {
        height: 320px;
    }

    .section-our-project .project-item .img-style img {
        width: 100%;
        height: 100%;
    }
}

.about-lead {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-lead p {
    margin: 0;
    color: #3f5266;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.72;
}

/* Read More button reuses .chairman-btn exactly; only keep it from
   stretching inside the left column's flex layout */
.about-lead .chairman-btn {
    align-self: flex-start;
    margin-top: 12px;
}

/* two-column layout: intro left, pillar cards right */
.about-row {
    align-items: center;
    row-gap: 40px;
}

.about-col-left .heading-section-2 {
    margin-bottom: 26px;
}

/* pillar cards: Mission/Vision + Values stacked on the right */
.about-pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.about-card {
    position: relative;
    overflow: hidden;
    padding: 28px clamp(26px, 2.6vw, 40px);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(37, 64, 142, 0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 153, 68, 0.3);
}

.about-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.about-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-card__icon svg {
    width: 52px;
    height: auto;
    display: block;
}

.about-card__tag {
    margin-left: auto;
    font-family: var(--font-main2);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(37, 64, 142, 0.32);
    line-height: 1;
}

.about-card__title {
    margin: 0;
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 700;
    color: #0c1b2e;
}

.about-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-card__list li {
    position: relative;
    padding-left: 26px;
    color: #3f5266;
    font-size: clamp(15px, 1.05vw, 16px);
    line-height: 1.6;
}

.about-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--Primary-gradient);
}

.about-card p {
    margin: 0 0 16px;
    color: #3f5266;
    font-size: clamp(15px, 1.05vw, 16px);
    line-height: 1.7;
}

.about-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-pillars {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-about .heading-section-2 .title {
        max-width: none;
    }
}

/* ============ Footer quick-link icons ============ */
.footer-style-2 {
    background-color: transparent;
    background-image: linear-gradient(135deg, #25408e 0%, #00798a 52%, #009944 100%);
    padding-bottom: 40px;
}

.footer-style-2 .list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-style-2 .list a::after {
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    color: currentColor;
    opacity: 0.85;
}

/* PDF links — download / open PDF icon */
.footer-style-2 .list a[href*=".pdf"]::after {
    content: "\e986";
}

/* Internal page links — go-to-page arrow */
.footer-style-2 .list a[href$=".html"]::after {
    content: "\e90e";
}

.footer-style-2 .list a:hover::after {
    color: var(--Text-primary);
}

.footer-style-2 .footer-divider {
    height: 1px;
    margin: 48px 0 30px;
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    opacity: 1;
}

.footer-style-2 .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 28px;
}

.footer-style-2 .footer-bottom .footer-logo img {
    height: 46px;
    width: auto;
}

.footer-style-2 .footer-copyright,
.footer-style-2 .footer-credit {
    margin: 0;
    opacity: 0.82;
    letter-spacing: 0.01em;
}

.footer-style-2 .footer-credit-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    transition: border-color 0.25s ease, opacity 0.25s ease;
}

.footer-style-2 .footer-credit-link:hover {
    border-color: #fff;
    opacity: 0.85;
}

@media (max-width: 575px) {
    .footer-style-2 .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============ Manufacturing Infrastructure digital page ============ */
.manufacturing-page {
    background: #f7faf8;
}

.manufacturing-page .main-content {
    overflow: hidden;
}

.manufacturing-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 150px clamp(24px, 5vw, 88px) 92px;
    color: #fff;
    isolation: isolate;
}

.manufacturing-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.manufacturing-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: manufacturing-hero-drift 18s ease-in-out infinite alternate;
}

.manufacturing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 18, 36, 0.86) 0%, rgba(3, 18, 36, 0.62) 38%, rgba(3, 18, 36, 0.16) 100%),
        linear-gradient(0deg, rgba(3, 18, 36, 0.64), rgba(3, 18, 36, 0.05) 42%);
}

.manufacturing-hero__content {
    max-width: 970px;
}

.manufacturing-kicker {
    margin: 0 0 18px;
    color: #ff8b2b;
    font-family: var(--font-main2);
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.manufacturing-title {
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 9vw, 138px);
    line-height: 0.88;
    letter-spacing: 0;
}

.manufacturing-title span {
    display: block;
}

.manufacturing-title span:nth-child(2) {
    color: #48d86f;
}

.manufacturing-hero__lead {
    max-width: 760px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.55;
}

.manufacturing-scroll {
    position: absolute;
    right: clamp(24px, 5vw, 88px);
    bottom: 42px;
    width: 46px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    padding-top: 13px;
}

.manufacturing-scroll span {
    width: 6px;
    height: 14px;
    border-radius: 999px;
    background: #fff;
    animation: manufacturing-scroll-dot 1.6s ease-in-out infinite;
}

.manufacturing-overview {
    padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 88px);
    background:
        radial-gradient(circle at 92% 12%, rgba(0, 153, 68, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fbf9 0%, #eef7f2 100%);
}

.manufacturing-overview__inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(36px, 7vw, 110px);
    max-width: 1500px;
    margin: 0 auto;
    align-items: start;
}

.manufacturing-overview__sticky {
    position: sticky;
    top: 116px;
}

.manufacturing-overview__sticky p {
    margin: 0 0 34px;
    color: #22354a;
    font-size: clamp(18px, 1.55vw, 25px);
    line-height: 1.55;
}

.manufacturing-overview__sticky h2 {
    margin: 0;
    color: #25408e;
    font-size: clamp(42px, 5.2vw, 86px);
    line-height: 0.98;
    letter-spacing: 0;
}

.capacity-panel {
    position: relative;
    padding: clamp(30px, 4vw, 56px);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #009944 0%, #007c80 50%, #25408e 100%);
    box-shadow: 0 32px 80px rgba(37, 64, 142, 0.22);
}

.capacity-panel::before,
.capacity-panel::after {
    content: "";
    position: absolute;
    width: 118px;
    height: 4px;
    background: #ff8b2b;
}

.capacity-panel::before {
    top: 0;
    left: 34px;
}

.capacity-panel::after {
    right: 34px;
    bottom: 0;
}

.capacity-panel span {
    display: block;
    margin-bottom: 18px;
    font-family: var(--font-main2);
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.04;
    font-weight: 700;
}

.capacity-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.91);
    font-size: clamp(17px, 1.45vw, 23px);
    line-height: 1.55;
}

.manufacturing-metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.manufacturing-metric {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid rgba(37, 64, 142, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.manufacturing-metric strong {
    color: #009944;
    font-family: var(--font-main2);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
}

.manufacturing-metric span {
    color: #31465a;
    font-size: 15px;
    line-height: 1.45;
}

.manufacturing-units {
    padding: clamp(76px, 9vw, 132px) clamp(20px, 5vw, 88px);
    background: #fff;
}

.unit-feature,
.unit-grid {
    max-width: 1500px;
    margin: 0 auto;
}

.unit-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.unit-feature__image,
.unit-card__image {
    overflow: hidden;
    border-radius: 8px;
    background: #e9f2ee;
}

.unit-feature__image img,
.unit-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.unit-feature:hover .unit-feature__image img,
.unit-card:hover .unit-card__image img {
    transform: scale(1.045);
}

.unit-feature__image {
    aspect-ratio: 1.35;
}

.unit-feature__content,
.unit-card__content {
    color: #24364a;
}

.unit-feature__eyebrow {
    margin: 0 0 10px;
    color: #009944;
    font-family: var(--font-main2);
    font-size: clamp(19px, 1.7vw, 28px);
    line-height: 1.08;
    font-weight: 700;
}

.unit-feature h2,
.unit-card h2 {
    margin: 0 0 18px;
    color: #111827;
    font-size: clamp(25px, 2.7vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
}

.unit-feature p:not(.unit-feature__eyebrow),
.unit-card p:not(.unit-feature__eyebrow) {
    margin: 0 0 24px;
    color: #31465a;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.66;
}

.unit-feature h3,
.unit-card h3 {
    margin: 0 0 13px;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
}

.manufacturing-product-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.manufacturing-product-list li {
    position: relative;
    padding-left: 20px;
    color: #24364a;
    font-size: 16px;
    line-height: 1.4;
}

.manufacturing-product-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #009944;
}

.unit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    margin-top: clamp(54px, 7vw, 92px);
}

.unit-card {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(37, 64, 142, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 70px rgba(24, 51, 85, 0.08);
}

.unit-card__image {
    aspect-ratio: 1.58;
    border-radius: 0;
}

.unit-card__content {
    padding: clamp(24px, 3vw, 38px);
}

.unit-card .manufacturing-product-list {
    grid-template-columns: 1fr;
}

.future-chemistries {
    padding: 0 clamp(20px, 5vw, 88px) clamp(76px, 9vw, 132px);
    background: #fff;
}

.future-chemistries__inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(26px, 5vw, 78px);
    align-items: center;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 153, 68, 0.97), rgba(0, 116, 130, 0.97) 48%, rgba(37, 64, 142, 0.98)),
        url("../assets/images/landing/UNIT4.webp") center / cover;
    box-shadow: 0 34px 90px rgba(37, 64, 142, 0.24);
}

.future-chemistries__inner .manufacturing-kicker {
    margin-bottom: 12px;
    color: #fff;
}

.future-chemistries h2 {
    margin: 0;
    color: rgba(255, 255, 255, 0.91);
    font-size: clamp(24px, 2.5vw, 40px);
    line-height: 1.22;
    letter-spacing: 0;
}

.future-list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.future-list li {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.93);
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.45;
}

.future-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff8b2b;
}

.future-list strong {
    color: #fff;
    font-weight: 800;
}

@keyframes manufacturing-hero-drift {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.1) translate3d(-1.6%, -1.2%, 0);
    }
}

@keyframes manufacturing-scroll-dot {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(28px);
        opacity: 0.25;
    }
}

@media (max-width: 1199px) {
    .manufacturing-overview__inner,
    .unit-feature,
    .future-chemistries__inner {
        grid-template-columns: 1fr;
    }

    .manufacturing-overview__sticky {
        position: static;
    }

    .unit-feature {
        align-items: stretch;
    }
}

@media (max-width: 991px) {
    .manufacturing-hero {
        min-height: 86vh;
        padding-top: 128px;
    }

    .manufacturing-metric-row,
    .unit-grid {
        grid-template-columns: 1fr;
    }

    .manufacturing-product-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .manufacturing-hero {
        min-height: 78vh;
        padding: 112px 20px 72px;
    }

    .manufacturing-title {
        font-size: clamp(44px, 16vw, 68px);
    }

    .manufacturing-scroll {
        display: none;
    }

    .manufacturing-overview,
    .manufacturing-units {
        padding-left: 18px;
        padding-right: 18px;
    }

    .capacity-panel,
    .unit-card__content,
    .future-chemistries__inner {
        padding: 24px;
    }
}

/* ============ Technology digital page ============ */
.technology-page {
    background: #f8fbf9;
}

.technology-page .main-content {
    overflow: hidden;
}

.technology-kicker {
    margin: 0 0 16px;
    color: #ff8b2b;
    font-family: var(--font-main2);
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.technology-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 140px clamp(20px, 5vw, 88px) 82px;
    isolation: isolate;
    overflow: hidden;
    background: #f8fbf9;
}

.technology-hero__copy {
    max-width: 920px;
}

.technology-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.technology-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: manufacturing-hero-drift 18s ease-in-out infinite alternate;
}

.technology-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.08) 78%),
        linear-gradient(0deg, rgba(3, 18, 36, 0.18), rgba(3, 18, 36, 0.02) 42%);
}

.technology-title {
    margin: 0 0 34px;
    color: #25408e;
    font-size: clamp(56px, 8vw, 126px);
    line-height: 0.9;
    letter-spacing: 0;
}

.technology-title span {
    display: block;
}

.technology-title span:nth-child(2) {
    color: #009944;
}

.technology-intro {
    display: grid;
    gap: 18px;
    max-width: 860px;
}

.technology-intro p {
    margin: 0;
    color: #1f2f3f;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.62;
}

.technology-hero__image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 34px 90px rgba(37, 64, 142, 0.18);
}

.technology-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 153, 68, 0.16));
    pointer-events: none;
}

.technology-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technology-principles {
    padding: clamp(76px, 9vw, 136px) clamp(20px, 5vw, 88px);
    background: #fff;
}

.technology-section-head {
    max-width: 930px;
    margin: 0 auto clamp(44px, 6vw, 76px);
    text-align: center;
}

.technology-section-head h2 {
    margin: 0;
    color: #25408e;
    font-size: clamp(38px, 5vw, 74px);
    line-height: 0.98;
    letter-spacing: 0;
}

.technology-section-head p:not(.technology-kicker) {
    margin: 18px auto 0;
    max-width: 720px;
    color: #24364a;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
}

.principle-flow {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    gap: clamp(24px, 3vw, 42px);
}

.principle-card {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    padding: clamp(24px, 3.6vw, 54px);
    border: 1px solid rgba(0, 153, 68, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(248, 251, 249, 0.94), #fff);
    box-shadow: 0 24px 70px rgba(24, 51, 85, 0.08);
}

.principle-card--reverse {
    grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1fr) 150px;
}

.principle-card--reverse img {
    grid-column: 1;
    grid-row: 1;
}

.principle-card--reverse .principle-card__copy {
    grid-column: 2;
    grid-row: 1;
}

.principle-card--reverse .principle-number {
    grid-column: 3;
    grid-row: 1;
}

.principle-number {
    color: transparent;
    -webkit-text-stroke: 2px #009944;
    font-family: var(--font-main2);
    font-size: clamp(84px, 10vw, 150px);
    font-weight: 800;
    line-height: 0.8;
}

.principle-card__copy h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.1;
}

.principle-card__copy p {
    margin: 0;
    color: #31465a;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.62;
}

.principle-card__copy p + p {
    margin-top: 14px;
}

.principle-card img {
    width: 100%;
    aspect-ratio: 1.42;
    object-fit: cover;
    border-radius: 8px;
}

.technology-action {
    padding: clamp(76px, 9vw, 136px) clamp(20px, 5vw, 88px);
    background:
        radial-gradient(circle at 50% 48%, rgba(0, 153, 68, 0.1), transparent 30%),
        #f8fbf9;
}

.technology-action__intro {
    max-width: 820px;
    margin-bottom: clamp(38px, 5vw, 70px);
}

.technology-action__intro h2 {
    margin: 0;
    color: #25408e;
    font-size: clamp(34px, 4.4vw, 68px);
    line-height: 1;
    letter-spacing: 0;
}

.technology-action__grid {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.18fr) minmax(240px, 0.78fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
}

.action-core-image {
    grid-row: span 2;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 10px solid #009944;
    outline: 8px solid #25408e;
    outline-offset: -22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(37, 64, 142, 0.16);
}

.action-core-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action-proof {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(24, 51, 85, 0.08);
}

.action-proof img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 20px;
}

.action-proof p {
    margin: 0;
    color: #26384b;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.56;
}

.action-proof strong {
    color: #008d41;
    font-weight: 800;
}

.technology-advantage {
    padding: clamp(76px, 9vw, 136px) clamp(20px, 5vw, 88px);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 153, 68, 0.98), rgba(0, 116, 130, 0.98) 48%, rgba(37, 64, 142, 0.98));
}

.technology-advantage__inner {
    max-width: 1500px;
    margin: 0 auto;
}

.technology-section-head--light h2,
.technology-section-head--light p:not(.technology-kicker) {
    color: #fff;
}

.technology-section-head--light .technology-kicker {
    color: #ffdd18;
}

.technology-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: clamp(44px, 6vw, 80px);
    background: rgba(255, 255, 255, 0.28);
}

.technology-stat {
    min-height: 170px;
    padding: 26px 20px;
    text-align: center;
    background: rgba(0, 87, 98, 0.28);
}

.technology-stat strong {
    display: block;
    margin-bottom: 16px;
    color: #ffdd18;
    font-family: var(--font-main2);
    font-size: clamp(32px, 3.4vw, 56px);
    line-height: 1;
    font-weight: 700;
}

.technology-stat span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.45;
}

.technology-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.38);
}

.technology-advantage-card {
    min-height: 250px;
    padding: clamp(24px, 3vw, 40px);
    background: rgba(0, 82, 102, 0.34);
}

.technology-advantage-card h3 {
    margin: 0 0 18px;
    color: #ffdd18;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.08;
    letter-spacing: 0;
}

.technology-advantage-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.58;
}

.technology-closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
    column-gap: clamp(28px, 5vw, 78px);
    row-gap: 2px;
    align-items: end;
    margin-top: clamp(48px, 7vw, 96px);
}

.technology-closing p {
    grid-column: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 62px);
    line-height: 1.02;
    font-style: italic;
}

.technology-closing img {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .principle-card,
    .principle-card--reverse,
    .technology-action__grid,
    .technology-closing {
        grid-template-columns: 1fr;
    }

    .principle-card--reverse img,
    .principle-card--reverse .principle-card__copy,
    .principle-card--reverse .principle-number,
    .technology-closing p,
    .technology-closing img {
        grid-column: auto;
        grid-row: auto;
    }

    .technology-hero__image {
        min-height: 430px;
    }

    .technology-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technology-advantage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .technology-hero {
        min-height: 78vh;
        padding-top: 118px;
    }

    .technology-title {
        font-size: clamp(46px, 14vw, 72px);
    }

    .technology-hero__image {
        min-height: 320px;
    }

    .technology-hero::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 56%, rgba(255, 255, 255, 0.22) 100%);
    }

    .principle-number {
        font-size: 74px;
    }

    .technology-stats,
    .technology-advantage-grid {
        grid-template-columns: 1fr;
    }

    .action-core-image {
        border-width: 7px;
        outline-width: 5px;
        outline-offset: -16px;
    }
}

@media (max-width: 575px) {
    .technology-hero,
    .technology-principles,
    .technology-action,
    .technology-advantage {
        padding-left: 18px;
        padding-right: 18px;
    }

    .principle-card,
    .action-proof,
    .technology-advantage-card {
        padding: 24px;
    }
}

/* Shared fixes for newly added report pages */
.manufacturing-page .manufacturing-header.header-fixed,
.technology-page .technology-header.header-fixed,
.research-page .research-header.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    visibility: visible;
    pointer-events: all;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(243, 251, 247, 0.82) 40%, rgba(222, 242, 231, 0.83) 100%);
    border-bottom: 1px solid rgba(0, 153, 68, 0.08);
    box-shadow: 0 12px 34px rgba(15, 35, 55, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: translateY(0);
}

.manufacturing-page .manufacturing-header.header-fixed .header-inner,
.technology-page .technology-header.header-fixed .header-inner,
.research-page .research-header.header-fixed .header-inner {
    min-height: 70px;
}

.manufacturing-page .manufacturing-header.header-fixed .mobile-button .burger span,
.technology-page .technology-header.header-fixed .mobile-button .burger span,
.research-page .research-header.header-fixed .mobile-button .burger span {
    background: #10160d;
}

.manufacturing-page .manufacturing-header.header-fixed .annual-report-nav>li>a,
.technology-page .technology-header.header-fixed .annual-report-nav>li>a,
.research-page .research-header.header-fixed .annual-report-nav>li>a,
.manufacturing-page .manufacturing-header.header-fixed .navigation.annual-report-nav li.has-child::after,
.technology-page .technology-header.header-fixed .navigation.annual-report-nav li.has-child::after,
.research-page .research-header.header-fixed .navigation.annual-report-nav li.has-child::after {
    color: #10160d;
}

.manufacturing-page .manufacturing-header.header-fixed .annual-report-nav>li:hover>a,
.technology-page .technology-header.header-fixed .annual-report-nav>li:hover>a,
.research-page .research-header.header-fixed .annual-report-nav>li:hover>a,
.manufacturing-page .manufacturing-header.header-fixed .annual-report-nav>li.current-menu>a,
.technology-page .technology-header.header-fixed .annual-report-nav>li.current-menu>a,
.research-page .research-header.header-fixed .annual-report-nav>li.current-menu>a {
    color: #fff;
}

.manufacturing-title,
.technology-title {
    color: #25408e;
    font-family: var(--font-main2);
    font-size: clamp(56px, 8vw, 126px);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0;
}

.manufacturing-title span:nth-child(1),
.technology-title span:nth-child(1) {
    color: #25408e;
}

.manufacturing-title span:nth-child(2),
.technology-title span:nth-child(2) {
    color: #009944;
}

.manufacturing-hero__lead,
.technology-intro p {
    color: #1f2f3f;
    font-family: var(--font-main);
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 400;
    line-height: 1.62;
}

.manufacturing-hero::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.08) 78%),
        linear-gradient(0deg, rgba(3, 18, 36, 0.18), rgba(3, 18, 36, 0.02) 42%);
}

.manufacturing-hero .manufacturing-kicker {
    color: #ff8b2b;
}

@media (max-width: 767px) {
    .manufacturing-title,
    .technology-title {
        font-size: clamp(46px, 14vw, 72px);
    }

    .manufacturing-hero::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 56%, rgba(255, 255, 255, 0.22) 100%);
    }
}

/* Keep Manufacturing and Technology pages on the same content grid */
.manufacturing-page,
.technology-page {
    --report-page-max: 1800px;
    --report-page-pad: clamp(20px, 4vw, 64px);
    --report-page-inner-max: calc(var(--report-page-max) - (var(--report-page-pad) * 2));
    --report-hero-pad-x: max(var(--report-page-pad), calc(((100vw - var(--report-page-max)) / 2) + var(--report-page-pad)));
}

.manufacturing-hero,
.technology-hero {
    padding-left: var(--report-hero-pad-x);
    padding-right: var(--report-hero-pad-x);
}

.manufacturing-overview,
.manufacturing-units,
.future-chemistries,
.technology-principles,
.technology-action,
.technology-advantage {
    padding-left: var(--report-page-pad);
    padding-right: var(--report-page-pad);
}

.manufacturing-overview__inner,
.unit-feature,
.unit-grid,
.future-chemistries__inner,
.technology-section-head,
.principle-flow,
.technology-action__intro,
.technology-action__grid,
.technology-advantage__inner {
    width: 100%;
    max-width: var(--report-page-inner-max);
    margin-left: auto;
    margin-right: auto;
}

.technology-action__grid {
    max-width: var(--report-page-inner-max);
}

.manufacturing-hero__content,
.technology-hero__copy {
    width: 100%;
    max-width: 920px;
}

.manufacturing-hero__lead,
.technology-intro {
    width: 100%;
    max-width: 860px;
}

.technology-action__intro h2 {
    max-width: 920px;
}

.technology-section-head p:not(.technology-kicker) {
    max-width: 860px;
}

@media (max-width: 575px) {
    .manufacturing-page,
    .technology-page {
        --report-page-pad: 18px;
    }
}

.technology-page .technology-closing p {
    line-height: 1.18 !important;
}

/* ============ Research & Development digital page ============ */
.research-page {
    background: #f8fbf9;
}

.research-page .main-content {
    overflow: hidden;
}

.research-kicker {
    margin: 0 0 16px;
    color: #ff8b2b;
    font-family: var(--font-main2);
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.research-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 140px clamp(20px, 5vw, 88px) 82px;
    isolation: isolate;
    overflow: hidden;
    background: #f8fbf9;
}

.research-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.research-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: manufacturing-hero-drift 18s ease-in-out infinite alternate;
}

.research-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.08) 78%),
        linear-gradient(0deg, rgba(3, 18, 36, 0.18), rgba(3, 18, 36, 0.02) 42%);
}

.research-hero__copy {
    width: 100%;
    max-width: 920px;
}

.research-title {
    margin: 0 0 34px;
    color: #25408e;
    font-family: var(--font-main2);
    font-size: clamp(56px, 8vw, 126px);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0;
}

.research-title span {
    display: block;
}

.research-title span:nth-child(1) {
    color: #25408e;
}

.research-title span:nth-child(2) {
    color: #009944;
}

.research-intro {
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 860px;
}

.research-intro p {
    margin: 0;
    color: #1f2f3f;
    font-family: var(--font-main);
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 400;
    line-height: 1.62;
}

.research-functions,
.research-delivered,
.research-pipeline {
    padding: clamp(76px, 9vw, 136px) var(--report-page-pad);
}

.research-functions {
    background: #fff;
}

.research-delivered {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 153, 68, 0.1), transparent 28%),
        #f8fbf9;
}

.research-pipeline {
    background: #fff;
}

.research-section-head,
.research-function-grid,
.research-proof-list,
.pipeline-table-wrap {
    width: 100%;
    max-width: var(--report-page-inner-max);
    margin-left: auto;
    margin-right: auto;
}

.research-section-head {
    margin-bottom: clamp(40px, 5vw, 72px);
    text-align: center;
}

.research-section-head--left {
    text-align: left;
}

.research-section-head h2 {
    max-width: 980px;
    margin: 0 auto;
    color: #25408e;
    font-size: clamp(36px, 4.8vw, 72px);
    line-height: 1;
    letter-spacing: 0;
}

.research-section-head--left h2 {
    margin-left: 0;
}

.research-section-head p:not(.research-kicker) {
    max-width: 960px;
    margin: 18px auto 0;
    color: #24364a;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.55;
}

.research-section-head--left p:not(.research-kicker) {
    margin-left: 0;
}

.research-function-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2.6vw, 38px);
}

.research-function-card {
    min-height: 360px;
    padding: clamp(24px, 3vw, 40px);
    border: 1px solid rgba(0, 153, 68, 0.2);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f4fbf8 100%);
    box-shadow: 0 20px 60px rgba(24, 51, 85, 0.08);
}

.research-function-card img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 24px;
}

.research-function-card h3 {
    margin: 0 0 12px;
    color: #25408e;
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.08;
}

.research-function-card p {
    margin: 0;
    color: #283b4f;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.58;
}

.research-proof-list {
    display: grid;
    gap: 22px;
}

.research-proof {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: clamp(22px, 3vw, 44px);
    align-items: center;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(24, 51, 85, 0.08);
}

.research-proof img {
    width: 108px;
    height: 108px;
    object-fit: contain;
}

.research-proof h3 {
    margin: 0 0 8px;
    color: #25408e;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.12;
}

.research-proof p {
    margin: 0;
    color: #24364a;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.6;
}

.pipeline-table-wrap {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid rgba(37, 64, 142, 0.18);
    box-shadow: 0 24px 70px rgba(24, 51, 85, 0.1);
}

.pipeline-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #fff;
}

.pipeline-table th,
.pipeline-table td {
    padding: 18px 20px;
    border: 1px solid rgba(37, 64, 142, 0.18);
    color: #203348;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: top;
}

.pipeline-table th {
    color: #111827;
    font-family: var(--font-main2);
    font-size: 22px;
    line-height: 1.1;
    background: #f3f7fb;
}

.pipeline-table td:nth-child(1),
.pipeline-table td:nth-child(2) {
    font-weight: 700;
}

.pipeline-stage td {
    padding: 14px 20px;
    color: #fff;
    font-family: var(--font-main2);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.pipeline-stage--commissioned td {
    background: linear-gradient(90deg, #005c71, #25408e);
}

.pipeline-stage--execution td {
    background: #00813e;
}

.pipeline-stage--next td {
    color: #082a36;
    background: #48c2d1;
}

.pipeline-arrow-row td {
    height: 54px;
    padding: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    text-align: center;
}

.pipeline-arrow-row span {
    display: inline-block;
    width: 42px;
    height: 42px;
    transform: translateY(-10px) rotate(45deg);
    border-right: 12px solid #ff8b2b;
    border-bottom: 12px solid #ff8b2b;
    filter: drop-shadow(0 5px 0 rgba(255, 139, 43, 0.28));
}

/* R&D navbar inherits the landing page navbar style (base .header.style-2.header-fixed) */

.research-page {
    --report-page-max: 1800px;
    --report-page-pad: clamp(20px, 4vw, 64px);
    --report-page-inner-max: calc(var(--report-page-max) - (var(--report-page-pad) * 2));
    --report-hero-pad-x: max(var(--report-page-pad), calc(((100vw - var(--report-page-max)) / 2) + var(--report-page-pad)));
}

.research-hero {
    padding-left: var(--report-hero-pad-x);
    padding-right: var(--report-hero-pad-x);
}

@media (max-width: 1199px) {
    .research-function-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .research-hero {
        min-height: 78vh;
        padding-top: 118px;
    }

    .research-title {
        font-size: clamp(46px, 14vw, 72px);
    }

    .research-hero::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 56%, rgba(255, 255, 255, 0.22) 100%);
    }

    .research-function-grid,
    .research-proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .research-page {
        --report-page-pad: 18px;
    }

    .research-functions,
    .research-delivered,
    .research-pipeline {
        padding-left: var(--report-page-pad);
        padding-right: var(--report-page-pad);
    }
}
