/* =========================================================
   HAMIDA TRADERS — CONTACT PAGE V2
   Page-specific styles only.
   Shared header/footer/base styles are intentionally excluded.
   ========================================================= */

.contact-page {
    background: #f3f7fa;
    color: #14283d;
}


/* =========================================================
   HERO
   ========================================================= */

.contact-v2-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #041522,
            #082a47 58%,
            #07364b
        );
    color: #fff;
}

.contact-v2-hero::after {
    content: "";
    position: absolute;
    right: -130px;
    top: -190px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow:
        0 0 0 75px rgba(255, 255, 255, .025),
        0 0 0 150px rgba(255, 255, 255, .012);
}

.contact-v2-wrap {
    width: min(var(--max), 100%);
    margin: auto;
}

.contact-v2-hero__inner {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 30px));
    min-height: 545px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 64px;
    align-items: center;
    padding: 78px 0;
}

.contact-v2-hero__copy h1 {
    margin: 0;
    font-size: clamp(40px, 4.8vw, 62px);
    line-height: 1.01;
    letter-spacing: -.045em;
    font-weight: 800;
}

.contact-v2-hero__copy h1 span {
    background:
        linear-gradient(
            90deg,
            #8bbcff,
            #d5e6ff 70%,
            #9be0c3
        );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.contact-v2-hero__copy p {
    max-width: 670px;
    margin: 19px 0 0;
    color: #b3c5d5;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   HERO TRADE CONTACT CARD
   ========================================================= */

.contact-v2-hero-note {
    justify-self: end;
    width: min(430px, 100%);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    background: rgba(255, 255, 255, .045);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

.contact-v2-hero-note > small {
    color: #70d5aa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.contact-v2-hero-note > strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 7px 0;
}

.contact-v2-hero-note > p {
    margin: 0;
    font-size: 11px;
    line-height: 1.65;
    color: #a9bdcf;
}

.contact-v2-ready {
    margin-top: 16px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(22, 130, 87, .13);
    border: 1px solid rgba(112, 213, 170, .12);
}

.contact-v2-ready b {
    display: block;
    color: #8ce0ba;
    font-size: 10px;
}

.contact-v2-ready span {
    display: block;
    color: #d6e5ef;
    font-size: 10px;
    margin-top: 3px;
}


/* =========================================================
   MAIN CONTACT SECTION
   ========================================================= */

.contact-v2-section {
    padding: 80px 16px 92px;
}

.contact-v2-intro {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 46px;
    align-items: start;
}

.contact-v2-kicker {
    color: #168257;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}

.contact-v2-intro__copy h2 {
    margin: 10px 0 13px;
    color: #061a2d;
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.contact-v2-intro__copy > p {
    color: #68798a;
    font-size: 12.5px;
    line-height: 1.75;
    max-width: 520px;
}


/* =========================================================
   CONTACT ROUTE CARDS
   ========================================================= */

.contact-v2-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.contact-v2-card {
    padding: 19px;
    border: 1px solid #dce5ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(6, 26, 45, .045);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.contact-v2-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(6, 26, 45, .08);
}

.contact-v2-icon {
    width: 37px;
    height: 37px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #edf4ff;
    color: #1769d2;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 14px;
}

.contact-v2-card small {
    color: #168257;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.contact-v2-card strong {
    display: block;
    color: #061a2d;
    font-size: 14px;
    margin-top: 4px;
}

.contact-v2-card p,
.contact-v2-card a {
    display: block;
    color: #68798a;
    font-size: 11px;
    line-height: 1.6;
    margin: 5px 0 0;
}

.contact-v2-card a:hover {
    color: #1769d2;
}


/* =========================================================
   FORM + ROUTE AREA
   ========================================================= */

.contact-v2-form-area {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 18px;
}

.contact-v2-form-box,
.contact-v2-route-box {
    border: 1px solid #dce5ed;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(6, 26, 45, .06);
}

.contact-v2-form-box {
    padding: 29px;
}

.contact-v2-form-box h3,
.contact-v2-route-box h3 {
    margin: 0;
    color: #061a2d;
    font-size: 22px;
}

.contact-v2-form-sub {
    margin: 7px 0 22px;
    color: #6b7f91;
    font-size: 11.5px;
    line-height: 1.65;
}


/* =========================================================
   AJAX FORM MESSAGE
   ========================================================= */

.contact-form-message {
    display: none;
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 11.5px;
    line-height: 1.55;
}

.contact-form-message.is-success,
.contact-form-message.is-error {
    display: block;
}

.contact-form-message.is-success {
    color: #116441;
    background: #eaf8f1;
    border: 1px solid #bfe8d2;
}

.contact-form-message.is-error {
    color: #9b2c2c;
    background: #fff0f0;
    border: 1px solid #f1c7c7;
}


/* =========================================================
   GENERAL ENQUIRY FORM
   ========================================================= */

.contact-v2-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.contact-v2-field {
    display: grid;
    gap: 6px;
}

.contact-v2-field--full {
    grid-column: 1 / -1;
}

.contact-v2-field label {
    font-size: 9px;
    font-weight: 850;
    color: #455c70;
    letter-spacing: .05em;
}

.contact-v2-field input,
.contact-v2-field select,
.contact-v2-field textarea {
    width: 100%;
    border: 1px solid #d8e3eb;
    border-radius: 11px;
    background: #fbfdfe;
    color: #14283d;
    padding: 11px 12px;
    outline: none;
    font-size: 12px;
}

.contact-v2-field input,
.contact-v2-field select {
    height: 44px;
}

.contact-v2-field textarea {
    min-height: 118px;
    resize: vertical;
}

.contact-v2-field input:focus,
.contact-v2-field select:focus,
.contact-v2-field textarea:focus {
    border-color: #72a7e8;
    box-shadow: 0 0 0 3px rgba(23, 105, 210, .08);
}

.contact-v2-submit {
    margin-top: 15px;
    min-height: 47px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #0759bf, #1769d2);
    color: #fff;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition:
        transform .2s ease,
        opacity .2s ease;
}

.contact-v2-submit:hover {
    transform: translateY(-2px);
}

.contact-v2-submit:disabled {
    cursor: wait;
    opacity: .65;
    transform: none;
}

.contact-v2-form-disclaimer {
    margin: 10px 0 0;
    color: #8292a1;
    font-size: 9.5px;
    line-height: 1.55;
}


/* =========================================================
   CONTACT ROUTE GUIDE
   ========================================================= */

.contact-v2-route-box {
    padding: 28px;
    background:
        linear-gradient(
            160deg,
            #071c30,
            #0b3455
        );
    color: #fff;
    border-color: rgba(255, 255, 255, .04);
}

.contact-v2-route-box h3 {
    color: #fff;
}

.contact-v2-route-box .contact-v2-form-sub {
    color: #9fb5c8;
}

.contact-v2-route-list {
    display: grid;
    gap: 11px;
    margin-top: 24px;
}

.contact-v2-route {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
}

.contact-v2-route i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(23, 105, 210, .17);
    color: #9bc2f4;
    font-style: normal;
    font-size: 10px;
    font-weight: 900;
}

.contact-v2-route small {
    color: #70d5aa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.contact-v2-route strong {
    display: block;
    color: #fff;
    font-size: 12.5px;
    margin: 3px 0;
}

.contact-v2-route p {
    margin: 0;
    color: #9fb5c8;
    font-size: 10px;
    line-height: 1.55;
}


/* =========================================================
   BUYER CALLOUT
   ========================================================= */

.contact-v2-buyer-callout {
    margin-top: 16px;
    padding: 16px;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(22, 130, 87, .18),
            rgba(23, 105, 210, .10)
        );
    border: 1px solid rgba(112, 213, 170, .12);
}

.contact-v2-buyer-callout strong {
    font-size: 12px;
}

.contact-v2-buyer-callout p {
    font-size: 10px;
    color: #afc3d3;
    margin: 5px 0 11px;
}

.contact-v2-buyer-callout a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 8px;
    background: #fff;
    color: #061a2d;
    font-size: 10px;
    font-weight: 850;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .contact-v2-hero__inner {
        grid-template-columns: 1fr;
    }

    .contact-v2-hero-note {
        justify-self: start;
    }

    .contact-v2-intro,
    .contact-v2-form-area {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 680px) {

    .contact-v2-hero__inner {
        width: calc(100% - 24px);
        min-height: 500px;
        padding: 64px 0;
    }

    .contact-v2-hero-note {
        display: none;
    }

    .contact-v2-section {
        padding: 60px 12px;
    }

    .contact-v2-cards,
    .contact-v2-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-v2-field--full {
        grid-column: auto;
    }

    .contact-v2-form-box,
    .contact-v2-route-box {
        padding: 22px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .contact-v2-card,
    .contact-v2-submit {
        transition: none;
    }

    .contact-v2-card:hover,
    .contact-v2-submit:hover {
        transform: none;
    }
}
/* =========================================================
   REGISTERED ADDRESS + WAREHOUSE
   Locked Contact V6 compact cards
   ========================================================= */

.contact-v2-address-strip {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-v2-address-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid #dce5ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(6, 26, 45, .045);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.contact-v2-address-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(6, 26, 45, .075);
}

.contact-v2-address-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #edf4ff;
    color: #1769d2;
    font-size: 11px;
    font-weight: 900;
}

.contact-v2-address-copy small {
    display: block;
    margin-bottom: 4px;
    color: #168257;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.contact-v2-address-copy address {
    margin: 0;
    color: #14283d;
    font-size: 11px;
    line-height: 1.55;
    font-style: normal;
}

.contact-v2-address-mark {
    color: #dcecff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 680px) {
    .contact-v2-address-strip {
        grid-template-columns: 1fr;
    }

    .contact-v2-address-card {
        grid-template-columns: 44px 1fr;
    }

    .contact-v2-address-mark {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-v2-address-card {
        transition: none;
    }

    .contact-v2-address-card:hover {
        transform: none;
    }
}
