/* =========================================================
   GENESIS HOSTELS
   MAIN MARKETING WEBSITE
   Matching the Genesis Login Design
   ========================================================= */


/* =========================================================
   GLOBAL RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    background: #f4f7fb;
    color: #172033;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   COLOR SYSTEM
========================================================= */

:root {

    --blue-dark: #071a35;
    --blue-deep: #0b2b52;
    --blue: #1769aa;
    --blue-light: #0d3d6d;

    --blue-soft: #eef6fc;
    --blue-pale: #f4f8fc;

    --white: #ffffff;

    --text-dark: #14213d;
    --text: #29344a;
    --muted: #718096;
    --muted-light: #8992a1;

    --border: #e2e8f0;
    --border-light: #edf1f5;

    --shadow-sm:
        0 5px 18px rgba(20, 33, 61, 0.06);

    --shadow:
        0 15px 40px rgba(20, 33, 61, 0.09);

    --shadow-lg:
        0 25px 70px rgba(20, 33, 61, 0.14);
}


/* =========================================================
   NAVIGATION
========================================================= */

.main-nav {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 1000;

    padding: 20px 0;

    background:
        linear-gradient(
            to bottom,
            rgba(5, 18, 38, 0.72),
            rgba(5, 18, 38, 0.15)
        );

    transition:
        background 0.3s ease,
        padding 0.3s ease,
        box-shadow 0.3s ease;
}

.main-nav.scrolled {

    padding: 13px 0;

    background:
        rgba(7, 26, 53, 0.97);

    backdrop-filter: blur(16px);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   NAV CONTENT
========================================================= */

.nav-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   BRAND
========================================================= */

.brand-link {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

    color: white;

    flex-shrink: 0;
}

.brand-logo {

    width: 45px;
    height: 45px;

    border-radius: 12px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: white;

    color: var(--blue-deep);

    font-size: 23px;

    font-weight: 800;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.18);
}

.brand-name {

    display: flex;

    flex-direction: column;

    line-height: 1;
}

.brand-name strong {

    font-size: 16px;

    letter-spacing: 2px;

    font-weight: 800;
}

.brand-name span {

    margin-top: 5px;

    font-size: 8px;

    letter-spacing: 4px;

    opacity: 0.7;
}


/* =========================================================
   NAV LINKS
========================================================= */

.nav-links {

    display: flex;

    align-items: center;

    gap: 8px;
}

.nav-link {

    position: relative;

    padding: 11px 15px;

    color: rgba(255, 255, 255, 0.82);

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    border-radius: 8px;

    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.nav-link:hover {

    color: white;

    background:
        rgba(255, 255, 255, 0.08);
}

.nav-link.active {

    color: white;
}

.nav-link.active::after {

    content: "";

    position: absolute;

    left: 15px;
    right: 15px;

    bottom: 4px;

    height: 2px;

    border-radius: 20px;

    background: #ffffff;
}


/* =========================================================
   NAV BOOK BUTTON
========================================================= */

.nav-book {

    margin-left: 10px;

    padding: 11px 20px;

    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #edf5fc
        );

    color: var(--blue-deep);

    text-decoration: none;

    font-size: 13px;

    font-weight: 750;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.nav-book:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-toggle {

    display: none;

    width: 44px;
    height: 44px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 10px;

    background:
        rgba(255, 255, 255, 0.08);

    cursor: pointer;

    padding: 10px;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;
}

.menu-toggle span {

    width: 23px;

    height: 2px;

    background: white;

    border-radius: 5px;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.menu-toggle.open span:nth-child(1) {

    transform:
        translateY(7px)
        rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {

    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {

    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================================
   HERO
========================================================= */

.hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    overflow: hidden;

    /*
       REAL GENESIS BUILDING IMAGE

       index.php and entrance.jpg are in the same folder.
    */

    background-image:
        url("entrance.jpg");

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}


/* =========================================================
   HERO OVERLAY
========================================================= */

.hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(4, 18, 38, 0.94) 0%,
            rgba(6, 27, 53, 0.82) 38%,
            rgba(6, 27, 53, 0.48) 68%,
            rgba(4, 18, 38, 0.35) 100%
        );

}


/*
   Subtle bottom fade
*/

.hero-overlay::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 180px;

    background:
        linear-gradient(
            to top,
            rgba(7, 26, 53, 0.55),
            transparent
        );
}


/* =========================================================
   HERO CONTAINER
========================================================= */

.hero-container {

    position: relative;

    z-index: 2;

    padding-top: 100px;

    padding-bottom: 90px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {

    max-width: 720px;

    color: white;
}


/* =========================================================
   HERO EYEBROW
========================================================= */

.hero-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 25px;

    padding: 9px 14px;

    border:
        1px solid
        rgba(255, 255, 255, 0.16);

    border-radius: 50px;

    background:
        rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color:
        rgba(255, 255, 255, 0.88);
}

.eyebrow-dot {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #8fd0ff;

    box-shadow:
        0 0 0 5px
        rgba(143, 208, 255, 0.12);
}


/* =========================================================
   HERO TITLE
========================================================= */

.hero h1 {

    max-width: 760px;

    font-size:
        clamp(48px, 6.3vw, 82px);

    line-height: 0.99;

    letter-spacing: -3.5px;

    font-weight: 800;

    margin-bottom: 28px;

    color: white;
}

.hero h1 span {

    display: block;

    color: #b9dcf7;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-description {

    max-width: 620px;

    font-size: 17px;

    line-height: 1.8;

    color:
        rgba(255, 255, 255, 0.72);

    margin-bottom: 32px;
}


/* =========================================================
   HERO ACTIONS
========================================================= */

.hero-actions {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;
}


/* =========================================================
   GENERAL BUTTON
========================================================= */

.btn {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding:
        0 22px;

    border-radius: 10px;

    text-decoration: none;

    border: none;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.btn-primary {

    background:
        linear-gradient(
            135deg,
            #0b4f82,
            #1769aa
        );

    color: white;

    box-shadow:
        0 10px 25px
        rgba(23, 105, 170, 0.25);
}

.btn-primary:hover {

    transform: translateY(-2px);

    box-shadow:
        0 15px 32px
        rgba(23, 105, 170, 0.35);
}


/* =========================================================
   LIGHT HERO BUTTON
========================================================= */

.btn-light {

    background:
        rgba(255, 255, 255, 0.1);

    color: white;

    border:
        1px solid
        rgba(255, 255, 255, 0.24);

    backdrop-filter: blur(10px);
}

.btn-light:hover {

    background:
        rgba(255, 255, 255, 0.18);

    transform: translateY(-2px);
}


/* =========================================================
   HERO TRUST
========================================================= */

.hero-trust {

    display: flex;

    align-items: center;

    margin-top: 48px;

    padding-top: 25px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.14);

    max-width: 610px;
}

.trust-item {

    display: flex;

    flex-direction: column;

    gap: 5px;

    min-width: 110px;
}

.trust-item strong {

    font-size: 21px;

    font-weight: 750;

    color: white;
}

.trust-item span {

    font-size: 11px;

    color:
        rgba(255, 255, 255, 0.55);

    text-transform: uppercase;

    letter-spacing: 1px;
}

.trust-divider {

    width: 1px;

    height: 34px;

    margin:
        0 25px;

    background:
        rgba(255, 255, 255, 0.16);
}


/* =========================================================
   HERO SCROLL
========================================================= */

.hero-scroll {

    position: absolute;

    z-index: 3;

    bottom: 30px;

    right: 45px;

    display: flex;

    align-items: center;

    gap: 10px;

    color:
        rgba(255, 255, 255, 0.7);

    text-decoration: none;

    font-size: 11px;

    letter-spacing: 1px;

    text-transform: uppercase;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.hero-scroll:hover {

    color: white;

    transform: translateY(-3px);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.intro-section {

    position: relative;

    padding:
        105px 0;

    background: white;
}


/*
   Very subtle blue decoration.
   This keeps the section bright like the login page.
*/

.intro-section::before {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    top: -180px;
    left: -180px;

    background:
        rgba(23, 105, 170, 0.035);

    pointer-events: none;
}

.intro-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 90px;

    align-items: center;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.section-label {

    display: inline-block;

    margin-bottom: 17px;

    font-size: 10px;

    font-weight: 750;

    letter-spacing: 2px;

    color: var(--blue);
}


/* =========================================================
   INTRO HEADING
========================================================= */

.intro-heading h2 {

    max-width: 520px;

    font-size:
        clamp(38px, 4.5vw, 57px);

    line-height: 1.05;

    letter-spacing: -2px;

    color: var(--text-dark);
}

.intro-heading h2 span {

    display: block;

    color: var(--blue);
}


/* =========================================================
   INTRO TEXT
========================================================= */

.intro-text {

    max-width: 530px;
}

.intro-text p {

    font-size: 16px;

    line-height: 1.9;

    color: var(--muted);

    margin-bottom: 25px;
}


/* =========================================================
   TEXT LINK
========================================================= */

.text-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--blue);

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;
}

.text-link span {

    transition:
        transform 0.2s ease;
}

.text-link:hover span {

    transform: translateX(5px);
}


/* =========================================================
   ROOMS SECTION
========================================================= */

.rooms-section {

    padding:
        110px 0;

    background:
        #f4f7fb;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 50px;

    margin-bottom: 50px;
}

.section-heading h2 {

    font-size:
        clamp(36px, 4vw, 52px);

    line-height: 1.05;

    letter-spacing: -2px;

    color: var(--text-dark);
}

.section-heading > p {

    max-width: 410px;

    color: var(--muted);

    line-height: 1.7;

    font-size: 14px;
}

.section-heading.centered {

    display: block;

    text-align: center;

    max-width: 650px;

    margin:
        0 auto 55px;
}

.section-heading.centered h2 {

    margin-bottom: 15px;
}

.section-heading.centered p {

    max-width: 550px;

    margin: 0 auto;
}


/* =========================================================
   ROOMS GRID
========================================================= */

.rooms-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;
}


/* =========================================================
   ROOM CARD
========================================================= */

.room-card {

    overflow: hidden;

    background: white;

    border:
        1px solid
        var(--border);

    border-radius: 18px;

    box-shadow:
        0 8px 30px
        rgba(20, 33, 61, 0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.room-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 20px 45px
        rgba(20, 33, 61, 0.11);
}


/* =========================================================
   ROOM IMAGE
========================================================= */

.room-image {

    position: relative;

    height: 265px;

    overflow: hidden;

    background: #e9eef4;
}

.room-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}

.room-card:hover
.room-image img {

    transform: scale(1.05);
}


/* =========================================================
   ROOM TAG
========================================================= */

.room-tag {

    position: absolute;

    top: 16px;

    left: 16px;

    padding:
        7px 10px;

    border-radius: 6px;

    background:
        #1769aa;

    color: white;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;
}

.room-tag.affordable {

    background:
        #0b4f82;
}


/* =========================================================
   ROOM CONTENT
========================================================= */

.room-content {

    padding: 25px;
}


/* =========================================================
   ROOM HEADING
========================================================= */

.room-heading {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 20px;
}

.room-heading h3 {

    font-size: 19px;

    color: var(--text-dark);

    margin-bottom: 6px;
}

.room-heading > div:first-child span {

    color: var(--muted);

    font-size: 11px;
}


/* =========================================================
   ROOM PRICE
========================================================= */

.room-price {

    text-align: right;

    white-space: nowrap;
}

.room-price strong {

    display: block;

    color: var(--blue);

    font-size: 15px;
}

.room-price span {

    font-size: 10px;

    color: var(--muted);
}


/* =========================================================
   ROOM FEATURES
========================================================= */

.room-features {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 9px;

    padding:
        17px 0;

    border-top:
        1px solid
        var(--border-light);

    border-bottom:
        1px solid
        var(--border-light);

    margin-bottom: 19px;
}

.room-features span {

    font-size: 10px;

    color: #657186;
}


/* =========================================================
   ROOM BUTTON
========================================================= */

.room-button {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 13px 15px;

    border-radius: 8px;

    background:
        #f0f6fb;

    color: var(--blue);

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.room-button span {

    font-size: 15px;

    transition:
        transform 0.2s ease;
}

.room-button:hover {

    background:
        var(--blue);

    color: white;
}

.room-button:hover span {

    transform: translateX(4px);
}


/* =========================================================
   WHY GENESIS
========================================================= */

.why-section {

    padding:
        110px 0;

    background: white;
}


/* =========================================================
   AMENITIES GRID
========================================================= */

.amenities-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* =========================================================
   AMENITY CARD
========================================================= */

.amenity-card {

    padding: 30px 25px;

    border:
        1px solid
        var(--border);

    border-radius: 16px;

    background: white;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.amenity-card:hover {

    transform: translateY(-6px);

    border-color:
        #c9dff0;

    box-shadow:
        var(--shadow);
}


/* =========================================================
   AMENITY ICON
========================================================= */

.amenity-icon {

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    margin-bottom: 21px;

    background:
        #edf6fc;

    color: var(--blue);

    font-size: 19px;
}


/* =========================================================
   AMENITY TEXT
========================================================= */

.amenity-card h3 {

    color: var(--text-dark);

    font-size: 15px;

    margin-bottom: 10px;
}

.amenity-card p {

    color: var(--muted);

    font-size: 12px;

    line-height: 1.75;
}


/* =========================================================
   LOCATION SECTION
========================================================= */

.location-section {

    padding:
        110px 0;

    background:
        #f4f7fb;
}


/* =========================================================
   LOCATION CARD
========================================================= */

.location-card {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    overflow: hidden;

    min-height: 550px;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #071a35,
            #0b2b52
        );

    box-shadow:
        var(--shadow-lg);
}


/* =========================================================
   LOCATION CONTENT
========================================================= */

.location-content {

    padding:
        65px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    color: white;
}

.location-content .section-label {

    color:
        #8fcaf0;
}

.location-content h2 {

    max-width: 460px;

    font-size:
        clamp(38px, 4vw, 56px);

    line-height: 1.05;

    letter-spacing: -2px;

    margin-bottom: 23px;
}

.location-content h2 span {

    display: block;

    color:
        #b9dcf7;
}

.location-content > p {

    max-width: 500px;

    color:
        rgba(255, 255, 255, 0.68);

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 30px;
}


/* =========================================================
   LOCATION DETAILS
========================================================= */

.location-details {

    display: flex;

    flex-direction: column;

    gap: 17px;

    margin-bottom: 30px;
}

.location-details > div {

    display: flex;

    align-items: center;

    gap: 13px;
}

.detail-icon {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background:
        rgba(255, 255, 255, 0.09);

    font-size: 15px;
}

.location-details strong {

    display: block;

    margin-bottom: 3px;

    font-size: 11px;

    color: white;
}

.location-details span:last-child {

    display: block;

    font-size: 11px;

    color:
        rgba(255, 255, 255, 0.52);
}


/* =========================================================
   LOCATION BUTTON
========================================================= */

.location-content .btn-primary {

    align-self: flex-start;

    background:
        white;

    color:
        var(--blue-deep);

    box-shadow: none;
}

.location-content .btn-primary:hover {

    background:
        #eef6fc;

    box-shadow:
        0 10px 25px
        rgba(0, 0, 0, 0.18);
}


/* =========================================================
   LOCATION IMAGE
========================================================= */

.location-image {

    position: relative;

    min-height: 100%;
}

.location-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;
}


/*
   Dark edge overlay makes the image blend
   into the blue section.
*/

.location-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 26, 53, 0.25),
            transparent 45%
        );
}


/* =========================================================
   LOCATION IMAGE LABEL
========================================================= */

.location-image-label {

    position: absolute;

    z-index: 2;

    left: 22px;

    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 8px;

    padding:
        10px 13px;

    border-radius: 8px;

    background:
        rgba(7, 26, 53, 0.84);

    backdrop-filter: blur(10px);

    color: white;

    font-size: 10px;

    font-weight: 650;
}

.location-pin {

    color:
        #8fcaf0;

    font-size: 12px;
}


/* =========================================================
   CONTACT SECTION
========================================================= */

.contact-section {

    padding:
        110px 0;

    background: white;
}


/* =========================================================
   CONTACT WRAPPER
========================================================= */

.contact-wrapper {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 100px;

    align-items: center;
}


/* =========================================================
   CONTACT HEADING
========================================================= */

.contact-heading h2 {

    max-width: 500px;

    font-size:
        clamp(38px, 4vw, 55px);

    line-height: 1.05;

    letter-spacing: -2px;

    color: var(--text-dark);

    margin-bottom: 20px;
}

.contact-heading h2 span {

    display: block;

    color: var(--blue);
}

.contact-heading p {

    max-width: 510px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-details {

    display: flex;

    flex-direction: column;

    gap: 13px;
}

.contact-item {

    display: flex;

    align-items: center;

    gap: 16px;

    padding:
        18px;

    border:
        1px solid
        var(--border);

    border-radius: 12px;

    text-decoration: none;

    background:
        #fbfcfe;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.contact-item:hover {

    transform: translateX(5px);

    border-color:
        #c8ddec;

    box-shadow:
        var(--shadow-sm);
}


/* =========================================================
   CONTACT ICON
========================================================= */

.contact-icon {

    width: 43px;

    height: 43px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background:
        #edf6fc;

    color:
        var(--blue);

    font-size: 16px;
}


/* =========================================================
   CONTACT TEXT
========================================================= */

.contact-item span {

    display: block;

    margin-bottom: 4px;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: var(--muted);
}

.contact-item strong {

    display: block;

    font-size: 13px;

    color: var(--text-dark);
}


/* =========================================================
   FINAL CTA
========================================================= */

.cta-section {

    padding:
        0 0 110px;

    background: white;
}


/* =========================================================
   CTA CARD
========================================================= */

.cta-card {

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding:
        60px 65px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #071a35,
            #0b4f82
        );

    color: white;

    box-shadow:
        var(--shadow-lg);
}


/* Decorative circle */

.cta-card::before {

    content: "";

    position: absolute;

    width: 400px;

    height: 400px;

    border-radius: 50%;

    top: -250px;

    right: -100px;

    background:
        rgba(255, 255, 255, 0.055);

    pointer-events: none;
}

.cta-card::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    border-radius: 50%;

    bottom: -180px;

    left: 35%;

    background:
        rgba(255, 255, 255, 0.035);

    pointer-events: none;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.cta-card > div {

    position: relative;

    z-index: 2;
}

.cta-card .section-label {

    color:
        #8fcaf0;
}

.cta-card h2 {

    max-width: 550px;

    font-size:
        clamp(34px, 4vw, 50px);

    line-height: 1.05;

    letter-spacing: -2px;

    margin-bottom: 15px;
}

.cta-card p {

    max-width: 520px;

    color:
        rgba(255, 255, 255, 0.66);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   WHITE CTA BUTTON
========================================================= */

.btn-white {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

    background: white;

    color:
        var(--blue-deep);

    box-shadow:
        0 10px 25px
        rgba(0, 0, 0, 0.15);
}

.btn-white:hover {

    transform: translateY(-3px);

    background:
        #edf6fc;

    box-shadow:
        0 15px 30px
        rgba(0, 0, 0, 0.2);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {

    padding:
        50px 0 25px;

    background:
        #071a35;

    color: white;
}


/* =========================================================
   FOOTER TOP
========================================================= */

.footer-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    padding-bottom: 35px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.1);
}


/* =========================================================
   FOOTER BRAND
========================================================= */

.footer-brand .brand-logo {

    width: 42px;
    height: 42px;

    font-size: 21px;
}

.footer-brand .brand-name strong {

    font-size: 14px;
}

.footer-brand .brand-name span {

    font-size: 7px;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {

    display: flex;

    align-items: center;

    gap: 25px;

    flex-wrap: wrap;
}

.footer-links a {

    color:
        rgba(255, 255, 255, 0.58);

    text-decoration: none;

    font-size: 11px;

    transition:
        color 0.2s ease;
}

.footer-links a:hover {

    color: white;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding-top: 25px;
}

.footer-bottom p {

    color:
        rgba(255, 255, 255, 0.4);

    font-size: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .container {

        width:
            min(94%, 920px);
    }


    .rooms-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }


    .room-card:last-child {

        grid-column:
            1 / -1;

        max-width:
            calc(50% - 12px);

        width: 100%;

        margin: 0 auto;
    }


    .amenities-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }


    .intro-grid {

        gap: 50px;
    }


    .contact-wrapper {

        gap: 55px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nav-links {

        position: fixed;

        top: 0;

        right: -100%;

        width: min(340px, 85%);

        height: 100vh;

        padding:
            100px 30px 40px;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 8px;

        background:
            linear-gradient(
                145deg,
                #071a35,
                #0b2b52
            );

        box-shadow:
            -20px 0 50px
            rgba(0, 0, 0, 0.25);

        transition:
            right 0.35s ease;
    }


    .nav-links.open {

        right: 0;
    }


    .nav-link {

        width: 100%;

        padding:
            15px;

        font-size: 14px;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.08);
    }


    .nav-link.active::after {

        display: none;
    }


    .nav-book {

        margin:
            15px 0 0;

        text-align: center;

        padding: 15px;
    }


    .menu-toggle {

        display: flex;

        position: relative;

        z-index: 1100;
    }


    .intro-grid {

        grid-template-columns:
            1fr;

        gap: 30px;
    }


    .intro-text {

        max-width: 650px;
    }


    .location-card {

        grid-template-columns:
            1fr;

    }


    .location-image {

        min-height: 400px;

        order: -1;
    }


    .location-content {

        padding: 50px;
    }


    .contact-wrapper {

        grid-template-columns:
            1fr;

        gap: 45px;
    }


    .hero h1 {

        font-size:
            clamp(46px, 9vw, 70px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .container {

        width:
            calc(100% - 34px);
    }


    /* -----------------------------------------
       NAV
    ----------------------------------------- */

    .main-nav {

        padding: 14px 0;
    }


    .main-nav.scrolled {

        padding: 11px 0;
    }


    .brand-logo {

        width: 40px;
        height: 40px;

        border-radius: 10px;

        font-size: 20px;
    }


    .brand-name strong {

        font-size: 14px;
    }


    .brand-name span {

        font-size: 7px;

        letter-spacing: 3px;
    }


    /* -----------------------------------------
       HERO
    ----------------------------------------- */

    .hero {

        min-height:
            760px;

        background-position:
            62% center;
    }


    .hero-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(4, 18, 38, 0.86),
                rgba(5, 24, 48, 0.88)
            );
    }


    .hero-container {

        padding-top: 110px;

        padding-bottom: 75px;
    }


    .hero-eyebrow {

        margin-bottom: 20px;

        font-size: 9px;

        letter-spacing: 1.5px;
    }


    .hero h1 {

        font-size:
            clamp(43px, 13vw, 62px);

        line-height: 1.02;

        letter-spacing: -2.5px;

        margin-bottom: 22px;
    }


    .hero-description {

        font-size: 14px;

        line-height: 1.75;

        margin-bottom: 27px;
    }


    .hero-actions {

        width: 100%;

        flex-direction: column;

        align-items: stretch;
    }


    .hero-actions .btn {

        width: 100%;
    }


    .hero-trust {

        margin-top: 35px;

        padding-top: 21px;

        justify-content:
            space-between;
    }


    .trust-item {

        min-width: 0;

        flex: 1;
    }


    .trust-item strong {

        font-size: 17px;
    }


    .trust-item span {

        font-size: 8px;

        letter-spacing: 0.5px;
    }


    .trust-divider {

        margin:
            0 12px;

        height: 28px;
    }


    .hero-scroll {

        display: none;
    }


    /* -----------------------------------------
       INTRO
    ----------------------------------------- */

    .intro-section {

        padding:
            75px 0;
    }


    .intro-heading h2 {

        font-size:
            39px;

        letter-spacing:
            -1.5px;
    }


    .intro-text p {

        font-size: 14px;
    }


    /* -----------------------------------------
       GENERAL SECTIONS
    ----------------------------------------- */

    .rooms-section,
    .why-section,
    .location-section,
    .contact-section {

        padding:
            75px 0;
    }


    .section-heading {

        display: block;

        margin-bottom: 35px;
    }


    .section-heading h2 {

        font-size:
            38px;

        margin-bottom: 15px;
    }


    .section-heading > p {

        font-size: 13px;
    }


    /* -----------------------------------------
       ROOMS
    ----------------------------------------- */

    .rooms-grid {

        grid-template-columns:
            1fr;

        gap: 18px;
    }


    .room-card:last-child {

        grid-column:
            auto;

        max-width:
            none;

        margin: 0;
    }


    .room-image {

        height: 240px;
    }


    .room-content {

        padding: 21px;
    }


    .room-heading {

        gap: 10px;
    }


    .room-heading h3 {

        font-size: 17px;
    }


    .room-price strong {

        font-size: 13px;
    }


    /* -----------------------------------------
       AMENITIES
    ----------------------------------------- */

    .section-heading.centered {

        margin-bottom: 35px;
    }


    .amenities-grid {

        grid-template-columns:
            1fr;

        gap: 13px;
    }


    .amenity-card {

        padding: 24px;
    }


    /* -----------------------------------------
       LOCATION
    ----------------------------------------- */

    .location-card {

        border-radius: 17px;
    }


    .location-image {

        min-height: 300px;
    }


    .location-content {

        padding: 35px 25px;
    }


    .location-content h2 {

        font-size:
            39px;

        letter-spacing:
            -1.5px;
    }


    .location-content > p {

        font-size: 13px;
    }


    /* -----------------------------------------
       CONTACT
    ----------------------------------------- */

    .contact-heading h2 {

        font-size:
            39px;

        letter-spacing:
            -1.5px;
    }


    /* -----------------------------------------
       CTA
    ----------------------------------------- */

    .cta-section {

        padding:
            0 0 75px;
    }


    .cta-card {

        display: block;

        padding:
            38px 25px;

        border-radius: 17px;
    }


    .cta-card h2 {

        font-size:
            38px;

        letter-spacing:
            -1.5px;
    }


    .cta-card p {

        font-size: 12px;

        margin-bottom: 28px;
    }


    .btn-white {

        width: 100%;
    }


    /* -----------------------------------------
       FOOTER
    ----------------------------------------- */

    .site-footer {

        padding:
            40px 0 22px;
    }


    .footer-top {

        align-items:
            flex-start;

        flex-direction:
            column;

        padding-bottom:
            27px;
    }


    .footer-links {

        display: grid;

        grid-template-columns:
            1fr 1fr;

        width: 100%;

        gap: 14px;
    }


    .footer-bottom {

        flex-direction:
            column;

        align-items:
            flex-start;

        gap: 8px;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 400px) {

    .container {

        width:
            calc(100% - 28px);
    }


    .hero {

        min-height:
            730px;
    }


    .hero h1 {

        font-size:
            42px;
    }


    .hero-description {

        font-size:
            13px;
    }


    .hero-trust {

        gap: 4px;
    }


    .trust-divider {

        margin:
            0 6px;
    }


    .trust-item strong {

        font-size:
            15px;
    }


    .trust-item span {

        font-size:
            7px;
    }


    .room-features {

        grid-template-columns:
            1fr;
    }


    .location-content {

        padding:
            30px 20px;
    }


    .location-content h2 {

        font-size:
            35px;
    }


    .contact-heading h2 {

        font-size:
            35px;
    }


    .cta-card h2 {

        font-size:
            35px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

a:focus-visible,
button:focus-visible {

    outline:
        3px solid
        rgba(23, 105, 170, 0.35);

    outline-offset:
        3px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior:
            auto;
    }

    *,
    *::before,
    *::after {

        transition:
            none !important;

        animation:
            none !important;
    }
}