.support-shell {
    position: fixed;
    right: 1.25rem;
    bottom: 6.1rem;
    z-index: 1081;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
}

.support-launcher {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #c64632 0%, #f07f3e 100%);
    color: #fff;
    padding: 0.75rem 0.95rem;
    box-shadow: 0 16px 36px rgba(198, 70, 50, 0.28);
}

.support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
}

.support-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.support-copy strong {
    font-size: 0.92rem;
}

.support-copy span {
    font-size: 0.76rem;
    opacity: 0.85;
}

.support-panel {
    width: min(22rem, calc(100vw - 1rem));
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 22px 60px rgba(23, 49, 77, 0.24);
    border: 1px solid rgba(23, 49, 77, 0.12);
    overflow: hidden;
}

.support-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(23, 49, 77, 0.1);
    background: #fff5ef;
}

.support-panel-header h2 {
    margin: 0;
    font-size: 1.05rem;
}

.support-close {
    border: 0;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: rgba(23, 49, 77, 0.08);
    font-size: 1.1rem;
}

.support-panel-body {
    padding: 1rem;
}

.consent-banner {
    position: fixed;
    left: 50%;
    bottom: 0.8rem;
    transform: translateX(-50%);
    width: min(52rem, calc(100vw - 1rem));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 0.85rem;
    background: #17314d;
    color: #f8fbff;
    padding: 0.8rem 1rem;
    z-index: 1090;
    box-shadow: 0 12px 30px rgba(9, 20, 33, 0.28);
}

@media (max-width: 575.98px) {
    .support-shell {
        right: 0.75rem;
        bottom: 5.6rem;
    }

    .support-launcher {
        padding: 0.65rem;
    }

    .support-copy {
        display: none;
    }

    .consent-banner {
        flex-direction: column;
        align-items: stretch;
        bottom: 0.5rem;
    }
}

.support-page {
    --support-accent: #fb6f57;
    --support-deep: #17314d;
    --support-muted: #4b6178;
    --support-border: rgba(23, 49, 77, 0.1);
    --support-surface: rgba(255, 255, 255, 0.88);
    color: var(--support-deep);
    font-family: 'Sora', 'Segoe UI', sans-serif;
}

.support-surface {
    border-radius: 1.6rem;
    border: 1px solid var(--support-border);
    background: var(--support-surface);
    box-shadow: 0 18px 38px rgba(17, 37, 61, 0.1);
}

.support-hero-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(246, 196, 83, 0.34), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(94, 177, 191, 0.24), transparent 23%),
        linear-gradient(135deg, #fbfdff 0%, #fff4eb 50%, #eefaf9 100%);
}

.support-hero-card::after {
    content: '';
    position: absolute;
    inset: auto -3rem -6rem auto;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: rgba(251, 111, 87, 0.1);
    filter: blur(8px);
}

.support-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
    gap: 1.15rem;
    align-items: start;
}

.support-eyebrow,
.support-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(23, 49, 77, 0.08);
    color: var(--support-deep);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.support-title,
.support-section-title {
    margin-bottom: 0.6rem;
    color: #10233b;
    font-family: 'Fraunces', Georgia, serif;
}

.support-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.support-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.support-summary,
.support-mini-copy,
.support-note,
.support-wallet-note,
.support-wallet-hint,
.support-page .form-text,
.support-copy-muted {
    color: var(--support-muted);
}

.support-summary {
    max-width: 62ch;
    line-height: 1.85;
}

.support-note {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.support-hero-aside {
    padding: 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(23, 49, 77, 0.08);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
}

.support-highlight-list,
.support-impact-list {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.5rem;
    color: var(--support-muted);
    line-height: 1.7;
}

.support-payment-card,
.support-impact-card,
.support-feedback-card {
    height: 100%;
}

.support-feedback-actions {
    display: grid;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.95rem;
}

.support-feedback-actions .support-link-btn,
.support-feedback-actions .support-link-btn-secondary,
.support-feedback-actions .support-policy-link {
    width: 100%;
}

.support-payment-section .form-label {
    color: #10233b;
    font-weight: 700;
}

.support-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.support-page .form-control {
    min-height: 3.1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(23, 49, 77, 0.14);
    padding: 0.75rem 0.95rem;
    box-shadow: none;
}

.support-page textarea.form-control {
    min-height: 8.2rem;
}

.support-page .form-control:focus {
    border-color: rgba(94, 177, 191, 0.8);
    box-shadow: 0 0 0 0.24rem rgba(94, 177, 191, 0.16);
}

.support-public-check {
    border: 1px solid rgba(23, 49, 77, 0.1);
    border-radius: 0.9rem;
    padding: 0.7rem 0.85rem 0.7rem 2.05rem;
    background: rgba(255, 255, 255, 0.74);
}

.support-amount-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.support-amount-chip {
    border: 1px solid rgba(23, 49, 77, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--support-deep);
    min-height: 2.7rem;
    padding: 0.55rem 1rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.support-amount-chip:hover,
.support-amount-chip:focus-visible,
.support-amount-chip.is-active {
    border-color: rgba(251, 111, 87, 0.65);
    box-shadow: 0 10px 20px rgba(251, 111, 87, 0.16);
    transform: translateY(-1px);
}

.support-amount-chip.is-active {
    background: linear-gradient(135deg, rgba(251, 111, 87, 0.12), rgba(246, 161, 77, 0.14));
}

.support-amount-input-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.6rem;
    align-items: center;
}

.support-currency-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    min-width: 4.1rem;
    border: 1px solid rgba(23, 49, 77, 0.14);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.76);
    color: #10233b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.support-wallet-note,
.support-wallet-hint {
    font-size: 0.82rem;
    line-height: 1.6;
}

.support-status {
    min-height: 1.25rem;
    margin-bottom: 0.65rem;
    font-size: 0.84rem;
    color: #2c6b8f;
}

.support-express-lane {
    border: 1px solid rgba(23, 49, 77, 0.12);
    border-radius: 1rem;
    padding: 0.7rem;
    background: rgba(255, 255, 255, 0.84);
}

.support-express-wrap {
    position: relative;
    min-height: 3.15rem;
    border-radius: 0.75rem;
    transition: opacity 0.2s ease;
}

.support-express-wrap.is-loading {
    opacity: 0.76;
}

.support-express-wrap.is-loading::after {
    content: 'Checking wallet options...';
    position: absolute;
    right: 0.55rem;
    top: 0.35rem;
    font-size: 0.74rem;
    color: var(--support-muted);
}

.support-payment-divider {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
    color: var(--support-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.support-payment-divider::before,
.support-payment-divider::after {
    content: '';
    height: 1px;
    flex: 1;
    background: rgba(23, 49, 77, 0.16);
}

.support-payment-element-wrap {
    position: relative;
    border-radius: 1rem;
    border: 1px solid rgba(23, 49, 77, 0.12);
    background: rgba(255, 255, 255, 0.94);
    padding: 0.8rem;
    min-height: 5.5rem;
    transition: opacity 0.2s ease;
}

.support-payment-element-wrap.is-loading {
    opacity: 0.76;
}

.support-payment-element-wrap.is-loading::after {
    content: 'Refreshing secure form...';
    position: absolute;
    right: 0.7rem;
    top: 0.4rem;
    font-size: 0.75rem;
    color: var(--support-muted);
}

.support-error {
    min-height: 1.1rem;
    color: #b42318;
    font-size: 0.84rem;
}

.support-submit {
    width: 100%;
    min-height: 3.15rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb6f57 0%, #f6a14d 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 30px rgba(251, 111, 87, 0.27);
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.support-submit:hover,
.support-submit:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(251, 111, 87, 0.3);
}

.support-submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.support-link-btn,
.support-link-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 49, 77, 0.3);
    background: rgba(255, 255, 255, 0.96);
    color: var(--support-deep);
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(17, 37, 61, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.support-link-btn:hover,
.support-link-btn-secondary:hover,
.support-link-btn:focus-visible,
.support-link-btn-secondary:focus-visible {
    color: var(--support-deep);
    transform: translateY(-1px);
    border-color: rgba(251, 111, 87, 0.78);
    background: rgba(255, 246, 239, 0.98);
    box-shadow: 0 12px 22px rgba(251, 111, 87, 0.16);
}

.support-link-btn-secondary {
    background: rgba(23, 49, 77, 0.08);
}

.support-policy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px dashed rgba(23, 49, 77, 0.38);
    background: rgba(255, 255, 255, 0.94);
    color: var(--support-deep);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(17, 37, 61, 0.06);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.support-policy-link:hover,
.support-policy-link:focus-visible {
    color: var(--support-deep);
    border-color: rgba(251, 111, 87, 0.78);
    background: rgba(255, 246, 239, 0.98);
    box-shadow: 0 10px 20px rgba(251, 111, 87, 0.14);
}

.support-warning {
    border-radius: 1rem;
}

@media (max-width: 991.98px) {
    .support-hero-card {
        padding: 1.4rem;
    }

    .support-hero-grid,
    .support-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .support-page {
        padding-bottom: 6rem;
    }

    .support-amount-chip,
    .support-link-btn,
    .support-link-btn-secondary,
    .support-policy-link {
        width: 100%;
    }

    .support-amount-presets {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .support-amount-presets {
        grid-template-columns: 1fr;
    }
}
