/* =========================================
   CONTACT PAGE
========================================= */

.velo-contact-page {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    width: 100%;
    min-height: clamp(760px, 86vh, 1040px);

    padding:
        clamp(110px, 9vw, 160px)
        24px
        clamp(90px, 8vw, 130px);

    color: #07101f;
    background: #f6fbff;
}

/* Subtle technical texture above the image */
.velo-contact-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    pointer-events: none;

    background:
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.24),
            transparent 58%
        ),
        linear-gradient(
            35deg,
            rgba(69, 217, 255, 0.025) 1px,
            transparent 1px
        );

    background-size:
        auto,
        190px 190px;
}

/* =========================================
   BACKGROUND IMAGE
========================================= */

.velo-contact-page__background {
    position: absolute;
    inset: 0;
    z-index: -3;

    overflow: hidden;

    pointer-events: none;
}

.velo-contact-page__background img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    filter:
        saturate(0.92)
        contrast(0.97)
        brightness(1.03);

    transform: scale(1.01);

    pointer-events: none;
    user-select: none;
}

/* White wash keeps the heading and cards readable */
.velo-contact-page__shade {
    position: absolute;
    inset: 0;
    z-index: -2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(248, 252, 255, 0.10) 0%,
            rgba(248, 252, 255, 0.10) 34%,
            rgba(248, 252, 255, 0.10) 66%,
            rgba(248, 252, 255, 0.10) 100%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.10) 0%,
            rgba(255, 255, 255, 0.10) 46%,
            rgba(241, 248, 253, 0.10) 100%
        );
}

/* =========================================
   SHELL
========================================= */

.velo-contact-page__shell {
    position: relative;
    z-index: 2;

    width: min(100%, 1440px);
    max-width: 1440px;

    margin: 0 auto;
}

/* =========================================
   TOP AREA
========================================= */

.velo-contact-page__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(42px, 7vw, 110px);

    margin-bottom: clamp(56px, 6vw, 86px);
}

/* =========================================
   INTRODUCTION
========================================= */

.velo-contact-page__intro {
    width: 100%;
    max-width: 980px;

    padding: clamp(26px, 3vw, 42px);

    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.78),
            rgba(248, 252, 255, 0.46)
        );

    backdrop-filter: blur(10px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 18px 48px rgba(7, 16, 31, 0.07),
        0 0 28px rgba(69, 217, 255, 0.06);
}

.velo-contact-page__kicker {
    position: relative;

    width: fit-content;
    margin: 0 0 28px;
    padding-bottom: 17px;

    font-family: "Jura", Arial, sans-serif;
    font-size: clamp(0.74rem, 0.8vw, 0.9rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24em;
    text-transform: uppercase;

    color: #087cf0;
}

.velo-contact-page__kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 92px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #007cff 0%,
            #00b8ff 70%,
            rgba(255, 255, 255, 0) 100%
        );

    box-shadow:
        0 0 8px rgba(0, 140, 255, 0.32),
        0 0 18px rgba(69, 217, 255, 0.18);
}

.velo-contact-page h1 {
    width: 100%;
    max-width: 900px;
    margin: 0;

    font-family: "Jura", Arial, sans-serif;
    font-size: clamp(2.85rem, 4.7vw, 5.8rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-wrap: balance;

    color: #07101f;

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.98),
        0 14px 36px rgba(7, 16, 31, 0.07);
}

.velo-contact-page__description {
    width: 100%;
    max-width: 790px;
    margin: 26px 0 0;

    font-size: clamp(0.98rem, 1.03vw, 1.12rem);
    font-weight: 500;
    line-height: 1.72;

    color: rgba(28, 49, 72, 0.76);
}

/* =========================================
   BOOKING ACTION
========================================= */

.velo-contact-page__action {
    padding-bottom: 8px;
}

.velo-contact-page__button {
    width: 285px;
    min-height: 62px;
    padding: 0 26px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border: 1px solid rgba(0, 140, 255, 0.52);
    border-radius: 8px 8px 24px 8px;

    font-family: "Jura", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0875f5 0%,
            #00b8f5 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 17px 38px rgba(0, 124, 255, 0.22),
        0 0 28px rgba(69, 217, 255, 0.18);

    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.velo-contact-page__button-arrow {
    flex: 0 0 auto;

    font-size: 1.45rem;
    line-height: 1;

    transition: transform 0.25s ease;
}

.velo-contact-page__button:hover {
    transform: translateY(-3px);

    color: #07101f;
    border-color: #45d9ff;

    background:
        linear-gradient(
            135deg,
            #45d9ff 0%,
            #45d9ff 100%
        );

    box-shadow:
        0 22px 46px rgba(7, 16, 31, 0.2),
        0 0 34px rgba(69, 217, 255, 0.32);
}

.velo-contact-page__button:hover
.velo-contact-page__button-arrow {
    transform: translateX(5px);
}

/* =========================================
   HORIZONTAL CONTACT CARDS
========================================= */

.velo-contact-page__cards {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 24px);
}

/* =========================================
   CONTACT CARD
========================================= */

.velo-contact-page .velo-contact-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    min-width: 0;
    min-height: 250px;
    padding: 30px 26px 34px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    text-decoration: none;

    border: 1px solid rgba(204, 228, 244, 0.88);
    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.92),
            rgba(245, 251, 255, 0.76)
        );

    backdrop-filter: blur(13px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 18px 46px rgba(7, 16, 31, 0.08),
        0 0 26px rgba(69, 217, 255, 0.07);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

/* Card shine */
.velo-contact-page .velo-contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.24) 38%,
            rgba(69, 217, 255, 0.12) 50%,
            transparent 68%
        );

    opacity: 0;
    transform: translateX(-120%);

    transition:
        opacity 0.3s ease,
        transform 0.7s ease;

    pointer-events: none;
}

/* Bottom accent */
.velo-contact-page .velo-contact-card::after {
    content: "";
    position: absolute;
    left: 26px;
    bottom: 28px;

    width: 48px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #007cff,
            #00b8ff
        );

    box-shadow:
        0 0 8px rgba(0, 140, 255, 0.28),
        0 0 16px rgba(69, 217, 255, 0.16);
}

/* =========================================
   CARD ICON
========================================= */

.velo-contact-card__icon {
    flex: 0 0 auto;

    width: 62px;
    height: 62px;
    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #087cf0;

    border: 1px solid rgba(69, 217, 255, 0.38);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #ffffff 0%,
            rgba(235, 247, 255, 0.74) 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 24px rgba(69, 217, 255, 0.14);

    transition:
        transform 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.velo-contact-card__icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.velo-contact-card__icon-dot {
    fill: currentColor;
    stroke: none;
}

/* =========================================
   CARD CONTENT
========================================= */

.velo-contact-card__content {
    width: 100%;
}

.velo-contact-card__label {
    display: block;
    margin: 0 0 15px;

    font-family: "Bai Jamjuree", Arial, sans-serif;
    font-size: clamp(0.92rem, 0.98vw, 1.06rem);
    font-weight: 600;
    line-height: 1.3;

    color: rgba(28, 49, 72, 0.62);
}

.velo-contact-card__value {
    display: block;

    max-width: 100%;
    margin: 0;
    padding-right: 18px;

    overflow-wrap: anywhere;

    font-family: "Bai Jamjuree", Arial, sans-serif;
    font-size: clamp(1.02rem, 1.15vw, 1.3rem);
    font-weight: 700;
    line-height: 1.42;

    color: #07101f;

    transition: color 0.25s ease;
}

.velo-contact-card__arrow {
    position: absolute;
    right: 24px;
    top: 30px;

    font-family: "Jura", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;

    color: rgba(0, 124, 255, 0.42);

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

/* =========================================
   CARD HOVER
========================================= */

.velo-contact-page .velo-contact-card:hover {
    transform: translateY(-7px);

    border-color: rgba(69, 217, 255, 0.62);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(240, 249, 255, 0.92)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 27px 56px rgba(7, 16, 31, 0.12),
        0 0 36px rgba(69, 217, 255, 0.18);
}

.velo-contact-page .velo-contact-card:hover::before {
    opacity: 1;
    transform: translateX(120%);
}

.velo-contact-page .velo-contact-card:hover
.velo-contact-card__icon {
    transform: scale(1.08);

    color: #007cff;
    border-color: rgba(0, 140, 255, 0.68);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 32px rgba(69, 217, 255, 0.32);
}

.velo-contact-page a.velo-contact-card:hover
.velo-contact-card__value {
    color: #007cff;
}

.velo-contact-page .velo-contact-card:hover
.velo-contact-card__arrow {
    color: #007cff;
    transform: translate(3px, -3px);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {
    .velo-contact-page {
        min-height: auto;
    }

    .velo-contact-page__background img {
        object-position: 48% center;
    }

    .velo-contact-page__shade {
        background:
            linear-gradient(
                180deg,
                rgba(248, 252, 255, 0.92) 0%,
                rgba(248, 252, 255, 0.74) 46%,
                rgba(241, 248, 253, 0.84) 100%
            );
    }

    .velo-contact-page__top {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 34px;
    }

    .velo-contact-page__action {
        padding-bottom: 0;
    }

    .velo-contact-page h1 {
        max-width: 900px;
        font-size: clamp(3rem, 8vw, 5.2rem);
    }

    .velo-contact-page__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .velo-contact-page .velo-contact-card {
        min-height: 235px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 620px) {
    .velo-contact-page {
        min-height: auto;

        padding:
            84px
            18px
            72px;
    }

    .velo-contact-page__background img {
        object-position: 52% center;
    }

    .velo-contact-page__shade {
        background:
            linear-gradient(
                180deg,
                rgba(248, 252, 255, 0.96) 0%,
                rgba(248, 252, 255, 0.84) 48%,
                rgba(241, 248, 253, 0.92) 100%
            );
    }

    .velo-contact-page__top {
        margin-bottom: 44px;
    }

    .velo-contact-page__intro {
        padding: 28px 20px;
        text-align: center;
    }

    .velo-contact-page__kicker {
        margin: 0 auto 24px;

        font-size: 0.7rem;
        letter-spacing: 0.18em;
    }

    .velo-contact-page__kicker::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .velo-contact-page h1 {
        max-width: 100%;

        font-size: clamp(2.5rem, 12vw, 3.8rem);
        line-height: 1.02;
    }

    .velo-contact-page__description {
        margin-top: 22px;

        font-size: 0.95rem;
        line-height: 1.65;
    }

    .velo-contact-page__action {
        width: 100%;
        text-align: center;
    }

    .velo-contact-page__button {
        width: 100%;
        max-width: 290px;
        min-height: 58px;
    }

    .velo-contact-page__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .velo-contact-page .velo-contact-card {
        min-height: 210px;
        padding: 24px 22px 30px;
    }

    .velo-contact-card__icon {
        width: 54px;
        height: 54px;
        margin-bottom: 22px;
    }

    .velo-contact-card__icon svg {
        width: 25px;
        height: 25px;
    }

    .velo-contact-page .velo-contact-card::after {
        left: 22px;
        bottom: 24px;
    }

    .velo-contact-card__arrow {
        right: 22px;
        top: 24px;
    }
}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {
    .velo-contact-page__button,
    .velo-contact-page__button-arrow,
    .velo-contact-page .velo-contact-card,
    .velo-contact-page .velo-contact-card::before,
    .velo-contact-card__icon,
    .velo-contact-card__value,
    .velo-contact-card__arrow {
        transition: none;
    }

    .velo-contact-page__button:hover,
    .velo-contact-page .velo-contact-card:hover {
        transform: none;
    }
}

/* Hide booking button */
.velo-contact-page__action {
    display: none;
}

/* Let the intro use the full width */
.velo-contact-page__top {
    grid-template-columns: 1fr;
}