@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #0A192F;--color-primary-light: #112240;--color-primary-lighter: #233554;--color-accent: #10B981;--color-accent-hover: #059669;--color-bg: #FFFFFF;--color-bg-alt: #F8FAFC;--color-bg-card: #FFFFFF;--color-text: #334155;--color-heading: #0F172A;--color-text-light: #64748B;--color-text-on-primary: #F8FAFC;--color-text-on-accent: #FFFFFF;--font-sans: "Inter", sans-serif;--space-1: .25rem;--space-2: .5rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--space-32: 8rem;--container-width: 1200px;--header-height: 96px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-hover: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);line-height:1.6;scroll-behavior:smooth;font-size:16px}body{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.01em}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:var(--space-4)}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--space-4)}.section{padding:var(--space-16) 0}@media(min-width:768px){.section{padding:var(--space-24) 0}}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.space-y-4>*+*{margin-top:var(--space-4)}.space-y-6>*+*{margin-top:var(--space-6)}.space-y-8>*+*{margin-top:var(--space-8)}.section-bg-alt{background-color:var(--color-bg-alt)}.section-primary{background-color:var(--color-primary);color:var(--color-text-on-primary)}.section-primary h1,.section-primary h2,.section-primary h3,.section-primary h4,.section-primary h5,.section-primary h6{color:var(--color-text-on-primary)}.section-primary p{color:#fffc}.text-center{text-align:center}.section-header{margin-bottom:var(--space-16);text-align:center;max-width:800px;margin-inline:auto}.section-header h2{margin-bottom:var(--space-4);position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:var(--color-accent);border-radius:var(--radius-full)}.section-header p{color:var(--color-text-light);font-size:1.125rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:1000;width:100%;background:#fffffff5;border-bottom:1px solid rgba(226,232,240,.7);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.site-header[data-astro-cid-3ef6ksr2].scrolled{background:#ffffffe8;border-bottom-color:#e2e8f0e6;box-shadow:0 8px 30px #0f172a0e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-container[data-astro-cid-3ef6ksr2]{width:min(calc(100% - 40px),1280px);min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:0}.brand-logo[data-astro-cid-3ef6ksr2]{display:block;width:auto;height:80px;max-width:235px;object-fit:contain;transition:transform .2s ease}.brand[data-astro-cid-3ef6ksr2]:hover .brand-logo[data-astro-cid-3ef6ksr2]{transform:translateY(-1px)}.desktop-navigation[data-astro-cid-3ef6ksr2]{display:none;align-items:center;margin-left:auto;margin-right:auto}@media(min-width:900px){.desktop-navigation[data-astro-cid-3ef6ksr2]{display:flex}}.nav-list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.nav-item[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.nav-link[data-astro-cid-3ef6ksr2]{position:relative;display:inline-flex;align-items:center;min-height:40px;padding:0 15px;color:#475569;text-decoration:none;font-size:.88rem;font-weight:600;letter-spacing:-.01em;border-radius:9px;transition:color .2s ease,background-color .2s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:#0f172a;background:#f8fafc}.nav-link[data-astro-cid-3ef6ksr2].active{color:#059669;background:#ecfdf5}.nav-link[data-astro-cid-3ef6ksr2].active:after{content:"";position:absolute;left:15px;right:15px;bottom:4px;height:2px;border-radius:999px;background:#10b981}.header-right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:16px;flex-shrink:0}.header-trust[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:7px;color:#64748b;font-size:.68rem;font-weight:650;white-space:nowrap}@media(min-width:1100px){.header-trust[data-astro-cid-3ef6ksr2]{display:inline-flex}}.trust-dot[data-astro-cid-3ef6ksr2]{position:relative;width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px #10b9811a}.consultation-btn[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;color:#fff;background:#0f172a;border:1px solid #0f172a;border-radius:10px;text-decoration:none;font-size:.78rem;font-weight:700;letter-spacing:-.005em;box-shadow:0 4px 12px #0f172a1a;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.consultation-btn[data-astro-cid-3ef6ksr2]:hover{color:#fff;background:#059669;border-color:#059669;transform:translateY(-2px);box-shadow:0 9px 20px #10b98133}.consultation-icon[data-astro-cid-3ef6ksr2]{width:27px;height:27px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6ee7b7;background:#ffffff14;border-radius:7px}.consultation-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.arrow-icon[data-astro-cid-3ef6ksr2]{width:15px;height:15px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.consultation-btn[data-astro-cid-3ef6ksr2]:hover .arrow-icon[data-astro-cid-3ef6ksr2]{transform:translate(3px)}.mobile-menu-button[data-astro-cid-3ef6ksr2]{display:none;width:42px;height:42px;align-items:center;justify-content:center;padding:0;flex-shrink:0;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}@media(max-width:899px){.mobile-menu-button[data-astro-cid-3ef6ksr2]{display:flex}}.mobile-menu-button[data-astro-cid-3ef6ksr2]:hover{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.menu-button-inner[data-astro-cid-3ef6ksr2]{position:relative;width:19px;height:16px}.menu-line[data-astro-cid-3ef6ksr2]{position:absolute;left:0;width:19px;height:2px;background:currentColor;border-radius:999px;transition:transform .25s ease,top .25s ease,opacity .2s ease}.line-one[data-astro-cid-3ef6ksr2]{top:1px}.line-two[data-astro-cid-3ef6ksr2]{top:7px}.line-three[data-astro-cid-3ef6ksr2]{top:13px}.mobile-menu-button[data-astro-cid-3ef6ksr2].is-open .line-one[data-astro-cid-3ef6ksr2]{top:7px;transform:rotate(45deg)}.mobile-menu-button[data-astro-cid-3ef6ksr2].is-open .line-two[data-astro-cid-3ef6ksr2]{opacity:0}.mobile-menu-button[data-astro-cid-3ef6ksr2].is-open .line-three[data-astro-cid-3ef6ksr2]{top:7px;transform:rotate(-45deg)}@media(max-width:899px){.header-container[data-astro-cid-3ef6ksr2]{width:calc(100% - 28px);min-height:76px;gap:8px}.brand[data-astro-cid-3ef6ksr2]{flex:1 1 auto;min-width:0}.brand-logo[data-astro-cid-3ef6ksr2]{height:46px;max-width:190px}.header-right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px;flex-shrink:0}.consultation-btn[data-astro-cid-3ef6ksr2]{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;gap:0;border-radius:10px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-text[data-astro-cid-3ef6ksr2],.consultation-btn[data-astro-cid-3ef6ksr2] .arrow-icon[data-astro-cid-3ef6ksr2]{display:none}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2]{width:25px;height:25px;margin:0;border-radius:7px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:14px;height:14px}.mobile-menu-button[data-astro-cid-3ef6ksr2]{width:42px;height:42px}.mobile-navigation[data-astro-cid-3ef6ksr2]{top:76px;max-height:calc(100vh - 76px)}}@media(max-width:480px){.header-container[data-astro-cid-3ef6ksr2]{width:calc(100% - 20px);min-height:72px;gap:7px}.brand-logo[data-astro-cid-3ef6ksr2]{height:44px;max-width:170px}.header-right[data-astro-cid-3ef6ksr2]{gap:7px}.consultation-btn[data-astro-cid-3ef6ksr2]{width:40px;min-width:40px;height:40px;min-height:40px;border-radius:9px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2]{width:24px;height:24px;border-radius:6px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:13px;height:13px}.mobile-menu-button[data-astro-cid-3ef6ksr2]{width:40px;height:40px;border-radius:9px}.mobile-navigation[data-astro-cid-3ef6ksr2]{top:72px;max-height:calc(100vh - 72px)}}@media(max-width:360px){.header-container[data-astro-cid-3ef6ksr2]{width:calc(100% - 16px);gap:6px}.brand-logo[data-astro-cid-3ef6ksr2]{height:42px;max-width:155px}.consultation-btn[data-astro-cid-3ef6ksr2],.mobile-menu-button[data-astro-cid-3ef6ksr2]{width:38px;min-width:38px;height:38px;min-height:38px;border-radius:8px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2]{width:22px;height:22px}.consultation-btn[data-astro-cid-3ef6ksr2] .consultation-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:12px;height:12px}.mobile-navigation[data-astro-cid-3ef6ksr2]{top:72px}}.mobile-navigation[data-astro-cid-3ef6ksr2]{position:fixed;top:76px;left:0;width:100%;max-height:calc(100vh - 76px);overflow-y:auto;background:#fffffffa;border-top:1px solid #eef2f5;box-shadow:0 20px 40px #0f172a1a;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:999}.mobile-navigation[data-astro-cid-3ef6ksr2].is-open{opacity:1;visibility:visible;transform:translateY(0)}@media(min-width:900px){.mobile-navigation[data-astro-cid-3ef6ksr2]{display:none}}.mobile-navigation-inner[data-astro-cid-3ef6ksr2]{width:min(calc(100% - 40px),620px);margin:0 auto;padding:20px 0 28px}.mobile-nav-heading[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#94a3b8;font-size:.63rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.mobile-nav-status[data-astro-cid-3ef6ksr2]{color:#10b981;letter-spacing:.02em;text-transform:none}.mobile-nav-list[data-astro-cid-3ef6ksr2]{margin:0;padding:0;list-style:none}.mobile-nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{border-bottom:1px solid #f1f5f9}.mobile-nav-link[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:8px;min-height:62px;color:#334155;text-decoration:none;transition:color .2s ease,padding .2s ease}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover{color:#059669;padding-left:5px}.mobile-nav-link[data-astro-cid-3ef6ksr2].active{color:#059669}.mobile-nav-number[data-astro-cid-3ef6ksr2]{color:#cbd5e1;font-size:.65rem;font-weight:800;letter-spacing:.04em}.mobile-nav-link[data-astro-cid-3ef6ksr2].active .mobile-nav-number[data-astro-cid-3ef6ksr2]{color:#10b981}.mobile-nav-label[data-astro-cid-3ef6ksr2]{font-size:1rem;font-weight:650;letter-spacing:-.015em}.mobile-nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover svg[data-astro-cid-3ef6ksr2]{transform:translate(3px)}.mobile-contact-card[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:12px;margin-top:18px;padding:14px;background:linear-gradient(135deg,#f0fdf9,#f8fafc);border:1px solid #dff5ec;border-radius:13px}.mobile-contact-icon[data-astro-cid-3ef6ksr2]{width:39px;height:39px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#059669;background:#fff;border-radius:10px}.mobile-contact-icon[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mobile-contact-content[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:3px}.mobile-contact-content[data-astro-cid-3ef6ksr2] strong[data-astro-cid-3ef6ksr2]{color:#0f172a;font-size:.74rem;font-weight:750}.mobile-contact-content[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{color:#64748b;font-size:.64rem;line-height:1.4}.mobile-consultation-btn[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;margin-top:12px;color:#fff;background:#0f172a;border-radius:10px;text-decoration:none;font-size:.78rem;font-weight:750;transition:background .2s ease,transform .2s ease}.mobile-consultation-btn[data-astro-cid-3ef6ksr2]:hover{color:#fff;background:#059669;transform:translateY(-1px)}.mobile-consultation-btn[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-backdrop[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:998;background:#0f172a2e;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-backdrop[data-astro-cid-3ef6ksr2].is-visible{opacity:1;visibility:visible}@media(min-width:900px)and (max-width:1050px){.header-container[data-astro-cid-3ef6ksr2]{gap:15px}.nav-link[data-astro-cid-3ef6ksr2]{padding:0 10px;font-size:.82rem}.consultation-btn[data-astro-cid-3ef6ksr2]{padding:0 12px;font-size:.72rem}}.nav-link[data-astro-cid-3ef6ksr2]:focus-visible,.brand[data-astro-cid-3ef6ksr2]:focus-visible,.consultation-btn[data-astro-cid-3ef6ksr2]:focus-visible,.mobile-nav-link[data-astro-cid-3ef6ksr2]:focus-visible,.mobile-consultation-btn[data-astro-cid-3ef6ksr2]:focus-visible,.mobile-menu-button[data-astro-cid-3ef6ksr2]:focus-visible{outline:3px solid rgba(16,185,129,.25);outline-offset:3px}@media(prefers-reduced-motion:reduce){.site-header[data-astro-cid-3ef6ksr2],.brand-logo[data-astro-cid-3ef6ksr2],.nav-link[data-astro-cid-3ef6ksr2],.consultation-btn[data-astro-cid-3ef6ksr2],.mobile-menu-button[data-astro-cid-3ef6ksr2],.mobile-navigation[data-astro-cid-3ef6ksr2],.mobile-backdrop[data-astro-cid-3ef6ksr2],.mobile-nav-link[data-astro-cid-3ef6ksr2],.mobile-consultation-btn[data-astro-cid-3ef6ksr2]{transition:none}}.site-footer[data-astro-cid-sz7xmlte]{position:relative;color:#fff;background:#071426;overflow:hidden}.site-footer[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;width:520px;height:520px;top:-280px;right:-120px;background:radial-gradient(circle,rgba(16,185,129,.12),transparent 68%);pointer-events:none}.site-footer[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;width:400px;height:400px;bottom:-260px;left:-150px;background:radial-gradient(circle,rgba(16,185,129,.07),transparent 70%);pointer-events:none}.footer-main[data-astro-cid-sz7xmlte]{position:relative;z-index:1;padding:72px 0 28px}.footer-cta[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:30px 34px;margin-bottom:64px;background:linear-gradient(135deg,#10b98124,#10b9810a);border:1px solid rgba(110,231,183,.18);border-radius:18px;box-shadow:inset 0 1px #ffffff0a}.footer-cta-content[data-astro-cid-sz7xmlte]{max-width:700px}.footer-cta-label[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:8px;color:#6ee7b7;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{margin:0 0 8px;color:#fff;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.2;letter-spacing:-.035em;font-weight:750}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#10b981}.footer-cta[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;max-width:620px;color:#ffffff9e;font-size:.82rem;line-height:1.65}.footer-cta-button[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:185px;height:48px;padding:0 18px;flex-shrink:0;color:#052e24;background:#34d399;border:1px solid #34d399;border-radius:10px;text-decoration:none;font-size:.76rem;font-weight:750;box-shadow:0 8px 20px #10b98126;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.footer-cta-button[data-astro-cid-sz7xmlte]:hover{color:#052e24;background:#6ee7b7;transform:translateY(-2px);box-shadow:0 12px 26px #10b98138}.footer-cta-button[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.footer-cta-button[data-astro-cid-sz7xmlte]:hover svg[data-astro-cid-sz7xmlte]{transform:translate(3px)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.7fr .8fr 1fr 1.4fr;gap:48px;padding-bottom:56px}.footer-brand[data-astro-cid-sz7xmlte]{max-width:390px}.footer-logo-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;margin-bottom:18px;line-height:0}.footer-logo-image[data-astro-cid-sz7xmlte]{display:block;width:auto;height:80px;max-width:205px;object-fit:contain}.footer-description[data-astro-cid-sz7xmlte]{margin:0 0 18px;max-width:370px;color:#ffffff94;font-size:.78rem;line-height:1.75}.footer-trust[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:7px 10px;color:#ffffffbf;background:#ffffff0b;border:1px solid rgba(255,255,255,.07);border-radius:999px;font-size:.63rem;font-weight:650}.footer-trust-dot[data-astro-cid-sz7xmlte]{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px #10b9811a}.social-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:8px}.social-icon[data-astro-cid-sz7xmlte]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#ffffffad;background:#ffffff0e;border:1px solid rgba(255,255,255,.07);border-radius:9px;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.social-icon[data-astro-cid-sz7xmlte]:hover{color:#fff;background:#059669;border-color:#059669;transform:translateY(-2px)}.social-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.social-icon[data-astro-cid-sz7xmlte] .social-dot[data-astro-cid-sz7xmlte]{fill:currentColor;stroke:none}.footer-column[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin:3px 0 20px;color:#fff;font-size:.76rem;font-weight:750;letter-spacing:.01em}.footer-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}.footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin:0;padding:0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:6px;color:#ffffff8f;text-decoration:none;font-size:.74rem;line-height:1.5;transition:color .2s ease,transform .2s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:12px;height:12px;opacity:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#6ee7b7;transform:translate(2px)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover svg[data-astro-cid-sz7xmlte]{opacity:1;transform:translate(0)}.contact-list[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:13px}.contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:11px;color:inherit;text-decoration:none}.contact-icon[data-astro-cid-sz7xmlte]{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#6ee7b7;background:#10b98117;border:1px solid rgba(16,185,129,.12);border-radius:8px}.contact-icon[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-text[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:2px;padding-top:1px}.contact-text[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte]{color:#ffffff61;font-size:.59rem;font-weight:600}.contact-text[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:#ffffffb8;font-size:.69rem;font-weight:600;line-height:1.5}.contact-item[data-astro-cid-sz7xmlte]:hover .contact-text[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:#6ee7b7}.contact-location[data-astro-cid-sz7xmlte]{cursor:default}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.075);color:#ffffff61;font-size:.62rem}.footer-copyright[data-astro-cid-sz7xmlte]{margin:0}.footer-copyright[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{display:block}.footer-bottom-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px}.footer-bottom-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff6;text-decoration:none;transition:color .2s ease}.footer-bottom-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#6ee7b7}.footer-divider[data-astro-cid-sz7xmlte]{width:3px;height:3px;border-radius:50%;background:#ffffff38}@media(max-width:1000px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1;max-width:600px}.footer-description[data-astro-cid-sz7xmlte]{max-width:560px}}@media(max-width:767px){.footer-main[data-astro-cid-sz7xmlte]{padding:48px 0 22px}.footer-cta[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:20px;padding:24px;margin-bottom:44px;border-radius:15px}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:1.4rem}.footer-cta[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.75rem}.footer-cta-button[data-astro-cid-sz7xmlte]{width:100%;min-width:0}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:36px 25px;padding-bottom:40px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}.footer-logo-image[data-astro-cid-sz7xmlte]{height:60px;max-width:185px}.footer-description[data-astro-cid-sz7xmlte]{font-size:.74rem}.footer-column[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-bottom:16px}.footer-links[data-astro-cid-sz7xmlte]{gap:10px}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.7rem}.contact-text[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{font-size:.67rem}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:center;text-align:center;gap:10px;padding-top:18px}}@media(max-width:480px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:32px}.footer-column[data-astro-cid-sz7xmlte],.footer-contact-column[data-astro-cid-sz7xmlte]{width:100%}.footer-brand[data-astro-cid-sz7xmlte]{max-width:none}.social-icon[data-astro-cid-sz7xmlte]{width:38px;height:38px}.footer-bottom-links[data-astro-cid-sz7xmlte]{flex-wrap:wrap;justify-content:center}}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{outline:3px solid rgba(110,231,183,.35);outline-offset:3px;border-radius:5px}@media(prefers-reduced-motion:reduce){.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.social-icon[data-astro-cid-sz7xmlte],.footer-cta-button[data-astro-cid-sz7xmlte],.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{transition:none}}.floating-contact-btn[data-astro-cid-miewhr2p]{position:fixed;bottom:24px;z-index:999;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;color:#fff;text-decoration:none;box-shadow:0 4px 14px #00000038,0 2px 6px #0000001f;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,background-color .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;user-select:none}.floating-whatsapp[data-astro-cid-miewhr2p]{left:24px;background:linear-gradient(135deg,#25d366,#20ba59)}.floating-phone[data-astro-cid-miewhr2p]{right:24px;background:linear-gradient(135deg,#25d366,#20ba59)}.floating-contact-btn[data-astro-cid-miewhr2p]:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 8px 22px #25d36673,0 4px 10px #0000002e;color:#fff}.floating-contact-btn[data-astro-cid-miewhr2p]:active{transform:translateY(0) scale(.94);box-shadow:0 2px 8px #0003}.floating-icon[data-astro-cid-miewhr2p]{display:block;flex-shrink:0;transition:transform .25s ease}.floating-contact-btn[data-astro-cid-miewhr2p]:hover .floating-icon[data-astro-cid-miewhr2p]{transform:scale(1.06)}.floating-tooltip[data-astro-cid-miewhr2p]{position:absolute;bottom:calc(100% + 10px);background-color:#0f172a;color:#fff;font-size:.8125rem;font-weight:600;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;box-shadow:0 4px 12px #0003;letter-spacing:.01em}.floating-tooltip[data-astro-cid-miewhr2p]:after{content:"";position:absolute;top:100%;border-width:5px;border-style:solid;border-color:#0f172a transparent transparent transparent}.tooltip-left[data-astro-cid-miewhr2p]{left:50%;transform:translate(-50%) translateY(6px)}.tooltip-left[data-astro-cid-miewhr2p]:after{left:50%;transform:translate(-50%)}.tooltip-right[data-astro-cid-miewhr2p]{right:50%;transform:translate(50%) translateY(6px)}.tooltip-right[data-astro-cid-miewhr2p]:after{right:50%;transform:translate(50%)}.floating-contact-btn[data-astro-cid-miewhr2p]:hover .floating-tooltip[data-astro-cid-miewhr2p],.floating-contact-btn[data-astro-cid-miewhr2p]:focus-visible .floating-tooltip[data-astro-cid-miewhr2p]{opacity:1;visibility:visible}.floating-contact-btn[data-astro-cid-miewhr2p]:hover .tooltip-left[data-astro-cid-miewhr2p],.floating-contact-btn[data-astro-cid-miewhr2p]:focus-visible .tooltip-left[data-astro-cid-miewhr2p]{transform:translate(-50%) translateY(0)}.floating-contact-btn[data-astro-cid-miewhr2p]:hover .tooltip-right[data-astro-cid-miewhr2p],.floating-contact-btn[data-astro-cid-miewhr2p]:focus-visible .tooltip-right[data-astro-cid-miewhr2p]{transform:translate(50%) translateY(0)}.floating-contact-btn[data-astro-cid-miewhr2p]:focus-visible{outline:3px solid #10b981;outline-offset:3px}@media(max-width:640px){.floating-contact-btn[data-astro-cid-miewhr2p]{width:52px;height:52px;bottom:calc(18px + env(safe-area-inset-bottom,0px))}.floating-whatsapp[data-astro-cid-miewhr2p]{left:calc(16px + env(safe-area-inset-left,0px))}.floating-phone[data-astro-cid-miewhr2p]{right:calc(16px + env(safe-area-inset-right,0px))}.floating-whatsapp[data-astro-cid-miewhr2p] .floating-icon[data-astro-cid-miewhr2p]{width:28px;height:28px}.floating-phone[data-astro-cid-miewhr2p] .floating-icon[data-astro-cid-miewhr2p]{width:24px;height:24px}.floating-tooltip[data-astro-cid-miewhr2p]{display:none}}main[data-astro-cid-sckkx6r4]{flex:1}
