:root{--bg:#f6f8fb;--surf:#ffffff;--surf2:#eef3f7;--surf3:#d9e3ec;--fg:#111827;--fg2:#4b5565;--fg3:#8a94a6;--line:#dce4ed;--ac:#0f766e;--ac2:#115e59;--pos:#15803d;--neg:#dc2626;--warn:#c2410c;--ink:#0b1220;--violet:#4f46e5;--sky:#0ea5e9;--shadow:0 1px 2px rgba(15,23,42,0.04),0 8px 24px rgba(15,23,42,0.06);--shadow-md:0 10px 30px rgba(15,23,42,0.10);--ac-soft:rgba(15,118,110,0.10);--wr-radius-card:8px;--wr-radius-control:8px;--wr-control-h:40px;--wr-control-h-sm:34px;--wr-card-pad:16px;--wr-section-gap:16px;--wr-page-header-gap:16px;--wr-page-pad:24px;--wr-font-label:12px;--wr-font-meta:11px;--wr-font-body:13px;--wr-font-title:22px;--wr-font-panel-title:16px;--wr-font-kpi:20px;--wr-weight-title:720;--wr-weight-label:650;--wr-kpi-card-h:130px;--wr-kpi-card-h-visual:160px;--wr-kpi-label-row:34px;--wr-kpi-value-row:40px;--wr-kpi-meta-row:18px}.wr-toast-region{position:fixed;right:24px;bottom:96px;z-index:80;display:grid;grid-gap:10px;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}.wr-toast{position:relative;pointer-events:auto;background:var(--surf);border:1px solid var(--line);border-left:4px solid var(--ac);border-radius:var(--wr-radius-card);box-shadow:var(--shadow-lg,var(--shadow));padding:12px 42px 12px 14px;color:var(--fg)}.wr-toast-success{border-left-color:var(--pos)}.wr-toast-error{border-left-color:var(--neg)}.wr-toast-warning{border-left-color:#d97706}.wr-toast-info{border-left-color:var(--ac)}.wr-toast-title{font-size:var(--wr-font-body);font-weight:var(--wr-weight-title);line-height:1.35}.wr-toast-message{margin-top:4px;font-size:var(--wr-font-label);color:var(--fg2);line-height:1.55;white-space:pre-line}.wr-toast-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border:0;border-radius:var(--wr-radius-control);background:transparent;color:var(--fg3);cursor:pointer;font-size:18px;line-height:1}.wr-toast-close:hover{background:var(--bg);color:var(--fg)}.wr-confirm-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.32)}.wr-confirm-dialog{width:min(420px,100%);background:var(--surf);border:1px solid var(--line);border-radius:var(--wr-radius-card);box-shadow:var(--shadow-lg,var(--shadow));padding:18px}.wr-confirm-title{font-size:var(--wr-font-panel-title);font-weight:var(--wr-weight-title);line-height:1.35}.wr-confirm-message{margin-top:8px;color:var(--fg2);font-size:var(--wr-font-body);line-height:1.65;white-space:pre-line}.wr-confirm-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:8px}.wr-confirm-cancel,.wr-confirm-danger,.wr-confirm-primary{min-height:var(--wr-control-h);padding:0 14px;border-radius:var(--wr-radius-control);font-size:var(--wr-font-body);font-weight:var(--wr-weight-label);cursor:pointer}.wr-confirm-cancel{border:1px solid var(--line);color:var(--fg2);background:var(--bg)}.wr-confirm-primary{border:1px solid var(--ac);color:#fff;background:var(--ac)}.wr-confirm-danger{border:1px solid var(--neg);color:#fff;background:var(--neg)}.wr-prompt-input{width:100%;min-height:var(--wr-control-h);margin-top:14px;padding:0 12px;border:1px solid var(--line);border-radius:var(--wr-radius-control);background:var(--bg);color:var(--fg);font:inherit;font-size:var(--wr-font-body);outline:none}.wr-prompt-input:focus{border-color:var(--ac);box-shadow:0 0 0 3px rgba(7,136,63,.12)}[data-theme=dark]{--bg:#0e1118;--surf:#151a23;--surf2:#1f2732;--surf3:#2c3542;--fg:#eef2f7;--fg2:#b4bfcc;--fg3:#758195;--line:#2d3746;--ac:#2dd4bf;--ac2:#14b8a6;--pos:#22c55e;--neg:#ef4444;--warn:#fb923c;--ink:#f8fafc;--violet:#8b5cf6;--sky:#38bdf8;--shadow:0 1px 2px rgba(0,0,0,0.18),0 10px 26px rgba(0,0,0,0.24);--shadow-md:0 16px 42px rgba(0,0,0,0.36);--ac-soft:rgba(45,212,191,0.13)}html{color-scheme:light dark;transition:background-color .2s}html[data-theme=dark]{color-scheme:dark}@media (max-width:768px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.5;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;letter-spacing:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.wr-card{background:var(--surf);border:1px solid var(--line);border-radius:var(--wr-radius-card);box-shadow:var(--shadow);padding:var(--wr-card-pad);min-width:0}.wr-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stack,.wr-kpi-grid{display:grid;grid-gap:12px;gap:12px}.stack-sm{gap:8px}.stack-lg{gap:16px}.content-grid{display:grid;grid-gap:16px;gap:16px}.content-grid.two{grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr)}.card{background:var(--surf);border:1px solid var(--line);border-radius:var(--wr-radius-card);box-shadow:var(--shadow);min-width:0;padding:var(--wr-card-pad)}.card-title{font-weight:var(--wr-weight-title);margin-bottom:8px}.card-title,.muted{font-size:var(--wr-font-body)}.muted{color:var(--fg2)}.meta-line{display:flex;flex-wrap:wrap;gap:6px 10px;color:var(--fg3);font-size:var(--wr-font-meta)}.link-quiet{color:var(--ac);font-weight:var(--wr-weight-label);text-decoration:none}@media (max-width:980px){.content-grid.two{grid-template-columns:1fr}}.wr-button,.wr-control{min-height:var(--wr-control-h);border-radius:var(--wr-radius-control);font-size:var(--wr-font-label);font-weight:var(--wr-weight-label)}.wr-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--line);background:var(--surf);color:var(--fg);text-decoration:none}.wr-button-primary{border-color:var(--ac);background:var(--ac);color:#fff}.wr-icon-button{width:var(--wr-control-h);height:var(--wr-control-h);min-width:var(--wr-control-h);padding:0;border-radius:var(--wr-radius-control)}.wr-field,.wr-icon-button{min-height:var(--wr-control-h)}.wr-field{border:1px solid var(--line);border-radius:var(--wr-radius-control);background:var(--bg);color:var(--fg);padding:0 12px;font-size:var(--wr-font-label)}::selection{background:var(--ac-soft)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a{color:inherit;text-decoration:none}.wr-page-content{min-width:0}.wr-page-header{min-height:auto}.wr-page-header+.wr-page-content{margin-top:0!important}.wr-page-actions{align-self:flex-start;flex-wrap:nowrap!important;justify-content:flex-end;max-width:none;min-width:0;overflow-x:visible;overflow-y:visible;scrollbar-width:none;padding-bottom:1px}.wr-page-actions::-webkit-scrollbar{display:none}.wr-page-global-actions,.wr-page-local-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap}.wr-page-global-actions{flex-wrap:nowrap}@media (max-width:1280px){.wr-command-button{display:none!important}.wr-page-actions{max-width:min(720px,62vw);overflow-x:auto}}.wr-page-content>:first-child{margin-top:0!important}.wr-page-content :where(section,article,form,div)[style*=box-shadow]{border-radius:var(--wr-radius-card)!important}.wr-page-content :where(button){min-height:var(--wr-control-h-sm);border-radius:var(--wr-radius-control)!important;font-weight:var(--wr-weight-label);letter-spacing:0}.wr-page-content :where(input:not([type=checkbox]):not([type=radio]),select){min-height:var(--wr-control-h);border-radius:var(--wr-radius-control)!important;letter-spacing:0}.wr-page-content :where(textarea){border-radius:var(--wr-radius-control)!important;letter-spacing:0}.wr-page-content :where(h2,h3)[style*="font-weight: 800"],.wr-page-content :where(h2,h3)[style*="font-weight: 900"]{font-weight:var(--wr-weight-title)!important}.wr-page-content :where(div,span,strong,th,td,label,a)[style*="font-weight: 800"],.wr-page-content :where(div,span,strong,th,td,label,a)[style*="font-weight: 900"]{font-weight:var(--wr-weight-title)!important}.wr-page-content :where(div)[style*="text-align: center"][style*="padding: 24px"],.wr-page-content :where(div)[style*="text-align: center"][style*="padding: 32px"],.wr-page-content :where(div)[style*="text-align: center"][style*="padding: 36px"]{min-height:72px;padding:20px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--wr-radius-card)!important;line-height:1.6}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:14px;height:14px;border:2px solid var(--line);border-top-color:var(--ac);border-radius:50%;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--ac);outline-offset:1px}input:focus,select:focus,textarea:focus{border-color:var(--ac)!important;outline:none}a:hover,button:not(:disabled):hover{filter:brightness(1.1)}@media (max-width:768px){body{font-size:14px}.responsive-grid-2,.responsive-grid-3{grid-template-columns:1fr!important}.responsive-grid-4{grid-template-columns:1fr 1fr!important}.wr-form-grid{grid-template-columns:1fr!important}.wr-form-grid>*{grid-column:auto!important}main{padding:16px!important}body,html{overflow-x:hidden;overflow-x:clip}canvas,img,main table,svg,video{max-width:100%}main table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{min-width:0;max-width:100%}main{overflow-wrap:break-word}}.ads-card-list{display:none}@media (max-width:768px){.ads-filters{flex-direction:column;align-items:stretch;gap:8px}.ads-filters>button,.ads-filters>select{width:100%}.ads-table-wrap{display:none}.ads-card-list{display:flex;flex-direction:column;gap:10px;padding:12px}}.feature-grid{grid-template-columns:repeat(12,1fr);grid-gap:16px;gap:16px;grid-auto-flow:dense}@media (max-width:900px){.feature-grid{grid-template-columns:1fr 1fr}.feature-grid>*{grid-column:span 1!important}}@media (max-width:560px){.feature-grid{grid-template-columns:1fr}}@media (max-width:640px){.lp-navlink{display:none}header{padding:12px 16px!important}.fg-grid{grid-template-columns:1fr!important;gap:12px!important}.fg-card{padding:16px!important}}@media (max-width:768px){.wr-page-header{flex-direction:column-reverse!important;align-items:stretch!important;gap:10px!important;animation:none!important}.wr-breadcrumb{display:none!important}.wr-page-titleblock{padding-left:0}.wr-page-actions{position:fixed;top:10px;right:10px;height:40px;z-index:320;align-items:center;flex-wrap:nowrap!important;justify-content:flex-end;gap:6px!important;max-width:calc(100vw - 64px);overflow-x:auto}.wr-page-actions>*{flex-shrink:0;white-space:nowrap}.wr-tour-overlay{align-items:flex-end!important;padding:0!important}.wr-tour-modal{max-width:none!important;border-radius:18px 18px 0 0!important;padding:20px!important}}@media (max-width:640px){.lp-hero-cta{flex-direction:column}.lp-hero-cta>a{width:100%;text-align:center}}@media (max-width:768px){input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:42px}}.wr-chat-fab{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:9000}.wr-chat-overlay{display:none}.wr-chat-panel{position:fixed;right:24px;bottom:24px;width:380px;height:560px;max-height:calc(100vh - 48px);border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 16px 48px rgba(0,0,0,.25)}@media (max-width:768px){.wr-chat-fab{bottom:calc(80px + env(safe-area-inset-bottom));padding:14px!important}.wr-chat-fab-label{display:none}.wr-chat-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9998}.wr-chat-panel{right:0;left:0;bottom:0;width:100%;height:75vh;max-height:75vh;border-radius:18px 18px 0 0;border:0}}.wr-consent-overlay{position:fixed;inset:0;z-index:9500;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.45)}.wr-consent-sheet{width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;background:var(--surf);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 48px rgba(0,0,0,.25);overflow:hidden}@media (max-width:640px){.wr-consent-overlay{align-items:flex-end;padding:0}.wr-consent-sheet{max-width:none;max-height:85vh;border-radius:18px 18px 0 0;border-bottom:0}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--fg3)}main>*{animation:none}html.wr-route-pending body:after{right:0;z-index:9999;overflow:hidden;background:color-mix(in srgb,var(--ac) 10%,transparent)}html.wr-route-pending body:after,html.wr-route-pending body:before{content:"";position:fixed;top:0;left:0;height:3px;pointer-events:none}html.wr-route-pending body:before{width:42%;z-index:10000;border-radius:999px;background:linear-gradient(90deg,transparent,var(--ac),transparent);animation:routeLoadingSlide .9s ease-in-out infinite}@keyframes routeLoadingSlide{0%{transform:translateX(-120%)}to{transform:translateX(260%)}}.wr-sidebar{display:flex;height:100vh;position:-webkit-sticky;position:sticky;top:0;flex-shrink:0}.wr-hamburger,.wr-sidebar-overlay{display:none}@media (max-width:768px){.wr-sidebar{position:fixed;top:0;left:0;z-index:300;transform:translateX(-100%);transition:transform .22s ease;box-shadow:4px 0 24px rgba(0,0,0,.25)}.wr-sidebar.wr-open{transform:translateX(0)}.wr-hamburger{display:flex;align-items:center;justify-content:center;position:fixed;top:10px;left:10px;z-index:320;width:40px;height:40px;border-radius:8px;background:var(--surf);border:1px solid var(--line);color:var(--fg);font-size:18px;cursor:pointer;box-shadow:var(--shadow)}.wr-sidebar-overlay.wr-open{display:block;position:fixed;inset:0;z-index:290;background:rgba(0,0,0,.4)}main{padding-top:calc(60px + env(safe-area-inset-top))!important}}.mobile-only{display:none!important}@media (max-width:768px){.mobile-only{display:flex!important}}aside,body{transition:background-color .2s}html[data-theme-switching],html[data-theme-switching] *,html[data-theme-switching] :after,html[data-theme-switching] :before{transition:none!important}.lp-page{background:var(--bg);color:var(--fg)}.lp-header{position:-webkit-sticky;position:sticky;z-index:50;height:68px;padding:0 32px;border-bottom:1px solid rgba(220,228,237,.78);background:rgba(246,248,251,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}[data-theme=dark] .lp-header{border-bottom-color:rgba(45,55,70,.82);background:rgba(14,17,24,.86)}.auth-brand,.lp-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:inherit;text-decoration:none}.auth-brand-mark,.lp-brand-mark{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--surf);font-size:15px;font-weight:900;flex:0 0 auto}[data-theme=dark] .auth-brand-mark,[data-theme=dark] .lp-brand-mark{background:var(--ac);color:#06110f}.auth-brand strong,.lp-brand strong{display:block;font-size:15px;font-weight:900;line-height:1.05}.auth-brand small,.lp-brand small{display:block;margin-top:3px;color:var(--fg3);font-size:10px;font-weight:700}.lp-nav{display:flex;gap:20px;color:var(--fg2);font-size:13px;font-weight:700}.lp-login,.lp-nav{align-items:center}.lp-login{display:inline-flex;justify-content:center;min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:8px;background:var(--surf);color:var(--fg);box-shadow:var(--shadow)}.lp-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:#eff5f7}[data-theme=dark] .lp-hero{background:#111722}.lp-hero-backdrop{position:absolute;inset:0;overflow:hidden;pointer-events:none}.lp-hero-backdrop:before{content:"";position:absolute;inset:0;background:rgba(246,248,251,.28)}[data-theme=dark] .lp-hero-backdrop:before{background:rgba(14,17,24,.38)}.lp-preview{position:absolute;border:1px solid rgba(160,175,190,.38);border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 22px 70px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .lp-preview{background:rgba(21,26,35,.82);border-color:rgba(45,55,70,.9);box-shadow:0 24px 80px rgba(0,0,0,.32)}.lp-preview-main{right:max(32px,calc((100vw - 1180px) / 2));top:74px;width:min(560px,45vw);min-height:480px;padding:18px}.lp-preview-side{right:max(92px,calc((100vw - 1080px) / 2 + 80px));bottom:58px;width:min(360px,32vw);padding:18px}.lp-preview-top{display:flex;align-items:center;justify-content:space-between;color:var(--fg3);font-size:11px;font-weight:800;text-transform:uppercase}.lp-preview-top i{width:9px;height:9px;border-radius:50%;background:var(--pos)}.lp-preview-kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:20px}.lp-preview-kpis div,.lp-preview-list p{border:1px solid var(--line);border-radius:8px;background:var(--surf)}.lp-preview-kpis div{padding:13px}.lp-preview-kpis small,.lp-preview-list span,.lp-preview-side small{display:block;color:var(--fg3);font-size:10px;font-weight:700}.lp-preview-kpis strong{display:block;margin-top:5px;font-size:20px;line-height:1.1}.lp-preview-chart{height:178px;display:flex;align-items:flex-end;gap:12px;margin:22px 0;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surf2)}.lp-preview-chart span{flex:1 1;min-width:22px;border-radius:5px 5px 0 0;background:var(--ac)}.lp-preview-chart span:nth-child(2n){background:var(--violet)}.lp-preview-list{display:grid;grid-gap:9px;gap:9px}.lp-preview-list p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:11px 12px}.lp-preview-list b{font-size:12px}.lp-preview-side p{margin:16px 0 6px;color:var(--fg3);font-size:11px;font-weight:800}.lp-preview-side strong{display:block;font-size:19px;line-height:1.35}.lp-focus-meter{height:9px;margin:18px 0 12px;overflow:hidden;border-radius:999px;background:var(--surf2)}.lp-focus-meter span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--warn)}.lp-hero-content{position:relative;z-index:1;width:min(1180px,calc(100% - 64px));margin:0 auto;padding:96px 0 86px}.lp-hero-content h1{max-width:560px;margin:0;font-size:58px;line-height:1.02;font-weight:900;color:var(--ink);word-break:keep-all}[data-theme=dark] .lp-hero-content h1{color:var(--fg)}.lp-hero-content p{max-width:510px;margin:22px 0 0;color:var(--fg2);font-size:17px;line-height:1.75;font-weight:600}.lp-eyebrow,.lp-section-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58);color:var(--ac2);font-size:11px;font-weight:900;text-transform:uppercase}[data-theme=dark] .lp-eyebrow,[data-theme=dark] .lp-section-kicker{background:rgba(21,26,35,.72);color:var(--ac)}.lp-final-actions,.lp-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.lp-btn{min-height:46px;padding:0 18px;font-size:14px;font-weight:900}.lp-btn-primary{border:1px solid var(--ac2);background:var(--ac);box-shadow:0 12px 28px rgba(15,118,110,.24)}.lp-btn-secondary{border:1px solid var(--line);background:rgba(255,255,255,.78);color:var(--fg)}[data-theme=dark] .lp-btn-secondary{background:rgba(21,26,35,.78)}.lp-signal-row{display:flex;flex-wrap:wrap;gap:8px;max-width:620px;margin-top:26px}.lp-signal-row span{padding:7px 10px;border:1px solid rgba(160,175,190,.42);border-radius:999px;background:rgba(255,255,255,.62);color:var(--fg2);font-size:12px;font-weight:800}[data-theme=dark] .lp-signal-row span{background:rgba(21,26,35,.66)}.lp-section{width:min(1120px,calc(100% - 48px));padding:72px 0}.lp-stats{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;padding-top:28px;padding-bottom:28px}.lp-card,.lp-faq-list article,.lp-stat,.lp-work-card{border:1px solid var(--line);border-radius:8px;background:var(--surf);box-shadow:var(--shadow)}.lp-stat small,.lp-stat span{color:var(--fg3);font-weight:800}.lp-stat strong{margin:7px 0 4px}.lp-stat p{min-height:42px;margin:12px 0 0;color:var(--fg2);font-size:12px;line-height:1.6;font-weight:700;word-break:keep-all}.lp-core-card>a,.lp-insight-panel li a,.lp-scenario-card>a,.lp-stat a{display:inline-flex;align-items:center;min-height:30px;margin-top:12px;padding:0 10px;border-radius:8px;background:rgba(0,143,122,.09);color:var(--lp-teal-dark);font-size:11px;font-weight:900;text-decoration:none}.lp-narrative{grid-template-columns:minmax(0,.86fr) minmax(0,1fr);grid-gap:54px;gap:54px;border-top:1px solid var(--line)}.lp-section-head{max-width:920px}.lp-final h2,.lp-narrative h2,.lp-section-head h2{margin:10px 0 0;color:var(--ink);font-size:36px;line-height:1.18;font-weight:900}[data-theme=dark] .lp-final h2,[data-theme=dark] .lp-narrative h2,[data-theme=dark] .lp-section-head h2{color:var(--fg)}.lp-card p,.lp-faq-list p,.lp-narrative>p,.lp-section-head p,.lp-work-card p{color:var(--fg2);font-size:14px;line-height:1.72}.lp-narrative>p{font-size:16px}.lp-workflow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding-top:0}.lp-work-card{padding:22px}.lp-work-card span{color:var(--ac);font-size:12px;font-weight:900}.lp-card h3,.lp-faq-list h3,.lp-work-card h3{margin:10px 0 0;color:var(--fg);font-size:17px;line-height:1.35}.lp-card p,.lp-faq-list p,.lp-work-card p{margin:9px 0 0}.lp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.lp-card{padding:22px}.lp-card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border:1px solid var(--line);border-radius:8px;background:var(--ac-soft)}.lp-trust{border-top:1px solid var(--line)}.lp-faq{padding-top:36px}.lp-faq-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.lp-faq-list article{padding:20px}.lp-final{width:min(1120px,calc(100% - 48px));gap:24px;margin:20px auto 0;padding:34px;border:1px solid var(--line);background:var(--surf);box-shadow:var(--shadow-md)}.lp-final h2{max-width:720px;font-size:32px}.lp-final-actions{flex:0 0 auto;margin-top:0}.lp-footer{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:34px 0 46px;color:var(--fg3);font-size:12px}.lp-footer div{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:8px;color:var(--fg2);font-weight:800}.feature-tabs{gap:7px;margin:0 0 18px}.feature-tabs button{min-height:34px;padding:0 13px;border:1px solid var(--line);background:var(--surf);color:var(--fg2);font-weight:900}.feature-tabs button.is-active{border-color:var(--ac);background:var(--ac)}.feature-grid{grid-gap:14px;gap:14px}.feature-card{min-height:292px;padding:20px;border:1px solid var(--line);background:var(--surf);box-shadow:var(--shadow)}.feature-card-head{gap:12px}.feature-card-icon{width:42px;height:42px;display:flex;border:1px solid var(--line);border-radius:8px;background:var(--surf2)}.feature-count{color:var(--fg3);font-size:11px;font-weight:900}.feature-card h3{color:var(--fg);font-size:18px;line-height:1.28}.feature-card p{min-height:66px;margin:8px 0 14px;color:var(--fg2);font-size:12.5px;line-height:1.65}.feature-chip-list{gap:6px}.feature-chip-list a,.feature-modal-list a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--fg2);font-size:11px;font-weight:800;text-decoration:none}.feature-more{margin-top:14px;color:var(--ac);font-weight:900}.feature-modal-backdrop{background:rgba(2,6,23,.52)}.feature-modal{border:1px solid var(--line);background:var(--surf);box-shadow:var(--shadow-md)}.feature-modal-head{border-bottom:1px solid var(--line)}.feature-modal-head span{color:var(--fg3);font-weight:900}.feature-modal-head button{border:1px solid var(--line);background:var(--bg);color:var(--fg2);font-weight:900}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px 20px;background:var(--bg)}.auth-shell{width:min(980px,100%);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);grid-gap:24px;gap:24px;align-items:stretch}.auth-shell-wide{width:min(1080px,100%);grid-template-columns:minmax(0,.9fr) minmax(460px,560px)}.auth-aside,.auth-panel{border:1px solid var(--line);border-radius:8px;background:var(--surf);box-shadow:var(--shadow-md)}.auth-aside{display:flex;flex-direction:column;justify-content:space-between;min-height:560px;padding:30px;overflow:hidden}.auth-aside h1{max-width:500px;margin:56px 0 0;color:var(--ink);font-size:38px;line-height:1.12;font-weight:900}[data-theme=dark] .auth-aside h1{color:var(--fg)}.auth-aside p{max-width:460px;margin:16px 0 0;color:var(--fg2);font-size:14px;line-height:1.75;font-weight:600}.auth-proof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:34px}.auth-proof span{min-height:78px;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--fg2);font-size:11px;font-weight:800;line-height:1.55}.auth-proof b{display:block;margin-bottom:4px;color:var(--fg);font-size:18px;line-height:1}.auth-panel{padding:32px}.auth-panel h2{margin:0;color:var(--fg);font-size:24px;line-height:1.2}.auth-panel>p{margin:8px 0 0;color:var(--fg2);font-size:13px;line-height:1.7}.auth-step-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.auth-step-card{min-height:104px;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--bg)}.auth-step-card span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:rgba(0,143,122,.1);color:var(--ac);font-size:11px;font-weight:var(--wr-weight-title)}.auth-step-card strong{display:block;margin-top:10px;color:var(--fg);font-size:12px;line-height:1.35}.auth-step-card p{margin:5px 0 0;color:var(--fg2);font-size:11px;line-height:1.55}@media (max-width:980px){.lp-preview-main{right:-90px;width:540px;opacity:.42}.lp-preview-side{display:none}.lp-hero-content{width:min(760px,calc(100% - 40px))}.lp-hero-content h1{font-size:48px}.lp-final h2,.lp-narrative h2,.lp-section-head h2{font-size:30px}.feature-grid,.lp-card-grid,.lp-faq-list,.lp-stats,.lp-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-narrative{gap:18px}.auth-shell,.lp-narrative{grid-template-columns:1fr}.auth-aside{min-height:auto}.auth-aside h1{margin-top:34px}}@media (max-width:640px){.lp-page{background:var(--bg)}.lp-header{height:60px;padding:0 16px!important}.lp-nav{gap:10px}.lp-login{min-height:36px;padding:0 12px}.lp-hero{min-height:990px;align-items:flex-start}.lp-preview-main{top:610px;left:16px;right:16px;width:auto;min-height:330px;padding:12px;opacity:1}.lp-preview-kpis{grid-template-columns:repeat(2,1fr)}.lp-preview-kpis div:nth-child(3){display:none}.lp-preview-chart{height:132px;gap:8px;margin:14px 0;padding:12px}.lp-preview-list{display:none}.lp-hero-content{width:calc(100% - 32px);padding:54px 0 410px}.lp-hero-content h1{font-size:38px}.lp-final h2,.lp-narrative h2,.lp-section-head h2{font-size:26px}.lp-hero-content p{font-size:15px}.lp-final-actions,.lp-hero-actions{flex-direction:column}.lp-btn{width:100%}.lp-final,.lp-footer,.lp-section{width:calc(100% - 32px)}.auth-proof,.auth-step-list,.feature-grid,.lp-card-grid,.lp-faq-list,.lp-stats,.lp-workflow{grid-template-columns:1fr}.lp-section{padding:52px 0}.lp-stats{padding-top:18px;padding-bottom:18px}.lp-final{flex-direction:column;align-items:stretch;padding:24px}.feature-card{min-height:auto}.auth-page{padding:18px 12px}.auth-shell{gap:12px}.auth-aside,.auth-panel{padding:22px}.auth-aside{display:block}.auth-aside h1{margin-top:28px;font-size:30px}}.lp-page{--lp-bg:#f7fbfb;--lp-hero:#f2fbfa;--lp-card:#ffffff;--lp-text:#0f172a;--lp-muted:#5b667a;--lp-soft:#eef4f6;--lp-line:#dde8ea;--lp-teal:#008f7a;--lp-teal-dark:#007566;--lp-purple:#6c5ce7;--lp-blue:#2563eb;--lp-orange:#f97316;min-height:100vh;background:var(--lp-bg);color:var(--lp-text);letter-spacing:0}.lp-page main{padding:0!important;overflow:hidden}.lp-shell{width:min(1100px,calc(100% - 80px));margin:0 auto}.lp-header{position:absolute;top:0;left:0;right:0;z-index:20;height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 max(42px,calc((100vw - 1100px) / 2));border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.lp-brand{display:inline-flex;align-items:center;gap:9px;color:var(--lp-text);text-decoration:none}.lp-brand strong{display:block;font-size:18px;line-height:1;font-weight:900;letter-spacing:0}.lp-brand small,.lp-nav{display:none}.lp-brand-symbol{position:relative;width:50px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden}.lp-brand-symbol i{position:absolute;width:18px;height:18px;border-radius:6px 11px 11px 6px;background:var(--lp-teal);box-shadow:0 10px 20px rgba(0,143,122,.18)}.lp-brand-symbol i:first-child{left:0;transform:rotate(45deg)}.lp-brand-symbol i:last-child{right:0;transform:rotate(-45deg);background:#23b59f}.lp-header-actions{display:flex;align-items:center;gap:18px}.lp-demo-link{min-height:34px;padding:0 14px;border:1px solid rgba(0,143,122,.22);border-radius:8px;background:rgba(255,255,255,.78);color:var(--lp-teal-dark);font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(15,23,42,.05)}.lp-avatar,.lp-demo-link,.lp-icon-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.lp-icon-button{width:28px;height:28px;color:var(--lp-text)}.lp-bell-icon{position:relative;width:18px;height:18px;display:inline-block;border:2px solid;border-bottom:0;border-radius:9px 9px 4px 4px}.lp-bell-icon:before{left:5px;top:-4px;width:4px;height:4px;border-radius:50%}.lp-bell-icon:after,.lp-bell-icon:before{content:"";position:absolute;background:currentColor}.lp-bell-icon:after{left:3px;right:3px;bottom:-5px;height:2px;border-radius:999px}.lp-bell-icon i{position:absolute;left:6px;bottom:-9px;width:4px;height:4px;border-radius:50%;background:currentColor}.lp-avatar{width:30px;height:30px;border-radius:50%;background:var(--lp-teal);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(0,143,122,.24)}.lp-hero{min-height:auto;display:block;border-bottom:1px solid var(--lp-line);background:var(--lp-hero);overflow:visible}.lp-hero-inner{display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1fr);grid-gap:58px;gap:58px;align-items:center;min-height:610px;padding:86px 0 16px}.lp-hero-copy{padding-top:18px}.lp-hero-content h1,.lp-hero-copy h1{max-width:530px;margin:0;color:var(--lp-text);font-size:44px;line-height:1.26;font-weight:800;letter-spacing:0;word-break:keep-all}.lp-hero-content p,.lp-hero-copy p{max-width:490px;margin:24px 0 0;color:#415066;font-size:15px;line-height:1.78;font-weight:500;word-break:keep-all}.lp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:8px;font-size:13px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:none}.lp-btn-primary{border:1px solid var(--lp-teal-dark);background:var(--lp-teal);color:#fff;box-shadow:0 16px 34px rgba(0,143,122,.25)}.lp-btn-secondary{border:1px solid var(--lp-line);background:#fff;color:var(--lp-text);box-shadow:0 10px 24px rgba(15,23,42,.08)}.lp-quick-group{margin-top:48px}.lp-quick-title{display:block;margin-bottom:14px;color:#4e5b6f;font-size:12px;font-weight:700}.lp-quick-list{display:flex;flex-wrap:wrap;gap:10px 12px;max-width:380px}.lp-quick-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:34px;padding:0 16px;border:1px solid #dcebec;border-radius:999px;background:rgba(255,255,255,.82);color:var(--lp-teal);font-size:12px;font-weight:700;box-shadow:0 8px 20px rgba(15,23,42,.04)}.lp-dashboard-card{border:1px solid var(--lp-line);border-radius:8px;background:rgba(255,255,255,.9);box-shadow:0 24px 64px rgba(15,23,42,.1);padding:24px}.lp-dashboard-title{color:#475569;font-size:12px;font-weight:800}.lp-dashboard-kpis{display:grid;grid-template-columns:repeat(3,minmax(116px,1fr));grid-gap:12px;gap:12px;margin-top:18px}.lp-dashboard-kpis div{min-width:0;min-height:112px;padding:14px 12px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.05)}.lp-chart-col small,.lp-dashboard-kpis em,.lp-dashboard-kpis small,.lp-dashboard-kpis span,.lp-task-card small{display:block;color:#64748b;font-size:11px;font-weight:700}.lp-dashboard-kpis strong{display:block;margin-top:7px;color:var(--lp-text);font-size:20px;line-height:1.08;font-weight:800;overflow-wrap:anywhere}.lp-dashboard-kpis span{margin-top:8px;color:#10a56f;font-size:10px}.lp-dashboard-kpis em{margin-top:6px;font-style:normal;font-size:9.5px;line-height:1.35}.lp-dashboard-chart{margin-top:18px;padding:18px;border:1px solid var(--lp-line);border-radius:8px;background:#fff}.lp-chart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.lp-chart-head strong{color:var(--lp-text);font-size:13px;font-weight:800}.lp-chart-head span{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:10px;font-weight:700}.lp-chart-head i{width:8px;height:8px;border-radius:50%;background:var(--lp-teal)}.lp-chart-head i:last-child{background:var(--lp-purple)}.lp-chart-body{height:165px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:18px;gap:18px;align-items:end;padding:6px 14px 0}.lp-chart-col{height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 22px;grid-gap:0 7px;gap:0 7px;align-items:end;text-align:center}.lp-bar{display:block;min-height:16px;border-radius:4px 4px 0 0}.lp-bar-a{background:var(--lp-teal)}.lp-bar-b{background:var(--lp-purple)}.lp-chart-col small{grid-column:1/-1;align-self:end;padding-top:8px}.lp-funnel-list{display:grid;grid-gap:12px;gap:12px}.lp-funnel-step{display:grid;grid-template-columns:130px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.lp-funnel-step div{min-width:0}.lp-funnel-step small,.lp-funnel-step strong{display:block}.lp-funnel-step strong{color:var(--lp-text);font-size:13px;font-weight:800}.lp-funnel-step small{margin-top:3px;color:#64748b;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-funnel-step>span{height:9px;border-radius:999px;background:#e7eef2;overflow:hidden}.lp-funnel-step>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lp-teal),#37d6a0)}.lp-task-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;margin-top:18px;padding:15px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.05)}.lp-task-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#e8faf4;color:var(--lp-teal)}.lp-task-body{min-width:0}.lp-task-body strong{display:block;margin-top:4px;color:var(--lp-text);font-size:13px;font-weight:800;line-height:1.45;white-space:normal}.lp-task-card b{color:var(--lp-text);font-size:12px;font-weight:800}.lp-task-card time{padding:12px 16px;border-radius:8px;background:#f1f5f9;color:#59667a;font-size:11px;font-weight:700;line-height:1.35;text-align:center}.lp-progress{height:5px;margin-top:12px;overflow:hidden;border-radius:999px;background:#e5e7eb}.lp-progress span{display:block;width:70%;height:100%;border-radius:inherit;background:#ff4a24}.lp-stat-band{background:#fff;border-bottom:1px solid var(--lp-line)}.lp-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;padding:24px 0}.lp-stat{display:flex;align-items:center;gap:16px;min-height:96px;padding:18px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.07)}.lp-stat-icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;background:#e8faf4;color:var(--lp-teal);flex:0 0 auto}.lp-stat-icon-purple{background:#f0eaff;color:#7c3aed}.lp-stat-icon-blue{background:#e9f2ff;color:#2563eb}.lp-stat-icon-orange{background:#fff3e6;color:var(--lp-orange)}.lp-stat-icon-green{background:#e8faf4;color:var(--lp-teal)}.lp-stat small,.lp-stat span{display:block;color:#64748b;font-size:11px;font-weight:700}.lp-stat strong{display:block;margin:5px 0 3px;color:var(--lp-text);font-size:23px;line-height:1;font-weight:800}.lp-section{width:min(1100px,calc(100% - 80px));margin:0 auto;padding:62px 0 0}.lp-narrative{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);grid-gap:92px;gap:92px;align-items:end;border-top:0}.lp-section-kicker{display:block;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--lp-teal);font-size:12px;line-height:1.2;font-weight:800;text-transform:uppercase}.lp-section-head{max-width:none;margin-bottom:22px}.lp-final h2,.lp-narrative h2,.lp-section-head h2{margin:11px 0 0;color:var(--lp-text);font-size:28px;line-height:1.28;font-weight:800;letter-spacing:0;word-break:keep-all}.lp-narrative>p{margin:0;color:#4d5b70;font-size:15px;line-height:1.9;font-weight:500;word-break:keep-all}.lp-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;padding-top:34px}.lp-why-card{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:18px;gap:18px;min-height:138px;padding:24px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.04)}.lp-why-card>span{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#e8faf4;color:var(--lp-teal)}.lp-why-card:nth-child(2)>span{background:#f0eaff;color:#7c3aed}.lp-why-card:nth-child(3)>span{background:#fff3e6;color:var(--lp-orange)}.lp-why-card h3{margin:0;color:var(--lp-text);font-size:16px;line-height:1.4;font-weight:800}.lp-why-card p{margin:14px 0 0;color:#5b667a;font-size:13px;line-height:1.85;font-weight:500}.lp-insight-panel{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start;margin-top:34px;padding:28px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05)}.lp-insight-panel h2{margin:10px 0 0;color:var(--lp-text);font-size:23px;line-height:1.35;font-weight:800;word-break:keep-all}.lp-insight-panel ol{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.lp-insight-panel li{display:grid;grid-template-columns:10px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;padding:14px;border:1px solid #e3edf0;border-radius:8px;background:#f8fbfb}.lp-insight-panel li span{width:10px;height:10px;margin-top:5px;border-radius:50%;background:var(--lp-teal)}.lp-insight-panel li p{margin:0;color:#334155;font-size:13px;line-height:1.65;font-weight:700;word-break:keep-all}.lp-insight-panel li strong{display:block;margin-bottom:4px;color:var(--lp-text);font-size:13px;line-height:1.4;font-weight:900;word-break:keep-all}.lp-insight-panel li a{margin-top:9px}.lp-scenario-section{padding-top:58px}.lp-scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-scenario-card{min-height:278px;padding:20px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.lp-scenario-card small{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border-radius:8px;background:#f1f7f7;color:var(--lp-teal-dark);font-size:10.5px;font-weight:900}.lp-scenario-card h3{min-height:48px;margin:14px 0 0;color:var(--lp-text);font-size:16px;line-height:1.45;font-weight:900;word-break:keep-all}.lp-scenario-card ul{display:grid;grid-gap:8px;gap:8px;margin:14px 0 0;padding:0;list-style:none}.lp-scenario-card li{position:relative;padding-left:14px;color:#5b667a;font-size:12px;line-height:1.55;font-weight:700}.lp-scenario-card li:before{content:"";position:absolute;top:8px;left:0;width:6px;height:6px;border-radius:50%;background:var(--lp-teal)}.lp-feature-section{padding-top:60px}.lp-core-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.lp-core-card{min-height:230px;padding:23px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.lp-core-card>span{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#e8faf4;color:var(--lp-teal)}.lp-core-card h3{margin:16px 0 0;color:var(--lp-text);font-size:16px;line-height:1.35;font-weight:800}.lp-core-card p{min-height:68px;margin:10px 0 16px;color:#5b667a;font-size:13px;line-height:1.72;font-weight:500;word-break:keep-all}.lp-core-card div{display:flex;flex-wrap:wrap;gap:7px}.lp-core-card small{min-height:27px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px;background:#f1f4f6;color:#4e5b6f;font-size:11px;font-weight:700}.lp-core-card>a{margin-top:16px}.lp-trust-section{padding-top:58px}.lp-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-trust-card{padding:22px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.lp-trust-card small,.lp-trust-card span{display:block;color:#64748b;font-size:11px;font-weight:800}.lp-trust-card strong{display:block;margin:9px 0;color:var(--lp-text);font-size:15px;line-height:1.5;font-weight:900;word-break:keep-all}.lp-beta-panel{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start;margin-top:16px;padding:28px;border:1px solid #cdeee5;border-radius:8px;background:linear-gradient(135deg,#f2fbf8,#ffffff);box-shadow:0 12px 28px rgba(15,23,42,.05)}.lp-beta-panel h2{margin:10px 0 0;color:var(--lp-text);font-size:24px;line-height:1.35;font-weight:900;word-break:keep-all}.lp-beta-panel ul{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.lp-beta-panel li{position:relative;padding-left:18px;color:#334155;font-size:13px;line-height:1.65;font-weight:800;word-break:keep-all}.lp-beta-panel li:before{content:"";position:absolute;top:9px;left:0;width:7px;height:7px;border-radius:50%;background:var(--lp-teal)}.feature-tabs{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 20px}.feature-tabs button{min-height:36px;padding:0 18px;border:1px solid #dfe8ec;border-radius:999px;background:#fff;color:#526074;font-size:12px;font-weight:700;letter-spacing:0;box-shadow:0 6px 14px rgba(15,23,42,.03)}.feature-tabs button.is-active{border-color:var(--lp-teal);background:var(--lp-teal);color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card{display:flex;flex-direction:column;min-height:238px;padding:24px;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.feature-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.feature-card-icon{width:52px;height:52px;justify-content:center;border:0;border-radius:12px}.feature-card-icon,.feature-count{display:inline-flex;align-items:center;background:#eefaf6}.feature-count{min-height:25px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:700}.feature-card h3{margin:0;color:var(--lp-text);font-size:16px;line-height:1.3;font-weight:800}.feature-card p{min-height:50px;margin:10px 0 17px;color:#5b667a;font-size:13px;line-height:1.72;font-weight:500}.feature-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.feature-chip-list span,.feature-modal-list a{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:0;border-radius:8px;background:#f1f4f6;color:#4e5b6f;font-size:11px;font-weight:700;text-decoration:none}.feature-more{align-self:flex-start;min-height:26px;margin-top:16px;padding:0;border:0;background:transparent;color:var(--lp-teal);font-size:12px;font-weight:700}.feature-modal-backdrop{position:fixed;inset:0;z-index:9500;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.48)}.feature-modal{width:min(620px,100%);max-height:82vh;overflow:hidden;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.22)}.feature-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--lp-line)}.feature-modal-head span{color:var(--lp-teal);font-size:11px;font-weight:700}.feature-modal-head h3{margin:4px 0 0;color:var(--lp-text);font-size:20px;font-weight:800}.feature-modal-head button{width:34px;height:34px;border:1px solid var(--lp-line);border-radius:8px;background:#f8fafc;color:#526074;font-size:14px;font-weight:700}.feature-modal-list{display:flex;flex-wrap:wrap;gap:8px;max-height:calc(82vh - 76px);overflow-y:auto;padding:20px}.lp-final{width:min(1100px,calc(100% - 80px));min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:34px auto 0;padding:28px 34px;border:0;border-radius:8px;background:#e8faf4;box-shadow:none;overflow:hidden}.lp-final h2{margin:0;font-size:22px;line-height:1.35}.lp-final p{margin:8px 0 16px;color:#4d5b70;font-size:14px;font-weight:500}.lp-final .lp-btn{min-height:40px;padding:0 18px}@media (max-width:1020px){.lp-final,.lp-section,.lp-shell{width:min(760px,calc(100% - 40px))}.lp-header{padding:0 20px!important}.lp-hero-inner{grid-template-columns:1fr;gap:34px;padding-top:104px}.lp-hero-content h1,.lp-hero-copy h1{max-width:680px;font-size:40px}.lp-dashboard-card{max-width:720px}.feature-grid,.lp-core-grid,.lp-scenario-grid,.lp-stats,.lp-trust-grid,.lp-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-narrative{gap:22px}.lp-beta-panel,.lp-insight-panel,.lp-narrative{grid-template-columns:1fr}.lp-final{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.lp-page main{padding:0!important}.lp-final,.lp-section,.lp-shell{width:calc(100% - 32px)}.lp-header{height:62px;padding:0 16px!important}.lp-brand strong{font-size:17px}.lp-header-actions{gap:12px}.lp-demo-link{min-height:32px;padding:0 10px;font-size:11px}.lp-hero-inner{min-height:auto;gap:28px;padding:84px 0 28px}.lp-hero-copy{padding-top:0}.lp-hero-content h1,.lp-hero-copy h1{font-size:30px;line-height:1.28}.lp-hero-content p,.lp-hero-copy p{margin-top:18px;font-size:14px;line-height:1.75}.lp-hero-actions{flex-direction:column;margin-top:22px}.lp-btn{width:100%}.lp-quick-group{margin-top:34px}.lp-quick-list{max-width:none}.lp-quick-chip{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);padding:0 10px}.lp-dashboard-card{padding:14px}.lp-dashboard-kpis{grid-template-columns:repeat(2,1fr);gap:8px}.lp-dashboard-kpis div{min-height:104px;padding:12px}.lp-dashboard-kpis strong{font-size:20px}.lp-dashboard-chart{padding:14px 10px}.lp-chart-head{align-items:flex-start;flex-direction:column;gap:8px}.lp-chart-body{height:135px;gap:9px;padding:4px 6px 0}.lp-chart-col{gap:0 4px}.lp-task-card{grid-template-columns:38px minmax(0,1fr);gap:10px}.lp-task-card b,.lp-task-card time{display:none}.lp-stat-band{padding:12px 0}.feature-grid,.lp-core-grid,.lp-scenario-grid,.lp-stats,.lp-trust-grid,.lp-why-grid{grid-template-columns:1fr}.lp-stats{gap:12px;padding:10px 0}.lp-stat{min-height:auto}.lp-section{padding-top:48px}.lp-final h2,.lp-narrative h2,.lp-section-head h2{font-size:23px}.lp-narrative>p{font-size:14px}.lp-why-grid{padding-top:24px}.lp-insight-panel{margin-top:28px;padding:20px}.lp-core-card,.lp-scenario-card{min-height:auto}.lp-beta-panel{grid-template-columns:1fr;padding:20px}.lp-insight-panel h2{font-size:21px}.lp-funnel-step{grid-template-columns:92px minmax(0,1fr);gap:10px}.lp-funnel-step small{white-space:normal}.lp-why-card{grid-template-columns:44px minmax(0,1fr);gap:14px;padding:18px}.lp-why-card>span{width:42px;height:42px}.feature-tabs{gap:7px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.feature-tabs button{flex:0 0 auto;padding:0 14px}.feature-card{min-height:auto;padding:20px}.lp-final{margin-top:28px;padding:24px}}