/* cw-cnt.css — контентные правовые страницы (/privacy/) под cwnew. Компоновка usilenie .u2-cnt-*,
   оформление чертёжный язык carbonwrap (бумага, тонкие линии, моно-лейблы, прямые углы). 0 !important. */
body.cwnew.cw-privacy .all-article{display:none;}
body.cwnew .cw-cnt{display:block;background:var(--paper);}
body.cwnew .cw-cnt .container{max-width:1100px;margin:0 auto;padding:0 clamp(24px,5vw,80px);}
/* hero */
body.cwnew .cw-cnt-hero{padding:8px 0 0;}
body.cwnew .cw-cnt-hero__eyebrow{font-family:"PT Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--violet);margin:18px 0 14px;display:flex;align-items:center;gap:10px;}
body.cwnew .cw-cnt-hero__eyebrow::before{content:"";width:40px;height:2px;background:var(--violet);}
body.cwnew .cw-cnt-hero__h1{font-family:"Inter Tight",sans-serif;font-weight:800;font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin:0;}
body.cwnew .cw-cnt-hero__lead{font-family:"Inter",sans-serif;font-size:16px;line-height:1.6;color:var(--ink-60);max-width:80ch;margin:16px 0 0;}
/* body sections */
body.cwnew .cw-cnt-body{padding:36px 0 8px;}
body.cwnew .cw-cnt-section{padding:24px 0;border-top:1px solid var(--line);}
body.cwnew .cw-cnt-section:first-child{border-top:0;}
body.cwnew .cw-cnt-kicker{font-family:"PT Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--violet);margin:0 0 8px;display:flex;align-items:center;gap:10px;}
body.cwnew .cw-cnt-kicker::before{content:"";width:28px;height:2px;background:var(--violet);flex:0 0 auto;}
body.cwnew .cw-cnt-h2{font-family:"Inter Tight",sans-serif;font-weight:700;font-size:clamp(19px,2.2vw,24px);line-height:1.15;color:var(--ink);margin:0 0 14px;}
body.cwnew .cw-cnt-prose p{font-family:"Inter",sans-serif;font-size:15px;line-height:1.65;color:var(--ink-60);margin:0 0 12px;max-width:80ch;}
body.cwnew .cw-cnt-prose p:last-child{margin-bottom:0;}
body.cwnew .cw-cnt-prose b{color:var(--ink);font-weight:700;}
body.cwnew .cw-cnt-prose a,body.cwnew .cw-cnt-dl a{color:var(--violet);text-decoration:none;}
body.cwnew .cw-cnt-prose a:hover,body.cwnew .cw-cnt-dl a:hover{text-decoration:underline;text-underline-offset:3px;}
body.cwnew .cw-cnt-list{margin:8px 0 12px;padding:0;list-style:none;}
body.cwnew .cw-cnt-list li{position:relative;padding-left:20px;font-family:"Inter",sans-serif;font-size:15px;line-height:1.6;color:var(--ink-60);margin:0 0 8px;max-width:78ch;}
body.cwnew .cw-cnt-list li::before{content:"";position:absolute;left:2px;top:10px;width:5px;height:5px;background:var(--violet);}
/* split (two-column with aside reqs card) */
body.cwnew .cw-cnt-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);gap:clamp(24px,4vw,48px);align-items:start;}
body.cwnew .cw-cnt-aside-card{background:var(--card);border:1px solid var(--card-line);padding:18px 20px;}
body.cwnew .cw-cnt-aside-card__t{font-family:"Inter Tight",sans-serif;font-weight:700;font-size:15px;color:var(--ink);margin-bottom:12px;}
body.cwnew .cw-cnt-dl{display:flex;flex-direction:column;}
body.cwnew .cw-cnt-dl__row{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid var(--line);}
body.cwnew .cw-cnt-dl__row:last-child{border-bottom:0;}
body.cwnew .cw-cnt-dl__k{font-family:"Inter",sans-serif;font-size:12px;color:var(--ink-40);flex:0 0 40%;}
body.cwnew .cw-cnt-dl__v{font-family:"PT Mono",monospace;font-size:12px;color:var(--ink);text-align:right;overflow-wrap:anywhere;}
body.cwnew .cw-cnt-section--legal{border-top:1px solid var(--line-dark);padding-top:clamp(28px,4vw,52px);margin-top:8px;}
/* CTA */
body.cwnew .cw-cnt-cta{background:var(--alt);border-top:1px solid var(--line);margin-top:36px;}
body.cwnew .cw-cnt-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:36px clamp(24px,5vw,80px);}
body.cwnew .cw-cnt-cta__t{font-family:"Inter Tight",sans-serif;font-weight:800;font-size:clamp(20px,2.4vw,28px);color:var(--ink);margin:0;}
body.cwnew .cw-cnt-cta__d{font-family:"Inter",sans-serif;font-size:14px;line-height:1.5;color:var(--ink-60);margin:8px 0 0;max-width:60ch;}
body.cwnew .cw-cnt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 28px;font-family:"Inter Tight",sans-serif;font-weight:700;font-size:15px;text-decoration:none;border:1px solid var(--violet);background:var(--violet);color:#fff;transition:background .15s;}
body.cwnew .cw-cnt-btn--primary:hover{background:var(--violet-deep);border-color:var(--violet-deep);}
@media(max-width:760px){body.cwnew .cw-cnt-split{grid-template-columns:1fr;}body.cwnew .cw-cnt-cta__inner{flex-direction:column;align-items:flex-start;}}
