@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0}:root{--wf-background: #F8FCFE;--wf-foreground: #0A1520;--wf-primary: #058FCE;--wf-secondary: #0A1520;--wf-secondary-foreground: #F6FAFC;--wf-accent: #E8F4FA;--wf-border: #D0DEE6;--wf-muted-foreground: #5A6B78;--wf-cream: #F9F5F0;--wf-foreground-warm: #2A2218;--wf-mist: #DCE8F4;--wf-warm-gray: #F0EAE2;--wf-radius-md: 16px;--wf-radius-lg: 24px;--wf-shadow-rest: 0 2px 8px rgba(10, 21, 32, .06);--wf-shadow-floating: 0 16px 48px rgba(10, 21, 32, .12);--wf-shadow-glow: 0 8px 32px rgba(5, 143, 206, .25);--wf-shadow-lifted: 0 12px 40px rgba(10, 21, 32, .1);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--font-display: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace}body{background:var(--wf-background);color:var(--wf-foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.nav{position:sticky;top:0;z-index:50;background:#f8fcfed9;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid transparent;transition:box-shadow .2s var(--ease-out),border-color .2s var(--ease-out)}.nav.scrolled{box-shadow:var(--wf-shadow-rest);border-bottom-color:var(--wf-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo img{height:28px}.nav-links{display:flex;gap:32px;align-items:center}.nav-link{font-family:var(--font-display);font-size:14px;font-weight:500;color:var(--wf-foreground);cursor:pointer;transition:opacity var(--duration-fast) var(--ease-out)}.nav-link:hover{opacity:.7}.nav-cta-group{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;border-radius:9999px;padding:12px 24px;font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.005em;transition:all .15s var(--ease-out);white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--wf-primary);color:#fff}.btn-primary:hover{filter:brightness(1.08);box-shadow:var(--wf-shadow-glow)}.btn-secondary{background:#fff;color:var(--wf-foreground);border:1px solid var(--wf-border)}.btn-secondary:hover{background:var(--wf-accent)}.btn-dark{background:var(--wf-secondary);color:var(--wf-secondary-foreground)}.btn-dark:hover{filter:brightness(1.15)}.btn-ghost{background:transparent;color:var(--wf-foreground);padding:12px 16px}.btn-ghost:hover{opacity:.7}.btn-sm{padding:8px 18px;font-size:13.5px}.btn-lg{padding:16px 32px;font-size:16px}section{padding:clamp(80px,10vw,140px) 0;position:relative}.section-cool{background:var(--wf-background)}.section-cream{background:var(--wf-cream);color:var(--wf-foreground-warm)}.section-mist{background:var(--wf-mist)}.section-dark{background:var(--wf-secondary);color:var(--wf-secondary-foreground)}.section-warm-gray{background:var(--wf-warm-gray);color:var(--wf-foreground-warm)}.section-blue{background:var(--wf-primary);color:#fff}.kicker{font-family:var(--font-mono);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--wf-primary);margin-bottom:16px;display:inline-block}.section-dark .kicker,.section-blue .kicker{color:var(--wf-mist)}.section-cream .kicker,.section-warm-gray .kicker{color:#8a5e2e}.section-title{max-width:740px;margin-bottom:20px}.section-sub{max-width:620px}.hero{padding:clamp(60px,8vw,110px) 0 clamp(80px,10vw,140px);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}.hero h1{font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.05;margin:0}.hero-sub{margin:24px 0 36px;max-width:540px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;height:460px}.hero-bento{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:100%}.hero-bento .cell{border-radius:var(--wf-radius-lg);padding:22px;display:flex;flex-direction:column;justify-content:space-between}.hero-bento .cell.c1{background:#fff;border:1px solid var(--wf-border);grid-row:1 / span 2}.hero-bento .cell.c2{background:var(--wf-primary);color:#fff}.hero-bento .cell.c3{background:var(--wf-secondary);color:var(--wf-secondary-foreground)}.hero-bento .cell-label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.hero-bento .cell-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-top:6px}.hero-bento .cell-sub{font-family:var(--font-body);font-size:12px;line-height:1.45;opacity:.75;margin-top:4px}.mini-chart{display:flex;align-items:flex-end;gap:6px;height:80px}.mini-chart .bar{width:14px;border-radius:4px;background:var(--wf-primary);opacity:.7}.mini-chart .bar:nth-child(odd){opacity:.4}.hero-ghost{position:absolute;border:1.5px solid rgba(5,143,206,.35);opacity:.5;pointer-events:none}.hero-ghost.g1{width:320px;height:480px;border-radius:48px;left:-120px;top:-60px;transform:rotate(-6deg)}.hero-ghost.g2{width:220px;height:220px;border-radius:9999px;right:-60px;bottom:-40px;transform:rotate(4deg)}.stat-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.stat-pill{display:inline-flex;align-items:center;gap:14px;background:#dce8f4;color:var(--wf-foreground);padding:18px 32px;border-radius:9999px}.stat-pill .num{font-family:var(--font-display);font-size:40px;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--wf-primary)}.stat-pill .lbl{font-family:var(--font-body);font-size:15px;font-weight:400}.section-dark .stat-pill{background:#ffffff14;color:#fff}.section-dark .stat-pill .num{color:var(--wf-mist)}.bento{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(180px,auto);gap:clamp(12px,1.5vw,20px)}.bento-card{background:#fff;border:1px solid var(--wf-border);border-radius:var(--wf-radius-lg);padding:clamp(24px,3vw,36px);transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out);display:flex;flex-direction:column;justify-content:space-between;min-height:200px;position:relative;overflow:hidden}.bento-card:hover{transform:translateY(-4px) scale(1.005);box-shadow:var(--wf-shadow-lifted)}.bento-card.colspan-3{grid-column:span 3}.bento-card.colspan-2{grid-column:span 2}.bento-card.colspan-4{grid-column:span 4}.bento-card.rowspan-2{grid-row:span 2}.bento-card .b-title{font-family:var(--font-display);font-size:clamp(22px,2vw,28px);font-weight:600;letter-spacing:-.02em;line-height:1.15}.bento-card .b-sub{font-family:var(--font-body);font-size:14px;color:var(--wf-muted-foreground);line-height:1.5;margin-top:8px;max-width:380px}.bento-card .b-icon{width:56px;height:56px;border-radius:var(--wf-radius-md);border:1.5px solid var(--wf-foreground);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.bento-card.dark{background:var(--wf-secondary);color:var(--wf-secondary-foreground);border:none}.bento-card.dark .b-sub{color:#f6fafcb3}.bento-card.dark .b-icon{border-color:#fff}.bento-card.brand{background:var(--wf-primary);color:#fff;border:none}.bento-card.brand .b-sub{color:#fffc}.bento-card.brand .b-icon{border-color:#fff}.testimonial{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.testimonial-quote{font-family:var(--font-body);font-size:clamp(20px,2.2vw,28px);font-weight:300;font-style:italic;letter-spacing:-.005em;line-height:1.4}.testimonial-attr{display:flex;align-items:center;gap:14px;margin-top:28px}.attr-avatar{width:44px;height:44px;border-radius:9999px;background:var(--wf-warm-gray);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:600;color:var(--wf-foreground-warm);font-size:16px}.attr-name{font-family:var(--font-display);font-weight:600;font-size:14px}.attr-role{font-family:var(--font-body);font-size:12px;opacity:.65}.testimonial-card{background:#fff;border-radius:var(--wf-radius-lg);padding:clamp(24px,3vw,36px);aspect-ratio:4/3;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--wf-shadow-rest)}.tc-screen{background:var(--wf-secondary);border-radius:var(--wf-radius-md);flex:1;padding:16px;display:flex;flex-direction:column;gap:8px}.tc-screen .row{background:#ffffff14;height:12px;border-radius:4px}.tc-screen .row.short{width:60%}.tc-screen .row.med{width:80%}.tc-screen .stat{background:var(--wf-primary);height:28px;border-radius:8px;width:40%;margin-top:auto}.cta-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:720px;margin:0 auto;position:relative;z-index:2}.cta-block h2{font-size:clamp(2rem,4vw,3.5rem)}.footer{background:var(--wf-secondary);color:var(--wf-secondary-foreground);padding:64px 0 40px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col h4{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin:0 0 16px;font-weight:500}.footer-col a{font-family:var(--font-body);color:#ffffffd9;display:block;padding:6px 0;font-size:14px;text-decoration:none}.footer-col a:hover{color:#fff;opacity:1}.footer-brand img{height:28px;margin-bottom:16px}.footer-brand p{color:#ffffffa6;font-size:14px;line-height:1.5;max-width:280px}.footer-bottom{display:flex;justify-content:space-between;padding-top:24px;font-size:12px;color:#ffffff80}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay[data-astro-cid-qmzm2soj]{position:fixed;inset:0;background:#0a152080;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px;animation:fadeIn .2s ease-out}.modal-content[data-astro-cid-qmzm2soj]{background:#fff;border-radius:32px;width:min(560px,100%);padding:40px;box-shadow:var(--wf-shadow-floating)}
