.hero[data-astro-cid-bbe6dxrz]{background-color:var(--bg);position:relative;padding-top:calc(var(--navbar-height) + 4rem);padding-bottom:6rem;overflow:hidden}.hero-bg-shapes[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.hero-diagonal[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-15%;left:-10%;width:120%;height:45%;background:var(--primary);transform:rotate(-6deg);z-index:-1;opacity:.85}.hero-diagonal[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;top:-20px;left:0;width:100%;height:10px;background:var(--accent)}.hero-blob[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(80px);z-index:-2;opacity:.25;animation:blob-float 15s infinite ease-in-out alternate}.blob-1[data-astro-cid-bbe6dxrz]{top:-10%;left:-10%;width:50vw;height:50vw;max-width:600px;max-height:600px;background:var(--primary)}.blob-2[data-astro-cid-bbe6dxrz]{bottom:-10%;right:-10%;width:60vw;height:60vw;max-width:700px;max-height:700px;background:var(--accent);animation-delay:-5s;animation-duration:20s}@keyframes blob-float{0%{transform:translate(0) scale(1)}to{transform:translate(50px,80px) scale(1.1)}}.hero-content[data-astro-cid-bbe6dxrz]>[data-astro-cid-bbe6dxrz]{opacity:0;animation:fadeSlideUp .8s cubic-bezier(.2,.8,.2,1) forwards}.hero-content[data-astro-cid-bbe6dxrz] .badge-container[data-astro-cid-bbe6dxrz]{animation-delay:.1s}.hero-content[data-astro-cid-bbe6dxrz] .hero-title[data-astro-cid-bbe6dxrz]{animation-delay:.2s}.hero-content[data-astro-cid-bbe6dxrz]>p[data-astro-cid-bbe6dxrz]{animation-delay:.3s}.hero-content[data-astro-cid-bbe6dxrz] .hero-actions[data-astro-cid-bbe6dxrz]{animation-delay:.4s}.hero-content[data-astro-cid-bbe6dxrz] .store-badges[data-astro-cid-bbe6dxrz]{animation-delay:.5s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.badge-container[data-astro-cid-bbe6dxrz]{display:inline-flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.badge[data-astro-cid-bbe6dxrz]{font-size:.8rem;font-weight:800;letter-spacing:1.5px;color:var(--dark);margin-bottom:4px;text-transform:uppercase}.badge-squiggle[data-astro-cid-bbe6dxrz]{width:46px;height:auto;margin-left:2px;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-squiggle 1.5s ease-out forwards .8s}@keyframes draw-squiggle{to{stroke-dashoffset:0}}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem;color:var(--dark);position:relative;line-height:1.15;font-weight:800}.highlight-wrapper[data-astro-cid-bbe6dxrz]{position:relative;display:inline-block}.highlight[data-astro-cid-bbe6dxrz]{color:var(--dark);position:relative}.highlight[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:12px;background-color:var(--primary-light);opacity:.5;z-index:-1;transform:skew(-10deg)}.title-spark[data-astro-cid-bbe6dxrz]{position:absolute;top:-20px;right:-25px;width:32px;height:32px;transform-origin:center;animation:spark-spin 8s linear infinite}@keyframes spark-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content[data-astro-cid-bbe6dxrz]>p[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:560px;line-height:1.6}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.cta-btn[data-astro-cid-bbe6dxrz]{border-radius:100px;padding:1rem 2.25rem;display:inline-flex;align-items:center;gap:.6rem;font-size:1.1rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.cta-btn[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.cta-btn[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 60%);opacity:0;transform:scale(.5);transition:opacity .3s,transform .5s;pointer-events:none}.cta-btn[data-astro-cid-bbe6dxrz]:hover:before{opacity:1;transform:scale(1);animation:pulse-glow 2s infinite alternate}@keyframes pulse-glow{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.1);opacity:.4}}.cta-btn-outline[data-astro-cid-bbe6dxrz]{border-radius:100px;padding:1rem 2.25rem;font-size:1.1rem;border-color:var(--dark-light);color:var(--dark)}.cta-btn-outline[data-astro-cid-bbe6dxrz]:hover{background-color:var(--dark-light);color:var(--white)}.store-badges[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}.store-btn[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;background:var(--white);color:var(--dark);padding:.5rem 1rem;border-radius:100px;text-decoration:none;gap:.75rem;min-width:160px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000000d;border:1px solid rgba(0,0,0,.05)}.store-btn[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.store-icon[data-astro-cid-bbe6dxrz]{width:24px;height:24px;flex-shrink:0}.store-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:flex-start}.store-sub[data-astro-cid-bbe6dxrz]{font-size:.65rem;line-height:1;opacity:.8;margin-bottom:2px;font-weight:600}.store-title[data-astro-cid-bbe6dxrz]{font-size:1.05rem;font-weight:700;line-height:1;letter-spacing:-.2px}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;z-index:2}.image-stack[data-astro-cid-bbe6dxrz]{position:relative;width:100%;padding:1rem}.main-image-wrapper[data-astro-cid-bbe6dxrz]{border-radius:32px;overflow:hidden;box-shadow:0 20px 50px #543d2826;position:relative;z-index:2}.img-hero[data-astro-cid-bbe6dxrz]{width:100%;height:auto;object-fit:cover;display:block;border-radius:32px}.app-mockup-wrapper[data-astro-cid-bbe6dxrz]{position:absolute;bottom:5%;right:-5%;width:45%;z-index:3;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}.stats-container-wrapper[data-astro-cid-bbe6dxrz]{position:relative;z-index:10;margin-top:-3rem;padding-bottom:2rem}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;align-items:stretch;padding:2.5rem;background:var(--white);border-radius:32px;list-style:none;box-shadow:0 10px 40px #543d2814}.stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative;padding:0 1rem;opacity:0;animation:fadeSlideUp .8s cubic-bezier(.2,.8,.2,1) forwards}.stat[data-astro-cid-bbe6dxrz]:nth-child(1){animation-delay:.6s}.stat[data-astro-cid-bbe6dxrz]:nth-child(2){animation-delay:.7s}.stat[data-astro-cid-bbe6dxrz]:nth-child(3){animation-delay:.8s}.stat[data-astro-cid-bbe6dxrz]:nth-child(4){animation-delay:.9s}.stat[data-astro-cid-bbe6dxrz]:nth-child(5){animation-delay:1s}.stat[data-astro-cid-bbe6dxrz]:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:#543d281a}.stat-icon-wrapper[data-astro-cid-bbe6dxrz]{width:56px;height:56px;background:#ebad8826;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease,background .3s ease}.stat[data-astro-cid-bbe6dxrz]:hover .stat-icon-wrapper[data-astro-cid-bbe6dxrz]{transform:translateY(-5px);background:#ebad8840}.stat-icon[data-astro-cid-bbe6dxrz]{font-size:1.5rem}.stat-number[data-astro-cid-bbe6dxrz]{display:block;font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:.3rem}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.85rem;color:var(--text-muted);line-height:1.4;font-weight:500}@media(max-width:1024px){.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;gap:3rem}.badge-container[data-astro-cid-bbe6dxrz],.hero-actions[data-astro-cid-bbe6dxrz],.store-badges[data-astro-cid-bbe6dxrz]{align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.hero-content[data-astro-cid-bbe6dxrz]>p[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.app-mockup-wrapper[data-astro-cid-bbe6dxrz]{right:0;width:35%}.hero-stats[data-astro-cid-bbe6dxrz]{flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem}.stat[data-astro-cid-bbe6dxrz]{flex:1 1 120px}.stat[data-astro-cid-bbe6dxrz]:after{display:none}}@media(prefers-reduced-motion:reduce){.app-mockup-wrapper[data-astro-cid-bbe6dxrz]{animation:none;transform:rotate(-2deg)}}.features[data-astro-cid-vnivfuh2]{background-color:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.text-center[data-astro-cid-vnivfuh2]{text-align:center}.section-title[data-astro-cid-vnivfuh2]{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.section-subtitle[data-astro-cid-vnivfuh2]{font-size:1.125rem;color:var(--text-muted);max-width:740px;margin:0 auto 4rem}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card[data-astro-cid-vnivfuh2]{padding:3rem 2rem;background:var(--bg);border-radius:var(--radius-md);transition:var(--transition);border:1px solid transparent;text-align:left;position:relative}.feature-card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-10px);background:var(--white);border-color:var(--primary-light);box-shadow:var(--shadow-md)}.feature-card--highlight[data-astro-cid-vnivfuh2]{background:linear-gradient(135deg,#ebad882e,#d48c6b14);border-color:var(--primary);grid-column:span 2}.feature-card--highlight[data-astro-cid-vnivfuh2]:hover{background:linear-gradient(135deg,#ebad8838,#d48c6b1a);border-color:var(--accent)}.feature-tag[data-astro-cid-vnivfuh2]{display:inline-block;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:999px;margin-bottom:1rem}.feature-icon[data-astro-cid-vnivfuh2]{font-size:3rem;margin-bottom:1.5rem}.feature-card[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{margin-bottom:1rem;font-size:1.5rem}.feature-card[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--text-muted);line-height:1.6}.feature-card--highlight[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{font-size:1.75rem}.feature-card--highlight[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--dark);font-weight:500}.highlight[data-astro-cid-vnivfuh2]{color:var(--primary)}@media(max-width:768px){.feature-card--highlight[data-astro-cid-vnivfuh2]{grid-column:span 1}}
