.aboutus-hero {
    position: relative;
    width: 100%;
    min-height: 360px;
    background: url("../image/about/about-banner.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* LEFT BLUE SHADOW OVERLAY */
.aboutus-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(10, 30, 120, 0.96) 0%,
            rgba(15, 50, 160, 0.90) 25%,
            rgba(20, 70, 180, 0.75) 45%,
            rgba(30, 80, 200, 0.40) 65%,
            rgba(30, 80, 200, 0.10) 80%,
            rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}

/* CONTENT */
.aboutus-hero .hero-content {
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.aboutus-hero .deliver-tag {
    display: inline-block;
    background: transparent;
    background-color: #5CD7F266;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(11px, 1.2vw, 13px);
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
    backdrop-filter: blur(4px);
}

.aboutus-hero .hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.aboutus-hero .hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 520px;
}

@media (max-width: 576px) {

    .aboutus-hero {
        min-height: 200px;
        background-position: top right;
    }

    .aboutus-hero .hero-content {
        padding: 20px;
        text-align: left;
    }

    .aboutus-hero .hero-content h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .aboutus-hero .hero-content p {
        font-size: 15px;
        line-height: 1.5;
        max-width: 100%;
    }

    .deliver-tag {
        font-size: 11px;
        padding: 5px 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .aboutus-hero {
        min-height: 320px;
    }

    .aboutus-hero .hero-content {
        padding-left: 40px;
    }

    .aboutus-hero .hero-content h1 {
        font-size: 42px;
    }

    .aboutus-hero .hero-content p {
        font-size: 17px;
        max-width: 480px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .aboutus-hero {
        min-height: 360px;
    }

    .aboutus-hero .hero-content {
        padding-left: 60px;
    }

    .aboutus-hero .hero-content h1 {
        font-size: 48px;
    }

    .aboutus-hero .hero-content p {
        font-size: 18px;
        max-width: 500px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .aboutus-hero {
        min-height: 380px;
    }

    .aboutus-hero .hero-content {
        padding-left: 80px;
    }

    .aboutus-hero .hero-content h1 {
        font-size: 56px;
    }

    .aboutus-hero .hero-content p {
        font-size: 19px;
    }
}

.about-section {
    background: #ffffff;
}

/* IMAGE */
.about-img {
    max-width: 500px;
}

/* TITLE */
.about-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

/* PARAGRAPH */
.about-text {
    font-size: 15.5px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 14px;
}

/* SERVICE LIST */
.service-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.service-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

/* BLUE DOT */
.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #1e63f0;
    border-radius: 50%;
}

@media (max-width: 576px) {

    .about-section {
        padding: 40px 0;
    }

    .about-img {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .about-title {
        font-size: 24px;
        text-align: left;
    }

    .about-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .service-list li {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .about-section {
        padding: 50px 0;
    }

    .about-img {
        max-width: 85%;
        margin-bottom: 30px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-text {
        font-size: 15px;
    }

    .service-list li {
        font-size: 14.8px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .about-section {
        padding: 60px 0;
    }

    .about-img {
        max-width: 100%;
    }

    .about-title {
        font-size: 32px;
    }

    .about-text {
        font-size: 15.5px;
    }

    .service-list li {
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .about-section {
        padding: 70px 0;
    }

    .about-title {
        font-size: 34px;
    }

    .about-text {
        font-size: 16px;
    }

    .service-list li {
        font-size: 15.5px;
    }
}


/* =============================================
   MANDATE SECTION
============================================= */
.mandate-section {
    margin: 0 auto;
}

.mandate-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ── BASE CARD ── */
.mandate-card {
    border-radius: 22px;
    overflow: hidden;
    min-height: 380px;
    position: relative;
}

/* ── CARD 1 — Blue gradient ── */
.mandate-card-1 {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 50%, #2456f6 100%);
}

/* ── CARD 2 — Purple gradient ── */
.mandate-card-2 {
    background: linear-gradient(135deg, #1a1a40 0%, #2d1e6e 55%, #5a3af6 100%);
}

/* ── DOT PATTERN OVERLAY ── */
.pattern-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    z-index: 0;
    pointer-events: none;
}

/* ── CONTENT PANEL ── */
.mandate-content {
    padding: 44px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
}

/* ── ICON BADGE ── */
.mandate-icon-badge {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.mandate-icon-badge-purple {
    background: rgba(180,155,255,0.20);
    border-color: rgba(180,155,255,0.35);
}

/* ── TITLE ── */
.mandate-title {
    font-size: clamp(22px, 3.2vw, 34px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

/* ── DESCRIPTION ── */
.mandate-desc {
    font-size: clamp(13px, 1.5vw, 14.5px);
    color: rgba(255,255,255,0.78);
    line-height: 1.80;
    margin-bottom: 20px;
}

/* ── HIGHLIGHT BOX ── */
.mandate-highlight-box {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 22px;
}

.mandate-highlight-box p {
    font-size: 13px;
    color: rgba(255,255,255,0.70);
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

/* ── STAT ROW ── */
.mandate-stat-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mandate-stat-item {
    flex: 1 1 90px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
}

.ms-num {
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.2;
}

.ms-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.50);
    font-weight: 500;
    line-height: 1.35;
}

/* ── BULLET LIST ── */
.mandate-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mandate-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(12.5px, 1.4vw, 14px);
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

.mbl-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #b89bff;
    margin-top: 6px;
    flex-shrink: 0;
}

/* ── IMAGE PANEL ── */
.mandate-img-panel {
    position: relative;
    height: 100%;
    min-height: 340px;
    overflow: hidden;
}

.mandate-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fade left edge into card 1 bg */
.mandate-img-fade-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background: linear-gradient(to left, transparent, #1a2f6e);
    z-index: 2;
}

/* Fade left edge into card 2 bg */
.mandate-img-fade-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background: linear-gradient(to left, transparent, #2d1e6e);
    z-index: 2;
}

/* =============================================
   RESPONSIVE — TABLET (≤991px)
============================================= */
@media (max-width: 991px) {
    .mandate-card {
        flex-direction: column;
        border-radius: 18px;
        min-height: unset;
    }

    .mandate-content {
        padding: 30px 28px;
    }

    .mandate-img-panel {
        min-height: 220px;
        height: 220px;
    }

    .mandate-img-fade-right::after,
    .mandate-img-fade-left::after {
        display: none;
    }

    .mandate-stat-row {
        gap: 8px;
    }
}

/* =============================================
   RESPONSIVE — MOBILE (≤575px)
============================================= */
@media (max-width: 575px) {
    .mandate-wrap {
        gap: 18px;
    }

    .mandate-card {
        border-radius: 16px;
    }

    .mandate-content {
        padding: 22px 18px;
    }

    .mandate-img-panel {
        min-height: 180px;
        height: 180px;
    }

    .mandate-icon-badge {
        width: 46px;
        height: 46px;
        font-size: 20px;
        border-radius: 12px;
    }

    .mandate-stat-item {
        flex: 1 1 80px;
        padding: 10px 10px;
    }

    .ms-num {
        font-size: 12px;
    }

    .geo-pill {
        font-size: 11.5px;
        padding: 6px 11px;
    }
}

/* =============================================
   RESPONSIVE — VERY SMALL (≤380px)
============================================= */
@media (max-width: 380px) {
    .mandate-content {
        padding: 18px 14px;
    }

    .mandate-img-panel {
        min-height: 150px;
        height: 150px;
    }
}


/* =============================================
           SHARED WRAPPER
        ============================================= */
.mv-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.mv-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 220px;
}

/* =============================================
           ── MISSION CARD (purple/violet gradient) ──
        ============================================= */
.mission-card {
    background: linear-gradient(120deg, #ebebec 0%, #9b7aff 50%, #b89bff 100%);
}

/* LEFT IMAGE PANEL */
.mission-img-panel {
    position: relative;
    flex: 0 0 500px;
    min-height: 220px;
    overflow: visible;
}

.mission-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fade right edge of image into purple card bg */
.mission-img-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, transparent, #7b5ef6);
    z-index: 2;
}

/* RIGHT CONTENT PANEL */
.mission-content {
    flex: 1;
    padding: 36px 42px 36px 36px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-content h2 {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.mission-content .mv-desc {
    font-size: clamp(13px, 1.5vw, 14.5px);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.72;
    margin-bottom: 16px;
}

.mission-content .mv-achieve {
    font-size: clamp(13px, 1.4vw, 14px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

/* Inline bullet points */
.mv-bullets {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mv-bullet-row {
    font-size: clamp(11.5px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.mv-bullet-row span {
    margin-right: 12px;
}

/* =============================================
           ── VISION CARD (blue gradient) ──
        ============================================= */
.vision-card {
    background: linear-gradient(120deg, #1a3ae0 0%, #2456f6 45%, #3a6fff 100%);
}

/* LEFT CONTENT PANEL */
.vision-content {
    flex: 1;
    padding: 40px 36px 40px 44px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-content h2 {
    font-size: clamp(26px, 3.8vw, 40px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

.vision-content .mv-desc {
    font-size: clamp(13px, 1.5vw, 14.5px);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.78;
}

/* RIGHT IMAGE PANEL */
.vision-img-panel {
    position: relative;
    flex: 0 0 500px;
    min-height: 220px;
    overflow: hidden;
}

.vision-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fade left edge of image into blue card bg */
.vision-img-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, transparent, #2456f6);
    z-index: 2;
}

/* =============================================
           RESPONSIVE
        ============================================= */
@media (max-width: 991px) {
    .mission-img-panel {
        flex: 0 0 260px;
    }

    .vision-img-panel {
        flex: 0 0 240px;
    }

    .mission-content {
        padding: 30px 28px 30px 28px;
    }

    .vision-content {
        padding: 32px 28px 32px 32px;
    }
}

@media (max-width: 767px) {
    .mv-card {
        flex-direction: column;
        min-height: unset;
    }

    /* Mission: image on top, text below */
    .mission-card {
        flex-direction: column;
    }

    .mission-img-panel {
        flex: 0 0 180px;
        width: 100%;
    }

    .mission-img-panel::after {
        width: 100%;
        height: 60px;
        top: auto;
        bottom: 0;
        right: 0;
        background: linear-gradient(to bottom, transparent, #7b5ef6);
    }

    .mission-content {
        padding: 24px 24px 28px;
    }

    /* Vision: text on top, image below */
    .vision-card {
        flex-direction: column-reverse;
    }

    .vision-img-panel {
        flex: 0 0 180px;
        width: 100%;
    }

    .vision-img-panel::before {
        width: 100%;
        height: 60px;
        bottom: auto;
        top: 0;
        left: 0;
        background: linear-gradient(to top, transparent, #2456f6);
    }

    .vision-content {
        padding: 28px 24px 20px;
    }
}

@media (max-width: 575px) {

    .mission-img-panel,
    .vision-img-panel {
        flex: 0 0 150px;
    }

    .mission-content h2,
    .vision-content h2 {
        font-size: 22px;
    }

    .mv-desc {
        font-size: 13px;
    }

    .mv-bullet-row {
        font-size: 11.5px;
    }
}


/* SECTION */
.our-values-section {
    background: #ffffff;
}

/* TITLE */
.our-values-section .values-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000000;
}

/* CARD */
.our-values-section .value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

/*.our-values-section .value-card:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);*/
/*}*/

/* ICON */
.our-values-section .value-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* HEADING */
.our-values-section .value-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
}

/* TEXT */
.our-values-section .value-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


/* =============================================
   RESPONSIVE — LAPTOP (1200px – 1399px)
============================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
    .our-values-section .value-card {
        padding: 32px 20px;
    }

    .our-values-section .value-icon {
        width: 76px;
        height: 76px;
    }

    .our-values-section .value-card h4 {
        font-size: 20px;
    }

    .our-values-section .value-card p {
        font-size: 14px;
    }
}

/* =============================================
   RESPONSIVE — TABLET LANDSCAPE (992px – 1199px)
============================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    .our-values-section .values-title {
        font-size: 32px;
    }

    .our-values-section .value-card {
        padding: 28px 18px;
        border-radius: 14px;
    }

    .our-values-section .value-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .our-values-section .value-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-values-section .value-card p {
        font-size: 13.5px;
    }
}

/* =============================================
   RESPONSIVE — TABLET (768px – 991px)
   3 cols → 2 cols (col-md-6 handles this)
============================================= */
@media (max-width: 991px) {
    .our-values-section .values-title {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .our-values-section .value-card {
        padding: 30px 22px;
        border-radius: 14px;
    }

    .our-values-section .value-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 16px;
    }

    .our-values-section .value-card h4 {
        font-size: 20px;
    }

    .our-values-section .value-card p {
        font-size: 14px;
    }
}

/* =============================================
   RESPONSIVE — LARGE MOBILE (576px – 767px)
   2 cols (col-sm-6 handles this)
============================================= */
@media (max-width: 767px) {
    .our-values-section .values-title {
        font-size: 28px;
        letter-spacing: 0.3px;
    }

    .our-values-section .value-card {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .our-values-section .value-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }

    .our-values-section .value-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-values-section .value-card p {
        font-size: 13.5px;
    }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (≤575px)
   Still 2 cols via col-sm-6
============================================= */
@media (max-width: 575px) {
    .our-values-section .values-title {
        font-size: 24px;
        letter-spacing: 0.3px;
    }

    .our-values-section .value-card {
        padding: 22px 14px;
        border-radius: 12px;
    }

    .our-values-section .value-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
    }

    .our-values-section .value-card h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .our-values-section .value-card p {
        font-size: 13px;
        line-height: 1.55;
    }
}

/* =============================================
   RESPONSIVE — VERY SMALL MOBILE (≤360px)
   Single column (col-12 handles this)
============================================= */
@media (max-width: 360px) {
    .our-values-section .values-title {
        font-size: 21px;
        letter-spacing: 0;
    }

    .our-values-section .value-card {
        padding: 20px 14px;
        border-radius: 12px;
    }

    .our-values-section .value-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .our-values-section .value-card h4 {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .our-values-section .value-card p {
        font-size: 12.5px;
    }

    .our-values-section .value-card:hover {
        transform: translateY(-4px);
    }
}


/* DEFINES WRAPPER */
.defines-wrapper {
    margin: 0 auto;
}

.defines-title {
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 900;
    color: #0d0d0d;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.def-card-outer {
    background: linear-gradient(145deg, #3a5ff8 0%, #4a72ff 50%, #5580ff 100%);
    border-radius: 18px;
    padding: 6px;
    /* thin blue border gap */
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/*.def-card-outer:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 16px 40px rgba(36, 86, 246, 0.35);*/
/*}*/

.def-card {
    background: rgba(255, 255, 255, 0.18);
    /* light white frosted overlay */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 13px;
    padding: 24px 24px 26px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

/* Subtle dot pattern on every card */
.def-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    z-index: 0;
    border-radius: 13px;
}

/* All card content above pattern */
.def-card>* {
    position: relative;
    z-index: 1;
}

/* Card heading */
.def-card h5 {
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: center;
}

/* Card description text */
.def-card .def-desc {
    font-size: clamp(11.5px, 1.3vw, 12.8px);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.68;
    margin-bottom: 10px;
}

/* Italic / callout line */
.def-card .def-callout {
    font-size: clamp(11px, 1.25vw, 12.5px);
    font-style: italic;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 14px;
    line-height: 1.6;
}

/* Bullet list */
.def-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.def-list li {
    position: relative;
    padding-left: 20px;
    font-size: clamp(11.5px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 7px;
    line-height: 1.5;
}

.def-list li::before {
    content: "o";
    position: absolute;
    left: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    top: 1px;
}

.outlook-card-outer {
    background: linear-gradient(135deg, #3a5ff8 0%, #4a72ff 60%, #7090ff 100%);
    border-radius: 18px;
    padding: 6px;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/*.outlook-card-outer:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 16px 40px rgba(36, 86, 246, 0.35);*/
/*}*/

.outlook-card {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 240px;
}

/* dot pattern */
.outlook-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    z-index: 0;
    border-radius: 13px;
}

/* Left text content */
.outlook-content {
    flex: 1;
    max-width: 700px;
    border-radius: 20px;
    padding: 34px 36px 34px 34px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.outlook-content h5 {
    font-size: clamp(16px, 2.2vw, 22px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.outlook-content .outlook-sub {
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 14px;
}

.outlook-content .def-list li {
    font-size: clamp(11.5px, 1.35vw, 13px);
}

.outlook-img-panel img {
    width: 100%;
    height: 250px;

}

/* =============================================
           RESPONSIVE
        ============================================= */
@media (max-width: 991px) {
    .def-card {
        padding: 24px 22px 26px;
    }

    .outlook-img-panel {
        flex: 0 0 220px;
    }
}

@media (max-width: 767px) {
    .def-card {
        padding: 22px 18px 24px;
    }

    .outlook-card {
        flex-direction: column;
    }

    .outlook-img-panel {
        flex: 0 0 160px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .def-card h5 {
        font-size: 15px;
    }

    .def-desc,
    .def-callout {
        font-size: 12px;
    }

    .def-list li {
        font-size: 12px;
    }

    .outlook-content {
        padding: 24px 20px;
    }

    .outlook-content h5 {
        font-size: 17px;
    }
}


/* =============================================
           SECTION
        ============================================= */
.footprint-section {
    margin: 0 auto;
    /* background: #eef1fb; */
}

/* =============================================
           SECTION HEADING — outside card, centered
        ============================================= */
.footprint-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.footprint-section-head h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
}

.footprint-section-head h2 span {
    color: #2456f6;
}

/* =============================================
           TOP BANNER CARD — HQ + location pills
        ============================================= */
.footprint-banner {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 55%, #2456f6 100%);
    border-radius: 20px 20px 0 0;
    padding: 32px 36px 30px;
    position: relative;
    overflow: hidden;
}

.footprint-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
}

.footprint-banner::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.footprint-banner-deco {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.footprint-banner .inner {
    position: relative;
    z-index: 1;
}

/* HQ block */
.fp-hq-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.fp-hq-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 6px;
}

.fp-hq-title {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
    line-height: 1.15;
}

.fp-hq-desc {
    font-size: clamp(12.5px, 1.4vw, 14px);
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
    margin: 0;
    max-width: 360px;
}

/* =============================================
           BOTTOM CARDS ROW — 3 info cards
        ============================================= */
.footprint-cards-row {
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    border: 1px solid #e4e9f5;
    border-top: none;
    box-shadow: 0 8px 32px rgba(30, 60, 180, 0.08);
    overflow: hidden;
}

/* Each info card */
.fp-info-card {
    padding: 28px 28px 30px;
    border-right: 1px solid #eef2ff;
    height: 100%;
    transition: background 0.22s ease;
}

.fp-info-card:hover {
    background: #f9faff;
}

.col-lg-4:last-child .fp-info-card,
.col-md-12:last-child .fp-info-card {
    border-right: none;
}

/* Icon badge */
.fp-info-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.fp-info-icon.blue {
    background: #eef2ff;
    color: #2456f6;
    border: 1.5px solid #dce6ff;
}

.fp-info-icon.navy {
    background: #e8ecf8;
    color: #1a2f6e;
    border: 1.5px solid #d0d8f0;
}

.fp-info-icon.sky {
    background: #e8f4ff;
    color: #0d7ae8;
    border: 1.5px solid #c8e4ff;
}

.fp-info-card h6 {
    font-size: clamp(14px, 1.6vw, 15.5px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

/* Bullet list inside cards */
.fp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.fp-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: clamp(12px, 1.3vw, 13px);
    color: #555;
    line-height: 1.65;
}

.fp-list li .fp-list-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.fp-info-icon.blue~* .fp-list-dot,
.fp-list-dot.blue {
    background: #2456f6;
}

.fp-list-dot.navy {
    background: #1a2f6e;
}

.fp-list-dot.sky {
    background: #0d7ae8;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .footprint-banner {
        padding: 28px 30px 26px;
    }

    .fp-info-card {
        padding: 24px 22px 26px;
    }

    .fp-hq-icon {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
        ============================================= */
@media (max-width: 992px) {
    .footprint-section {
        padding: 44px 0 48px;
    }

    .footprint-banner {
        border-radius: 18px 18px 0 0;
        padding: 26px 28px 24px;
    }

    .footprint-cards-row {
        border-radius: 0 0 18px 18px;
    }

    .fp-info-card {
        padding: 22px 22px 24px;
        border-right: none;
        border-bottom: 1px solid #eef2ff;
    }

    .fp-pills-wrap {
        align-items: flex-start;
        margin-top: 22px;
    }

    .fp-pills-label {
        text-align: left;
    }

    .fp-pills-grid {
        justify-content: flex-start;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {
    .footprint-section {
        padding: 36px 0 40px;
    }

    .footprint-section-head {
        margin-bottom: 24px;
    }

    .footprint-banner {
        border-radius: 16px 16px 0 0;
        padding: 22px 22px 20px;
    }

    .footprint-cards-row {
        border-radius: 0 0 16px 16px;
    }

    .fp-hq-icon {
        width: 42px;
        height: 42px;
        font-size: 19px;
        border-radius: 11px;
    }

    .fp-info-card {
        padding: 20px 20px 22px;
    }

    .fp-info-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
        border-radius: 10px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .footprint-section {
        padding: 28px 0 32px;
    }

    .footprint-section-head {
        margin-bottom: 18px;
    }

    .footprint-banner {
        border-radius: 14px 14px 0 0;
        padding: 18px 18px 16px;
    }

    .footprint-cards-row {
        border-radius: 0 0 14px 14px;
    }

    .fp-hq-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .fp-pill {
        font-size: 11.5px;
        padding: 7px 14px;
    }

    .fp-info-card {
        padding: 16px 16px 18px;
    }

    .fp-info-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
        border-radius: 9px;
        margin-bottom: 12px;
    }

    .fp-info-card h6 {
        font-size: 13.5px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .footprint-banner {
        padding: 14px 14px 12px;
    }

    .fp-info-card {
        padding: 14px 14px 16px;
    }

    .fp-pill {
        font-size: 11px;
        padding: 6px 12px;
    }
}


/* =============================================
           SECTION
        ============================================= */
.st-section {
    margin: 0 auto;
}

/* =============================================
           SECTION HEADING — outside, centered
        ============================================= */
.st-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.st-section-head h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
}

.st-section-head h2 span {
    color: #2456f6;
}

/* =============================================
           TOP BANNER — Security Frameworks
        ============================================= */
.st-banner {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 55%, #2456f6 100%);
    border-radius: 20px 20px 0 0;
    padding: 32px 36px 30px;
    position: relative;
    overflow: hidden;
}

.st-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
}

.st-banner::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.st-banner-deco {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.st-banner .inner {
    position: relative;
    z-index: 1;
}

.st-banner-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.st-banner-title {
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

.st-fw-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.st-fw-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.st-fw-pill i {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

/* =============================================
           WHITE CARDS BODY
        ============================================= */
.st-cards-body {
    background: #ffffff;
    border: 1px solid #e4e9f5;
    border-top: none;
    box-shadow: 0 8px 32px rgba(30, 60, 180, 0.08);
    overflow: hidden;
}

.st-row-divider {
    border: none;
    border-top: 1px solid #eef2ff;
    margin: 0;
}

.st-card {
    padding: 26px 28px 28px;
    height: 100%;
    transition: background 0.2s ease;
}

.st-card:hover {
    background: #f9faff;
}

.st-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.st-card-icon.blue {
    background: #eef2ff;
    color: #2456f6;
    border: 1.5px solid #dce6ff;
}

.st-card-icon.navy {
    background: #e8ecf8;
    color: #1a2f6e;
    border: 1.5px solid #d0d8f0;
}

.st-card-icon.sky {
    background: #e8f4ff;
    color: #0d7ae8;
    border: 1.5px solid #c8e4ff;
}

.st-card-icon.green {
    background: #e6f4ee;
    color: #0d6e3f;
    border: 1.5px solid #b8dece;
}

.st-card h6 {
    font-size: clamp(13.5px, 1.5vw, 15px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.st-card p.st-desc {
    font-size: clamp(12px, 1.3vw, 13px);
    color: #666;
    line-height: 1.68;
    margin: 0;
}

.st-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.st-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: clamp(12px, 1.25vw, 13px);
    color: #555;
    line-height: 1.65;
}

.st-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.st-dot.blue {
    background: #2456f6;
}

.st-dot.navy {
    background: #1a2f6e;
}

.st-dot.sky {
    background: #0d7ae8;
}

.st-dot.green {
    background: #0d6e3f;
}

.st-col-border {
    border-right: 1px solid #eef2ff;
}

/* =============================================
           DATA PROTECTION STRIP — bottom
        ============================================= */
.st-data-strip {
    background: linear-gradient(100deg, #2456f6 0%, #3a6fff 100%);
    border-radius: 0 0 20px 20px;
    padding: 22px 32px;
    position: relative;
    overflow: hidden;
}

.st-data-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    pointer-events: none;
}

.st-data-strip .inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.st-data-icon {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.16);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.st-data-text h6 {
    font-size: clamp(13.5px, 1.5vw, 15px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.2;
}

.st-data-text p {
    font-size: clamp(12px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.65;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .st-banner {
        padding: 28px 30px 26px;
    }

    .st-card {
        padding: 22px 22px 24px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
        ============================================= */
@media (max-width: 992px) {
    .st-section {
        padding: 44px 0 48px;
    }

    .st-banner {
        border-radius: 18px 18px 0 0;
        padding: 26px 28px 24px;
    }

    .st-col-border {
        border-right: none;
        border-bottom: 1px solid #eef2ff;
    }

    .st-card {
        padding: 22px 22px 24px;
    }

    .st-data-strip {
        border-radius: 0 0 18px 18px;
        padding: 20px 26px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {
    .st-section {
        padding: 36px 0 40px;
    }

    .st-section-head {
        margin-bottom: 24px;
    }

    .st-banner {
        border-radius: 16px 16px 0 0;
        padding: 22px 22px 20px;
    }

    .st-banner-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .st-col-border {
        border-right: none;
        border-bottom: 1px solid #eef2ff;
    }

    .st-card {
        padding: 20px 20px 22px;
    }

    .st-data-strip {
        border-radius: 0 0 16px 16px;
        padding: 18px 20px;
    }

    .st-data-strip .inner {
        flex-wrap: wrap;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .st-section {
        padding: 28px 0 32px;
    }

    .st-section-head {
        margin-bottom: 18px;
    }

    .st-banner {
        border-radius: 14px 14px 0 0;
        padding: 18px 18px 16px;
    }

    .st-banner-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 11px;
    }

    .st-fw-pill {
        font-size: 11.5px;
        padding: 7px 13px;
    }

    .st-card {
        padding: 16px 16px 18px;
    }

    .st-card-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 10px;
    }

    .st-data-strip {
        border-radius: 0 0 14px 14px;
        padding: 16px 16px;
    }

    .st-data-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 10px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .st-banner {
        padding: 14px 14px 12px;
    }

    .st-card {
        padding: 14px 14px 16px;
    }

    .st-data-strip {
        padding: 14px 14px;
    }

    .st-fw-pill {
        font-size: 11px;
        padding: 6px 11px;
    }
}


/* =============================================
           SECTION WRAPPER
        ============================================= */
.vision-section {
    background: #eef1fb;
    padding: 30px 30px;
    border-radius: 16px;
}

/* =============================================
           PILL TAG
        ============================================= */
.vision-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2456f6;
    margin-bottom: 14px;
}

/* =============================================
           HEADING
        ============================================= */
.vision-heading {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.vision-heading .accent {
    color: #2456f6;
}

.vision-section-heading {
    font-size: clamp(30px, 5vw, 30px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}


/* =============================================
           DESCRIPTION
        ============================================= */
.vision-desc {
    font-size: clamp(13.5px, 1.6vw, 15.5px);
    color: #555;
    line-height: 1.75;
    margin-bottom: 40px;
}

/* =============================================
           ROLE CARD
        ============================================= */
.role-card {
    background: #ffffff;
    border: 1px solid #e2e8f8;
    border-radius: 14px;
    padding: 20px 22px 18px;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    cursor: default;
}

/*.role-card:hover {*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 10px 30px rgba(36, 86, 246, 0.12);*/
/*    border-color: #2456f6;*/
/*}*/

.role-card .role-title {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.role-card .role-sub {
    font-size: clamp(12.5px, 1.3vw, 14px);
    color: #666;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}


/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .vision-section {
        padding: 52px 20px;
    }

    .role-card {
        padding: 18px 20px 16px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (768px – 992px)
        ============================================= */
@media (max-width: 992px) {
    .vision-section {
        padding: 48px 16px;
    }

    .vision-desc {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .role-card {
        padding: 18px 18px 16px;
        border-radius: 12px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (576px – 767px)
        ============================================= */
@media (max-width: 767px) {
    .vision-section {
        padding: 40px 14px;
    }

    .vision-heading {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .vision-desc {
        font-size: 13.5px;
        margin-bottom: 26px;
    }

    .role-card {
        padding: 16px 16px 14px;
        border-radius: 12px;
    }

    .role-card .role-title {
        font-size: 15px;
    }

    .role-card .role-sub {
        font-size: 12.5px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .vision-section {
        padding: 32px 12px;
        border-radius: 0;
    }

    .vision-pill {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .vision-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .vision-desc {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .role-card {
        padding: 14px 14px 12px;
        border-radius: 10px;
    }

    .role-card .role-title {
        font-size: 14.5px;
    }

    .role-card .role-sub {
        font-size: 12px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .vision-heading {
        font-size: 24px;
    }

    .vision-desc {
        font-size: 12.5px;
        margin-bottom: 18px;
    }

    .role-card {
        padding: 12px 12px 10px;
    }

    .role-card .role-title {
        font-size: 14px;
    }

    .role-card .role-sub {
        font-size: 11.5px;
    }
}


/* =============================================
           SINGLE PARENT SECTION
        ============================================= */
.leadership-structure-section {
    margin: 0 auto;
}

/* ─────────────────────────────────────────
           TOP CENTER INTRO TEXT
        ───────────────────────────────────────── */
.leadership-structure-section .ls-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.leadership-structure-section .ls-intro p {
    font-size: clamp(13.5px, 1.6vw, 15.5px);
    color: #444;
    line-height: 1.78;
    margin: 0;
}

/* ─────────────────────────────────────────
           CARD BASE
        ───────────────────────────────────────── */
.leadership-structure-section .ls-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

/*.leadership-structure-section .ls-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 18px 44px rgba(30, 80, 220, 0.16);*/
/*}*/

/* ─────────────────────────────────────────
           CARD 1 — VICE PRESIDENTS
           White card with blue top accent line
        ───────────────────────────────────────── */
.leadership-structure-section .ls-card-vp {
    background: #ffffff;
    border: 1px solid #e2e8f5;
    box-shadow: 0 4px 20px rgba(30, 60, 180, 0.07);
}

/* Top accent bar */
.leadership-structure-section .ls-card-vp .ls-top-bar {
    height: 5px;
    background: linear-gradient(90deg, #2456f6, #3a6fff);
    width: 100%;
}

.leadership-structure-section .ls-card-vp .ls-card-body {
    padding: 26px 26px 28px;
}

.leadership-structure-section .ls-card-vp .ls-icon-wrap {
    width: 50px;
    height: 50px;
    background: #dce8ff;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2456f6;
    margin-bottom: 16px;
}

.leadership-structure-section .ls-card-vp h5 {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.leadership-structure-section .ls-card-vp .ls-sub {
    font-size: clamp(12px, 1.3vw, 13px);
    color: #666;
    line-height: 1.68;
    margin-bottom: 18px;
}

/* Domain pill tags */
.leadership-structure-section .ls-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.leadership-structure-section .ls-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f4f7ff;
    border: 1px solid #dce6ff;
    border-radius: 8px;
    padding: 7px 12px;
    font-size: clamp(11px, 1.15vw, 12px);
    font-weight: 600;
    color: #2456f6;
    line-height: 1.3;
    transition: background 0.18s ease;
}

.leadership-structure-section .ls-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2456f6;
    border-radius: 50%;
    flex-shrink: 0;
}

/*.leadership-structure-section .ls-tag:hover {*/
/*    background: #e8f0ff;*/
/*}*/

.leadership-structure-section .ls-card-vp .ls-footer {
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    color: #888;
    line-height: 1.65;
    font-style: italic;
    border-top: 1px solid #f0f3fb;
    padding-top: 14px;
    margin: 0;
}

/* ─────────────────────────────────────────
           CARD 2 — DELIVERY MANAGERS
           Blue gradient card (dark)
        ───────────────────────────────────────── */
.leadership-structure-section .ls-card-dm {
    background: linear-gradient(155deg, #1a3ae0 0%, #2456f6 55%, #3a6fff 100%);
    position: relative;
}

.leadership-structure-section .ls-card-dm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    z-index: 0;
}

.leadership-structure-section .ls-card-dm::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    z-index: 0;
}

.leadership-structure-section .ls-card-dm .ls-card-body {
    padding: 26px 26px 28px;
    position: relative;
    z-index: 1;
}

.leadership-structure-section .ls-card-dm .ls-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 16px;
}

.leadership-structure-section .ls-card-dm h5 {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.leadership-structure-section .ls-card-dm .ls-sub {
    font-size: clamp(12px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.68;
    margin-bottom: 18px;
}

/* Service line rows inside DM card */
.leadership-structure-section .ls-dm-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.leadership-structure-section .ls-dm-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    padding: 9px 14px;
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    transition: background 0.18s ease;
}

/*.leadership-structure-section .ls-dm-item:hover {*/
/*    background: rgba(255, 255, 255, 0.18);*/
/*}*/

.leadership-structure-section .ls-dm-dot {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    flex-shrink: 0;
}

.leadership-structure-section .ls-card-dm .ls-footer {
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    color: rgba(255, 255, 255, 0.60);
    line-height: 1.65;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 14px;
    margin: 0;
}

/* ─────────────────────────────────────────
           CARD 3 — GROWTH PLAN
           Dark navy card with stat blocks
        ───────────────────────────────────────── */
.leadership-structure-section .ls-card-gp {
    background: linear-gradient(155deg, #0f1d4a 0%, #1a2f6e 60%, #1e3a8a 100%);
    position: relative;
}

.leadership-structure-section .ls-card-gp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    z-index: 0;
}

.leadership-structure-section .ls-card-gp::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(36, 86, 246, 0.20);
    z-index: 0;
}

.leadership-structure-section .ls-card-gp .ls-card-body {
    padding: 26px 26px 28px;
    position: relative;
    z-index: 1;
}

.leadership-structure-section .ls-card-gp .ls-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(36, 86, 246, 0.30);
    border: 1.5px solid rgba(36, 86, 246, 0.50);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #6a9fff;
    margin-bottom: 16px;
}

.leadership-structure-section .ls-card-gp h5 {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.leadership-structure-section .ls-card-gp .ls-sub {
    font-size: clamp(12px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.68;
    margin-bottom: 22px;
}

/* Stat blocks side by side */
.leadership-structure-section .ls-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.leadership-structure-section .ls-stat-block {
    flex: 1;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 16px 14px;
    text-align: center;
}

.leadership-structure-section .ls-stat-num {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.leadership-structure-section .ls-stat-label {
    font-size: clamp(10.5px, 1.1vw, 11.5px);
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    line-height: 1.35;
}

/* Bullet list inside GP */
.leadership-structure-section .ls-gp-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.leadership-structure-section .ls-gp-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
    padding: 5px 0;
}

.leadership-structure-section .ls-gp-dot {
    width: 7px;
    height: 7px;
    background: #6a9fff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.leadership-structure-section .ls-card-gp .ls-footer {
    font-size: clamp(11px, 1.15vw, 12px);
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 14px;
    margin: 0;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .leadership-structure-section .ls-card-body {
        padding: 22px 20px 24px !important;
    }

    .leadership-structure-section .ls-icon-wrap {
        width: 44px;
        height: 44px;
        font-size: 19px;
        border-radius: 11px;
    }

    .leadership-structure-section .ls-tags {
        gap: 6px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
           2 cols + 1 full-width or all stack
        ============================================= */
@media (max-width: 992px) {
    .leadership-structure-section {
        padding: 48px 16px;
    }

    .leadership-structure-section .ls-intro {
        margin-bottom: 30px;
    }

    .leadership-structure-section .ls-card {
        border-radius: 18px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {
    .leadership-structure-section {
        padding: 36px 14px;
    }

    .leadership-structure-section .ls-intro {
        margin-bottom: 24px;
    }

    .leadership-structure-section .ls-intro p {
        font-size: 13.5px;
    }

    .leadership-structure-section .ls-card {
        border-radius: 16px;
    }

    .leadership-structure-section .ls-stats {
        gap: 8px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .leadership-structure-section {
        padding: 28px 12px;
    }

    .leadership-structure-section .ls-intro p {
        font-size: 13px;
    }

    .leadership-structure-section .ls-card {
        border-radius: 14px;
    }

    .leadership-structure-section .ls-card-body {
        padding: 18px 16px 20px !important;
    }

    .leadership-structure-section .ls-icon-wrap {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 10px;
        margin-bottom: 13px;
    }

    .leadership-structure-section .ls-stats {
        flex-direction: row;
        gap: 8px;
    }

    .leadership-structure-section .ls-stat-num {
        font-size: 26px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .leadership-structure-section .ls-card-body {
        padding: 16px 14px 18px !important;
    }

    .leadership-structure-section .ls-icon-wrap {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .leadership-structure-section .ls-tag {
        font-size: 11px;
        padding: 6px 10px;
    }
}


/* =============================================
           SINGLE PARENT SECTION
        ============================================= */
.how-operate-section {
    margin: 0 auto;
}

/* ─────────────────────────────────────────
           TOP CENTER HEADING + INTRO
        ───────────────────────────────────────── */
.how-operate-section .ho-intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 42px;
}

.how-operate-section .ho-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2456f6;
    margin-bottom: 10px;
}

.how-operate-section .ho-title {
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.how-operate-section .ho-title span {
    color: #2456f6;
}

/* ─────────────────────────────────────────
           CARD BASE
        ───────────────────────────────────────── */
.how-operate-section .ho-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    box-shadow: 0 4px 20px rgba(30, 60, 180, 0.08);
}

/*.how-operate-section .ho-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 18px 44px rgba(30, 80, 220, 0.16);*/
/*}*/

/* ─────────────────────────────────────────
           IMAGE ZONE — top of each card
        ───────────────────────────────────────── */
.how-operate-section .ho-img-wrap {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}

.how-operate-section .ho-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

/*.how-operate-section .ho-card:hover .ho-img-wrap img {*/
/*    transform: scale(1.05);*/
/*}*/

/* Dark gradient over image */
.how-operate-section .ho-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.25) 50%,
            rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
}

/* Icon + title floating on image bottom */
.how-operate-section .ho-img-label {
    position: absolute;
    bottom: 16px;
    left: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.how-operate-section .ho-img-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #ffffff;
    flex-shrink: 0;
}

/* Card 1 icon color */
.how-operate-section .ho-card-1 .ho-img-icon {
    background: #2456f6;
}

/* Card 2 icon color */
.how-operate-section .ho-card-2 .ho-img-icon {
    background: #0d7ae8;
}

/* Card 3 icon color */
.how-operate-section .ho-card-3 .ho-img-icon {
    background: #0099cc;
}

.how-operate-section .ho-img-label h5 {
    font-size: clamp(14px, 1.7vw, 16.5px);
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* ─────────────────────────────────────────
           CARD BODY
        ───────────────────────────────────────── */
.how-operate-section .ho-card-body {
    background: #ffffff;
    padding: 22px 22px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Intro line */
.how-operate-section .ho-card-intro {
    font-size: clamp(12px, 1.3vw, 13px);
    color: #666;
    line-height: 1.68;
    margin-bottom: 14px;
    font-style: italic;
}

/* List items */
.how-operate-section .ho-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    flex: 1;
}

.how-operate-section .ho-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f4f7ff;
    border: 1px solid #e4eaff;
    border-radius: 9px;
    padding: 9px 13px;
    margin-bottom: 7px;
    font-size: clamp(11.5px, 1.25vw, 13px);
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.how-operate-section .ho-list li:last-child {
    margin-bottom: 0;
}

/*.how-operate-section .ho-list li:hover {*/
/*    background: #eef2ff;*/
/*    border-color: #c0d0ff;*/
/*}*/

/* Bullet dot */
.how-operate-section .ho-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.how-operate-section .ho-card-1 .ho-dot {
    background: #2456f6;
}

.how-operate-section .ho-card-2 .ho-dot {
    background: #0d7ae8;
}

.how-operate-section .ho-card-3 .ho-dot {
    background: #0099cc;
}

/* Footer callout */
.how-operate-section .ho-card-footer {
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    color: #555;
    line-height: 1.65;
    border-top: 1px solid #f0f3fb;
    padding-top: 14px;
    margin-top: auto;
    font-style: italic;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .how-operate-section .ho-img-wrap {
        height: 175px;
    }

    .how-operate-section .ho-card-body {
        padding: 18px 18px 22px;
    }

    .how-operate-section .ho-img-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
        ============================================= */
@media (max-width: 992px) {
    .how-operate-section {
        padding: 48px 16px;
    }

    .how-operate-section .ho-intro {
        margin-bottom: 32px;
    }

    .how-operate-section .ho-img-wrap {
        height: 180px;
    }

    .how-operate-section .ho-card {
        border-radius: 18px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {
    .how-operate-section {
        padding: 36px 14px;
    }

    .how-operate-section .ho-title {
        font-size: 28px;
    }

    .how-operate-section .ho-intro {
        margin-bottom: 26px;
    }

    .how-operate-section .ho-img-wrap {
        height: 200px;
    }

    .how-operate-section .ho-card {
        border-radius: 16px;
    }

    .how-operate-section .ho-card-body {
        padding: 18px 18px 22px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .how-operate-section {
        padding: 28px 12px;
    }

    .how-operate-section .ho-title {
        font-size: 24px;
    }

    .how-operate-section .ho-intro {
        margin-bottom: 20px;
    }

    .how-operate-section .ho-img-wrap {
        height: 180px;
    }

    .how-operate-section .ho-card {
        border-radius: 14px;
    }

    .how-operate-section .ho-img-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 9px;
    }

    .how-operate-section .ho-img-label {
        bottom: 12px;
        left: 14px;
        gap: 10px;
    }

    .how-operate-section .ho-card-body {
        padding: 16px 16px 18px;
    }

    .how-operate-section .ho-list li {
        padding: 8px 11px;
        font-size: 12px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .how-operate-section .ho-title {
        font-size: 22px;
    }

    .how-operate-section .ho-img-wrap {
        height: 160px;
    }

    .how-operate-section .ho-card-body {
        padding: 14px 14px 16px;
    }

    .how-operate-section .ho-img-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}


/* =============================================
           SHARED UTILITIES
        ============================================= */
.sec-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2456f6;
    margin-bottom: 8px;
}

.sec-head {
    text-align: center;
    margin-bottom: 36px;
}

.sec-head h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
}

.sec-head h2 span {
    color: #2456f6;
}

/* shared card styles */
.info-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e4e9f5;
    padding: 24px 24px 26px;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

/*.info-card:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 12px 32px rgba(30, 80, 220, 0.10);*/
/*    border-color: #b8ceff;*/
/*}*/

.info-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.info-card-icon.blue {
    background: #eef2ff;
    color: #2456f6;
    border: 1.5px solid #dce6ff;
}

.info-card-icon.navy {
    background: #e8ecf8;
    color: #1a2f6e;
    border: 1.5px solid #d0d8f0;
}

.info-card-icon.sky {
    background: #e8f4ff;
    color: #0d7ae8;
    border: 1.5px solid #c8e4ff;
}

.info-card-icon.green {
    background: #e6f4ee;
    color: #0d6e3f;
    border: 1.5px solid #b8dece;
}

.info-card-icon.teal {
    background: #e0f5f5;
    color: #0a7a8f;
    border: 1.5px solid #b8e8ee;
}

.info-card h6 {
    font-size: clamp(13.5px, 1.5vw, 15px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.info-card p.card-desc {
    font-size: clamp(12px, 1.3vw, 13px);
    color: #666;
    line-height: 1.68;
    margin: 0;
}

/* shared bullet list */
.dot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dot-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: clamp(12px, 1.25vw, 13px);
    color: #555;
    line-height: 1.65;
}

.dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.dot.blue {
    background: #2456f6;
}

.dot.navy {
    background: #1a2f6e;
}

.dot.sky {
    background: #0d7ae8;
}

.dot.green {
    background: #0d6e3f;
}

.dot.teal {
    background: #0a7a8f;
}

.dot.white {
    background: rgba(255, 255, 255, 0.70);
}

/* shared card tag */
.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 16px;
}

.card-tag.blue {
    background: #eef2ff;
    border: 1.5px solid #dce6ff;
    color: #2456f6;
}

.card-tag.navy {
    background: #e8ecf8;
    border: 1.5px solid #d0d8f0;
    color: #1a2f6e;
}

.card-tag.sky {
    background: #e8f4ff;
    border: 1.5px solid #c8e4ff;
    color: #0d7ae8;
}

.card-tag.green {
    background: #e6f4ee;
    border: 1.5px solid #b8dece;
    color: #0d6e3f;
}

.card-tag.teal {
    background: #e0f5f5;
    border: 1.5px solid #b8e8ee;
    color: #0a7a8f;
}

/* =============================================
           ══ SECTION 1 — GROWTH ARCHITECTURE ══
        ============================================= */
.growth-section {
    margin: 0 auto;
}

/* dark banner top */
.growth-banner {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 55%, #2456f6 100%);
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.growth-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
}

.growth-banner::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.growth-banner-deco {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.growth-banner .inner {
    position: relative;
    z-index: 1;
}

.growth-banner-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 16px;
}

.growth-banner h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.4px;
    line-height: 1.12;
}

.growth-banner h3 span {
    color: #6a9fff;
}

.growth-banner p {
    font-size: clamp(12.5px, 1.4vw, 14px);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin: 0;
    max-width: 480px;
}

/* stat counters on right side */
.growth-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    height: 100%;
}

.growth-heading {
    font-size: 20px;
    color: white;
}

.growth-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 14px 18px;
}

.growth-stat-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #6a9fff;
    flex-shrink: 0;
}

.growth-stat h6 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
    line-height: 1.2;
}

.growth-stat p {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.4;
}

/* =============================================
           ══ SECTION 2 — CULTURE OF EXCELLENCE ══
        ============================================= */
.culture-section {
    margin: 0 auto;
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 60%, #2456f6 100%);
    position: relative;
    overflow: hidden;
}

.culture-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 26px 26px;
    pointer-events: none;
}

.culture-section .sec-eyebrow {
    color: rgba(255, 255, 255, 0.55);
}

.culture-section .sec-head h2 {
    color: #fff;
}

.culture-section .sec-head h2 span {
    color: #6a9fff;
}

/* culture cards — glass style */
.culture-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 24px 24px 26px;
    height: 100%;
    backdrop-filter: blur(4px);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

/*.culture-card:hover {*/
/*    background: rgba(255, 255, 255, 0.13);*/
/*    border-color: rgba(255, 255, 255, 0.28);*/
/*    transform: translateY(-4px);*/
/*}*/

.culture-card-icon {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}

.culture-card h6 {
    font-size: clamp(13.5px, 1.5vw, 15px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.culture-card p.culture-desc {
    font-size: clamp(12px, 1.3vw, 13px);
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.68;
    margin: 0;
}

.culture-card .dot-list li {
    color: rgba(255, 255, 255, 0.75);
}

/* =============================================
           ══ SECTION 3 — BUILT DIFFERENT. BUILT BETTER. ══
        ============================================= */
.built-section {
    margin: 0 auto;
}

/* hero strip */
.built-hero {
    background: linear-gradient(100deg, #2456f6 0%, #3a6fff 100%);
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.built-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
}

.built-hero::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.built-hero-deco {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.built-hero .inner {
    position: relative;
    z-index: 1;
}

.built-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
}

.built-hero h3 {
    font-size: clamp(22px, 3.5vw, 38px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.built-hero h3 em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.65);
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {

    .growth-banner,
    .built-hero {
        padding: 30px 32px;
    }

    .built-client-strip {
        padding: 22px 26px;
    }

    .info-card,
    .culture-card {
        padding: 20px 20px 22px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
        ============================================= */
@media (max-width: 992px) {

    .growth-section,
    .culture-section,
    .built-section {
        padding: 44px 0 48px;
    }

    .growth-banner,
    .built-hero {
        padding: 28px 28px;
        border-radius: 18px;
    }

    .built-client-strip {
        padding: 22px 24px;
        border-radius: 18px;
    }

    .info-card,
    .culture-card {
        padding: 20px 20px 22px;
        border-radius: 14px;
    }

    .growth-stats {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .growth-stat {
        flex: 1 1 calc(50% - 7px);
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {

    .growth-section,
    .culture-section,
    .built-section {
        padding: 36px 0 40px;
    }

    .sec-head {
        margin-bottom: 24px;
    }

    .growth-banner,
    .built-hero {
        padding: 24px 22px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .built-client-strip {
        border-radius: 16px;
        margin-top: 18px;
        padding: 20px 20px;
    }

    .built-client-strip .inner {
        flex-wrap: wrap;
    }

    .info-card,
    .culture-card {
        border-radius: 14px;
        padding: 18px 18px 20px;
    }

    .growth-stats {
        flex-direction: column;
    }

    .growth-stat {
        flex: 1 1 100%;
    }

    .growth-banner-icon,
    .built-client-icon {
        width: 46px;
        height: 46px;
        font-size: 21px;
        border-radius: 12px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {

    .growth-section,
    .culture-section,
    .built-section {
        padding: 28px 0 32px;
    }

    .sec-head {
        margin-bottom: 18px;
    }

    .growth-banner,
    .built-hero {
        padding: 18px 18px;
        border-radius: 14px;
    }

    .built-client-strip {
        border-radius: 14px;
        padding: 16px 16px;
        margin-top: 14px;
    }

    .info-card,
    .culture-card {
        border-radius: 12px;
        padding: 16px 16px 18px;
    }

    .info-card-icon,
    .culture-card-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 9px;
    }

    .growth-banner-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        border-radius: 12px;
    }

    .growth-banner h3 {
        font-size: 20px;
    }

    .built-hero h3 {
        font-size: 20px;
    }

    .built-client-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 10px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {

    .growth-banner,
    .built-hero {
        padding: 14px 14px;
    }

    .built-client-strip {
        padding: 14px 14px;
    }

    .info-card,
    .culture-card {
        padding: 14px 14px 16px;
    }

    .growth-banner h3,
    .built-hero h3 {
        font-size: 18px;
    }
}


/* =============================================
           SECTION WRAPPER
        ============================================= */
.built-section {
    margin: 0 auto;
    padding: 100px;
}

/* =============================================
           INNER CARD
        ============================================= */
.built-card {
    background: linear-gradient(135deg, #1a2f6e 0%, #1e3a8a 40%, #1a2f6e 100%);
    border-radius: 22px;
    padding: 70px 40px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* All content above overlays */
.built-card .built-inner {
    position: relative;
    z-index: 1;
}

/* =============================================
           HEADING
        ============================================= */
.built-heading {
    font-size: clamp(32px, 6vw, 72px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.08;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

/* =============================================
           DESCRIPTION
        ============================================= */
.built-desc {
    font-size: clamp(13.5px, 1.6vw, 16px);
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto 40px;
    font-weight: 400;
}

/* =============================================
           BUTTONS ROW
        ============================================= */
.built-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* Solid blue — Partner With Us */
.btn-built-primary {
    background: #2456f6;
    color: #ffffff;
    font-size: clamp(13px, 1.4vw, 15px);
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    white-space: nowrap;
}

.btn-built-primary:hover {
    background: #1a3ae0;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(36, 86, 246, 0.4);
    color: #fff;
}

/* Outline white — Explore / Join */
.btn-built-outline {
    background: transparent;
    color: #ffffff;
    font-size: clamp(13px, 1.4vw, 15px);
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    white-space: nowrap;
}

.btn-built-outline:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.80);
    transform: translateY(-2px);
    color: #fff;
}


/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .built-card {
        padding: 62px 40px 58px;
    }

    .built-heading {
        letter-spacing: -0.8px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (768px – 992px)
        ============================================= */
@media (max-width: 992px) {
    .built-section {
        padding: 32px 16px;
    }

    .built-card {
        padding: 56px 32px 52px;
        border-radius: 18px;
    }

    .built-desc {
        max-width: 480px;
        margin-bottom: 34px;
    }

    .built-btns {
        gap: 12px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (576px – 767px)
        ============================================= */
@media (max-width: 767px) {
    .built-section {
        padding: 28px 14px;
    }

    .built-card {
        padding: 48px 24px 44px;
        border-radius: 16px;
    }

    .built-heading {
        letter-spacing: -0.5px;
        margin-bottom: 18px;
    }

    .built-desc {
        font-size: 13.5px;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .built-btns {
        gap: 10px;
    }

    .btn-built-primary,
    .btn-built-outline {
        padding: 13px 24px;
        font-size: 13.5px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .built-section {
        padding: 22px 12px;
    }

    .built-card {
        padding: 40px 18px 38px;
        border-radius: 14px;
    }

    .built-heading {
        letter-spacing: -0.3px;
        margin-bottom: 14px;
    }

    .built-desc {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .built-btns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn-built-primary,
    .btn-built-outline {
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .built-card {
        padding: 32px 14px 30px;
        border-radius: 12px;
    }

    .built-heading {
        font-size: 28px;
        letter-spacing: 0;
    }

    .built-desc {
        font-size: 12.5px;
    }

    .btn-built-primary,
    .btn-built-outline {
        max-width: 100%;
        padding: 13px 16px;
        font-size: 13px;
    }
}