.dlt-tour-strip,
.dlt-tour-strip * {
    box-sizing: border-box;
}

.dlt-tour-strip {
    width: 100%;
}

.dlt-tour-strip__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.dlt-tour-strip__card {
    --dlt-strip-bg: #1C2340;
    --dlt-strip-accent: var(--dlt-global-primary, #0EA5E9);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .9fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 128px;
    padding: 22px 22px 22px 28px;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 50%, rgba(var(--dlt-global-primary-rgb, 14,165,233), .16), transparent 34%),
        linear-gradient(105deg, var(--dlt-strip-bg) 0%, #222B4D 58%, #161D36 100%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(7, 21, 23, .16);
    isolation: isolate;
}

.dlt-tour-strip__card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.08), transparent 32%, rgba(var(--dlt-global-primary-rgb, 14,165,233), .08)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 64px);
    opacity: .75;
    z-index: -1;
}

.dlt-tour-strip__card::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(var(--dlt-global-primary-rgb, 14,165,233), .13), transparent 72%);
    pointer-events: none;
    z-index: -1;
}

.dlt-tour-strip__main {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 28px;
}

.dlt-tour-strip__icon {
    width: 92px;
    min-width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C9A24E;
    opacity: .95;
    transition: transform .32s ease, color .32s ease;
}

.dlt-tour-strip__icon i,
.dlt-tour-strip__icon svg {
    font-size: 70px;
    width: 70px;
    height: 70px;
    display: block;
}

.dlt-tour-strip__icon svg,
.dlt-tour-strip__icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.dlt-tour-strip__copy {
    min-width: 0;
}

.dlt-tour-strip__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.15;
    letter-spacing: -.02em;
    font-weight: 800;
}

.dlt-tour-strip__desc {
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.dlt-tour-strip__action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    gap: 13px;
    position: relative;
    z-index: 2;
}

.dlt-tour-strip__button {
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--dlt-global-primary, #0EA5E9) 0%, var(--dlt-global-primary-dark, #0284C7) 100%);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(var(--dlt-global-primary-rgb, 14,165,233), .24);
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
}

.dlt-tour-strip__button::before {
    content: "";
    position: absolute;
    inset: -40% -25%;
    background: linear-gradient(120deg, transparent 28%, rgba(255,255,255,.38) 50%, transparent 72%);
    transform: translateX(-75%) rotate(8deg);
    transition: transform .55s ease;
    pointer-events: none;
}

.dlt-tour-strip__button span,
.dlt-tour-strip__button-icon {
    position: relative;
    z-index: 1;
}

.dlt-tour-strip__button:hover,
.dlt-tour-strip__button:focus {
    color: #ffffff;
    text-decoration: none;
    background: var(--dlt-global-primary-dark, #0284C7);
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 18px 38px rgba(var(--dlt-global-primary-rgb, 14,165,233), .34);
}

.dlt-tour-strip__button:hover::before,
.dlt-tour-strip__button:focus::before {
    transform: translateX(75%) rotate(8deg);
}

.dlt-tour-strip__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    transition: transform .25s ease;
}

.dlt-tour-strip__button-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: block;
}

.dlt-tour-strip__button:hover .dlt-tour-strip__button-icon {
    transform: translateX(3px) rotate(-8deg);
}

.dlt-tour-strip__features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.dlt-tour-strip__features span {
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.dlt-tour-strip__features span:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 14px;
    border-radius: 99px;
    background: currentColor;
    opacity: .6;
}

.dlt-tour-strip__image {
    width: 260px;
    height: 100%;
    align-self: stretch;
    min-height: 96px;
    position: relative;
}

.dlt-tour-strip__image img {
    width: 100%;
    height: 100%;
    min-height: 96px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    filter: saturate(1.04) contrast(1.02);
}

.dlt-tour-strip__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(28,35,64,.22), transparent 44%);
}

.dlt-tour-strip__card:hover .dlt-tour-strip__icon {
    transform: translateY(-3px) scale(1.03);
    color: var(--dlt-strip-accent);
}

@media (max-width: 1024px) {
    .dlt-tour-strip__card {
        grid-template-columns: minmax(0, 1fr) minmax(220px, .75fr);
    }

    .dlt-tour-strip__action-wrap {
        grid-column: 1 / -1;
        order: 3;
    }

    .dlt-tour-strip__image {
        display: block;
        width: 100%;
        min-height: 140px;
        order: 2;
    }
}

@media (max-width: 767px) {
    .dlt-tour-strip__card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
        gap: 20px;
    }

    .dlt-tour-strip__main {
        flex-direction: column;
        gap: 14px;
    }

    .dlt-tour-strip__icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .dlt-tour-strip__icon i,
    .dlt-tour-strip__icon svg {
        width: 58px;
        height: 58px;
        font-size: 58px;
    }

    .dlt-tour-strip__title {
        font-size: 24px;
    }

    .dlt-tour-strip__desc {
        font-size: 15px;
    }

    .dlt-tour-strip__action-wrap {
        width: 100%;
        min-width: 0;
    }

    .dlt-tour-strip__button {
        width: 100%;
        min-width: 0;
    }

    .dlt-tour-strip__features {
        font-size: 12px;
    }

    .dlt-tour-strip__features span:not(:last-child)::after {
        display: inline-block;
        content: "";
        width: 4px;
        height: 4px;
        margin-left: 10px;
        border-radius: 99px;
        background: currentColor;
        opacity: .65;
    }

    .dlt-tour-strip__image {
        display: block !important;
        width: 100% !important;
        min-height: 170px;
        height: 170px;
        order: 2;
    }

    .dlt-tour-strip__image img {
        min-height: 170px;
        height: 170px;
        object-fit: cover;
        border-radius: 16px;
    }

    .dlt-tour-strip__action-wrap {
        order: 3;
    }
}


/* v2.4.2 mobile feature dots */
@media (max-width: 767px) {
    .dlt-tour-strip__features { gap: 8px 10px; }
    .dlt-tour-strip__features span:not(:last-child)::after {
        display: inline-block !important;
        content: "" !important;
        width: 4px !important;
        height: 4px !important;
        margin-left: 10px !important;
        border-radius: 99px !important;
        background: currentColor !important;
        opacity: .65 !important;
    }
}


/* v2.6.2 - remove left icon from CTA strip */
.dlt-tour-strip__icon { display: none !important; }
.dlt-tour-strip__main { gap: 0 !important; }


/* v2.6.3 - keep CTA strip left icon hidden */
.dlt-tour-strip__icon,
.dlt-tour-strip__main > .dlt-tour-strip__icon {
    display: none !important;
}
.dlt-tour-strip__main {
    gap: 0 !important;
}


/* v2.9.0 - Dia Tour CTA Banner light modern glass redesign */
.dlt-tour-strip__card {
    --dlt-strip-bg: #f0faff;
    --dlt-strip-accent: #0ea5e9;
    background:
        radial-gradient(circle at 8% 22%, rgba(14,165,233,.20), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(56,189,248,.20), transparent 30%),
        linear-gradient(115deg, rgba(255,255,255,.94) 0%, rgba(239,249,255,.82) 48%, rgba(224,246,255,.88) 100%) !important;
    border: 1px solid rgba(125,211,252,.58) !important;
    box-shadow: 0 24px 70px rgba(14, 165, 233, .12), inset 0 1px 0 rgba(255,255,255,.95) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dlt-tour-strip__card::before {
    background:
        linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.18) 38%, rgba(14,165,233,.10)),
        repeating-linear-gradient(90deg, rgba(14,165,233,.055) 0 1px, transparent 1px 72px) !important;
    opacity: 1 !important;
}

.dlt-tour-strip__card::after {
    right: 12%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(14,165,233,.20), rgba(14,165,233,.08) 36%, transparent 72%) !important;
}

.dlt-tour-strip__title {
    color: #0b1b33 !important;
    font-weight: 500 !important;
    letter-spacing: -.035em !important;
}

.dlt-tour-strip__desc {
    color: #52677f !important;
    font-weight: 500 !important;
}

.dlt-tour-strip__features {
    color: #59718b !important;
    font-weight: 600 !important;
}

.dlt-tour-strip__features span:not(:last-child)::after {
    background: rgba(14,165,233,.72) !important;
}

.dlt-tour-strip__button {
    border-radius: 14px !important;
    background: linear-gradient(135deg, #18baf6 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(14,165,233,.28), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.dlt-tour-strip__button:hover,
.dlt-tour-strip__button:focus {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%) !important;
    box-shadow: 0 20px 42px rgba(14,165,233,.34), inset 0 1px 0 rgba(255,255,255,.34) !important;
}

.dlt-tour-strip__image img {
    border: 1px solid rgba(255,255,255,.86) !important;
    box-shadow: 0 18px 38px rgba(14,165,233,.14) !important;
}

.dlt-tour-strip__image::after {
    background: linear-gradient(90deg, rgba(255,255,255,.20), rgba(255,255,255,0) 52%) !important;
}

@media (max-width: 767px) {
    .dlt-tour-strip__card {
        background:
            radial-gradient(circle at 10% 8%, rgba(14,165,233,.18), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(232,248,255,.92) 100%) !important;
    }
}


/* v2.9.1 - balanced light glass CTA banner */
.dlt-tour-strip__card{
    --dlt-strip-bg:#F7FCFF;
    background:
        radial-gradient(circle at 88% 18%, rgba(var(--dlt-global-primary-rgb,14,165,233),.13) 0%, rgba(var(--dlt-global-primary-rgb,14,165,233),.07) 24%, transparent 46%),
        radial-gradient(circle at 58% 100%, rgba(186,230,253,.18) 0%, transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(244,251,255,.94) 58%, rgba(238,249,255,.88) 100%)!important;
    border:1px solid rgba(var(--dlt-global-primary-rgb,14,165,233),.20)!important;
    box-shadow:0 22px 58px rgba(15,23,42,.08)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
}
.dlt-tour-strip__card::before{
    background:
        linear-gradient(90deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.22) 38%, rgba(var(--dlt-global-primary-rgb,14,165,233),.06) 100%),
        repeating-linear-gradient(90deg, rgba(var(--dlt-global-primary-rgb,14,165,233),.055) 0 1px, transparent 1px 76px)!important;
    opacity:.9!important;
}
.dlt-tour-strip__card::after{
    width:240px!important;
    height:240px!important;
    right:15%!important;
    background:radial-gradient(circle, rgba(var(--dlt-global-primary-rgb,14,165,233),.11), transparent 70%)!important;
    opacity:.75!important;
}
.dlt-tour-strip__title{color:#071527!important;font-weight:500!important;}
.dlt-tour-strip__desc{color:#53677f!important;font-weight:500!important;}
.dlt-tour-strip__features{color:#52677e!important;font-weight:600!important;}
.dlt-tour-strip__features span:not(:last-child)::after{background:rgba(var(--dlt-global-primary-rgb,14,165,233),.45)!important;opacity:1!important;}
.dlt-tour-strip__button{
    border-radius:12px!important;
    background:linear-gradient(135deg, #25B7F2 0%, #0797D6 100%)!important;
    box-shadow:0 16px 34px rgba(var(--dlt-global-primary-rgb,14,165,233),.22)!important;
}
.dlt-tour-strip__image img{
    border-radius:18px!important;
    box-shadow:0 18px 36px rgba(15,23,42,.10)!important;
}
.dlt-tour-strip__image::after{
    background:linear-gradient(90deg, rgba(255,255,255,.10), transparent 45%)!important;
}
@media(max-width:767px){
    .dlt-tour-strip__card{background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(238,249,255,.90))!important;}
}
