:root {
    --blue: #0868e8;
    --navy: #082b55;
    --ink: #112a46;
    --muted: #64748b;
    --soft: #f4f8fc;
    --line: #dce7f2;
    --green: #a9e874
}

* {
    box-sizing: border-box
}

body {
    font-family: 'DM Sans',sans-serif;
    color: var(--ink);
    background: #fff
}

.top-strip {
    background: var(--blue);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 8px 15px
}

.top-strip span {
    margin-left: 18px;
    opacity: .9
}

.top-strip a {
    color: #fff;
    font-weight: 700
}

.navbar-brand {
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1.3px;
    color: var(--navy);
    text-decoration: none
}

.navbar-brand>span:not(.brand-mark) {
    color: var(--blue)
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: #eaf3ff;
    color: var(--blue);
    font-size: 16px;
    margin-right: 5px;
    letter-spacing: 0
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #52667d!important
}

.nav-link:hover,.nav-link.active {
    color: var(--blue)!important
}

.nav-icon-link {
    font-size: 15px;
    color: var(--ink);
    text-decoration: none;
    padding: 8px
}

.nav-icon-link i {
    color: var(--blue)
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    font-weight: 700
}

.btn-primary:hover {
    background: #0056cb;
    border-color: #0056cb
}

.hero {
    background: linear-gradient(120deg,#eaf4ff 0%,#f9fcff 48%,#dceeff 100%);
    min-height: 500px;
    overflow: hidden
}

.hero h1 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    letter-spacing: -2px;
    font-size: clamp(37px,5vw,62px);
    line-height: 1.03;
    color: var(--navy)
}

.hero h1 span {
    color: var(--blue)
}

.hero-copy {
    max-width: 550px
}

.hero-art {
    height: 450px;
    border-radius: 190px 0 0 190px;
    background: linear-gradient(145deg,rgba(8,104,232,.95),rgba(31,169,238,.72)),url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1000&q=80') center/cover;
    position: relative;
    box-shadow: inset 20px 0 60px rgba(255,255,255,.16)
}

.hero-art:after {
    content: 'Your next good idea\A starts with a great stay.';
    white-space: pre;
    position: absolute;
    bottom: 35px;
    left: 42px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2
}

.search-card {
    background: #fff;
    border: 1px solid rgba(185,205,225,.7);
    border-radius: 17px;
    box-shadow: 0 14px 35px rgba(18,64,110,.13);
    padding: 18px;
    position: relative;
    z-index: 2
}

.search-tabs {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 13px;
    margin-bottom: 14px
}

.search-tabs button {
    border: 0;
    background: transparent;
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 9px
}

.search-tabs button.active {
    background: #eaf3ff;
    color: var(--blue)
}

.field {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 9px 12px;
    background: #fff;
    min-height: 52px
}

.field label {
    display: block;
    font-size: 11px;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase
}

.field strong {
    font-size: 14px
}

.section-title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -.7px
}

.eyebrow {
    color: var(--blue);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

.promo-card {
    border-radius: 16px;
    min-height: 215px;
    padding: 22px;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center
}

.promo-card:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(5,27,55,.82),rgba(5,27,55,.08))
}

.promo-card>* {
    position: relative
}

.promo-1 {
    background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80')
}

.promo-2 {
    background-image: url('https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=900&q=80')
}

.promo-3 {
    background-image: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=900&q=80')
}

.destination-card {
    height: 220px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.destination-card:after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent,rgba(0,20,40,.8))
}

.destination-card span {
    position: relative;
    z-index: 1;
    font-weight: 800;
    font-size: 20px
}

.feature-card,.hotel-card {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    transition: .2s
}

.feature-card:hover,.hotel-card:hover {
    box-shadow: 0 12px 28px rgba(18,64,110,.1);
    transform: translateY(-2px)
}

.feature-img,.hotel-img {
    height: 175px;
    background-size: cover;
    background-position: center
}

.feature-card .content,.hotel-card .content {
    padding: 17px
}

.hotel-img {
    height: 190px
}

.rating {
    background: #0b8c62;
    color: #fff;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 800
}

.price {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy)
}

.pill {
    background: #edf7ff;
    color: var(--blue);
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700
}

.light-section {
    background: var(--soft)
}

.trust-item {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.trust-item i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eaf3ff;
    color: var(--blue);
    font-size: 18px
}

.site-footer {
    background: #efefef;
}

.site-footer h6 {
    font-weight: 800
}

.site-footer a {
    display: block;
    color: #52667d;
    text-decoration: none;
    font-size: 13px;
    margin: 10px 0
}

.footer-brand {
    font-size: 22px
}

.socials {
    display: flex;
    gap: 7px
}

.socials a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    background: #e8f1fb;
    border-radius: 50%;
    margin: 0
}

.newsletter {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 4px
}

.newsletter input {
    border: 0;
    outline: 0;
    min-width: 0;
    padding: 8px 10px;
    flex: 1
}

.page-hero {
    background: var(--soft);
    padding: 56px 0
}

.page-hero h1 {
    font-family: 'Plus Jakarta Sans';
    font-size: 42px;
    font-weight: 800;
    color: var(--navy)
}

.filter-bar {
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 14px;
    background: #fff
}

.small-muted {
    font-size: 13px;
    color: var(--muted)
}

.faq .accordion-button {
    font-weight: 700;
    color: var(--navy)
}

.contact-card {
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 25px;
    height: 100%
}

@media(max-width: 991px) {
    .hero-art {
        height:280px;
        margin-top: 28px;
        border-radius: 80px
    }

    .hero {
        padding-bottom: 35px
    }

    .nav-icon-link {
        display: inline-block
    }

    .top-strip span {
        display: none
    }
}

@media(max-width: 575px) {
    .hero h1 {
        font-size:39px
    }

    .page-hero h1 {
        font-size: 32px
    }

    .search-tabs {
        gap: 0;
        overflow: auto
    }

    .search-tabs button {
        white-space: nowrap;
        padding-inline:8px}
}
