
  html{scroll-behavior:smooth;}

  .lp-root{
    --bg:#0A0A0A; --bg-2:#111112;
    --card:#1C1C1F; --card-2:#242427;
    --text:#F3F3F6; --text-dim:#A6A6B0;
    --gold:#F5C518; --gold-hi:#FFD75E; --orange:#F79445;
    --grad:linear-gradient(95deg,#FFD75E 0%,#F79445 100%);
    --green:#4ADE80; --red:#F2545B;
    --line:rgba(243,243,246,.09); --line-2:rgba(243,243,246,.18);
    --radius:18px; --radius-sm:12px; --wrap:1080px;
    --font-head:'Oswald', 'Arial Narrow', sans-serif;
    --font-body:'Manrope', Arial, sans-serif;
    --font-mono:'JetBrains Mono', monospace;

    background:var(--bg); color:var(--text); font-family:var(--font-body);
    font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased;
    overflow-x:hidden; width:100%; position:relative;
  }
  .lp-root *{box-sizing:border-box; margin:0; padding:0; min-width:0;}
  .lp-root{overflow-wrap:break-word;}
  .lp-root img, .lp-root svg{display:block; max-width:100%;}
  .lp-root a{color:inherit; text-decoration:none;}
  .lp-root ::selection{background:var(--gold); color:#0A0A0A;}

  .lp-root .lp-wrap{max-width:var(--wrap); margin:0 auto; padding:0 22px; position:relative; z-index:2;}
  .lp-root .lp-section{padding:96px 0; position:relative;}
  .lp-root .lp-section-tight{padding:64px 0; position:relative;}
  .lp-root .lp-section-alt{background:var(--bg-2);}

  .lp-root .lp-glow{position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0;}
  .lp-root .lp-glow::before{content:""; position:absolute; width:70%; height:60%; border-radius:50%;
    background:radial-gradient(circle, rgba(245,197,24,.17), transparent 62%); filter:blur(30px);}
  .lp-root .lp-glow-tr::before{top:-22%; right:-18%;}
  .lp-root .lp-glow-bl::before{bottom:-22%; left:-20%;}
  .lp-root .lp-glow-c::before{top:50%; left:50%; transform:translate(-50%,-50%); width:90%; height:90%;}

  .lp-root .lp-h1{font-family:var(--font-head); font-weight:700; text-transform:uppercase;
    font-size:clamp(30px,6vw,60px); line-height:1.06; letter-spacing:.005em;}
  .lp-root .lp-h2{font-family:var(--font-head); font-weight:700; text-transform:uppercase;
    font-size:clamp(24px,4.4vw,42px); line-height:1.12; letter-spacing:.005em;}
  .lp-root .lp-h3{font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:clamp(18px,2.4vw,24px); line-height:1.2;}
  .lp-root .lp-gold{color:var(--gold);}
  .lp-root .lp-center{text-align:center;}
  .lp-root .lp-lead{font-size:clamp(16px,1.9vw,19px); line-height:1.7; color:var(--text);}
  .lp-root .lp-lead b{font-weight:800;}
  .lp-root .lp-dim{color:var(--text-dim);}
  .lp-root .lp-note{font-size:13px; color:var(--text-dim); line-height:1.55; font-style:italic;}
  .lp-root .lp-mt-s{margin-top:16px;} .lp-root .lp-mt-m{margin-top:28px;} .lp-root .lp-mt-l{margin-top:48px;}

  .lp-root .lp-pill{display:inline-block; background:var(--grad); color:#141414;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:clamp(14px,2vw,19px); letter-spacing:.02em; line-height:1.25;
    padding:13px 30px; border-radius:999px; text-align:center;}

  .lp-root .lp-card{background:var(--card); border-radius:var(--radius); padding:clamp(20px,3vw,32px);}
  .lp-root .lp-card-2{background:var(--card-2);}
  .lp-root .lp-card + .lp-card{margin-top:16px;}
  .lp-root .lp-card p + p{margin-top:14px;}

  .lp-root .lp-dotlist{display:flex; flex-direction:column; gap:20px;}
  .lp-root .lp-dotitem{display:flex; gap:16px; align-items:flex-start; font-size:clamp(15px,1.8vw,18px); line-height:1.55;}
  .lp-root .lp-dotitem::before{content:""; width:11px; height:11px; border-radius:50%; background:var(--gold); flex:none; margin-top:9px;}
  .lp-root .lp-dotitem b{font-weight:800;}

  .lp-root .lp-numlist{display:flex; flex-direction:column; gap:18px;}
  .lp-root .lp-numitem{display:flex; gap:16px; align-items:flex-start; font-size:clamp(14.5px,1.7vw,17px); line-height:1.5;}
  .lp-root .lp-numitem-n{font-family:var(--font-head); font-weight:700; font-size:clamp(28px,4vw,38px);
    color:var(--gold); line-height:.9; flex:none; width:34px; text-align:center;}

  .lp-root .lp-bullets{display:flex; flex-direction:column; gap:12px;}
  .lp-root .lp-bullet{display:flex; gap:12px; align-items:flex-start; font-size:clamp(15px,1.7vw,17.5px); line-height:1.55;}
  .lp-root .lp-bullet::before{content:"•"; color:var(--text); flex:none; line-height:1.4;}

  .lp-root .lp-hero{padding:clamp(70px,11vw,120px) 0 clamp(60px,9vw,96px); position:relative; overflow:hidden;}
  .lp-root .lp-hero-h1{max-width:900px;}
  .lp-root .lp-hero-h1 .lp-strip{display:inline-block; background:var(--gold); color:#0A0A0A; padding:2px 14px 5px; margin-top:8px;}
  .lp-root .lp-hero-list{margin-top:clamp(30px,5vw,48px); display:flex; flex-direction:column; gap:16px; max-width:640px;}
  .lp-root .lp-hero-item{display:flex; gap:14px; align-items:baseline;
    font-family:var(--font-head); font-weight:500; text-transform:uppercase;
    font-size:clamp(15px,2.2vw,21px); line-height:1.3; letter-spacing:.01em;}
  .lp-root .lp-hero-item b{font-weight:700; color:var(--gold);}
  .lp-root .lp-hero-num{font-family:var(--font-mono); font-weight:700; font-size:13px; color:var(--gold); flex:none;}
  .lp-root .lp-hero-foot{margin-top:clamp(44px,7vw,72px); padding-top:30px; border-top:1px solid var(--line-2);}
  .lp-root .lp-hero-foot-big{font-family:var(--font-head); font-weight:700; text-transform:uppercase;
    font-size:clamp(22px,3.6vw,34px); color:var(--gold); line-height:1.15;}
  .lp-root .lp-hero-foot-sm{margin-top:8px; color:var(--text-dim); font-size:clamp(14px,1.7vw,17px);}
  .lp-root .lp-scrollcue{display:inline-flex; align-items:center; gap:12px; margin-top:38px;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase; letter-spacing:.06em;
    font-size:14px; color:var(--gold); cursor:pointer; transition:opacity .2s ease;}
  .lp-root .lp-scrollcue:hover{opacity:.75;}
  .lp-root .lp-scrollcue-arrow{animation:lp-bob 2s ease-in-out infinite;}
  @keyframes lp-bob{0%,100%{transform:translateY(0);} 50%{transform:translateY(5px);}}

  .lp-root .lp-speaker{display:grid; grid-template-columns:minmax(0,240px) 1fr; gap:22px; align-items:start;}
  .lp-root .lp-speaker-photo{width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:var(--radius); display:block;}
  .lp-root .lp-speaker-bubble{background:var(--card); border-radius:var(--radius); padding:clamp(20px,3vw,30px);
    font-size:clamp(15px,1.9vw,19px); line-height:1.6; align-self:center;}
  .lp-root .lp-speaker-bubble p + p{margin-top:16px;}
  .lp-root .lp-speaker-bubble b{font-weight:800;}

  .lp-root .lp-proofs{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; align-items:start;}
  .lp-root .lp-chat{background:#EFE7DE; border-radius:14px; padding:12px; font-family:var(--font-body); color:#111;}
  .lp-root .lp-chat-head{display:flex; align-items:center; gap:10px; padding:2px 4px 10px; border-bottom:1px solid rgba(0,0,0,.08);}
  .lp-root .lp-chat-ava{width:34px; height:34px; border-radius:50%; background:var(--grad); flex:none;
    display:flex; align-items:center; justify-content:center; font-family:var(--font-head); font-weight:700; font-size:15px; color:#141414;}
  .lp-root .lp-chat-name{font-size:14px; font-weight:700; line-height:1.25; color:#111;}
  .lp-root .lp-chat-status{font-size:11px; color:#7a7a7a; line-height:1.25;}
  .lp-root .lp-chat-body{padding-top:10px; display:flex; flex-direction:column; gap:8px;}
  .lp-root .lp-msg{background:#fff; border-radius:10px; padding:9px 12px 6px; font-size:13.5px; line-height:1.45;
    max-width:88%; align-self:flex-start; color:#111; box-shadow:0 1px 1px rgba(0,0,0,.06);}
  .lp-root .lp-msg-time{display:block; text-align:right; font-size:10.5px; color:#8a8a8a; margin-top:3px;}
  .lp-root .lp-msg mark{background:linear-gradient(transparent 55%, rgba(245,197,24,.75) 55%); color:inherit; padding:0 1px;}

  .lp-root .lp-statement{background:#fff; border-radius:14px; padding:16px 18px; color:#111;}
  .lp-root .lp-statement-head{font-size:12px; color:#8a8a8a; letter-spacing:.02em; padding-bottom:10px; border-bottom:1px solid #eee;}
  .lp-root .lp-statement-row{display:flex; align-items:center; justify-content:space-between; gap:14px; padding-top:12px;}
  .lp-root .lp-statement-label{font-size:14px; font-weight:700; color:#111;}
  .lp-root .lp-statement-nums{position:relative; text-align:right; font-family:var(--font-mono); font-weight:700; padding:6px 14px;}
  .lp-root .lp-statement-in{display:block; font-size:15px; color:#12A150;}
  .lp-root .lp-statement-out{display:block; font-size:13px; color:#8a8a8a; margin-top:2px;}
  .lp-root .lp-statement-ring{position:absolute; inset:-6px -4px; border:3px solid var(--gold); border-radius:50%;
    transform:rotate(-4deg); pointer-events:none;}

  .lp-root .lp-problems{display:flex; flex-direction:column; gap:18px;}
  .lp-root .lp-problem{display:grid; grid-template-columns:minmax(0,230px) 1fr; gap:20px; align-items:center;}
  .lp-root .lp-problem .lp-pill{width:100%;}
  .lp-root .lp-problem-text{font-size:clamp(14.5px,1.7vw,17px); line-height:1.55; font-style:italic; color:var(--text);}

  .lp-root .lp-ladder{display:flex; flex-direction:column-reverse; gap:8px;}
  .lp-root .lp-rung{position:relative; padding:14px 18px; border-radius:var(--radius-sm);
    background:var(--card-2); border:1px solid var(--line); font-size:14px; color:var(--text-dim); line-height:1.45;}
  .lp-root .lp-rung b{display:block; font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:13px; letter-spacing:.03em; color:var(--text); margin-bottom:3px;}
  .lp-root .lp-rung-hot{border-color:rgba(245,197,24,.45); background:rgba(245,197,24,.09);}
  .lp-root .lp-rung-hot b{color:var(--gold);}
  .lp-root .lp-rung-yt{border-color:rgba(247,148,69,.45); background:rgba(247,148,69,.09);}
  .lp-root .lp-rung-yt b{color:var(--orange);}
  .lp-root .lp-rung-tag{display:block; margin-top:6px; font-family:var(--font-mono); font-size:11.5px; color:var(--gold);}
  .lp-root .lp-rung-tag-yt{color:var(--orange);}

  .lp-root .lp-flow{display:flex; flex-direction:column; gap:12px;}
  .lp-root .lp-flow-card{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    background:var(--card-2); border-radius:var(--radius-sm); padding:18px 22px;}
  .lp-root .lp-flow-label{display:block; font-family:var(--font-head); font-weight:500; text-transform:uppercase;
    font-size:11.5px; letter-spacing:.07em; color:var(--text-dim); margin-bottom:5px;}
  .lp-root .lp-flow-num{font-family:var(--font-mono); font-weight:700; font-size:clamp(17px,2.4vw,23px);}
  .lp-root .lp-flow-out .lp-flow-num{color:var(--gold);}
  .lp-root .lp-flow-arrow{font-size:20px; color:var(--gold); flex:none;}

  .lp-root .lp-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
  .lp-root .lp-stat{background:var(--card); border-radius:var(--radius); padding:26px 22px; text-align:center;}
  .lp-root .lp-stat-num{font-family:var(--font-head); font-weight:700; font-size:clamp(26px,4vw,40px);
    color:var(--gold); line-height:1;}
  .lp-root .lp-stat-label{margin-top:10px; font-size:13.5px; color:var(--text-dim); line-height:1.5;}

  .lp-root .lp-cases{display:grid; grid-template-columns:repeat(2,1fr); gap:16px;}
  .lp-root .lp-case{background:var(--card); border-radius:var(--radius); padding:26px;}
  .lp-root .lp-case-niche{font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:16px; line-height:1.25; color:var(--text); margin-bottom:16px;}
  .lp-root .lp-case-nums{display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; font-family:var(--font-mono);}
  .lp-root .lp-case-was{color:var(--text-dim); font-size:14.5px; text-decoration:line-through;}
  .lp-root .lp-case-arrow{color:var(--text-dim);}
  .lp-root .lp-case-now{color:var(--gold); font-size:19px; font-weight:700;}
  .lp-root .lp-case-period{margin-top:12px; font-size:13px; color:var(--gold);}
  .lp-root .lp-case-desc{margin-top:12px; font-size:14px; color:var(--text-dim); line-height:1.6;}

  .lp-root .lp-shot{width:100%; border-radius:var(--radius); display:block;}
  .lp-root .lp-shot-caption{margin-top:12px; font-size:13px; color:var(--text-dim); text-align:center; font-style:italic;}

  .lp-root .lp-team{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
  .lp-root .lp-teamcard{background:var(--card); border-radius:var(--radius); padding:16px;}
  .lp-root .lp-teamphoto{width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:var(--radius-sm); margin-bottom:14px;}
  .lp-root .lp-teamname{font-family:var(--font-head); font-weight:600; text-transform:uppercase; font-size:16px;}
  .lp-root .lp-teamrole{margin-top:2px; font-family:var(--font-mono); font-size:11px; text-transform:uppercase;
    letter-spacing:.05em; color:var(--gold);}
  .lp-root .lp-teamdesc{margin-top:10px; font-size:13px; color:var(--text-dim); line-height:1.55;}

  .lp-root .lp-qualify{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
  .lp-root .lp-qcol{background:var(--card); border-radius:var(--radius); padding:26px; border:1px solid transparent;}
  .lp-root .lp-qcol-yes{border-color:rgba(245,197,24,.3);}
  .lp-root .lp-qcol-no{border-color:rgba(242,84,91,.25);}
  .lp-root .lp-qtitle{font-family:var(--font-head); font-weight:600; text-transform:uppercase; font-size:17px; margin-bottom:18px;}
  .lp-root .lp-qcol-yes .lp-qtitle{color:var(--gold);}
  .lp-root .lp-qcol-no .lp-qtitle{color:var(--red);}
  .lp-root .lp-qitem{position:relative; padding-left:26px; font-size:14.5px; color:var(--text-dim); line-height:1.55; margin-bottom:14px;}
  .lp-root .lp-qitem:last-child{margin-bottom:0;}
  .lp-root .lp-qcol-yes .lp-qitem::before{content:"✓"; position:absolute; left:0; top:0; color:var(--gold); font-weight:700;}
  .lp-root .lp-qcol-no .lp-qitem::before{content:"✕"; position:absolute; left:0; top:0; color:var(--red); font-weight:700;}

  .lp-root .lp-anchor-q{max-width:720px; margin:0 auto; display:flex; flex-direction:column; gap:26px;}
  .lp-root .lp-anchor-q p{font-size:clamp(16px,2.1vw,21px); line-height:1.55; text-align:center;}
  .lp-root .lp-anchor-price{font-family:var(--font-head); font-weight:700; text-transform:uppercase;
    font-size:clamp(32px,6.5vw,64px); color:var(--gold); line-height:1;}
  .lp-root .lp-price-big{font-family:var(--font-head); font-weight:700; font-size:clamp(52px,13vw,120px);
    color:var(--gold); line-height:1; letter-spacing:.01em;}

  .lp-root .lp-bonuses{display:flex; flex-direction:column; gap:16px; max-width:760px; margin:0 auto;}
  .lp-root .lp-bonus{background:var(--card); border-radius:var(--radius); padding:24px 26px;}
  .lp-root .lp-bonus-n{font-family:var(--font-head); font-weight:600; text-transform:uppercase; font-size:17px;
    color:var(--gold); margin-bottom:8px;}
  .lp-root .lp-bonus-text{font-size:15.5px; line-height:1.6; font-weight:600;}
  .lp-root .lp-bonus-price{display:flex; align-items:baseline; gap:18px; flex-wrap:wrap; margin-top:14px;}
  .lp-root .lp-bonus-free{font-family:var(--font-head); font-weight:700; text-transform:uppercase; font-size:20px; color:var(--gold);}
  .lp-root .lp-bonus-was{font-family:var(--font-head); font-weight:500; font-size:17px; color:var(--text-dim);
    text-decoration:line-through; text-decoration-color:var(--red); text-decoration-thickness:2px;}

  .lp-root .lp-shield{width:clamp(140px,22vw,210px); height:auto; margin:0 auto;}

  .lp-root .lp-faq{max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:14px;}
  .lp-root .lp-faq-item{}
  .lp-root .lp-faq-item summary{list-style:none; cursor:pointer; display:flex; align-items:center; gap:14px;
    background:var(--grad); color:#141414; border-radius:999px; padding:14px 24px;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase; font-size:clamp(13.5px,1.8vw,17px);
    line-height:1.25; letter-spacing:.02em; transition:filter .2s ease;}
  .lp-root .lp-faq-item summary:hover{filter:brightness(1.08);}
  .lp-root .lp-faq-item summary::-webkit-details-marker{display:none;}
  .lp-root .lp-faq-item summary::after{content:"+"; margin-left:auto; flex:none; font-size:22px; line-height:1;
    transition:transform .25s ease;}
  .lp-root .lp-faq-item[open] summary::after{transform:rotate(45deg);}
  .lp-root .lp-faq-body{padding:20px 26px 4px; font-size:15.5px; line-height:1.75; color:var(--text-dim);}
  .lp-root .lp-faq-body b{color:var(--text); font-weight:700;}
  .lp-root .lp-faq-body p + p{margin-top:14px;}

  .lp-root .lp-btn{display:inline-flex; align-items:center; justify-content:center; gap:10px;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase; letter-spacing:.02em;
    font-size:clamp(14px,1.8vw,17px); padding:16px 34px; border-radius:999px; border:none; cursor:pointer;
    background:var(--grad); color:#141414; transition:transform .2s ease, box-shadow .2s ease;}
  .lp-root .lp-btn:hover{transform:translateY(-2px); box-shadow:0 12px 30px -10px rgba(245,197,24,.6);}
  .lp-root .lp-btn-row{display:flex; justify-content:center; margin-top:40px;}

  .lp-root.lp-js .lp-reveal{opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease;}
  .lp-root.lp-js .lp-reveal.lp-visible{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .lp-root.lp-js .lp-reveal{opacity:1; transform:none; transition:none;}
    .lp-root .lp-scrollcue-arrow{animation:none;}
    html{scroll-behavior:auto;}
  }

  @media(max-width:860px){
    .lp-root .lp-section{padding:64px 0;}
    .lp-root .lp-section-tight{padding:48px 0;}
    .lp-root .lp-speaker{grid-template-columns:1fr; gap:16px;}
    .lp-root .lp-speaker-photo{max-width:200px; aspect-ratio:1/1;}
    .lp-root .lp-problem{grid-template-columns:1fr; gap:12px;}
    .lp-root .lp-problem .lp-pill{justify-self:start;}
    .lp-root .lp-problem-text{text-align:left;}
    .lp-root .lp-cases{grid-template-columns:1fr;}
    .lp-root .lp-team{grid-template-columns:repeat(2,1fr);}
    .lp-root .lp-qualify{grid-template-columns:1fr;}
    .lp-root .lp-stats{grid-template-columns:1fr;}
    .lp-root .lp-flow-card{justify-content:flex-start;}
  }
  @media(max-width:520px){
    .lp-root{font-size:16px;}
    .lp-root .lp-wrap{padding:0 16px;}
    .lp-root .lp-pill{padding:11px 20px;}
  }



  html{scroll-behavior:smooth;}

  .lp-root{
    --bg:#0A0A0A; --bg-2:#111112;
    --card:#1C1C1F; --card-2:#242427;
    --text:#F3F3F6; --text-dim:#A6A6B0;
    --gold:#F5C518; --gold-hi:#FFD75E; --orange:#F79445;
    --grad:linear-gradient(95deg,#FFD75E 0%,#F79445 100%);
    --green:#4ADE80; --red:#F2545B;
    --line:rgba(243,243,246,.09); --line-2:rgba(243,243,246,.18);
    --radius:18px; --radius-sm:12px; --wrap:1080px;
    --font-head:'Oswald', 'Arial Narrow', sans-serif;
    --font-body:'Manrope', Arial, sans-serif;
    --font-mono:'JetBrains Mono', monospace;

    background:var(--bg); color:var(--text); font-family:var(--font-body);
    font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased;
    overflow-x:hidden; width:100%; position:relative;
  }
  .lp-root *{box-sizing:border-box; margin:0; padding:0; min-width:0;}
  .lp-root{overflow-wrap:break-word;}
  .lp-root img, .lp-root svg{display:block; max-width:100%;}
  .lp-root a{color:inherit; text-decoration:none;}
  .lp-root ::selection{background:var(--gold); color:#0A0A0A;}

  /* ---------- каркас ---------- */
  .lp-root .lp-wrap{max-width:var(--wrap); margin:0 auto; padding:0 22px; position:relative; z-index:2;}
  .lp-root .lp-section{padding:96px 0; position:relative;}
  .lp-root .lp-section-tight{padding:64px 0; position:relative;}

  /* те же правила, что и в файле 1 — модификатор обязателен, иначе перебьёт свечения файла 1 */
  .lp-root .lp-glow{position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0;}
  .lp-root .lp-glow::before{content:""; position:absolute; width:70%; height:60%; border-radius:50%;
    background:radial-gradient(circle, rgba(245,197,24,.17), transparent 62%); filter:blur(30px);}
  .lp-root .lp-glow-tr::before{top:-22%; right:-18%;}

  /* ---------- типографика ---------- */
  .lp-root .lp-h2{font-family:var(--font-head); font-weight:700; text-transform:uppercase;
    font-size:clamp(24px,4.4vw,42px); line-height:1.12; letter-spacing:.005em;}
  .lp-root .lp-h3{font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:clamp(18px,2.4vw,24px); line-height:1.2;}
  .lp-root .lp-gold{color:var(--gold);}
  .lp-root .lp-center{text-align:center;}
  .lp-root .lp-lead{font-size:clamp(16px,1.9vw,19px); line-height:1.7; color:var(--text);}
  .lp-root .lp-lead b{font-weight:800;}
  .lp-root .lp-dim{color:var(--text-dim);}
  .lp-root .lp-mt-s{margin-top:16px;} .lp-root .lp-mt-m{margin-top:28px;} .lp-root .lp-mt-l{margin-top:48px;}

  .lp-root .lp-pill{display:inline-block; background:var(--grad); color:#141414;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:clamp(14px,2vw,19px); letter-spacing:.02em; line-height:1.25;
    padding:13px 30px; border-radius:999px; text-align:center;}
  .lp-root .lp-card{background:var(--card); border-radius:var(--radius); padding:clamp(20px,3vw,32px);}

  /* ---------- две колонки CTA ---------- */
  .lp-root .lp-cta-grid{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start;}

  .lp-root .lp-checklist{display:flex; flex-direction:column; gap:14px; margin-top:26px;}
  .lp-root .lp-checkitem{position:relative; padding-left:30px; font-size:15.5px; line-height:1.6; color:var(--text-dim);}
  .lp-root .lp-checkitem::before{content:"✓"; position:absolute; left:0; top:0; color:var(--gold); font-weight:700;}
  .lp-root .lp-checkitem b{color:var(--text); font-weight:700;}

  .lp-root .lp-callout{margin-top:26px; padding:20px 24px; border-radius:var(--radius-sm);
    background:rgba(245,197,24,.09); border-left:3px solid var(--gold); font-size:14.5px; line-height:1.7;}
  .lp-root .lp-callout-title{font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:13px; letter-spacing:.06em; color:var(--gold); margin-bottom:8px;}

  .lp-root .lp-sign{display:flex; align-items:center; gap:16px; margin-top:26px;
    background:var(--card); border-radius:var(--radius-sm); padding:18px 20px;}
  .lp-root .lp-sign-photo{width:56px; height:56px; border-radius:50%; object-fit:cover; flex:none;
    border:2px solid var(--gold);}
  .lp-root .lp-sign-text{font-size:14.5px; line-height:1.6; color:var(--text-dim);}

  /* ---------- карточка формы ---------- */
  .lp-root .lp-formcard{background:var(--card); border-radius:var(--radius); padding:clamp(22px,3vw,32px);}
  .lp-root .lp-pricetag{display:flex; align-items:baseline; gap:14px; flex-wrap:wrap;
    padding-bottom:20px; margin-bottom:22px; border-bottom:1px solid var(--line-2);}
  .lp-root .lp-pricetag-num{font-family:var(--font-head); font-weight:700; font-size:clamp(32px,5vw,46px);
    color:var(--gold); line-height:1;}
  .lp-root .lp-pricetag-label{font-size:14px; color:var(--text-dim); line-height:1.4; max-width:170px;}
  .lp-root .lp-limit{display:inline-block; background:var(--grad); color:#141414; border-radius:999px;
    padding:8px 18px; font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    font-size:12.5px; letter-spacing:.03em; margin-bottom:20px;}

  /* ---------- форма ---------- */
  .lp-root .lp-form{font-family:var(--font-body);}
  .lp-root .lp-form input,
  .lp-root .lp-form textarea,
  .lp-root .lp-form select{font:inherit;}

  .lp-root .lp-form-group{margin-bottom:16px;}
  .lp-root .lp-form-group label{display:block; font-size:13px; font-weight:600; text-transform:uppercase;
    letter-spacing:.04em; color:var(--gold); margin-bottom:8px;}
  .lp-root .lp-form-group input,
  .lp-root .lp-form-group select{width:100%; padding:12px 14px; border:1px solid var(--line-2);
    border-radius:var(--radius-sm); background:var(--bg-2); color:var(--text); font-size:15px; line-height:1.4;
    transition:border-color .3s ease;}
  .lp-root .lp-form-group input:focus,
  .lp-root .lp-form-group select:focus{outline:none; border-color:var(--gold);}
  .lp-root .lp-form-group input::placeholder{color:var(--text-dim);}
  .lp-root .lp-form-group select option{background:var(--card); color:var(--text);}

  .lp-root .t-input-error{display:none; font-size:12px; color:var(--red); margin-top:6px; font-weight:500;}
  .lp-root .lp-form-group.has-error .t-input-error{display:block;}
  .lp-root .lp-form-group.has-error input,
  .lp-root .lp-form-group.has-error select{border-color:var(--red);}

  .lp-root .js-errorbox-all{display:none; margin-bottom:16px; padding:12px 14px; background:rgba(242,84,91,.12);
    border:1px solid var(--red); border-radius:var(--radius-sm); color:var(--red); font-size:13px; line-height:1.5;}
  .lp-root .js-errorbox-all.show{display:block;}

  .lp-root .js-successbox{display:none; margin-bottom:16px; padding:12px 14px; background:rgba(74,222,128,.12);
    border:1px solid var(--green); border-radius:var(--radius-sm); color:var(--green); font-size:13px; line-height:1.5;}
  .lp-root .js-successbox.show{display:block;}

  .lp-root .lp-form-submit{width:100%; margin-top:8px; padding:14px 20px; background:var(--grad); color:#141414;
    border:none; border-radius:999px; font-family:var(--font-head); font-weight:600; text-transform:uppercase;
    letter-spacing:.02em; font-size:15px; cursor:pointer; transition:opacity .3s ease;}
  .lp-root .lp-form-submit:hover{opacity:.9;}
  .lp-root .lp-form-submit:active{opacity:.8;}
  .lp-root .lp-form-submit:disabled{opacity:.5; cursor:not-allowed;}

  /* ---------- футер ---------- */
  .lp-root .lp-footer{padding:34px 0; border-top:1px solid var(--line);}
  .lp-root .lp-footrow{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
    font-family:var(--font-head); font-weight:500; text-transform:uppercase; letter-spacing:.04em;
    font-size:12.5px; color:var(--text-dim);}

  /* ---------- липкая кнопка на мобильном ---------- */
  .lp-root .lp-sticky{position:fixed; left:0; right:0; bottom:0; z-index:99; display:none;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    background:rgba(10,10,10,.94); backdrop-filter:blur(10px); border-top:1px solid var(--line-2);}
  .lp-root .lp-sticky a{display:flex; align-items:center; justify-content:center; gap:10px;
    background:var(--grad); color:#141414; border-radius:999px; padding:14px 20px;
    font-family:var(--font-head); font-weight:600; text-transform:uppercase; letter-spacing:.02em; font-size:15px;}

  /* ---------- появление на скролле ---------- */
  .lp-root.lp-js .lp-reveal{opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease;}
  .lp-root.lp-js .lp-reveal.lp-visible{opacity:1; transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .lp-root.lp-js .lp-reveal{opacity:1; transform:none; transition:none;}
    html{scroll-behavior:auto;}
  }

  /* ---------- адаптив ---------- */
  @media(max-width:860px){
    .lp-root .lp-section{padding:64px 0;}
    .lp-root .lp-section-tight{padding:48px 0;}
    .lp-root .lp-cta-grid{grid-template-columns:1fr; gap:32px;}
    .lp-root .lp-sticky{display:block;}
    #smm-lp-cta{padding-bottom:82px;}
    .lp-root .lp-footrow{justify-content:center; text-align:center;}
  }
  @media(max-width:520px){
    .lp-root{font-size:16px;}
    .lp-root .lp-wrap{padding:0 16px;}
    .lp-root .lp-pill{padding:11px 20px;}
  }

/* ── Страница «Для производств» (#lp-prod) ─────────────────────────────────
   В блоке проблем номера короткие — 1, 2, 3. Базовое правило растягивает
   «таблетку» на всю ширину колонки (там был длинный текст «Проблема №1»),
   из-за чего на телефоне получался огромный овал с одной цифрой.
   Правки scoped по id, чтобы не задеть лендинг x2–x3. */
#lp-prod .lp-problem .lp-pill{
  width:auto; min-width:46px; padding:9px 18px; text-align:center;
}
/* курсив мелким кеглем читается плохо — здесь он не нужен */
#lp-prod .lp-problem-text{font-style:normal;}

@media(max-width:860px){
  /* номер — компактный кружок слева от текста, а не полоса во всю ширину */
  #lp-prod .lp-problem{
    grid-template-columns:auto 1fr; align-items:center; gap:14px;
  }
  #lp-prod .lp-problem .lp-pill{
    width:42px; height:42px; min-width:0; padding:0; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    font-size:17px; line-height:1; flex:none;
  }
  #lp-prod .lp-problem-text{font-size:16px; line-height:1.5;}
}
