:root{--bg:#f3f8ff;--surface:#fff;--text:#152238;--muted:#48617d;--primary:#d61f85;--primary-dark:#a51566;--secondary:#1f9fd6;--card:#fff;--border:#dce8f7;--shadow:0 18px 42px #1522381f;--shadow-soft:0 10px 24px #15223814;--header-bg:#f3f8ffdb;--chip-bg:#ffffffbd;--input-bg:#fff;--input-border:var(--border);--radius-btn-lg:16px;--radius-btn:14px;--radius-btn-md:12px;--radius-btn-inner:10px}html[data-theme=dark]{--bg:#0d1526;--surface:#111b2f;--text:#e8f0ff;--muted:#a7bbde;--primary:#f64ea5;--primary-dark:#d12982;--secondary:#47b8eb;--card:#111b2f;--border:#253656;--shadow:0 20px 40px #04070e73;--shadow-soft:0 8px 20px #04070e59;--header-bg:#0d1526db;--chip-bg:#111b2fd1;--input-bg:#1a2842;--input-border:#334869}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;transition:background-color .22s,color .22s}html{scroll-behavior:smooth;overflow-x:clip}a{color:inherit}.site-shell{width:min(1120px,100% - 2rem);min-width:0;max-width:100%;margin:0 auto}main{min-width:0;max-width:100%;padding:2rem 1rem 4rem}.site-header{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--header-bg);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header-inner{z-index:45;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;display:flex;position:relative}.brand{letter-spacing:.3px;font-size:1.1rem;font-weight:800;text-decoration:none}.subbrand-tag{color:var(--muted);margin:0;font-size:.86rem;font-weight:600}.lang-switch{border-radius:var(--radius-btn);border:1px solid var(--border);background:var(--chip-bg);align-items:center;gap:.35rem;padding:.35rem .45rem;display:inline-flex}.lang-switch__link{color:var(--muted);border-radius:var(--radius-btn-inner);padding:.25rem .4rem;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none}.lang-switch__link:hover{color:var(--text);background:color-mix(in srgb, var(--secondary), transparent 88%)}.lang-switch__link--active{color:var(--text);box-shadow:0 0 0 2px color-mix(in srgb, var(--secondary), transparent 55%) inset;background:linear-gradient(120deg,#1f9fd647,#d61f8538);font-weight:800}html[data-theme=dark] .lang-switch__link--active{box-shadow:0 0 0 2px color-mix(in srgb, var(--secondary), transparent 45%) inset;background:linear-gradient(120deg,#47b8eb38,#f64ea52e)}.site-nav{border-radius:var(--radius-btn);border:1px solid var(--border);background:var(--chip-bg);box-shadow:var(--shadow-soft);align-items:center;gap:.45rem;padding:.35rem;display:flex}.nav-link{border-radius:var(--radius-btn-md);color:var(--muted);align-items:center;gap:.38rem;padding:.52rem .8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex}.nav-icon{width:15px;height:15px}.nav-link:hover{color:var(--text);background:linear-gradient(120deg,#1f9fd629,#d61f8526);transform:translateY(-1px)}.nav-link:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.nav-link-social{color:#7d2b7f}.site-header__menu-btn{border-radius:var(--radius-btn-md);border:1px solid var(--border);background:var(--chip-bg);width:44px;height:44px;color:var(--text);cursor:pointer;box-shadow:var(--shadow-soft);justify-content:center;align-items:center;padding:0;transition:background .18s,transform .18s,color .18s;display:none}.site-header__menu-btn:hover{color:var(--text);background:linear-gradient(120deg,#1f9fd629,#d61f8526);transform:translateY(-1px)}.site-header__menu-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.site-header__menu-icon{width:22px;height:22px}.site-header__desktop-tools{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.site-nav--desktop{flex:auto;justify-content:center}.site-header__mobile-inner{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:1rem 0 max(1.5rem, calc(1rem + env(safe-area-inset-bottom,0px)));flex-direction:column;flex:auto;gap:1.25rem;display:flex;overflow:hidden auto}.site-nav-mobile{flex-direction:column;gap:.35rem;display:flex}.site-nav-mobile__link{border-radius:var(--radius-btn);color:var(--text);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 28%);align-items:center;gap:.65rem;padding:.85rem .95rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s;display:flex}.site-nav-mobile__link:hover{background:linear-gradient(120deg,#1f9fd624,#d61f851f);transform:translate(-2px)}.site-nav-mobile__link:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.site-nav-mobile__icon{width:20px;height:20px;color:var(--secondary);flex-shrink:0}.site-header__mobile-tools{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:.65rem;margin-top:auto;padding-top:.75rem;display:flex}.site-header__mobile-tools .lang-switch,.site-header__mobile-tools .theme-toggle{justify-content:center;width:100%}html[data-theme=dark] .MuiModal-root:has(#site-header-mobile-panel) .MuiBackdrop-root{background-color:#04070e9e!important}@media (min-width:701px){.site-header__menu-btn{display:none!important}.site-header-inner{flex-wrap:nowrap}.site-nav--desktop{flex:0 auto}}.hero{text-align:center;background:radial-gradient(circle at 85% 25%, #d61f8538, transparent 45%), radial-gradient(circle at 15% 70%, #1f9fd62e, transparent 44%), linear-gradient(140deg, var(--surface) 0%, color-mix(in srgb, var(--surface), #6aa7ff 8%) 100%);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:3.5rem 1.2rem 2.6rem}.hero-principal{--hero-pad-y:clamp(2rem, 4vw, 3.25rem);--hero-pad-x:clamp(1.25rem, 3vw, 2.75rem);text-align:left;background:radial-gradient(ellipse 85% 70% at 100% 45%, #d61f8524, transparent 58%), radial-gradient(ellipse 60% 55% at 85% 100%, #1f9fd61f, transparent 52%), radial-gradient(ellipse 55% 50% at 0% 100%, #1f9fd624, transparent 50%), linear-gradient(155deg, var(--surface) 0%, color-mix(in srgb, var(--surface), #7ab6ff 10%) 100%);border:1px solid color-mix(in srgb, var(--border), var(--secondary) 18%);box-shadow:var(--shadow), 0 0 0 1px color-mix(in srgb, var(--surface), transparent 40%) inset;border-radius:28px;padding:0;position:relative;overflow:hidden}.hero-principal:before{content:"";aspect-ratio:1;background:radial-gradient(circle, color-mix(in srgb, var(--primary), transparent 80%) 0%, transparent 68%);pointer-events:none;opacity:.42;border-radius:50%;width:min(78%,560px);position:absolute;inset:auto -18% -35% auto}.hero-principal__grid{z-index:1;grid-template-columns:minmax(0,1fr) 36%;align-items:stretch;gap:clamp(1.25rem,2.5vw,2rem) clamp(1rem,2vw,1.75rem);display:grid;position:relative}.hero-principal__copy{box-sizing:border-box;width:100%;max-width:36rem;min-height:0;padding:var(--hero-pad-y) var(--hero-pad-x);text-align:left;flex-direction:column;align-self:stretch;align-items:flex-start;gap:.85rem;display:flex}.hero-principal__badge{text-align:left;background:color-mix(in srgb, var(--primary), transparent 88%);border:1px solid color-mix(in srgb, var(--primary), transparent 65%);align-self:flex-start;margin:0}html[data-theme=dark] .hero-principal__badge{background:color-mix(in srgb, var(--primary), transparent 82%);border-color:color-mix(in srgb, var(--primary), transparent 55%)}.hero-principal h1{letter-spacing:-.02em;text-wrap:balance;text-align:left;margin:0;font-size:clamp(1.85rem,4.2vw,3.1rem);line-height:1.08}.hero-principal__title-accent{background:linear-gradient(115deg, var(--secondary) 0%, var(--primary) 95%);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline}.hero-principal__lead{max-width:none;color:var(--muted);text-align:left;margin:0;font-size:clamp(1rem,1.35vw,1.08rem);line-height:1.55}.hero-highlights{flex-wrap:wrap;justify-content:flex-start;gap:.5rem .65rem;margin:.15rem 0 0;padding:0;list-style:none;display:flex}.hero-highlights__item{border-radius:var(--radius-btn);color:var(--text);background:var(--chip-bg);border:1px solid var(--border);box-shadow:var(--shadow-soft);align-items:center;gap:.4rem;padding:.38rem .72rem .38rem .5rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-highlights__icon{border-radius:var(--radius-btn-md);background:linear-gradient(120deg,#1f9fd633,#d61f852e);place-items:center;width:26px;height:26px;display:grid}.hero-highlights__svg{width:14px;height:14px;color:var(--secondary)}.hero-principal__visual{flex-direction:column;justify-content:flex-start;justify-self:stretch;align-items:stretch;width:100%;min-width:0;height:100%;min-height:0;margin:0;padding:0;display:flex;position:relative}.hero-principal__img-wrap{border-radius:0;width:100%;min-width:0;min-height:0;box-shadow:none;pointer-events:none;border-start-end-radius:28px;border-end-end-radius:28px;flex:auto;align-self:stretch;position:relative;overflow:hidden}.hero-principal__img{object-fit:cover;object-position:center center;border-radius:inherit}.hero-principal__caption{z-index:1;width:100%;max-width:none;color:var(--muted);text-align:left;margin:0;padding:0;font-size:.78rem;font-weight:600;line-height:1.35;position:relative}.badge{color:var(--primary);border-radius:var(--radius-btn);background:#ffe5f4;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.86rem;font-weight:700;display:inline-block}.badge--servicios-catalog{background:linear-gradient(125deg, color-mix(in srgb, var(--secondary), var(--surface) 90%), color-mix(in srgb, var(--primary), var(--surface) 88%));width:fit-content;max-width:100%;color:var(--text);border:1px solid color-mix(in srgb, var(--secondary), transparent 58%);border-radius:var(--radius-btn);letter-spacing:.05em;text-transform:uppercase;box-shadow:0 1px 0 #ffffff59, var(--shadow-soft);justify-self:start;align-items:center;gap:.5rem;margin-bottom:.95rem;padding:.45rem 1rem .45rem .55rem;font-size:.78rem;font-weight:800;display:inline-flex}.badge--servicios-catalog__icon{border-radius:var(--radius-btn-inner);border:1px solid color-mix(in srgb, var(--secondary), transparent 45%);width:2rem;height:2rem;color:var(--secondary);background:linear-gradient(135deg,#1f9fd638,#d61f8533);flex-shrink:0;place-items:center;display:grid}.badge--servicios-catalog__icon svg{width:1rem;height:1rem}.badge--servicios-catalog__text{padding-right:.15rem;line-height:1.2}@media (max-width:420px){.badge--servicios-catalog{letter-spacing:.035em;padding-inline:.5rem .75rem;font-size:.7rem}}html[data-theme=dark] .badge--servicios-catalog{background:linear-gradient(125deg, color-mix(in srgb, var(--secondary), var(--surface) 72%), color-mix(in srgb, var(--primary), var(--surface) 70%));border-color:color-mix(in srgb, var(--secondary), transparent 42%);box-shadow:0 1px #ffffff14}html[data-theme=dark] .badge--servicios-catalog__icon{border-color:color-mix(in srgb, var(--secondary), transparent 38%);background:linear-gradient(135deg,#47b8eb33,#f64ea52e)}.badge.hero-principal__badge{margin-bottom:0}h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.1}h2{margin:0 0 1rem;font-size:clamp(1.4rem,2.5vw,1.95rem)}.hero:not(.hero-principal) p{max-width:720px;color:var(--muted);margin:0 auto}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.hero-actions.hero-principal__actions{justify-content:flex-start;margin-top:.45rem}.cta{background:var(--primary);color:#fff;border-radius:var(--radius-btn);justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1.15rem;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background .18s,transform .18s,opacity .18s;display:inline-flex}button.cta{font:inherit;cursor:pointer;border:none}.cta:disabled{cursor:not-allowed}.cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.cta:focus-visible{outline:2px solid color-mix(in srgb, var(--primary), #fff 35%);outline-offset:2px}.cta-secondary:focus-visible{outline-color:color-mix(in srgb, var(--secondary), #fff 40%)}.cta-icon{opacity:.95;flex-shrink:0;width:1.15em;height:1.15em}.cta-secondary{background:var(--secondary)}.cta-secondary:hover{background:#1579a5}.text-link{border-radius:var(--radius-btn-inner);color:var(--secondary);border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.42rem .65rem;font-size:.95rem;font-weight:700;line-height:1.25;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:inline-flex}.text-link:hover{color:color-mix(in srgb, var(--secondary), #000 14%);background:color-mix(in srgb, var(--secondary), transparent 90%);border-color:color-mix(in srgb, var(--secondary), transparent 62%)}.text-link:focus-visible{outline:2px solid color-mix(in srgb, var(--secondary), #fff 35%);outline-offset:2px}.text-link__icon{opacity:.92;flex-shrink:0;width:1.05em;height:1.05em;transition:transform .2s cubic-bezier(.22,1,.36,1)}.text-link--with-icon:hover .text-link__icon,.text-link--with-icon:focus-visible .text-link__icon{transform:translate(4px)}.services-scroll-catalog.text-link{padding-block:.32rem}.text-link--info-panel{min-height:2.65rem;padding-inline:.85rem}html[data-theme=dark] .text-link:hover{color:color-mix(in srgb, var(--secondary), #fff 8%);background:color-mix(in srgb, var(--secondary), transparent 82%);border-color:color-mix(in srgb, var(--secondary), transparent 45%)}.section,.services-scroll-section{margin-top:0}.services-scroll-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1.25rem;margin-bottom:1rem;display:flex}.services-scroll-head h2{margin:0 0 .35rem}.services-scroll-sub{max-width:42ch;color:var(--muted);margin:0;font-size:.95rem;line-height:1.45}.services-scroll-catalog{flex-shrink:0}.services-scroll-viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-color:color-mix(in srgb, var(--secondary), transparent 40%) var(--border);padding-bottom:.25rem;margin-inline:-.25rem;padding-inline:.25rem;scroll-padding-inline:.25rem;overflow:auto hidden}.services-scroll-viewport:focus-visible{outline:2px solid var(--secondary);outline-offset:3px;border-radius:var(--radius-btn-md)}.services-scroll-list{gap:1.15rem;width:max-content;margin:0;padding:.15rem 0 .35rem;list-style:none;display:flex}.services-scroll-slide{scroll-snap-align:start;flex:0 0 clamp(320px,84vw,540px);width:clamp(320px,84vw,540px);min-width:0;display:flex}.services-scroll-card,.services-scroll-card.MuiCard-root{aspect-ratio:4/4.55;border-radius:var(--radius-btn-lg);border:1px solid color-mix(in srgb, var(--secondary), transparent 52%);background:radial-gradient(120% 90% at 20% 0%, color-mix(in srgb, var(--secondary), transparent 78%), transparent 56%), var(--surface);min-width:0;min-height:0;box-shadow:var(--shadow-soft), 0 0 0 1px color-mix(in srgb, var(--surface), transparent 55%) inset;flex:1;transition:transform .22s,box-shadow .22s,border-color .22s;display:block;position:relative;overflow:hidden}.services-scroll-card:hover{border-color:color-mix(in srgb, var(--secondary), var(--border) 45%);box-shadow:0 20px 40px #15223824, 0 0 0 1px color-mix(in srgb, var(--secondary), transparent 82%) inset;transform:translateY(-3px)}html[data-theme=dark] .services-scroll-card:hover{box-shadow:0 18px 36px #04070e80, 0 0 0 1px color-mix(in srgb, var(--secondary), transparent 65%) inset}.services-scroll-zoom{cursor:zoom-in;text-align:left;background:color-mix(in srgb, var(--border), var(--surface) 35%);width:100%;height:100%;color:inherit;font:inherit;border:none;border-radius:0;margin:0;padding:0;display:block;position:absolute;inset:0}.services-scroll-zoom:focus-visible{outline:2px solid var(--secondary);outline-offset:-2px;z-index:1}.services-scroll-media{display:block;position:absolute;inset:0;overflow:hidden}.services-scroll-badge.MuiChip-root{z-index:1;color:#fff;background:var(--primary);border:1px solid color-mix(in srgb, var(--primary), #000 14%);border-radius:999px;height:1.85rem;position:absolute;top:.9rem;left:.9rem;box-shadow:0 8px 18px #15223829}.services-scroll-badge .MuiChip-label{letter-spacing:.1em;padding-inline:.72rem;font-size:.7rem;font-weight:900}.services-scroll-media:after{content:"";pointer-events:none;background:linear-gradient(#070d1914 0%,#070d1905 32%,#070d19c7 100%),linear-gradient(90deg,#070d199e 0%,#070d191f 48%,#070d1938 100%);position:absolute;inset:0}.services-scroll-img{object-fit:cover}.services-scroll-img--contain{object-fit:contain;object-position:center;box-sizing:border-box;padding:.45rem}.services-scroll-meta.MuiCardContent-root{z-index:2;text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(120% 100% at 0 0,#1f9fd652,#0000 58%),linear-gradient(#070d1914 0%,#070d19e0 34%,#070d19f5 100%);border-top:1px solid #ffffff2e;flex-direction:column;justify-content:space-between;align-items:stretch;gap:.9rem;min-height:auto;padding:clamp(1rem,2.8vw,1.35rem);display:flex;position:absolute;inset:auto 0 0}.services-scroll-meta.MuiCardContent-root:last-child{padding-bottom:1rem}.services-scroll-copy{gap:.45rem;display:grid}.services-scroll-title.MuiTypography-root{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 12px #00000059;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:0 auto;min-width:0;font-size:clamp(1.18rem,2.7vw,1.45rem);font-weight:900;line-height:1.08;display:-webkit-box;overflow:hidden}.services-scroll-description.MuiTypography-root{color:#ffffffd6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(.88rem,1.8vw,.96rem);font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.services-scroll-cta-btn.MuiButton-root{color:#fff;white-space:nowrap;border-radius:var(--radius-btn-md);background:var(--secondary);border:1px solid color-mix(in srgb, var(--secondary), #000 22%);text-transform:none;cursor:pointer;min-height:2.85rem;box-shadow:none;flex:none;justify-content:center;align-self:stretch;align-items:center;gap:.5rem;padding:.78rem 1rem;font-size:.9rem;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .18s,background-color .18s,box-shadow .18s,border-color .18s;display:inline-flex}.services-scroll-cta-btn.MuiButton-root:hover{background:color-mix(in srgb, var(--secondary), #000 16%);border-color:color-mix(in srgb, var(--secondary), #000 28%);box-shadow:0 10px 22px color-mix(in srgb, var(--secondary), transparent 76%);transform:translateY(-1px)}.services-scroll-cta-btn.MuiButton-root:focus-visible{outline:2px solid color-mix(in srgb, var(--secondary), #fff 35%);outline-offset:3px}.services-scroll-cta-btn.MuiButton-root .MuiButton-startIcon,.services-scroll-cta-btn.MuiButton-root .MuiButton-endIcon{margin-inline:0}.services-scroll-cta-btn.MuiButton-root:hover .services-scroll-cta__icon{transform:translate(3px)}html[dir=rtl] .services-scroll-cta-btn.MuiButton-root:hover .services-scroll-cta__icon{transform:translate(-3px)}.services-scroll-cta__icon{flex-shrink:0;width:16px;height:16px;transition:transform .2s}html[data-theme=dark] .services-scroll-meta.MuiCardContent-root{background:radial-gradient(120% 100% at 0 0,#47b8eb3d,#0000 58%),linear-gradient(#02060e14 0%,#02060ee6 34%,#02060efa 100%)}html[data-theme=dark] .services-scroll-cta-btn.MuiButton-root{background:color-mix(in srgb, var(--secondary), #000 28%);border-color:color-mix(in srgb, var(--secondary), #fff 8%);box-shadow:none}html[data-theme=dark] .services-scroll-cta-btn.MuiButton-root:hover{background:color-mix(in srgb, var(--secondary), #000 18%);border-color:color-mix(in srgb, var(--secondary), #fff 18%);box-shadow:0 10px 22px #00000052}.services-scroll-lightbox{box-sizing:border-box;background:0 0;border:none;grid-template:1fr/1fr;place-items:stretch stretch;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0;padding:0;display:grid}.services-scroll-lightbox::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0e16e0}.services-scroll-lightbox__scrim{z-index:0;cursor:zoom-out;grid-area:1/1;width:100%;height:100%}.services-scroll-lightbox__panel{z-index:1;pointer-events:auto;flex-direction:column;grid-area:1/1;place-self:center;align-items:stretch;gap:0;max-width:min(96vw,1100px);max-height:min(92vh,900px);margin:1rem;padding:0;display:flex;position:relative}.services-scroll-lightbox__close{z-index:2;cursor:pointer;width:2.75rem;height:2.75rem;color:var(--text);box-shadow:0 2px 12px #0000001f, 0 0 0 1px color-mix(in srgb, var(--border), transparent 35%);background:#fffffff5;border:none;border-radius:50%;place-items:center;margin:0;padding:0;transition:background .12s,color .12s,box-shadow .12s,transform .12s;display:grid;position:absolute;top:.5rem;right:.5rem}.services-scroll-lightbox__close:hover{color:var(--secondary);box-shadow:0 6px 24px #0000002e, 0 0 0 1px color-mix(in srgb, var(--secondary), transparent 55%);background:#fff;transform:scale(1.06)}.services-scroll-lightbox__close:active{transform:scale(.96)}.services-scroll-lightbox__close:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.services-scroll-lightbox__close-icon{flex-shrink:0;width:1.2rem;height:1.2rem}html[data-theme=dark] .services-scroll-lightbox__close{background:color-mix(in srgb, var(--surface), #1a1f2e 12%);color:#f2f4f8;box-shadow:0 2px 16px #00000073,0 0 0 1px #ffffff2e}html[data-theme=dark] .services-scroll-lightbox__close:hover{background:color-mix(in srgb, var(--surface), #fff 8%);color:var(--secondary)}.services-scroll-lightbox__img{z-index:0;object-fit:contain;border-radius:var(--radius-btn-lg);width:auto;max-width:min(92vw,1040px);height:auto;max-height:min(82vh,860px);margin:0 auto;display:block;position:relative;box-shadow:0 24px 64px #00000073}.section-reveal{opacity:0;will-change:opacity, transform;transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.22,1,.36,1);transform:translateY(36px)scale(.985)}.section-reveal--block{margin-top:3rem}.section-reveal--flush{margin-top:0}.section-reveal--visible{opacity:1;will-change:auto;transform:translateY(0)scale(1)}.section-reveal--visible .cards .card{animation:.62s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .cards .card:first-child{animation-delay:40ms}.section-reveal--visible .cards .card:nth-child(2){animation-delay:.1s}.section-reveal--visible .cards .card:nth-child(3){animation-delay:.16s}.section-reveal--visible .cards .card:nth-child(4){animation-delay:.22s}.section-reveal--visible .cards .card:nth-child(5){animation-delay:.28s}.section-reveal--visible .cards .card:nth-child(6){animation-delay:.34s}.section-reveal--visible .cards .card:nth-child(7){animation-delay:.4s}.section-reveal--visible .cards .card:nth-child(8){animation-delay:.46s}.section-reveal--visible .categories-stack .service-block{animation:.62s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .categories-stack .service-block:first-child{animation-delay:50ms}.section-reveal--visible .categories-stack .service-block:nth-child(2){animation-delay:.11s}.section-reveal--visible .categories-stack .service-block:nth-child(3){animation-delay:.17s}.section-reveal--visible .categories-stack .service-block:nth-child(4){animation-delay:.23s}.section-reveal--visible .categories-stack .service-block:nth-child(5){animation-delay:.29s}.section-reveal--visible .categories-stack .service-block:nth-child(6){animation-delay:.35s}.section-reveal--visible .service-tags .service-tag{animation:.42s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .service-tags .service-tag:first-child{animation-delay:40ms}.section-reveal--visible .service-tags .service-tag:nth-child(2){animation-delay:80ms}.section-reveal--visible .service-tags .service-tag:nth-child(3){animation-delay:.12s}.section-reveal--visible .service-tags .service-tag:nth-child(4){animation-delay:.16s}.section-reveal--visible .service-tags .service-tag:nth-child(5){animation-delay:.2s}.section-reveal--visible .service-tags .service-tag:nth-child(6){animation-delay:.24s}.section-reveal--visible .services-scroll-slide{animation:.55s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .services-scroll-slide:first-child{animation-delay:50ms}.section-reveal--visible .services-scroll-slide:nth-child(2){animation-delay:.11s}.section-reveal--visible .services-scroll-slide:nth-child(3){animation-delay:.17s}.section-reveal--visible .services-scroll-slide:nth-child(4){animation-delay:.23s}.section-reveal--visible .insight-card{animation:.58s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .insight-card:first-child{animation-delay:60ms}.section-reveal--visible .insight-card:nth-child(2){animation-delay:.14s}.section-reveal--visible .company-showcase__list>li{animation:.52s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .company-showcase__list>li:first-child{animation-delay:40ms}.section-reveal--visible .company-showcase__list>li:nth-child(2){animation-delay:90ms}.section-reveal--visible .company-showcase__list>li:nth-child(3){animation-delay:.14s}.section-reveal--visible .company-showcase__list>li:nth-child(4){animation-delay:.19s}.section-reveal--visible .company-showcase__list>li:nth-child(5){animation-delay:.24s}.section-reveal--visible .company-showcase__list>li:nth-child(6){animation-delay:.29s}.section-reveal--visible .company-showcase__list>li:nth-child(7){animation-delay:.34s}.section-reveal--visible .company-showcase__list>li:nth-child(8){animation-delay:.39s}.section-reveal--visible .benefit-row{animation:.5s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .benefit-row:first-child{animation-delay:80ms}.section-reveal--visible .benefit-row:nth-child(2){animation-delay:.14s}.section-reveal--visible .benefit-row:nth-child(3){animation-delay:.2s}.section-reveal--visible .benefit-row:nth-child(4){animation-delay:.26s}.section-reveal--visible .process-step{animation:.52s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .process-step:first-child{animation-delay:80ms}.section-reveal--visible .process-step:nth-child(2){animation-delay:.16s}.section-reveal--visible .process-step:nth-child(3){animation-delay:.24s}.section-reveal--visible .cta-band-inner{animation:.65s cubic-bezier(.22,1,.36,1) .1s backwards sectionItemRise}.section-reveal--visible .contact-grid>.panel{animation:.58s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .contact-grid>.panel:first-child{animation-delay:60ms}.section-reveal--visible .contact-grid>.panel:nth-child(2){animation-delay:.14s}.section-reveal--visible .info-feature{animation:.48s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .info-feature:first-child{animation-delay:.1s}.section-reveal--visible .info-feature:nth-child(2){animation-delay:.16s}.section-reveal--visible .info-feature:nth-child(3){animation-delay:.22s}.section-reveal--visible .page-hero>*{animation:.55s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .page-hero>:first-child{animation-delay:20ms}.section-reveal--visible .page-hero>:nth-child(2){animation-delay:80ms}.section-reveal--visible .page-hero>:nth-child(3){animation-delay:.14s}.section-reveal--visible .page-hero>:nth-child(4){animation-delay:.2s}.section-reveal--visible .page-hero>:nth-child(5){animation-delay:.26s}.section-reveal--visible .card-list li{animation:.45s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .card-list li:first-child{animation-delay:40ms}.section-reveal--visible .card-list li:nth-child(2){animation-delay:80ms}.section-reveal--visible .card-list li:nth-child(3){animation-delay:.12s}.section-reveal--visible .card-list li:nth-child(4){animation-delay:.16s}.section-reveal--visible .card-list li:nth-child(5){animation-delay:.2s}.section-reveal--visible .card-list li:nth-child(6){animation-delay:.24s}.section-reveal--visible .card-list li:nth-child(7){animation-delay:.28s}.section-reveal--visible .card-list li:nth-child(8){animation-delay:.32s}.section-reveal--visible .card-list li:nth-child(9){animation-delay:.36s}.section-reveal--visible .card-list li:nth-child(10){animation-delay:.4s}@keyframes sectionItemRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.section-reveal--visible .hero-principal__grid>*{animation:.58s cubic-bezier(.22,1,.36,1) backwards sectionItemRise}.section-reveal--visible .hero-principal__grid>:first-child{animation-delay:20ms}.section-reveal--visible .hero-principal__grid>:nth-child(2){animation-delay:.12s}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-btn);box-shadow:var(--shadow-soft);padding:1.1rem;transition:transform .18s,box-shadow .18s}.card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.category-card{flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.category-card-thumb{aspect-ratio:16/10;background:color-mix(in srgb, var(--border), var(--surface) 35%);position:relative}.category-card-img{object-fit:cover}.category-card-body{flex-direction:column;gap:.6rem;padding:1rem 1.1rem 1.15rem;display:flex}.category-card-body h3{margin:0;font-size:1.05rem;line-height:1.25}.card-icon-wrap{border-radius:var(--radius-btn-md);background:linear-gradient(120deg,#1f9fd629,#d61f852e);place-items:center;width:42px;height:42px;display:grid}.card-icon{width:20px;height:20px;color:var(--secondary)}.category-card p{color:var(--muted);margin:0}.cards--categories-home{grid-template-columns:repeat(auto-fit,minmax(248px,1fr));gap:1.15rem}.category-card--no-thumb{border-radius:var(--radius-btn-lg);background:radial-gradient(130% 90% at 0% 0%, color-mix(in srgb, var(--secondary), transparent 88%), transparent 52%), radial-gradient(110% 80% at 100% 100%, color-mix(in srgb, var(--primary), transparent 88%), transparent 48%), var(--card);border:1px solid color-mix(in srgb, var(--border), var(--secondary) 14%);box-shadow:var(--shadow-soft), 0 1px 0 #ffffff73 inset;gap:0;padding:1.35rem 1.3rem 1.45rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}html[data-theme=dark] .category-card--no-thumb{box-shadow:var(--shadow-soft)}.card.category-card--no-thumb:hover{border-color:color-mix(in srgb, var(--secondary), transparent 42%);box-shadow:var(--shadow), 0 1px 0 #fff9 inset}.category-card--no-thumb .category-card-body{flex-direction:column;flex:1;gap:.8rem;min-height:0;padding:0;display:flex}.category-card--no-thumb .card-icon-wrap{border-radius:var(--radius-btn-lg);border:1px solid color-mix(in srgb, var(--secondary), transparent 48%);background:linear-gradient(145deg,#1f9fd638,#d61f852e);width:56px;height:56px;box-shadow:0 8px 22px #1522381a}html[data-theme=dark] .category-card--no-thumb .card-icon-wrap{box-shadow:0 8px 22px #00000040}.category-card--no-thumb .card-icon{width:28px;height:28px}.category-card--no-thumb .category-card-body h3{letter-spacing:-.02em;font-size:clamp(1.08rem,2.2vw,1.2rem);line-height:1.22}.category-card--no-thumb .category-card-body p{font-size:.94rem;line-height:1.55}.category-card--no-thumb .category-card-cta{margin-top:auto;padding-top:.55rem}.category-card--no-thumb .category-card-cta__link{border-radius:var(--radius-btn-md);color:#fff;background:var(--secondary);border:1px solid color-mix(in srgb, var(--secondary), #000 22%);width:100%;box-shadow:none;justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1rem;font-size:.9rem;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.category-card--no-thumb .category-card-cta__link:hover{background:color-mix(in srgb, var(--secondary), #000 16%);border-color:color-mix(in srgb, var(--secondary), #000 28%);transform:translateY(-1px)}.category-card--no-thumb .category-card-cta__link:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}html[data-theme=dark] .category-card--no-thumb .category-card-cta__link{color:#fff;background:color-mix(in srgb, var(--secondary), #000 28%);border:1px solid color-mix(in srgb, var(--secondary), #000 12%);box-shadow:none}html[data-theme=dark] .category-card--no-thumb .category-card-cta__link:hover{background:color-mix(in srgb, var(--secondary), #000 18%);border-color:color-mix(in srgb, var(--secondary), #000 6%)}.category-card--no-thumb .category-card-cta__icon{opacity:.95;flex-shrink:0;width:1.1em;height:1.1em;transition:transform .2s cubic-bezier(.22,1,.36,1)}.category-card--no-thumb .category-card-cta__link:hover .category-card-cta__icon{transform:translate(5px)}.contacto{text-align:center}.two-columns{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.company-showcase{--company-showcase-radius:var(--radius-btn-lg)}.company-showcase__heading{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.2}.company-showcase__list{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),360px));justify-content:center;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.company-showcase__list:has(>li:only-child){grid-template-columns:1fr;max-width:min(100%,380px);margin-inline:auto}@media (min-width:640px){.company-showcase__list:has(>li:only-child){max-width:min(100%,440px)}}@media (min-width:520px){.company-showcase__list{gap:1.15rem}}.company-showcase__tile{aspect-ratio:4/3;border-radius:var(--company-showcase-radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s,border-color .2s;display:block;position:relative;overflow:hidden}.company-showcase__tile--link{cursor:pointer;color:inherit;text-decoration:none}.company-showcase__tile--link:hover{border-color:color-mix(in srgb, var(--secondary), var(--border) 55%);transform:translateY(-2px);box-shadow:0 14px 36px #1522381f}.company-showcase__tile--link:focus-visible{outline:2px solid color-mix(in srgb, var(--secondary), #fff 30%);outline-offset:3px}html[data-theme=dark] .company-showcase__tile--link:hover{box-shadow:0 14px 36px #00000059}.company-showcase__media{background:color-mix(in srgb, var(--surface), var(--bg) 40%);position:absolute;inset:0}.company-showcase__img{object-fit:cover}.company-showcase__img--contain{box-sizing:border-box;object-fit:contain;object-position:center;padding:.35rem}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));align-items:stretch;gap:1.15rem;display:grid}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn-lg);box-shadow:var(--shadow-soft);padding:1.35rem 1.35rem 1.25rem;position:relative;overflow:hidden}.insight-card:before{content:"";border-radius:var(--radius-btn-lg) var(--radius-btn-lg) 0 0;background:linear-gradient(90deg, var(--secondary), var(--primary));opacity:.85;height:4px;position:absolute;inset:0 0 auto}.insight-card--process:before{background:linear-gradient(90deg, var(--primary), var(--secondary))}.insight-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);margin:.35rem 0 .5rem;font-size:.72rem;font-weight:800}.insight-eyebrow--accent{color:var(--primary)}.insight-title{margin:0 0 .45rem;font-size:clamp(1.25rem,2.4vw,1.65rem);line-height:1.2}.insight-lead{color:var(--muted);margin:0 0 1.1rem;font-size:.95rem;line-height:1.45}.benefit-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.benefit-row{border-radius:var(--radius-btn);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 35%);align-items:flex-start;gap:.75rem;padding:.72rem .85rem;display:flex}.benefit-icon{border-radius:var(--radius-btn-md);border:1px solid color-mix(in srgb, var(--border), var(--secondary) 22%);background:linear-gradient(135deg,#1f9fd62e,#d61f8524);flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.benefit-icon-svg{width:18px;height:18px;color:var(--secondary)}.benefit-text{color:var(--text);padding-top:.15rem;font-size:.95rem;font-weight:600;line-height:1.4}.process-track{gap:0;margin:0;padding:0;list-style:none;display:grid}.process-step{grid-template-columns:auto 1fr;align-items:stretch;gap:.65rem .85rem;display:grid}.process-step__rail{flex-direction:column;align-items:center;width:2.5rem;display:flex}.process-step__num{border-radius:var(--radius-btn-md);color:#fff;background:linear-gradient(145deg, var(--primary), var(--primary-dark));width:2.5rem;height:2.5rem;box-shadow:0 6px 16px color-mix(in srgb, var(--primary), transparent 55%);flex-shrink:0;place-items:center;font-size:.78rem;font-weight:800;display:grid}.process-step__line{background:linear-gradient(180deg, var(--border), color-mix(in srgb, var(--secondary), transparent 40%));border-radius:99px;flex:1;width:2px;min-height:1rem;margin:.35rem 0}.process-step__body{gap:.75rem;padding-bottom:1.1rem;display:flex}.process-step:last-child .process-step__body{padding-bottom:0}.process-step__icon-wrap{border-radius:var(--radius-btn-md);background:color-mix(in srgb, var(--secondary), transparent 88%);border:1px solid color-mix(in srgb, var(--secondary), transparent 65%);flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.process-step__icon{width:18px;height:18px;color:var(--secondary)}.process-step__title{color:var(--text);margin:0;font-size:1rem;font-weight:800}.process-step__text{color:var(--muted);margin:.35rem 0 0;font-size:.9rem;line-height:1.45}.cta-band--promo{box-shadow:none;background:0 0;border:none;padding:0}.cta-band-inner{border-radius:var(--radius-btn-lg);border:1px solid var(--border);background:radial-gradient(ellipse 80% 120% at 100% 0%, #d61f852e, transparent 50%), radial-gradient(ellipse 70% 100% at 0% 100%, #1f9fd629, transparent 48%), linear-gradient(135deg, color-mix(in srgb, var(--surface), var(--bg) 12%), var(--surface));box-shadow:var(--shadow-soft);grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:clamp(1.5rem,4vw,2.25rem) clamp(1.25rem,4vw,2.5rem);display:grid}.cta-band-title{text-align:left;margin:0 0 .55rem;font-size:clamp(1.25rem,2.8vw,1.75rem);line-height:1.2}.cta-band-text{color:var(--muted);text-align:left;max-width:52ch;margin:0;font-size:.98rem;line-height:1.5}.cta-band-actions{flex-direction:column;align-items:stretch;gap:.65rem;min-width:min(220px,100%);display:flex}.cta-lg{border-radius:var(--radius-btn-lg);width:100%;padding:.88rem 1.35rem;font-size:1rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn-lg);box-shadow:var(--shadow-soft);padding:1.1rem}.list{color:var(--muted);gap:.65rem;margin:0;padding-left:1.15rem;display:grid}.cta-band{border-radius:var(--radius-btn-lg);border:1px solid var(--border);background:linear-gradient(120deg,#1f9fd61a,#d61f851a);padding:2rem 1rem}.page-spacing{padding-top:2.4rem}.page-hero{max-width:760px}.page-hero p{color:var(--muted)}.categories-stack{gap:1rem;display:grid}.service-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn-lg);padding:1.2rem}.service-block-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.8rem;display:flex}.service-title{align-items:center;gap:.6rem;margin:0;display:inline-flex}.service-icon-wrap{border-radius:var(--radius-btn-md);background:linear-gradient(120deg,#1f9fd626,#d61f8529);border:1px solid #1f9fd62e;place-items:center;width:36px;height:36px;display:grid}.service-icon-wrap.large{border-radius:var(--radius-btn-md);width:46px;height:46px}.service-icon{width:18px;height:18px;color:var(--secondary)}.main-service-title{font-size:clamp(1.8rem,3.2vw,2.4rem)}.category-detail-hero{box-sizing:border-box;background:radial-gradient(110% 90% at 0% 0%, #1f9fd61a, transparent 58%), radial-gradient(95% 70% at 100% 100%, #d61f851c, transparent 58%), var(--surface);gap:.9rem;width:100%;min-width:0;max-width:min(840px,100%);padding:1.3rem;display:grid}.category-detail-hero__intro{max-width:68ch;margin:0;font-size:clamp(.98rem,1.8vw,1.05rem);line-height:1.6}.category-detail-hero__actions{margin-top:.15rem}.category-includes{gap:.85rem;display:grid}.category-includes__title{margin-bottom:.2rem}.category-includes__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.category-includes__item{border-radius:var(--radius-btn-md);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 25%);color:var(--text);box-shadow:var(--shadow-soft);align-items:flex-start;gap:.58rem;padding:.78rem .85rem;line-height:1.45;display:flex}.category-includes__icon{width:18px;height:18px;color:var(--secondary);flex-shrink:0;margin-top:.08rem}.service-block p{color:var(--muted);margin-top:.2rem}.service-block--compact{padding:1rem 1.15rem}.service-block-row{grid-template-columns:108px 1fr;align-items:flex-start;gap:.9rem 1rem;display:grid}.service-block-thumb{border-radius:var(--radius-btn-md);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 35%);overflow:hidden}.service-block-thumb-img{object-fit:cover;aspect-ratio:4/3;width:100%;height:auto;display:block}.service-block-body{min-width:0}.service-block-head--tight{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem}.service-block-head--tight .service-title{flex:1;min-width:0;font-size:clamp(.98rem,2.1vw,1.22rem)}.service-more-btn{border-radius:var(--radius-btn-md);border:1px solid var(--border);background:var(--chip-bg);width:40px;height:40px;color:var(--secondary);flex-shrink:0;place-items:center;text-decoration:none;transition:background .18s,transform .18s,color .18s;display:grid}.service-more-btn:hover{color:var(--text);background:linear-gradient(120deg,#1f9fd633,#d61f8529);transform:translateY(-2px)}.service-more-icon{width:20px;height:20px}.service-block-intro{color:var(--muted);margin:.4rem 0 0;font-size:.9rem;line-height:1.45}.service-tags{flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.service-tag{border-radius:var(--radius-btn-md);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 32%);color:var(--text);max-width:100%;padding:.32rem .55rem;font-size:.76rem;font-weight:600;line-height:1.25}.service-tag--more{color:var(--muted);background:color-mix(in srgb, var(--primary), transparent 92%);border-color:color-mix(in srgb, var(--primary), transparent 80%);font-weight:700}.theme-toggle{border:1px solid var(--border);background:var(--chip-bg);color:var(--muted);border-radius:var(--radius-btn);cursor:pointer;align-items:center;gap:.38rem;padding:.52rem .8rem;font-weight:700;display:inline-flex}.theme-toggle:hover{color:var(--text)}.theme-icon{width:15px;height:15px}.card-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-btn);padding:1.2rem 1.2rem 1.2rem 2rem}.site-footer{box-sizing:border-box;border-top:1px solid var(--border);background:var(--surface);width:100%;color:var(--muted)}.site-footer-inner{min-width:0;color:inherit;flex-direction:column;gap:1.15rem;padding:1rem 0 1.25rem;display:flex}.site-footer-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.site-footer-row--socials-only{justify-content:center}.site-footer-lead{margin:0;text-align:center;width:100%;max-width:42rem;margin-inline:auto;line-height:1.45}.site-footer a{color:var(--secondary);font-weight:700;text-decoration:none}.footer-socials{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.55rem;display:flex}.footer-socials a{border-radius:var(--radius-btn);border:1px solid var(--border);background:#1f9fd614;align-items:center;gap:.35rem;padding:.45rem .72rem;display:inline-flex}.footer-socials a:hover{background:linear-gradient(120deg,#1f9fd629,#d61f8526)}html[data-theme=dark] .footer-socials a{background:color-mix(in srgb, var(--secondary), transparent 92%);border-color:color-mix(in srgb, var(--border), var(--secondary) 20%)}.footer-icon{width:14px;height:14px}.footer-icon--instagram{color:#e4405f;width:16px;height:16px}html[data-theme=dark] .footer-icon--instagram{color:#f7775c}.site-footer-qr{border-top:1px solid color-mix(in srgb, var(--border), transparent 40%);flex-direction:column;align-items:center;gap:.75rem;width:100%;min-width:0;max-width:100%;margin-top:.15rem;padding-top:1rem;display:flex}.site-footer-qr__title{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);text-align:center;margin:0;font-size:.74rem;font-weight:600}.site-footer-qr__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(.75rem,2.5vw,1.35rem);width:100%;min-width:0;max-width:min(20rem,100%);display:grid}.site-footer-qr__item{flex-direction:column;min-width:0;height:100%;margin:0;display:flex}.site-footer-qr__card{border-radius:var(--radius-btn-lg);border:1px solid var(--border);background:color-mix(in srgb, var(--surface), var(--bg) 18%);width:100%;box-shadow:var(--shadow-soft);flex-direction:column;flex:auto;align-items:center;gap:.55rem;padding:.65rem .55rem .75rem;transition:border-color .2s,box-shadow .2s;display:flex}.site-footer-qr__item--instagram .site-footer-qr__card{border-color:color-mix(in srgb, var(--border), #e4405f 12%)}.site-footer-qr__item--whatsapp .site-footer-qr__card{border-color:color-mix(in srgb, var(--border), #25d366 10%)}.site-footer-qr__card:hover{box-shadow:var(--shadow)}.site-footer-qr__img-wrap{aspect-ratio:1;border-radius:var(--radius-btn-md);border:1px solid color-mix(in srgb, var(--border), transparent 30%);box-sizing:border-box;background:#fff;width:100%;max-width:144px;margin:0 auto;padding:.45rem;position:relative;overflow:hidden}html[data-theme=dark] .site-footer-qr__img-wrap{background:#f4f6fa}.site-footer-qr__img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.site-footer-qr__caption{text-align:center;flex-direction:column;align-items:center;gap:.2rem;width:100%;min-width:0;margin:0;padding:0 .15rem;line-height:1.25;display:flex}.site-footer-qr__label{color:var(--text);font-size:.8rem;font-weight:600}.site-footer-qr__hint{color:var(--muted);font-size:.66rem;font-weight:500}.site-footer-qr__btn{box-sizing:border-box;border-radius:var(--radius-btn);letter-spacing:.01em;width:100%;max-width:100%;color:var(--text);background:color-mix(in srgb, var(--surface), var(--bg) 28%);border:1px solid var(--border);box-shadow:none;justify-content:center;align-items:center;gap:.38rem;margin-top:auto;padding:.48rem .65rem;font-size:.74rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background-color .18s,border-color .18s,transform .15s;display:inline-flex}.site-footer-qr__btn:hover{background:color-mix(in srgb, var(--surface), var(--secondary) 8%);border-color:color-mix(in srgb, var(--border), var(--secondary) 22%);transform:translateY(-1px)}.site-footer-qr__btn--instagram{background:color-mix(in srgb, var(--surface), #e4405f 7%);border-color:color-mix(in srgb, var(--border), #e4405f 18%);color:color-mix(in srgb, var(--text), #a61e55 12%)}.site-footer-qr__btn--instagram:hover{background:color-mix(in srgb, var(--surface), #e4405f 11%);border-color:color-mix(in srgb, var(--border), #e4405f 26%)}.site-footer-qr__btn--instagram .footer-icon--instagram{color:color-mix(in srgb, #b8306a, var(--muted) 40%)}.site-footer-qr__btn--whatsapp{background:color-mix(in srgb, var(--surface), #25d366 6%);border-color:color-mix(in srgb, var(--border), #25d366 16%);color:color-mix(in srgb, var(--text), #1a6b45 10%)}.site-footer-qr__btn--whatsapp:hover{background:color-mix(in srgb, var(--surface), #25d366 10%);border-color:color-mix(in srgb, var(--border), #25d366 24%)}.site-footer-qr__btn--whatsapp .footer-icon{color:color-mix(in srgb, #2d8f5c, var(--muted) 38%)}html[data-theme=dark] .site-footer-qr__btn{background:color-mix(in srgb, var(--surface), var(--bg) 55%)}html[data-theme=dark] .site-footer-qr__btn--instagram{background:color-mix(in srgb, var(--surface), #e4405f 9%);border-color:color-mix(in srgb, var(--border), #e4405f 22%);color:color-mix(in srgb, var(--text), #f5a8c8 8%)}html[data-theme=dark] .site-footer-qr__btn--instagram .footer-icon--instagram{color:color-mix(in srgb, #f7778c, var(--muted) 25%)}html[data-theme=dark] .site-footer-qr__btn--whatsapp{background:color-mix(in srgb, var(--surface), #25d366 8%);border-color:color-mix(in srgb, var(--border), #25d366 20%);color:color-mix(in srgb, var(--text), #8fd9b8 6%)}html[data-theme=dark] .site-footer-qr__btn--whatsapp .footer-icon{color:color-mix(in srgb, #5cd68a, var(--muted) 22%)}@media (max-width:380px){.site-footer-qr__grid{grid-template-columns:1fr;max-width:11rem}}.whatsapp-float{right:max(clamp(1rem, calc((100vw - 1120px) / 2 + .85rem), 2.5rem), env(safe-area-inset-right));bottom:max(1.15rem, env(safe-area-inset-bottom));z-index:60;aspect-ratio:1;color:#fff;background:linear-gradient(145deg,#25d366,#10b953);border-radius:50%;place-items:center;width:58px;height:58px;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:grid;position:fixed;overflow:visible;box-shadow:0 14px 30px #10b95359,inset 0 0 0 1px #ffffff38}.whatsapp-float:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;border:2px solid #25d366a6;animation:2.1s ease-out infinite whatsapp-wave;position:absolute;inset:-6px}.whatsapp-float:hover{filter:saturate(1.08);transform:translateY(-3px)scale(1.04);box-shadow:0 18px 35px #10b95370,inset 0 0 0 1px #ffffff38}.whatsapp-float:focus-visible{outline-offset:3px;outline:3px solid #7ce5a3}.whatsapp-float__icon{width:26px;height:26px}@keyframes whatsapp-wave{0%{opacity:.65;transform:scale(.88)}70%{opacity:0;transform:scale(1.34)}to{opacity:0;transform:scale(1.34)}}.contact-grid{grid-template-columns:1.5fr 1fr;gap:1rem;scroll-margin-top:96px;display:grid}.panel-soft{background:radial-gradient(circle at 90% 0%, #d61f8514, transparent 45%), linear-gradient(140deg, var(--surface) 0%, color-mix(in srgb, var(--surface), #6aa7ff 8%) 100%)}.contact-form{gap:.9rem;margin-top:1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.contact-form__field-full{grid-column:1/-1}.contact-form__label-text{flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;display:flex}.contact-form__hint{color:var(--muted);font-size:.78rem;font-weight:500;line-height:1.3}.contact-form label{color:var(--muted);gap:.35rem;font-size:.92rem;font-weight:600;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--input-border);border-radius:var(--radius-btn-md);width:100%;font:inherit;color:var(--text);background:var(--input-bg);outline:none;padding:.75rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted);opacity:.88}.contact-form select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){.contact-form select{--lightningcss-light: ;--lightningcss-dark:initial}}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px color-mix(in srgb, var(--secondary), transparent 78%)}html[data-theme=dark] .contact-form select option{background:var(--input-bg);color:var(--text)}.contact-submit{cursor:pointer;border:none;width:fit-content}.contact-submit:disabled{opacity:.68;cursor:not-allowed}.contact-submit__spin{animation:.85s linear infinite ctaSpin}@keyframes ctaSpin{to{transform:rotate(360deg)}}.form-feedback{margin:0;font-size:.9rem;font-weight:600}.form-feedback.success{color:#0f7a37}.form-feedback.error{color:#ba1b1b}html[data-theme=dark] .form-feedback.success{color:#5ee9a0}html[data-theme=dark] .form-feedback.error{color:#ffb4b4}.info-panel{border:1px solid var(--border);align-self:start}.info-eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--secondary);margin:0 0 .4rem;font-size:.78rem;font-weight:800}.info-intro{color:var(--muted);margin:0}.info-feature-list{gap:.8rem;margin-top:1rem;display:grid}.info-feature{border-radius:var(--radius-btn-md);background:var(--chip-bg);border:1px solid var(--border);grid-template-columns:auto 1fr;align-items:flex-start;gap:.65rem;padding:.7rem;display:grid}.info-feature strong{color:var(--text)}.info-feature-icon{border-radius:var(--radius-btn-inner);width:32px;height:32px;color:var(--secondary);background:linear-gradient(120deg,#1f9fd624,#d61f8524);place-items:center;display:grid}html[data-theme=dark] .info-feature-icon{background:linear-gradient(120deg,#47b8eb33,#f64ea529)}.info-feature-icon svg{width:16px;height:16px}.info-feature p{color:var(--muted);margin:.22rem 0 0;font-size:.92rem}.info-cta-group{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;display:flex}.info-cta{padding-inline:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero,.section,.card{transition:none;animation:none}.section-reveal{opacity:1;transition:none;transform:none}.section-reveal--visible .cards .card,.section-reveal--visible .categories-stack .service-block,.section-reveal--visible .insight-card,.section-reveal--visible .company-showcase__list>li,.section-reveal--visible .benefit-row,.section-reveal--visible .process-step,.section-reveal--visible .cta-band-inner,.section-reveal--visible .contact-grid>.panel,.section-reveal--visible .info-feature,.section-reveal--visible .page-hero>*,.section-reveal--visible .card-list li,.section-reveal--visible .hero-principal__grid>*,.section-reveal--visible .service-tags .service-tag,.section-reveal--visible .services-scroll-slide{animation:none!important}.services-scroll-card:hover,.services-scroll-cta-btn:hover,.services-scroll-lightbox__close:hover,.services-scroll-lightbox__close:active,.services-scroll-cta-btn:hover .services-scroll-cta__icon,.text-link--with-icon:hover .text-link__icon,.text-link--with-icon:focus-visible .text-link__icon,.company-showcase__tile--link:hover,.site-footer-qr__btn:hover{transform:none}.contact-submit__spin{animation:none!important}.whatsapp-float{transition:none}.whatsapp-float:after{opacity:0;animation:none}}@media (max-width:700px){.site-header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand menu""sub sub";align-items:center;gap:.45rem .65rem;display:grid}.site-header-inner .brand{grid-area:brand;min-width:0}.site-header-inner .subbrand-tag{grid-area:sub;margin:0;font-size:.8rem;line-height:1.35}.site-header__menu-btn{grid-area:menu;justify-self:end;display:inline-flex}.site-nav--desktop,.site-header__desktop-tools{display:none!important}.form-grid,.contact-grid{grid-template-columns:1fr}.cta-band-inner{text-align:center;grid-template-columns:1fr}.cta-band-title,.cta-band-text{text-align:center;margin-left:auto;margin-right:auto}.cta-band-actions{min-width:0}.service-block-row{grid-template-columns:88px 1fr}.category-detail-hero{padding:1.1rem}.category-includes__grid{grid-template-columns:1fr}main{padding-inline:0}.whatsapp-float{width:54px;height:54px;right:max(.8rem, env(safe-area-inset-right));bottom:max(.8rem, env(safe-area-inset-bottom));border-radius:50%}}@media (max-width:900px){.hero-principal__grid{grid-template-columns:1fr;align-items:stretch;row-gap:clamp(.65rem,2vw,1rem)}.hero-principal__copy{order:1;max-width:none}.hero-principal__visual{order:0;align-self:stretch;width:100%;max-width:none;height:auto;min-height:0;margin-inline:0;padding-inline:0}.hero-principal__img-wrap{aspect-ratio:4/3;border-radius:0;width:100%;box-shadow:none;border-start-end-radius:0;border-end-end-radius:0;flex:none;margin:0}.hero-principal__img{object-position:center 42%;border-radius:0}}
