/**
 * REI — Pagina Bonus sociale per gas e luce (Tutela utenti)
 * Quattordicesima REI Static Page. Stile coerente con le altre Tutela utenti.
 *
 * Standing rules applicate:
 * - NO override locale di .rei-underline (eredita animazione globale)
 * - Ombre dual-layer pattern Servizi su tutte le card e box
 * - 14 particelle posizioni standard
 *
 * @since 1.17.0
 */

body.rei-static-page--bonus-sociale,
body.rei-static-page--bonus-sociali { background: var(--rei-cream, #F7F6F7); }

.rei-bonus { position: relative; min-height: 60vh; overflow: hidden; padding-bottom: 80px; }
.rei-bonus__container { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }

/* ===== SFONDO DECORATIVO ===== */
.rei-bonus__bg { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.rei-bonus__glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; filter: blur(120px); opacity: 0.22; }
.rei-bonus__glow--tl { top: -200px; left: -180px; background: radial-gradient(circle, #EB541D 0%, transparent 70%); }
.rei-bonus__glow--tr { top: -150px; right: -200px; background: radial-gradient(circle, #EE9DC4 0%, transparent 70%); opacity: 0.16; }
.rei-bonus__glow--bl { bottom: -240px; left: -160px; background: radial-gradient(circle, #EE9DC4 0%, transparent 70%); opacity: 0.16; }
.rei-bonus__glow--br { bottom: -200px; right: -180px; background: radial-gradient(circle, #EB541D 0%, transparent 70%); }

.rei-bonus__particle { position: absolute; opacity: 0.13; animation: rei-bonus-float 4s ease-in-out infinite; }
.rei-bonus__particle svg { width: 100%; height: 100%; display: block; }
@keyframes rei-bonus-float {
    0%   { transform: scale(0.5) rotate(-6deg); opacity: 0.05; }
    50%  { transform: scale(1.1) rotate(5deg);  opacity: 0.22; }
    100% { transform: scale(0.5) rotate(-6deg); opacity: 0.05; }
}
@media (prefers-reduced-motion: reduce) { .rei-bonus__particle { animation: none; opacity: 0.11; } }

/* 14 particelle posizioni standard delle altre pagine Tutela utenti */
.rei-bonus__particle--1  { top:  3%; left:  1%; width: 200px; height: 200px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); }
.rei-bonus__particle--2  { top: 11%; right: 2%; width: 225px; height: 225px; color: #EE9DC4; filter: drop-shadow(0 0 24px rgba(238,157,196,0.5)); }
.rei-bonus__particle--3  { top: 23%; left:  6%; width: 170px; height: 170px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 0.8s; }
.rei-bonus__particle--4  { top: 30%; right: 7%; width: 150px; height: 150px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 1.2s; }
.rei-bonus__particle--5  { top: 40%; left:  2%; width: 190px; height: 190px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 2s; }
.rei-bonus__particle--6  { top:  7%; left: 43%; width: 160px; height: 160px; color: #EE9DC4; filter: drop-shadow(0 0 24px rgba(238,157,196,0.5)); animation-delay: 0.5s; }
.rei-bonus__particle--7  { top: 51%; right: 3%; width: 215px; height: 215px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 1.5s; }
.rei-bonus__particle--8  { top: 35%; left: 29%; width: 150px; height: 150px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 3s; }
.rei-bonus__particle--9  { top: 61%; left:  8%; width: 180px; height: 180px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 2.2s; }
.rei-bonus__particle--10 { top: 69%; right: 20%; width: 165px; height: 165px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 0.9s; }
.rei-bonus__particle--11 { top: 47%; left: 47%; width: 170px; height: 170px; color: #EE9DC4; filter: drop-shadow(0 0 24px rgba(238,157,196,0.5)); animation-delay: 1.8s; }
.rei-bonus__particle--12 { top: 79%; left: 31%; width: 200px; height: 200px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 2.6s; }
.rei-bonus__particle--13 { top: 87%; right: 5%; width: 185px; height: 185px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 1.1s; }
.rei-bonus__particle--14 { top: 92%; left:  4%; width: 155px; height: 155px; color: #EB541D; filter: drop-shadow(0 0 24px rgba(235,84,29,0.5)); animation-delay: 3.4s; }

/* ===== EYEBROW ===== */
.rei-bonus__eyebrow {
    display: inline-block;
    background: #FDECF4; color: #EB541D;
    border: 1px solid #FBD7E9;
    padding: 6px 16px; border-radius: 999px;
    font-size: 13px; font-weight: 600;
    margin: 0 0 24px;
}

/* ===== HERO ===== */
.rei-bonus__hero { padding: 72px 0 48px; }
.rei-bonus__title {
    font-size: 56px; line-height: 1.05; font-weight: 800;
    margin: 0 0 32px; color: #E60B70;
    letter-spacing: -0.02em;
}
.rei-bonus__title-green { color: #EB541D; }
.rei-bonus__intro {
    max-width: 960px;
    font-size: 16px; line-height: 1.75; color: #3C3C3B;
}
.rei-bonus__intro p { margin: 0 0 18px; }
.rei-bonus__intro p:last-child { margin-bottom: 0; }
.rei-bonus__intro strong { font-weight: 700; color: #E60B70; }

/* ===== H2 / H3 / LEAD / RICH ===== */
.rei-bonus__h2 {
    font-size: 30px; line-height: 1.15; font-weight: 800;
    margin: 0 0 20px; color: #EB541D; letter-spacing: -0.01em;
}
.rei-bonus__h2--info { margin-top: 16px; }
.rei-bonus__lead {
    max-width: 960px;
    font-size: 16px; line-height: 1.7; color: #3C3C3B;
    margin: 0 0 28px;
}
.rei-bonus__lead strong { font-weight: 700; color: #E60B70; }

.rei-bonus__rich {
    max-width: 960px;
    font-size: 16px; line-height: 1.75; color: #3C3C3B;
}
.rei-bonus__rich p { margin: 0 0 16px; }
.rei-bonus__rich a { color: #EB541D; text-decoration: underline; font-weight: 600; }
.rei-bonus__rich strong { font-weight: 700; color: #E60B70; }
.rei-bonus__rich ul { margin: 0 0 16px 0; padding-left: 28px; }
.rei-bonus__rich ul li { margin: 0 0 10px; padding-left: 8px; line-height: 1.7; }
.rei-bonus__rich ul li::marker { color: #EB541D; }

/* ===== SEZIONE 2: DISAGIO ECONOMICO ===== */
.rei-bonus__economico { padding: 24px 0 48px; }

/* 3 card luce/gas/acqua */
.rei-bonus__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 32px 0 0;
}
.rei-bonus__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(235,84,29,0.12);
    box-shadow: 0 26px 64px rgba(0,0,0,0.28), 0 8px 20px rgba(0,0,0,0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex; flex-direction: column;
}
.rei-bonus__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 36px 80px rgba(0,0,0,0.36), 0 14px 30px rgba(0,0,0,0.20);
}
.rei-bonus__card-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, #EB541D 0%, #EB541D 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    margin: 0 0 20px;
    box-shadow: 0 12px 24px -6px rgba(235,84,29,0.55);
}
.rei-bonus__card-icon svg { width: 28px; height: 28px; }
.rei-bonus__card-title {
    font-size: 18px; line-height: 1.3; font-weight: 700;
    color: #E60B70; margin: 0 0 14px;
    letter-spacing: -0.005em;
}
.rei-bonus__card-text {
    color: #4a5568; font-size: 14.5px; line-height: 1.65; flex: 1;
}
.rei-bonus__card-text p { margin: 0 0 12px; }
.rei-bonus__card-text p:last-child { margin-bottom: 0; }
.rei-bonus__card-text strong { color: #E60B70; font-weight: 700; }
.rei-bonus__card-text em { color: #6b6e85; font-style: italic; font-size: 13.5px; }

/* ===== SEZIONE 3: DISAGIO FISICO (2 colonne) ===== */
.rei-bonus__fisico { padding: 24px 0 48px; }
.rei-bonus__fis-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.rei-bonus__come-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 26px;
    border: 1px solid rgba(235,84,29,0.12);
    box-shadow: 0 26px 64px rgba(0,0,0,0.28), 0 8px 20px rgba(0,0,0,0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rei-bonus__come-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 36px 80px rgba(0,0,0,0.36), 0 14px 30px rgba(0,0,0,0.20);
}
.rei-bonus__come-card-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, #EB541D 0%, #EB541D 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    margin: 0 0 16px;
    box-shadow: 0 10px 20px -6px rgba(235,84,29,0.5);
}
.rei-bonus__come-card-icon svg { width: 24px; height: 24px; }
.rei-bonus__come-card-title {
    font-size: 19px; font-weight: 700; color: #E60B70;
    margin: 0 0 14px;
}
.rei-bonus__come-card-text {
    color: #4a5568; font-size: 14.5px; line-height: 1.65;
}
.rei-bonus__come-card-text p { margin: 0 0 12px; }
.rei-bonus__come-card-text p:last-child { margin-bottom: 0; }
.rei-bonus__come-card-text strong { color: #E60B70; font-weight: 700; }
.rei-bonus__come-card-text ul { margin: 0 0 12px 0; padding-left: 24px; }
.rei-bonus__come-card-text ul li { margin: 0 0 8px; padding-left: 6px; }
.rei-bonus__come-card-text ul li::marker { color: #EB541D; }

/* ===== SEZIONE 4: INFO + RIFIUTI ===== */
.rei-bonus__info { padding: 24px 0 80px; }

/* ===== BOX EVIDENZA ISEE + NOVITÀ ===== */
.rei-bonus__box {
    display: flex; align-items: flex-start; gap: 22px;
    border-radius: 18px;
    padding: 26px 30px;
    margin: 28px 0 0;
    box-shadow: 0 26px 64px rgba(0,0,0,0.28), 0 8px 20px rgba(0,0,0,0.14);
}
.rei-bonus__box--isee {
    background: linear-gradient(135deg, #FDECF4 0%, #FBD7E9 100%);
    border: 2px solid #EB541D;
}
.rei-bonus__box--news {
    background: linear-gradient(135deg, #F7F6F7 0%, #FBE3EF 100%);
    border: 2px solid #EE9DC4;
    margin-bottom: 36px;
}
.rei-bonus__box-icon {
    width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.rei-bonus__box--isee .rei-bonus__box-icon {
    background: linear-gradient(135deg, #EB541D 0%, #EB541D 100%);
    box-shadow: 0 12px 24px -6px rgba(235,84,29,0.55);
}
.rei-bonus__box--news .rei-bonus__box-icon {
    background: linear-gradient(135deg, #EE9DC4 0%, #E27FAE 100%);
    box-shadow: 0 12px 24px -6px rgba(238,157,196,0.6);
}
.rei-bonus__box-title {
    font-size: 19px; font-weight: 800; color: #E60B70;
    margin: 0 0 10px; line-height: 1.3;
}
.rei-bonus__box-text { color: #3C3C3B; font-size: 15px; line-height: 1.65; }
.rei-bonus__box-text p { margin: 0 0 8px; }
.rei-bonus__box-text p:last-child { margin-bottom: 0; }
.rei-bonus__box-text strong { color: #E60B70; font-weight: 700; }
.rei-bonus__box-text a { color: #EB541D; text-decoration: underline; font-weight: 600; }
.rei-bonus__box-text ul { margin: 0; padding-left: 22px; }
.rei-bonus__box-text ul li { margin: 0 0 8px; padding-left: 6px; line-height: 1.6; }
.rei-bonus__box-text ul li:last-child { margin-bottom: 0; }
.rei-bonus__box-text ul li::marker { color: #EB541D; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .rei-bonus__title { font-size: 44px; }
    .rei-bonus__cards { grid-template-columns: 1fr 1fr; }
    .rei-bonus__cards .rei-bonus__card:nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .rei-bonus__container { padding: 0 20px; }
    .rei-bonus__hero { padding: 48px 0 28px; }
    .rei-bonus__title { font-size: 34px; }
    .rei-bonus__intro { font-size: 15px; }
    .rei-bonus__h2 { font-size: 24px; margin-bottom: 16px; }
    .rei-bonus__economico { padding: 16px 0 32px; }
    .rei-bonus__cards { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
    .rei-bonus__cards .rei-bonus__card:nth-child(3) { grid-column: auto; }
    .rei-bonus__fisico { padding: 16px 0 32px; }
    .rei-bonus__fis-grid { grid-template-columns: 1fr; gap: 16px; }
    .rei-bonus__info { padding: 16px 0 56px; }
    .rei-bonus__box { flex-direction: column; gap: 14px; padding: 22px; margin-bottom: 40px; }
}

/* v1.29.2: stacco card finale dalla bandiera tricolore — override mobile */
@media (max-width: 720px) {
    .rei-bonus { padding-bottom: 40px !important; }
}
