.dlt-our-story,
.dlt-our-story * {
    box-sizing: border-box;
}

.dlt-our-story {
    --dlt-os-accent: #0ea5e9;
    --dlt-os-accent-light: #7dd3fc;
    --dlt-os-navy: #071a2b;
    --dlt-os-text: #40566a;
    --dlt-os-glow: rgba(56, 189, 248, 0.22);
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding: 90px 24px;
    background: transparent;
}

.dlt-our-story svg,
.dlt-our-story svg path,
.dlt-our-story i {
    fill: currentColor;
}

.dlt-our-story__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.dlt-our-story__grid {
    --dlt-os-media-width: 43%;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, calc(100% - var(--dlt-os-media-width))) minmax(0, var(--dlt-os-media-width));
    align-items: center;
    gap: 54px;
}

.dlt-our-story--reverse .dlt-our-story__grid {
    grid-template-columns: minmax(0, var(--dlt-os-media-width)) minmax(0, calc(100% - var(--dlt-os-media-width)));
}

.dlt-our-story--reverse .dlt-our-story__content-card {
    order: 2;
}

.dlt-our-story--reverse .dlt-our-story__media-card {
    order: 1;
}

.dlt-our-story--no-image .dlt-our-story__grid {
    grid-template-columns: minmax(0, 1fr);
}

.dlt-our-story__decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.dlt-our-story__decor--one {
    width: 440px;
    height: 440px;
    top: -230px;
    right: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--dlt-os-glow) 0%, transparent 70%);
    filter: blur(6px);
}

.dlt-our-story__decor--two {
    width: 360px;
    height: 360px;
    left: -210px;
    bottom: -210px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--dlt-os-glow) 0%, transparent 72%);
    filter: blur(8px);
}

.dlt-our-story__decor--line {
    width: 520px;
    height: 520px;
    right: -280px;
    top: 80px;
    border: 1px solid rgba(14, 165, 233, 0.15);
    border-radius: 50%;
}

.dlt-our-story__decor--line::before {
    content: "";
    position: absolute;
    inset: 62px;
    border: 1px solid rgba(14, 165, 233, 0.11);
    border-radius: inherit;
}

.dlt-our-story__content-card {
    position: relative;
    min-width: 0;
    padding: 46px 48px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.dlt-our-story__content-card::before,
.dlt-our-story__content-card::after {
    display: none;
}

.dlt-our-story__content-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 680px;
}

.dlt-our-story__eyebrow {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 7px 13px 7px 7px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 999px;
    background: rgba(239, 249, 255, 0.78);
    color: #0284c7;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dlt-our-story__eyebrow-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--dlt-os-accent);
    color: #fff;
    box-shadow: 0 9px 22px rgba(14, 165, 233, 0.24);
}

.dlt-our-story__eyebrow-icon svg,
.dlt-our-story__eyebrow-icon i {
    width: 12px;
    height: 12px;
    display: block;
    font-size: 12px;
}

.dlt-our-story__title {
    max-width: 630px;
    margin: 0 0 24px;
    color: var(--dlt-os-navy);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.dlt-our-story__body {
    max-width: 100%;
    color: var(--dlt-os-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.dlt-our-story__body p {
    margin: 0 0 16px;
}

.dlt-our-story__body p:last-child {
    margin-bottom: 0;
}

.dlt-our-story__body strong,
.dlt-our-story__body b {
    color: var(--dlt-os-navy);
    font-weight: 700;
}

.dlt-our-story__body a {
    color: var(--dlt-os-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.dlt-our-story__since {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 26px 0 0;
    padding: 12px 16px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(239, 249, 255, 0.92), rgba(255, 255, 255, 0.70));
    box-shadow: none;
}

.dlt-our-story__since-value {
    color: #0284c7;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.dlt-our-story__since-label {
    padding-left: 12px;
    border-left: 1px solid rgba(14, 165, 233, 0.20);
    color: var(--dlt-os-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.dlt-our-story__media-card {
    position: relative;
    min-width: 0;
    padding: 10px;
    overflow: visible;
    border: 1px solid rgba(14, 165, 233, 0.16);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(236, 248, 255, 0.52));
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dlt-our-story__media-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(140deg, rgba(125, 211, 252, 0.34), transparent 36%, rgba(14, 165, 233, 0.16));
    opacity: 0.65;
}

.dlt-our-story__image-wrap {
    --dlt-os-image-y: 18%;
    position: relative;
    height: 600px;
    min-height: 0;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, #f9fcfe, #edf7fc);
}

.dlt-our-story__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    object-position: 50% var(--dlt-os-image-y);
    border-radius: inherit;
    transform: scale(1);
    transition: transform 0.65s cubic-bezier(.2, .72, .2, 1), filter 0.35s ease;
}

.dlt-our-story__image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(2, 132, 199, 0.02) 0%, rgba(7, 26, 43, 0.03) 54%, rgba(7, 26, 43, 0.18) 100%);
    pointer-events: none;
}

.dlt-our-story__media-card:hover .dlt-our-story__image {
    transform: scale(1.04);
}

.dlt-our-story__quote-card {
    position: absolute;
    z-index: 4;
    left: 4%;
    bottom: 18px;
    width: 92%;
    padding: 26px 28px 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(246, 252, 255, 0.90), rgba(228, 243, 252, 0.76));
    box-shadow:
        0 24px 58px rgba(8, 39, 60, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.dlt-our-story__quote-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.16), transparent 36%);
}

.dlt-our-story__quote-row,
.dlt-our-story__founder {
    position: relative;
    z-index: 1;
}

.dlt-our-story__quote-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.dlt-our-story__quote-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: var(--dlt-os-accent);
    color: #fff;
    font-size: 19px;
    box-shadow: 0 12px 30px rgba(14, 165, 233, 0.24);
}

.dlt-our-story__quote-icon svg,
.dlt-our-story__quote-icon i {
    width: 1em;
    height: 1em;
    display: block;
    font-size: 1em;
}

.dlt-our-story__quote {
    margin: 0;
    color: #17354b;
    font-size: 15px;
    font-weight: 540;
    line-height: 1.56;
    letter-spacing: -0.01em;
}

.dlt-our-story__founder {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 18px 0 0 60px;
}

.dlt-our-story__founder-name {
    color: #0284c7;
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.18;
}

.dlt-our-story__founder-role {
    color: var(--dlt-os-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .dlt-our-story {
        padding: 76px 22px;
    }

    .dlt-our-story__grid,
    .dlt-our-story--reverse .dlt-our-story__grid {
        --dlt-os-media-width: 44%;
        gap: 34px;
    }

    .dlt-our-story__content-card {
        padding: 38px 36px;
    }

    .dlt-our-story__title {
        font-size: clamp(34px, 4.4vw, 48px);
    }

    .dlt-our-story__image-wrap {
        height: 560px;
        min-height: 0;
    }

    .dlt-our-story__quote-card {
        padding: 22px 22px 20px;
    }
}

@media (max-width: 860px) {
    .dlt-our-story {
        padding: 68px 20px;
    }

    .dlt-our-story__grid,
    .dlt-our-story--reverse .dlt-our-story__grid {
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: stretch;
        gap: 30px;
    }

    .dlt-our-story--reverse .dlt-our-story__content-card,
    .dlt-our-story--reverse .dlt-our-story__media-card {
        order: initial;
    }

    .dlt-our-story--image-first-mobile .dlt-our-story__media-card {
        order: 1;
    }

    .dlt-our-story--image-first-mobile .dlt-our-story__content-card {
        order: 2;
    }

    .dlt-our-story__content-inner {
        max-width: 100%;
    }

    .dlt-our-story__media-card {
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .dlt-our-story__image-wrap {
        height: 590px;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .dlt-our-story {
        padding: 52px 16px;
    }

    .dlt-our-story__grid,
    .dlt-our-story--reverse .dlt-our-story__grid {
        gap: 24px;
    }

    .dlt-our-story__decor--line {
        display: none;
    }

    .dlt-our-story__content-card {
        padding: 30px 22px;
    }

    .dlt-our-story__content-card::before {
        top: 26px;
        bottom: 26px;
        width: 2px;
    }

    .dlt-our-story__eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
        letter-spacing: 0.11em;
    }

    .dlt-our-story__eyebrow-icon {
        width: 25px;
        height: 25px;
    }

    .dlt-our-story__title {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .dlt-our-story__body {
        font-size: 15px;
        line-height: 1.68;
    }

    .dlt-our-story__since {
        width: 100%;
        align-items: flex-start;
        margin-top: 22px;
    }

    .dlt-our-story__media-card {
        width: 100%;
    }

    .dlt-our-story__image-wrap {
        height: 500px;
        min-height: 0;
    }

    .dlt-our-story__quote-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 20px);
        margin: -58px auto 2px;
        padding: 22px 20px 20px;
        border-radius: 20px;
    }

    .dlt-our-story__quote-icon {
        width: 39px;
        height: 39px;
        border-radius: 12px;
    }

    .dlt-our-story__quote {
        font-size: 14px;
        line-height: 1.55;
    }

    .dlt-our-story__founder {
        margin: 16px 0 0 55px;
    }

    .dlt-our-story__founder-name {
        font-size: 21px;
    }
}

@media (max-width: 480px) {
    .dlt-our-story__content-card {
        padding: 27px 19px;
    }

    .dlt-our-story__since {
        flex-direction: column;
        gap: 5px;
    }

    .dlt-our-story__since-label {
        padding-left: 0;
        border-left: 0;
    }

    .dlt-our-story__image-wrap {
        height: 430px;
        min-height: 0;
    }

    .dlt-our-story__quote-row {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
    }

    .dlt-our-story__quote-card {
        width: calc(100% - 14px);
        margin-top: -46px;
        padding: 19px 17px 18px;
    }

    .dlt-our-story__quote-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .dlt-our-story__founder {
        margin-left: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dlt-our-story__image {
        transition: none;
    }

    .dlt-our-story__media-card:hover .dlt-our-story__image {
        transform: none !important;
    }
}

.dlt-our-story--transparent-section{background:transparent!important;}


/* v3.1.5 clean white section */
.dlt-our-story{background:#fff!important}
.dlt-our-story__decor{display:none!important}


/* v3.1.6 clean white canvas */
.dlt-our-story { background:#fff; }
.dlt-our-story__decor { display:none; }
.dlt-our-story__media-card { box-shadow:none; }
.dlt-our-story__since { box-shadow:none; }
