.elementor-8995 .elementor-element.elementor-element-4a6bf8a{overflow:visible;}.elementor-8995 .elementor-element.elementor-element-5cb0d82{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-53d3a6c */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --orange: #ee8a23;
    --orange-dark: #d07010;
    --orange-light: #fff8f0;
    --orange-mid: #fdf0e0;
    --dark: #3a3a3a;
    --text: #4B4F58;
    --muted: #888;
    --light-bg: #F5F5F5;
    --white: #FFFFFF;
    --border: rgba(0,0,0,0.08);
    --black: #000000;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between;
    height: 70px;
    position: sticky; top: 0; z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .nav-logo img { height: 40px; width: auto; display: block; }
  .nav-cta {
    background: var(--orange);
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 500;
    padding: 8px 18px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid var(--orange);
    transition: background 0.2s;
    white-space: nowrap;
  }
  .nav-cta:hover { background: var(--orange-dark); border-color: var(--orange-dark); }

  /* ── HERO ── */
  .hero {
    background: var(--white);
    padding: 52px 24px 44px;
    text-align: center;
    border-bottom: 3px solid var(--orange);
  }
  .hero-eyebrow {
    display: inline-block;
    background: var(--orange-light);
    color: var(--orange-dark);
    border: 1px solid rgba(238,138,35,0.3);
    font-size: 11px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 18px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-family: 'Lora', serif;
    font-size: clamp(30px, 7vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 14px;
  }
  .hero h1 span { color: var(--orange); }
  .hero-sub {
    font-size: 15px;
    color: var(--text);
    font-weight: 300;
    max-width: 380px;
    margin: 0 auto 32px;
    line-height: 1.8;
  }

  /* ── SPLIT VISUAL ── */
  .hero-visual {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto 36px;
    max-width: 480px;
    aspect-ratio: 16/9;
    border: 1px solid var(--border);
    display: grid; grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .panel-left {
    background: #f0f7f3;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 20px; gap: 8px;
    border-right: 1px solid rgba(238,138,35,0.15);
  }
  .panel-right {
    background: var(--dark);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 20px; gap: 8px;
  }
  .panel-tag {
    font-size: 9px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
  }
  .panel-left .panel-tag { color: var(--orange); }
  .panel-right .panel-tag { color: rgba(255,255,255,0.4); }
  .panel-icon { font-size: 34px; line-height: 1; }
  .panel-desc { font-size: 12px; font-weight: 500; text-align: center; line-height: 1.45; }
  .panel-left .panel-desc { color: var(--dark); }
  .panel-right .panel-desc { color: rgba(255,255,255,0.7); }

  /* ── DISCOUNT STRIP ── */
  .discount-banner {
    background: var(--orange);
    border-radius: 12px;
    padding: 18px 20px;
    max-width: 480px;
    margin: 0 auto 32px;
    display: flex; align-items: center; gap: 14px;
    text-align: left;
  }
  .discount-icon { font-size: 28px; flex-shrink: 0; }
  .discount-title {
    font-family: 'Lora', serif;
    font-size: 20px; font-weight: 700;
    color: #fff; line-height: 1.1; margin-bottom: 3px;
  }
  .discount-sub { font-size: 12px; color: rgba(255,255,255,0.85); font-weight: 300; }

  /* ── CTA BUTTON ── */
  .cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; }
  .cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--orange);
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-size: 15px; font-weight: 500;
    padding: 14px 32px;
    border-radius: 18px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    border: 1px solid var(--orange);
  }
  .cta-btn:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
  .cta-btn:active { transform: scale(0.98); }
  .cta-note { font-size: 12px; color: var(--muted); font-weight: 300; }

  /* ── TRUST BAR ── */
  .trust-bar {
    background: var(--light-bg);
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
  }
  .trust-items {
    display: flex; justify-content: center;
    flex-wrap: wrap; gap: 20px;
    max-width: 480px; margin: 0 auto;
  }
  .trust-item {
    display: flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 500; color: var(--dark);
  }
  .trust-icon { font-size: 16px; }

  /* ── SECTION LABELS ── */
  .section-label {
    text-align: center;
    font-size: 11px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--orange); margin-bottom: 8px;
  }
  .section-title {
    font-family: 'Lora', serif;
    font-size: clamp(24px, 6vw, 36px);
    font-weight: 700; text-align: center;
    color: var(--dark); margin-bottom: 8px;
    line-height: 1.3;
  }
  .section-title.white { color: #fff; }
  .section-sub {
    text-align: center;
    font-size: 14px; color: var(--muted);
    max-width: 340px; margin: 0 auto 36px;
    font-weight: 300; line-height: 1.7;
  }
  .section-sub.white { color: rgba(255,255,255,0.6); }

  /* ── HOW IT WORKS ── */
  .how-section { padding: 60px 24px; background: var(--white); }
  .how-grid { display: flex; flex-direction: column; max-width: 480px; margin: 0 auto; }
  .how-item {
    display: grid; grid-template-columns: 52px 1fr;
    gap: 16px; padding: 20px 0;
    border-bottom: 1px solid var(--border);
    align-items: start;
  }
  .how-item:last-child { border-bottom: none; }
  .how-num {
    width: 44px; height: 44px; border-radius: 18px;
    background: var(--orange);
    color: var(--black);
    font-family: 'Lora', serif;
    font-size: 20px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--orange);
  }
  .how-content h3 { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 3px; }
  .how-content p { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }

  /* ── BENEFITS DARK ── */
  .benefits-section { padding: 60px 24px; background: var(--dark); }
  .benefits-section .section-label { color: #f0a850; }
  .benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 480px; margin: 0 auto; }
  .benefit-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px; padding: 18px 16px;
    transition: border-color 0.2s;
  }
  .benefit-card:hover { border-color: rgba(238,138,35,0.5); }
  .benefit-card.wide { grid-column: span 2; }
  .benefit-emoji { font-size: 26px; margin-bottom: 10px; }
  .benefit-title { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 5px; }
  .benefit-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; font-weight: 300; }

  /* ── FEATURE LIST ── */
  .features-section { padding: 60px 24px; background: var(--light-bg); }
  .features-grid { display: flex; flex-direction: column; max-width: 480px; margin: 0 auto; }
  .feature-row {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px 0; border-bottom: 1px solid var(--border);
    background: var(--white); margin-bottom: 0;
  }
  .feature-row { background: none; }
  .feature-row:last-child { border-bottom: none; }
  .feature-icon-wrap {
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 18px;
    background: var(--orange);
    color: var(--black);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    border: 1px solid var(--orange);
  }
  .feature-text { flex: 1; padding-top: 2px; }
  .feature-name { font-size: 14px; font-weight: 600; color: var(--dark); margin-bottom: 2px; }
  .feature-detail { font-size: 13px; color: var(--muted); line-height: 1.65; font-weight: 300; }

  /* ── STATS ── */
  .stats-section { background: var(--orange); padding: 0; }
  .stats-row { display: flex; max-width: 480px; margin: 0 auto; }
  .stat-item { flex: 1; text-align: center; padding: 28px 12px; border-right: 1px solid rgba(255,255,255,0.2); }
  .stat-item:last-child { border-right: none; }
  .stat-number { font-family: 'Lora', serif; font-size: 32px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 5px; }
  .stat-label { font-size: 11px; color: rgba(255,255,255,0.8); font-weight: 300; line-height: 1.4; }

  /* ── REVIEWS ── */
  .reviews-section { padding: 60px 24px; background: var(--white); }
  .reviews-list { display: flex; flex-direction: column; gap: 14px; max-width: 480px; margin: 0 auto; }
  .review-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px; padding: 20px 18px;
    border-left: 3px solid var(--orange);
  }
  .review-stars { color: var(--orange); font-size: 14px; margin-bottom: 8px; letter-spacing: 1px; }
  .review-text { font-size: 14px; color: var(--text); line-height: 1.75; margin-bottom: 14px; font-style: italic; font-weight: 300; }
  .review-author { font-size: 12px; font-weight: 600; color: var(--dark); display: flex; align-items: center; gap: 10px; }
  .review-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

  /* ── BOTTOM CTA ── */
  .bottom-cta { padding: 60px 24px 72px; text-align: center; background: var(--light-bg); border-top: 3px solid var(--orange); }
  .bottom-cta .section-sub { color: var(--muted); margin-bottom: 28px; }
  .bottom-cta .discount-banner { margin-bottom: 28px; }

  /* ── FOOTER ── */
  footer { background: var(--dark); padding: 24px; text-align: center; }
  footer p { font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 300; }
  footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
  footer a:hover { color: var(--orange); }/* End custom CSS */