/* ========================================
   AIRAVA WEBSITE
   Main Styles
======================================== */


/* ========================================
   GLOBAL
======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    background: #123524;
    color: #ffffff;
    line-height: 1.6;
}


button,
input {
    font-family: inherit;
}


button {
    cursor: pointer;
}


a {
    text-decoration: none;
    color: inherit;
}


/* ========================================
   NAVBAR
======================================== */

.navbar {
    width: 100%;
    padding: 22px 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(18, 53, 36, 0.95);
    backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(215, 172, 89, 0.15);
}


.logo {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #D7AC5E;

    font-size: 24px;
    font-weight: 700;

    letter-spacing: 3px;
}


.logo img {
    width: 48px;
    height: 42px;

    object-fit: contain;
}


.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}


.nav-links a {
    color: #ffffff;
    font-size: 14px;

    transition: 0.3s;
}


.nav-links a:hover {
    color: #D7AC5E;
}


.nav-button {
    padding: 11px 20px;

    border: 1px solid #D7AC5E;
    border-radius: 25px;

    background: transparent;
    color: #D7AC5E;

    font-size: 14px;

    transition: 0.3s;
}


.nav-button:hover {
    background: #D7AC5E;
    color: #123524;
}


/* ========================================
   HERO
======================================== */

.hero {
    min-height: 90vh;

    padding: 80px 8%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 80px;

    overflow: hidden;
}


.hero-content {
    max-width: 600px;
}


.eyebrow {
    color: #D7AC5E;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 20px;
}


.hero h1 {
   font-size: clamp(58px, 7vw, 96px);

    line-height: 0.9;

    letter-spacing: -4px;

    font-weight: 700;

    margin-bottom: 35px;
}


.hero h1 span {
    color: #D7AC5E;
}

.hero-line {
    word-spacing: 7px;
}


.hero-description {
    max-width: 500px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 18px;

    margin-bottom: 35px;
}


.hero-buttons {
    display: flex;
    gap: 15px;

    flex-wrap: wrap;
}


/* ========================================
   BUTTONS
======================================== */

.primary-button {
    padding: 14px 25px;

    border: none;
    border-radius: 30px;

    background: #D7AC5E;
    color: #123524;

    font-size: 15px;
    font-weight: 700;

    transition: 0.3s;
}


.primary-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(215, 172, 94, 0.25);
}


.secondary-button {
    padding: 13px 25px;

    border: 1px solid rgba(215, 172, 94, 0.6);
    border-radius: 30px;

    background: transparent;
    color: #ffffff;

    font-size: 15px;

    transition: 0.3s;
}


.secondary-button:hover {
    border-color: #D7AC5E;
    color: #D7AC5E;
}


/* ========================================
   PHONE MOCKUP
======================================== */

.phone-area {
    display: flex;

    justify-content: center;
    align-items: center;

    flex: 1;
}


.phone {
    width: 280px;
    height: 560px;

    padding: 10px;

    background: #111111;

    border-radius: 38px;

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.45);

    transform: rotate(3deg);
}


.phone-notch {
    width: 90px;
    height: 22px;

    background: #111111;

    border-radius: 0 0 15px 15px;

    margin: 0 auto -22px;

    position: relative;
    z-index: 5;
}


.phone-screen {
    height: 100%;

    border-radius: 30px;

    background: #f5f2ea;

    padding: 30px 18px;

    color: #123524;

    overflow: hidden;
}


.app-top {
    display: flex;
    justify-content: space-between;

    margin-bottom: 25px;

    color: #123524;
}


.app-top strong {
    color: #123524;

    letter-spacing: 2px;
}


.app-search {
    padding: 13px;

    background: #ffffff;

    border-radius: 12px;

    font-size: 11px;

    color: #777;

    margin-bottom: 15px;
}


.charger-card {
    padding: 15px;

    background: #ffffff;

    border-radius: 15px;

    margin-bottom: 12px;

    display: flex;
    justify-content: space-between;

    gap: 10px;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.06);
}


.charger-card strong {
    font-size: 12px;
}


.charger-card p {
    color: #888;

    font-size: 10px;
}


.available {
    align-self: flex-start;

    font-size: 9px;

    color: #2e7d32;

    font-weight: 700;
}


/* ========================================
   SECTION HEADINGS
======================================== */

.section-heading {
    max-width: 700px;

    margin-bottom: 50px;
}


.section-heading h2 {
    font-size: clamp(38px, 5vw, 65px);

    line-height: 1.05;

    letter-spacing: -2px;

    margin-bottom: 18px;
}


.section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.65);

    font-size: 17px;
}


/* ========================================
   SEARCH SECTION
======================================== */

.search-section {
    padding: 100px 8% 75px;

    position: relative;

    background: #f5f2ea;

    color: #123524;

    border-bottom: 1px solid rgba(215, 172, 94, 0.45);
}

.search-section::after {
    content: "⚡";

    position: absolute;

    left: 50%;
    bottom: -18px;

    transform: translateX(-50%);

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #D7AC5E;

    color: #123524;

    border-radius: 50%;

    font-size: 18px;

    z-index: 5;

    box-shadow:
        0 0 0 8px #eee8dc;
}

.search-section .eyebrow {
    color: #8b6a2e;
}


.search-section .section-heading > p:last-child {
    color: #666;
}


.search-box {
    max-width: 850px;

    display: flex;

    gap: 12px;
}


.location-input {
    flex: 1;

    display: flex;
    align-items: center;

    gap: 10px;

    padding: 5px 18px;

    background: #ffffff;

    border: 1px solid #ddd;

    border-radius: 35px;
}


.location-input input {
    width: 100%;

    border: none;
    outline: none;

    padding: 13px 5px;

    font-size: 15px;
}


.search-box .primary-button {
    border: none;
}

.search-note {
    max-width: 650px;

    margin-top: 25px;

    font-size: 13px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.65;
}


.search-note strong {
    color: #123524;

    opacity: 1;
}


/* ========================================
   FEATURES
======================================== */

.features {
    padding: 120px 8%;
}


.feature-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


.feature-card {
    padding: 35px 25px;

    border: 1px solid rgba(215, 172, 94, 0.15);

    border-radius: 20px;

    background:
        rgba(255, 255, 255, 0.025);

    transition: 0.3s;
}


.feature-card:hover {
    transform: translateY(-6px);

    border-color:
        rgba(215, 172, 94, 0.5);
}


.feature-icon {
    font-size: 30px;

    margin-bottom: 25px;
}


.feature-card h3 {
    color: #D7AC5E;

    font-size: 21px;

    margin-bottom: 10px;
}


.feature-card p {
    color: rgba(255, 255, 255, 0.6);

    font-size: 14px;
}

/* ========================================
   ON ROUTE
======================================== */

.route-section {
    padding: 120px 8%;

    background: #123524;

    color: #f5f2ea;
}


.route-content {
    max-width: 900px;
}


.route-section .eyebrow {
    color: #D7AC5E;
}


.route-section h2 {
    max-width: 800px;

    margin: 20px 0 25px;

    font-size: clamp(50px, 7vw, 88px);

    line-height: 0.95;

    letter-spacing: -3px;
}


.route-main {
    max-width: 650px;

    margin: 0;

    font-size: 25px;

    line-height: 1.4;

    font-weight: 600;

    color: #f5f2ea;
}


.route-description {
    max-width: 650px;

    margin-top: 20px;

    font-size: 17px;

    line-height: 1.7;

    color: #f5f2ea;

    opacity: 0.7;
}


.coming-soon-badge {
    display: inline-block;

    margin-top: 32px;

    padding: 10px 22px;

    background: #D7AC5E;

    color: #123524;

    border-radius: 30px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.route-coming-text {
    max-width: 550px;

    margin-top: 22px;

    font-size: 14px;

    line-height: 1.7;

    color: #f5f2ea;

    opacity: 0.55;
}


/* ========================================
   ON ROUTE - MOBILE
======================================== */

@media (max-width: 600px) {

    .route-section {
        padding: 80px 7%;
    }


    .route-section h2 {
        font-size: clamp(42px, 11vw, 58px);

        line-height: 0.95;

        letter-spacing: -2px;

        margin-bottom: 22px;
    }


    .route-main {
        font-size: 20px;

        line-height: 1.45;
    }


    .route-description {
        font-size: 15px;

        line-height: 1.65;
    }


    .coming-soon-badge {
        margin-top: 25px;

        padding: 9px 18px;

        font-size: 10px;
    }


    .route-coming-text {
        font-size: 13px;

        line-height: 1.65;

        margin-top: 18px;
    }

}

/* ========================================
   PARTNER SECTION
======================================== */

.partner-section {
    padding: 140px 8%;

    background: #D7AC5E;

    color: #123524;
}


.partner-content {
    max-width: 800px;
}


.partner-content .eyebrow {
    color: #123524;
}


.partner-content h2 {
    font-size: clamp(40px, 6vw, 75px);

    line-height: 1;

    letter-spacing: -3px;

    margin-bottom: 25px;
}


.partner-content p:not(.eyebrow) {
    max-width: 650px;

    font-size: 18px;

    margin-bottom: 35px;

    opacity: 0.8;
}


.partner-content .primary-button {
    background: #123524;
    color: #D7AC5E;
}

/* ========================================
   STATION OWNER NOTE
======================================== */

.partner-note {
    max-width: 560px;

    margin-top: 18px;

    font-size: 12px;

    line-height: 1.6;

    color: #123524;

    opacity: 0.55;
}


/* ========================================
   HOW IT WORKS
======================================== */

.steps-section {
    padding: 120px 8%;
}


.steps {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}


.step {
    padding: 25px;

    border-top: 1px solid
        rgba(215, 172, 94, 0.4);
}


.step span {
    display: block;

    color: #D7AC5E;

    font-size: 14px;

    margin-bottom: 30px;
}


.step h3 {
    font-size: 25px;

    margin-bottom: 10px;
}


.step p {
    color: rgba(255, 255, 255, 0.6);

    font-size: 14px;
}

/* ========================================
   HOW AIRAVA WORKS
======================================== */

.steps-section {
    padding: 120px 8%;

    background: #f5f2ea;

    color: #123524;
}


.steps-section .section-heading {
    max-width: 850px;

    margin-bottom: 65px;
}


.steps-section .section-heading .eyebrow {
    color: #123524;
}


.steps-section .section-heading h2 {
    max-width: 800px;

    margin: 20px 0 25px;

    font-size: clamp(48px, 6vw, 76px);

    line-height: 0.98;

    letter-spacing: -2px;
}


.steps-section .section-heading > p:last-child {
    max-width: 600px;

    font-size: 17px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.7;
}


.steps {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    max-width: 1100px;
}


.step {
    padding: 30px;

    border-left: 1px solid rgba(18, 53, 36, 0.2);
}


.step:first-child {
    border-left: none;

    padding-left: 0;
}


.step span {
    color: #D7AC5E;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


.step h3 {
    margin: 28px 0 10px;

    font-size: 25px;

    color: #123524;
}


.step p {
    max-width: 190px;

    margin: 0;

    font-size: 14px;

    line-height: 1.65;

    color: #123524;

    opacity: 0.65;
}


/* ========================================
   HOW AIRAVA WORKS - MOBILE
======================================== */

@media (max-width: 600px) {

    .steps-section {
        padding: 80px 7%;
    }


    .steps-section .section-heading {
        margin-bottom: 40px;
    }


    .steps-section .section-heading h2 {
        font-size: clamp(40px, 11vw, 55px);

        line-height: 0.97;

        letter-spacing: -1.5px;
    }


    .steps-section .section-heading > p:last-child {
        font-size: 15px;

        line-height: 1.65;
    }


    .steps {
        grid-template-columns: 1fr;
    }


    .step,
    .step:first-child {
        padding: 24px 0;

        border-left: none;

        border-top: 1px solid rgba(18, 53, 36, 0.2);
    }


    .step:first-child {
        border-top: none;
    }


    .step h3 {
        margin: 12px 0 7px;

        font-size: 20px;
    }


    .step p {
        max-width: 100%;

        font-size: 14px;
    }

}

/* ========================================
   FINAL CTA
======================================== */

.cta {
    padding: 70px 8% 120px;

    text-align: center;

    background: #f5f2ea;

    color: #123524;
}


.cta h2 {
    max-width: 800px;

    margin: 0 auto 35px;

    font-size: clamp(40px, 6vw, 75px);

    line-height: 1;

    letter-spacing: -3px;
}


.cta .primary-button {
    background: #123524;
    color: #D7AC5E;
}


/* ========================================
   FOOTER
======================================== */

footer {
    padding: 70px 8% 30px;

    background: #091c12;

    text-align: center;
}


.footer-logo {
    color: #D7AC5E;

    font-size: 28px;

    font-weight: 700;

    letter-spacing: 4px;

    margin-bottom: 10px;
}


footer > p {
    color: rgba(255, 255, 255, 0.5);

    font-size: 14px;
}


.footer-links {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 25px;

    margin: 35px 0;
}


.footer-links a {
    color: rgba(255, 255, 255, 0.7);

    font-size: 13px;

    transition: 0.3s;
}


.footer-links a:hover {
    color: #D7AC5E;
}


.copyright {
    padding-top: 25px;

    border-top: 1px solid
        rgba(255, 255, 255, 0.08);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }


    .navbar {
        padding: 18px 5%;
    }


    .hero {
        padding: 70px 7%;

        flex-direction: column;

        align-items: flex-start;

        text-align: left;
    }


    .phone-area {
        width: 100%;
    }


    .phone {
        transform: none;
    }


    .feature-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .steps {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .route-search {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .nav-button {
        display: none;
    }


    .hero h1 {
        font-size: 70px;

        letter-spacing: -4px;
    }


    .hero-description {
        font-size: 16px;
    }


    .feature-grid {
        grid-template-columns: 1fr;
    }


    .steps {
        grid-template-columns: 1fr;
    }


    .search-box {
        flex-direction: column;
    }


    .location-input {
        width: 100%;
    }


    .search-box .primary-button {
        width: 100%;
    }


    .partner-content h2,
    .route-content h2,
    .cta h2 {
        letter-spacing: -2px;
    }


}
/* ========================================
   BOOKING COMING SOON
======================================== */

.booking-section {
    padding: 110px 8%;

    display: flex;

    position: relative;

    background: #eee8dc;

    color: #123524;

    align-items: center;
    justify-content: space-between;

    gap: 70px;

    background: #f5f2ea;

    color: #123524;
}


.booking-content {
    max-width: 650px;
}


.booking-section .eyebrow {
    color: #8b6a2e;
}


.booking-section h2 {
    font-size: clamp(40px, 5vw, 65px);

    line-height: 1;

    letter-spacing: -3px;

    margin-bottom: 25px;
}


.booking-section p:not(.eyebrow) {
    color: #666;

    font-size: 17px;

    max-width: 600px;

    margin-bottom: 30px;
}


.coming-soon {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 20px;

    border-radius: 30px;

    background: #123524;

    color: #D7AC5E;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* Booking visual */

.booking-visual {
    display: flex;

    justify-content: center;

    align-items: center;
}


.booking-card {
    width: 300px;

    padding: 35px;

    border-radius: 25px;

    background: #123524;

    color: #ffffff;

    text-align: center;

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15);
}


.booking-icon {
    width: 65px;
    height: 65px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #D7AC5E;

    font-size: 28px;
}


.booking-card h3 {
    color: #D7AC5E;

    font-size: 22px;

    margin-bottom: 10px;
}


.booking-card p {
    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;

    margin-bottom: 25px;
}


.booking-status {
    padding: 10px;

    border: 1px solid
        rgba(215, 172, 94, 0.4);

    border-radius: 20px;

    color: #D7AC5E;

    font-size: 12px;

    font-weight: 700;
}


/* Mobile */

@media (max-width: 900px) {

    .booking-section {
        flex-direction: column;

        align-items: flex-start;
    }


    .booking-visual {
        width: 100%;
    }

}


@media (max-width: 600px) {

    .app-section {
    padding: 85px 7%;
}

.app-section h2 {
    letter-spacing: -1px;
}

.app-section > .app-content > p:not(.eyebrow):not(.app-note) {
    font-size: 16px;
}

    .partner-benefits {
    margin: 30px 0;
}

.partner-benefit {
    gap: 15px;
    padding: 18px 0;
}

.partner-benefit h3 {
    font-size: 17px;
}

.partner-benefit p {
    font-size: 14px;
}

    .booking-section {
        padding: 90px 7%;
    }


    .booking-section h2 {
        letter-spacing: -2px;
    }


    .booking-card {
        width: 100%;
        max-width: 320px;
    }

}
.partner-benefits {
    margin: 40px 0;
    max-width: 650px;
}

.partner-benefit {
    display: flex;
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(18, 53, 36, 0.15);
}

.partner-note {
    font-size: 11px;
}

.partner-benefit:first-child {
    border-top: 1px solid rgba(18, 53, 36, 0.15);
}

.partner-benefit > span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #D7AC5E;
    min-width: 28px;
}

.partner-benefit h3 {
    margin: 0 0 7px;
    font-size: 18px;
    color: #123524;
}

.partner-benefit p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #123524;
    opacity: 0.7;
}

.app-section {
    padding: 120px 8%;
    background: #123524;
    color: #f5f2ea;
    text-align: center;
}

.app-content {
    max-width: 850px;
    margin: 0 auto;
}

.app-section .eyebrow {
    color: #D7AC5E;
}

.app-section h2 {
    margin: 20px auto;
    max-width: 800px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.app-section > .app-content > p:not(.eyebrow):not(.app-note) {
    max-width: 620px;
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 1.7;
    color: #f5f2ea;
    opacity: 0.8;
}

.app-coming-soon {
    display: inline-block;
    margin-top: 38px;
    padding: 12px 26px;

    background: #D7AC5E;
    color: #123524;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.app-note {
    margin-top: 20px;
    font-size: 14px;
    color: #f5f2ea;
    opacity: 0.6;
}

/* ========================================
   HERO - MOBILE IMPROVEMENTS
======================================== */

@media (max-width: 600px) {

    .hero {
        min-height: auto;

        padding: 60px 7% 65px;

        display: flex;
        flex-direction: column;

        align-items: flex-start;
        justify-content: center;

        gap: 45px;

        text-align: left;
    }


    .hero-content {
        width: 100%;
        max-width: 100%;
    }


    .hero .eyebrow {
        font-size: 10px;

        letter-spacing: 2px;

        margin-bottom: 14px;
    }


   .hero h1 {
    font-size: clamp(58px, 18vw, 78px);

        line-height: 0.88;

        letter-spacing: -3px;

        margin-bottom: 24px;
    }


    .hero-description {
        max-width: 330px;

        font-size: 14px;

        line-height: 1.6;

        margin-bottom: 25px;
    }


    .hero-buttons {
        gap: 10px;
    }


    .primary-button {
        padding: 12px 21px;

        font-size: 13px;
    }


    .secondary-button {
        padding: 11px 21px;

        font-size: 13px;
    }


    /* PHONE */

    .phone-area {
        width: 100%;

        display: flex;

        justify-content: center;

        align-items: center;
    }


    .phone {
        width: 205px;
        height: 410px;

        padding: 8px;

        border-radius: 28px;

        transform: rotate(2deg);

        box-shadow:
            0 20px 45px rgba(0, 0, 0, 0.4);
    }


    .phone-notch {
        width: 68px;
        height: 17px;

        border-radius: 0 0 12px 12px;

        margin: 0 auto -17px;
    }


    .phone-screen {
        border-radius: 22px;

        padding: 23px 13px;
    }


    .app-top {
        margin-bottom: 18px;
    }


    .app-top strong {
        font-size: 11px;
    }


    .app-search {
        padding: 10px;

        border-radius: 9px;

        font-size: 9px;

        margin-bottom: 10px;
    }


    .charger-card {
        padding: 11px;

        border-radius: 11px;

        margin-bottom: 8px;

        gap: 7px;
    }


    .charger-card strong {
        font-size: 9px;
    }


    .charger-card p {
        font-size: 8px;
    }


    .available {
        font-size: 7px;
    }

    .hero-line {
    word-spacing: 3px;
}

}
/* ========================================
   MEET AIRAVA
======================================== */

.intro-section {
    padding: 120px 8%;

    background: #f5f2ea;

    color: #123524;
}


.intro-content {
    max-width: 850px;

    margin: 0 auto;

    text-align: center;
}


.intro-section .eyebrow {
    color: #123524;

    margin-bottom: 25px;
}


.intro-section h2 {
    max-width: 800px;

    margin: 0 auto 30px;

    font-size: clamp(52px, 7vw, 88px);

    line-height: 0.95;

    letter-spacing: -3px;
}


.intro-main {
    max-width: 680px;

    margin: 0 auto;

    font-size: 19px;

    line-height: 1.7;

    color: #123524;
}


.intro-statement {
    display: flex;

    justify-content: center;

    gap: 35px;

    flex-wrap: wrap;

    margin-top: 45px;

    font-size: 15px;

    font-weight: 700;

    color: #123524;
}


.intro-statement span {
    position: relative;
}


.intro-statement span:not(:last-child)::after {
    content: "•";

    position: absolute;

    right: -21px;

    color: #D7AC5E;
}


/* ========================================
   MEET AIRAVA - MOBILE
======================================== */

@media (max-width: 600px) {

    .intro-section {
        padding: 75px 7%;
    }


    .intro-section h2 {
        font-size: clamp(42px, 12vw, 58px);

        line-height: 0.95;

        letter-spacing: -2px;

        margin-bottom: 25px;
    }


    .intro-main {
        font-size: 16px;

        line-height: 1.65;
    }


    .intro-statement {
        flex-direction: column;

        gap: 12px;

        margin-top: 32px;

        font-size: 14px;
    }


    .intro-statement span:not(:last-child)::after {
        display: none;
    }

}

/* ========================================
   WHAT AIRAVA OFFERS
======================================== */

.services-section {
    padding: 120px 8%;

    background: #123524;

    color: #f5f2ea;
}


.services-header {
    max-width: 800px;

    margin-bottom: 65px;
}


.services-header .eyebrow {
    color: #D7AC5E;
}


.services-header h2 {
    max-width: 700px;

    margin: 20px 0;

    font-size: clamp(45px, 6vw, 76px);

    line-height: 1;

    letter-spacing: -2px;
}


.services-header > p:last-child {
    max-width: 600px;

    font-size: 17px;

    line-height: 1.7;

    color: #f5f2ea;

    opacity: 0.7;
}


.services-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    max-width: 1100px;
}


.service-card {
    position: relative;

    min-height: 300px;

    padding: 35px;

    background: #0e2d1e;

    border: 1px solid rgba(215, 172, 94, 0.15);

    border-radius: 18px;

    transition: 0.3s;
}


.service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(215, 172, 94, 0.45);
}


.service-number {
    position: absolute;

    top: 28px;

    right: 30px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #D7AC5E;
}


.service-icon {
    font-size: 25px;

    margin-bottom: 30px;
}


.service-card h3 {
    margin-bottom: 12px;

    font-size: 23px;

    color: #f5f2ea;
}


.service-card p {
    max-width: 420px;

    font-size: 15px;

    line-height: 1.65;

    color: #f5f2ea;

    opacity: 0.65;
}


.service-status {
    display: inline-block;

    margin-top: 25px;

    padding: 7px 13px;

    border-radius: 20px;

    border: 1px solid rgba(215, 172, 94, 0.4);

    color: #D7AC5E;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}


.service-status.active {
    background: #D7AC5E;

    color: #123524;

    border-color: #D7AC5E;
}


/* ========================================
   WHAT AIRAVA OFFERS - MOBILE
======================================== */

@media (max-width: 600px) {

    .services-section {
        padding: 80px 7%;
    }


    .services-header {
        margin-bottom: 35px;
    }


    .services-header h2 {
        font-size: clamp(40px, 11vw, 55px);

        line-height: 0.98;

        letter-spacing: -1.5px;
    }


    .services-header > p:last-child {
        font-size: 15px;

        line-height: 1.65;
    }


    .services-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .service-card {
        min-height: auto;

        padding: 27px 25px;

        border-radius: 15px;
    }


    .service-icon {
        margin-bottom: 20px;

        font-size: 22px;
    }


    .service-card h3 {
        font-size: 19px;
    }


    .service-card p {
        font-size: 14px;
    }


    .service-status {
        margin-top: 18px;

        font-size: 9px;
    }

}
/* ========================================
   search-section - MOBILE
======================================== */
.search-note {
    max-width: 650px;

    margin-top: 25px;

    font-size: 13px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.65;
}


.search-note strong {
    color: #123524;

    opacity: 1;
}

/* ========================================
   BOOKING
======================================== */

.booking-section {
    padding: 110px 8%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 80px;

    background: #eee8dc;

    color: #123524;
}


.booking-content {
    max-width: 600px;
}


.booking-content .eyebrow {
    color: #123524;
}


.booking-content h2 {
    margin: 20px 0 25px;

    font-size: clamp(45px, 6vw, 72px);

    line-height: 0.98;

    letter-spacing: -2px;
}


.booking-content > p {
    max-width: 540px;

    font-size: 17px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.75;
}


.booking-status {
    display: inline-block;

    margin-top: 30px;

    padding: 10px 20px;

    border-radius: 30px;

    background: #D7AC5E;

    color: #123524;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.3px;
}


.booking-note {
    max-width: 450px;

    margin-top: 20px;

    font-size: 14px !important;

    opacity: 0.55 !important;
}


/* BOOKING CARD */

.booking-visual {
    flex: 1;

    display: flex;

    justify-content: center;
}


.booking-card {
    width: 360px;

    padding: 28px;

    background: #123524;

    color: #f5f2ea;

    border-radius: 22px;

    box-shadow:
        0 25px 60px rgba(18, 53, 36, 0.18);
}


.booking-card-top {
    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 35px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


.booking-live {
    color: #D7AC5E;

    font-size: 9px;

    letter-spacing: 1px;
}


.booking-station {
    padding-bottom: 25px;

    border-bottom: 1px solid rgba(245, 242, 234, 0.15);
}


.booking-station h3 {
    margin-bottom: 7px;

    font-size: 22px;
}


.booking-station p {
    margin: 0;

    font-size: 13px;

    color: #f5f2ea;

    opacity: 0.6;
}


.booking-details {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    padding: 25px 0;
}


.booking-details small {
    display: block;

    margin-bottom: 7px;

    font-size: 9px;

    letter-spacing: 1px;

    color: #D7AC5E;
}


.booking-details strong {
    font-size: 13px;
}


.booking-button {
    width: 100%;

    padding: 13px;

    border: none;

    border-radius: 30px;

    background: rgba(215, 172, 94, 0.25);

    color: #D7AC5E;

    font-size: 12px;

    font-weight: 700;

    cursor: not-allowed;
}


/* ========================================
   BOOKING - MOBILE
======================================== */

@media (max-width: 600px) {

    .booking-section {
        padding: 80px 7%;

        flex-direction: column;

        align-items: flex-start;

        gap: 45px;
    }


    .booking-content h2 {
        font-size: clamp(40px, 11vw, 55px);

        line-height: 0.98;

        letter-spacing: -1.5px;
    }


    .booking-content > p {
        font-size: 15px;

        line-height: 1.65;
    }


    .booking-note {
        font-size: 13px !important;
    }


    .booking-visual {
        width: 100%;
    }


    .booking-card {
        width: 100%;

        padding: 24px;

        border-radius: 18px;
    }


    .booking-card-top {
        margin-bottom: 28px;
    }

}

/* ========================================
   THE AIRAVA DIFFERENCE
======================================== */

.difference-section {
    padding: 120px 8%;

    background: #f5f2ea;

    color: #123524;
}


.difference-header {
    max-width: 850px;

    margin-bottom: 70px;
}


.difference-header .eyebrow {
    color: #123524;
}


.difference-header h2 {
    max-width: 800px;

    margin: 20px 0 25px;

    font-size: clamp(48px, 7vw, 88px);

    line-height: 0.95;

    letter-spacing: -3px;
}


.difference-header > p:last-child {
    max-width: 650px;

    font-size: 18px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.7;
}


.difference-list {
    max-width: 1050px;

    border-top: 1px solid rgba(18, 53, 36, 0.2);
}


.difference-item {
    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 30px;

    padding: 35px 0;

    border-bottom: 1px solid rgba(18, 53, 36, 0.2);
}


.difference-number {
    color: #D7AC5E;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;
}


.difference-item h3 {
    margin: 0 0 10px;

    font-size: 24px;

    color: #123524;
}


.difference-item p {
    max-width: 650px;

    margin: 0;

    font-size: 15px;

    line-height: 1.7;

    color: #123524;

    opacity: 0.65;
}


/* ========================================
   DIFFERENCE - MOBILE
======================================== */

@media (max-width: 600px) {

    .difference-section {
        padding: 80px 7%;
    }


    .difference-header {
        margin-bottom: 45px;
    }


    .difference-header h2 {
        font-size: clamp(42px, 11vw, 58px);

        line-height: 0.96;

        letter-spacing: -2px;
    }


    .difference-header > p:last-child {
        font-size: 15px;

        line-height: 1.65;
    }


    .difference-item {
        grid-template-columns: 35px 1fr;

        gap: 15px;

        padding: 25px 0;
    }


    .difference-item h3 {
        font-size: 19px;

        margin-bottom: 8px;
    }


    .difference-item p {
        font-size: 14px;

        line-height: 1.6;
    }

}
/* =========================
   FINAL CTA
========================= */

.final-cta {
    padding: 130px 8%;
    background: #D7AC5E;
    color: #123524;
    text-align: center;
}

.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.final-cta .eyebrow {
    color: #123524;
}

.final-cta h2 {
    max-width: 850px;
    margin: 20px auto 25px;
    font-size: clamp(55px, 8vw, 100px);
    line-height: 0.9;
    letter-spacing: -4px;
}

.final-cta p:not(.eyebrow) {
    margin: 25px auto 0;
    font-size: 20px;
    line-height: 1.6;
    color: #123524;
    opacity: 0.75;
}

.final-cta .primary-button {
    margin-top: 35px;
    background: #123524;
    color: #D7AC5E;
    border-color: #123524;
}

.final-cta .primary-button:hover {
    background: transparent;
    color: #123524;
}

@media (max-width: 600px) {

    .final-cta {
        padding: 85px 7%;
    }

    .final-cta h2 {
        font-size: clamp(48px, 13vw, 68px);
        line-height: 0.92;
        letter-spacing: -2px;
    }

    .final-cta p:not(.eyebrow) {
        font-size: 17px;
    }

}

/* =========================
   AIRAVA CHARGING VISUAL
========================= */

.charging-visual {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #123524;
}

.charging-visual::before,
.charging-visual::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 2;
    pointer-events: none;
}

.charging-visual::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        #f5f2ea 0%,
        rgba(245, 242, 234, 0) 100%
    );
}

.charging-visual::after {
    bottom: 0;
    background: linear-gradient(
        to top,
        #123524 0%,
        rgba(18, 53, 36, 0) 100%
    );
}

.charging-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.charging-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 600px) {

    .charging-visual {
        height: 380px;
    }

}

/* =========================
   PARTNER FORM POPUP
========================= */

.partner-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(18, 53, 36, 0.75);
}

.partner-modal.active {
    display: flex;
}

.partner-modal-box {
    position: relative;

    width: 100%;
    max-width: 520px;
    max-height: 90vh;

    overflow-y: auto;

    padding: 45px;

    background: #f5f2ea;
    color: #123524;

    border-radius: 18px;

    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 22px;

    border: none;
    background: none;

    font-size: 32px;
    font-weight: 300;

    color: #123524;
    cursor: pointer;
}

.partner-modal-box h2 {
    margin: 15px 0 15px;

    font-size: clamp(38px, 6vw, 58px);
    line-height: 0.95;
    letter-spacing: -2px;
}

.modal-description {
    max-width: 430px;

    margin-bottom: 25px;

    font-size: 15px;
    line-height: 1.6;

    color: #123524;
    opacity: 0.65;
}

#partnerForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#partnerForm input,
#partnerForm textarea {
    width: 100%;

    padding: 15px 16px;

    border: 1px solid rgba(18, 53, 36, 0.2);
    border-radius: 8px;

    background: #ffffff;

    font-family: inherit;
    font-size: 14px;

    color: #123524;

    outline: none;
}

#partnerForm input:focus,
#partnerForm textarea:focus {
    border-color: #D7AC5E;
}

#partnerForm textarea {
    resize: vertical;
}

.modal-submit {
    margin-top: 8px;
    width: 100%;
}

@media (max-width: 600px) {

    .partner-modal {
        padding: 12px;
    }

    .partner-modal-box {
        padding: 35px 22px;
        border-radius: 14px;
    }

    .partner-modal-box h2 {
        font-size: 42px;
    }

}

/* =========================
   MOBILE MENU
========================= */

.menu-toggle {
    display: none;

    border: none;
    background: transparent;

    color: #D7AC5E;

    font-size: 28px;
    cursor: pointer;
}

/* Mobile */

@media (max-width: 600px) {

    .navbar {
        position: relative;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-links {
        display: none;

        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;

        flex-direction: column;
        align-items: flex-start;

        padding: 20px 7%;

        background: #f5f2ea;

        border-top: 1px solid rgba(18, 53, 36, 0.1);
        box-shadow: 0 10px 25px rgba(18, 53, 36, 0.08);

        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
    }

   .nav-links a {
    width: 100%;
    padding: 12px 0;
    color: #123524;
}

.nav-links a:hover {
    color: #D7AC5E;
}

    .nav-button {
        display: none;
    }

}

.service-status {
    border: none;
    font-family: inherit;
    cursor: pointer;
}

/* =========================
   PARTNER SUCCESS MESSAGE
========================= */

.partner-success {
    display: none;
    text-align: center;
    padding: 20px 0 10px;
}

.partner-success.active {
    display: block;
}

.success-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #D7AC5E;
    color: #123524;

    font-size: 28px;
    font-weight: 700;
}

.partner-success h3 {
    margin: 0 0 12px;

    font-size: 24px;
    color: #123524;
}

.partner-success p {
    max-width: 380px;

    margin: 0 auto 25px;

    font-size: 15px;
    line-height: 1.6;

    color: #123524;
    opacity: 0.65;
}

/* =========================
   PRIVACY POLICY
========================= */

.privacy-page {
    min-height: 100vh;
    padding: 80px 8%;
    background: #f5f2ea;
    color: #123524;
}

.privacy-container {
    max-width: 850px;
    margin: 0 auto;
}

.privacy-back {
    display: inline-block;
    margin-bottom: 70px;

    color: #123524;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
}

.privacy-back:hover {
    color: #D7AC5E;
}

.privacy-container h1 {
    margin: 20px 0 10px;

    font-size: clamp(48px, 7vw, 82px);
    line-height: 0.95;
    letter-spacing: -3px;
}

.privacy-updated {
    margin-bottom: 65px;

    font-size: 13px;
    opacity: 0.55;
}

.privacy-container section {
    margin-bottom: 45px;
}

.privacy-container h2 {
    margin-bottom: 12px;

    font-size: 25px;
}

.privacy-container section p {
    max-width: 720px;

    margin: 0;

    font-size: 16px;
    line-height: 1.75;

    opacity: 0.7;
}

@media (max-width: 600px) {

    .privacy-page {
        padding: 50px 7%;
    }

    .privacy-back {
        margin-bottom: 45px;
    }

    .privacy-container h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .privacy-updated {
        margin-bottom: 45px;
    }

    .privacy-container h2 {
        font-size: 21px;
    }

    .privacy-container section p {
        font-size: 15px;
        line-height: 1.65;
    }

}