.delivery-hero {
    position: relative;
    width: 100%;
    min-height: 360px;
    background: url("../image/how-we-deliver/How-We-Deliver.png") center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* LEFT BLUE SHADOW OVERLAY */
.delivery-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 */
.delivery-hero .hero-content {
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.delivery-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);
}

.delivery-hero .hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.delivery-hero .hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
}

@media (max-width: 576px) {

    .delivery-hero {
        min-height: 280px;
        background-position: top right;
    }

    .delivery-hero .hero-content {
        padding: 20px 15px;
        text-align: left;
    }

    .delivery-hero .hero-content h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .delivery-hero .hero-content p {
        font-size: 15px;
        max-width: 100%;
    }

    .deliver-tag {
        font-size: 11px;
        padding: 5px 14px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .delivery-hero {
        min-height: 340px;
    }

    .delivery-hero .hero-content {
        padding-left: 50px;
    }

    .delivery-hero .hero-content h1 {
        font-size: 48px;
    }

    .delivery-hero .hero-content p {
        font-size: 18px;
        max-width: 500px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .delivery-hero {
        min-height: 360px;
    }

    .delivery-hero .hero-content {
        padding-left: 70px;
    }

    .delivery-hero .hero-content h1 {
        font-size: 58px;
    }

    .delivery-hero .hero-content p {
        font-size: 19px;
    }
}


/* =============================================
           SECTION
        ============================================= */
.deliver-intro-section {
    padding: 60px 20px;
}

/* =============================================
           OUTER WHITE CARD
        ============================================= */
.deliver-intro-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e4e9f5;
    box-shadow: 0 4px 28px rgba(30, 60, 180, 0.08);
}

/* =============================================
           LEFT CONTENT PANEL
        ============================================= */
.deliver-content {
    padding: 52px 48px 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Description paragraphs */
.deliver-desc {
    font-size: clamp(13px, 1.4vw, 14.5px);
    color: #555;
    line-height: 1.78;
    margin-bottom: 14px;
}

/* Three pillars label */
.deliver-pillars-label {
    font-size: clamp(12.5px, 1.35vw, 14px);
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 12px;
}

/* Pillar items */
.deliver-pillars {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.deliver-pillar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4f7ff;
    border: 1px solid #dce6ff;
    border-radius: 10px;
    padding: 11px 16px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

/*.deliver-pillar-item:hover {*/
/*    background: #e8f0ff;*/
/*    border-color: #2456f6;*/
/*}*/

.deliver-pillar-dot {
    width: 8px;
    height: 8px;
    background: #2456f6;
    border-radius: 50%;
    flex-shrink: 0;
}

.deliver-pillar-item span {
    font-size: clamp(12.5px, 1.35vw, 14px);
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}

/* Closing line */
.deliver-closing {
    font-size: clamp(12.5px, 1.3vw, 13.5px);
    color: #555;
    line-height: 1.72;
    margin-bottom: 30px;
    font-style: italic;
    border-left: 3px solid #2456f6;
    padding-left: 14px;
}

/* CTA Buttons */
.deliver-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.deliver-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2456f6;
    color: #ffffff;
    font-size: clamp(13px, 1.4vw, 14.5px);
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease;
    white-space: nowrap;
}

.deliver-btn-primary:hover {
    background: #1a3ae0;
    color: #fff;
    transform: translateY(-2px);
}

/* =============================================
           RIGHT IMAGE PANEL
        ============================================= */
.deliver-img-panel {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.deliver-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Subtle left-edge fade to blend with card */
.deliver-img-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.12) 0%,
            transparent 25%);
    z-index: 1;
    pointer-events: none;
}

/* Dot pattern overlay */
.deliver-img-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(36, 86, 246, 0.07) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    z-index: 2;
    pointer-events: none;
}


/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .deliver-content {
        padding: 44px 36px 44px 44px;
    }

    .deliver-img-panel {
        min-height: 440px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (768px – 992px)
        ============================================= */
@media (min-width: 768px) and (max-width: 992px) {
    .deliver-intro-section {
        padding: 48px 16px;
    }

    .deliver-intro-card {
        border-radius: 20px;
    }

    .deliver-content {
        padding: 36px 28px 36px 32px;
    }

    .deliver-img-panel {
        min-height: 380px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT + MOBILE (≤767px)
           Stack: image on top, content below
        ============================================= */
@media (max-width: 767px) {
    .deliver-intro-section {
        padding: 36px 14px;
    }

    .deliver-intro-card {
        border-radius: 18px;
        flex-direction: column;
    }

    .deliver-img-panel {
        min-height: 240px;
        max-height: 280px;
    }

    .deliver-img-panel::before {
        background: linear-gradient(to bottom,
                transparent 60%,
                rgba(255, 255, 255, 0.15) 100%);
    }

    .deliver-content {
        padding: 30px 24px 36px;
    }

    .deliver-btns {
        gap: 10px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .deliver-intro-section {
        padding: 28px 12px;
    }

    .deliver-intro-card {
        border-radius: 16px;
    }

    .deliver-img-panel {
        min-height: 200px;
        max-height: 240px;
    }

    .deliver-content {
        padding: 24px 18px 28px;
    }

    .deliver-heading {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .deliver-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .deliver-closing {
        font-size: 12.5px;
        margin-bottom: 22px;
    }

    .deliver-pillar-item {
        padding: 10px 14px;
    }

    .deliver-btns {
        flex-direction: column;
        gap: 8px;
    }

    .deliver-btn-primary,
    .deliver-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .deliver-img-panel {
        min-height: 180px;
        max-height: 210px;
    }

    .deliver-content {
        padding: 20px 14px 24px;
    }

    .deliver-heading {
        font-size: 18px;
    }
}


/* =============================================
   PARENT SECTION
============================================= */
.alliance-section {
    margin: 0 auto;
}
 
/* =============================================
   TOP INTRO — centered heading block
============================================= */
.alliance-eyebrow {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #2456f6;
    margin-bottom: 10px;
}
 
.alliance-top-heading {
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
 
.alliance-top-heading span {
    color: #2456f6;
}
 
.alliance-top-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.78;
    max-width: 620px;
    margin: 0 auto 32px;
}
 
.alliance-top-divider {
    border: none;
    border-top: 1px solid #e4e9f5;
    margin: 0 0 28px;
}
 
/* =============================================
   ALLIANCE FRAMEWORK SUB-HEADING
============================================= */
.alliance-heading {
    font-size: clamp(24px, 4vw, 20px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
 
.alliance-heading span {
    color: #2456f6;
}
 
/* =============================================
   TIER CARD
============================================= */
.alliance-section .tier-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f5;
    box-shadow: 0 4px 20px rgba(30, 60, 180, 0.06);
    padding: 28px 30px 26px;
}
 
.alliance-section .tier-heading {
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}
 
/* =============================================
   TIER 1 — LOGO GRID (no scrollbar, wraps freely)
============================================= */
.tier1-logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
 
.tier1-logo-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #ffffff;
    border: 1.5px solid #d0d7e8;
    border-radius: 10px;
    padding: 14px 24px;
    min-width: 210px;
    height: 64px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
 
/*.tier1-logo-pill:hover {*/
/*    border-color: #2456f6;*/
/*    box-shadow: 0 4px 14px rgba(36, 86, 246, 0.1);*/
/*}*/
 
.tier1-logo-pill img {
    height: 26px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    display: block;
}
 
.tier1-logo-label {
    font-size: 10px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 1.2;
}
 
/* =============================================
   TECH PILLS (Tier 2, 3, 4)
============================================= */
.alliance-section .tech-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}
 
.alliance-section .tech-pill {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1.5px solid #d0d7e8;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 700;
    color: #0d0d0d;
    white-space: normal;
    cursor: default;
    line-height: 1.5;
    transition: all 0.22s ease;
}
 
/* =============================================
   TIER FOOTER TEXT
============================================= */
.alliance-section .tier-footer-text {
    font-size: clamp(12px, 1.3vw, 13.5px);
    color: #666;
    line-height: 1.7;
    margin: 0;
}
 
/* =============================================
   RESPONSIVE — TABLET (≤767px)
============================================= */
@media (max-width: 767px) {
    .alliance-section { padding: 48px 16px; }
    .alliance-top-desc { font-size: 13.5px; }
    .alliance-heading { margin-bottom: 20px; }
    .alliance-section .tier-card { padding: 22px 20px 20px; border-radius: 14px; }
    .alliance-section .tech-pill { padding: 10px 16px; font-size: 13px; }
    .alliance-section .tech-pills { gap: 8px; }
    .tier1-logo-grid { gap: 10px; }
    .tier1-logo-pill { padding: 12px 18px; min-width: 100px; height: 56px; }
    .tier1-logo-pill img { height: 22px; max-width: 110px; }
}
 
/* =============================================
   RESPONSIVE — SMALL MOBILE (≤575px)
============================================= */
@media (max-width: 575px) {
    .alliance-section { padding: 36px 12px; }
    .alliance-top-heading { font-size: 22px; }
    .alliance-top-desc { font-size: 13px; margin-bottom: 22px; }
    .alliance-top-divider { margin-bottom: 18px; }
    .alliance-heading { font-size: 20px; margin-bottom: 16px; }
    .alliance-section .tier-card { padding: 18px 16px; border-radius: 12px; }
    .alliance-section .tech-pill { padding: 9px 14px; font-size: 12.5px; border-radius: 8px; }
    .alliance-section .tier-heading { font-size: 14px; }
    .alliance-section .tier-footer-text { font-size: 12px; }
    .tier1-logo-grid { gap: 8px; }
    .tier1-logo-pill { padding: 10px 14px; min-width: 90px; height: 52px; border-radius: 8px; }
    .tier1-logo-pill img { height: 20px; max-width: 90px; }
}
 
/* =============================================
   RESPONSIVE — VERY SMALL MOBILE (≤380px)
============================================= */
@media (max-width: 380px) {
    .alliance-section { padding: 28px 10px; }
    .alliance-top-heading { font-size: 20px; }
    .alliance-heading { font-size: 18px; }
    .alliance-section .tier-card { padding: 16px 14px; border-radius: 10px; }
    .alliance-section .tech-pill { padding: 8px 12px; font-size: 12px; }
    .tier1-logo-pill { min-width: 80px; height: 48px; padding: 8px 12px; }
    .tier1-logo-pill img { height: 18px; max-width: 80px; }
}


/* =============================================
   SECTION
============================================= */
.codelivery-section {
    margin: 0 auto;
}

/* =============================================
   TOP INTRO — centered
============================================= */
.codelivery-section .codelivery-eyebrow {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #2456f6;
    margin-bottom: 10px;
}

.codelivery-section .codelivery-top-heading {
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.codelivery-section .codelivery-top-heading span {
    color: #2456f6;
}

.codelivery-section .codelivery-top-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.78;
    max-width: 680px;
    margin: 0 auto 32px;
}

.codelivery-section .codelivery-top-divider {
    border: none;
    border-top: 1px solid #e4e9f5;
    margin: 0 0 36px;
}

/* =============================================
   DELIVERY CARD
============================================= */
.codelivery-section .cdm-card {
    background: #0b1f4a;
    border-radius: 18px;
    border: 1px solid #1a3272;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 30px 28px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    color: #c8d8f5;
}

/*.codelivery-section .cdm-card:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);*/
/*}*/

/* Faded watermark number top-right */
.codelivery-section .cdm-num {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: clamp(72px, 9vw, 110px);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    user-select: none;
    pointer-events: none;
    letter-spacing: -2px;
}

/* Card icon box */
.codelivery-section .cdm-icon-box {
    width: 48px;
    height: 48px;
    background: #132d5e;
    color: #5b8dee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Card heading */
.codelivery-section .cdm-card h5 {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 1;
}

/* Card description */
.codelivery-section .cdm-card .cdm-desc {
    font-size: clamp(12.5px, 1.35vw, 13.5px);
    color: #8fadd6;
    line-height: 1.72;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.codelivery-section .cdm-card .cdm-desc:last-child {
    margin-bottom: 0;
}

/* ── Bullet list inside card ── */
.codelivery-section .cdm-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
}

.codelivery-section .cdm-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #0f2550;
    border: 1px solid #1c3670;
    border-radius: 9px;
    padding: 9px 13px;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 500;
    color: #8fc4e8;
    line-height: 1.45;
    transition: background 0.18s ease;
}

.codelivery-section .cdm-list li:last-child {
    margin-bottom: 0;
}

/*.codelivery-section .cdm-list li:hover {*/
/*    background: #163060;*/
/*}*/

.codelivery-section .cdm-list-dot {
    width: 7px;
    height: 7px;
    background: #5b8dee;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

/* ── Sub-description after list ── */
.codelivery-section .cdm-sub {
    font-size: clamp(11.5px, 1.25vw, 13px);
    color: #6a9fd4;
    line-height: 1.65;
    font-style: italic;
    padding-left: 2px;
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
}

/* ── 2×2 grid layout for Global Delivery Hubs list ── */
.codelivery-section .cdm-list.cdm-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.codelivery-section .cdm-list.cdm-list-grid li {
    margin-bottom: 0;
}

/* =============================================
   RESPONSIVE — LAPTOP (993px – 1199px)
============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .codelivery-section .cdm-card {
        padding: 26px 22px 24px;
    }

    .codelivery-section .cdm-icon-box {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .codelivery-section .cdm-num {
        font-size: 80px;
    }
}

/* =============================================
   RESPONSIVE — TABLET LANDSCAPE (≤992px)
============================================= */
@media (max-width: 992px) {
    .codelivery-section .cdm-card {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .codelivery-section .cdm-num {
        font-size: 78px;
    }

    .codelivery-section .cdm-icon-box {
        width: 44px;
        height: 44px;
        font-size: 19px;
        border-radius: 10px;
    }
}

/* =============================================
   RESPONSIVE — TABLET PORTRAIT (≤767px)
============================================= */
@media (max-width: 767px) {
    .codelivery-section {
        padding: 36px 14px;
    }

    .codelivery-section .codelivery-top-desc {
        font-size: 13.5px;
    }

    .codelivery-section .cdm-card {
        padding: 22px 18px 20px;
        border-radius: 14px;
    }

    .codelivery-section .cdm-num {
        font-size: 66px;
        top: -4px;
        right: 10px;
    }

    .codelivery-section .cdm-list li {
        padding: 8px 11px;
        font-size: 12.5px;
    }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (≤575px)
============================================= */
@media (max-width: 575px) {
    .codelivery-section {
        padding: 28px 12px;
    }

    .codelivery-section .codelivery-top-heading {
        font-size: 22px;
    }

    .codelivery-section .codelivery-top-desc {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .codelivery-section .codelivery-top-divider {
        margin-bottom: 24px;
    }

    .codelivery-section .cdm-card {
        padding: 18px 16px 18px;
        border-radius: 12px;
    }

    .codelivery-section .cdm-icon-box {
        width: 40px;
        height: 40px;
        font-size: 17px;
        margin-bottom: 14px;
    }

    .codelivery-section .cdm-card h5 {
        font-size: 15px;
    }

    .codelivery-section .cdm-desc {
        font-size: 13px;
    }

    .codelivery-section .cdm-list li {
        font-size: 12px;
        padding: 8px 10px;
        gap: 8px;
    }

    .codelivery-section .cdm-num {
        font-size: 58px;
    }

    /* Collapse grid to 1 col on small screens */
    .codelivery-section .cdm-list.cdm-list-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   RESPONSIVE — VERY SMALL MOBILE (≤380px)
============================================= */
@media (max-width: 380px) {
    .codelivery-section .codelivery-top-heading {
        font-size: 20px;
    }

    .codelivery-section .cdm-card {
        padding: 16px 14px;
    }

    .codelivery-section .cdm-icon-box {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .codelivery-section .cdm-card h5 {
        font-size: 14.5px;
    }
}


/* =============================================
           SECTION
        ============================================= */
.tip-section {
    margin: 0 auto;
}

/* =============================================
           TOP INTRO — centered (same as previous)
        ============================================= */
.tip-eyebrow {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #2456f6;
    margin-bottom: 10px;
}

.tip-top-heading {
    font-size: clamp(26px, 4.5vw, 46px);
    font-weight: 900;
    color: #0d0d0d;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.tip-top-heading span {
    color: #2456f6;
}

.tip-top-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.78;
    max-width: 680px;
    margin: 0 auto 10px;
}

.tip-top-sub {
    font-size: clamp(12.5px, 1.35vw, 14px);
    color: #777;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
}

.tip-top-divider {
    border: none;
    border-top: 1px solid #e4e9f5;
    margin: 0 0 36px;
}

/* =============================================
           TIP CARD — different design: 
           Left colored accent strip + top step badge
        ============================================= */
.tip-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f5;
    box-shadow: 0 4px 20px rgba(30, 60, 180, 0.06);
    height: 100%;
    overflow: hidden;
    display: flex;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/*.tip-card:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 14px 36px rgba(30, 80, 220, 0.13);*/
/*    border-color: #b8ceff;*/
/*}*/

/* Left colored accent bar */
.tip-card-bar {
    width: 6px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #2456f6 0%, #3a6fff 100%);
    border-radius: 0;
}

/* Card content area */
.tip-card-content {
    padding: 26px 26px 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Step badge + icon row */
.tip-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tip-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eef2ff;
    border: 1px solid #dce6ff;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #2456f6;
    letter-spacing: 0.3px;
}

.tip-step-badge i {
    font-size: 13px;
}

/* Icon top-right */
.tip-card-icon {
    width: 42px;
    height: 42px;
    background: #2456f6;
    color: #ffffff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

/* Card heading */
.tip-card-content h5 {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    color: #0d0d0d;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

/* Card description */
.tip-card-desc {
    font-size: clamp(12.5px, 1.35vw, 13.5px);
    color: #555;
    line-height: 1.72;
    margin-bottom: 14px;
}

.tip-card-desc:last-child {
    margin-bottom: 0;
}

/* Bullet tag list */
.tip-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 12px;
    flex: 1;
}

.tip-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f4f7ff;
    border: 1px solid #dce6ff;
    border-radius: 8px;
    padding: 7px 13px;
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    font-weight: 600;
    color: #2456f6;
    white-space: nowrap;
    transition: background 0.18s ease, border-color 0.18s ease;
}

/*.tip-tag:hover {*/
/*    background: #e8f0ff;*/
/*    border-color: #2456f6;*/
/*}*/

.tip-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2456f6;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Sub text below tags */
.tip-card-sub {
    font-size: clamp(11.5px, 1.2vw, 12.5px);
    color: #888;
    line-height: 1.62;
    font-style: italic;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #f0f3fb;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .tip-card-content {
        padding: 22px 22px 24px 20px;
    }

    .tip-card-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 9px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (≤992px)
        ============================================= */
@media (max-width: 992px) {
    .tip-card {
        border-radius: 16px;
    }

    .tip-card-bar {
        width: 5px;
    }

    .tip-card-content {
        padding: 20px 20px 22px 18px;
    }

    .tip-card-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
        border-radius: 9px;
    }

    .tip-card-top {
        margin-bottom: 13px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT (≤767px)
        ============================================= */
@media (max-width: 767px) {
    .tip-section {
        padding: 36px 14px;
    }

    .tip-top-desc {
        font-size: 13.5px;
    }

    .tip-top-divider {
        margin-bottom: 26px;
    }

    .tip-card {
        border-radius: 14px;
    }

    .tip-card-content {
        padding: 18px 18px 20px 16px;
    }

    .tip-tag {
        white-space: normal;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .tip-section {
        padding: 28px 12px;
    }

    .tip-top-heading {
        font-size: 22px;
    }

    .tip-top-desc {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .tip-top-sub {
        font-size: 12.5px;
        margin-bottom: 22px;
    }

    .tip-top-divider {
        margin-bottom: 20px;
    }

    .tip-card {
        border-radius: 12px;
    }

    .tip-card-bar {
        width: 5px;
    }

    .tip-card-content {
        padding: 16px 14px 18px 13px;
    }

    .tip-step-badge {
        font-size: 11px;
        padding: 5px 10px;
    }

    .tip-card-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
        border-radius: 8px;
    }

    .tip-card-content h5 {
        font-size: 14.5px;
    }

    .tip-card-desc {
        font-size: 12.5px;
    }

    .tip-tag {
        font-size: 12px;
        padding: 6px 11px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .tip-top-heading {
        font-size: 20px;
    }

    .tip-card-content {
        padding: 14px 12px 16px 11px;
    }

    .tip-card-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .tip-card-content h5 {
        font-size: 14px;
    }
}


/* =============================================
           SECTION
        ============================================= */
.pda-section {
    padding: 60px 20px;
}

/* =============================================
           OUTER CARD — dark navy
        ============================================= */
.pda-outer {
    background: linear-gradient(135deg, #0f1d4a 0%, #1a2f6e 55%, #1e3a8a 100%);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

/* Dot overlay */
.pda-outer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1.5px, transparent 1.5px);
    background-size: 26px 26px;
    z-index: 0;
    pointer-events: none;
}

/* Glow orb bottom-right */
.pda-outer::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(36, 86, 246, 0.18);
    z-index: 0;
    pointer-events: none;
}

.pda-outer>.row {
    position: relative;
    z-index: 1;
}

/* =============================================
           LEFT CONTENT PANEL
        ============================================= */
.pda-content {
    padding: 52px 44px 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Eyebrow */
.pda-eyebrow {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
}

/* Heading */
.pda-heading {
    font-size: clamp(22px, 3.2vw, 38px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.pda-heading em {
    font-style: normal;
    color: #6a9fff;
}

/* Intro line */
.pda-intro {
    font-size: clamp(13px, 1.4vw, 14.5px);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.72;
    margin-bottom: 26px;
}

/* ── Advantage list ── */
.pda-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pda-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    padding: 13px 18px;
    font-size: clamp(12.5px, 1.4vw, 14px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.4;
    transition: background 0.2s ease, border-color 0.2s ease;
}

/*.pda-list li:hover {*/
/*    background: rgba(255, 255, 255, 0.14);*/
/*    border-color: rgba(100, 160, 255, 0.40);*/
/*}*/

/* Check icon */
.pda-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #2456f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    flex-shrink: 0;
}

/* Closing callout */
.pda-callout {
    background: rgba(36, 86, 246, 0.22);
    border: 1px solid rgba(36, 86, 246, 0.40);
    border-radius: 12px;
    padding: 16px 20px;
}

.pda-callout p {
    font-size: clamp(12.5px, 1.35vw, 13.5px);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.68;
    margin: 0;
    font-style: italic;
}

/* =============================================
           RIGHT IMAGE PANEL
        ============================================= */
.pda-img-panel {
    position: relative;
    overflow: hidden;
    min-height: 460px;
}

.pda-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Left edge fade */
.pda-img-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(15, 29, 74, 0.35) 0%,
            transparent 35%);
    z-index: 1;
    pointer-events: none;
}

/* Dot overlay on image */
.pda-img-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 2;
    pointer-events: none;
}

/* =============================================
           RESPONSIVE — LAPTOP (993px – 1199px)
        ============================================= */
@media (min-width: 993px) and (max-width: 1199px) {
    .pda-content {
        padding: 44px 34px 44px 44px;
    }

    .pda-img-panel {
        min-height: 420px;
    }
}

/* =============================================
           RESPONSIVE — TABLET LANDSCAPE (768px – 992px)
        ============================================= */
@media (min-width: 768px) and (max-width: 992px) {
    .pda-section {
        padding: 48px 16px;
    }

    .pda-outer {
        border-radius: 20px;
    }

    .pda-content {
        padding: 38px 28px 38px 34px;
    }

    .pda-img-panel {
        min-height: 360px;
    }
}

/* =============================================
           RESPONSIVE — TABLET PORTRAIT + MOBILE (≤767px)
           Stack: image top, content below
        ============================================= */
@media (max-width: 767px) {
    .pda-section {
        padding: 36px 14px;
    }

    .pda-outer {
        border-radius: 18px;
    }

    .pda-img-panel {
        min-height: 230px;
        max-height: 270px;
    }

    .pda-img-panel::before {
        background: linear-gradient(to bottom,
                transparent 55%,
                rgba(15, 29, 74, 0.35) 100%);
    }

    .pda-content {
        padding: 30px 24px 36px;
    }

    .pda-list li {
        padding: 11px 15px;
    }
}

/* =============================================
           RESPONSIVE — SMALL MOBILE (≤575px)
        ============================================= */
@media (max-width: 575px) {
    .pda-section {
        padding: 28px 12px;
    }

    .pda-outer {
        border-radius: 16px;
    }

    .pda-img-panel {
        min-height: 200px;
        max-height: 230px;
    }

    .pda-content {
        padding: 24px 18px 28px;
    }

    .pda-heading {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pda-intro {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .pda-list {
        gap: 8px;
        margin-bottom: 20px;
    }

    .pda-list li {
        padding: 10px 13px;
        font-size: 13px;
        gap: 11px;
        border-radius: 10px;
    }

    .pda-check {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .pda-callout {
        padding: 13px 16px;
        border-radius: 10px;
    }
}

/* =============================================
           RESPONSIVE — VERY SMALL MOBILE (≤380px)
        ============================================= */
@media (max-width: 380px) {
    .pda-img-panel {
        min-height: 180px;
        max-height: 200px;
    }

    .pda-content {
        padding: 20px 14px 24px;
    }

    .pda-heading {
        font-size: 20px;
    }

    .pda-list li {
        font-size: 12.5px;
        padding: 9px 11px;
    }
}