:root{--blue-700: #2447b8;--blue-600: #2a52cc;--blue-500: #3563e9;--blue-100: #eaf2ff;--blue-50: #f5f9ff;--ink-900: #171a20;--ink-700: #323846;--ink-600: #5a6072;--ink-400: #9aa0ae;--white: #ffffff;--canvas: #f9fbff;--off-white: #f7faff;--gray-100: #f3f7fc;--gray-200: #e6e8ec;--radius-section: 26px;--radius-card: 16px;--radius-button: 9px;--shadow-soft: 0 1px 2px rgba(0, 0, 0, .04);--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: Georgia, "Times New Roman", serif;--color-primary: var(--blue-600);--color-primary-light: var(--blue-500);--color-primary-dark: var(--blue-700);--color-secondary: var(--blue-600);--color-secondary-light: var(--blue-500);--color-secondary-dark: var(--blue-700);--color-gold: var(--blue-100);--color-cream: var(--off-white);--color-white: var(--white);--color-off-white: var(--off-white);--color-gray-100: var(--gray-100);--color-gray-200: var(--gray-200);--color-gray-400: var(--ink-400);--color-gray-600: var(--ink-600);--color-gray-800: var(--ink-700);--color-gray-900: var(--ink-900);--color-black: var(--ink-900);--font-family: var(--font-sans);--transition-fast: .12s ease;--transition-normal: .18s ease}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background:var(--canvas);color:var(--ink-600);font-family:var(--font-sans);font-size:13px;line-height:1.5;overflow-x:hidden}body::selection{background:var(--blue-600);color:var(--white)}main{display:block}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,.display-title{color:var(--ink-900);font-family:var(--font-serif);font-weight:500;letter-spacing:0;line-height:1.12}h3,h4,h5,h6{color:var(--ink-900);font-weight:650;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}[hidden]{display:none!important}button,input,textarea,select{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid rgba(53,99,233,.35);outline-offset:3px}.site-shell{width:min(1280px,calc(100% - 32px));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section-card{width:min(1280px,calc(100% - 32px));margin:18px auto;padding:clamp(28px,4vw,52px);border-radius:var(--radius-section);background:var(--white);box-shadow:var(--shadow-soft)}.section-card.is-paper{background:var(--off-white)}.section-card.is-blue,.blue-card{background:var(--blue-600);color:#ffffffc7}.section-card.is-blue h1,.section-card.is-blue h2,.section-card.is-blue h3,.blue-card h1,.blue-card h2,.blue-card h3{color:var(--white)}.section-kicker,.eyebrow{margin:0 0 12px;color:var(--ink-400);font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.section-card.is-blue .section-kicker,.section-card.is-blue .eyebrow,.blue-card .section-kicker,.blue-card .eyebrow{color:#ffffffb8}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-heading h2{margin:0;font-size:clamp(28px,3vw,34px)}.section-heading p{max-width:520px;margin:8px 0 0;color:var(--ink-600);font-size:13px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-600);font-size:13px;font-weight:650;white-space:nowrap}.text-link svg{width:16px;height:16px;transition:transform var(--transition-fast)}.text-link:hover svg{transform:translate(3px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:1px solid transparent;border-radius:var(--radius-button);font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue-600);color:var(--white)}.btn-primary:hover{background:var(--blue-700);color:var(--white)}.btn-secondary{background:transparent;border-color:var(--blue-600);color:var(--blue-600)}.btn-secondary:hover{background:var(--blue-50);color:var(--blue-700)}.btn-inverted{background:var(--white);color:var(--blue-600)}.btn-inverted:hover{background:var(--blue-100);color:var(--blue-700)}.section-card.is-blue .btn-inverted,.blue-card .btn-inverted{background:var(--white);color:var(--blue-600)}.section-card.is-blue .btn-inverted:hover,.blue-card .btn-inverted:hover{background:var(--blue-100);color:var(--blue-700)}.icon-chip{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--blue-100);color:var(--blue-600);flex:0 0 auto}.icon-chip svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.content-card{border-radius:var(--radius-card);background:var(--gray-100)}.prose{max-width:860px}.prose h2{margin:0 0 16px;font-size:clamp(28px,3vw,34px)}.prose h3{margin:28px 0 10px;font-size:18px}.prose h4{margin:22px 0 8px;font-size:15px}.prose p,.prose li{color:var(--ink-600);font-size:13px;line-height:1.65}.prose p{margin-bottom:14px}.prose ul,.prose ol{margin:10px 0 18px 18px;padding:0}.prose li+li{margin-top:6px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini-card{padding:20px;border-radius:var(--radius-card);background:var(--gray-100)}.mini-card h3{margin:0 0 8px;font-size:15px}.mini-card p{margin:0;color:var(--ink-600);font-size:12px;line-height:1.55}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1 / -1}.field label{color:var(--ink-900);font-size:12px;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--gray-200);border-radius:9px;background:var(--white);color:var(--ink-900);font-size:13px;padding:12px 13px}.field textarea{min-height:132px;resize:vertical}.table-wrap{overflow-x:auto;border-radius:var(--radius-card);background:var(--gray-100)}table{width:100%;border-collapse:collapse;min-width:620px}th,td{padding:14px 16px;border-bottom:1px solid var(--gray-200);color:var(--ink-600);font-size:12px;text-align:left;vertical-align:top}th{background:var(--blue-600);color:var(--white);font-weight:700}tr:last-child td{border-bottom:0}@media (max-width: 900px){.section-heading{align-items:start;flex-direction:column}.info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){body{font-size:12px}.site-shell,.section-card{width:min(1280px,calc(100% - 20px))}.section-card{margin:12px auto;padding:24px 18px;border-radius:20px}.form-grid,.info-grid{grid-template-columns:1fr}}.brand-logo[data-astro-cid-anndpidy]{display:inline-flex;align-items:center;width:fit-content;min-width:0;line-height:0;text-decoration:none;flex:0 0 auto}.brand-logo[data-astro-cid-anndpidy] img[data-astro-cid-anndpidy]{display:block;width:auto;height:58px;object-fit:contain}.brand-logo[data-astro-cid-anndpidy].is-compact img[data-astro-cid-anndpidy]{height:52px}@media (max-width: 720px){.brand-logo[data-astro-cid-anndpidy] img[data-astro-cid-anndpidy]{height:42px}}.site-header[data-astro-cid-vxlbulin]{position:sticky;top:16px;z-index:50;width:min(1280px,calc(100% - 32px));margin:16px auto 18px;border-radius:20px;background:var(--white);box-shadow:var(--shadow-soft)}.site-header__inner[data-astro-cid-vxlbulin]{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:12px 16px;gap:24px}.primary-nav[data-astro-cid-vxlbulin]{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,32px);flex:1}.primary-nav[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]{color:var(--ink-900);font-size:13px;font-weight:600;transition:color var(--transition-fast);white-space:nowrap}.primary-nav[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]:hover{color:var(--blue-600)}.header-actions[data-astro-cid-vxlbulin]{display:inline-flex;align-items:center;gap:12px;margin-left:auto;flex:0 0 auto}.whatsapp-cta[data-astro-cid-vxlbulin],.header-cta[data-astro-cid-vxlbulin]{min-height:38px;padding-inline:16px}.whatsapp-cta[data-astro-cid-vxlbulin]{border-color:#25d366;background:#25d366;color:var(--white)}.whatsapp-cta[data-astro-cid-vxlbulin]:hover{border-color:#1ebe5d;background:#1ebe5d;color:var(--white)}.whatsapp-cta[data-astro-cid-vxlbulin] svg[data-astro-cid-vxlbulin]{width:17px;height:17px;fill:currentColor;flex:0 0 auto}.menu-toggle[data-astro-cid-vxlbulin]{display:none;align-items:center;justify-content:center;flex-direction:column;width:36px;height:36px;border:0;border-radius:9px;background:var(--blue-100);color:var(--blue-600);padding:0}.menu-toggle[data-astro-cid-vxlbulin] span[data-astro-cid-vxlbulin]{display:block;width:16px;height:2px;margin:4px auto;border-radius:999px;background:currentColor}.mobile-nav[data-astro-cid-vxlbulin]{display:grid;gap:4px;padding:0 16px 16px}.mobile-nav[data-astro-cid-vxlbulin] a[data-astro-cid-vxlbulin]:not(.btn){padding:12px 0;border-top:1px solid var(--gray-200);color:var(--ink-900);font-weight:650}.sr-only[data-astro-cid-vxlbulin]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width: 980px){.primary-nav[data-astro-cid-vxlbulin],.header-actions[data-astro-cid-vxlbulin] .whatsapp-cta[data-astro-cid-vxlbulin],.header-cta[data-astro-cid-vxlbulin]{display:none}.menu-toggle[data-astro-cid-vxlbulin]{display:inline-flex}}@media (max-width: 720px){.site-header[data-astro-cid-vxlbulin]{top:10px;width:min(1280px,calc(100% - 20px));margin:10px auto 12px;border-radius:16px}.site-header__inner[data-astro-cid-vxlbulin]{min-height:60px;padding:10px 12px}}.site-footer[data-astro-cid-gcn2mc3v]{margin-bottom:16px}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.25fr;gap:32px;align-items:start}.footer-logo-wrap[data-astro-cid-gcn2mc3v]{margin-bottom:12px}.footer-brand[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{max-width:240px;margin:0;color:var(--ink-400);font-size:11px;line-height:1.6}.footer-column[data-astro-cid-gcn2mc3v]{display:grid;gap:10px}.footer-column[data-astro-cid-gcn2mc3v] h2[data-astro-cid-gcn2mc3v]{margin:0 0 4px;color:var(--ink-400);font-family:var(--font-sans);font-size:11px;font-weight:800}.footer-column[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--ink-600);font-size:12px}.footer-column[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover,.footer-email[data-astro-cid-gcn2mc3v]:hover,.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--blue-600)}.footer-contact[data-astro-cid-gcn2mc3v]{display:grid;justify-items:end;gap:8px;text-align:right}.footer-phone[data-astro-cid-gcn2mc3v]{color:var(--ink-900);font-size:17px;font-weight:800}.footer-email[data-astro-cid-gcn2mc3v]{color:var(--blue-600);font-size:13px;font-weight:650}.socials[data-astro-cid-gcn2mc3v]{display:flex;gap:8px;margin-top:8px}.socials[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--blue-100);color:var(--blue-600)}.socials[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.socials[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:first-child svg[data-astro-cid-gcn2mc3v],.socials[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:last-child svg[data-astro-cid-gcn2mc3v]{fill:currentColor;stroke:none}.footer-bottom[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:38px;padding-top:18px;border-top:1px solid var(--gray-200);color:var(--ink-400);font-size:10px}.footer-bottom[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0}.footer-bottom[data-astro-cid-gcn2mc3v] div[data-astro-cid-gcn2mc3v]{display:flex;gap:22px}@media (max-width: 1020px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(2,1fr)}.footer-contact[data-astro-cid-gcn2mc3v]{justify-items:start;text-align:left}}@media (max-width: 620px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr;gap:24px}.footer-bottom[data-astro-cid-gcn2mc3v]{align-items:flex-start;flex-direction:column}.footer-bottom[data-astro-cid-gcn2mc3v] div[data-astro-cid-gcn2mc3v]{flex-wrap:wrap;gap:12px}}.whatsapp-float[data-astro-cid-fmndznj3]{position:fixed;right:18px;bottom:18px;z-index:9999;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 16px 0 12px;border:1px solid #25d366;border-radius:999px;background:#25d366;color:var(--white);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap;box-shadow:0 8px 22px #128c4c59;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.whatsapp-float[data-astro-cid-fmndznj3]:hover{border-color:#1ebe5d;background:#1ebe5d;transform:translateY(-2px);box-shadow:0 12px 26px #128c4c6b}.whatsapp-float[data-astro-cid-fmndznj3] svg[data-astro-cid-fmndznj3]{width:26px;height:26px;fill:currentColor;flex:0 0 auto}.whatsapp-float__label[data-astro-cid-fmndznj3]{display:inline-flex;align-items:center;gap:7px}.dot[data-astro-cid-fmndznj3]{width:8px;height:8px;border-radius:50%;background:var(--white);animation:whatsapp-pulse 1.8s ease-in-out infinite}@keyframes whatsapp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}@media (max-width: 768px){.whatsapp-float[data-astro-cid-fmndznj3]{right:14px;bottom:14px;min-height:42px;padding:0 14px 0 11px;font-size:11px}.whatsapp-float[data-astro-cid-fmndznj3] svg[data-astro-cid-fmndznj3]{width:24px;height:24px}}
