/* ═══════════════════════════════════════════════════
   Homepage design polish — visual only
   Load after homepage-mobile.css on new-dashboard
   ═══════════════════════════════════════════════════ */

/* ── Unified section typography ── */
.nd-dest-chip,
.nd-pkg-chip,
.nd-styles-chip,
.nd-blog-chip,
.nd-why-chip {
    display: block;
    color: #d97706;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.nd-dest-section-title,
.nd-pkg-title,
.nd-styles-title,
.nd-blog-title,
.nd-why-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.125rem);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.01em;
    color: #0f172a;
}

.nd-styles-sub,
.nd-why-sub,
.nd-pkg-sub {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

/* ── Tighter section rhythm ── */
.nd-dest-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.nd-proof {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.nd-styles-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.nd-pkg-section {
    padding-top: 28px !important;
    padding-bottom: 20px !important;
}

.nd-price-cta-section {
    padding-top: 20px !important;
    padding-bottom: 28px !important;
}

.nd-blog-section,
.nd-why-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.nd-cta {
    padding-top: 28px !important;
    padding-bottom: 48px !important;
}

.nd-faq-app-section {
    padding-top: 28px !important;
    padding-bottom: 56px !important;
}

.nd-dest-section-head,
.nd-pkg-head,
.nd-blog-head,
.nd-styles-head,
.nd-why-head,
.nd-faq-head {
    margin-bottom: 20px !important;
    align-items: center !important;
}

.nd-proof-stats {
    margin-bottom: 18px !important;
}

.nd-price-cta-section .nd-pkg-trust {
    margin-top: 20px !important;
}

/* ── Trust banner — fix awkward label wrapping ── */
.nd-proof-stat-lbl {
    word-break: normal !important;
    hyphens: manual !important;
    overflow-wrap: normal !important;
    white-space: nowrap;
    letter-spacing: .04em;
    font-size: .68rem;
}

.nd-pkg-trust-title {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
    line-height: 1.35;
}

/* ── Hero readability ── */
.nd-hero-heading {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.nd-hero-heading .nd-hero-accent {
    text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.nd-hero-subtext {
    color: rgba(255, 255, 255, .92) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .32);
}

/* ── Section scroll offset (sticky nav) ── */
.nd-dest-section,
.nd-proof,
.nd-styles-section,
.nd-pkg-section,
.nd-price-cta-section,
.nd-blog-section,
.nd-why-section,
.nd-cta,
.nd-faq-app-section {
    scroll-margin-top: 76px;
}

/* ── Card consistency ── */
.nd-dest-card,
.nd-pkg-card,
.nd-proof-card,
.nd-why-card {
    border-radius: 14px;
}

.nd-dest-card-body,
.nd-pkg-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.nd-dest-wa-btn,
.nd-pkg-wa-btn {
    min-height: 40px;
}

.nd-dest-details,
.nd-pkg-details {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}

/* ── Why Choose Us — equal height cards ── */
.nd-why-features {
    align-items: stretch;
}

.nd-why-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nd-why-desc {
    flex: 1;
}

@media (max-width: 900px) {
    .nd-why-features .nd-why-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: calc(50% - 6px);
        margin-inline: auto;
        width: 100%;
    }
}

/* ── Reviews — balanced 2-column grid on desktop ── */
@media (min-width: 901px) {
    .nd-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-proof-grid .nd-proof-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: calc(50% - 8px);
        margin-inline: auto;
        width: 100%;
    }
}

/* ── Travel styles — tighter icon row ── */
.nd-styles-grid {
    gap: 10px;
}

.nd-style-ico {
    width: 68px;
    height: 68px;
}

.nd-style-name {
    font-size: 13px;
}

.nd-style-sub {
    font-size: 11px;
    line-height: 1.4;
}

/* ── Floating WhatsApp — avoid covering CTAs ── */
.nd-wa-float {
    bottom: 26px;
    right: 24px;
}

/* ── Tablet ── */
@media (max-width: 900px) {
    .nd-proof-stat-lbl {
        white-space: normal;
        font-size: .62rem;
    }

    .nd-why-features .nd-why-card:last-child:nth-child(odd) {
        max-width: calc(50% - 6px);
    }
}

/* ── Mobile ── */
@media (max-width: 640px) {
    .nd-hero-heading {
        font-size: clamp(1.75rem, 7vw, 2rem) !important;
        line-height: 1.15 !important;
    }

    .nd-dest-section-title,
    .nd-pkg-title,
    .nd-styles-title,
    .nd-blog-title,
    .nd-why-title {
        font-size: 1.375rem !important;
    }

    .nd-hero-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px 8px;
        padding: 16px 14px !important;
    }

    .nd-hero-stat {
        border-right: none !important;
        padding: 0 !important;
        justify-content: flex-start;
    }

    .nd-hero-stat:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .12) !important;
        padding-right: 8px !important;
    }

    .nd-dest-carousel .nd-dest-card {
        flex: 0 0 78% !important;
        min-width: 78% !important;
        max-width: 78% !important;
    }

    .nd-pkg-carousel .nd-pkg-card {
        flex: 0 0 84% !important;
        min-width: 84% !important;
        max-width: 84% !important;
    }

    .nd-why-features .nd-why-card:last-child:nth-child(odd) {
        max-width: 100%;
        margin-inline: auto;
    }

    .nd-wa-float {
        bottom: 84px !important;
        right: 14px !important;
    }

    .nd-cta-btns .nd-cta-btn,
    .nd-pkg-banner-btn,
    .nd-pkg-cb-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nd-proof-stat-lbl {
        font-size: .58rem;
        letter-spacing: .03em;
    }
}
