/* Homepage brief implementation. All selectors are homepage-scoped to avoid
   changing CMS content pages or the admin interface. */

.tl-home {
    --tl-green: #007a3d;
    --tl-green-dark: #006331;
    --tl-green-bright: #59ee9c;
}

/* Accessible interaction colors used across the homepage. */
.tl-home .button {
    border-color: #007a3d;
    background: #007a3d;
    color: #fff;
}

.tl-home .button:hover {
    border-color: #006331;
    background: #006331;
    color: #fff;
}

.tl-home .button-outline {
    border-color: #647383;
    background: #fff;
    color: #0a1628;
}

.tl-home .tl-badge-green {
    color: #006b36;
}

.tl-home .tl-prod-body em,
.tl-home .tl-team-grid small,
.tl-home .tl-service-process > summary span {
    color: #006b36;
}

.tl-home .tl-sec-head p,
.tl-home .tl-flex-content-body,
.tl-home .tl-prod-body p,
.tl-home .tl-srv-card p,
.tl-home .tl-why-grid p {
    color: #526173;
}

.tl-home .tl-sec-head-dark p,
.tl-home .tl-eco-content p,
.tl-home .tl-eco-feats span,
.tl-home .tl-flywheel span,
.tl-home .tl-store-mockup > p,
.tl-home .tl-store-mockup > div b,
.tl-home .tl-trade-card p,
.tl-home .tl-trade-card li,
.tl-home .tl-rkd-card > p,
.tl-home .tl-rkd-card i,
.tl-home .tl-reality-heading > p,
.tl-home .tl-reality-copy p,
.tl-home .tl-partner-content > p,
.tl-home .tl-partner-content li,
.tl-home .tl-form-card > p,
.tl-home .tl-form-card label,
.tl-home .tl-cta p {
    color: #c5d2dd;
}

.tl-home a:focus-visible,
.tl-home button:focus-visible,
.tl-home summary:focus-visible,
.tl-home input:focus-visible,
.tl-home select:focus-visible,
.tl-home textarea:focus-visible,
.tl-home-header a:focus-visible,
.tl-home-header button:focus-visible {
    outline: 3px solid #f5c451;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px #071827;
}

.tl-home-header .tl-nav-cta,
.tl-home-header .tl-nav-cta:visited {
    background: #007a3d !important;
    color: #fff !important;
}

.tl-home-header .tl-nav-cta:hover {
    background: #006331 !important;
}

.tl-home-header .tl-dropdown-label {
    color: #4b596a;
}

.tl-home-header .tl-logo-icon path:first-child,
.site-footer .tl-logo-icon path:first-child {
    fill: #fff;
}

.tl-home .tl-form-card input,
.tl-home .tl-form-card select,
.tl-home .tl-form-card textarea {
    border-color: rgba(255, 255, 255, .56);
    background: rgba(7, 24, 39, .72);
}

.tl-home .tl-form-card input::placeholder,
.tl-home .tl-form-card textarea::placeholder {
    color: rgba(255, 255, 255, .72);
}

.tl-home .tl-form-card input:focus,
.tl-home .tl-form-card select:focus,
.tl-home .tl-form-card textarea:focus {
    border-color: #f5c451;
    background: rgba(7, 24, 39, .9);
}

.tl-home .tl-form-download {
    border-color: rgba(255, 255, 255, .44);
}

/* The homepage announcement ticker is omitted in the layout. The navigation
   stays over the video until the hero has completely left the viewport. */
.tl-site-header.tl-home-header:not(.is-scrolled) .tl-nav {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

.tl-site-header.tl-home-header.is-scrolled .tl-nav {
    background: rgba(7, 24, 39, .97) !important;
    box-shadow: 0 10px 28px rgba(3, 14, 25, .22);
    backdrop-filter: blur(16px);
}

/* Full-viewport video hero. */
.tl-home .tl-video-hero,
.tl-home .tl-video-hero .hero-grid {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
}

.tl-home .tl-video-hero {
    isolation: isolate;
    padding: 0;
    background: #071827 var(--hero-poster) center / cover no-repeat;
}

.tl-home .tl-video-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 48%, rgba(4, 20, 32, .34), rgba(4, 20, 32, .61) 62%, rgba(4, 20, 32, .78)),
        linear-gradient(180deg, rgba(4, 18, 30, .44), rgba(4, 18, 30, .5));
    content: '';
    pointer-events: none;
}

.tl-home .tl-hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .45s ease;
}

.tl-home .tl-video-hero.is-video-ready .tl-hero-video {
    opacity: 1;
}

.tl-home .tl-video-hero.is-video-failed .tl-hero-video {
    display: none;
}

.tl-home .tl-video-control {
    position: absolute;
    right: clamp(18px, 3vw, 48px);
    bottom: clamp(18px, 3vw, 36px);
    z-index: 3;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 999px;
    background: rgba(4, 20, 32, .62);
    color: #fff;
    cursor: pointer;
    font: 700 .72rem / 1 var(--sans);
    backdrop-filter: blur(10px);
}

.tl-home .tl-video-control:hover {
    border-color: #fff;
    background: rgba(0, 99, 49, .94);
}

.tl-home .tl-video-control-icon {
    display: inline-grid;
    min-width: 13px;
    place-items: center;
    font-size: .72rem;
}

.tl-home .tl-video-hero .hero-grid {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 64px));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 126px 0 70px;
    text-align: center;
}

.tl-home .tl-video-hero .tl-home-hero-copy {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.tl-home .tl-video-hero .tl-s2-badge {
    margin-bottom: clamp(18px, 2.2vh, 28px);
    border: 1px solid rgba(108, 247, 169, .52);
    background: rgba(4, 24, 36, .58);
    color: #8df8bb;
    backdrop-filter: blur(10px);
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6.4vw, 6.5rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1;
    text-wrap: balance;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .55);
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 span {
    text-shadow: inherit;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-phrase,
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-arrow {
    display: inline-block;
    will-change: opacity, transform;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-destination {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-title-base {
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
    animation: tl-hero-phrase-in .78s cubic-bezier(.2, .7, .2, 1) .15s both;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-arrow {
    margin: 0 .16em;
    color: #fff;
    font-family: var(--sans);
    font-size: .72em;
    font-weight: 500;
    -webkit-text-fill-color: #fff;
    animation: tl-hero-arrow-in .5s ease .78s both;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-title-accent {
    background: linear-gradient(135deg, #70f5aa, #26d778);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: tl-hero-accent-in .8s cubic-bezier(.2, .7, .2, 1) .96s both;
}

.tl-home .tl-video-hero .hero-summary {
    max-width: 760px;
    margin: clamp(22px, 3vh, 34px) auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.98rem, 1.3vw, 1.15rem);
    line-height: 1.72;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .52);
}

.tl-home .tl-video-hero .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: clamp(25px, 3.4vh, 38px);
}

.tl-home .tl-video-hero .button-row .button,
.tl-home .tl-video-hero .button-row .button-ghost {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: auto;
    min-width: 190px;
    margin: 0;
    padding: 14px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 11px;
    background: rgba(4, 20, 32, .7);
    box-shadow: 0 15px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .16);
    color: #fff;
    font-size: .88rem;
    transition: background-color .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease;
    backdrop-filter: blur(10px);
}

.tl-home .tl-video-hero .button-row .button::before,
.tl-home .tl-video-hero .button-row .button-ghost::before,
.tl-home .tl-video-hero .tl-hero-overview-link::before {
    position: absolute;
    inset: -2px;
    z-index: -2;
    background: conic-gradient(from 0deg, rgba(255, 255, 255, .16), #59ee9c, #f5c451, rgba(255, 255, 255, .16));
    content: '';
    animation: tl-hero-border-spin 4.8s linear infinite;
}

.tl-home .tl-video-hero .button-row .button::after,
.tl-home .tl-video-hero .button-row .button-ghost::after,
.tl-home .tl-video-hero .tl-hero-overview-link::after {
    position: absolute;
    inset: 2px;
    z-index: -1;
    border-radius: 8px;
    background: rgba(4, 20, 32, .78);
    content: '';
    transition: background .24s ease;
}

.tl-home .tl-video-hero .button-row .button:hover,
.tl-home .tl-video-hero .button-row .button:focus-visible,
.tl-home .tl-video-hero .button-row .button:active,
.tl-home .tl-video-hero .button-row .button-ghost:hover,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible,
.tl-home .tl-video-hero .button-row .button-ghost:active {
    border-color: rgba(89, 238, 156, .92);
    background: rgba(0, 122, 61, .9);
    color: #fff;
    box-shadow: 0 17px 38px rgba(0, 78, 39, .42);
    transform: translateY(-2px);
}

.tl-home .tl-video-hero .button-row .button:hover::after,
.tl-home .tl-video-hero .button-row .button:focus-visible::after,
.tl-home .tl-video-hero .button-row .button:active::after,
.tl-home .tl-video-hero .button-row .button-ghost:hover::after,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible::after,
.tl-home .tl-video-hero .button-row .button-ghost:active::after,
.tl-home .tl-video-hero .tl-hero-overview-link:hover::after,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible::after {
    background: rgba(0, 99, 49, .92);
}

.tl-home .tl-video-hero .tl-hero-details {
    margin: 18px auto 0;
    text-align: center;
}

.tl-home .tl-video-hero .tl-hero-overview-link {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-width: min(100%, 290px);
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    margin: 0 auto;
    padding: 13px 22px;
    border: 1px solid rgba(245, 196, 81, .58);
    border-radius: 11px;
    background: rgba(4, 20, 32, .72);
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 15px 34px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
    backdrop-filter: blur(10px);
    transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}

.tl-home .tl-video-hero .tl-hero-overview-link span {
    font-size: 1.05rem;
    line-height: .7;
    transition: transform .24s ease;
}

.tl-home .tl-video-hero .tl-hero-overview-link:hover,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible {
    border-color: rgba(245, 196, 81, .92);
    color: #fff;
    box-shadow: 0 17px 38px rgba(0, 78, 39, .42);
    transform: translateY(-2px);
}

.tl-home .tl-video-hero .tl-hero-overview-link:hover span,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible span {
    transform: translateX(4px);
}

@keyframes tl-hero-phrase-in {
    from { opacity: 0; transform: translateX(-36px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes tl-hero-arrow-in {
    0% { opacity: 0; transform: scale(.45); }
    70% { opacity: 1; transform: scale(1.12); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes tl-hero-accent-in {
    from { opacity: 0; transform: translateX(36px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Full-viewport Bangladesh overview immediately following the video. */
.tl-home .tl-market.tl-market-glance {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    align-items: center;
    padding: clamp(78px, 9vh, 112px) 0 !important;
    background:
        radial-gradient(circle at 82% 16%, rgba(0, 122, 61, .22), transparent 32%),
        radial-gradient(circle at 10% 90%, rgba(23, 87, 112, .23), transparent 35%),
        linear-gradient(145deg, #061522, #0a2435 52%, #0c3225);
    color: #fff;
}

.tl-home .tl-market-glance .tl-wrap {
    width: min(1500px, calc(100% - 64px));
}

.tl-home .tl-market-glance-grid {
    display: grid;
    grid-template-columns: minmax(330px, .78fr) minmax(580px, 1.22fr);
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
}

.tl-home .tl-market-glance-copy {
    max-width: 570px;
}

.tl-home .tl-market-glance-copy .tl-badge {
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.tl-home .tl-market-glance-copy h2 {
    margin: 0;
    color: #fff;
    max-width: 520px;
    font: 800 clamp(2rem, 3.4vw, 3.5rem) / 1.08 var(--sans);
    letter-spacing: -.02em;
    text-wrap: balance;
}

.tl-home .tl-market-glance-copy .tl-market-intro {
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(.98rem, 1.25vw, 1.1rem);
    line-height: 1.78;
}

.tl-home .tl-market-glance-copy .tl-market-note {
    max-width: none;
    margin: 25px 0 0;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-left: 3px solid #59ee9c;
    border-radius: 10px;
    background: rgba(4, 20, 32, .5);
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    line-height: 1.65;
    text-align: left;
}

.tl-home .tl-market-orbit {
    position: relative;
    width: min(100%, 760px);
    aspect-ratio: 1.18 / 1;
    margin: 0 auto;
}

.tl-home .tl-market-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 50%;
    animation: tl-market-ring-spin 28s linear infinite;
    box-shadow: inset 0 0 28px rgba(89, 238, 156, .045);
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.tl-home .tl-market-ring::before {
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 42deg,
        rgba(89, 238, 156, .18) 62deg,
        rgba(89, 238, 156, .95) 82deg,
        rgba(255, 255, 255, .58) 96deg,
        transparent 124deg,
        transparent 360deg
    );
    content: '';
    opacity: .9;
    pointer-events: none;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
}

.tl-home .tl-market-ring::after {
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(89, 238, 156, .11), transparent 64%);
    content: '';
    opacity: .52;
    pointer-events: none;
    animation: tl-market-ring-glow 4.8s ease-in-out infinite;
}

.tl-home .tl-market-ring-outer { width: 66%; animation-duration: 34s; }
.tl-home .tl-market-ring-middle { width: 53%; border-color: rgba(89, 238, 156, .34); animation-duration: 26s; animation-direction: reverse; }
.tl-home .tl-market-ring-middle::before {
    background: conic-gradient(from 180deg, transparent 0deg, transparent 34deg, rgba(89, 238, 156, .22) 52deg, rgba(89, 238, 156, .92) 78deg, transparent 112deg, transparent 360deg);
}
.tl-home .tl-market-ring-inner { width: 40%; border-color: rgba(255, 255, 255, .3); animation-duration: 20s; }
.tl-home .tl-market-ring-inner::before {
    background: conic-gradient(from 90deg, transparent 0deg, transparent 56deg, rgba(255, 255, 255, .24) 72deg, rgba(89, 238, 156, .88) 96deg, transparent 128deg, transparent 360deg);
}

.tl-home .tl-market-emblem {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 30%;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 0 70px rgba(0, 122, 61, .11), 0 24px 60px rgba(0, 0, 0, .2);
    text-align: center;
    animation: tl-market-emblem-breathe 5.8s ease-in-out infinite;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(8px);
}

.tl-home .tl-market-emblem .tl-logo-icon {
    width: 92px;
    height: 92px;
}

.tl-home .tl-market-emblem .tl-logo-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.tl-home .tl-market-emblem .tl-logo-icon path:first-child {
    fill: rgba(255, 255, 255, .94);
}

.tl-home .tl-market-emblem .tl-logo-name {
    display: block;
    margin-top: -11px;
    color: #fff;
    font: 800 1.45rem / 1 var(--sans);
    letter-spacing: -.04em;
}

.tl-home .tl-market-emblem .tl-logo-tag {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .76);
    font: italic 700 .7rem / 1 var(--serif);
}

.tl-home .tl-market-stat {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 190px;
    min-height: 70px;
    flex-direction: column;
    justify-content: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    background: rgba(4, 22, 36, .82);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
    animation: tl-market-stat-float 7s ease-in-out infinite;
    backdrop-filter: blur(12px);
}

.tl-home .tl-market-stat strong {
    display: block;
    color: #69f2a5;
    font: 800 1.2rem / 1 var(--sans);
}

.tl-home .tl-market-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .88);
    font-size: .69rem;
    font-weight: 700;
    line-height: 1.3;
}

.tl-home .tl-market-stat-1 { top: 8%; left: 2%; animation-delay: 0s; }
.tl-home .tl-market-stat-2 { top: 8%; right: 2%; animation-delay: .8s; }
.tl-home .tl-market-stat-3 { top: 39%; left: -2%; animation-delay: 1.6s; }
.tl-home .tl-market-stat-4 { top: 39%; right: -2%; animation-delay: 2.4s; }
.tl-home .tl-market-stat-5 { bottom: 6%; left: 4%; animation-delay: 3.2s; }
.tl-home .tl-market-stat-6 { right: 4%; bottom: 6%; width: 210px; animation-delay: 4s; }

@keyframes tl-market-ring-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    50% { transform: translate(-50%, -50%) rotate(180deg) scale(1.025); }
    100% { transform: translate(-50%, -50%) rotate(360deg) scale(1); }
}

@keyframes tl-market-ring-glow {
    0%, 100% { opacity: .28; transform: scale(.96); }
    50% { opacity: .62; transform: scale(1.04); }
}

@keyframes tl-market-emblem-breathe {
    0%, 100% {
        box-shadow: inset 0 0 70px rgba(0, 122, 61, .11), 0 24px 60px rgba(0, 0, 0, .2);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        box-shadow: inset 0 0 84px rgba(89, 238, 156, .18), 0 28px 70px rgba(0, 0, 0, .26);
        transform: translate(-50%, -50%) scale(1.035);
    }
}

@keyframes tl-market-stat-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* The operating-model rail follows the services cards, per the brief. */
.tl-home #tl-services + .tl-cred {
    border-top-color: rgba(0, 122, 61, .2);
}

.tl-home .tl-products-slider:focus-within .tl-products-grid,
.tl-home .tl-cred:focus-within .tl-cred-track {
    animation-play-state: paused;
}

.tl-home .tl-cred-label {
    color: #172436;
}

.tl-home .tl-cred-sub {
    color: #526173;
}

.site-footer .footer-bottom {
    color: #a8b6c3;
}

@media (max-width: 1180px) {
    .tl-home .tl-market-glance-grid {
        grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr);
        gap: 38px;
    }

    .tl-home .tl-market-stat {
        width: 155px;
        min-height: 64px;
        padding: 11px 13px;
    }

    .tl-home .tl-market-stat-6 {
        width: 175px;
    }

    .tl-home .tl-market-emblem .tl-logo-icon {
        width: 76px;
        height: 76px;
    }

    .tl-home .tl-market-emblem .tl-logo-name {
        font-size: 1.2rem;
    }
}

@media (max-width: 1050px) {
    .tl-home .tl-market-glance-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .tl-home .tl-market-glance-copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .tl-home .tl-market-glance-copy .tl-market-note {
        text-align: left;
    }

    .tl-home .tl-market-stat {
        width: 180px;
    }

    .tl-home .tl-market-stat-6 {
        width: 200px;
    }
}

@media (max-width: 900px) {
    .tl-site-header.tl-home-header:not(.is-scrolled) .tl-nav {
        background: transparent !important;
    }

    .tl-home .tl-video-hero .hero-grid {
        width: min(100% - 40px, 900px);
        padding: 108px 0 56px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.65rem, 8vw, 5rem);
    }

    .tl-home .tl-market-glance .tl-wrap {
        width: min(100% - 40px, 900px);
    }

    .tl-site-header.tl-home-header .site-nav.tl-nav-links .tl-nav-item > a.tl-nav-cta,
    .tl-site-header.tl-home-header.is-scrolled .site-nav.tl-nav-links .tl-nav-item > a.tl-nav-cta {
        color: #fff !important;
    }
}

@media (max-width: 700px) {
    .tl-home .tl-video-hero .tl-hero-video {
        object-position: 56% center;
    }

    .tl-home .tl-video-hero::before {
        background: linear-gradient(180deg, rgba(4, 18, 30, .48), rgba(4, 18, 30, .67));
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-arrow {
        display: block;
        width: max-content;
        margin: .14em auto;
        transform: rotate(90deg);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-destination {
        display: flex;
        flex-direction: column;
        white-space: normal;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-title-base,
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-title-accent {
        display: block;
    }

    .tl-home .tl-market.tl-market-glance {
        padding: 66px 0 !important;
    }

    .tl-home .tl-market-orbit {
        display: grid;
        aspect-ratio: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding-top: 285px;
    }

    .tl-home .tl-market-ring {
        top: 122px;
    }

    .tl-home .tl-market-ring-outer { width: 245px; }
    .tl-home .tl-market-ring-middle { width: 205px; }
    .tl-home .tl-market-ring-inner { width: 165px; }

    .tl-home .tl-market-emblem {
        top: 122px;
        width: 190px;
    }

    .tl-home .tl-market-emblem .tl-logo-icon {
        width: 72px;
        height: 72px;
    }

    .tl-home .tl-market-stat,
    .tl-home .tl-market-stat-1,
    .tl-home .tl-market-stat-2,
    .tl-home .tl-market-stat-3,
    .tl-home .tl-market-stat-4,
    .tl-home .tl-market-stat-5,
    .tl-home .tl-market-stat-6 {
        position: relative;
        inset: auto;
        width: auto;
        min-height: 86px;
    }
}

/* Mobile text and card balance pass from browser review. */
@media (max-width: 700px) {
    .tl-home .tl-sec-head,
    .tl-home .tl-market-glance-copy {
        width: 100%;
        text-align: center;
    }

    .tl-home .tl-sec-head h2,
    .tl-home .tl-market-glance-copy h2 {
        width: min(100%, 356px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(1.76rem, 7vw, 2.18rem);
        line-height: 1.18;
        text-align: center;
        text-wrap: balance;
    }

    .tl-home .tl-market-glance-copy h2 {
        font-size: clamp(2.05rem, 8vw, 2.42rem);
    }

    .tl-home .tl-market-glance-copy .tl-market-intro,
    .tl-home .tl-market-glance-copy .tl-market-note,
    .tl-home .tl-sec-head > p,
    .tl-home .tl-flex-content-copy > p {
        width: min(100%, 344px);
        font-size: .95rem;
        line-height: 1.72;
    }

    .tl-home .tl-market-glance-copy .tl-market-note {
        padding: 16px 18px;
    }

    .tl-home .tl-srv-grid {
        align-items: flex-start;
    }

    .tl-home .tl-srv-card {
        display: flex;
        min-height: 0 !important;
        flex-direction: column;
        justify-content: flex-start;
        padding: 22px !important;
    }

    .tl-home .tl-srv-icon {
        margin-bottom: 20px;
    }

    .tl-home .tl-srv-card h3 {
        margin-bottom: 10px;
        line-height: 1.32;
    }

    .tl-home .tl-srv-card p {
        font-size: .9rem;
        line-height: 1.6;
    }
}

@media (max-width: 420px) {
    .tl-home .tl-sec-head h2,
    .tl-home .tl-market-glance-copy h2 {
        width: min(100%, 336px);
    }

    .tl-home .tl-market-glance-copy .tl-market-intro,
    .tl-home .tl-market-glance-copy .tl-market-note,
    .tl-home .tl-sec-head > p,
    .tl-home .tl-flex-content-copy > p {
        width: min(100%, 330px);
        font-size: .92rem;
    }
}

/* Desktop content alignment pass for the no-image story/export sections. */
.tl-home #tl-about .tl-sec-head,
.tl-home #tl-exporters .tl-sec-head,
.tl-home #tl-about .tl-flex-content-body,
.tl-home #tl-exporters .tl-flex-content-body {
    width: min(100%, 1200px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.tl-home #tl-about .tl-sec-head > p,
.tl-home #tl-exporters .tl-sec-head > p,
.tl-home #tl-about .tl-flex-content-copy,
.tl-home #tl-exporters .tl-flex-content-copy {
    width: min(100%, 820px);
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.tl-home #tl-about .tl-flex-actions,
.tl-home #tl-exporters .tl-flex-actions {
    justify-content: center;
}

@media (min-width: 901px) {
    .tl-home #tl-about .tl-sec-head,
    .tl-home #tl-exporters .tl-sec-head {
        text-align: left;
    }

    .tl-home #tl-about .tl-sec-head > p,
    .tl-home #tl-exporters .tl-sec-head > p,
    .tl-home #tl-about .tl-flex-content-copy,
    .tl-home #tl-exporters .tl-flex-content-copy {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
}

@media (max-width: 540px) {
    .tl-home .tl-video-hero .hero-grid {
        width: min(100% - 32px, 520px);
        padding: 94px 0 42px;
    }

    .tl-home .tl-video-hero .tl-s2-badge {
        margin-bottom: 16px;
        padding: 6px 12px;
        font-size: .64rem;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.45rem);
        letter-spacing: -.045em;
    }

    .tl-home .tl-video-hero .hero-summary {
        margin-top: 19px;
        font-size: .93rem;
        line-height: 1.62;
    }

    .tl-home .tl-video-hero .button-row {
        gap: 10px;
        margin-top: 23px;
    }

    .tl-home .tl-video-hero .button-row .button,
    .tl-home .tl-video-hero .button-row .button-ghost {
        width: 100%;
        min-width: 0;
        padding: 13px 16px;
    }

    .tl-home .tl-video-hero .tl-hero-details {
        width: 100%;
        margin-top: 13px;
    }

    .tl-home .tl-video-hero .tl-hero-overview-link {
        width: 100%;
    }

    .tl-home .tl-video-control {
        right: 16px;
        bottom: 14px;
        width: 38px;
        height: 38px;
        justify-content: center;
        padding: 0;
    }

    .tl-home .tl-video-control [data-video-toggle-label] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .tl-home .tl-market-glance .tl-wrap {
        width: min(100% - 32px, 520px);
    }

    .tl-home .tl-market-glance-copy h2 {
        font-size: clamp(2rem, 9.5vw, 2.8rem);
    }
}

@media (max-width: 440px) {
    .tl-home .tl-market-orbit {
        grid-template-columns: 1fr;
        padding-top: 250px;
    }

    .tl-home .tl-market-ring,
    .tl-home .tl-market-emblem {
        top: 105px;
    }

    .tl-home .tl-market-ring-outer { width: 215px; }
    .tl-home .tl-market-ring-middle { width: 179px; }
    .tl-home .tl-market-ring-inner { width: 145px; }

    .tl-home .tl-market-emblem {
        width: 170px;
    }

    .tl-home .tl-market-stat,
    .tl-home .tl-market-stat-1,
    .tl-home .tl-market-stat-2,
    .tl-home .tl-market-stat-3,
    .tl-home .tl-market-stat-4,
    .tl-home .tl-market-stat-5,
    .tl-home .tl-market-stat-6 {
        min-height: 72px;
    }
}

@media (max-height: 700px) and (min-width: 701px) {
    .tl-home .tl-video-hero .hero-grid {
        padding-top: 98px;
        padding-bottom: 46px;
    }

    .tl-home .tl-video-hero .tl-s2-badge {
        margin-bottom: 12px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.55rem, 5.8vw, 4.6rem);
    }

    .tl-home .tl-video-hero .hero-summary {
        margin-top: 15px;
        font-size: .94rem;
        line-height: 1.55;
    }

    .tl-home .tl-video-hero .button-row {
        margin-top: 18px;
    }

    .tl-home .tl-video-hero .tl-hero-details {
        margin-top: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tl-home .tl-video-hero.is-video-paused .tl-hero-video {
        opacity: 0;
        visibility: hidden;
    }

    .tl-home .reveal,
    .tl-home .tl-hero-phrase,
    .tl-home .tl-hero-arrow,
    .tl-home .tl-market-ring,
    .tl-home .tl-market-ring::after,
    .tl-home .tl-market-emblem,
    .tl-home .tl-market-stat,
    .tl-home .tl-products-grid,
    .tl-home .tl-cred-track {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .tl-home .tl-market-ring,
    .tl-home .tl-market-emblem {
        transform: translate(-50%, -50%) !important;
    }

    .tl-home .button,
    .tl-home .tl-srv-card,
    .tl-home .tl-why-grid article,
    .tl-home .tl-prod-card {
        transition-duration: .01ms !important;
    }
}

/* Single-layer hero slider: only one text node is ever painted, preventing the
   duplicate/ghosted glyphs that appeared over the video during transforms. */
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-title,
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-title * {
    box-sizing: border-box;
    font-family: var(--sans) !important;
    text-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-title {
    display: block !important;
    width: min(100%, 1180px);
    margin: 0 auto;
    color: #fff !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-stage {
    position: relative;
    display: flex !important;
    min-height: clamp(154px, 14.5vw, 214px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(11px, 1vw, 17px);
    overflow: hidden;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-go {
    display: none !important;
    width: 100%;
    color: #fff !important;
    font-size: clamp(1.6rem, 2.55vw, 2.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.01em;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-go.is-visible {
    display: block !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word-stage {
    position: relative;
    display: block !important;
    width: 100%;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    min-height: clamp(66px, 7.2vw, 116px);
    background: none !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-panel {
    position: absolute;
    inset: 0;
    display: none !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: visible;
    clip-path: none !important;
    background: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-panel.is-visible {
    display: flex !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff !important;
    background: none !important;
    text-align: center;
    white-space: nowrap;
    transform: none !important;
    filter: none !important;
    text-shadow: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-character {
    display: inline !important;
    color: inherit !important;
    background: none !important;
    visibility: hidden;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-character.is-visible {
    visibility: visible;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word {
    font-size: clamp(3.75rem, 6.45vw, 7.1rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.018em;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word.is-accent {
    color: #20d777 !important;
    -webkit-text-fill-color: currentColor !important;
}

@media (max-width: 900px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-stage {
        min-height: clamp(126px, 22vw, 174px);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-go {
        font-size: clamp(1.3rem, 5vw, 2.2rem);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word-stage {
        min-height: clamp(50px, 11vw, 78px);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word {
        font-size: clamp(2.65rem, 9.6vw, 4.8rem);
        letter-spacing: -.01em;
    }
}

@media (max-width: 540px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-stage {
        min-height: 124px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-panel {
        overflow: visible;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word-stage {
        min-height: 50px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-word {
        font-size: clamp(2.1rem, 10.7vw, 3.25rem);
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-panel {
        display: none !important;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-single-panel.is-visible {
        display: flex !important;
    }
}

.tl-home .tl-market-glance-copy > .tl-badge.tl-badge-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 0 18px;
    padding: 7px 16px;
    border: 1px solid rgba(48, 224, 145, .72);
    border-radius: 999px;
    background: rgba(8, 31, 43, .82);
    color: #7df2bd;
    box-shadow: inset 0 0 0 1px rgba(48, 224, 145, .06);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
}

/* Final accessibility and device hardening for the PDF brief. */
.tl-home .tl-video-hero::before {
    background:
        radial-gradient(circle at 50% 48%, rgba(4, 20, 32, .32), rgba(4, 20, 32, .62) 62%, rgba(4, 20, 32, .78)),
        linear-gradient(180deg, rgba(4, 18, 30, .42), rgba(4, 18, 30, .52));
}

.tl-home .tl-eco-card-head small,
.tl-home .tl-sec-head-dark p,
.tl-home .tl-eco-content p,
.tl-home .tl-eco-feats span,
.tl-home .tl-flywheel span,
.tl-home .tl-store-mockup > p,
.tl-home .tl-store-mockup > div b,
.tl-home .tl-trade-card p,
.tl-home .tl-trade-card li,
.tl-home .tl-rkd-card > p,
.tl-home .tl-rkd-card i,
.tl-home .tl-reality-heading > p,
.tl-home .tl-reality-copy p,
.tl-home .tl-partner-content > p,
.tl-home .tl-partner-content li,
.tl-home .tl-form-card > p,
.tl-home .tl-form-card label,
.tl-home .tl-cta p {
    color: #c5d2dd;
}

.tl-home .tl-locations span,
.tl-home .tl-team-grid em {
    color: #526173;
}

.tl-home .tl-store-mockup > small {
    color: #69f2a5;
}

.tl-home .tl-cta small {
    color: #a8b6c3;
}

.tl-home .tl-cred:focus-visible {
    outline: 3px solid #f5c451;
    outline-offset: -5px;
    box-shadow: inset 0 0 0 5px #071827;
}

.tl-site-header.tl-home-header:not(.is-scrolled) .tl-nav {
    -webkit-backdrop-filter: none;
}

.tl-site-header.tl-home-header.is-scrolled .tl-nav {
    -webkit-backdrop-filter: blur(16px);
}

.tl-site-header.tl-home-header:not(.is-scrolled) .tl-logo-tag {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .78);
}

.tl-home .tl-video-hero .hero-summary {
    color: #fff;
}

.tl-site-header.tl-home-header:not(.is-scrolled) .tl-nav-item > a,
.tl-site-header.tl-home-header:not(.is-scrolled) .tl-nav-item > button {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.tl-site-header.tl-home-header .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    touch-action: manipulation;
}

.tl-home .tl-hero-video {
    pointer-events: none;
}

.tl-home .tl-video-control[hidden],
.tl-home .tl-video-hero.is-video-failed .tl-video-control {
    display: none;
}

.tl-home .tl-video-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.tl-home .tl-video-control {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-backdrop-filter: blur(10px);
}

.tl-home .tl-video-hero .hero-grid,
.tl-home .tl-video-hero .tl-home-hero-copy {
    max-width: 1600px;
}

.tl-home .tl-video-hero .hero-grid {
    width: min(1600px, calc(100% - 64px));
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 {
    font-size: clamp(2.8rem, 5.4vw, 5.75rem);
}

.tl-home .tl-video-hero .button-row .button:hover,
.tl-home .tl-video-hero .button-row .button:focus-visible,
.tl-home .tl-video-hero .button-row .button:active,
.tl-home .tl-video-hero .button-row .button-ghost:hover,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible,
.tl-home .tl-video-hero .button-row .button-ghost:active {
    border-color: #fff;
}

.tl-home .tl-market-glance-grid {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
}

.tl-home .tl-market.tl-market-glance {
    min-height: 100vh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
}

.tl-home .tl-market-orbit {
    min-width: 0;
}

@media (max-width: 1180px) {
    .tl-home .tl-market-glance-grid {
        grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    }
}

@media (max-width: 1050px) {
    .tl-home .tl-market-glance-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 540px) {
    .tl-home .tl-video-hero .hero-grid {
        width: min(100% - 32px, 520px);
        padding-bottom: 76px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.45rem);
    }

    .tl-home .tl-video-control {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 700px) {
    .tl-home .tl-video-hero::before {
        background: linear-gradient(180deg, rgba(4, 18, 30, .6), rgba(4, 18, 30, .74));
    }
}

@media (max-width: 900px) {
    .tl-site-header.tl-home-header:not(.is-scrolled) .site-nav.tl-nav-links .tl-nav-item > a,
    .tl-site-header.tl-home-header:not(.is-scrolled) .site-nav.tl-nav-links .tl-nav-item > button {
        text-shadow: none;
    }
}

@media (min-width: 541px) and (max-width: 900px) {
    .tl-home .tl-video-hero .hero-grid {
        width: min(100% - 40px, 900px);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.65rem, 8vw, 5rem);
    }
}

@media (max-width: 360px) {
    .tl-home .tl-video-hero .hero-grid,
    .tl-home .tl-market-glance .tl-wrap {
        width: calc(100% - 24px);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.1rem, 11.2vw, 2.55rem);
    }

    .tl-home .tl-video-hero .hero-summary {
        font-size: .88rem;
    }

    .tl-home .tl-market-glance-copy .tl-market-note {
        padding: 15px;
    }
}

@media (max-height: 520px) and (min-width: 701px) {
    .tl-home .tl-video-hero .hero-grid {
        min-height: 100dvh;
        padding-top: 82px;
        padding-bottom: 66px;
    }

    .tl-home .tl-video-hero .tl-s2-badge {
        margin-bottom: 8px;
        padding: 5px 12px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 {
        font-size: clamp(2.25rem, 5vw, 3.25rem);
    }

    .tl-home .tl-video-hero .hero-summary {
        margin-top: 10px;
        font-size: .86rem;
        line-height: 1.45;
    }

    .tl-home .tl-video-hero .button-row {
        margin-top: 12px;
    }

    .tl-home .tl-video-hero .button-row .button,
    .tl-home .tl-video-hero .button-row .button-ghost {
        min-height: 44px;
        padding: 10px 18px;
    }

    .tl-home .tl-video-hero .tl-hero-details {
        margin-top: 8px;
    }
}

@media (hover: none), (pointer: coarse) {
    .tl-home .tl-video-hero .button-row .button:hover,
    .tl-home .tl-video-hero .button-row .button-ghost:hover {
        box-shadow: none;
        transform: none;
    }

    .tl-home .button,
    .tl-home .tl-video-control,
    .tl-home summary,
    .tl-home a {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tl-home .tl-hero-video,
    .tl-home .tl-video-control,
    .tl-home .tl-market-ring,
    .tl-home .tl-market-ring::after,
    .tl-home .tl-market-emblem,
    .tl-home .tl-market-stat {
        transition-duration: .01ms !important;
        animation: none !important;
    }
}

/* Compact homepage rhythm: reduces excess vertical gaps while preserving the
   fullscreen hero and Bangladesh-at-a-glance panels from the brief. */
.tl-home section:not(.hero):not(.tl-market-glance):not(.tl-cred):not(.tl-brandstrip) {
    padding-top: clamp(34px, 4.2vw, 42px) !important;
    padding-bottom: clamp(34px, 4.2vw, 42px) !important;
}

.tl-home .tl-market.tl-market-glance {
    padding-top: clamp(34px, 4.2vh, 44px) !important;
    padding-bottom: clamp(34px, 4.2vh, 44px) !important;
}

.tl-home .tl-sec-head,
.tl-home .tl-team-head {
    margin-bottom: clamp(18px, 2.2vw, 22px) !important;
}

.tl-home .tl-sec-head h2,
.tl-home .tl-team-head h2 {
    margin-bottom: 10px;
}

.tl-home .tl-badge,
.tl-home .tl-market-glance-copy .tl-badge {
    margin-bottom: 10px;
}

.tl-home .tl-market-glance-copy .tl-market-intro,
.tl-home .tl-market-glance-copy .tl-market-note {
    margin-top: 16px;
}

.tl-home .tl-market-glance-copy .tl-market-note {
    padding: 14px 16px;
}

.tl-home .tl-cred {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.tl-home .tl-brandstrip {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.tl-home .tl-brandstrip p {
    margin-bottom: 14px;
}

.tl-home .tl-service-process {
    margin-top: 16px;
}

.tl-home .tl-flex-content-points,
.tl-home .tl-flex-actions,
.tl-home .tl-cta-inner > div {
    margin-top: 16px;
}

.tl-home .tl-about-intro {
    margin-bottom: 22px;
}

.tl-home #tl-about {
    padding-bottom: clamp(16px, 2vw, 18px) !important;
}

.tl-home #tl-exporters {
    padding-top: clamp(16px, 2vw, 18px) !important;
}

.tl-home .tl-reality-grid,
.tl-home .tl-partner-inner,
.tl-home .tl-eco-grid,
.tl-home .tl-stores-grid,
.tl-home .tl-flex-content-body.has-image {
    gap: clamp(28px, 4vw, 40px);
}

.tl-home .tl-srv-card,
.tl-home .tl-why-grid article,
.tl-home .tl-rkd-card,
.tl-home .tl-form-card {
    padding: clamp(22px, 2.6vw, 28px);
}

@media (max-width: 1000px) {
    .tl-home section:not(.hero):not(.tl-market-glance):not(.tl-cred):not(.tl-brandstrip) {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .tl-home .tl-market.tl-market-glance {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }
}

@media (max-width: 760px) {
    .tl-home section:not(.hero):not(.tl-market-glance):not(.tl-cred):not(.tl-brandstrip) {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .tl-home .tl-market.tl-market-glance {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        min-height: auto !important;
        align-items: stretch;
    }

    .tl-home .tl-market-glance-grid {
        gap: 22px !important;
    }

    .tl-home .tl-sec-head,
    .tl-home .tl-team-head {
        margin-bottom: 16px !important;
    }

    .tl-home .tl-cred {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .tl-home #tl-about {
        padding-bottom: 14px !important;
    }

    .tl-home #tl-exporters {
        padding-top: 14px !important;
    }

    .tl-home .tl-service-process,
    .tl-home .tl-flex-content-points,
    .tl-home .tl-flex-actions,
    .tl-home .tl-cta-inner > div {
        margin-top: 14px;
    }
}

/* Final visual rhythm pass: keep the hero and market area premium, but remove
   the extra empty air visible on tall desktop screens. */
@media (min-width: 901px) {
    .tl-home .tl-video-hero .hero-grid {
        padding-top: 98px;
        padding-bottom: 54px;
        transform: translateY(-1.5vh);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy {
        transform: none;
    }

    .tl-home .tl-video-hero .tl-s2-badge {
        margin-bottom: 14px;
    }

    .tl-home .tl-video-hero .hero-summary {
        margin-top: 18px;
        line-height: 1.58;
    }

    .tl-home .tl-video-hero .button-row {
        margin-top: 22px;
    }

    .tl-home .tl-video-hero .tl-hero-details {
        margin-top: 12px;
    }

    .tl-home .tl-market.tl-market-glance {
        min-height: clamp(620px, 76vh, 700px) !important;
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .tl-home .tl-market-glance .tl-wrap {
        width: min(1420px, calc(100% - 56px));
    }

    .tl-home .tl-market-glance-grid {
        gap: clamp(26px, 3.6vw, 46px);
    }

    .tl-home .tl-market-orbit {
        width: min(100%, 690px);
    }

    .tl-home .tl-market-glance-copy .tl-badge {
        margin-bottom: 12px;
    }

    .tl-home .tl-market-glance-copy .tl-market-intro {
        margin-top: 16px;
        line-height: 1.6;
    }

    .tl-home .tl-market-glance-copy .tl-market-note {
        margin-top: 16px;
        padding: 13px 16px;
    }
}

@media (min-width: 901px) and (max-height: 820px) {
    .tl-home .tl-market.tl-market-glance {
        min-height: 620px !important;
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    .tl-home .tl-market-orbit {
        width: min(100%, 640px);
    }
}

/* Services reveal and mobile carousel. */
.tl-home .tl-srv-showcase {
    position: relative;
}

.tl-home .tl-srv-showcase:not(.is-expanded) .tl-srv-card:nth-child(n+4) {
    display: none;
}

.tl-home .tl-srv-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 26px auto 0;
    padding: 11px 20px;
    border: 1px solid rgba(0, 122, 61, .22);
    border-radius: 999px;
    background: #fff;
    color: #007a3d;
    cursor: pointer;
    font: 800 .82rem / 1 var(--sans);
    box-shadow: 0 14px 34px rgba(10, 22, 40, .08);
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tl-home .tl-srv-showcase {
    text-align: center;
}

.tl-home .tl-srv-grid,
.tl-home .tl-service-process {
    text-align: left;
}

.tl-home .tl-srv-toggle i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 122, 61, .1);
    font-style: normal;
    line-height: 1;
}

.tl-home .tl-srv-toggle:hover,
.tl-home .tl-srv-toggle:focus-visible {
    background: #007a3d;
    color: #fff;
    box-shadow: 0 16px 38px rgba(0, 122, 61, .18);
    transform: translateY(-2px);
}

.tl-home .tl-srv-toggle:hover i,
.tl-home .tl-srv-toggle:focus-visible i {
    background: rgba(255, 255, 255, .18);
}

@media (min-width: 761px) and (max-width: 1000px) {
    .tl-home .tl-srv-showcase:not(.is-expanded) .tl-srv-card:nth-child(n+4) {
        display: block;
    }

    .tl-home .tl-srv-showcase:not(.is-expanded) .tl-srv-card:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 760px) {
    .tl-home .tl-srv-showcase {
        overflow: hidden;
        padding: 0 2px;
    }

    .tl-home .tl-srv-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 0 !important;
        width: 100%;
        transform: translateX(var(--tl-service-slide-offset, 0%));
        transition: transform .58s cubic-bezier(.2, .7, .2, 1);
        will-change: transform;
    }

    .tl-home .tl-srv-showcase:not(.is-expanded) .tl-srv-card:nth-child(n+4),
    .tl-home .tl-srv-showcase:not(.is-expanded) .tl-srv-card:nth-child(n+5) {
        display: block;
    }

    .tl-home .tl-srv-card {
        flex: 0 0 100%;
        width: 100%;
        min-height: 300px;
        margin: 0;
    }

    .tl-home .tl-srv-card[aria-current="true"] {
        border-color: rgba(0, 122, 61, .45);
        box-shadow: 0 16px 36px rgba(10, 22, 40, .08);
    }

    .tl-home .tl-srv-toggle {
        display: none;
    }
}

/* Keep the Bangladesh stat orbit desktop-like on mobile instead of stacking
   every stat underneath the logo. */
@media (max-width: 700px) {
    .tl-home .tl-market-orbit {
        display: block !important;
        width: min(100%, 382px);
        height: 360px;
        margin: 0 auto;
        padding-top: 0 !important;
        aspect-ratio: auto;
    }

    .tl-home .tl-market-ring {
        top: 50% !important;
        left: 50% !important;
    }

    .tl-home .tl-market-ring-outer { width: min(74vw, 286px) !important; }
    .tl-home .tl-market-ring-middle { width: min(62vw, 238px) !important; }
    .tl-home .tl-market-ring-inner { width: min(50vw, 192px) !important; }

    .tl-home .tl-market-emblem {
        top: 50% !important;
        left: 50% !important;
        width: min(38vw, 140px) !important;
    }

    .tl-home .tl-market-emblem .tl-logo-icon {
        width: clamp(46px, 14vw, 62px);
        height: clamp(46px, 14vw, 62px);
    }

    .tl-home .tl-market-emblem .tl-logo-name {
        font-size: clamp(.88rem, 3.6vw, 1rem);
    }

    .tl-home .tl-market-emblem .tl-logo-tag {
        margin-top: 3px;
        font-size: clamp(.46rem, 2vw, .56rem);
    }

    .tl-home .tl-market-stat,
    .tl-home .tl-market-stat-1,
    .tl-home .tl-market-stat-2,
    .tl-home .tl-market-stat-3,
    .tl-home .tl-market-stat-4,
    .tl-home .tl-market-stat-5,
    .tl-home .tl-market-stat-6 {
        position: absolute !important;
        display: flex;
        width: min(32vw, 122px) !important;
        min-height: 46px !important;
        padding: 7px 8px !important;
        border-radius: 9px;
        inset: auto !important;
    }

    .tl-home .tl-market-stat strong {
        font-size: clamp(.78rem, 3.75vw, .92rem);
        line-height: 1.05;
    }

    .tl-home .tl-market-stat span {
        margin-top: 3px;
        font-size: clamp(.45rem, 2.1vw, .53rem);
        line-height: 1.18;
    }

    .tl-home .tl-market-stat-1 { top: 18px !important; left: 10px !important; }
    .tl-home .tl-market-stat-2 { top: 18px !important; right: 10px !important; }
    .tl-home .tl-market-stat-3 { top: 43% !important; left: 0 !important; }
    .tl-home .tl-market-stat-4 { top: 43% !important; right: 0 !important; }
    .tl-home .tl-market-stat-5 { bottom: 18px !important; left: 16px !important; }
    .tl-home .tl-market-stat-6 { right: 8px !important; bottom: 18px !important; width: min(36vw, 136px) !important; }
}

@media (max-width: 380px) {
    .tl-home .tl-market-orbit {
        height: 348px;
    }

    .tl-home .tl-market-stat,
    .tl-home .tl-market-stat-1,
    .tl-home .tl-market-stat-2,
    .tl-home .tl-market-stat-3,
    .tl-home .tl-market-stat-4,
    .tl-home .tl-market-stat-5,
    .tl-home .tl-market-stat-6 {
        width: 112px !important;
        min-height: 44px !important;
        padding: 6px 7px !important;
    }

    .tl-home .tl-market-stat-6 {
        width: 128px !important;
    }
}

/* Hero browser-comment pass: delayed two-step title, then CTA reveal. */
.tl-home .tl-video-hero .tl-s2-badge,
.tl-home .tl-video-hero .hero-summary {
    display: none !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-title {
    display: block;
    opacity: 0;
    transform: translateY(14px);
    font-family: var(--sans);
    text-shadow: none;
    animation: tl-hero-slide-title-in .62s cubic-bezier(.2, .72, .22, 1) .48s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-window {
    display: block;
    overflow: hidden;
    padding: .1em .04em .16em;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-track {
    display: grid;
    min-height: 1.82em;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-panel {
    display: flex;
    grid-area: 1 / 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .13em;
    opacity: 0;
    transform: translateX(-.72em);
    text-align: center;
    visibility: hidden;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .38);
    will-change: opacity, transform;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-panel:first-child {
    animation: tl-hero-slide-first 5.1s cubic-bezier(.2, .7, .2, 1) .72s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-panel:nth-child(2) {
    animation: tl-hero-slide-second 5.1s cubic-bezier(.2, .7, .2, 1) .72s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-go {
    color: #fff;
    font-size: clamp(1.28rem, 2vw, 2.05rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.01em;
    -webkit-text-fill-color: #fff;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-word {
    color: #fff;
    font-size: clamp(2.75rem, 4.8vw, 4.85rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.005em;
    font-kerning: normal;
    -webkit-text-fill-color: #fff;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-accent {
    background: linear-gradient(135deg, #70f5aa, #26d778);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tl-home .tl-video-hero .button-row,
.tl-home .tl-video-hero .tl-hero-details {
    opacity: 0;
    transform: translateY(16px);
    animation: tl-hero-cta-in .58s cubic-bezier(.2, .72, .22, 1) 4.35s forwards;
}

.tl-home .tl-video-hero .button-row .button,
.tl-home .tl-video-hero .button-row .button-ghost,
.tl-home .tl-video-hero .tl-hero-overview-link {
    border-color: rgba(255, 255, 255, .56) !important;
}

.tl-home .tl-video-hero .button-row .button:hover,
.tl-home .tl-video-hero .button-row .button:focus-visible,
.tl-home .tl-video-hero .button-row .button:active,
.tl-home .tl-video-hero .button-row .button-ghost:hover,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible,
.tl-home .tl-video-hero .button-row .button-ghost:active,
.tl-home .tl-video-hero .tl-hero-overview-link:hover,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible {
    border-color: rgba(89, 238, 156, .92) !important;
    background: rgba(0, 122, 61, .9) !important;
    background-color: rgba(0, 122, 61, .9) !important;
    box-shadow: 0 17px 38px rgba(0, 78, 39, .42) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

@keyframes tl-hero-slide-title-in {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes tl-hero-slide-first {
    0% { opacity: 0; visibility: hidden; transform: translateX(-.72em); }
    14%, 42% { opacity: 1; visibility: visible; transform: translateX(0); }
    56%, 100% { opacity: 0; visibility: hidden; transform: translateX(.78em); }
}

@keyframes tl-hero-slide-second {
    0%, 47% { opacity: 0; visibility: hidden; transform: translateX(-.78em); }
    64%, 100% { opacity: 1; visibility: visible; transform: translateX(0); }
}

@keyframes tl-hero-cta-in {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes tl-hero-border-spin {
    to { transform: rotate(1turn); }
}

@media (max-width: 700px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-track {
        min-height: 1.92em;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-go {
        font-size: clamp(1.1rem, 5.4vw, 1.65rem);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-word {
        font-size: clamp(1.95rem, 9.4vw, 3rem);
        letter-spacing: 0;
    }
}

@media (max-width: 540px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-word {
        line-height: .98;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-title,
    .tl-home .tl-video-hero .button-row,
    .tl-home .tl-video-hero .tl-hero-details {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-panel:first-child {
        opacity: 0 !important;
        visibility: hidden !important;
        animation: none !important;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-slide-panel:nth-child(2) {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }

    .tl-home .tl-video-hero .button-row .button::before,
    .tl-home .tl-video-hero .button-row .button-ghost::before,
    .tl-home .tl-video-hero .tl-hero-overview-link::before {
        animation: none !important;
    }
}

/* Fresh conflict-free hero word slider. Uses separate classes so earlier title
   experiments cannot visually stack or duplicate the active text. */
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-title,
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-title * {
    box-sizing: border-box;
    font-family: var(--sans) !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-title {
    display: block !important;
    width: min(100%, 1180px);
    margin: 0 auto;
    opacity: 0;
    transform: translateY(18px);
    animation: tl-hero-fresh-title-in .6s cubic-bezier(.2, .72, .22, 1) .42s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-viewport {
    display: block !important;
    overflow: visible;
    padding: clamp(10px, 1.1vw, 18px) 0 clamp(16px, 1.4vw, 24px);
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-stage {
    position: relative;
    display: block !important;
    min-height: clamp(150px, 14.2vw, 210px);
    isolation: isolate;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel {
    position: absolute;
    inset: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.1vw, 18px);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-72px, 0, 0);
    pointer-events: none;
    backface-visibility: hidden;
    will-change: opacity, transform;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel:first-child {
    animation: tl-hero-fresh-first 5.4s cubic-bezier(.2, .7, .18, 1) .72s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel:nth-child(2) {
    animation: tl-hero-fresh-second 5.4s cubic-bezier(.2, .7, .18, 1) .72s forwards;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-go,
.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-word {
    display: block !important;
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-go {
    font-size: clamp(1.7rem, 2.8vw, 3.15rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.015em;
    -webkit-text-fill-color: #fff !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-word {
    font-size: clamp(3.8rem, 6.65vw, 7.35rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.015em;
    -webkit-text-fill-color: #fff !important;
}

.tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-accent {
    color: #20d777 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #20d777 !important;
    filter: drop-shadow(0 0 18px rgba(32, 215, 119, .22));
}

@keyframes tl-hero-fresh-title-in {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes tl-hero-fresh-first {
    0% { opacity: 0; visibility: hidden; transform: translate3d(-72px, 0, 0); }
    13%, 42% { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }
    55%, 100% { opacity: 0; visibility: hidden; transform: translate3d(72px, 0, 0); }
}

@keyframes tl-hero-fresh-second {
    0%, 48% { opacity: 0; visibility: hidden; transform: translate3d(-72px, 0, 0); }
    64%, 100% { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }
}

@media (max-width: 900px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-stage {
        min-height: clamp(126px, 22vw, 178px);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-go {
        font-size: clamp(1.35rem, 5.2vw, 2.4rem);
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-word {
        font-size: clamp(2.7rem, 10vw, 5rem);
        letter-spacing: -.01em;
    }
}

@media (max-width: 540px) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-stage {
        min-height: 128px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel {
        gap: 10px;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-word {
        font-size: clamp(2.15rem, 11vw, 3.35rem);
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-title {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel:first-child {
        opacity: 0 !important;
        visibility: hidden !important;
        animation: none !important;
    }

    .tl-home .tl-video-hero .tl-home-hero-copy h1 .tl-hero-fresh-panel:nth-child(2) {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }
}

/* Browser-comment mobile alignment pass. */
@media (max-width: 700px) {
    .tl-home .tl-video-hero .tl-hero-details {
        width: 100%;
        text-align: center;
    }

    .tl-home .tl-video-hero .tl-hero-overview-link {
        position: relative;
        width: 100%;
        justify-content: center;
        min-height: 44px;
        padding: 12px 42px;
        text-align: center;
    }

    .tl-home .tl-video-hero .tl-hero-overview-link > span {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
    }

    .tl-home .tl-video-hero .tl-hero-overview-link:hover > span,
    .tl-home .tl-video-hero .tl-hero-overview-link:focus-visible > span {
        transform: translateY(-50%) translateX(3px);
    }

    .tl-home .tl-market-glance-copy h2,
    .tl-home .tl-market-glance-copy .tl-market-intro,
    .tl-home .tl-market-glance-copy .tl-market-note,
    .tl-home .tl-sec-head > p,
    .tl-home .tl-flex-content-copy > p {
        width: min(100%, 334px);
        margin-right: auto;
        margin-left: auto;
        overflow-wrap: break-word;
    }

    .tl-home .tl-market-glance-copy h2,
    .tl-home .tl-market-glance-copy .tl-market-intro,
    .tl-home .tl-market-glance-copy .tl-market-note,
    .tl-home .tl-sec-head > p {
        text-align: center;
    }

    .tl-home .tl-flex-content-copy > p {
        text-align: left;
    }

    .tl-home .tl-form-card select {
        appearance: none;
        padding-right: 48px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 18px 18px;
    }

    .tl-home .tl-cred {
        display: none !important;
    }
}

/* Premium hero CTA treatment: quiet surface with a simple outside underline. */
.tl-home .tl-video-hero .button-row .button,
.tl-home .tl-video-hero .button-row .button-ghost,
.tl-home .tl-video-hero .tl-hero-overview-link {
    position: relative;
    isolation: isolate;
    overflow: visible;
    border: 0 !important;
    border-bottom: 2px solid rgba(89, 238, 156, .62) !important;
    border-radius: 7px;
    background: rgba(4, 20, 32, .42) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 8px 18px rgba(0, 0, 0, .14) !important;
    color: #fff !important;
    backdrop-filter: blur(8px);
    transform: none !important;
}

.tl-home .tl-video-hero .button-row .button::before,
.tl-home .tl-video-hero .button-row .button-ghost::before,
.tl-home .tl-video-hero .tl-hero-overview-link::before {
    display: none !important;
}

.tl-home .tl-video-hero .button-row .button::after,
.tl-home .tl-video-hero .button-row .button-ghost::after,
.tl-home .tl-video-hero .tl-hero-overview-link::after {
    display: none !important;
    content: none !important;
}

.tl-home .tl-video-hero .button-row .button:hover,
.tl-home .tl-video-hero .button-row .button:focus-visible,
.tl-home .tl-video-hero .button-row .button:active,
.tl-home .tl-video-hero .button-row .button-ghost:hover,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible,
.tl-home .tl-video-hero .button-row .button-ghost:active,
.tl-home .tl-video-hero .tl-hero-overview-link:hover,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible {
    border-bottom-color: rgba(89, 238, 156, 1) !important;
    background: rgba(4, 20, 32, .58) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 10px 22px rgba(0, 0, 0, .18), 0 4px 0 rgba(89, 238, 156, .18) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

.tl-home .tl-video-hero .button-row .button:hover::after,
.tl-home .tl-video-hero .button-row .button:focus-visible::after,
.tl-home .tl-video-hero .button-row .button:active::after,
.tl-home .tl-video-hero .button-row .button-ghost:hover::after,
.tl-home .tl-video-hero .button-row .button-ghost:focus-visible::after,
.tl-home .tl-video-hero .button-row .button-ghost:active::after,
.tl-home .tl-video-hero .tl-hero-overview-link:hover::after,
.tl-home .tl-video-hero .tl-hero-overview-link:focus-visible::after {
    display: none !important;
}

@media (max-width: 700px) {
    .tl-home .tl-video-hero .tl-hero-overview-link {
        padding-right: 42px;
        padding-left: 42px;
    }
}
