:root {
  --cml50-teal: #008b8b;
  --cml50-blue: #005b96;
  --cml50-red: #d60000;
  --cml50-dark: #1f2937;
  --cml50-light: #f7fbfc;
  --cml50-white: #ffffff;
  --cml50-border: #dbe7ea;
  --cml50-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  --cml50-radius: 22px;
}

.cml50-page,
.cml50-page * { box-sizing: border-box; }
.cml50-page { width: 100%; overflow: hidden; font-family: Arial, Helvetica, sans-serif; color: var(--cml50-dark); background: #eef7f8; line-height: 1.5; }
.cml50-page img { max-width: 100%; height: auto; display: block; }
.cml50-page a { color: inherit; text-decoration: none; }
.cml50-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.cml50-hero { background: linear-gradient(135deg, var(--cml50-teal), var(--cml50-blue)); color: var(--cml50-white); padding: 34px 0 54px; position: relative; }
.cml50-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; background: rgba(255,255,255,0.12); border-radius: 50%; }
.cml50-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 46px; position: relative; z-index: 2; }
.cml50-logo-group { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cml50-logo-box { max-width: 260px; background: var(--cml50-white); padding: 14px 18px; border-radius: 18px; }
.cml50-logo-bcee { max-width: 210px; }
.cml50-deadline { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.32); border-radius: 999px; padding: 12px 18px; font-size: 15px; font-weight: 700; white-space: nowrap; }
.cml50-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; position: relative; z-index: 2; }
.cml50-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); padding: 10px 15px; border-radius: 999px; font-size: 14px; font-weight: 700; margin-bottom: 22px; }
.cml50-hero-text h1 { color: var(--cml50-white); font-size: clamp(38px, 5vw, 68px); line-height: 0.98; margin: 0 0 22px; letter-spacing: -1.8px; }
.cml50-hero-text p { font-size: clamp(18px, 2vw, 24px); max-width: 720px; margin: 0 0 30px; color: rgba(255,255,255,0.92); }
.cml50-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.cml50-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; font-size: 15px; text-align: center; }
.cml50-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.18); }
.cml50-btn-light, .cml50-page a.cml50-btn-light { background: #ffffff !important; color: #005b96 !important; border: 2px solid #ffffff !important; }
.cml50-btn-red, .cml50-page a.cml50-btn-red { background: var(--cml50-red) !important; color: var(--cml50-white) !important; }
.cml50-btn-full { width: 100%; margin-top: 18px; }
.cml50-hero-image-box { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); border-radius: var(--cml50-radius); padding: 18px; box-shadow: var(--cml50-shadow); backdrop-filter: blur(8px); }
.cml50-hero-image-box img { border-radius: 18px; background: var(--cml50-white); }
.cml50-section { padding: 64px 0; }
.cml50-section-title { text-align: center; margin-bottom: 38px; }
.cml50-section-title h2 { font-size: clamp(30px,4vw,46px); margin: 0 0 12px; color: var(--cml50-blue); letter-spacing: -0.8px; }
.cml50-section-title p { margin: 0 auto; max-width: 780px; font-size: 18px; color: #54616b; }
.cml50-products { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.cml50-product-card { background: var(--cml50-white); border: 1px solid var(--cml50-border); border-radius: var(--cml50-radius); overflow: hidden; box-shadow: var(--cml50-shadow); display: flex; flex-direction: column; }
.cml50-product-image { background: #f3f8fa; min-height: 280px; display: flex; align-items: center; justify-content: center; padding: 22px; }
.cml50-product-image img { max-height: 310px; object-fit: contain; }
.cml50-product-body { padding: 28px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.cml50-product-body h3 { font-size: 28px; line-height: 1.08; margin: 0; color: var(--cml50-blue); }
.cml50-price-box { display: grid; gap: 12px; background: var(--cml50-light); padding: 18px; border-radius: 18px; border: 1px solid var(--cml50-border); }
.cml50-price-box > div { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.cml50-price-box span { color: #5b6770; font-weight: 700; }
.cml50-old-price { text-decoration: line-through; color: #79858c; font-weight: 800; }
.cml50-offer-price { color: var(--cml50-red); font-size: 30px; font-weight: 900; }
.cml50-finance-price { color: var(--cml50-blue); font-size: 22px; font-weight: 900; text-align: right; }
.cml50-product-buttons { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 4px; }
.cml50-product-btn { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 46px; padding: 11px 16px; border-radius: 999px; color: #fff !important; font-size: 14px; font-weight: 800; text-align: center; line-height: 1.2; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.cml50-product-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.18); opacity: 0.96; }
.cml50-btn-blue { background: #005b96 !important; }
.cml50-btn-green { background: #11823b !important; }
.cml50-btn-video { background: #d60000 !important; }
.cml50-formula-section { padding-top: 0; }
.cml50-formula-box { background: linear-gradient(135deg,var(--cml50-blue),var(--cml50-teal)); color: var(--cml50-white); border-radius: var(--cml50-radius); padding: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; box-shadow: var(--cml50-shadow); }
.cml50-formula-box > div { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 18px; padding: 22px; }
.cml50-formula-box strong { display: block; font-size: 30px; margin-bottom: 8px; }
.cml50-order-section { background: var(--cml50-white); }
.cml50-order-form { display: grid; grid-template-columns: 1fr; gap: 26px; width: 100%; max-width: 100%; margin: 0 auto; }
.cml50-form-card, .cml50-summary-card { border: 1px solid var(--cml50-border); border-radius: var(--cml50-radius); padding: 28px; box-shadow: var(--cml50-shadow); background: var(--cml50-white); width: 100%; }
.cml50-form-card h3, .cml50-summary-card h3 { margin: 0 0 22px; color: var(--cml50-blue); font-size: 26px; }
.cml50-form-card label { display: block; font-size: 14px; font-weight: 800; color: #374151; margin: 14px 0 7px; }
.cml50-form-card input, .cml50-form-card select, .cml50-form-card textarea { width: 100%; min-height: 48px; border: 1px solid #cbd9df; border-radius: 14px; padding: 12px 14px; font-size: 16px; font-family: inherit; outline: none; background: #fff; }
.cml50-form-card input:focus, .cml50-form-card select:focus, .cml50-form-card textarea:focus { border-color: var(--cml50-blue); box-shadow: 0 0 0 4px rgba(0,91,150,0.12); }
.cml50-form-card textarea { min-height: 110px; resize: vertical; }
.cml50-order-item { border: 1px solid var(--cml50-border); border-radius: 18px; padding: 18px; background: var(--cml50-light); display: grid; grid-template-columns: 1fr 140px; gap: 16px; align-items: center; margin-bottom: 16px; }
.cml50-order-item strong { color: var(--cml50-blue); font-size: 18px; }
.cml50-order-item p { margin: 6px 0 0; color: #54616b; }
.cml50-qty-box { width: 140px; }
.cml50-qty-box label { margin-top: 0 !important; }
.cml50-qty-box input { text-align: center; font-weight: 800; }
.cml50-summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--cml50-border); }
.cml50-summary-line strong { text-align: right; }
.cml50-summary-total { margin-top: 16px; background: var(--cml50-blue); color: var(--cml50-white); border-radius: 18px; padding: 20px; display: grid; gap: 10px; }
.cml50-summary-total .cml50-summary-line { border-color: rgba(255,255,255,0.24); padding: 8px 0; }
.cml50-success-page { background: #eef7f8; padding: 72px 16px; font-family: Arial, Helvetica, sans-serif; }
.cml50-success-card { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--cml50-border); border-radius: 24px; box-shadow: var(--cml50-shadow); padding: 42px; text-align: center; }
.cml50-success-card h1 { color: var(--cml50-blue); margin: 0 0 18px; font-size: clamp(30px,4vw,46px); }
.cml50-success-card p { font-size: 18px; color: #54616b; }
.cml50-success-order { background: #f7fbfc; border: 1px solid var(--cml50-border); border-radius: 16px; padding: 16px; }
@media (max-width: 900px) { .cml50-topbar { align-items: flex-start; flex-direction: column; } .cml50-deadline { white-space: normal; } .cml50-hero-grid, .cml50-products, .cml50-formula-box { grid-template-columns: 1fr; } .cml50-hero { padding-top: 26px; } .cml50-product-image { min-height: 210px; } }
@media (max-width: 560px) { .cml50-container { width: min(100% - 22px, 1180px); } .cml50-actions { flex-direction: column; } .cml50-btn { width: 100%; } .cml50-form-card, .cml50-summary-card, .cml50-formula-box { padding: 20px; } .cml50-order-item { grid-template-columns: 1fr; } .cml50-qty-box { width: 100%; } .cml50-offer-price { font-size: 26px; } .cml50-price-box > div { flex-direction: column; gap: 4px; } .cml50-finance-price { text-align: left; } }


.cml50-disclaimer-section {
  background: #ffffff;
  padding: 0 0 54px;
}

.cml50-disclaimer-box {
  border: 1px solid var(--cml50-border);
  border-radius: 18px;
  background: #f7fbfc;
  padding: 24px 28px;
  color: #54616b;
  font-size: 13px;
  line-height: 1.55;
}

.cml50-disclaimer-box h3 {
  margin: 0 0 12px;
  color: var(--cml50-blue);
  font-size: 20px;
}

.cml50-disclaimer-box p {
  margin: 0 0 10px;
}

.cml50-disclaimer-box p:last-child {
  margin-bottom: 0;
}

/* V1.0.4 - Validazione in pagina dei campi obbligatori */
.cml50-form-errors {
  display: none;
  border: 2px solid #d60000;
  background: #fff5f5;
  color: #8a0000;
  border-radius: 18px;
  padding: 18px 22px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 12px 28px rgba(214, 0, 0, 0.12);
}

.cml50-form-errors strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.cml50-form-errors ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

.cml50-form-errors li {
  margin: 4px 0;
}

.cml50-page .cml50-field-error {
  border-color: #d60000 !important;
  background: #fff7f7 !important;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.12) !important;
}
