/* =========================================================
   LUACHEIA
   CONTACT PAGE
========================================================= */


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

.contact-page {
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 18% 12%,
            rgba(226, 184, 75, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 84% 28%,
            rgba(105, 58, 145, 0.08),
            transparent 34%
        ),
        #fbf8f1;

    color: #2d1748;
}


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

.contact-hero {
    padding: 150px 24px 68px;
}

.contact-container {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.contact-hero .section-eyebrow {
    margin: 0 0 14px;

    color: #9a6b00;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.contact-hero h1 {
    max-width: 800px;

    margin: 0;

    color: #35105c;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.04;
    font-weight: 400;
}

.contact-hero-text {
    max-width: 680px;

    margin: 22px 0 0;

    color: #715f78;

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   CONTENT
========================================================= */

.contact-content {
    padding: 0 24px 110px;
}

.contact-content-container {
    width: min(1120px, 100%);
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(280px, 0.75fr)
        minmax(0, 1.25fr);

    gap: 36px;

    align-items: start;
}


/* =========================================================
   LEFT INFORMATION
========================================================= */

.contact-info {
    padding: 8px 10px 0 0;
}

.contact-info-heading {
    margin-bottom: 34px;
}

.contact-info-heading .section-eyebrow {
    margin: 0 0 10px;

    color: #9a6b00;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.contact-info-heading h2 {
    margin: 0;

    color: #35105c;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
}

.contact-info-heading > p:last-child {
    max-width: 440px;

    margin: 15px 0 0;

    color: #77677d;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   INFORMATION ITEMS
========================================================= */

.contact-info-item {
    padding: 19px 0;

    display: flex;
    align-items: flex-start;

    gap: 16px;

    border-bottom:
        1px solid rgba(98, 51, 135, 0.10);
}

.contact-info-item:first-of-type {
    border-top:
        1px solid rgba(98, 51, 135, 0.10);
}

.contact-info-symbol {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(202, 155, 42, 0.30);

    border-radius: 50%;

    background: #fffaf0;

    color: #9a6b00;

    font-size: 17px;
}

.contact-info-item strong {
    display: block;

    margin: 1px 0 5px;

    color: #35105c;

    font-size: 15px;
    font-weight: 700;
}

.contact-info-item p {
    margin: 0;

    color: #7b6b80;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   FAQ LINK
========================================================= */

.contact-faq-link {
    margin-top: 28px;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            #fff9ed,
            #fffdf8
        );

    border:
        1px solid rgba(202, 155, 42, 0.22);

    border-radius: 18px;
}

.contact-faq-link p {
    margin: 0 0 13px;

    color: #77677d;

    font-size: 13px;
    line-height: 1.65;
}

.contact-faq-link a {
    color: #623387;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.contact-faq-link a:hover {
    text-decoration: underline;
}


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

.contact-form-card {
    padding: 42px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(255, 252, 246, 0.96)
        );

    border:
        1px solid rgba(98, 51, 135, 0.12);

    border-radius: 26px;

    box-shadow:
        0 20px 50px rgba(53, 16, 92, 0.08);
}


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

.contact-form-heading {
    padding-bottom: 28px;
    margin-bottom: 29px;

    border-bottom:
        1px solid rgba(98, 51, 135, 0.10);
}

.contact-form-heading .section-eyebrow {
    margin: 0 0 9px;

    color: #9a6b00;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.contact-form-heading h2 {
    margin: 0;

    color: #35105c;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 400;
}

.contact-form-heading > p:last-child {
    margin: 13px 0 0;

    color: #77677d;

    font-size: 14px;
    line-height: 1.65;
}


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

.contact-form {
    display: grid;
    gap: 22px;
}

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

.contact-field label {
    color: #35105c;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   INPUTS
========================================================= */

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 0 17px;

    color: #2d1748;
    background: #fffdf9;

    border:
        1px solid rgba(98, 51, 135, 0.18);

    border-radius: 14px;

    outline: none;

    font-family: inherit;
    font-size: 15px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.contact-field input,
.contact-field select {
    min-height: 54px;
}

.contact-field textarea {
    min-height: 170px;

    padding-top: 15px;
    padding-bottom: 15px;

    line-height: 1.6;

    resize: vertical;
}

.contact-field input:hover,
.contact-field select:hover,
.contact-field textarea:hover {
    border-color:
        rgba(98, 51, 135, 0.30);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    background: #ffffff;

    border-color: #6b3995;

    box-shadow:
        0 0 0 4px rgba(107, 57, 149, 0.09);
}

.contact-field select {
    cursor: pointer;
}


/* =========================================================
   PRIVACY CHECKBOX
========================================================= */

.contact-checkbox {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    color: #77677d;

    font-size: 13px;
    line-height: 1.6;

    cursor: pointer;
}

.contact-checkbox input {
    flex: 0 0 auto;

    width: 17px;
    height: 17px;

    margin-top: 2px;

    accent-color: #623387;
}

.contact-checkbox span {
    flex: 1;
}

.contact-checkbox a {
    color: #623387;

    font-weight: 700;
    text-decoration: none;
}

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


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

.contact-form-message {
    display: none;

    padding: 13px 15px;

    border-radius: 12px;

    font-size: 14px;
    line-height: 1.5;
}

.contact-form-message:not(:empty) {
    display: block;
}

.contact-form-message[data-type="error"] {
    display: block;

    color: #8f1f2f;
    background: #fff1f3;

    border:
        1px solid rgba(143, 31, 47, 0.22);
}

.contact-form-message[data-type="success"] {
    display: block;

    color: #27623d;
    background: #eef8f1;

    border:
        1px solid rgba(39, 98, 61, 0.22);
}


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

.contact-submit {
    min-height: 52px;

    padding: 0 28px;

    justify-self: start;

    border: 0;
    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #5d2e87,
            #7943a5
        );

    color: #ffffff;

    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;

    cursor: pointer;

    box-shadow:
        0 10px 24px rgba(93, 46, 135, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.contact-submit:hover {
    transform: translateY(-1px);

    box-shadow:
        0 14px 28px rgba(93, 46, 135, 0.24);
}

.contact-submit:disabled {
    cursor: default;

    opacity: 0.65;

    transform: none;
}


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

@media (max-width: 980px) {

    .contact-hero {
        padding-top: 125px;
    }

    .contact-content-container {
        grid-template-columns: 1fr;

        gap: 42px;
    }

    .contact-info {
        padding-right: 0;
    }

    .contact-info-heading > p:last-child {
        max-width: 650px;
    }

}


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

@media (max-width: 700px) {

    .contact-page {
        overflow-x: hidden;
    }


    /* HERO */

    .contact-hero {
        padding:
            104px 20px 44px;
    }

    .contact-hero .section-eyebrow {
        margin-bottom: 10px;

        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .contact-hero h1 {
        font-size: 39px;
        line-height: 1.06;
    }

    .contact-hero-text {
        margin-top: 16px;

        font-size: 14px;
        line-height: 1.65;
    }


    /* CONTENT */

    .contact-content {
        padding:
            0 20px 72px;
    }

    .contact-content-container {
        display: block;
    }


    /* INFO */

    .contact-info {
        padding: 0;

        margin-bottom: 42px;
    }

    .contact-info-heading {
        margin-bottom: 25px;
    }

    .contact-info-heading .section-eyebrow {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

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

    .contact-info-heading > p:last-child {
        margin-top: 12px;

        font-size: 14px;
        line-height: 1.6;
    }


    /* INFO ITEMS */

    .contact-info-item {
        padding: 17px 0;

        gap: 13px;
    }

    .contact-info-symbol {
        flex-basis: 38px;

        width: 38px;
        height: 38px;

        font-size: 15px;
    }

    .contact-info-item strong {
        font-size: 14px;
    }

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


    /* FAQ BOX */

    .contact-faq-link {
        margin-top: 23px;

        padding: 19px;

        border-radius: 16px;
    }


    /* FORM CARD */

    .contact-form-card {
        padding: 27px 20px;

        border-radius: 22px;
    }

    .contact-form-heading {
        padding-bottom: 22px;
        margin-bottom: 24px;
    }

    .contact-form-heading .section-eyebrow {
        font-size: 10px;
    }

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

    .contact-form-heading > p:last-child {
        font-size: 13px;
        line-height: 1.6;
    }


    /* FORM */

    .contact-form {
        gap: 20px;
    }

    .contact-field label {
        font-size: 13px;
    }

    .contact-field input,
    .contact-field select {
        min-height: 52px;

        padding:
            0 15px;

        border-radius: 13px;

        font-size: 16px;
    }

    .contact-field textarea {
        min-height: 155px;

        padding: 14px 15px;

        border-radius: 13px;

        font-size: 16px;
    }

    .contact-checkbox {
        font-size: 12px;
        line-height: 1.55;
    }


    /* BUTTON */

    .contact-submit {
        width: 100%;

        justify-self: stretch;

        min-height: 51px;
    }

}