/* RigeneraVision — Nautical Design System */
:root {
    --navy:   #0d1b2a;
    --navy2:  #1a2e45;
    --ocean:  #1a7ab5;
    --ocean2: #2196d3;
    --gold:   #e8a020;
    --white:  #ffffff;
    --grey1:  #f4f6f8;
    --grey2:  #e1e7ed;
    --grey3:  #8fa3b1;
    --text:   #1c2b38;
    --radius: 8px;
    --shadow: 0 4px 20px rgba(13,27,42,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    font-size: 16px;
}

a { color: var(--ocean); text-decoration: none; }
a:hover { color: var(--ocean2); }
img { max-width: 100%; height: auto; display: block; }

/* ── SCROLL FADE-IN ── */
.rv-fade { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.rv-fade.visible { opacity: 1; transform: none; }
.rv-fade-delay-1 { transition-delay: .1s; }
.rv-fade-delay-2 { transition-delay: .2s; }
.rv-fade-delay-3 { transition-delay: .3s; }
.rv-fade-delay-4 { transition-delay: .4s; }

/* ── NAV ── */
.rv-nav {
    position: sticky; top: 0; z-index: 100;
    background: var(--navy);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%; height: 64px;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.rv-nav__brand {
    display: flex; align-items: center; gap: 10px;
    color: var(--white); font-size: 1.3rem; font-weight: 700;
    text-decoration: none; letter-spacing: -.5px;
}
.rv-nav__brand svg { width: 32px; height: 32px; }
.rv-nav__links { display: flex; align-items: center; gap: 24px; list-style: none; }
.rv-nav__links a { color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500; transition: color .2s; }
.rv-nav__links a:hover { color: var(--white); }
.rv-nav__lang { display: flex; gap: 6px; flex-wrap: wrap; }
.rv-nav__lang a { color: rgba(255,255,255,.55); font-size: .75rem; font-weight: 600; padding: 2px 5px; border-radius: 3px; transition: all .2s; }
.rv-nav__lang a.active, .rv-nav__lang a:hover { color: var(--white); background: rgba(255,255,255,.1); }
.rv-hamburger { display: none; background: none; border: none; cursor: pointer; }
.rv-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

/* ── HERO ── */
.rv-hero {
    background: linear-gradient(160deg, #071320 0%, #0d2035 40%, #0f3a5e 100%);
    color: var(--white);
    padding: 72px 5% 0;
    position: relative; overflow: hidden;
}
.rv-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background-image: url('../img/hero-barca.jpg');
    background-size: cover; background-position: center 40%;
    filter: grayscale(100%) brightness(.35);
    z-index: 0;
}

/* Stelle / particelle di sfondo */
.rv-hero__stars {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        radial-gradient(1.5px 1.5px at 20% 15%, rgba(255,255,255,.18) 0%, transparent 100%),
        radial-gradient(1px 1px at 60% 8%,  rgba(255,255,255,.12) 0%, transparent 100%),
        radial-gradient(2px 2px at 80% 25%, rgba(255,255,255,.10) 0%, transparent 100%),
        radial-gradient(1px 1px at 35% 45%, rgba(255,255,255,.08) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 90% 55%, rgba(255,255,255,.14) 0%, transparent 100%),
        radial-gradient(1px 1px at 10% 70%, rgba(255,255,255,.10) 0%, transparent 100%),
        radial-gradient(2px 2px at 50% 80%, rgba(26,122,181,.15) 0%, transparent 100%);
}

.rv-hero__inner {
    position: relative; z-index: 2;
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: center;
    padding-bottom: 0;
}

.rv-hero__text { padding-bottom: 72px; }

.rv-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15;
    margin-bottom: 18px; letter-spacing: -.5px;
}
.rv-hero h1 span { color: var(--gold); }
.rv-hero__sub {
    font-size: 1.05rem; color: rgba(255,255,255,.78);
    margin-bottom: 20px; line-height: 1.7;
}

/* Badge ispezione gratuita */
.rv-trust-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(232,160,32,.15); border: 1px solid rgba(232,160,32,.4);
    border-radius: 24px; padding: 7px 16px;
    font-size: .85rem; color: var(--gold); font-weight: 600;
    margin-bottom: 28px;
}
.rv-trust-badge svg { width: 16px; height: 16px; flex-shrink: 0; }

.rv-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Display image side */
.rv-hero__device {
    align-self: center;
    position: relative;
    background: transparent;
    animation: rv-device-float 8s ease-in-out infinite;
    transform-origin: center bottom;
    will-change: transform;
}
@keyframes rv-device-float {
    0%   { transform: translateY(0)     scale(1)      rotate(0deg);   filter: drop-shadow(0 6px 20px rgba(26,122,181,.25)) drop-shadow(0 0 16px rgba(255,255,255,.2)); }
    15%  { transform: translateY(-10px) scale(1.02)   rotate(-1.5deg);filter: drop-shadow(0 18px 40px rgba(26,122,181,.45)) drop-shadow(0 0 28px rgba(255,255,255,.38)); }
    28%  { transform: translateY(-16px) scale(1.035)  rotate(2deg);   filter: drop-shadow(0 26px 50px rgba(26,122,181,.65)) drop-shadow(0 0 42px rgba(255,255,255,.55)); }
    /* shake al picco */
    33%  { transform: translateY(-16px) scale(1.035)  rotate(-3.5deg);filter: drop-shadow(0 26px 50px rgba(26,122,181,.65)) drop-shadow(0 0 42px rgba(255,255,255,.55)); }
    36%  { transform: translateY(-15px) scale(1.035)  rotate(3deg);   filter: drop-shadow(0 24px 48px rgba(26,122,181,.6))  drop-shadow(0 0 38px rgba(255,255,255,.5)); }
    39%  { transform: translateY(-16px) scale(1.03)   rotate(-2deg);  filter: drop-shadow(0 24px 48px rgba(26,122,181,.55)) drop-shadow(0 0 36px rgba(255,255,255,.46)); }
    42%  { transform: translateY(-14px) scale(1.03)   rotate(1deg);   filter: drop-shadow(0 22px 44px rgba(26,122,181,.5))  drop-shadow(0 0 32px rgba(255,255,255,.42)); }
    /* discesa */
    60%  { transform: translateY(-6px)  scale(1.015)  rotate(-0.5deg);filter: drop-shadow(0 14px 36px rgba(26,122,181,.35)) drop-shadow(0 0 24px rgba(255,255,255,.3)); }
    80%  { transform: translateY(-2px)  scale(1.005)  rotate(0.3deg); filter: drop-shadow(0 8px 24px rgba(26,122,181,.28))  drop-shadow(0 0 18px rgba(255,255,255,.22)); }
    100% { transform: translateY(0)     scale(1)      rotate(0deg);   filter: drop-shadow(0 6px 20px rgba(26,122,181,.25)) drop-shadow(0 0 16px rgba(255,255,255,.2)); }
}
.rv-hero__device-img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: block;
    filter: drop-shadow(0 0 4px rgba(255,255,255,.95))
            drop-shadow(0 0 18px rgba(255,255,255,.45))
            drop-shadow(0 0 40px rgba(255,255,255,.18));
}
.rv-hero__device-glow {
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 80%; height: 40px;
    background: radial-gradient(ellipse at center, rgba(26,122,181,.4) 0%, transparent 70%);
    filter: blur(12px);
}

/* Sigillo "100% Italia" — elemento autonomo nel testo hero, staccato dall'immagine */
.rv-italy-splash {
    width: 168px; height: 168px; border-radius: 50%; flex-shrink: 0;
    background: radial-gradient(circle at 35% 30%, #ffce6b 0%, var(--gold) 55%, #b9781a 100%);
    border: 3px dashed rgba(255,255,255,.55);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; line-height: 1.25; padding: 14px;
    transform: rotate(-9deg);
    box-shadow: 0 8px 24px rgba(0,0,0,.35), 0 0 0 4px rgba(13,27,42,.15);
    margin-top: 32px;
}
.rv-italy-splash__l1 { font-size: .82rem; font-weight: 800; color: var(--navy); letter-spacing: .2px; }
.rv-italy-splash__l2 { font-size: .68rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; margin-top: 6px; }
@media (max-width: 900px) {
    .rv-italy-splash { width: 148px; height: 148px; margin: 24px auto 0; }
}

/* Onda animata */
.rv-wave-wrap {
    position: relative; z-index: 1; line-height: 0;
    overflow: hidden; width: 100%;
    margin-top: -69px;
}
.rv-wave-inner { display: flex; width: 200%; }
.rv-wave-inner svg { width: 50%; flex-shrink: 0; display: block; height: 70px; }
.rv-wave-anim { animation: rv-wave 9s linear infinite; }
@keyframes rv-wave {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── TRUST STRIP ── */
.rv-trust-strip {
    background: var(--ocean);
    color: var(--white);
    padding: 0;
    display: flex; flex-direction: column; align-items: stretch;
    font-size: .88rem; font-weight: 600;
}
.rv-trust-strip__items {
    display: flex; align-items: center; justify-content: center;
    gap: 32px; flex-wrap: wrap; padding: 14px 5%;
}
.rv-trust-strip__item { display: flex; align-items: center; gap: 8px; }
.rv-trust-strip__item svg { width: 18px; height: 18px; opacity: .9; }

/* ── STEPS ── */
.rv-steps { background: var(--grey1); padding: 72px 5%; }
.rv-steps h2 { text-align: center; font-size: 1.8rem; font-weight: 700; margin-bottom: 48px; color: var(--navy); }
.rv-steps__grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px; max-width: 960px; margin: 0 auto;
}
.rv-step { text-align: center; }
.rv-step__num {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--ocean); color: var(--white);
    font-size: 1.3rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}
.rv-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--navy); }
.rv-step p { font-size: .9rem; color: #4a6070; }

/* ── PRODUCTS ── */
.rv-products { padding: 80px 5%; }
.rv-products h2 { text-align: center; font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; color: var(--navy); }
.rv-price-footnote { font-size: .68rem; color: var(--grey3); opacity: .65; margin: 16px auto 0; text-align: center; max-width: 1100px; padding: 0 5%; }
.rv-price-sup { font-size: .5em; vertical-align: super; opacity: .45; margin-left: 1px; font-weight: 400; }
.rv-price-sup--dark { opacity: .35; color: inherit; }
.rv-products__grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px; max-width: 1100px; margin: 0 auto;
}
.rv-card {
    border-radius: 12px; overflow: hidden;
    box-shadow: var(--shadow); background: var(--white);
    border: 1px solid var(--grey2); transition: transform .25s, box-shadow .25s;
}
.rv-card:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(13,27,42,.18); }
.rv-card__img { position: relative; background: var(--navy); aspect-ratio: 4/3; overflow: hidden; }
.rv-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rv-card__body { padding: 20px 22px 24px; }
.rv-card__brand { font-size: .75rem; font-weight: 700; color: var(--ocean); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.rv-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.rv-card__title-link { color: inherit; text-decoration: none; }
.rv-card__title-link:hover { color: var(--ocean); text-decoration: underline; }
.rv-card__price { font-size: 1.5rem; font-weight: 800; color: var(--ocean); margin: 12px 0; }
.rv-card__meta { font-size: .82rem; color: var(--grey3); margin-bottom: 16px; }
.rv-card .rv-btn { width: 100%; justify-content: center; }

/* Card "altri display" */
.rv-card--other {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
    border-color: rgba(26,122,181,.3);
    color: var(--white);
}
.rv-card--other .rv-card__img {
    background: linear-gradient(135deg, #0a1f35 0%, #1a3a5c 100%);
    display: flex; align-items: center; justify-content: center;
}
.rv-card--other .rv-card__img svg { width: 64px; height: 64px; color: rgba(26,122,181,.6); }
.rv-card--other .rv-card__brand { color: var(--gold); }
.rv-card--other h3 { color: var(--white); }
.rv-card--other .rv-card__meta { color: rgba(255,255,255,.55); }

/* ── BEFORE/AFTER ── */
.ba-wrap {
    position: relative; overflow: hidden; border-radius: 0; cursor: ew-resize;
    user-select: none; aspect-ratio: 4/3;
}
.ba-after { width: 100%; height: 100%; object-fit: cover; }
.ba-before-wrap { position: absolute; inset: 0; overflow: hidden; width: 50%; }
.ba-before-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ba-handle {
    position: absolute; top: 0; bottom: 0; left: 50%;
    width: 4px; background: var(--white);
    transform: translateX(-50%);
    display: flex; align-items: center; justify-content: center;
}
.ba-handle::after {
    content: '◀ ▶';
    font-size: .7rem; color: var(--white);
    background: var(--navy); padding: 6px 4px; border-radius: 20px;
    writing-mode: vertical-rl; letter-spacing: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.ba-label {
    position: absolute; top: 10px;
    background: rgba(0,0,0,.5); color: var(--white);
    font-size: .75rem; font-weight: 700; padding: 3px 10px; border-radius: 20px;
    pointer-events: none;
}
.ba-label--before { left: 10px; }
.ba-label--after { right: 10px; }

/* ── PRODUCT PAGE ── */
/* ── Breadcrumb ───────────────────────────────────────────────────────────── */
.rv-breadcrumb {
    max-width: 1100px; margin: 0 auto; padding: 14px 5% 0;
    font-size: .82rem; color: var(--grey3);
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.rv-breadcrumb a { color: var(--grey3); }
.rv-breadcrumb a:hover { color: var(--ocean); text-decoration: underline; }
.rv-breadcrumb span:last-child { color: var(--text); font-weight: 600; }

/* ── Scheda prodotto: link al flusso alternativo ──────────────────────────── */
.rv-product-hero__altlink { font-size: .88rem; color: rgba(255,255,255,.7); text-decoration: underline; }
.rv-product-hero__altlink:hover { color: var(--gold); }

/* ── Riquadro CTA ritiro a domicilio ──────────────────────────────────────── */
.rv-cta-ritiro { background: var(--navy2); padding: 56px 5%; }
.rv-cta-ritiro__inner { max-width: 720px; margin: 0 auto; text-align: center; color: var(--white); }
.rv-cta-ritiro h2 { font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 800; margin-bottom: 12px; }
.rv-cta-ritiro p { color: rgba(255,255,255,.78); line-height: 1.7; margin-bottom: 24px; }

/* ── Altri display (link interni) ─────────────────────────────────────────── */
.rv-altri { padding: 64px 5%; background: var(--grey1); }
.rv-altri h2 { text-align: center; font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: 28px; }
.rv-altri__grid {
    list-style: none; max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px;
}
.rv-altri__grid a {
    display: block; background: var(--white); border: 1px solid var(--grey2);
    border-radius: var(--radius); padding: 16px 18px; height: 100%;
    transition: border-color .15s, transform .15s;
}
.rv-altri__grid a:hover { border-color: var(--ocean); transform: translateY(-2px); }
.rv-altri__brand { display: block; font-size: .72rem; font-weight: 700; color: var(--ocean); text-transform: uppercase; letter-spacing: 1px; }
.rv-altri__model { display: block; font-size: 1rem; font-weight: 700; color: var(--navy); margin: 2px 0 6px; }
.rv-altri__price { display: block; font-size: .85rem; color: var(--grey3); }

.rv-product-hero {
    background: linear-gradient(160deg, #071320 0%, #0d2035 50%, #0f3a5e 100%);
    color: var(--white); padding: 52px 5% 60px;
}
.rv-product-hero__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.rv-product-hero__brand { font-size: .8rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.rv-product-hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; margin-bottom: 16px; }
.rv-product-hero__desc { color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.rv-product-hero__price { font-size: 2.4rem; font-weight: 800; color: var(--gold); margin-bottom: 6px; }
.rv-product-hero__price small { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,.6); }
.rv-product-hero__shipping { font-size: .88rem; color: rgba(255,255,255,.65); margin-bottom: 16px; }
.rv-product-hero__trust {
    font-size: .84rem; color: rgba(232,160,32,.9);
    display: flex; align-items: center; gap: 6px; margin-bottom: 24px;
}

/* ── PROBLEM SECTION ── */
.rv-problem { background: var(--grey1); padding: 56px 5%; }
.rv-problem__inner { max-width: 760px; margin: 0 auto; }
.rv-problem h2 { font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.rv-problem p { color: #3a5060; line-height: 1.8; margin-bottom: 16px; }
.rv-warning {
    background: #fff3cd; border: 1px solid #f0c040; border-radius: var(--radius);
    padding: 14px 18px; display: flex; gap: 10px; align-items: flex-start;
    font-size: .9rem; color: #7a5000; margin-top: 24px;
}
.rv-warning strong { display: block; margin-bottom: 4px; }

/* ── FORM ── */
.rv-form-section { padding: 60px 5%; text-align: center; }
.rv-form-section h2 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin: 0 auto 32px; max-width: 640px; }
.rv-form { max-width: 640px; margin: 0 auto; text-align: left; }
.rv-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rv-form__full { grid-column: 1 / -1; }
.rv-field { display: flex; flex-direction: column; gap: 5px; }
.rv-field label { font-size: .85rem; font-weight: 600; color: var(--navy); }
.rv-field input, .rv-field select, .rv-field textarea {
    padding: 11px 14px; border: 1.5px solid var(--grey2);
    border-radius: var(--radius); font-size: .95rem; font-family: inherit;
    transition: border-color .2s; background: var(--white);
}
.rv-field input:focus, .rv-field select:focus, .rv-field textarea:focus {
    outline: none; border-color: var(--ocean);
    box-shadow: 0 0 0 3px rgba(26,122,181,.12);
}
.rv-field textarea { min-height: 100px; resize: vertical; }
.rv-field--check { flex-direction: row; align-items: flex-start; gap: 10px; margin-top: 8px; }
.rv-field--check input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
.rv-field--check label { font-size: .88rem; font-weight: 400; color: #4a6070; }
.rv-form__submit { margin-top: 24px; }

/* Notice spedizione estera */
.rv-shipping-notice {
    display: none;
    background: #e3f2fd; border: 1px solid #1a7ab5; border-radius: var(--radius);
    padding: 12px 16px; font-size: .88rem; color: #0d4c7a;
    margin-bottom: 16px; align-items: flex-start; gap: 8px;
}
.rv-shipping-notice.show { display: flex; }
.rv-shipping-notice svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

/* ── THANKS ── */
.rv-thanks {
    min-height: 70vh; display: flex; align-items: center; justify-content: center;
    padding: 60px 5%; text-align: center;
}
.rv-thanks__box { max-width: 520px; }
.rv-thanks__icon { font-size: 4rem; margin-bottom: 20px; }
.rv-thanks h1 { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.rv-thanks p { color: #4a6070; margin-bottom: 28px; }

/* ── FAQ ── */
.rv-faq-page { padding: 72px 5% 88px; }
.rv-faq-page__inner { max-width: 780px; margin: 0 auto; }
.rv-faq-page h1 { text-align: center; font-size: 1.8rem; font-weight: 700; margin-bottom: 40px; color: var(--navy); }
.rv-faq details {
    border: 1px solid var(--grey2);
    border-radius: var(--radius);
    margin-bottom: 10px;
    background: var(--white);
    overflow: hidden;
}
.rv-faq summary {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--navy);
}
.rv-faq summary::-webkit-details-marker { display: none; }
.rv-faq summary::after {
    content: '▾';
    font-size: 18px;
    color: var(--ocean);
    transition: transform .2s;
    flex-shrink: 0;
}
.rv-faq details[open] summary::after { transform: rotate(180deg); }
.rv-faq details[open] summary { border-bottom: 1px solid var(--grey2); }
.rv-faq__answer { padding: 4px 20px 18px; font-size: .95rem; line-height: 1.7; color: var(--text); }
.rv-faq__answer p { margin-bottom: 10px; }
.rv-faq__answer p:last-child { margin-bottom: 0; }
.rv-faq__answer ul { margin: 0 0 10px 20px; }
.rv-faq__answer li { margin-bottom: 4px; }
.rv-faq-page__cta {
    margin-top: 44px; padding: 32px; text-align: center;
    background: var(--grey1); border-radius: 12px;
}
.rv-faq-page__cta p { color: var(--text); margin-bottom: 18px; }

/* ── CONTACT / PREVENTIVO ── */
.rv-contact { padding: 80px 5%; }
.rv-contact__inner { max-width: 660px; margin: 0 auto; }
.rv-contact h1 { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 28px; }
.rv-contact__card {
    background: var(--grey1); border-radius: 12px; padding: 28px 32px;
    display: flex; flex-direction: column; gap: 20px; margin-bottom: 20px;
}
.rv-contact__item { display: flex; align-items: flex-start; gap: 14px; }
.rv-contact__item svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--ocean); }

/* Disclaimer box */
.rv-quote-disclaimer {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fff8e1; border: 2px solid #f9a825; border-radius: 12px;
    padding: 18px 20px; margin-bottom: 28px;
}
.rv-quote-disclaimer__icon { flex-shrink: 0; color: #e65100; margin-top: 2px; }
.rv-quote-disclaimer__body strong { display: block; font-size: 1rem; font-weight: 700; color: #5d4037; margin-bottom: 8px; }
.rv-quote-disclaimer__body ul { margin: 0 0 10px 18px; padding: 0; }
.rv-quote-disclaimer__body ul li { margin-bottom: 4px; font-size: .9rem; color: #4e342e; }
.rv-quote-disclaimer__body p { margin: 0; font-size: .85rem; color: #6d4c41; font-weight: 600; }

.rv-contact-form-wrap { margin-top: 0; }

/* WhatsApp sezione secondaria */
.rv-contact__wa-secondary {
    margin-top: 40px; padding-top: 28px;
    border-top: 1px solid var(--grey1);
}
.rv-wa-note {
    font-size: .82rem; color: var(--grey3); line-height: 1.5;
    margin: 6px 0 0; max-width: 420px;
}
.rv-upload-area {
    position: relative; border: 2px dashed var(--grey2); border-radius: 10px;
    padding: 28px 20px; text-align: center; cursor: pointer;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: var(--grey3); transition: border-color .2s, background .2s;
}
.rv-upload-area:hover, .rv-upload-area.drag { border-color: var(--ocean); background: rgba(26,122,181,.04); }
.rv-upload-area svg { color: var(--grey2); }
.rv-upload-area span { font-size: .85rem; }
.rv-foto-thumb {
    width: 72px; height: 72px; object-fit: cover; border-radius: 8px;
    border: 2px solid var(--grey1); position: relative;
}
.rv-foto-thumb-wrap { position: relative; display: inline-block; }
.rv-foto-thumb-wrap button {
    position: absolute; top: -6px; right: -6px; width: 18px; height: 18px;
    background: var(--danger, #e53); color: #fff; border: none; border-radius: 50%;
    font-size: 11px; cursor: pointer; line-height: 18px; padding: 0;
}

/* ── OTHER MODELS BANNER ── */
.rv-other { background: var(--navy2); color: var(--white); padding: 48px 5%; text-align: center; }
.rv-other h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.rv-other p { color: rgba(255,255,255,.75); margin-bottom: 24px; }

/* ── FOOTER ── */
.rv-footer {
    background: var(--navy); color: rgba(255,255,255,.55);
    padding: 28px 5%; text-align: center; font-size: .85rem;
}
.rv-footer a { color: rgba(255,255,255,.7); }
.rv-footer a:hover { color: var(--white); }

/* ── BUTTONS ── */
.rv-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: var(--radius);
    font-size: 1rem; font-weight: 600; cursor: pointer;
    transition: all .2s; text-decoration: none; border: none;
}
.rv-btn--primary { background: var(--ocean); color: var(--white); }
.rv-btn--primary:hover { background: var(--ocean2); color: var(--white); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(26,122,181,.4); }
.rv-btn--gold { background: var(--gold); color: var(--navy); }
.rv-btn--gold:hover { background: #f0b030; color: var(--navy); transform: translateY(-1px); }
.rv-btn--outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.5); }
.rv-btn--outline:hover { background: rgba(255,255,255,.1); color: var(--white); }
.rv-btn--wa { background: #25d366; color: var(--white); }
.rv-btn--wa:hover { background: #20b858; color: var(--white); transform: translateY(-1px); }
.rv-btn--sm { padding: 10px 20px; font-size: .9rem; }
.rv-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }
.rv-camera-btn {
    display: inline-flex; margin-top: 10px;
    background: var(--grey1); color: var(--navy); border: 1px solid var(--grey2);
}
.rv-camera-btn:hover { background: var(--grey2); color: var(--navy); }

/* ── ADMIN ── */
.rv-admin { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rv-admin h1 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: 24px; }
.rv-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.rv-table th { background: var(--navy); color: var(--white); padding: 10px 14px; text-align: left; font-weight: 600; }
.rv-table td { padding: 10px 14px; border-bottom: 1px solid var(--grey2); }
.rv-table tr:hover td { background: var(--grey1); }
.rv-badge { display: inline-block; padding: 2px 10px; border-radius: 20px; font-size: .78rem; font-weight: 700; }
.rv-badge--nuovo            { background: #e3f2fd; color: #1565c0; }
.rv-badge--ricevuto         { background: #e8f5e9; color: #2e7d32; }
.rv-badge--in_lavorazione   { background: #fff3e0; color: #e65100; }
.rv-badge--video_pronto     { background: #f3e5f5; color: #6a1b9a; }
.rv-badge--pagamento_atteso { background: #fff9c4; color: #f57f17; }
.rv-badge--pagato           { background: #e8f5e9; color: #1b5e20; }
.rv-badge--spedito          { background: #e0f7fa; color: #006064; }
.rv-badge--consegnato       { background: #e8f5e9; color: #1b5e20; }
.rv-badge--annullato        { background: #ffebee; color: #b71c1c; }
.rv-admin__detail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rv-detail-box { background: var(--grey1); border-radius: var(--radius); padding: 20px 24px; }
.rv-detail-box h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 14px; border-bottom: 1px solid var(--grey2); padding-bottom: 10px; }
.rv-detail-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: .9rem; border-bottom: 1px solid var(--grey2); }
.rv-detail-row:last-child { border: none; }
.rv-detail-row span:first-child { color: var(--grey3); }

/* ── MOBILE ── */
@media (max-width: 900px) {
    .rv-hero__inner { grid-template-columns: 1fr; }
    .rv-hero__text { padding-bottom: 24px; }
    .rv-hero__device { max-width: 420px; margin: 0 auto 32px; }
    .rv-product-hero__inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .rv-nav__links { display: none; }
    .rv-hamburger { display: block; }
    .rv-nav__links.open {
        display: flex; flex-direction: column; position: fixed;
        top: 64px; left: 0; right: 0; bottom: 0;
        background: var(--navy); padding: 24px 5%;
        gap: 20px; z-index: 99;
    }
    .rv-nav__links.open a { font-size: 1.1rem; }
    .rv-form__grid { grid-template-columns: 1fr; }
    .rv-admin__detail { grid-template-columns: 1fr; }
    .rv-trust-strip__items {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 16px 20px 18px;
        font-size: .88rem;
    }
}
@media (max-width: 480px) {
    .rv-hero { padding: 48px 5% 0; }
    .rv-products__grid { grid-template-columns: 1fr; }
}

/* ── STEP CLICKABLE ── */
.rv-step--clickable {
    cursor: pointer;
    transition: transform .18s, box-shadow .18s;
}
.rv-step--clickable:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(26,122,181,.18);
}
.rv-step__cta {
    display: inline-flex; align-items: center; gap: 5px;
    margin-top: 12px; font-size: .78rem; font-weight: 700;
    color: var(--ocean); letter-spacing: .03em; text-transform: uppercase;
}
.rv-step--clickable:hover .rv-step__cta { text-decoration: underline; }

/* ── MODAL ── */
.rv-modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(7,19,32,.72); backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
}
.rv-modal-overlay[hidden] { display: none; }
.rv-modal-box {
    background: #fff; border-radius: 14px;
    max-width: 640px; width: 100%;
    max-height: 90vh; overflow-y: auto;
    padding: 32px 28px 28px;
    position: relative;
    box-shadow: 0 24px 64px rgba(0,0,0,.35);
}
.rv-modal-box h2 { font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; }
.rv-modal-intro { font-size: .9rem; color: var(--grey3); margin-bottom: 24px; line-height: 1.6; }
.rv-modal-intro strong { color: var(--navy); }
.rv-modal-close {
    position: absolute; top: 14px; right: 16px;
    background: none; border: none; font-size: 1.6rem; line-height: 1;
    cursor: pointer; color: var(--grey3);
}
.rv-modal-close:hover { color: var(--navy); }
.rv-modal-box fieldset {
    border: 1px solid #e0e6ed; border-radius: 8px;
    padding: 16px 18px; margin-bottom: 18px;
}
.rv-modal-box legend {
    font-size: .8rem; font-weight: 700; color: var(--ocean);
    padding: 0 6px; text-transform: uppercase; letter-spacing: .05em;
}
.rv-modal-box .rv-field label { color: var(--navy); font-size: .82rem; }
.rv-modal-box .rv-field input,
.rv-modal-box .rv-field textarea {
    width: 100%; padding: 9px 12px; border: 1px solid #cdd6df;
    border-radius: 7px; font-size: .9rem; font-family: inherit;
    margin-top: 4px; box-sizing: border-box;
}
.rv-modal-box .rv-field input:focus,
.rv-modal-box .rv-field textarea:focus {
    outline: none; border-color: var(--ocean);
    box-shadow: 0 0 0 3px rgba(26,122,181,.15);
}
.rv-modal-actions {
    display: flex; gap: 12px; justify-content: flex-end; margin-top: 20px;
}
.rv-field-err { color: #c0392b; font-size: .85rem; padding: 8px 0; }
