:root {
  --ink:#111827;
  --muted:#697386;
  --blue:#2f66ed;
  --blue-dark:#2548a8;
  --green:#16a94b;
  --purple:#7a35ee;
  --soft:#f6f8fb;
  --border:#e7ebf1;
  --shadow:0 18px 45px rgba(20,31,52,.12);
  --container:1120px;
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.centered{text-align:center}
.skip-link{position:fixed;z-index:9999;left:16px;top:-60px;background:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(231,235,241,.8)}
.nav-wrap{height:72px;display:flex;align-items:center;gap:34px}
.brand{flex:0 0 auto;width:166px}
.brand img{width:166px}
.main-nav{display:flex;align-items:center;gap:31px;margin-left:auto}
.main-nav a,.login-link{font-size:14px;font-weight:650;color:#4c566a;transition:.2s}
.main-nav a:hover,.main-nav a:focus-visible,.login-link:hover,.login-link:focus-visible{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:19px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:47px;padding:0 24px;border:1.5px solid transparent;border-radius:9px;font-weight:750;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s}
.btn:hover{transform:translateY(-2px)}
.btn:focus-visible,.main-nav a:focus-visible,.login-link:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid rgba(47,102,237,.32);outline-offset:3px}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 8px 18px rgba(22,169,75,.16)}
.btn-primary:hover{background:#119542;box-shadow:0 12px 24px rgba(22,169,75,.24)}
.btn-nav{min-height:42px;padding:0 18px;font-size:13px;border-radius:7px}
.btn-outline{background:#fff;color:var(--blue);border-color:var(--blue)}
.btn-outline:hover{background:#f4f7ff}
.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:#2757d2}
.btn-purple{background:var(--purple);color:#fff;box-shadow:0 12px 24px rgba(122,53,238,.25)}
.btn-purple:hover{background:#6728db}
.btn-light-outline{color:#fff;border-color:rgba(255,255,255,.85);background:rgba(255,255,255,.08)}
.btn-large{min-height:60px;padding-inline:30px}
.full{width:100%}
.menu-toggle{display:none;width:46px;height:42px;border:0;background:transparent;padding:9px}
.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f1f8ff 0%,#effff4 100%);padding:70px 0 72px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:54px;position:relative;z-index:1}
.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.55}.hero-glow-a{width:420px;height:420px;background:#d8e9ff;left:-120px;top:20px}.hero-glow-b{width:420px;height:420px;background:#d7ffe3;right:-100px;bottom:-80px}
.eyebrow-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #dce7f8;background:rgba(255,255,255,.85);color:var(--blue);font-size:13px;font-weight:700;padding:8px 16px;border-radius:999px;box-shadow:0 4px 10px rgba(21,62,140,.06);margin:0 0 28px}
.hero h1{font-size:56px;line-height:1.04;letter-spacing:-2.4px;margin:0;max-width:610px;font-weight:900}.hero h1 span{color:var(--blue)}
.hero-text{font-size:19px;color:#5c6879;max-width:570px;margin:24px 0 32px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-actions .btn:first-child{width:275px}.hero-actions .btn:nth-child(2){width:210px}
.trust-row{display:flex;gap:28px;margin-top:38px;align-items:center}.trust-item{display:flex;align-items:center;gap:10px;padding-right:26px;border-right:1px solid #dfe5ec;font-size:12px;color:#7c8797;line-height:1.25}.trust-item:last-child{border-right:0}.trust-item strong{color:#1d2738;font-size:13px}.trust-icon,.mini-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:10px}.trust-icon{width:38px;height:38px}.mini-icon{width:40px;height:40px;margin-bottom:17px}
.blue{color:#2f66ed;background:#eaf2ff}.green{color:#16a94b;background:#eafbef}.purple{color:#8b45f3;background:#f3eaff}.red{color:#f44242;background:#fff0f0}.orange{color:#ff7a1a;background:#fff3e7}.yellow{color:#e0b900;background:#fff9df}.pink{color:#ec4f94;background:#fff0f6}.teal{color:#13a8a8;background:#e8fbfb}.cyan{color:#13a5d9;background:#eaf9fd}
.hero-visual{position:relative;justify-self:end}.hero-visual img{width:100%;max-width:590px;filter:drop-shadow(0 24px 30px rgba(21,48,39,.14));margin-bottom:0;transform:translateY(-5px)}
.section{padding:72px 0}.section-heading{margin:0 auto 50px}.section-heading .kicker{font-size:12px;letter-spacing:.13em;font-weight:800;margin:0 0 14px}.section-heading h2{font-size:40px;line-height:1.15;letter-spacing:-1.2px;margin:0;font-weight:900}.section-heading>p:last-child{font-size:16px;color:#768092;margin:15px auto 0}.blue-text{color:var(--blue)!important}.green-text{color:var(--green)!important}.red-text{color:#ff3d3d!important}
.section-problem{background:#f7f8fa}.problem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.info-card,.module-card,.feature-card,.compare-card,.step-card,.price-card,.stat-card,.testimonial{background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.info-card{padding:22px 19px;min-height:190px;box-shadow:0 4px 8px rgba(17,24,39,.025)}.info-card h3,.module-card h3{font-size:16px;line-height:1.25;margin:0 0 10px}.info-card p,.module-card p{font-size:13.5px;color:#7a8494;margin:0}
.cost-section{padding:70px 0 74px}.cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1040px;margin:auto}.cost-card{border-radius:14px;min-height:260px;padding:35px 38px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid}.cost-card.pink{background:#fff2f2;border-color:#ffe2e2}.cost-card.cream{background:#fff7ea;border-color:#ffe7c5}.cost-card.slate{background:#f6f7f9;border-color:#e8eaee}.cost-card>strong:not(.statement){font-size:62px;line-height:1;color:#ff4242;font-weight:900}.cost-card.cream>strong{color:#ff6b00!important}.cost-card h3{font-size:17px;margin:10px 0 4px}.cost-card p{margin:0;color:#7a8494;font-size:15px}.cost-card .statement{font-size:45px;line-height:.98;letter-spacing:-1.5px;color:#3e4655;margin-bottom:16px}
.solution-section{background:linear-gradient(125deg,#eff7ff 0%,#effdf4 100%)}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.feature-card{display:flex;gap:18px;align-items:flex-start;padding:25px 28px}.feature-card .mini-icon{margin:0}.feature-card h3{font-size:16px;margin:1px 0 8px}.feature-card p{font-size:14px;color:#748092;margin:0}
.modules-section{padding-top:70px}.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.module-card{padding:22px 22px;min-height:142px;transition:.25s}.module-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px rgba(24,40,72,.08)}.module-highlight{background:linear-gradient(135deg,#eef7ff,#ecfff3)}.more-pill{display:inline-block;background:var(--blue);color:#fff;font-size:11px;border-radius:999px;padding:3px 9px;margin-top:10px;font-weight:750}.module-extra{animation:moduleIn .35s ease both}.module-button-wrap{margin-top:38px}
@keyframes moduleIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.ai-section{background:linear-gradient(130deg,#f0ecff 0%,#edf5ff 100%);padding:74px 0}.ai-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center}.purple-pill{color:var(--purple);border-color:#e7dafa}.ai-copy h2{font-size:42px;line-height:1.08;letter-spacing:-1.3px;margin:0 0 18px;font-weight:900}.ai-copy h2 span{color:var(--purple)}.ai-copy>p:not(.eyebrow-pill){font-size:18px;color:#505b6e;margin:0 0 25px}.check-list{list-style:none;padding:0;margin:0}.check-list li{display:flex;gap:12px;color:#5f697a;margin:13px 0}.purple-checks{margin-bottom:28px}.purple-checks li>span,.purple-checks li>i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eadcff;color:var(--purple);flex:0 0 auto}.ai-visual img{width:100%;max-width:590px;margin:auto;filter:drop-shadow(0 22px 24px rgba(64,48,142,.17))}
.comparison-section{padding:76px 0}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.compare-card{overflow:hidden}.compare-card.featured{border-color:var(--blue);box-shadow:0 10px 22px rgba(47,102,237,.12)}.compare-head{padding:21px 23px;color:#fff}.compare-head.dark{background:#111827}.compare-head.blue-head{background:var(--blue)}.compare-head small{font-weight:700;opacity:.65}.compare-head h3{margin:5px 0 0;font-size:20px}.compare-card ul{list-style:none;margin:0;padding:25px 23px 20px}.compare-card li{display:flex;gap:12px;margin-bottom:19px;font-size:14px;color:#616c7d}.compare-card li span,.compare-card li i{color:var(--green)}
.implementation-section{background:#f7f8fa}.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:15px}.timeline-line{position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--blue) 0 50%,var(--green) 50% 100%)}.step{position:relative;text-align:center}.step-dot{position:relative;z-index:2;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;margin:0 auto 18px;box-shadow:0 8px 14px rgba(47,102,237,.16)}.blue-bg{background:var(--blue);color:#fff}.green-bg{background:var(--green);color:#fff}.step-card{padding:19px 17px;min-height:160px}.week,.price-label{display:inline-block;border-radius:999px;font-size:11px;font-weight:750;padding:4px 11px}.blue-week{background:#eaf2ff;color:var(--blue)}.green-week{background:#eafbef;color:var(--green)}.step h3{font-size:16px;margin:12px 0 8px}.step p{font-size:13px;color:#788394;margin:0}
.pricing-section{padding:78px 0}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:800px;margin:auto}.price-card{position:relative;padding:40px 30px 24px;min-height:430px}.price-card.subscription{border:1.5px solid var(--blue)}.price-card.implementation{background:#f8f9fb}.price-label{position:absolute;top:-13px;left:30px;color:#fff}.price-card h3{font-size:34px;line-height:1;margin:5px 0 4px}.price{display:flex;align-items:flex-end;gap:5px;margin-bottom:20px}.price strong{font-size:56px;line-height:1;font-weight:900;letter-spacing:-2px}.price span{font-size:14px;color:#6b7485;padding-bottom:6px}.compact{margin:8px 0 25px}.compact li{font-size:14px;margin:12px 0}.compact li span,.compact li i{color:var(--green)}.price-intro{color:#7b8494;font-size:13px;margin:17px 0 12px}.pricing-note{text-align:center;color:#8a93a3;font-size:12px;margin:22px 0 0}
.trust-section{background:#ecfff3;padding:76px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{text-align:center;padding:26px 18px;min-height:155px}.stat-card>strong{font-size:55px;line-height:1;font-weight:900}.stat-card h3{font-size:15px;margin:11px 0 3px}.stat-card p{font-size:13px;color:#7b8594;margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.testimonial{padding:24px 24px 22px}.stars{color:#f7ba27;display:flex;gap:4px;margin-bottom:14px;font-size:13px}.testimonial blockquote{font-size:14px;line-height:1.55;color:#586476;font-style:italic;margin:0 0 20px}.person{display:flex;align-items:center;gap:12px}.avatar{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;font-weight:800}.blue-avatar{background:#cfe0ff;color:var(--blue)}.green-avatar{background:#c9f4d7;color:#159746}.purple-avatar{background:#e9d6ff;color:#7741d1}.person strong{display:block;font-size:14px}.person small{display:block;color:#7c8797;font-size:11px}
.final-cta{background:linear-gradient(135deg,#25489e,#285be9);color:#fff;padding:78px 0 74px}.cta-pill{display:inline-flex;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);border-radius:999px;padding:7px 14px;font-size:11px;margin:0 0 20px}.final-cta h2{font-size:52px;line-height:1.07;letter-spacing:-1.6px;margin:0;font-weight:900}.final-cta>.container>p:not(.cta-pill){font-size:18px;color:rgba(255,255,255,.76);margin:20px 0 32px}.final-actions{display:flex;justify-content:center;gap:18px}.final-actions .btn{min-width:320px}.contact-row{display:flex;justify-content:center;align-items:center;gap:31px;margin-top:42px;color:rgba(255,255,255,.72);font-size:14px}.contact-row span{height:24px;width:1px;background:rgba(255,255,255,.3)}
.site-footer{background:#111827;color:#778194;padding:44px 0 34px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-top{padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{background:#fff;border-radius:3px;padding:5px 8px;width:150px}.footer-logo img{width:100%}.footer-links{display:flex;gap:35px}.footer-links button,.footer-links a{border:0;background:transparent;color:#929aaa;padding:5px}.footer-links button:hover,.footer-links a:hover{color:#fff}.footer-bottom{padding-top:35px}.footer-bottom p{margin:0;font-size:13px}.socials{display:flex;gap:12px}.socials button{width:38px;height:38px;border-radius:10px;border:0;background:#1e293b;color:#7f8a9b;font-weight:700}.socials button:hover{color:#fff;background:#27344a}
.modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.modal.is-open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(12,18,29,.72);backdrop-filter:blur(4px)}.modal-panel{position:relative;z-index:1;width:min(560px,100%);background:#fff;border-radius:16px;padding:35px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-panel h2{margin:0 0 15px}.modal-panel p{color:#667085}.modal-close{position:absolute;top:10px;right:14px;border:0;background:transparent;font-size:28px;color:#566174}.toast{position:fixed;z-index:1200;left:50%;bottom:26px;transform:translate(-50%,20px);background:#111827;color:#fff;padding:12px 18px;border-radius:10px;opacity:0;pointer-events:none;transition:.25s;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}

/* Iconografía editable: Font Awesome Free (MIT/CC BY 4.0 según recurso). */
.btn i,.eyebrow-pill i,.cta-pill i{font-size:.95em}
.trust-icon,.mini-icon,.step-dot{font-size:17px}
.mini-icon::before,.trust-icon::before,.step-dot::before{line-height:1}
.info-card .mini-icon,.module-card .mini-icon{transition:transform .2s ease}
.info-card:hover .mini-icon,.module-card:hover .mini-icon{transform:translateY(-2px) scale(1.05)}
.purple-checks li>i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eadcff;color:var(--purple);flex:0 0 auto}
.compare-head{position:relative}
.compare-head-icon{position:absolute;top:20px;right:21px;font-size:25px;opacity:.24}
.compare-card li i{color:var(--green);margin-top:3px;flex:0 0 auto;font-size:15px}
.price-label{display:inline-flex;align-items:center;gap:7px}
.price-icon{position:absolute;right:26px;top:26px;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;font-size:20px}
.compact li i{color:var(--green);margin-top:4px;flex:0 0 auto}
.contact-row a{display:inline-flex;align-items:center;gap:9px;transition:color .2s,transform .2s}
.contact-row a:hover{color:#fff;transform:translateY(-1px)}
.contact-row a i{font-size:15px}
.socials button i{font-size:16px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}
@media (max-width:980px){
  .nav-wrap{gap:15px}.main-nav{position:absolute;left:24px;right:24px;top:72px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px}.menu-toggle{display:block;margin-left:auto}.nav-actions .login-link{display:none}.nav-actions .btn{display:none}
  .hero-grid,.ai-grid{grid-template-columns:1fr}.hero{padding-top:65px}.hero-copy{text-align:center}.hero h1{margin:auto;font-size:48px}.hero-text{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{justify-self:center}.hero-visual img{margin-bottom:0;max-width:520px}.problem-grid{grid-template-columns:repeat(2,1fr)}.problem-grid .info-card:last-child{grid-column:span 2}.modules-grid{grid-template-columns:repeat(2,1fr)}.comparison-grid{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(2,1fr)}.timeline-line{display:none}.ai-copy{text-align:center}.purple-checks{text-align:left;max-width:650px;margin-left:auto;margin-right:auto}.pricing-grid{max-width:780px}.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.final-actions{flex-direction:column;align-items:center}.contact-row{flex-wrap:wrap}.footer-top,.footer-bottom{gap:30px}
}
@media (max-width:680px){
  .container{width:min(100% - 30px,var(--container))}.site-header .container{width:calc(100% - 22px)}.brand{width:140px}.brand img{width:140px}.hero{padding:48px 0 56px}.hero h1{font-size:39px;letter-spacing:-1.6px}.hero-text{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%!important}.trust-row{gap:13px;align-items:stretch}.trust-item{padding-right:13px;gap:7px;font-size:10px}.trust-item strong{font-size:11px}.trust-icon{width:30px;height:30px}.hero-visual img{margin-bottom:0}.section{padding:70px 0}.section-heading h2{font-size:32px}.problem-grid,.solution-grid,.modules-grid,.pricing-grid,.stats-grid,.timeline{grid-template-columns:1fr}.problem-grid .info-card:last-child{grid-column:auto}.cost-grid{grid-template-columns:1fr}.cost-card{min-height:240px}.ai-copy h2{font-size:35px}.comparison-section{padding:75px 0}.step-card{min-height:auto}.pricing-grid{gap:40px}.price-card{min-height:auto}.price strong{font-size:48px}.final-cta{padding:75px 0}.final-cta h2{font-size:42px}.final-cta>.container>p:not(.cta-pill){font-size:16px}.final-actions .btn{min-width:0;width:100%}.contact-row{flex-direction:column;gap:13px}.contact-row span{display:none}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:10px}.socials{margin-top:8px}.info-card,.module-card{min-height:auto}.cost-card .statement{font-size:38px}
}
