.lp-page{--lp-background:hsl(var(--background));--lp-foreground:hsl(var(--foreground));--lp-card:hsl(var(--card));--lp-muted:hsl(var(--muted));--lp-muted-foreground:hsl(var(--muted-foreground));--lp-primary:hsl(var(--primary));--lp-primary-foreground:hsl(var(--primary-foreground));--lp-border:hsl(var(--border));--lp-ring:hsl(var(--ring));background:var(--lp-background);min-height:100vh;color:var(--lp-foreground);font-family:var(--font-geist-sans), system-ui, sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5;overflow:hidden}.lp-page *,.lp-page :before,.lp-page :after{box-sizing:border-box}.lp-container{width:min(1180px,100% - 48px);margin:0 auto}.lp-page :focus-visible{outline:2px solid var(--lp-ring);outline-offset:3px;border-radius:4px}.lp-skip{z-index:20;background:var(--lp-primary);color:var(--lp-primary-foreground);border-radius:6px;padding:10px 14px;text-decoration:none;position:absolute;top:-80px;left:20px}.lp-skip:focus{top:20px}.lp-test-banner{border-bottom:1px solid var(--lp-border);color:#64748b;background:#f8fafc;font-size:12px}.lp-test-banner-inner{justify-content:space-between;align-items:center;gap:16px;padding:8px 0;display:flex}.lp-test-banner strong{color:#334155;font-weight:600}.lp-test-banner-inner>span:last-child{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.08em;font-size:10px}.lp-header{z-index:5;border-bottom:1px solid var(--lp-border);background:#ffffffeb;position:relative}.lp-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;display:flex}.lp-brand,.lp-footer-brand{color:var(--lp-primary);letter-spacing:-.045em;font-size:25px;font-weight:750;text-decoration:none}.lp-brand span,.lp-footer-brand span{color:var(--lp-foreground)}.lp-nav{align-items:center;gap:16px;display:flex}.lp-nav-link,.lp-footer a{color:var(--lp-muted-foreground);font-size:14px;text-decoration:none;transition:color .16s}.lp-nav-link:hover,.lp-footer a:hover{color:var(--lp-primary)}.lp-nav-button{border:1px solid var(--lp-primary);background:var(--lp-primary);min-height:38px;color:var(--lp-primary-foreground);border-radius:8px;align-items:center;padding:8px 15px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex}.lp-nav-button:hover{transform:translateY(-1px);box-shadow:0 5px 14px #3b82f638}.lp-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);align-items:center;gap:clamp(48px,8vw,108px);min-height:610px;padding-top:78px;padding-bottom:88px;display:grid;position:relative}.lp-hero:before{content:"";opacity:.75;pointer-events:none;background:#eff6ff;border-radius:50%;width:430px;height:430px;position:absolute;top:36px;right:-120px}.lp-hero-copy,.lp-hero-visual{z-index:1;position:relative}.lp-kicker{color:var(--lp-primary);letter-spacing:.02em;margin:0 0 16px;font-size:13px;font-weight:650}.lp-hero h1,.lp-section-heading h2,.lp-trust-copy h2,.lp-price-card h2,.lp-final-section h2,.lp-route-head h2{color:var(--lp-foreground);letter-spacing:-.045em;text-wrap:balance;margin:0;font-weight:750;line-height:1.04}.lp-hero h1{max-width:700px;font-size:clamp(44px,6vw,72px)}.lp-hero h1 span{color:var(--lp-primary)}.lp-hero-lede{max-width:600px;color:var(--lp-muted-foreground);margin:24px 0 0;font-size:19px;line-height:1.6}.lp-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.lp-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:12px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:background .17s,border-color .17s,box-shadow .17s,color .17s,transform .17s;display:inline-flex}.lp-button:hover{transform:translateY(-2px)}.lp-button svg{transition:transform .17s}.lp-button:hover svg{transform:translate(3px)}.lp-button--primary{background:var(--lp-primary);color:var(--lp-primary-foreground)}.lp-button--primary:hover{box-shadow:0 9px 22px #3b82f633}.lp-button--secondary{border-color:var(--lp-border);background:var(--lp-card);color:var(--lp-foreground)}.lp-button--secondary:hover{background:#f8fbff;border-color:#bfdbfe}.lp-button--large{text-align:left;min-height:52px;padding-inline:21px}.lp-hero-note{color:var(--lp-muted-foreground);align-items:center;gap:7px;margin:16px 0 0;font-size:13px;display:flex}.lp-hero-note svg,.lp-route-foot-icon,.lp-trust-icon{color:var(--lp-primary)}.lp-hero-visual{--lp-pointer-x:0px;--lp-pointer-y:0px;--lp-pointer-rotate:0deg;justify-self:end;width:min(100%,470px)}.lp-visual-orb{will-change:transform;pointer-events:none;border-radius:50%;transition:transform .22s cubic-bezier(.2,.8,.2,1);position:absolute}.lp-visual-orb--one{opacity:.8;border:12px solid #dbeafe;width:95px;height:95px;top:-25px;right:-25px}.lp-visual-orb--two{opacity:.8;background:#fef3c7;width:54px;height:54px;bottom:28px;left:-28px}.lp-visual-orb--one{transform:translate3d(calc(var(--lp-pointer-x) * .72), calc(var(--lp-pointer-y) * .66), 0) rotate(var(--lp-pointer-rotate))}.lp-visual-orb--two{transform:translate3d(calc(var(--lp-pointer-x) * -1.18), calc(var(--lp-pointer-y) * -.9), 0) rotate(calc(var(--lp-pointer-rotate) * -1.35))}.lp-route-card{z-index:1;will-change:transform;transform:translate3d(calc(var(--lp-pointer-x) * .38), calc(var(--lp-pointer-y) * .3), 0) rotate(calc(var(--lp-pointer-rotate) * .32));background:#fffffff5;border:1px solid #dbe3ef;border-radius:18px;padding:25px;animation:.56s cubic-bezier(.2,.8,.2,1) 80ms both lp-route-card-in;position:relative;box-shadow:0 18px 48px #0f172a1a,0 2px 5px #0f172a0a}.lp-route-head{border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.lp-route-label{color:#64748b;letter-spacing:.1em;font-size:10px;font-weight:700}.lp-route-head h2{margin-top:6px;font-size:24px}.lp-route-count{color:#2563eb;background:#eff6ff;border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:650}.lp-route-list{gap:9px;padding:18px 0;display:grid}.lp-route-item{border:1px solid #0000;border-radius:10px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:50px;padding:7px 9px;transition:background .16s,border-color .16s,transform .16s;display:grid}.lp-route-item:hover{background:#f8fbff;border-color:#dbeafe;transform:translate(3px)}.lp-route-icon{color:#2563eb;background:#eff6ff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.lp-route-item-title{color:#334155;font-size:14px;font-weight:550}.lp-route-item-number{color:#94a3b8;font-family:var(--font-geist-mono), ui-monospace, monospace;font-size:10px}.lp-route-foot{color:#64748b;border-top:1px solid #e8edf4;align-items:center;gap:8px;padding-top:16px;font-size:12px;line-height:1.45;display:flex}.lp-visual-caption{z-index:1;color:#64748b;text-align:right;max-width:280px;margin:14px 0 0 auto;font-size:13px;position:relative}.lp-process-section{border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);background:#f8fafc;padding:90px 0 98px}.lp-section-heading{max-width:640px}.lp-section-heading h2,.lp-trust-copy h2,.lp-price-card h2,.lp-final-section h2{font-size:clamp(32px,4vw,48px)}.lp-section-heading>p:last-child,.lp-trust-copy>div>p:last-child,.lp-price-card>div>p:last-child,.lp-final-section p:last-child{color:var(--lp-muted-foreground);margin:17px 0 0;font-size:17px;line-height:1.6}.lp-step-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:44px;display:grid}.lp-step-card{border:1px solid var(--lp-border);background:var(--lp-card);border-radius:14px;flex-direction:column;min-height:285px;padding:23px 21px 20px;transition:border-color .17s,box-shadow .17s,transform .17s;animation:.46s both lp-card-in;display:flex;position:relative;box-shadow:0 3px 10px #0f172a09}.lp-step-card:nth-child(2){animation-delay:70ms}.lp-step-card:nth-child(3){animation-delay:.14s}.lp-step-card:nth-child(4){animation-delay:.21s}.lp-step-card:hover{border-color:#bfdbfe;transform:translateY(-4px);box-shadow:0 12px 25px #0f172a14}.lp-step-icon{color:#2563eb;background:#eff6ff;border-radius:12px;place-items:center;width:45px;height:45px;display:grid}.lp-step-card h3{color:var(--lp-foreground);letter-spacing:-.02em;margin:21px 0 10px;font-size:18px;font-weight:700;line-height:1.25}.lp-step-card p{color:var(--lp-muted-foreground);margin:0;font-size:14px;line-height:1.55}.lp-step-arrow{color:#94a3b8;place-items:center;width:28px;height:28px;margin-top:auto;transition:color .17s,transform .17s;display:grid}.lp-step-card:hover .lp-step-arrow{color:var(--lp-primary);transform:translate(3px)}.lp-objectives-section{border-bottom:1px solid var(--lp-border);padding:92px 0}.lp-objectives-layout{grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);align-items:center;gap:76px;display:grid}.lp-objectives-heading .lp-button{margin-top:28px}.lp-objectives-list{border:1px solid var(--lp-border);background:var(--lp-card);border-radius:14px;overflow:hidden}.lp-objectives-list article{grid-template-columns:34px minmax(0,1fr);gap:14px;padding:22px 24px;display:grid}.lp-objectives-list article+article{border-top:1px solid var(--lp-border)}.lp-objective-number{color:var(--lp-primary);font-family:var(--font-geist-mono), ui-monospace, monospace;font-size:11px}.lp-objectives-list h3{color:var(--lp-foreground);letter-spacing:-.02em;margin:0;font-size:17px;font-weight:700;line-height:1.3}.lp-objectives-list p{color:var(--lp-muted-foreground);margin:6px 0 0;font-size:14px;line-height:1.55}.lp-example-section{border-bottom:1px solid var(--lp-border);background:#f8fafc;padding:92px 0}.lp-example-layout{grid-template-columns:minmax(0,.76fr) minmax(390px,1.24fr);align-items:center;gap:74px;display:grid}.lp-example-card{background:var(--lp-card);border:1px solid #dbe3ef;border-radius:16px;padding:25px;box-shadow:0 12px 30px #0f172a0f}.lp-example-card-head{border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.lp-example-card h3{max-width:390px;color:var(--lp-foreground);letter-spacing:-.025em;margin:7px 0 0;font-size:21px;font-weight:700;line-height:1.25}.lp-example-level{color:#2563eb;white-space:nowrap;background:#eff6ff;border-radius:999px;flex:none;padding:6px 10px;font-size:12px;font-weight:650}.lp-example-skills{gap:12px;padding-top:20px;display:grid}.lp-example-skill{border:1px solid var(--lp-border);background:#fbfdff;border-radius:10px;padding:14px 15px}.lp-example-skill-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lp-example-skill-head span{color:var(--lp-foreground);font-size:14px;font-weight:650;line-height:1.35}.lp-example-skill-head strong{color:#2563eb;white-space:nowrap;flex:none;font-size:12px}.lp-example-skill p{color:var(--lp-muted-foreground);margin:7px 0 0;font-size:13px;line-height:1.5}.lp-example-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-top:20px;display:grid}.lp-example-columns>div+div{border-left:1px solid var(--lp-border);padding-left:20px}.lp-example-columns span{color:var(--lp-primary);font-size:12px;font-weight:700}.lp-example-columns p{color:var(--lp-muted-foreground);margin:7px 0 0;font-size:14px;line-height:1.55}.lp-trust-section{padding:92px 0}.lp-trust-layout{grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr);align-items:center;gap:74px;display:grid}.lp-trust-copy{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:20px;display:grid}.lp-trust-icon,.lp-price-icon{background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.lp-trust-copy strong{color:var(--lp-foreground)}.lp-trust-points{border:1px solid var(--lp-border);background:var(--lp-card);border-radius:14px;gap:0;display:grid;overflow:hidden}.lp-trust-points>div{grid-template-columns:32px minmax(0,1fr);column-gap:12px;padding:18px 20px;display:grid}.lp-trust-points>div+div{border-top:1px solid var(--lp-border)}.lp-trust-points span{color:var(--lp-primary);font-family:var(--font-geist-mono), ui-monospace, monospace;grid-row:span 2;font-size:11px}.lp-trust-points strong{font-size:14px}.lp-trust-points p{color:var(--lp-muted-foreground);margin:3px 0 0;font-size:13px}.lp-price-section{padding-top:0;padding-bottom:92px}.lp-price-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:26px 28px;display:grid}.lp-price-icon{color:#2563eb;background:#dbeafe;border-color:#93c5fd}.lp-price-card .lp-kicker{margin-bottom:8px}.lp-price-card h2{font-size:clamp(28px,3.2vw,40px)}.lp-price-card>div>p:last-child{max-width:650px;margin-top:10px}.lp-price-tag{color:#2563eb;white-space:nowrap;background:#ffffffbf;border:1px solid #bfdbfe;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:650}.lp-final-section{border-top:1px solid var(--lp-border);background:#f8fafc;padding:82px 0}.lp-final-layout{justify-content:space-between;align-items:center;gap:48px;display:flex}.lp-final-layout>div{max-width:640px}.lp-final-actions{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.lp-final-note{color:var(--lp-muted-foreground);margin:0!important;font-size:13px!important;line-height:1.5!important}.lp-final-note a{color:var(--lp-primary);font-weight:650;text-decoration:none}.lp-final-note a:hover{text-decoration:underline}.lp-final-section h2{font-size:clamp(32px,4vw,48px)}.lp-footer{border-top:1px solid var(--lp-border);background:#fff}.lp-footer-inner{min-height:78px;color:var(--lp-muted-foreground);justify-content:space-between;align-items:center;gap:16px 24px;font-size:12px;display:flex}.lp-footer-nav{flex-wrap:wrap;justify-content:center;gap:8px 16px;display:flex}.lp-footer-brand{font-size:18px}@keyframes lp-route-card-in{0%{opacity:0}to{opacity:1}}@keyframes lp-card-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.lp-hero{grid-template-columns:1fr;gap:58px;min-height:0}.lp-hero-visual{justify-self:center}.lp-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-trust-layout{gap:42px}.lp-objectives-layout,.lp-example-layout{grid-template-columns:1fr;gap:42px}}@media (max-width:760px){.lp-container{width:min(100% - 36px,600px)}.lp-header-inner{min-height:68px}.lp-hero{padding-top:58px;padding-bottom:68px}.lp-hero h1{font-size:clamp(42px,11vw,60px)}.lp-hero-lede{font-size:17px}.lp-process-section,.lp-trust-section,.lp-objectives-section,.lp-example-section{padding-top:68px;padding-bottom:72px}.lp-step-grid,.lp-trust-layout{grid-template-columns:1fr}.lp-step-card{min-height:0}.lp-trust-copy{grid-template-columns:1fr}.lp-example-columns{grid-template-columns:1fr;gap:18px}.lp-example-columns>div+div{border-top:1px solid var(--lp-border);border-left:0;padding-top:18px;padding-left:0}.lp-price-card{grid-template-columns:auto minmax(0,1fr);padding:22px}.lp-price-tag{grid-column:1/-1;justify-self:start}.lp-final-layout,.lp-footer-inner,.lp-test-banner-inner{flex-direction:column;align-items:flex-start}.lp-final-layout{gap:28px}.lp-final-section{padding:68px 0}.lp-footer-inner{justify-content:center;padding-top:20px;padding-bottom:20px}}@media (max-width:480px){.lp-container{width:min(100% - 28px,600px)}.lp-nav{gap:10px}.lp-nav-button{padding-inline:12px}.lp-hero-visual{width:100%}.lp-route-card{padding:19px 15px}.lp-route-head h2{font-size:21px}.lp-route-item{grid-template-columns:34px minmax(0,1fr)}.lp-route-item-number{display:none}.lp-price-card{grid-template-columns:1fr}.lp-example-card{padding:19px 15px}.lp-example-card-head{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){.lp-page *,.lp-page :before,.lp-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.lp-visual-orb--one,.lp-visual-orb--two,.lp-route-card{transform:none!important}}
