.elementor-1861 .elementor-element.elementor-element-aabf259{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-dbcae90 *//* =========================================
   1. VARIABLES & RESET
   ========================================= */
:root {
  --bg: #f6f7fb;              /* page background */
  --card: #ffffff;            /* cards */
  --card2: #ffffff;
  --text: #0f172a;            /* main text */
  --muted: #475569;           /* secondary text */
  --line: rgba(15, 23, 42, .10); /* borders */
  --accent: #23c55e;          /* CTA green */
  --accent2: #16a34a;
  --danger: #ef4444;
  --gold: #f59e0b;
  --shadow: 0 18px 60px rgba(2, 6, 23, .10);
  --shadow2: 0 10px 30px rgba(2, 6, 23, .08);
  --radius: 18px;
  --radius2: 14px;
  --max: 920px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: var(--bg);
  color: var(--text);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* =========================================
   2. TYPOGRAPHY
   ========================================= */
.h1 {
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.08;
  margin: 4px 0 10px;
  font-weight: 900;
}

.h2 {
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.15;
  margin: 8px 0 8px;
  font-weight: 900;
  text-align: center;
}

.lead {
  color: var(--text);
  opacity: .92;
  line-height: 1.55;
  margin: 0 0 12px;
  font-size: 20px;
}

.sub {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.center { text-align: center; }
.muted { color: var(--muted); }
.highlight { color: #0f766e; }
.brand__accent { color: var(--gold); }
.fineprint { margin: 12px 0 0; font-size: 12px; color: var(--muted); line-height: 1.45; }

/* =========================================
   3. LAYOUT UTILITIES
   ========================================= */
/* Immagini cover */
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.img-contain { width: 100%; height: 100%; object-fit: contain; }
.rounded { border-radius: var(--radius2); }

/* Layout pagina */
.page { padding: 18px 14px 96px; }
.topbar { display: none !important; }

.section { padding: 18px 16px; }
.section__header { margin-bottom: 14px; }

@media (min-width: 860px) {
  .page { padding: 24px 14px 40px; }
}

/* Override per pulizia stile su vari componenti */
.feature, 
.mech-step, 
.offer-item, 
.offer-bullets, 
.review, 
.obadge,
.trust-item,
.brand-mini {
    background: #ffffff !important; 
    border: none !important;        
    box-shadow: none !important;    
}

/* =========================================
   4. CARDS & CONTAINERS
   ========================================= */
.card {
  max-width: var(--max);
  margin: 0 auto 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* =========================================
   5. COMPONENT: HERO V2
   ========================================= */
.hero-v2 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-v2__brand-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.03); 
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-v2__logo {
  width: 100px; 
  height: 100px; 
  object-fit: cover; 
  object-position: center;
  border: none;
  background: transparent;
  flex-shrink: 0;
}

.hero-v2__media {
  position: relative;
  width: 100%;
  background: #ffffff; 
  height: auto;       
  margin: 0;
  padding: 0;
  line-height: 0;      
  font-size: 0;
}

.hero-v2__img {
  width: 100%;
  height: auto;      
  min-height: 200px; 
  object-fit: cover;
  display: block;    
}

.hero-v2__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%);
  line-height: 1.5; 
  font-size: 1rem;
}

.hero-v2__offer {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--danger);
  flex-shrink: 0;
}

.hero-v2__offerText {
  font-weight: 900;
  font-size: 11px;
  color: #0f172a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-v2__content {
  background: #ffffff; 
  padding: 10px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-placeholder {
  width: 100%;
  height: 180px;
  background-color: #332f2f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.micro-note { font-size: 16px; color: var(--muted); line-height: 1.4; }

/* Trust Icons */
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.trust-item {
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
}

/* =========================================
   6. BUTTONS
   ========================================= */
.btn {
  display: flex; 
  width: fit-content; 
  margin: 14px auto; 
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 900;
  letter-spacing: .2px;
  border: 1px solid transparent;
  user-select: none;
  transform: translateZ(0);
}

.btn--primary {
  background: linear-gradient(180deg, var(--accent), var(--accent2));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(35, 197, 94, .20);
}
.btn--primary:hover { filter: brightness(1.03); }

.btn--confirm {
  width: 100%; 
  background: linear-gradient(180deg, #34d399, #16a34a);
  color: #ffffff;
  padding: 16px 16px;
  font-size: 15px;
  box-shadow: 0 18px 40px rgba(35, 197, 94, .20);
  margin-top: 10px;
}

.btn--full { width: 100%; margin: 0; }

/* =========================================
   7. COMPONENT: ALERT BANNER
   ========================================= */
.alert-banner {
    max-width: var(--max);
    margin: 0 auto 20px;
    display: flex;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow2);
    border: 1px solid #dc2626;
    background: rgba(239, 68, 68, 0.08);
}

.alert-banner__attention {
    background: #dc2626;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.alert-banner__content {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    gap: 20px;
    flex-grow: 1;
}

.alert-banner__logo-wrapper { flex-shrink: 0; }
.alert-banner__logo {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

.alert-banner__text {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text);
    font-weight: 600;
}
.alert-banner__text .muted {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-style: italic;
}

@media (max-width: 768px) {
    .alert-banner { flex-direction: column; }
    .alert-banner__attention { width: 100%; padding: 12px 16px; font-size: 15px; justify-content: center; }
    .alert-banner__content { flex-direction: column; align-items: center; gap: 16px; padding: 16px; text-align: center; }
    .alert-banner__logo { height: 50px; }
}

/* =========================================
   8. COMPONENT: FEATURES
   ========================================= */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 14px 0;
}

.feature {
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  border-radius: var(--radius2);
  padding: 14px;
}

.feature__icon { font-size: 20px; margin-bottom: 8px; }
.feature__title { font-weight: 900; margin-bottom: 6px; }
.feature__text { color: var(--muted); line-height: 1.5; font-size: 13px; }

@media (min-width: 860px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================
   9. COMPONENT: BEFORE / AFTER
   ========================================= */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 20px; 
}

.ba-card {
  position: relative;
  height: auto;
  margin: 0;
  overflow: hidden; 
  border-radius: 10px;
}

.ba-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ba-cap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  pointer-events: none; 
}

.ba-tag {
  font-size: 11px;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .90);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ba-tag--before { color: #991b1b; }
.ba-tag--after { color: #14532d; }

@media (min-width: 860px) {
  .ba-grid { grid-template-columns: 1fr; }
}

/* =========================================
   10. COMPONENT: OFFER STACK
   ========================================= */
.offer-stack { padding: 18px 16px; }
.offer-items { display: flex; flex-direction: column; gap: 12px; align-items: center; }

.offer-item {
  width: 100%;
  max-width: 520px;
  display: flex; gap: 12px; align-items: center;
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  border-radius: var(--radius2);
  padding: 12px;
}

.offer-item__img {
  width: 260px; height: 86px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #fff;
}

.offer-item__title { font-weight: 900; margin-bottom: 6px; }
.offer-item__price { display: flex; gap: 10px; align-items: baseline; }

.strike { color: var(--muted); text-decoration: line-through; font-weight: 800; }
.now { color: #15803d; font-weight: 900; font-size: 18px; }
.free { color: #15803d; font-weight: 900; }

.offer-plus {
  width: 44px; height: 44px; border-radius: 999px;
  display: grid; place-items: center;
  background: rgba(35,197,94,.12);
  border: 1px solid rgba(35,197,94,.25);
  font-size: 24px; font-weight: 900; color: #166534;
}

/* Centra il blocco di testo rispetto all'immagine */
.offer-item__text {
  flex-grow: 1;           /* Fa sì che il testo occupi tutto lo spazio disponibile */
  text-align: center;   /* Centra i titoli */
  padding-right: 40px;  /* Bilancia l'ingombro dell'immagine a sinistra per un centraggio ottico perfetto */
}

/* Centra il contenuto del prezzo (dove si trova "INCLUSA") */
.offer-item__price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center; /* <--- Questa è la riga fondamentale per centrare "INCLUSA" */
}

@media (max-width: 480px) {
  .offer-item {
    flex-direction: column; /* Mette immagine sopra e testo sotto */
    text-align: center;
  }
  .offer-item__text {
    padding-right: 0; /* Rimuove il bilanciamento perché l'immagine non è più a lato */
  }
}

/* =========================================
   11. COMPONENT: ORDER FORM
   ========================================= */
.order-wrap { max-width: var(--max); margin: 0 auto 14px; }

.order-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
}

.order-form { padding: 16px; }

.field { display: block; margin-bottom: 12px; }
.field__label {
  display: block;
  font-size: 12px;
  letter-spacing: .4px;
  font-weight: 900;
  color: rgba(15, 23, 42, .80);
  margin: 0 0 8px;
  text-transform: uppercase;
}

.field__input {
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #ffffff;
  color: var(--text);
  outline: none;
}
.field__input::placeholder { color: rgba(71, 85, 105, .7); }
.field__input:focus {
  border-color: rgba(35, 197, 94, .55);
  box-shadow: 0 0 0 4px rgba(35, 197, 94, .15);
}

/* Summary Box */
.summary {
    margin: 14px 0 12px;
    padding: 14px;
    border-radius: 16px;
    border: none;
    background: transparent;
}
.summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    font-size: 14px;
    border-bottom: none;
}
.strike-mini {
    text-decoration: line-through;
    color: var(--muted);
    font-size: 13px;
    margin-right: 4px;
    font-weight: 400;
}

/* Riga Finale Totale (Foto + Testo + Prezzo) */
.summary__final-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.summary__final-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mini-thumb {
    width: 140px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}
.total-label { font-weight: 900; font-size: 15px; }
.summary__final-price { font-weight: 900; font-size: 20px; color: #15803d; }

/* Badges Form */
.order-badges {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.obadge {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(2,6,23,.02);
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
}
.obadge img {
  width: 30px; height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(2,6,23,.12));
}

/* =========================================
   12. COMPONENT: MECHANISM
   ========================================= */
.mechanism-visual-main {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px;
}

.square-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #eee;
    border-radius: var(--radius2);
    overflow: hidden;
    border: 1px solid var(--line);
}

.mechanism-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.mech-step-text {
    padding: 16px;
    background: #ffffff; 
    border-radius: var(--radius2);
    border: 1px solid var(--line);
}

.mech-step-text .mech-title {
    font-size: 16px;
    font-weight: 900;
    color: var(--text);
    margin-bottom: 6px;
}
.mech-step-text .mech-desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--muted);
}

/* =========================================
   13. COMPONENT: REVIEWS
   ========================================= */
.reviews { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }

.review {
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  border-radius: var(--radius);
  padding: 14px;
}

.review__top { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.review__name { font-weight: 900; }
.review__stars { font-size: 12px; color: #b45309; }
.review__text { color: var(--text); opacity: .92; line-height: 1.5; margin: 0 0 10px; }

/* =========================================
   14. COMPONENT: FOOTER
   ========================================= */
.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 16px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow2);
}
.footer__brand { font-weight: 900; margin-bottom: 10px; }
.footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 10px;
}
.footer__title { font-weight: 900; margin-bottom: 6px; }
.footer__text { color: var(--muted); font-size: 12px; line-height: 1.5; }
.footer__bottom { color: rgba(71, 85, 105, .9); font-size: 12px; border-top: 1px solid var(--line); padding-top: 10px; }

@media (min-width: 860px) {
  .footer__cols { grid-template-columns: 1.2fr 1fr 1.2fr; }
}

/* =========================================
   15. COMPONENT: STICKY CTA
   ========================================= */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .90);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

@media (min-width: 860px) {
  .sticky-cta { display: none; }
}

/* =========================================
   16. NUOVA SEZIONE: STEP COME FUNZIONA
   ========================================= */
.steps-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
  align-items: center;
}

.step-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  padding: 16px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.step-num {
  background: var(--text);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}

.step-title {
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.step-img {
  width: 100%;
  height: auto;
  max-height: 250px; /* Limite altezza per non occupare troppo */
  object-fit: cover;
  margin-bottom: 12px;
  border: 1px solid rgba(0,0,0,0.05);
}

.step-desc {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.step-arrow {
  color: var(--muted);
  font-size: 20px;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .steps-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .step-arrow {
    transform: rotate(-90deg);
    align-self: center;
  }
}
.rosso {
    color: #ef4444;      /* Il rosso che abbiamo nelle variabili (--danger) */
    font-weight: bold;   /* Lo rende anche grassetto per dare enfasi */
}

/* =========================================
   VIDEO SECTION STYLES
   ========================================= */
.video-wrapper {
    max-width: 350px; /* Larghezza massima per non farlo troppo grande su desktop */
    margin: 20px auto;
    padding: 0 10px;
}

.video-responsive {
    position: relative;
    padding-bottom: 177.77%; /* Aspect ratio 9:16 per Shorts */
    height: 0;
    overflow: hidden;
    border-radius: var(--radius2);
    box-shadow: var(--shadow2);
    border: 1px solid var(--line);
    background: #000;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius2);
}

@media (max-width: 480px) {
    .video-wrapper {
        max-width: 100%;
    }
}/* End custom CSS */