/* ===== DBS TECH INDIA - FULL WIDTH TABS & IMAGE HERO ===== */
/* Coding Standards: BEM methodology, CSS custom properties, mobile-first */

:root {
    --dbs-red: #CC0000;
    --dbs-gray-100: #F8F8F8;
    --dbs-gray-200: #e9ecef;
    --dbs-gray-600: #6c757d;
    --dbs-gray-900: #212529;
    --dbs-white: #ffffff;
    --dbs-black: #000000;
    --dbs-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
    --dbs-border-radius: 0px;
    --dbs-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Prevent horizontal scroll on html only - body/main must NOT have overflow or sticky breaks */
html {
    overflow-x: clip;
}

body.home,
body.tech-insights {
    overflow-x: visible;
}

body.tech-insights .tech-insights-main,
body.tech-insights .tech-tech-insights-main {
    max-width: 100%;
    overflow-x: visible;
}

/* Listing page hero: headline is baked into banner art — hide scrim/HTML overlay */
body.tech-insights .tech-tech-insights-main > .page-hero-banner.page-hero-banner--banner .page-hero-banner__overlay,
body.tech-insights .tech-tech-insights-main > .page-hero-banner.page-hero-banner--banner .page-hero-banner__content {
    display: none !important;
}

body.tech-insights .tech-tech-insights-main > .page-hero-banner.page-hero-banner--banner {
    /* background-color: var(--dbs-white); */
    background-color: var(--dbs-gray-900);
}

body.tech-insights .tech-tech-insights-main > .page-hero-banner.page-hero-banner--banner .page-hero-banner__bg picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

body.tech-insights .tech-tech-insights-main > .page-hero-banner.page-hero-banner--banner .page-hero-banner__bg img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

/* ----- UIKit integration: section/container overrides ----- */
.tech-insights-hero.uk-section {
    padding-top: 0;
    padding-bottom: 0;
}

.tech-insights-section-two.uk-section {
    padding-left: 0;
    padding-right: 0;
}


/* ===== TECH INSIGHTS HERO BANNER (aligned with people-hero: same layout, overlay, typography, breakpoints) ===== */
.tech-insights-hero {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--dbs-gray-900);
    position: relative;
    overflow: hidden;
}

/* Banner variant: same as people-hero--banner (full-width image + left overlay + left-aligned text) */
.tech-insights-hero--banner .tech-insights-hero__inner {
    position: relative;
    width: 100%;
    min-height: 294px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tech-insights-hero--banner .tech-insights-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tech-insights-hero--banner .tech-insights-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.tech-insights-hero--banner .tech-insights-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.15) 100%);
    pointer-events: none;
}

.tech-insights-hero--banner .tech-insights-hero__content {
    position: relative;
    z-index: 2;
    max-width: 571px;
    padding: 76px 0 76px 76px;
    box-sizing: border-box;
}

.tech-insights-hero--banner .tech-insights-hero__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.tech-insights-hero--banner .tech-insights-hero__subhead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 135%;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    opacity: 1;
}

.tech-insights-hero--banner .tech-insights-hero__subhead-br {
    display: block;
}

@media (max-width: 1280px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 380px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 64px 0 64px 64px;
        max-width: 540px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 44px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 21px;
        line-height: 135%;
    }
}

@media (max-width: 992px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 340px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 56px 0 56px 40px;
        max-width: 85%;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 40px;
        margin-bottom: 12px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 19px;
        line-height: 135%;
    }
}

@media (max-width: 768px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 320px;
    }

    .tech-insights-hero--banner .tech-insights-hero__overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.2) 100%);
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 48px 20px 48px 20px;
        max-width: 100%;
        align-self: flex-end;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 34px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 18px;
        line-height: 135%;
    }
}

@media (max-width: 576px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 280px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 40px 16px 40px 16px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 30px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 17px;
        line-height: 135%;
    }
}

@media (max-width: 480px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 260px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 32px 12px 32px 12px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 28px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 16px;
        line-height: 135%;
    }
}

@media (max-width: 414px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 240px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 28px 12px 28px 12px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 26px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 15px;
        line-height: 135%;
    }
}

@media (max-width: 380px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 220px;
    }
}

@media (max-width: 360px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 200px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 24px 10px 24px 10px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 24px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 14px;
        line-height: 135%;
    }
}

@media (max-width: 320px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 180px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 20px 8px 20px 8px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 22px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 13px;
        line-height: 135%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead-br {
        display: none;
    }
}

@media (min-width: 1536px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 480px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 88px 0 88px 88px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 52px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 24px;
        line-height: 135%;
    }
}

@media (min-width: 1920px) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 520px;
    }

    .tech-insights-hero--banner .tech-insights-hero__content {
        padding: 96px 0 96px 96px;
        max-width: 620px;
    }

    .tech-insights-hero--banner .tech-insights-hero__title {
        font-size: 56px;
        line-height: 125%;
    }

    .tech-insights-hero--banner .tech-insights-hero__subhead {
        font-size: 25px;
        line-height: 135%;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 280px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .tech-insights-hero--banner .tech-insights-hero__inner {
        min-height: 240px;
    }
}

/* ===== HERO - IMAGE ONLY (legacy / other usage) ===== */
.tech-insights-hero__container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.tech-insights-hero__image-only {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Compact hero (capabilities, people, tech-insights) – height 294px */
.tech-insights-hero__image-only--compact {
    height: 294px;
}

@media (max-width: 1280px) {
    .tech-insights-hero__image-only--compact {
        height: 270px;
    }
}

@media (max-width: 992px) {
    .tech-insights-hero__image-only--compact {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .tech-insights-hero__image-only--compact {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .tech-insights-hero__image-only--compact {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .tech-insights-hero__image-only--compact {
        height: 180px;
    }
}

@media (max-width: 414px) {
    .tech-insights-hero__image-only--compact {
        height: 170px;
    }
}

@media (max-width: 380px) {
    .tech-insights-hero__image-only--compact {
        height: 160px;
    }
}

@media (max-width: 360px) {
    .tech-insights-hero__image-only--compact {
        height: 150px;
    }
}

@media (max-width: 320px) {
    .tech-insights-hero__image-only--compact {
        height: 140px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-hero__image-only--compact {
        height: 200px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-hero__image-only--compact {
        height: 320px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-hero__image-only--compact {
        height: 340px;
    }
}

.tech-insights-hero__image-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tech-insights-hero__placeholder-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(0, 0, 0, 0.6);
    color: var(--dbs-white);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}

/* Hero height responsive – About Us only */
@media (max-width: 992px) {
    .tech-insights-hero__image-only:not(.tech-insights-hero__image-only--compact) {
        height: 460px;
    }
}

@media (max-width: 768px) {
    .tech-insights-hero__image-only:not(.tech-insights-hero__image-only--compact) {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .tech-insights-hero__image-only:not(.tech-insights-hero__image-only--compact) {
        height: 360px;
    }
}

@media (max-width: 480px) {
    .tech-insights-hero__image-only:not(.tech-insights-hero__image-only--compact) {
        height: 320px;
    }
}

.tech-insights-hero__placeholder-badge {
    bottom: 16px;
    right: 16px;
    padding: 6px 16px;
    font-size: 0.75rem;
}

@media (max-width: 380px) {
    .tech-insights-hero__image-only:not(.tech-insights-hero__image-only--compact) {
        height: 280px;
    }

    .tech-insights-hero__placeholder-badge {
        bottom: 12px;
        right: 12px;
        padding: 6px 12px;
        font-size: 0.7rem;
    }
}

/* ===== OUR CAPABILITIES HERO BANNER ===== */
.tech-insights-hero-capabilities {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.tech-insights-hero-capabilities__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.tech-insights-hero-capabilities__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
}

.tech-insights-hero-capabilities__content {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 0 80px;
    width: 100%;
}

.tech-insights-hero-capabilities__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dbs-white);
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.tech-insights-hero-capabilities__subhead {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--dbs-white);
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1280px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 24px 0 60px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 2.25rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 1.125rem;
    }
}

@media (max-width: 992px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 24px 0 48px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 2rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 1.0625rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-hero-capabilities__bg {
        background-position: center center;
    }

    .tech-insights-hero-capabilities__overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
    }

    .tech-insights-hero-capabilities__content {
        padding: 0 24px 48px;
        align-self: flex-end;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 20px 40px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.5rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 16px 32px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.375rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 0.875rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 16px 28px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.25rem;
    }
}

@media (max-width: 360px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 14px 24px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.125rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 0.8125rem;
    }
}

@media (max-width: 320px) {
    .tech-insights-hero-capabilities__heading {
        font-size: 1.0625rem;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .tech-insights-hero-capabilities__content {
        padding: 0 24px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 1.5rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1536px) {
    .tech-insights-hero-capabilities__content {
        padding: 0 24px 0 100px;
    }

    .tech-insights-hero-capabilities__heading {
        font-size: 2.75rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 1.375rem;
    }
}

@media (min-width: 1920px) {
    .tech-insights-hero-capabilities__heading {
        font-size: 3rem;
    }

    .tech-insights-hero-capabilities__subhead {
        font-size: 1.5rem;
    }
}

/* ===== ABOUT US HERO BANNER SLIDER ===== */
.tech-insights-hero__image-only .tech-insights-hero-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.tech-insights-hero-banner .swiper-wrapper {
    align-items: stretch;
}

.tech-insights-hero-banner .swiper-slide {
    height: auto;
    width: 100%;
}

.tech-insights-hero-banner__slide {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.tech-insights-hero-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.tech-insights-hero-banner__slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
    z-index: 1;
}

.tech-insights-hero-banner__left {
    position: relative;
    z-index: 2;
    margin-left: 135px;
    padding: 48px 48px 120px 0;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
}

.tech-insights-hero-banner__logo-wrap {
    display: block;
    position: relative;
    width: 167.28px;
    height: 68.15px;
    margin-bottom: 24px;
    opacity: 1;
}

.tech-insights-hero-banner__logo-img {
    display: block;
    position: relative;
    width: 167.28px;
    height: 68.15px;
    max-width: 100%;
    object-fit: contain;
    object-position: left top;
    opacity: 1;
    top: -5.17px;
    left: -9.74px;
}

.tech-insights-hero-banner__headline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.tech-insights-hero-banner__subhead {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px 0;
    line-height: 1.5;
}

.tech-insights-hero-banner__cta-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tech-insights-hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: var(--dbs-red);
    color: var(--dbs-white);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--dbs-transition);
}

.tech-insights-hero-banner__cta:hover {
    background: #a30000;
    color: var(--dbs-white);
}

.tech-insights-hero-banner__pagination {
    position: absolute;
    bottom: 32px;
    left: 135px;
    z-index: 3;
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 20px;
}

.tech-insights-hero-banner__pagination-dot {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.25s ease;
    flex-shrink: 0;
}

.tech-insights-hero-banner__pagination-dot.is-active {
    width: 48px;
    background: var(--dbs-white);
}

@media (max-width: 992px) {
    .tech-insights-hero-banner__slide {
        min-height: 460px;
    }

    .tech-insights-hero-banner__left {
        margin-left: 100px;
        padding: 40px 24px 110px 0;
        max-width: 480px;
    }

    .tech-insights-hero-banner__headline {
        font-size: 40px;
        line-height: 125%;
    }

    .tech-insights-hero-banner__logo-wrap {
        width: 130px;
        height: auto;
        margin-bottom: 24px;
    }

    .tech-insights-hero-banner__logo-img {
        width: 130px;
        height: auto;
        max-width: 100%;
        top: -4.02px;
        left: -7.57px;
    }

    .tech-insights-hero-banner__cta-wrap {
        gap: 16px;
        margin-bottom: 44px;
    }

    .tech-insights-hero-banner__cta {
        padding: 13px 28px;
        font-size: 0.9375rem;
    }

    .tech-insights-hero-banner__pagination {
        left: 100px;
        bottom: 32px;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .tech-insights-hero-banner__left {
        margin-left: 72px;
        padding: 36px 20px 120px 0;
        justify-content: flex-start;
    }

    .tech-insights-hero-banner__pagination {
        left: 72px;
        bottom: 32px;
        padding-top: 24px;
    }

    .tech-insights-hero-banner__logo-wrap {
        width: 115px;
        height: auto;
        margin-bottom: 22px;
    }

    .tech-insights-hero-banner__logo-img {
        width: 115px;
        height: auto;
        max-width: 100%;
        top: -3.56px;
        left: -6.69px;
    }

    .tech-insights-hero-banner__cta-wrap {
        gap: 14px;
        margin-bottom: 48px;
    }

    .tech-insights-hero-banner__cta {
        padding: 12px 26px;
        font-size: 0.9375rem;
    }

    .tech-insights-hero-banner__headline {
        font-size: 36px;
        line-height: 125%;
    }
}

@media (max-width: 576px) {
    .tech-insights-hero-banner__slide {
        min-height: 360px;
    }

    .tech-insights-hero-banner__left {
        margin-left: 56px;
        padding: 32px 20px 140px 0;
        max-width: 100%;
        justify-content: flex-start;
    }

    .tech-insights-hero-banner__pagination {
        left: 56px;
        bottom: 40px;
        padding-top: 28px;
    }

    .tech-insights-hero-banner__logo-wrap {
        width: 100px;
        height: auto;
        margin-bottom: 20px;
    }

    .tech-insights-hero-banner__logo-img {
        width: 100px;
        height: auto;
        max-width: 100%;
        top: -3.09px;
        left: -5.82px;
    }

    .tech-insights-hero-banner__headline {
        font-size: 28px;
        line-height: 125%;
    }

    .tech-insights-hero-banner__subhead {
        font-size: 1rem;
    }

    .tech-insights-hero-banner__cta-wrap {
        gap: 12px;
        margin-bottom: 72px;
    }

    .tech-insights-hero-banner__cta {
        padding: 12px 24px;
        font-size: 0.9375rem;
    }

    .tech-insights-hero-banner__pagination-dot {
        width: 20px;
    }

    .tech-insights-hero-banner__pagination-dot.is-active {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .tech-insights-hero-banner__slide {
        min-height: 320px;
    }

    .tech-insights-hero-banner__left {
        margin-left: 40px;
        padding: 28px 16px 130px 0;
        justify-content: flex-start;
    }

    .tech-insights-hero-banner__pagination {
        left: 40px;
        bottom: 36px;
        padding-top: 28px;
    }

    .tech-insights-hero-banner__headline {
        font-size: 26px;
        line-height: 125%;
    }

    .tech-insights-hero-banner__logo-wrap {
        width: 90px;
        height: auto;
        margin-bottom: 18px;
    }

    .tech-insights-hero-banner__logo-img {
        width: 90px;
        height: auto;
        max-width: 100%;
        top: -2.78px;
        left: -5.24px;
    }

    .tech-insights-hero-banner__cta-wrap {
        gap: 10px;
        margin-bottom: 80px;
    }

    .tech-insights-hero-banner__cta {
        padding: 11px 22px;
        font-size: 0.875rem;
    }
}

@media (max-width: 380px) {
    .tech-insights-hero-banner__slide {
        min-height: 280px;
    }

    .tech-insights-hero-banner__left {
        margin-left: 24px;
        padding: 24px 16px 120px 0;
        justify-content: flex-start;
    }

    .tech-insights-hero-banner__logo-wrap {
        width: 80px;
        height: auto;
        margin-bottom: 16px;
    }

    .tech-insights-hero-banner__pagination {
        left: 24px;
        bottom: 32px;
        padding-top: 32px;
    }

    .tech-insights-hero-banner__logo-img {
        width: 80px;
        height: auto;
        max-width: 100%;
        top: -2.47px;
        left: -4.66px;
    }

    .tech-insights-hero-banner__headline {
        font-size: 24px;
        line-height: 125%;
    }

    .tech-insights-hero-banner__subhead {
        font-size: 0.9375rem;
    }

    .tech-insights-hero-banner__cta-wrap {
        gap: 8px;
        margin-bottom: 88px;
    }

    .tech-insights-hero-banner__cta {
        padding: 10px 20px;
        font-size: 0.875rem;
        min-height: 44px;
    }

    .tech-insights-hero-banner__pagination-dot {
        width: 18px;
    }

    .tech-insights-hero-banner__pagination-dot.is-active {
        width: 36px;
    }
}

/* ===== ABOUT US SECTION - SCREENSHOT DESIGN ===== */
.tech-insights-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    padding-top: 60px;
    padding-bottom: 60px;
}

.tech-insights-about__content {
    padding-right: 20px;
}

.tech-insights-about__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dbs-red);
    margin-bottom: 24px;
    line-height: 1.2;
}

/* Body paragraphs (DBS Tech India / Our mission...) – Open Sans Regular */
.tech-insights-about__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #171717;
    margin-bottom: 24px;
}

.tech-insights-about__text p {
    margin-bottom: 20px;
}

/* Lead sentence: "Through innovation and customer focus..." – Open Sans Semibold */
.tech-insights-about__lead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin-bottom: 20px;
}

.tech-insights-about__highlight {
    font-weight: 600;
    color: var(--dbs-gray-900);
    background: linear-gradient(120deg, rgba(204, 0, 0, 0.06) 0%, rgba(204, 0, 0, 0.06) 40%, transparent 80%);
    padding: 2px 8px;
}

.tech-insights-about__image {
    position: relative;
    background-color: var(--dbs-gray-900);
    height: 500px;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--dbs-white);
    box-shadow: var(--dbs-shadow);
    overflow: hidden;
}

.tech-insights-about__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tech-insights-about__image:hover img {
    transform: scale(1.05);
}

/* ===== MISSION & VISION SECTION (Full Width) ===== */
/* Background image via CSS var; blurred layer + dark overlay to match reference */
.tech-insights-mission-vision {
    --mv-bg: url('public/images/home/mission-vision-bg.png');
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background image layer (no blur) */
.tech-insights-mission-vision::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--mv-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Dark semi-transparent overlay for contrast and readability */
.tech-insights-mission-vision__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 64px 100px;
    gap: 80px;
    box-sizing: border-box;
    align-items: start;
}

.tech-insights-mission-vision__col {
    max-width: 520px;
    padding: 0;
    text-align: left;
}

.tech-insights-mission-vision__heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #cc0000;
    margin: 0 0 16px 0;
}

.tech-insights-mission-vision__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 135%;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 992px) {
    .tech-insights-mission-vision {
        min-height: auto;
    }

    .tech-insights-mission-vision__inner {
        grid-template-columns: 1fr;
        padding: 64px 24px 80px;
        gap: 40px;
    }

    .tech-insights-mission-vision__col {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .tech-insights-mission-vision {
        min-height: 360px;
    }

    .tech-insights-mission-vision__inner {
        padding: 48px 20px 64px;
        gap: 32px;
    }

    .tech-insights-mission-vision__heading {
        font-size: 18px;
        line-height: 32px;
    }

    .tech-insights-mission-vision__text {
        font-size: 21px;
        line-height: 135%;
    }
}

@media (max-width: 576px) {
    .tech-insights-mission-vision {
        min-height: 340px;
    }

    .tech-insights-mission-vision__inner {
        padding: 44px 20px 56px;
        gap: 28px;
    }

    .tech-insights-mission-vision__heading {
        font-size: 18px;
        line-height: 30px;
    }

    .tech-insights-mission-vision__text {
        font-size: 20px;
        line-height: 135%;
    }
}

@media (max-width: 480px) {
    .tech-insights-mission-vision {
        min-height: 320px;
    }

    .tech-insights-mission-vision__inner {
        padding: 40px 16px 56px;
        gap: 28px;
    }

    .tech-insights-mission-vision__heading {
        font-size: 17px;
        line-height: 28px;
    }

    .tech-insights-mission-vision__text {
        font-size: 18px;
        line-height: 135%;
    }
}

@media (max-width: 380px) {
    .tech-insights-mission-vision {
        min-height: 300px;
    }

    .tech-insights-mission-vision__inner {
        padding: 36px 14px 48px;
        gap: 24px;
    }

    .tech-insights-mission-vision__heading {
        font-size: 16px;
        line-height: 26px;
    }

    .tech-insights-mission-vision__text {
        font-size: 16px;
        line-height: 135%;
    }
}

/* ===== OUR JOURNEY THROUGHOUT THE YEARS (Timeline) ===== */
.tech-insights-journey {
    width: 100%;
    padding: 60px 0;
    background-color: var(--dbs-white);
    box-sizing: border-box;
}

.tech-insights-journey__inner {
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.tech-insights-journey__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin: 0 0 40px 0;
    text-align: left;
}

.tech-insights-journey__timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 32px;
    align-items: start;
}

.tech-insights-journey__item {
    position: relative;
    padding-right: 32px;
    border-right: 1px solid var(--dbs-red);
    min-width: 0;
    box-sizing: border-box;
}

.tech-insights-journey__item:first-child {
    border-left: 1px solid var(--dbs-red);
    padding-left: 32px;
}

.tech-insights-journey__item:last-child {
    border-right: none;
    padding-right: 0;
}

.tech-insights-journey__period {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #cc0000;
    margin: 0 0 12px 0;
}

.tech-insights-journey__content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tech-insights-journey__content p {
    margin: 0;
}

.tech-insights-journey__content ul {
    margin: 0;
    padding-left: 1.25em;
    list-style-type: disc;
}

.tech-insights-journey__content li {
    margin-bottom: 6px;
}

.tech-insights-journey__content li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .tech-insights-journey {
        padding: 56px 0;
    }

    .tech-insights-journey__inner {
        padding: 0 24px;
    }

    .tech-insights-journey__title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 36px;
    }

    .tech-insights-journey__timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 24px;
        align-items: start;
    }

    .tech-insights-journey__item {
        padding-right: 24px;
    }

    .tech-insights-journey__item:nth-child(2n+1) {
        border-left: 2px solid var(--dbs-red);
        padding-left: 24px;
    }

    .tech-insights-journey__item:first-child {
        padding-left: 24px;
    }

    .tech-insights-journey__item:nth-child(2n) {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
    }

    .tech-insights-journey__period {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .tech-insights-journey__content {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .tech-insights-journey {
        padding: 48px 0;
    }

    .tech-insights-journey__inner {
        padding: 0 20px;
    }

    .tech-insights-journey__title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .tech-insights-journey__timeline {
        gap: 0 20px;
    }

    .tech-insights-journey__item {
        padding-right: 20px;
    }

    .tech-insights-journey__item:nth-child(2n+1),
    .tech-insights-journey__item:first-child {
        padding-left: 20px;
    }

    .tech-insights-journey__period {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .tech-insights-journey__content {
        font-size: 15px;
        line-height: 22px;
    }

    .tech-insights-journey__content ul {
        padding-left: 1.1em;
    }

    .tech-insights-journey__content li {
        margin-bottom: 4px;
    }
}

@media (max-width: 576px) {
    .tech-insights-journey {
        padding: 44px 0;
    }

    .tech-insights-journey__inner {
        padding: 0 20px;
    }

    .tech-insights-journey__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .tech-insights-journey__timeline {
        grid-template-columns: 1fr;
        gap: 0;
        align-items: stretch;
    }

    /* Single column: no side borders on any item (override 992px nth-child) */
    .tech-insights-journey__item,
    .tech-insights-journey__item:nth-child(2n+1),
    .tech-insights-journey__item:nth-child(2n),
    .tech-insights-journey__item:first-child,
    .tech-insights-journey__item:last-child {
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }

    .tech-insights-journey__item {
        border-bottom: 2px solid var(--dbs-red);
        padding-bottom: 24px;
        min-height: 0;
    }

    .tech-insights-journey__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .tech-insights-journey__period {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .tech-insights-journey__content {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .tech-insights-journey {
        padding: 40px 0;
    }

    .tech-insights-journey__inner {
        padding: 0 16px;
    }

    .tech-insights-journey__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .tech-insights-journey__item {
        padding-bottom: 20px;
    }

    .tech-insights-journey__item:last-child {
        padding-bottom: 0;
    }

    .tech-insights-journey__period {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .tech-insights-journey__content {
        font-size: 14px;
        line-height: 21px;
    }

    .tech-insights-journey__content ul {
        padding-left: 1em;
    }
}

@media (max-width: 380px) {
    .tech-insights-journey {
        padding: 32px 0;
    }

    .tech-insights-journey__inner {
        padding: 0 12px;
    }

    .tech-insights-journey__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .tech-insights-journey__item {
        padding-bottom: 18px;
    }

    .tech-insights-journey__period {
        font-size: 20px;
        line-height: 26px;
    }

    .tech-insights-journey__content {
        font-size: 13px;
        line-height: 20px;
    }
}

/* ===== MANAGEMENT TEAM (Carousel) – Full width BG ===== */
.tech-insights-mgmt {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 72px 0 80px;
    background-color: var(--dbs-gray-100);
    box-sizing: border-box;
}

.tech-insights-mgmt__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.tech-insights-mgmt__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}

.tech-insights-mgmt__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin: 0;
}

.tech-insights-mgmt__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tech-insights-mgmt__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--dbs-gray-600);
    background: var(--dbs-white);
    color: var(--dbs-gray-900);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--dbs-transition);
}

.tech-insights-mgmt__btn:hover {
    background: var(--dbs-gray-200);
    border-color: var(--dbs-gray-900);
}

.tech-insights-mgmt__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tech-insights-mgmt__btn svg {
    width: 20px;
    height: 20px;
}

.tech-insights-mgmt__slider {
    overflow: hidden;
    margin-bottom: 24px;
}

.tech-insights-mgmt__slider .swiper-wrapper {
    align-items: stretch;
}

.tech-insights-mgmt__slider .swiper-slide {
    height: auto;
}

.tech-insights-mgmt__card {
    background: var(--dbs-white);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--dbs-gray-200);
}

.tech-insights-mgmt__card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: var(--dbs-gray-200);
    overflow: hidden;
}

.tech-insights-mgmt__card-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tech-insights-mgmt__card-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--dbs-gray-900);
    text-align: center;
}

.tech-insights-mgmt__card-deco {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    opacity: 0.35;
    pointer-events: none;
}

.tech-insights-mgmt__card-deco svg {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.8);
}

.tech-insights-mgmt__card-body {
    padding: 20px 16px 24px;
    flex: 1;
}

.tech-insights-mgmt__card-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #171717;
    margin: 0 0 6px 0;
}

.tech-insights-mgmt__card-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--dbs-gray-900);
    margin: 0;
    line-height: 1.5;
}

.tech-insights-mgmt__pagination {
    display: flex;
    align-items: center;
    gap: 0.25em;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-top: 24px;
    text-align: left;
}

.tech-insights-mgmt__pagination-current {
    color: var(--dbs-gray-900);
    font-variant-numeric: tabular-nums;
}

.tech-insights-mgmt__pagination-sep {
    color: var(--dbs-gray-900);
    margin: 0 0.2em;
    font-weight: 400;
}

.tech-insights-mgmt__pagination-total {
    color: var(--dbs-gray-600);
    font-variant-numeric: tabular-nums;
}

@media (max-width: 1280px) {
    .tech-insights-mgmt__pagination {
        margin-top: 20px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 992px) {
    .tech-insights-mgmt__card-name {
        font-size: 19px;
        line-height: 28px;
    }

    .tech-insights-mgmt__pagination {
        margin-top: 20px;
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-mgmt {
        padding: 64px 0 72px;
    }

    .tech-insights-mgmt__inner {
        padding: 0 20px;
    }

    .tech-insights-mgmt__header {
        margin-bottom: 28px;
    }

    .tech-insights-mgmt__title {
        font-size: 28px;
        line-height: 38px;
    }

    .tech-insights-mgmt__card-body {
        padding: 18px 14px 20px;
    }

    .tech-insights-mgmt__card-name {
        font-size: 18px;
        line-height: 27px;
    }

    .tech-insights-mgmt__pagination {
        margin-top: 20px;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .tech-insights-mgmt {
        padding: 56px 0 64px;
    }

    .tech-insights-mgmt__inner {
        padding: 0 20px;
    }

    .tech-insights-mgmt__header {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .tech-insights-mgmt__title {
        font-size: 26px;
        line-height: 36px;
    }

    .tech-insights-mgmt__card-body {
        padding: 16px 12px 20px;
    }

    .tech-insights-mgmt__card-name {
        font-size: 17px;
        line-height: 26px;
    }

    .tech-insights-mgmt__card-title {
        font-size: 0.8125rem;
    }

    .tech-insights-mgmt__pagination {
        margin-top: 18px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 480px) {
    .tech-insights-mgmt__title {
        font-size: 22px;
        line-height: 30px;
    }

    .tech-insights-mgmt__card-name {
        font-size: 16px;
        line-height: 24px;
    }

    .tech-insights-mgmt__pagination {
        margin-top: 16px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-mgmt__pagination {
        margin-top: 14px;
        font-size: 0.75rem;
    }
}

@media (max-width: 380px) {
    .tech-insights-mgmt__title {
        font-size: 20px;
        line-height: 28px;
    }

    .tech-insights-mgmt__card-name {
        font-size: 15px;
        line-height: 22px;
    }

    .tech-insights-mgmt__pagination {
        margin-top: 14px;
        font-size: 0.75rem;
    }

    .tech-insights-mgmt__btn {
        width: 40px;
        height: 40px;
    }

    .tech-insights-mgmt__btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 320px) {
    .tech-insights-mgmt__pagination {
        margin-top: 12px;
        font-size: 0.6875rem;
    }
}

/* Landscape: compact pagination for reduced vertical space */
@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-mgmt__pagination {
        margin-top: 16px;
    }
}

/* Large displays: scale up for balance */
@media (min-width: 1536px) {
    .tech-insights-mgmt__pagination {
        margin-top: 28px;
        font-size: 1rem;
    }
}

/* ===== MEET LEADERSHIP PROFILE (Photo + Black Panel) ===== */
.tech-insights-profile {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 480px;
    align-items: stretch;
}

.tech-insights-profile__media {
    position: relative;
    background: var(--dbs-gray-200);
    overflow: hidden;
}

.tech-insights-profile__media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tech-insights-profile__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: var(--dbs-white);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.tech-insights-profile__content {
    background: var(--dbs-black);
    padding: 56px 56px 56px 48px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
}

.tech-insights-profile__accent {
    position: absolute;
    top: 15%;
    right: 0;
    line-height: 0;
    width: 52px;
    opacity: 1;
}

.tech-insights-profile__accent img {
    display: block;
    width: 52px;
    height: 137px;
    max-width: min(52px, 100%);
    /* Prevent overflow on narrow viewports */
    min-height: 44px;
    /* Prevents collapse on very small screens */
    object-fit: contain;
    object-position: right center;
}

.tech-insights-profile__heading {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dbs-white);
    margin: 0 0 28px 0;
    line-height: 1.3;
}

.tech-insights-profile__list {
    margin: 0;
    padding: 0 0 0 1.25em;
    list-style: disc;
    color: var(--dbs-white);
    font-size: 1rem;
    line-height: 1.65;
}

.tech-insights-profile__list li {
    margin-bottom: 12px;
}

.tech-insights-profile__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .tech-insights-profile {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .tech-insights-profile__media {
        min-height: 360px;
    }

    .tech-insights-profile__content {
        padding: 40px 40px 40px 24px;
    }

    .tech-insights-profile__accent {
        top: 14%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 123px;
    }

    .tech-insights-profile__heading {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .tech-insights-profile__list {
        font-size: 0.9375rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-profile__accent {
        top: 13%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 110px;
    }
}

@media (max-width: 576px) {
    .tech-insights-profile__media {
        min-height: 280px;
    }

    .tech-insights-profile__caption {
        padding: 16px 20px;
        font-size: 0.9375rem;
    }

    .tech-insights-profile__content {
        padding: 32px 24px 32px 20px;
    }

    .tech-insights-profile__accent {
        top: 12%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 96px;
    }

    .tech-insights-profile__heading {
        font-size: 1.375rem;
        margin-bottom: 16px;
    }

    .tech-insights-profile__list li {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .tech-insights-profile__accent {
        top: 10%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 82px;
    }
}

@media (max-width: 380px) {
    .tech-insights-profile__media {
        min-height: 240px;
    }

    .tech-insights-profile__caption {
        padding: 12px 16px;
        font-size: 0.875rem;
    }

    .tech-insights-profile__content {
        padding: 28px 16px 28px 16px;
    }

    .tech-insights-profile__accent {
        top: 8%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 69px;
    }

    .tech-insights-profile__heading {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    .tech-insights-profile__list {
        font-size: 0.875rem;
    }
}

/* Large displays: scale accent for better visual balance */
@media (min-width: 1280px) {
    .tech-insights-profile__accent {
        top: 15%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 151px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-profile__accent img {
        width: 52px;
        height: 164px;
    }
}

/* Intermediate breakpoints for common device widths (414px: iPhone 14 Pro Max, 360px: common Android) */
@media (max-width: 414px) {
    .tech-insights-profile__accent {
        top: 9%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 79px;
    }
}

@media (max-width: 360px) {
    .tech-insights-profile__accent {
        top: 8%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 71px;
    }
}

/* Very small phones (e.g. iPhone SE, Galaxy Fold) */
@media (max-width: 320px) {
    .tech-insights-profile__accent {
        top: 7%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 60px;
    }
}

/* Landscape on tablets/phones: reduce accent to preserve vertical space */
@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-profile__accent {
        top: 10%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 96px;
    }
}

@media (max-width: 576px) and (orientation: landscape) {
    .tech-insights-profile__accent {
        top: 8%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 77px;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .tech-insights-profile__accent {
        top: 6%;
    }

    .tech-insights-profile__accent img {
        width: 52px;
        height: 66px;
    }
}

/* ===== AWARD-WINNING WORKPLACE (Carousel) – Full width BG ===== */
.tech-insights-awards {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 72px 0 80px;
    background-color: var(--dbs-gray-100);
    box-sizing: border-box;
}

.tech-insights-awards__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.tech-insights-awards__heading {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dbs-gray-900);
    margin: 0 0 40px 0;
    line-height: 1.3;
    text-align: center;
}

/* Slider row: nav buttons outside slider-wrap, grid keeps them at edges and vertically centered */
.tech-insights-awards__slider-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0 24px;
}

.tech-insights-awards__slider-wrap {
    position: relative;
    min-width: 0;
    padding: 0 16px;
}

.tech-insights-awards__btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--dbs-gray-900);
    background: transparent;
    color: var(--dbs-gray-900);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--dbs-transition);
}

.tech-insights-awards__btn:hover {
    background: var(--dbs-gray-900);
    color: var(--dbs-white);
}

.tech-insights-awards__btn--prev {
    justify-self: start;
}

.tech-insights-awards__btn--next {
    justify-self: end;
}

.tech-insights-awards__btn svg {
    width: 20px;
    height: 20px;
}

.tech-insights-awards__slider.swiper {
    overflow: hidden;
}

.tech-insights-awards__slider .swiper-wrapper {
    align-items: stretch;
}

.tech-insights-awards__slider .swiper-slide {
    height: auto;
}

.tech-insights-awards__card {
    padding: 0 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.tech-insights-awards__card-image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1280px) {
    .tech-insights-awards__card-image {
        max-width: 280px;
        max-height: 175px;
    }
}

@media (max-width: 992px) {
    .tech-insights-awards__slider-row {
        gap: 0 20px;
    }

    .tech-insights-awards__slider-wrap {
        padding: 0 12px;
    }

    .tech-insights-awards__card {
        padding: 0 10px;
    }

    .tech-insights-awards__card-image {
        max-width: 260px;
        max-height: 165px;
    }
}

@media (max-width: 768px) {
    .tech-insights-awards__card-image {
        max-width: 240px;
        max-height: 150px;
    }
}

@media (max-width: 576px) {
    .tech-insights-awards {
        padding: 56px 0 64px;
    }

    .tech-insights-awards__inner {
        padding: 0 20px;
    }

    .tech-insights-awards__heading {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }

    .tech-insights-awards__slider-row {
        gap: 0 16px;
    }

    .tech-insights-awards__slider-wrap {
        padding: 0 12px;
    }

    .tech-insights-awards__btn {
        width: 40px;
        height: 40px;
    }

    .tech-insights-awards__card {
        padding: 0 8px;
    }

    .tech-insights-awards__card-image {
        max-width: 200px;
        max-height: 125px;
    }
}

@media (max-width: 480px) {
    .tech-insights-awards__slider-row {
        gap: 0 12px;
    }

    .tech-insights-awards__slider-wrap {
        padding: 0 8px;
    }

    .tech-insights-awards__btn {
        width: 36px;
        height: 36px;
    }

    .tech-insights-awards__btn svg {
        width: 16px;
        height: 16px;
    }

    .tech-insights-awards__heading {
        font-size: 1.375rem;
        margin-bottom: 28px;
    }

    .tech-insights-awards__card-image {
        max-width: 180px;
        max-height: 112px;
    }
}

@media (max-width: 414px) {
    .tech-insights-awards__card-image {
        max-width: 160px;
        max-height: 100px;
    }
}

@media (max-width: 380px) {
    .tech-insights-awards__card {
        padding: 0 6px;
    }

    .tech-insights-awards__card-image {
        max-width: 150px;
        max-height: 94px;
    }
}

@media (max-width: 360px) {
    .tech-insights-awards__card-image {
        max-width: 140px;
        max-height: 88px;
    }
}

@media (max-width: 320px) {
    .tech-insights-awards__card {
        padding: 0 4px;
    }

    .tech-insights-awards__card-image {
        max-width: 120px;
        max-height: 75px;
    }
}

/* Landscape: reduce image size to fit reduced vertical space */
@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-awards__card-image {
        max-height: 120px;
    }
}

@media (max-width: 576px) and (orientation: landscape) {
    .tech-insights-awards__card-image {
        max-width: 160px;
        max-height: 90px;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .tech-insights-awards__card-image {
        max-width: 140px;
        max-height: 78px;
    }
}

/* Large displays: scale up for better presence */
@media (min-width: 1536px) {
    .tech-insights-awards__card-image {
        max-width: 360px;
        max-height: 225px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-awards__card-image {
        max-width: 400px;
        max-height: 250px;
    }
}

/* Life @ DBS Tech India – Our People intro (two-column: heading | text) */
.tech-insights-people-intro {
    margin-bottom: 40px;
}

.tech-insights-people-intro__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 48px;
    align-items: start;
}

.tech-insights-people-intro__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dbs-gray-900);
    margin: 0;
    line-height: 1.3;
}

.tech-insights-people-intro__text {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--dbs-gray-900);
}

.tech-insights-people-intro__text p {
    margin: 0;
    text-align: justify;
}

@media (max-width: 1280px) {
    .tech-insights-people-intro__inner {
        gap: 40px;
        padding: 0 24px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.625rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.9375rem;
    }
}

@media (max-width: 992px) {
    .tech-insights-people-intro {
        margin-bottom: 32px;
    }

    .tech-insights-people-intro__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 24px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.5rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.9375rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-people-intro {
        margin-bottom: 28px;
    }

    .tech-insights-people-intro__inner {
        gap: 20px;
        padding: 0 20px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.375rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.9375rem;
    }

    .tech-insights-people-intro__text p {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .tech-insights-people-intro {
        margin-bottom: 24px;
    }

    .tech-insights-people-intro__inner {
        padding: 0 20px;
        gap: 18px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.25rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.875rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .tech-insights-people-intro {
        margin-bottom: 20px;
    }

    .tech-insights-people-intro__inner {
        padding: 0 16px;
        gap: 16px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.125rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-people-intro__inner {
        padding: 0 16px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.0625rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.8125rem;
    }
}

@media (max-width: 360px) {
    .tech-insights-people-intro {
        margin-bottom: 18px;
    }

    .tech-insights-people-intro__inner {
        padding: 0 14px;
        gap: 14px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1rem;
    }

    .tech-insights-people-intro__text {
        font-size: 0.8125rem;
    }
}

@media (max-width: 320px) {
    .tech-insights-people-intro__heading {
        font-size: 0.9375rem;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-people-intro__inner {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1536px) {
    .tech-insights-people-intro {
        margin-bottom: 48px;
    }

    .tech-insights-people-intro__inner {
        gap: 56px;
    }

    .tech-insights-people-intro__heading {
        font-size: 1.875rem;
    }

    .tech-insights-people-intro__text {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1920px) {
    .tech-insights-people-intro__heading {
        font-size: 2rem;
    }

    .tech-insights-people-intro__text {
        font-size: 1.125rem;
    }
}

/* Cards Grid */
.tech-insights-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Capabilities Grid – image cards (4 columns, 620×540 aspect) */
.tech-insights-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.tech-insights-capability-card {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 620 / 540;
    min-height: 200px;
    text-decoration: none;
    transition: var(--dbs-transition);
}

.tech-insights-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--dbs-shadow);
}

.tech-insights-capability-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tech-insights-capability-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 100%);
}

.tech-insights-capability-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px 24px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--dbs-white);
    line-height: 1.35;
    z-index: 1;
}

@media (max-width: 1280px) {
    .tech-insights-capabilities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 36px;
    }

    .tech-insights-capability-card__title {
        padding: 18px 20px;
        font-size: 1.0625rem;
    }
}

@media (max-width: 992px) {
    .tech-insights-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 32px;
    }

    .tech-insights-capability-card {
        min-height: 220px;
    }

    .tech-insights-capability-card__title {
        padding: 18px 20px;
        font-size: 1.0625rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-capabilities-grid {
        gap: 16px;
        margin-top: 28px;
    }

    .tech-insights-capability-card {
        min-height: 200px;
    }

    .tech-insights-capability-card__title {
        padding: 16px 18px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .tech-insights-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .tech-insights-capability-card {
        aspect-ratio: 16 / 10;
        min-height: 200px;
    }

    .tech-insights-capability-card__title {
        padding: 16px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .tech-insights-capabilities-grid {
        gap: 14px;
        margin-top: 20px;
    }

    .tech-insights-capability-card__title {
        padding: 14px 18px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-capability-card__title {
        padding: 12px 16px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 360px) {
    .tech-insights-capabilities-grid {
        gap: 12px;
        margin-top: 18px;
    }

    .tech-insights-capability-card__title {
        padding: 12px 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 320px) {
    .tech-insights-capability-card {
        min-height: 160px;
    }

    .tech-insights-capability-card__title {
        padding: 10px 12px;
        font-size: 0.8125rem;
    }
}

/* Landscape: 2 columns on tablets for better fit */
@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .tech-insights-capability-card {
        aspect-ratio: 16 / 10;
        min-height: 140px;
    }
}

/* Large displays */
@media (min-width: 1536px) {
    .tech-insights-capabilities-grid {
        gap: 28px;
        margin-top: 48px;
    }

    .tech-insights-capability-card__title {
        padding: 24px 28px;
        font-size: 1.25rem;
    }
}

@media (min-width: 1920px) {
    .tech-insights-capabilities-grid {
        gap: 32px;
    }
}

/* ===== DECODE: unified section (summary + letters + videos) ===== */
.tech-insights-decode-section {
    background-color: var(--dbs-white);
}

.tech-insights-decode-section .tech-insights-decode,
.tech-insights-decode-section .tech-insights-decode-letters,
.tech-insights-decode-section .tech-insights-decode-videos,
.tech-insights-decode-section .uk-section-muted {
    background-color: transparent;
}

/* ===== DECODE LETTER CARDS STRIP (Tech Insights) – matches decode.html ===== */
.tech-insights-decode-letters {
    padding: 60px 0 60px;
}

.tech-insights-decode-letters .uk-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.tech-insights-decode-letters .char-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 30px 30px 50px 30px;
    background-color: transparent;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tech-insights-decode-letters .char-card-wrapper .card-item {
    flex: 1;
    max-width: 156px;
    height: 156px;
    color: #ffffff;
    background: linear-gradient(180deg, #cc0000 0%, #000000 100%);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .D-1-icon,
.tech-insights-decode-letters .char-card-wrapper .card-item .first-E-icon,
.tech-insights-decode-letters .char-card-wrapper .card-item .C-icon,
.tech-insights-decode-letters .char-card-wrapper .card-item .O-icon,
.tech-insights-decode-letters .char-card-wrapper .card-item .second-E-icon {
    position: absolute;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .D-1-icon {
    top: -40px;
    right: -40px;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .first-E-icon {
    top: 0;
    right: -20px;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .C-icon {
    right: -20px;
    bottom: 0;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .second-E-icon {
    top: -10px;
    right: -10px;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .recents {
    position: absolute;
    width: 50px;
    left: 0;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .one-char {
    font-size: 80px;
    position: relative;
}

.tech-insights-decode-letters .char-card-wrapper .card-item .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-align: center;
    user-select: none;
}

.tech-insights-decode-letters .char-card-wrapper .card-item:hover {
    transform: translateY(-20px);
}

.tech-insights-decode-letters .char-card-wrapper .card-item:hover .overlay {
    opacity: 1;
}

.tech-insights-decode-letters .char-card-wrapper .card-item:hover .one-char {
    display: none;
}

.tech-insights-decode-letters .char-card-wrapper .even {
    margin-top: 30px;
}

/* Responsive – Decode letters (char-card-wrapper padding + card-item layout) */
@media (max-width: 1280px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 28px 28px 48px 28px;
        gap: 26px;
    }
}

@media (max-width: 1024px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 26px 26px 44px 26px;
        gap: 24px;
    }
}

@media (max-width: 992px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 24px 24px 40px 24px;
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 22px 22px 36px 22px;
        gap: 20px;
    }
}

@media only screen and (max-width: 760px) {
    .tech-insights-decode-letters .char-card-wrapper .card-item {
        width: calc(100% / 3);
        flex: auto;
    }
}

@media (max-width: 640px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 20px 20px 34px 20px;
        gap: 18px;
    }
}

@media (max-width: 576px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 18px 18px 30px 18px;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 16px 16px 28px 16px;
        gap: 14px;
    }
}

@media (max-width: 414px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 0px;
        gap: 12px;
    }
}

@media (max-width: 360px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 12px 12px 22px 12px;
        gap: 10px;
    }
}

@media (max-width: 320px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 12px 12px 20px 12px;
        gap: 10px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 36px 36px 56px 36px;
        gap: 32px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 40px 40px 60px 40px;
        gap: 34px;
    }
}

@media (min-width: 2560px) {
    .tech-insights-decode-letters .char-card-wrapper {
        padding: 44px 44px 64px 44px;
        gap: 36px;
    }
}

/* ===== DECODE VIDEO CARDS GRID – YouTube embedded (Tech Insights) ===== */
.tech-insights-decode-videos {
    background-color: var(--dbs-gray-100);
    padding: 0 0 60px;
}

.tech-insights-decode-videos__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.tech-insights-decode-videos__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.tech-insights-decode-videos__card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 260px;
}

.tech-insights-decode-videos__embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: var(--dbs-gray-900);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tech-insights-decode-videos__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive – Decode videos */
@media (max-width: 1280px) {
    .tech-insights-decode-videos {
        padding: 0 0 52px;
    }
}

@media (max-width: 1024px) {
    .tech-insights-decode-videos {
        padding: 0 0 44px;
    }

    .tech-insights-decode-videos__card {
        flex: 0 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .tech-insights-decode-videos {
        padding: 0 0 36px;
    }

    .tech-insights-decode-videos__grid {
        gap: 16px;
    }

    .tech-insights-decode-videos__card {
        flex: 0 1 100%;
        min-width: 0;
    }
}

@media (max-width: 576px) {
    .tech-insights-decode-videos {
        padding: 0 0 32px;
    }
}

@media (max-width: 480px) {
    .tech-insights-decode-videos {
        padding: 0 0 28px;
    }
}

@media (max-width: 414px) {
    .tech-insights-decode-videos__embed {
        min-height: 250px;
        width: 100%;
        height: auto;
    }

    .tech-insights-decode-videos {
        padding: 0 0 40px;
    }
}

@media (max-width: 360px) {
    .tech-insights-decode-videos {
        padding: 0 0 22px;
    }
}

@media (max-width: 320px) {
    .tech-insights-decode-videos {
        padding: 0 0 20px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-decode-videos {
        padding: 0 0 72px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-decode-videos {
        padding: 0 0 80px;
    }
}

@media (min-width: 2560px) {
    .tech-insights-decode-videos {
        padding: 0 0 88px;
    }
}

/* ===== DBS TECH BLOG (Tech Insights) ===== */
.tech-insights-tech-blog {
    background-color: var(--dbs-white);
    padding-top: 60px;
    padding-bottom: 60px;
}

.tech-insights-tech-blog__inner {
    max-width: 1288px;
    margin: 0 auto;
}

.tech-insights-tech-blog__heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin: 0 0 40px 0;
}

.tech-insights-tech-blog__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 60px;
}

.tech-insights-tech-blog__dropdown {
    position: relative;
    flex: 0 0 auto;
}

.tech-insights-tech-blog__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 257px;
    padding: 14px 48px 14px 24px;
    background-color: var(--dbs-white);
    border: 1px solid var(--dbs-gray-200);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0;
    color: #171717;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tech-insights-tech-blog__trigger:hover,
.tech-insights-tech-blog__trigger:focus {
    border-color: var(--dbs-gray-600);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.tech-insights-tech-blog__trigger[aria-expanded="true"] {
    border-color: var(--dbs-gray-900);
}

.tech-insights-tech-blog__chevron {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: 14px 8px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.tech-insights-tech-blog__dropdown.is-open .tech-insights-tech-blog__chevron {
    transform: translateY(-50%) rotate(180deg);
}

.tech-insights-tech-blog__list-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    min-width: 100%;
    background-color: var(--dbs-white);
    border: 1px solid var(--dbs-gray-200);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 20;
    max-height: 280px;
    overflow-y: auto;
    display: none;
}

.tech-insights-tech-blog__dropdown.is-open .tech-insights-tech-blog__list-wrap {
    display: block;
}

.tech-insights-tech-blog__option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem;
    color: var(--dbs-gray-900);
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.tech-insights-tech-blog__option:hover,
.tech-insights-tech-blog__option:focus {
    background-color: var(--dbs-gray-100);
    outline: none;
}

.tech-insights-tech-blog__option:not(:last-child) {
    border-bottom: 1px solid var(--dbs-gray-200);
}

.tech-insights-tech-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 60px;
}

.tech-insights-tech-blog__card {
    margin: 0;
}

.tech-insights-tech-blog__card.is-hidden {
    display: none;
}

.tech-insights-tech-blog__link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

.tech-insights-tech-blog__link:hover {
    opacity: 0.92;
}

.tech-insights-tech-blog__link:hover .tech-insights-tech-blog__title {
    color: var(--dbs-red);
}

.tech-insights-tech-blog__img-wrap {
    position: relative;
    width: 100%;
    height: 249px;
    overflow: hidden;
    background-color: var(--dbs-gray-200);
    margin-bottom: 19px;
}

.tech-insights-tech-blog__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tech-insights-tech-blog__img--decompose {
    background-color: #0a1a12;
    background-image: url('../images/tech-insights/green-ai-strategies-sustainable-intelligence.png?v=2');
}

.tech-insights-tech-blog__img--agents {
    background-color: #1a365d;
    background-image: url('../images/tech-insights/humans-agentic-ai-banner.png?v=2');
}

.tech-insights-tech-blog__img--kubernetes {
    background-color: #0d1b2a;
    background-image: url('../images/tech-insights/modernising-banking-kubernetes-gitops-cloud-banner.png?v=2');
}

/* Overlay shows image only (same pattern as __img--agents), text hidden */
.tech-insights-tech-blog__img-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url('../images/tech-insights/green-ai-strategies-sustainable-intelligence.png?v=2');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tech-insights-tech-blog__img-overlay .tech-insights-tech-blog__img-line {
    display: none;
}

.tech-insights-tech-blog__img-line {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.tech-insights-tech-blog__img-line--1 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--dbs-gray-900);
}

.tech-insights-tech-blog__img-line--2 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--dbs-red);
    margin-top: 4px;
}

.tech-insights-tech-blog__img-line--3 {
    font-size: 0.8125rem;
    color: var(--dbs-gray-600);
    font-weight: 400;
    margin-top: 8px;
}

.tech-insights-tech-blog__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0;
    color: var(--dbs-gray-900);
    margin: 0;
    transition: color 0.2s ease;
}

/* ----- Tech Blog responsive (img + overlay) ----- */
@media (max-width: 1280px) {
    .tech-insights-tech-blog {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.75rem;
        line-height: 38px;
        margin-bottom: 36px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 52px;
    }

    .tech-insights-tech-blog__trigger {
        min-width: 240px;
        padding: 14px 44px 14px 22px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__chevron {
        right: 22px;
        width: 14px;
        height: 8px;
        background-size: 14px 8px;
    }

    .tech-insights-tech-blog__grid {
        gap: 28px;
        padding-bottom: 56px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.3125rem;
        line-height: 28px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 240px;
        margin-bottom: 18px;
    }


    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 992px) {
    .tech-insights-tech-blog {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.625rem;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 48px;
    }

    .tech-insights-tech-blog__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
        padding-bottom: 52px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.25rem;
        line-height: 28px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 220px;
        margin-bottom: 16px;
    }


    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 18px;
    }

    .tech-insights-tech-blog__trigger {
        min-width: 220px;
        padding: 12px 40px 12px 20px;
        font-size: 13px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__chevron {
        right: 20px;
        width: 13px;
        height: 7px;
        background-size: 13px 7px;
    }

    .tech-insights-tech-blog__option {
        padding: 10px 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .tech-insights-tech-blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.5rem;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .tech-insights-tech-blog__filters {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 8px;
    }

    .tech-insights-tech-blog__dropdown {
        width: 100%;
        max-width: 320px;
    }

    .tech-insights-tech-blog__trigger {
        width: 100%;
        min-width: 0;
        max-width: 320px;
        padding: 12px 40px 12px 18px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__chevron {
        right: 20px;
        width: 13px;
        height: 7px;
        background-size: 13px 7px;
    }

    .tech-insights-tech-blog__grid {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-bottom: 48px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 16px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 200px;
        margin-bottom: 16px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.1875rem;
        line-height: 26px;
    }


    .tech-insights-tech-blog__trigger {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .tech-insights-tech-blog__dropdown {
        max-width: 300px;
    }

    .tech-insights-tech-blog__trigger {
        max-width: 300px;
        padding: 12px 36px 12px 16px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__grid {
        padding-bottom: 44px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 190px;
        margin-bottom: 16px;
    }

    .tech-insights-tech-blog__chevron {
        right: 18px;
        width: 12px;
        height: 7px;
        background-size: 12px 7px;
    }
}

@media (max-width: 576px) {
    .tech-insights-tech-blog {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.375rem;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 36px;
    }

    .tech-insights-tech-blog__grid {
        gap: 24px;
        padding-bottom: 44px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.125rem;
        line-height: 24px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 180px;
        margin-bottom: 14px;
    }


    .tech-insights-tech-blog__dropdown {
        max-width: 280px;
    }

    .tech-insights-tech-blog__trigger {
        max-width: 280px;
        padding: 11px 34px 11px 16px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__chevron {
        right: 18px;
        width: 12px;
        height: 7px;
        background-size: 12px 7px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 14px;
    }

    .tech-insights-tech-blog__img-line--3 {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .tech-insights-tech-blog {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.25rem;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 32px;
    }

    .tech-insights-tech-blog__grid {
        gap: 22px;
        padding-bottom: 40px;
    }

    .tech-insights-tech-blog__dropdown {
        max-width: 100%;
    }

    .tech-insights-tech-blog__trigger {
        max-width: 100%;
        padding: 10px 32px 10px 12px;
        border-radius: 4px;
    }

    .tech-insights-tech-blog__chevron {
        right: 16px;
        width: 11px;
        height: 6px;
        background-size: 11px 6px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 12px;
    }

    .tech-insights-tech-blog__trigger {
        font-size: 13px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.0625rem;
        line-height: 24px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 168px;
        margin-bottom: 14px;
    }

}

@media (max-width: 414px) {
    .tech-insights-tech-blog {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 40px;
    }

    .tech-insights-tech-blog__grid {
        gap: 30px;
        padding-bottom: 0px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 10px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 249px;
        margin-bottom: 20px;
    }

    .tech-insights-tech-blog__title {
        font-size: 18px;
        line-height: 24px;
    }


    .tech-insights-tech-blog__trigger {
        font-size: 14px;
        padding: 14.5px 24px;
        border-radius: 3px;
    }

    .tech-insights-tech-blog__chevron {
        right: 14px;
        width: 11px;
        height: 6px;
        background-size: 11px 6px;
    }
}

@media (max-width: 360px) {
    .tech-insights-tech-blog {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1.0625rem;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 24px;
    }

    .tech-insights-tech-blog__grid {
        gap: 18px;
        padding-bottom: 32px;
    }

    .tech-insights-tech-blog__title {
        font-size: 0.9375rem;
        line-height: 22px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 144px;
        margin-bottom: 12px;
    }


    .tech-insights-tech-blog__trigger {
        font-size: 12px;
        padding: 10px 28px 10px 12px;
        border-radius: 3px;
    }

    .tech-insights-tech-blog__chevron {
        right: 14px;
        width: 10px;
        height: 6px;
        background-size: 10px 6px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 10px;
    }

    .tech-insights-tech-blog__img-line--1,
    .tech-insights-tech-blog__img-line--2 {
        font-size: 0.9375rem;
    }
}

@media (max-width: 320px) {
    .tech-insights-tech-blog {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 1rem;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 22px;
    }

    .tech-insights-tech-blog__grid {
        gap: 16px;
        padding-bottom: 24px;
    }

    .tech-insights-tech-blog__title {
        font-size: 0.875rem;
        line-height: 20px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 132px;
        margin-bottom: 10px;
    }


    .tech-insights-tech-blog__trigger {
        font-size: 11px;
        padding: 9px 26px 9px 10px;
        border-radius: 3px;
    }

    .tech-insights-tech-blog__chevron {
        right: 12px;
        width: 10px;
        height: 5px;
        background-size: 10px 5px;
    }

    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 8px;
    }

    .tech-insights-tech-blog__img-line--1,
    .tech-insights-tech-blog__img-line--2 {
        font-size: 0.875rem;
    }

    .tech-insights-tech-blog__img-line--3 {
        font-size: 0.6875rem;
    }
}

@media (min-width: 1536px) {
    .tech-insights-tech-blog {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 2rem;
        line-height: 48px;
        margin-bottom: 44px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 56px;
    }

    .tech-insights-tech-blog__grid {
        gap: 32px;
        padding-bottom: 64px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.4375rem;
        line-height: 34px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 280px;
        margin-bottom: 20px;
    }


    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 24px;
    }

    .tech-insights-tech-blog__trigger {
        min-width: 280px;
        padding: 15px 50px 15px 25px;
        border-radius: 5px;
    }

    .tech-insights-tech-blog__chevron {
        right: 26px;
        width: 15px;
        height: 8px;
        background-size: 15px 8px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-tech-blog {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 2.25rem;
        line-height: 52px;
        margin-bottom: 48px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 60px;
    }

    .tech-insights-tech-blog__grid {
        gap: 34px;
        padding-bottom: 72px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.5rem;
        line-height: 36px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 300px;
        margin-bottom: 22px;
    }


    .tech-insights-tech-blog__img,
    .tech-insights-tech-blog__img--decompose,
    .tech-insights-tech-blog__img--agents,
    .tech-insights-tech-blog__img--kubernetes {
        background-size: cover;
        background-position: center center;
    }

    .tech-insights-tech-blog__img-overlay {
        padding: 28px;
    }

    .tech-insights-tech-blog__trigger {
        min-width: 300px;
        padding: 16px 52px 16px 26px;
        border-radius: 6px;
    }

    .tech-insights-tech-blog__chevron {
        right: 28px;
        width: 15px;
        height: 9px;
        background-size: 15px 9px;
    }
}

@media (min-width: 2560px) {
    .tech-insights-tech-blog {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .tech-insights-tech-blog__heading {
        font-size: 2.5rem;
        line-height: 56px;
        margin-bottom: 52px;
    }

    .tech-insights-tech-blog__filters {
        margin-bottom: 64px;
    }

    .tech-insights-tech-blog__grid {
        gap: 36px;
        padding-bottom: 80px;
    }

    .tech-insights-tech-blog__title {
        font-size: 1.5625rem;
        line-height: 38px;
    }

    .tech-insights-tech-blog__img-wrap {
        height: 320px;
        margin-bottom: 24px;
    }


    .tech-insights-tech-blog__trigger {
        min-width: 320px;
        padding: 16px 56px 16px 28px;
        border-radius: 6px;
    }

    .tech-insights-tech-blog__chevron {
        right: 30px;
        width: 16px;
        height: 10px;
        background-size: 16px 10px;
    }
}

/* ===== INSIGHTS ARTICLE DETAIL PAGE ===== */
.tech-insights-article-page {
    padding-top: 32px;
    padding-bottom: 0px;
}

/* Related section is a direct child of article (outside .uk-container) for full-width background */
.tech-insights-article-page>.uk-container.uk-container-large {
    max-width: 1328px;
}

@media (max-width: 768px) {
    .tech-insights-article-page>.uk-container.uk-container-large {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.tech-insights-article-page__inner {
    max-width: 1040px;
    margin: 0 auto;
}

.tech-insights-article-page__body-section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.tech-insights-article-page__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4375rem;
    /* 23px header on base 16px */
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .tech-insights-article-page__title {
        font-size: 1.375rem; /* 22px on smaller screens */
    }
}

.tech-insights-article-page__meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 4px 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9E9E9E;
    margin: 0 0 40px 0;
    vertical-align: middle;
}

.tech-insights-article-page__meta-item,
.tech-insights-article-page__meta-sep,
.tech-insights-article-page__meta time {
    white-space: nowrap;
}

.tech-insights-article-page__meta-sep {
    color: #171717;
    user-select: none;
}

.tech-insights-article-page__meta-item strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #171717;
}

.tech-insights-article-page__meta-item--italic {
    font-style: italic;
}

.tech-insights-article-page__figure {
    margin: 0 0 60px 0;
    overflow: hidden;
    background-color: var(--dbs-gray-200);
}

.tech-insights-article-page__img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
}

/* Wide infographic banners must show full artwork without cropping */
.tech-insights-article-page__figure--infographic {
    background-color: #ffffff;
}

.tech-insights-article-page__img--infographic {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center center;
}

/* Inline architecture diagrams inside article body – centered, natural aspect ratio */
.tech-insights-article-page__paynow-body .tech-insights-article-page__figure--body {
    margin: 1em auto 1.5em;
    max-width: 904px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.tech-insights-article-page__paynow-body .tech-insights-article-page__img--body {
    display: block;
    width: 100%;
    max-width: 904px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 904 / 750;
    object-fit: contain;
    object-position: center center;
}

/* Article hero img – responsive: height auto for natural scaling, aspect-ratio prevents CLS */
@media (max-width: 1280px) {
    .tech-insights-article-page__img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .tech-insights-article-page__img--infographic {
        object-fit: contain;
    }
}

.tech-insights-article-page__lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    /* 16px body lead text */
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    margin: 0 0 40px 0;
}

.tech-insights-article-page__body.prose {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    /* 16px base body text */
    line-height: 1.7;
    color: #000000;
}

.tech-insights-article-page__body.prose h2 {
    margin: 32px 0 12px;
}

.tech-insights-article-page__body.prose .tech-insights-inline-highlight {
    font-weight: 700;
    font-style: italic;
    color: #000000;
}

.tech-insights-article-page__lead .tech-insights-inline-highlight {
    font-weight: 700;
    font-style: italic;
}

.tech-insights-article-page__body.prose p {
    margin: 0 0 1em 0;
}

.tech-insights-article-page__body.prose p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    /* Article paragraph copy – 15px on smaller screens */
    .tech-insights-article-page__lead,
    .tech-insights-article-page__body.prose p,
    .tech-insights-article-page__body.prose.tech-insights-article-page__paynow-body.tech-insights-article-page__lead,
    .tech-insights-article-page__body.prose.tech-insights-article-page__conclusion-body.tech-insights-article-page__lead {
        font-size: 0.9375rem; /* 15px */
    }

    /* Article lists – match 15px body size on smaller screens */
    .tech-insights-article-page__body.prose ul,
    .tech-insights-article-page__body.prose ol,
    .tech-insights-article-page__body.prose li {
        font-size: 0.9375rem; /* 15px */
    }

    /* Article headings – 20px, semi-bold on smaller screens */
    .tech-insights-article-page__body.prose h2,
    .tech-insights-article-page__paynow-body-title,
    .tech-insights-article-page__conclusion-title {
        font-size: 1.25rem !important; /* 20px */
        font-weight: 600 !important;
    }
}

.tech-insights-article-page__body.prose a {
    color: var(--dbs-red);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.tech-insights-article-page__body.prose a:hover {
    color: #b30000;
}

.tech-insights-article-page__not-found {
    font-size: 1.125rem;
    color: var(--dbs-gray-600);
}

/* PayNow-UPI infographic block */
.tech-insights-article-page__paynow {
    margin-top: 40px;
}

.tech-insights-article-page__paynow-image-wrap {
    margin-bottom: 16px;
    width: 483px;
    max-width: 100%;
}

.tech-insights-article-page__paynow-img {
    display: block;
    width: 483px;
    height: 669px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.tech-insights-article-page__paynow-title {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--dbs-gray-900);
    text-align: center;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.tech-insights-article-page__paynow-title-line {
    display: block;
}

.tech-insights-article-page__paynow-title-line--accent {
    color: #5c2d91;
}

.tech-insights-article-page__paynow-visual {
    background: linear-gradient(135deg, #f0e6f8 0%, #e8f4f8 100%);
    border-radius: 12px;
    padding: 24px 20px;
    margin-bottom: 28px;
    text-align: center;
}

.tech-insights-article-page__paynow-tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: var(--dbs-gray-900);
    margin: 0;
    line-height: 1.5;
}

.tech-insights-article-page__paynow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.tech-insights-article-page__paynow-step {
    min-width: 0;
}

.tech-insights-article-page__paynow-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px 16px;
    background: #f5f0fa;
    border: 2px solid #c4b5d8;
    border-radius: 12px;
    text-align: center;
}

.tech-insights-article-page__paynow-phone-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #5c2d91;
    margin-bottom: 8px;
}

.tech-insights-article-page__paynow-phone-detail {
    font-size: 0.8125rem;
    color: var(--dbs-gray-600);
}

.tech-insights-article-page__paynow-instructions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.tech-insights-article-page__paynow-col p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--dbs-gray-900);
    margin: 0 0 12px 0;
}

.tech-insights-article-page__paynow-col p:last-child {
    margin-bottom: 0;
}

.tech-insights-article-page__paynow-cta {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dbs-gray-900);
    text-align: center;
    margin: 0 0 20px 0;
}

.tech-insights-article-page__paynow-logos {
    margin-bottom: 24px;
}

.tech-insights-article-page__paynow-logos-heading {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--dbs-gray-600);
    margin: 0 0 6px 0;
}

.tech-insights-article-page__paynow-logos-badges {
    font-size: 0.9375rem;
    color: var(--dbs-gray-900);
    margin: 0 0 14px 0;
}

.tech-insights-article-page__paynow-logos-badges:last-of-type {
    margin-bottom: 0;
}

.tech-insights-article-page__paynow-caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #484848;
    margin: 0 0 40px 0;
}

.tech-insights-article-page__paynow-body-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #000000;
    margin: 24px 0 16px 0;
    line-height: 1.3;
}

.tech-insights-article-page__paynow-body {
    margin-top: 0;
}

.tech-insights-article-page__body.prose.tech-insights-article-page__paynow-body.tech-insights-article-page__lead,
.tech-insights-article-page__body.prose.tech-insights-article-page__conclusion-body.tech-insights-article-page__lead {
    font-size: 1rem;
    /* Align special sections with 16px body size */
}

/* Figure 2: PayNow-UPI ecosystem */
.tech-insights-article-page__paynow-ecosystem {
    margin: 40px 0 0 0;
    padding-top: 32px;
    border-top: 1px solid var(--dbs-gray-200);
}

.tech-insights-article-page__paynow-ecosystem-image-wrap {
    margin-bottom: 24px;
}

.tech-insights-article-page__paynow-ecosystem-img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.tech-insights-article-page__paynow-ecosystem-caption {
    font-size: 0.875rem;
    color: var(--dbs-gray-600);
    font-style: italic;
    margin: 0;
}

.tech-insights-article-page__paynow-ecosystem+.tech-insights-article-page__paynow-body {
    margin-top: 28px;
}

/* Conclusion, tags & share */
.tech-insights-article-page__conclusion {
    margin-top: 48px;
}

.tech-insights-article-page__conclusion-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.tech-insights-article-page__conclusion-body {
    margin-top: 0;
    margin-bottom: 0;
}

.tech-insights-article-page__disclaimer {
    font-style: italic;
}

.tech-insights-article-page__italic {
    font-style: italic;
}

.tech-insights-article-page__accent {
    color: var(--dbs-red);
    font-weight: 600;
}

.tech-insights-article-page__accent-link {
    color: var(--dbs-red);
    font-weight: 600;
    text-decoration: underline;
    transition: var(--dbs-transition);
}

.tech-insights-article-page__accent-link:hover {
    opacity: 0.85;
}

.tech-insights-article-page__conclusion-divider {
    border: 0;
    border-top: 1px solid var(--dbs-gray-200);
    margin: 32px 0 28px 0;
}

.tech-insights-article-page__article-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.tech-insights-article-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.tech-insights-article-page__tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #cc0000;
    background-color: var(--dbs-gray-200);
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    transition: var(--dbs-transition);
}

@media (max-width: 768px) {
    .tech-insights-article-page__tag {
        font-size: 0.8125rem; /* 13px on mobile/tablet */
    }
}

.tech-insights-article-page__tag:hover {
    background-color: #e0d5d5;
}

.tech-insights-article-page__share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tech-insights-article-page__share-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 768px) {
    .tech-insights-article-page__share-label {
        font-size: 0.875rem; /* 14px on mobile/tablet */
    }
}

.tech-insights-article-page__share-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tech-insights-article-page__share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--dbs-gray-200);
    color: var(--dbs-red);
    text-decoration: none;
    transition: var(--dbs-transition);
}

.tech-insights-article-page__share-icon img {
    width: 16px;
    height: 16px;
}

.tech-insights-article-page__share-icon:hover {
    background-color: #e0d5d5;
}

.tech-insights-article-page__share-icon--btn {
    border: 0;
    cursor: pointer;
    padding: 0;
}

/* Related Stories */
.tech-insights-article-page__related {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-top: 1px solid var(--dbs-gray-200);
    background-color: #F8F8F8;
}

.tech-insights-article-page__related-inner {
    max-width: 1288px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.tech-insights-article-page__related-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}

.tech-insights-article-page__related-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin: 0;
}

.tech-insights-article-page__related-cta {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--dbs-white);
    background-color: var(--dbs-red);
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--dbs-transition);
}

@media (max-width: 768px) {
    .tech-insights-article-page__related-cta {
        font-size: 0.8125rem; /* 13px */
        padding: 8px 16px;
    }
}

.tech-insights-article-page__related-cta-mobile {
    display: none;
    margin-top: 24px;
    text-align: center;
}

.tech-insights-article-page__related-cta:hover {
    opacity: 0.9;
}

.tech-insights-article-page__related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
}

.tech-insights-article-page__related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: var(--dbs-transition);
    padding-bottom: 61.47px;
}

@media (max-width: 992px) {
    .tech-insights-article-page__related-card {
        padding-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .tech-insights-article-page__related-card {
        padding-bottom: 0px;
    }
}

.tech-insights-article-page__related-card:hover {
    color: var(--dbs-red);
}

.tech-insights-article-page__related-card-image-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    aspect-ratio: 16 / 9;
    background-color: var(--dbs-gray-200);
}

@media (max-width: 768px) {
    .tech-insights-article-page__related-card-image-wrap {
        aspect-ratio: auto;
        height: 249px;
    }
}

.tech-insights-article-page__related-card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech-insights-article-page__related-card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
    color: #171717;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.tech-insights-article-page__related-card:hover .tech-insights-article-page__related-card-title {
    color: var(--dbs-red);
}

.tech-insights-article-page__related-card-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #171717;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .tech-insights-article-page__related-card-desc {
        font-size: 0.875rem; /* 14px on smaller screens */
    }
}

@media (max-width: 992px) {
    .tech-insights-article-page__related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tech-insights-article-page__meta, .tech-insights-article-page__meta-item strong {
        font-size: 13px;
        line-height: 20px;
    }

    .tech-insights-article-page__related {
        margin-top: 24px;
        padding-top: 32px;
    }

    .tech-insights-article-page__related-header {
        justify-content: center;
        text-align: center;
        margin-bottom: 24px;
    }

    .tech-insights-article-page__related-title {
        font-size: 22px;
        line-height: 28.6px;
    }

    .tech-insights-article-page__related-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tech-insights-article-page__related-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Move Explore More CTA below related grid on mobile */
    .tech-insights-article-page__related-header .tech-insights-article-page__related-cta {
        display: none;
    }

    .tech-insights-article-page__related-cta-mobile {
        display: block;
    }
}

/* Toast: "Link copied to clipboard" */
.tech-insights-article-page__toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--dbs-white);
    background-color: var(--dbs-gray-900);
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.tech-insights-article-page__toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .tech-insights-article-page__toast {
        bottom: 16px;
        right: 16px;
        left: 16px;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .tech-insights-article-page__paynow-steps,
    .tech-insights-article-page__paynow-instructions {
        grid-template-columns: 1fr;
    }

    .tech-insights-article-page__paynow {
        margin-top: 36px;
    }

    .tech-insights-article-page__paynow-image-wrap {
        width: 100%;
    }

    .tech-insights-article-page__paynow-img {
        width: 100%;
        height: auto;
    }

    .tech-insights-article-page__paynow-ecosystem {
        margin-top: 32px;
        padding-top: 24px;
    }
}

@media (max-width: 768px) {
    .tech-insights-article-page {
        padding-top: 24px;
    }

    .tech-insights-article-page__meta {
        margin-bottom: 20px;
        flex-wrap: nowrap; /* keep meta items in a single row on mobile */
    }

    .tech-insights-article-page__figure {
        margin-bottom: 8px;
        border-radius: 4px;
    }

    .tech-insights-article-page__paynow-body .tech-insights-article-page__figure--body {
        margin: 1em auto 1.25em;
        max-width: 100%;
    }
}

/* ===== DECODE SUMMARY SECTION (Tech Insights) ===== */
.tech-insights-decode {
    padding-top: 60px;
    padding-bottom: 0;
}

.tech-insights-decode__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.tech-insights-decode__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    /* color: #171717; */
    color: var(--dbs-red, #CC0000);
    margin: 0 0 24px 0;
}

.tech-insights-decode__body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #171717;
    margin: 0 0 12px 0;
}

.tech-insights-decode__body--secondary {
    margin-bottom: 0;
}

/* Responsive – Decode section */
@media (max-width: 1280px) {
    .tech-insights-decode {
        padding-top: 52px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 1.75rem;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .tech-insights-decode__body {
        font-size: 0.9375rem;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .tech-insights-decode {
        padding-top: 44px;
        padding-bottom: 0;
    }

    .tech-insights-decode__inner {
        max-width: 100%;
    }

    .tech-insights-decode__title {
        font-size: 1.625rem;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .tech-insights-decode__body {
        font-size: 0.9375rem;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .tech-insights-decode {
        padding-top: 36px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 1.5rem;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .tech-insights-decode__body {
        font-size: 0.9375rem;
        line-height: 22px;
    }
}

@media (max-width: 576px) {
    .tech-insights-decode {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 1.375rem;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .tech-insights-decode__body {
        font-size: 0.875rem;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .tech-insights-decode {
        padding-top: 28px;
        padding-bottom: 0;
    }

    .tech-insights-decode__inner {
        padding: 0 4px;
    }

    .tech-insights-decode__title {
        font-size: 1.25rem;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .tech-insights-decode__body {
        font-size: 0.875rem;
        line-height: 20px;
    }
}

@media (max-width: 414px) {
    .tech-insights-decode {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .tech-insights-decode__body {
        font-size: 16px;
        line-height: 24px;
    }

    .tech-insights-decode-letters {
        padding: 40px 0px;
    }
}

@media (max-width: 360px) {
    .tech-insights-decode {
        padding-top: 22px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 1.0625rem;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .tech-insights-decode__body {
        font-size: 0.8125rem;
        line-height: 18px;
    }
}

@media (max-width: 320px) {
    .tech-insights-decode {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 1rem;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .tech-insights-decode__body {
        font-size: 0.75rem;
        line-height: 16px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-decode {
        padding-top: 72px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 2rem;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .tech-insights-decode__body {
        font-size: 1.0625rem;
        line-height: 26px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-decode {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .tech-insights-decode__title {
        font-size: 2.25rem;
        line-height: 52px;
        margin-bottom: 32px;
    }

    .tech-insights-decode__body {
        font-size: 1.125rem;
        line-height: 28px;
    }
}

/* ===== CTA Section (Ready to make an impact) ===== */
.tech-insights-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 48px;
    background-color: #282828;
    padding: 40px 24px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.tech-insights-cta__spark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.15;
    pointer-events: none;
}

.tech-insights-cta__spark img {
    display: block;
    width: 140px;
    height: auto;
}

.tech-insights-cta__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.tech-insights-cta__text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--dbs-white);
    line-height: 1.4;
    flex: 1;
}

.tech-insights-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background-color: var(--dbs-red);
    color: var(--dbs-white);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--dbs-transition);
}

.tech-insights-cta__btn:hover {
    background-color: #b30000;
    transform: translateY(-2px);
}

@media (max-width: 1280px) {
    .tech-insights-cta {
        margin-top: 40px;
        padding: 36px 24px;
    }

    .tech-insights-cta__text {
        font-size: 1.375rem;
    }

    .tech-insights-cta__btn {
        padding: 14px 28px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 992px) {
    .tech-insights-cta {
        margin-top: 36px;
        padding: 32px 20px;
    }

    .tech-insights-cta__inner {
        padding: 0 16px;
        gap: 20px;
    }

    .tech-insights-cta__text {
        font-size: 1.25rem;
    }

    .tech-insights-cta__spark img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .tech-insights-cta {
        margin-top: 32px;
        padding: 28px 16px;
    }

    .tech-insights-cta__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 20px;
        padding: 0;
    }

    .tech-insights-cta__text {
        font-size: 1.125rem;
    }

    .tech-insights-cta__btn {
        align-self: center;
        padding: 14px 32px;
    }

    .tech-insights-cta__spark img {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .tech-insights-cta {
        margin-top: 28px;
        padding: 24px 16px;
    }

    .tech-insights-cta__text {
        font-size: 1rem;
    }

    .tech-insights-cta__btn {
        padding: 12px 28px;
        font-size: 0.9375rem;
    }

    .tech-insights-cta__spark img {
        width: 60px;
    }
}

@media (max-width: 480px) {
    .tech-insights-cta {
        margin-top: 24px;
        padding: 20px 16px;
    }

    .tech-insights-cta__text {
        font-size: 0.9375rem;
    }

    .tech-insights-cta__btn {
        padding: 12px 24px;
        font-size: 0.875rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-cta {
        margin-top: 20px;
        padding: 18px 14px;
    }

    .tech-insights-cta__spark img {
        width: 50px;
    }
}

@media (max-width: 360px) {
    .tech-insights-cta__text {
        font-size: 0.875rem;
    }

    .tech-insights-cta__btn {
        padding: 10px 20px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 320px) {
    .tech-insights-cta {
        margin-top: 18px;
        padding: 16px 12px;
    }

    .tech-insights-cta__text {
        font-size: 0.8125rem;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .tech-insights-cta__inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tech-insights-cta__text {
        flex: 1 1 100%;
        text-align: center;
    }
}

@media (min-width: 1536px) {
    .tech-insights-cta {
        margin-top: 56px;
        padding: 48px 24px;
    }

    .tech-insights-cta__text {
        font-size: 1.625rem;
    }

    .tech-insights-cta__btn {
        padding: 18px 36px;
        font-size: 1.0625rem;
    }

    .tech-insights-cta__spark img {
        width: 160px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-cta {
        margin-top: 64px;
        padding: 56px 24px;
    }

    .tech-insights-cta__text {
        font-size: 1.75rem;
    }
}

.tech-insights-card {
    background: var(--dbs-white);
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    transition: var(--dbs-transition);
    border: 1px solid var(--dbs-gray-200);
    position: relative;
    overflow: hidden;
}

.tech-insights-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background-color: var(--dbs-red);
    transition: var(--dbs-transition);
}

.tech-insights-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--dbs-shadow);
    border-color: transparent;
}

.tech-insights-card:hover::before {
    height: 100%;
}

.tech-insights-card__icon {
    font-size: 2.5rem;
    color: var(--dbs-red);
    margin-bottom: 20px;
}

.tech-insights-card__title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dbs-gray-900);
    margin-bottom: 16px;
}

.tech-insights-card__desc {
    color: var(--dbs-gray-600);
    margin-bottom: 20px;
    line-height: 1.6;
}

.tech-insights-card__link {
    color: var(--dbs-red);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--dbs-transition);
}

.tech-insights-card__link:hover {
    color: var(--dbs-gray-900);
    gap: 10px;
}

/* Grid & Cards responsive */
@media (max-width: 768px) {
    .tech-insights-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 28px;
    }

    .tech-insights-card {
        padding: 24px 20px;
    }

    .tech-insights-card__icon {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .tech-insights-card__title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    .tech-insights-card__desc {
        font-size: 0.9375rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .tech-insights-content-grid {
        gap: 16px;
        margin-top: 24px;
    }

    .tech-insights-card {
        padding: 20px 16px;
    }

    .tech-insights-card__icon {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    .tech-insights-card__title {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }

    .tech-insights-card__desc {
        font-size: 0.875rem;
        margin-bottom: 12px;
    }

    .tech-insights-card__link {
        font-size: 0.9375rem;
    }
}

/* Responsive for About Section – image first on small viewports */
@media (max-width: 992px) {
    .tech-insights-about {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 56px;
        padding-bottom: 56px;
        /* Visual order: image first, then content (DOM unchanged for accessibility) */
    }

    .tech-insights-about__content {
        order: 2;
        padding-right: 0;
    }

    .tech-insights-about__image {
        order: 1;
        height: 400px;
    }

    .tech-insights-about__title {
        font-size: 2.4rem;
    }

    .tech-insights-about__lead {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .tech-insights-about {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 32px;
    }

    .tech-insights-about__title {
        font-size: 2rem;
    }

    .tech-insights-about__text {
        font-size: 15px;
        line-height: 22px;
    }

    .tech-insights-about__lead {
        font-size: 24px;
        line-height: 34px;
    }

    .tech-insights-about__image {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .tech-insights-about {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 28px;
    }

    .tech-insights-about__title {
        font-size: 1.8rem;
    }

    .tech-insights-about__text {
        font-size: 14px;
        line-height: 21px;
    }

    .tech-insights-about__lead {
        font-size: 20px;
        line-height: 28px;
    }

    .tech-insights-about__image {
        height: 280px;
    }
}

@media (max-width: 380px) {
    .tech-insights-about {
        padding-top: 32px;
        padding-bottom: 32px;
        gap: 24px;
    }
}

/* ===== Second Section: Why Us / Our PRIDE / Impact Beyond Banking (Our People only) ===== */
.tech-insights-section-two {
    display: none;
    background: var(--dbs-white);
}

.tech-insights-section-two.is-visible {
    display: block;
}

.tech-insights-section-two__nav-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 1px solid var(--dbs-gray-200);
    background: #E8E8E8;
}

.tech-insights-section-two__nav {
    display: flex;
    flex-wrap: wrap;
}

.tech-insights-section-two__btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 20px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--dbs-gray-900);
    background: #E8E8E8;
    border: none;
    cursor: pointer;
    transition: var(--dbs-transition);
    text-align: center;
}

.tech-insights-section-two__btn:hover {
    background: #e0e0e0;
}

.tech-insights-section-two__btn.is-active {
    font-weight: 700;
    color: var(--dbs-red);
    background: var(--dbs-white);
}

.tech-insights-section-two__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px;
}

.tech-insights-section-two__pane {
    display: none;
}

.tech-insights-section-two__pane.is-active {
    display: block;
    animation: dbsFadeIn 0.5s ease;
}

.tech-insights-section-two__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dbs-gray-900);
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.tech-insights-section-two__body {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--dbs-gray-600);
}

.tech-insights-section-two__body p {
    margin: 0 0 16px 0;
}

.tech-insights-section-two__body p:last-child {
    margin-bottom: 0;
}

/* Why Us pane – no heading; spacing from container padding (responsive) */
.tech-insights-section-two__pane--why-us .tech-insights-why-us {
    margin-top: 0;
}

/* Why Us – two-column layout with focus cards (design match) */
.tech-insights-why-us {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    max-width: 100%;
}

.tech-insights-why-us__intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #000;
    margin: 0;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.01em;
    max-width: 22em;
}

.tech-insights-why-us__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tech-insights-why-us__card {
    background: #F8ECE8;
    border-radius: 12px;
    padding: 28px 24px 0 24px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

.tech-insights-why-us__card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 auto 0;
    line-height: 1.45;
    text-align: left;
}

.tech-insights-why-us__card-graphic {
    margin-top: 24px;
    height: 80px;
    min-height: 60px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tech-insights-why-us__card-graphic img {
    width: auto;
    height: 100%;
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

@media (max-width: 1280px) {
    .tech-insights-why-us {
        gap: 36px;
    }

    .tech-insights-why-us__cards {
        gap: 20px;
    }

    .tech-insights-why-us__card {
        padding: 26px 22px 0 22px;
        min-height: 200px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.9375rem;
        line-height: 1.6;
        max-width: 20em;
    }

    .tech-insights-why-us__card-graphic {
        height: 76px;
        min-height: 56px;
        margin-top: 20px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 110px;
        max-height: 76px;
    }
}

@media (max-width: 992px) {
    .tech-insights-why-us {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.9375rem;
        line-height: 1.6;
        max-width: 100%;
    }

    .tech-insights-why-us__cards {
        gap: 20px;
    }

    .tech-insights-why-us__card {
        padding: 24px 22px 0 22px;
        min-height: 200px;
    }

    .tech-insights-why-us__card-graphic {
        height: 72px;
        min-height: 54px;
        margin-top: 18px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 100px;
        max-height: 72px;
    }
}

@media (max-width: 768px) {
    .tech-insights-why-us {
        gap: 28px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    .tech-insights-why-us__cards {
        gap: 18px;
    }

    .tech-insights-why-us__card {
        padding: 22px 20px 0 20px;
        min-height: 190px;
    }

    .tech-insights-why-us__card-title {
        font-size: 0.9375rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 68px;
        min-height: 50px;
        margin-top: 16px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 90px;
        max-height: 68px;
    }
}

@media (max-width: 576px) {
    .tech-insights-why-us {
        gap: 24px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.875rem;
        line-height: 1.55;
    }

    .tech-insights-why-us__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tech-insights-why-us__card {
        min-height: 180px;
        padding: 20px 20px 0 20px;
    }

    .tech-insights-why-us__card-title {
        font-size: 0.9375rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 64px;
        min-height: 48px;
        margin-top: 16px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 85px;
        max-height: 64px;
    }
}

@media (max-width: 480px) {
    .tech-insights-why-us {
        gap: 20px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.875rem;
    }

    .tech-insights-why-us__card {
        min-height: 170px;
        padding: 18px 18px 0 18px;
    }

    .tech-insights-why-us__card-title {
        font-size: 0.875rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 60px;
        min-height: 44px;
        margin-top: 14px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 80px;
        max-height: 60px;
    }
}

@media (max-width: 414px) {
    .tech-insights-why-us {
        gap: 18px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.8125rem;
        line-height: 1.5;
    }

    .tech-insights-why-us__card {
        min-height: 160px;
        padding: 16px 16px 0 16px;
    }

    .tech-insights-why-us__card-graphic {
        height: 56px;
        min-height: 40px;
        margin-top: 12px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 75px;
        max-height: 56px;
    }
}

@media (max-width: 380px) {
    .tech-insights-why-us__intro {
        font-size: 0.8125rem;
    }

    .tech-insights-why-us__card {
        min-height: 155px;
        padding: 15px 14px 0 14px;
    }

    .tech-insights-why-us__card-graphic {
        height: 52px;
        min-height: 38px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 70px;
        max-height: 52px;
    }
}

@media (max-width: 360px) {
    .tech-insights-why-us {
        gap: 16px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .tech-insights-why-us__card {
        min-height: 150px;
        padding: 14px 12px 0 12px;
    }

    .tech-insights-why-us__card-title {
        font-size: 0.8125rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 48px;
        min-height: 36px;
        margin-top: 10px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 65px;
        max-height: 48px;
    }
}

@media (max-width: 320px) {
    .tech-insights-why-us {
        gap: 14px;
    }

    .tech-insights-why-us__intro {
        font-size: 0.6875rem;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .tech-insights-why-us__card {
        min-height: 140px;
        padding: 12px 12px 0 12px;
    }

    .tech-insights-why-us__card-title {
        font-size: 0.75rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 44px;
        min-height: 32px;
        margin-top: 8px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 60px;
        max-height: 44px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-why-us {
        gap: 48px;
    }

    .tech-insights-why-us__intro {
        font-size: 1.0625rem;
        line-height: 1.65;
        max-width: 24em;
    }

    .tech-insights-why-us__cards {
        gap: 28px;
    }

    .tech-insights-why-us__card {
        padding: 30px 28px 0 28px;
        min-height: 240px;
    }

    .tech-insights-why-us__card-title {
        font-size: 1.0625rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 88px;
        min-height: 66px;
        margin-top: 24px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 130px;
        max-height: 88px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-why-us {
        gap: 56px;
    }

    .tech-insights-why-us__intro {
        font-size: 1.125rem;
        line-height: 1.7;
        max-width: 26em;
    }

    .tech-insights-why-us__cards {
        gap: 32px;
    }

    .tech-insights-why-us__card {
        padding: 32px 32px 0 32px;
        min-height: 260px;
    }

    .tech-insights-why-us__card-title {
        font-size: 1.125rem;
    }

    .tech-insights-why-us__card-graphic {
        height: 96px;
        min-height: 72px;
        margin-top: 28px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 140px;
        max-height: 96px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-why-us__cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .tech-insights-why-us__card {
        min-height: 160px;
        padding: 14px 14px 0 14px;
    }

    .tech-insights-why-us__card-graphic {
        height: 56px;
        min-height: 40px;
    }

    .tech-insights-why-us__card-graphic img {
        max-width: 70px;
        max-height: 56px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .tech-insights-why-us__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .tech-insights-why-us__card {
        min-height: 150px;
        padding: 12px 12px 0 12px;
    }
}

@media (max-width: 1280px) {
    .tech-insights-section-two__btn {
        padding: 18px 20px;
        font-size: 0.9375rem;
    }

    .tech-insights-section-two__container {
        padding: 36px 24px;
    }
}

@media (max-width: 992px) {
    .tech-insights-section-two__nav {
        flex-direction: row;
    }

    .tech-insights-section-two__btn {
        flex: 1 1 calc(33.333% - 4px);
        padding: 16px 16px;
        font-size: 0.9375rem;
    }

    .tech-insights-section-two__container {
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .tech-insights-section-two__btn {
        flex: 1 1 100%;
        padding: 16px 20px;
        font-size: 0.9375rem;
    }

    .tech-insights-section-two__container {
        padding: 28px 20px;
    }

    .tech-insights-section-two__heading {
        font-size: 1.375rem;
        margin-bottom: 16px;
    }

    .tech-insights-section-two__body {
        font-size: 0.9375rem;
    }
}

@media (max-width: 576px) {
    .tech-insights-section-two__btn {
        padding: 14px 16px;
        font-size: 0.875rem;
    }

    .tech-insights-section-two__container {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .tech-insights-section-two__container {
        padding: 20px 16px;
    }

    .tech-insights-section-two__btn {
        padding: 14px 12px;
        font-size: 0.8125rem;
    }

    .tech-insights-section-two__heading {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    .tech-insights-section-two__body {
        font-size: 0.875rem;
    }
}

@media (max-width: 414px) {
    .tech-insights-section-two__btn {
        padding: 12px 12px;
        font-size: 0.8125rem;
    }
}

@media (max-width: 360px) {
    .tech-insights-section-two__container {
        padding: 18px 14px;
    }
}

@media (max-width: 320px) {
    .tech-insights-section-two__btn {
        padding: 12px 10px;
        font-size: 0.75rem;
    }
}

@media (min-width: 1536px) {
    .tech-insights-section-two__btn {
        padding: 22px 28px;
        font-size: 1.0625rem;
    }

    .tech-insights-section-two__container {
        padding: 48px 24px;
    }

    .tech-insights-section-two__heading {
        font-size: 1.625rem;
        margin-bottom: 24px;
    }

    .tech-insights-section-two__body {
        font-size: 1.0625rem;
    }
}

/* ===== Our PRIDE Design (PRIDE cards + video grid) ===== */
.tech-insights-section-two__pane--our-pride {
    background: #F8F8F8;
    margin: 0 -24px -40px -24px;
    padding: 32px 24px 40px;
}

.tech-insights-pride {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tech-insights-pride__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tech-insights-pride-card {
    aspect-ratio: 1;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 140px;
}

.tech-insights-pride-card--bg1 {
    background: linear-gradient(135deg, #8B1E1E 0%, #4a0a0a 50%, #1a0505 100%);
}

.tech-insights-pride-card--bg2 {
    background: linear-gradient(145deg, #A62B2B 0%, #5c1515 50%, #2a0808 100%);
}

.tech-insights-pride-card--bg3 {
    background: linear-gradient(155deg, #7B2525 0%, #3d0d0d 50%, #150404 100%);
}

.tech-insights-pride-card--bg4 {
    background: linear-gradient(165deg, #9B2828 0%, #4f1010 50%, #1c0606 100%);
}

.tech-insights-pride-card--bg5 {
    background: linear-gradient(175deg, #B52E2E 0%, #5e1616 50%, #220808 100%);
}

.tech-insights-pride-card__letter {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.tech-insights-pride-card__phrase {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.tech-insights-pride__videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    grid-template-areas: 'v1 v2 v3''v4 v5 .';
}

.tech-insights-pride__videos>*:nth-child(1) {
    grid-area: v1;
}

.tech-insights-pride__videos>*:nth-child(2) {
    grid-area: v2;
}

.tech-insights-pride__videos>*:nth-child(3) {
    grid-area: v3;
}

.tech-insights-pride__videos>*:nth-child(4) {
    grid-area: v4;
}

.tech-insights-pride__videos>*:nth-child(5) {
    grid-area: v5;
}

.tech-insights-pride-video {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    text-decoration: none;
}

.tech-insights-pride-video__thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tech-insights-pride-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tech-insights-pride-video__play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border: 10px solid transparent;
    border-left: 16px solid #333;
    margin-left: 2px;
}

/* Our PRIDE responsive */
@media (max-width: 1280px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -24px -36px -24px;
        padding: 28px 24px 36px;
    }

    .tech-insights-pride {
        gap: 32px;
    }

    .tech-insights-pride__cards {
        gap: 16px;
    }

    .tech-insights-pride-card {
        padding: 20px;
        min-height: 120px;
    }

    .tech-insights-pride-card__letter {
        font-size: 2.25rem;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.8125rem;
    }

    .tech-insights-pride__videos {
        gap: 16px;
    }

    .tech-insights-pride-video__play {
        width: 48px;
        height: 48px;
    }

    .tech-insights-pride-video__play::after {
        border-width: 8px;
        border-left-width: 14px;
    }
}

@media (max-width: 992px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -24px -32px -24px;
        padding: 24px 24px 32px;
    }

    .tech-insights-pride {
        gap: 28px;
    }

    .tech-insights-pride__cards {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas: 'c1 c2 c3''c4 c5 .';
        gap: 16px;
    }

    .tech-insights-pride__cards>*:nth-child(1) {
        grid-area: c1;
    }

    .tech-insights-pride__cards>*:nth-child(2) {
        grid-area: c2;
    }

    .tech-insights-pride__cards>*:nth-child(3) {
        grid-area: c3;
    }

    .tech-insights-pride__cards>*:nth-child(4) {
        grid-area: c4;
    }

    .tech-insights-pride__cards>*:nth-child(5) {
        grid-area: c5;
    }

    .tech-insights-pride__videos {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'v1 v2''v3 v4''v5 .';
        gap: 16px;
    }

    .tech-insights-pride__videos>*:nth-child(3) {
        grid-area: v3;
    }

    .tech-insights-pride__videos>*:nth-child(4) {
        grid-area: v4;
    }

    .tech-insights-pride__videos>*:nth-child(5) {
        grid-area: v5;
    }
}

@media (max-width: 768px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -20px -28px -20px;
        padding: 24px 20px 28px;
    }

    .tech-insights-pride {
        gap: 24px;
    }

    .tech-insights-pride__cards {
        gap: 14px;
    }

    .tech-insights-pride-card {
        padding: 18px;
        min-height: 110px;
    }

    .tech-insights-pride-card__letter {
        font-size: 2rem;
        margin-bottom: 6px;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.75rem;
    }

    .tech-insights-pride__videos {
        gap: 14px;
    }

    .tech-insights-pride-video__play {
        width: 44px;
        height: 44px;
    }

    .tech-insights-pride-video__play::after {
        border-width: 7px;
        border-left-width: 12px;
    }
}

@media (max-width: 576px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -20px -24px -20px;
        padding: 20px 20px 24px;
    }

    .tech-insights-pride {
        gap: 20px;
    }

    .tech-insights-pride__cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'c1 c2''c3 c4''c5 .';
        gap: 12px;
    }

    .tech-insights-pride-card {
        aspect-ratio: 1.1;
        padding: 16px;
        min-height: 100px;
    }

    .tech-insights-pride-card__letter {
        font-size: 1.75rem;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.6875rem;
    }

    .tech-insights-pride__videos {
        grid-template-columns: 1fr;
        grid-template-areas: 'v1''v2''v3''v4''v5';
        gap: 12px;
    }

    .tech-insights-pride__videos>*:nth-child(1) {
        grid-area: v1;
    }

    .tech-insights-pride__videos>*:nth-child(2) {
        grid-area: v2;
    }

    .tech-insights-pride__videos>*:nth-child(3) {
        grid-area: v3;
    }

    .tech-insights-pride__videos>*:nth-child(4) {
        grid-area: v4;
    }

    .tech-insights-pride__videos>*:nth-child(5) {
        grid-area: v5;
    }
}

@media (max-width: 480px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -16px -20px -16px;
        padding: 18px 16px 20px;
    }

    .tech-insights-pride {
        gap: 18px;
    }

    .tech-insights-pride__cards {
        gap: 10px;
    }

    .tech-insights-pride-card {
        padding: 14px;
        min-height: 90px;
    }

    .tech-insights-pride-card__letter {
        font-size: 1.5rem;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.625rem;
    }

    .tech-insights-pride__videos {
        gap: 10px;
    }

    .tech-insights-pride-video__play {
        width: 40px;
        height: 40px;
    }

    .tech-insights-pride-video__play::after {
        border-width: 6px;
        border-left-width: 10px;
    }
}

@media (max-width: 414px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -16px -18px -16px;
        padding: 16px 16px 18px;
    }

    .tech-insights-pride-card__letter {
        font-size: 1.375rem;
    }
}

@media (max-width: 380px) {
    .tech-insights-pride__cards {
        gap: 8px;
    }

    .tech-insights-pride-card {
        padding: 12px;
        min-height: 80px;
    }

    .tech-insights-pride-card__letter {
        font-size: 1.25rem;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.5625rem;
    }
}

@media (max-width: 360px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -14px -16px -14px;
        padding: 14px 14px 16px;
    }

    .tech-insights-pride {
        gap: 14px;
    }

    .tech-insights-pride__videos {
        gap: 8px;
    }
}

@media (max-width: 320px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -14px -14px -14px;
        padding: 12px 14px 14px;
    }

    .tech-insights-pride-card {
        padding: 10px;
        min-height: 72px;
    }

    .tech-insights-pride-card__letter {
        font-size: 1.125rem;
    }

    .tech-insights-pride-video__play {
        width: 36px;
        height: 36px;
    }

    .tech-insights-pride-video__play::after {
        border-width: 5px;
        border-left-width: 9px;
    }
}

@media (min-width: 1536px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -24px -48px -24px;
        padding: 40px 24px 48px;
    }

    .tech-insights-pride {
        gap: 48px;
    }

    .tech-insights-pride__cards {
        gap: 24px;
    }

    .tech-insights-pride-card {
        padding: 28px;
        min-height: 160px;
    }

    .tech-insights-pride-card__letter {
        font-size: 2.75rem;
        margin-bottom: 10px;
    }

    .tech-insights-pride-card__phrase {
        font-size: 0.9375rem;
    }

    .tech-insights-pride__videos {
        gap: 24px;
    }

    .tech-insights-pride-video__play {
        width: 64px;
        height: 64px;
    }

    .tech-insights-pride-video__play::after {
        border-width: 12px;
        border-left-width: 18px;
    }
}

@media (min-width: 1920px) {
    .tech-insights-section-two__pane--our-pride {
        margin: 0 -24px -56px -24px;
        padding: 48px 24px 56px;
    }

    .tech-insights-pride {
        gap: 56px;
    }

    .tech-insights-pride__cards {
        gap: 28px;
    }

    .tech-insights-pride-card {
        padding: 32px;
        min-height: 180px;
    }

    .tech-insights-pride-card__letter {
        font-size: 3rem;
    }

    .tech-insights-pride-card__phrase {
        font-size: 1rem;
    }

    .tech-insights-pride__videos {
        gap: 28px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .tech-insights-pride__cards {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas: unset;
        gap: 12px;
    }

    .tech-insights-pride__cards>* {
        grid-area: unset !important;
    }
}

/* ----- UIKit grid + DBS: ensure consistent spacing on all breakpoints ----- */
.tech-insights-about.uk-grid {
    gap: 60px;
}

@media (max-width: 992px) {
    .tech-insights-about.uk-grid {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .tech-insights-about.uk-grid {
        gap: 28px;
    }
}

@media (max-width: 380px) {
    .tech-insights-about.uk-grid {
        gap: 24px;
    }
}

/* Extra small: prevent overflow and tighten spacing */
@media (max-width: 320px) {

    .tech-insights-section-two__container.uk-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tech-insights-section-two__btn {
        padding: 14px 12px;
        font-size: 0.875rem;
    }
}

/* Utility Classes */
.w-100 {
    width: 100%;
}