/*================================================
    CONTACT PAGE
================================================*/

.desktop-nav a.active {
    color: #fff;
}


/*================================================
    HERO
================================================*/

.contact-page-hero {
    position: relative;

    min-height: 760px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;

    padding: 175px 0 75px;

    background:
        radial-gradient(
            circle at 74% 34%,
            rgba(92, 116, 255, .15),
            transparent 30%
        ),
        #050608;
}

.contact-page-grid {
    position: absolute;

    inset: 0;

    opacity: .17;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size: 65px 65px;
}

.contact-page-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(80px);
}

.contact-page-glow.glow-one {
    top: 100px;
    right: 8%;

    width: 450px;
    height: 450px;

    background: rgba(82,108,255,.08);
}

.contact-page-glow.glow-two {
    left: 22%;
    bottom: -180px;

    width: 450px;
    height: 450px;

    background: rgba(143,84,255,.07);
}

.contact-page-hero-layout {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    align-items: end;

    gap: 100px;
}

.contact-page-kicker {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    color: #788ff0;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.contact-page-kicker::before {
    width: 34px;
    height: 1px;

    background: #758ded;

    content: "";
}

.contact-page-hero h1 {
    max-width: 850px;

    margin-top: 28px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 80px;
    font-weight: 500;
    line-height: .98;

    letter-spacing: -4px;
}

.contact-page-hero h1 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #7591ff,
            #a07cff,
            #63d7e4
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.contact-page-hero-left > p {
    max-width: 620px;

    margin-top: 31px;

    color: #8791a0;

    font-size: 13px;
    line-height: 1.9;
}

.contact-page-hero-right {
    border-top: 1px solid rgba(255,255,255,.1);
}

.contact-page-hero-right > div {
    display: flex;

    min-height: 72px;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-page-hero-right small {
    color: #4f5968;

    font-size: 7px;

    letter-spacing: 1px;
}

.contact-page-hero-right strong,
.contact-page-hero-right a {
    color: #a8b0bd;

    font-size: 10px;

    text-align: right;
}

.contact-page-hero-right a:hover {
    color: #8ba3ff;
}

.contact-page-hero-bottom {
    position: relative;
    z-index: 2;

    display: flex;

    justify-content: space-between;

    margin-top: 90px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.1);

    color: #444d59;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.contact-page-hero-bottom a {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    color: #737d8c;
}


/*================================================
    INTRO
================================================*/

.contact-intro {
    padding: 130px 0;

    background: #f2f1ed;
    color: #111319;
}

.contact-intro-layout {
    display: grid;

    grid-template-columns: .28fr 1fr .4fr;

    gap: 70px;
}

.contact-intro h2 {
    max-width: 760px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 54px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2.2px;
}

.contact-intro p {
    max-width: 680px;

    margin-top: 30px;

    color: #74787e;

    font-size: 13px;
    line-height: 1.9;
}

.contact-intro-side {
    display: flex;

    flex-direction: column;

    gap: 11px;

    align-self: end;

    padding-top: 24px;

    border-top: 1px solid #ccc9c2;
}

.contact-intro-side small {
    margin-bottom: 10px;

    color: #999ca1;

    font-size: 7px;

    letter-spacing: 1.3px;
}

.contact-intro-side span {
    color: #474b52;

    font-family: "Space Grotesk", sans-serif;

    font-size: 14px;
}


/*================================================
    FORM SECTION
================================================*/

.contact-form-section {
    padding: 135px 0;

    background: #090b0f;
}

.contact-form-layout {
    display: grid;

    grid-template-columns: .75fr 1.25fr;

    align-items: start;

    gap: 90px;
}


/*================================================
    FORM LEFT
================================================*/

.contact-form-left {
    position: sticky;

    top: 120px;
}

.contact-form-left h2 {
    margin-top: 18px;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 51px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.contact-form-left > p {
    max-width: 480px;

    margin-top: 17px;

    color: #727c8b;

    font-size: 11px;
    line-height: 1.8;
}

.project-type-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-top: 40px;
}

.project-type-option {
    cursor: pointer;
}

.project-type-option input {
    position: absolute;

    opacity: 0;
    pointer-events: none;
}

.project-type-box {
    position: relative;

    min-height: 165px;

    display: flex;

    flex-direction: column;

    padding: 20px;

    border: 1px solid rgba(255,255,255,.1);

    background: #0d1016;

    transition: .3s;
}

.project-type-option:hover .project-type-box {
    border-color: rgba(117,143,240,.4);

    background: #111620;
}

.project-type-option input:checked + .project-type-box {
    border-color: #7188e2;

    background:
        linear-gradient(
            145deg,
            rgba(85,106,195,.16),
            rgba(13,16,22,.95)
        );
}

.project-type-number {
    position: absolute;

    top: 17px;
    right: 18px;

    color: #4a5464;

    font-size: 7px;
}

.project-type-box > i {
    color: #7087df;

    font-size: 17px;
}

.project-type-box strong {
    margin-top: auto;

    color: #dce0e7;

    font-family: "Space Grotesk", sans-serif;

    font-size: 16px;
    font-weight: 500;
}

.project-type-box small {
    margin-top: 7px;

    color: #687383;

    font-size: 8px;
    line-height: 1.55;
}


/*================================================
    FORM PANEL
================================================*/

.contact-form-panel {
    border: 1px solid rgba(255,255,255,.1);

    background: #0d1016;
}

.contact-form-panel-top {
    display: flex;

    min-height: 52px;

    align-items: center;
    justify-content: space-between;

    padding: 0 24px;

    border-bottom: 1px solid rgba(255,255,255,.08);

    color: #515c6b;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.project-form {
    padding: 38px;
}

.form-row {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 16px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;

    margin-bottom: 9px;

    color: #777f8d;

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid rgba(255,255,255,.1);
    outline: none;

    background: #090c11;

    color: #dce1e8;

    transition: .25s;
}

.form-group input,
.form-group select {
    height: 54px;

    padding: 0 16px;
}

.form-group textarea {
    min-height: 150px;

    resize: vertical;

    padding: 16px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #48515f;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #6d84dc;

    box-shadow:
        0 0 0 3px rgba(109,132,220,.08);
}

.form-group select {
    color: #7f8997;
}

.form-consent {
    margin-top: 5px;
}

.form-consent label {
    display: flex;

    align-items: flex-start;
    gap: 10px;

    color: #616c7b;

    font-size: 8px;
    line-height: 1.7;

    cursor: pointer;
}

.form-consent input {
    margin-top: 3px;

    accent-color: #7189df;
}

.project-submit {
    width: 100%;
    min-height: 58px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 28px;

    padding: 0 20px;

    border: 0;

    background: #f1f3f6;

    color: #111319;

    cursor: pointer;

    font-size: 9px;
    font-weight: 800;

    transition: .3s;
}

.project-submit:hover {
    background: #7087df;
    color: #fff;
}

.form-note {
    margin-top: 16px;

    color: #4d5766;

    font-size: 7px;
    line-height: 1.7;
}


/*================================================
    CHANNELS
================================================*/

.contact-channels {
    padding: 135px 0;

    background: #f2f1ed;
    color: #111319;
}

.contact-channels-heading {
    display: grid;

    grid-template-columns: .3fr 1fr;

    margin-bottom: 65px;
}

.contact-channels-heading h2 {
    max-width: 760px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 52px;
    font-weight: 500;

    letter-spacing: -2px;
}

.contact-channel-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid #cbc8c1;
    border-left: 1px solid #cbc8c1;
}

.contact-channel {
    position: relative;

    min-height: 320px;

    display: flex;

    flex-direction: column;

    padding: 28px;

    border-right: 1px solid #cbc8c1;
    border-bottom: 1px solid #cbc8c1;

    transition: .3s;
}

a.contact-channel:hover {
    background: #fff;
}

.contact-channel > span {
    color: #a0a3a8;

    font-size: 8px;
}

.contact-channel-icon {
    display: grid;

    width: 52px;
    height: 52px;

    place-items: center;

    margin-top: 45px;

    border: 1px solid #d1cec7;

    color: #6f84d5;

    font-size: 16px;
}

.contact-channel small {
    margin-top: 40px;

    color: #7789cf;

    font-size: 7px;

    letter-spacing: 1px;
}

.contact-channel strong {
    margin-top: 8px;

    font-family: "Space Grotesk", sans-serif;

    font-size: 20px;
    font-weight: 500;
}

.contact-channel p {
    max-width: 320px;

    margin-top: 12px;

    color: #777b81;

    font-size: 9px;
    line-height: 1.75;
}

.channel-arrow {
    position: absolute;

    right: 27px;
    bottom: 27px;

    color: #777f8b;

    font-size: 9px;
}


/*================================================
    FLOW
================================================*/

.contact-flow {
    padding: 135px 0;

    background: #090b0f;
}

.contact-flow-layout {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    align-items: start;

    gap: 100px;
}

.contact-flow-heading h2 {
    margin: 18px 0;

    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 51px;
    font-weight: 500;
    line-height: 1.05;

    letter-spacing: -2px;
}

.contact-flow-heading p {
    max-width: 470px;

    color: #727c8b;

    font-size: 11px;
    line-height: 1.8;
}

.contact-flow-board {
    border-top: 1px solid rgba(255,255,255,.1);
}

.contact-flow-board > div {
    display: grid;

    grid-template-columns: 45px .35fr 1fr;

    align-items: center;

    min-height: 110px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-flow-board span {
    color: #495362;

    font-size: 8px;
}

.contact-flow-board small {
    color: #5c74c5;

    font-size: 7px;

    letter-spacing: 1px;
}

.contact-flow-board strong {
    color: #abb3bf;

    font-size: 10px;
}


/*================================================
    FAQ
================================================*/

.contact-faq {
    padding: 135px 0;

    background: #0d1016;
}

.contact-faq-heading {
    display: grid;

    grid-template-columns: .3fr 1fr;

    margin-bottom: 65px;
}

.contact-faq-heading h2 {
    color: #fff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 51px;
    font-weight: 500;

    letter-spacing: -2px;
}

.contact-faq-list {
    border-top: 1px solid rgba(255,255,255,.1);
}

.contact-faq-list details {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.contact-faq-list summary {
    display: grid;

    grid-template-columns: 50px 1fr 30px;

    align-items: center;

    min-height: 100px;

    list-style: none;

    color: #c3c9d2;

    cursor: pointer;

    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
}

.contact-faq-list summary::-webkit-details-marker {
    display: none;
}

.contact-faq-list summary span {
    color: #4b5564;

    font-family: "Manrope", sans-serif;
    font-size: 8px;
}

.contact-faq-list summary i {
    color: #687384;

    font-size: 9px;

    transition: .3s;
}

.contact-faq-list details[open] summary i {
    transform: rotate(45deg);

    color: #8199ee;
}

.contact-faq-list details > p {
    max-width: 760px;

    margin: -10px 0 30px 50px;

    color: #707a89;

    font-size: 10px;
    line-height: 1.8;
}


/*================================================
    RESPONSIVE
================================================*/

@media (max-width: 1050px) {

    .contact-page-hero-layout,
    .contact-form-layout,
    .contact-flow-layout {
        grid-template-columns: 1fr;
    }

    .contact-page-hero h1 {
        font-size: 66px;
    }

    .contact-form-left {
        position: static;
    }

    .project-type-list {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 700px) {

    .contact-page-hero {
        min-height: auto;

        padding: 135px 0 70px;
    }

    .contact-page-hero h1 {
        font-size: 45px;

        letter-spacing: -2.3px;
    }

    .contact-page-hero-right {
        margin-top: 20px;
    }

    .contact-page-hero-right > div {
        align-items: flex-start;

        flex-direction: column;

        justify-content: center;

        gap: 8px;

        padding: 16px 0;
    }

    .contact-page-hero-right strong,
    .contact-page-hero-right a {
        text-align: left;
    }

    .contact-page-hero-bottom {
        flex-direction: column;

        gap: 12px;
    }

    .contact-intro,
    .contact-form-section,
    .contact-channels,
    .contact-flow,
    .contact-faq {
        padding: 85px 0;
    }

    .contact-intro-layout {
        grid-template-columns: 1fr;
    }

    .contact-intro h2,
    .contact-form-left h2,
    .contact-channels-heading h2,
    .contact-flow-heading h2,
    .contact-faq-heading h2 {
        font-size: 38px;
    }

    .contact-intro-side {
        display: none;
    }

    .contact-form-layout {
        gap: 50px;
    }

    .project-type-list {
        grid-template-columns: 1fr;
    }

    .project-type-box {
        min-height: 140px;
    }

    .project-form {
        padding: 25px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-channels-heading,
    .contact-faq-heading {
        grid-template-columns: 1fr;

        gap: 15px;

        margin-bottom: 45px;
    }

    .contact-channel-grid {
        grid-template-columns: 1fr;
    }

    .contact-channel {
        min-height: 280px;
    }

    .contact-flow-layout {
        gap: 50px;
    }

    .contact-flow-board > div {
        grid-template-columns: 30px 1fr;

        gap: 10px;

        padding: 20px 0;
    }

    .contact-flow-board strong {
        grid-column: 2;
    }

    .contact-faq-list summary {
        grid-template-columns: 32px 1fr 20px;

        gap: 10px;

        padding: 20px 0;

        font-size: 14px;
    }

    .contact-faq-list details > p {
        margin: 0 0 25px 42px;
    }

}


/*================================================
    FORM MESSAGE
================================================*/

.contact-form-message {
    display: flex;

    align-items: flex-start;
    gap: 14px;

    margin: 25px 25px 0;
    padding: 18px;

    border: 1px solid rgba(255,255,255,.1);

    font-size: 10px;
    line-height: 1.6;
}

.contact-form-message > i {
    margin-top: 2px;

    font-size: 14px;
}

.contact-form-message > div {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.contact-form-message strong {
    color: #dfe4eb;

    font-size: 10px;
}

.contact-form-message span {
    color: #727d8c;

    font-size: 9px;
}


.contact-form-message.success {
    border-color: rgba(92, 211, 155, .25);

    background:
        rgba(92, 211, 155, .055);
}

.contact-form-message.success > i {
    color: #68d5a2;
}


.contact-form-message.error {
    border-color: rgba(226, 105, 105, .25);

    background:
        rgba(226, 105, 105, .055);
}

.contact-form-message.error > i {
    color: #df7777;
}