.dlt-testimonial-hero,
.dlt-testimonial-hero * {
    box-sizing: border-box;
}

.dlt-testimonial-hero {
    --dlt-th-accent: #38bdf8;
    --dlt-th-accent-strong: #0ea5e9;
    --dlt-th-accent-deep: #0284c7;
    --dlt-th-navy: #061522;
    --dlt-th-navy-soft: #0a2639;
    --dlt-th-white: #ffffff;
    --dlt-th-text-soft: #d7eaf6;
    --dlt-th-glass-blur: 22px;
    --dlt-th-float-distance: 8px;
    --dlt-th-float-duration: 4.5s;
    position: relative;
    width: 100%;
    min-height: 740px;
    overflow: hidden;
    isolation: isolate;
    color: var(--dlt-th-white);
    background: linear-gradient(135deg, #061522 0%, #0a3046 58%, #075271 100%);
}

.dlt-testimonial-hero svg,
.dlt-testimonial-hero svg path,
.dlt-testimonial-hero svg rect,
.dlt-testimonial-hero svg circle,
.dlt-testimonial-hero i {
    fill: currentColor;
    stroke: currentColor;
}

.dlt-testimonial-hero__bg,
.dlt-testimonial-hero__overlay,
.dlt-testimonial-hero__texture {
    position: absolute;
    inset: 0;
}

.dlt-testimonial-hero__bg {
    z-index: -7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: none;
    filter: none;
    will-change: transform;
}

.dlt-testimonial-hero--ken-burns .dlt-testimonial-hero__bg {
    animation: dltTestimonialHeroKenBurns 20s ease-in-out infinite alternate;
}

@keyframes dltTestimonialHeroKenBurns {
    0% { transform: scale(1) translate3d(0, 0, 0); }
    100% { transform: scale(1.06) translate3d(-1.2%, -0.7%, 0); }
}


.dlt-testimonial-hero__bg--mobile {
    display: none;
}

.dlt-testimonial-hero__overlay {
    z-index: -6;
    background:
        linear-gradient(90deg, rgba(3, 15, 27, 0.97) 0%, rgba(3, 21, 36, 0.88) 43%, rgba(4, 31, 49, 0.60) 72%, rgba(2, 27, 44, 0.50) 100%),
        linear-gradient(180deg, rgba(3, 16, 28, 0.18) 0%, rgba(3, 17, 29, 0.46) 100%);
}

.dlt-testimonial-hero__texture {
    z-index: -5;
    opacity: 0.18;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
}

.dlt-testimonial-hero__glow {
    position: absolute;
    z-index: -4;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(10px);
}

.dlt-testimonial-hero__glow--one {
    width: 520px;
    height: 520px;
    right: -180px;
    top: -190px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.30) 0%, rgba(14, 165, 233, 0.10) 42%, transparent 72%);
}

.dlt-testimonial-hero__glow--two {
    width: 440px;
    height: 440px;
    left: 25%;
    bottom: -290px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.24), transparent 68%);
}

.dlt-testimonial-hero__line {
    position: absolute;
    z-index: -3;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(125, 211, 252, 0.15);
    border-radius: 50%;
    pointer-events: none;
}

.dlt-testimonial-hero__line--one {
    right: -250px;
    top: 50px;
}

.dlt-testimonial-hero__line--two {
    right: -165px;
    top: 135px;
    opacity: 0.65;
}

.dlt-testimonial-hero__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    min-height: inherit;
    margin: 0 auto;
    padding: 58px 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dlt-testimonial-hero__breadcrumb {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(6, 28, 44, 0.36);
    color: #e8f7ff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 14, 27, 0.18);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 2px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 2px));
}

.dlt-testimonial-hero__breadcrumb a,
.dlt-testimonial-hero__breadcrumb-current {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    text-decoration: none;
    transition: color 0.22s ease, opacity 0.22s ease;
}

.dlt-testimonial-hero__breadcrumb a:hover {
    color: var(--dlt-th-accent);
}

.dlt-testimonial-hero__breadcrumb-icon,
.dlt-testimonial-hero__breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    line-height: 1;
}

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

.dlt-testimonial-hero__breadcrumb-separator {
    opacity: 0.52;
    font-size: 1.25em;
}

.dlt-testimonial-hero__main {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.dlt-testimonial-hero--single .dlt-testimonial-hero__main {
    grid-template-columns: minmax(0, 1fr);
}

.dlt-testimonial-hero__content {
    width: 100%;
    max-width: 700px;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.dlt-testimonial-hero__content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    text-align: inherit;
}

.dlt-testimonial-hero--glass-content .dlt-testimonial-hero__content {
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(12, 48, 72, 0.56), rgba(6, 28, 45, 0.28));
    box-shadow:
        0 34px 80px rgba(0, 10, 20, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 3px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 3px));
}

.dlt-testimonial-hero--glass-content .dlt-testimonial-hero__content::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    border-radius: 99px;
    background: linear-gradient(180deg, transparent 0%, var(--dlt-th-accent) 26%, var(--dlt-th-accent) 72%, transparent 100%);
    box-shadow: 0 0 24px rgba(56, 189, 248, 0.55);
}

.dlt-testimonial-hero__badge {
    width: fit-content;
    max-width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 7px 14px 7px 8px;
    border: 1px solid rgba(125, 211, 252, 0.30);
    border-radius: 999px;
    background: rgba(5, 37, 58, 0.58);
    color: #7dd3fc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.15;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 14px 38px rgba(0, 15, 28, 0.18);
    backdrop-filter: blur(var(--dlt-th-glass-blur));
    -webkit-backdrop-filter: blur(var(--dlt-th-glass-blur));
}

.dlt-testimonial-hero__badge-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dlt-th-accent), var(--dlt-th-accent-deep));
    color: #fff;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.30);
}

.dlt-testimonial-hero__badge-icon svg,
.dlt-testimonial-hero__badge-icon i {
    width: 0.88em;
    height: 0.88em;
    font-size: 0.88em;
    display: block;
}

.dlt-testimonial-hero__badge-text {
    overflow-wrap: anywhere;
}

.dlt-testimonial-hero__title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.35vw, 72px);
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -0.052em;
    text-wrap: balance;
    text-shadow: 0 18px 54px rgba(0, 8, 18, 0.28);
}

.dlt-testimonial-hero__title-highlight {
    color: var(--dlt-th-accent);
    position: relative;
    white-space: nowrap;
    text-shadow: 0 0 32px rgba(56, 189, 248, 0.22);
}

.dlt-testimonial-hero__description {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--dlt-th-text-soft);
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.012em;
}

.dlt-testimonial-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 0;
}

.dlt-testimonial-hero__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 23px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.dlt-testimonial-hero__button::before {
    content: "";
    position: absolute;
    inset: -70% -35%;
    z-index: -1;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.34) 50%, transparent 70%);
    transform: translateX(-100%) rotate(10deg);
    transition: transform 0.62s ease;
}

.dlt-testimonial-hero__button:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.dlt-testimonial-hero__button:hover::before {
    transform: translateX(100%) rotate(10deg);
}

.dlt-testimonial-hero__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

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

.dlt-testimonial-hero__button--primary {
    border: 1px solid rgba(125, 211, 252, 0.30);
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 48%, #0284c7 100%);
    color: #fff;
    box-shadow: 0 17px 38px rgba(2, 132, 199, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.dlt-testimonial-hero__button--primary:hover {
    color: #fff;
    box-shadow: 0 22px 48px rgba(14, 165, 233, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.dlt-testimonial-hero__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(7, 31, 49, 0.52);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(var(--dlt-th-glass-blur));
    -webkit-backdrop-filter: blur(var(--dlt-th-glass-blur));
}

.dlt-testimonial-hero__button--secondary:hover {
    background: rgba(14, 165, 233, 0.22);
    border-color: rgba(125, 211, 252, 0.62);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 12, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dlt-testimonial-hero__spotlight {
    width: 430px;
    max-width: 100%;
    min-width: 0;
    position: relative;
    padding: 28px 10px 18px 14px;
    justify-self: end;
}

.dlt-testimonial-hero__spotlight-orbit {
    position: absolute;
    inset: 5px -28px -18px 18px;
    border: 1px solid rgba(125, 211, 252, 0.20);
    border-radius: 50% 42% 46% 54%;
    transform: rotate(-8deg);
    pointer-events: none;
}

.dlt-testimonial-hero__spotlight-orbit::before,
.dlt-testimonial-hero__spotlight-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.dlt-testimonial-hero__spotlight-orbit::before {
    width: 9px;
    height: 9px;
    right: 32px;
    top: 48px;
    background: var(--dlt-th-accent);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.9);
}

.dlt-testimonial-hero__spotlight-orbit::after {
    width: 5px;
    height: 5px;
    left: 18px;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.75);
}

.dlt-testimonial-hero__review-card {
    position: relative;
    z-index: 2;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(15, 58, 82, 0.72), rgba(5, 27, 43, 0.48));
    box-shadow:
        0 36px 90px rgba(0, 9, 18, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
}

.dlt-testimonial-hero__review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at 92% 4%, rgba(56, 189, 248, 0.20), transparent 36%);
}

.dlt-testimonial-hero__review-head,
.dlt-testimonial-hero__review-quote,
.dlt-testimonial-hero__review-divider,
.dlt-testimonial-hero__review-footer {
    position: relative;
    z-index: 1;
}

.dlt-testimonial-hero__review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.dlt-testimonial-hero__review-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9edffb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
}

.dlt-testimonial-hero__review-eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dlt-th-accent);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.70);
}

.dlt-testimonial-hero__review-quote-icon {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.14);
    color: var(--dlt-th-accent);
    border: 1px solid rgba(125, 211, 252, 0.16);
}

.dlt-testimonial-hero__review-quote-icon svg,
.dlt-testimonial-hero__review-quote-icon i {
    width: 1em;
    height: 1em;
    font-size: 15px;
    display: block;
}

.dlt-testimonial-hero__review-quote {
    margin: 26px 0 0;
    padding: 0;
    border: 0;
    color: #f5fbff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 520;
    line-height: 1.46;
    letter-spacing: -0.025em;
}

.dlt-testimonial-hero__review-divider {
    height: 1px;
    margin: 26px 0 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.03));
}

.dlt-testimonial-hero__review-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.dlt-testimonial-hero__review-avatar {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 2px solid rgba(125, 211, 252, 0.46);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.85), rgba(2, 132, 199, 0.85));
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(0, 15, 28, 0.24);
}

.dlt-testimonial-hero__review-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dlt-testimonial-hero__review-person {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dlt-testimonial-hero__review-name {
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.15;
}


.dlt-testimonial-hero__review-country {
    color: #7dd3fc;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.dlt-testimonial-hero__review-trip {
    color: #b9d2e3;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
}


.dlt-testimonial-hero__review-side-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    text-align: right;
}

.dlt-testimonial-hero__review-avatar,
.dlt-testimonial-hero__review-avatar img,
.dlt-testimonial-hero__review-footer {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
}

.dlt-testimonial-hero__review-avatar img {
    transform: none !important;
    transition: none !important;
}

.dlt-testimonial-hero__review-stars {
    color: var(--dlt-th-accent);
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.dlt-testimonial-hero__float-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 126px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: rgba(7, 33, 52, 0.68);
    box-shadow: 0 18px 46px rgba(0, 9, 18, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
}


.dlt-testimonial-hero--floating-cards .dlt-testimonial-hero__float-card--rating {
    animation: dltTestimonialFloatRating var(--dlt-th-float-duration) ease-in-out infinite;
}

.dlt-testimonial-hero--floating-cards .dlt-testimonial-hero__float-card--travellers {
    animation: dltTestimonialFloatTravellers calc(var(--dlt-th-float-duration) + 0.7s) ease-in-out infinite;
    animation-delay: -1.1s;
}

@keyframes dltTestimonialFloatRating {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, calc(var(--dlt-th-float-distance) * -1), 0); }
}

@keyframes dltTestimonialFloatTravellers {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, var(--dlt-th-float-distance), 0); }
}

.dlt-testimonial-hero__float-card--rating {
    right: -4px;
    top: 0;
}

.dlt-testimonial-hero__float-card--travellers {
    left: 0;
    bottom: 0;
}

.dlt-testimonial-hero__float-icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.26);
}

.dlt-testimonial-hero__float-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.05;
}

.dlt-testimonial-hero__float-copy strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.dlt-testimonial-hero__float-label {
    color: #b9d2e3;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.1;
}

.dlt-testimonial-hero__float-users {
    width: 47px;
    height: 31px;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.dlt-testimonial-hero__float-users i {
    width: 27px;
    height: 27px;
    position: absolute;
    border: 2px solid #0b2c42;
    border-radius: 50%;
    background: linear-gradient(135deg, #7dd3fc, #0284c7);
    box-shadow: 0 8px 16px rgba(2, 132, 199, 0.18);
}

.dlt-testimonial-hero__float-users i::before,
.dlt-testimonial-hero__float-users i::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
}

.dlt-testimonial-hero__float-users i::before {
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.dlt-testimonial-hero__float-users i::after {
    bottom: 5px;
    width: 12px;
    height: 7px;
    border-radius: 7px 7px 5px 5px;
}

.dlt-testimonial-hero__float-users i:nth-child(1) { left: 0; opacity: 0.72; }
.dlt-testimonial-hero__float-users i:nth-child(2) { left: 10px; opacity: 0.86; }
.dlt-testimonial-hero__float-users i:nth-child(3) { left: 20px; }

.dlt-testimonial-hero__trust-wrap {
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0;
}

.dlt-testimonial-hero__trust-bar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(7, 31, 49, 0.62), rgba(7, 41, 61, 0.38));
    box-shadow: 0 26px 72px rgba(0, 10, 20, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
}

.dlt-testimonial-hero__trust-item {
    min-width: 0;
    min-height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(7, 32, 51, 0.60), rgba(8, 44, 66, 0.42));
    color: inherit;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dlt-testimonial-hero__trust-item:not(:last-child)::after {
    display: none;
}

.dlt-testimonial-hero__trust-item:hover {
    z-index: 2;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(12, 57, 82, 0.80), rgba(13, 74, 108, 0.48));
    border-color: rgba(125, 211, 252, 0.22);
    box-shadow: 0 18px 36px rgba(0, 11, 22, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.dlt-testimonial-hero__trust-visual {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(17, 82, 118, 0.38), rgba(10, 38, 59, 0.30));
    color: var(--dlt-th-accent);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.dlt-testimonial-hero__trust-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 5px;
}

.dlt-testimonial-hero__trust-visual svg,
.dlt-testimonial-hero__trust-visual i {
    width: 1em;
    height: 1em;
    font-size: 19px;
    display: block;
}

.dlt-testimonial-hero__trust-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.12;
}

.dlt-testimonial-hero__trust-title {
    max-width: 100%;
    color: #f7fcff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.dlt-testimonial-hero__trust-subtitle,
.dlt-testimonial-hero__trust-meta {
    max-width: 100%;
    color: #cfe5f1;
    font-size: 9px;
    font-weight: 560;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.dlt-testimonial-hero__trust-stars {
    color: #fdbb16;
    font-size: 9px;
    letter-spacing: 0.5px;
    line-height: 1;
}


.dlt-testimonial-hero__trust-item--has-image .dlt-testimonial-hero__trust-visual {
    background: rgba(255, 255, 255, 0.10);
}

.dlt-testimonial-hero__trust-item--tripadvisor .dlt-testimonial-hero__trust-visual,
.dlt-testimonial-hero__trust-item--sltda .dlt-testimonial-hero__trust-visual {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    padding: 0;
}

.dlt-testimonial-hero__trust-item--tripadvisor .dlt-testimonial-hero__trust-visual img,
.dlt-testimonial-hero__trust-item--sltda .dlt-testimonial-hero__trust-visual img {
    padding: 3px;
}

.dlt-testimonial-hero__button-icon,
.dlt-testimonial-hero__badge-icon,
.dlt-testimonial-hero__review-quote-icon,
.dlt-testimonial-hero__breadcrumb-icon,
.dlt-testimonial-hero__trust-visual,
.dlt-testimonial-hero__trust-visual i,
.dlt-testimonial-hero__trust-visual svg {
    color: inherit;
}

@media (max-width: 1100px) {
    .dlt-testimonial-hero__container {
        padding: 52px 24px 28px;
    }

    .dlt-testimonial-hero__main {
        gap: 24px;
    }

    .dlt-testimonial-hero__spotlight {
        width: 360px;
        padding-left: 20px;
    }

    .dlt-testimonial-hero__review-card {
        padding: 25px;
    }

    .dlt-testimonial-hero__review-quote {
        font-size: 21px;
    }

    .dlt-testimonial-hero__trust-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    .dlt-testimonial-hero__trust-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 860px) {
    .dlt-testimonial-hero {
        min-height: auto;
    }

    .dlt-testimonial-hero__overlay {
        background:
            linear-gradient(180deg, rgba(3, 16, 28, 0.95) 0%, rgba(4, 25, 40, 0.83) 57%, rgba(3, 20, 34, 0.94) 100%);
    }

    .dlt-testimonial-hero__texture {
        mask-image: none;
        -webkit-mask-image: none;
        opacity: 0.11;
    }

    .dlt-testimonial-hero__container {
        min-height: auto;
        padding: 44px 20px 24px;
    }

    .dlt-testimonial-hero__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .dlt-testimonial-hero__content {
        max-width: 680px;
    }

    .dlt-testimonial-hero__spotlight {
        width: min(100%, 520px);
        justify-self: start;
        padding: 24px 8px 14px 10px;
    }

    .dlt-testimonial-hero__trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {

    .dlt-testimonial-hero__review-card,
    .dlt-testimonial-hero__review-footer,
    .dlt-testimonial-hero__review-avatar,
    .dlt-testimonial-hero__review-avatar img {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition-delay: 0s !important;
        animation: none !important;
    }
    .dlt-testimonial-hero__bg {
        background-attachment: scroll !important;
        transform: none !important;
        filter: none !important;
        image-rendering: auto;
        backface-visibility: hidden;
    }

    .dlt-testimonial-hero__bg--mobile {
        display: block;
    }

    .dlt-testimonial-hero--has-mobile-bg > .dlt-testimonial-hero__bg:not(.dlt-testimonial-hero__bg--mobile) {
        display: none;
    }

    .dlt-testimonial-hero__line {
        width: 360px;
        height: 360px;
    }

    .dlt-testimonial-hero__container {
        padding: 38px 16px 22px;
    }

    .dlt-testimonial-hero__breadcrumb {
        gap: 7px;
        margin-bottom: 14px;
        padding: 8px 11px;
        font-size: 11px;
    }

    .dlt-testimonial-hero--glass-content .dlt-testimonial-hero__content {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .dlt-testimonial-hero--glass-content .dlt-testimonial-hero__content::before {
        top: 20px;
        bottom: 20px;
        width: 2px;
    }

    .dlt-testimonial-hero__badge {
        min-height: 38px;
        margin-bottom: 18px;
        padding: 6px 12px 6px 7px;
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .dlt-testimonial-hero__badge-icon {
        width: 25px;
        height: 25px;
    }

    .dlt-testimonial-hero__title {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.06;
        letter-spacing: -0.048em;
    }

    .dlt-testimonial-hero__title-highlight {
        white-space: normal;
    }

    .dlt-testimonial-hero__description {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.65;
    }

    .dlt-testimonial-hero__buttons {
        width: 100%;
        margin-top: 24px;
    }

    .dlt-testimonial-hero__button {
        min-height: 50px;
        padding: 0 18px;
        font-size: 13px;
    }

    .dlt-testimonial-hero__spotlight {
        width: 100%;
        padding: 22px 4px 12px 6px;
    }

    .dlt-testimonial-hero__review-card {
        padding: 23px 20px;
        border-radius: 22px;
    }

    .dlt-testimonial-hero__review-quote {
        margin-top: 22px;
        font-size: 19px;
    }

    .dlt-testimonial-hero__review-footer {
        width: 100%;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 9px;
        align-items: center;
    }

    .dlt-testimonial-hero__review-avatar {
        width: 44px !important;
        height: 44px !important;
    }

    .dlt-testimonial-hero__review-person {
        gap: 3px;
    }

    .dlt-testimonial-hero__review-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dlt-testimonial-hero__review-country {
        font-size: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dlt-testimonial-hero__review-side-meta {
        max-width: 112px;
        align-items: flex-end;
        justify-content: center;
        text-align: right;
    }

    .dlt-testimonial-hero__review-trip {
        display: block;
        font-size: 9px;
        font-weight: 650;
        line-height: 1.25;
        color: #d7edf8;
    }

    .dlt-testimonial-hero__review-stars {
        display: none;
    }

    .dlt-testimonial-hero__float-card {
        min-width: 116px;
        padding: 9px 10px;
        border-radius: 14px;
    }

    .dlt-testimonial-hero__float-card--rating {
        right: 0;
    }

    .dlt-testimonial-hero__float-card--travellers {
        left: 0;
    }

    .dlt-testimonial-hero__trust-wrap {
        width: 100%;
        max-width: 100%;
        margin: 22px 0 0;
        overflow: hidden;
    }

    .dlt-testimonial-hero__trust-bar {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 8px;
        overflow-x: auto;
        padding: 10px 10px 10px 20px;
        scroll-padding-left: 20px;
        border-radius: 20px;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .dlt-testimonial-hero__trust-bar::-webkit-scrollbar {
        display: none;
    }

    .dlt-testimonial-hero__trust-item {
        min-width: 220px;
        min-height: 68px;
        scroll-snap-align: start;
    }
}

@media (max-width: 520px) {
    .dlt-testimonial-hero__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .dlt-testimonial-hero__button {
        width: 100%;
    }

    .dlt-testimonial-hero--mobile-inline-buttons .dlt-testimonial-hero__buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 8px;
    }

    .dlt-testimonial-hero--mobile-inline-buttons .dlt-testimonial-hero__button {
        width: auto;
        min-width: 0;
        min-height: 46px;
        gap: 7px;
        padding: 0 10px;
        font-size: 11.5px;
        line-height: 1.15;
    }

    .dlt-testimonial-hero--mobile-inline-buttons .dlt-testimonial-hero__button-icon svg,
    .dlt-testimonial-hero--mobile-inline-buttons .dlt-testimonial-hero__button-icon i {
        font-size: 0.9em;
    }

    .dlt-testimonial-hero__review-eyebrow {
        letter-spacing: 0.12em;
    }

    .dlt-testimonial-hero__float-copy strong {
        font-size: 12px;
    }

    .dlt-testimonial-hero__float-label {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dlt-testimonial-hero--ken-burns .dlt-testimonial-hero__bg,
    .dlt-testimonial-hero--floating-cards .dlt-testimonial-hero__float-card {
        animation: none;
    }

    .dlt-testimonial-hero__button,
    .dlt-testimonial-hero__trust-item {
        transition: none;
    }
}

/* Traveller spotlight review slider */
.dlt-testimonial-hero__slider-viewport {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    touch-action: pan-y;
    cursor: grab;
}

.dlt-testimonial-hero__slider-viewport.is-dragging {
    cursor: grabbing;
}

.dlt-testimonial-hero__slider-track {
    display: flex;
    align-items: stretch;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    transition-duration: 550ms;
    transition-timing-function: cubic-bezier(.22, .72, .22, 1);
    will-change: transform;
}

.dlt-testimonial-hero__slider-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: auto;
}

.dlt-testimonial-hero__slider-navigation {
    position: relative;
    z-index: 6;
    width: fit-content;
    max-width: calc(100% - 24px);
    margin: 14px auto 0;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(8, 38, 58, 0.74), rgba(7, 28, 45, 0.54));
    box-shadow: 0 18px 46px rgba(0, 9, 18, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
    -webkit-backdrop-filter: blur(calc(var(--dlt-th-glass-blur) + 4px));
}

.dlt-testimonial-hero__slider-arrow {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 50%;
    background: rgba(7, 38, 58, 0.76);
    color: #eaf8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 10, 18, 0.20);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.dlt-testimonial-hero__slider-arrow:hover,
.dlt-testimonial-hero__slider-arrow:focus-visible {
    background: #0ea5e9;
    border-color: rgba(186, 230, 253, 0.74);
    transform: translateY(-2px);
    outline: none;
}

.dlt-testimonial-hero__slider-arrow:disabled {
    opacity: 0.36;
    cursor: not-allowed;
    transform: none;
}

.dlt-testimonial-hero__slider-arrow svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
}

.dlt-testimonial-hero__slider-arrow svg path {
    fill: none !important;
    stroke: currentColor !important;
}

.dlt-testimonial-hero__slider-dots {
    min-height: 34px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.dlt-testimonial-hero__slider-dot {
    width: 7px;
    height: 7px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.dlt-testimonial-hero__slider-dot:hover,
.dlt-testimonial-hero__slider-dot:focus-visible {
    transform: scale(1.18);
    outline: none;
}

.dlt-testimonial-hero__slider-dot.is-active {
    width: 21px;
    background: #38bdf8;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.48);
}

.dlt-testimonial-hero__spotlight:not(.dlt-testimonial-hero__spotlight--single-review) .dlt-testimonial-hero__float-card--travellers {
    bottom: 50px;
}

.dlt-testimonial-hero__spotlight--single-review .dlt-testimonial-hero__slider-viewport {
    cursor: default;
}

@media (max-width: 767px) {
    .dlt-testimonial-hero__slider-viewport {
        border-radius: 22px;
    }

    .dlt-testimonial-hero__slider-navigation {
        margin-top: 12px;
        padding: 5px;
        gap: 7px;
    }

    .dlt-testimonial-hero__slider-arrow {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .dlt-testimonial-hero__slider-dots {
        min-height: 30px;
        padding: 0 4px;
        gap: 6px;
    }

    .dlt-testimonial-hero__spotlight:not(.dlt-testimonial-hero__spotlight--single-review) .dlt-testimonial-hero__float-card--travellers {
        bottom: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dlt-testimonial-hero__slider-track,
    .dlt-testimonial-hero__slider-arrow,
    .dlt-testimonial-hero__slider-dot {
        transition: none !important;
    }
}


/* v2.9.8 spotlight slider refinement */
.dlt-testimonial-hero__slider-navigation {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.dlt-testimonial-hero__slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    transform: translateY(-50%);
}

.dlt-testimonial-hero__slider-arrow:hover,
.dlt-testimonial-hero__slider-arrow:focus-visible {
    transform: translateY(calc(-50% - 2px));
}

.dlt-testimonial-hero__slider-arrow--prev {
    left: -20px;
}

.dlt-testimonial-hero__slider-arrow--next {
    right: -20px;
}

.dlt-testimonial-hero__slider-dots {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 8;
    min-height: auto;
    padding: 6px 10px;
    gap: 7px;
    border-radius: 999px;
    background: rgba(5, 23, 36, 0.18);
    box-shadow: none;
    transform: translateX(-50%);
}

.dlt-testimonial-hero__slider-dot {
    width: 7px;
    height: 7px;
}

.dlt-testimonial-hero__slider-dot.is-active {
    width: 34px;
    border-radius: 999px;
}

.dlt-testimonial-hero__spotlight:not(.dlt-testimonial-hero__spotlight--single-review) .dlt-testimonial-hero__review-footer {
    padding-bottom: 28px;
}

.dlt-testimonial-hero__float-card--travellers {
    display: none !important;
}

@media (max-width: 767px) {
    .dlt-testimonial-hero__slider-arrow--prev {
        left: -12px;
    }

    .dlt-testimonial-hero__slider-arrow--next {
        right: -12px;
    }

    .dlt-testimonial-hero__slider-dots {
        bottom: 22px;
        padding: 5px 8px;
        gap: 6px;
    }

    .dlt-testimonial-hero__slider-dot.is-active {
        width: 28px;
    }

    .dlt-testimonial-hero__spotlight:not(.dlt-testimonial-hero__spotlight--single-review) .dlt-testimonial-hero__review-footer {
        padding-bottom: 24px;
    }
}


/* v3.0.4: cleaner testimonial hero on mobile */
@media (max-width: 767px) {
    .dlt-testimonial-hero__line,
    .dlt-testimonial-hero__spotlight-orbit {
        display: none !important;
    }
}

/* v3.1.9 mobile trust badge slider */
@media (max-width: 767px) {
    .dlt-testimonial-hero__trust-bar[data-dlt-trust-slider] {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
    }
    .dlt-testimonial-hero__trust-bar[data-dlt-trust-slider]:active { cursor: grabbing; }
    .dlt-testimonial-hero__trust-bar[data-dlt-trust-slider] .dlt-testimonial-hero__trust-item {
        flex: 0 0 min(82vw, 300px);
        min-width: min(82vw, 300px);
        scroll-snap-align: center;
    }
}


/* v3.2.0 mobile trust badge pagination */
.dlt-testimonial-hero__trust-slider-dots {
    display: none;
}

@media (max-width: 767px) {
    .dlt-testimonial-hero__trust-slider-dots {
        min-height: 24px;
        margin: 10px auto 0;
        padding: 4px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .dlt-testimonial-hero__trust-slider-dot {
        width: 7px;
        height: 7px;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.42);
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        transition: width .25s ease, background .25s ease, transform .25s ease;
    }

    .dlt-testimonial-hero__trust-slider-dot.is-active {
        width: 21px;
        background: var(--dlt-th-accent, #38bdf8);
        box-shadow: 0 0 14px rgba(56, 189, 248, .38);
    }

    .dlt-testimonial-hero__trust-slider-dot:focus-visible {
        outline: 2px solid rgba(186, 230, 253, .9);
        outline-offset: 3px;
    }
}
