:root{--lp-bg:#070a1a;--lp-bg-secondary:#0b1026;--lp-surface:#10162d;--lp-surface-light:#151d3a;--lp-surface-soft:#ffffff0b;--lp-border:#ffffff1c;--lp-border-strong:#ffffff2e;--lp-text:#f8fafc;--lp-muted:#a8b3cf;--lp-muted-2:#7d89aa;--lp-orange:#ff7a1a;--lp-orange-hover:#ff8f3d;--lp-orange-soft:#ff7a1a29;--lp-blue:#3b82f6;--lp-blue-soft:#3b82f629;--lp-red:#ff4d5a;--lp-red-soft:#ff4d5a29;--lp-yellow:#facc15;--lp-yellow-soft:#facc1529;--lp-green:#22c55e;--lp-green-soft:#22c55e29;--lp-shadow-orange:0 18px 45px #ff7a1a38;--lp-shadow-card:0 18px 60px #00000047;--lp-radius-sm:10px;--lp-radius-md:16px;--lp-radius-lg:24px;--lp-radius-xl:32px;--lp-container:1120px}.lp-root{color:#111827;background:#f7f9fc;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.lp-root,.lp-root *{box-sizing:border-box}.lp-root:before{content:none}.lp-root>*{z-index:1;position:relative}.lp-container{width:min(100% - 40px, var(--lp-container));margin:0 auto}.lp-page-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#2c313ff0;border-bottom:1px solid #ffffff14;position:sticky;top:0}.lp-header-content{justify-content:space-between;align-items:center;gap:24px;height:68px;display:flex}.lp-logo{letter-spacing:-.04em;color:var(--lp-text);align-items:center;gap:10px;font-size:22px;font-weight:900;text-decoration:none;display:flex}.lp-logo-mark{background:linear-gradient(135deg, var(--lp-orange), #ff385c 45%, var(--lp-blue));border-radius:10px;place-items:center;width:34px;height:34px;font-size:14px;font-weight:900;display:grid;box-shadow:0 12px 30px #ff7a1a3d}.lp-logo span strong{color:var(--lp-orange)}.lp-main-nav{color:var(--lp-muted);align-items:center;gap:28px;font-size:14px;font-weight:600;display:flex}.lp-main-nav a{color:inherit;text-decoration:none;transition:color .2s}.lp-main-nav a:hover{color:var(--lp-text)}.lp-nav-button{border:1px solid var(--lp-border);background:#ffffff0a;border-radius:999px;padding:10px 16px;transition:border-color .2s,color .2s}.lp-nav-button:hover{color:var(--lp-orange);border-color:#ff7a1a80}.lp-hero{color:#111827;background:linear-gradient(#f7f9fc 0%,#eef3fb 100%);padding:92px 0 104px;position:relative;overflow:hidden}.lp-hero-bg{display:none}.lp-hero-image{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.lp-hero-overlay{display:none}.lp-hero-content{z-index:2;position:relative}.lp-hero:after{content:"";z-index:3;background:linear-gradient(90deg,#0000,#11182729,#0000);width:min(760px,90vw);height:1px;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.lp-hero-grid{grid-template-columns:1fr;justify-items:center;display:grid}.lp-hero-copy{text-align:center;max-width:780px}.lp-badge{color:#9a3f00;background:#fff7ed;border:1px solid #ff7a1a6b;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:22px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.lp-badge-dot{background:var(--lp-orange);border-radius:999px;width:7px;height:7px}.lp-hero h1{letter-spacing:normal;text-wrap:balance;max-width:760px;margin-bottom:24px;font-size:clamp(44px,6vw,72px);font-weight:800;line-height:1}.lp-hero h1 span{color:#ffb37a}.lp-hero-subtitle{color:#34415a;max-width:680px;margin-bottom:14px;font-size:clamp(17px,2vw,20px);line-height:1.7}.lp-hero-subtitle strong{color:var(--lp-text);font-weight:800}.lp-hero-note{color:#111827;max-width:600px;margin-bottom:32px;font-size:clamp(15px,1.7vw,18px);font-weight:600;line-height:1.55}.lp-hero-support{max-width:560px;color:var(--lp-muted-2);margin-top:-16px;margin-bottom:28px;font-size:15px;line-height:1.7}.lp-hero-secondary-cta{color:var(--lp-muted);align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.lp-hero-secondary-cta:hover{color:var(--lp-text)}.lp-hero-secondary-cta:after{content:"→";font-size:13px}.lp-hero-form-card{border-radius:var(--lp-radius-md);background:#fff;border:1px solid #1118271f;max-width:610px;margin-left:auto;margin-right:auto;padding:24px;box-shadow:0 12px 32px #1118271f}.lp-hero-form{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lp-hero-form .lp-field:first-child,.lp-hero-form .lp-button{grid-column:1/-1}.lp-field{position:relative}.lp-field input{width:100%;height:52px;color:var(--lp-text);font:inherit;background:#050816bf;border:1px solid #ffffff1f;border-radius:13px;outline:none;padding:0 15px;transition:border-color .2s,box-shadow .2s,background .2s}.lp-field input::placeholder{color:var(--lp-muted-2)}.lp-field input:focus{background:#070a1af2;border-color:#ff7a1ab8;box-shadow:0 0 0 4px #ff7a1a1f}.lp-hero .lp-hero-form-title{color:#111827}.lp-hero .lp-field input:focus{background:#fff;border-color:#ff7a1ac7;box-shadow:0 0 0 4px #ff7a1a29}.lp-hero .lp-microcopy{color:#526078}.lp-field-error{color:#ffd0d4;margin:-2px 0 2px;font-size:13px;line-height:1.5}.lp-button{cursor:pointer;color:#180b02;background:linear-gradient(135deg, var(--lp-orange), #ff9b45);min-height:52px;font-weight:900;font:inherit;letter-spacing:-.02em;box-shadow:var(--lp-shadow-orange);white-space:nowrap;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;padding:0 22px;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.lp-button:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 22px 60px #ff7a1a52}.lp-button:disabled{cursor:wait;opacity:.72;filter:saturate(.9);transform:none;box-shadow:0 16px 36px #ff7a1a2e}.lp-button:active{transform:translateY(0)}.lp-button.secondary{color:var(--lp-text);box-shadow:none;background:#ff7a1a1f;border:1px solid #ff7a1a52}.lp-button.secondary:hover{background:#ff7a1a2e;box-shadow:0 18px 40px #ff7a1a1f}.lp-microcopy{color:var(--lp-muted-2);align-items:center;gap:9px;margin-top:15px;font-size:13px;line-height:1.5;display:flex}.lp-microcopy-icon{color:#86efac;background:#22c55e24;border-radius:999px;flex:none;place-items:center;width:18px;height:18px;font-size:11px;display:grid}.lp-ai-demo-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius-xl);box-shadow:var(--lp-shadow-card);background:radial-gradient(circle at 15% 0,#3b82f62e,#0000 32%),radial-gradient(circle at 100% 25%,#ff7a1a29,#0000 34%),#10162dbd;position:relative;overflow:hidden}.lp-ai-demo-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff42,#0000,#ff7a1a38);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.lp-demo-top{border-bottom:1px solid var(--lp-border);background:#ffffff09;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.lp-demo-window-dots{gap:7px;display:flex}.lp-demo-window-dots span{background:#ffffff2e;border-radius:999px;width:10px;height:10px}.lp-demo-window-dots span:first-child{background:#ff5f57}.lp-demo-window-dots span:nth-child(2){background:#ffbd2e}.lp-demo-window-dots span:nth-child(3){background:#28c840}.lp-demo-label{color:var(--lp-muted);font-size:13px;font-weight:700}.lp-demo-body{padding:26px}.lp-chat-message{border:1px solid var(--lp-border);background:#070a1a9e;border-radius:18px;margin-bottom:16px;padding:18px}.lp-chat-message.user{background:#3b82f61a;border-color:#3b82f647}.lp-chat-role{color:var(--lp-muted-2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:900}.lp-chat-text{color:var(--lp-text);font-size:15px;line-height:1.65}.lp-ranking-list{gap:10px;margin-top:12px;display:grid}.lp-ranking-item{color:var(--lp-muted);background:#ffffff0b;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:12px;padding:12px;font-size:14px;display:flex}.lp-ranking-number{width:28px;height:28px;color:var(--lp-text);background:#ffffff14;border-radius:999px;flex:none;place-items:center;font-weight:900;display:grid}.lp-missing-company{color:#ffd0d4;background:#ff4d5a1a;border:1px solid #ff4d5a59;border-radius:16px;margin-top:16px;padding:16px;font-size:14px;line-height:1.6}.lp-value-section{border-bottom:1px solid var(--lp-border);padding:96px 0}.lp-value-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--lp-orange);margin-bottom:20px;font-size:11px;font-weight:800;display:inline-block}.lp-value-title{letter-spacing:-.04em;color:var(--lp-text);max-width:720px;margin-bottom:24px;font-size:clamp(28px,3.8vw,46px);font-weight:800;line-height:1.12}.lp-value-intro{flex-direction:column;gap:14px;max-width:680px;margin-bottom:48px;display:flex}.lp-value-intro p{color:var(--lp-muted);margin:0;font-size:16px;line-height:1.75}.lp-value-cards{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:38px;display:grid}.lp-vc-card{background:radial-gradient(circle at 78% 78%,#3b82f614,#0000 28%),radial-gradient(circle at 16% 8%,#ffffff0a,#0000 22%),#05091b;border:1px solid #ffffff1a;border-radius:28px;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);min-height:312px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 24px 70px #02061747}.lp-vc-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#05091b14 0%,#05091b00 46%);position:absolute;inset:0}.lp-vc-card--orange{border-color:#ff7a1a3d}.lp-vc-card--purple{border-color:#a855f73d}.lp-vc-card--green{border-color:#22c55e38;grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:280px}.lp-vc-body{z-index:1;flex-direction:column;gap:12px;padding:20px 18px 18px 22px;display:flex;position:relative}.lp-vc-icon{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.lp-vc-icon--orange{color:#ff8a2a;background:radial-gradient(circle,#ff8a2a24,#2d150cf0);border-color:#ff8a2a66}.lp-vc-icon--purple{color:#b363ff;background:radial-gradient(circle,#b363ff1f,#1c0e2df0);border-color:#b363ff57}.lp-vc-icon--green{color:#5ce98b;background:radial-gradient(circle,#5ce98b1a,#0b2215f0);border-color:#5ce98b47}.lp-vc-body h3{color:var(--lp-text);letter-spacing:-.055em;max-inline-size:24ch;margin:0;font-size:clamp(18px,1.7vw,27px);font-weight:700;line-height:.98}.lp-vc-hl{display:block}.lp-vc-hl--orange{color:#ff8a2a}.lp-vc-hl--purple{color:#b363ff}.lp-vc-hl--green{color:#4be278}.lp-vc-body p{color:#dee2f6bd;max-width:31ch;margin:0;font-size:13px;line-height:1.48}.lp-vc-card--green .lp-vc-body p{max-width:43ch}.lp-vc-figure{justify-content:flex-end;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.lp-vc-figure:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#05091bf5 0%,#05091b7a 20%,#05091b00 44%);position:absolute;inset:0}.lp-vc-figure img{object-fit:contain;object-position:right bottom;width:100%;height:100%;display:block}.lp-vc-figure--orange img{object-fit:cover;object-position:center center;transform:none}.lp-vc-figure--purple img{object-fit:cover;object-position:right center;transform:none}.lp-vc-figure--wide{justify-content:center}.lp-vc-figure--wide:before{background:linear-gradient(90deg,#05091bf5 0%,#05091b80 18%,#05091b00 40%)}.lp-vc-figure--wide img{object-fit:contain;object-position:center bottom;width:100%;height:100%;transform:translate(2%,8%)scale(.94)}.lp-value-highlight{background:radial-gradient(circle at 16% 18%,#1b41a81f,#0000 34%),radial-gradient(circle at 82% 82%,#652aad24,#0000 26%),linear-gradient(#070b20fa,#05091bfa);border:1px solid #7260c43d;border-radius:28px;padding:22px 22px 24px;box-shadow:inset 0 1px #ffffff0a,0 30px 80px #02061752}.lp-value-highlight-grid{grid-template-columns:minmax(0,1.6fr) minmax(320px,.95fr);align-items:stretch;gap:20px;margin-bottom:14px;display:grid}.lp-value-highlight-main{flex-direction:column;gap:16px;padding:12px 4px 0 2px;display:flex}.lp-value-highlight-badge{color:#ff962e;letter-spacing:.06em;background:#ff7a1a0f;border:1px solid #ff7a1a4d;border-radius:16px;align-items:center;gap:12px;width:fit-content;padding:11px 16px;font-size:13px;font-weight:800;display:inline-flex}.lp-value-highlight-badge-icon{background:#ff7a1a1f;border:1px solid #ff962e66;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.lp-value-highlight-main h3{letter-spacing:-.055em;color:var(--lp-text);margin:0;font-size:clamp(30px,3.1vw,46px);font-weight:800;line-height:1.04}.lp-value-highlight-main h3 span,.lp-value-highlight-lead span,.lp-value-reason-item p span,.lp-value-highlight-warning span,.lp-value-highlight-bottom-main span{color:#ff941f}.lp-value-highlight-lead{color:#e6e9f7e0;max-width:760px;margin:0;font-size:15px;line-height:1.55}.lp-value-reason-list{flex-direction:column;gap:14px;display:flex}.lp-value-reason-item{grid-template-columns:58px 1fr;align-items:flex-start;gap:16px;display:grid}.lp-value-reason-icon{color:#ff941f;background:radial-gradient(circle at 30% 30%,#ff7a1a1f,#0000 55%),radial-gradient(circle at 70% 70%,#b363ff24,#0000 55%),#17102fcc;border:1px solid #a95fff47;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:inset 0 1px #ffffff0a}.lp-value-reason-item p{color:#d8ddf0db;margin:0;font-size:14px;line-height:1.48}.lp-value-highlight-cta-row{align-items:center;gap:18px;padding-top:4px;display:flex}.lp-value-highlight-trust{color:#bcc1d8db;align-items:center;gap:14px;display:inline-flex}.lp-value-highlight-trust svg{color:#d2d7ebcc;flex:none}.lp-value-highlight-trust div{flex-direction:column;gap:2px;display:flex}.lp-value-highlight-trust strong{color:#e6e9f7eb;font-size:12px;font-weight:600}.lp-value-highlight-trust span{color:#aab0c9d6;font-size:12px}.lp-value-highlight-aside{background:radial-gradient(circle at 15% 0,#ff7a1a1f,#0000 34%),linear-gradient(#120e24fa,#0b0a1cfa);border:1px solid #ff7a1a3d;border-radius:22px;padding:22px 20px 20px;box-shadow:inset 0 1px #ffffff0a}.lp-value-highlight-aside h4{color:#ff941f;margin:0 0 14px;font-size:20px;font-weight:800;line-height:1.15}.lp-value-cost-list{flex-direction:column;gap:10px;display:flex}.lp-value-cost-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:60px 1fr;align-items:center;gap:12px;padding:12px 14px;display:grid}.lp-value-cost-icon{border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.lp-value-cost-icon--purple{color:#bf72ff;background:radial-gradient(circle at 30% 30%,#ff7a1a1f,#401864cc);border-color:#bf72ff52}.lp-value-cost-icon--orange{color:#ff9b33;background:radial-gradient(circle at 30% 30%,#ff7a1a24,#3e1a11d1);border-color:#ff9b3352}.lp-value-cost-item strong{color:var(--lp-text);letter-spacing:-.04em;font-size:clamp(20px,2vw,28px);line-height:1;display:block}.lp-value-cost-item span{color:#c7cce3d1;margin-top:2px;font-size:15px;display:block}.lp-value-highlight-warning{color:#cacfe5e0;margin:18px 0 0;font-size:clamp(15px,1.5vw,20px);line-height:1.3}.lp-value-highlight-separator{color:#ff941f;justify-content:center;align-items:center;gap:16px;margin:16px 0 14px;font-weight:800;display:flex}.lp-value-highlight-separator:before,.lp-value-highlight-separator:after{content:"";background:#ffffff24;flex:auto;height:1px}.lp-value-highlight-separator span{background:#ff7a1a0f;border:1px solid #ff7a1a57;border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.lp-value-highlight-offer{background:radial-gradient(circle at 100% 100%,#22c55e1f,#0000 45%),#071516cc;border:1px solid #5eff9594;border-radius:18px;grid-template-columns:74px 1fr;align-items:center;gap:16px;padding:18px 16px;display:grid;box-shadow:inset 0 0 40px #22c55e0d}.lp-value-highlight-offer-icon{color:#7bf39a;background:#174f2d5c;border:1px solid #5eff9570;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.lp-value-highlight-offer p{color:var(--lp-text);margin:0;font-size:clamp(16px,1.6vw,22px);font-weight:700;line-height:1.2}.lp-value-highlight-offer strong{color:#6dfa92;font-size:1.3em}.lp-value-highlight-offer p span{color:#e9edf7f0;margin-top:6px;font-size:.78em;line-height:1.35;display:block}.lp-value-highlight-bottom{background:linear-gradient(#23154985,#0e0d22b8);border:1px solid #8b5cf642;border-radius:18px;grid-template-columns:78px minmax(0,1.3fr) minmax(220px,.95fr);align-items:center;gap:18px;padding:14px 16px;display:grid}.lp-value-highlight-bottom-icon{color:#9f6aff;background:#3e227057;border:1px solid #9f6aff4d;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lp-value-highlight-bottom-main,.lp-value-highlight-bottom-side{margin:0}.lp-value-highlight-bottom-main{color:var(--lp-text);font-size:clamp(16px,1.8vw,24px);font-weight:700;line-height:1.2}.lp-value-highlight-bottom-side{color:#bcc1d8e0;border-left:1px solid #ffffff29;padding-left:18px;font-size:14px;line-height:1.45}.lp-value-highlight-bottom-side span{display:block}.lp-value-button{color:#0d0810;white-space:nowrap;text-align:center;background:linear-gradient(135deg,#ff941f,#ff8a00);border-radius:15px;justify-content:center;align-items:center;gap:14px;width:fit-content;padding:15px 24px;font-size:15px;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 16px 44px #ff7a1a4d}.lp-value-button:hover{opacity:.96;transform:translateY(-1px);box-shadow:0 20px 52px #ff7a1a5c}@media (max-width:860px){.lp-value-cards{grid-template-columns:1fr;gap:20px}.lp-vc-card,.lp-vc-card--green{grid-template-columns:1fr;min-height:auto}.lp-vc-body{gap:18px;padding:28px 24px 18px}.lp-vc-icon{width:68px;height:68px}.lp-vc-body h3{font-size:40px}.lp-vc-body p,.lp-vc-card--green .lp-vc-body p{max-width:none;font-size:16px}.lp-vc-figure{min-height:260px}.lp-vc-figure:before{background:linear-gradient(#05091beb 0%,#05091b33 30%,#05091b00 100%)}.lp-vc-figure img,.lp-vc-figure--orange img,.lp-vc-figure--purple img,.lp-vc-figure--wide img{object-fit:contain;object-position:center bottom;width:100%;height:100%;transform:none}.lp-value-highlight{padding:24px 20px}.lp-value-highlight-grid{grid-template-columns:1fr;gap:20px}.lp-value-highlight-main{gap:18px;padding:0}.lp-value-highlight-main h3{font-size:34px}.lp-value-highlight-lead,.lp-value-reason-item p{font-size:15px}.lp-value-reason-item{grid-template-columns:56px 1fr;gap:16px}.lp-value-reason-icon{border-radius:18px;width:52px;height:52px}.lp-value-highlight-cta-row{flex-direction:column;align-items:stretch;gap:16px}.lp-value-button{width:100%}.lp-value-highlight-aside{padding:22px 18px}.lp-value-cost-item{grid-template-columns:58px 1fr;padding:14px}.lp-value-cost-icon{width:48px;height:48px}.lp-value-cost-item strong{font-size:24px}.lp-value-cost-item span,.lp-value-highlight-warning{font-size:16px}.lp-value-highlight-offer{grid-template-columns:64px 1fr;gap:14px;padding:18px 16px}.lp-value-highlight-offer-icon{width:56px;height:56px}.lp-value-highlight-bottom{grid-template-columns:1fr;gap:16px}.lp-value-highlight-bottom-side{border-left:0;padding-left:0}}.lp-section{padding:86px 0}.lp-section-header{text-align:center;max-width:760px;margin:0 auto 38px}.lp-section-kicker{color:var(--lp-orange);letter-spacing:0;text-transform:none;margin-bottom:12px;font-size:13px;font-weight:800}.lp-section-title{letter-spacing:-.035em;margin-bottom:16px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.05}.lp-section-subtitle{color:var(--lp-muted);font-size:17px;line-height:1.75}.lp-logos-section{padding:52px 0 12px}.lp-logos-title{text-align:center;color:var(--lp-muted);letter-spacing:0;text-transform:none;margin-bottom:30px;font-size:13px;font-weight:700}.lp-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 44px;display:flex}.lp-logo-item{color:var(--lp-muted);align-items:center;gap:11px;transition:color .2s;display:inline-flex}.lp-logo-item:hover{color:var(--lp-text)}.lp-logo-item svg{flex-shrink:0;width:27px;height:27px}.lp-logo-item span{letter-spacing:-.01em;font-size:19px;font-weight:700}@media (max-width:680px){.lp-logos-row{gap:18px 28px}.lp-logo-item span{font-size:16px}.lp-logo-item svg{width:22px;height:22px}}.lp-hero-trust{background:linear-gradient(90deg,#0000,#ffffff8c,#0000);border-top:1px solid #1118271f;border-bottom:1px solid #11182714;width:100%;max-width:610px;margin-top:18px;margin-left:auto;margin-right:auto}.lp-trust-row{justify-content:center;align-items:stretch;display:flex}.lp-trust-item{flex:1;justify-content:center;align-items:center;gap:10px;padding:15px 18px;display:flex}.lp-trust-item+.lp-trust-item{border-left:1px solid #11182714}.lp-trust-icon{color:var(--lp-green);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.lp-trust-icon svg{width:24px;height:24px}.lp-trust-text{flex-direction:column;gap:2px;display:flex}.lp-trust-text strong{color:#111827;letter-spacing:-.01em;font-size:14px;font-weight:700}.lp-trust-text span{color:#526078;font-size:12px}@media (max-width:680px){.lp-trust-item{text-align:center;flex-direction:column;gap:8px;padding:16px 6px}.lp-trust-icon svg{width:22px;height:22px}.lp-trust-text{align-items:center;gap:1px}.lp-trust-text strong{font-size:11px;line-height:1.2}.lp-trust-text span{font-size:9.5px;line-height:1.25}}@media (max-width:380px){.lp-trust-item{padding:14px 4px}.lp-trust-text strong{font-size:10px}.lp-trust-text span{font-size:8.5px}}.lp-reveal-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.lp-status-card{border-radius:var(--lp-radius-md);border:1px solid var(--lp-border);background:#080e1f;flex-direction:column;gap:14px;min-block-size:280px;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #0000003d}.lp-status-card:before{content:"";border-radius:2px 2px 0 0;block-size:2px;position:absolute;inset-block-start:0;inset-inline:0}.lp-status-card.red{background:#ff4d5a0e;border-color:#ff4d5a47;box-shadow:0 10px 28px #0000003d}.lp-status-card.red:before{background:#ff4d5a}.lp-status-card.yellow{background:#facc150b;border-color:#facc1547;box-shadow:0 10px 28px #0000003d}.lp-status-card.yellow:before{background:#facc15}.lp-status-card.blue{background:#3b82f60e;border-color:#3b82f647;box-shadow:0 10px 28px #0000003d}.lp-status-card.blue:before{background:#3b82f6}.lp-status-card-top{align-items:center;gap:10px;display:flex}.lp-status-icon{border:1px solid;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;block-size:40px;inline-size:40px;display:inline-flex}.lp-status-tag{text-transform:uppercase;letter-spacing:.1em;border-radius:999px;width:fit-content;padding:6px 12px;font-size:11px;font-weight:700}.lp-status-card.red .lp-status-tag{color:#ff8a93;background:#ff4d5a1a;border:1px solid #ff4d5a4d}.lp-status-card.yellow .lp-status-tag{color:#fde68a;background:#facc1514;border:1px solid #facc154d}.lp-status-card.blue .lp-status-tag{color:#93c5fd;background:#3b82f614;border:1px solid #3b82f64d}.lp-status-card h3{letter-spacing:-.04em;margin:0;font-size:22px;line-height:1.2}.lp-status-card p{color:var(--lp-muted);margin:0;font-size:15px;line-height:1.72}.lp-status-deco{pointer-events:none;position:absolute;inset-block-end:-10px;inset-inline-end:-10px}.lp-status-deco--red{color:#ff4d5a;filter:drop-shadow(0 0 18px #ff4d5a80)}.lp-status-deco--yellow{color:#facc15;filter:drop-shadow(0 0 18px #facc1573)}.lp-status-deco--blue{color:#3b82f6;filter:drop-shadow(0 0 18px #3b82f680)}.lp-reveal-note{text-align:center;justify-content:center;align-items:center;gap:12px;margin-block-start:36px;display:flex}.lp-reveal-note-dot{border:2px solid #639bff99;border-radius:50%;flex-shrink:0;block-size:10px;inline-size:10px;box-shadow:0 0 0 4px #639bff1f}.lp-reveal-note p{color:var(--lp-muted);max-inline-size:54ch;font-size:15px;line-height:1.7}.lp-center-action{justify-content:center;margin-block-start:30px;display:flex}.lp-problem-layout{grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px;display:grid}.lp-problem-copy h2{letter-spacing:-.055em;margin-bottom:20px;font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.05}.lp-problem-copy p{color:var(--lp-muted);margin-bottom:18px;font-size:17px;line-height:1.82}.lp-proof-section{position:relative}.lp-proof-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:34px;display:grid}.lp-proof-copy{min-width:0}.lp-proof-list{gap:14px;margin-top:28px;display:grid}.lp-proof-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;padding:20px 22px;box-shadow:0 14px 36px #04061038}.lp-proof-label{color:var(--lp-orange);letter-spacing:.12em;text-transform:uppercase;background:#ff7a1a1f;border-radius:999px;align-items:center;margin-bottom:10px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.lp-proof-card p{color:var(--lp-text);font-size:16px;line-height:1.78}.lp-proof-counter{color:#b7f6ca;background:#4ade801a;border:1px solid #4ade8038;border-radius:999px;align-items:center;margin-top:22px;padding:12px 16px;font-size:13px;font-weight:700;display:inline-flex}.lp-proof-case{background:linear-gradient(#ff7a1a1a,#ffffff08);border:1px solid #ff7a1a2e;border-radius:24px;margin-top:22px;padding:22px}.lp-proof-case-tag{color:var(--lp-orange);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-flex}.lp-proof-case p{color:var(--lp-text);font-size:16px;line-height:1.8}.lp-proof-case-note{color:var(--lp-muted);margin-top:10px;font-size:12px;line-height:1.7;display:block}.lp-proof-media{min-width:0}.lp-proof-image-wrap{background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000047}.lp-proof-image{width:100%;height:auto;display:block}.lp-alert-box{border-radius:var(--lp-radius-md);color:#ffd2ad;background:linear-gradient(135deg,#ff7a1a24,#ff4d5a14);border:1px solid #ff7a1a47;margin-top:24px;padding:19px 20px;font-size:15px;font-weight:700;line-height:1.65}.lp-query-list{flex-direction:column;gap:10px;margin:16px 0 20px;list-style:none;display:flex}.lp-query-list li{color:var(--lp-text);border:1px solid var(--lp-border);background:#ffffff0a;border-radius:10px;padding:11px 16px;font-size:15px;font-weight:600;line-height:1.4}.lp-signal-card{border-radius:var(--lp-radius-xl);border:1px solid var(--lp-border);box-shadow:var(--lp-shadow-card);background:radial-gradient(circle at 10% 5%,#ff7a1a2e,#0000 28%),#10162dc7;padding:28px}.lp-signal-title{justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.lp-signal-title h3{letter-spacing:-.035em;font-size:21px}.lp-signal-pill{color:#86efac;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e3d;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.lp-metric-list{gap:14px;display:grid}.lp-metric{gap:9px;display:grid}.lp-metric-row{color:var(--lp-muted);justify-content:space-between;align-items:center;gap:16px;font-size:14px;font-weight:700;display:flex}.lp-metric strong{color:var(--lp-text)}.lp-bar{background:#ffffff12;border-radius:999px;height:11px;overflow:hidden}.lp-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--lp-orange), #ffbd5a);height:100%;display:block}.lp-offer-top{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;margin-bottom:16px;display:grid}.lp-offer-image-wrap{border-radius:var(--lp-radius-xl);border:1px solid var(--lp-border);overflow:hidden}.lp-offer-image{object-fit:cover;width:100%;height:100%}.lp-offer-bottom{border-radius:var(--lp-radius-xl);border:1px solid var(--lp-border);box-shadow:var(--lp-shadow-card);background:linear-gradient(#ffffff13,#ffffff09),#10162dc2;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:28px 32px;display:grid}.lp-offer-price-block{flex-shrink:0}.lp-offer-desc{color:var(--lp-muted);font-size:15px;line-height:1.75}.lp-offer-cta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:12px;display:flex}.lp-plans-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;display:grid}.lp-plans-grid>.lp-plan-card--green{grid-column:2}.lp-plan-card{border-radius:var(--lp-radius-lg);border:1px solid var(--lp-border);box-shadow:var(--lp-shadow-card);background:linear-gradient(#ffffff0f,#ffffff08),#10162dc2;flex-direction:column;gap:20px;padding:32px;display:flex;position:relative}.lp-plan-card--featured{box-shadow:0 0 0 1px #ff7a1a33, var(--lp-shadow-card);background:linear-gradient(160deg,#ff7a1a14,#ff7a1a08),#10162dd9;border-color:#ff7a1a59}.lp-plan-card--green{background:linear-gradient(160deg,#22c55e14,#22c55e08),#10162dd1;border-color:#22c55e57;box-shadow:0 0 0 1px #22c55e29,0 14px 36px #00000042}.lp-plan-badge{background:var(--lp-orange);color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:800;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.lp-plan-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--lp-muted-2);font-size:11px;font-weight:700}.lp-plan-price{flex-direction:column;gap:2px;display:flex}.lp-plan-old-price{color:var(--lp-muted-2);font-size:13px}.lp-plan-old-price span{text-decoration:line-through}.lp-plan-price strong{color:var(--lp-text);letter-spacing:-.04em;font-size:48px;font-weight:800;line-height:1}.lp-plan-price small{color:var(--lp-muted);font-size:13px;font-weight:500}.lp-plan-features{flex-direction:column;flex:1;gap:10px;list-style:none;display:flex}.lp-plan-features li{color:var(--lp-muted);align-items:flex-start;gap:9px;font-size:14px;line-height:1.5;display:flex}.lp-plan-check{background:#ffffff14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:inline-flex}.lp-plan-check:after{content:"✓";color:var(--lp-muted);font-size:10px;font-weight:700}.lp-plan-cta{text-align:center;border-radius:12px;padding:13px 20px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.lp-plan-cta:hover{opacity:.85}.lp-plan-cta--primary{background:var(--lp-orange);color:#fff}.lp-plan-cta--secondary{border:1px solid var(--lp-border);color:var(--lp-text);background:#ffffff12}.lp-plan-cta--green{color:#d9ffe7;background:#22c55e29;border:1px solid #22c55e57}.lp-plan-note{color:var(--lp-muted-2);text-align:center;margin-top:-8px;font-size:12px}@media (max-width:860px){.lp-plans-grid{grid-template-columns:1fr}.lp-plans-grid>.lp-plan-card--green{grid-column:auto}}.lp-offer-card,.lp-price-card{border-radius:var(--lp-radius-lg);border:1px solid var(--lp-border);background:linear-gradient(#ffffff13,#ffffff09),#10162dc2;box-shadow:0 14px 36px #00000042}.lp-offer-card{padding:32px}.lp-offer-card h3{letter-spacing:-.045em;margin-bottom:12px;font-size:27px;line-height:1.14}.lp-offer-card>p{color:var(--lp-muted);margin-bottom:26px;line-height:1.75}.lp-check-list{gap:15px;display:grid}.lp-check-item{color:var(--lp-muted);align-items:flex-start;gap:13px;font-size:15px;line-height:1.65;display:flex}.lp-check-icon{color:#ffb27a;background:#ff7a1a24;border-radius:999px;flex:none;place-items:center;width:23px;height:23px;margin-top:1px;font-size:13px;font-weight:700;display:grid}.lp-check-item strong{color:var(--lp-text)}.lp-price-card{flex-direction:column;justify-content:center;padding:32px;display:flex;position:relative;overflow:hidden}.lp-price-card:before{content:"";filter:blur(10px);background:#ff7a1a2e;border-radius:999px;width:220px;height:220px;position:absolute;inset:-80px -80px auto auto}.lp-price-label{color:#ffd1af;text-transform:uppercase;letter-spacing:.08em;z-index:1;background:#ff7a1a21;border:1px solid #ff7a1a42;border-radius:999px;width:fit-content;margin-bottom:16px;padding:8px 12px;font-size:12px;font-weight:700;position:relative}.lp-old-price{color:var(--lp-muted-2);z-index:1;margin-bottom:4px;font-size:16px;position:relative}.lp-old-price span{text-decoration:line-through}.lp-price{z-index:1;align-items:flex-end;gap:8px;margin-bottom:12px;display:flex;position:relative}.lp-price strong{letter-spacing:-.08em;color:var(--lp-orange);font-size:62px;line-height:.95}.lp-price small{color:var(--lp-muted);margin-bottom:9px;font-size:14px;font-weight:700}.lp-price-description{color:var(--lp-muted);z-index:1;margin-bottom:24px;line-height:1.72;position:relative}.lp-trust-line{color:var(--lp-muted-2);z-index:1;align-items:center;gap:10px;margin-top:16px;font-size:13px;line-height:1.5;display:flex;position:relative}.lp-trust-dot{background:var(--lp-green);border-radius:999px;flex:none;width:8px;height:8px;box-shadow:0 0 16px #22c55ecc}.lp-compare-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;display:grid}.lp-compare-col{border-radius:var(--lp-radius-xl);border:1px solid var(--lp-border);padding:28px}.lp-compare-col--bad{background:#ef44440f;border-color:#ef444433}.lp-compare-col--good{background:#22c55e0f;border-color:#22c55e33}.lp-compare-header{color:var(--lp-text);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;font-weight:700;display:flex}.lp-compare-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.lp-compare-dot--red{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.lp-compare-dot--green{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.lp-compare-list{flex-direction:column;gap:10px;list-style:none;display:flex}.lp-compare-list li{color:var(--lp-muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.lp-compare-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:12px;font-weight:800;display:inline-flex}.lp-compare-icon--bad{color:#f87171;background:#ef444426}.lp-compare-icon--good{color:#4ade80;background:#22c55e26}.lp-compare-note{color:var(--lp-muted);border-radius:var(--lp-radius-md);border:1px solid var(--lp-border);background:#ffffff08;max-width:680px;padding:18px 22px;font-size:15px;font-weight:600;line-height:1.65}@media (max-width:640px){.lp-compare-grid{grid-template-columns:1fr}}.lp-faq{gap:12px;max-width:860px;margin:0 auto;display:grid}.lp-faq-item{border-radius:var(--lp-radius-md);border:1px solid var(--lp-border);background:#10162db8;overflow:hidden}.lp-faq-question{width:100%;min-height:62px;color:var(--lp-text);cursor:pointer;text-align:left;font-weight:900;font:inherit;letter-spacing:-.02em;background:0 0;border:0;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.lp-faq-question-inner{align-items:center;gap:11px;display:flex}.lp-faq-marker{width:22px;height:22px;color:var(--lp-orange);background:#ff7a1a24;border-radius:999px;flex:none;place-items:center;font-size:12px;display:grid}.lp-faq-arrow{color:var(--lp-orange);flex:none;transition:transform .2s}.lp-faq-arrow.open{transform:rotate(180deg)}.lp-faq-answer{color:var(--lp-muted);padding:0 20px 20px 53px;font-size:15px;line-height:1.75;display:none}.lp-faq-answer.open{display:block}.lp-faq-item.featured{background:#ff7a1a12;border-color:#ff7a1a73;box-shadow:0 0 0 1px #ff7a1a1f,0 8px 32px #ff7a1a1a}.lp-faq-item.featured .lp-faq-question{color:var(--lp-text)}.lp-faq-item.featured .lp-faq-marker{color:var(--lp-orange);background:#ff7a1a38;border-color:#ff7a1a59}.lp-faq-item.featured .lp-faq-answer{color:#ffd3b3}.lp-final-cta{text-align:center;padding:92px 0}.lp-final-card{border-radius:var(--lp-radius-lg);background:radial-gradient(circle at 50% 0,#ff7a1a33,#0000 36%),linear-gradient(#ffffff13,#ffffff09),#10162dc7;border:1px solid #ff7a1a38;max-width:900px;margin:0 auto;padding:54px 34px;box-shadow:0 14px 36px #00000042}.lp-final-card h2{letter-spacing:-.035em;margin-bottom:18px;font-size:clamp(34px,4vw,54px);line-height:1.06}.lp-final-card p{max-width:650px;color:var(--lp-muted);margin:0 auto 28px;font-size:17px;line-height:1.75}.lp-footer{background:#070a1a;border-top:1px solid #ffffff12;padding:64px 0 0}.lp-footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr 1.3fr;gap:48px;padding-bottom:52px;display:grid}.lp-footer-brand-tag{color:var(--lp-orange);letter-spacing:.12em;margin:14px 0 10px;font-size:10px;font-weight:700}.lp-footer-brand-desc{color:var(--lp-muted);max-width:260px;margin-bottom:20px;font-size:13px;line-height:1.72}.lp-footer-social{gap:10px;display:flex}.lp-footer-social a{width:36px;height:36px;color:var(--lp-muted);background:#ffffff0f;border:1px solid #ffffff17;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s;display:flex}.lp-footer-social a:hover{color:var(--lp-orange);background:#ff7a1a26;border-color:#ff7a1a4d}.lp-footer-col{flex-direction:column;gap:4px;display:flex}.lp-footer-col-title{color:var(--lp-orange);letter-spacing:.1em;margin-bottom:12px;font-size:11px;font-weight:700}.lp-footer-link{color:var(--lp-muted);padding:3px 0;font-size:13px;text-decoration:none;transition:color .2s}.lp-footer-link:hover{color:var(--lp-text)}.lp-footer-contact-item{flex-direction:column;gap:2px;margin-bottom:14px;display:flex}.lp-footer-contact-label{color:var(--lp-orange);letter-spacing:.12em;font-size:9px;font-weight:700}.lp-footer-contact-value{color:var(--lp-text);font-size:13px;font-weight:600;text-decoration:none}a.lp-footer-contact-value:hover{color:var(--lp-orange)}.lp-footer-bottom{color:var(--lp-muted-2);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:20px 0;font-size:12px;display:flex}.lp-footer-bottom a{color:var(--lp-muted);text-decoration:none}.lp-footer-bottom a:hover{color:var(--lp-text)}.lp-footer-legal{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.lp-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#020617c7;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.lp-modal-overlay.active{display:flex}.lp-modal{border-radius:var(--lp-radius-xl);border:1px solid var(--lp-border);background:radial-gradient(circle at 15% 0%, #ff7a1a2e, transparent 32%), var(--lp-surface);width:min(100%,520px);overflow:hidden;box-shadow:0 40px 100px #0000008c}.lp-modal-header{border-bottom:1px solid var(--lp-border);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.lp-modal-header h3{letter-spacing:-.04em;font-size:21px}.lp-modal-close{border:1px solid var(--lp-border);width:36px;height:36px;color:var(--lp-text);cursor:pointer;font:inherit;background:#ffffff0a;border-radius:999px;place-items:center;display:grid}.lp-modal-body{padding:24px}.lp-modal-body p{color:var(--lp-muted);margin-bottom:18px;line-height:1.75}.lp-result-box{gap:12px;margin-top:18px;display:grid}.lp-result-row{border:1px solid var(--lp-border);color:var(--lp-muted);background:#ffffff0a;border-radius:14px;padding:14px;font-size:14px;line-height:1.5}.lp-result-row strong{color:var(--lp-text)}@media (max-width:980px){.lp-hero{background-position:bottom;background-size:90%;padding-top:72px;padding-bottom:112px}.lp-hero:before{background:linear-gradient(#070a1a 40%,#0000 65%),linear-gradient(#0000 70%,#070a1a 100%)}.lp-hero-grid{grid-template-columns:1fr;gap:30px;max-width:100%}.lp-hero-copy{text-align:center}.lp-badge,.lp-hero-form-card,.lp-hero-trust,.lp-hero-subtitle{margin-left:auto;margin-right:auto}.lp-problem-layout,.lp-offer-top,.lp-proof-layout{grid-template-columns:1fr}.lp-offer-bottom{grid-template-columns:1fr;gap:20px}.lp-offer-cta{align-items:stretch}.lp-hero-form{grid-template-columns:1fr}.lp-button{width:100%}.lp-reveal-grid{grid-template-columns:1fr}.lp-problem-copy,.lp-proof-copy{text-align:center}.lp-proof-counter{justify-content:center}}@media (max-width:720px){.lp-container{width:100%;max-width:none;padding-left:14px;padding-right:14px}.lp-header-content{height:66px}.lp-main-nav{display:none}.lp-hero-bg{margin-top:0;display:none}.lp-hero-image{object-position:center center}.lp-hero-overlay{background:linear-gradient(#070a1af5 0%,#070a1abd 56%,#070a1a 100%),linear-gradient(90deg,#070a1a 0%,#070a1a9e 100%);display:block}.lp-hero{padding:54px 0 72px}.lp-hero-copy{inline-size:100%;max-inline-size:100%;min-width:0;overflow:visible}.lp-hero h1{overflow-wrap:anywhere;text-wrap:pretty;margin-left:auto;margin-right:auto;font-size:clamp(24px,6.4vw,26px);line-height:1.08;inline-size:min(100%,270px)!important;max-inline-size:min(100%,270px)!important}.lp-hero-subtitle{overflow-wrap:break-word;inline-size:min(100%,300px);max-inline-size:min(100%,300px);font-size:15px}.lp-hero-form-card{min-inline-size:0;padding:16px;overflow:hidden;inline-size:100%!important;max-inline-size:100%!important}.lp-hero-form,.lp-field,.lp-field input,.lp-hero .lp-button{min-inline-size:0;max-inline-size:100%}.lp-hero-form-title{text-align:left;white-space:normal;overflow-wrap:break-word;line-height:1.35;display:block}.lp-field input{font-size:15px}.lp-hero-note{max-width:300px;margin-left:auto;margin-right:auto;font-size:14px}.lp-demo-body{padding:18px}.lp-section{padding:62px 0}.lp-section-title{font-size:34px}.lp-status-card,.lp-offer-card,.lp-price-card,.lp-trust-card,.lp-signal-card{padding:22px}.lp-proof-card,.lp-proof-case{padding:20px}.lp-price strong{font-size:52px}.lp-faq-answer{padding-left:20px}.lp-final-card{padding:38px 20px}.lp-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.lp-footer-brand{grid-column:1/-1}.lp-footer-bottom{flex-direction:column;align-items:flex-start}.lp-hero-trust{display:none}.lp-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}@media (max-width:420px){.lp-footer-grid{grid-template-columns:1fr}}.lp-logo-dot{border-radius:999px;width:22px;height:22px;display:inline-block;box-shadow:0 0 22px}.lp-hero-form-title{color:var(--lp-text);margin:0 0 12px;font-size:15px;font-weight:800}.lp-hero-form--single{grid-template-columns:1fr}.lp-hero-form--single .lp-field,.lp-hero-form--single .lp-button{grid-column:auto}.lp-steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.lp-preview-card,.lp-example-card,.lp-traffic-card{border:1px solid var(--lp-border);background:linear-gradient(#fff1,#ffffff06),#10162dc2;box-shadow:0 14px 36px #0000003d}.lp-step-card{border-radius:var(--lp-radius-md);padding:28px}.lp-step-card--status{min-block-size:300px}.lp-step-card--status h3{color:var(--lp-text);letter-spacing:normal;margin:0 0 12px;font-size:24px;line-height:1.15}.lp-step-card--status p,.lp-example-close,.lp-traffic-card p{color:var(--lp-muted);margin:0;font-size:15px;line-height:1.7}.lp-example-layout,.lp-traffic-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);align-items:center;gap:42px;display:grid}.lp-example-close{color:var(--lp-text);margin-top:20px;font-weight:800}.lp-example-card{border-radius:var(--lp-radius-md);padding:24px}.lp-example-card .lp-chat-message:last-child{margin-bottom:0}.lp-report-proof-layout{grid-template-columns:minmax(0,.95fr) minmax(320px,460px);align-items:center;gap:44px;display:grid}.lp-report-proof-copy{gap:16px;display:grid}.lp-proof-points{gap:12px;max-width:660px;margin-top:6px;display:grid}.lp-proof-point{color:var(--lp-text);background:#ffffff0e;border:1px solid #ffffff1c;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 16px;font-size:15px;font-weight:800;line-height:1.45;display:flex}.lp-preview-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;margin:0 auto;display:grid}.lp-preview-card{border-radius:var(--lp-radius-md);padding:28px;position:relative;overflow:hidden}.lp-preview-card:before{content:"";background:linear-gradient(90deg, var(--lp-blue), var(--lp-orange));height:4px;position:absolute;inset:0 0 auto}.lp-preview-card--complete{background:radial-gradient(circle at 86% 8%,#ff7a1a29,#0000 34%),linear-gradient(#ffffff12,#ffffff06),#10162dcc;border-color:#ff7a1a47}.lp-preview-card-head{align-items:center;gap:14px;margin-bottom:22px;display:flex}.lp-preview-icon{width:52px;height:52px;color:var(--lp-text);background:#ffffff12;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:inline-flex}.lp-preview-card-head p{color:var(--lp-muted-2);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.lp-preview-card-head h3{color:var(--lp-text);letter-spacing:normal;margin:0;font-size:26px;line-height:1.12}.lp-preview-card ul{gap:13px;list-style:none;display:grid}.lp-preview-card li{color:var(--lp-muted);align-items:flex-start;gap:11px;font-size:15px;line-height:1.55;display:flex}.lp-center-action{justify-content:center;margin-top:28px;display:flex}.lp-offer-price-card{grid-column:1/-1;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);align-items:center;gap:36px;min-height:100%;padding:42px;display:grid}.lp-offer-price-main,.lp-offer-price-side{min-width:0}.lp-offer-price-main{gap:12px;display:grid}.lp-offer-price-card .lp-plan-price strong{font-size:clamp(58px,7vw,92px)}.lp-offer-price-card .lp-plan-price small{font-size:16px}.lp-offer-price-copy{max-width:520px;color:var(--lp-muted);margin:8px 0 0;font-size:16px;line-height:1.7}.lp-offer-price-side{border-radius:var(--lp-radius-md);background:#ffffff09;border:1px solid #22c55e2e;gap:20px;padding:26px;display:grid}.lp-offer-price-card .lp-plan-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;display:grid}.lp-offer-price-card .lp-plan-cta{padding:17px 22px;font-size:17px}.lp-offer-price-card .lp-plan-note{margin:-6px 0 0}.lp-offer-reassurance{gap:8px;display:grid}.lp-offer-reassurance span{color:#d9ffe7;align-items:center;gap:8px;font-size:13px;line-height:1.45;display:flex}.lp-offer-reassurance span:before{content:"";background:var(--lp-green);border-radius:999px;flex:none;width:7px;height:7px}.lp-product-card{grid-column:1/-1;gap:24px;display:grid}.lp-product-content{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch;gap:26px;display:grid}.lp-product-card-copy{gap:12px;margin-bottom:24px;display:grid}.lp-product-pill{color:#86efac;letter-spacing:.06em;text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e47;border-radius:999px;align-items:center;width:fit-content;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.lp-product-card h3{color:var(--lp-text);letter-spacing:normal;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.05}.lp-product-card-copy p{max-width:620px;color:var(--lp-muted);margin:0;font-size:16px;line-height:1.7}.lp-product-card--compact .lp-check-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}.lp-report-preview{border-radius:var(--lp-radius-md);background:#080e1f;border:1px solid #ffffff24;align-content:start;gap:16px;min-height:360px;padding:22px;display:grid}.lp-report-preview-head{border-bottom:1px solid #ffffff17;gap:5px;padding-bottom:14px;display:grid}.lp-report-preview-head span,.lp-report-next-step span{color:var(--lp-muted);font-size:12px;font-weight:800}.lp-report-preview-head strong{color:var(--lp-text);font-size:18px;line-height:1.25}.lp-report-question{color:#dbeafe;background:#3b82f614;border:1px solid #3b82f63d;border-radius:14px;padding:14px;font-size:15px;line-height:1.55}.lp-report-signals{gap:10px;display:grid}.lp-report-signal{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.lp-report-signal span{color:var(--lp-muted);font-size:13px;line-height:1.4}.lp-report-signal strong{color:var(--lp-text);text-align:right;font-size:13px;line-height:1.35}.lp-report-next-step{background:#ff7a1a14;border:1px solid #ff7a1a40;border-radius:14px;padding:15px}.lp-report-next-step p{color:var(--lp-text);margin:6px 0 0;font-size:14px;line-height:1.55}button.lp-plan-cta{cursor:pointer;font:inherit;border:0}.lp-traffic-card{border-radius:var(--lp-radius-md);padding:30px}.lp-traffic-card strong{color:var(--lp-text);letter-spacing:normal;margin-top:18px;font-size:22px;line-height:1.25;display:block}.lp-credit-layout,.lp-promise-layout,.lp-guarantee-card{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);align-items:center;gap:42px;display:grid}.lp-credit-callout,.lp-guarantee-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius-lg);background:linear-gradient(#fff1,#ffffff07),#10162dc2;box-shadow:0 14px 36px #00000042}.lp-credit-callout{padding:32px}.lp-credit-callout strong{color:#86efac;letter-spacing:normal;margin-bottom:18px;font-size:clamp(34px,4vw,56px);line-height:1;display:block}.lp-credit-callout p{color:var(--lp-muted);margin:0 0 24px;font-size:16px;line-height:1.7}.lp-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.lp-audience-card{border:1px solid var(--lp-border);border-radius:var(--lp-radius-lg);background:linear-gradient(#ffffff0f,#ffffff06),#10162db8;min-height:190px;padding:24px;box-shadow:0 16px 48px #00000038}.lp-audience-card h3{color:var(--lp-text);letter-spacing:normal;margin:0 0 12px;font-size:20px;line-height:1.18}.lp-audience-card p,.lp-promise-copy{color:var(--lp-muted);margin:0;font-size:15px;line-height:1.7}.lp-promise-copy{max-width:660px;margin-top:18px}.lp-promise-list{border-radius:var(--lp-radius-md);background:radial-gradient(circle at 90% 8%,#ff7a1a24,#0000 30%),#10162db8;border:1px solid #ff7a1a38;gap:14px;padding:28px;display:grid}.lp-guarantee-card{padding:36px}.lp-guarantee-card p{color:var(--lp-muted);margin:0 0 18px;font-size:16px;line-height:1.75}.lp-guarantee-card strong{color:var(--lp-text);font-size:18px;line-height:1.55;display:block}@media (max-width:980px){.lp-steps-grid,.lp-preview-cards,.lp-product-content,.lp-example-layout,.lp-report-proof-layout,.lp-traffic-layout,.lp-credit-layout,.lp-promise-layout,.lp-guarantee-card{grid-template-columns:1fr}.lp-example-layout,.lp-report-proof-layout,.lp-traffic-layout,.lp-credit-layout,.lp-promise-layout,.lp-guarantee-card{gap:24px}.lp-offer-price-card{grid-template-columns:1fr;gap:24px;padding:30px}.lp-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-product-card--compact .lp-check-list{grid-template-columns:1fr}}@media (max-width:640px){.lp-step-card,.lp-preview-card,.lp-example-card,.lp-traffic-card,.lp-proof-point,.lp-credit-callout,.lp-promise-list,.lp-guarantee-card{padding:22px}.lp-audience-grid{grid-template-columns:1fr}.lp-report-proof-copy{gap:12px}.lp-report-preview{min-height:260px}.lp-offer-price-card{padding:24px}.lp-offer-price-side{padding:18px}.lp-offer-price-card .lp-plan-features{grid-template-columns:1fr}}@media (max-width:720px){.lp-hero .lp-hero-trust{width:100%;min-width:0;max-width:100%;margin-top:14px;display:block;overflow:hidden}.lp-hero .lp-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.lp-hero .lp-trust-item{gap:6px;min-width:0;padding:12px 4px}.lp-hero .lp-trust-text{min-width:0}.lp-hero .lp-trust-icon svg{width:18px;height:18px}.lp-hero .lp-trust-text strong{font-size:10px;line-height:1.15}.lp-hero .lp-trust-text span{overflow-wrap:anywhere;font-size:8.5px;line-height:1.2}}.lp-logos-section,.lp-section,.lp-final-cta{color:#111827;background:#f7f9fc}.lp-section-soft{background:#eef3fb;border-top:1px solid #dde5f1;border-bottom:1px solid #dde5f1}.lp-section-title,.lp-status-card h3,.lp-preview-card-head h3,.lp-product-card h3,.lp-audience-card h3,.lp-final-card h2,.lp-guarantee-card strong,.lp-example-close{color:#111827}.lp-section-subtitle,.lp-logos-title,.lp-logo-item,.lp-status-card p,.lp-preview-card li,.lp-proof-point,.lp-product-card-copy p,.lp-check-item,.lp-audience-card p,.lp-promise-copy,.lp-guarantee-card p,.lp-final-card p{color:#4b5870}.lp-status-card,.lp-preview-card,.lp-example-card,.lp-proof-point,.lp-offer-card,.lp-plan-card,.lp-credit-callout,.lp-guarantee-card,.lp-audience-card,.lp-promise-list,.lp-final-card,.lp-report-preview{box-shadow:none;background:#fff;border-color:#dde5f1}.lp-hero-form-card{box-shadow:0 10px 26px #11182714}.lp-status-card.red,.lp-status-card.yellow,.lp-status-card.blue,.lp-preview-card--complete,.lp-plan-card--green{box-shadow:none;background:#fff}.lp-status-card:before,.lp-preview-card:before{box-shadow:none}.lp-chat-message,.lp-chat-message.user,.lp-report-question,.lp-report-signal,.lp-report-next-step,.lp-offer-price-side{background:#f7f9fc;border-color:#dde5f1}.lp-chat-text,.lp-report-preview-head strong,.lp-report-next-step p,.lp-report-signal strong,.lp-plan-price strong{color:#111827}.lp-product-pill{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.lp-credit-section{background:#f7f9fc}.lp-credit-callout strong,.lp-offer-reassurance span{color:#166534}.lp-check-icon,.lp-plan-check,.lp-microcopy-icon{color:#16a34a;background:#ecfdf3}.lp-faq-question{color:#111827}.lp-faq-answer{color:#4b5870}.lp-faq-item.featured{box-shadow:none;background:#fff7ed}.lp-footer{background:#0f1220}.lp-root{color:#0d1424;background:#f6f8fc}.lp-hero{background:radial-gradient(circle at 50% 0,#ff7a1a13,#0000 32%),linear-gradient(#f8fafc 0%,#edf3fb 100%)}.lp-section,.lp-logos-section,.lp-final-cta,.lp-credit-section{background:#f6f8fc}.lp-section-soft{background:#edf3fb;border-color:#d8e3f1}.lp-section-kicker{color:#8a3a00;font-weight:850}.lp-section-title,.lp-hero h1{color:#0d1424}.lp-section-subtitle,.lp-hero-subtitle,.lp-status-card p,.lp-step-card--status p,.lp-preview-card li,.lp-proof-point,.lp-offer-price-copy,.lp-credit-callout p,.lp-product-card-copy p,.lp-plan-features li,.lp-final-card p,.lp-guarantee-card p,.lp-audience-card p{color:#35445f}.lp-page-header{background:#2b303ef5}.lp-hero-form-card,.lp-status-card,.lp-preview-card,.lp-example-card,.lp-proof-point,.lp-offer-card,.lp-plan-card,.lp-credit-callout,.lp-guarantee-card,.lp-audience-card,.lp-promise-list,.lp-final-card,.lp-report-preview{box-shadow:none;background:#fff;border-color:#d8e3f1}.lp-hero-form-card{border-color:#d5deea;box-shadow:0 8px 20px #15203712}.lp-hero .lp-field input{color:#0d1424;background:#f7f9fc;border-color:#cfd8e6}.lp-hero .lp-field input::placeholder{color:#586985}.lp-button,.lp-plan-cta--primary{color:#180b02;font-weight:800}.lp-button:hover,.lp-plan-cta:hover{opacity:1;filter:brightness(1.03)}.lp-step-card--status{min-block-size:240px;padding:26px}.lp-status-card:before,.lp-preview-card:before{opacity:.75;height:3px}.lp-status-card.red,.lp-status-card.yellow,.lp-status-card.blue{background:#fff}.lp-status-card.red{border-color:#f3c9cf}.lp-status-card.yellow{border-color:#ead79a}.lp-status-card.blue{border-color:#c2d7f6}.lp-status-icon--red{color:#be123c;background:#fff1f2;border-color:#fecdd3}.lp-status-icon--yellow{color:#854d0e;background:#fffbeb;border-color:#fde68a}.lp-status-icon--blue{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.lp-status-tag{letter-spacing:.03em;text-transform:none;font-weight:800}.lp-status-card.red .lp-status-tag{color:#be123c;background:#fff1f2;border-color:#fecdd3}.lp-status-card.yellow .lp-status-tag{color:#854d0e;background:#fffbeb;border-color:#fde68a}.lp-status-card.blue .lp-status-tag{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.lp-preview-card{padding:26px}.lp-preview-card--free{border-color:#c2d7f6}.lp-preview-card--complete{border-color:#f2c6a6}.lp-preview-card-head p{color:#51627e;letter-spacing:.02em;text-transform:none}.lp-preview-card--free .lp-preview-icon{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.lp-preview-card--complete .lp-preview-icon{color:#9a3f00;background:#fff7ed;border-color:#fed7aa}.lp-plan-check,.lp-check-icon,.lp-microcopy-icon{color:#0f7a3e;background:#e8f8ef}.lp-plan-check:after{color:#0f7a3e}.lp-plan-check--orange{background:#fff2e4}.lp-plan-check--orange:after{color:#9a3f00}.lp-offer-price-side,.lp-chat-message,.lp-chat-message.user,.lp-report-question,.lp-report-signal,.lp-report-next-step{background:#f7f9fc;border-color:#d8e3f1}.lp-chat-role,.lp-report-preview-head span,.lp-report-next-step span,.lp-report-signal span,.lp-plan-kicker,.lp-plan-price small,.lp-plan-note{color:#4b5870}.lp-report-question{color:#23314a}.lp-report-signal strong,.lp-chat-text,.lp-report-next-step p{color:#0d1424}.lp-report-signal--risk strong{color:#be123c}.lp-report-signal--warning strong{color:#854d0e}.lp-report-signal--action strong{color:#9a3f00}.lp-product-pill{color:#0f7a3e;letter-spacing:.02em;text-transform:none;background:#e8f8ef;border-color:#b7e8ca}.lp-offer-reassurance span,.lp-credit-callout strong{color:#0f7a3e}.lp-faq-item{background:#fff;border-color:#d8e3f1}.lp-faq-item.featured{background:#fff8f1;border-color:#fed7aa}.lp-faq-question,.lp-faq-item.featured .lp-faq-question,.lp-faq-question-inner{color:#0d1424}.lp-faq-marker,.lp-faq-item.featured .lp-faq-marker{color:#8a3a00;background:#fff2e4;border-color:#fed7aa;font-weight:800}.lp-faq-arrow{color:#8a3a00}.lp-faq-answer,.lp-faq-item.featured .lp-faq-answer,.lp-final-card .lp-microcopy{color:#35445f}@media (max-width:720px){.lp-section-title{letter-spacing:-.025em;font-size:clamp(28px,8vw,32px);line-height:1.08}.lp-section-subtitle{font-size:16px;line-height:1.65}.lp-step-card--status,.lp-preview-card{min-block-size:0;padding:22px}}.lp-report-preview{align-content:stretch;gap:12px;min-height:0;margin:0;padding:10px}.lp-report-preview-image{background:#d9d9d9;border:1px solid #d8e3f1;border-radius:14px;text-decoration:none;display:block;overflow:hidden}.lp-report-preview-image img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.lp-report-preview-caption{gap:4px;padding:4px 4px 2px;display:grid}.lp-report-preview-caption span{color:#8a3a00;font-size:12px;font-weight:850}.lp-report-preview-caption strong{color:#0d1424;font-size:15px;line-height:1.35}@media (max-width:720px){.lp-report-preview{padding:8px}.lp-report-preview-caption strong{font-size:14px}}
