.elementor-1838 .elementor-element.elementor-element-948b158{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-58c3075 *//* =========================================
   1. VARIABLES & RESET
   ========================================= */
:root {
  --bg: #f6f7fb;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, .10);
  --accent: #23c55e;
  --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(20px, 2.1vw, 26px); line-height: 1.15; margin: 8px 0 8px; font-weight: 900; }
.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: #23c55e; }
.brand__accent { color: var(--gold); }
.fineprint { margin: 12px 0 0; font-size: 12px; color: var(--muted); line-height: 1.45; }

/* =========================================
   3. LAYOUT UTILITIES
   ========================================= */
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.rounded { border-radius: var(--radius2); }
.page { padding: 18px 14px 96px; }
.section { padding: 18px 16px; }
.section__header { margin-bottom: 14px; }
@media (min-width: 860px) { .page { padding: 24px 14px 40px; } }
.feature, .mech-step, .offer-item, .offer-bullets, .review, .obadge, .trust-item, .brand-mini {
    background: #ffffff !important; border: none !important; box-shadow: none !important; text-align: center;
}

/* =========================================
   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: 180px; height: 180px; 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; }
.micro-note { font-size: 17px; color: var(--muted); line-height: 1.4; }
.rosso { color: #ef4444; font-weight: bold; }

/* =========================================
   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); cursor: pointer;
}
.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:disabled { opacity: 0.7; cursor: not-allowed; filter: grayscale(0.5); }

/* =========================================
   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: 200px; height: 60px; object-fit: contain; }
.alert-banner__text { font-size: 16px; line-height: 1.5; color: var(--text); }
.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; }
}

/* =========================================
   8. COMPONENT: FEATURES & BA
   ========================================= */
.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; }
@media (min-width: 860px) { .feature-grid { grid-template-columns: repeat(3, 1fr);} }

.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; justify-content: center; }
.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;
}
.offer-item__text { flex-grow: 1; text-align: center; padding-right: 40px; }
@media (max-width: 480px) {
  .offer-item { flex-direction: column; text-align: center; }
  .offer-item__text { padding-right: 0; }
}

/* =========================================
   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; font-family: inherit; font-size: 16px;
}
.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; }
.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: 90px; 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. REVIEWS & FOOTER
   ========================================= */
.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; }

.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; } }

/* =========================================
   STEPS & VIDEO
   ========================================= */
.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; 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; } }

.video-wrapper { max-width: 350px; margin: 20px auto; padding: 0 10px; }
.video-responsive { position: relative; padding-bottom: 177.77%; 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 */