    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --red: #E8472A; --dark: #111111; --cream: #FAF8F5; --mid: #666; --border: #e5e2de; --display: 'Archivo Black', sans-serif; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--dark); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    h1, h2, h3, h4, .section-title, .hero h1, .plan-price, .pain-stat-num, .hb-stat-num, .step-num { font-family: var(--display); font-synthesis: none; }

    /* NAV */
    nav { position: sticky; top: 0; z-index: 100; background: var(--dark); border-bottom: 3px solid var(--red); padding: 0 60px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
    .nav-logo { text-decoration: none; display: flex; align-items: center; }
    .footer-logo { display: flex; align-items: center; }
    .nav-links { display: flex; gap: 32px; align-items: center; }
    .nav-links a { color: #888; font-size: 14px; font-weight: 500; text-decoration: none; transition: color .2s; }
    .nav-links a:hover { color: #FAF8F5; }
    .nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; align-items: center; }
    .nav-mobile { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--dark); border-bottom: 3px solid var(--red); flex-direction: column; padding: 6px 24px 16px; }
    .nav-mobile.open { display: flex; }
    .nav-mobile a { color: #ccc; font-size: 15px; font-weight: 600; text-decoration: none; padding: 14px 2px; border-bottom: 1px solid #222; }
    .nav-mobile a:last-child { border-bottom: none; }
    .nav-mobile a:active { color: var(--red); }
    .btn { display: inline-block; padding: 10px 22px; border-radius: 4px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all .2s; cursor: pointer; border: none; font-family: inherit; letter-spacing: -0.1px; }
    .btn-red { background: var(--red); color: #fff; }
    .btn-red:hover { background: #c73520; }
    .btn-outline { background: transparent; color: var(--red); border: 2px solid var(--red); }
    .btn-outline:hover { background: var(--red); color: #fff; }
    .btn-lg { padding: 16px 36px; font-size: 16px; border-radius: 4px; }
    .btn-xl { padding: 18px 48px; font-size: 18px; border-radius: 4px; }

    /* HERO — two columns, contained (text | running figure) */
    .hero { position: relative; background: var(--dark); padding: 96px 60px 92px; text-align: left; overflow: hidden; }
    .hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.92fr; gap: 48px; align-items: center; }
    .hero-copy { min-width: 0; }
    .hero-runner { width: 100%; max-width: 600px; justify-self: end; pointer-events: none; user-select: none; }
    /* Particle streak — reusable accent for dark sections only */
    .streak-sep { display: block; width: 100%; max-width: 980px; margin: 0 auto 30px; opacity: 0.5; pointer-events: none; user-select: none; }
    .hero h1 { font-size: clamp(34px, 4.4vw, 60px); font-weight: 800; color: #FAF8F5; line-height: 1.06; letter-spacing: -1.5px; margin: 0 0 18px; }
    .hero h1 em { color: var(--red); font-style: normal; }
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin: 0 0 32px; font-family: 'DM Sans', sans-serif; }
    .hero-eyebrow::before { content: ''; width: 28px; height: 3px; background: var(--red); display: inline-block; }
    .hero-ctas { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }

    /* PAIN STATS */
    .pain-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 48px 60px; }
    .pain-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
    .pain-stat { flex: 1; min-width: 180px; }
    .pain-stat-num { font-size: 40px; font-weight: 900; letter-spacing: -1.5px; color: var(--dark); }
    .pain-stat-num em { color: var(--red); font-style: normal; }
    .pain-stat-label { font-size: 14px; color: var(--mid); margin-top: 6px; line-height: 1.55; }
    .pain-stat-source { font-size: 11px; color: #aaa; margin-top: 4px; }

    /* SECTIONS */
    section { padding: 100px 60px; }
    .container { max-width: 1100px; margin: 0 auto; }
    .section-tag { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--red); text-transform: uppercase; margin-bottom: 14px; }
    .section-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; letter-spacing: -1.5px; line-height: 1.08; margin-bottom: 18px; }
    .section-sub { font-size: 17px; color: var(--mid); line-height: 1.8; max-width: 580px; }

    /* PROBLEM */
    .problem { background: var(--cream); }
    .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .problem-pills { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
    .pill { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: 4px; padding: 20px 24px; border: 1px solid var(--border); transition: border-color .2s; }
    .pill:hover { border-color: var(--red); }
    .pill-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
    .pill h4 { font-size: 15px; font-weight: 800; margin-bottom: 4px; }
    .pill p { font-size: 13px; color: var(--mid); line-height: 1.7; }
    .highlight-box { background: var(--dark); border-radius: 6px; padding: 40px; color: #FAF8F5; }
    .highlight-box .hb-eyebrow { font-size: 12px; font-weight: 700; color: var(--red); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
    .highlight-box h3 { font-size: 26px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 14px; }
    .highlight-box p { color: #888; font-size: 15px; line-height: 1.8; margin-bottom: 28px; }
    .hb-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .hb-stat { background: #1a1a1a; border-radius: 4px; padding: 20px; border: 1px solid #222; }
    .hb-stat-num { font-size: 28px; font-weight: 900; color: var(--red); letter-spacing: -1px; }
    .hb-stat-label { font-size: 12px; color: #666; margin-top: 4px; }

    /* BENEFITS */
    .benefits { background: #fff; }
    .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
    .benefit-card { border-radius: 4px; padding: 32px; background: var(--cream); border: 1px solid var(--border); transition: border-color .2s; }
    .benefit-card:hover { border-color: var(--red); }
    .benefit-icon { font-size: 36px; margin-bottom: 16px; }

    /* ICON SYSTEM (line icons) */
    .icon { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; display: block; }
    .icon-box { width: 52px; height: 52px; border-radius: 4px; background: #fff; border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; color: var(--red); margin-bottom: 16px; }
    .icon-box.on-dark { background: #111; border-color: #2a2a2a; }
    .pill .icon-box { margin-bottom: 0; flex-shrink: 0; }
    .icon-inline { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .benefit-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.3px; }
    .benefit-card p { font-size: 14px; color: var(--mid); line-height: 1.75; }

    /* HOW IT WORKS */
    .how { background: var(--cream); }
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; position: relative; }
    .steps::before { content: ''; position: absolute; top: 27px; left: calc(16.66% + 20px); right: calc(16.66% + 20px); height: 2px; background: var(--border); }
    .step { text-align: center; padding: 0 28px; }
    .step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--dark); color: #FAF8F5; font-size: 20px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 1; border: 3px solid var(--red); }
    .step h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
    .step p { font-size: 14px; color: var(--mid); line-height: 1.75; }

    /* PANEL MOCKUP */
    .panel-section { background: var(--dark); padding: 100px 60px; }
    .panel-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: center; }
    .panel-inner h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: #FAF8F5; letter-spacing: -1px; line-height: 1.1; margin-bottom: 18px; }
    .panel-inner h2 em { color: var(--red); font-style: normal; }
    .panel-inner p { color: #888; font-size: 16px; line-height: 1.8; margin-bottom: 32px; }

    /* CSS Dashboard Mockup */
    .mockup { background: #1a1a1a; border-radius: 16px; border: 1px solid #2a2a2a; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
    .mockup-bar { background: #111; padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #2a2a2a; }
    .mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
    .mockup-title { font-size: 12px; color: #444; margin-left: 8px; font-weight: 500; }
    .mockup-body { padding: 20px; }
    .mockup-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
    .mockup-h { font-size: 14px; font-weight: 700; color: #FAF8F5; }
    .mockup-badge { background: var(--red); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 20px; }
    .mockup-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
    .mockup-metric { background: #111; border-radius: 10px; padding: 14px; border: 1px solid #2a2a2a; }
    .mockup-metric-icon { font-size: 16px; margin-bottom: 6px; }
    .mockup-metric-val { font-size: 20px; font-weight: 900; color: #FAF8F5; letter-spacing: -0.5px; }
    .mockup-metric-val small { font-size: 13px; color: #666; font-weight: 500; }
    .mockup-metric-label { font-size: 10px; color: #555; margin-top: 2px; }
    .mockup-table { background: #111; border-radius: 10px; overflow: hidden; border: 1px solid #2a2a2a; }
    .mockup-table-head { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 8px 14px; border-bottom: 1px solid #1a1a1a; }
    .mockup-table-head span { font-size: 9px; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 1px; }
    .mockup-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 10px 14px; border-bottom: 1px solid #1a1a1a; align-items: center; }
    .mockup-row:last-child { border-bottom: none; }
    .mockup-row span { font-size: 11px; color: #888; }
    .mockup-row .name { color: #FAF8F5; font-weight: 600; }
    .mockup-row .pts { color: var(--red); font-weight: 700; }
    .activity-bar { height: 4px; background: #222; border-radius: 2px; margin-top: 4px; }
    .activity-fill { height: 100%; border-radius: 2px; background: var(--red); }

    /* APP MOCKUP */
    .app-section { background: var(--cream); padding: 100px 60px; }
    .app-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: center; }
    .app-phone { background: var(--dark); border-radius: 36px; padding: 20px; box-shadow: 0 40px 80px rgba(0,0,0,0.15); width: 280px; margin: 0 auto; border: 3px solid #2a2a2a; }
    .app-screen { background: #FAF8F5; border-radius: 20px; overflow: hidden; }
    .app-header { background: var(--dark); padding: 20px 16px 16px; }
    .app-header-logo { font-size: 18px; font-weight: 900; color: #FAF8F5; margin-bottom: 2px; }
    .app-header-logo span { color: var(--red); }
    .app-hero-card { background: var(--dark); margin: 12px; border-radius: 14px; padding: 20px; text-align: center; }
    .app-pts-label { font-size: 10px; color: #666; letter-spacing: 1px; margin-bottom: 4px; }
    .app-pts { font-size: 44px; font-weight: 900; color: var(--red); line-height: 1; }
    .app-pts-unit { font-size: 12px; color: #666; margin-top: 2px; }
    .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 12px 12px; }
    .app-metric { background: #fff; border-radius: 10px; padding: 12px; border-top: 3px solid var(--red); }
    .app-metric-icon { font-size: 16px; margin-bottom: 4px; }
    .app-metric-val { font-size: 16px; font-weight: 800; color: var(--dark); }
    .app-metric-label { font-size: 9px; color: #aaa; margin-top: 1px; }
    .app-btn { background: var(--red); margin: 0 12px 12px; border-radius: 12px; padding: 14px; text-align: center; font-size: 13px; font-weight: 700; color: #fff; }

    /* REWARDS */
    .rewards-section { background: #fff; padding: 100px 60px; }
    .rewards-intro { max-width: 1100px; margin: 0 auto; }
    .rewards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
    .reward-card { border-radius: 4px; padding: 28px 24px; text-align: center; border: 1px solid var(--border); transition: border-color .2s; }
    .reward-card:hover { border-color: var(--red); }
    .reward-card-icon { font-size: 40px; margin-bottom: 14px; }
    .reward-card h4 { font-size: 15px; font-weight: 800; margin-bottom: 6px; }
    .reward-card p { font-size: 13px; color: var(--mid); line-height: 1.7; }
    .reward-example { font-size: 11px; color: var(--red); font-weight: 600; margin-top: 10px; }

    /* PRICING */
    .pricing { background: var(--cream); }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
    .plan { border: 1px solid var(--border); border-radius: 4px; padding: 40px; background: #fff; position: relative; }
    .plan.featured { border-color: var(--red); border-width: 2px; }
    .plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; padding: 4px 14px; border-radius: 4px; white-space: nowrap; }
    .plan-name { font-size: 13px; font-weight: 700; color: var(--mid); margin-bottom: 8px; letter-spacing: 1px; text-transform: uppercase; }
    .plan-price { font-size: 48px; font-weight: 900; letter-spacing: -2px; margin-bottom: 4px; }
    .plan-price sup { font-size: 20px; font-weight: 700; vertical-align: top; margin-top: 12px; display: inline-block; }
    .plan-period { font-size: 13px; color: var(--mid); margin-bottom: 28px; }
    .plan-divider { height: 1px; background: var(--border); margin-bottom: 24px; }
    .plan-features { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 32px; }
    .plan-features li { font-size: 14px; display: flex; gap: 10px; }
    .plan-features li::before { content: '✓'; color: var(--red); font-weight: 900; flex-shrink: 0; }
    .plan-features li.off { color: #bbb; }
    .plan-features li.off::before { content: '–'; color: #ddd; }

    /* GREEN */
    .green { background: var(--dark); padding: 100px 60px; text-align: center; }
    .green-tag { display: inline-block; background: rgba(26,138,74,0.15); color: #2db870; border: 1px solid rgba(26,138,74,0.25); border-radius: 4px; padding: 7px 18px; font-size: 13px; font-weight: 600; letter-spacing: 0.3px; margin-bottom: 24px; }
    .green h2 { font-size: clamp(28px, 4vw, 52px); font-weight: 900; color: #FAF8F5; letter-spacing: -1.5px; margin-bottom: 18px; max-width: 720px; margin-left: auto; margin-right: auto; }
    .green p { font-size: 17px; color: #666; max-width: 560px; margin: 0 auto 40px; line-height: 1.8; }
    .green-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
    .green-pill { background: #1a1a1a; border: 1px solid #252525; border-radius: 4px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: #888; }

    /* CTA */
    .cta { background: var(--red); padding: 100px 60px; text-align: center; }
    .cta h2 { font-size: clamp(32px, 5vw, 60px); font-weight: 900; color: #fff; letter-spacing: -2px; margin-bottom: 16px; }
    .cta p { font-size: 18px; color: rgba(255,255,255,0.75); margin-bottom: 44px; }
    .cta form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 520px; margin: 0 auto 16px; }
    .cta input { flex: 1; min-width: 220px; border: none; border-radius: 12px; padding: 16px 20px; font-size: 15px; font-family: inherit; outline: none; }
    .cta .btn-white { background: #fff; color: var(--red); border-radius: 12px; padding: 16px 28px; font-size: 15px; font-weight: 800; border: none; cursor: pointer; transition: opacity .2s; }
    .cta .btn-white:hover { opacity: 0.9; }
    .cta-note { font-size: 13px; color: rgba(255,255,255,0.5); }

    /* NAV BUTTON OVERRIDE — prevent .nav-links a color from overriding btn colours */
    .nav-links a.btn-red { color: #fff; }
    .nav-cta { white-space: nowrap; }
    .nav-links a.btn-outline { color: var(--red); }

    /* FOOTER */
    footer { background: var(--dark); padding: 48px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; border-top: 1px solid #1a1a1a; }
    .footer-logo { display: flex; align-items: center; }
    footer p { font-size: 13px; color: #444; }
    footer a { color: #555; text-decoration: none; }
    footer a:hover { color: #888; }

    /* DEMO ANIMADA */
    .demo-phone { background:#1a1a1a; border-radius:44px; padding:12px; box-shadow:0 0 0 2px #2a2a2a, 0 48px 96px rgba(0,0,0,0.7); width:260px; margin:0 auto; }
    .demo-screen-wrap { background:#FAF8F5; border-radius:34px; overflow:hidden; height:480px; position:relative; }
    .d-slide { position:absolute; inset:0; opacity:0; transition:opacity .5s ease; overflow:hidden; }
    .d-slide.active { opacity:1; }
    .d-dot { width:8px; height:8px; border-radius:50%; background:#333; cursor:pointer; transition:all .3s; border:none; padding:0; }
    .d-dot.active { background:var(--red); transform:scale(1.3); }

    /* APP DEMO (tema claro, igual que el producto) */
    .dico { stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; display:block; width:16px; height:16px; }
    .dhead { padding:12px 14px 10px; display:flex; justify-content:space-between; align-items:center; }
    .dhead h3 { font-size:16px; font-weight:900; color:#111; letter-spacing:-.3px; }
    .davatar { width:24px; height:24px; border-radius:50%; border:1.5px solid #ddd; display:flex; align-items:center; justify-content:center; color:#aaa; flex-shrink:0; }
    .davatar svg { width:13px; height:13px; }
    .dbody { padding:0 12px; }
    .dtabs { display:flex; gap:6px; margin:0 12px 10px; background:#efece7; border-radius:10px; padding:3px; }
    .dtab { flex:1; text-align:center; font-size:9px; font-weight:700; padding:6px 0; border-radius:7px; color:#888; }
    .dtab.on { background:#fff; color:#111; box-shadow:0 1px 3px rgba(0,0,0,.08); }
    .dnav { position:absolute; bottom:0; left:0; right:0; height:48px; background:#fff; border-top:1px solid #eee; display:flex; align-items:center; justify-content:space-around; padding:0 6px; }
    .dnav-i { display:flex; flex-direction:column; align-items:center; gap:2px; color:#c2bdb6; }
    .dnav-i.on { color:var(--red); }
    .dnav-i svg { width:15px; height:15px; }
    .dnav-i span { font-size:7px; font-weight:600; }
    .dnav-plus { width:32px; height:32px; border-radius:50%; background:var(--red); color:#fff; display:flex; align-items:center; justify-content:center; margin-top:-14px; box-shadow:0 4px 10px rgba(232,71,42,.4); }
    .dnav-plus svg { width:16px; height:16px; stroke-width:2.5; }
    .dpts-pill { display:inline-flex; align-items:center; gap:4px; border:1px solid var(--red); color:var(--red); border-radius:20px; padding:3px 9px; font-size:9px; font-weight:800; }
    .dchip { font-size:8px; font-weight:700; padding:3px 7px; border-radius:20px; }

    @media (max-width: 900px) {
      nav { padding: 0 16px; }
      .nav-links { gap: 10px; }
      .nav-links a:not(.btn) { display: none; }
      .nav-cta { font-size: 12px; padding: 8px 12px; }
      .nav-burger { display: inline-flex; }

      /* Padding general — !important para sobreescribir inline styles */
      section, .panel-section, .app-section, .rewards-section, .green, .cta { padding: 64px 20px !important; }
      .pain-bar { padding: 40px 20px; }

      /* Hero */
      .hero { padding: 64px 20px 52px !important; }
      .hero-inner { grid-template-columns: 1fr; gap: 4px; }
      .hero h1 { letter-spacing: -1px; }
      .hero-runner { max-width: 440px; justify-self: start; margin-top: 14px; }
      .btn-xl { padding: 14px 28px; font-size: 16px; }

      /* Grids — min-width:0 evita que los items se salgan del viewport */
      .problem-grid, .panel-inner, .app-inner { grid-template-columns: 1fr; gap: 40px; }
      .problem-grid > *, .panel-inner > *, .app-inner > *, .benefits-grid > *, .rewards-grid > *, .pricing-grid > *, .teletrabajo-grid > *, .roi-grid > * { min-width: 0; }
      .mockup { max-width: 100%; overflow-x: hidden; }
      .benefits-grid { grid-template-columns: 1fr 1fr; }
      .rewards-grid { grid-template-columns: 1fr 1fr; }
      .steps { grid-template-columns: 1fr; gap: 40px; }
      .steps::before { display: none; }
      .pricing-grid { grid-template-columns: 1fr; }
      .teletrabajo-grid { grid-template-columns: 1fr !important; }
      .roi-grid { grid-template-columns: 1fr !important; }
      .grid-3 { grid-template-columns: 1fr !important; }

      /* Pain stats: 2 columnas en tablet */
      .pain-bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

      /* Mockup de app: teléfono encima del texto */
      .app-inner { direction: ltr; }
      .app-inner > div:last-child { order: -1; }

      /* Footer */
      footer { padding: 40px 20px; flex-direction: column; align-items: flex-start; }
    }

    @media (max-width: 480px) {
      .benefits-grid { grid-template-columns: 1fr; }
      .rewards-grid { grid-template-columns: 1fr; }
      .pain-bar-inner { grid-template-columns: 1fr; }
      .hero-ctas { flex-direction: column; align-items: stretch; }
      .hero-ctas .btn { text-align: center; }
      .btn-xl { padding: 14px 20px; font-size: 15px; }
      .app-phone { width: min(280px, 78vw); }
      .hb-stats { grid-template-columns: 1fr 1fr; }
    }
