:root{--pf-cream: #FAF9F4;--pf-cream-2: #FAF9F4;--pf-forest-900: #0A3D2E;--pf-forest-600: #1F8A5B;--pf-sage-300: #B2D8C8;--pf-sage-200: #D1E8DE;--pf-sage-100: #E8F5EF;--pf-gold: #FFFBE0;--pf-gray-200: #E5E7EB;--pf-gray-500: #6B7280;--pf-slate-600: var(--pf-gray-500);--pf-line: #E8E7E0;--pf-white: #FFFFFF;--pf-font-serif: Georgia, "Times New Roman", Times, serif;--pf-font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--pf-nav-h: 64px;--cream: var(--pf-cream);--cream-2: var(--pf-cream-2);--forest: var(--pf-forest-900);--forest-light: var(--pf-forest-600);--muted: var(--pf-slate-600);--line: var(--pf-line);--white: var(--pf-white);--ink: var(--pf-forest-900)}[data-astro-cid-j7pv25f6]{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--pf-font-sans);background:var(--pf-cream);color:var(--pf-gray-500);line-height:1.55;font-size:17px;overflow-x:hidden}h1[data-astro-cid-j7pv25f6],h2[data-astro-cid-j7pv25f6],h3[data-astro-cid-j7pv25f6],h4[data-astro-cid-j7pv25f6],h5[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-weight:700;color:var(--pf-forest-900)}body.nav-open{overflow:hidden}.container[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;padding:0 32px}@media (prefers-reduced-motion: reduce){[data-astro-cid-j7pv25f6],[data-astro-cid-j7pv25f6]:before,[data-astro-cid-j7pv25f6]:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav[data-astro-cid-j7pv25f6]{position:sticky;top:0;z-index:100;background:#faf9f4eb;backdrop-filter:blur(12px);border-bottom:1px solid var(--pf-line)}.nav-inner[data-astro-cid-j7pv25f6]{display:flex;align-items:center;justify-content:space-between;height:64px}.brand[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--pf-forest-900)}.brand-mark[data-astro-cid-j7pv25f6]{width:auto;height:36px}.brand-wordmark[data-astro-cid-j7pv25f6]{width:auto;height:22px}.nav-links[data-astro-cid-j7pv25f6]{display:flex;gap:32px}.nav-links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{text-decoration:none;color:var(--pf-gray-500);font-size:15px;font-weight:500;transition:color .15s ease}.nav-links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover,.nav-links[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:focus-visible{color:var(--pf-forest-900);font-weight:600}.nav-login[data-astro-cid-j7pv25f6]{text-decoration:none;color:var(--ink);font-size:15px;font-weight:500}.nav-hamburger[data-astro-cid-j7pv25f6]{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center}.nav-hamburger[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{display:block;width:20px;height:2px;background:var(--forest);transition:all .3s}.nav-hamburger[data-astro-cid-j7pv25f6][aria-expanded=true] span[data-astro-cid-j7pv25f6]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger[data-astro-cid-j7pv25f6][aria-expanded=true] span[data-astro-cid-j7pv25f6]:nth-child(2){opacity:0}.nav-hamburger[data-astro-cid-j7pv25f6][aria-expanded=true] span[data-astro-cid-j7pv25f6]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer[data-astro-cid-j7pv25f6]{position:fixed;top:64px;right:0;width:min(280px,85vw);height:calc(100vh - 64px);background:var(--pf-white);border-left:1px solid var(--pf-line);transform:translate(100%);transition:transform .3s,visibility .3s;z-index:99;visibility:hidden;pointer-events:none}.nav-drawer[data-astro-cid-j7pv25f6].open{transform:translate(0);visibility:visible;pointer-events:auto}.nav-drawer-content[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;padding:24px;gap:8px}.nav-drawer-content[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{text-decoration:none;color:var(--pf-slate-600);font-size:16px;padding:12px 16px;border-radius:6px;transition:background .2s,color .2s}.nav-drawer-content[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{background:var(--pf-cream);color:var(--pf-forest-900)}.nav-drawer-login[data-astro-cid-j7pv25f6]{margin-top:16px;padding-top:24px;border-top:1px solid var(--pf-line);font-weight:500;color:var(--pf-forest-900)}.nav-overlay[data-astro-cid-j7pv25f6]{position:fixed;inset:64px 0 0;background:#0a3d2e59;opacity:0;pointer-events:none;transition:opacity .3s;z-index:98}.nav-overlay[data-astro-cid-j7pv25f6].open{opacity:1;pointer-events:auto}.button[data-astro-cid-j7pv25f6]{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:999px;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s;border:none;cursor:pointer}.button-primary[data-astro-cid-j7pv25f6]{background:var(--pf-forest-900);color:var(--pf-cream)}.button-primary[data-astro-cid-j7pv25f6]:hover{background:#07281e}.button-large[data-astro-cid-j7pv25f6]{padding:0 40px;font-size:16px}.phone-frame[data-astro-cid-j7pv25f6]{display:flex;justify-content:center;align-items:center}.phone-bezel[data-astro-cid-j7pv25f6]{width:340px;background:#1a1a1a;border-radius:52px;padding:12px;box-shadow:0 24px 48px -24px #0a3d2e33;position:relative}.phone-screen[data-astro-cid-j7pv25f6]{border-radius:40px;overflow:hidden;background:#000;position:relative;aspect-ratio:9 / 19.5}.phone-screen[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.phone-indicator[data-astro-cid-j7pv25f6]{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:140px;height:5px;background:#ffffff59;border-radius:3px;z-index:2}.hero[data-astro-cid-j7pv25f6]{position:relative;overflow:hidden;display:flex;align-items:flex-start;min-height:calc(100svh - var(--pf-nav-h));min-height:calc(100dvh - var(--pf-nav-h));padding:56px 0 0;background:var(--pf-cream)}.hero-wave[data-astro-cid-j7pv25f6]{position:absolute;left:-12%;width:124%;bottom:0;height:auto;pointer-events:none;z-index:0;overflow:visible}.hero-wave[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{display:block;width:100%;height:auto;margin-bottom:-6%;opacity:.48;animation:heroWave 26s ease-in-out infinite}@keyframes heroWave{0%,to{transform:translateZ(0)}50%{transform:translate3d(-6%,0,0)}}.hero-container[data-astro-cid-j7pv25f6]{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px 48px;align-items:start}.hero-text[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;max-width:500px}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(40px,4.6vw,52px);line-height:1.15;letter-spacing:-.02em;font-weight:700;color:var(--pf-forest-900);margin-bottom:16px;max-width:500px}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6] .typewriter-wrapper[data-astro-cid-j7pv25f6],.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6] .Typewriter__wrapper[data-astro-cid-j7pv25f6]{color:var(--pf-forest-900)!important}.hero-lead[data-astro-cid-j7pv25f6]{font-size:17px;line-height:1.55;color:var(--pf-slate-600);margin-bottom:22px;max-width:460px}.hero-cta[data-astro-cid-j7pv25f6]{margin-top:0}.hero-art[data-astro-cid-j7pv25f6]{display:flex;align-items:flex-start;justify-content:center;padding:0 8px}.hero-art[data-astro-cid-j7pv25f6] svg[data-astro-cid-j7pv25f6]{width:100%;max-width:520px;height:auto;display:block}@media (prefers-reduced-motion: reduce){.hero-wave[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{animation:none}}.trust-inline[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:20px;margin-top:36px;padding-top:28px;border-top:1px solid var(--pf-line)}.trust-inline[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{height:28px;width:auto;opacity:.7}.trust-inline[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6].badge{height:48px}section[data-astro-cid-j7pv25f6][id],.story-text[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{scroll-margin-top:80px}.product-story[data-astro-cid-j7pv25f6]{padding:0}.feature-card[data-astro-cid-j7pv25f6]{width:100%;background:var(--pf-white);border-radius:0;padding:56px 0 40px}.feature-card-inner[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:72px;align-items:center}.feature-slides[data-astro-cid-j7pv25f6]{min-height:0}.feature-slide[data-astro-cid-j7pv25f6]{display:none}.feature-slide[data-astro-cid-j7pv25f6].is-active{display:block}.feature-slide[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(36px,4vw,48px);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:var(--pf-forest-900);margin-bottom:18px}.feature-slide[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:16px;line-height:1.7;color:var(--pf-gray-500);margin-bottom:28px;max-width:440px}.feature-slide[data-astro-cid-j7pv25f6] .feature-list[data-astro-cid-j7pv25f6]{margin-top:0;gap:14px}.feature-card-phone[data-astro-cid-j7pv25f6]{margin:0}.feature-card-phone[data-astro-cid-j7pv25f6] .phone-bezel[data-astro-cid-j7pv25f6]{width:240px;padding:10px;border-radius:40px;box-shadow:none}.feature-card-phone[data-astro-cid-j7pv25f6] .phone-screen[data-astro-cid-j7pv25f6]{border-radius:30px}.feature-card-phone[data-astro-cid-j7pv25f6] .phone-indicator[data-astro-cid-j7pv25f6]{width:96px;height:4px;bottom:8px}#feature-phone-img[data-astro-cid-j7pv25f6]{transition:opacity .2s ease}#feature-phone-img[data-astro-cid-j7pv25f6].is-switching{opacity:0}.feature-dots[data-astro-cid-j7pv25f6]{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px}.feature-dot[data-astro-cid-j7pv25f6]{width:6px;height:6px;padding:0;border:none;border-radius:999px;background:var(--pf-gray-200);cursor:pointer}.feature-dot[data-astro-cid-j7pv25f6].is-active{width:22px;height:6px;background:var(--pf-forest-900)}.bento-section[data-astro-cid-j7pv25f6]{padding:24px 0 80px}.bento-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"a b c" "d d e";gap:16px;align-items:stretch}.bento-card[data-astro-cid-j7pv25f6]{position:relative;display:flex;flex-direction:column;height:100%;background:var(--pf-white);border:1px solid var(--pf-gray-200);border-radius:8px;padding:32px 28px;cursor:pointer}.bento-card[data-astro-cid-j7pv25f6]:hover,.bento-card[data-astro-cid-j7pv25f6]:focus-within,.bento-card[data-astro-cid-j7pv25f6].is-selected{background:var(--pf-sage-100);border-color:transparent}.bento-icon[data-astro-cid-j7pv25f6]{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--pf-forest-900);background:#eef6f1;border-radius:50%;flex-shrink:0}.bento-card[data-astro-cid-j7pv25f6]:hover .bento-icon[data-astro-cid-j7pv25f6],.bento-card[data-astro-cid-j7pv25f6]:focus-within .bento-icon[data-astro-cid-j7pv25f6],.bento-card[data-astro-cid-j7pv25f6].is-selected .bento-icon[data-astro-cid-j7pv25f6]{background:var(--pf-white)}.bento-icon[data-astro-cid-j7pv25f6] svg[data-astro-cid-j7pv25f6]{width:26px;height:26px}.bento-card[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--pf-forest-900);margin-bottom:12px}.bento-card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:14px;line-height:1.6;color:var(--pf-gray-500);margin-bottom:0}.bento-card-a[data-astro-cid-j7pv25f6]{grid-area:a}.bento-card-b[data-astro-cid-j7pv25f6]{grid-area:b}.bento-card-c[data-astro-cid-j7pv25f6]{grid-area:c}.bento-card-d[data-astro-cid-j7pv25f6]{grid-area:d}.bento-card-e[data-astro-cid-j7pv25f6]{grid-area:e}.bento-card-e[data-astro-cid-j7pv25f6] .security-badges[data-astro-cid-j7pv25f6]{margin-top:24px;padding-top:0;border-top:none;flex-wrap:wrap;align-items:center;gap:14px}.story-row[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;padding:80px 0;border-top:1px solid var(--pf-line)}.story-row[data-astro-cid-j7pv25f6]:first-child{padding-top:0}.product-story[data-astro-cid-j7pv25f6] .story-row[data-astro-cid-j7pv25f6]:first-child{border-top:none}.story-row-text[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto;padding:64px 0}.story-row[data-astro-cid-j7pv25f6].row-alt-left{grid-template-columns:1.1fr 1fr}.story-row[data-astro-cid-j7pv25f6].row-alt-left .story-text[data-astro-cid-j7pv25f6]{order:1}.story-row[data-astro-cid-j7pv25f6].row-alt-left .phone-frame[data-astro-cid-j7pv25f6]{order:2}.story-row[data-astro-cid-j7pv25f6].row-alt-right{grid-template-columns:1fr 1.1fr}.story-row[data-astro-cid-j7pv25f6].row-alt-right .story-text[data-astro-cid-j7pv25f6]{order:2}.story-row[data-astro-cid-j7pv25f6].row-alt-right .phone-frame[data-astro-cid-j7pv25f6]{order:1}.story-row-text[data-astro-cid-j7pv25f6] .story-text[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin-bottom:20px}.story-text[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(32px,3.5vw,44px);line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--pf-forest-900);margin-bottom:20px}.story-text[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:17px;line-height:1.7;color:var(--pf-slate-600);margin-bottom:24px}.payment-methods[data-astro-cid-j7pv25f6]{margin-top:28px}.method-item[data-astro-cid-j7pv25f6]{padding:14px 0}.method-item[data-astro-cid-j7pv25f6]:not(:first-child){border-top:1px solid var(--pf-line)}.method-item[data-astro-cid-j7pv25f6] strong[data-astro-cid-j7pv25f6]{display:block;font-size:15px;font-weight:600;color:var(--pf-forest-900);margin-bottom:3px}.method-item[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{display:block;font-size:14px;color:var(--pf-slate-600);line-height:1.5}.feature-list[data-astro-cid-j7pv25f6]{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}.feature-list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{padding-left:20px;position:relative;font-size:15px;color:var(--pf-gray-500);line-height:1.5}.feature-list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;left:0;top:.7em;width:10px;height:1.5px;background:var(--pf-forest-900)}.feature-list-simple[data-astro-cid-j7pv25f6]{margin-top:28px}.feature-item[data-astro-cid-j7pv25f6]{padding:14px 0}.feature-item[data-astro-cid-j7pv25f6]:not(:first-child){border-top:1px solid var(--pf-line)}.feature-item[data-astro-cid-j7pv25f6] strong[data-astro-cid-j7pv25f6]{display:block;font-size:15px;font-weight:600;color:var(--pf-forest-900);margin-bottom:3px}.feature-item[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{display:block;font-size:14px;color:var(--pf-slate-600);line-height:1.5}.faq-section[data-astro-cid-j7pv25f6]{padding:80px 0;background:linear-gradient(to bottom,var(--pf-cream) 0%,var(--pf-cream) 42%,var(--pf-white) 100%)}.faq-section[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(32px,3.5vw,44px);line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--pf-forest-900);margin-bottom:48px;text-align:center}.faq-list[data-astro-cid-j7pv25f6]{max-width:800px;margin:0 auto}.faq-item[data-astro-cid-j7pv25f6]{border-top:1px solid var(--pf-line)}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]{cursor:pointer;list-style:none;font-size:16px;font-weight:600;color:var(--pf-forest-900);user-select:none;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;transition:color .2s}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]:hover{color:var(--forest-light)}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .3s;flex-shrink:0;margin-top:-2px}.faq-item[data-astro-cid-j7pv25f6][open] summary[data-astro-cid-j7pv25f6]:after{transform:rotate(-135deg);margin-top:2px}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]:focus{outline:none}.faq-item[data-astro-cid-j7pv25f6] summary[data-astro-cid-j7pv25f6]:focus-visible{outline:1px solid var(--forest);outline-offset:4px;border-radius:2px}.faq-item[data-astro-cid-j7pv25f6] .faq-answer[data-astro-cid-j7pv25f6]{padding-bottom:16px;overflow:hidden}.faq-item[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin:0;font-size:15px;line-height:1.6;color:var(--pf-slate-600)}.security-section[data-astro-cid-j7pv25f6]{padding:80px 0}.security-content[data-astro-cid-j7pv25f6]{max-width:900px;margin:0 auto}.security-content[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(32px,3.5vw,44px);line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--pf-forest-900);margin-bottom:20px}.security-lead[data-astro-cid-j7pv25f6]{font-size:17px;line-height:1.55;color:var(--pf-slate-600);margin-bottom:32px}.security-features[data-astro-cid-j7pv25f6]{margin-bottom:40px}.security-features[data-astro-cid-j7pv25f6] .feature-item[data-astro-cid-j7pv25f6]{padding:14px 0}.security-features[data-astro-cid-j7pv25f6] .feature-item[data-astro-cid-j7pv25f6]:not(:first-child){border-top:1px solid var(--pf-line)}.security-features[data-astro-cid-j7pv25f6] .feature-item[data-astro-cid-j7pv25f6] strong[data-astro-cid-j7pv25f6]{display:block;font-size:15px;font-weight:600;color:var(--pf-forest-900);margin-bottom:3px}.security-features[data-astro-cid-j7pv25f6] .feature-item[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{display:block;font-size:14px;color:var(--pf-slate-600);line-height:1.5}.security-badges[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:24px;padding-top:32px;border-top:1px solid var(--pf-line)}.security-badges[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{height:32px;width:auto;opacity:.75}.security-badges[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6].badge-cert{height:52px}.final-cta[data-astro-cid-j7pv25f6]{position:relative;overflow:hidden;width:100%;padding:100px 0;text-align:center;background:var(--pf-sage-100);border:none;border-radius:0}.final-cta[data-astro-cid-j7pv25f6] .container[data-astro-cid-j7pv25f6]{position:relative;z-index:1}.cta-aurora[data-astro-cid-j7pv25f6]{position:absolute;inset:0;pointer-events:none}.cta-aurora-wash[data-astro-cid-j7pv25f6]{position:absolute;inset:-30%;background:radial-gradient(ellipse 60% 80% at 8% 50%,var(--pf-gold) 0%,transparent 62%),radial-gradient(ellipse 50% 90% at 18% 38%,var(--pf-forest-600) 0%,transparent 68%),radial-gradient(ellipse 58% 85% at 92% 55%,var(--pf-sage-300) 0%,transparent 64%),linear-gradient(100deg,var(--pf-gold) 0%,var(--pf-sage-200) 42%,var(--pf-sage-300) 78%,var(--pf-forest-600) 100%);animation:ctaWash 14s ease-in-out infinite}.cta-aurora-blob[data-astro-cid-j7pv25f6]{position:absolute;border-radius:50%;filter:blur(64px);will-change:transform}.cta-aurora-forest[data-astro-cid-j7pv25f6]{width:44vw;height:44vw;left:-8%;top:-34%;background:var(--pf-forest-900);opacity:.32;animation:ctaBlobA 12s ease-in-out infinite}.cta-aurora-teal[data-astro-cid-j7pv25f6]{width:56vw;height:48vw;right:-16%;bottom:-36%;background:var(--pf-sage-300);opacity:.75;animation:ctaBlobB 16s ease-in-out infinite}.cta-aurora-gold[data-astro-cid-j7pv25f6]{width:46vw;height:46vw;left:-14%;bottom:-30%;background:var(--pf-gold);opacity:.85;animation:ctaBlobC 13s ease-in-out infinite}.cta-aurora-grain[data-astro-cid-j7pv25f6]{position:absolute;inset:0;opacity:.22;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-size:180px 180px}@keyframes ctaWash{0%{transform:translate3d(-8%,-5%,0) scale(1.06)}50%{transform:translate3d(8%,6%,0) scale(1.16)}to{transform:translate3d(-8%,-5%,0) scale(1.06)}}@keyframes ctaBlobA{0%{transform:translate(-12%,-8%) scale(1)}50%{transform:translate(6%,10%) scale(1.14)}to{transform:translate(-12%,-8%) scale(1)}}@keyframes ctaBlobB{0%{transform:translate(16%,10%) scale(1.1)}50%{transform:translate(-22%,-14%) scale(1)}to{transform:translate(16%,10%) scale(1.1)}}@keyframes ctaBlobC{0%{transform:translate(-10%,12%) scale(1)}50%{transform:translate(20%,-16%) scale(1.22)}to{transform:translate(-10%,12%) scale(1)}}@media (prefers-reduced-motion: reduce){.cta-aurora-wash[data-astro-cid-j7pv25f6],.cta-aurora-blob[data-astro-cid-j7pv25f6]{animation:none}}.cta-copy[data-astro-cid-j7pv25f6]{position:relative;isolation:isolate}.cta-copy[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(760px,100%);height:140%;background:radial-gradient(ellipse 72% 58% at 50% 48%,rgba(250,249,244,.9) 0%,rgba(232,245,239,.42) 46%,transparent 74%);pointer-events:none;z-index:-1}.final-cta[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:clamp(36px,4vw,52px);line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--pf-forest-900);margin-bottom:16px;text-shadow:0 0 16px var(--pf-cream),0 1px 0 var(--pf-cream)}.final-cta[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:18px;color:#0a3d2ec7;margin-bottom:32px;text-shadow:0 0 14px var(--pf-cream)}.cta-button[data-astro-cid-j7pv25f6]{display:flex;justify-content:center}.final-cta[data-astro-cid-j7pv25f6] .button-primary[data-astro-cid-j7pv25f6]{background:var(--pf-forest-900);color:var(--pf-cream)}.final-cta[data-astro-cid-j7pv25f6] .button-primary[data-astro-cid-j7pv25f6]:hover{background:var(--pf-forest-600);color:var(--pf-cream)}.footer[data-astro-cid-j7pv25f6]{background:var(--pf-white);border-top:none;padding:72px 0 36px}.footer-main[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;width:100%;margin-bottom:56px}.footer[data-astro-cid-j7pv25f6] .brand-mark[data-astro-cid-j7pv25f6]{height:40px}.footer[data-astro-cid-j7pv25f6] .brand-wordmark[data-astro-cid-j7pv25f6]{height:24px}.footer-brand[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin-top:16px;font-size:15px;line-height:1.55;color:var(--pf-forest-900);opacity:.7;max-width:280px}.footer-col[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:10px}.footer-col[data-astro-cid-j7pv25f6] h5[data-astro-cid-j7pv25f6]{font-family:var(--pf-font-serif);font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:var(--pf-forest-900);font-weight:700;margin-bottom:8px}.footer-col[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{text-decoration:none;color:var(--pf-forest-900);opacity:.7;font-size:15px;transition:opacity .2s}.footer-col[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{opacity:1}.footer-trust[data-astro-cid-j7pv25f6]{display:flex;align-items:center;padding:0;margin:0;border:none}.footer-trust[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{height:32px;width:auto;filter:none;opacity:1}.footer-bottom[data-astro-cid-j7pv25f6]{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--pf-forest-900);opacity:.55}.footer-powered[data-astro-cid-j7pv25f6]{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--pf-gray-500)}.footer-powered[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{height:26px;width:auto;opacity:.85}@media (max-width: 1024px){.hero-container[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:64px}.hero-text[data-astro-cid-j7pv25f6]{text-align:center}.hero-lead[data-astro-cid-j7pv25f6]{max-width:600px;margin-left:auto;margin-right:auto}.hero-meta[data-astro-cid-j7pv25f6]{justify-content:center}.hero-cta[data-astro-cid-j7pv25f6]{display:flex;justify-content:center}.feature-card[data-astro-cid-j7pv25f6]{padding:32px 0 24px}.feature-card-inner[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:32px}.feature-card-phone[data-astro-cid-j7pv25f6]{order:-1}.bento-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;grid-template-areas:"a" "b" "c" "d" "e"}.story-row[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:48px}.story-row[data-astro-cid-j7pv25f6].row-alt-left,.story-row[data-astro-cid-j7pv25f6].row-alt-right{grid-template-columns:1fr}.story-row[data-astro-cid-j7pv25f6].row-alt-left .story-text[data-astro-cid-j7pv25f6],.story-row[data-astro-cid-j7pv25f6].row-alt-left .phone-frame[data-astro-cid-j7pv25f6],.story-row[data-astro-cid-j7pv25f6].row-alt-right .story-text[data-astro-cid-j7pv25f6],.story-row[data-astro-cid-j7pv25f6].row-alt-right .phone-frame[data-astro-cid-j7pv25f6]{order:unset}.footer-main[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:48px}.nav-links[data-astro-cid-j7pv25f6],.nav-login[data-astro-cid-j7pv25f6]{display:none}.nav-hamburger[data-astro-cid-j7pv25f6]{display:flex}.phone-bezel[data-astro-cid-j7pv25f6]{width:300px}.phone-frame[data-astro-cid-j7pv25f6]{padding:0 32px}}@media (max-width: 768px){.container[data-astro-cid-j7pv25f6]{padding:0 20px}.hero[data-astro-cid-j7pv25f6]{min-height:calc(100svh - var(--pf-nav-h));min-height:calc(100dvh - var(--pf-nav-h));padding:36px 0 0}.hero-wave[data-astro-cid-j7pv25f6]{left:-36%;width:172%}.hero-wave[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{margin-bottom:-8%}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:clamp(36px,8.5vw,44px);margin-bottom:16px}.product-story[data-astro-cid-j7pv25f6]{padding:0}.story-row[data-astro-cid-j7pv25f6]{padding:48px 0}.faq-section[data-astro-cid-j7pv25f6]{padding:64px 0}.final-cta[data-astro-cid-j7pv25f6]{padding:72px 0 76px;overflow:hidden}.cta-copy[data-astro-cid-j7pv25f6]:before{display:none}.cta-aurora-wash[data-astro-cid-j7pv25f6]{inset:-45%}.cta-aurora-blob[data-astro-cid-j7pv25f6]{filter:blur(36px)}.cta-aurora-forest[data-astro-cid-j7pv25f6]{width:85vw;height:75vw;left:-38%;top:-28%}.cta-aurora-teal[data-astro-cid-j7pv25f6]{width:95vw;height:85vw;right:-42%;bottom:-32%}.cta-aurora-gold[data-astro-cid-j7pv25f6]{width:90vw;height:80vw;left:-28%;bottom:-36%}.final-cta[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-size:clamp(32px,8vw,40px)}.final-cta[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{font-size:16px;max-width:20em;margin-left:auto;margin-right:auto}.footer[data-astro-cid-j7pv25f6]{padding:48px 0 24px}.footer-links[data-astro-cid-j7pv25f6]{flex-direction:column;gap:32px}.footer-bottom[data-astro-cid-j7pv25f6]{flex-direction:column;gap:16px;text-align:center}.phone-bezel[data-astro-cid-j7pv25f6]{width:280px}.phone-frame[data-astro-cid-j7pv25f6]{padding:0 24px}.footer-main[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:32px}}@media (max-width: 390px){.phone-bezel[data-astro-cid-j7pv25f6]{width:260px}.phone-frame[data-astro-cid-j7pv25f6]{padding:0 16px}.hero-meta[data-astro-cid-j7pv25f6]{flex-wrap:wrap;justify-content:center;gap:6px 10px;font-size:14px}}
