@import"https://fonts.googleapis.com/css2?family=Sriracha&display=swap";.navbar[data-astro-cid-ymhdp2rl]{position:fixed;top:0;left:0;width:100%;padding:1.25rem 0;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar[data-astro-cid-ymhdp2rl].scrolled{background:#fffffff5;backdrop-filter:blur(20px);padding:.75rem 0;box-shadow:0 4px 30px #00000012;border-bottom:1px solid rgba(99,102,241,.1)}.navbar[data-astro-cid-ymhdp2rl].scrolled .logo[data-astro-cid-ymhdp2rl]{color:var(--indigo)}.navbar[data-astro-cid-ymhdp2rl].scrolled .nav-links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl],.navbar[data-astro-cid-ymhdp2rl].scrolled .btn-ghost[data-astro-cid-ymhdp2rl]{color:var(--slate-700)}.navbar[data-astro-cid-ymhdp2rl].scrolled .hamburger[data-astro-cid-ymhdp2rl] span[data-astro-cid-ymhdp2rl]{background:var(--slate-800)}.nav-inner[data-astro-cid-ymhdp2rl]{display:flex;align-items:center;justify-content:space-between}.logo[data-astro-cid-ymhdp2rl]{font-family:Sriracha,cursive;font-size:1.75rem;color:#fff;transition:color .3s}.nav-links[data-astro-cid-ymhdp2rl]{display:flex;gap:2.5rem;align-items:center}.nav-links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{color:#ffffffe6;font-weight:500;font-size:.95rem;transition:opacity .2s;position:relative}.nav-links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:currentColor;transition:width .3s}.nav-links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]:hover:after{width:100%}.nav-actions[data-astro-cid-ymhdp2rl]{display:flex;align-items:center;gap:.75rem}.btn-ghost[data-astro-cid-ymhdp2rl]{color:#fff;font-family:var(--font-body);font-weight:500;font-size:.95rem;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.btn-ghost[data-astro-cid-ymhdp2rl]:hover{background:#ffffff1a}.btn-pill[data-astro-cid-ymhdp2rl]{background:var(--indigo);color:#fff;font-family:var(--font-body);font-weight:600;font-size:.95rem;padding:.625rem 1.5rem;border-radius:50px;box-shadow:0 4px 14px #6366f166;transition:all .3s}.btn-pill[data-astro-cid-ymhdp2rl]:hover{background:var(--indigo-dark);transform:translateY(-1px);box-shadow:0 6px 20px #6366f180}.hamburger[data-astro-cid-ymhdp2rl]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger[data-astro-cid-ymhdp2rl] span[data-astro-cid-ymhdp2rl]{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.drawer-overlay[data-astro-cid-ymhdp2rl]{display:none;position:fixed;inset:0;background:#0006;z-index:1099;backdrop-filter:blur(4px)}.drawer-overlay[data-astro-cid-ymhdp2rl].open{display:block}.drawer[data-astro-cid-ymhdp2rl]{position:fixed;top:0;right:0;width:300px;height:100%;background:#fff;z-index:1100;padding:2rem;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #00000026}.drawer[data-astro-cid-ymhdp2rl].open{transform:translate(0)}.drawer-header[data-astro-cid-ymhdp2rl]{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.drawer-logo[data-astro-cid-ymhdp2rl]{color:var(--indigo)}.drawer-close[data-astro-cid-ymhdp2rl]{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--slate-500);padding:4px 8px;border-radius:6px;transition:background .2s}.drawer-close[data-astro-cid-ymhdp2rl]:hover{background:var(--slate-100)}.drawer-links[data-astro-cid-ymhdp2rl]{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.drawer-link[data-astro-cid-ymhdp2rl]{font-size:1.2rem;font-weight:600;color:var(--slate-800);padding-bottom:.75rem;border-bottom:1px solid var(--slate-100);transition:color .2s,padding-left .2s}.drawer-link[data-astro-cid-ymhdp2rl]:hover{color:var(--indigo);padding-left:8px}.drawer-actions[data-astro-cid-ymhdp2rl]{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.btn-ghost-drawer[data-astro-cid-ymhdp2rl]{display:block;text-align:center;padding:.875rem;border:2px solid var(--indigo);border-radius:12px;color:var(--indigo);font-weight:600;font-size:1rem;transition:all .2s}.btn-ghost-drawer[data-astro-cid-ymhdp2rl]:hover{background:#6366f10d}.btn-pill-drawer[data-astro-cid-ymhdp2rl]{display:block;text-align:center;padding:.875rem;background:var(--indigo);border-radius:12px;color:#fff;font-weight:600;font-size:1rem;transition:background .2s}.btn-pill-drawer[data-astro-cid-ymhdp2rl]:hover{background:var(--indigo-dark)}@media(max-width:900px){.nav-links[data-astro-cid-ymhdp2rl],.nav-actions[data-astro-cid-ymhdp2rl]{display:none}.hamburger[data-astro-cid-ymhdp2rl]{display:flex}.navbar[data-astro-cid-ymhdp2rl]{background:#fffffff5;backdrop-filter:blur(20px);padding:.75rem 0;box-shadow:0 2px 12px #00000014}.logo[data-astro-cid-ymhdp2rl]{color:var(--indigo)}.hamburger[data-astro-cid-ymhdp2rl] span[data-astro-cid-ymhdp2rl]{background:var(--slate-800)}}.hero[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);padding-top:140px;padding-bottom:120px;position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none}.orb[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;animation:floatOrb 20s ease-in-out infinite}.orb-1[data-astro-cid-bbe6dxrz]{width:520px;height:520px;background:var(--amber);top:-160px;right:-100px;animation-delay:0s}.orb-2[data-astro-cid-bbe6dxrz]{width:420px;height:420px;background:var(--emerald);bottom:-80px;left:-80px;animation-delay:6s}.orb-3[data-astro-cid-bbe6dxrz]{width:360px;height:360px;background:var(--blue);top:40%;left:45%;animation-delay:12s}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;flex:1}.hero-text[data-astro-cid-bbe6dxrz]{color:#fff}.chip[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:#10b98140;border:1px solid rgba(16,185,129,.4);color:#6ee7b7;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.75rem;animation:slideDown .6s ease-out;backdrop-filter:blur(8px)}.chip-dot[data-astro-cid-bbe6dxrz]{animation:pulse 2s infinite}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;line-height:1.05;letter-spacing:-2px;margin-bottom:1.5rem;animation:fadeUp .8s ease-out .2s both}.highlight[data-astro-cid-bbe6dxrz]{color:var(--amber);position:relative}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75;opacity:.93;max-width:520px;margin-bottom:2.5rem;font-weight:400;animation:fadeUp .8s ease-out .4s both}.hero-subtitle[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{color:var(--amber);font-weight:700}.hero-ctas[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:1.75rem;animation:fadeUp .8s ease-out .6s both}.cta-primary[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.625rem;background:#fff;color:var(--indigo);font-family:var(--font-display);font-weight:700;font-size:1.1rem;padding:1rem 2.25rem;border-radius:50px;box-shadow:0 8px 28px #0000002e;transition:all .3s;width:fit-content}.cta-primary[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 14px 36px #00000038}.cta-primary[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{transition:transform .3s}.cta-primary[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{transform:translate(4px)}.trust-row[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1rem}.avatars[data-astro-cid-bbe6dxrz]{display:flex}.avatars[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:38px;height:38px;border-radius:50%;border:3px solid white;margin-left:-10px;box-shadow:0 2px 8px #00000026}.avatars[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]:first-child{margin-left:0}.trust-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:.2rem}.stars[data-astro-cid-bbe6dxrz]{font-size:.8rem}.trust-text[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:.85rem;opacity:.9;font-weight:500}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;display:flex;justify-content:center;animation:fadeRight 1s ease-out .4s both}.mockup-wrapper[data-astro-cid-bbe6dxrz]{max-width:340px;width:100%;border-radius:28px;overflow:hidden;box-shadow:0 24px 64px #00000052,0 0 0 1px #ffffff1f,0 0 120px #8b5cf659}.demo-video[data-astro-cid-bbe6dxrz]{width:100%;aspect-ratio:9/16;object-fit:cover}.badge[data-astro-cid-bbe6dxrz]{position:absolute;background:#fff;padding:.875rem 1.125rem;border-radius:16px;box-shadow:0 12px 32px #00000024;display:flex;align-items:center;gap:.75rem;border:1px solid rgba(0,0,0,.05)}.badge-top[data-astro-cid-bbe6dxrz]{top:12%;right:-60px;animation:floatBadge 6s ease-in-out infinite}.badge-bottom[data-astro-cid-bbe6dxrz]{bottom:12%;left:-60px;animation:floatBadge 6s ease-in-out infinite 3s}.badge-icon[data-astro-cid-bbe6dxrz]{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.badge-icon[data-astro-cid-bbe6dxrz].success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.badge-icon[data-astro-cid-bbe6dxrz].warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.badge-title[data-astro-cid-bbe6dxrz]{font-weight:600;font-size:.85rem;color:var(--slate-800)}.badge-sub[data-astro-cid-bbe6dxrz]{font-size:.75rem;color:var(--slate-500);margin-top:2px}.wave[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.wave[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{display:block;width:100%;height:80px}@keyframes floatOrb{0%,to{transform:translate(0)}33%{transform:translate(30px,-40px)}66%{transform:translate(-20px,20px)}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media(max-width:900px){.hero[data-astro-cid-bbe6dxrz]{padding-top:100px;padding-bottom:80px}.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center}.hero-subtitle[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.badge[data-astro-cid-bbe6dxrz]{display:none}.mockup-wrapper[data-astro-cid-bbe6dxrz]{max-width:260px}}.features[data-astro-cid-vnivfuh2]{background:var(--slate-50);padding:6rem 0}.section-head[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:4rem}.badge[data-astro-cid-vnivfuh2]{display:inline-block;padding:.45rem 1.1rem;background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:1.25rem}.section-title[data-astro-cid-vnivfuh2]{font-family:var(--font-display);font-size:clamp(1.875rem,3.5vw,3rem);font-weight:800;color:var(--slate-800);letter-spacing:-1.5px;margin-bottom:1rem}.section-desc[data-astro-cid-vnivfuh2]{font-size:1.1rem;color:var(--slate-500);max-width:600px;margin:0 auto;line-height:1.7}.grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card[data-astro-cid-vnivfuh2]{background:#fff;border:1px solid var(--slate-200);border-radius:20px;padding:2rem;position:relative;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.card[data-astro-cid-vnivfuh2]:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000017;border-color:var(--accent)}.card[data-astro-cid-vnivfuh2]:hover:before{transform:scaleX(1)}.card-icon[data-astro-cid-vnivfuh2]{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s}.card[data-astro-cid-vnivfuh2]:hover .card-icon[data-astro-cid-vnivfuh2]{transform:scale(1.1) rotate(4deg)}.card-title[data-astro-cid-vnivfuh2]{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--slate-800);margin-bottom:.75rem}.card-text[data-astro-cid-vnivfuh2]{font-size:.9375rem;color:var(--slate-500);line-height:1.7;margin-bottom:1rem;flex:1}.chip-row[data-astro-cid-vnivfuh2]{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1rem}.chip[data-astro-cid-vnivfuh2]{display:inline-block;padding:3px 10px;border-radius:50px;font-size:.72rem;font-weight:600;border:1px solid}.chip-whatsapp[data-astro-cid-vnivfuh2]{background:#dcfce7;color:#166534;border-color:#bbf7d0}.chip-email[data-astro-cid-vnivfuh2]{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.chip-mp[data-astro-cid-vnivfuh2]{background:#fff7ed;color:#92400e;border-color:#fed7aa}.chip-bank[data-astro-cid-vnivfuh2]{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.chip-wallet[data-astro-cid-vnivfuh2]{background:#faf5ff;color:#6b21a8;border-color:#e9d5ff}.card-badge[data-astro-cid-vnivfuh2]{display:inline-block;padding:.35rem .85rem;border-radius:50px;font-size:.78rem;font-weight:600;margin-top:auto}@media(max-width:1024px){.grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features[data-astro-cid-vnivfuh2]{padding:3.5rem 0}.grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}}.benefits[data-astro-cid-aafkaq3q]{background:#fff;padding:6rem 0}.section-head[data-astro-cid-aafkaq3q]{text-align:center;margin-bottom:4rem}.badge[data-astro-cid-aafkaq3q]{display:inline-block;padding:.45rem 1.1rem;background:linear-gradient(135deg,var(--indigo),var(--violet));color:#fff;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:1.25rem}.section-title[data-astro-cid-aafkaq3q]{font-family:var(--font-display);font-size:clamp(1.875rem,3.5vw,3rem);font-weight:800;color:var(--slate-800);letter-spacing:-1.5px;margin-bottom:1rem}.section-desc[data-astro-cid-aafkaq3q]{font-size:1.1rem;color:var(--slate-500);max-width:600px;margin:0 auto;line-height:1.7}.grid[data-astro-cid-aafkaq3q]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.card[data-astro-cid-aafkaq3q]{display:flex;gap:2rem;background:var(--slate-50);border:2px solid transparent;border-radius:20px;padding:2.5rem;transition:all .3s ease}.card[data-astro-cid-aafkaq3q]:hover{border-color:var(--indigo);background:#fff;box-shadow:0 12px 32px #6366f11f;transform:translate(6px)}.card-number[data-astro-cid-aafkaq3q]{font-family:var(--font-display);font-size:3.5rem;font-weight:900;color:var(--slate-200);line-height:1;flex-shrink:0;transition:all .3s;letter-spacing:-2px}.card[data-astro-cid-aafkaq3q]:hover .card-number[data-astro-cid-aafkaq3q]{background:linear-gradient(135deg,var(--indigo),var(--violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-title[data-astro-cid-aafkaq3q]{font-family:var(--font-display);font-size:1.375rem;font-weight:700;color:var(--slate-800);margin-bottom:.75rem;letter-spacing:-.5px}.card-text[data-astro-cid-aafkaq3q]{font-size:1rem;color:var(--slate-500);line-height:1.7}@media(max-width:768px){.benefits[data-astro-cid-aafkaq3q]{padding:3.5rem 0}.grid[data-astro-cid-aafkaq3q]{grid-template-columns:1fr}.card[data-astro-cid-aafkaq3q]{flex-direction:column;gap:1rem;padding:1.75rem}.card-number[data-astro-cid-aafkaq3q]{font-size:2.5rem}.card[data-astro-cid-aafkaq3q]:hover{transform:none}}.cta-section[data-astro-cid-ti3kcdhq]{background:var(--slate-50);padding:6rem 0}.cta-card[data-astro-cid-ti3kcdhq]{position:relative;background:linear-gradient(135deg,#6366f1,#8b5cf6 60%,#ec4899);border-radius:32px;padding:5rem 2rem;text-align:center;overflow:hidden}.cta-glow[data-astro-cid-ti3kcdhq]{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.15) 0%,transparent 70%);pointer-events:none}.cta-emoji[data-astro-cid-ti3kcdhq]{font-size:3.5rem;display:block;margin-bottom:1.5rem;animation:bounce 2s infinite}.cta-title[data-astro-cid-ti3kcdhq]{font-family:var(--font-display);font-size:clamp(1.875rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-1.5px;margin-bottom:1rem}.cta-text[data-astro-cid-ti3kcdhq]{font-size:1.2rem;color:#ffffffd9;margin-bottom:2.5rem;line-height:1.6}.cta-btn[data-astro-cid-ti3kcdhq]{display:inline-flex;align-items:center;gap:.625rem;background:#fff;color:var(--indigo);font-family:var(--font-display);font-weight:700;font-size:1.1rem;padding:1.1rem 2.5rem;border-radius:50px;box-shadow:0 12px 40px #0003;transition:all .3s;margin-bottom:1.5rem}.cta-btn[data-astro-cid-ti3kcdhq]:hover{transform:translateY(-2px);box-shadow:0 18px 50px #00000040}.cta-btn[data-astro-cid-ti3kcdhq] svg[data-astro-cid-ti3kcdhq]{transition:transform .3s}.cta-btn[data-astro-cid-ti3kcdhq]:hover svg[data-astro-cid-ti3kcdhq]{transform:translate(4px)}.cta-note[data-astro-cid-ti3kcdhq]{font-size:.875rem;color:#ffffffb3}.footer[data-astro-cid-ti3kcdhq]{background:var(--slate-900);padding:4rem 0 2rem}.footer-top[data-astro-cid-ti3kcdhq]{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.brand[data-astro-cid-ti3kcdhq]{display:flex;flex-direction:column;gap:.875rem}.logo[data-astro-cid-ti3kcdhq]{font-family:var(--font-brand);font-size:1.75rem;color:#fff;transition:color .2s}.logo[data-astro-cid-ti3kcdhq]:hover{color:var(--indigo)}.tagline[data-astro-cid-ti3kcdhq]{color:#ffffff80;font-size:.9375rem;line-height:1.6}.footer-links[data-astro-cid-ti3kcdhq]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.col[data-astro-cid-ti3kcdhq]{display:flex;flex-direction:column;gap:.75rem}.col[data-astro-cid-ti3kcdhq] h4[data-astro-cid-ti3kcdhq]{font-family:var(--font-display);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:.25rem}.col[data-astro-cid-ti3kcdhq] a[data-astro-cid-ti3kcdhq]{color:#ffffff8c;font-size:.9375rem;transition:color .2s}.col[data-astro-cid-ti3kcdhq] a[data-astro-cid-ti3kcdhq]:hover{color:var(--indigo)}.footer-bottom[data-astro-cid-ti3kcdhq]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-bottom[data-astro-cid-ti3kcdhq] p[data-astro-cid-ti3kcdhq]{color:#fff6;font-size:.875rem}.footer-bottom[data-astro-cid-ti3kcdhq] a[data-astro-cid-ti3kcdhq]{color:var(--indigo);font-weight:600;transition:color .2s}.footer-bottom[data-astro-cid-ti3kcdhq] a[data-astro-cid-ti3kcdhq]:hover{color:var(--violet)}.wa-float[data-astro-cid-ti3kcdhq]{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#25d366,#1ebe57);width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36666;z-index:900;transition:all .3s}.wa-float[data-astro-cid-ti3kcdhq]:hover{transform:scale(1.1);box-shadow:0 12px 32px #25d36680}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.cta-section[data-astro-cid-ti3kcdhq]{padding:3.5rem 0}.cta-card[data-astro-cid-ti3kcdhq]{padding:3.5rem 1.5rem;border-radius:20px}.footer-top[data-astro-cid-ti3kcdhq]{grid-template-columns:1fr;gap:2.5rem}.footer-links[data-astro-cid-ti3kcdhq]{grid-template-columns:repeat(2,1fr)}.footer-bottom[data-astro-cid-ti3kcdhq]{flex-direction:column;text-align:center}.wa-float[data-astro-cid-ti3kcdhq]{width:54px;height:54px;bottom:1.5rem;right:1.5rem}}.promo-overlay[data-astro-cid-ffmp5lqb]{position:fixed;inset:0;background:#0f172ab8;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;overflow-y:auto;opacity:0;transition:opacity .25s ease}.promo-overlay[data-astro-cid-ffmp5lqb].visible{opacity:1}.promo-box[data-astro-cid-ffmp5lqb]{background:#fff;border-radius:16px;max-width:860px;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;overflow-x:hidden;position:relative;box-shadow:0 24px 60px #00000040;transform:translateY(20px);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .25s ease;opacity:0;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.promo-overlay[data-astro-cid-ffmp5lqb].visible .promo-box[data-astro-cid-ffmp5lqb]{transform:translateY(0);opacity:1}.promo-close[data-astro-cid-ffmp5lqb]{position:absolute;top:.625rem;right:.625rem;z-index:20;width:28px;height:28px;border-radius:50%;border:none;background:#ffffff40;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;font-size:.75rem}.promo-close[data-astro-cid-ffmp5lqb]:hover{background:#fff6}.promo-header[data-astro-cid-ffmp5lqb]{background:linear-gradient(135deg,#6366f1,#8b5cf6 60%,#ec4899);padding:.875rem 3rem .875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.promo-header-left[data-astro-cid-ffmp5lqb]{display:flex;flex-direction:column;gap:.25rem}.promo-badge-top[data-astro-cid-ffmp5lqb]{display:inline-block;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:3px 10px;border-radius:50px;width:fit-content}.promo-title[data-astro-cid-ffmp5lqb]{color:#fff;font-size:1.25rem;font-weight:700;margin:0;line-height:1.2}.promo-congela[data-astro-cid-ffmp5lqb]{display:inline-block;background:#fbbf24;color:#78350f;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:50px;white-space:nowrap;flex-shrink:0}.integrations-bar[data-astro-cid-ffmp5lqb]{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:.5rem 1rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.integration-item[data-astro-cid-ffmp5lqb]{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#353}.integration-item[data-astro-cid-ffmp5lqb] img[data-astro-cid-ffmp5lqb]{height:14px;width:auto;display:block}.integration-item[data-astro-cid-ffmp5lqb]:first-child img[data-astro-cid-ffmp5lqb]{height:22px}.billing-toggle[data-astro-cid-ffmp5lqb]{display:flex;align-items:center;justify-content:center;gap:.625rem;height:44px;padding:0 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.toggle-label[data-astro-cid-ffmp5lqb]{font-size:.8125rem;font-weight:500;color:#94a3b8;cursor:pointer}.toggle-label[data-astro-cid-ffmp5lqb].active{color:#1e293b}.toggle-switch[data-astro-cid-ffmp5lqb]{width:44px;height:24px;background:#6366f1;border-radius:12px;position:relative;cursor:pointer;border:none;flex-shrink:0}.toggle-switch[data-astro-cid-ffmp5lqb]:after{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.toggle-switch[data-astro-cid-ffmp5lqb].anual:after{transform:translate(20px)}.save-chip[data-astro-cid-ffmp5lqb]{background:#10b981;color:#fff;font-size:.675rem;font-weight:600;padding:2px 8px;border-radius:50px;white-space:nowrap}.bonus-bar[data-astro-cid-ffmp5lqb]{background:#f0fdf4;border-bottom:1px solid #bbf7d0;color:#15803d;font-size:.75rem;text-align:center;padding:.4rem 1rem;max-height:40px;opacity:1;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,padding .3s ease}.plans-grid[data-astro-cid-ffmp5lqb]{display:grid;grid-template-columns:repeat(3,1fr)}.plan-col[data-astro-cid-ffmp5lqb]{padding:0 1rem 1rem;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.plan-col[data-astro-cid-ffmp5lqb]:last-child{border-right:none}.plan-col[data-astro-cid-ffmp5lqb].featured{background:#fafaff}.popular-tag-slot[data-astro-cid-ffmp5lqb]{height:22px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:.5rem}.popular-tag[data-astro-cid-ffmp5lqb]{background:#6366f1;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.5px;padding:2px 10px;border-radius:0 0 6px 6px}.plan-name[data-astro-cid-ffmp5lqb]{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.375rem}.price-old[data-astro-cid-ffmp5lqb]{font-size:.7rem;color:#cbd5e1;text-decoration:line-through;margin-bottom:1px}.price-new[data-astro-cid-ffmp5lqb]{display:flex;align-items:baseline;gap:2px;margin-bottom:3px}.currency[data-astro-cid-ffmp5lqb]{font-size:.8rem;font-weight:600;color:#1e293b}.amount[data-astro-cid-ffmp5lqb]{font-size:1.625rem;font-weight:800;color:#1e293b;line-height:1;letter-spacing:-1px}.period[data-astro-cid-ffmp5lqb]{font-size:.75rem;color:#64748b}.off-badge[data-astro-cid-ffmp5lqb]{display:inline-block;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:50px;margin-bottom:.625rem}.off-standard[data-astro-cid-ffmp5lqb],.off-pro[data-astro-cid-ffmp5lqb]{background:#ede9fe;color:#5b21b6}.off-premium[data-astro-cid-ffmp5lqb]{background:#fef3c7;color:#92400e}.plan-divider[data-astro-cid-ffmp5lqb]{border:none;border-top:1px solid #e2e8f0;margin:0 0 .625rem}.feature-list[data-astro-cid-ffmp5lqb]{list-style:none;padding:0;margin:0 0 .75rem;flex:1}.feature-list[data-astro-cid-ffmp5lqb] li[data-astro-cid-ffmp5lqb]{display:flex;align-items:flex-start;gap:5px;font-size:.75rem;color:#475569;margin-bottom:5px;line-height:1.4}.feat-bold[data-astro-cid-ffmp5lqb]{font-weight:700;color:#1e293b}.plan-btn[data-astro-cid-ffmp5lqb]{width:100%;padding:7px 0;border-radius:50px;font-size:.75rem;font-weight:600;cursor:pointer;border:1.5px solid;transition:all .2s ease;font-family:inherit}.btn-outline[data-astro-cid-ffmp5lqb]{background:transparent;border-color:#6366f1;color:#6366f1}.btn-outline[data-astro-cid-ffmp5lqb]:hover{background:#6366f1;color:#fff}.btn-filled[data-astro-cid-ffmp5lqb]{background:#6366f1;border-color:#6366f1;color:#fff}.btn-filled[data-astro-cid-ffmp5lqb]:hover{background:#4f46e5}.btn-premium[data-astro-cid-ffmp5lqb]{background:#92400e;border-color:#92400e;color:#fef3c7}.btn-premium[data-astro-cid-ffmp5lqb]:hover{background:#78350f}.extras-section[data-astro-cid-ffmp5lqb]{padding:.75rem 1.25rem;background:#f8fafc;border-top:1px solid #e2e8f0}.extras-title[data-astro-cid-ffmp5lqb]{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.extras-grid[data-astro-cid-ffmp5lqb]{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.extra-item[data-astro-cid-ffmp5lqb]{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:5px 8px;gap:.375rem}.extra-name[data-astro-cid-ffmp5lqb]{font-size:.675rem;color:#475569;flex:1;line-height:1.3}.extra-prices[data-astro-cid-ffmp5lqb]{text-align:right;flex-shrink:0}.extra-old[data-astro-cid-ffmp5lqb]{font-size:.6rem;color:#cbd5e1;text-decoration:line-through}.extra-new[data-astro-cid-ffmp5lqb]{font-size:.75rem;font-weight:700;color:#6366f1}.promo-footer[data-astro-cid-ffmp5lqb]{padding:.5rem 1.5rem;border-top:1px solid #e2e8f0;text-align:center}.promo-footer[data-astro-cid-ffmp5lqb] p[data-astro-cid-ffmp5lqb]{font-size:.675rem;color:#94a3b8;margin:0}@media(max-width:768px){.plans-grid[data-astro-cid-ffmp5lqb]{grid-template-columns:1fr}.plan-col[data-astro-cid-ffmp5lqb]{border-right:none;border-bottom:1px solid #e2e8f0}.plan-col[data-astro-cid-ffmp5lqb]:last-child{border-bottom:none}.extras-grid[data-astro-cid-ffmp5lqb]{grid-template-columns:1fr 1fr}.promo-header[data-astro-cid-ffmp5lqb]{flex-direction:column;align-items:flex-start;gap:.5rem;padding-right:2.5rem}}@media(max-width:480px){.promo-overlay[data-astro-cid-ffmp5lqb]{padding:0;align-items:flex-end}.promo-box[data-astro-cid-ffmp5lqb]{border-radius:20px 20px 0 0;max-height:88vh}}
