.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--c-bg-dark);overflow:hidden;padding:6rem 0 4rem}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;overflow:hidden}.hero-grid[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.hero-orb[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.hero-orb-1[data-astro-cid-bbe6dxrz]{width:500px;height:500px;background:var(--c-primary);top:-15%;right:-5%;animation:float-orb 8s ease-in-out infinite}.hero-orb-2[data-astro-cid-bbe6dxrz]{width:350px;height:350px;background:var(--c-accent);bottom:-10%;left:-5%;animation:float-orb 10s ease-in-out infinite reverse}.hero-orb-3[data-astro-cid-bbe6dxrz]{width:200px;height:200px;background:var(--c-accent-2);top:40%;left:30%;animation:float-orb 12s ease-in-out infinite}@keyframes float-orb{0%,to{transform:translate(0)}33%{transform:translate(20px,-20px)}66%{transform:translate(-15px,15px)}}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-badge[data-astro-cid-bbe6dxrz]{display:inline-block;padding:.4rem 1rem;background:#2563eb26;border:1px solid rgba(37,99,235,.3);border-radius:50px;color:var(--c-accent);font-size:var(--text-sm);font-weight:600;margin-bottom:1.5rem}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{color:var(--c-text-heading-dark);font-size:var(--text-5xl);line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-desc[data-astro-cid-bbe6dxrz]{color:var(--c-text-on-dark);font-size:var(--text-lg);line-height:1.8;margin-bottom:1.5rem;max-width:520px}.hero-features[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-feature[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.4rem;color:var(--c-text-on-dark);font-size:var(--text-sm);font-weight:400}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;display:flex;justify-content:center;align-items:center}.hero-card-wrapper[data-astro-cid-bbe6dxrz]{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #0006}.hero-card-wrapper[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{display:block;width:100%;height:auto;border-radius:var(--radius-lg)}.hero-card-glow[data-astro-cid-bbe6dxrz]{position:absolute;inset:-2px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--c-primary),var(--c-accent),var(--c-accent-2));z-index:-1;opacity:.5;filter:blur(20px);animation:glow-pulse 4s ease-in-out infinite alternate}@keyframes glow-pulse{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.03)}}.hero-float-badge[data-astro-cid-bbe6dxrz]{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:50px;color:#fff;font-size:var(--text-sm);font-weight:600;white-space:nowrap;animation:float-badge 6s ease-in-out infinite}.float-badge-1[data-astro-cid-bbe6dxrz]{bottom:8%;left:-5%;animation-delay:0s}.float-badge-2[data-astro-cid-bbe6dxrz]{top:8%;right:-5%;animation-delay:-3s}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-anim[data-astro-cid-bbe6dxrz]{animation:hero-up .7s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--d, 0) * .1s)}.hero-anim-right[data-astro-cid-bbe6dxrz]{animation:hero-slide-right .8s cubic-bezier(.16,1,.3,1) .2s both}@keyframes hero-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-slide-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.hero-anim[data-astro-cid-bbe6dxrz],.hero-anim-right[data-astro-cid-bbe6dxrz]{animation:none}}@media(max-width:968px){.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-desc[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.hero-features[data-astro-cid-bbe6dxrz],.hero-actions[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-float-badge[data-astro-cid-bbe6dxrz]{display:none}}@media(max-width:480px){.hero[data-astro-cid-bbe6dxrz]{padding:5rem 0 2.5rem}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:var(--text-5xl)}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:var(--text-sm)}.hero-badge[data-astro-cid-bbe6dxrz]{font-size:var(--text-xs)}.hero-features[data-astro-cid-bbe6dxrz]{gap:.6rem}.hero-feature[data-astro-cid-bbe6dxrz]{font-size:var(--text-xs)}.hero-actions[data-astro-cid-bbe6dxrz]{flex-direction:column;width:100%}.hero-actions[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{width:100%;justify-content:center}}.features[data-astro-cid-vnivfuh2]{padding:var(--section-py) 0;background:var(--c-surface)}.badge-light[data-astro-cid-vnivfuh2]{background:#2563eb14;color:var(--c-primary)}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card[data-astro-cid-vnivfuh2]{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:2rem;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease);overflow:hidden}.feature-card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-6px);box-shadow:var(--c-card-shadow-hover);border-color:var(--c-primary)}.feature-icon[data-astro-cid-vnivfuh2]{width:56px;height:56px;border-radius:14px;background:#2563eb14;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-img-wrap[data-astro-cid-vnivfuh2]{border-radius:var(--radius);overflow:hidden;margin-bottom:1.25rem}.feature-img-wrap[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{width:100%;height:180px;object-fit:cover;transition:transform .5s var(--ease)}.feature-card[data-astro-cid-vnivfuh2]:hover .feature-img-wrap[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{transform:scale(1.04)}.feature-card[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{margin-bottom:.6rem;font-size:var(--text-xl)}.feature-card[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--c-text-muted);font-size:var(--text-sm);line-height:1.7}@media(max-width:968px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:480px){.feature-card[data-astro-cid-vnivfuh2]{padding:1.25rem}.feature-img-wrap[data-astro-cid-vnivfuh2] img[data-astro-cid-vnivfuh2]{height:150px}.features-grid[data-astro-cid-vnivfuh2]{max-width:100%}}.why-choose[data-astro-cid-3zwfxybs]{padding:var(--section-py) 0;background:var(--c-bg-dark);position:relative;overflow:hidden}.why-choose[data-astro-cid-3zwfxybs]:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:var(--c-primary);border-radius:50%;opacity:.06;filter:blur(100px)}.badge-dark[data-astro-cid-3zwfxybs]{background:#06d6a01f;color:var(--c-accent)}.reasons-grid[data-astro-cid-3zwfxybs]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.reason-card[data-astro-cid-3zwfxybs]{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2rem;transition:transform .4s var(--ease),background .4s var(--ease),border-color .4s var(--ease)}.reason-card[data-astro-cid-3zwfxybs]:hover{transform:translateY(-4px);background:#ffffff12;border-color:#2563eb4d}.reason-icon[data-astro-cid-3zwfxybs]{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb33,#06d6a033);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--c-accent)}.reason-card[data-astro-cid-3zwfxybs] h3[data-astro-cid-3zwfxybs]{color:#fff;font-size:var(--text-lg);margin-bottom:.5rem}.reason-card[data-astro-cid-3zwfxybs] p[data-astro-cid-3zwfxybs]{color:var(--c-text-on-dark);font-size:var(--text-sm);line-height:1.7}@media(max-width:968px){.reasons-grid[data-astro-cid-3zwfxybs]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.reasons-grid[data-astro-cid-3zwfxybs]{grid-template-columns:1fr}}@media(max-width:480px){.reason-card[data-astro-cid-3zwfxybs]{padding:1.25rem}}.power-tools[data-astro-cid-6bc7iloh]{padding:var(--section-py) 0;background:var(--c-surface-alt)}.tools-grid[data-astro-cid-6bc7iloh]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.tool-card[data-astro-cid-6bc7iloh]{background:var(--c-surface);border-radius:var(--radius-lg);padding:2.5rem 2rem;position:relative;overflow:hidden;border:1px solid var(--c-border);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}.tool-card[data-astro-cid-6bc7iloh]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--c-primary),var(--c-accent));opacity:0;transition:opacity .4s var(--ease)}.tool-card[data-astro-cid-6bc7iloh]:hover{transform:translateY(-6px);box-shadow:var(--c-card-shadow-hover)}.tool-card[data-astro-cid-6bc7iloh]:hover:before{opacity:1}.tool-icon-wrap[data-astro-cid-6bc7iloh]{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#2563eb1a,#06d6a01a);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--c-primary)}.tool-number[data-astro-cid-6bc7iloh]{font-size:var(--text-4xl);font-weight:700;color:var(--c-surface-alt);position:absolute;top:1rem;right:1.5rem;line-height:1;user-select:none}.tool-card[data-astro-cid-6bc7iloh] h3[data-astro-cid-6bc7iloh]{font-size:var(--text-xl);margin-bottom:.75rem}.tool-card[data-astro-cid-6bc7iloh] p[data-astro-cid-6bc7iloh]{color:var(--c-text-muted);font-size:var(--text-sm);line-height:1.7;margin-bottom:.5rem}.tool-detail[data-astro-cid-6bc7iloh]{margin-bottom:1.25rem}.tool-link[data-astro-cid-6bc7iloh]{display:inline-flex;align-items:center;gap:.4rem;color:var(--c-primary);font-weight:600;font-size:var(--text-sm);transition:gap .3s var(--ease)}.tool-link[data-astro-cid-6bc7iloh]:hover{gap:.7rem}@media(max-width:968px){.tools-grid[data-astro-cid-6bc7iloh]{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:480px){.tool-card[data-astro-cid-6bc7iloh]{padding:1.5rem 1.25rem}.tool-number[data-astro-cid-6bc7iloh]{font-size:var(--text-3xl)}.tools-grid[data-astro-cid-6bc7iloh]{max-width:100%}}.cta[data-astro-cid-4xty6sx2]{padding:var(--section-py) 0;background:var(--c-bg-dark);position:relative;overflow:hidden}.cta-bg[data-astro-cid-4xty6sx2]{position:absolute;inset:0}.cta-orb[data-astro-cid-4xty6sx2]{position:absolute;border-radius:50%;filter:blur(100px)}.cta-orb-1[data-astro-cid-4xty6sx2]{width:400px;height:400px;background:var(--c-primary);opacity:.12;top:-150px;left:-100px}.cta-orb-2[data-astro-cid-4xty6sx2]{width:300px;height:300px;background:var(--c-accent);opacity:.1;bottom:-100px;right:-50px}.cta-inner[data-astro-cid-4xty6sx2]{text-align:center;position:relative;z-index:1;max-width:680px;margin:0 auto}.cta[data-astro-cid-4xty6sx2] h2[data-astro-cid-4xty6sx2]{color:var(--c-text-heading-dark);font-size:var(--text-3xl);margin-bottom:1rem}.cta[data-astro-cid-4xty6sx2] p[data-astro-cid-4xty6sx2]{color:var(--c-text-on-dark);font-size:var(--text-lg);margin-bottom:2rem;line-height:1.7}.cta-actions[data-astro-cid-4xty6sx2]{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:480px){.cta[data-astro-cid-4xty6sx2] p[data-astro-cid-4xty6sx2]{font-size:var(--text-base)}.cta-actions[data-astro-cid-4xty6sx2]{flex-direction:column;align-items:center}.cta-actions[data-astro-cid-4xty6sx2] .btn[data-astro-cid-4xty6sx2]{width:100%;justify-content:center}}
