@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap";.sf-footer{padding:2rem 2.5rem;background:#073b4c;color:#f5f2f28c;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.sf-logo{height:26px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.75}.sf-links{display:flex;gap:1.5rem}.sf-links a{font-size:.82rem;color:#f5f2f28c;text-decoration:none;transition:color .2s;font-family:"Baloo 2",sans-serif}.sf-links a:hover{color:#f5f2f2}@media (max-width: 600px){.sf-footer{padding:1.5rem 1.25rem}}:root{--color-text-secondary: #4a5568;--color-text-tertiary: #a0aec0;--color-background-primary: #ffffff;--color-background-secondary: #f4f5f7;--color-border-secondary: #dde1e9}.phone-frame{width:280px;height:560px;border-radius:22px;border:1.5px solid var(--color-border-secondary);background:var(--color-background-primary);overflow:hidden;display:flex;flex-direction:column;flex-shrink:0}.phone-notch{width:36px;height:6px;background:var(--color-border-secondary);border-radius:3px;margin:10px auto 0;flex-shrink:0}.concept-a .screen-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px 10px 14px}.concept-a .ai-label{font-size:10px;color:var(--color-text-tertiary);letter-spacing:.06em;text-transform:uppercase}.concept-a .wave-container{display:flex;align-items:center;gap:2.5px;height:40px}.concept-a .wave-bar{width:5px;border-radius:5px;background:#118ab2;animation:wavePulse 1.2s ease-in-out infinite}.concept-a .wave-bar:nth-child(1){height:40px;animation-delay:0s}.concept-a .wave-bar:nth-child(2){height:56px;animation-delay:.1s}.concept-a .wave-bar:nth-child(3){height:76px;animation-delay:.2s}.concept-a .wave-bar:nth-child(4){height:92px;animation-delay:.3s}.concept-a .wave-bar:nth-child(5){height:80px;animation-delay:.4s}.concept-a .wave-bar:nth-child(6){height:60px;animation-delay:.5s}.concept-a .wave-bar:nth-child(7){height:44px;animation-delay:.6s}.concept-a .wave-bar:nth-child(8){height:64px;animation-delay:.5s}.concept-a .wave-bar:nth-child(9){height:84px;animation-delay:.4s}.concept-a .wave-bar:nth-child(10){height:68px;animation-delay:.3s}.concept-a .wave-bar:nth-child(11){height:48px;animation-delay:.2s}.concept-a .wave-bar:nth-child(12){height:36px;animation-delay:.1s}@media (max-width: 600px){.phone-frame{width:210px;height:420px}}@keyframes wavePulse{0%,to{transform:scaleY(.5);opacity:.4}50%{transform:scaleY(1);opacity:1}}.concept-a .transcript{width:100%;background:var(--color-background-secondary);border-radius:8px;padding:6px 8px;font-size:9.5px;color:var(--color-text-secondary);line-height:1.5}.concept-a .anon-badge{font-size:9px;color:#3b6d11;background:#eaf3de;border-radius:10px;padding:3px 8px}.aw-frame{width:100%;border-radius:14px;border:1.5px solid #dde6ea;background:#fff;overflow:hidden}.aw-bar{height:32px;background:#f0f4f6;border-bottom:1px solid #dde6ea;display:flex;align-items:center;padding:0 14px;gap:7px}.aw-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.aw-dot--r{background:#ed315d}.aw-dot--y{background:#ffd166}.aw-dot--g{background:#06d6a0}.aw-bar-title{margin-left:8px;font-size:11px;color:#8aa0ab;letter-spacing:.02em}.aw-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid #dde6ea}.aw-topbar-left{display:flex;flex-direction:row;align-items:center;gap:8px}.aw-topbar-logo{font-size:13px;font-weight:700;color:#073b4c;letter-spacing:.02em}.aw-topbar-section{font-size:10px;font-weight:500;letter-spacing:.04em;color:#118ab2}.aw-topbar-right{display:flex;align-items:center;gap:6px}.aw-live-dot{width:7px;height:7px;border-radius:50%;background:#06d6a0;animation:awPulse 2s ease-in-out infinite;flex-shrink:0}@keyframes awPulse{0%,to{opacity:1}50%{opacity:.25}}.aw-topbar-live{font-size:11px;font-weight:500;color:#06d6a0}.aw-topbar-org{font-size:11px;color:#118ab2}@media (max-width: 600px){.aw-topbar{display:none}}.laptop-screen{padding:24px 28px 28px;display:flex;flex-direction:column;gap:20px;background:#fff}.laptop-body-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.laptop-section-label{font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:#118ab2;margin-bottom:12px}.laptop-friction-list{display:flex;flex-direction:column;gap:8px}.laptop-friction-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;border:.5px solid rgba(7,59,76,.15);background:#fff}.laptop-friction-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.laptop-ind-red{background:#ed315d}.laptop-ind-amber{background:#ffd166}.laptop-ind-green{background:#06d6a0}.laptop-friction-info{flex:1;min-width:0}.laptop-friction-zone{font-size:12px;font-weight:500;color:#073b4c;margin-bottom:2px}.laptop-friction-insight{font-size:11px;color:#118ab2;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.laptop-friction-badge{font-size:10px;font-weight:500;border-radius:20px;padding:2px 9px;flex-shrink:0}.laptop-badge-red{background:#ed315d1f;color:#ed315d}.laptop-badge-amber{background:#ffd16640;color:#073b4c}.laptop-badge-green{background:#06d6a026;color:#073b4c}@media (max-width: 600px){.laptop-screen{padding:16px;gap:16px}.laptop-body-grid{grid-template-columns:1fr}.laptop-friction-insight{white-space:normal}.laptop-friction-row:nth-child(3),.laptop-friction-row:nth-child(4){display:none}}.laptop-sim-panel{border-radius:12px;border:.5px solid #118AB2;background:#073b4c;padding:18px 20px;display:flex;flex-direction:column;gap:14px}.laptop-sim-eyebrow{font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:#06d6a0}.laptop-sim-question{font-size:13px;font-weight:500;color:#fff;line-height:1.5;padding:10px 12px;background:#ffffff12;border-radius:8px;border:.5px solid rgba(255,255,255,.15)}.laptop-sim-answer{font-size:12px;color:#ffffffbf;line-height:1.6}.laptop-sim-tags{display:flex;gap:6px;flex-wrap:wrap}.laptop-sim-tag{font-size:10px;background:#118ab266;color:#06d6a0;border-radius:20px;padding:3px 10px}.radar-body{display:flex}.radar-body--split .radar-screen{flex:2 1 0;border-right:1px solid #dde6ea;min-width:0}.radar-body--split .radar-details-col{flex:1 1 0;min-width:0;overflow-wrap:break-word}@media (max-width: 600px){.radar-body--split{flex-direction:column}.radar-body--split .radar-screen{flex:unset;border-right:none;border-bottom:1px solid #dde6ea}.radar-body--split .radar-details-col{flex:unset}}.radar-screen{flex:1;background:#fff;padding:4px 0 8px}.radar-svg{width:100%;display:block}.radar-details-col{flex:0 0 50%;padding:18px 20px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.radar-details-label{font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#118ab2}.radar-details-zone{font-size:18px;font-weight:700;color:#073b4c;line-height:1.2}.radar-details-badge{display:inline-block;align-self:flex-start;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px}.radar-details-insight{font-size:12px;line-height:1.6;color:#073b4c;margin:0}.radar-details-section{display:flex;flex-direction:column;gap:6px}.radar-details-section-title{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#118ab2}.radar-details-tracks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.radar-details-tracks li{display:flex;align-items:flex-start;gap:7px;font-size:11px;color:#073b4c;line-height:1.5}.radar-details-track-dot{width:7px;height:7px;border-radius:50%;background:#06d6a0;flex-shrink:0;margin-top:4px}.radar-details-actions{display:flex;flex-direction:column;gap:5px}.radar-details-action-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dde6ea;border-radius:8px;background:#f8fafb;color:#073b4c;font-size:11px;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s}.radar-details-action-btn:hover{background:#edf3f7}.srs-container{position:relative;height:300vh}.srs-sticky{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.srs-left{display:flex;flex-direction:column}.srs-step-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.srs-step-label{font-size:1.1rem;font-weight:700;color:#fff}.srs-text-panel{animation:srsFadeUp .4s cubic-bezier(.4,0,.2,1) both}@keyframes srsFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.srs-badge{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;background:#06d6a026;color:#06d6a0;margin-bottom:1rem}.srs-heading{font-size:1.25rem;font-weight:700;color:var(--lp-navy);margin-bottom:.75rem;line-height:1.35}.srs-body{font-size:.95rem;line-height:1.75;color:var(--lp-text-dark);margin-bottom:0}.srs-pips{display:flex;gap:8px;margin-top:2rem}.srs-pip{width:8px;height:8px;border-radius:50%;background:#ffffff40;transition:background .3s ease,transform .3s ease}.srs-pip--active{background:#06d6a0;transform:scale(1.3)}.srs-right{display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.srs-sticky{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.25rem;align-content:center;overflow:hidden}}body:has(.lp-page){display:block;width:100%}body:has(.lp-page) #root{width:100%}.lp-page h1{font-size:inherit;line-height:inherit}.lp-page a{color:inherit;font-weight:inherit}:root{--lp-navy: #073B4C;--lp-ocean: #118AB2;--lp-ocean-light: #8FDBF5;--lp-emerald: #06D6A0;--lp-emerald-dark: #05B384;--lp-emerald-light: #88FCDD;--lp-watermelon: #ED315D;--lp-gold: #FFD166;--lp-text-light: #f5f2f2;--lp-text-dark: #0f2027;--lp-text-muted: #405762;--lp-bg-light: #f4f7f9;--lp-radius: 10px;--lp-max-width: 1080px}.lp-page{width:100%;overflow-x:clip;font-family:"Baloo 2",sans-serif;color:var(--lp-text-dark);background:radial-gradient(ellipse 80% 60% at 65% 10%,#83c0d5 0%,transparent 70%),radial-gradient(ellipse 60% 50% at 5% 90%,#44ad91 0%,transparent 80%),linear-gradient(160deg,#3c9ebf,#118ab2,#0e7090);background-attachment:fixed}.lp-container{max-width:var(--lp-max-width);margin:0 auto;padding:0 2rem}.lp-section-label{font-size:.9rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-ocean);margin-bottom:2rem}.lp-section-label--light{color:var(--lp-emerald)}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 2.5rem;background:#fff;box-shadow:0 10px 15px #073b4c14}.lp-nav-logo{height:100%;display:flex;align-items:center;padding:.9rem}.lp-nav-logo img{height:28px;width:auto}.lp-nav-links{display:flex;gap:2rem}.lp-nav-links a{font-size:.9rem;font-weight:400;color:var(--lp-text-muted);text-decoration:none;transition:color .2s}.lp-nav-links a:hover{color:var(--lp-navy)}.lp-nav-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.2rem;background:var(--lp-watermelon);color:var(--lp-text-light)!important;text-decoration:none!important;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .2s,transform .15s}.lp-nav-cta:hover{background:#d42952;transform:translateY(-1px)}.lp-header-area{position:relative;background:transparent;overflow:hidden;padding-top:64px}.lp-noise{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.03}.lp-hero{position:relative;z-index:1;padding:6rem 2.5rem 8rem;max-width:var(--lp-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lp-hero-left{display:flex;flex-direction:column}.lp-hero-right{filter:drop-shadow(0 24px 48px rgba(7,59,76,.25));transform:perspective(800px) rotateY(-4deg) rotateX(2deg);transition:transform .4s ease}.lp-hero-right:hover{transform:perspective(800px) rotateY(0) rotateX(0)}.lp-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-gold);margin-bottom:1.5rem;padding:.3rem .8rem;border:1px solid rgba(255,209,102,.35);border-radius:999px}.lp-hero-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--lp-gold);animation:heroDotPulse 2s ease-in-out infinite}@keyframes heroDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.lp-hero-slogan{display:flex;flex-direction:column;gap:.1rem;max-width:720px;line-height:1.05;text-shadow:0 2px 24px rgba(7,59,76,.2);margin-bottom:2rem}.lp-hero-slogan-l1{font-size:clamp(1.9rem,3.2vw,3rem);font-weight:800;color:#fff}.lp-hero-slogan-l2{font-size:clamp(1.65rem,2.8vw,2.6rem);font-weight:700;color:var(--lp-emerald)}.lp-hero-body{font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.7;color:#f5f2f2cc;max-width:560px;margin-bottom:2.5rem}.lp-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.lp-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.75rem;background:var(--lp-watermelon);color:var(--lp-text-light)!important;text-decoration:none;border-radius:var(--lp-radius);font-size:.95rem;font-weight:600;transition:background .2s,transform .15s}.lp-btn-primary:hover{background:#d42952;transform:translateY(-1px)}.lp-btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:var(--lp-text-light);text-decoration:none;border-radius:var(--lp-radius);font-size:.95rem;font-weight:500;transition:background .2s}.lp-btn-ghost:hover{background:#ffffff2e}.lp-problem{padding:4rem 2rem 0}.lp-problem-text{max-width:var(--lp-max-width);margin:0 auto;padding:3.5rem 4rem;background:#fff;border-radius:20px;text-align:center}.lp-problem-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.2;color:var(--lp-navy);margin-bottom:1.25rem;padding:0rem 4rem}.lp-problem-body{font-size:1rem;line-height:1.75;color:var(--lp-text-muted);padding:0rem 13rem}.lp-problem-inner{max-width:var(--lp-max-width);margin:0 auto;padding:4rem 1.5rem 6rem}.lp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;overflow:hidden}.lp-stat{padding:2.5rem 2rem;background:var(--lp-bg-light);border-radius:var(--lp-radius)}.lp-stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--lp-ocean);margin-bottom:.5rem;line-height:1}.lp-stat-label{font-size:.85rem;color:var(--lp-text-muted);line-height:1.5}.lp-value-prop{padding:6rem 2.5rem 3rem;background-color:#fff}.lp-value-prop-inner{max-width:var(--lp-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.lp-vp-title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2;color:var(--lp-navy);margin-bottom:1.25rem}.lp-vp-body{font-size:1rem;line-height:1.75;color:var(--lp-text-muted);margin-bottom:1.75rem}.lp-vp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-emerald-dark);margin-bottom:1.5rem;padding:.3rem .8rem;background-color:var(--lp-emerald-light);border:1px solid var(--lp-emerald-dark);border-radius:999px}.lp-vp-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--lp-emerald-dark);animation:heroDotPulse 2s ease-in-out infinite}.lp-comparison{display:flex;flex-direction:column;gap:18px}.lp-comp-panel{border-radius:16px;padding:1.25rem 1.5rem 1.5rem}.lp-comp-sans{background:#edf3f7}.lp-comp-avec{background:#0d2535}.lp-comp-header{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.lp-comp-sans .lp-comp-header{color:#8a9ab0}.lp-comp-avec .lp-comp-header{color:var(--lp-emerald)}.lp-comp-people-row{display:flex;align-items:center;margin-bottom:1rem}.lp-comp-person{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-comp-sans .lp-comp-person{background:#d8e8f0;color:#7a9ab0}.lp-comp-avec .lp-comp-person{background:#1a3d52;color:#06d6a0cc}.lp-comp-connector{flex:1;height:10px;margin:0 6px;border-radius:5px}.lp-comp-connector--short{flex:.4}.lp-comp-sans .lp-comp-connector{background:#c8dce8}.lp-comp-avec .lp-comp-connector{background:var(--lp-emerald)}.lp-comp-flow-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.9rem;margin-bottom:1rem;padding:0 3rem}.lp-comp-flow-row span:first-child,.lp-comp-flow-row span:last-child{opacity:.45;flex-shrink:0}.lp-comp-sans .lp-comp-flow-row{color:#7a9ab0}.lp-comp-avec .lp-comp-flow-row{color:var(--lp-emerald)}.lp-comp-direction{display:flex;justify-content:center}.lp-comp-building{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center}.lp-comp-sans .lp-comp-building{background:#d8e8f0;color:#7a9ab0}.lp-comp-avec .lp-comp-building{background:transparent;border:2px solid var(--lp-emerald);color:#7a9ab0}.lp-features{padding:4rem 2.5rem 6rem;background:#fff}.lp-features-inner{max-width:var(--lp-max-width);margin:0 auto}.lp-features-header{margin-bottom:3rem}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.lp-feature-card{padding:2rem;background:var(--lp-bg-light);border-radius:var(--lp-radius);border:1px solid #e8eef2;display:flex;flex-direction:column;justify-content:flex-start}.lp-feature-card-title{display:flex;flex-direction:row;gap:.75rem;align-items:center;margin-bottom:1.25rem}.lp-feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.lp-feature-icon--blue{background:#118ab21f;color:#118ab2}.lp-feature-icon--green{background:#06d6a026;color:#06d6a0}.lp-feature-icon--gray{background:#4057621a;color:#405762}.lp-feature-title{font-size:1.05rem;font-weight:700;color:var(--lp-navy);margin-bottom:.75rem}.lp-feature-body{font-size:.9rem;line-height:1.7;color:var(--lp-text-muted)}.lp-solution{padding:6rem 2.5rem}.lp-solution-inner{max-width:var(--lp-max-width);margin:0 auto}.lp-solution-inner .lp-section-label{color:#fff}.lp-solution-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--lp-navy);margin-bottom:4rem;max-width:560px}.lp-solution-steps{display:flex;flex-direction:column;gap:10rem}.lp-step{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lp-step--wide-visual{grid-template-columns:3fr 1fr}.lp-step--reverse{direction:rtl}.lp-step--reverse>*{direction:ltr}.lp-step-number{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.lp-step-number-label{font-size:1.1rem;font-weight:700;color:#fff}.lp-step-title{font-size:1.25rem;font-weight:700;color:var(--lp-navy);margin-bottom:.75rem}.lp-step-body{font-size:.95rem;line-height:1.75;color:var(--lp-text-dark);margin-bottom:1rem}.lp-step-badge{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.05em;padding:.3rem .85rem;border-radius:999px;background:var(--lp-bg-light);color:var(--lp-ocean)}.lp-step-visual{display:flex;justify-content:center}.lp-insight-panel{width:100%;max-width:420px;border-radius:var(--lp-radius);border:1px solid #e8eef2;overflow:hidden;background:#fff}.lp-insight-header{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1rem;background:var(--lp-navy);color:var(--lp-emerald);display:flex;align-items:center;gap:.5rem}.lp-insight-live-dot{width:6px;height:6px;border-radius:50%;background:var(--lp-emerald);animation:heroDotPulse 2s ease-in-out infinite}.lp-insight-list{display:flex;flex-direction:column}.lp-insight-row{display:flex;align-items:center;gap:10px;padding:.75rem 1rem;border-bottom:1px solid #f0f3f6}.lp-insight-row:last-child{border-bottom:none}.lp-insight-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lp-insight-dot--red{background:#ed315d}.lp-insight-dot--amber{background:#ffd166}.lp-insight-dot--green{background:#06d6a0}.lp-insight-zone{flex:1;font-size:.82rem;font-weight:500;color:var(--lp-navy)}.lp-insight-badge{font-size:.7rem;font-weight:600;border-radius:999px;padding:2px 8px}.lp-insight-badge--red{background:#ed315d1f;color:#ed315d}.lp-insight-badge--amber{background:#ffd16640;color:#9a7000}.lp-insight-badge--green{background:#06d6a026;color:#0a8060}.lp-insight-footer{padding:.5rem 1rem;font-size:.7rem;color:#a0aec0;background:#fafbfc;border-top:1px solid #f0f3f6}.lp-proof{padding:6rem 2.5rem;background:var(--lp-navy)}.lp-proof-inner{max-width:var(--lp-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.lp-proof-title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--lp-text-light);margin-bottom:.75rem}.lp-proof-body{font-size:1rem;line-height:1.7;color:#f5f2f2a6}.lp-quote-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--lp-radius);padding:2rem}.lp-quote-mark{font-size:2.5rem;line-height:1;color:var(--lp-emerald);margin-bottom:.75rem;font-family:Georgia,serif}.lp-quote-text{font-size:1rem;font-weight:500;color:var(--lp-text-light);line-height:1.65;margin-bottom:1.5rem}.lp-quote-attribution{font-size:.82rem;color:#f5f2f28c;margin-bottom:1rem}.lp-quote-tags{display:flex;gap:.5rem;flex-wrap:wrap}.lp-quote-tag{font-size:.72rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;background:#06d6a026;color:var(--lp-emerald)}.lp-cta{padding:6rem 2.5rem;background:#fff}.lp-cta-inner{max-width:680px;margin:0 auto;text-align:center}.lp-cta-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;color:var(--lp-navy);line-height:1.2;margin-bottom:1rem}.lp-cta-body{font-size:1rem;color:var(--lp-text-muted);margin-bottom:2.5rem;line-height:1.7}.lp-access-card{background:var(--lp-bg-light);border:1px solid #e8eef2;border-radius:var(--lp-radius);padding:2.5rem;text-align:left}.lp-access-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-ocean);margin-bottom:1.5rem}.lp-checklist{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.lp-checklist-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--lp-navy)}.lp-check-icon{width:18px;height:18px;border-radius:50%;background:var(--lp-emerald);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:var(--lp-navy);font-weight:800}.lp-access-cta{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:1rem;background:var(--lp-watermelon);color:var(--lp-text-light)!important;text-decoration:none;border-radius:var(--lp-radius);font-size:1rem;font-weight:700;transition:background .2s,transform .15s;margin-bottom:1rem}.lp-access-cta:hover{background:#d42952;transform:translateY(-1px)}.lp-access-note{text-align:center;font-size:.75rem;color:var(--lp-text-muted)}.lp-supporters{padding:4rem 2rem}.lp-supporters-card{max-width:var(--lp-max-width);width:fit-content;margin:0 auto;padding:3rem 15rem;background:#fff;border-radius:20px;text-align:center}.lp-supporters-card .lp-section-label{margin-bottom:2.5rem}.lp-supporters-logos{display:flex;justify-content:center;align-items:center;gap:6rem;flex-wrap:wrap;height:160px}.lp-supporters-logos a{display:flex;align-items:center;height:100%}.lp-supporters-logos img{width:auto;height:100%}.lp-supporters-logos img.horizontal{height:65%}@media (max-width: 900px){.lp-nav-links{display:none}.lp-hero{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem 5rem}.lp-hero-right{transform:none;filter:drop-shadow(0 12px 24px rgba(7,59,76,.2))}.lp-stats{grid-template-columns:1fr}.lp-value-prop-inner,.lp-proof-inner{grid-template-columns:1fr;gap:3rem}.lp-features-grid{grid-template-columns:1fr}.lp-step,.lp-step--reverse{grid-template-columns:1fr;direction:ltr;gap:2rem}}@media (max-width: 600px){.lp-nav{padding:1rem 1.25rem}.lp-hero,.lp-problem,.lp-value-prop,.lp-features,.lp-solution,.lp-proof,.lp-cta{padding-left:1.25rem;padding-right:1.25rem}.lp-footer{padding:1.5rem 1.25rem}.lp-section-label{margin-bottom:1rem}.lp-problem-text{padding:2rem 1.5rem}.lp-problem-body{padding:0}.lp-problem-inner{padding-bottom:4rem}.lp-stat,.lp-feature-card{padding-top:1rem;padding-bottom:1rem}.lp-features-header{margin-bottom:1.5rem}.lp-stat{margin-left:2rem;margin-right:2rem}.lp-stat-number,.lp-stat-label{display:inline}.lp-stat-number{margin-right:.5rem}.lp-solution{padding-top:4rem}.lp-solution-title{margin-bottom:2rem}.lp-value-prop,.lp-features,.lp-cta{padding-top:2rem;padding-bottom:2rem}.lp-supporters{padding-left:1.25rem;padding-right:1.25rem}.lp-supporters-card{box-sizing:border-box;width:100%;padding:2rem 1.5rem}.lp-supporters-logos{flex-direction:column;height:auto;gap:2rem}.lp-supporters-logos img{max-height:120px}.lp-supporters-logos img.horizontal{max-height:65px;height:auto}}body:has(.pp-page){display:block;width:100%;background:#f4f7f9}body:has(.pp-page) #root{width:100%}.pp-page,.pp-page *{box-sizing:border-box}.pp-page{min-height:100vh;font-family:"Baloo 2",sans-serif;color:#073b4c;background:#f4f7f9;display:flex;flex-direction:column}.pp-header{background:#fff;border-bottom:1px solid #dde6ea;padding:0 2.5rem;height:64px;display:flex;align-items:center}.pp-header-inner{width:100%;max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.pp-logo{height:24px;width:auto}.pp-back{font-size:.875rem;font-weight:500;color:#118ab2;text-decoration:none;transition:color .2s}.pp-back:hover{color:#073b4c}.pp-main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.pp-title{font-size:2rem;font-weight:800;color:#073b4c;margin:0 0 .5rem;line-height:1.2}.pp-updated{font-size:.82rem;color:#405762;margin:0 0 2.5rem}.pp-section{margin-bottom:2.5rem}.pp-section p{margin:.5rem 0;font-size:.925rem;line-height:1.7;color:#405762}.pp-section-title{font-size:1.1rem;font-weight:700;color:#073b4c;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #dde6ea}.pp-service{background:#fff;border:1px solid #dde6ea;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1rem}.pp-service-title{font-size:.925rem;font-weight:700;color:#118ab2;margin:0 0 .875rem}.pp-dl{display:grid;grid-template-columns:minmax(100px,140px) 1fr;gap:.35rem 1rem;margin:0}.pp-dl dt{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#405762;padding-top:.1rem}.pp-dl dd{font-size:.875rem;line-height:1.6;color:#073b4c;margin:0}.pp-note{font-size:.825rem;color:#118ab2;background:#edf6fb;border-left:3px solid #118AB2;padding:.6rem .875rem;border-radius:0 6px 6px 0;margin:.875rem 0 0}@media (max-width: 600px){.pp-header{padding:0 1.25rem}.pp-main{padding:2rem 1.25rem 3rem}.pp-dl{grid-template-columns:1fr;gap:0}.pp-dl dt{margin-top:.5rem}.pp-dl dt:first-child{margin-top:0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
