:root{--bg-primary: #060709;--bg-secondary: #0a0c0f;--bg-tertiary: #0e1013;--line: rgba(255, 255, 255, .09);--line-strong: rgba(255, 255, 255, .16);--text-primary: #eef1f6;--text-secondary: #949cb0;--text-muted: #5a6275;--accent: #62b8ec;--accent-light: #7ecbf7;--accent-glow: rgba(98, 184, 236, .3);--gradient-1: linear-gradient(135deg, #4a7fd0, #62b8ec, #7ecbf7);--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--success: #7fd48f;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg-primary)}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.noise{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo);will-change:transform,opacity}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.4s}.reveal-delay-6{transition-delay:.48s}.reveal-delay-7{transition-delay:.56s}.reveal-delay-8{transition-delay:.64s}body:not(.page-loaded) main,body:not(.page-loaded) nav,body:not(.page-loaded) footer{opacity:0}body.page-loaded main,body.page-loaded nav,body.page-loaded footer{animation:pageReveal .9s forwards var(--ease-out-expo)}@keyframes pageReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-gradient{color:var(--accent-light);-webkit-text-fill-color:currentColor;background:none}.eyebrow-global{color:var(--accent-light);font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.glass{background:#ffffff05;border:1px solid var(--line)}.skip-link{position:absolute;top:-100px;left:.75rem;z-index:100002;padding:.6rem 1rem;border-radius:8px;background:var(--text-primary);color:var(--bg-primary);font-size:.85rem;font-weight:600;text-decoration:none}.skip-link:focus-visible{top:.75rem}:focus-visible{outline:2px solid var(--accent-light);outline-offset:3px}.section-header{display:grid;grid-template-columns:minmax(140px,.42fr) 1fr;gap:2rem;align-items:start;margin-bottom:3.5rem}.section-header .eyebrow{padding-top:.5rem;color:var(--accent-light);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.section-header h2{font-family:var(--font-heading);font-size:clamp(2.4rem,4.6vw,4rem);font-weight:700;line-height:1.02;letter-spacing:-.02em}.section-header h2 span{color:var(--accent-light)}.section-header p{max-width:520px;margin-top:1.2rem;color:var(--text-secondary);font-size:1rem;line-height:1.65}@media(max-width:800px){.section-header{grid-template-columns:1fr;gap:.7rem}.section-header .eyebrow{padding-top:0}.section-header h2 br{display:none}}.btn{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 1.7rem;border-radius:100px;border:1px solid transparent;font:inherit;font-size:.92rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s var(--ease-out-expo)}.btn svg{width:17px;height:17px;transition:transform .2s ease}.btn:hover svg{transform:translate(4px)}.btn-solid{background:var(--text-primary);color:#0a0c0f}.btn-solid:hover{background:var(--accent-light);transform:translateY(-2px)}.btn-outline{border-color:var(--line-strong);color:var(--text-primary);background:#ffffff05}.btn-outline:hover{border-color:var(--accent-light);color:var(--accent-light);transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1;transform:none}html{scroll-behavior:auto}}a,button{cursor:none}@media(max-width:768px){body{cursor:auto}a,button{cursor:pointer}}.preloader[data-astro-cid-whrugjgn]{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:var(--bg-primary, #060709);transition:opacity .8s cubic-bezier(.16,1,.3,1)}.preloader-inner[data-astro-cid-whrugjgn]{text-align:center;transition:opacity .5s,transform .7s cubic-bezier(.16,1,.3,1)}.preloader[data-astro-cid-whrugjgn].loaded{opacity:0;pointer-events:none}.preloader[data-astro-cid-whrugjgn].loaded .preloader-inner[data-astro-cid-whrugjgn]{opacity:0;transform:translateY(-14px)}.preloader-text[data-astro-cid-whrugjgn]{display:flex;justify-content:center;gap:.18em;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.3em;margin-bottom:1.6rem;color:#eef1f6}.preloader-letter[data-astro-cid-whrugjgn]{display:inline-block;opacity:0;transform:translateY(18px);animation:letterReveal .55s calc(var(--i) * .06s + .15s) forwards cubic-bezier(.16,1,.3,1)}@keyframes letterReveal{to{opacity:1;transform:translateY(0)}}.preloader-bar[data-astro-cid-whrugjgn]{width:180px;height:1px;background:#ffffff1a;margin:0 auto;overflow:hidden}.preloader-progress[data-astro-cid-whrugjgn]{height:100%;width:0%;background:#7ecbf7;transition:width 1.1s cubic-bezier(.4,0,.2,1)}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .5s var(--ease-out-expo)}.navbar[data-astro-cid-5blmo7yk].scrolled{padding:.8rem 0;background:#060709d1;backdrop-filter:blur(24px) saturate(1.15);-webkit-backdrop-filter:blur(24px) saturate(1.15);border-bottom:1px solid var(--line)}.navbar[data-astro-cid-5blmo7yk].hidden{transform:translateY(-100%)}.nav-container[data-astro-cid-5blmo7yk]{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between}.nav-logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary)}.logo-img[data-astro-cid-5blmo7yk]{width:36px;height:36px;object-fit:contain}.logo-text-img[data-astro-cid-5blmo7yk]{height:22px;width:auto;object-fit:contain}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:2.5rem}.nav-link[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--text-secondary);font-size:.9rem;font-weight:500;letter-spacing:.02em;position:relative;transition:color .3s}.nav-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent-light);transition:width .35s var(--ease-out-expo)}.nav-link[data-astro-cid-5blmo7yk]:hover,.nav-link[data-astro-cid-5blmo7yk].active{color:var(--text-primary)}.nav-link[data-astro-cid-5blmo7yk]:hover:after,.nav-link[data-astro-cid-5blmo7yk].active:after{width:100%}.nav-cta[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.35rem;background:var(--text-primary);border-radius:100px;text-decoration:none;color:#0a0c0f;font-size:.85rem;font-weight:600;letter-spacing:.01em;transition:background .2s ease,transform .3s var(--ease-out-expo)}.nav-cta[data-astro-cid-5blmo7yk] svg[data-astro-cid-5blmo7yk]{width:15px;height:15px;transition:transform .2s ease}.nav-cta[data-astro-cid-5blmo7yk]:hover{background:var(--accent-light);transform:translateY(-1px)}.nav-cta[data-astro-cid-5blmo7yk]:hover svg[data-astro-cid-5blmo7yk]{transform:translate(3px)}.mobile-toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:6px;background:none;border:none;padding:4px;cursor:pointer;z-index:1001}.mobile-toggle[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:28px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .4s var(--ease-out-expo)}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.mobile-menu[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;height:100dvh;background:#000000f7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility .4s ease}.mobile-menu[data-astro-cid-5blmo7yk].active{opacity:1;visibility:visible;pointer-events:all}.mobile-menu-inner[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;padding:0 2rem}.mobile-link[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--text-primary);font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;padding:.9rem 0;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.06);opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease,color .3s ease}.mobile-link[data-astro-cid-5blmo7yk]:first-child{border-top:1px solid rgba(255,255,255,.06)}.mobile-link[data-astro-cid-5blmo7yk]:hover,.mobile-link[data-astro-cid-5blmo7yk]:active{color:var(--accent-light)}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]{opacity:1;transform:translateY(0)}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]:nth-child(1){transition-delay:.08s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]:nth-child(2){transition-delay:.14s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]:nth-child(3){transition-delay:.2s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]:nth-child(4){transition-delay:.26s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-link[data-astro-cid-5blmo7yk]:nth-child(5){transition-delay:.32s}.mobile-cta[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#0a0c0f;font-size:.95rem;font-weight:600;letter-spacing:.01em;margin-top:2rem;padding:.85rem 2.2rem;background:var(--text-primary);border-radius:100px;opacity:0;transform:translateY(16px);transition:opacity .4s ease .32s,transform .4s ease .32s,background .3s ease}.mobile-cta[data-astro-cid-5blmo7yk]:hover{background:var(--accent-light)}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-cta[data-astro-cid-5blmo7yk]{opacity:1;transform:translateY(0)}.mobile-social[data-astro-cid-5blmo7yk]{display:flex;gap:.75rem;margin-top:1.5rem;opacity:0;transform:translateY(12px);transition:opacity .4s ease .4s,transform .4s ease .4s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-social[data-astro-cid-5blmo7yk]{opacity:1;transform:translateY(0)}.mobile-social-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-secondary);text-decoration:none;transition:all .3s ease}.mobile-social-link[data-astro-cid-5blmo7yk]:hover{color:#e1306c;border-color:#e1306c66;background:#e1306c1a}@media(max-width:768px){.nav-container[data-astro-cid-5blmo7yk]{padding:0 1.5rem}.nav-links[data-astro-cid-5blmo7yk],.nav-cta[data-astro-cid-5blmo7yk]{display:none}.mobile-toggle[data-astro-cid-5blmo7yk]{display:flex}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100svh;display:flex;align-items:center;padding:8.5rem 3rem 4rem;overflow:hidden}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 45% at 75% 8%,rgba(98,184,236,.1),transparent 70%);pointer-events:none}.hero-grid[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 20%,transparent 80%);pointer-events:none}.hero-frame[data-astro-cid-bbe6dxrz]{position:relative;width:min(1240px,100%);margin:0 auto}.hero-meta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:.6rem 2.2rem;padding-bottom:1.4rem;margin-bottom:3rem;border-bottom:1px solid var(--line);color:var(--text-muted);font-size:.74rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.hero-meta-item[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.55rem}.hero-meta-item[data-astro-cid-bbe6dxrz]:first-child{color:var(--accent-light)}.meta-dot[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--accent-light);box-shadow:0 0 0 4px #7ecbf71f}.hero-top[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:3rem 4rem;align-items:end}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-heading);font-size:clamp(3rem,7vw,6.4rem);font-weight:700;line-height:.98;letter-spacing:-.035em;color:var(--text-primary);text-wrap:balance}.hero-line[data-astro-cid-bbe6dxrz]{display:block}.hero-title[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:normal;color:var(--accent-light)}.hero-sub[data-astro-cid-bbe6dxrz]{padding-bottom:.4rem}.hero-description[data-astro-cid-bbe6dxrz]{max-width:460px;color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.hero-ctas[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;flex-wrap:wrap;gap:1.6rem}.hero-cta-secondary[data-astro-cid-bbe6dxrz]{color:var(--text-secondary);font-size:.92rem;font-weight:600;text-decoration:none;border-bottom:1px solid var(--line-strong);padding-bottom:.2rem;transition:color .2s ease,border-color .2s ease}.hero-cta-secondary[data-astro-cid-bbe6dxrz]:hover{color:var(--text-primary);border-color:var(--accent-light)}.hero-stage[data-astro-cid-bbe6dxrz]{position:relative;margin:4.5rem auto 0;width:min(1040px,100%);isolation:isolate}.stage-glow[data-astro-cid-bbe6dxrz]{position:absolute;inset:10% 5% 0;background:radial-gradient(ellipse 60% 55% at 50% 45%,rgba(98,184,236,.22),transparent 70%);filter:blur(20px);z-index:-1;pointer-events:none}.stage-image[data-astro-cid-bbe6dxrz]{display:block;width:100%;height:auto;filter:drop-shadow(0 40px 60px rgba(0,0,0,.6)) drop-shadow(0 0 1px rgba(255,255,255,.2));-webkit-mask-image:linear-gradient(180deg,black 78%,transparent 100%);mask-image:linear-gradient(180deg,black 78%,transparent 100%)}.float-card[data-astro-cid-bbe6dxrz]{position:absolute;border:1px solid var(--line-strong);border-radius:12px;background:#0a0c0fd1;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 30px 60px -20px #000000b3,0 0 0 1px #62b8ec0d;animation:floatY 7s ease-in-out infinite}.float-deploy[data-astro-cid-bbe6dxrz]{top:6%;left:-3%;width:260px;padding:.9rem 1rem 1rem;animation-delay:0s}.float-metrics[data-astro-cid-bbe6dxrz]{right:-4%;bottom:22%;width:300px;display:grid;gap:.6rem;padding:.9rem;animation-delay:1.6s}.float-stack[data-astro-cid-bbe6dxrz]{left:6%;bottom:14%;display:inline-flex;align-items:center;gap:.8rem;padding:.65rem .95rem;animation-delay:3.2s}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-head[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem;padding-bottom:.7rem;border-bottom:1px solid var(--line)}.float-status[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.45rem;color:var(--success);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.float-status[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #7fd48f2e;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #7fd48f2e}50%{box-shadow:0 0 0 6px #7fd48f0d}}.float-mono[data-astro-cid-bbe6dxrz]{font-family:var(--font-mono);font-size:.7rem;color:var(--text-secondary)}.float-label[data-astro-cid-bbe6dxrz]{font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.float-log[data-astro-cid-bbe6dxrz]{list-style:none;display:grid;gap:.35rem;font-family:var(--font-mono);font-size:.72rem;color:var(--text-secondary)}.t-ok[data-astro-cid-bbe6dxrz]{color:var(--success)}.t-accent[data-astro-cid-bbe6dxrz]{color:var(--accent-light)}.metric[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.2rem .8rem;padding:.55rem .7rem;border:1px solid var(--line);border-radius:8px;background:#ffffff04}.metric-label[data-astro-cid-bbe6dxrz]{font-size:.64rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.metric-value[data-astro-cid-bbe6dxrz]{grid-row:span 2;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.metric-value[data-astro-cid-bbe6dxrz] small[data-astro-cid-bbe6dxrz]{font-size:.66rem;color:var(--text-secondary);margin-left:2px}.metric-bar[data-astro-cid-bbe6dxrz]{height:3px;border-radius:2px;background:#ffffff12;overflow:hidden}.metric-bar[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{display:block;width:0;height:100%;border-radius:2px;background:var(--gradient-1);animation:fill 1.4s .8s var(--ease-out-expo) forwards}@keyframes fill{to{width:var(--w)}}.hero-stats[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:4rem 0 0;border-top:1px solid var(--line-strong)}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]{display:grid;gap:.35rem;padding:1.5rem 1.25rem 1.5rem 0;border-right:1px solid var(--line)}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]+li[data-astro-cid-bbe6dxrz]{padding-left:1.5rem}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:last-child{border-right:none}.stat-value[data-astro-cid-bbe6dxrz]{font-family:var(--font-heading);font-size:clamp(1.7rem,2.6vw,2.3rem);font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.8rem;color:var(--text-muted)}.hero-trusted[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.trusted-label[data-astro-cid-bbe6dxrz]{color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.trusted-track[data-astro-cid-bbe6dxrz]{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.trusted-row[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:3.5rem;width:max-content;animation:marquee 38s linear infinite}.trusted-track[data-astro-cid-bbe6dxrz]:hover .trusted-row[data-astro-cid-bbe6dxrz]{animation-play-state:paused}.trusted-row[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{height:26px;width:auto;max-width:130px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.5;transition:opacity .2s ease}.trusted-row[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]:hover{opacity:.9}@keyframes marquee{to{transform:translate(-50%)}}@media(max-width:1000px){.hero-top[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:2.25rem}.float-deploy[data-astro-cid-bbe6dxrz]{left:0}.float-metrics[data-astro-cid-bbe6dxrz]{right:0;width:240px}}@media(max-width:768px){.hero[data-astro-cid-bbe6dxrz]{padding:7rem 1.5rem 3rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,11vw,3.6rem)}.hero-stage[data-astro-cid-bbe6dxrz]{margin-top:3rem;display:grid;gap:.75rem}.float-card[data-astro-cid-bbe6dxrz]{position:static;width:100%;animation:none}.float-metrics[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1fr}.float-metrics[data-astro-cid-bbe6dxrz] .metric[data-astro-cid-bbe6dxrz]:last-child{grid-column:span 2}.float-stack[data-astro-cid-bbe6dxrz]{justify-content:space-between}.float-deploy[data-astro-cid-bbe6dxrz]{order:2}.float-metrics[data-astro-cid-bbe6dxrz]{order:3}.float-stack[data-astro-cid-bbe6dxrz]{order:4}.hero-stats[data-astro-cid-bbe6dxrz]{grid-template-columns:repeat(2,1fr)}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]{padding:1.25rem 1rem 1.25rem 0}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]+li[data-astro-cid-bbe6dxrz]{padding-left:1rem}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:nth-child(2){border-right:none}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:nth-child(-n+2){border-bottom:1px solid var(--line)}.hero-stats[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:nth-child(3){padding-left:0}.hero-trusted[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:1rem}.panel-metrics[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1fr}.panel-metrics[data-astro-cid-bbe6dxrz] .metric[data-astro-cid-bbe6dxrz]:last-child{grid-column:span 2}}@media(prefers-reduced-motion:reduce){.trusted-row[data-astro-cid-bbe6dxrz],.float-card[data-astro-cid-bbe6dxrz],.float-status[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{animation:none}.metric-bar[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{animation:none;width:var(--w)}}.services[data-astro-cid-g5jplrhu]{padding:8rem 3rem 7rem;position:relative}.services-container[data-astro-cid-g5jplrhu]{width:min(1240px,100%);margin:0 auto}.services-list[data-astro-cid-g5jplrhu]{border-top:1px solid var(--line-strong)}.service-row[data-astro-cid-g5jplrhu]{position:relative;display:grid;grid-template-columns:minmax(90px,.18fr) 1fr auto;gap:2rem;align-items:start;padding:2.2rem .5rem;border-bottom:1px solid var(--line);transition:background .22s ease,padding .22s var(--ease-out-expo)}.service-row[data-astro-cid-g5jplrhu]:hover{background:#7ecbf709;padding-left:1.25rem;padding-right:1.25rem}.row-number[data-astro-cid-g5jplrhu]{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--text-muted);padding-top:.45rem;transition:color .22s ease}.service-row[data-astro-cid-g5jplrhu]:hover .row-number[data-astro-cid-g5jplrhu]{color:var(--accent-light)}.row-title[data-astro-cid-g5jplrhu]{font-family:var(--font-heading);font-size:clamp(1.35rem,2.6vw,1.9rem);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-bottom:.7rem;transition:color .22s ease}.service-row[data-astro-cid-g5jplrhu]:hover .row-title[data-astro-cid-g5jplrhu]{color:var(--accent-light)}.row-description[data-astro-cid-g5jplrhu]{max-width:620px;color:var(--text-secondary);font-size:.95rem;line-height:1.65;margin-bottom:1rem}.row-tags[data-astro-cid-g5jplrhu]{display:flex;flex-wrap:wrap;gap:.45rem}.row-tag[data-astro-cid-g5jplrhu]{padding:.28rem .7rem;border-radius:100px;border:1px solid var(--line);font-size:.72rem;font-weight:500;color:var(--text-muted);transition:border-color .22s ease,color .22s ease}.service-row[data-astro-cid-g5jplrhu]:hover .row-tag[data-astro-cid-g5jplrhu]{border-color:#7ecbf74d;color:var(--text-secondary)}.row-icon[data-astro-cid-g5jplrhu]{width:44px;height:44px;color:var(--text-muted);padding-top:.3rem;transition:color .22s ease,transform .22s var(--ease-out-expo)}.row-icon[data-astro-cid-g5jplrhu] svg{width:100%;height:100%}.service-row[data-astro-cid-g5jplrhu]:hover .row-icon[data-astro-cid-g5jplrhu]{color:var(--accent-light);transform:translateY(-3px)}@media(max-width:800px){.services[data-astro-cid-g5jplrhu]{padding:5rem 1.5rem 4.5rem}.service-row[data-astro-cid-g5jplrhu]{grid-template-columns:auto 1fr;gap:1.25rem;padding:1.75rem .25rem}.service-row[data-astro-cid-g5jplrhu]:hover{padding-left:.25rem;padding-right:.25rem}.row-icon[data-astro-cid-g5jplrhu]{display:none}}.process[data-astro-cid-fz4tclxl]{padding:7rem 3rem;position:relative}.process-container[data-astro-cid-fz4tclxl]{width:min(1240px,100%);margin:0 auto}.process-grid[data-astro-cid-fz4tclxl]{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong)}.process-step[data-astro-cid-fz4tclxl]{display:flex;flex-direction:column;padding:2rem 1.75rem 2.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff03;transition:background .22s ease}.process-step[data-astro-cid-fz4tclxl]:hover{background:#7ecbf70d}.step-top[data-astro-cid-fz4tclxl]{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2.75rem}.step-number[data-astro-cid-fz4tclxl]{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--text-muted);transition:color .22s ease}.process-step[data-astro-cid-fz4tclxl]:hover .step-number[data-astro-cid-fz4tclxl]{color:var(--accent-light)}.step-icon[data-astro-cid-fz4tclxl]{width:36px;height:36px;color:var(--text-muted);transition:color .22s ease}.step-icon[data-astro-cid-fz4tclxl] svg{width:100%;height:100%}.process-step[data-astro-cid-fz4tclxl]:hover .step-icon[data-astro-cid-fz4tclxl]{color:var(--accent-light)}.step-duration[data-astro-cid-fz4tclxl]{display:inline-block;align-self:flex-start;margin-bottom:.8rem;padding:.25rem .6rem;border-radius:100px;border:1px solid rgba(126,203,247,.25);color:var(--accent-light);font-family:var(--font-mono);font-size:.66rem;letter-spacing:.04em}.step-title[data-astro-cid-fz4tclxl]{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.7rem}.step-description[data-astro-cid-fz4tclxl]{font-size:.9rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1.5rem;flex:1}.step-deliverables[data-astro-cid-fz4tclxl]{list-style:none;display:grid;gap:.45rem;padding-top:1rem;border-top:1px solid var(--line)}.step-deliverables[data-astro-cid-fz4tclxl] li[data-astro-cid-fz4tclxl]{display:flex;align-items:center;gap:.55rem;font-size:.8rem;color:var(--text-secondary)}.step-deliverables[data-astro-cid-fz4tclxl] li[data-astro-cid-fz4tclxl]:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent-light);flex-shrink:0}@media(max-width:900px){.process-grid[data-astro-cid-fz4tclxl]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.process[data-astro-cid-fz4tclxl]{padding:5rem 1.5rem}.process-grid[data-astro-cid-fz4tclxl]{grid-template-columns:1fr}.step-top[data-astro-cid-fz4tclxl]{margin-bottom:1.75rem}}.features[data-astro-cid-vnivfuh2]{padding:7rem 3rem;position:relative}.features-container[data-astro-cid-vnivfuh2]{width:min(1240px,100%);margin:0 auto}.stack-header[data-astro-cid-vnivfuh2]{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.stack-header[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--text-muted);font-size:.88rem}.stack-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong);margin-bottom:5rem}.stack-item[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.9rem 1rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff03;transition:background .2s ease}.stack-item[data-astro-cid-vnivfuh2]:hover{background:#7ecbf70d}.stack-item[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:30px;height:30px;object-fit:contain;opacity:.85;filter:grayscale(1) brightness(1.4);transition:filter .2s ease,opacity .2s ease,transform .2s ease}.stack-item[data-astro-cid-vnivfuh2]:hover img[data-astro-cid-vnivfuh2]{filter:none;opacity:1;transform:translateY(-2px)}.stack-item[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2].stack-logo-aws,.stack-item[data-astro-cid-vnivfuh2]:hover img[data-astro-cid-vnivfuh2].stack-logo-aws{filter:brightness(0) invert(1)!important;opacity:.85}.stack-item[data-astro-cid-vnivfuh2] span[data-astro-cid-vnivfuh2]{font-size:.76rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em;transition:color .2s ease}.stack-item[data-astro-cid-vnivfuh2]:hover span[data-astro-cid-vnivfuh2]{color:var(--text-secondary)}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem;margin-bottom:6rem}.feature-card[data-astro-cid-vnivfuh2]{padding-top:1.6rem;border-top:1px solid var(--line-strong);transition:border-color .22s ease}.feature-card[data-astro-cid-vnivfuh2]:hover{border-color:var(--accent-light)}.feature-icon[data-astro-cid-vnivfuh2]{width:32px;height:32px;color:var(--accent-light);margin-bottom:1.2rem}.feature-icon[data-astro-cid-vnivfuh2] svg{width:100%;height:100%}.feature-title[data-astro-cid-vnivfuh2]{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.6rem}.feature-description[data-astro-cid-vnivfuh2]{font-size:.92rem;color:var(--text-secondary);line-height:1.65;max-width:320px}.cta-banner[data-astro-cid-vnivfuh2]{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3.5rem 3rem;border:1px solid var(--line);border-radius:20px;background:radial-gradient(ellipse 55% 90% at 85% 15%,rgba(98,184,236,.08),transparent 70%),#ffffff04}.cta-eyebrow[data-astro-cid-vnivfuh2]{display:block;margin-bottom:1rem}.cta-title[data-astro-cid-vnivfuh2]{font-family:var(--font-heading);font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.6rem}.cta-text[data-astro-cid-vnivfuh2]{font-size:1rem;color:var(--text-secondary);line-height:1.6;max-width:480px}.cta-banner[data-astro-cid-vnivfuh2] .btn[data-astro-cid-vnivfuh2]{flex-shrink:0}@media(max-width:900px){.stack-grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(3,minmax(0,1fr))}.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}}@media(max-width:768px){.features[data-astro-cid-vnivfuh2]{padding:5rem 1.5rem}.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}.stack-grid[data-astro-cid-vnivfuh2]{margin-bottom:3.5rem}.cta-banner[data-astro-cid-vnivfuh2]{flex-direction:column;align-items:flex-start;padding:2.5rem 1.75rem}}.faq[data-astro-cid-al2ca2vr]{padding:7rem 3rem;position:relative}.faq-container[data-astro-cid-al2ca2vr]{width:min(1240px,100%);margin:0 auto}.faq-list[data-astro-cid-al2ca2vr]{border-top:1px solid var(--line-strong)}.faq-item[data-astro-cid-al2ca2vr]{border-bottom:1px solid var(--line)}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]{display:grid;grid-template-columns:minmax(60px,.12fr) 1fr auto;align-items:center;gap:1.5rem;padding:1.6rem .5rem;list-style:none;transition:padding .22s var(--ease-out-expo),background .22s ease}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]:hover{background:#7ecbf709;padding-left:1.25rem;padding-right:1.25rem}.faq-index[data-astro-cid-al2ca2vr]{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--text-muted);transition:color .22s ease}.faq-question[data-astro-cid-al2ca2vr]{font-family:var(--font-heading);font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:600;letter-spacing:-.01em;line-height:1.3;transition:color .22s ease}.faq-item[data-astro-cid-al2ca2vr][open] .faq-index[data-astro-cid-al2ca2vr],.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]:hover .faq-index[data-astro-cid-al2ca2vr],.faq-item[data-astro-cid-al2ca2vr][open] .faq-question[data-astro-cid-al2ca2vr],.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]:hover .faq-question[data-astro-cid-al2ca2vr]{color:var(--accent-light)}.faq-icon[data-astro-cid-al2ca2vr]{position:relative;width:32px;height:32px;border:1px solid var(--line-strong);border-radius:50%;flex-shrink:0;transition:border-color .22s ease,transform .3s var(--ease-out-expo)}.faq-icon[data-astro-cid-al2ca2vr] i[data-astro-cid-al2ca2vr]{position:absolute;top:50%;left:50%;width:12px;height:1.5px;background:var(--text-primary);transform:translate(-50%,-50%);transition:transform .3s var(--ease-out-expo)}.faq-icon[data-astro-cid-al2ca2vr] i[data-astro-cid-al2ca2vr]:last-child{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[data-astro-cid-al2ca2vr][open] .faq-icon[data-astro-cid-al2ca2vr]{border-color:var(--accent-light);transform:rotate(45deg)}.faq-answer[data-astro-cid-al2ca2vr]{display:grid;grid-template-columns:minmax(60px,.12fr) 1fr;gap:1.5rem;padding:0 .5rem 1.8rem}.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr]{grid-column:2;max-width:720px;color:var(--text-secondary);font-size:.98rem;line-height:1.7;animation:faqIn .35s var(--ease-out-expo)}@keyframes faqIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.faq[data-astro-cid-al2ca2vr]{padding:5rem 1.5rem}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]{grid-template-columns:1fr auto;gap:1rem;padding:1.3rem .25rem}.faq-item[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]:hover{padding-left:.25rem;padding-right:.25rem}.faq-index[data-astro-cid-al2ca2vr]{display:none}.faq-answer[data-astro-cid-al2ca2vr]{grid-template-columns:1fr;padding:0 .25rem 1.5rem}.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr]{grid-column:1}}.contact[data-astro-cid-xmivup5a]{position:relative;padding:8rem 3rem;overflow:hidden}.contact-bg[data-astro-cid-xmivup5a]{position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 85% 50%,rgba(98,184,236,.1),transparent 70%),linear-gradient(180deg,transparent,rgba(255,255,255,.012));pointer-events:none}.contact[data-astro-cid-xmivup5a]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,203,247,.35),transparent)}.contact-container[data-astro-cid-xmivup5a]{position:relative;width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);gap:5rem;align-items:start}.contact-eyebrow[data-astro-cid-xmivup5a]{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.6rem;padding:.4rem .85rem .4rem .7rem;border:1px solid rgba(127,212,143,.25);border-radius:100px;color:var(--success);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pulse-dot[data-astro-cid-xmivup5a]{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #7fd48f26;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #7fd48f26}50%{box-shadow:0 0 0 7px #7fd48f0a}}.contact-intro[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{font-family:var(--font-heading);font-size:clamp(2.6rem,4.8vw,4.4rem);line-height:1;letter-spacing:-.03em;color:var(--text-primary)}.contact-intro[data-astro-cid-xmivup5a] em[data-astro-cid-xmivup5a]{font-style:normal;color:var(--accent-light)}.contact-lead[data-astro-cid-xmivup5a]{max-width:480px;margin-top:1.6rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.next-steps[data-astro-cid-xmivup5a]{list-style:none;margin-top:2.75rem;border-top:1px solid var(--line-strong)}.next-step[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:start;padding:1.15rem 0;border-bottom:1px solid var(--line)}.step-index[data-astro-cid-xmivup5a]{font-family:var(--font-heading);font-size:.8rem;font-weight:700;color:var(--accent-light);padding-top:.15rem}.step-body[data-astro-cid-xmivup5a]{display:grid;gap:.25rem}.step-body[data-astro-cid-xmivup5a] strong[data-astro-cid-xmivup5a]{font-family:var(--font-heading);font-size:.98rem;font-weight:600;color:var(--text-primary)}.step-body[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{font-size:.86rem;line-height:1.5;color:var(--text-secondary)}.step-time[data-astro-cid-xmivup5a]{padding:.2rem .55rem;border:1px solid var(--line);border-radius:100px;font-family:var(--font-mono);font-size:.66rem;color:var(--text-muted);white-space:nowrap}.contact-channels[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem}.channel[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:.85rem;min-width:0;padding:.9rem 1rem;border:1px solid var(--line);border-radius:12px;background:#ffffff04;color:var(--text-secondary);text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s var(--ease-out-expo)}.channel[data-astro-cid-xmivup5a]:hover{border-color:#7ecbf766;background:#7ecbf70d;transform:translateY(-2px)}.channel-icon[data-astro-cid-xmivup5a]{display:grid;place-items:center;flex-shrink:0;width:38px;height:38px;border-radius:10px;background:#ffffff0a;color:var(--accent-light)}.channel-icon[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:20px;height:20px}.channel-whatsapp[data-astro-cid-xmivup5a] .channel-icon[data-astro-cid-xmivup5a]{color:#4fd07a;background:#4fd07a1a}.channel-copy[data-astro-cid-xmivup5a]{display:grid;gap:.1rem;min-width:0}.channel-copy[data-astro-cid-xmivup5a] strong[data-astro-cid-xmivup5a]{font-family:var(--font-heading);font-size:.86rem;font-weight:600;color:var(--text-primary)}.channel-copy[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{font-size:.76rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card[data-astro-cid-xmivup5a]{position:relative;padding:2.25rem;border:1px solid var(--line-strong);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 30%),#0a0c0fb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 40px 80px -30px #000000b3,0 0 0 1px #62b8ec0d}.form-head[data-astro-cid-xmivup5a]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.9rem;padding-bottom:1.4rem;border-bottom:1px solid var(--line)}.form-kicker[data-astro-cid-xmivup5a]{display:block;margin-bottom:.45rem;color:var(--accent-light);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.form-head[data-astro-cid-xmivup5a] h3[data-astro-cid-xmivup5a],.form-success[data-astro-cid-xmivup5a] h3[data-astro-cid-xmivup5a]{font-family:var(--font-heading);font-size:1.45rem;font-weight:600;letter-spacing:-.02em}.form-time[data-astro-cid-xmivup5a]{padding:.3rem .6rem;border:1px solid var(--line);border-radius:100px;font-family:var(--font-mono);font-size:.66rem;color:var(--text-muted);white-space:nowrap}.form-grid[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.field[data-astro-cid-xmivup5a]{margin-bottom:1.1rem;border:none;padding:0;min-width:0}.field[data-astro-cid-xmivup5a] label[data-astro-cid-xmivup5a],.field[data-astro-cid-xmivup5a] legend[data-astro-cid-xmivup5a]{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.78rem;font-weight:600}.field[data-astro-cid-xmivup5a] small[data-astro-cid-xmivup5a]{margin-left:.3rem;color:var(--text-muted);font-size:inherit;font-weight:400}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=text],.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=email],.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=tel],.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{width:100%;padding:.85rem 1rem;border:1px solid var(--line);border-radius:10px;outline:none;background:#ffffff06;color:var(--text-primary);font:inherit;font-size:.93rem;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{min-height:7.5rem;resize:vertical;line-height:1.55}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]::placeholder,.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]::placeholder{color:var(--text-muted)}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=tel]::placeholder{color:var(--text-muted)}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:hover,.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=tel]:hover,.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:hover{border-color:var(--line-strong)}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus,.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a][type=tel]:focus,.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:focus{border-color:var(--accent-light);background:#7ecbf70a;box-shadow:0 0 0 3px #7ecbf71f}.field[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:invalid:not(:placeholder-shown):not(:focus),.field[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:invalid:not(:placeholder-shown):not(:focus){border-color:#e88f8f99}.phone-control[data-astro-cid-xmivup5a]{position:relative;display:grid;grid-template-columns:auto 1fr}.country-trigger[data-astro-cid-xmivup5a]{display:inline-flex;align-items:center;gap:.45rem;min-width:94px;padding:.85rem .7rem;border:1px solid var(--line);border-right:0;border-radius:10px 0 0 10px;background:#ffffff0a;color:var(--text-primary);font:inherit;font-size:.9rem;cursor:pointer}.country-trigger[data-astro-cid-xmivup5a]:hover,.country-trigger[data-astro-cid-xmivup5a][aria-expanded=true]{border-color:var(--accent-light)}.country-chevron[data-astro-cid-xmivup5a]{margin-left:auto;color:var(--text-muted);font-size:1rem;line-height:1}.phone-control[data-astro-cid-xmivup5a]>input[data-astro-cid-xmivup5a]{border-radius:0 10px 10px 0!important}.country-menu[data-astro-cid-xmivup5a]{position:absolute;top:calc(100% + .5rem);left:0;z-index:10;width:min(330px,100%);padding:.65rem;border:1px solid var(--line-strong);border-radius:12px;background:#11151a;box-shadow:0 18px 40px #0000008c}.country-search[data-astro-cid-xmivup5a]{width:100%;padding:.65rem .75rem;border:1px solid var(--line);border-radius:8px;outline:none;background:#ffffff0a;color:var(--text-primary);font:inherit;font-size:.8rem}.country-search[data-astro-cid-xmivup5a]:focus{border-color:var(--accent-light)}.country-list[data-astro-cid-xmivup5a]{display:grid;gap:.15rem;max-height:220px;margin-top:.5rem;overflow-y:auto}.country-option[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1.5rem 1fr auto;align-items:center;gap:.5rem;padding:.55rem .6rem;border:0;border-radius:7px;background:transparent;color:var(--text-secondary);font:inherit;font-size:.78rem;text-align:left;cursor:pointer}.country-option[data-astro-cid-xmivup5a]:hover{background:#7ecbf71a;color:var(--text-primary)}.country-option[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]:last-child{color:var(--text-muted);font-family:var(--font-mono);font-size:.7rem}.field-hint[data-astro-cid-xmivup5a]{display:block;margin-top:.45rem;color:var(--text-muted);font-size:.7rem}.pill-group[data-astro-cid-xmivup5a]{display:flex;flex-wrap:wrap;gap:.5rem}.pill[data-astro-cid-xmivup5a]{position:relative;margin:0}.pill[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.pill[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{display:inline-block;padding:.5rem .9rem;border:1px solid var(--line);border-radius:100px;color:var(--text-secondary);font-size:.82rem;font-weight:500;transition:border-color .16s ease,background .16s ease,color .16s ease}.pill[data-astro-cid-xmivup5a]:hover span[data-astro-cid-xmivup5a]{border-color:var(--line-strong);color:var(--text-primary)}.pill[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:checked+span[data-astro-cid-xmivup5a]{border-color:var(--accent-light);background:#7ecbf71f;color:var(--accent-light)}.pill[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus-visible+span[data-astro-cid-xmivup5a]{outline:2px solid var(--accent-light);outline-offset:2px}.form-trap[data-astro-cid-xmivup5a]{position:absolute;left:-9999px;opacity:0}.form-footer[data-astro-cid-xmivup5a]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:.5rem;padding-top:1.4rem;border-top:1px solid var(--line)}.form-submit[data-astro-cid-xmivup5a]:disabled{cursor:wait;opacity:.65;transform:none}.submit-loading[data-astro-cid-xmivup5a],.is-sending[data-astro-cid-xmivup5a] .submit-label[data-astro-cid-xmivup5a]{display:none}.is-sending[data-astro-cid-xmivup5a] .submit-loading[data-astro-cid-xmivup5a]{display:inline}.form-privacy[data-astro-cid-xmivup5a]{max-width:240px;color:var(--text-muted);font-size:.72rem;line-height:1.5;text-align:right}.form-status[data-astro-cid-xmivup5a]{min-height:0;margin-top:.9rem;color:#e88f8f;font-size:.85rem;line-height:1.5}.form-status[data-astro-cid-xmivup5a]:empty{display:none}.form-success[data-astro-cid-xmivup5a]{display:grid;justify-items:start;gap:1rem;padding:1rem 0;animation:successIn .5s var(--ease-out-expo)}.form-success[data-astro-cid-xmivup5a][hidden]{display:none}@keyframes successIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-icon[data-astro-cid-xmivup5a]{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;border:1px solid rgba(127,212,143,.4);background:#7fd48f1a;color:var(--success)}.success-icon[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:26px;height:26px}.form-success[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{max-width:440px;color:var(--text-secondary);font-size:.98rem;line-height:1.65}@media(max-width:1000px){.contact-container[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:3.5rem}}@media(max-width:600px){.contact[data-astro-cid-xmivup5a]{padding:5rem 1.5rem}.contact-card[data-astro-cid-xmivup5a]{padding:1.5rem 1.25rem;border-radius:16px}.form-grid[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:0}.contact-channels[data-astro-cid-xmivup5a]{grid-template-columns:1fr}.form-footer[data-astro-cid-xmivup5a]{flex-direction:column;align-items:stretch}.form-footer[data-astro-cid-xmivup5a] .btn[data-astro-cid-xmivup5a]{justify-content:center}.form-privacy[data-astro-cid-xmivup5a]{max-width:none;text-align:left}}.footer[data-astro-cid-sz7xmlte]{padding:4.5rem 3rem 2rem;background:var(--bg-secondary);border-top:1px solid var(--line)}.footer-container[data-astro-cid-sz7xmlte]{width:min(1240px,100%);margin:0 auto}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--line)}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;margin-bottom:1.4rem}.footer-logo-text[data-astro-cid-sz7xmlte]{height:18px;width:auto;object-fit:contain}.footer-tagline[data-astro-cid-sz7xmlte]{max-width:380px;color:var(--text-secondary);font-size:.92rem;line-height:1.65;margin-bottom:1.6rem}.footer-availability[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.6rem;color:var(--text-muted);font-size:.76rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.availability-dot[data-astro-cid-sz7xmlte]{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #7fd48f24}.footer-col[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-bottom:1.2rem;color:var(--text-primary);font-family:var(--font-heading);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;display:grid;gap:.7rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:var(--text-secondary);font-size:.9rem;transition:color .2s ease}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent-light)}.footer-region[data-astro-cid-sz7xmlte]{margin-top:1.4rem;color:var(--text-muted);font-size:.78rem}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.5rem}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.78rem;color:var(--text-muted)}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:var(--text-muted);font-size:.78rem;transition:color .2s ease}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text-primary)}@media(max-width:900px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:span 2}}@media(max-width:600px){.footer[data-astro-cid-sz7xmlte]{padding:3.5rem 1.5rem 1.5rem}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2.25rem}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:span 1}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start}}.cursor-dot[data-astro-cid-ofxtmv4x]{position:fixed;width:6px;height:6px;background:#fff;border-radius:50%;pointer-events:none;z-index:100001;transform:translate(-50%,-50%);transition:width .3s,height .3s,background .3s;mix-blend-mode:difference}.cursor-ring[data-astro-cid-ofxtmv4x]{position:fixed;width:40px;height:40px;border:1.5px solid rgba(255,255,255,.5);border-radius:50%;pointer-events:none;z-index:100000;transform:translate(-50%,-50%);transition:width .4s var(--ease-out-expo),height .4s var(--ease-out-expo),border-color .3s;mix-blend-mode:difference}.cursor-dot[data-astro-cid-ofxtmv4x].hover{width:12px;height:12px;background:var(--accent-light)}.cursor-ring[data-astro-cid-ofxtmv4x].hover{width:60px;height:60px;border-color:var(--accent-light);background:#60b0e00d}.cursor-trail[data-astro-cid-ofxtmv4x]{position:fixed;width:80px;height:80px;border-radius:50%;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(96,176,224,.06),transparent 70%);transition:width .6s,height .6s}@media(max-width:768px){.cursor[data-astro-cid-ofxtmv4x]{display:none}}.whatsapp-float[data-astro-cid-iehx2mtc]{position:fixed;bottom:2rem;right:2rem;z-index:9990;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 20px #25d36666,0 2px 8px #0003;transition:all .3s cubic-bezier(.16,1,.3,1);animation:whatsappEntry .6s 3s both cubic-bezier(.16,1,.3,1);cursor:none}.whatsapp-float[data-astro-cid-iehx2mtc] svg[data-astro-cid-iehx2mtc]{width:30px;height:30px}.whatsapp-float[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680,0 4px 12px #0003}.whatsapp-float[data-astro-cid-iehx2mtc]:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(37,211,102,.3);animation:whatsappPulse 2s infinite}@keyframes whatsappPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0}}@keyframes whatsappEntry{0%{opacity:0;transform:scale(0) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.whatsapp-tooltip[data-astro-cid-iehx2mtc]{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#fff;color:#1a1a1a;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;box-shadow:0 4px 12px #00000026}.whatsapp-tooltip[data-astro-cid-iehx2mtc]:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff;border-right:none}.whatsapp-float[data-astro-cid-iehx2mtc]:hover .whatsapp-tooltip[data-astro-cid-iehx2mtc]{opacity:1;transform:translateY(-50%) translate(-4px)}@media(max-width:768px){.whatsapp-float[data-astro-cid-iehx2mtc]{bottom:1.25rem;right:1.25rem;width:50px;height:50px;cursor:pointer}.whatsapp-float[data-astro-cid-iehx2mtc] svg[data-astro-cid-iehx2mtc]{width:26px;height:26px}.whatsapp-tooltip[data-astro-cid-iehx2mtc]{display:none}}
