.suporte-home-page {
    min-height: calc(100vh - 76px);
}

.suporte-home-container {
    width: min(100%, 112rem);
    max-width: 112rem;
}

.suporte-home-hero {
    position: relative;
    padding: clamp(.75rem, 2.4vw, 1.8rem) 0 1.15rem;
}

.suporte-home-brand {
    position: absolute;
    left: 0;
    top: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .03em;
    opacity: .98;
}

.suporte-dg-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.35rem;
    height: 3.65rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at 30% 20%, rgba(168,85,247,.35), transparent 52%),
        radial-gradient(circle at 82% 82%, rgba(34,211,238,.22), transparent 50%),
        rgba(0,0,0,.34);
    color: #fff;
    font-weight: 950;
    letter-spacing: -.08em;
    box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

.suporte-home-title {
    margin: 0;
    font-size: clamp(3.1rem, 6.8vw, 5.6rem);
    line-height: .86;
    font-weight: 950;
    letter-spacing: -.085em;
    color: #fff;
    text-shadow: 0 18px 60px rgba(0,0,0,.55);
}

.suporte-home-title span {
    background: linear-gradient(90deg, #22d3ee, #38bdf8, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.suporte-home-subtitle {
    max-width: 46rem;
    margin: .95rem auto 0;
    color: #a7b1c2;
    font-size: clamp(1rem, 1.65vw, 1.45rem);
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: -.035em;
}

.suporte-home-subtitle strong {
    color: #67e8f9;
    font-weight: 950;
}

.suporte-home-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .95rem;
    width: min(100%, 58rem);
    margin: 1.65rem auto 0;
}

.suporte-home-benefits article,
.suporte-home-card,
.suporte-side-card {
    background: linear-gradient(180deg, rgba(10, 17, 30, .82), rgba(3, 8, 16, .88));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(18px);
}

.suporte-home-benefits article {
    min-height: 6.2rem;
    border-radius: 1.15rem;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    gap: .95rem;
    text-align: left;
}

.suporte-home-benefits svg {
    width: 2.25rem;
    height: 2.25rem;
    color: #22d3ee;
    flex-shrink: 0;
    filter: drop-shadow(0 0 18px rgba(34,211,238,.24));
}

.suporte-home-benefits article:nth-child(2) svg,
.suporte-home-benefits article:nth-child(3) svg {
    color: #a78bfa;
}

.suporte-home-benefits strong {
    display: block;
    color: #67e8f9;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    margin-bottom: .25rem;
}

.suporte-home-benefits article:nth-child(2) strong,
.suporte-home-benefits article:nth-child(3) strong {
    color: #c4b5fd;
}

.suporte-home-benefits span {
    display: block;
    color: #d1d5db;
    font-size: .8rem;
    line-height: 1.45;
    font-weight: 600;
}

.suporte-home-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(25rem, .82fr);
    gap: 1.5rem;
    align-items: start;
    margin-top: 1.1rem;
}

.suporte-home-card {
    position: relative;
    border-radius: 1.8rem;
    overflow: hidden;
}

.suporte-home-card::before,
.suporte-side-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 0% 0%, rgba(56,189,248,.12), transparent 18rem),
        radial-gradient(circle at 100% 15%, rgba(167,139,250,.14), transparent 22rem);
    opacity: .9;
}

.suporte-home-card-glow {
    position: absolute;
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    filter: blur(75px);
    opacity: .5;
    pointer-events: none;
}

.suporte-home-card-glow-cyan {
    right: -9rem;
    top: -9rem;
    background: rgba(56,189,248,.18);
}

.suporte-home-card-glow-violet {
    left: -9rem;
    bottom: -9rem;
    background: rgba(167,139,250,.16);
}

.suporte-form-inner {
    padding: clamp(1.15rem, 2.1vw, 1.8rem);
}

.suporte-form-heading {
    display: flex;
    align-items: center;
    gap: .95rem;
    margin-bottom: 1.25rem;
}

.suporte-form-icon {
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .95rem;
    border: 1px solid rgba(34,211,238,.2);
    background: rgba(34,211,238,.08);
    color: #22d3ee;
    flex-shrink: 0;
}

.suporte-form-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.suporte-form-heading p,
.suporte-payment-header p {
    margin: 0 0 .3rem;
    color: #67e8f9;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .18em;
}

.suporte-form-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.suporte-field-group {
    margin-top: 1.15rem;
}

.suporte-field-compact {
    margin-top: 0;
}

.suporte-field-row,
.suporte-payment-header,
.suporte-coupon-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: .68rem;
}

.suporte-field-label {
    display: block;
    color: #67e8f9;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.suporte-char-count {
    color: #64748b;
    font-size: .76rem;
    font-weight: 850;
}

.suporte-input-shell,
.suporte-textarea-shell {
    position: relative;
}

.suporte-input-shell svg,
.suporte-textarea-shell svg {
    position: absolute;
    left: 1.05rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.05rem;
    height: 1.05rem;
    color: #64748b;
    pointer-events: none;
}

.suporte-textarea-shell svg {
    top: 1.25rem;
    transform: none;
}

.suporte-input,
.suporte-textarea,
.suporte-money-input,
.suporte-coupon-input {
    width: 100%;
    border-radius: 1.05rem;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(0,0,0,.48);
    color: #fff;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.suporte-input {
    height: 3.05rem;
    padding: 0 1rem 0 2.85rem;
    font-size: .95rem;
}

.suporte-textarea {
    min-height: 8.2rem;
    max-height: 12rem;
    resize: vertical;
    padding: 1rem 1rem 1rem 2.85rem;
    font-size: .95rem;
    line-height: 1.55;
}

.suporte-input::placeholder,
.suporte-textarea::placeholder,
.suporte-money-input::placeholder,
.suporte-coupon-input::placeholder {
    color: #64748b;
}

.suporte-input:focus,
.suporte-textarea:focus,
.suporte-money-input:focus,
.suporte-coupon-input:focus {
    border-color: rgba(34,211,238,.62);
    background: rgba(0,0,0,.68);
    box-shadow: 0 0 0 4px rgba(34,211,238,.10), inset 0 1px 0 rgba(255,255,255,.05);
}

.suporte-payment-card {
    margin-top: 1.15rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.42);
    padding: clamp(.95rem, 1.7vw, 1.15rem);
}

.suporte-payment-header {
    margin-bottom: .85rem;
}

.suporte-payment-header h3 {
    margin: 0;
    color: #67e8f9;
    font-size: .92rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.suporte-payment-header span {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(0,0,0,.35);
    color: #cbd5e1;
    border-radius: 999px;
    padding: .38rem .65rem;
    font-size: .66rem;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.suporte-pix-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .72rem;
    margin-bottom: .75rem;
}

.pix-btn {
    min-height: 3rem;
    border-radius: .9rem;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.38);
    color: #d1d5db;
    font-size: .95rem;
    font-weight: 950;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.pix-btn:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.055);
    color: #fff;
}

.pix-btn.active-pix,
.pix-btn.border-cyan-400\/60 {
    border-color: rgba(34,211,238,.62) !important;
    background: rgba(34,211,238,.10) !important;
    color: #67e8f9 !important;
}

.suporte-pix-money-wrapper {
    position: relative;
}

.suporte-pix-currency-prefix {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    font-size: .95rem;
    font-weight: 950;
    color: rgb(148 163 184);
}

.suporte-money-input,
.suporte-pix-money-input {
    height: 3.1rem;
    padding-left: 3.75rem !important;
    padding-right: 1rem;
    font-size: 1.15rem;
    font-weight: 950;
    -moz-appearance: textfield;
}

.suporte-pix-money-input::-webkit-outer-spin-button,
.suporte-pix-money-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.suporte-payment-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: .82rem 0 .75rem;
}

.suporte-payment-divider span {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
}

.suporte-payment-divider strong {
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.18em;
    color: rgb(148 163 184);
}

.suporte-coupon-label {
    color: #c4b5fd;
}

.suporte-coupon-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    border: none;
    background: transparent;
    color: #a78bfa;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
    padding: .2rem 0;
}

.suporte-coupon-help:hover {
    color: #ddd6fe;
}

.suporte-coupon-help svg {
    width: .9rem;
    height: .9rem;
}

.suporte-coupon-input {
    height: 3rem;
    padding: 0 1rem;
    font-size: .92rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.suporte-coupon-note {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
    margin-top: .75rem;
    border-radius: .95rem;
    border: 1px solid rgba(167,139,250,.24);
    background: rgba(167,139,250,.09);
    color: #ddd6fe;
    padding: .75rem;
}

.suporte-coupon-note svg {
    width: 1rem;
    height: 1rem;
    margin-top: .15rem;
    flex-shrink: 0;
}

.suporte-coupon-note p,
.suporte-coupon-small,
.suporte-consent-message {
    margin: 0;
    font-size: .8rem;
    line-height: 1.45;
}

.suporte-coupon-small {
    color: #94a3b8;
    margin-top: .65rem;
}

.suporte-submit-button {
    position: relative;
    margin-top: 1rem;
    min-height: 3.55rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    overflow: hidden;
    border: 1px solid rgba(34,211,238,.36);
    border-radius: 1rem;
    background: linear-gradient(90deg, #06b6d4, #38bdf8, #a855f7);
    color: #fff;
    box-shadow: 0 18px 60px rgba(34,211,238,.18), 0 0 34px rgba(168,85,247,.16);
    padding: 0 1.25rem;
    font-size: .95rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, filter .2s ease;
}

.suporte-submit-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.suporte-submit-button svg {
    width: 1.2rem;
    height: 1.2rem;
}

.suporte-consent-message,
.suporte-home-footer-note,
.suporte-home-mobile-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: #9ca3af;
    text-align: center;
}

.suporte-consent-message {
    margin-top: .75rem;
}

.suporte-consent-message svg,
.suporte-home-footer-note svg,
.suporte-home-mobile-note svg {
    width: 1rem;
    height: 1rem;
    color: #c084fc;
    flex-shrink: 0;
}

/* Coluna direita */

.suporte-home-side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.suporte-side-card {
    position: relative;
    border-radius: 1.5rem;
    padding: 1.2rem;
    overflow: hidden;
}

.suporte-side-card > * {
    position: relative;
    z-index: 1;
}

.suporte-side-title {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.suporte-side-title-row {
    justify-content: space-between;
    align-items: flex-start;
}

.suporte-side-kicker {
    display: block;
    color: #38bdf8;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 950;
    margin-bottom: .25rem;
}

.suporte-side-title h2 {
    margin: 0;
    color: #c4b5fd;
    font-size: 1rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.suporte-live-dot {
    width: .65rem;
    height: .65rem;
    border-radius: 999px;
    background: #f43f5e;
    box-shadow: 0 0 20px rgba(244,63,94,.75);
    flex-shrink: 0;
}

.suporte-live-card.is-offline .suporte-live-dot {
    background: #38bdf8;
    box-shadow: 0 0 20px rgba(56,189,248,.65);
}

.suporte-live-content {
    display: grid;
    grid-template-columns: minmax(9.5rem, 46%) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.suporte-live-thumb {
    position: relative;
    display: block;
    min-height: 7.2rem;
    border-radius: .95rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at 25% 25%, rgba(56,189,248,.18), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(167,139,250,.18), transparent 50%),
        rgba(0,0,0,.45);
}

.suporte-live-thumb img {
    width: 100%;
    height: 100%;
    min-height: 7.2rem;
    object-fit: cover;
    display: block;
    opacity: .86;
}

.suporte-live-thumb-badge {
    position: absolute;
    right: .65rem;
    bottom: .65rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: .65rem;
    padding: .42rem .55rem;
    background: #ef4444;
    color: #fff;
    font-size: .68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.suporte-live-card.is-offline .suporte-live-thumb-badge {
    background: rgba(56,189,248,.95);
    color: #001017;
}

.suporte-live-content h3 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 950;
}

.suporte-live-content p {
    margin: .75rem 0 0;
    color: #cbd5e1;
    font-size: .92rem;
    line-height: 1.55;
}

.suporte-live-button {
    margin-top: 1rem;
    min-height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    border-radius: .9rem;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    color: #fff;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    transition: .2s ease;
}

.suporte-live-button:hover {
    transform: translateY(-1px);
    border-color: rgba(239,68,68,.35);
    background: rgba(255,255,255,.08);
}

.suporte-live-button svg:first-child {
    color: #ef4444;
}

.suporte-live-button svg {
    width: 1.1rem;
    height: 1.1rem;
}

.suporte-live-button svg:last-child {
    margin-left: auto;
    opacity: .72;
}

.suporte-live-button.is-disabled {
    pointer-events: none;
    opacity: .6;
}

.suporte-live-skeleton {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.09), rgba(255,255,255,.04));
    animation: suporteSkeleton 1.4s linear infinite;
}

@keyframes suporteSkeleton {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.suporte-see-all {
    color: #67e8f9;
    font-size: .82rem;
    font-weight: 850;
    text-decoration: none;
}

.suporte-see-all:hover {
    color: #fff;
}

.suporte-analysis-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.suporte-analysis-item {
    display: grid;
    grid-template-columns: 3.75rem minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
    min-height: 5.2rem;
    padding: .75rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.34);
    color: #fff;
    text-decoration: none;
    transition: .2s ease;
}

.suporte-analysis-item:hover {
    transform: translateY(-1px);
    border-color: rgba(56,189,248,.24);
    background: rgba(255,255,255,.055);
}

.suporte-analysis-icon {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: .85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(167,139,250,.16);
    color: #a78bfa;
}

.suporte-analysis-item.is-hardware .suporte-analysis-icon {
    background: rgba(56,189,248,.12);
    color: #38bdf8;
}

.suporte-analysis-icon svg {
    width: 1.55rem;
    height: 1.55rem;
}

.suporte-analysis-item small {
    display: block;
    color: #94a3b8;
    font-size: .78rem;
}

.suporte-analysis-item strong {
    display: block;
    color: #fff;
    font-size: .95rem;
    line-height: 1.25;
    font-weight: 950;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suporte-analysis-meta {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #94a3b8;
    margin-top: .25rem;
    font-size: .78rem;
}

.suporte-analysis-tag {
    border-radius: .38rem;
    border: 1px solid rgba(56,189,248,.22);
    background: rgba(56,189,248,.08);
    color: #67e8f9;
    padding: .12rem .35rem;
    font-weight: 950;
    text-transform: uppercase;
    font-size: .66rem;
}

.suporte-analysis-item.is-games .suporte-analysis-tag {
    border-color: rgba(167,139,250,.28);
    background: rgba(167,139,250,.11);
    color: #c4b5fd;
}

.suporte-analysis-arrow {
    color: #94a3b8;
}

.suporte-analysis-empty {
    color: #94a3b8;
    font-size: .9rem;
    line-height: 1.5;
    border: 1px dashed rgba(255,255,255,.14);
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(0,0,0,.25);
}

.suporte-receive-card h2 {
    margin: 0 0 1rem;
    color: #c4b5fd;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

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

.suporte-receive-grid article {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.suporte-receive-grid svg {
    width: 1.55rem;
    height: 1.55rem;
    color: #22d3ee;
    flex-shrink: 0;
    margin-top: .1rem;
}

.suporte-receive-grid strong {
    display: block;
    color: #e0f2fe;
    font-size: .86rem;
    font-weight: 950;
}

.suporte-receive-grid span {
    display: block;
    color: #cbd5e1;
    font-size: .8rem;
    line-height: 1.35;
    margin-top: .2rem;
}

.suporte-home-footer-note {
    margin: .15rem auto 0;
    max-width: 32rem;
    font-size: .9rem;
    line-height: 1.45;
    color: #c4b5fd;
}

.suporte-home-mobile-note {
    display: none;
}

/* Responsivo */

@media (max-width: 1280px) {
    .suporte-home-container {
        max-width: 92rem;
    }

    .suporte-home-main-grid {
        grid-template-columns: minmax(0, 1.16fr) minmax(23rem, .84fr);
    }
}

@media (max-width: 1024px) {
    .suporte-home-brand {
        display: none;
    }

    .suporte-home-main-grid {
        grid-template-columns: 1fr;
        max-width: 46rem;
        margin-left: auto;
        margin-right: auto;
    }

    .suporte-home-side {
        order: 2;
    }

    .suporte-home-form-card {
        order: 1;
    }

    .suporte-live-content {
        grid-template-columns: minmax(10rem, 42%) minmax(0, 1fr);
    }

    .suporte-home-benefits {
        max-width: 46rem;
    }
}

@media (max-width: 768px) {
    .suporte-home-container {
        max-width: 30rem;
    }

    .suporte-home-page {
        padding-top: .25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .suporte-home-hero {
        padding-top: .45rem;
    }

    .suporte-home-title {
        font-size: clamp(2.85rem, 16vw, 4rem);
        line-height: .9;
    }

    .suporte-home-subtitle {
        font-size: .98rem;
        line-height: 1.45;
        max-width: 24rem;
    }

    .suporte-home-benefits {
        grid-template-columns: 1fr;
        gap: .6rem;
        margin-top: 1.05rem;
    }

    .suporte-home-benefits article {
        min-height: auto;
        padding: .82rem .9rem;
        border-radius: 1rem;
        gap: .75rem;
    }

    .suporte-home-benefits svg {
        width: 1.45rem;
        height: 1.45rem;
    }

    .suporte-home-benefits strong {
        font-size: .72rem;
        margin-bottom: .06rem;
    }

    .suporte-home-benefits span {
        font-size: .78rem;
        line-height: 1.35;
    }

    .suporte-home-card {
        border-radius: 1.35rem;
    }

    .suporte-form-inner {
        padding: .95rem;
    }

    .suporte-form-heading {
        margin-bottom: 1rem;
        gap: .75rem;
    }

    .suporte-form-icon {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: .8rem;
    }

    .suporte-form-heading p {
        font-size: .66rem;
        margin-bottom: .2rem;
    }

    .suporte-form-heading h2 {
        font-size: 1.16rem;
    }

    .suporte-field-group {
        margin-top: .95rem;
    }

    .suporte-field-row,
    .suporte-payment-header,
    .suporte-coupon-title-row {
        align-items: flex-start;
    }

    .suporte-field-label {
        font-size: .64rem;
        letter-spacing: .15em;
    }

    .suporte-input {
        height: 2.9rem;
        font-size: .86rem;
        border-radius: .9rem;
    }

    .suporte-textarea {
        min-height: 7.6rem;
        max-height: 9.4rem;
        font-size: .86rem;
        line-height: 1.45;
        border-radius: .9rem;
    }

    .suporte-payment-card {
        border-radius: 1.1rem;
        padding: .8rem;
        margin-top: .95rem;
    }

    .suporte-payment-header p {
        font-size: .62rem;
    }

    .suporte-payment-header h3 {
        font-size: .82rem;
    }

    .suporte-payment-header span {
        font-size: .6rem;
        padding: .34rem .5rem;
    }

    .suporte-pix-buttons {
        gap: .48rem;
    }

    .pix-btn {
        min-height: 2.7rem;
        font-size: .86rem;
        border-radius: .78rem;
    }

    .suporte-money-input,
    .suporte-pix-money-input,
    .suporte-coupon-input {
        height: 2.85rem;
        font-size: .95rem;
        border-radius: .82rem;
    }

    .suporte-coupon-title-row {
        flex-direction: column;
        gap: .35rem;
        margin-bottom: .55rem;
    }

    .suporte-coupon-help {
        font-size: .75rem;
    }

    .suporte-coupon-small,
    .suporte-coupon-note p,
    .suporte-consent-message {
        font-size: .74rem;
    }

    .suporte-submit-button {
        min-height: 3.25rem;
        font-size: .78rem;
        border-radius: .85rem;
        margin-top: .9rem;
    }

    .suporte-home-side {
        gap: .85rem;
    }

    .suporte-side-card {
        border-radius: 1.2rem;
        padding: .95rem;
    }

    .suporte-side-title {
        margin-bottom: .8rem;
    }

    .suporte-side-title h2,
    .suporte-receive-card h2 {
        font-size: .82rem;
    }

    .suporte-live-content {
        grid-template-columns: 1fr;
        gap: .8rem;
    }

    .suporte-live-thumb,
    .suporte-live-thumb img {
        min-height: 8rem;
    }

    .suporte-live-content h3 {
        font-size: .98rem;
    }

    .suporte-live-content p {
        font-size: .82rem;
        margin-top: .45rem;
    }

    .suporte-live-button {
        min-height: 2.75rem;
        font-size: .78rem;
        border-radius: .8rem;
    }

    .suporte-analysis-item {
        grid-template-columns: 2.85rem minmax(0, 1fr) auto;
        min-height: 4.3rem;
        padding: .65rem;
        gap: .65rem;
        border-radius: .85rem;
    }

    .suporte-analysis-icon {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: .72rem;
    }

    .suporte-analysis-icon svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .suporte-analysis-item small {
        font-size: .7rem;
    }

    .suporte-analysis-item strong {
        font-size: .84rem;
    }

    .suporte-analysis-meta {
        font-size: .7rem;
    }

    .suporte-receive-grid {
        grid-template-columns: 1fr;
        gap: .6rem;
    }

    .suporte-receive-grid article {
        gap: .65rem;
        padding-bottom: .55rem;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .suporte-receive-grid article:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .suporte-receive-grid svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .suporte-receive-grid strong {
        font-size: .76rem;
    }

    .suporte-receive-grid span {
        display: none;
    }

    .suporte-home-footer-note {
        display: none;
    }

    .suporte-home-mobile-note {
        display: flex;
        font-size: .78rem;
        line-height: 1.4;
        margin: .9rem auto 0;
        max-width: 24rem;
    }
}

@media (max-width: 390px) {
    .suporte-home-benefits article:nth-child(3),
    .suporte-receive-grid article:nth-child(4) {
        display: none;
    }
}

/* Ajustes finais: nome curto, botão Outro Valor e estado ativo dos botões PIX */
.suporte-pix-buttons-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pix-btn.pix-btn-custom {
    font-size: .82rem;
    letter-spacing: .02em;
}

.pix-btn[aria-pressed="true"] {
    border-color: rgba(34,211,238,.62) !important;
    background: rgba(34,211,238,.10) !important;
    color: #67e8f9 !important;
}

@media (max-width: 768px) {
    .suporte-pix-buttons-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pix-btn.pix-btn-custom {
        font-size: .78rem;
    }
}

/* Ajuste final: esconde os cards de benefícios acima do formulário apenas no mobile.
   No desktop eles continuam visíveis. */
@media (max-width: 768px) {
    .suporte-home-benefits {
        display: none !important;
    }
}
