:root {
      --primary: #FF6B35;
      --primary-dark: #e05a26;
      --dark: #0D1117;
      --dark2: #161B22;
      --dark3: #1C2128;
      --accent: #F7C948;
      --steel: #8B9BB4;
      --light: #F0F4F8;
      --white: #FFFFFF;
      --border: rgba(255,255,255,0.08);
      --green: #22C55E;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--dark);
      color: var(--white);
      overflow-x: hidden;
    }
    h1,h2,h3,h4,h5 { font-family: 'Syne', sans-serif; }

    /* ── NAVBAR ── */
    .navbar {
      background: rgba(13,17,23,0.92);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--border);
      padding: 14px 0;
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    .navbar-brand { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--white) !important; }
    .navbar-brand span { color: var(--primary); }
    .nav-link { color: rgba(255,255,255,0.75) !important; font-weight: 500; transition: color .2s; }
    .nav-link:hover { color: var(--primary) !important; }
    .btn-nav { background: var(--primary); color: #fff !important; border-radius: 8px; padding: 8px 20px !important; font-weight: 600; }
    .btn-nav:hover { background: var(--primary-dark); }
    .navbar-toggler { border-color: rgba(255,255,255,0.2); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: var(--dark);
      padding: 80px 0 60px;
    }
    .hero-grid-bg {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,107,53,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,107,53,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none;
    }
    .hero-glow {
      position: absolute;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
      top: -200px; right: -200px;
      pointer-events: none;
    }
    .hero-glow2 {
      position: absolute;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(247,201,72,0.08) 0%, transparent 70%);
      bottom: 0; left: -100px;
      pointer-events: none;
    }
    .badge-pill {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,107,53,0.12);
      border: 1px solid rgba(255,107,53,0.3);
      color: var(--primary);
      border-radius: 100px;
      padding: 6px 16px;
      font-size: .8rem; font-weight: 600;
      margin-bottom: 24px;
    }
    .badge-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); animation: pulse 1.8s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
    .hero h1 {
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -1px;
      margin-bottom: 24px;
    }
    .hero h1 .highlight {
      color: var(--primary);
      position: relative;
    }
    .hero h1 .highlight::after {
      content: '';
      position: absolute;
      bottom: 2px; left: 0; right: 0;
      height: 3px;
      background: var(--primary);
      opacity: .35;
      border-radius: 2px;
    }
    .hero-sub { color: var(--steel); font-size: 1.15rem; line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
    .btn-primary-cta {
      background: var(--primary);
      color: #fff;
      border: none;
      border-radius: 10px;
      padding: 14px 28px;
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      display: inline-flex; align-items: center; gap: 10px;
      transition: all .25s;
      box-shadow: 0 4px 20px rgba(255,107,53,0.35);
    }
    .btn-primary-cta:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,107,53,0.45); color: #fff; }
    .btn-outline-cta {
      background: transparent;
      color: var(--white);
      border: 1.5px solid rgba(255,255,255,0.25);
      border-radius: 10px;
      padding: 14px 28px;
      font-family: 'Syne', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
      display: inline-flex; align-items: center; gap: 10px;
      transition: all .25s;
    }
    .btn-outline-cta:hover { border-color: var(--primary); color: var(--primary); }
    .btn-whatsapp {
      background: #25D366;
      color: #fff;
      border: none;
      border-radius: 10px;
      padding: 14px 28px;
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      display: inline-flex; align-items: center; gap: 10px;
      transition: all .25s;
      box-shadow: 0 4px 20px rgba(37,211,102,0.3);
    }
    .btn-whatsapp:hover { background: #1ebe5d; color: #fff; transform: translateY(-2px); }
    .trust-line { color: var(--steel); font-size: .88rem; margin-top: 18px; display: flex; align-items: center; gap: 8px; }
    .trust-line .avatars { display: flex; }
    .trust-line .avatars span {
      width: 28px; height: 28px; border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      border: 2px solid var(--dark);
      margin-left: -8px;
      display: flex; align-items: center; justify-content: center;
      font-size: .65rem; font-weight: 700; color: #fff;
    }
    .trust-line .avatars span:first-child { margin-left: 0; }
    .hero-card {
      background: var(--dark2);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 28px;
      position: relative;
    }
    .hero-stat {
      background: var(--dark3);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 18px 20px;
      margin-bottom: 14px;
      display: flex; align-items: center; gap: 14px;
    }
    .hero-stat-icon {
      width: 44px; height: 44px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem; flex-shrink: 0;
    }
    .hero-stat-icon.orange { background: rgba(255,107,53,0.15); color: var(--primary); }
    .hero-stat-icon.green  { background: rgba(34,197,94,0.15);  color: var(--green); }
    .hero-stat-icon.yellow { background: rgba(247,201,72,0.15); color: var(--accent); }
    .hero-stat-title { font-size: .82rem; color: var(--steel); margin-bottom: 2px; }
    .hero-stat-val { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.3rem; color: var(--white); }
    .hero-stat-val .up { color: var(--green); font-size: .8rem; font-family: 'DM Sans', sans-serif; }
    .order-badge {
      background: rgba(34,197,94,0.12);
      border: 1px solid rgba(34,197,94,0.25);
      border-radius: 8px;
      padding: 10px 14px;
      display: flex; align-items: center; gap: 10px;
      color: var(--green); font-size: .85rem; font-weight: 600;
    }

    /* ── SECTION SHARED ── */
    section { padding: 90px 0; }
    .section-tag {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,107,53,0.1);
      border: 1px solid rgba(255,107,53,0.2);
      color: var(--primary);
      border-radius: 6px;
      padding: 5px 14px;
      font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
      margin-bottom: 16px;
    }
    .section-title { font-size: clamp(1.8rem, 3.5vw, 2.7rem); font-weight: 800; line-height: 1.2; margin-bottom: 14px; }
    .section-sub { color: var(--steel); font-size: 1.05rem; line-height: 1.7; }
    .divider { width: 48px; height: 4px; background: var(--primary); border-radius: 2px; margin: 18px 0; }

    /* ── PAIN SECTION ── */
    .pain-section { background: var(--dark2); }
    .pain-card {
      background: var(--dark3);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 24px;
      height: 100%;
      transition: border-color .25s, transform .25s;
      position: relative; overflow: hidden;
    }
    .pain-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), transparent);
      opacity: 0;
      transition: opacity .25s;
    }
    .pain-card:hover { border-color: rgba(255,107,53,0.3); transform: translateY(-4px); }
    .pain-card:hover::before { opacity: 1; }
    .pain-icon { font-size: 1.6rem; margin-bottom: 14px; }
    .pain-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
    .pain-card p { color: var(--steel); font-size: .9rem; line-height: 1.6; }

    /* ── SOLUTION ── */
    .solution-section { background: var(--dark); }
    .feature-item {
      display: flex; align-items: flex-start; gap: 16px;
      margin-bottom: 24px;
    }
    .feature-check {
      width: 36px; height: 36px; border-radius: 8px;
      background: rgba(34,197,94,0.12);
      border: 1px solid rgba(34,197,94,0.2);
      display: flex; align-items: center; justify-content: center;
      color: var(--green); font-size: .9rem; flex-shrink: 0;
    }
    .feature-item h6 { font-family: 'Syne', sans-serif; font-weight: 700; margin-bottom: 4px; font-size: .95rem; }
    .feature-item p { color: var(--steel); font-size: .88rem; line-height: 1.6; margin: 0; }
    .mockup-box {
      background: var(--dark2);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 24px;
      position: relative;
    }
    .mockup-topbar {
      display: flex; gap: 6px; margin-bottom: 18px;
    }
    .mockup-topbar span { width: 10px; height: 10px; border-radius: 50%; }
    .mockup-topbar span:nth-child(1) { background: #FF5F57; }
    .mockup-topbar span:nth-child(2) { background: #FFBE2D; }
    .mockup-topbar span:nth-child(3) { background: #28C840; }
    .order-row {
      display: flex; align-items: center; justify-content: space-between;
      background: var(--dark3);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 12px 16px;
      margin-bottom: 10px;
      font-size: .85rem;
    }
    .order-row .order-id { color: var(--steel); font-size: .8rem; }
    .status-pill {
      padding: 3px 10px; border-radius: 20px; font-size: .75rem; font-weight: 600;
    }
    .status-pill.production { background: rgba(247,201,72,0.15); color: var(--accent); }
    .status-pill.dispatch   { background: rgba(99,179,237,0.15); color: #63B3ED; }
    .status-pill.done       { background: rgba(34,197,94,0.15);  color: var(--green); }
    .status-pill.lead       { background: rgba(255,107,53,0.15); color: var(--primary); }
    .status-pill.quoted     { background: rgba(168,85,247,0.15); color: #A855F7; }

    /* ── RESULTS ── */
    .results-section { background: #fff; color:#0D1117; }
    .result-card {
      background: linear-gradient(135deg, #fff, #fff);
      border: 1px solid #dcdcdc;
      border-radius: 20px;
      padding: 36px 28px;
      text-align: center;
      position: relative; overflow: hidden;
      transition: transform .25s, border-color .25s;
      height: 100%;
    }
    .result-card:hover { transform: translateY(-6px); border-color: rgba(255,107,53,0.25); }
    .result-card .result-num {
      font-family: 'Syne', sans-serif;
      font-size: 3rem; font-weight: 800;
      color: var(--primary);
      line-height: 1;
      margin-bottom: 10px;
    }
    .result-card .result-label { color: #0D1117; font-weight: 600; font-size: .95rem; margin-bottom: 8px; }
    .result-card .result-sub { color: var(--steel); font-size: .85rem; }
    .result-card .result-icon {
      font-size: 2rem; margin-bottom: 16px;
    }

    /* ── WORKFLOW ── */
    .workflow-section { background: var(--dark); }
    .step-wrapper { position: relative; }
    .step-item {
      display: flex; align-items: flex-start; gap: 20px;
      margin-bottom: 32px;
      position: relative;
    }
    .step-item:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 24px; top: 52px;
      width: 2px; height: calc(100% - 12px);
      background: linear-gradient(to bottom, var(--primary), transparent);
    }
    .step-num {
      width: 48px; height: 48px;
      background: rgba(255,107,53,0.1);
      border: 2px solid var(--primary);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1rem;
      color: var(--primary); flex-shrink: 0;
    }
    .step-content h5 { font-family: 'Syne', sans-serif; font-weight: 700; margin-bottom: 4px; font-size: 1rem; }
    .step-content p { color: var(--steel); font-size: .88rem; line-height: 1.6; margin: 0; }

    /* ── TESTIMONIAL ── */
    .testimonial-section { background: #fff; color: #0F172A;}
    .testimonial-card {
      background: #fff;
      border: 1px solid #dcdcdc;
      border-radius: 20px;
      padding: 36px;
      position: relative;
      color: #0F172A;
    }
    .quote-mark { font-size: 5rem; line-height: 1; color: var(--primary); opacity: .2; font-family: Georgia, serif; position: absolute; top: 16px; left: 28px; }
    .testimonial-card blockquote { font-size: 1.1rem; line-height: 1.75; color: #0F172A; margin: 0 0 24px; position: relative; z-index: 1; padding-top: 20px; }
    .author-chip { display: flex; align-items: center; gap: 14px; }
    .author-avatar {
      width: 50px; height: 50px; border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      display: flex; align-items: center; justify-content: center;
      font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem; color: #fff;
    }
    .author-name { font-weight: 700; font-size: .95rem; }
    .author-role { color: var(--steel); font-size: .83rem; }
    .stars { color: var(--accent); font-size: .9rem; }

    /* ── ROI ── */
    .roi-section { background: var(--dark); }
    .roi-card {
      background: linear-gradient(135deg, rgba(255,107,53,0.08), rgba(247,201,72,0.04));
      border: 1px solid rgba(255,107,53,0.2);
      border-radius: 20px;
      padding: 40px;
    }
    .roi-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
    .roi-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
    .roi-item p { color: var(--steel); margin: 0; font-size: .95rem; }
    .roi-item strong { color: var(--white); }

    /* ── WHY US ── */
    .why-section { background: #fff; color: #0D1117; }
    .diff-card {
      background: #fff;
      border: 1px solid #dcdcdc;
      border-radius: 16px;
      padding: 28px 24px;
      height: 100%;
      transition: border-color .25s, transform .25s;
    }
    .diff-card:hover { border-color: rgba(255,107,53,0.3); transform: translateY(-4px); }
    .diff-icon {
      width: 52px; height: 52px; border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; margin-bottom: 16px;
    }
    .diff-icon.o { background: rgba(255,107,53,0.12); color: var(--primary); }
    .diff-icon.g { background: rgba(34,197,94,0.12);  color: var(--green); }
    .diff-icon.y { background: rgba(247,201,72,0.12); color: var(--accent); }
    .diff-icon.b { background: rgba(99,179,237,0.12); color: #63B3ED; }
    .diff-card h5 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
    .diff-card p { color: var(--steel); font-size: .88rem; line-height: 1.6; margin: 0; }

    /* ── OBJECTIONS ── */
    .objection-section { background: var(--dark); }
    .obj-item {
      display: flex; align-items: flex-start; gap: 14px;
      margin-bottom: 20px;
    }
    .obj-icon {
      width: 32px; height: 32px; border-radius: 8px;
      background: rgba(34,197,94,0.1);
      display: flex; align-items: center; justify-content: center;
      color: var(--green); font-size: .85rem; flex-shrink: 0;
      margin-top: 2px;
    }
    .obj-item h6 { font-weight: 700; margin-bottom: 4px; font-size: .95rem; }
    .obj-item p { color: var(--steel); font-size: .88rem; margin: 0; line-height: 1.6; }

    /* ── FINAL CTA ── */
    .final-cta {
      background: linear-gradient(135deg, var(--dark2), var(--dark3));
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 100px 0;
      position: relative; overflow: hidden;
    }
    .final-cta::before {
      content: '';
      position: absolute;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(255,107,53,0.12) 0%, transparent 70%);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
    .final-cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; margin-bottom: 18px; }
    .final-cta p { color: var(--steel); font-size: 1.05rem; max-width: 560px; margin: 0 auto 36px; line-height: 1.7; }

    /* ── LEAD FORM ── */
    .lead-form-card {
      background: var(--dark2);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 36px 32px;
    }
    .lead-form-card h4 { font-family: 'Syne', sans-serif; font-weight: 800; margin-bottom: 6px; font-size: 1.4rem; }
    .lead-form-card p { color: var(--steel); font-size: .9rem; margin-bottom: 24px; }
    .form-control {
      background: var(--dark3) !important;
      border: 1.5px solid rgba(255,255,255,0.1) !important;
      border-radius: 10px !important;
      color: var(--white) !important;
      padding: 13px 16px !important;
      font-family: 'DM Sans', sans-serif !important;
      font-size: .95rem !important;
      transition: border-color .2s !important;
    }
    .form-control:focus { border-color: var(--primary) !important; box-shadow: 0 0 0 3px rgba(255,107,53,0.12) !important; outline: none !important; }
    .form-control::placeholder { color: var(--steel) !important; }
    .form-label { color: rgba(255,255,255,0.7); font-size: .85rem; font-weight: 500; margin-bottom: 6px; }
    .btn-submit {
      width: 100%;
      background: var(--primary);
      border: none;
      border-radius: 10px;
      color: #fff;
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      padding: 14px;
      transition: all .25s;
      box-shadow: 0 4px 20px rgba(255,107,53,0.3);
      cursor: pointer;
    }
    .btn-submit:hover { background: var(--primary-dark); transform: translateY(-2px); }
    .form-privacy { color: var(--steel); font-size: .78rem; text-align: center; margin-top: 12px; }

    /* ── FOOTER ── */
    footer {
      background: var(--dark2);
      border-top: 1px solid var(--border);
      padding: 48px 0 28px;
    }
    .footer-brand { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--white); margin-bottom: 10px; }
    .footer-brand span { color: var(--primary); }
    .footer-tagline { color: var(--steel); font-size: .88rem; line-height: 1.6; max-width: 260px; }
    .footer-trust { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
    .trust-chip {
      display: flex; align-items: center; gap: 8px;
      background: var(--dark3);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 8px 14px;
      font-size: .8rem; color: var(--steel);
    }
    .trust-chip i { color: var(--primary); }
    .footer-copy { color: var(--steel); font-size: .82rem; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); }

    /* ── WHATSAPP FLOAT ── */
    .wa-float {
      position: fixed;
      bottom: 110px; right: 12px;
      width: 58px; height: 58px;
      background: #25D366;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem; color: #fff;
      box-shadow: 0 6px 24px rgba(37,211,102,0.4);
      z-index: 999;
      text-decoration: none;
      transition: transform .25s, box-shadow .25s;
    }
    .wa-float:hover { transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,0.5); color: #fff; }
    .wa-float-tooltip {
      position: fixed;
      bottom: 96px; right: 28px;
      background: var(--dark2);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 8px 14px;
      font-size: .8rem; color: var(--white);
      white-space: nowrap;
      z-index: 998;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s;
    }
    .wa-float:hover ~ .wa-float-tooltip { opacity: 1; }

    /* ── ANIMATIONS ── */
    .fade-up {
      opacity: 0; transform: translateY(28px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 768px) {
      .hero { padding: 70px 0 50px; min-height: auto; }
      .hero-card { margin-top: 40px; }
      section { padding: 60px 0; }
      .final-cta { padding: 70px 0; }
    }
    .w-btn {
  font-size: 15px;
  color: #ffffff;
  background: #7127ea;
  height: 44px;
  line-height: 40px;
  border: 2px solid #7127ea;
    border-top-color: rgb(113, 39, 234);
    border-right-color: rgb(113, 39, 234);
    border-bottom-color: rgb(113, 39, 234);
    border-left-color: rgb(113, 39, 234);
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.w-btn-15 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #f00;
  border-color: #f00;
}
.cursor-pointer{
    cursor: pointer;
}
.hero__thumb-3,#trialModal,#bookDemo{
  color: #0F172A;
}
.hero__thumb-3 .form-control,#trialModal .form-control,#bookDemo .form-control{
  display: block;
  width: 100%;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}