/* HOME v2 — evidencia visual, precio claro y contacto global. */
.home2-hero{position:relative;overflow:hidden;background:var(--deep);color:#fff;border-bottom:1px solid #213849}.home2-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(84,201,244,.13) 1px,transparent 0);background-size:29px 29px;mask-image:linear-gradient(90deg,#000,transparent 66%);pointer-events:none}.home2-hero-glow{position:absolute;width:560px;height:560px;left:-260px;top:-250px;border-radius:50%;background:rgba(0,174,239,.13);filter:blur(80px);pointer-events:none}.home2-hero-grid{position:relative;display:grid;grid-template-columns:minmax(340px,.72fr) minmax(560px,1.28fr);gap:68px;align-items:center;min-height:690px;padding-block:68px 76px}.home2-hero-copy{position:relative;z-index:2}.home2-kicker{color:var(--brand);font-size:11px;line-height:1.5;letter-spacing:.13em;font-weight:750;margin-bottom:25px}.home2-hero h1{font-size:clamp(2.65rem,4vw,4.15rem);line-height:1.02;letter-spacing:-.055em;max-width:590px;color:#fff}.home2-price{display:grid;grid-template-columns:auto 1fr;align-items:end;width:max-content;max-width:100%;margin-top:32px}.home2-price>span:first-child{grid-column:1/-1;color:#c9d9e5;font-size:13px;margin-bottom:2px}.home2-price strong{font-size:48px;line-height:1;color:var(--brand);letter-spacing:-.055em}.home2-price strong small{font-size:16px;color:#fff;letter-spacing:0;font-weight:500}.home2-price>span:last-child{font-size:12px;color:#c9d9e5;margin:0 0 3px 12px}.home2-included{display:flex;align-items:center;gap:10px;color:#dce8f1;font-size:13px;margin-top:13px}.home2-included i{width:3px;height:3px;border-radius:50%;background:var(--brand)}.home2-actions{display:flex;gap:12px;margin-top:30px}.home2-actions .button{min-height:54px;padding-inline:22px}.home2-primary{box-shadow:0 12px 30px rgba(0,174,239,.17)}.home2-lines{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:31px;padding-top:22px;border-top:1px solid #2b4354}.home2-lines a{color:#bcd0dd;font-size:12px}.home2-lines a:hover{color:var(--brand);text-decoration:underline;text-underline-offset:4px}

.home2-showcase{min-width:0}.home2-browser{overflow:hidden;border:1px solid #365568;border-radius:16px;background:#0c1b26;box-shadow:0 30px 80px rgba(0,0,0,.36)}.home2-browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#102430;border-bottom:1px solid #294355}.home2-browser-bar>span{width:7px;height:7px;border-radius:50%;background:#4b6677}.home2-browser-bar>span:first-child{background:var(--brand)}.home2-browser-bar>div{margin-left:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8fa8b8;background:#0a1923;border:1px solid #294355;border-radius:5px;padding:4px 12px;font-size:10px;flex:1}.home2-browser>a{display:block;aspect-ratio:8/5;overflow:hidden;background:#10202b}.home2-browser img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;transition:opacity .18s ease,transform .4s ease}.home2-showcase.is-changing .home2-browser img{opacity:.25;transform:scale(.99)}.home2-showcase-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 3px 16px}.home2-showcase-meta span{display:block;font-size:9px;letter-spacing:.13em;color:var(--brand);font-weight:700}.home2-showcase-meta strong{display:block;color:#fff;font-size:21px;margin-top:3px}.home2-showcase-meta>a{color:#fff;font-size:13px;text-decoration:underline;text-underline-offset:5px;min-height:44px;display:flex;align-items:center}.home2-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.home2-thumbnail{min-width:0;padding:0 0 10px;border:1px solid #294355;border-radius:8px;background:#0c1b26;color:#b8cad6;overflow:hidden;text-align:left;cursor:pointer;transition:border-color .2s,transform .2s}.home2-thumbnail:hover,.home2-thumbnail.is-active{border-color:var(--brand);transform:translateY(-2px)}.home2-thumbnail:focus-visible{outline-color:var(--brand)}.home2-thumbnail img{display:block;width:100%;aspect-ratio:8/5;object-fit:cover;object-position:top}.home2-thumbnail span{display:block;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:9px 10px 0}

.home2-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:60px;align-items:end;margin-bottom:38px}.home2-heading .eyebrow{margin-bottom:17px}.home2-heading h2{max-width:790px}.home2-heading>p,.home2-heading>a{justify-self:end}.home2-heading>p{max-width:430px;font-size:15px;line-height:1.75}.home2-projects{background:var(--white)}.home2-project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:28px 20px}.home2-project-card{grid-column:span 3;min-width:0}.home2-project-large{grid-column:span 6}.home2-project-media{position:relative;display:block;aspect-ratio:8/5;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--canvas)}.home2-project-media:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(7,20,31,.82));opacity:0;transition:opacity .25s}.home2-project-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:top;transition:transform .45s ease}.home2-project-media>span{position:absolute;z-index:1;left:20px;bottom:16px;color:#fff;font-size:12px;font-weight:700;opacity:0;transform:translateY(7px);transition:opacity .25s,transform .25s}.home2-project-media:hover img,.home2-project-media:focus-visible img{transform:scale(1.025)}.home2-project-media:hover:after,.home2-project-media:focus-visible:after,.home2-project-media:hover>span,.home2-project-media:focus-visible>span{opacity:1;transform:none}.home2-project-info{display:flex;justify-content:space-between;gap:18px;padding:17px 2px 0}.home2-project-info p{font-size:10px;text-transform:uppercase;letter-spacing:.09em}.home2-project-info h3{font-size:clamp(20px,2vw,27px);margin-top:3px;overflow-wrap:anywhere}.home2-project-card:not(.home2-project-large) .home2-project-info{display:block}.home2-project-card:not(.home2-project-large) .home2-project-info h3{font-size:20px}.home2-project-info a{display:inline-flex;color:var(--link);font-size:12px;margin-top:5px;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.home2-project-info ul{list-style:none;padding:0;margin:0;display:flex;justify-content:flex-end;align-content:flex-start;flex-wrap:wrap;gap:6px;max-width:230px}.home2-project-info li{font-size:10px;color:var(--muted);border:1px solid var(--line);border-radius:100px;padding:5px 9px;white-space:nowrap}.home2-project-card:not(.home2-project-large) ul{justify-content:flex-start;margin-top:12px}

.home2-plans{background:var(--canvas);border-block:1px solid var(--line)}.home2-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.home2-plan{position:relative;display:flex;flex-direction:column;padding:31px 28px;border:1px solid var(--line);border-radius:15px;background:var(--white);box-shadow:0 10px 32px rgba(13,45,66,.04)}.home2-plan.is-recommended{border:2px solid var(--brand);padding:30px 27px;transform:translateY(-9px);box-shadow:0 22px 50px rgba(0,121,168,.13)}.home2-plan-label{font-size:10px;color:var(--link);font-weight:750;letter-spacing:.08em;text-transform:uppercase}.home2-plan.is-recommended .home2-plan-label{color:var(--brand)}.home2-plan h3{font-size:29px;margin-top:12px}.home2-plan-description{font-size:13px;line-height:1.65;min-height:44px;margin-top:9px}.home2-plan-price{display:flex;align-items:baseline;margin-top:23px}.home2-plan-price strong{font-size:43px;line-height:1;color:var(--ink);letter-spacing:-.055em}.home2-plan-price span{font-size:14px;margin-left:4px;color:var(--muted)}.home2-plan-term{font-size:12px;margin-top:7px}.home2-renewal{display:flex;align-items:center;justify-content:space-between;gap:12px;border-block:1px solid var(--line);padding-block:15px;margin-top:20px}.home2-renewal span{font-size:11px;color:var(--muted)}.home2-renewal strong{font-size:16px}.home2-domain{font-size:11px;line-height:1.55;margin-top:14px}.home2-plan details{margin:18px 0 22px;border-bottom:1px solid var(--line);padding-bottom:16px}.home2-plan summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;color:var(--link);font-size:12px;font-weight:700;cursor:pointer;list-style:none}.home2-plan summary:after{content:"+";font-size:20px;font-weight:400}.home2-plan details[open] summary:after{content:"−"}.home2-plan details ul{padding:4px 0 0 18px;margin:0;font-size:12px}.home2-plan details li{margin-top:8px}.home2-plan details p{font-size:11px;margin-top:13px}.home2-plan>.button{width:100%;margin-top:auto}.home2-other-web{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:28px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--line)}.home2-other-web>div{display:grid;grid-template-columns:1fr auto;gap:5px 20px;padding:22px 25px;background:var(--white)}.home2-other-web span{font-size:9px;letter-spacing:.1em;color:var(--muted)}.home2-other-web strong{grid-row:2;font-size:15px}.home2-other-web a{grid-column:2;grid-row:1/3;align-self:center;color:var(--link);font-size:12px;text-decoration:underline;text-underline-offset:4px}.home2-other-web>p{grid-column:1/-1;background:var(--canvas);font-size:10px;padding:10px 20px}

.home2-services{background:var(--white)}.home2-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home2-service-card{position:relative;overflow:hidden;min-height:330px;display:flex;flex-direction:column;padding:26px 24px;border:1px solid var(--line);border-radius:14px;background:var(--white);transition:transform .25s,border-color .25s,box-shadow .25s}.home2-service-card:hover{transform:translateY(-5px);border-color:#7ebbd5;box-shadow:0 22px 45px rgba(13,45,66,.08)}.home2-service-card.is-primary{background:var(--deep);color:#fff;border-top:3px solid var(--brand)}.home2-service-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:11px;background:var(--canvas);color:var(--link);margin-bottom:41px}.is-primary .home2-service-icon{background:#102a39;color:var(--brand)}.home2-service-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home2-service-card>span{font-size:9px;letter-spacing:.1em;color:var(--muted)}.home2-service-card.is-primary>span{color:var(--brand)}.home2-service-card h3{font-size:25px;margin-top:11px}.home2-service-card p{font-size:13px;line-height:1.7;margin-top:12px}.home2-service-card.is-primary p{color:#c7d8e3}.home2-service-card>a{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);color:var(--link);font-size:13px;font-weight:700}.home2-service-card.is-primary>a{color:var(--brand);border-color:#2c4657}

.home2-software{background:var(--deep);color:#fff;border-top:3px solid var(--brand)}.home2-software-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.home2-software-visual{border:1px solid #34546b;border-radius:16px;overflow:hidden;background:#0a1923;box-shadow:0 30px 70px rgba(0,0,0,.28)}.home2-app-top{height:52px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #294353;color:var(--brand);font-size:9px;letter-spacing:.12em}.home2-app-top i{width:8px;height:8px;background:var(--brand);border-radius:50%;box-shadow:0 0 14px var(--brand)}.home2-app-body{display:grid;grid-template-columns:70px 1fr;min-height:370px}.home2-app-body nav{display:flex;flex-direction:column;align-items:center;gap:17px;padding-top:28px;border-right:1px solid #294353}.home2-app-body nav b{display:block;width:24px;height:24px;border:1px solid #3f5b6d;border-radius:6px}.home2-app-body nav b:first-child{border-color:var(--brand);background:#103347}.home2-app-body>div{display:flex;flex-direction:column;justify-content:center;padding:45px}.home2-app-label{font-size:9px;color:var(--brand);letter-spacing:.11em}.home2-app-body h3{font-size:36px;line-height:1.15;margin-top:15px}.home2-app-modules{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:35px}.home2-app-modules span{border:1px solid #304c5e;border-radius:7px;padding:13px 15px;color:#c8d8e2;font-size:11px}.home2-software-copy .eyebrow{color:var(--brand)}.home2-software-copy h2{font-size:44px;line-height:1.12}.home2-software-copy>p:not(.eyebrow){color:#cad9e4;font-size:15px;line-height:1.75;margin-top:21px}.home2-case-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}.home2-case-tabs button{min-height:44px;padding:9px 13px;border:1px solid #385569;border-radius:6px;background:transparent;color:#c8d8e2;font:inherit;font-size:11px;cursor:pointer}.home2-case-tabs button:hover,.home2-case-tabs button.is-active{border-color:var(--brand);color:var(--brand);background:#0f2b3b}.home2-case-output{min-height:94px;border-left:2px solid var(--brand);padding:15px 0 10px 19px;margin-top:18px}.home2-case-output strong{font-size:17px}.home2-case-output p{color:#bfcfda;font-size:12px;margin-top:7px}.home2-software-copy>.button{margin-top:20px}

.home2-ecosystem{background:var(--white)}.home2-ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home2-ecosystem-grid article{min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,var(--canvas),var(--white));overflow:hidden;position:relative}.home2-ecosystem-grid article:before{content:"";position:absolute;width:250px;height:250px;right:-90px;top:-110px;border:1px solid #9ad5ec;border-radius:50%;box-shadow:0 0 0 30px rgba(0,174,239,.035),0 0 0 60px rgba(0,174,239,.025)}.home2-ecosystem-grid article>span{font-size:9px;color:var(--link);letter-spacing:.1em}.home2-ecosystem-grid h3{font-size:34px;margin-top:14px;max-width:500px}.home2-ecosystem-grid p{font-size:14px;margin-top:15px;max-width:470px}.home2-ecosystem-grid p strong{color:var(--ink)}.home2-ecosystem-grid a{color:var(--link);font-size:13px;font-weight:700;margin-top:23px}.home2-mail-card h3 em{color:var(--link);font-style:normal}

.home2-trust{background:var(--canvas);border-block:1px solid var(--line)}.home2-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.home2-trust h2{max-width:570px}.home2-trust blockquote{margin:31px 0 15px;padding-left:22px;border-left:3px solid var(--brand);color:var(--link);font-size:22px;line-height:1.45;max-width:470px}.home2-trust ol{list-style:none;padding:0;margin:0;counter-reset:none}.home2-trust li{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.home2-trust li>span{color:var(--link);font-size:11px;padding-top:5px}.home2-trust h3{font-size:21px}.home2-trust li p{font-size:13px;margin-top:6px}.home2-final-cta{margin-block:85px 40px;padding:58px 62px;border-radius:17px;border-top:3px solid var(--brand);background:var(--deep);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.home2-final-cta .eyebrow{color:var(--brand)}.home2-final-cta h2{font-size:49px}.home2-final-cta p:not(.eyebrow){color:#c8d8e2;font-size:14px;margin-top:17px}.home2-final-cta>div:last-child{display:flex;flex-direction:column;gap:11px}

.quote-drawer{position:fixed;inset:0;z-index:90}.quote-backdrop{position:absolute;inset:0;border:0;background:rgba(3,12,18,.68);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s}.quote-panel{position:absolute;right:0;top:0;bottom:0;width:min(520px,100%);overflow-y:auto;overscroll-behavior:contain;background:var(--white);color:var(--ink);box-shadow:-25px 0 70px rgba(0,0,0,.22);transform:translateX(100%);transition:transform .3s ease;padding:0 34px 35px}.quote-drawer.is-open .quote-backdrop{opacity:1}.quote-drawer.is-open .quote-panel{transform:none}.quote-panel>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 0 19px;background:var(--white);border-bottom:1px solid var(--line)}.quote-panel>header span{display:block;color:var(--link);font-size:9px;letter-spacing:.1em;font-weight:700}.quote-panel>header h2{font-size:27px;margin-top:4px}.quote-close{flex:0 0 44px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.quote-close:hover{border-color:var(--link);color:var(--link)}.quote-selection{margin-top:20px;padding:13px 16px;border-left:3px solid var(--brand);background:var(--canvas);font-size:13px}.quote-selection button{margin-left:8px;border:0;background:transparent;color:var(--link);text-decoration:underline;cursor:pointer}.quote-step{padding-top:25px}.quote-step>p{font-size:20px;color:var(--ink);font-weight:700}.quote-step>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}.quote-step button{min-height:55px;padding:11px;border:1px solid var(--line);border-radius:7px;background:var(--white);color:var(--ink);font:inherit;font-size:12px;text-align:left;cursor:pointer}.quote-step button:hover,.quote-step button:focus-visible{border-color:var(--brand);background:var(--canvas)}.quote-form-host{padding-top:22px}.quote-intro{font-size:13px;line-height:1.7}.quote-loading{padding:30px 0;color:var(--muted);font-size:13px}.quote-panel .inquiry-form-panel{padding:0;border:0;border-radius:0}.quote-panel .inquiry-form-panel>.eyebrow,.quote-panel .inquiry-form-panel>h2,.quote-panel .inquiry-form-panel>.inquiry-intro{display:none}.quote-panel .inquiry-development{margin-block:0 22px}.quote-panel .inquiry-fields{grid-template-columns:1fr;gap:15px}.quote-panel .inquiry-field input,.quote-panel .inquiry-field select,.quote-panel .inquiry-field textarea{min-height:46px;font-size:15px}.quote-panel .inquiry-privacy-link{margin-block:18px 14px}.quote-panel .inquiry-submit{width:100%}.quote-direct{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:25px;padding-top:20px;border-top:1px solid var(--line);font-size:12px}.quote-direct a{color:var(--link);font-weight:700;text-decoration:underline;text-underline-offset:3px}body.quote-open{overflow:hidden}

.motion-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.motion-ready .reveal.is-visible{opacity:1;transform:none}.site-header{transition:min-height .2s,box-shadow .2s,background .2s}.site-header.is-compact{box-shadow:0 8px 25px rgba(7,20,31,.09)}.site-header.is-compact .header-inner{min-height:68px}.site-header.is-compact .wordmark{font-size:24px}.site-header.is-compact .wordmark-note{display:none}

html[data-theme="dark"] .home2-plan,html[data-theme="dark"] .home2-service-card:not(.is-primary),html[data-theme="dark"] .home2-ecosystem-grid article,html[data-theme="dark"] .quote-panel{background:var(--surface)}html[data-theme="dark"] .home2-ecosystem-grid article{background:linear-gradient(145deg,var(--canvas),var(--surface))}html[data-theme="dark"] .home2-project-media,html[data-theme="dark"] .quote-step button{background:var(--surface)}html[data-theme="dark"] .home2-other-web>div{background:var(--surface)}

@media(max-width:1199px){.home2-hero-grid{grid-template-columns:minmax(300px,.8fr) minmax(480px,1.2fr);gap:35px;min-height:620px}.home2-hero h1{font-size:49px}.home2-price strong{font-size:43px}.home2-project-card{grid-column:span 6}.home2-project-large{grid-column:span 6}.home2-service-grid{grid-template-columns:1fr 1fr}.home2-service-card{min-height:280px}.home2-software-grid{gap:45px}.home2-software-copy h2{font-size:38px}.home2-trust-grid{gap:55px}.home2-final-cta{margin-inline:24px;width:auto}}
@media(max-width:959px){.home2-hero-grid{grid-template-columns:1fr;gap:38px;padding-block:54px 64px}.home2-hero-copy{max-width:680px}.home2-hero h1{font-size:51px}.home2-showcase{max-width:760px}.home2-heading{grid-template-columns:1fr;gap:18px}.home2-heading>p,.home2-heading>a{justify-self:start}.home2-plan-grid{gap:12px}.home2-plan{padding:24px 18px}.home2-plan.is-recommended{padding:23px 17px}.home2-plan-price strong{font-size:34px}.home2-renewal{display:block}.home2-renewal strong{display:block;margin-top:3px}.home2-software-grid{grid-template-columns:1fr}.home2-software-visual{max-width:720px}.home2-software-copy{max-width:720px}.home2-ecosystem-grid article{min-height:290px;padding:30px}.home2-trust-grid{grid-template-columns:1fr;gap:35px}.home2-final-cta{grid-template-columns:1fr;gap:30px;padding:45px}.home2-final-cta>div:last-child{max-width:420px}}
@media(max-width:639px){.home2-hero:before{mask-image:linear-gradient(#000,transparent 85%)}.home2-hero-grid{display:flex;flex-direction:column;padding-block:40px 48px;gap:31px}.home2-hero-copy{width:100%}.home2-kicker{font-size:9px;margin-bottom:19px}.home2-hero h1{font-size:40px;line-height:1.06}.home2-price{margin-top:25px}.home2-price strong{font-size:43px}.home2-price>span:last-child{font-size:11px}.home2-included{font-size:12px}.home2-actions{display:grid;grid-template-columns:1fr;margin-top:24px}.home2-actions .button{width:100%}.home2-lines{gap:9px 18px;margin-top:24px}.home2-showcase{width:100%;order:2}.home2-browser{border-radius:11px}.home2-browser-bar{height:34px}.home2-showcase-meta{padding-block:13px}.home2-showcase-meta strong{font-size:18px}.home2-thumbnails{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.home2-thumbnail{flex:0 0 125px;scroll-snap-align:start}.home2-heading{margin-bottom:26px}.home2-heading h2{font-size:32px}.home2-projects{overflow:hidden}.home2-project-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-inline:-20px;padding:0 20px 15px;scrollbar-width:thin}.home2-project-card,.home2-project-large{flex:0 0 84vw;scroll-snap-align:start}.home2-project-info{display:block}.home2-project-info h3,.home2-project-card:not(.home2-project-large) .home2-project-info h3{font-size:23px}.home2-project-info ul{justify-content:flex-start;margin-top:12px}.home2-plan-grid{grid-template-columns:1fr;gap:17px}.home2-plan,.home2-plan.is-recommended{padding:27px 24px;transform:none}.home2-plan-price strong{font-size:41px}.home2-renewal{display:flex}.home2-other-web{grid-template-columns:1fr}.home2-other-web>div{grid-template-columns:1fr}.home2-other-web a{grid-column:1;grid-row:auto;margin-top:8px}.home2-service-grid{grid-template-columns:1fr}.home2-service-card{min-height:270px;padding:25px}.home2-service-icon{margin-bottom:28px}.home2-software-grid{gap:35px}.home2-app-body{grid-template-columns:45px 1fr;min-height:310px}.home2-app-body nav b{width:19px;height:19px}.home2-app-body>div{padding:27px 22px}.home2-app-body h3{font-size:27px}.home2-app-modules{grid-template-columns:1fr;margin-top:23px}.home2-app-modules span{padding:10px 12px}.home2-software-copy h2{font-size:34px}.home2-case-tabs{display:grid;grid-template-columns:1fr 1fr}.home2-ecosystem-grid{grid-template-columns:1fr}.home2-ecosystem-grid article{min-height:270px;padding:28px 24px}.home2-ecosystem-grid h3{font-size:29px}.home2-trust blockquote{font-size:20px}.home2-final-cta{margin:55px 12px 25px;padding:34px 24px}.home2-final-cta h2{font-size:37px}.quote-panel{width:100%;padding-inline:20px}.quote-panel>header{padding-top:18px}.quote-panel>header h2{font-size:24px}.quote-step>div{grid-template-columns:1fr}.quote-direct{align-items:flex-start;flex-direction:column}.site-header.is-compact .header-inner{min-height:64px}}
@media(prefers-reduced-motion:reduce){.home2-browser img,.home2-thumbnail,.home2-project-media img,.home2-project-media:after,.home2-project-media>span,.home2-service-card,.quote-backdrop,.quote-panel,.site-header{transition:none!important}.motion-ready .reveal{opacity:1;transform:none;transition:none}}
.home2-browser img.is-changing{opacity:.25;transform:scale(.99)}

/* Hero selector de servicios */
.home2-hero{min-height:calc(100svh - 92px)}
.home2-hero-shell{position:relative;z-index:1;min-width:0;min-height:calc(100svh - 92px);display:block;padding-block:24px 34px}
.home2-service-switcher{min-width:0;max-width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #294657;border-radius:12px;overflow:hidden;background:rgba(8,28,40,.82);backdrop-filter:blur(10px)}
.home2-service-switcher button{position:relative;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-right:1px solid #294657;padding:9px 15px;background:transparent;color:#a9c0ce;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:color .22s ease,background .22s ease}
.home2-service-switcher button:last-child{border-right:0}.home2-service-switcher button span{font-size:9px;color:#668394;letter-spacing:.08em}.home2-service-switcher button:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--brand);transform:scaleX(0);transition:transform .22s ease}.home2-service-switcher button:hover{color:#fff;background:#102b3a}.home2-service-switcher button[aria-selected="true"]{color:#fff;background:#0d2635}.home2-service-switcher button[aria-selected="true"] span{color:var(--brand)}.home2-service-switcher button[aria-selected="true"]:after{transform:scaleX(1)}.home2-service-switcher button:focus-visible{outline:3px solid var(--brand);outline-offset:-3px;z-index:1}
.home2-hero-shell .home2-hero-grid{width:100%;min-width:0;min-height:0;padding-block:36px 4px}.home2-hero-panel,.home2-hero-copy,.home2-showcase{min-width:0}.home2-hero-panel{transition:opacity .24s ease,transform .24s ease}.home2-hero-panel[hidden]{display:none}.home2-hero-panel.is-entering{animation:hero-panel-in .26s ease both}.home2-hero h2{font-size:clamp(2.65rem,4vw,4.15rem);line-height:1.02;letter-spacing:-.055em;max-width:620px;color:#fff}.home2-hero-summary,.home2-channels{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:#dce8f1;font-size:14px;line-height:1.65;margin-top:26px}.home2-hero-summary i,.home2-channels i{width:3px;height:3px;border-radius:50%;background:var(--brand)}.home2-price-single{grid-template-columns:auto}.home2-email-example{font-size:25px;font-weight:750;color:#fff;margin-top:20px}.home2-email-example span{color:var(--brand)}
@keyframes hero-panel-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}

.home2-hero-software,.home2-hero-mail,.home2-hero-social{min-width:0}.home2-hero-app{overflow:hidden;border:1px solid #35566b;border-radius:16px;background:#091923;box-shadow:0 30px 80px rgba(0,0,0,.34)}.home2-hero-app>header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 19px;border-bottom:1px solid #294657;color:var(--brand);font-size:9px;letter-spacing:.12em}.home2-hero-app>header i{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 16px var(--brand)}.home2-hero-app>div{display:grid;grid-template-columns:64px 1fr;min-height:360px}.home2-hero-app aside{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:30px;border-right:1px solid #294657}.home2-hero-app aside b{width:23px;height:23px;border:1px solid #3d5d70;border-radius:6px}.home2-hero-app aside b:first-child{border-color:var(--brand);background:#103549}.home2-hero-app main{display:flex;flex-direction:column;justify-content:center;padding:42px}.home2-hero-app main>span{color:var(--brand);font-size:9px;letter-spacing:.11em}.home2-hero-app main>strong{font-size:35px;line-height:1.15;margin-top:15px}.home2-hero-app main>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:34px}.home2-hero-app em{padding:12px 14px;border:1px solid #304d60;border-radius:6px;color:#c6d7e1;font-size:11px;font-style:normal}.home2-hero-references{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;list-style:none;padding:0;margin:12px 0 0}.home2-hero-references li{display:flex;align-items:center;gap:9px;min-height:48px;padding:9px 12px;border:1px solid #294657;border-radius:8px;color:#d4e1e8;font-size:11px}.home2-hero-references span{color:var(--brand);font-size:9px}
.home2-software-image-frame{display:block;aspect-ratio:43/24;overflow:hidden;background:#07131c}.home2-software-image-frame img{object-fit:contain;object-position:center top}.home2-software-meta{padding-block:12px 10px}.home2-software-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.home2-software-thumbnail{min-width:0;padding:0 0 7px;overflow:hidden;border:1px solid #294355;border-radius:7px;background:#0c1b26;color:#b8cad6;text-align:left;cursor:pointer;transition:border-color .2s,transform .2s}.home2-software-thumbnail:hover,.home2-software-thumbnail.is-active{border-color:var(--brand);transform:translateY(-2px)}.home2-software-thumbnail:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.home2-software-thumbnail img{display:block;width:100%;height:54px;object-fit:cover;object-position:top}.home2-software-thumbnail span{display:block;padding:6px 7px 0;overflow:hidden;color:#c6d7e1;font-size:9px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}

.home2-hero-mail{overflow:hidden;border:1px solid #35566b;border-radius:16px;background:#f7fafc;color:#10202b;box-shadow:0 30px 80px rgba(0,0,0,.34)}.home2-hero-mail>header{height:64px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:0 22px;background:#fff;border-bottom:1px solid #dbe6ec}.home2-hero-mail>header span{font-size:9px;font-weight:800;color:#0876a2;letter-spacing:.12em}.home2-hero-mail>header strong{font-size:12px;color:#526b79}.home2-hero-mail>header i{width:9px;height:9px;border-radius:50%;background:var(--brand)}.home2-hero-mail>div{display:grid;grid-template-columns:175px 1fr;min-height:390px}.home2-hero-mail aside{display:flex;flex-direction:column;gap:4px;padding:24px 17px;border-right:1px solid #dbe6ec;background:#edf4f7}.home2-hero-mail aside b{margin-bottom:14px;padding:12px;border-radius:7px;background:#00aeef;color:#06202d;font-size:11px;text-align:center}.home2-hero-mail aside span{padding:9px 11px;font-size:11px;color:#526b79}.home2-hero-mail main{padding:20px}.home2-hero-mail main>div{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:17px 8px;border-bottom:1px solid #dbe6ec}.home2-hero-mail main i{width:32px;height:32px;border-radius:50%;background:#d9edf5}.home2-hero-mail main p{display:grid;gap:3px}.home2-hero-mail main strong{font-size:12px}.home2-hero-mail main span,.home2-hero-mail time{font-size:10px;color:#6e8592}.home2-hero-mail time{font-style:normal}
.home2-email-showcase{margin:0;aspect-ratio:1408/723;background:#232323}.home2-email-showcase img{display:block;width:100%;height:100%;object-fit:contain}.home2-email-showcase .home2-email-light{display:none}html[data-theme="light"] .home2-email-showcase{background:#fff}html[data-theme="light"] .home2-email-showcase .home2-email-dark{display:none}html[data-theme="light"] .home2-email-showcase .home2-email-light{display:block}

.home2-hero-social{position:relative;min-height:485px}.home2-social-card,.home2-social-stat{position:absolute;border:1px solid #35566b;border-radius:15px;overflow:hidden;background:#0b1e29;box-shadow:0 28px 70px rgba(0,0,0,.3)}.home2-social-card.is-main{left:0;top:0;width:66%;height:390px;transform:rotate(-1.5deg)}.home2-social-card.is-secondary{right:0;top:55px;width:42%;height:315px;transform:rotate(2deg)}.home2-social-card header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #294657;color:var(--brand);font-size:9px;letter-spacing:.1em}.home2-social-card header b{color:#638092;font-size:10px;letter-spacing:3px}.home2-social-card.is-main>div{position:relative;height:285px;display:flex;align-items:flex-end;padding:34px;background:linear-gradient(145deg,#0d2a3a,#081722)}.home2-social-card.is-main>div:before{content:"";position:absolute;width:210px;height:210px;right:-40px;top:-45px;border:1px solid #176182;border-radius:50%;box-shadow:0 0 0 28px rgba(0,174,239,.035),0 0 0 56px rgba(0,174,239,.025)}.home2-social-card.is-main strong{position:relative;font-size:34px;line-height:1.08;color:#fff}.home2-social-card footer{display:flex;justify-content:space-between;padding:13px 18px;color:#89a3b2;font-size:9px}.home2-social-card.is-secondary ul{list-style:none;padding:18px;margin:0}.home2-social-card.is-secondary li{padding:14px 6px;border-bottom:1px solid #294657;color:#d0dee6;font-size:12px}.home2-social-card.is-secondary li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--brand)}.home2-social-stat{left:19%;right:9%;bottom:0;min-height:94px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:20px 24px;border-top:2px solid var(--brand);background:#102a38}.home2-social-stat span{font-size:8px;color:var(--brand);letter-spacing:.11em}.home2-social-stat strong{grid-row:2;font-size:16px;color:#fff;margin-top:5px}.home2-social-stat i{grid-column:2;grid-row:1/3;width:38px;height:38px;border:1px solid #3e6073;border-radius:50%}

@media(max-width:1199px){.home2-hero-shell .home2-hero-grid{gap:34px}.home2-hero-app main{padding:30px}.home2-hero-app main>strong{font-size:29px}.home2-hero-mail>div{grid-template-columns:135px 1fr}.home2-social-card.is-main strong{font-size:29px}}
@media(max-width:959px){.home2-hero,.home2-hero-shell{min-height:0}.home2-hero-shell{padding-block:20px 46px}.home2-service-switcher{overflow-x:auto;grid-template-columns:repeat(4,minmax(170px,1fr));scrollbar-width:thin}.home2-hero-shell .home2-hero-grid{padding-block:38px 0}.home2-hero-panel{grid-template-columns:1fr}.home2-hero-software,.home2-hero-mail,.home2-hero-social{width:100%;max-width:760px}.home2-software-thumbnails{display:flex;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory}.home2-software-thumbnail{flex:0 0 132px;scroll-snap-align:start}.home2-hero-social{min-height:455px}}
@media(max-width:639px){.home2-hero-shell{padding-block:14px 38px}.home2-service-switcher{width:calc(100% + 40px);max-width:none;margin-inline:-20px;border-inline:0;border-radius:0;grid-template-columns:repeat(4,155px);padding-inline:20px;background:#0b202c}.home2-service-switcher button{min-height:50px;padding-inline:10px;font-size:12px}.home2-service-switcher button:after{left:10px;right:10px}.home2-hero-shell .home2-hero-grid{padding-block:31px 0;gap:30px}.home2-hero h2{font-size:40px;line-height:1.06}.home2-hero-summary,.home2-channels{font-size:12px;margin-top:22px}.home2-email-example{font-size:21px}.home2-hero-app>div{grid-template-columns:44px 1fr;min-height:300px}.home2-hero-app aside b{width:18px;height:18px}.home2-hero-app main{padding:24px 20px}.home2-hero-app main>strong{font-size:25px}.home2-hero-app main>div{grid-template-columns:1fr;margin-top:23px}.home2-hero-references{grid-template-columns:1fr}.home2-hero-mail>header{grid-template-columns:auto 1fr;padding-inline:15px}.home2-hero-mail>header i{display:none}.home2-hero-mail>div{grid-template-columns:94px 1fr;min-height:330px}.home2-hero-mail aside{padding:16px 8px}.home2-hero-mail aside b{padding:10px 5px}.home2-hero-mail main{padding:10px}.home2-hero-mail main>div{grid-template-columns:26px 1fr;padding:14px 4px;gap:8px}.home2-hero-mail main i{width:25px;height:25px}.home2-hero-mail time{display:none}.home2-hero-social{min-height:420px}.home2-social-card.is-main{width:79%;height:335px}.home2-social-card.is-secondary{width:48%;height:275px;top:45px}.home2-social-card.is-main>div{height:230px;padding:24px}.home2-social-card.is-main strong{font-size:25px}.home2-social-card.is-secondary ul{padding:12px}.home2-social-card.is-secondary li{padding:11px 3px;font-size:10px}.home2-social-stat{left:6%;right:4%;padding:17px 18px}.home2-social-stat strong{font-size:14px}}
@media(prefers-reduced-motion:reduce){.home2-service-switcher button,.home2-service-switcher button:after,.home2-hero-panel,.home2-software-thumbnail,.home2-software-image-frame img{transition:none!important}.home2-hero-panel.is-entering{animation:none}}
@media(min-width:960px){.home2-thumbnail img{height:72px;aspect-ratio:auto}}

/* Ritmo vertical por viewport, descontando el header sticky */
:root{--home-header-height:88px;--home-visible-viewport:calc(100svh - var(--home-header-height))}
.home2-hero,.home2-hero-shell{min-height:var(--home-visible-viewport)}
.home2-hero-shell{padding-block:16px}
.home2-hero-shell .home2-hero-grid{padding-block:18px 0}
.home2-projects,.home2-plans,.home2-services,.home2-software,.home2-ecosystem,.home2-trust{min-height:var(--home-visible-viewport);display:flex;align-items:center}
.home2-projects>.container,.home2-plans>.container,.home2-services>.container,.home2-ecosystem>.container,.home2-trust>.container{width:min(var(--container),calc(100% - 80px))}
.home2-final-cta{min-height:var(--home-visible-viewport)}
@media(min-width:960px){.home2-browser>a{aspect-ratio:16/9}.home2-thumbnail img{height:64px}}
@media(max-width:1199px){:root{--home-header-height:78px}}
@media(max-width:959px){.home2-hero,.home2-hero-shell{min-height:var(--home-visible-viewport)}.home2-projects>.container,.home2-plans>.container,.home2-services>.container,.home2-ecosystem>.container,.home2-trust>.container{width:calc(100% - 48px)}}
@media(max-width:639px){:root{--home-header-height:73px}.home2-hero-shell{padding-block:14px 38px}.home2-hero-shell .home2-hero-grid{padding-block:31px 0}.home2-projects>.container,.home2-plans>.container,.home2-services>.container,.home2-ecosystem>.container,.home2-trust>.container{width:calc(100% - 40px)}}
@media(min-width:960px){
  .home2-hero h1,.home2-hero h2{font-size:54px;line-height:1.01}.home2-kicker{margin-bottom:16px}.home2-price{margin-top:18px}.home2-included{margin-top:8px}.home2-actions{margin-top:20px}
  .home2-projects,.home2-plans,.home2-services,.home2-software,.home2-ecosystem,.home2-trust{height:var(--home-visible-viewport);min-height:var(--home-visible-viewport);padding-block:32px;overflow:hidden}
  .home2-heading{margin-bottom:22px}.home2-heading .eyebrow{margin-bottom:10px}.home2-heading h2{font-size:34px}.home2-heading>p{font-size:13px;line-height:1.55}
  .home2-project-grid{gap:9px 14px}.home2-project-card,.home2-project-large{grid-column:span 4}.home2-project-media{aspect-ratio:2/1}.home2-project-info{display:block;padding-top:9px}.home2-project-info h3,.home2-project-card:not(.home2-project-large) .home2-project-info h3{font-size:19px}.home2-project-info ul{justify-content:flex-start;margin-top:6px;max-width:none}.home2-project-info li{padding:3px 7px}
  .home2-plan-grid{gap:12px}.home2-plan,.home2-plan.is-recommended{padding:18px;transform:none}.home2-plan h3{font-size:24px;margin-top:6px}.home2-plan-description{min-height:34px;margin-top:5px;line-height:1.45}.home2-plan-price{margin-top:10px}.home2-plan-price strong{font-size:35px}.home2-plan-term{margin-top:3px}.home2-renewal{padding-block:9px;margin-top:10px}.home2-domain{margin-top:7px;line-height:1.35}.home2-plan details{margin:7px 0 10px;padding-bottom:5px}.home2-plan summary{min-height:36px}.home2-other-web{margin-top:12px}.home2-other-web>div{padding:12px 18px}.home2-other-web>p{padding-block:6px}
  .home2-service-card{min-height:240px;padding:18px}.home2-service-icon{margin-bottom:14px}.home2-service-card p{margin-top:7px;margin-bottom:12px;line-height:1.5}.home2-service-card>a{padding-top:12px}.home2-software-grid{gap:48px}.home2-app-body{min-height:320px}.home2-ecosystem-grid article{min-height:285px}.home2-trust li{padding-block:13px}
  .home2-final-cta{height:var(--home-visible-viewport);min-height:var(--home-visible-viewport);margin-block:0}
}

/* HOME compacta: seis escenas principales */
.home2-trust-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.home2-trust-actions .button{min-height:48px}
@media(min-width:960px){
  .home2-hero-grid{grid-template-columns:minmax(430px,.86fr) minmax(520px,1.14fr);gap:48px}
  .home2-hero h1{max-width:660px}
  .home2-thumbnails{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
  .home2-thumbnail img{height:62px}
  .home2-thumbnail span{padding:7px 7px 0;font-size:9px}
  .home2-software,.home2-ecosystem,.home2-trust{height:auto;overflow:visible}
  .home2-software{min-height:590px;padding-block:54px}
  .home2-software-grid{gap:52px}
  .home2-app-top{height:44px}
  .home2-app-body{min-height:255px;grid-template-columns:58px 1fr}
  .home2-app-body nav{gap:13px;padding-top:22px}
  .home2-app-body nav b{width:21px;height:21px}
  .home2-app-body>div{padding:30px 34px}
  .home2-app-body h3{font-size:31px;margin-top:11px}
  .home2-app-modules{margin-top:23px}
  .home2-app-modules span{padding:10px 12px}
  .home2-software-copy h2{font-size:38px}
  .home2-software-copy>p:not(.eyebrow){margin-top:13px;line-height:1.55}
  .home2-case-tabs{margin-top:17px}
  .home2-case-output{min-height:73px;margin-top:12px;padding-block:11px 7px}
  .home2-software-copy>.button{margin-top:13px}
  .home2-ecosystem{min-height:490px;padding-block:54px}
  .home2-ecosystem .home2-heading{margin-bottom:20px}
  .home2-ecosystem-grid article{min-height:245px;padding:29px 32px}
  .home2-ecosystem-grid h3{font-size:31px;margin-top:10px}
  .home2-ecosystem-grid p{margin-top:10px}
  .home2-ecosystem-grid a{margin-top:16px}
  .home2-trust{min-height:570px;padding-block:58px}
  .home2-trust-grid{gap:70px}
  .home2-trust blockquote{margin-top:23px}
  .home2-trust li{padding-block:12px}
}
@media(max-width:1199px) and (min-width:960px){.home2-hero-grid{grid-template-columns:minmax(360px,.84fr) minmax(470px,1.16fr);gap:30px}.home2-hero h1{font-size:47px}}
@media(max-width:639px){.home2-trust-actions{display:grid}.home2-trust-actions .button{width:100%}.home2-software,.home2-ecosystem,.home2-trust{padding-block:52px}.home2-software-grid{gap:28px}.home2-ecosystem .home2-heading{margin-bottom:20px}}

/* Imágenes reales dentro de la composición original de Presencia Digital */
.home2-social-card.is-main>.home2-social-media{position:relative;height:285px;display:block;padding:0;background:#07141f}.home2-social-card.is-main>.home2-social-media:before{display:none}.home2-social-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;transition:opacity .18s ease,transform .35s ease}.home2-social-media img.is-changing{opacity:.2;transform:scale(.99)}.home2-social-channel-list{padding:18px;margin:0}.home2-social-channel{display:block;width:100%;min-height:44px;padding:11px 6px;border:0;border-bottom:1px solid #294657;background:transparent;color:#d0dee6;font:inherit;font-size:11px;text-align:left;cursor:pointer;transition:color .2s,background .2s}.home2-social-channel:hover,.home2-social-channel.is-active{color:var(--brand);background:#0f2937}.home2-social-channel:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}
@media(max-width:639px){.home2-social-card.is-main>.home2-social-media{height:230px}.home2-social-channel-list{padding:12px}.home2-social-channel{min-height:43px;padding:9px 3px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.home2-social-preview img,.home2-social-channel{transition:none!important}}

/* Anclas alineadas con el header compacto */
html{scroll-padding-top:69px}@media(min-width:960px){.home2-projects,.home2-plans{height:calc(100svh - 69px);min-height:calc(100svh - 69px)}}@media(max-width:639px){html{scroll-padding-top:65px}}

/* Portafolio paginado: seis proyectos por escena y navegación manual */
.home2-project-carousel{min-width:0}.home2-project-viewport{overflow:hidden}.home2-project-track{display:flex;will-change:transform;transition:transform .45s cubic-bezier(.22,.61,.36,1)}.home2-project-slide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));flex:0 0 100%;gap:9px 14px;min-width:0}.home2-project-slide .home2-project-card{grid-column:auto;min-width:0}.home2-project-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:13px}.home2-project-arrow{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font:700 20px/1 var(--font);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.home2-project-arrow:hover{border-color:var(--brand);color:var(--brand)}.home2-project-arrow:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 38%,transparent);outline-offset:2px}.home2-project-arrow:disabled{opacity:.35;cursor:not-allowed}.home2-project-dots{display:flex;align-items:center;gap:7px}.home2-project-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--line-strong);cursor:pointer;transition:width .2s,background .2s}.home2-project-dots button.is-active{width:26px;border-radius:10px;background:var(--brand)}.home2-project-status{min-width:44px;color:var(--muted);font-size:12px;font-weight:700;text-align:center}
@media(min-width:960px){.home2-projects>.container{display:flex;flex-direction:column;justify-content:center;height:100%}.home2-project-slide .home2-project-media{aspect-ratio:2/1}.home2-project-slide .home2-project-info{padding-top:8px}.home2-project-slide .home2-project-info h3{font-size:18px;line-height:1.08}.home2-project-slide .home2-project-info ul{margin-top:5px}.home2-project-slide .home2-project-info li{padding:3px 7px}.home2-project-controls{flex:0 0 auto}}
@media(max-width:959px){.home2-project-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:24px;overscroll-behavior-inline:contain;scrollbar-width:thin;margin-inline:-24px;padding-inline:24px}.home2-project-track{width:max-content;gap:14px;transform:none!important;will-change:auto}.home2-project-slide{display:contents}.home2-project-slide .home2-project-card{flex:0 0 min(78vw,430px);scroll-snap-align:start}.home2-project-controls{justify-content:center}.home2-project-dots{display:none}}
@media(max-width:639px){.home2-project-viewport{margin-inline:-20px;padding-inline:20px;scroll-padding-inline:20px}.home2-project-slide .home2-project-card{flex-basis:84vw}.home2-project-controls{margin-top:10px}.home2-project-status{min-width:58px}.home2-projects .home2-heading>a{justify-self:start}}
@media(prefers-reduced-motion:reduce){.home2-project-track,.home2-project-arrow,.home2-project-dots button{transition:none!important}}

.service-anchor-hero .service-quote-label{margin-top:22px}.service-anchor-hero .home2-email-light{display:none}.service-anchor-hero .home2-email-showcase img{display:block;width:100%;height:auto}.service-anchor-hero .home2-social-media{padding:0!important}.service-anchor-hero .home2-social-media img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:top}
html[data-theme="light"] .service-anchor-hero .home2-email-dark{display:none}html[data-theme="light"] .service-anchor-hero .home2-email-light{display:block}

/* Correo: comparación directa entre redacción oscura y clara. */
.service-anchor-hero .home2-email-showcase{position:relative;overflow:hidden}.service-anchor-hero .home2-email-showcase figcaption{position:absolute;z-index:3;right:14px;bottom:14px;padding:8px 11px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(4,15,23,.78);color:#fff;font-size:10px;line-height:1.2;backdrop-filter:blur(8px)}
@media(hover:hover) and (pointer:fine){.service-anchor-hero .home2-email-showcase .home2-email-dark,.service-anchor-hero .home2-email-showcase .home2-email-light{display:block!important;position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:opacity .42s ease,transform .55s ease}.service-anchor-hero .home2-email-showcase .home2-email-dark{opacity:1}.service-anchor-hero .home2-email-showcase .home2-email-light{opacity:0}.service-anchor-hero .home2-email-showcase:hover .home2-email-dark,.service-anchor-hero .home2-email-showcase:focus-visible .home2-email-dark{opacity:0;transform:scale(1.012)}.service-anchor-hero .home2-email-showcase:hover .home2-email-light,.service-anchor-hero .home2-email-showcase:focus-visible .home2-email-light{opacity:1;transform:scale(1.012)}}
@media(max-width:639px){.service-anchor-hero .home2-email-showcase figcaption{display:none}}
@media(prefers-reduced-motion:reduce){.service-anchor-hero .home2-email-showcase img{transition:none!important}}

/* Sistema de movimiento v2: profundidad sobria, sin autoplay de contenido. */
:root{--motion-fast:180ms;--motion-base:320ms;--motion-slow:720ms;--motion-ease:cubic-bezier(.2,.75,.2,1)}
@media(min-width:960px){.service-anchor-hero[data-active-service="web"]::before,.service-anchor-hero[data-active-service="software"]::before,.service-anchor-hero[data-active-service="redes"]::before{background-attachment:fixed}.service-anchor-hero .home2-showcase.is-ambient,.service-anchor-hero .home2-hero-software.is-ambient{animation:hero-showcase-drift 7s ease-in-out infinite}.service-anchor-hero .home2-showcase:hover,.service-anchor-hero .home2-hero-software:hover{animation-play-state:paused}.service-anchor-hero .home2-browser:hover{border-color:#4d7f98;box-shadow:0 34px 90px rgba(0,174,239,.13)}}
@keyframes hero-showcase-drift{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-8px,0)}}
.service-anchor-hero .home2-browser img,.service-anchor-hero .home2-software-image-frame img{transition:opacity var(--motion-fast) ease,transform var(--motion-slow) var(--motion-ease)}.service-anchor-hero .home2-browser:hover img,.service-anchor-hero .home2-software-browser:hover img{transform:scale(1.018)}.service-anchor-hero .home2-showcase.is-changing img,.service-anchor-hero .home2-software-showcase.is-changing img{opacity:.18;transform:scale(.985)}
.service-anchor-hero .home2-social-preview.is-changing img{opacity:.18;transform:scale(.985)}
@media(prefers-reduced-motion:reduce){.service-anchor-hero .home2-showcase,.service-anchor-hero .home2-hero-software{animation:none!important}.service-anchor-hero .home2-browser img,.service-anchor-hero .home2-software-image-frame img{transition:none!important}}
