
:root{--teal:#2bbfbd;--teal-dark:#159c9a;--ink:#202630;--muted:#66717f;--line:#dfe7e9;--soft:#f4f9fa;--orange:#f9a91b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-geist),Arial,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(223,231,233,.7)}.brand{display:block;width:190px}.brand img{width:100%;height:auto;display:block}.nav{display:flex;gap:34px;align-items:center}.nav a{font-size:14px;font-weight:650;color:#4b5562;position:relative;padding:30px 0}.nav a:hover{color:var(--teal-dark)}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--teal);transition:.25s}.nav a:hover:after{right:0}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}.hero{min-height:670px;display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center;padding-block:90px}.eyebrow{text-transform:uppercase;color:var(--teal-dark);font-size:12px;letter-spacing:.13em;font-weight:800;margin:0 0 14px}.hero h1{font-size:clamp(48px,5.4vw,76px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:700px}.hero h1 span{color:var(--teal)}.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:625px;margin:26px 0 30px}.actions{display:flex;gap:14px;flex-wrap:wrap}.button{min-height:50px;padding:0 23px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:750;transition:.2s}.button.primary{background:var(--teal);color:#fff;box-shadow:0 10px 24px rgba(43,191,189,.22)}.button.primary:hover{background:var(--teal-dark);transform:translateY(-2px)}.button.secondary{border:1.5px solid var(--teal);color:var(--teal-dark)}.button.secondary:hover{background:#effafa}.hero-proof{display:flex;gap:22px;margin-top:32px;color:#88929d;font-size:12px;font-weight:700}.hero-proof span:before{content:"•";color:var(--orange);margin-right:7px}.hero-visual{background:linear-gradient(140deg,#e1f7f7,#f3fbfb);border-radius:38px;min-height:410px;display:grid;place-items:center;position:relative}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:50%;background:var(--orange)}.hero-visual:before{width:13px;height:13px;top:40px;right:45px}.hero-visual:after{width:7px;height:7px;bottom:58px;left:48px;opacity:.55}.code-card{width:76%;height:280px;background:#fff;border-radius:20px;box-shadow:0 24px 55px rgba(32,38,48,.09);padding:25px;position:relative;color:var(--teal);font-weight:700}.window-dots{display:flex;gap:7px}.window-dots i,.browser-bar i{width:8px;height:8px;border-radius:50%;display:block;background:#ff6b6b}.window-dots i:nth-child(2),.browser-bar i:nth-child(2){background:#ffd166}.window-dots i:nth-child(3),.browser-bar i:nth-child(3){background:#4dccbd}.code-card>p{font-size:12px}.code-card svg{width:100%;height:145px}.code-card path{fill:none;stroke:var(--teal);stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.metric{position:absolute;background:var(--ink);color:#fff;padding:13px 18px;border-radius:12px;box-shadow:0 12px 26px rgba(32,38,48,.2)}.metric small{display:block;font-size:8px;letter-spacing:.12em;color:#aab3bd}.metric strong{font-size:20px}.metric-one{left:-34px;bottom:45px}.metric-two{right:-28px;top:42px}.section-block{padding-block:105px}.section-heading{text-align:center;max-width:650px;margin:0 auto 44px}.section-heading h2{font-size:clamp(32px,4vw,46px);letter-spacing:-.04em;margin:0 0 12px}.section-heading>p:last-child{color:var(--muted);line-height:1.6;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{border:1px solid var(--line);border-radius:18px;padding:36px 30px;text-align:center;box-shadow:0 12px 34px rgba(32,38,48,.045);transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(32,38,48,.09);border-color:#b9dddd}.service-icon{width:62px;height:62px;border-radius:16px;margin:0 auto 20px;display:grid;place-items:center;background:var(--teal);color:#fff;font-size:28px;font-weight:800}.icon-1{background:var(--ink)}.service-card h3{font-size:21px;margin:0 0 10px}.service-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.projects-section{background:var(--soft)}.filters{display:flex;justify-content:center;gap:10px;margin:-18px 0 38px}.filters button{border:1px solid var(--line);border-radius:99px;padding:10px 22px;background:#fff;color:#6d7782;cursor:pointer;font-size:13px;font-weight:700}.filters button.active{background:var(--teal);border-color:var(--teal);color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(32,38,48,.055);transition:.25s}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(32,38,48,.11)}.browser-bar{height:28px;background:#fff;display:flex;align-items:center;gap:5px;padding:0 12px;border-bottom:1px solid #edf1f2}.project-image{display:block;overflow:hidden}.project-image img{width:100%;height:185px;object-fit:cover;object-position:top;display:block;transition:transform .45s}.project-card:hover .project-image img{transform:scale(1.035)}.project-body{padding:20px}.tag{font-size:10px;font-weight:800;color:var(--teal-dark);background:#e5f8f8;border-radius:99px;padding:6px 10px}.project-body h3{font-size:19px;margin:16px 0 7px}.project-body p{font-size:13px;line-height:1.55;color:var(--muted);margin:0;min-height:61px}.project-body>a{color:var(--teal-dark);font-size:13px;font-weight:800;display:block;text-align:right;margin-top:13px}.system-wrap{padding-top:120px}.system-card{background:var(--ink);border-radius:28px;padding:55px;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;color:#fff;overflow:hidden}.system-copy h2{font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.04em;margin:0 0 17px}.system-copy>p:not(.eyebrow){color:#c7ced6;line-height:1.6}.system-copy ul{list-style:none;padding:0;margin:24px 0}.system-copy li{margin:13px 0;color:#e2e7ec;font-size:14px}.system-copy li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--teal);margin-right:10px;font-size:11px;font-weight:900}.system-copy small{display:block;color:#8f9aa6;margin-top:14px}.system-image{background:white;border-radius:14px;overflow:hidden;box-shadow:0 26px 60px rgba(0,0,0,.25);transform:rotate(1deg)}.system-image .browser-bar span{color:#7b8490;font-size:10px;margin-left:8px}.system-image img{display:block;width:100%;height:auto}.process ol{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;margin:40px 0 0;position:relative}.process ol:before{content:"";position:absolute;left:12.5%;right:12.5%;top:28px;height:2px;background:#bdebea}.process li{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.process li span{width:58px;height:58px;border-radius:50%;border:2px solid var(--teal);background:#fff;color:var(--teal-dark);display:grid;place-items:center;font-weight:850;font-size:18px;margin-bottom:18px;z-index:1}.process li:first-child span{background:var(--teal);color:#fff}.process strong{font-size:15px}.process small{color:var(--muted);margin-top:7px}.contact{border:1px solid var(--line);border-radius:22px;padding:42px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;margin-bottom:105px;box-shadow:0 14px 35px rgba(32,38,48,.04)}.contact-icon{width:72px;height:72px;border-radius:17px;background:var(--teal);display:grid;place-items:center;color:#fff;font-size:24px;font-weight:800}.contact h2{font-size:30px;margin:0 0 7px}.contact p:last-child{margin:0;color:var(--muted)}footer{background:var(--ink);color:#aeb7c1;padding:55px 0}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center}.footer-inner img{width:175px;height:auto;filter:brightness(0) invert(1);opacity:.9}.footer-inner p{grid-column:1;margin:0;font-size:13px}.footer-inner a{grid-column:2;grid-row:1;color:#fff;font-size:14px}.footer-inner small{grid-column:2;grid-row:2;font-size:11px}
@media(max-width:900px){.hero{grid-template-columns:1fr;gap:55px}.hero-copy{text-align:center}.hero-copy h1,.lead{margin-left:auto;margin-right:auto}.actions,.hero-proof{justify-content:center}.hero-visual{min-height:360px}.projects-grid{grid-template-columns:repeat(2,1fr)}.system-card{grid-template-columns:1fr;padding:42px}.system-image{transform:none}.contact{grid-template-columns:auto 1fr}.contact .button{grid-column:1/-1}.services-grid{gap:14px}.service-card{padding:28px 18px}}
@media(max-width:680px){.section-shell{width:min(100% - 30px,1180px)}.site-header{height:70px;padding:0 15px}.brand{width:154px}.menu-toggle{display:block}.nav{position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);display:none;flex-direction:column;gap:0;padding:8px 20px 18px;box-shadow:0 15px 25px rgba(32,38,48,.08)}.nav.open{display:flex}.nav a{width:100%;padding:14px;text-align:center}.nav a:after{display:none}.hero{padding-block:65px;min-height:auto}.hero h1{font-size:43px}.lead{font-size:16px}.hero-visual{min-height:290px;border-radius:25px}.code-card{height:215px;padding:18px}.code-card svg{height:100px}.metric{padding:10px 13px}.metric-one{left:-12px}.metric-two{right:-12px}.hero-proof{gap:10px}.section-block{padding-block:75px}.services-grid,.projects-grid{grid-template-columns:1fr}.filters{flex-wrap:wrap}.project-image img{height:190px}.system-wrap{padding-top:80px}.system-card{padding:31px 22px;border-radius:21px;gap:30px}.system-copy h2{font-size:36px}.process ol{grid-template-columns:1fr 1fr;gap:32px 10px}.process ol:before{display:none}.contact{padding:28px 22px;grid-template-columns:1fr;text-align:center;margin-bottom:75px}.contact-icon{margin:auto}.contact .button{grid-column:auto}.footer-inner{display:flex;flex-direction:column;text-align:center}.footer-inner img{margin:auto}.footer-inner a{order:3}.footer-inner small{order:4}.section-heading h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Logotipos oficiales de las plataformas */
.service-icon{width:68px;height:68px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(32,38,48,.08);font-size:0}
.service-icon svg{width:38px;height:38px;display:block;fill:currentColor}
.service-icon.shopify{color:#7ab55c}
.service-icon.wordpress{color:#21759b}
.service-icon.angular{color:#dd0031}

/* Ajustes de la segunda revisión visual */
:root{--system-blue:#3156a3;--system-blue-dark:#233d78}
.hero-visual{display:block;overflow:hidden;box-shadow:0 24px 55px rgba(32,38,48,.09)}
.hero-visual:before,.hero-visual:after{display:none}
.hero-visual>img{width:100%;height:410px;min-height:410px;display:block;object-fit:cover;object-position:center}
.hero-visual-label{position:absolute;left:24px;bottom:24px;background:rgba(32,38,48,.9);color:#fff;padding:14px 18px;border-radius:12px;backdrop-filter:blur(8px);box-shadow:0 12px 28px rgba(32,38,48,.18)}
.hero-visual-label small,.hero-visual-label strong{display:block}
.hero-visual-label small{text-transform:uppercase;letter-spacing:.12em;font-size:9px;color:#9fe4e3;font-weight:800}
.hero-visual-label strong{font-size:17px;margin-top:3px}
.projects-grid{grid-template-columns:repeat(4,1fr);gap:20px}
.project-image img{height:150px}
.system-card{background:linear-gradient(135deg,var(--system-blue-dark),var(--system-blue))}
.system-copy li:before{background:var(--orange)}
.system-image{transform:none}
@media(max-width:1100px) and (min-width:681px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-image img{height:190px}}
@media(max-width:680px){.projects-grid{grid-template-columns:1fr}.hero-visual>img{height:290px;min-height:290px}.hero-visual-label{left:16px;bottom:16px;padding:11px 14px}.project-image img{height:190px}}

/* Popup de intención de salida conectado a Mailchimp */
.exit-popup[hidden]{display:none}.exit-popup{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .22s ease}.exit-popup.is-visible{opacity:1}.exit-popup__backdrop{position:absolute;inset:0;background:rgba(20,28,37,.72);backdrop-filter:blur(5px)}.exit-popup__dialog{position:relative;width:min(900px,100%);max-height:calc(100vh - 48px);display:grid;grid-template-columns:.88fr 1.12fr;background:#fff;border-radius:24px;overflow:auto;box-shadow:0 30px 80px rgba(12,22,31,.32);transform:translateY(14px) scale(.985);transition:transform .22s ease}.exit-popup.is-visible .exit-popup__dialog{transform:none}.exit-popup__close{position:absolute;z-index:2;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(32,38,48,.08);color:var(--ink);font-size:27px;line-height:1;cursor:pointer}.exit-popup__close:hover{background:rgba(32,38,48,.14)}.exit-popup__image{min-height:520px;overflow:hidden;background:#dff5f4}.exit-popup__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center}.exit-popup__content{padding:48px 46px 34px}.exit-popup__content h2{font-size:36px;line-height:1.05;letter-spacing:-.04em;margin:0 0 12px}.exit-popup__intro{margin:0 0 25px;color:var(--muted);font-size:15px;line-height:1.55}.exit-popup__fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.exit-popup__field{margin-bottom:14px}.exit-popup__field label{display:block;margin-bottom:7px;color:#3f4955;font-size:12px;font-weight:750}.exit-popup__field input{width:100%;height:47px;border:1px solid #cfdadd;border-radius:9px;background:#fff;padding:0 13px;color:var(--ink);font:inherit;outline:0;transition:border-color .2s,box-shadow .2s}.exit-popup__field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(43,191,189,.15)}.exit-popup__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.exit-popup__status{min-height:18px;margin:0 0 8px;font-size:12px;line-height:1.4}.exit-popup__status.is-error{color:#b42318}.exit-popup__status.is-success{color:#087f5b;font-weight:700}.exit-popup__submit{width:100%;border:0;cursor:pointer}.exit-popup__submit:disabled{opacity:.65;cursor:wait;transform:none}.exit-popup__never-show{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;color:#697481;font-size:12px;cursor:pointer}.exit-popup__never-show input{accent-color:var(--teal);width:15px;height:15px}.exit-popup__mailchimp{display:block;width:max-content;margin:9px auto 0;color:#9aa3ad;font-size:9px;text-decoration:underline}.exit-popup-open{overflow:hidden}

@media(max-width:720px){.exit-popup{padding:14px}.exit-popup__dialog{grid-template-columns:1fr;max-height:calc(100vh - 28px);border-radius:18px}.exit-popup__image{min-height:145px;height:145px}.exit-popup__image img{object-position:center 42%}.exit-popup__content{padding:28px 22px 24px}.exit-popup__content .eyebrow{margin-bottom:9px}.exit-popup__content h2{font-size:28px;padding-right:25px}.exit-popup__intro{font-size:14px;margin-bottom:18px}.exit-popup__close{right:9px;top:9px;background:rgba(255,255,255,.9)}.exit-popup__fields{grid-template-columns:1fr;gap:0}.exit-popup__field{margin-bottom:11px}.exit-popup__field input{height:44px}}
