/* Home Index only — laptop layout tuning (scoped via #home on Home/Index) */

@media (min-width: 992px) {
    body:has(#home) #home .tvc-hero__subtitle {
        margin-top: 0;
    }

    body:has(#home) #home .tvc-hero__availability {
        margin-bottom: 0.65rem;
    }

    body:has(#home) #home .tvc-hero__experience {
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 1441px) {
    body:has(#home) #home .tvc-hero__title {
        font-size: clamp(2.13rem, 5.16vw, 4.21rem);
        margin-bottom: 0.35rem;
    }

    body:has(#home) #home .tvc-hero__subtitle {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    body:has(#home) {
        --dzm-header-h: 78px;
        --tvc-header-h: 78px;
    }

    body:has(#home) .tvc-navbar {
        min-height: var(--tvc-header-h);
    }

    body:has(#home) .tvc-navbar .navbar-brand .main-logo {
        height: 60px !important;
    }

    body:has(#home) .tvc-navbar .nav-link {
        padding: 0.42rem 0.85rem !important;
    }

    body:has(#home) .tvc-navbar .tvc-btn--sm {
        padding: 0.5rem 1rem;
    }

    body:has(#home) .tvc-main {
        padding-top: var(--tvc-header-h);
    }

    body:has(#home) #home.tvc-hero {
        padding: 2.85rem 0 3.75rem;
    }

    body:has(#home) #home .tvc-hero__content {
        transform: translateY(-1.75rem);
    }

    body:has(#home) #home .tvc-hero__brand-block {
        margin-bottom: 1rem;
    }

    body:has(#home) #home .tvc-hero__brand {
        margin-bottom: 0.28rem;
    }

    body:has(#home) #home .tvc-hero__eyebrow {
        margin-bottom: 1rem;
    }

    body:has(#home) #home .tvc-hero__title {
        font-size: clamp(3.06rem, 4.07vw, 3.28rem);
        line-height: 0.95;
        margin-bottom: 0.25rem;
    }

    body:has(#home) #home .tvc-hero__subtitle {
        margin-bottom: 0.45rem;
    }

    body:has(#home) #home .tvc-hero__availability {
        margin-bottom: 0.55rem;
    }

    body:has(#home) #home .tvc-hero__experience {
        margin-bottom: 0.65rem;
    }

    body:has(#home) #home .tvc-hero__desc {
        margin-bottom: 1.6rem;
    }

    body:has(#home) #home .tvc-hero__actions {
        margin-bottom: 2rem;
    }

    body:has(#home) #home .tvc-hero__visual {
        align-items: flex-end;
        justify-content: flex-start;
        margin-top: -1.15rem;
    }

    body:has(#home) #home .tvc-hero__frame {
        max-height: min(560px, 68vh);
    }
}

/* Home hero primary CTA — refined enterprise style */
body:has(#home) #home .tvc-hero__actions .tvc-btn--primary {
    background: linear-gradient(180deg, #2f6df7 0%, #2458e6 100%);
    border: 1px solid rgba(91, 140, 255, 0.4);
    border-radius: 15px;
    box-shadow: 0 4px 14px rgba(37, 99, 255, 0.16);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.625rem 1.15rem;
}

body:has(#home) #home .tvc-hero__actions .tvc-btn--primary:hover {
    background: linear-gradient(180deg, #3d79ff 0%, #2f6df7 100%);
    border-color: rgba(120, 160, 255, 0.55);
    box-shadow: 0 6px 18px rgba(37, 99, 255, 0.22);
    color: #fff !important;
    transform: none;
}

body:has(#home) #home .tvc-hero__actions .tvc-btn--primary:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 99, 255, 0.35), 0 4px 14px rgba(37, 99, 255, 0.16);
    outline: none;
}

@media (min-width: 992px) {
    body:has(#home) #home .tvc-hero__container > .row {
        align-items: flex-start;
    }

    body:has(#home) #home .tvc-hero__cta-group--desktop {
        margin-top: -16rem;
        max-width: 100%;
        width: 100%;
    }

    body:has(#home) #home .tvc-hero__cta-group--desktop .tvc-hero__actions {
        margin-bottom: 2rem;
        margin-left: 0;
    }

    body:has(#home) #home .tvc-hero__cta-group--desktop .tvc-hero__stats {
        flex-wrap: nowrap;
        gap: 1rem;
        margin-left: 0;
    }

    body:has(#home) #home .tvc-hero__cta-group--desktop .tvc-stat-pill {
        flex-shrink: 0;
    }

    body:has(#home) #services.tvc-section {
        margin-top: -22rem;
    }

    body:has(#home) #services.tvc-section .tvc-section__head-wrap {
        padding-left: calc(41.666667% + 1.5rem);
        padding-right: 0.75rem;
    }
}
