/**
 * Beranda — mode editorial + travel B2B (scoped .tt-home-v2)
 */

/* Foto hero (admin): slider + parallax — gradasi di ::after theme + home-welcome */
.tt-home-v2 .tt-home-hero--photo .tt-hero-bg--slides-wrap {
    background-color: #0a1a14;
    background-image: none;
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-bg__parallax {
    position: absolute;
    left: 0;
    right: 0;
    top: -14%;
    height: 128%;
    will-change: transform;
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.15s ease-in-out;
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-slide.is-active {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .tt-home-v2 .tt-home-hero--photo .tt-hero-slide {
        transition: none;
    }
}

/*
 * Foto hero: overlay editorial halus (tanpa “kotak” blur) — kontras dari gradasi + bayangan tipis teks.
 */
.tt-home-v2 .tt-home-hero--photo .tt-hero-bg::after {
    opacity: 1;
    background:
        linear-gradient(
            108deg,
            rgba(7, 22, 20, 0.58) 0%,
            rgba(7, 22, 20, 0.28) 48%,
            rgba(7, 18, 24, 0.1) 68%,
            transparent 88%
        ),
        linear-gradient(180deg, transparent 0%, rgba(5, 12, 10, 0.22) 100%);
}

/* Blok teks: tanpa panel; aksen vertikal tipis + jarak napas */
.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo {
    padding: 0.15rem 0 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-left: 3px solid rgba(125, 211, 252, 0.45);
    padding-left: 1.35rem;
    margin-left: 0.1rem;
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-hero-title {
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.22);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-hero-title .accent {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-hero-text {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-hero-eyebrow,
.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-hero-lead-en {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-home-search-hint {
    color: rgba(255, 255, 255, 0.58);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo .tt-trust-label {
    color: rgba(255, 255, 255, 0.62);
}

/* HP / tablet: aksen kiri sering membuat teks terasa “nempel” + terpotong — hilangkan garis emas */
@media (max-width: 767.98px) {
    .tt-home-v2 .tt-home-hero--photo .tt-hero-copy--over-photo {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-scroll span,
.tt-home-v2 .tt-home-hero--photo .tt-hero-scroll i {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.tt-home-v2 .tt-home-hero--photo .tt-hero-slide-dot {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

/* Kartu kanan hero: keterangan bukti kegiatan bisa lebih dari satu baris */
.tt-home-v2 .tt-hero-card .tt-hero-card-badge {
    white-space: normal;
    line-height: 1.35;
    max-width: 100%;
    text-align: left;
}

/* Indikator slide (beberapa foto) */
.tt-home-v2 .tt-hero-slide-dots {
    position: absolute;
    bottom: 4.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.45rem;
    align-items: center;
    pointer-events: auto;
}

.tt-home-v2 .tt-hero-slide-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.tt-home-v2 .tt-hero-slide-dot:hover,
.tt-home-v2 .tt-hero-slide-dot:focus-visible {
    background: rgba(255, 255, 255, 0.65);
    outline: none;
    transform: scale(1.15);
}

.tt-home-v2 .tt-hero-slide-dot.is-active {
    background: #fff;
    transform: scale(1.2);
}

.tt-home-v2 {
    --tt-home-ink: #0f172a;
    --tt-home-mist: #f1f5f9;
    /* Selaras /packages: aksen biru (judul “Mbarep Tour”, breadcrumb, stat) */
    --tt-home-accent-sky: #7dd3fc;
    --tt-home-accent-title: #0ea5e9;
    --tt-home-pretitle-blue: #1e5a8a;
    --tt-home-sea: #0d9488;
}

/* Judul hero & section: biru seperti .mb-pkg-title .text-accent — bukan emas */
.tt-home-v2 .tt-hero-title .accent {
    color: var(--tt-home-accent-sky);
}

.tt-home-v2 .tt-title .accent {
    color: var(--tt-home-accent-title);
}

.tt-home-v2 .tt-pretitle {
    color: var(--tt-home-pretitle-blue) !important;
}

[data-bs-theme='dark'] .tt-home-v2 .tt-title .accent {
    color: var(--tt-home-accent-sky);
}

[data-bs-theme='dark'] .tt-home-v2 .tt-pretitle {
    color: var(--tt-home-accent-sky) !important;
}

.tt-home-v2 .tt-trust-icon {
    color: var(--tt-home-accent-sky);
}

/* CTA utama hero: biru (bukan tombol emas tema) */
.tt-home-v2 .tt-hero .btn-tt-accent {
    background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%);
    color: #fff;
    border: none;
}

.tt-home-v2 .tt-hero .btn-tt-accent:hover {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #fff;
}

/* Kartu “jelajahi” varian aksen: biru menggantikan emas */
.tt-home-v2 a.tt-explore-card--accent {
    border-top-color: #0ea5e9;
    background: linear-gradient(180deg, #fff 0%, rgba(14, 165, 233, 0.1) 100%);
}

.tt-home-v2 .tt-explore-card--accent .tt-explore-icon {
    background: linear-gradient(145deg, rgba(14, 165, 233, 0.28), #fff);
    color: #0369a1;
}

[data-bs-theme='dark'] .tt-home-v2 a.tt-explore-card--accent {
    background: linear-gradient(180deg, #0f172a 0%, rgba(14, 165, 233, 0.14) 100%);
    border-top-color: #38bdf8;
}

[data-bs-theme='dark'] .tt-home-v2 .tt-explore-card--accent .tt-explore-icon {
    background: linear-gradient(145deg, rgba(56, 189, 248, 0.2), rgba(15, 23, 42, 0.9));
    color: #7dd3fc;
}

/* Latar section — nuansa halaman /packages (abu biru lembut) */
.tt-home-v2 .tt-section-light {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.tt-home-v2 .tt-home-statstrip {
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

[data-bs-theme='dark'] .tt-home-v2 .tt-home-statstrip {
    border-bottom-color: #334155;
}

.tt-home-v2 .tt-home-valueplus {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
    border-block-color: #e2e8f0;
}

[data-bs-theme='dark'] .tt-home-v2 .tt-home-valueplus {
    background: linear-gradient(180deg, var(--bs-body-bg, #0f172a) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-block-color: rgba(255, 255, 255, 0.1);
}

/* Hero: lapisan kedalaman tanpa gambar baru */
.tt-home-v2 .tt-home-hero {
    position: relative;
}

/* Hanya jika belum ada foto unggahan (hindari menimpa .tt-home-hero--photo) */
.tt-home-v2 .tt-home-hero:not(.tt-home-hero--photo) .tt-hero-bg {
    background-image:
        radial-gradient(1200px 500px at 15% 20%, rgba(13, 148, 136, 0.22), transparent 55%),
        radial-gradient(900px 400px at 85% 60%, rgba(212, 160, 60, 0.12), transparent 50%),
        linear-gradient(165deg, #0d3d2e 0%, #0a2e24 45%, #071a14 100%);
}

.tt-home-v2 .tt-home-hero:not(.tt-home-hero--photo) .tt-hero-bg::after {
    opacity: 0.35;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h100v1H0z' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

/* Cari paket — “tool” ala situs travel besar */
.tt-home-search {
    margin-top: 1.75rem;
    margin-bottom: 0.25rem;
    max-width: 36rem;
}

.tt-home-search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.tt-home-search-form input[type='search'] {
    flex: 1 1 160px;
    min-width: 0;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.1rem;
    font-size: 0.92rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--tt-home-ink);
}

.tt-home-search-form input[type='search']::placeholder {
    color: #64748b;
}

.tt-home-search-form input[type='search']:focus {
    outline: 2px solid rgba(125, 211, 252, 0.45);
    outline-offset: 0;
}

.tt-home-search-form select {
    flex: 0 1 150px;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.92);
    color: var(--tt-home-ink);
}

.tt-home-search-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.2rem;
    font-size: 0.88rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%);
    color: #fff !important;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.tt-home-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.tt-home-search-hint {
    margin-top: 0.5rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
}

/* —— Mobile: hero + cari paket lebih rapi, FAB tidak menutup form —— */
@media (max-width: 767.98px) {
    .tt-home-v2 .tt-hero-content.container {
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
        /* Ruang untuk .tt-hero-scroll (absolute di dasar hero) agar tidak menimpa trust row / kartu */
        padding-bottom: max(6.25rem, calc(3.75rem + env(safe-area-inset-bottom, 0px)));
    }

    .tt-home-v2 .tt-hero-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .tt-home-v2 .tt-hero-text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Hero foto + indikator slide: butuh lebih banyak ruang di atas teks “Gulir…” */
    .tt-home-v2 .tt-hero--photo:has(.tt-hero-slide-dots) .tt-hero-content.container {
        padding-bottom: max(7.5rem, calc(4.5rem + env(safe-area-inset-bottom, 0px)));
    }

    .tt-home-v2 .tt-hero-scroll {
        bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
        padding: 0 0.75rem;
        max-width: 100%;
        box-sizing: border-box;
    }

    .tt-home-v2 .tt-hero-scroll span {
        display: block;
        max-width: 17rem;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.35;
    }

    .tt-home-v2 .tt-hero-slide-dots {
        bottom: 4.5rem;
    }
}

@media (max-width: 575.98px) {
    .tt-home-v2 .tt-home-search {
        margin-bottom: 4.25rem;
        max-width: none;
    }

    .tt-home-v2 .tt-home-search-form {
        flex-direction: column;
        align-items: stretch;
        border-radius: 1rem;
        padding: 0.5rem;
        gap: 0.45rem;
    }

    .tt-home-v2 .tt-home-search-form input[type='search'] {
        border-radius: 0.75rem;
        font-size: 0.875rem;
        min-height: 44px;
        width: 100%;
    }

    .tt-home-v2 .tt-home-search-form input[type='search']::placeholder {
        font-size: 0.75rem;
    }

    .tt-home-v2 .tt-home-search-form select {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
        border-radius: 0.75rem;
        min-height: 44px;
    }

    .tt-home-v2 .tt-home-search-btn {
        width: 100%;
        justify-content: center;
        border-radius: 0.75rem;
        min-height: 46px;
    }

    .tt-home-v2 .tt-hero-content.container {
        padding-bottom: max(7rem, calc(4rem + env(safe-area-inset-bottom, 0px)));
    }

    .tt-home-v2 .tt-hero--photo:has(.tt-hero-slide-dots) .tt-hero-content.container {
        padding-bottom: max(8rem, calc(5rem + env(safe-area-inset-bottom, 0px)));
    }

    .tt-home-v2 .tt-hero-slide-dots {
        bottom: 5rem;
    }

    .tt-home-v2 .tt-hero-scroll {
        bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
        font-size: 0.62rem;
        letter-spacing: 0.06em;
    }

    .tt-home-v2 .tt-hero-scroll span {
        max-width: 15rem;
    }

    .tt-home-v2 .tt-hero-scroll i {
        margin-top: 0.35rem;
    }
}

/* Stat ringkasan */
.tt-home-statstrip {
    position: relative;
    padding: 2rem 0 2.25rem;
    margin-top: -1px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

[data-bs-theme='dark'] .tt-home-statstrip {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    border-bottom-color: #334155;
}

.tt-home-stat-item {
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    height: 100%;
}

[data-bs-theme='dark'] .tt-home-stat-item {
    background: #1e293b;
    border-color: #334155;
}

.tt-home-stat-item .num {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 700;
    color: #1b6e4f;
    line-height: 1.1;
}

[data-bs-theme='dark'] .tt-home-stat-item .num {
    color: #4ade80;
}

.tt-home-stat-item .lbl {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-top: 0.35rem;
}

[data-bs-theme='dark'] .tt-home-stat-item .lbl {
    color: #94a3b8;
}

.tt-home-stat-item .sub {
    display: block;
    font-size: 0.82rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}

/* Cakupan — sedikit naik visual */
.tt-home-v2 .tt-home-scope.tt-scope-strip {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

/* Journey — 3 langkah */
.tt-home-journey {
    padding: 2rem 0;
    background: linear-gradient(90deg, rgba(27, 110, 79, 0.06) 0%, rgba(212, 160, 60, 0.06) 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

[data-bs-theme='dark'] .tt-home-journey {
    background: linear-gradient(90deg, rgba(27, 110, 79, 0.12) 0%, rgba(212, 160, 60, 0.08) 100%);
}

.tt-home-journey-head {
    text-align: center;
    margin-bottom: 1.25rem;
}

.tt-home-journey-head .kicker {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
}

.tt-home-journey-head .title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--tt-home-ink);
    margin: 0.35rem 0 0;
}

[data-bs-theme='dark'] .tt-home-journey-head .title {
    color: #f8fafc;
}

.tt-home-journey-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
}

.tt-home-journey-steps li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #475569;
}

[data-bs-theme='dark'] .tt-home-journey-steps li {
    color: #cbd5e1;
}

.tt-home-journey-steps .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 800;
    background: #fff;
    color: #1b6e4f;
    border: 2px solid rgba(27, 110, 79, 0.35);
    flex-shrink: 0;
}

[data-bs-theme='dark'] .tt-home-journey-steps .step {
    background: #0f172a;
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.4);
}

/* Segmen — kartu lebih “majalah” */
.tt-home-v2 .tt-segment-card {
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tt-home-v2 .tt-segment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card {
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(74, 222, 128, 0.22);
}

html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card h3 {
    color: #f1f5f9;
}

html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card p {
    color: var(--tt-text-muted);
}

html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card i {
    color: #4ade80;
}

/* Featured paket — kartu setinggi sama */
.tt-home-v2 .tt-home-featured-row > [class*='col'] > .tt-dest-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tt-home-v2 .tt-home-featured-row .tt-dest-card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.tt-home-v2 .tt-home-featured-row .tt-dest-card-footer {
    margin-top: auto;
}

/* Kutipan editorial tipis */
.tt-home-quoteband {
    padding: 2.5rem 0;
    background: #1a1a2e;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.tt-home-quoteband blockquote {
    margin: 0 auto;
    max-width: 42rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
}

.tt-home-quoteband cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

[data-bs-theme='dark'] .tt-home-quoteband {
    background: #0f172a;
    border-top: 1px solid #334155;
    border-bottom: 1px solid #334155;
}

/*
 * Tablet & smartphone — ritme vertikal satu kolom, kartu datar, tipografi selaras,
 * area aman; desktop (≥992px) tidak berubah.
 */
@media (max-width: 991.98px) {
    .tt-home-v2 .tt-section {
        padding: 3rem 0;
    }

    .tt-home-v2 .tt-section-sm {
        padding: 2.25rem 0;
    }

    .tt-home-v2 .container {
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
    }

    .tt-home-v2 .tt-section-header {
        margin-bottom: 1.6rem;
        max-width: 100%;
    }

    .tt-home-statstrip .container {
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
    }

    .tt-home-statstrip {
        padding: 1.5rem 0 1.75rem;
    }

    .tt-home-stat-item {
        padding: 0.95rem 1.1rem;
        border-radius: 14px;
        box-shadow: none;
        border: 1px solid rgba(148, 163, 184, 0.22);
    }

    [data-bs-theme='dark'] .tt-home-stat-item {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .tt-home-v2 .tt-scope-strip {
        padding: 1.6rem 0;
    }

    .tt-home-v2 .tt-scope-item {
        justify-content: flex-start;
        text-align: left;
        gap: 0.85rem;
    }

    .tt-home-v2 .tt-home-valueplus-card {
        padding: 1rem 0.9rem;
        border-radius: 14px;
        box-shadow: none;
    }

    .tt-home-v2 .tt-section-explore {
        padding-top: 2.5rem;
    }

    .tt-home-v2 a.tt-explore-card {
        min-height: 0;
        border-radius: 14px;
        box-shadow: none;
    }

    .tt-home-v2 a.tt-explore-card:hover {
        transform: translateY(-2px);
    }

    .tt-home-v2 .tt-explore-card-top {
        padding: 1.1rem 1.15rem 0.85rem;
    }

    .tt-home-v2 .tt-explore-icon {
        width: 44px;
        height: 44px;
        font-size: 1.05rem;
        margin-bottom: 0.75rem;
    }

    .tt-home-v2 .tt-explore-title {
        font-size: 1.05rem;
    }

    .tt-home-v2 .tt-explore-desc {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .tt-home-v2 .tt-explore-card-foot {
        padding: 0.65rem 1.15rem;
        font-size: 0.82rem;
    }

    .tt-home-v2 .tt-explore-branches {
        border-radius: 14px;
    }

    .tt-home-v2 .tt-dest-card {
        border-radius: 14px;
        overflow: hidden;
    }

    .tt-home-v2 .tt-dest-card-body {
        padding: 1.1rem 1.15rem 1.15rem;
    }

    .tt-home-v2 .tt-value-card {
        padding: 1.25rem 1.1rem;
        border-radius: 14px;
        height: 100%;
    }

    .tt-home-v2 .tt-value-card h3 {
        font-size: 0.98rem;
    }

    .tt-home-v2 .tt-value-card p {
        font-size: 0.86rem;
        line-height: 1.55;
    }

    .tt-home-v2 .tt-value-icon {
        width: 44px;
        height: 44px;
        font-size: 1.05rem;
        margin-bottom: 0.85rem;
    }

    .tt-home-v2 .tt-feature-item {
        gap: 0.85rem;
        padding: 0.35rem 0;
    }

    .tt-home-v2 .tt-feature-item h4 {
        font-size: 1.02rem;
    }

    .tt-home-v2 .tt-feature-item p {
        font-size: 0.9rem;
    }

    .tt-home-v2 .tt-features-img {
        margin-top: 1.5rem;
        border-radius: 14px;
        overflow: hidden;
    }

    .tt-home-v2 .tt-home-quoteband {
        padding: 2rem 0;
    }

    .tt-home-v2 .tt-home-quoteband blockquote {
        font-size: clamp(1.05rem, 3.5vw, 1.25rem);
        padding: 0 0.25rem;
    }

    .tt-home-v2 .text-center.mt-5 .btn-tt-primary {
        width: 100%;
        max-width: 22rem;
        min-height: 46px;
    }
}

/* Tablet: hero sedikit lebih pendek; layanan utama full width (tidak 3 kolom sempit) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .tt-home-v2 .tt-hero {
        min-height: 82vh;
        min-height: 82dvh;
    }

    .tt-home-v2 .tt-home-services .row > [class*='col-md-4'] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tt-home-v2 .tt-home-services .row {
        --bs-gutter-y: 0.85rem;
    }
}

/* Smartphone */
@media (max-width: 767.98px) {
    .tt-home-v2 {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .tt-home-v2 .tt-section {
        padding: 2.4rem 0;
    }

    .tt-home-v2 .tt-section-sm {
        padding: 1.75rem 0;
    }

    .tt-home-v2 .tt-section-header {
        margin-bottom: 1.35rem;
    }

    .tt-home-v2 .tt-pretitle {
        font-size: 0.72rem;
        margin-bottom: 0.5rem;
    }

    .tt-home-v2 .tt-title {
        font-size: clamp(1.35rem, 5.2vw, 1.85rem);
        margin-bottom: 0.65rem;
    }

    .tt-home-v2 .tt-subtitle {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .tt-home-statstrip {
        padding: 1.25rem 0 1.4rem;
    }

    .tt-home-v2 .tt-home-statstrip .row {
        --bs-gutter-y: 0.65rem;
    }

    .tt-home-stat-item .num {
        font-size: clamp(1.35rem, 5vw, 1.85rem);
    }

    .tt-home-v2 .tt-scope-item {
        padding: 0.35rem 0;
    }

    .tt-home-v2 .tt-scope-item > i {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1rem;
    }

    .tt-home-v2 .tt-home-valueplus .row {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }

    .tt-home-v2 .tt-section-explore .row {
        --bs-gutter-y: 0.65rem;
    }

    .tt-home-v2 .tt-home-featured-row {
        --bs-gutter-y: 0.85rem;
    }

    .tt-home-v2 .tt-home-journey {
        padding: 1.5rem 0;
    }

    .tt-home-v2 .tt-home-journey-head .title {
        font-size: 1.1rem;
    }

    .tt-home-v2 .tt-home-journey-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        max-width: 20rem;
        margin: 0 auto;
    }

    .tt-home-v2 .tt-home-journey-steps li {
        justify-content: flex-start;
        text-align: left;
        gap: 0.75rem;
        font-size: 0.88rem;
        padding: 0.5rem 0.65rem;
        border-radius: 12px;
        background: rgba(15, 23, 42, 0.04);
    }

    [data-bs-theme='dark'] .tt-home-v2 .tt-home-journey-steps li {
        background: rgba(255, 255, 255, 0.06);
    }

    .tt-home-v2 .tt-sidebar-card {
        margin-bottom: 0;
        padding: 1.1rem 1.15rem;
        border-radius: 14px;
        box-shadow: none;
        border: 1px solid rgba(148, 163, 184, 0.28);
    }

    html[data-bs-theme='dark'] .tt-home-v2 .tt-sidebar-card {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .tt-home-v2 .tt-sidebar-card .btn-tt-primary {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .tt-home-v2 .tt-info-row {
        padding: 0.5rem 0;
        gap: 0.65rem;
    }

    .tt-home-v2 .tt-info-row.mb-3 {
        margin-bottom: 0.65rem !important;
    }

    .tt-home-v2 .tt-info-icon {
        width: 36px;
        height: 36px;
        font-size: 0.78rem;
    }

    .tt-home-v2 .tt-info-value {
        font-size: 0.86rem;
    }

    .tt-home-v2 .tt-section-segments .row {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }

    .tt-home-v2 .tt-segment-card {
        padding: 1rem 0.65rem;
        border-radius: 14px;
        box-shadow: none;
    }

    .tt-home-v2 .tt-segment-card i {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .tt-home-v2 .tt-segment-card h3 {
        font-size: 0.92rem;
        margin-bottom: 0.35rem;
    }

    .tt-home-v2 .tt-segment-card p {
        font-size: 0.76rem;
        line-height: 1.45;
    }

    html[data-bs-theme='dark'] .tt-home-v2 .tt-segment-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    }

    .tt-home-v2 a.tt-explore-card {
        border-radius: 14px;
    }

    .tt-home-v2 .tt-explore-branches {
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) {
    .tt-home-v2 .tt-section {
        padding: 2.1rem 0;
    }

    .tt-home-v2 .tt-section-header {
        margin-bottom: 1.15rem;
    }

    .tt-home-v2 .tt-subtitle {
        font-size: 0.88rem;
    }

    .tt-home-v2 .tt-home-valueplus-card {
        padding: 0.9rem 0.75rem;
    }

    .tt-home-v2 .tt-home-valueplus-title {
        font-size: 0.86rem;
    }

    .tt-home-v2 .tt-home-valueplus-desc {
        font-size: 0.74rem;
    }

    .tt-home-v2 .tt-home-valueplus .row {
        --bs-gutter-x: 0.5rem;
    }

    .tt-home-search-form {
        border-radius: 18px;
        flex-direction: column;
    }

    .tt-home-search-form select,
    .tt-home-search-btn {
        width: 100%;
        border-radius: 12px;
    }
}
