/* =========================================================
   GLOBAL RELIEF UNITY
   CONTACT PAGE
========================================================= */


/* =========================================================
   PAGE CONTAINER
========================================================= */

.contact-page {
    width: 100%;
    overflow: hidden;
}

.contact-page-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   COMMON SECTION ELEMENTS
========================================================= */

.contact-section-eyebrow {
    margin: 0 0 12px;
    color: #16733a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-section-heading {
    max-width: 700px;
    margin: 0;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-section-description {
    max-width: 680px;
    margin: 16px 0 0;
    color: #607067;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   INTRO
========================================================= */

.contact-intro-section {
    padding: 72px 0 76px;
    background: #f5f9f6;
}

.contact-intro-content {
    max-width: 820px;
}

.contact-intro-content h1 {
    max-width: 820px;
    margin: 0;
    color: #142019;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.8px;
}

.contact-intro-content > p:last-child {
    max-width: 720px;
    margin: 22px 0 0;
    color: #607067;
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   CONTACT OPTIONS
========================================================= */

.contact-options-section {
    padding: 88px 0;
    background: #ffffff;
}

.contact-section-heading-wrap {
    margin-bottom: 42px;
}

.contact-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.contact-option-card {
    min-height: 250px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e1e9e4;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(20, 32, 25, 0.04);
}

.contact-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    background: #eef7f1;
    border-radius: 12px;
    color: #16733a;
    font-size: 13px;
    font-weight: 700;
}

.contact-option-card h3 {
    margin: 0;
    color: #142019;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-option-card p {
    margin: 12px 0 18px;
    color: #68766e;
    font-size: 15px;
    line-height: 1.7;
}

.contact-option-card span {
    display: inline-block;
    color: #16733a;
    font-size: 13px;
    font-weight: 700;
}


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

.contact-main-section {
    padding: 88px 0;
    background: #f7faf8;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 70px;
    align-items: start;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-info-column {
    padding-top: 10px;
}

.contact-info-column h2 {
    max-width: 520px;
    margin: 0;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-info-intro {
    max-width: 520px;
    margin: 18px 0 0;
    color: #65736b;
    font-size: 16px;
    line-height: 1.75;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 42px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #dce7e0;
    border-radius: 12px;
    color: #16733a;
    font-size: 16px;
    font-weight: 700;
}

.contact-info-item h3 {
    margin: 0;
    color: #142019;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-info-item p {
    margin: 7px 0 0;
    color: #68766e;
    font-size: 14px;
    line-height: 1.7;
}

.contact-info-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 10px;
}

.contact-info-links a {
    color: #16733a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.contact-info-links a:hover {
    text-decoration: underline;
}


/* =========================================================
   CONTACT FORM CARD
========================================================= */

.contact-form-card {
    padding: 38px;
    background: #ffffff;
    border: 1px solid #e1e9e4;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(20, 32, 25, 0.06);
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-label {
    margin: 0 0 9px;
    color: #16733a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.contact-form-header h2 {
    margin: 0;
    color: #142019;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

.contact-form-header > p:last-child {
    max-width: 540px;
    margin: 10px 0 0;
    color: #68766e;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
}

.contact-form-group label {
    margin-bottom: 8px;
    color: #25352c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-form-group label span {
    margin-left: 5px;
    color: #8a9690;
    font-size: 12px;
    font-weight: 400;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 15px;
    background: #ffffff;
    border: 1px solid #d9e3dd;
    border-radius: 10px;
    color: #142019;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-form-group input,
.contact-form-group select {
    min-height: 48px;
}

.contact-form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #9aa59f;
}

.contact-form-group select {
    cursor: pointer;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    border-color: #16733a;
    box-shadow: 0 0 0 3px rgba(22, 115, 58, 0.08);
}


/* =========================================================
   CONSENT
========================================================= */

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.contact-consent input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #16733a;
}

.contact-consent span {
    color: #68766e;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.contact-submit-button {
    width: 100%;
    min-height: 50px;
    padding: 13px 22px;
    border: 0;
    border-radius: 10px;
    background: #16733a;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-submit-button:hover {
    background: #125e30;
    box-shadow: 0 8px 20px rgba(22, 115, 58, 0.16);
    transform: translateY(-1px);
}

.contact-submit-button:active {
    transform: translateY(0);
}

.contact-form-note {
    margin: 0;
    color: #8a9690;
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
}


/* =========================================================
   HELP SECTION
========================================================= */

.contact-help-section {
    padding: 88px 0;
    background: #ffffff;
}

.contact-help-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
}

.contact-help-content h2 {
    max-width: 570px;
    margin: 0;
    color: #142019;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.22;
}

.contact-help-content > p:last-child {
    max-width: 570px;
    margin: 18px 0 0;
    color: #68766e;
    font-size: 15px;
    line-height: 1.75;
}

.contact-help-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-help-link {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
    background: #f7faf8;
    border: 1px solid #e1e9e4;
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-help-link:hover {
    border-color: #cbdacf;
    box-shadow: 0 8px 24px rgba(20, 32, 25, 0.05);
    transform: translateY(-2px);
}

.contact-help-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #dce7e0;
    border-radius: 11px;
    color: #16733a;
    font-size: 14px;
    font-weight: 700;
}

.contact-help-link h3 {
    margin: 0;
    color: #142019;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-help-link p {
    margin: 5px 0 0;
    color: #718078;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   FINAL CTA
========================================================= */

.contact-final-cta {
    padding: 88px 0;
    background: #142019;
}

.contact-final-cta-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-final-cta .contact-section-eyebrow {
    color: #8ed2a6;
}

.contact-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.22;
}

.contact-final-cta > .contact-page-container > .contact-final-cta-inner > p:not(.contact-section-eyebrow) {
    max-width: 650px;
    margin: 18px auto 0;
    color: #bdc9c1;
    font-size: 16px;
    line-height: 1.75;
}

.contact-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.contact-primary-button,
.contact-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.contact-primary-button {
    background: #ffffff;
    color: #142019;
    border: 1px solid #ffffff;
}

.contact-primary-button:hover {
    background: #eef5f0;
    border-color: #eef5f0;
    transform: translateY(-1px);
}

.contact-secondary-button {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-secondary-button:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateY(-1px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .contact-page-container {
        width: min(100% - 32px, 760px);
    }


    /* Intro */

    .contact-intro-section {
        padding: 60px 0 64px;
    }

    .contact-intro-content h1 {
        font-size: 40px;
    }


    /* Options */

    .contact-options-section {
        padding: 70px 0;
    }

    .contact-options-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-option-card {
        min-height: auto;
    }


    /* Main */

    .contact-main-section {
        padding: 70px 0;
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-info-column {
        padding-top: 0;
    }


    /* Help */

    .contact-help-section {
        padding: 70px 0;
    }

    .contact-help-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }


    /* CTA */

    .contact-final-cta {
        padding: 70px 0;
    }

    .contact-final-cta h2 {
        font-size: 34px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .contact-page-container {
        width: calc(100% - 28px);
    }


    /* Intro */

    .contact-intro-section {
        padding: 48px 0 52px;
    }

    .contact-section-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .contact-intro-content h1 {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -0.4px;
    }

    .contact-intro-content > p:last-child {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.7;
    }


    /* Common */

    .contact-section-heading {
        font-size: 29px;
    }

    .contact-section-description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* Options */

    .contact-options-section {
        padding: 58px 0;
    }

    .contact-section-heading-wrap {
        margin-bottom: 28px;
    }

    .contact-option-card {
        padding: 24px;
        border-radius: 15px;
    }

    .contact-option-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .contact-option-card h3 {
        font-size: 19px;
    }

    .contact-option-card p {
        font-size: 14px;
    }


    /* Main */

    .contact-main-section {
        padding: 58px 0;
    }

    .contact-main-grid {
        gap: 38px;
    }

    .contact-info-column h2 {
        font-size: 29px;
    }

    .contact-info-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-info-list {
        gap: 24px;
        margin-top: 30px;
    }

    .contact-info-item {
        grid-template-columns: 42px 1fr;
        gap: 13px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
    }

    .contact-info-item p {
        font-size: 13px;
    }


    /* Form */

    .contact-form-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .contact-form-header {
        margin-bottom: 24px;
    }

    .contact-form-header h2 {
        font-size: 27px;
    }

    .contact-form {
        gap: 17px;
    }

    .contact-form-group input,
    .contact-form-group select,
    .contact-form-group textarea {
        padding: 12px 13px;
        font-size: 14px;
        border-radius: 9px;
    }

    .contact-form-group input,
    .contact-form-group select {
        min-height: 46px;
    }

    .contact-form-group textarea {
        min-height: 125px;
    }

    .contact-submit-button {
        min-height: 48px;
    }


    /* Help */

    .contact-help-section {
        padding: 58px 0;
    }

    .contact-help-grid {
        gap: 32px;
    }

    .contact-help-content h2 {
        font-size: 29px;
    }

    .contact-help-content > p:last-child {
        font-size: 14px;
    }

    .contact-help-link {
        grid-template-columns: 40px 1fr;
        gap: 12px;
        padding: 17px;
    }

    .contact-help-link-icon {
        width: 38px;
        height: 38px;
    }

    .contact-help-link h3 {
        font-size: 15px;
    }

    .contact-help-link p {
        font-size: 12px;
    }


    /* Final CTA */

    .contact-final-cta {
        padding: 60px 0;
    }

    .contact-final-cta h2 {
        font-size: 29px;
    }

    .contact-final-cta > .contact-page-container > .contact-final-cta-inner > p:not(.contact-section-eyebrow) {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-final-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
    }

    .contact-primary-button,
    .contact-secondary-button {
        width: 100%;
        box-sizing: border-box;
    }

}