﻿/* =========================================================
   CONTACT SHARED
   ========================================================= */

.contact-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f39a2f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}

.contact-line {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 25px;
    background-color: #f39a2f;
}

/* =========================================================
   HERO
   ========================================================= */

.contact-hero {
    position: relative;
    min-height: 72vh;
    min-height: 72svh;
    overflow: hidden;
    background-color: #020c19;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 78% 35%, rgba(0, 168, 181, 0.22), transparent 30% ), radial-gradient( circle at 92% 76%, rgba(243, 154, 47, 0.13), transparent 28% ), linear-gradient( 135deg, #03192e, #020a16 );
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(1, 10, 22, 0.98) 0%, rgba(1, 10, 22, 0.88) 45%, rgba(1, 10, 22, 0.27) 78%, rgba(1, 10, 22, 0.50) 100% );
}

.contact-hero::before,
.contact-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.contact-hero::before {
    top: -330px;
    right: -90px;
    width: 820px;
    height: 820px;
    border: 1px solid rgba(243, 154, 47, 0.18);
}

.contact-hero::after {
    top: -220px;
    right: 55px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(0, 168, 181, 0.22);
}

.contact-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    min-height: 72vh;
    min-height: 72svh;
    padding-top: 120px;
    padding-bottom: 65px;
}

.contact-hero-content {
    max-width: 880px;
}

    .contact-hero-content h1 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(66px, 6.7vw, 112px);
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: -1.5px;
    }

        .contact-hero-content h1 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .contact-hero-content p {
        max-width: 700px;
        margin: 27px 0 0;
        color: rgba(223, 232, 239, 0.74);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.7;
    }

.contact-hero-summary {
    flex: 0 0 270px;
    padding: 29px;
    background-color: rgba(2, 19, 37, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
}

    .contact-hero-summary span {
        display: block;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .contact-hero-summary strong {
        display: block;
        margin: 11px 0 13px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 44px;
        font-weight: 500;
        line-height: 1;
    }

    .contact-hero-summary p {
        margin: 0;
        color: rgba(205, 217, 226, 0.67);
        font-size: 13px;
        line-height: 1.6;
    }

/* =========================================================
   MAIN
   ========================================================= */

.contact-main {
    padding: 115px 0 105px;
    background: radial-gradient( circle at 90% 15%, rgba(0, 168, 181, 0.08), transparent 28% ), #020b18;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
    gap: 90px;
    align-items: start;
}

.contact-information h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 500;
    line-height: 0.98;
}

    .contact-information h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.contact-information-lead {
    max-width: 580px;
    margin: 26px 0 42px;
    color: rgba(212, 223, 231, 0.72);
    font-size: 17px;
    line-height: 1.75;
}

.contact-details {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .contact-details article {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 18px;
        padding: 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

.contact-detail-icon {
    width: 44px;
    height: 44px;
    color: #19b8c4;
}

    .contact-detail-icon.orange {
        color: #f39a2f;
    }

    .contact-detail-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.contact-details span,
.contact-business-hours > span {
    display: block;
    margin-bottom: 5px;
    color: #f39a2f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-details strong,
.contact-details p,
.contact-details a {
    display: block;
    margin: 0;
    color: rgba(237, 243, 247, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.contact-details strong {
    color: #ffffff;
    font-weight: 500;
}

.contact-details p {
    color: rgba(199, 213, 223, 0.66);
}

.contact-details a:hover,
.contact-details a:focus {
    color: #19b8c4;
    text-decoration: none;
}

.contact-business-hours {
    margin-top: 35px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: rgba(4, 25, 44, 0.44);
}

    .contact-business-hours div {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

        .contact-business-hours div:last-child {
            border-bottom: 0;
        }

    .contact-business-hours strong,
    .contact-business-hours p {
        margin: 0;
        color: rgba(230, 237, 242, 0.80);
        font-size: 13px;
        font-weight: 400;
    }

/* =========================================================
   FORM
   ========================================================= */

.contact-form-panel {
    padding: 42px;
    background-color: rgba(3, 22, 40, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.22);
}

.contact-form-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #f39a2f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-form-heading h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 43px;
    font-weight: 500;
}

.contact-form-heading p {
    margin: 0 0 33px;
    color: rgba(198, 212, 222, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-form-full {
    grid-column: 1 / -1;
}

.contact-form-group label {
    display: block;
    margin-bottom: 8px;
    color: rgba(237, 243, 247, 0.85);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.contact-input {
    display: block;
    width: 100%;
    min-height: 51px;
    padding: 12px 14px;
    color: #ffffff;
    background-color: rgba(1, 12, 24, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;
    outline: none;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .contact-input::placeholder {
        color: rgba(190, 204, 214, 0.43);
    }

    .contact-input:focus {
        border-color: rgba(0, 168, 181, 0.85);
        box-shadow: 0 0 0 3px rgba(0, 168, 181, 0.10);
    }

.contact-select {
    appearance: auto;
}

    .contact-select option {
        color: #172433;
        background-color: #ffffff;
    }

.contact-textarea {
    min-height: 155px;
    resize: vertical;
}

.contact-validation {
    display: block;
    margin-top: 6px;
    color: #ffad67;
    font-size: 11px;
    line-height: 1.4;
}

.contact-consent {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

    .contact-consent input {
        flex: 0 0 auto;
        margin-top: 4px;
    }

    .contact-consent label {
        margin: 0;
        color: rgba(205, 217, 226, 0.67);
        font-size: 12px;
        line-height: 1.6;
    }

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-footer {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 29px;
}

.contact-submit-button {
    min-width: 190px;
    min-height: 54px;
    padding: 13px 25px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(243, 154, 47, 0.88);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .contact-submit-button:hover,
    .contact-submit-button:focus {
        color: #06101c;
        background-color: #f39a2f;
        transform: translateY(-2px);
    }

.contact-required {
    color: rgba(190, 204, 214, 0.52);
    font-size: 11px;
}

.contact-result {
    margin-top: 25px;
    padding: 16px 18px;
    border: 1px solid;
    font-size: 13px;
    line-height: 1.6;
}

.contact-result-success {
    color: #a9f0d5;
    background-color: rgba(23, 153, 107, 0.10);
    border-color: rgba(51, 204, 149, 0.38);
}

.contact-result-error {
    color: #ffc29e;
    background-color: rgba(210, 92, 29, 0.10);
    border-color: rgba(243, 154, 47, 0.38);
}

/* =========================================================
   MAP
   ========================================================= */

.contact-map {
    position: relative;
    height: 480px;
    overflow: hidden;
    background: radial-gradient( circle at 50% 50%, rgba(0, 168, 181, 0.17), transparent 30% ), linear-gradient( 135deg, #03192e, #020a16 );
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-map-visual {
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-map-rings span {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(0, 168, 181, 0.20);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

    .contact-map-rings span:nth-child(1) {
        width: 260px;
        height: 260px;
    }

    .contact-map-rings span:nth-child(2) {
        width: 430px;
        height: 430px;
        border-color: rgba(243, 154, 47, 0.18);
    }

    .contact-map-rings span:nth-child(3) {
        width: 650px;
        height: 650px;
        border-color: rgba(0, 168, 181, 0.09);
    }

.contact-map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient( circle, #ffffff 0%, #f39a2f 10%, rgba(243, 154, 47, 0.30) 44%, transparent 72% );
}

    .contact-map-marker i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
    }

.contact-map-label {
    position: absolute;
    top: 50%;
    left: calc(50% + 80px);
    transform: translateY(-50%);
}

    .contact-map-label span {
        display: block;
        margin-bottom: 5px;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .contact-map-label strong {
        display: block;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 30px;
        font-weight: 500;
    }

    .contact-map-label p {
        margin: 4px 0 0;
        color: rgba(202, 215, 224, 0.68);
        font-size: 13px;
    }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

    .contact-hero-container {
        display: block;
        padding-top: 150px;
    }

    .contact-hero-summary {
        width: 100%;
        max-width: 430px;
        margin-top: 55px;
    }

    .contact-main {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 767.98px) {

    .contact-hero {
        min-height: auto;
    }

    .contact-hero-container {
        min-height: auto;
        padding-top: 125px;
        padding-bottom: 75px;
    }

    .contact-hero-content h1 {
        font-size: 58px;
    }

    .contact-hero-content p {
        font-size: 16px;
    }

    .contact-main {
        padding-top: 70px;
        padding-bottom: 62px;
    }

    .contact-information h2 {
        font-size: 49px;
    }

    .contact-form-panel {
        padding: 30px 24px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-full {
        grid-column: auto;
    }

    .contact-map {
        height: 390px;
    }

    .contact-map-label {
        top: auto;
        right: 20px;
        bottom: 35px;
        left: 20px;
        text-align: center;
        transform: none;
    }
}

@media (max-width: 479.98px) {

    .contact-hero-content h1 {
        font-size: 50px;
    }

    .contact-form-panel {
        padding: 25px 18px;
    }

    .contact-form-footer {
        display: block;
    }

    .contact-submit-button {
        width: 100%;
    }

    .contact-required {
        display: block;
        margin-top: 13px;
    }

    .contact-business-hours div {
        display: block;
    }

    .contact-business-hours p {
        margin-top: 4px;
    }
}
