:root{--color-text: #333;--color-muted: #64748b;--color-heading: #1a202c;--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-cyan: #06b6d4;--color-link: #007bff;--color-green: #16a34a;--color-green-light: #22c55e;--color-surface: #f8fafc;--color-white: #ffffff;--color-footer-from: #1a202c;--color-footer-to: #2d3748;--gradient-brand: linear-gradient(45deg, #2563eb, #06b6d4);--gradient-green: linear-gradient(45deg, #16a34a, #22c55e);--gradient-footer: linear-gradient(to right, #1a202c, #2d3748);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--max-width: 1200px;--page-gutter: .75rem;--header-offset: 72px;--font-size-xs: .875rem;--font-size-sm: .9375rem;--ease-out: cubic-bezier(.22, 1, .36, 1);--shadow-call: 0 8px 20px rgba(37, 99, 235, .35);--shadow-call-hover: 0 12px 28px rgba(37, 99, 235, .48)}.btn-call{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.9rem 1.35rem;border-radius:12px;border:none;background:var(--gradient-brand);color:#fff;font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1.2;text-decoration:none;box-shadow:var(--shadow-call);transition:transform .22s var(--ease-out),box-shadow .22s var(--ease-out),filter .22s var(--ease-out);cursor:pointer}.btn-call:hover{transform:translateY(-2px);box-shadow:var(--shadow-call-hover);filter:brightness(1.03);color:#fff}.btn-call:active{transform:translateY(0);box-shadow:0 4px 12px #2563eb4d}.btn-call:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}.btn-call--inverse{background:#fff;color:var(--color-primary);box-shadow:0 6px 18px #00000029}.btn-call--inverse:hover{color:var(--color-primary-dark);box-shadow:0 10px 24px #0003;filter:none}.btn-call--sm{min-height:44px;padding:.75rem .7rem;font-size:.95rem;gap:.35rem;border-radius:11px}.btn-call--block{width:100%}.btn-call .phone-icon{flex-shrink:0}@media(max-width:768px){:root{--page-gutter: .85rem}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;color:var(--color-text);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;background:var(--color-white);word-wrap:break-word}img{max-width:100%;height:auto}a{color:inherit}h1,h2,h3,h4,h5,h6,p{margin-top:0}main{min-height:50vh}.header[data-astro-cid-3ef6ksr2]{background:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header__inner[data-astro-cid-3ef6ksr2]{max-width:var(--max-width);margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;text-decoration:none}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:40px;width:auto}.header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#555;text-decoration:none;font-weight:500;padding:.5rem;position:relative;display:inline-block}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-2px;left:50%;width:calc(100% - 1rem);height:2px;background:#007bff;transform:translate(-50%) scaleX(0);transition:transform .2s ease}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{color:#007bff}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after,.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active:after{transform:translate(-50%) scaleX(1)}.header__burger[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:2rem;height:2rem;flex-direction:column;justify-content:space-around;z-index:1001}.header__burger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:2rem;height:.25rem;background:#333;border-radius:10px;transition:transform .3s linear,opacity .3s linear;transform-origin:1px}.header__burger[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:first-child{transform:rotate(45deg)}.header__burger[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0;transform:translate(20px)}.header__burger[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg)}.header__drawer[data-astro-cid-3ef6ksr2],.header__close[data-astro-cid-3ef6ksr2]{display:none}@media(max-width:768px){.header__inner[data-astro-cid-3ef6ksr2]{padding:1rem}.header__nav[data-astro-cid-3ef6ksr2]{display:none}.header__burger[data-astro-cid-3ef6ksr2]{display:flex}.header__drawer[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;background:#fff;position:fixed;top:0;right:0;height:100vh;width:100%;padding:5rem 2rem;transition:transform .3s ease-in-out;transform:translate(100%);z-index:1000}.header__drawer[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.header__drawer[data-astro-cid-3ef6ksr2][hidden]{display:flex}.header__close[data-astro-cid-3ef6ksr2]{display:block;position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;width:2rem;height:2rem;cursor:pointer}.header__close[data-astro-cid-3ef6ksr2]:before,.header__close[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;width:2rem;height:.25rem;background:#333;border-radius:10px;top:50%;left:50%}.header__close[data-astro-cid-3ef6ksr2]:before{transform:translate(-50%,-50%) rotate(45deg)}.header__close[data-astro-cid-3ef6ksr2]:after{transform:translate(-50%,-50%) rotate(-45deg)}.header__drawer[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem;align-items:center}.header__drawer[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#555;text-decoration:none;font-size:1.5rem;font-weight:500;padding:1rem;display:block}.header__drawer[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active,.header__drawer[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:#007bff}}.footer[data-astro-cid-sz7xmlte]{background:var(--gradient-footer);color:#fff;padding:4rem 0 6rem}.footer__grid[data-astro-cid-sz7xmlte]{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{color:#fff;font-size:1.2rem;margin:0 0 1.5rem;font-weight:600;position:relative}.footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:2px;background:var(--gradient-brand)}.footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.8rem}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#e2e8f0;text-decoration:none;transition:color .2s ease}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#3182ce}.footer__row[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem}.footer__google[data-astro-cid-sz7xmlte]{font-weight:700;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.35)}.footer__google[data-astro-cid-sz7xmlte]:hover{color:#63b3ed!important;border-bottom-color:#63b3ed}.footer__copy[data-astro-cid-sz7xmlte]{text-align:center;padding-top:2rem;margin:2rem auto 0;max-width:var(--max-width);border-top:1px solid rgba(255,255,255,.1);color:#a0aec0;font-size:1rem}@media(max-width:768px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;text-align:center;padding:0 1rem}.footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]:after{left:50%;transform:translate(-50%)}.footer__row[data-astro-cid-sz7xmlte]{justify-content:center}}.promo[data-astro-cid-345gytvx]{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:999;width:auto;max-width:calc(100% - 24px);background:#0f172af0;backdrop-filter:blur(14px);border:1px solid rgba(148,163,184,.22);border-radius:999px;box-shadow:0 12px 32px #00000059}.promo__inner[data-astro-cid-345gytvx]{display:flex;align-items:center;gap:.85rem;padding:.45rem .45rem .45rem 1.15rem}.promo__offer[data-astro-cid-345gytvx]{text-decoration:none;color:#e2e8f0;min-width:0}.promo__text[data-astro-cid-345gytvx]{font-size:.95rem;font-weight:600;line-height:1.2;white-space:nowrap}.promo__text[data-astro-cid-345gytvx] strong[data-astro-cid-345gytvx]{color:#4ade80;font-weight:800}.promo__divider[data-astro-cid-345gytvx]{width:1px;height:22px;background:#94a3b847;flex-shrink:0}.promo__actions[data-astro-cid-345gytvx]{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.promo__chat[data-astro-cid-345gytvx]{display:block;width:36px;height:36px;border-radius:50%;overflow:hidden;line-height:0;transition:transform .2s ease}.promo__chat[data-astro-cid-345gytvx] img[data-astro-cid-345gytvx]{width:100%;height:100%;object-fit:cover;display:block}.promo__chat[data-astro-cid-345gytvx]:hover{transform:scale(1.06)}.promo__call[data-astro-cid-345gytvx]{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 1.1rem;border-radius:999px;background:#22c55e;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}.promo__call[data-astro-cid-345gytvx]:hover{background:#16a34a;transform:translateY(-1px)}@media(max-width:640px){.promo[data-astro-cid-345gytvx]{left:10px;right:10px;bottom:10px;transform:none;max-width:none;border-radius:16px}.promo__inner[data-astro-cid-345gytvx]{justify-content:space-between;gap:.5rem;padding:.4rem .4rem .4rem .75rem}.promo__text[data-astro-cid-345gytvx]{font-size:1rem;white-space:normal;line-height:1.25}.promo__divider[data-astro-cid-345gytvx]{display:none}.promo__chat[data-astro-cid-345gytvx]{width:34px;height:34px}.promo__call[data-astro-cid-345gytvx]{height:34px;padding:0 .9rem;font-size:1rem}}
