/**
 * REI — Pagina Codice di Condotta Commerciale (Tutela utenti)
 * Undicesima 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
 * - Particelle posizioni standard
 *
 * @since 1.13.0
 */

body.rei-static-page--codice-condotta,
body.rei-static-page--codice-di-condotta-commerciale { background: var(--rei-cream, #F4F8F6); }

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

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

.rei-condotta__particle { position: absolute; opacity: 0.13; animation: rei-condotta-float 4s ease-in-out infinite; }
.rei-condotta__particle svg { width: 100%; height: 100%; display: block; }
@keyframes rei-condotta-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-condotta__particle { animation: none; opacity: 0.11; } }

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

/* ===== EYEBROW ===== */
.rei-condotta__eyebrow {
    display: inline-block;
    background: #E4F6F0; color: #20A47B;
    border: 1px solid #D2F0E6;
    padding: 6px 16px; border-radius: 999px;
    font-size: 13px; font-weight: 600;
    margin: 0 0 24px;
}

/* (Niente override locale di .rei-underline — vince la regola globale animata) */

/* ===== HERO ===== */
.rei-condotta__hero { padding: 72px 0 56px; }
.rei-condotta__title {
    font-size: 56px; line-height: 1.05; font-weight: 800;
    margin: 0 0 32px; color: #157155;
    letter-spacing: -0.02em;
}
.rei-condotta__title-green { color: #20A47B; }
.rei-condotta__intro {
    max-width: 960px;
    font-size: 16px; line-height: 1.75; color: #3C3C3B;
}
.rei-condotta__intro p { margin: 0 0 18px; }
.rei-condotta__intro p:last-child { margin-bottom: 0; }
.rei-condotta__intro strong { font-weight: 700; color: #157155; }
.rei-condotta__intro ul { margin: 0 0 18px 0; padding-left: 28px; }
.rei-condotta__intro ul li { margin: 0 0 10px; padding-left: 8px; }
.rei-condotta__intro ul li::marker { color: #20A47B; }

/* ===== SEZIONE 2: NOVITÀ (3 card) ===== */
.rei-condotta__novita { padding: 32px 0 56px; }
.rei-condotta__h2 {
    font-size: 30px; line-height: 1.15; font-weight: 800;
    margin: 0 0 22px; color: #20A47B; letter-spacing: -0.01em;
}
.rei-condotta__novita-intro {
    max-width: 960px;
    font-size: 16px; line-height: 1.7; color: #3C3C3B;
    margin: 0 0 36px;
}
.rei-condotta__novita-intro strong { font-weight: 700; color: #157155; }

.rei-condotta__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rei-condotta__card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 26px;
    border: 1px solid rgba(32,164,123,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-condotta__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-condotta__card-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, #20A47B 0%, #20A47B 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    margin: 0 0 20px;
    box-shadow: 0 12px 24px -6px rgba(32,164,123,0.55);
}
.rei-condotta__card-icon svg { width: 28px; height: 28px; }
.rei-condotta__card-title {
    font-size: 18px; line-height: 1.3; font-weight: 700;
    color: #157155; margin: 0 0 12px;
}
.rei-condotta__card-text {
    color: #4a5568; font-size: 14.5px; line-height: 1.65; flex: 1;
}
.rei-condotta__card-text p { margin: 0; }
.rei-condotta__card-text strong { color: #157155; font-weight: 700; }

/* ===== SEZIONE 3: APPLICAZIONE ===== */
.rei-condotta__applicazione { padding: 32px 0 32px; }
.rei-condotta__rich {
    max-width: 960px;
    font-size: 16px; line-height: 1.75; color: #3C3C3B;
}
.rei-condotta__rich p { margin: 0 0 18px; }
.rei-condotta__rich strong { font-weight: 700; color: #157155; }
.rei-condotta__rich ul { margin: 0 0 18px 0; padding-left: 28px; }
.rei-condotta__rich ul li { margin: 0 0 12px; padding-left: 8px; line-height: 1.7; }
.rei-condotta__rich ul li::marker { color: #20A47B; }

/* ===== SEZIONE 4: CTA FINALE ===== */
.rei-condotta__cta { padding: 24px 0 80px; }
.rei-condotta__cta-intro {
    max-width: 960px;
    font-size: 16px; line-height: 1.7; color: #3C3C3B;
    margin: 0 0 24px;
}
.rei-condotta__btn {
    display: flex;
    align-items: center; justify-content: center;
    width: 100%;
    background: #5a5a5a; color: #fff;
    padding: 22px 32px;
    border-radius: 999px;
    font-size: 16px; font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    /* Ombra dual-layer pattern Servizi */
    box-shadow: 0 24px 60px rgba(0,0,0,0.38), 0 8px 20px rgba(0,0,0,0.20);
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.rei-condotta__btn:hover {
    background: #157155;
    transform: translateY(-2px);
    box-shadow: 0 30px 70px rgba(21,113,85,0.55), 0 10px 24px rgba(0,0,0,0.24);
}
.rei-condotta__btn:focus-visible {
    outline: 3px solid #D1E000; outline-offset: 3px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .rei-condotta__title { font-size: 44px; }
    .rei-condotta__cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .rei-condotta__container { padding: 0 20px; }
    .rei-condotta__hero { padding: 48px 0 32px; }
    .rei-condotta__title { font-size: 34px; }
    .rei-condotta__intro { font-size: 15px; }
    .rei-condotta__novita { padding: 24px 0 40px; }
    .rei-condotta__h2 { font-size: 24px; margin-bottom: 18px; }
    .rei-condotta__cards { grid-template-columns: 1fr; gap: 18px; }
    .rei-condotta__rich { font-size: 15px; }
    .rei-condotta__cta { padding: 16px 0 56px; }
    .rei-condotta__btn { padding: 18px 22px; font-size: 14px; }
}

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