*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-blue-900: #0a2540;--color-blue-800: #0f3460;--color-blue-700: #1565c0;--color-blue-600: #1976d2;--color-blue-500: #2196f3;--color-blue-400: #42a5f5;--color-blue-100: #e3f2fd;--color-blue-50: #f0f8ff;--color-white: #ffffff;--color-gray-50: #f8fafc;--color-gray-100: #f1f5f9;--color-gray-200: #e2e8f0;--color-gray-400: #94a3b8;--color-gray-600: #475569;--color-gray-800: #1e293b;--color-gray-900: #0f172a;--color-accent: #1976d2;--color-accent-light: #42a5f5;--color-accent-dark: #0f3460;--wa-green: #25d366;--wa-dark: #128c7e;--font-sans: "Outfit", sans-serif;--font-serif: "Lora", serif;--radius: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(15,52,96,.08);--shadow: 0 8px 32px rgba(15,52,96,.12);--shadow-lg: 0 20px 60px rgba(15,52,96,.18);--shadow-glow: 0 0 40px rgba(25,118,210,.2)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-gray-800);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{line-height:1.2;font-weight:700;color:var(--color-blue-900)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}section{padding:5rem 1.5rem}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.65rem;display:block}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.25rem;color:var(--color-blue-900)}.section-subtitle{font-size:1.05rem;color:var(--color-gray-600);max-width:600px;line-height:1.7}.divider{width:52px;height:3px;background:linear-gradient(90deg,var(--color-blue-700),var(--color-blue-400));border-radius:2px;margin:.85rem 0 1.75rem}.btn-wa{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,var(--wa-green),var(--wa-dark));color:#fff;font-family:var(--font-sans);font-weight:700;font-size:1rem;padding:.9rem 1.8rem;border-radius:50px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #25d3664d;text-decoration:none;white-space:nowrap}.btn-wa:hover{transform:translateY(-2px);box-shadow:0 8px 30px #25d36673}.btn-wa svg{width:22px;height:22px;flex-shrink:0}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--color-blue-900);font-family:var(--font-sans);font-weight:600;font-size:.95rem;padding:.85rem 1.6rem;border-radius:50px;border:2px solid var(--color-blue-700);cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-outline:hover{background:var(--color-blue-700);color:#fff}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-600));color:#fff;font-family:var(--font-sans);font-weight:600;font-size:1rem;padding:.9rem 1.8rem;border-radius:50px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #1976d24d;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1976d266}.float-wa{position:fixed;bottom:2rem;right:2rem;z-index:999;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--wa-green),var(--wa-dark));display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #25d36666;transition:transform .2s ease,box-shadow .2s ease;animation:pulse-wa 2.5s infinite;text-decoration:none}.float-wa:hover{transform:scale(1.1);box-shadow:0 10px 36px #25d3668c;animation:none}.float-wa svg{width:30px;height:30px;fill:#fff}@keyframes pulse-wa{0%,to{box-shadow:0 6px 24px #25d36666}50%{box-shadow:0 6px 40px #25d366b3}}.card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.bg-white{background:var(--color-white)}.bg-gray{background:var(--color-gray-50)}.bg-blue{background:var(--color-blue-900)}.bg-blue-light{background:var(--color-blue-50)}@media(max-width:768px){section{padding:3.5rem 1.25rem}.float-wa{display:none}}.mobile-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--color-white);border-top:1px solid var(--color-gray-200);padding:.75rem 1rem;gap:.75rem;box-shadow:0 -4px 20px #0f34601f;transform:translateY(100%);transition:transform .3s ease}.mobile-sticky-cta.visible{transform:translateY(0)}.mobile-sticky-cta .ms-wa{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--wa-green),var(--wa-dark));color:#fff;font-weight:700;font-size:.95rem;padding:.85rem 1rem;border-radius:50px;text-decoration:none;box-shadow:0 3px 12px #25d36659;min-height:52px}.mobile-sticky-cta .ms-wa svg{width:20px;height:20px}.mobile-sticky-cta .ms-call{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--color-blue-50);border:1.5px solid var(--color-blue-200);color:var(--color-blue-700);flex-shrink:0;text-decoration:none}.mobile-sticky-cta .ms-call svg{width:22px;height:22px}@media(max-width:768px){.mobile-sticky-cta{display:flex}footer{padding-bottom:90px!important}}nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,box-shadow .3s ease}nav[data-astro-cid-dmqpwcec].scrolled{background:#fffffff7;backdrop-filter:blur(12px);box-shadow:0 2px 20px #0f34601a}.nav-inner[data-astro-cid-dmqpwcec]{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:1.5rem}.nav-brand[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex-shrink:0}.brand-icon[data-astro-cid-dmqpwcec]{width:40px;height:40px;background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-500));border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.brand-icon[data-astro-cid-dmqpwcec] svg[data-astro-cid-dmqpwcec]{width:22px;height:22px}.brand-text[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;line-height:1.15}.brand-name[data-astro-cid-dmqpwcec]{font-size:.95rem;font-weight:700;color:var(--color-blue-900)}.brand-title[data-astro-cid-dmqpwcec]{font-size:.65rem;font-weight:500;color:var(--color-accent);letter-spacing:.06em;text-transform:uppercase}.nav-links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:0;list-style:none;margin-left:auto}.nav-link[data-astro-cid-dmqpwcec]{font-size:.875rem;font-weight:500;color:var(--color-gray-600);padding:.45rem .8rem;border-radius:8px;transition:color .2s,background .2s;text-decoration:none}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--color-blue-700);background:var(--color-blue-50)}.nav-actions[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-ig[data-astro-cid-dmqpwcec]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--color-gray-600);transition:color .2s,background .2s}.nav-ig[data-astro-cid-dmqpwcec]:hover{color:#e1306c;background:#fef0f5}.nav-ig[data-astro-cid-dmqpwcec] svg[data-astro-cid-dmqpwcec]{width:18px;height:18px}.nav-cta[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,var(--wa-green),var(--wa-dark));color:#fff;font-weight:700;font-size:.82rem;padding:.6rem 1.1rem;border-radius:50px;transition:transform .2s,box-shadow .2s;box-shadow:0 3px 14px #25d3664d;text-decoration:none;white-space:nowrap}.nav-cta[data-astro-cid-dmqpwcec]:hover{transform:translateY(-1px);box-shadow:0 6px 20px #25d36673}.nav-cta[data-astro-cid-dmqpwcec] svg[data-astro-cid-dmqpwcec]{width:14px;height:14px}.nav-hamburger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.nav-hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:24px;height:2px;background:var(--color-blue-900);border-radius:2px;transition:all .3s ease}.mobile-menu[data-astro-cid-dmqpwcec]{display:none;padding:1rem 1.5rem 1.5rem;background:#fffffffa;border-top:1px solid var(--color-gray-200)}.mobile-menu[data-astro-cid-dmqpwcec].open{display:block}.mobile-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{list-style:none;display:flex;flex-direction:column;gap:.25rem}.mobile-link[data-astro-cid-dmqpwcec]{display:block;padding:.7rem 1rem;font-size:1rem;font-weight:500;color:var(--color-gray-700);border-radius:8px;transition:background .2s,color .2s;text-decoration:none}.mobile-link[data-astro-cid-dmqpwcec]:hover{background:var(--color-blue-50);color:var(--color-blue-700)}@media(max-width:900px){.nav-links[data-astro-cid-dmqpwcec]{display:none}}@media(max-width:650px){.nav-actions[data-astro-cid-dmqpwcec]{display:none}.nav-hamburger[data-astro-cid-dmqpwcec]{display:flex}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:5rem;overflow:hidden;background:linear-gradient(160deg,#f0f8ff,#e8f4fd,#fff)}.hero-bg-shape[data-astro-cid-bbe6dxrz]{position:absolute;top:-20%;right:-10%;width:65%;aspect-ratio:1;background:radial-gradient(ellipse,rgba(25,118,210,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-bg-dots[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(25,118,210,.08) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 460px;gap:3rem;align-items:flex-end;padding-top:2rem;padding-bottom:0;position:relative;z-index:1}.hero-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:#1976d214;border:1px solid rgba(25,118,210,.2);color:var(--color-blue-700);font-size:.8rem;font-weight:600;padding:.45rem 1rem;border-radius:50px;margin-bottom:1.75rem;width:fit-content}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;line-height:1.05;margin-bottom:1.5rem;color:var(--color-blue-900)}.hero-title[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:italic;font-family:var(--font-serif);color:var(--color-blue-700)}.hero-subtitle-line[data-astro-cid-bbe6dxrz]{color:var(--color-gray-600);font-weight:400;font-size:.7em;display:block;letter-spacing:.02em;margin-top:.2rem}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:1.05rem;color:var(--color-gray-600);line-height:1.78;margin-bottom:2.25rem;max-width:520px}.hero-desc[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{color:var(--color-blue-900);font-weight:700}.hero-ctas[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:.1rem}.stat-n[data-astro-cid-bbe6dxrz]{font-size:2rem;font-weight:800;color:var(--color-blue-700);line-height:1}.stat-l[data-astro-cid-bbe6dxrz]{font-size:.73rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.06em}.stat-sep[data-astro-cid-bbe6dxrz]{width:1px;height:36px;background:var(--color-gray-200)}.hero-photo-col[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center}.hero-photo-wrap[data-astro-cid-bbe6dxrz]{position:relative;width:100%;max-width:440px;display:flex;align-items:flex-end;justify-content:center}.hero-photo[data-astro-cid-bbe6dxrz]{width:100%;max-height:680px;object-fit:contain;object-position:bottom center;display:block;filter:drop-shadow(0 0px 30px rgba(15,52,96,.15))}.hero-cred[data-astro-cid-bbe6dxrz]{position:absolute;bottom:1.5rem;left:-2rem;background:var(--color-white);border-radius:var(--radius);padding:.9rem 1.1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow);max-width:240px;border:1px solid var(--color-gray-200)}.hero-cred-icon[data-astro-cid-bbe6dxrz]{width:38px;height:38px;background:var(--color-blue-50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-blue-700);flex-shrink:0}.hero-cred-icon[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:20px;height:20px}.hero-cred-title[data-astro-cid-bbe6dxrz]{font-size:.82rem;font-weight:700;color:var(--color-blue-900)}.hero-cred-sub[data-astro-cid-bbe6dxrz]{font-size:.7rem;color:var(--color-accent);margin-top:.1rem}.hero-online[data-astro-cid-bbe6dxrz]{position:absolute;top:1.25rem;right:-1.25rem;background:var(--color-white);border-radius:50px;padding:.4rem .85rem;font-size:.72rem;font-weight:600;color:var(--color-gray-700);display:flex;align-items:center;gap:.4rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200)}.online-dot[data-astro-cid-bbe6dxrz]{width:7px;height:7px;border-radius:50%;background:#25d366;animation:blink 1.5s infinite;flex-shrink:0}.hero-strip[data-astro-cid-bbe6dxrz]{background:var(--color-blue-900);padding:1.25rem 1.5rem;position:relative;z-index:1}.hero-strip-inner[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.strip-item[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:#ffffffd9;white-space:nowrap}.strip-item[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px;color:var(--color-blue-400);flex-shrink:0}.strip-item--fonasa[data-astro-cid-bbe6dxrz]{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:50px;padding:.3rem .85rem .3rem .35rem;gap:.6rem}.strip-fonasa-logo[data-astro-cid-bbe6dxrz]{height:22px;width:auto;border-radius:4px;background:#fff;padding:1px 4px;display:block}@media(max-width:900px){.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:2rem;padding-top:1rem}.hero-photo-col[data-astro-cid-bbe6dxrz]{display:none}.hero-title[data-astro-cid-bbe6dxrz]{font-size:2.6rem}.hero-strip-inner[data-astro-cid-bbe6dxrz]{gap:1.5rem}.stat-sep[data-astro-cid-bbe6dxrz]{display:none}.hero-stats[data-astro-cid-bbe6dxrz]{gap:1.25rem}}@media(max-width:480px){.hero-title[data-astro-cid-bbe6dxrz]{font-size:2rem}.strip-item[data-astro-cid-bbe6dxrz]{font-size:.78rem;gap:.35rem}.hero-strip-inner[data-astro-cid-bbe6dxrz]{gap:1rem}}.about-grid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:420px 1fr;gap:4.5rem;align-items:center}.about-photo-col[data-astro-cid-v2cbyr3p]{display:flex;justify-content:center}.about-photo-wrap[data-astro-cid-v2cbyr3p]{position:relative;width:100%;max-width:380px}.about-photo[data-astro-cid-v2cbyr3p]{width:100%;max-height:560px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 32px rgba(15,52,96,.15))}.about-badge[data-astro-cid-v2cbyr3p]{position:absolute;bottom:1.5rem;right:-1.5rem;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius);padding:.9rem 1.1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow);max-width:230px}.about-badge-icon[data-astro-cid-v2cbyr3p]{width:38px;height:38px;background:var(--color-blue-50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-blue-700);flex-shrink:0}.about-badge-icon[data-astro-cid-v2cbyr3p] svg[data-astro-cid-v2cbyr3p]{width:20px;height:20px}.ab-title[data-astro-cid-v2cbyr3p]{font-size:.82rem;font-weight:700;color:var(--color-blue-900)}.ab-sub[data-astro-cid-v2cbyr3p]{font-size:.7rem;color:var(--color-accent);margin-top:.1rem}.about-body[data-astro-cid-v2cbyr3p]{font-size:1rem;color:var(--color-gray-600);line-height:1.8;margin-bottom:1.15rem}.about-body[data-astro-cid-v2cbyr3p] strong[data-astro-cid-v2cbyr3p]{color:var(--color-blue-900);font-weight:700}.about-body[data-astro-cid-v2cbyr3p] em[data-astro-cid-v2cbyr3p]{color:var(--color-blue-700);font-style:italic}.about-highlights[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem}.highlight-item[data-astro-cid-v2cbyr3p]{display:flex;align-items:flex-start;gap:.65rem;font-size:.93rem;color:var(--color-gray-700)}.hi-check[data-astro-cid-v2cbyr3p]{width:22px;height:22px;flex-shrink:0;margin-top:1px;background:var(--color-blue-50);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--color-blue-700)}.hi-check[data-astro-cid-v2cbyr3p] svg[data-astro-cid-v2cbyr3p]{width:12px;height:12px}@media(max-width:1000px){.about-grid[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:2.5rem}.about-photo-col[data-astro-cid-v2cbyr3p]{display:none}}.experience[data-astro-cid-xpq65ryk]{background:var(--color-white)}.exp-header[data-astro-cid-xpq65ryk]{margin-bottom:3.5rem}.timeline[data-astro-cid-xpq65ryk]{position:relative;display:flex;flex-direction:column;gap:2rem;padding-left:1rem}.timeline[data-astro-cid-xpq65ryk]:before{content:"";position:absolute;left:26px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--color-blue-300),transparent);border-radius:2px}.tl-item[data-astro-cid-xpq65ryk]{display:flex;gap:2rem;align-items:flex-start}.tl-dot[data-astro-cid-xpq65ryk]{width:54px;height:54px;flex-shrink:0;border-radius:50%;background:var(--color-white);border:2px solid var(--color-blue-300);display:flex;align-items:center;justify-content:center;color:var(--color-blue-500);box-shadow:var(--shadow-sm);transition:all .3s ease;z-index:1}.tl-item--featured[data-astro-cid-xpq65ryk] .tl-dot[data-astro-cid-xpq65ryk]{background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-500));border-color:var(--color-blue-700);color:#fff;box-shadow:0 4px 16px #1976d24d}.tl-dot[data-astro-cid-xpq65ryk] svg[data-astro-cid-xpq65ryk]{width:22px;height:22px}.tl-card[data-astro-cid-xpq65ryk]{flex:1;padding:1.75rem 2rem;transition:transform .25s ease,box-shadow .25s ease}.tl-item--featured[data-astro-cid-xpq65ryk] .tl-card[data-astro-cid-xpq65ryk]{border-color:#1976d233;background:linear-gradient(160deg,var(--color-blue-50) 0%,var(--color-white) 100%)}.tl-card[data-astro-cid-xpq65ryk]:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.tl-period[data-astro-cid-xpq65ryk]{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin-bottom:.4rem}.tl-role[data-astro-cid-xpq65ryk]{font-size:1.05rem;font-weight:700;color:var(--color-blue-900);margin-bottom:.3rem}.tl-place[data-astro-cid-xpq65ryk]{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--color-gray-400);margin-bottom:.9rem}.tl-place[data-astro-cid-xpq65ryk] svg[data-astro-cid-xpq65ryk]{color:var(--color-accent);flex-shrink:0}.tl-desc[data-astro-cid-xpq65ryk]{font-size:.93rem;color:var(--color-gray-600);line-height:1.75}@media(max-width:600px){.timeline[data-astro-cid-xpq65ryk]:before{left:18px}.tl-dot[data-astro-cid-xpq65ryk]{width:38px;height:38px}.tl-dot[data-astro-cid-xpq65ryk] svg[data-astro-cid-xpq65ryk]{width:16px;height:16px}.tl-item[data-astro-cid-xpq65ryk]{gap:1.25rem}.tl-card[data-astro-cid-xpq65ryk]{padding:1.25rem}}.services[data-astro-cid-g5jplrhu]{padding-bottom:5.5rem}.services-header[data-astro-cid-g5jplrhu]{margin-bottom:3rem}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.service-card[data-astro-cid-g5jplrhu]{padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;cursor:default}.service-icon[data-astro-cid-g5jplrhu]{width:50px;height:50px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon--blue[data-astro-cid-g5jplrhu]{background:var(--color-blue-50);color:var(--color-blue-700);border:1px solid var(--color-blue-100)}.service-icon--orange[data-astro-cid-g5jplrhu]{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.service-icon[data-astro-cid-g5jplrhu] svg[data-astro-cid-g5jplrhu]{width:24px;height:24px}.service-title[data-astro-cid-g5jplrhu]{font-size:.98rem;font-weight:700;color:var(--color-blue-900);line-height:1.3}.service-desc[data-astro-cid-g5jplrhu]{font-size:.85rem;color:var(--color-gray-600);line-height:1.7;flex:1}.service-tags[data-astro-cid-g5jplrhu]{display:flex;flex-wrap:wrap;gap:.35rem}.tag[data-astro-cid-g5jplrhu]{font-size:.68rem;font-weight:600;color:var(--color-blue-700);background:var(--color-blue-50);border:1px solid var(--color-blue-100);padding:.2rem .55rem;border-radius:20px}.service-cta[data-astro-cid-g5jplrhu]{font-size:.8rem;font-weight:700;color:var(--color-accent);transition:color .2s ease,letter-spacing .2s ease;margin-top:.25rem;text-decoration:none}.service-cta[data-astro-cid-g5jplrhu]:hover{color:var(--color-blue-900)}@media(max-width:1000px){.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr}.service-card[data-astro-cid-g5jplrhu]{padding:1.5rem}}.featured-service-banner[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:2rem;border:1px solid var(--color-gray-200)}.fsb-image[data-astro-cid-g5jplrhu]{overflow:hidden;max-height:340px}.fsb-image[data-astro-cid-g5jplrhu] img[data-astro-cid-g5jplrhu]{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fsb-body[data-astro-cid-g5jplrhu]{background:var(--color-white);padding:2.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}.fsb-badge[data-astro-cid-g5jplrhu]{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--color-blue-700);background:var(--color-blue-100);padding:.25rem .75rem;border-radius:20px;width:fit-content}.fsb-title[data-astro-cid-g5jplrhu]{font-size:1.5rem;font-weight:800;color:var(--color-blue-900)}.fsb-desc[data-astro-cid-g5jplrhu]{font-size:.95rem;color:var(--color-gray-600);line-height:1.7}.fsb-tags[data-astro-cid-g5jplrhu]{display:flex;flex-wrap:wrap;gap:.4rem}@media(max-width:700px){.featured-service-banner[data-astro-cid-g5jplrhu]{grid-template-columns:1fr}.fsb-image[data-astro-cid-g5jplrhu]{max-height:220px}.fsb-body[data-astro-cid-g5jplrhu]{padding:1.5rem}}.testimonials[data-astro-cid-aadlzisc]{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-blue-50) 100%);padding-bottom:5rem}.test-header[data-astro-cid-aadlzisc]{margin-bottom:2.5rem}.test-stats[data-astro-cid-aadlzisc]{display:flex;align-items:center;justify-content:center;gap:3rem;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-bottom:3rem;box-shadow:var(--shadow-sm);flex-wrap:wrap}.ts-item[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.ts-n[data-astro-cid-aadlzisc]{font-size:1.75rem;font-weight:800;color:var(--color-blue-700);line-height:1}.ts-l[data-astro-cid-aadlzisc]{font-size:.72rem;color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.08em}.ts-stars[data-astro-cid-aadlzisc]{font-size:1.1rem;color:#f59e0b;letter-spacing:.05em}.ts-sep[data-astro-cid-aadlzisc]{width:1px;height:40px;background:var(--color-gray-200)}.test-grid[data-astro-cid-aadlzisc]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem}.test-card[data-astro-cid-aadlzisc]{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;background:var(--color-white)}.test-top[data-astro-cid-aadlzisc]{display:flex;align-items:flex-start;gap:.75rem}.test-avatar[data-astro-cid-aadlzisc]{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-500));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;flex-shrink:0}.test-meta[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;gap:.15rem;flex:1}.test-name[data-astro-cid-aadlzisc]{font-size:.9rem;font-weight:700;color:var(--color-blue-900)}.test-location[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:var(--color-gray-400)}.test-location[data-astro-cid-aadlzisc] svg[data-astro-cid-aadlzisc]{color:var(--color-accent);flex-shrink:0}.test-stars[data-astro-cid-aadlzisc]{font-size:.85rem;color:#f59e0b;letter-spacing:.05em;margin-left:auto}.test-quote[data-astro-cid-aadlzisc]{font-size:.9rem;color:var(--color-gray-600);line-height:1.75;font-style:italic;flex:1;margin:0;position:relative;padding-left:1rem;border-left:3px solid var(--color-blue-100)}.test-service[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:var(--color-blue-700);text-transform:uppercase;letter-spacing:.07em}.test-service[data-astro-cid-aadlzisc] svg[data-astro-cid-aadlzisc]{color:var(--color-accent);flex-shrink:0}.test-cta[data-astro-cid-aadlzisc]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.test-cta[data-astro-cid-aadlzisc] p[data-astro-cid-aadlzisc]{font-size:1.1rem;font-weight:600;color:var(--color-blue-900)}@media(max-width:900px){.test-grid[data-astro-cid-aadlzisc]{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.test-grid[data-astro-cid-aadlzisc]{grid-template-columns:1fr}.test-stats[data-astro-cid-aadlzisc]{gap:1.5rem}.ts-sep[data-astro-cid-aadlzisc]{display:none}}.locations[data-astro-cid-dgfoyax6]{background:var(--color-white)}.locations-header[data-astro-cid-dgfoyax6]{margin-bottom:3rem}.locations-grid[data-astro-cid-dgfoyax6]{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.loc-card[data-astro-cid-dgfoyax6]{padding:2rem;display:flex;flex-direction:column;gap:1.1rem}.loc-card--featured[data-astro-cid-dgfoyax6]{border-color:#1976d233;background:linear-gradient(160deg,var(--color-blue-50) 0%,var(--color-white) 100%)}.loc-badge[data-astro-cid-dgfoyax6]{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-blue-700);background:var(--color-blue-100);padding:.25rem .7rem;border-radius:20px;width:fit-content}.loc-icon[data-astro-cid-dgfoyax6]{width:50px;height:50px;background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-500));border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.loc-icon--light[data-astro-cid-dgfoyax6]{background:var(--color-blue-50);color:var(--color-blue-700);border:1px solid var(--color-blue-100)}.loc-icon[data-astro-cid-dgfoyax6] svg[data-astro-cid-dgfoyax6]{width:26px;height:26px}.loc-name[data-astro-cid-dgfoyax6]{font-size:1.25rem;font-weight:700;color:var(--color-blue-900)}.loc-address[data-astro-cid-dgfoyax6]{display:flex;align-items:flex-start;gap:.4rem;font-size:.9rem;color:var(--color-gray-600);line-height:1.5}.loc-address[data-astro-cid-dgfoyax6] svg[data-astro-cid-dgfoyax6]{flex-shrink:0;margin-top:2px;color:var(--color-accent)}.loc-hours[data-astro-cid-dgfoyax6]{background:var(--color-gray-50);border-radius:var(--radius);padding:1rem 1.1rem}.hours-label[data-astro-cid-dgfoyax6]{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray-500);margin-bottom:.65rem}.hours-label[data-astro-cid-dgfoyax6] svg[data-astro-cid-dgfoyax6]{color:var(--color-accent)}.day-row[data-astro-cid-dgfoyax6]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.25rem}.day[data-astro-cid-dgfoyax6]{font-size:.88rem;font-weight:600;color:var(--color-blue-900)}.time[data-astro-cid-dgfoyax6]{font-size:.88rem;font-weight:700;color:var(--color-accent)}.hours-note[data-astro-cid-dgfoyax6]{font-size:.78rem;color:var(--color-gray-400);margin-top:.5rem}.loc-link-row[data-astro-cid-dgfoyax6]{display:flex;align-items:center;gap:.5rem}.loc-web[data-astro-cid-dgfoyax6]{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--color-accent);text-decoration:none;transition:color .2s}.loc-web[data-astro-cid-dgfoyax6]:hover{color:var(--color-blue-900)}.fonasa-badge[data-astro-cid-dgfoyax6]{display:flex;align-items:center;gap:.6rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:var(--radius);padding:.55rem .9rem;width:fit-content}.fonasa-badge-logo[data-astro-cid-dgfoyax6]{height:28px;width:auto;display:block}.fonasa-badge[data-astro-cid-dgfoyax6] span[data-astro-cid-dgfoyax6]{font-size:.8rem;font-weight:700;color:#0369a1;white-space:nowrap}.comunas-strip[data-astro-cid-dgfoyax6]{grid-column:1 / -1;padding:1.75rem 2rem;display:flex;align-items:flex-start;gap:1.5rem;background:var(--color-blue-900);border-color:transparent}.comunas-strip[data-astro-cid-dgfoyax6]:hover{transform:none}.comunas-icon[data-astro-cid-dgfoyax6]{width:52px;height:52px;flex-shrink:0;background:#ffffff1a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--color-blue-400)}.comunas-icon[data-astro-cid-dgfoyax6] svg[data-astro-cid-dgfoyax6]{width:26px;height:26px}.comunas-text[data-astro-cid-dgfoyax6] h4[data-astro-cid-dgfoyax6]{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.35rem}.comunas-text[data-astro-cid-dgfoyax6] p[data-astro-cid-dgfoyax6]{font-size:.88rem;color:#ffffffa6;margin-bottom:1rem}.comunas-list[data-astro-cid-dgfoyax6]{display:flex;flex-wrap:wrap;gap:.5rem}.comuna-pill[data-astro-cid-dgfoyax6]{font-size:.8rem;font-weight:600;color:var(--color-blue-400);background:#42a5f51f;border:1px solid rgba(66,165,245,.25);padding:.3rem .8rem;border-radius:20px}@media(max-width:700px){.locations-grid[data-astro-cid-dgfoyax6]{grid-template-columns:1fr}.comunas-strip[data-astro-cid-dgfoyax6]{flex-direction:column;gap:1rem}.comunas-strip[data-astro-cid-dgfoyax6]{grid-column:1}}.contact[data-astro-cid-xmivup5a]{padding-bottom:6rem}.contact-inner[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-body[data-astro-cid-xmivup5a]{font-size:1rem;color:var(--color-gray-600);line-height:1.78;margin-bottom:2rem}.contact-body[data-astro-cid-xmivup5a] strong[data-astro-cid-xmivup5a]{color:var(--color-blue-900)}.contact-methods[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.85rem}.contact-method[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius);border:1.5px solid var(--color-gray-200);background:var(--color-white);transition:all .2s ease;text-decoration:none;cursor:pointer}.contact-method[data-astro-cid-xmivup5a]:hover{border-color:var(--color-blue-300);box-shadow:var(--shadow-sm);transform:translate(3px)}.contact-method--wa[data-astro-cid-xmivup5a]{border-color:#25d3664d;background:#25d3660a}.contact-method--wa[data-astro-cid-xmivup5a]:hover{border-color:#25d36680;background:#25d36612}.cm-icon[data-astro-cid-xmivup5a]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cm-icon--wa[data-astro-cid-xmivup5a]{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.cm-icon--email[data-astro-cid-xmivup5a]{background:var(--color-blue-50);color:var(--color-blue-700)}.cm-icon--ig[data-astro-cid-xmivup5a]{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.cm-icon[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:20px;height:20px}.cm-body[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.1rem;flex:1}.cm-label[data-astro-cid-xmivup5a]{font-size:.7rem;font-weight:600;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.08em}.cm-value[data-astro-cid-xmivup5a]{font-size:.92rem;font-weight:700;color:var(--color-blue-900)}.cm-arrow[data-astro-cid-xmivup5a]{font-size:1rem;color:var(--color-gray-400);transition:transform .2s}.contact-method[data-astro-cid-xmivup5a]:hover .cm-arrow[data-astro-cid-xmivup5a]{transform:translate(4px);color:var(--color-accent)}.wa-preview-card[data-astro-cid-xmivup5a]{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--color-gray-200)}.wap-header[data-astro-cid-xmivup5a]{background:var(--color-blue-900);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.wap-avatar[data-astro-cid-xmivup5a]{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--color-blue-500),var(--color-blue-700));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:#fff;flex-shrink:0}.wap-info[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.1rem;flex:1}.wap-name[data-astro-cid-xmivup5a]{font-size:.88rem;font-weight:700;color:#fff}.wap-status[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#fff9}.wap-dot[data-astro-cid-xmivup5a]{width:6px;height:6px;border-radius:50%;background:#25d366;animation:blink 1.5s infinite}.wap-wa-logo[data-astro-cid-xmivup5a]{color:#25d366}.wap-wa-logo[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:20px;height:20px}.wap-chat[data-astro-cid-xmivup5a]{background:#ece5dd;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c7bdb4' fill-opacity='0.25'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E");padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;min-height:220px}.wap-bubble[data-astro-cid-xmivup5a]{max-width:82%;padding:.6rem .9rem;border-radius:12px;font-size:.83rem;line-height:1.5;position:relative}.wap-bubble--in[data-astro-cid-xmivup5a]{background:#fff;color:#333;border-bottom-left-radius:3px;align-self:flex-start;box-shadow:0 1px 2px #00000014}.wap-bubble--out[data-astro-cid-xmivup5a]{background:#dcf8c6;color:#111;border-bottom-right-radius:3px;align-self:flex-end;box-shadow:0 1px 2px #00000014}.wap-check[data-astro-cid-xmivup5a]{font-size:.65rem;color:#53bdeb;margin-left:.35rem}.wap-cta[data-astro-cid-xmivup5a]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;width:100%;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:opacity .2s;text-decoration:none}.wap-cta[data-astro-cid-xmivup5a]:hover{opacity:.9}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@media(max-width:900px){.contact-inner[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:2.5rem}}.footer[data-astro-cid-sz7xmlte]{background:var(--color-blue-900);color:#ffffffbf}.footer-top[data-astro-cid-sz7xmlte]{padding:4rem 1.5rem 3rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem}.fb-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem}.fb-icon[data-astro-cid-sz7xmlte]{width:42px;height:42px;background:linear-gradient(135deg,var(--color-blue-500),var(--color-blue-700));border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.fb-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:22px;height:22px}.fb-name[data-astro-cid-sz7xmlte]{font-size:.95rem;font-weight:700;color:#fff}.fb-title[data-astro-cid-sz7xmlte]{font-size:.65rem;color:var(--color-blue-400);text-transform:uppercase;letter-spacing:.07em;margin-top:.1rem}.fb-desc[data-astro-cid-sz7xmlte]{font-size:.88rem;line-height:1.7;color:#ffffff8c;margin-bottom:1.5rem}.fb-social[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem}.fb-social-link[data-astro-cid-sz7xmlte]{width:36px;height:36px;border-radius:9px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s;text-decoration:none}.fb-social-link[data-astro-cid-sz7xmlte]:hover{background:#ffffff24;color:#fff}.fb-social-link--wa[data-astro-cid-sz7xmlte]:hover{background:#25d36633;border-color:#25d3664d;color:#25d366}.fb-social-link[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px}.footer-heading[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#fff6;margin-bottom:1.1rem}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.87rem;color:#ffffffa6;transition:color .2s;text-decoration:none}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-contact-list[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer-contact-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:.6rem}.footer-contact-list[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--color-blue-400)}.footer-contact-list[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte],.footer-contact-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#ffffffa6;line-height:1.5;text-decoration:none;transition:color .2s}.footer-contact-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-bottom[data-astro-cid-sz7xmlte]{background:#00000040;padding:1.1rem 1.5rem;border-top:1px solid rgba(255,255,255,.07)}.footer-bottom-inner[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#ffffff59;flex-wrap:wrap;gap:.5rem}.footer-domain[data-astro-cid-sz7xmlte]{font-weight:600;color:var(--color-blue-400)}@media(max-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:560px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
