.remote-support-page {
    background:
        radial-gradient(circle at top left, rgba(82, 149, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #f6faff 0%, #ffffff 22%, #f8fbff 100%);
    color: #11233e;
}

.remote-support-page,
.remote-support-page * {
    box-sizing: border-box;
}

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

.remote-support-page .landing-hero {
    padding: 88px 0 58px;
}

.remote-support-page .landing-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 36px;
    align-items: center;
}

.remote-support-page .landing-hero__copy h1,
.remote-support-page .section-heading h2,
.remote-support-page .highlight-card h2,
.remote-support-page .pricing-card h2,
.remote-support-page .cta-strip h2,
.remote-support-page .request-copy h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0d1f38;
}

.remote-support-page .landing-hero__copy h1 {
    font-size: clamp(2.5rem, 4vw, 4.6rem);
    line-height: 0.96;
    max-width: 12ch;
}

.remote-support-page .landing-hero__copy h1 span {
    color: #1c78ff;
}

.remote-support-page .landing-hero__copy p {
    max-width: 650px;
    margin: 20px 0 0;
    color: #4b5f7c;
    font-size: 1.1rem;
    line-height: 1.8;
}

.remote-support-page .eyebrow,
.remote-support-page .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(28, 120, 255, 0.08);
    color: #185ec5;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.remote-support-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.remote-support-page .btn,
.remote-support-page .btn-outline,
.remote-support-page .support-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.remote-support-page .btn {
    background: linear-gradient(135deg, #1d7dff, #49bfd2);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(29, 125, 255, 0.2);
}

.remote-support-page .btn-outline {
    border: 1px solid rgba(13, 31, 56, 0.12);
    color: #0d1f38;
    background: rgba(255, 255, 255, 0.8);
}

.remote-support-page .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.remote-support-page .hero-meta a {
    color: #0d1f38;
    font-weight: 700;
}

.remote-support-page .trust-note {
    margin-top: 14px;
    color: #52709a;
    font-size: 0.95rem;
}

.remote-support-page .landing-hero__panel {
    display: flex;
    justify-content: flex-end;
}

.remote-support-page .hero-panel-card,
.remote-support-page .highlight-card,
.remote-support-page .trust-card,
.remote-support-page .step-card,
.remote-support-page .pricing-card,
.remote-support-page .cta-strip,
.remote-support-page .support-form,
.remote-support-page .disclaimer-card {
    border: 1px solid rgba(17, 35, 62, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(25, 55, 94, 0.08);
}

.remote-support-page .hero-panel-card {
    width: min(100%, 420px);
    padding: 30px;
}

.remote-support-page .hero-panel-card__label {
    color: #1c78ff;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.remote-support-page .hero-panel-card h2 {
    margin: 14px 0 18px;
    font-family: "Manrope", sans-serif;
    font-size: 1.7rem;
    line-height: 1.15;
}

.remote-support-page .hero-checks {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.remote-support-page .hero-checks li {
    position: relative;
    padding-left: 28px;
    color: #415879;
    line-height: 1.55;
}

.remote-support-page .hero-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d7dff, #49bfd2);
    box-shadow: 0 0 0 4px rgba(29, 125, 255, 0.1);
}

.remote-support-page .section {
    padding: 34px 0;
}

.remote-support-page .section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.remote-support-page .section-heading h2,
.remote-support-page .highlight-card h2,
.remote-support-page .pricing-card h2,
.remote-support-page .cta-strip h2,
.remote-support-page .request-copy h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.06;
}

.remote-support-page .section-heading p,
.remote-support-page .highlight-card p,
.remote-support-page .pricing-card p,
.remote-support-page .cta-strip p,
.remote-support-page .request-copy p,
.remote-support-page .trust-card p,
.remote-support-page .step-card p,
.remote-support-page .pricing-aside p,
.remote-support-page .disclaimer-card p {
    color: #51647f;
    line-height: 1.75;
}

.remote-support-page .highlight-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 32px;
    background: linear-gradient(135deg, rgba(29, 125, 255, 0.08), rgba(73, 191, 210, 0.08));
}

.remote-support-page .trust-grid,
.remote-support-page .steps-grid,
.remote-support-page .request-grid {
    display: grid;
    gap: 18px;
}

.remote-support-page .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.remote-support-page .trust-card {
    padding: 24px;
}

.remote-support-page .trust-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.02rem;
    color: #0d1f38;
}

.remote-support-page .issues-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.remote-support-page .issue-item {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(17, 35, 62, 0.08);
    background: #ffffff;
    color: #173156;
    font-weight: 700;
}

.remote-support-page .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.remote-support-page .step-card {
    padding: 28px;
}

.remote-support-page .step-card span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d7dff, #49bfd2);
    color: #ffffff;
    font-weight: 800;
}

.remote-support-page .step-card h3 {
    margin: 18px 0 10px;
    font-size: 1.2rem;
    color: #0d1f38;
}

.remote-support-page .pricing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 24px;
    padding: 32px;
}

.remote-support-page .pricing-note {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(29, 125, 255, 0.08);
    color: #185ec5;
    font-size: 0.9rem;
    font-weight: 700;
}

.remote-support-page .pricing-aside {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #0e2441, #13345b);
}

.remote-support-page .pricing-aside p {
    color: rgba(255, 255, 255, 0.78);
}

.remote-support-page .price-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
}

.remote-support-page .cta-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 32px;
}

.remote-support-page .cta-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.remote-support-page .request-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
}

.remote-support-page .support-form {
    max-width: 100%;
    overflow: hidden;
    padding: 28px;
}

.remote-support-page .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.remote-support-page .form-full {
    grid-column: 1 / -1;
}

.remote-support-page .support-form label {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.remote-support-page .support-form span {
    color: #173156;
    font-size: 0.94rem;
    font-weight: 700;
}

.remote-support-page .support-form input,
.remote-support-page .support-form select,
.remote-support-page .support-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid rgba(17, 35, 62, 0.14);
    border-radius: 16px;
    background: #fbfdff;
    color: #11233e;
    font: inherit;
}

.remote-support-page .support-form textarea {
    resize: vertical;
}

.remote-support-page .support-form input:focus,
.remote-support-page .support-form select:focus,
.remote-support-page .support-form textarea:focus {
    outline: none;
    border-color: #1d7dff;
    box-shadow: 0 0 0 4px rgba(29, 125, 255, 0.12);
}

.remote-support-page .captcha-field {
    gap: 12px;
}

.remote-support-page .captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(29, 125, 255, 0.14);
    border-radius: 16px;
    background: rgba(29, 125, 255, 0.06);
    min-height: 58px;
    width: 100%;
    max-width: 100%;
}

.remote-support-page .captcha-question {
    display: block;
    margin: 0;
    color: #173156;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.remote-support-page .captcha-refresh {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(17, 35, 62, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #185ec5;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.remote-support-page .captcha-field input {
    margin-top: 2px;
}

.remote-support-page .captcha-refresh:hover,
.remote-support-page .captcha-refresh:focus-visible {
    border-color: rgba(29, 125, 255, 0.32);
    outline: none;
    box-shadow: 0 0 0 4px rgba(29, 125, 255, 0.1);
}

.remote-support-page .support-form .invalid {
    border-color: #d9475c;
    box-shadow: 0 0 0 4px rgba(217, 71, 92, 0.1);
}

.remote-support-page .form-error {
    min-height: 1em;
    color: #c83c52;
    font-size: 0.82rem;
}

.remote-support-page .support-form__submit {
    margin-top: 10px;
    border: 0;
    cursor: pointer;
}

.remote-support-page .support-form__note {
    margin-top: 14px;
    color: #607593;
    font-size: 0.92rem;
}

.remote-support-page .support-form__success {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(39, 183, 117, 0.12);
    color: #0f6d49;
    font-weight: 700;
}

.remote-support-page .disclaimer-card {
    padding: 28px;
}

.remote-support-page .disclaimer-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #0d1f38;
}

@media (max-width: 980px) {
    .remote-support-page .landing-hero__grid,
    .remote-support-page .pricing-card,
    .remote-support-page .request-grid,
    .remote-support-page .cta-strip,
    .remote-support-page .highlight-card,
    .remote-support-page .trust-grid,
    .remote-support-page .steps-grid {
        grid-template-columns: 1fr;
    }

    .remote-support-page .landing-hero__panel {
        justify-content: stretch;
    }

    .remote-support-page .hero-panel-card {
        width: 100%;
    }

    .remote-support-page .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .remote-support-page .landing-hero {
        padding: 72px 0 44px;
    }

    .remote-support-page .issues-grid,
    .remote-support-page .trust-grid,
    .remote-support-page .form-grid {
        grid-template-columns: 1fr;
    }

    .remote-support-page .hero-actions,
    .remote-support-page .hero-meta,
    .remote-support-page .cta-strip__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .remote-support-page .btn,
    .remote-support-page .btn-outline,
    .remote-support-page .support-form__submit {
        width: 100%;
    }

    .remote-support-page .highlight-card,
    .remote-support-page .cta-strip,
    .remote-support-page .support-form,
    .remote-support-page .pricing-card,
    .remote-support-page .hero-panel-card,
    .remote-support-page .trust-card,
    .remote-support-page .step-card,
    .remote-support-page .disclaimer-card {
        padding: 22px;
    }

    .remote-support-page .captcha-box {
        align-items: flex-start;
        flex-direction: column;
    }
}
