/* Kinvia contact page */
.support-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.support-layout {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 1.5rem;
    align-items: start;
}

.support-intro-card,
.support-form-card {
    position: relative;
    border: 1px solid #e3e7ee;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(24, 32, 50, .08);
    overflow: hidden;
}

.support-intro-card {
    position: sticky;
    top: 96px;
    min-height: 100%;
    background:
        radial-gradient(circle at top right, rgba(226, 47, 78, .16), transparent 34%),
        linear-gradient(145deg, #ffffff, #f7f8fb);
}

.support-intro-glow {
    position: absolute;
    top: -90px;
    right: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(224, 42, 75, .08);
    filter: blur(4px);
}

.support-intro-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.support-eyebrow {
    display: inline-block;
    margin-bottom: .55rem;
    color: #d92848;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.support-intro-card h1,
.support-form-card h2 {
    margin: 0;
    color: #1d2638;
    line-height: 1.15;
}

.support-intro-card h1 {
    max-width: 560px;
    font-size: clamp(2.2rem, 4vw, 3.55rem);
}

.support-intro-text {
    margin: 1rem 0 0;
    color: #697286;
    font-size: 1.02rem;
    line-height: 1.75;
}

.support-guidance {
    display: grid;
    gap: .9rem;
    margin-top: 1.6rem;
}

.support-guidance article {
    display: flex;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid #e8ebf1;
    border-radius: 16px;
    background: rgba(255, 255, 255, .84);
}

.support-step-number {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    background: #fff0f3;
    color: #d92848;
    font-weight: 900;
}

.support-guidance strong {
    display: block;
    color: #293246;
}

.support-guidance p {
    margin: .35rem 0 0;
    color: #747d90;
    line-height: 1.55;
    font-size: .93rem;
}

.support-note {
    display: flex;
    gap: .8rem;
    margin-top: 1.2rem;
    padding: 1rem;
    border-radius: 15px;
    background: #20293b;
    color: #ffffff;
}

.support-note span {
    color: #ff738c;
}

.support-note p {
    margin: 0;
    color: #dce1ea;
    line-height: 1.55;
    font-size: .92rem;
}

.support-form-card {
    padding: 1.6rem;
}

.support-form-heading {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.support-form-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ec3657, #c91d3d);
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 12px 24px rgba(211, 32, 67, .22);
}

.support-form-heading h2 {
    font-size: 1.65rem;
}

.support-form-heading p {
    margin: .35rem 0 0;
    color: #7a8395;
    font-size: .92rem;
}

.support-errors {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #ffd0d8;
    border-radius: 14px;
    background: #fff4f6;
    color: #a91f39;
}

.support-errors ul {
    margin: .55rem 0 0;
    padding-left: 1.2rem;
}

.support-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.support-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.support-field {
    display: grid;
    gap: .5rem;
}

.support-field > span {
    color: #293246;
    font-weight: 800;
}

.support-field b {
    color: #d92848;
}

.support-field small {
    color: #858d9e;
    font-size: .82rem;
}

.support-field input,
.support-field textarea {
    width: 100%;
    border: 1px solid #dce1e9;
    border-radius: 13px;
    background: #fbfcfe;
    color: #1f2939;
    font: inherit;
    outline: none;
    box-sizing: border-box;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.support-field input {
    min-height: 50px;
    padding: .82rem .95rem;
}

.support-field textarea {
    min-height: 210px;
    padding: .95rem;
    resize: vertical;
    line-height: 1.6;
}

.support-field input:focus,
.support-field textarea:focus {
    border-color: #de3655;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(222, 54, 85, .1);
}

.support-readonly-field {
    background: #f1f3f6 !important;
    color: #5f687a !important;
    cursor: not-allowed;
}

.support-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 52px;
    padding: .85rem 1.1rem;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #e83150, #c71d3d);
    color: #ffffff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(207, 31, 64, .24);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.support-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(207, 31, 64, .3);
}

.support-submit-button span:last-child {
    font-size: 1.1rem;
}

@media (max-width: 980px) {
    .support-layout {
        grid-template-columns: 1fr;
    }

    .support-intro-card {
        position: static;
    }
}

@media (max-width: 650px) {
    .support-page {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }

    .support-intro-content,
    .support-form-card {
        padding: 1.15rem;
    }

    .support-intro-card,
    .support-form-card {
        border-radius: 18px;
    }

    .support-field-grid {
        grid-template-columns: 1fr;
    }

    .support-form-heading {
        align-items: flex-start;
    }

    .support-submit-button {
        width: 100%;
    }
}
