:root{--y-50: #FEFCE8;--y-100: #FEF9C3;--y-200: #FEF08A;--y-300: #FDE047;--y-400: #FACC15;--y-500: #EAB308;--y-600: #CA8A04;--ink: #0A0A0A;--ink-soft: #171717;--ink-muted: #525252;--n-50: #FAFAFA;--n-100: #F5F5F5;--n-200: #E5E5E5;--n-300: #D4D4D4;--n-400: #A3A3A3;--n-500: #737373;--n-600: #525252;--n-700: #404040;--n-800: #262626;--n-900: #171717;color-scheme:light only}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light only}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--y-300);color:var(--ink)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(3deg)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(-3deg)}}@keyframes pulse-slow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes drift{0%,to{transform:translate(0) translateY(0)}33%{transform:translate(30px) translateY(-15px)}66%{transform:translate(-20px) translateY(10px)}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#fff}.hero-shapes[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.shape[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:9999px}.shape-1[data-astro-cid-bbe6dxrz]{top:8%;right:6%;width:320px;height:320px;background:var(--y-300);animation:float 8s ease-in-out infinite}.shape-2[data-astro-cid-bbe6dxrz]{bottom:12%;left:-80px;width:240px;height:240px;background:var(--y-100);animation:float-slow 10s ease-in-out infinite}.shape-3[data-astro-cid-bbe6dxrz]{top:30%;left:8%;width:80px;height:80px;background:var(--ink);border-radius:16px;transform:rotate(45deg);animation:spin-slow 24s linear infinite}.shape-4[data-astro-cid-bbe6dxrz]{top:50%;right:15%;width:60px;height:60px;border:4px solid var(--ink);background:transparent;animation:pulse-slow 5s ease-in-out infinite}.shape-5[data-astro-cid-bbe6dxrz]{bottom:20%;right:22%;width:12px;height:12px;background:var(--ink)}.shape-6[data-astro-cid-bbe6dxrz]{top:18%;left:30%;width:16px;height:16px;background:var(--y-500)}.shape-7[data-astro-cid-bbe6dxrz]{bottom:30%;left:25%;width:100px;height:100px;border-radius:24px;background:var(--y-200);animation:drift 12s ease-in-out infinite}.nav[data-astro-cid-bbe6dxrz]{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1280px;margin:0 auto;width:100%}.logo[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--ink)}.logo-mark[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--ink);color:#fff;border-radius:9999px;font-weight:800;font-size:1.125rem}.logo-text[data-astro-cid-bbe6dxrz]{font-size:1.375rem;font-weight:700}.nav-links[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.5rem}.nav-links[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:not(.btn-ghost):not(.btn-primary){color:var(--ink-muted);text-decoration:none;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:color .2s}.nav-links[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:not(.btn-ghost):not(.btn-primary):hover{color:var(--ink)}.btn-ghost[data-astro-cid-bbe6dxrz]{color:var(--ink-muted);text-decoration:none;font-size:.9375rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:color .2s}.btn-ghost[data-astro-cid-bbe6dxrz]:hover{color:var(--ink)}.btn-primary[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:var(--ink);color:#fff;text-decoration:none;font-size:.9375rem;font-weight:600;padding:.5rem 1.25rem;border-radius:.5rem;transition:all .2s}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background:var(--ink-soft)}.btn-accent[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:var(--y-300);color:var(--ink);text-decoration:none;font-weight:700;border-radius:.5rem;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-accent[data-astro-cid-bbe6dxrz]:hover{background:var(--y-400);translate:0 -2px;box-shadow:0 8px 24px #facc1566}.btn-secondary[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--ink);text-decoration:none;font-weight:600;border:2px solid var(--ink);border-radius:.5rem;transition:all .2s}.btn-secondary[data-astro-cid-bbe6dxrz]:hover{background:var(--ink);color:#fff}.btn-lg[data-astro-cid-bbe6dxrz]{padding:.875rem 2rem;font-size:1rem}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:800px;margin:0 auto}.hero-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;font-size:.8125rem;font-weight:600;color:var(--ink);background:var(--y-300);border:2px solid var(--ink);margin-bottom:2rem}.badge-dot[data-astro-cid-bbe6dxrz]{width:8px;height:8px;border-radius:9999px;background:var(--ink)}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--ink)}.highlight[data-astro-cid-bbe6dxrz]{background:linear-gradient(180deg,transparent 60%,var(--y-300) 60%);padding:0 .25rem}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(1.0625rem,2vw,1.25rem);color:var(--ink-muted);max-width:560px;line-height:1.7;margin-bottom:2.5rem}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:640px){.nav-links[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:not(.btn-primary):not(.btn-ghost){display:none}.hero-content[data-astro-cid-bbe6dxrz]{padding:1.5rem}.shape-1[data-astro-cid-bbe6dxrz]{width:200px;height:200px}}.features[data-astro-cid-vnivfuh2]{padding:8rem 2rem;max-width:1200px;margin:0 auto;position:relative}.section-header[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:4rem}.section-label[data-astro-cid-vnivfuh2]{display:inline-block;padding:.25rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:700;color:var(--ink);background:var(--y-300);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.section-title[data-astro-cid-vnivfuh2]{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;color:var(--ink)}.section-desc[data-astro-cid-vnivfuh2]{color:var(--ink-muted);font-size:1.125rem;max-width:540px;margin:0 auto}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.feature-card[data-astro-cid-vnivfuh2]{padding:2rem;border-radius:1rem;background:#fff;border:2px solid var(--n-200);transition:all .3s}.feature-card[data-astro-cid-vnivfuh2]:hover{border-color:var(--ink);translate:0 -4px;box-shadow:8px 8px 0 var(--y-300)}.feature-icon[data-astro-cid-vnivfuh2]{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--y-300);color:var(--ink);margin-bottom:1.25rem}.feature-card[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{font-size:1.25rem;font-weight:700;margin-bottom:.625rem;color:var(--ink)}.feature-card[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{color:var(--ink-muted);font-size:.9375rem;line-height:1.7}.how-it-works[data-astro-cid-cmgpsf2k]{padding:8rem 2rem;max-width:800px;margin:0 auto;background:#fff}.section-header[data-astro-cid-cmgpsf2k]{text-align:center;margin-bottom:4rem}.section-label[data-astro-cid-cmgpsf2k]{display:inline-block;padding:.25rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:700;color:var(--ink);background:var(--y-300);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.section-title[data-astro-cid-cmgpsf2k]{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem;color:var(--ink)}.section-desc[data-astro-cid-cmgpsf2k]{color:var(--ink-muted);font-size:1.125rem}.steps[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:flex-start;gap:0}.step[data-astro-cid-cmgpsf2k]{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;border-radius:1rem;transition:background .2s}.step[data-astro-cid-cmgpsf2k]:hover{background:var(--y-50)}.step-number[data-astro-cid-cmgpsf2k]{font-size:2.5rem;font-weight:900;color:var(--ink);line-height:1;min-width:3.5rem;background:var(--y-300);padding:.5rem .75rem;border-radius:.75rem;text-align:center}.step-content[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--ink)}.step-content[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{color:var(--ink-muted);font-size:.9375rem;line-height:1.7}.step-connector[data-astro-cid-cmgpsf2k]{padding-left:3rem;color:var(--n-300)}.cta[data-astro-cid-4xty6sx2]{padding:6rem 2rem 8rem;max-width:1100px;margin:0 auto}.cta-card[data-astro-cid-4xty6sx2]{text-align:center;padding:5rem 3rem;border-radius:1.5rem;background:var(--y-300);position:relative;overflow:hidden;border:3px solid var(--ink)}.cta-shapes[data-astro-cid-4xty6sx2]{position:absolute;inset:0;pointer-events:none}.cta-shapes[data-astro-cid-4xty6sx2] .shape[data-astro-cid-4xty6sx2]{position:absolute;border-radius:9999px}.cta-shapes[data-astro-cid-4xty6sx2] .shape-1[data-astro-cid-4xty6sx2]{top:-60px;left:-60px;width:180px;height:180px;background:var(--ink);opacity:.06;animation:float 8s ease-in-out infinite}.cta-shapes[data-astro-cid-4xty6sx2] .shape-2[data-astro-cid-4xty6sx2]{bottom:-40px;right:-40px;width:200px;height:200px;background:var(--ink);opacity:.06;animation:float-slow 10s ease-in-out infinite}.cta-shapes[data-astro-cid-4xty6sx2] .shape-3[data-astro-cid-4xty6sx2]{top:40%;right:15%;width:50px;height:50px;border:4px solid var(--ink);background:transparent;border-radius:12px;transform:rotate(45deg);animation:spin-slow 18s linear infinite}.cta-content[data-astro-cid-4xty6sx2]{position:relative;z-index:1}.cta-title[data-astro-cid-4xty6sx2]{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--ink);line-height:1.05}.cta-desc[data-astro-cid-4xty6sx2]{color:var(--ink);font-size:1.0625rem;line-height:1.7;max-width:480px;margin:0 auto 2.5rem;opacity:.75}.cta-btn[data-astro-cid-4xty6sx2]{display:inline-flex;align-items:center;gap:.625rem;background:var(--ink);color:#fff;text-decoration:none;font-size:1.0625rem;font-weight:700;padding:1rem 2.5rem;border-radius:.75rem;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.cta-btn[data-astro-cid-4xty6sx2]:hover{background:#fff;color:var(--ink);translate:0 -2px;box-shadow:0 12px 32px #0003}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--n-200);padding:4rem 2rem 2rem;background:#fff}.footer-content[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:1.25rem;font-weight:700;color:var(--ink)}.logo-mark[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--ink);color:#fff;border-radius:9999px;font-weight:800;font-size:.875rem}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--ink-muted);font-size:.9375rem;margin-top:.5rem}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:3rem;flex-wrap:wrap}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink);margin-bottom:1rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;color:var(--ink-muted);text-decoration:none;font-size:.9375rem;padding:.25rem 0;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--ink)}.footer-bottom[data-astro-cid-sz7xmlte]{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--n-200);text-align:center;color:var(--n-500);font-size:.875rem}@media(max-width:640px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem}.footer-links[data-astro-cid-sz7xmlte]{gap:2rem}}
