/* Benefícios em Lojas Parceiras - CSS migrado do legado */
.benefits-hero {
    padding: 60px clamp(24px, 6vw, 72px) 40px;
    background: linear-gradient(135deg, rgba(225, 25, 35, 0.95), rgba(124, 20, 26, 0.85));
    color: #fff;
    text-align: left;
}

.benefits-hero__copy {
    max-width: 900px;
    display: grid;
    gap: 16px;
}

.benefits-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
    opacity: 0.8;
}

.benefits-hero__copy h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 52px);
}

.benefits-hero__copy p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.benefits-hero__actions {
    margin-top: 12px;
}

.hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-action--return {
    background: var(--madesa-red);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-action--return:hover,
.hero-action--return:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(225, 25, 35, 0.22);
}

.commerce-page {
    padding: 60px 32px 120px;
}

.intro-card {
    max-width: 960px;
    margin: 0 auto 48px;
    background: #fff;
    border-radius: 22px;
    padding: 32px 36px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    border-top: 4px solid rgba(225, 25, 35, 0.75);
}

.intro-card h1 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 12px;
}

.intro-card p {
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-top: 4px solid rgba(225, 25, 35, 0.65);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefit-card h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: var(--madesa-red-dark);
}

.benefit-card ul {
    padding-left: 18px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.benefit-card ul li + li {
    margin-top: 6px;
}

.tips-card {
    margin-top: 48px;
    background: linear-gradient(135deg, rgba(225, 25, 35, 0.1), rgba(225, 25, 35, 0.02));
    border-radius: 20px;
    padding: 28px 32px;
    border: 1px solid rgba(225, 25, 35, 0.18);
}

.tips-card h2 {
    color: var(--madesa-red-dark);
    margin-bottom: 12px;
}

.tips-card ul {
    padding-left: 18px;
    line-height: 1.6;
    color: #333;
}

.tips-card li + li {
    margin-top: 6px;
}

@media (max-width: 720px) {
    .commerce-page {
        padding: 36px 18px 80px;
    }

    .intro-card,
    .tips-card {
        padding: 24px;
    }
}
.benefits-hero {
    padding: 60px clamp(24px, 6vw, 72px) 40px;
    background: linear-gradient(135deg, rgba(225, 25, 35, 0.95), rgba(124, 20, 26, 0.85));
    color: #fff;
    text-align: left;
}

.benefits-hero__copy {
    max-width: 900px;
    display: grid;
    gap: 16px;
}

.benefits-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
    opacity: 0.8;
}

.benefits-hero__copy h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 52px);
}

.benefits-hero__copy p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.benefits-hero__actions {
    margin-top: 12px;
}

.hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-action--return {
    background: var(--madesa-red);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-action--return:hover,
.hero-action--return:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(225, 25, 35, 0.22);
}

.commerce-page {
    padding: 60px 32px 120px;
}

.intro-card {
    max-width: 960px;
    margin: 0 auto 48px;
    background: #fff;
    border-radius: 22px;
    padding: 32px 36px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    border-top: 4px solid rgba(225, 25, 35, 0.75);
}

.intro-card h1 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 12px;
}

.intro-card p {
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-top: 4px solid rgba(225, 25, 35, 0.65);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefit-card h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: var(--madesa-red-dark);
}

.benefit-card ul {
    padding-left: 18px;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.benefit-card ul li + li {
    margin-top: 6px;
}

.tips-card {
    margin-top: 48px;
    background: linear-gradient(135deg, rgba(225, 25, 35, 0.1), rgba(225, 25, 35, 0.02));
    border-radius: 20px;
    padding: 28px 32px;
    border: 1px solid rgba(225, 25, 35, 0.18);
}

.tips-card h2 {
    color: var(--madesa-red-dark);
    margin-bottom: 12px;
}

.tips-card ul {
    padding-left: 18px;
    line-height: 1.6;
    color: #333;
}

.tips-card li + li {
    margin-top: 6px;
}

@media (max-width: 720px) {
    .commerce-page {
        padding: 36px 18px 80px;
    }

    .intro-card,
    .tips-card {
        padding: 24px;
    }
}
