/* =============================================================
   CONTACT PAGE
============================================================= */

.contact-page {
    padding-top: 100px;
    overflow: hidden;
    color: #f4f3fb;
}


/* =============================================================
   HERO
============================================================= */

.contact-hero {
    position: relative;
    padding: 100px 0 110px;
    text-align: center;
}

.contact-hero::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(81, 70, 229, 0.20),
            transparent 68%
        );

    top: -330px;
    left: 50%;

    transform: translateX(-50%);
    pointer-events: none;
}

.contact-hero .container {
    position: relative;
    z-index: 1;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 15px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.04);

    color: #b8b5d0;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    margin-bottom: 25px;
}

.contact-kicker span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #5eead4;

    box-shadow:
        0 0 18px
        rgba(94, 234, 212, 0.8);
}

.contact-hero h1 {
    max-width: 900px;
    margin: 0 auto;

    font-family: "Manrope", sans-serif;

    font-size: clamp(42px, 7vw, 78px);

    line-height: 1.08;
    letter-spacing: -0.045em;

    color: #f5f4fc;
    font-weight: 800;
}

.contact-hero h1 span {
    display: block;
    color: #9b93ff;
}

.contact-hero p {
    max-width: 720px;
    margin: 26px auto 0;

    font-size: 18px;
    line-height: 1.75;

    color: #b8b5c9;
}


/* =============================================================
   MAIN CONTACT AREA
============================================================= */

.contact-main {
    padding: 20px 0 120px;
}

.contact-grid {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: start;
}


/* =============================================================
   LEFT SIDE
============================================================= */

.contact-info {
    padding-top: 35px;
}

.contact-info h2 {
    margin: 18px 0 22px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(36px, 4vw, 54px);

    line-height: 1.12;
    letter-spacing: -0.04em;

    color: #f4f3fb;
    font-weight: 800;
}

.contact-intro {
    max-width: 520px;

    color: #b8b5c9;

    font-size: 17px;

    line-height: 1.8;

    margin-bottom: 48px;
}


/* =============================================================
   STEPS
============================================================= */

.contact-steps {
    display: grid;
    gap: 26px;
}

.contact-step {
    display: flex;
    gap: 18px;

    padding-bottom: 26px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.07);
}

.contact-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.step-number {
    width: 46px;
    height: 46px;

    min-width: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background:
        rgba(81, 70, 229, 0.16);

    border:
        1px solid
        rgba(139, 130, 255, 0.28);

    color: #a9a3ff;

    font-size: 13px;
    font-weight: 700;
}

.contact-step h3 {
    margin: 1px 0 7px;

    font-family: "Manrope", sans-serif;

    font-size: 17px;
    font-weight: 700;

    color: #eeeeF7;
}

.contact-step p {
    margin: 0;

    color: #aaa7bd;

    font-size: 15px;

    line-height: 1.7;
}


/* =============================================================
   DIRECT CONTACT
============================================================= */

.contact-direct {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 45px;

    padding: 20px;

    border-radius: 18px;

    background:
        rgba(255, 255, 255, 0.025);

    border:
        1px solid
        rgba(255, 255, 255, 0.08);
}

.contact-direct-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 13px;

    background:
        rgba(94, 234, 212, 0.10);

    color: #5eead4;

    font-size: 19px;
}

.contact-direct small {
    display: block;

    margin-bottom: 5px;

    color: #9d99b3;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}

.contact-direct a {
    color: #f1f0f8;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none;
}

.contact-direct a:hover {
    color: #9b93ff;
}


/* =============================================================
   FORM
============================================================= */

.contact-form-wrap {
    position: relative;

    padding: 42px;

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(81, 70, 229, 0.13),
            rgba(255, 255, 255, 0.025)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.10);

    box-shadow:
        0 30px 80px
        rgba(0, 0, 0, 0.18);
}

.contact-form-header {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 20px;

    color: #b8b5d0;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}

.form-status {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #5eead4;

    box-shadow:
        0 0 15px
        rgba(94, 234, 212, 0.8);
}

.contact-form-wrap h2 {
    margin: 0 0 12px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(28px, 3vw, 42px);

    line-height: 1.2;

    letter-spacing: -0.035em;

    color: #f5f4fc;
    font-weight: 800;
}

.contact-form-wrap > p {
    margin-bottom: 35px;

    color: #aaa7bd;

    font-size: 16px;

    line-height: 1.7;
}

.contact-form {
    display: grid;
    gap: 20px;
}

.form-row {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;
}

.form-group {
    display: grid;
    gap: 9px;
}

.form-group label {
    color: #d8d5e4;

    font-size: 14px;

    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    padding: 15px 16px;

    border-radius: 13px;

    border:
        1px solid
        rgba(255, 255, 255, 0.10);

    background:
        rgba(10, 11, 28, 0.65);

    color: #f2f1f8;

    font-family:
        "DM Sans",
        sans-serif;

    font-size: 15px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #77738d;
}

.form-group select {
    appearance: none;
    cursor: pointer;
}

.form-group select option {
    background: #15172b;
    color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color:
        rgba(139, 130, 255, 0.75);

    background:
        rgba(15, 16, 37, 0.9);

    box-shadow:
        0 0 0 4px
        rgba(81, 70, 229, 0.10);
}


/* =============================================================
   SUBMIT BUTTON
============================================================= */

.contact-submit {
    width: 100%;

    justify-content: center;

    padding: 17px 24px;

    font-size: 16px;

    margin-top: 5px;

    border: none;

    cursor: pointer;

    color: #ffffff;
}

.form-note {
    margin: 0;

    text-align: center;

    color: #89859c;

    font-size: 13px;

    line-height: 1.6;
}


/* =============================================================
   CTA
============================================================= */

.contact-cta {
    padding: 100px 0;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.07);
}

.contact-cta-box {
    position: relative;

    overflow: hidden;

    padding: 85px 40px;

    text-align: center;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            rgba(81, 70, 229, 0.34),
            rgba(94, 234, 212, 0.08)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.12);
}

.contact-cta-box::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background:
        rgba(81, 70, 229, 0.24);

    filter:
        blur(90px);

    top: -280px;

    left: 50%;

    transform:
        translateX(-50%);
}

.contact-cta-box > * {
    position: relative;
    z-index: 1;
}

.contact-cta-box h2 {
    max-width: 760px;

    margin: 18px auto;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(40px, 6vw, 66px);

    line-height: 1.08;

    letter-spacing: -0.045em;

    color: #f5f4fc;
    font-weight: 800;
}

.contact-cta-box h2 span {
    display: block;

    color: #a29bff;
}

.contact-cta-box p {
    max-width: 650px;

    margin:
        0 auto 32px;

    color: #c4c1d2;

    font-size: 17px;

    line-height: 1.75;
}


/* =============================================================
   RESPONSIVE
============================================================= */

@media (max-width: 950px) {

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-info {
        padding-top: 0;
    }

}


@media (max-width: 600px) {

    .contact-page {
        padding-top: 70px;
    }

    .contact-hero {
        padding: 70px 0 75px;
    }

    .contact-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .contact-main {
        padding: 20px 0 80px;
    }

    .contact-grid {
        gap: 50px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-wrap {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .contact-cta {
        padding: 75px 0;
    }

    .contact-cta-box {
        padding: 65px 22px;
        border-radius: 24px;
    }

    .contact-direct {
        padding: 16px;
    }

}