.landing-root{--landing-teal:var(--marg-teal,#1a7a7a);--landing-teal-dark:var(--marg-teal-dark,#145f5f);--landing-amber:var(--marg-amber,#f5a623);--landing-amber-hover:var(--marg-amber-hover,#e09412);--landing-amber-motion:#f59e0b;--landing-cream:var(--marg-cream,#f5f0eb);--landing-ink:var(--marg-ink,#141414);--landing-ink-muted:var(--marg-ink-muted,#3d3a36);--landing-shadow-soft:0 8px 32px rgba(0,0,0,0.08);--landing-card-radius:1rem;--landing-pill-radius:9999px;--landing-title-wght:380;--landing-space-xs:0.5rem;--landing-space-sm:1rem;--landing-space-md:1.35rem;--landing-space-lg:1.75rem;--landing-space-xl:1.75rem;--landing-space-2xl:2rem;--landing-radius-sm:0.5rem;--landing-radius-md:1rem;--landing-radius-lg:1.5rem;--landing-max:56rem;--landing-max-wide:64rem;--font-landing-display:var(--font-fraunces),"Georgia",serif;--font-landing-sans:var(--font-source-sans),system-ui,sans-serif;scroll-behavior:smooth;background-color:var(--landing-cream);color:var(--landing-ink);font-family:var(--font-landing-sans)}@media (min-width:768px){.landing-root{--landing-space-lg:2rem;--landing-space-xl:2rem;--landing-space-2xl:2.75rem}}@media (min-width:1024px){.landing-root{--landing-max:64rem;--landing-max-wide:72rem}}@media (min-width:1280px){.landing-root{--landing-max:68rem;--landing-max-wide:76rem}}@media (prefers-reduced-motion:reduce){.landing-root{scroll-behavior:auto}.landing-reveal,.landing-reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}.landing-phone-overlay{transition:none!important}.landing-orb{display:none!important}[data-parallax]{transform:none!important;--py:0px!important}[data-scrolldraw]{--draw:1!important}.landing-float-pill,.landing-marquee-track,.landing-mask-word,.landing-type-word{animation:none!important;opacity:1!important;transform:none!important;clip-path:none!important}.landing-hero-corridor-svg,.landing-hero-visual{animation:none!important}.landing-nav-scrolled.landing-nav-motion{backdrop-filter:blur(16px) saturate(1.4)}}.landing-grain{pointer-events:none;position:fixed;inset:0;z-index:1;opacity:.3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:multiply}[data-theme=dark] .landing-grain{opacity:.15;mix-blend-mode:soft-light}.landing-orbs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.landing-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.18;animation:marg-orb-drift 20s ease-in-out infinite}.landing-orb-1{width:400px;height:400px;background:var(--landing-teal);top:-10%;left:-5%;animation-delay:0s}.landing-orb-2{width:300px;height:300px;background:var(--landing-amber);top:20%;right:-8%;animation-delay:-7s;animation-duration:25s}.landing-orb-3{width:250px;height:250px;background:var(--landing-teal);bottom:10%;left:30%;animation-delay:-13s;animation-duration:22s;opacity:.12}[data-theme=dark] .landing-orb{opacity:.08}.landing-arch-bg{position:absolute;inset:-10% -20% auto -20%;height:min(85vh,52rem);z-index:0;opacity:.1;color:var(--landing-teal);pointer-events:none}.landing-arch-bg svg{width:100%;height:100%;display:block}.landing-nav{position:sticky;top:0;z-index:50;background:var(--marg-surface-glass,rgba(245,240,235,.72));backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid var(--marg-border,rgba(26,122,122,.12));box-shadow:0 1px 8px rgba(0,0,0,.03)}.landing-nav-inner{max-width:var(--landing-max);margin:0 auto;padding:var(--landing-space-sm) var(--landing-space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--landing-space-md)}.landing-nav-links{display:none;align-items:center;gap:var(--landing-space-lg)}@media (min-width:768px){.landing-nav-links{display:flex}}.landing-nav-link{font-size:.875rem;font-weight:600;color:var(--landing-ink-muted);text-decoration:none;position:relative;transition:color .2s ease}.landing-nav-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--landing-teal);border-radius:1px;transform:scaleX(0);transition:transform .25s cubic-bezier(.22,1,.36,1)}.landing-nav-link:hover{color:var(--landing-teal)}.landing-nav-link:hover:after{transform:scaleX(1)}.landing-nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;color:var(--landing-teal);border:1.5px solid var(--landing-teal);border-radius:var(--landing-radius-sm);background:transparent;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.landing-nav-cta:hover{background:var(--marg-teal-subtle,rgba(26,122,122,.07));transform:translateY(-1px);box-shadow:var(--marg-shadow-sm,0 1px 3px rgba(0,0,0,.06))}.landing-hero{position:relative;padding:max(3rem,8vh) var(--landing-space-md) var(--landing-space-xl);overflow:hidden;z-index:2}@media (min-width:768px){.landing-hero{padding-top:max(4rem,9vh)}}.landing-hero-grid{width:100%;max-width:min(72rem,100%);margin-inline:auto;display:flex;flex-direction:column;gap:clamp(1.75rem,4vw,2.75rem);align-items:stretch}@media (min-width:768px){.landing-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(min(340px,100%),.92fr);gap:clamp(1.5rem,4vw,3.25rem);align-items:center;min-height:min(440px,52vh)}}@media (min-width:1100px){.landing-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr)}}.landing-hero-copy{position:relative;z-index:2;min-width:0}.landing-hero-inner{position:relative;z-index:2;max-width:var(--landing-max);margin:0 auto;width:100%}.landing-hero-copy .landing-hero-inner{animation:marg-fade-up .8s cubic-bezier(.22,1,.36,1) both}@media (min-width:768px){.landing-hero-copy .landing-hero-inner{margin-inline:0;max-width:38rem}}.landing-hero-visual{position:relative;z-index:1;min-height:clamp(200px,42vw,320px);isolation:isolate}@media (min-width:768px){.landing-hero-visual{min-height:clamp(260px,32vw,400px)}}@media (prefers-reduced-motion:no-preference){.landing-hero-visual{animation:marg-hero-visual-breathe 14s ease-in-out infinite}}@keyframes marg-hero-visual-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.landing-display{font-family:var(--font-landing-display);font-weight:600;line-height:1.05;letter-spacing:-.02em;color:var(--landing-ink);font-size:clamp(2.5rem,7vw,4.5rem);max-width:14ch}.landing-hero-sub{margin-top:var(--landing-space-md);font-size:clamp(1.05rem,2.5vw,1.3rem);line-height:1.55;color:var(--landing-ink-muted);max-width:36rem;animation:marg-fade-up .8s cubic-bezier(.22,1,.36,1) .15s both}.landing-cta-primary{margin-top:var(--landing-space-lg);display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.75rem;font-size:1rem;font-weight:700;font-family:var(--font-landing-sans);color:var(--landing-ink);background:linear-gradient(135deg,var(--landing-amber),var(--landing-amber-hover));border:none;border-radius:var(--landing-radius-md);cursor:pointer;text-decoration:none;box-shadow:var(--marg-shadow-sm,0 2px 4px rgba(0,0,0,.1)),inset 0 1px 0 rgba(255,255,255,.2);position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease;animation:marg-fade-up .8s cubic-bezier(.22,1,.36,1) .3s both}.landing-cta-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);background-size:200% 100%;animation:marg-shimmer 3s ease-in-out infinite;pointer-events:none}.landing-cta-primary:hover{transform:translateY(-2px);box-shadow:var(--marg-shadow-md,0 4px 12px rgba(0,0,0,.1)),var(--marg-shadow-glow-amber,0 0 20px rgba(245,166,35,.18))}.landing-cta-primary:focus-visible{outline:2px solid var(--landing-teal);outline-offset:3px}[data-theme=dark] .landing-cta-primary{color:#0c1017}.landing-cta-secondary{margin-top:var(--landing-space-lg);display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.75rem;font-size:1rem;font-weight:700;font-family:var(--font-landing-sans);color:var(--landing-teal);background:transparent;border:2px solid var(--landing-teal);border-radius:var(--landing-radius-md);cursor:pointer;position:relative;overflow:hidden;text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .25s ease;animation:marg-fade-up .8s cubic-bezier(.22,1,.36,1) .35s both}.landing-cta-secondary:hover{background:var(--marg-teal-subtle,rgba(26,122,122,.08));transform:translateY(-2px);box-shadow:var(--marg-shadow-sm,0 2px 4px rgba(0,0,0,.1)),var(--marg-shadow-glow-teal,0 0 20px rgba(26,122,122,.18))}.landing-cta-secondary:focus-visible{outline:2px solid var(--landing-amber);outline-offset:3px}[data-theme=dark] .landing-cta-secondary{color:#2a9a9a;border-color:#2a9a9a}[data-theme=dark] .landing-cta-secondary:hover{background:rgba(42,154,154,.12)}.landing-section{position:relative;z-index:2;padding:var(--landing-space-2xl) var(--landing-space-md);max-width:var(--landing-max);margin:0 auto}.landing-section-title{font-family:var(--font-landing-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--landing-ink);margin-bottom:var(--landing-space-md)}.landing-steps{display:grid;gap:var(--landing-space-lg)}@media (min-width:768px){.landing-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--landing-space-lg)}}@media (min-width:1024px){.landing-steps{gap:clamp(1.5rem,2.4vw,2.25rem)}}.landing-steps>div{background:var(--marg-surface-glass,rgba(245,240,235,.72));backdrop-filter:blur(12px) saturate(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.2);border:1px solid var(--marg-border,rgba(26,122,122,.12));border-radius:var(--landing-radius-lg);padding:var(--landing-space-md);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease}@media (min-width:768px){.landing-steps>div{padding:clamp(1.25rem,2vw,1.75rem);min-height:11.5rem}}@media (min-width:1024px){.landing-steps>div{padding:clamp(1.5rem,2.4vw,2rem);min-height:12.5rem}}.landing-steps>div:hover{transform:translateY(-4px);border-color:var(--marg-border-strong,rgba(26,122,122,.25));box-shadow:var(--marg-shadow-md,0 4px 16px rgba(0,0,0,.07)),var(--marg-shadow-glow-teal,0 0 24px rgba(26,122,122,.18))}.landing-step-num{font-family:var(--font-landing-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1;color:var(--landing-teal);opacity:.85}.landing-step-label{margin-top:var(--landing-space-sm);font-size:1.0625rem;font-weight:700;color:var(--landing-ink)}.landing-step-desc{margin-top:var(--landing-space-xs);font-size:.9375rem;line-height:1.5;color:var(--landing-ink-muted)}.landing-types-kicker{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--landing-teal);margin-bottom:var(--landing-space-sm)}.landing-tags{display:flex;flex-wrap:wrap;gap:var(--landing-space-sm)}.landing-tag{padding:.5rem 1.15rem;font-size:.875rem;font-weight:600;border-radius:9999px;border:1.5px solid var(--landing-teal);color:var(--landing-teal);background:var(--marg-surface-glass,rgba(245,240,235,.72));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .25s ease;cursor:default}.landing-tag:hover{transform:translateY(-2px);box-shadow:var(--marg-shadow-glow-teal,0 0 20px rgba(26,122,122,.18));background:var(--marg-teal-subtle,rgba(26,122,122,.07))}.landing-tag:nth-child(2n){border-color:var(--landing-amber);color:color-mix(in srgb,var(--landing-ink) 65%,var(--landing-amber));background:var(--marg-amber-subtle,rgba(245,166,35,.1))}.landing-tag:nth-child(2n):hover{box-shadow:var(--marg-shadow-glow-amber,0 0 20px rgba(245,166,35,.18));background:rgba(245,166,35,.15)}.landing-why{display:flex;flex-direction:column;gap:var(--landing-space-xl)}.landing-why-body{font-size:1.0625rem;line-height:1.65;color:var(--landing-ink-muted);max-width:48rem}.landing-stat{padding:var(--landing-space-md);border:1px solid var(--marg-border,rgba(26,122,122,.12));border-radius:var(--landing-radius-md);background:var(--marg-surface-glass,rgba(245,240,235,.72));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.landing-stat+.landing-stat{margin-top:var(--landing-space-sm)}.landing-stat:hover{transform:translateY(-2px);box-shadow:var(--marg-shadow-sm,0 1px 3px rgba(0,0,0,.06)),var(--marg-shadow-glow-teal,0 0 24px rgba(26,122,122,.18))}.landing-stat-title{font-family:var(--font-landing-display);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--landing-teal)}.landing-stat-sub{margin-top:.25rem;font-size:.9375rem;color:var(--landing-ink-muted)}.landing-band{margin-top:var(--landing-space-xl);background:linear-gradient(135deg,rgba(26,122,122,.06),rgba(26,122,122,.03));border:1px solid rgba(26,122,122,.12);border-radius:var(--landing-radius-lg);color:var(--landing-ink);padding:var(--landing-space-lg) var(--landing-space-md);position:relative;overflow:hidden}.landing-band:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:var(--landing-amber);border-radius:50%;filter:blur(120px);opacity:.03;pointer-events:none}.landing-band-inner{max-width:var(--landing-max);margin:0 auto}.landing-band h2{font-family:var(--font-landing-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.15;color:var(--landing-teal)}[data-theme=dark] .landing-band h2{color:#2a9a9a}.landing-band p{margin-top:var(--landing-space-md);font-size:1rem;line-height:1.65;max-width:40rem;opacity:.75;color:var(--landing-ink)}.landing-band-cta{margin-top:var(--landing-space-lg);display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.5rem;font-weight:700;font-size:.9375rem;color:white;background:var(--landing-teal);border-radius:var(--landing-radius-md);text-decoration:none;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.22,1,.36,1),background-color .25s ease,box-shadow .25s ease}.landing-band-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);background-size:200% 100%;animation:marg-shimmer 3s ease-in-out infinite;pointer-events:none}.landing-band-cta:hover{background:var(--landing-teal-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,122,122,.2)}[data-theme=dark] .landing-band-cta{color:#f5f0eb}.landing-pair-grid{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.landing-pair-types{position:relative}@media (min-width:768px){.landing-pair-types .landing-types-kicker{margin-top:0}}@media (min-width:900px){.landing-why{gap:var(--landing-space-lg)}.landing-why-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.75rem);align-items:stretch;min-width:0}.landing-why-stats .landing-stat+.landing-stat{margin-top:0}.landing-why-stats .landing-stat{display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(1.25rem,2vw,1.75rem);min-height:100%}}#how-it-works{scroll-margin-top:5rem}#contribute,#why-marg{scroll-margin-top:4.5rem}.landing-footer{padding:var(--landing-space-lg) var(--landing-space-md);border-top:1px solid var(--marg-border,rgba(26,122,122,.12));background:var(--landing-cream)}.landing-footer-inner{max-width:var(--landing-max);margin:0 auto;display:flex;flex-direction:column;gap:var(--landing-space-md)}@media (min-width:640px){.landing-footer-inner{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}}.landing-footer-tagline{font-size:.9375rem;color:var(--landing-ink-muted);max-width:20rem}.landing-footer-links{display:flex;flex-wrap:wrap;gap:var(--landing-space-md)}.landing-footer-links a{font-size:.875rem;font-weight:600;color:var(--landing-teal);text-decoration:none;transition:opacity .2s}.landing-footer-links a:hover{opacity:.75}.landing-footer-disclaimer{width:100%;font-size:.75rem;line-height:1.5;color:var(--landing-ink-muted);opacity:.75;max-width:48rem}.landing-reveal{opacity:0;transform:translateY(1.25rem);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.landing-reveal.landing-reveal-visible{opacity:1;transform:translateY(0)}.landing-reveal-stagger>*{opacity:0;transform:translateY(1rem);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.landing-reveal-stagger.landing-reveal-visible>:first-child{transition-delay:0s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(2){transition-delay:80ms}.landing-reveal-stagger.landing-reveal-visible>:nth-child(3){transition-delay:.16s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(4){transition-delay:.24s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(5){transition-delay:.32s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(6){transition-delay:.4s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(7){transition-delay:.48s}.landing-reveal-stagger.landing-reveal-visible>:nth-child(8){transition-delay:.56s}.landing-reveal-stagger.landing-reveal-visible>*{opacity:1;transform:translateY(0)}.landing-phone-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .35s ease}.landing-phone-overlay.landing-phone-active{background:rgba(20,20,20,.5);pointer-events:auto;opacity:1}[data-theme=dark] .landing-phone-overlay.landing-phone-active{background:rgba(0,0,0,.65)}.landing-phone-stage{position:relative;width:min(100vw - 2rem,22rem);aspect-ratio:9/19;transform:scale(.92);opacity:0;transition:transform .7s cubic-bezier(.42,0,.2,1),opacity .5s ease}.landing-phone-overlay.landing-phone-frame-visible .landing-phone-stage{transform:scale(1);opacity:1}.landing-phone-bezel{position:absolute;inset:0;border-radius:2.25rem;border:3px solid var(--landing-teal);box-shadow:0 0 0 1px var(--marg-teal-glow,rgba(26,122,122,.18)),0 24px 64px rgba(0,0,0,.2),var(--marg-shadow-glow-teal,0 0 24px rgba(26,122,122,.18));overflow:hidden}.landing-phone-notch{top:.5rem;height:1.35rem;background:var(--landing-teal);opacity:.95}.landing-phone-home-bar,.landing-phone-notch{position:absolute;left:50%;transform:translateX(-50%);width:5.5rem;border-radius:9999px}.landing-phone-home-bar{bottom:.5rem;height:.28rem;background:var(--landing-amber)}.landing-phone-content{position:absolute;inset:.35rem;border-radius:1.85rem;overflow:hidden;background:var(--landing-cream);transform:scale(1);transition:transform .7s cubic-bezier(.42,0,.2,1)}.landing-phone-overlay.landing-phone-zoom .landing-phone-content{transform:scale(.88)}.landing-phone-mirror{width:200%;height:200%;transform-origin:top left;transform:scale(.5);will-change:transform}.landing-main{position:relative;z-index:2;transition:transform .7s cubic-bezier(.42,0,.2,1),opacity .7s ease;transform-origin:center center}.landing-main.landing-main-shrink{transform:scale(.82) translate3d(0,5vh,0);opacity:.88}@media (prefers-reduced-motion:reduce){.landing-main,.landing-main.landing-main-shrink{transition:none;transform:none;opacity:1}}.landing-lang select{max-width:9rem;border-radius:9999px;border:1.5px solid var(--landing-teal);background:var(--marg-surface-glass,rgba(245,240,235,.72));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.35rem .5rem;font-size:.8125rem;font-weight:600;color:var(--landing-ink)}.landing-band-bg-motion[data-parallax]{transform:translate3d(0,var(--py,0),0)}[data-scrolldraw]{--draw:0}@media (prefers-reduced-motion:reduce){.landing-band-bg-motion[data-parallax]{transform:none!important;--py:0px!important}}@media (prefers-reduced-motion:no-preference){.landing-nav-motion.landing-nav-scrolled{backdrop-filter:blur(12px) saturate(1.35);-webkit-backdrop-filter:blur(12px) saturate(1.35);border-bottom-color:var(--marg-border-strong,rgba(26,122,122,.2));box-shadow:0 2px 20px rgba(0,0,0,.05)}}@media (max-width:767px){.landing-hero{padding-bottom:clamp(3rem,10vh,5rem)}}@media (min-width:768px){.landing-hero{min-height:0}}.landing-hero-corridor{position:absolute;inset:0;margin:auto;width:100%;max-width:none;max-height:none;z-index:0;display:grid;place-items:center;pointer-events:none;opacity:.92}@media (max-width:479px){.landing-hero-corridor{opacity:.35}}[data-theme=dark] .landing-hero-corridor{opacity:.72}.landing-hero-corridor-svg{width:min(100%,440px);height:auto;max-height:min(94%,400px);display:block;color:var(--landing-teal)}@media (min-width:768px){.landing-hero-corridor-svg{width:min(100%,460px);max-height:min(92%,420px)}}@media (prefers-reduced-motion:no-preference){.landing-hero-corridor-svg{animation:marg-corridor-soft-drift 20s ease-in-out infinite}}@keyframes marg-corridor-soft-drift{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.01)}}@media (max-width:767px){.landing-hero-floats{display:none}}.landing-hero-floats{position:absolute;inset:0;pointer-events:none;z-index:2}.landing-float-pill{position:absolute;padding:.45rem 1rem;font-size:.75rem;font-weight:700;font-family:var(--font-landing-sans);color:var(--landing-ink);background:var(--marg-surface-glass,rgba(245,240,235,.88));border:1px solid var(--marg-border,rgba(26,122,122,.16));border-radius:var(--landing-pill-radius);box-shadow:var(--landing-shadow-soft),inset 0 1px 0 rgba(255,255,255,.35);white-space:nowrap;max-width:min(240px,44vw);overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .landing-float-pill{background:rgba(22,24,28,.78);color:var(--landing-cream);border-color:rgba(42,154,154,.28)}.landing-float-pill-1{top:10%;right:4%}.landing-float-pill-2{bottom:16%;right:10%}.landing-float-pill-3{top:44%;left:6%}@media (min-width:768px){.landing-float-pill-1{top:8%;right:2%}.landing-float-pill-2{bottom:20%;right:8%}.landing-float-pill-3{top:40%;left:4%}}@media (prefers-reduced-motion:no-preference){.landing-float-pill-1{animation:marg-pill-bob-a 8s ease-in-out infinite}.landing-float-pill-2{animation:marg-pill-bob-b 9.5s ease-in-out infinite}.landing-float-pill-3{animation:marg-pill-bob-c 7.2s ease-in-out infinite}}@keyframes marg-pill-bob-a{0%,to{transform:translateY(0) rotate(-.4deg)}50%{transform:translateY(-10px) rotate(1.8deg)}}@keyframes marg-pill-bob-b{0%,to{transform:translateY(0) rotate(.35deg)}50%{transform:translateY(-13px) rotate(-1.4deg)}}@keyframes marg-pill-bob-c{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}@media (prefers-reduced-motion:no-preference){.landing-type-word{display:inline-block;opacity:0;transform:translateY(10px);animation:marg-fade-word .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--i, 0) * 90ms)}}@keyframes marg-fade-word{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.landing-hero-cta-row .landing-cta-primary.landing-cta-stagger-first{animation:marg-fade-slide-up .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.26s + var(--cta-word-count, 3) * 90ms + .14s)}.landing-hero-cta-row .landing-cta-secondary.landing-cta-stagger-second{animation:marg-fade-slide-up .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.26s + var(--cta-word-count, 3) * 90ms + .34s)}}@keyframes marg-fade-slide-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-hero-cta-row .landing-cta-primary.landing-cta-stagger-first,.landing-hero-cta-row .landing-cta-secondary.landing-cta-stagger-second{animation:none;opacity:1!important;transform:none!important}}.landing-steps-scroll-host{position:relative}.landing-steps-wrap{position:relative;padding-bottom:var(--landing-space-xl)}.landing-step-progress-line-svg{display:none}.landing-step-progress-line-path{stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--draw, 0));transition:stroke-dashoffset .12s linear}@media (prefers-reduced-motion:reduce){.landing-step-progress-line-path{stroke-dashoffset:0!important}}.landing-step-card-wrap{position:relative;overflow:hidden}.landing-step-bg-num{position:absolute;top:var(--landing-space-xs);right:var(--landing-space-xs);font-family:var(--font-landing-display);font-size:clamp(4rem,14vw,8rem);font-weight:700;line-height:.92;color:var(--landing-teal);opacity:.07;pointer-events:none;user-select:none}@media (prefers-reduced-motion:no-preference){.landing-step-card-wrap .landing-step-bg-num{transition:opacity .4s ease,transform .5s cubic-bezier(.22,1,.36,1)}.landing-step-card-wrap:hover .landing-step-bg-num{opacity:.14;transform:translate(-4px,4px) scale(1.04)}}.landing-step-num-soft{opacity:.9}@media (min-width:768px){.landing-steps.landing-reveal-stagger>.landing-step-card-wrap[data-side=left]{transform:translateX(-2rem);opacity:0;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.landing-steps.landing-reveal-stagger>.landing-step-card-wrap[data-side=right]{transform:translateX(2rem);opacity:0;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:first-child,.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(2),.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(3),.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(4){opacity:1;transform:translateX(0)}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:first-child{transition-delay:0s}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(2){transition-delay:.1s}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(3){transition-delay:.2s}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(4){transition-delay:.28s}}@media (max-width:767px){.landing-steps.landing-reveal-stagger:not(.landing-reveal-visible)>.landing-step-card-wrap{opacity:0;transform:translateY(1rem)}}.landing-section-title.landing-reveal{font-weight:unset;font-variation-settings:"wght" var(--landing-title-wght);transition:font-variation-settings .72s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:no-preference){.landing-section-title.landing-reveal.landing-reveal-visible{--landing-title-wght:700}}.landing-marquee{overflow:hidden}.landing-marquee-mask{mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-size:100% 100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.landing-marquee-track{display:flex;width:max-content;gap:0;animation:marg-marquee 46s linear infinite}@keyframes marg-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-marquee:focus-within .landing-marquee-track,.landing-marquee:hover .landing-marquee-track{animation-play-state:paused}.landing-marquee-gap{display:flex;flex-wrap:nowrap;gap:var(--landing-space-sm);padding-inline:var(--landing-space-xs)}.landing-marquee-tag .landing-marquee-icon{width:1.15rem;height:1.15rem;flex-shrink:0;margin-right:.38rem;margin-top:.06rem;color:var(--landing-teal)}@media (prefers-reduced-motion:reduce){.landing-marquee-track{animation:none!important;transform:translateX(-8%)}}.landing-why-section{position:relative;overflow:hidden}.landing-topo-bg{position:absolute;inset:10% -10% auto -15%;width:124%;max-width:52rem;height:clamp(280px,38vw,360px);z-index:0;color:var(--landing-teal);pointer-events:none}.landing-why-section>:not(.landing-topo-bg){position:relative;z-index:1}.landing-stat-icon{width:42px;height:42px;margin-bottom:.62rem;color:var(--landing-teal)}.landing-stat-icon circle,.landing-stat-icon path{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .92s cubic-bezier(.22,1,.36,1) .2s;vector-effect:non-scaling-stroke}@media (prefers-reduced-motion:no-preference){.landing-reveal-visible.landing-why-stats.landing-reveal-stagger>.landing-stat .landing-stat-icon circle,.landing-reveal-visible.landing-why-stats.landing-reveal-stagger>.landing-stat .landing-stat-icon path{stroke-dashoffset:0}}@media (min-width:900px){.landing-why-stack.landing-reveal-stagger:not(.landing-reveal-visible)>.landing-stat[data-fan-i="-1"]{transform:translate(22px,5px) rotate(-2deg) scale(.99)}.landing-why-stack.landing-reveal-stagger:not(.landing-reveal-visible)>.landing-stat[data-fan-i="0"]{transform:translate(4px,2px) rotate(0deg) scale(1)}.landing-why-stack.landing-reveal-stagger:not(.landing-reveal-visible)>.landing-stat[data-fan-i="1"]{transform:translate(-20px,5px) rotate(2deg) scale(.99)}.landing-stat[data-fan-i]{transform-origin:50% 80%;transition:transform .74s cubic-bezier(.22,1,.36,1),opacity .45s ease}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="-1"]{transform:translate(-12px) rotate(-3.5deg)}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="0"]{transform:translateY(-6px) rotate(0deg);z-index:2;box-shadow:var(--landing-shadow-soft)}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="1"]{transform:translate(12px) rotate(3.5deg)}}.landing-band-motion{position:relative;overflow:hidden}.landing-band-motion:before{display:none}.landing-band-bg-parallax.landing-band-bg-motion{position:absolute;inset:-18% -10% auto -35%;width:148%;min-height:120%;background:radial-gradient(ellipse 68% 70% at 58% 12%,rgba(245,158,11,.16),transparent 72%);opacity:.55;pointer-events:none;z-index:0;will-change:transform}.landing-band-amber-soft{position:absolute;bottom:-30%;right:-22%;width:min(480px,70vw);height:min(480px,70vw);border-radius:50%;background:var(--landing-amber-motion);filter:blur(110px);opacity:.07;pointer-events:none;z-index:0}.landing-band-inner{position:relative;z-index:1}.landing-band-title-masked{font-family:var(--font-landing-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.22;color:var(--landing-teal)}[data-theme=dark] .landing-band-title-masked{color:#2a9a9a}@media (prefers-reduced-motion:no-preference){.landing-mask-word{display:inline-block;clip-path:inset(0 100% 0 0);transition:clip-path .65s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * 80ms)}}.landing-band-inner.landing-reveal-visible .landing-mask-word{clip-path:inset(0 0 0 0)}.landing-band-inner.landing-reveal:not(.landing-reveal-visible) .landing-mask-word{opacity:0}@media (prefers-reduced-motion:reduce){.landing-mask-word{clip-path:none!important;opacity:1!important}}@media (prefers-reduced-motion:no-preference){.landing-band-inner.landing-reveal-visible .landing-mask-word{opacity:1;transition-delay:calc(var(--i, 0) * 80ms)}.landing-band-inner:not(.landing-reveal-visible) .landing-mask-word{opacity:0;transition-delay:calc(var(--i, 0) * 56ms)}}@media (prefers-reduced-motion:reduce){.landing-band-inner.landing-reveal:not(.landing-reveal-visible) .landing-mask-word{opacity:1}}.landing-band-motion .landing-magnetic{display:inline-flex}@media (pointer:coarse){.landing-magnetic{transition:none}}@media (pointer:fine){.landing-band-motion .landing-band-cta.landing-magnetic:hover{transform:none;box-shadow:0 6px 20px rgba(26,122,122,.24);background:var(--landing-teal-dark)}}.landing-stat[data-fan-i],.landing-step-card-wrap,.landing-steps>div{border-radius:var(--landing-card-radius)}.landing-step-card-wrap:hover,.landing-steps>div:hover{transform:translateY(-6px);border-color:var(--marg-border-strong,rgba(26,122,122,.25));box-shadow:var(--landing-shadow-soft),var(--marg-shadow-glow-teal,0 0 24px rgba(26,122,122,.16))}@media (min-width:900px){.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i]:hover{transform:translateY(-4px) rotate(var(--fan-rot,0deg)) translateX(var(--fan-x,0));z-index:3}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="-1"]:hover{--fan-x:-16px;--fan-rot:-4deg}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="0"]:hover{--fan-x:0;--fan-rot:0deg}.landing-why-stats.landing-reveal-stagger.landing-reveal-visible>.landing-stat[data-fan-i="1"]:hover{--fan-x:16px;--fan-rot:4deg}}@media (min-width:768px){.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:nth-child(-n+4):hover{transform:translateY(-6px) translateX(0)!important}.landing-steps.landing-reveal-stagger.landing-reveal-visible>.landing-step-card-wrap:hover{transition-delay:0s!important}}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_eb41fe{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_1fdbab{--font-source-sans:"Source Sans 3","Source Sans 3 Fallback"}