/* RC-04 support, policy, and recovery pages. Keep this stylesheet page-scoped. */
body.rc-site .rc-support-page {
    background: var(--rc-white);
}

body.rc-site .rc-support-hero {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    overflow: hidden;
    padding: 96px 0 82px;
    position: relative;
}

body.rc-site .rc-support-hero::after {
    background: var(--rc-soft);
    border-radius: 50%;
    content: "";
    height: 360px;
    opacity: 0.72;
    position: absolute;
    right: -120px;
    top: -190px;
    width: 360px;
}

body.rc-site .rc-support-hero__inner {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    position: relative;
    z-index: 1;
}

body.rc-site .rc-support-hero__copy {
    max-width: 700px;
}

body.rc-site .rc-support-hero h1 {
    color: var(--rc-charcoal);
    font-size: var(--rc-text-display);
    letter-spacing: -0.04em;
    line-height: 1.1;
    margin: 18px 0 24px;
    text-wrap: balance;
}

body.rc-site .rc-support-hero h1 span {
    color: var(--rc-coral);
}

body.rc-site .rc-support-lede {
    color: var(--rc-muted);
    font-size: var(--rc-text-lede);
    line-height: 1.7;
    max-width: 620px;
}

body.rc-site .rc-support-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
}

body.rc-site .rc-support-meta a,
body.rc-site .rc-support-meta span {
    color: var(--rc-coral-dark);
    font-size: var(--rc-text-caption);
    font-weight: 700;
}

body.rc-site .rc-support-hero-art {
    min-height: 300px;
    position: relative;
}

body.rc-site .rc-support-hero-art::before,
body.rc-site .rc-support-hero-art::after {
    border-radius: 48% 52% 55% 45% / 51% 43% 57% 49%;
    content: "";
    position: absolute;
}

body.rc-site .rc-support-hero-art::before {
    background: var(--rc-teal-light);
    height: 220px;
    right: 4%;
    top: 20px;
    transform: rotate(11deg);
    width: 260px;
}

body.rc-site .rc-support-hero-art::after {
    background: var(--rc-lavender);
    bottom: 0;
    height: 150px;
    left: 4%;
    transform: rotate(-18deg);
    width: 190px;
}

body.rc-site .rc-support-bubble {
    align-items: center;
    background: var(--rc-white);
    border: 1px solid var(--rc-hairline);
    border-radius: 40px;
    box-shadow: 0 18px 34px rgba(68, 68, 68, 0.09);
    display: flex;
    height: 190px;
    justify-content: center;
    left: 15%;
    position: absolute;
    top: 50px;
    transform: rotate(-7deg);
    width: 245px;
    z-index: 1;
}

body.rc-site .rc-support-bubble::after {
    background: var(--rc-white);
    border-bottom: 1px solid var(--rc-hairline);
    border-right: 1px solid var(--rc-hairline);
    bottom: -17px;
    content: "";
    height: 38px;
    left: 55px;
    position: absolute;
    transform: skewX(-25deg) rotate(28deg);
    width: 38px;
}

body.rc-site .rc-support-bubble__dots {
    display: flex;
    gap: 12px;
}

body.rc-site .rc-support-bubble__dots span {
    background: var(--rc-coral);
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

body.rc-site .rc-support-bubble__dots span:nth-child(2) {
    background: var(--rc-teal);
}

body.rc-site .rc-support-bubble__dots span:nth-child(3) {
    background: var(--rc-purple);
}

body.rc-site .rc-support-section {
    padding: 88px 0 120px;
}

body.rc-site .rc-support-section--soft {
    background: var(--rc-soft);
}

body.rc-site .rc-support-section-heading {
    margin-bottom: 42px;
    max-width: 720px;
}

body.rc-site .rc-support-section-heading h2 {
    font-size: var(--rc-text-section);
    line-height: 1.1;
    margin-top: 14px;
    text-wrap: balance;
}

body.rc-site .rc-support-section-heading p:last-child {
    color: var(--rc-muted);
    margin-top: 16px;
    max-width: 620px;
}

body.rc-site .rc-support-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.68fr);
}

body.rc-site .rc-support-card {
    background: var(--rc-white);
    border: 1px solid var(--rc-hairline);
    border-radius: var(--rc-radius);
    padding: 40px;
}

body.rc-site .rc-support-card--soft {
    background: var(--rc-soft);
}

body.rc-site .rc-support-card h2,
body.rc-site .rc-support-card h3 {
    line-height: 1.2;
}

body.rc-site .rc-support-card h2 {
    font-size: var(--rc-text-heading);
}

body.rc-site .rc-support-card h3 {
    font-size: var(--rc-text-subheading);
    font-weight: 700;
    line-height: 1.3;
}

body.rc-site .rc-support-card p + p,
body.rc-site .rc-support-card p + ul,
body.rc-site .rc-support-card ul + p,
body.rc-site .rc-support-card h3 + p,
body.rc-site .rc-support-card details + details {
    margin-top: 18px;
}

body.rc-site .rc-support-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin-top: 18px;
}

body.rc-site .rc-support-card li {
    padding-left: 23px;
    position: relative;
}

body.rc-site .rc-support-card li::before {
    color: var(--rc-coral);
    content: "•";
    font-size: var(--rc-text-subheading);
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0.15em;
}

body.rc-site .rc-support-card strong {
    font-weight: 700;
}

body.rc-site .rc-support-card a {
    font-weight: 700;
}

body.rc-site .rc-support-form {
    display: grid;
    gap: 20px;
}

body.rc-site .rc-support-form h2 {
    font-size: var(--rc-text-reading-heading);
    line-height: 1.2;
    margin-bottom: 2px;
    text-wrap: balance;
}

body.rc-site .rc-support-form__intro {
    color: var(--rc-muted);
    font-size: var(--rc-text-body);
    line-height: 1.55;
    margin-bottom: 2px;
}

body.rc-site .rc-support-field {
    display: grid;
    gap: 7px;
}

body.rc-site .rc-support-field label {
    font-size: var(--rc-text-body);
    font-weight: 700;
}

body.rc-site .rc-support-field input,
body.rc-site .rc-support-field textarea {
    background: var(--rc-white);
    border: 1px solid var(--rc-hairline);
    border-radius: 8px;
    color: var(--rc-charcoal);
    font-size: var(--rc-text-body);
    line-height: 1.5;
    padding: 12px 15px;
    width: 100%;
}

body.rc-site .rc-support-field input::placeholder,
body.rc-site .rc-support-field textarea::placeholder {
    color: var(--rc-muted);
    opacity: 1;
}

body.rc-site .rc-support-field input {
    min-height: 48px;
}

body.rc-site .rc-support-field textarea {
    min-height: 150px;
    resize: vertical;
}

body.rc-site .rc-support-field input[aria-invalid="true"],
body.rc-site .rc-support-field textarea[aria-invalid="true"] {
    border-color: var(--rc-coral-dark);
}

body.rc-site .rc-support-field__error {
    color: var(--rc-coral-dark);
    font-size: var(--rc-text-body);
    line-height: 1.55;
    min-height: 1.35em;
}

body.rc-site .rc-support-form__note,
body.rc-site .rc-support-form__status {
    color: var(--rc-muted);
    font-size: var(--rc-text-body);
    line-height: 1.55;
}

body.rc-site .rc-support-form__status:empty {
    display: none;
}

body.rc-site .rc-support-form__status[data-state="error"] {
    color: var(--rc-coral-dark);
    font-weight: 700;
}

body.rc-site .rc-support-form__status[data-state="success"] {
    color: #28766e;
    font-weight: 700;
}

body.rc-site .rc-support-form .rc-button {
    justify-self: start;
}

body.rc-site .rc-support-checklist {
    border-top: 1px solid var(--rc-hairline);
    margin-top: 28px;
    padding-top: 22px;
}

body.rc-site .rc-support-checklist h3 {
    margin-bottom: 12px;
}

body.rc-site .rc-support-faq-list {
    border-top: 1px solid var(--rc-hairline);
    margin-top: 26px;
}

body.rc-site .rc-support-faq-list details {
    border-bottom: 1px solid var(--rc-hairline);
    padding: 0;
}

body.rc-site .rc-support-faq-list summary {
    cursor: pointer;
    font-size: var(--rc-text-body);
    font-weight: 700;
    list-style: none;
    line-height: 1.6;
    padding: 20px 32px 20px 0;
    position: relative;
}

body.rc-site .rc-support-faq-list summary::-webkit-details-marker {
    display: none;
}

body.rc-site .rc-support-faq-list summary::after {
    color: var(--rc-coral);
    content: "+";
    font-size: var(--rc-text-subheading);
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: 16px;
}

body.rc-site .rc-support-faq-list details[open] summary::after {
    content: "−";
}

body.rc-site .rc-support-faq-list details p {
    color: var(--rc-muted);
    padding: 0 30px 22px 0;
}

body.rc-site .rc-support-article {
    margin: 0 auto;
    max-width: 65ch;
}

body.rc-site .rc-support-article > p,
body.rc-site .rc-support-article > ul,
body.rc-site .rc-support-article > ol {
    font-size: var(--rc-text-lede);
    line-height: 1.7;
}

body.rc-site .rc-support-article > p:first-of-type {
    color: var(--rc-muted);
    margin-bottom: 46px;
}

body.rc-site .rc-support-article h2 {
    border-top: 1px solid var(--rc-hairline);
    font-size: var(--rc-text-reading-heading);
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-top: 38px;
    padding-top: 28px;
    text-wrap: balance;
}

body.rc-site .rc-support-article h2:first-of-type {
    margin-top: 0;
}

body.rc-site .rc-support-article h2 + p {
    margin-top: 14px;
}

body.rc-site .rc-support-error-grid {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
}

body.rc-site .rc-support-error-grid h1 {
    max-width: 680px;
}

body.rc-site .rc-support-error-art {
    align-items: center;
    background: var(--rc-soft);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

body.rc-site .rc-support-error-art::before,
body.rc-site .rc-support-error-art::after {
    border-radius: 50%;
    content: "";
    height: 180px;
    position: absolute;
    width: 180px;
}

body.rc-site .rc-support-error-art::before {
    background: var(--rc-teal-light);
    left: -34px;
    top: -50px;
}

body.rc-site .rc-support-error-art::after {
    background: var(--rc-lavender);
    bottom: -58px;
    right: -28px;
}

body.rc-site .rc-support-error-bubble {
    background: var(--rc-white);
    border: 1px solid var(--rc-hairline);
    border-radius: 40px;
    box-shadow: 0 16px 32px rgba(68, 68, 68, 0.09);
    padding: 28px 34px 32px;
    position: relative;
    text-align: center;
    transform: rotate(4deg);
    z-index: 1;
}

body.rc-site .rc-support-error-bubble::after {
    background: var(--rc-white);
    border-bottom: 1px solid var(--rc-hairline);
    border-right: 1px solid var(--rc-hairline);
    bottom: -17px;
    content: "";
    height: 36px;
    left: 52px;
    position: absolute;
    transform: rotate(28deg) skewX(-24deg);
    width: 36px;
}

body.rc-site .rc-support-error-bubble strong {
    color: var(--rc-coral);
    display: block;
    font-size: var(--rc-text-display);
    letter-spacing: -0.04em;
    line-height: 1;
}

body.rc-site .rc-support-error-bubble p {
    color: var(--rc-muted);
    font-size: var(--rc-text-body);
    line-height: 1.55;
    margin-top: 12px;
}

body.rc-site .rc-support-recovery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}

body.rc-site .rc-support-recovery a {
    align-items: flex-start;
    background: var(--rc-white);
    border: 1px solid var(--rc-hairline);
    border-radius: 24px;
    color: var(--rc-charcoal);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 150px;
    padding: 24px;
    text-decoration: none;
}

body.rc-site .rc-support-recovery a:hover {
    border-color: var(--rc-coral);
    transform: translateY(-2px);
}

body.rc-site .rc-support-recovery strong {
    color: var(--rc-coral-dark);
    font-size: var(--rc-text-subheading);
}

body.rc-site .rc-support-recovery span {
    color: var(--rc-muted);
    font-size: var(--rc-text-body);
}

@media (max-width: 820px) {
    body.rc-site .rc-support-hero__inner,
    body.rc-site .rc-support-layout,
    body.rc-site .rc-support-error-grid {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    body.rc-site .rc-support-hero-art {
        margin: 0 auto;
        max-width: 430px;
        width: 100%;
    }

    body.rc-site .rc-support-error-art {
        margin: 0 auto;
        max-width: 520px;
        width: 100%;
    }

    body.rc-site .rc-support-recovery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    body.rc-site .rc-support-hero {
        padding: 64px 0 58px;
    }

    body.rc-site .rc-support-hero-art {
        min-height: 250px;
    }

    body.rc-site .rc-support-bubble {
        left: 12%;
        transform: scale(0.86) rotate(-7deg);
        transform-origin: center;
    }

    body.rc-site .rc-support-section {
        padding: 70px 0 82px;
    }

    body.rc-site .rc-support-card {
        border-radius: var(--rc-radius-mobile);
        padding: 24px;
    }

    body.rc-site .rc-support-form .rc-button {
        justify-self: stretch;
        width: 100%;
    }

    body.rc-site .rc-support-recovery {
        grid-template-columns: 1fr;
    }

    body.rc-site .rc-support-error-art {
        border-radius: var(--rc-radius-mobile);
        min-height: 250px;
    }
}
