@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
    --color-primary: #FF5527;
    --color-primary-dark: #eb4217;
    --color-primary-soft: #FF7A50;
    --color-primary-bg-soft: #FFF4EF;
    --color-text: #2B2B2B;
    --color-muted: #6B7280;
    --color-line: #E5E7EB;
    --color-soft: #F5F5F7;
    --shadow-soft: 0 12px 28px rgba(0,0,0,0.08);
    --shadow-strong: 0 18px 36px rgba(0,0,0,0.12);
    --radius: 20px;
    --radius-small: 12px;
    --container: 1200px;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: var(--color-text);
}

.site-header {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(229,231,235,0.78);
}

.brand-mark {
    border-radius: 8px;
    background: var(--color-primary);
}

.site-nav a {
    color: #2B2B2B;
    font-size: 0.94rem;
    font-weight: 600;
}

.hero {
    min-height: min(760px, 92vh);
    padding: 126px 18px 86px;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.38) 44%, rgba(0,0,0,0.88) 100%),
        var(--hero-image, linear-gradient(135deg, #1f3a32, #FF5527));
    background-size: cover;
    background-position: center;
}

.hero-content {
    max-width: 1040px;
    margin-inline: auto;
}

.hero .eyebrow {
    color: #FFEDE6;
    opacity: 0.92;
}

.hero h1 {
    max-width: 1100px;
    margin-inline: auto;
    margin-bottom: 14px;
    font-size: clamp(2.35rem, 7vw, 4.75rem);
    font-weight: 900;
    line-height: 1.04;
    color: #fff;
    text-shadow: 0 12px 28px rgba(0,0,0,0.7);
}

.hero-content > p {
    max-width: 960px;
    margin-inline: auto;
    margin-bottom: 0;
    color: rgba(255,255,255,0.9);
    font-size: clamp(1rem, 2.8vw, 1.35rem);
    font-weight: 700;
}

.cta-card {
    width: min(100%, 720px);
    margin: 2rem auto 0;
    padding: 26px 30px;
    border-radius: 24px;
    background: rgba(0,0,0,0.48);
    backdrop-filter: blur(16px);
    color: #fff;
    box-shadow: var(--shadow-strong);
    text-align: center;
}

.cta-card p {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.86);
    font-size: clamp(1rem, 2.8vw, 1.25rem);
    font-weight: 300;
}

.cta-card-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    min-height: 48px;
    border-radius: 50px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    box-shadow: none;
}

.btn-primary:hover {
    background: var(--color-primary-soft);
    box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.btn-call {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff;
}

.btn-icon,
.phone-mark {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
}

.trust-chips {
    justify-content: center;
    margin-top: 34px;
}

.trust-chips span {
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    font-weight: 500;
}

.section {
    padding: 72px 0;
}

.section-head h2 {
    font-weight: 800;
}

.destination-card,
.service-card,
.mini-card,
.info-panel,
.lead-form,
.content-list,
.detail-grid > div,
.trust-list div,
.benefit {
    border: 1px solid var(--color-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.destination-card,
.service-card {
    overflow: hidden;
    padding: 1.35rem;
}

.service-card:hover,
.destination-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

.card-icon {
    background: var(--color-primary-bg-soft);
    color: var(--color-primary);
    border-radius: 12px;
}

.chip-row span,
.chip-row a {
    background: rgba(255,85,39,0.08);
    color: var(--color-primary);
    border: 1px solid #ffd2c4;
    font-weight: 600;
}

.info-panel {
    border-left: 0;
    border-top: 4px solid var(--color-primary);
    background: #fff8f5;
}

.benefit {
    color: var(--color-text);
    border-left: 3px solid var(--color-primary);
    background: #fff9f6;
}

.cta-band {
    background: #fff4ee;
    color: var(--color-text);
}

.cta-band p,
.cta-band .eyebrow {
    color: var(--color-muted);
}

.cta-band .cta-card {
    background: #fff;
    color: var(--color-text);
    box-shadow: var(--shadow-md, 0 12px 28px rgba(0,0,0,0.08));
}

.cta-band .cta-card p {
    color: var(--color-muted);
}

.cta-band .btn-call {
    background: #2A2A2A;
}

input,
select,
textarea {
    border-radius: 12px;
    background: #fff;
}

.lead-modal-panel {
    border-radius: 22px;
    box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
    .hero {
        min-height: 740px;
        padding: 106px 16px 56px;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.2rem);
    }

    .cta-card {
        padding: 22px 16px;
        border-radius: 20px;
    }

    .cta-card-actions .btn-primary {
        min-width: 0;
        flex: 1;
    }

    .trust-chips {
        gap: 10px;
        margin-top: 24px;
    }

    .trust-chips span {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.price-panel {
    align-self: stretch;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    border-radius: 24px;
    background: #fff8f5;
    border: 1px solid #ffd2c4;
    box-shadow: var(--shadow-strong);
}

.price-panel .price-label {
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-panel strong {
    display: block;
    margin: 0.35rem 0 0.1rem;
    color: var(--color-primary);
    font-size: clamp(2.5rem, 7vw, 4.4rem);
    line-height: 1;
    font-weight: 900;
}

.price-panel span:not(.price-label) {
    color: var(--color-text);
    font-weight: 800;
}

.price-panel p {
    max-width: 320px;
    margin: 1rem auto 0;
}

.process-grid .mini-card {
    display: grid;
    gap: 0.5rem;
    min-height: 150px;
}

.process-grid .mini-card strong {
    color: var(--color-text);
    font-size: 1.08rem;
}

.process-grid .mini-card span {
    color: var(--color-muted);
}

.jeep-landing-summary .benefit-grid {
    margin-top: 1.35rem;
}

@media (max-width: 680px) {
    .price-panel {
        padding: 1.5rem;
    }
}

.brand-logo {
    display: block;
    width: auto;
    height: 38px;
    object-fit: contain;
}

.footer-brand .brand-logo {
    height: 42px;
    filter: brightness(0) invert(1);
}

.nav-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.1rem;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.image-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow-soft);
}

.image-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.image-grid figcaption {
    padding: 0.8rem 0.95rem;
    color: var(--color-text);
    font-size: 0.9rem;
    font-weight: 700;
}

.jeep-seo-section .prose p {
    font-size: 1.04rem;
}

@media (max-width: 920px) {
    .image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .brand-logo {
        height: 32px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }
}

/* Final mobile polish overrides */
.site-header {
    background: rgba(255,255,255,0.96);
}

.nav-wrap {
    min-height: 66px;
}

.brand {
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.brand-logo {
    height: 34px;
    max-width: 132px;
}

.site-nav a {
    color: #2B2B2B !important;
}

.nav-toggle {
    color: #2B2B2B;
    background: #ffffff;
    border-color: #E5E7EB;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.hero .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 0.45rem;
}

.hero-content > p {
    line-height: 1.45;
}

.cta-card {
    max-width: 680px;
}

.jeep-landing-summary .two-col,
.jeep-process-section .section-head,
.jeep-gallery-section .section-head,
.jeep-seo-section .narrow {
    row-gap: 1.4rem;
}

.content-list li,
.mini-card span,
.benefit,
.price-panel p,
.jeep-seo-section p {
    line-height: 1.7;
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .section {
        padding: 50px 0;
    }

    .hero {
        min-height: 560px !important;
        padding: 90px 14px 38px !important;
        align-items: flex-end;
    }

    .hero h1 {
        max-width: 340px;
        font-size: clamp(1.65rem, 8.5vw, 2.35rem) !important;
        line-height: 1.1;
        margin-bottom: 0.6rem;
    }

    .hero-content > p {
        max-width: 340px;
        font-size: 0.84rem;
        font-weight: 600;
        line-height: 1.45;
    }

    .cta-card {
        width: min(100%, 340px);
        margin-top: 1.2rem;
        padding: 16px 14px;
        border-radius: 18px;
    }

    .cta-card p {
        margin-bottom: 0.85rem;
        font-size: 0.76rem;
        line-height: 1.5;
    }

    .cta-card-actions {
        gap: 0.55rem;
        flex-wrap: nowrap;
    }

    .cta-card-actions .btn-primary {
        min-height: 38px;
        padding: 0.62rem 0.9rem;
        font-size: 0.76rem;
        flex: 1 1 auto;
        white-space: nowrap;
    }

    .btn-call {
        width: 38px;
        height: 38px;
        min-height: 38px;
        flex: 0 0 38px;
        font-size: 0.78rem;
    }

    .trust-chips {
        margin-top: 0.9rem;
        gap: 0.45rem;
    }

    .trust-chips span {
        min-height: 28px;
        padding: 6px 9px;
        font-size: 0.66rem;
        line-height: 1.2;
    }

    .section-head {
        margin-bottom: 1.25rem;
    }

    .section-head h2,
    .content-list h2,
    .jeep-landing-summary h2,
    .jeep-process-section h2,
    .jeep-gallery-section h2,
    .jeep-seo-section h2 {
        font-size: clamp(1.35rem, 6vw, 1.75rem);
        line-height: 1.18;
        margin-bottom: 0.7rem;
    }

    p,
    li,
    .mini-card span,
    .benefit,
    .content-list,
    .price-panel p,
    .jeep-seo-section .prose p {
        font-size: 0.9rem;
    }

    .destination-card,
    .service-card,
    .mini-card,
    .info-panel,
    .lead-form,
    .content-list,
    .price-panel,
    .detail-grid > div {
        padding: 1.05rem;
        border-radius: 16px;
    }

    .benefit-grid {
        gap: 0.75rem;
    }

    .benefit {
        padding: 0.85rem 0.9rem;
    }

    .price-panel strong {
        font-size: clamp(2.2rem, 12vw, 3.15rem);
    }

    .process-grid .mini-card {
        min-height: auto;
        gap: 0.35rem;
    }

    .image-grid figure {
        border-radius: 16px;
    }

    .image-grid figcaption {
        padding: 0.7rem 0.85rem;
        font-size: 0.82rem;
    }

    .cta-band .cta-inner {
        gap: 1rem;
    }
}

@media (max-width: 380px) {
    .hero h1 {
        font-size: 1.52rem !important;
    }

    .hero-content > p {
        font-size: 0.78rem;
    }

    .cta-card-actions .btn-primary {
        font-size: 0.7rem;
        padding-inline: 0.7rem;
    }

    .trust-chips span {
        font-size: 0.62rem;
    }
}

/* Logo lockup matching current Hopnest style */
.brand {
    gap: 0.75rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.brand-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    background: #FF5A32;
    box-shadow: 0 12px 24px rgba(255, 85, 39, 0.18);
}

.brand-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-word {
    color: #111827;
    font-size: 1.72rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.footer-brand .brand-word {
    color: #fff;
}

.footer-brand .brand-icon {
    box-shadow: none;
}

@media (max-width: 768px) {
    .brand {
        gap: 0.55rem;
    }

    .brand-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .brand-word {
        font-size: 1.25rem;
    }
}

.brand-icon {
    padding: 5px;
}

@media (min-width: 920px) {
    .nav-toggle {
        display: none !important;
    }
}

.cta-card .btn-primary {
    gap: 0.55rem;
}

.cta-card .btn-primary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    min-width: 1.15em;
    font-size: 1.05em;
    line-height: 1;
}

.cta-card .btn-primary span {
    display: inline-block;
    line-height: 1.1;
}

.btn-call i {
    line-height: 1;
}

.service-card-visual {
    padding: 0 !important;
    overflow: hidden;
}

.service-card-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.service-card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.service-card-visual:hover .service-card-image img {
    transform: scale(1.035);
}

.service-card-body {
    padding: 1.25rem;
}

.service-card-body h3 {
    margin-bottom: 0.55rem;
}

.service-card-body p {
    min-height: 4.6em;
}

@media (max-width: 768px) {
    .service-card-body {
        padding: 1rem;
    }

    .service-card-body p {
        min-height: 0;
    }
}

/* Budget stay listing pages */
.stay-landing-summary .benefit-grid {
    margin-top: 1.35rem;
}

.stay-price-panel strong {
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.04;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.property-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.property-image {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
}

.property-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.property-card:hover .property-image img {
    transform: scale(1.035);
}

.property-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.15rem;
}

.property-rate {
    display: grid;
    width: fit-content;
    gap: 0.12rem;
    padding: 0.5rem 0.7rem;
    border-radius: 14px;
    background: rgba(255,85,39,0.09);
    color: var(--color-primary);
}

.property-rate span {
    color: var(--color-primary);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.property-rate strong {
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.15;
    font-weight: 900;
}





/* Travel desk stay landing pages */
.stay-quick-section {
    background: #fff;
}

.stay-quick-wrap {
    align-items: center;
}

.stay-quick-wrap > div:first-child p:not(.eyebrow) {
    max-width: 620px;
    color: var(--color-muted);
    line-height: 1.75;
}

.mini-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.mini-trust-row span {
    padding: 0.45rem 0.7rem;
    border: 1px solid #ffd2c4;
    border-radius: 999px;
    background: rgba(255,85,39,0.08);
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 800;
}

.stay-quick-form {
    border-top: 4px solid var(--color-primary);
}

.compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stay-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.stay-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.stay-category-image {
    overflow: hidden;
    background: #f3f4f6;
}

.stay-category-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.stay-category-card:hover .stay-category-image img {
    transform: scale(1.035);
}

.stay-category-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
}

.stay-category-body h3 {
    margin: 0;
    color: #111827;
    font-size: 1.12rem;
    line-height: 1.2;
}

.stay-facts {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.stay-facts div {
    display: grid;
    gap: 0.12rem;
}

.stay-facts dt {
    color: var(--color-primary);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stay-facts dd {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.stay-category-card .btn.full {
    width: 100%;
    margin-top: auto;
    justify-content: center;
    gap: 0.5rem;
}

.stay-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.area-card {
    padding: 1.2rem;
    border: 1px solid var(--color-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.area-card h3 {
    margin: 0 0 0.5rem;
    color: #111827;
    font-size: 1.05rem;
}

.area-card strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--color-primary);
    font-size: 0.86rem;
}

.area-card p,
.faq-grid p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.65;
}

.faq-grid .content-list {
    padding: 1.15rem;
}

.faq-grid h3 {
    margin: 0 0 0.6rem;
    color: #111827;
    font-size: 1rem;
    line-height: 1.3;
}

@media (max-width: 1080px) {
    .stay-category-grid,
    .stay-benefit-grid,
    .area-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .compact-grid,
    .stay-category-grid,
    .stay-benefit-grid,
    .area-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .stay-category-card,
    .area-card {
        border-radius: 18px;
    }

    .stay-category-body {
        padding: 1rem;
    }

    .mini-trust-row span {
        font-size: 0.74rem;
    }
}

/* Premium stay hero */
.hero.stay-hero {
    min-height: min(800px, 92vh);
    padding: 128px 18px 76px;
    background-image:
        radial-gradient(circle at 50% 40%, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.34) 46%, rgba(0,0,0,0.78) 100%),
        linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.42) 56%, rgba(0,0,0,0.9) 100%),
        var(--hero-image, linear-gradient(135deg, #1f3a32, #FF5527));
}

.hero.stay-hero .hero-content {
    max-width: 980px;
}

.hero.stay-hero .eyebrow {
    margin-bottom: 0.8rem;
    color: rgba(255,255,255,0.82);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.hero.stay-hero h1 {
    max-width: 920px;
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
}

.hero.stay-hero .hero-content > p {
    max-width: 820px;
    margin-top: 0.95rem;
    color: rgba(255,255,255,0.88);
    font-size: clamp(1rem, 2vw, 1.26rem);
    font-weight: 600;
    line-height: 1.65;
    text-wrap: balance;
}

.hero.stay-hero .cta-card {
    max-width: 640px;
    margin-top: 2.25rem;
    padding: 24px 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(10,10,10,0.58);
    box-shadow: 0 26px 70px rgba(0,0,0,0.34);
}

.hero.stay-hero .cta-card p {
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.78);
    font-size: 1.02rem;
    font-weight: 400;
}

.hero.stay-hero .trust-chips {
    margin-top: 1.65rem;
    gap: 0.7rem;
}

.hero.stay-hero .trust-chips span {
    min-height: 38px;
    padding: 9px 15px;
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.11);
    color: rgba(255,255,255,0.82);
    font-size: 0.78rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

@media (max-width: 768px) {
    .hero.stay-hero {
        min-height: 640px !important;
        padding: 96px 14px 42px !important;
    }

    .hero.stay-hero h1 {
        max-width: 360px;
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
        line-height: 1.04;
    }

    .hero.stay-hero .hero-content > p {
        max-width: 350px;
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .hero.stay-hero .cta-card {
        width: min(100%, 350px);
        margin-top: 1.35rem;
        padding: 17px 15px;
    }

    .hero.stay-hero .cta-card p {
        font-size: 0.82rem;
    }
}

/* Premium lead modal */
.go-strip {
    display: none;
}

.lead-modal {
    padding: 1.25rem;
}

.lead-modal-backdrop {
    background: rgba(15, 18, 20, 0.72);
    backdrop-filter: blur(6px);
}

.lead-modal-panel {
    width: min(100%, 520px);
    padding: 1.7rem;
    border: 1px solid rgba(255,255,255,0.78);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(0,0,0,0.28);
}

.lead-modal-close {
    top: 1rem;
    right: 1rem;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e6eaee;
    background: #f8fafc;
    color: #111827;
    font-size: 1rem;
}

.lead-modal-panel .eyebrow {
    margin-bottom: 0.55rem;
    padding-right: 3rem;
}

.lead-modal-panel h2 {
    max-width: 390px;
    margin-bottom: 0.55rem;
    font-size: clamp(1.65rem, 5vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.lead-modal-subtitle {
    max-width: 420px;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.lead-form.compact {
    gap: 1rem;
    margin-top: 1.25rem;
}

.lead-form.compact label {
    gap: 0.45rem;
    color: #111827;
    font-size: 0.94rem;
    font-weight: 800;
}

.lead-form.compact input,
.phone-field select {
    min-height: 54px;
    border: 1px solid #dfe5ea;
    border-radius: 16px;
    font-size: 1rem;
}

.phone-field {
    display: grid;
    grid-template-columns: minmax(120px, 0.42fr) 1fr;
    gap: 0.55rem;
}

.phone-field select {
    width: 100%;
    padding: 0 0.75rem;
    background: #f8fafc;
    color: #111827;
    font-weight: 700;
}

.field-error {
    min-height: 1rem;
    color: #d92d20;
    font-size: 0.78rem;
    font-weight: 700;
}

.lead-form.compact .btn.full {
    min-height: 54px;
    margin-top: 0.25rem;
    font-size: 1rem;
}

.lead-form.compact .form-note {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

@media (max-width: 520px) {
    .lead-modal {
        align-items: end;
        padding: 0.75rem;
    }

    .lead-modal-panel {
        max-height: calc(100vh - 1.5rem);
        padding: 1.35rem;
        border-radius: 24px;
    }

    .phone-field {
        grid-template-columns: 1fr;
    }
}

/* Clean assisted stay booking landing page */
.hero.assisted-stay-hero {
    min-height: min(700px, 86vh);
    padding: 122px 18px 70px;
    background-image:
        linear-gradient(180deg, rgba(8, 12, 10, 0.18) 0%, rgba(8, 12, 10, 0.44) 50%, rgba(8, 12, 10, 0.88) 100%),
        var(--hero-image, linear-gradient(135deg, #173f33, #ff5527));
}

.hero.assisted-stay-hero .hero-content {
    max-width: 860px;
}

.hero.assisted-stay-hero .eyebrow {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}

.hero.assisted-stay-hero h1 {
    max-width: 760px;
    font-size: clamp(2.65rem, 5.4vw, 4.55rem);
    line-height: 1.02;
}

.hero.assisted-stay-hero .hero-content > p {
    max-width: 760px;
    font-size: clamp(0.98rem, 1.75vw, 1.18rem);
    font-weight: 500;
    line-height: 1.72;
}

.hero.assisted-stay-hero .cta-card {
    max-width: 580px;
    margin-top: 2rem;
    padding: 22px 24px;
    border-radius: 22px;
}

.hero.assisted-stay-hero .cta-card p {
    font-size: 0.98rem;
    line-height: 1.55;
}

.hero.assisted-stay-hero .trust-chips {
    margin-top: 1.35rem;
    gap: 0.55rem;
}

.hero.assisted-stay-hero .trust-chips span {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.72rem;
    font-weight: 700;
}

.centered-head {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.assisted-stay-section,
.assisted-benefits-section {
    background: #fff;
}

.assist-stay-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.assist-stay-card {
    display: flex;
    min-height: 255px;
    flex-direction: column;
    gap: 0.78rem;
    padding: 1.25rem;
    border: 1px solid #e8ebef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.06);
}

.assist-card-number {
    width: fit-content;
    padding: 0.38rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 106, 78, 0.08);
    color: #006A4E;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.assist-stay-card h3 {
    margin: 0;
    color: #191f24;
    font-size: 1.02rem;
    line-height: 1.28;
}

.assist-stay-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.assist-stay-card small {
    display: block;
    margin-top: auto;
    color: #006A4E;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.45;
}

.assist-card-link {
    width: fit-content;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    cursor: pointer;
}

.assist-card-link:hover {
    color: var(--color-primary-dark);
}

.assist-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.assist-step-card {
    padding: 1.35rem;
    border: 1px solid #e8ebef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.05);
}

.assist-step-card span {
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.assist-step-card h3 {
    margin: 0.55rem 0 0.45rem;
    color: #191f24;
    font-size: 1.12rem;
    line-height: 1.25;
}

.assist-step-card p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.7;
}

.assist-split {
    align-items: center;
}

.assist-split > div:first-child p:not(.eyebrow) {
    max-width: 560px;
    color: var(--color-muted);
    line-height: 1.78;
}

.assist-benefit-list {
    display: grid;
    gap: 0.75rem;
}

.assist-benefit-list div {
    padding: 1rem 1.05rem;
    border: 1px solid #ffe0d5;
    border-radius: 16px;
    background: #fff8f5;
    color: #1f2933;
    font-weight: 700;
    line-height: 1.55;
}

@media (max-width: 1120px) {
    .assist-stay-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .hero.assisted-stay-hero {
        min-height: 610px !important;
        padding: 94px 14px 38px !important;
    }

    .hero.assisted-stay-hero h1 {
        max-width: 360px;
        font-size: clamp(2.1rem, 10vw, 2.75rem) !important;
    }

    .hero.assisted-stay-hero .hero-content > p {
        max-width: 355px;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .hero.assisted-stay-hero .cta-card {
        width: min(100%, 350px);
        margin-top: 1.25rem;
        padding: 16px 14px;
    }

    .hero.assisted-stay-hero .cta-card p {
        font-size: 0.8rem;
    }

    .assist-stay-grid,
    .assist-step-grid {
        grid-template-columns: 1fr;
    }

    .assist-stay-card {
        min-height: 0;
        padding: 1.1rem;
        border-radius: 16px;
    }

    .assist-step-card,
    .assist-benefit-list div {
        border-radius: 16px;
    }
}
/* Final assisted stay card overrides */
.assist-card-link {
    width: fit-content;
    padding: 0.58rem 0.92rem;
    border: 1px solid rgba(255, 85, 39, 0.18);
    border-radius: 999px;
    background: rgba(255, 85, 39, 0.08);
    color: var(--color-primary);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
}

.assist-card-link:hover {
    background: var(--color-primary);
    color: #fff;
}
/* Softer destination stay hero */
.hero.assisted-stay-hero h1 {
    max-width: 720px;
    font-size: clamp(2.2rem, 4.4vw, 3.7rem) !important;
    line-height: 1.08;
    font-weight: 850;
}

.hero.assisted-stay-hero .hero-content > p {
    max-width: 700px;
    font-size: clamp(0.95rem, 1.45vw, 1.08rem);
    font-weight: 500;
}

.hero.assisted-stay-hero .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

.hero.assisted-stay-hero .trust-chips span {
    font-size: 0.7rem;
    font-weight: 700;
}

@media (max-width: 780px) {
    .hero.assisted-stay-hero h1 {
        max-width: 340px;
        font-size: clamp(1.8rem, 8.4vw, 2.35rem) !important;
        line-height: 1.1;
    }

    .hero.assisted-stay-hero .hero-content > p {
        max-width: 340px;
        font-size: 0.84rem;
        line-height: 1.55;
    }
}
/* Premium stay concierge hero */
.hero.assisted-stay-hero {
    min-height: min(740px, 88vh);
    padding: 118px 18px 62px;
    background-image:
        radial-gradient(circle at 22% 24%, rgba(255, 199, 115, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(8, 13, 12, 0.16) 0%, rgba(8, 13, 12, 0.44) 48%, rgba(8, 13, 12, 0.92) 100%),
        var(--hero-image, linear-gradient(135deg, #173f33, #ff5527));
    background-position: center;
}

.hero.assisted-stay-hero .hero-content {
    max-width: 820px;
}

.hero.assisted-stay-hero .eyebrow {
    margin-bottom: 0.95rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.hero.assisted-stay-hero h1 {
    max-width: 760px;
    margin-bottom: 1rem;
    font-size: clamp(2.15rem, 4.15vw, 3.65rem) !important;
    line-height: 1.08;
    font-weight: 850;
    text-shadow: 0 16px 34px rgba(0, 0, 0, 0.48);
}

.hero.assisted-stay-hero .hero-content > p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.96rem, 1.45vw, 1.08rem);
    font-weight: 600;
    line-height: 1.68;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

.hero.assisted-stay-hero .cta-card {
    max-width: 560px;
    margin-top: 1.8rem;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(18, 16, 14, 0.78), rgba(10, 10, 9, 0.7));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero.assisted-stay-hero .cta-card p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.94rem;
    font-weight: 500;
}

.hero.assisted-stay-hero .cta-card-actions .btn-primary {
    min-height: 50px;
    padding-inline: 1.55rem;
    font-size: 0.94rem;
}

.hero.assisted-stay-hero .trust-chips {
    margin-top: 1.45rem;
    gap: 0.6rem;
}

.hero.assisted-stay-hero .trust-chips span {
    min-height: 34px;
    padding: 8px 13px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.72rem;
    font-weight: 750;
}

@media (max-width: 780px) {
    .hero.assisted-stay-hero {
        min-height: 640px !important;
        padding: 92px 14px 36px !important;
    }

    .hero.assisted-stay-hero h1 {
        max-width: 360px;
        font-size: clamp(1.85rem, 8.6vw, 2.45rem) !important;
        line-height: 1.1;
    }

    .hero.assisted-stay-hero .hero-content > p {
        max-width: 350px;
        font-size: 0.84rem;
        line-height: 1.58;
    }

    .hero.assisted-stay-hero .cta-card {
        width: min(100%, 350px);
        padding: 17px 14px;
        border-radius: 22px;
    }

    .hero.assisted-stay-hero .cta-card-actions .btn-primary {
        min-height: 42px;
        padding-inline: 0.9rem;
        font-size: 0.78rem;
    }
}
/* Stay type image cards */
.assist-stay-card.stay-card-visual {
    overflow: hidden;
    padding: 0;
}

.assist-stay-image {
    position: relative;
    overflow: hidden;
    background: #eef2f0;
}

.assist-stay-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.assist-stay-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.assist-stay-card:hover .assist-stay-image img {
    transform: scale(1.035);
}

.assist-stay-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.78rem;
    padding: 1.15rem;
}

.assist-stay-body small {
    margin-top: auto;
}

@media (max-width: 780px) {
    .assist-stay-image img {
        aspect-ratio: 16 / 10;
    }

    .assist-stay-body {
        padding: 1rem;
    }
}
/* Partner network page */
.hero.partner-hero {
    min-height: min(640px, 82vh);
    padding: 118px 18px 64px;
    background-image:
        radial-gradient(circle at 18% 22%, rgba(255, 85, 39, 0.24), transparent 32%),
        linear-gradient(135deg, rgba(0, 65, 49, 0.94), rgba(20, 31, 28, 0.9));
}

.hero.partner-hero h1 {
    max-width: 780px;
    font-size: clamp(2.25rem, 4.6vw, 4rem) !important;
    line-height: 1.08;
}

.hero.partner-hero .hero-content > p {
    max-width: 740px;
    font-size: clamp(0.98rem, 1.6vw, 1.16rem);
    font-weight: 500;
    line-height: 1.7;
}

.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.partner-logo-card {
    min-height: 300px;
    padding: 1.35rem;
    border: 1px solid #e8ebef;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff, #fffaf7);
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.07);
}

.partner-logo-mark {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    border-radius: 18px;
    background: #fff0eb;
    color: var(--color-primary);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    box-shadow: inset 0 0 0 1px rgba(255, 85, 39, 0.12);
}

.partner-logo-card span {
    display: block;
    margin-bottom: 0.45rem;
    color: #006A4E;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.partner-logo-card h3 {
    margin: 0 0 0.65rem;
    color: #191f24;
    font-size: 1.35rem;
    line-height: 1.2;
}

.partner-logo-card p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.72;
}

.partner-support-section .assist-benefit-list div {
    background: #fff;
}

@media (max-width: 900px) {
    .partner-logo-grid {
        grid-template-columns: 1fr;
    }

    .partner-logo-card {
        min-height: 0;
    }
}
.destination-media {
    height: 190px;
    margin: -1.35rem -1.35rem 1.1rem;
    overflow: hidden;
    background: #eef1ef;
}

.destination-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.destination-card:hover .destination-media img {
    transform: scale(1.04);
}

@media (max-width: 620px) {
    .destination-media {
        height: 170px;
    }
}




.help-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 1.5rem 0 2rem;
}

.help-flow .mini-card {
    display: grid;
    gap: 0.55rem;
}

.help-flow .mini-card strong {
    color: var(--color-text);
    font-size: 1.02rem;
}

.help-flow .mini-card span {
    color: var(--color-muted);
    line-height: 1.65;
}

@media (max-width: 720px) {
    .help-flow {
        grid-template-columns: 1fr;
    }
}
