.lp{--lp-teal-mid:#1C4D48;--lp-teal-dark:#091F1D;--lp-amber-mid:#B45309;--lp-text-mid:#374151;--lp-border:#E8E4DC;--lp-border-dk:#D4CEC5;--lp-nav-h:72px;--bg:#FFFFFF;--wash:#F9F7F4;--text:#0F0F0F;--muted:#6B7280;--soft:#596170;--line:#E8E4DC;--blue:#0D3330;--card:#FFFFFF;font-family:var(--lp-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;min-height:100vh}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp img{display:block;max-width:100%}.lp button{cursor:pointer;font-family:var(--lp-sans);border:none}.lp a{color:inherit;text-decoration:none}.lp h1,.lp h2,.lp h3{margin:0;font-family:var(--lp-serif);color:var(--lp-text);letter-spacing:0;text-align:center;overflow-wrap:anywhere;font-weight:500}.lp h2{font-size:clamp(2.4rem,5.5vw,4.2rem);line-height:1.2}.lp h3{font-size:clamp(1.15rem,1.5vw,1.4rem);line-height:1.35}.lp p{color:var(--lp-muted);font-size:1.0625rem;line-height:1.7;margin:0;text-align:center}.lp .blog-prose,.lp .blog-prose blockquote,.lp .blog-prose h1,.lp .blog-prose h2,.lp .blog-prose h3,.lp .blog-prose h4,.lp .blog-prose li,.lp .blog-prose p{text-align:left;color:inherit}.lp .blog-prose h1,.lp .blog-prose h2,.lp .blog-prose h3,.lp .blog-prose h4{font-size:revert;line-height:1.3;margin:revert}.lp .blog-prose h2{font-size:1.375rem}.lp .blog-prose h3{font-size:1.125rem}.lp .blog-prose p{font-size:1.0625rem;margin-bottom:1.25rem}.lp.js-reveals .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,0,0,1),transform .7s cubic-bezier(.25,0,0,1)}.lp.js-reveals .reveal.visible{opacity:1;transform:translateY(0)}.lp-label{display:inline-block;font-family:var(--lp-sans);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#92400E;margin:0 0 16px}.lp-label--pale{color:rgba(255,255,255,.82)}.lp-label--teal-inv{color:rgba(255,255,255,.8)}.lp-ed-inner{max-width:var(--lp-max);margin:0 auto}.lp .lp-nav,.lp-ed-inner{padding:0 var(--lp-gutter)}.lp .lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--lp-nav-h);display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.lp .lp-nav.is-scrolled{background:rgba(255,255,255,.97);border-bottom-color:var(--lp-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--lp-border)}.lp .lp-brand,.lp .lp-nav-cta,.lp .lp-nav-links{display:flex;align-items:center;min-width:0}.lp .lp-brand{gap:10px;font-size:1rem;font-weight:400;cursor:pointer;background:none;border:none;color:inherit;padding:0}.lp .lp-nav-links{gap:clamp(20px,2.5vw,36px);font-size:14px;font-weight:450;color:var(--lp-text-mid)}.lp .lp-nav-links a{transition:color .15s}.lp .lp-nav-links a:hover{color:var(--lp-teal)}.lp .lp-nav-cta{flex:0 0 auto;padding:9px 20px;color:#fff;font-size:13px;font-weight:550;letter-spacing:.02em;border-radius:4px;border:none;cursor:pointer;transition:background .2s,transform .15s}.lp .lp-nav-cta:hover{background:var(--lp-teal-mid);transform:translateY(-1px)}.lp .lp-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:var(--lp-text);cursor:pointer;transition:background .15s}.lp .lp-hamburger:hover{background:rgba(0,0,0,.06)}.lp .lp-mobile-nav{display:none;position:fixed;top:var(--lp-nav-h);left:0;right:0;z-index:99;flex-direction:column;gap:0;padding:8px var(--lp-gutter) 20px;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.lp .lp-mobile-nav,.lp .lp-mobile-nav a{border-bottom:1px solid var(--lp-border)}.lp .lp-mobile-nav a{display:block;padding:14px 0;font-size:15px;color:var(--lp-text-mid);transition:color .15s}.lp .lp-mobile-nav a:hover{color:var(--lp-teal)}.lp .lp-mobile-nav .lp-button{width:100%;margin-top:16px}.lp .lp-button{position:relative;display:inline-flex;min-height:50px;align-items:center;justify-content:center;overflow:hidden;border:1px solid transparent;border-radius:4px;padding:0 24px;font-weight:500;font-size:14px;font-family:var(--lp-sans);cursor:pointer;touch-action:manipulation;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.lp .lp-button:hover{transform:translateY(-2px)}.lp .lp-button.primary{background:var(--lp-teal);color:#fff;font-weight:600;box-shadow:0 2px 8px rgba(13,51,48,.18)}.lp .lp-button.primary:hover{background:var(--lp-teal-mid);box-shadow:0 6px 20px rgba(13,51,48,.28)}.lp .lp-button.secondary{border:1.5px solid var(--lp-teal);background:transparent;color:var(--lp-teal)}.lp .lp-button.secondary:hover{background:rgba(13,51,48,.04)}.lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;background:var(--lp-teal);color:#fff;font-family:var(--lp-sans);font-size:16px;font-weight:550;letter-spacing:.01em;border-radius:4px;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.lp-btn-primary:hover{background:var(--lp-teal-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(13,51,48,.28)}.lp-btn-ghost{display:inline-flex;align-items:center;padding:15px 28px;font-family:var(--lp-sans);font-size:16px;font-weight:500;color:var(--lp-text-mid);border:1px solid var(--lp-border-dk);border-radius:4px;background:transparent;cursor:pointer;transition:border-color .2s,color .2s,transform .2s}.lp-btn-ghost:hover{border-color:var(--lp-teal);color:var(--lp-teal);transform:translateY(-2px)}.lp-btn-amber{display:inline-flex;align-items:center;justify-content:center;padding:17px 40px;background:var(--lp-amber);color:#fff;font-family:var(--lp-sans);font-size:17px;font-weight:600;letter-spacing:.01em;border-radius:4px;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.lp-btn-amber:hover{background:var(--lp-amber-mid);transform:translateY(-2px);box-shadow:0 10px 28px rgba(180,83,9,.4)}.lp-hero-ed{border-bottom:1px solid var(--lp-border)}.lp-hero-ed-inner{padding:48px var(--lp-gutter) 48px;grid-template-columns:55% 1fr;gap:48px}.lp-hero-ed-left .lp-label{display:block;margin-bottom:16px;animation:lp-fade-up .7s cubic-bezier(.25,0,0,1) .1s both}.lp .lp-hero-ed-h1{font-size:clamp(52px,5.5vw,88px);font-weight:600;line-height:1.2;letter-spacing:-.01em;animation:lp-fade-up .75s cubic-bezier(.25,0,0,1) .2s both}.lp .lp-hero-ed-h1 em{display:block;margin-top:.03em}.lp .lp-hero-ed-sub{margin-top:18px;font-size:clamp(15px,1.3vw,18px);line-height:1.65;color:#2D2D2D;max-width:480px;animation:lp-fade-up .75s cubic-bezier(.25,0,0,1) .32s both}.lp-hero-ed-cta-row{margin-top:26px;gap:16px;animation:lp-fade-up .75s cubic-bezier(.25,0,0,1) .44s both}.lp .lp-hero-ed-trust{margin-top:10px;font-size:13px;color:var(--lp-muted);animation:lp-fade-up .75s cubic-bezier(.25,0,0,1) .54s both}.lp-hero-ed-right{animation:lp-fade-up .9s cubic-bezier(.25,0,0,1) .28s both}.lp-hero-ed-img-wrap{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.12);aspect-ratio:3/4;max-width:420px;width:100%}.lp-hero-ed-img-wrap:after{content:"";position:absolute;bottom:-10px;right:-10px;width:100%;height:100%;background:var(--lp-teal);border-radius:6px;z-index:-1}.lp-hero-ed-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.lp-hero-ed-stats{max-width:var(--lp-max);margin:0 auto;padding:28px var(--lp-gutter);border-top:1px solid var(--lp-border);display:flex;align-items:center}.lp-stat-item{flex:1;padding:0 36px}.lp-stat-item:first-child{padding-left:0}.lp-stat-item strong{display:block;font-family:var(--lp-serif);font-size:clamp(34px,3.5vw,44px);font-weight:600;color:var(--lp-teal);line-height:1}.lp-stat-item span{display:block;margin-top:6px;font-size:clamp(13px,1.2vw,15px);color:var(--lp-muted);line-height:1.4}.lp-stat-divider{width:1px;height:44px;background:var(--lp-border);flex-shrink:0}.lp-problem-ed{background:var(--lp-offwhite)}.lp-problem-ed-intro{margin-bottom:0}.lp-problem-ed-intro h2{font-family:var(--lp-serif);font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.2;color:var(--lp-text);margin-top:0;text-align:left}.lp .lp-ed-lead{margin-top:16px;font-size:clamp(16px,1.5vw,19px);line-height:1.75;color:var(--lp-muted);max-width:560px;text-align:left}.lp-risk-list-ed{margin-top:56px;border-top:1px solid var(--lp-border-dk)}.lp-risk-row-ed{display:grid;grid-template-columns:72px 260px 1fr;gap:32px;align-items:start;padding:40px 0;border-bottom:1px solid var(--lp-border-dk)}.lp-risk-num-ed{font-size:clamp(42px,4.5vw,56px);color:var(--lp-amber);line-height:1;padding-top:2px}.lp-risk-name-ed,.lp-risk-num-ed{font-family:var(--lp-serif);font-weight:600}.lp-risk-name-ed{font-size:clamp(22px,2vw,26px);color:var(--lp-text);line-height:1.3;display:block}.lp .lp-risk-body-ed{font-size:clamp(15px,1.4vw,18px);line-height:1.75;color:#2D2D2D;max-width:520px;text-align:left}.lp-why-ed{background:var(--lp-white);padding:96px 0}.lp-why-ed-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch}.lp-why-ed-text .lp-label{display:block;margin-bottom:0}.lp-why-ed-stat-block{margin-top:24px;display:flex;align-items:baseline;gap:20px;padding:20px 0;border-top:2px solid var(--lp-amber);border-bottom:1px solid var(--lp-border)}.lp-why-ed-number{font-family:var(--lp-serif);font-size:clamp(48px,5.5vw,76px);font-weight:700;color:var(--lp-teal);line-height:1;flex-shrink:0}.lp-why-ed-stat-label{font-size:clamp(13px,1.2vw,15px);color:var(--lp-muted);line-height:1.5}.lp .lp-why-ed-h2{font-family:var(--lp-serif);font-size:clamp(34px,3.5vw,50px);font-weight:600;line-height:1.2;color:var(--lp-text);margin-top:24px;text-align:left}.lp .lp-why-ed-body{margin-top:16px;font-size:clamp(16px,1.5vw,18px);line-height:1.8;color:#2D2D2D;text-align:left}.lp-why-ed-outcomes{margin-top:24px;list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.lp-why-ed-outcomes li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--lp-text-mid)}.lp-why-ed-outcomes li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--lp-amber);flex-shrink:0}.lp-why-ed-image{border-radius:6px;overflow:hidden;box-shadow:0 20px 56px rgba(0,0,0,.1);border:1px solid var(--lp-border);align-self:stretch}.lp-why-ed-image img,.lp-why-ed-image picture{display:block;height:100%}.lp-why-ed-image img{width:100%;object-fit:cover;object-position:center}.lp-workflow-ed-header{margin-bottom:0}.lp .lp-workflow-ed-h2{font-family:var(--lp-serif);font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.2;color:#fff;margin-top:0;text-align:left}.lp-steps-ed{margin-top:56px;border-top:1px solid rgba(255,255,255,.14)}.lp-step-ed{padding:40px 32px 40px 0;border-right:1px solid rgba(255,255,255,.12)}.lp-step-ed:not(:first-child){padding-left:32px}.lp-step-ed:last-child{border-right:none;padding-right:0}.lp-step-ed-num{display:block;font-size:clamp(52px,5.5vw,72px);color:var(--lp-amber);line-height:1;margin-bottom:28px}.lp .lp-step-ed-title,.lp-step-ed-num{font-family:var(--lp-serif);font-weight:600}.lp .lp-step-ed-title{font-size:clamp(22px,2vw,28px);color:#fff;line-height:1.25;margin-bottom:14px;text-align:left}.lp .lp-step-ed-body{font-size:clamp(15px,1.4vw,18px);line-height:1.8;color:rgba(255,255,255,.72);text-align:left}.lp .lp-workflow-ed-tagline{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.12);font-size:clamp(19px,1.8vw,24px);color:rgba(255,255,255,.82);text-align:left}.lp-pricing-ed-intro{margin-bottom:0}.lp-pricing-ed-intro h2{font-family:var(--lp-serif);font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.2;color:var(--lp-text);margin-top:0;text-align:left}.lp-pricing-ed-grid{margin-top:56px;grid-template-columns:1fr 1.08fr 1fr;gap:20px}.lp-price-ed-card{border-radius:8px;padding:40px 32px;transition:box-shadow .2s}.lp-price-ed-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.07)}.lp-price-ed-card.featured{padding:56px 32px 40px;box-shadow:0 20px 64px rgba(13,51,48,.16);transform:translateY(-8px)}.lp-price-ed-badge{top:-1px;color:#fff;font-family:var(--lp-sans);font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:0 0 4px 4px}.lp-price-ed-header{padding-bottom:24px;border-bottom:1px solid var(--lp-border);margin-bottom:24px}.lp-price-ed-name{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.lp-price-ed-name,.lp-price-ed-tagline{color:var(--lp-muted);text-align:center;margin-bottom:10px}.lp-price-ed-tagline{font-family:var(--lp-sans);font-size:13px;font-style:italic}.lp-price-ed-amount{display:block;font-size:clamp(56px,5vw,72px);font-weight:600}.lp-price-ed-sub{margin-top:6px;color:var(--lp-muted)}.lp-price-ed-saving,.lp-price-ed-sub{display:block;font-size:13px;text-align:center}.lp-price-ed-saving{margin-top:10px;font-family:var(--lp-sans);font-weight:600;color:#92400e;line-height:1.4}.lp-price-ed-features{gap:12px;margin-bottom:28px}.lp-price-ed-features li{gap:10px;font-size:14px;color:#1a1a1a;text-align:left}.lp-price-ed-features li svg{color:#059669;flex-shrink:0}.lp-price-ed-cta{width:100%;padding:13px;background:var(--lp-offwhite);color:var(--lp-text-mid);border:1px solid var(--lp-border-dk);border-radius:4px;font-family:var(--lp-sans);font-size:14px;font-weight:550;cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .15s}.lp-price-ed-cta:hover{border-color:var(--lp-teal);color:var(--lp-teal)}.lp-price-ed-cta.featured{background:var(--lp-teal);color:#fff;border-color:var(--lp-teal)}.lp-price-ed-cta.featured:hover{background:var(--lp-teal-mid);transform:translateY(-1px);box-shadow:0 4px 16px rgba(13,51,48,.3)}.lp-pricing-ed-trust{margin-top:40px;text-align:center;font-family:var(--lp-sans);font-size:14px;color:var(--lp-muted)}.lp-features-ed{background:var(--lp-white);padding:96px 0}.lp-features-ed-intro{margin-bottom:0}.lp-features-ed-intro h2{font-family:var(--lp-serif);font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.2;color:var(--lp-text);margin-top:0;text-align:left}.lp-feature-row-ed{margin-top:72px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.lp-feature-row-ed+.lp-feature-row-ed{margin-top:96px;padding-top:96px;border-top:1px solid var(--lp-border)}.lp-feature-row-ed--flip .lp-feature-row-ed-text{order:-1}.lp-feature-row-ed-visual{border-radius:6px;overflow:hidden;box-shadow:0 20px 56px rgba(0,0,0,.1);border:1px solid var(--lp-border)}.lp-feature-row-ed-visual img{width:100%;height:auto}.lp-feature-row-ed-text .lp-label{display:block;margin-bottom:16px}.lp-feature-row-ed-text h3{font-family:var(--lp-serif);font-size:clamp(34px,3.5vw,50px);font-weight:600;line-height:1.15;color:var(--lp-text);margin-bottom:16px;text-align:left}.lp .lp-feature-row-ed-text p{font-size:clamp(16px,1.5vw,19px);line-height:1.8;color:var(--lp-muted);text-align:left}.lp-feature-points-ed{margin-top:24px;list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.lp-feature-points-ed li{display:flex;align-items:baseline;gap:10px;font-size:15px;color:var(--lp-text-mid);text-align:left}.lp-feature-points-ed li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--lp-teal);flex-shrink:0;margin-top:6px}.lp-audience-ed-intro{margin-bottom:0}.lp-audience-ed-intro h2{font-family:var(--lp-serif);font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.2;color:var(--lp-text);margin-top:0;text-align:left}.lp-audience-ed-grid{border-top:1px solid var(--lp-border-dk);border-left:1px solid var(--lp-border-dk)}.lp-audience-ed-item{padding:40px 36px;border-right:1px solid var(--lp-border-dk);border-bottom:1px solid var(--lp-border-dk);display:flex;flex-direction:column;gap:8px;box-shadow:inset 3px 0 0 transparent;transition:box-shadow .2s ease,background .2s ease}.lp-audience-ed-item:hover{box-shadow:inset 3px 0 0 var(--lp-amber);background:rgba(217,119,6,.03)}.lp-audience-ed-item strong{font-family:var(--lp-serif);font-size:clamp(21px,1.8vw,26px);font-weight:600;color:var(--lp-text);line-height:1.2}.lp-audience-ed-item span{font-size:clamp(14px,1.2vw,16px);color:var(--lp-muted);line-height:1.6}.lp-cta-band{padding:112px 0}.lp-cta-band-inner{max-width:680px}.lp .lp-cta-band-h2{font-family:var(--lp-serif);font-size:clamp(40px,5vw,70px);font-weight:600;line-height:1.2;color:#F5F0E8;margin-top:16px;text-align:center}.lp .lp-cta-band-sub{margin-top:16px;font-size:clamp(16px,1.5vw,19px);line-height:1.7;color:rgba(255,255,255,.72);text-align:center}.lp-cta-band .lp-btn-amber{margin-top:36px}.lp .lp-cta-band-trust{margin-top:14px;font-size:13px;color:rgba(255,255,255,.58)}.lp .lp-footer{background:var(--lp-teal-dark);padding:40px var(--lp-gutter);flex-wrap:wrap;justify-content:space-between;gap:20px}.lp .lp-footer,.lp .lp-footer-brand{display:flex;align-items:center;color:#fff}.lp .lp-footer-brand{gap:10px;cursor:pointer;padding:0}.lp .lp-footer-brand img{filter:brightness(0) invert(1)}.lp .lp-footer-links{display:flex;flex-wrap:wrap;gap:24px}.lp .lp-footer-links a,.lp .lp-footer-links button{font-size:12px;font-weight:450;letter-spacing:.08em;text-transform:uppercase;color:#9CA3AF;text-decoration:none;background:none;border:none;cursor:pointer;font-family:var(--lp-sans);padding:0;transition:color .15s}.lp .lp-footer-links a:hover,.lp .lp-footer-links button:hover{color:#E5E7EB}.lp .lp-footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.lp .lp-footer-social{display:flex;align-items:center;gap:16px}.lp .lp-footer-social a{display:flex;align-items:center;justify-content:center;color:#9CA3AF;transition:color .15s}.lp .lp-footer-social a:hover{color:#E5E7EB}.lp .lp-footer-copy{font-size:12px;letter-spacing:.06em;text-transform:none;color:#9CA3AF;margin:0}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes lp-menu-drop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes LIMIQ-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes LIMIQ-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes LIMIQ-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.lp h2{font-weight:500!important}.lp .lp-audience-ed-intro h2,.lp .lp-audience-ed-item strong,.lp .lp-cta-band-h2,.lp .lp-feature-row-ed-text h3,.lp .lp-features-ed-intro h2,.lp .lp-price-ed-amount,.lp .lp-pricing-ed-intro h2,.lp .lp-problem-ed-intro h2,.lp .lp-risk-name-ed,.lp .lp-stat-item strong,.lp .lp-step-ed-title,.lp .lp-why-ed-h2,.lp .lp-workflow-ed-h2{font-weight:600!important}.lp .lp-why-ed-number{font-weight:700!important}.lp .lp-button.primary{font-weight:600!important}.lp .lp-btn-primary{font-weight:550!important}.lp .lp-btn-amber{font-weight:600!important}.lp .lp-nav-cta{font-weight:550!important}.lp .lp-price-ed-badge,.lp .lp-price-ed-name{font-weight:600!important}.lp a:focus-visible,.lp button:focus-visible{outline:2px solid var(--lp-amber);outline-offset:3px;border-radius:4px}.lp .lp-button:focus-visible{outline-offset:4px;border-radius:4px}.lp .lp-faq-list summary:focus-visible{outline:2px solid var(--lp-teal);outline-offset:0;border-radius:24px}.lp .lp-section{width:min(1420px,calc(100% - 52px));margin:0 auto;padding:clamp(120px,12vw,180px) 0}.lp .lp-center{max-width:970px;margin:0 auto 52px;text-align:center}.lp .lp-center .lp-eyebrow,.lp .lp-section-heading>p{margin-right:auto;margin-left:auto}.lp .lp-section-heading>p{max-width:820px}.lp .lp-section-copy{max-width:900px;margin-right:auto;margin-left:auto}.lp .lp-section-copy p:first-child{margin-top:0}.lp .lp-center .lp-label,.lp-about-game-copy .lp-label,.lp-cta-band-inner .lp-label{display:block;text-align:center;margin-left:auto;margin-right:auto}.lp .lp-eyebrow{display:inline-flex;width:fit-content;margin:0 auto 22px;padding:10px 14px;border-radius:999px;background:#e9fff8;color:#00695c;font-size:.76rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.lp .lp-eyebrow--light{color:#0d2b2b;background:#ffb8d1;border:1px solid transparent}.lp .lp-outcome-list,.lp .lp-tag-cloud,.lp .lp-trust-blocks{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px}.lp .lp-outcome-list span,.lp .lp-tag-cloud span,.lp .lp-trust-blocks span{padding:11px 14px;border:1px solid #dfe5ee;border-radius:999px;background:#fff;color:#293241;font-weight:400;font-size:.88rem}.lp .lp-outcome-list span:nth-child(3n+1),.lp .lp-tag-cloud span:nth-child(3n+1),.lp .lp-trust-blocks span:nth-child(3n+1){background:#e8fff8;border-color:#bff4e7}.lp .lp-outcome-list span:nth-child(3n+2),.lp .lp-tag-cloud span:nth-child(3n+2),.lp .lp-trust-blocks span:nth-child(3n+2){background:#eef4ff;border-color:#cfdef9}.lp .lp-tag-cloud span{animation:lp-float 3.2s ease-in-out infinite}.lp .lp-tag-cloud span:nth-child(2){animation-delay:.35s;animation-duration:3.6s}.lp .lp-tag-cloud span:nth-child(3){animation-delay:.7s;animation-duration:2.9s}.lp .lp-tag-cloud span:nth-child(4){animation-delay:1.05s;animation-duration:3.4s}.lp .lp-tag-cloud span:nth-child(5){animation-delay:1.4s;animation-duration:3.1s}.lp .lp-cta-row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:14px;margin-top:34px}.lp .lp-final-cta{position:relative;width:min(1260px,calc(100% - 52px));margin:40px auto 84px;padding:clamp(72px,9vw,112px) clamp(24px,6vw,80px);border-radius:6px;background:var(--lp-teal);text-align:center;overflow:hidden}.lp .lp-final-cta h2{color:#F5F0E8;font-family:var(--lp-serif)}.lp .lp-final-cta>p{color:rgba(255,255,255,.72)}.lp .lp-final-cta .lp-label{color:rgba(255,255,255,.82)}.lp .lp-final-cta h2,.lp .lp-final-cta>p{max-width:860px;margin-left:auto;margin-right:auto}.lp .lp-final-cta .lp-cta-row{justify-content:center}.lp .lp-final-cta .lp-button.primary{background:var(--lp-amber);color:#fff;border:1px solid transparent;border-radius:4px;font-weight:600!important;font-size:.97rem;min-width:200px;min-height:50px;padding:0 28px;box-shadow:0 4px 12px rgba(180,83,9,.25);transition:background .2s,box-shadow .2s,transform .12s}.lp .lp-final-cta .lp-button.primary:hover{background:var(--lp-amber-mid);box-shadow:0 10px 28px rgba(180,83,9,.4);transform:translateY(-2px)}.lp .lp-final-cta .lp-button.secondary{background:transparent;color:rgba(255,255,255,.82);border:1.5px solid rgba(255,255,255,.35);border-radius:4px;font-weight:500;font-size:.97rem;min-width:180px;min-height:50px;padding:0 28px;transition:background .2s,border-color .2s,transform .12s}.lp .lp-final-cta .lp-button.secondary:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.6);transform:translateY(-1px)}.lp .lp-risk-matrix{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1100px;margin-left:auto;margin-right:auto}.lp .lp-risk-tile{position:relative;min-height:300px;padding:38px 40px 42px;border-radius:28px;color:#0d2b2b;overflow:hidden;text-align:left;display:flex;flex-direction:column;gap:22px}.lp .lp-risk-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.lp .lp-risk-icon{display:block;flex-shrink:0;color:#0d2b2b}.lp .lp-risk-icon svg{display:block;width:clamp(56px,5vw,72px);height:clamp(56px,5vw,72px)}.lp .lp-risk-title{display:block;flex:1;min-width:0;font-size:clamp(1.4rem,2.6vw,2.4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}.lp .lp-risk-text,.lp .lp-risk-title{margin:0;text-align:left;color:#0d2b2b}.lp .lp-risk-text{font-size:clamp(1rem,1.15vw,1.08rem);line-height:1.55;font-weight:400}.lp .lp-risk-matrix.lp-about-risk-matrix{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1280px;gap:18px}.lp .lp-risk-matrix.lp-about-risk-matrix .lp-risk-tile{min-height:210px;padding:24px 24px 26px;border-radius:22px;gap:16px}.lp .lp-risk-matrix.lp-about-risk-matrix .lp-risk-title{font-size:clamp(1rem,1.35vw,1.32rem)}.lp .lp-risk-matrix.lp-about-risk-matrix .lp-risk-text{font-size:clamp(.86rem,.95vw,.94rem);line-height:1.52}.lp .lp-about-heading{padding-bottom:0}.lp .lp-about-heading .lp-center{margin-bottom:clamp(40px,5vw,72px)}.lp .lp-about-heading h1{font-size:clamp(2.4rem,4.5vw,4.8rem);line-height:1.1;margin-bottom:1.4rem}.lp .lp-about-heading p:not(.lp-eyebrow){max-width:620px;margin:0 auto;color:var(--muted);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.65}.lp .lp-about-story{display:grid;width:min(1120px,calc(100% - 52px));grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:clamp(36px,6vw,86px);align-items:start;margin:0 auto;padding:clamp(76px,9vw,140px) 0}.lp .lp-about-story .lp-section-heading{position:sticky;top:118px}.lp .lp-about-story .lp-section-heading h2,.lp .lp-about-story .lp-section-heading p{text-align:left}.lp .lp-about-story .lp-section-heading .lp-eyebrow{margin-right:0;margin-left:0}.lp .lp-about-copy{max-width:780px;margin:0 auto}.lp .lp-about-paperwork-inner .lp-about-copy,.lp .lp-about-story .lp-about-copy{padding-top:54px}.lp .lp-about-copy p{color:#4b5565;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.75;text-align:left}.lp .lp-about-copy p+p{margin-top:1.15rem}.lp .lp-about-copy strong{color:#111827;font-weight:700}.lp .lp-about-paperwork{background:#022f36;padding:clamp(72px,9vw,140px) max(26px,calc((100vw - 1180px) / 2))}.lp .lp-about-paperwork-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(36px,6vw,86px);align-items:start}.lp .lp-about-paperwork .lp-about-copy p,.lp .lp-about-paperwork .lp-about-copy strong,.lp .lp-about-paperwork .lp-section-heading h2,.lp .lp-about-paperwork .lp-section-heading p{color:#fff}.lp .lp-about-paperwork .lp-section-heading h2,.lp .lp-about-paperwork .lp-section-heading p{text-align:left}.lp .lp-about-paperwork .lp-eyebrow,.lp .lp-about-paperwork .lp-section-heading .lp-eyebrow{margin-right:0;margin-left:0;background:#ffb8d1;color:#0d2b2b}.lp .lp-about-paperwork .lp-about-copy p{color:rgba(255,255,255,.82)}.lp .lp-about-game{width:100%;max-width:none;padding:clamp(72px,9vw,140px) max(26px,calc((100vw - 1420px) / 2));background:var(--wash)}.lp .lp-about-game-copy{max-width:960px;margin:0 auto clamp(42px,5vw,64px);text-align:center}.lp .lp-about-game-copy p:not(.lp-eyebrow){max-width:780px;margin:1.1rem auto 0;color:#4b5565}.lp .lp-about-traffic{max-width:760px;margin:clamp(30px,4vw,52px) auto 0;color:#0d2b2b;font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:500;line-height:1.45;text-align:center}.lp .lp-about-welcome{font-weight:700}.lp .lp-faq-list{display:flex;flex-direction:column;max-width:980px;gap:0;margin:0 auto}.lp .lp-faq-list details{background:transparent;border-radius:0;border:none;border-bottom:1px solid #d9dde2;padding:0;text-align:left;transition:background .25s,border-radius .25s,margin .25s;overflow:hidden}.lp .lp-faq-list details[open]{background:#dff6e7;border-radius:20px;border-bottom-color:transparent;margin:6px 0}.lp .lp-faq-list details[open] p,.lp .lp-faq-list details[open] summary{color:#0d2b2b}.lp .lp-faq-list details[open] summary:after,.lp .lp-faq-list details[open] summary:before{background:#0d2b2b}.lp .lp-faq-list details+details{margin-top:0}.lp .lp-faq-list summary{position:relative;cursor:pointer;padding:30px 72px 30px 32px;color:#0d2b2b;font-size:clamp(1rem,1.15vw,1.12rem);font-weight:400;list-style:none;text-align:left}.lp .lp-faq-list details[open] summary{padding-bottom:18px;font-weight:500}.lp .lp-faq-list summary::-webkit-details-marker{display:none}.lp .lp-faq-list summary:after,.lp .lp-faq-list summary:before{content:"";position:absolute;right:32px;top:50%;width:18px;height:2.4px;background:#0d2b2b;border-radius:2px;transform:translateY(-50%);transition:transform .22s,opacity .22s}.lp .lp-faq-list summary:after{transform:translateY(-50%) rotate(90deg)}.lp .lp-faq-list details[open] summary:after{opacity:0;transform:translateY(-50%) rotate(0deg)}.lp .lp-faq-list details p{margin:0;padding:0 32px 32px;color:#0d2b2b;font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.65;text-align:left}.lp .lp-audience-section{display:flex;flex-direction:column;gap:48px;align-items:center;width:min(1420px,calc(100% - 52px));margin:0 auto;padding:clamp(72px,9vw,140px) 0}.lp .lp-audience-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.lp .lp-audience-chip{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:16px;background:#f5f7fb}.lp .lp-audience-chip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:12px}.lp .lp-audience-chip div{display:flex;flex-direction:column;gap:2px;min-width:0}.lp .lp-audience-chip strong{font-size:1rem;font-weight:700;color:#111827;line-height:1.3}.lp .lp-audience-chip span{font-size:.85rem;color:#4B4B4B;line-height:1.4}.lp .lp-what-section{display:flex;flex-direction:column;width:min(1160px,calc(100% - 52px));margin:0 auto;padding:clamp(80px,9vw,130px) 0}.lp .lp-what-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(36px,5.5vw,80px);align-items:stretch}.lp .lp-what-screen{border-radius:18px;overflow:hidden;box-shadow:0 24px 64px rgba(10,20,60,.14);border:1px solid #dde4f0;line-height:0}.lp .lp-what-screen img{width:100%;height:auto;display:block}.lp .lp-what-body{display:flex;flex-direction:column;justify-content:center;height:100%;gap:clamp(24px,3vw,36px)}.lp .lp-what-features{display:flex;flex-direction:column;gap:20px}.lp .lp-what-item{display:flex;align-items:flex-start;gap:16px}.lp .lp-what-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:46px;height:46px;border-radius:13px}.lp .lp-what-item-text{display:flex;flex-direction:column;gap:4px}.lp .lp-what-feature-title{font-size:clamp(1rem,1.15vw,1.08rem);font-weight:800;color:#0d1f4e;line-height:1.3}.lp .lp-what-feature-desc{font-size:clamp(.85rem,.95vw,.94rem);color:#4a5568;line-height:1.6}.lp .lp-what-ctas{display:flex;gap:14px;flex-wrap:wrap;flex-shrink:0}.lp .lp-split{display:grid;max-width:1100px;grid-template-columns:1fr;gap:clamp(34px,5vw,90px);align-items:center;text-align:center;width:min(1100px,calc(100% - 52px));margin:0 auto;padding:clamp(72px,9vw,140px) 0}.lp .lp-why-two-col{display:grid;grid-template-columns:1.45fr 1fr;gap:clamp(28px,4vw,56px);align-items:center;width:100%}.lp .lp-why-image{position:relative;border-radius:0;overflow:visible;line-height:0;padding:18px 0}.lp .lp-why-image img{width:100%;height:auto;display:block;border:4px solid #0d2b2b;border-radius:20px;object-fit:cover;transform:rotate(-2.5deg);box-shadow:0 20px 50px rgba(13,43,43,.18)}.lp .lp-workflow-section{background:#022f36;padding:clamp(72px,9vw,120px) max(26px,calc((100vw - 1340px) / 2));display:flex;flex-direction:column;align-items:center;gap:clamp(40px,5vw,60px)}.lp .lp-workflow-heading{text-align:center}.lp .lp-workflow-heading h2{color:#fff}.lp .lp-workflow-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1340px}.lp .lp-workflow-card{border-radius:28px;padding:clamp(28px,2.6vw,40px) clamp(24px,2.4vw,36px) clamp(32px,3vw,44px);display:flex;flex-direction:column;gap:18px;color:#0d2b2b}.lp .lp-workflow-icon{color:#0d2b2b;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.lp .lp-workflow-card h3{color:#0d2b2b;font-size:clamp(1.2rem,1.45vw,1.5rem);font-weight:700;text-align:left;line-height:1.2;margin:0;letter-spacing:-.01em}.lp .lp-workflow-card p{color:#0d2b2b;font-size:clamp(.92rem,1vw,1rem);line-height:1.6;text-align:left;margin:0}.lp .lp-workflow-tagline{color:#fff;font-size:clamp(1.1rem,1.7vw,1.5rem);font-weight:500;text-align:center;max-width:820px;line-height:1.45;margin:0}.lp .lp-problem-band{width:100%;max-width:none;padding:clamp(120px,12vw,180px) max(26px,calc((100vw - 1420px) / 2));background:var(--wash)}.lp .lp-testimonials-section{position:relative;background:#ffb8d1;padding:clamp(74px,7vw,112px) 0;overflow:hidden}.lp .lp-testimonials-title{color:#15171d!important;max-width:980px;margin-inline:auto}.lp .lp-tcards-viewport{--testimonial-gap:clamp(10px,0.9vw,16px);overflow:hidden;margin-top:clamp(44px,5vw,70px);position:relative;z-index:3;mask-image:linear-gradient(90deg,transparent 0,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 6%,black 94%,transparent)}.lp .lp-tcards-track{display:flex;gap:var(--testimonial-gap);width:max-content;animation:lp-marquee 50s linear infinite}.lp .lp-tcards-track.is-paused{animation-play-state:paused}.lp .lp-tcard{background:#fff;border:clamp(5px,.5vw,8px) solid #fff;border-radius:clamp(18px,1.5vw,28px);overflow:hidden;display:grid;grid-template-rows:auto clamp(37px,2.76vw,51px);width:clamp(190px,18.4vw,389px);flex-shrink:0}.lp .lp-tcard-visual{position:relative;aspect-ratio:16/9;background:#d9e3ef;overflow:hidden}.lp .lp-tcard-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.lp .lp-tcard-footer{display:flex;align-items:center;gap:clamp(6px,.7vw,12px);padding:5px clamp(8px,.7vw,14px);min-width:0}.lp .lp-tcard-logo{flex:0 0 auto;width:clamp(64px,5.1vw,96px);color:#1d2a4f;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px;min-width:0}.lp .lp-tcard-logo small{display:block;font-size:clamp(.42rem,.48vw,.58rem);line-height:1;font-weight:900;letter-spacing:.02em}.lp .lp-tcard-meta{min-width:0}.lp .lp-tcard-meta strong{font-size:clamp(.72rem,.65vw,.93rem);font-weight:700;color:#214071}.lp .lp-tcard-meta span,.lp .lp-tcard-meta strong{display:block;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp .lp-tcard-meta span{margin-top:3px;font-size:clamp(.63rem,.58vw,.84rem);color:#1f2937}.lp .lp-testimonials-nav-row{display:flex;justify-content:flex-end;gap:12px;width:min(1440px,calc(100% - 52px));margin:clamp(48px,5.4vw,92px) auto 0;position:relative;z-index:4}.lp .lp-testimonials-nav-btn{width:44px;height:44px;border-radius:50%;border:2px solid #15171d;background:#15171d;color:#fff;font-size:1.35rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,border-color .18s,transform .18s;line-height:1}.lp .lp-testimonials-nav-btn:hover{background:#2a2d36;border-color:#2a2d36;transform:translateY(-1px)}.lp .lp-testimonials-pause-btn span{font-size:.7rem;letter-spacing:1.5px}@media (prefers-reduced-motion:reduce){.lp .lp-tcards-track{animation:none}}@media (max-width:1024px){.lp .lp-nav-links{display:none}.lp .lp-hamburger,.lp .lp-mobile-nav{display:flex}.lp .lp-nav-cta{margin-left:auto}.lp .lp-why-ed-h2,.lp .lp-workflow-ed-h2,.lp h2,.lp-audience-ed-intro h2,.lp-feature-row-ed-text h3,.lp-features-ed-intro h2,.lp-pricing-ed-intro h2,.lp-problem-ed-intro h2{font-size:clamp(34px,4.5vw,52px);line-height:1.2}.lp .lp-cta-band-h2{font-size:clamp(28px,4vw,48px);line-height:1.2}.lp-hero-ed-inner{grid-template-columns:1fr;gap:40px}.lp .lp-hero-ed-h1{font-size:clamp(44px,7vw,72px)}.lp-hero-ed-right{display:block}.lp-hero-ed-img-wrap{max-width:540px;margin:0 auto}.lp-hero-ed-stats{flex-direction:column;align-items:flex-start;gap:24px}.lp-stat-item{padding:0}.lp-stat-divider{width:48px;height:1px}.lp-risk-row-ed{grid-template-columns:56px 1fr;grid-template-rows:auto auto}.lp-risk-body-ed{grid-column:2;margin-top:8px}.lp-why-ed-grid{grid-template-columns:1fr;gap:48px}.lp-why-ed-image{display:block}.lp-steps-ed{grid-template-columns:repeat(2,1fr)}.lp-step-ed:nth-child(2){border-right:none}.lp-step-ed:nth-child(3),.lp-step-ed:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}.lp-step-ed:nth-child(4){border-right:none}.lp-pricing-ed-grid{grid-template-columns:1fr;max-width:440px}.lp-price-ed-card.featured{transform:none}.lp-feature-row-ed{grid-template-columns:1fr;gap:40px}.lp-feature-row-ed--flip .lp-feature-row-ed-text{order:0}.lp-feature-row-ed+.lp-feature-row-ed{margin-top:64px;padding-top:64px}.lp-audience-ed-grid{grid-template-columns:repeat(2,1fr)}.lp .lp-about-paperwork-inner,.lp .lp-about-story{grid-template-columns:1fr}.lp .lp-about-story .lp-section-heading{position:static;text-align:center}.lp .lp-about-paperwork .lp-section-heading h2,.lp .lp-about-paperwork .lp-section-heading p,.lp .lp-about-story .lp-section-heading h2,.lp .lp-about-story .lp-section-heading p{text-align:center}.lp .lp-about-paperwork .lp-eyebrow,.lp .lp-about-story .lp-section-heading .lp-eyebrow{margin-right:auto;margin-left:auto}.lp .lp-about-paperwork-inner .lp-about-copy,.lp .lp-about-story .lp-about-copy{padding-top:0}.lp .lp-about-copy p{text-align:center}.lp .lp-audience-strip{grid-template-columns:1fr}.lp .lp-risk-matrix{grid-template-columns:repeat(2,1fr)}.lp .lp-about-risk-matrix{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lp .lp-workflow-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:root{--lp-nav-h:60px}.lp .lp-nav{padding:0 24px}.lp .lp-why-ed-h2,.lp .lp-workflow-ed-h2,.lp h2,.lp-audience-ed-intro h2,.lp-feature-row-ed-text h3,.lp-features-ed-intro h2,.lp-pricing-ed-intro h2,.lp-problem-ed-intro h2{font-size:34px;line-height:1.2}.lp .lp-cta-band-h2{font-size:clamp(22px,6vw,28px);line-height:1.2}.lp-hero-ed-inner{padding:48px 24px}.lp .lp-hero-ed-h1{font-size:clamp(42px,11vw,64px)}.lp-hero-ed-cta-row{flex-direction:column;align-items:flex-start}.lp-hero-ed-cta-row .lp-btn-ghost,.lp-hero-ed-cta-row .lp-btn-primary{width:100%;justify-content:center}.lp-hero-ed-img-wrap:after{display:none}.lp-hero-ed-img-wrap{max-width:100%;border-radius:6px}.lp-hero-ed-stats{padding:24px}.lp-audience-ed,.lp-features-ed,.lp-pricing-ed,.lp-problem-ed,.lp-why-ed,.lp-workflow-ed{padding:72px 0}.lp-ed-inner{padding:0 24px}.lp-risk-row-ed{grid-template-columns:1fr;padding:32px 0}.lp-risk-num-ed{font-size:40px;margin-bottom:8px}.lp-risk-body-ed{grid-column:1;margin-top:6px}.lp-steps-ed{grid-template-columns:1fr}.lp-step-ed{padding:32px 0!important;border-right:none!important;border-top:1px solid rgba(255,255,255,.14)}.lp-step-ed:first-child{border-top:none}.lp-pricing-ed-grid{max-width:100%}.lp-audience-ed-grid{grid-template-columns:1fr}.lp-audience-ed-item{padding:28px 24px}.lp-cta-band{padding:80px 0}.lp .lp-cta-band-h2{font-size:clamp(34px,9vw,48px)}.lp-cta-band .lp-btn-amber{width:100%}.lp .lp-footer{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 24px}.lp .lp-footer-links{gap:16px;justify-content:center}.lp .lp-footer-right{align-items:center}.lp .lp-about-story{width:calc(100% - 28px);padding:clamp(56px,12vw,84px) 0}.lp .lp-about-game,.lp .lp-about-paperwork{padding-right:20px;padding-left:20px}.lp .lp-about-risk-matrix,.lp .lp-risk-matrix{grid-template-columns:1fr!important}.lp .lp-risk-tile{min-height:auto;padding:26px 24px 30px}.lp .lp-workflow-cards{grid-template-columns:1fr}.lp .lp-final-cta{width:calc(100% - 28px);padding:32px 22px;border-radius:24px}.lp .lp-audience-strip{grid-template-columns:1fr}.lp .lp-button{min-height:50px}.lp .lp-audience-strip,.lp .lp-cta-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.lp *,.lp :after,.lp :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.lp{--lp-teal:#0D3330;--lp-teal-hover:#0A2825;--lp-amber:#D97706;--lp-amber-dark:#92400E;--lp-white:#FFFFFF;--lp-offwhite:#F9F7F4;--lp-text:#0F0F0F;--lp-body:#2D2D2D;--lp-muted:#4B4B4B;--lp-soft-muted:#6B6B6B;--lp-border:#E5E5E5;--lp-red:#DC2626;--lp-red-dark:#991B1B;--lp-serif:"Instrument Serif",Georgia,serif;--lp-sans:"Inter",system-ui,sans-serif;--lp-max:1280px;--lp-gutter:clamp(24px,5vw,80px);color:var(--lp-text)}.lp,.lp main{background:var(--lp-white)}.lp h1,.lp h2,.lp h3,.lp p{letter-spacing:0}.lp .lp-label{display:inline-block;margin:0;font-family:var(--lp-sans);font-size:clamp(11px,.72vw,12px);font-weight:600!important;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;color:var(--lp-amber-dark)}.lp .lp-brand-case{text-transform:none}.lp .lp-label--pale,.lp .lp-label--teal-inv{color:rgba(255,255,255,.72)}.lp .lp-btn-amber,.lp .lp-btn-ghost,.lp .lp-btn-primary,.lp .lp-price-ed-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-family:var(--lp-sans);transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.lp .lp-btn-primary{padding:14px 28px;background:var(--lp-teal);color:var(--lp-white);font-size:15px;font-weight:600!important}.lp .lp-btn-primary:hover{background:var(--lp-teal-hover);transform:translateY(-1px);box-shadow:0 8px 18px rgba(13,51,48,.18)}.lp .lp-btn-ghost{padding:14px 24px;background:var(--lp-white);color:var(--lp-text);border:1.5px solid var(--lp-text);font-size:15px;font-weight:500}.lp .lp-btn-ghost:hover{background:var(--lp-offwhite);color:var(--lp-text);border-color:var(--lp-text);transform:none}.lp .lp-btn-amber{padding:18px 40px;background:var(--lp-amber);color:var(--lp-text);font-size:16px;font-weight:700!important}.lp .lp-btn-amber:hover{background:#B45309;color:var(--lp-white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.lp .lp-hamburger{gap:4px;flex-direction:column}.lp .lp-hamburger span{display:block;width:20px;height:2px;border-radius:2px;background:currentColor}.lp .lp-nav{background:rgba(255,255,255,.96)}.lp .lp-nav-cta{border-radius:8px;background:var(--lp-teal)}.lp .lp-nav-cta:hover{background:var(--lp-teal-hover)}.lp-hero-ed{min-height:100vh;padding-top:var(--lp-nav-h);background:var(--lp-white);border:0}.lp-hero-ed-inner{width:100%;max-width:var(--lp-max);min-height:calc(100vh - var(--lp-nav-h));margin:0 auto;padding:56px var(--lp-gutter);display:grid;grid-template-columns:55fr 45fr;gap:clamp(36px,5vw,72px);align-items:center}.lp-hero-ed-left{text-align:left}.lp-hero-ed-left .lp-label{margin-bottom:20px}.lp .lp-hero-ed-h1{display:flex;flex-direction:column;gap:0;font-family:var(--lp-serif);font-size:clamp(72px,6.4vw,96px);font-weight:600!important;line-height:1;color:var(--lp-text);text-align:left}.lp .lp-hero-ed-h1 em,.lp .lp-hero-ed-h1 span{display:block;opacity:0;transform:translateY(40px);animation:lp-home-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.lp .lp-hero-ed-h1 span:nth-child(2){animation-delay:80ms}.lp .lp-hero-ed-h1 em{color:var(--lp-teal);font-style:italic;animation-delay:.16s}.lp .lp-hero-ed-sub{max-width:540px;margin-top:24px;color:var(--lp-body);font-family:var(--lp-sans);font-size:clamp(19px,1.35vw,21px);line-height:1.6;text-align:left;opacity:0;transform:translateY(40px);animation:lp-home-fade-up .6s cubic-bezier(.16,1,.3,1) .28s forwards}.lp-hero-ed-cta-row{margin-top:32px;display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap;opacity:0;transform:translateY(40px);animation:lp-home-fade-up .6s cubic-bezier(.16,1,.3,1) .38s forwards}.lp .lp-hero-ed-trust{margin-top:12px;color:var(--lp-soft-muted);font-size:14px;line-height:1.5;text-align:left}.lp-product-mockup{position:relative;width:100%;max-width:560px;max-height:min(760px,calc(100vh - 130px));aspect-ratio:1/1.414;margin-left:auto;overflow:hidden;border:1px solid var(--lp-border);border-radius:16px;background:var(--lp-white);box-shadow:0 24px 64px rgba(0,0,0,.1);display:flex;flex-direction:column;opacity:0;transform:translateY(32px);animation:lp-home-fade-up .7s cubic-bezier(.16,1,.3,1) .22s forwards}.lp-mockup-topbar{position:relative;height:40px;display:flex;align-items:center;justify-content:center;background:#E5E5E5;color:var(--lp-body);font-size:13px;font-weight:500}.lp-window-dots{position:absolute;left:16px;display:flex;gap:7px}.lp-window-dots span{width:12px;height:12px;border-radius:50%;background:var(--lp-border)}.lp-mockup-body{position:relative;flex:1 1 auto;min-height:0;padding:20px;background:var(--lp-white);overflow:hidden}.lp-document-lines{display:flex;flex-direction:column;gap:10px;filter:blur(1.5px)}.lp-document-lines span{display:block;height:6px;border-radius:3px;background:var(--lp-border)}.lp-mockup-lines-svg{position:absolute;inset:0;z-index:2;pointer-events:none}.lp-house-connectors line,.lp-mockup-lines-svg line{stroke-width:1;stroke-dasharray:5 5;opacity:.4}.lp-house-connectors .amber,.lp-mockup-lines-svg .amber{stroke:var(--lp-amber)}.lp-house-connectors .red,.lp-mockup-lines-svg .red{stroke:var(--lp-red)}.lp-risk-card{position:absolute;z-index:3;width:min(230px,42%);padding:10px 14px;border-left:3px solid var(--lp-amber);border-radius:8px;background:#FFFBEB;box-shadow:0 4px 16px rgba(0,0,0,.12)}.lp-risk-card p{display:flex;align-items:center;gap:5px;margin:0 0 6px;color:var(--lp-amber-dark);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:left}.lp-risk-card strong{display:block;color:var(--lp-text);font-size:15px;font-weight:600;line-height:1.25}.lp-risk-card small{display:block;margin-top:5px;color:var(--lp-muted);font-size:13px;line-height:1.35}.lp-risk-card.critical{border-left-color:var(--lp-red);background:#FEF2F2}.lp-risk-card.critical p{color:var(--lp-red-dark)}.lp-risk-card-1{top:12%;right:7%;transform:rotate(-1deg)}.lp-risk-card-2{top:40%;left:7%;transform:rotate(.5deg)}.lp-risk-card-3{top:66%;right:8%;transform:rotate(-.5deg)}.lp-mockup-progress{flex:0 0 3px;height:3px;background:rgba(13,51,48,.2)}.lp-mockup-progress span{display:block;width:100%;height:100%;background:var(--lp-amber)}.lp-mockup-bottom{flex:0 0 auto;display:flex;justify-content:space-between;gap:16px;padding:12px 20px;background:var(--lp-teal);color:var(--lp-white);font-size:14px;font-weight:500}.lp-mockup-bottom strong{color:var(--lp-amber);font-size:19px;font-weight:600}.lp-trust-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:none;overflow:visible;border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);background:var(--lp-offwhite)}.lp-trust-stat{min-height:136px;padding:48px 24px 32px;display:grid;justify-items:center;align-content:center;gap:6px;text-align:center;border-right:1px solid var(--lp-border)}.lp-trust-stat:last-child{border-right:0}.lp-trust-stat svg{color:var(--lp-teal);overflow:visible}.lp-trust-stat strong{font-family:var(--lp-serif);color:var(--lp-text);font-size:36px;font-weight:600;line-height:1}.lp-trust-stat span{color:var(--lp-muted);font-size:15px;line-height:1.45}.lp-problem-ed{padding:96px 0;background:var(--lp-white)}.lp-problem-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(48px,7vw,92px);align-items:center}.lp-amber-rule{width:280px;max-width:100%;height:2px;margin-top:16px;background:var(--lp-amber-dark)}.lp-problem-stat{margin-top:28px;max-width:280px}.lp-problem-stat strong{display:block;color:var(--lp-teal);font-family:var(--lp-serif);font-size:56px;font-weight:600;line-height:1}.lp-problem-stat span{display:block;max-width:200px;margin-top:8px;color:var(--lp-muted);font-size:16px;line-height:1.45}.lp .lp-audience-ed-intro h2,.lp .lp-pricing-ed-intro h2,.lp .lp-problem-copy h2{max-width:600px;margin-top:28px;color:var(--lp-text);font-family:var(--lp-serif);font-size:clamp(48px,3.9vw,58px);font-weight:600!important;line-height:1.12;text-align:left}.lp .lp-problem-copy h2{max-width:560px;font-size:clamp(46px,3.5vw,54px)}.lp .lp-problem-copy p{margin-top:20px;color:var(--lp-body);font-size:clamp(18px,1.25vw,20px);line-height:1.7;text-align:left}.lp-icon-list{margin-top:24px;display:flex;flex-direction:column;gap:14px}.lp-icon-list div{display:flex;align-items:center;gap:12px;color:#1A1A1A;font-size:clamp(17px,1.12vw,18px);line-height:1.45}.lp-icon-list svg{flex:0 0 auto;color:var(--lp-amber-dark)}.lp-house-diagram{position:relative;min-height:360px}.lp-house-svg{width:min(100%,420px);margin:28px auto;display:block}.lp-house-connectors{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.lp-house-badge{position:absolute;z-index:2;padding:6px 10px;border-radius:6px;background:#FFFBEB;border:1px solid var(--lp-amber);box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .15s ease,box-shadow .15s ease}.lp-house-badge:hover{transform:scale(1.03);box-shadow:0 8px 18px rgba(0,0,0,.12)}.lp-house-badge span{display:block;color:var(--lp-amber-dark);font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.2}.lp-house-badge strong{display:block;margin-top:3px;color:var(--lp-text);font-size:13px;font-weight:600;line-height:1.25}.lp-house-badge.flood{right:0;top:45%;background:#FEF2F2;border-color:#FCA5A5}.lp-house-badge.flood span{color:var(--lp-red-dark)}.lp-house-badge.roof{right:8%;top:0}.lp-house-badge.consent{left:0;bottom:18px}.lp-hidden-risks{padding:96px 0;background:var(--lp-offwhite)}.lp-hidden-intro{max-width:760px;margin-bottom:48px;text-align:center}.lp .lp-hidden-intro h2{margin-top:18px;color:var(--lp-text);font-family:var(--lp-serif);font-size:clamp(44px,3.7vw,54px);font-weight:600!important;line-height:1.12;text-align:center}.lp .lp-hidden-intro p{max-width:640px;margin:16px auto 0;color:var(--lp-muted);font-size:clamp(18px,1.2vw,20px);line-height:1.65;text-align:center}.lp-hidden-grid{display:grid;grid-template-columns:45fr 55fr;gap:clamp(36px,6vw,76px);align-items:start}.lp-risk-accordion{display:flex;flex-direction:column}.lp-risk-accordion-row{width:100%;display:flex;gap:0;padding:28px 0;border:0;border-bottom:1px solid var(--lp-border);background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease,padding .15s ease,border-color .15s ease}.lp-risk-accordion-row:not(.active):hover{background:rgba(0,0,0,.02)}.lp-risk-accordion-row.active{padding-left:20px;border-left:3px solid var(--lp-teal);background:var(--lp-white)}.lp-risk-number{width:80px;flex:0 0 80px;color:#C49A3C;font-family:var(--lp-serif);font-size:52px;font-weight:400;line-height:.95}.lp-risk-copy{display:block;min-width:0;padding-right:18px}.lp-risk-copy strong{display:block;color:var(--lp-muted);font-family:var(--lp-serif);font-size:clamp(23px,1.7vw,27px);font-weight:500;line-height:1.2}.lp-risk-copy strong:after{content:" →";opacity:0;transition:opacity .15s ease}.lp-risk-accordion-row:not(.active):hover .lp-risk-copy strong:after{opacity:1}.lp-risk-accordion-row.active .lp-risk-number{color:var(--lp-amber)}.lp-risk-accordion-row.active .lp-risk-copy strong{color:var(--lp-text)}.lp-risk-accordion-row.active .lp-risk-copy strong:after{content:""}.lp-risk-description{display:block;max-height:0;overflow:hidden;color:var(--lp-muted);font-size:clamp(17px,1.15vw,18px);line-height:1.6;transition:max-height .25s ease,margin .25s ease}.lp-risk-accordion-row.active .lp-risk-description{max-height:140px;margin-top:12px}.lp-risk-panel-wrap{position:sticky;top:112px}.lp-risk-panel{min-height:280px;padding:32px;border:1px solid var(--lp-border);border-radius:12px;background:var(--lp-white);opacity:0;transform:translateY(8px);animation:lp-panel-in .2s ease forwards}.lp .lp-risk-panel h3{color:var(--lp-text);font-family:var(--lp-serif);font-size:22px;font-weight:600;text-align:left}.lp-boundary-panel,.lp-map-panel,.lp-moisture-panel{position:relative;width:min(100%,320px);margin:28px auto 0}.lp-boundary-panel svg,.lp-map-panel svg,.lp-moisture-panel svg{width:100%;display:block}.lp-pulse-dot{position:absolute;left:54%;top:46%;width:10px;height:10px;border-radius:50%;background:#2563EB;animation:lp-blue-pulse 2s infinite}.lp-map-panel span{position:absolute;left:20%;bottom:6px;color:#1D4ED8;font-size:14px;font-weight:600}.lp-timeline{position:relative;margin-top:28px;padding-left:16px}.lp-timeline:before{content:"";position:absolute;left:19px;top:8px;bottom:44px;width:1px;background:var(--lp-border)}.lp-timeline-row{position:relative;display:flex;align-items:center;gap:14px;margin-bottom:28px}.lp-timeline-row span{width:8px;height:8px;border-radius:50%;background:var(--lp-teal);z-index:1}.lp-timeline-row.flagged span{background:var(--lp-red)}.lp .lp-timeline-row p{color:var(--lp-body);font-size:15px;line-height:1.4;text-align:left}.lp-timeline strong{display:inline-block;margin-left:22px;padding:8px 12px;border-radius:6px;background:#FEF2F2;color:var(--lp-red);font-size:15px;font-weight:600}.lp-boundary-panel span{position:absolute;right:6px;top:28px;padding:3px 6px;border-radius:4px;background:var(--lp-white);color:var(--lp-amber-dark);font-size:13px;font-weight:600}.lp-moisture-panel{display:grid;grid-template-columns:1fr 76px;align-items:center;gap:20px}.lp-moisture-bar{position:relative;width:20px;height:120px;border-radius:10px;background:linear-gradient(0deg,#16A34A,#D97706,#DC2626)}.lp-moisture-bar span{position:absolute;right:28px;top:36px;width:44px;height:1px;background:var(--lp-amber-dark)}.lp-moisture-bar span:before{content:"";position:absolute;left:-2px;top:-4px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:7px solid var(--lp-amber-dark)}.lp-moisture-panel strong{grid-column:1/-1;color:var(--lp-amber-dark);font-size:14px;font-weight:600;text-align:center}.lp-mobile-panel{display:none}.lp-workflow-ed{padding:96px 0;background:var(--lp-teal)}.lp-workflow-ed-header{text-align:center}.lp .lp-workflow-ed-header h2{margin-top:18px;color:var(--lp-white);font-family:var(--lp-serif);font-size:clamp(48px,4vw,60px);font-weight:600!important;line-height:1.12;text-align:center}.lp-steps-ed{position:relative;margin-top:64px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16)}.lp-step-connector{display:none}.lp-step-ed{position:relative;z-index:1;padding:40px 24px;border-top:0;border-right:0}.lp-step-ed svg{margin-bottom:16px}.lp-step-ed span,.lp-step-ed svg{display:block;color:var(--lp-amber)}.lp-step-ed span{margin-bottom:20px;font-family:var(--lp-serif);font-size:64px;font-weight:400;line-height:1}.lp .lp-step-ed h3{margin-bottom:12px;color:var(--lp-white);font-family:var(--lp-serif);font-size:24px;font-weight:500;line-height:1.2;text-align:left}.lp .lp-step-ed p{color:rgba(255,255,255,.75);font-size:clamp(16px,1.05vw,18px);line-height:1.7;text-align:left}.lp .lp-workflow-ed-tagline{max-width:600px;margin:48px auto 0;padding:0;border:0;color:rgba(255,255,255,.6);font-family:var(--lp-serif);font-size:clamp(22px,1.7vw,26px);font-style:italic;line-height:1.45;text-align:center}.lp-audience-ed{padding:96px 0;background:var(--lp-offwhite)}.lp-audience-ed-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border:0}.lp-audience-card{padding:36px;border:1px solid var(--lp-border);border-radius:12px;background:var(--lp-white);transition:border-color .15s ease,box-shadow .15s ease}.lp-audience-card:hover{border-color:var(--lp-teal);box-shadow:0 10px 30px rgba(13,51,48,.1)}.lp-audience-badge{display:inline-flex;margin-bottom:24px;padding:4px 10px;border-radius:4px;color:var(--lp-white);font-size:10px;font-weight:700;letter-spacing:.08em}.lp-audience-badge.teal{background:var(--lp-teal)}.lp-audience-badge.amber{background:var(--lp-amber-dark)}.lp-audience-badge.black{background:var(--lp-text)}.lp-persona hr{height:1px;margin:20px 0;border:0;background:var(--lp-border)}.lp .lp-persona h3{color:var(--lp-text);font-family:var(--lp-serif);font-size:22px;font-weight:600;line-height:1.25;text-align:left}.lp .lp-persona p{margin-top:8px;color:var(--lp-muted);font-size:16px;line-height:1.5;text-align:left}.lp-social-proof{padding:96px 0;background:var(--lp-white)}.lp-social-inner{max-width:960px;margin:0 auto;padding:0 var(--lp-gutter);text-align:center}.lp .lp-social-inner h2{margin-top:18px;color:var(--lp-text);font-family:var(--lp-serif);font-size:clamp(42px,3.4vw,52px);font-weight:600!important;line-height:1.15;text-align:center}.lp-testimonial-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-testimonial-card{padding:32px;border:1px solid var(--lp-border);border-radius:12px;background:var(--lp-offwhite);text-align:left}.lp-stars{color:var(--lp-amber);font-size:16px;letter-spacing:0}.lp .lp-testimonial-card p{margin:16px 0;color:var(--lp-body);font-size:17px;font-style:italic;line-height:1.65;text-align:left}.lp .lp-testimonial-card p:before{content:"“"}.lp .lp-testimonial-card p:after{content:"”"}.lp-attribution{display:flex;align-items:center;gap:12px}.lp-attribution>span{width:36px;height:36px;flex:0 0 36px;display:inline-grid;place-items:center;border-radius:50%;background:var(--lp-teal);color:var(--lp-white);font-family:var(--lp-serif);font-size:16px}.lp-attribution small,.lp-attribution strong{display:block;line-height:1.35}.lp-attribution strong{color:var(--lp-text);font-size:16px;font-weight:600}.lp-attribution small{color:var(--lp-soft-muted);font-size:14px}.lp .lp-social-note{margin-top:28px;color:var(--lp-muted);font-size:16px;text-align:center}.lp-pricing-ed{padding:96px 0;background:var(--lp-offwhite)}.lp .lp-pricing-ed-intro p{margin-top:14px;color:var(--lp-muted);font-size:18px;line-height:1.6;text-align:center}.lp .lp-pricing-ed-intro{text-align:center}.lp .lp-pricing-ed-intro h2{margin-right:auto;margin-left:auto;text-align:center}.lp-pricing-ed-grid{margin-top:72px;display:grid;grid-template-columns:minmax(0,.93fr) minmax(0,1fr) minmax(0,.93fr);gap:34px;align-items:center}.lp-price-ed-card{position:relative;display:flex;min-height:438px;flex-direction:column;padding:58px 32px 40px;border:1px solid var(--lp-border);border-radius:12px;background:var(--lp-white);box-shadow:0 1px 0 rgba(15,15,15,.02)}.lp-price-ed-card.featured{min-height:540px;padding:64px 48px 40px;border:2px solid var(--lp-teal);transform:translateY(-18px);box-shadow:0 28px 76px rgba(13,51,48,.14)}.lp-price-ed-badge{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px 28px;border-radius:0 0 5px 5px;background:var(--lp-teal);color:var(--lp-white);font-size:10px;font-weight:700!important;letter-spacing:.18em;white-space:nowrap}.lp .lp-price-ed-name{margin:0 0 8px;color:var(--lp-muted);font-size:clamp(18px,1.4vw,22px);font-weight:700!important;letter-spacing:.16em;line-height:1.2;text-align:center}.lp .lp-price-ed-card:nth-child(3) .lp-price-ed-name{color:var(--lp-muted)}.lp .lp-price-ed-tagline{margin:0 0 8px;color:var(--lp-muted);font-size:clamp(18px,1.25vw,20px);font-style:italic;line-height:1.5;text-align:center}.lp-price-ed-amount{color:var(--lp-text);font-family:var(--lp-serif);font-size:clamp(76px,6vw,96px);font-weight:600!important;line-height:1;text-align:center}.lp-price-ed-card.featured .lp-price-ed-amount{color:var(--lp-teal);font-size:clamp(88px,6.7vw,110px)}.lp .lp-price-ed-sub{margin-top:10px;color:var(--lp-muted);font-size:19px;line-height:1.4;text-align:center}.lp .lp-price-ed-saving{display:block;width:auto;margin:10px auto 0;padding:0;border-radius:0;background:transparent;color:var(--lp-muted);font-size:18px;font-weight:700;line-height:1.55;text-align:center}.lp-price-divider{height:1px;margin:36px 0 28px;background:var(--lp-border)}.lp-price-ed-features{flex:1;display:flex;flex-direction:column;gap:18px;margin:0 0 34px;padding:0;list-style:none}.lp-price-ed-features li{display:flex;align-items:center;gap:14px;color:#2D2D2D;font-size:clamp(16px,1.05vw,18px);line-height:1.5}.lp-price-ed-features svg{width:14px;height:14px;flex:0 0 14px;color:#2F9A63}.lp .lp-price-ed-cta{width:100%;margin-top:auto;padding:17px 14px;border:0;border-radius:5px;background:var(--lp-offwhite);color:#4B5563;font-size:17px;font-weight:600!important}.lp .lp-price-ed-cta:hover{background:#F1EFEC}.lp-price-ed-card.featured .lp-price-ed-cta{padding:17px 14px;border-color:transparent;background:var(--lp-teal);color:var(--lp-white)}.lp-price-ed-card.featured .lp-price-ed-cta:hover{background:var(--lp-teal-hover);transform:translateY(-1px);box-shadow:0 8px 18px rgba(13,51,48,.22)}.lp .lp-pricing-ed-trust{margin-top:-4px;color:var(--lp-muted);font-size:19px;text-align:center}.lp-cta-band{padding:120px 0;background:var(--lp-teal);text-align:center}.lp-cta-band-inner{max-width:760px;margin:0 auto;padding:0 var(--lp-gutter);display:flex;flex-direction:column;align-items:center}.lp-cta-band-inner .lp-label{margin-bottom:24px}.lp .lp-cta-band-inner h2{max-width:720px;margin:0 auto;color:var(--lp-white);font-family:var(--lp-serif);font-size:clamp(56px,4.6vw,72px);font-weight:600!important;line-height:1.1;text-align:center}.lp .lp-cta-band-inner>p:first-of-type{max-width:620px;margin:20px 0 40px;color:rgba(255,255,255,.7);font-size:clamp(20px,1.35vw,22px);line-height:1.6;text-align:center}.lp .lp-cta-band-trust{margin-top:16px;color:rgba(255,255,255,.85);font-size:16px;line-height:1.4;text-align:center}.lp-trust-badges{margin-top:28px;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.lp-trust-badges span{color:rgba(255,255,255,.6);font-size:14px;line-height:1.4}@keyframes lp-home-fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-blue-pulse{0%{box-shadow:0 0 0 0 rgba(37,99,235,.4)}70%{box-shadow:0 0 0 10px rgba(37,99,235,0)}to{box-shadow:0 0 0 0 rgba(37,99,235,0)}}@media (max-width:1024px){.lp-hero-ed-inner,.lp-hidden-grid,.lp-problem-grid{grid-template-columns:1fr}.lp .lp-hero-ed-h1{font-size:clamp(58px,9vw,76px)}.lp-product-mockup{margin:0 auto;max-height:none}.lp-risk-panel-wrap{display:none}.lp-hidden-grid{gap:0}.lp-mobile-panel{display:block;margin-top:18px}.lp-audience-ed-grid,.lp-pricing-ed-grid,.lp-steps-ed,.lp-testimonial-grid{grid-template-columns:1fr}.lp-steps-ed{border-top:0}.lp-step-ed{border-bottom:1px solid rgba(255,255,255,.16)}.lp-pricing-ed-grid{width:min(100%,560px);margin-right:auto;margin-left:auto}.lp-step-connector{display:none}.lp-price-ed-card.featured{transform:none}}@media (max-width:640px){.lp .lp-nav-cta{display:none}.lp-hero-ed-inner{min-height:0;padding:44px var(--lp-gutter) 64px}.lp .lp-hero-ed-h1{font-size:clamp(50px,13vw,62px)}.lp .lp-hero-ed-sub{font-size:17px}.lp-hero-ed-cta-row{align-items:stretch}.lp .lp-btn-amber,.lp .lp-btn-ghost,.lp .lp-btn-primary{width:100%}.lp-mockup-body{min-height:0;padding:16px}.lp-product-mockup{display:flex;flex-direction:column;width:100%;max-width:100%;margin:12px auto 0}.lp-mockup-topbar{justify-content:flex-start;padding-left:76px;padding-right:14px}.lp-mockup-topbar>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-mockup-lines-svg{display:none}.lp-risk-card{display:block;width:58%;padding:8px 10px}.lp-risk-card p{font-size:10px}.lp-risk-card strong{font-size:14px}.lp-risk-card small{font-size:12px}.lp-risk-card-1{top:8%;right:10px}.lp-risk-card-2{top:35%;left:10px}.lp-risk-card-3{top:68%;right:10px;bottom:auto}.lp-mockup-bottom{flex-direction:column;gap:4px}.lp-mockup-bottom strong{font-size:18px;line-height:1.15}.lp-trust-stats{grid-template-columns:1fr}.lp-trust-stat{border-right:0;border-bottom:1px solid var(--lp-border)}.lp-trust-stat:last-child{border-bottom:0}.lp-audience-ed,.lp-hidden-risks,.lp-pricing-ed,.lp-problem-ed,.lp-social-proof,.lp-workflow-ed{padding:72px 0}.lp .lp-audience-ed-intro h2,.lp .lp-hidden-intro h2,.lp .lp-pricing-ed-intro h2,.lp .lp-problem-copy h2,.lp .lp-social-inner h2,.lp .lp-workflow-ed-header h2{font-size:38px}.lp .lp-hidden-intro p,.lp .lp-pricing-ed-intro p,.lp .lp-problem-copy p,.lp .lp-testimonial-card p,.lp-price-ed-features li{font-size:16px}.lp .lp-persona p,.lp .lp-step-ed p,.lp-icon-list div{font-size:15px}.lp-risk-copy strong{font-size:22px}.lp-risk-description{font-size:15px}.lp-price-ed-amount,.lp-price-ed-card.featured .lp-price-ed-amount{font-size:68px}.lp .lp-price-ed-name{font-size:18px}.lp .lp-price-ed-saving,.lp .lp-price-ed-sub,.lp .lp-pricing-ed-trust{font-size:16px}.lp-house-diagram{min-height:430px}.lp-house-badge.roof{right:0}.lp-house-badge.flood{right:0;top:50%}.lp-house-badge.consent{left:0;bottom:42px}.lp-risk-number{width:58px;flex-basis:58px;font-size:42px}.lp-risk-accordion-row.active{padding-left:14px}.lp-risk-panel{padding:24px}.lp-step-ed{padding:32px 0}.lp-audience-card,.lp-price-ed-card,.lp-testimonial-card{padding:28px 24px}.lp .lp-cta-band-inner h2{font-size:42px}.lp-trust-badges{flex-direction:column;gap:10px}}