@font-face {
    font-family: main;
    src: url(/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf);
}

::-webkit-scrollbar {
    width: 10px;
}

/* TRACK */
::-webkit-scrollbar-track {
    background: #000000;
}

/* THUMB */
::-webkit-scrollbar-thumb {
    background: #fff1ad;
    border-radius: 100px;
    border: 2px solid #000000;
    transition: all 0.3s ease;
}

/* HOVER */
::-webkit-scrollbar-thumb:hover {
    background: #ffe88a;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
    background: #ffffff;
    color: #141414;
    overflow-x: hidden;
}

/*********************************************** sidharth-finance-landing-start ***********************************************/
:root {
    --black: #141414;
    --white: #ffffff;
    --cream: #f5f5f0;
    --mid: #6b6b6b;
    --border: #e0e0e0;

    --blue-bg: #e8f1fd;
    --blue-txt: #0c447c;
    --blue-icon: #185fa5;
    --purple-bg: #eeecfe;
    --purple-txt: #3c3489;
    --purple-icon: #534ab7;
    --teal-bg: #e1f5ee;
    --teal-txt: #085041;
    --teal-icon: #0f6e56;
    --amber-bg: #fef3e2;
    --amber-txt: #633806;
    --amber-icon: #854f0b;
    --coral-bg: #faece7;
    --coral-txt: #712b13;
    --coral-icon: #993c1d;
    --green-bg: #eaf3de;
    --green-txt: #27500a;
    --green-icon: #3b6d11;
    --yellow: #fff1ad;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--black);
    background: var(--white);
}





/* main-preloader-section-start */
.main-preloader-wrapper {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #050505;
    z-index: 999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: main;
}

.main-preloader-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(197, 163, 85, 0.04), transparent 50%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 40%);
}

.main-preloader-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 880px;
    padding: 0 48px;
}

.main-preloader-graph-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.main-preloader-graph-wrap img {
    width: 20%;
}

.main-preloader-graph-label-top {
    color: #b78f22;
    font-size: 3rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: main;
    opacity: 0;
}

.main-preloader-graph-canvas-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-preloader-svg {
    width: 100%;
    height: 300px;
    display: block;
    overflow: visible;
}

.main-preloader-grid-line {
    stroke: rgba(255, 255, 255, 0.045);
    stroke-width: 1;
    stroke-dasharray: 3 7;
}

.main-preloader-baseline {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 1;
}

.main-preloader-area-fill {
    fill: url(#mainPreloaderAreaGrad);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
}

.main-preloader-line-glow {
    stroke: rgba(197, 163, 85, 0.2);
    stroke-width: 14;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: blur(8px);
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
}

.main-preloader-line-path {
    stroke: #C5A355;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
}

.main-preloader-year-vline {
    stroke: rgba(197, 163, 85, 0.45);
    stroke-width: 1;
    stroke-dasharray: 3 5;
}

.main-preloader-line-dot {
    fill: #C5A355;
    filter: drop-shadow(0 0 5px #C5A355) drop-shadow(0 0 12px rgba(197, 163, 85, 0.7));
}

.main-preloader-baseline-dot {
    fill: #C5A355;
    filter: drop-shadow(0 0 4px #C5A355) drop-shadow(0 0 10px rgba(197, 163, 85, 0.6));
}

.main-preloader-dot {
    fill: #ffffff;
    filter: drop-shadow(0 0 4px #C5A355) drop-shadow(0 0 10px rgba(197, 163, 85, 0.8));
}

.main-preloader-years-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 2px;
}

.main-preloader-year {
    font-family: main;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.18);
    text-align: center;
    transition: color 0.4s ease, transform 0.4s ease, text-shadow 0.4s ease;
    min-width: 44px;
}

.main-preloader-year.main-preloader-year--active {
    color: #C5A355;
    transform: translateY(-2px);
    text-shadow: 0 0 14px rgba(197, 163, 85, 0.8), 0 0 36px rgba(197, 163, 85, 0.3);
}

.main-preloader-year.main-preloader-year--passed {
    color: rgba(197, 163, 85, 0.4);
    transform: translateY(0);
    text-shadow: none;
}

/* main-preloader-section-end */


/* main-navbar-section-start */
.main-navbar_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: main;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #000000;
    /* overflow: hidden; */
    /* Initial visibility for dark hero backgrounds */
}

/* Glass Effect State */
.main-navbar_wrapper.main-navbar_scrolled {
    background-color: #fff;
    /* backdrop-filter: blur(15px); */
    /* -webkit-backdrop-filter: blur(15px); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 5px 0;
    ;
}

.main-navbar_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    /* height: 70px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Group */
.main-navbar_logo-group {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(215, 185, 13);
}

.main-navbar_logo-icon {
    display: flex;
    align-items: center;
    color: inherit;
    width: fit-content;
    width: 20%;
}

.main-navbar_logo-icon img {
    width: 100%;
}

.main-navbar_logo-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-navbar_logo-text span {
    font-weight: 300;
    opacity: 0.7;
}

/* Links */
.main-navbar_link-list {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.main-navbar_link {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s;
}

.main-navbar_link:hover {
    opacity: 0.6;
}

/* Mega Menu Dropdown */
.main-navbar_dropdown-trigger {
    position: relative;
}

.main-navbar_mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    min-width: 260px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Ensure menu text is always dark */
.main-navbar_mega-menu a {
    color: #000000 !important;
}

.main-navbar_dropdown-trigger:hover .main-navbar_mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
}

.main-navbar_menu-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.main-navbar_menu-card:hover {
    background: var(--yellow);
}

.main-navbar_menu-card i {
    font-size: 20px;
}

.main-navbar_menu-card span {
    font-size: 14px;
    font-weight: 700;
}

/* Hamburger */
.main-navbar_hamburger {
    display: none;
    background: none;
    border: none;
    color: inherit;
    font-size: 28px;
    cursor: pointer;
}

@media(min-width: 1300px) and (max-width: 1450px) {
    .main-navbar_container {
        padding: 0px 60px;
    }
}

/* Responsive Mobile */
@media (max-width: 1024px) {
    .main-navbar_hamburger {
        display: block;
    }

    .main-navbar_nav-box {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #ffffff;
        color: #000000 !important;
        /* padding: 100px 40px; */
        transition: 0.4s;
    }

    .main-navbar_nav-box.is-open {
        right: 0;
    }

    .main-navbar_link-list {
        flex-direction: column;
        gap: 25px;
    }

    .main-navbar_mega-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 20px 0;
        display: none;
    }

    .main-navbar_dropdown-trigger.is-active .main-navbar_mega-menu {
        display: block;
    }
}

/* main-navbar-section-end */







/* ─── Shared ─────────────────────────────────────────── */



.container {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 200px;
}

/* ── HERO ── */
.hero {
    background: #ffffff;
    padding: 150px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    font-family: main;
}

.hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -200px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 243, 176, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 239, 229, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fdf7dc;
    border: 1px solid #f5e57a;
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #8a7200;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-label i {
    font-size: 0.85rem;
    color: #c9a800;
}

.hero-heading {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.15;
    color: #141414;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-heading span {
    position: relative;
    color: #141414;
}

.hero-heading span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f5e57a;
    border-radius: 2px;
}

.hero-sub {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a5a5a;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 44px;
}

.hero-ctas {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 56px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #141414;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.btn-primary:hover {
    background: #2c2c2c;
    transform: translateY(-1px);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #141414;
    padding: 14px 28px;
    border-radius: 8px;
    border: 1.5px solid #d4d4d4;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.btn-outline:hover {
    border-color: #141414;
    background: #f8f8f8;
    transform: translateY(-1px);
}

.hero-stats {
    display: flex;
    gap: 36px;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-stat-value {
    font-size: 1.55rem;
    font-weight: 700;
    color: #141414;
    letter-spacing: -0.02em;
}

.hero-stat-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-stat+.hero-stat {
    padding-left: 36px;
    border-left: 1px solid #e8e8e8;
}

.hero-visual {
    position: relative;
}

.hero-card-main {
    background: #141414;
    border-radius: 20px;
    padding: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-card-main::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.hero-card-main::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
}

.hero-card-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hero-card-revenue {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.hero-card-sub {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
}

.hero-card-growth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-growth-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.hero-card-growth-val {
    font-size: 0.95rem;
    font-weight: 700;
    color: #a8f0c6;
}

.hero-chart-bar-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 64px;
    margin-top: 28px;
}

.hero-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: background 0.2s;
}

.hero-bar.active {
    background: #f5e57a;
}

.hero-bar:hover {
    background: rgba(255, 255, 255, 0.22);
}

.hero-bar.active:hover {
    background: #f5e57a;
}

.hero-float-card {
    position: absolute;
    bottom: -20px;
    left: -36px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 200px;
    z-index: 10;
}

.hero-float-icon {
    width: 40px;
    height: 40px;
    background: #edfaf3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #1e8a55;
    flex-shrink: 0;
}

.hero-float-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-float-val {
    font-size: 1.05rem;
    font-weight: 700;
    color: #141414;
}

.hero-float-label {
    font-size: 0.73rem;
    font-weight: 600;
    color: #999;
}

/* ── STATS STRIP ── */
.stats-strip {
    background: #141414;
    padding: 32px 0;
    margin-top: 80px;
}

.stats-strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.strip-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.strip-stat:first-child {
    padding-left: 0;
}

.strip-stat:last-child {
    border-right: none;
}

.strip-stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #f5e57a;
    flex-shrink: 0;
}

.strip-stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.strip-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.strip-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

/* ── DASHBOARD ── */
.dashboard {
    background: #ffffff;
    padding: 110px 0;
    font-family: main;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #1e8a55;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.section-eyebrow i {
    font-size: 0.9rem;
}

.section-heading {
    font-size: 3.2rem;
    font-weight: 600;
    color: #141414;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.section-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    line-height: 1.75;
}

.dashboard-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 60px;
}

.dashboard-metrics {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dash-metric {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dash-metric-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dash-metric-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #666;
    flex: 1;
}

.dash-metric-value {
    font-size: 1rem;
    font-weight: 700;
    color: #141414;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
}

.dash-card {
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.dash-card.dark {
    background: #141414;
    border-color: #141414;
}

.dash-card-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.dash-card.dark .dash-card-label {
    color: rgba(255, 255, 255, 0.35);
}

.dash-card-value {
    font-size: 2rem;
    font-weight: 700;
    color: #141414;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.dash-card.dark .dash-card-value {
    color: #fff;
}

.dash-card-sub {
    font-size: 0.8rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 1px;

}

.dash-card.dark .dash-card-sub {
    color: rgba(255, 255, 255, 0.35);
}

.dash-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #edfaf3;
    color: #1e8a55;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 14px;
}

.dash-card.dark .dash-card-badge {
    background: rgba(168, 240, 198, 0.12);
    color: #a8f0c6;
}

.dash-bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    margin-top: 20px;
}

.dbc-bar {
    flex: 1;
    background: #e8e8e8;
    border-radius: 3px 3px 0 0;
}

.dash-card.dark .dbc-bar {
    background: rgba(255, 255, 255, 0.1);
}

.dbc-bar.hi {
    background: #f5e57a;
}

.dash-card.dark .dbc-bar.hi {
    background: #f5e57a;
}

.dash-ring-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.dash-ring {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.dash-ring-labels {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dash-ring-val {
    font-size: 1.3rem;
    font-weight: 700;
    color: #141414;
}

.dash-card.dark .dash-ring-val {
    color: #fff;
}

.dash-ring-sub {
    font-size: 1rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 1px;
}

.kpi-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.kpi-tile {
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 14px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kpi-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.kpi-icon.yellow {
    background: #fdf7dc;
    color: #c9a800;
}

.kpi-icon.green {
    background: #edfaf3;
    color: #1e8a55;
}

.kpi-icon.blue {
    background: #e8f2ff;
    color: #2563eb;
}

.kpi-icon.peach {
    background: #fff3ed;
    color: #c05621;
}

.kpi-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #141414;
    letter-spacing: -0.02em;
}

.kpi-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

/* ── ABOUT ── */
.about {
    background: #141414;
    padding: 110px 0;
    font-family: main;
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.about-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(245, 229, 122, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-heading {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.about-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

.about-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.about-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.about-pill i {
    font-size: 0.85rem;
    color: #f5e57a;
}

.about-right {
    position: relative;
}

.about-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-float {
    position: absolute;
    bottom: 32px;
    left: -40px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 180px;
}

.about-float-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-float-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.about-float-text {
    font-size: 0.82rem;
    font-weight: 700;
    color: #141414;
}

.about-float-sub {
    font-size: 0.72rem;
    font-weight: 600;
    color: #999;
}

/* ── PHILOSOPHY ── */
.philosophy {
    background: #ffffff;
    padding: 110px 0;
    font-family: main;
}

.philosophy-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 60px;
}

.phil-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.phil-card {
    border-radius: 18px;
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.phil-card:nth-child(1) {
    background: #fdf7dc;
    border: 1px solid #f5e57a;
}

.phil-card:nth-child(2) {
    background: #edfaf3;
    border: 1px solid #b2e8cc;
}

.phil-card:nth-child(3) {
    background: #e8f2ff;
    border: 1px solid #bdd6ff;
}

.phil-card:nth-child(4) {
    background: #141414;
    border: 1px solid #141414;
}

.phil-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #141414;
    margin-bottom: 20px;
}

.phil-card:nth-child(1) .phil-card-icon {
    color: #c9a800;
}

.phil-card:nth-child(2) .phil-card-icon {
    color: #1e8a55;
}

.phil-card:nth-child(3) .phil-card-icon {
    color: #2563eb;
}

.phil-card:nth-child(4) .phil-card-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #f5e57a;
}

.phil-card-num {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.phil-card:nth-child(4) .phil-card-num {
    color: rgba(255, 255, 255, 0.25);
}

.phil-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #141414;
    margin-bottom: 10px;
    line-height: 1.3;
}

.phil-card:nth-child(4) .phil-card-title {
    color: #fff;
}

.phil-card-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.65;
}

.phil-card:nth-child(4) .phil-card-text {
    color: rgba(255, 255, 255, 0.45);
}

/* ── REVENUE ── */
.revenue {
    background: #141414;
    padding: 110px 0;
    font-family: main;
}

.revenue-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.revenue-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
}

.rev-heading {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.rev-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

.rev-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.rev-num-tile {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background 0.2s;
}

.rev-num-tile:first-child {
    border-radius: 14px 0 0 14px;
}

.rev-num-tile:last-child {
    border-radius: 0 14px 14px 0;
}

.rev-num-tile:hover {
    background: rgba(255, 255, 255, 0.07);
}

.rev-tile-icon {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 4px;
}

.rev-tile-val {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.rev-tile-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rev-tile-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #a8f0c6;
    margin-top: 4px;
}

.rev-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.rev-year-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rev-year-bar-wrap {
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.rev-year-bar {
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.rev-year-block.current .rev-year-bar {
    background: #f5e57a;
}

.rev-year-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.rev-year-block.current .rev-year-label {
    color: rgba(255, 255, 255, 0.7);
}

.rev-year-amt {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
}

.rev-year-block.current .rev-year-amt {
    color: #f5e57a;
}

/* ── WHY INVEST ── */
.why-invest {
    background: #ffffff;
    padding: 110px 0;
    font-family: main;
}

.why-top {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-card {
    border: 1.5px solid #efefef;
    border-radius: 18px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 18px 18px 0 0;
}

.why-card:nth-child(1)::before {
    background: #f5e57a;
}

.why-card:nth-child(2)::before {
    background: #a8f0c6;
}

.why-card:nth-child(3)::before {
    background: #bdd6ff;
}

.why-card:nth-child(4)::before {
    background: #f5e57a;
}

.why-card:hover {
    border-color: #d4d4d4;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.why-card-num {
    font-size: 0.7rem;
    font-weight: 700;
    color: #ccc;
    letter-spacing: 0.1em;
}

.why-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.why-card:nth-child(1) .why-card-icon {
    background: #fdf7dc;
    color: #c9a800;
}

.why-card:nth-child(2) .why-card-icon {
    background: #edfaf3;
    color: #1e8a55;
}

.why-card:nth-child(3) .why-card-icon {
    background: #e8f2ff;
    color: #2563eb;
}

.why-card:nth-child(4) .why-card-icon {
    background: #fdf7dc;
    color: #c9a800;
}

.why-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #141414;
    line-height: 1.3;
}

.why-card-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #888;
    line-height: 1.65;
}

/* ── MARKET OPP ── */
.market {
    background: #141414;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    font-family: main;
}

.market::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 229, 122, 0.06) 0%, transparent 70%);
}

.market-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.market-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.market-heading {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.market-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

.market-sectors {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.market-sector {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 16px 20px;
    transition: background 0.2s;
}

.market-sector:hover {
    background: rgba(255, 255, 255, 0.07);
}

.market-sector-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.ms1 {
    background: rgba(245, 229, 122, 0.12);
    color: #f5e57a;
}

.ms2 {
    background: rgba(168, 240, 198, 0.12);
    color: #a8f0c6;
}

.ms3 {
    background: rgba(189, 214, 255, 0.12);
    color: #bdd6ff;
}

.ms4 {
    background: rgba(245, 229, 122, 0.12);
    color: #f5e57a;
}

.market-sector-text {
    flex: 1;
}

.market-sector-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2px;
}

.market-sector-desc {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
}

.market-sector-badge {
    font-size: 0.78rem;
    font-weight: 700;
    color: #a8f0c6;
    background: rgba(168, 240, 198, 0.1);
    padding: 3px 10px;
    border-radius: 100px;
}

.market-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.market-tile {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.market-tile.tall {
    grid-row: span 2;
    justify-content: flex-end;
    background: rgba(245, 229, 122, 0.07);
    border-color: rgba(245, 229, 122, 0.15);
}

.market-tile-icon {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.2);
}

.market-tile.tall .market-tile-icon {
    color: rgba(245, 229, 122, 0.5);
}

.market-tile-val {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.market-tile.tall .market-tile-val {
    color: #f5e57a;
}

.market-tile-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
}

/* ── CTA ── */
.cta-section {
    background: #ffffff;
    padding: 110px 0;
    font-family: main;
}

.cta-inner {
    background: #141414;
    border-radius: 28px;
    padding: 80px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.cta-inner::before {
    content: '';
    position: absolute;
    top: -100px;
    right: 100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 229, 122, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.cta-inner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 200px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 240, 198, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(245, 229, 122, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.cta-heading {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    max-width: 560px;
}

.cta-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 520px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f5e57a;
    color: #141414;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.cta-btn-primary:hover {
    background: #ffe94f;
    transform: translateY(-1px);
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.85);
    padding: 16px 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.cta-trust-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
}

.cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
}

.cta-trust-item i {
    color: #a8f0c6;
    font-size: 0.9rem;
}

/* ── COUNTER ANIMATION ── */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.count-anim {
    animation: countUp 0.5s ease forwards;
}

/* ── FADE IN ── */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
}

.fade-in.visible {
    animation: fadeInUp 0.6s ease forwards;
}

.fade-in-d1.visible {
    animation-delay: 0.05s;
}

.fade-in-d2.visible {
    animation-delay: 0.12s;
}

.fade-in-d3.visible {
    animation-delay: 0.19s;
}

.fade-in-d4.visible {
    animation-delay: 0.26s;
}

/*********************************************** sidharth-finance-landing-end   ***********************************************/











/* main-footer-section-start */
.main-footer-section {
    position: relative;
    overflow: hidden;
    background: #1e1e1e;
    padding: 100px 7% 35px;
    font-family: main;
    overflow: hidden;
}

.main-footer-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.main-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer-brand-area {
    width: 38%;
}

.main-footer-brand-logo {
    width: 72px;
    /* margin-bottom: 24px; */
}

.main-footer-brand-title {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

.main-footer-brand-description {
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.9;
    max-width: 480px;
}

.main-footer-legacy-badge {
    margin-top: 30px;
}

.main-footer-legacy-badge span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 14px 22px;
    border-radius: 100px;
    color: #d4d4d4;
    font-size: 13px;
    backdrop-filter: blur(10px);
}

.main-footer-links-wrapper {
    width: 62%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.main-footer-links-column {
    min-width: 180px;
}

.main-footer-links-heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
}

.main-footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer-links-item {
    margin-bottom: 18px;
}

.main-footer-links-anchor,
.main-footer-links-text {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.35s ease;
}

.main-footer-links-anchor:hover {
    color: #ffffff;
    padding-left: 4px;
}

.main-footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 28px;
    flex-wrap: wrap;
}

.main-footer-copyright-text,
.main-footer-credit-text {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.main-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-footer-bottom-anchor {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.main-footer-bottom-anchor:hover {
    color: #ffffff;
}

.main-footer-credit-anchor {
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.main-footer-credit-anchor:hover {
    opacity: 0.7;
}

@media(max-width: 1100px) {

    .main-footer-container {
        flex-direction: column;
        gap: 70px;
    }

    .main-footer-brand-area {
        width: 100%;
    }

    .main-footer-links-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

}

@media(max-width: 768px) {

    .main-footer-section {
        padding: 80px 6% 30px;
    }

    .main-footer-brand-title {
        font-size: 30px;
    }

    .main-footer-links-wrapper {
        flex-direction: column;
        gap: 45px;
    }

    .main-footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS (APPEND TO BOTTOM OF FILE)
   ========================================================================== */

@media (max-width: 1200px) {
    .container {
        padding: 0 40px !important;
    }
}

@media (max-width: 991px) {
    /* --- Shared Container & Global Layout Adjustments --- */
    .container {
        padding: 0 24px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    section,
    .hero,
    .dashboard,
    .about,
    .philosophy,
    .revenue,
    .why-invest,
    .market,
    .cta-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        height: auto !important;
        min-height: auto !important;
    }

    .section-heading, 
    .about-heading, 
    .rev-heading,
    .market-heading, 
    .cta-heading {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }

    /* --- Hero Section --- */
    .hero {
        padding-top: 120px !important; /* Prevents text from slipping under the fixed nav bar */
    }

    .hero-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .hero-heading {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }

    .hero-sub {
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }

    .hero-ctas {
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 40px !important;
    }

    .hero-ctas a,
    .btn-primary,
    .btn-outline {
        width: 100% !important;
        box-sizing: border-box !important;
        justify-content: center !important;
    }

    .hero-stats {
        gap: 20px !important;
        flex-wrap: wrap !important;
    }

    .hero-stat + .hero-stat {
        padding-left: 0 !important;
        border-left: none !important;
    }

    .hero-float-card {
        bottom: 15px !important;
        left: 15px !important;
        right: 15px !important;
    }

    /* --- Stats Strip Section --- */
    .stats-strip {
        margin-top: 50px !important;
        padding: 30px 0 !important;
    }

    .stats-strip-inner {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .strip-stat {
        padding: 0 !important;
        border-right: none !important;
        justify-content: flex-start !important;
    }

    /* --- Dashboard Section --- */
    .dashboard-top {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        margin-bottom: 40px !important;
    }

    .dashboard-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .kpi-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    /* --- About Section --- */
    .about-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .about-right {
        order: -1 !important; /* Moves structural visual assets to top on mobile viewports */
    }

    .about-float {
        position: static !important;
        margin-top: 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* --- Philosophy Section --- */
    .philosophy-top {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        margin-bottom: 40px !important;
    }

    .phil-cards {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* --- Revenue Section --- */
    .revenue-top {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .rev-numbers {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .rev-num-tile:first-child {
        border-radius: 14px 14px 0 0 !important;
    }

    .rev-num-tile:last-child {
        border-radius: 0 0 14px 14px !important;
    }

    .rev-timeline {
        grid-template-columns: repeat(3, 1fr) !important; /* Drops 6 across to an easy-to-read 3x2 matrix grid */
        gap: 20px 12px !important;
    }

    /* --- Why Invest Section --- */
    .why-cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    /* --- Market Opportunities Section --- */
    .market-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .market-right {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    /* --- Investor CTA Section --- */
    .cta-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        padding: 40px 24px !important;
    }

    .cta-actions {
        width: 100% !important;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        font-size: 0.87rem !important;
        
    }

    /* Counteract JavaScript animation libraries injecting display: block on split words */
    .hero-heading div,
    .section-heading div,
    .about-heading div,
    .rev-heading div,
    .market-heading div,
    .cta-heading div {
        display: inline-block !important;
        margin-right: 0.22em !important; /* Restores natural word-spacing gap */
    }
}

@media (max-width: 580px) {
    /* --- Strict Smartphone Adjustments --- */
    .main-preloader-graph-label-top {
        font-size: 2rem !important;
        letter-spacing: 2px !important;
    }

    .section-heading, 
    .about-heading, 
    .rev-heading,
    .market-heading, 
    .cta-heading {
        font-size: 1.8rem !important;
    }

    .kpi-row,
    .why-cards,
    .market-right,
    .rev-timeline {
        grid-template-columns: 1fr !important;
    }

    .market-tile.tall {
        grid-row: span 1 !important;
    }

    .cta-trust-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
}