:root{--legal-header-height:76px;--legal-blue:#1261ed;--legal-navy:#071a42;--legal-muted:#62708c;--legal-line:rgba(70,116,190,.18);}
html:has(body.legal-page){scroll-behavior:smooth;}
body.legal-page{margin:0;height:100svh;overflow:hidden;background:#fff;color:var(--legal-navy);}
body.legal-page > header{position:fixed !important;inset:0 0 auto !important;z-index:5000;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px) saturate(145%);border-bottom:1px solid rgba(89,120,170,.12);box-shadow:0 10px 35px rgba(15,50,105,.04);}
body.legal-page > header .header-shell{min-height:var(--legal-header-height);}
.legal-presentation{position:relative;height:calc(100svh - var(--legal-header-height));margin-top:var(--legal-header-height);overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;overscroll-behavior-y:contain;background:linear-gradient(180deg,#fff,#f9fbff);scrollbar-width:thin;scrollbar-color:rgba(18,97,237,.28) transparent;}
.legal-presentation::-webkit-scrollbar{width:8px}.legal-presentation::-webkit-scrollbar-thumb{background:rgba(18,97,237,.22);border-radius:999px}
.legal-slide{position:relative;isolation:isolate;display:grid;min-height:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;border-bottom:1px solid rgba(77,116,181,.1);background:#fff;}
.legal-slide:nth-of-type(even){background:linear-gradient(145deg,#fbfdff,#f5f9ff);}
.legal-slide::before{content:"";position:absolute;z-index:-2;width:48vw;height:48vw;max-width:760px;max-height:760px;border-radius:50%;right:-20vw;top:-24vw;background:radial-gradient(circle,rgba(43,119,255,.09),rgba(43,119,255,0) 69%);pointer-events:none;}
.legal-slide-inner{width:min(1240px,calc(100% - 72px));height:100%;min-height:0;margin:0 auto;display:grid;align-items:center;padding:clamp(22px,3.2vh,42px) 0;box-sizing:border-box;}
.legal-eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin:0 0 16px;padding:8px 12px;border:1px solid rgba(18,97,237,.18);border-radius:999px;background:rgba(18,97,237,.07);color:var(--legal-blue);font-size:13.5px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;}
.legal-slide h1,.legal-slide h2,.legal-slide h3,.legal-slide p{margin-top:0;}
.legal-slide h1,.legal-slide h2{color:var(--legal-navy);letter-spacing:-.035em;text-wrap:balance;}
.legal-slide h1{margin-bottom:18px;font-size:clamp(38px,4.15vw,58px);line-height:1.03;font-weight:900;max-width:790px;}
.legal-slide h2{margin-bottom:14px;font-size:clamp(32px,4vw,58px);line-height:1.04;font-weight:900;}
.legal-lead{margin-bottom:0;max-width:670px;color:var(--legal-muted);font-size:clamp(15px,1.35vw,19px);line-height:1.65;}
.legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.legal-presentation .legal-action{min-height:48px;padding:12px 22px;border:1px solid rgba(18,97,237,.25);border-radius:12px;background:#fff;color:var(--legal-navy);font:800 14px/1.2 Inter,sans-serif;box-shadow:0 8px 22px rgba(18,55,120,.06);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;}
.legal-presentation .legal-action:hover{transform:translateY(-2px);border-color:rgba(18,97,237,.5);box-shadow:0 14px 30px rgba(18,76,180,.12);}
.legal-presentation .legal-action.is-primary{border-color:var(--legal-blue);background:linear-gradient(135deg,#1769f4,#0d55df);color:#fff;box-shadow:0 14px 30px rgba(18,97,237,.24);}
.legal-hero-layout{grid-template-columns:minmax(0,1.16fr) minmax(400px,.84fr);gap:30px;}
.legal-hero-copy{position:relative;z-index:2;}
.legal-hero-art{height:min(66vh,620px);min-height:360px;display:grid;place-items:center;pointer-events:none;}
.legal-hero-art img{width:118%;max-width:none;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 52px rgba(45,102,199,.12));}
.legal-scroll-cue{position:absolute;left:50%;bottom:15px;z-index:4;display:flex;align-items:center;gap:8px;transform:translateX(-50%);color:#7785a0;font-size:13px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;}
.legal-scroll-cue i{display:block;width:1px;height:26px;background:linear-gradient(var(--legal-blue),transparent);animation:legalCue 1.8s ease-in-out infinite;}
@keyframes legalCue{0%,100%{transform:scaleY(.45);transform-origin:top;opacity:.45}50%{transform:scaleY(1);opacity:1}}
.legal-topic-layout{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(28px,5vw,72px);}
.legal-topic-layout.is-reversed{grid-template-columns:minmax(420px,1.08fr) minmax(0,.92fr);}
.legal-topic-layout.is-reversed .legal-topic-art{order:-1;}
.legal-topic-copy{position:relative;z-index:2;min-width:0;}
.legal-topic-card{margin-top:24px;padding:clamp(20px,2.5vw,34px);border:1px solid var(--legal-line);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 22px 54px rgba(14,51,112,.08);backdrop-filter:blur(10px);}
.legal-topic-card h3{margin-bottom:9px;color:var(--legal-navy);font-size:clamp(24px,2.3vw,34px);line-height:1.12;}
.legal-topic-card > p{margin-bottom:20px;color:var(--legal-muted);font-size:15px;line-height:1.62;}
.legal-chip-list{display:flex;flex-wrap:wrap;gap:9px;}
.legal-chip{display:inline-flex;align-items:center;min-height:35px;padding:7px 12px;border:1px solid rgba(64,106,175,.2);border-radius:9px;background:rgba(255,255,255,.8);color:#263b64;font-size:13.5px;font-weight:750;}
.legal-topic-art{height:min(67vh,620px);min-height:350px;display:grid;place-items:center;overflow:hidden;border-radius:34px;}
.legal-topic-art img{width:120%;height:112%;max-width:none;object-fit:contain;object-position:center;}
.legal-mini-cta{margin-top:20px;display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--legal-blue);font:850 14px/1.2 Inter,sans-serif;cursor:pointer;padding:0;}
.legal-mini-cta span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(18,97,237,.09);transition:transform .2s ease;}.legal-mini-cta:hover span{transform:translateX(3px)}
.legal-real-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.8fr);gap:50px;}
.legal-real-cards{display:grid;gap:16px;margin-top:24px;}
.legal-horizontal-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px;border:1px solid var(--legal-line);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 16px 40px rgba(20,60,125,.06);cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.legal-horizontal-card:hover{transform:translateY(-3px);border-color:rgba(18,97,237,.36);box-shadow:0 20px 42px rgba(18,79,183,.1);}
.legal-card-icon,.legal-step-icon,.legal-principle-icon{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:17px;background:linear-gradient(145deg,#eef5ff,#fff);border:1px solid rgba(18,97,237,.14);color:var(--legal-blue);}
.legal-card-icon svg,.legal-step-icon svg,.legal-principle-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.legal-horizontal-card h3{margin:0 0 5px;font-size:19px;color:var(--legal-navy);}.legal-horizontal-card p{margin:0;color:var(--legal-muted);font-size:13.5px;line-height:1.5;}.legal-horizontal-card .legal-arrow{color:#94b3ea;font-size:26px;}
.legal-real-art{height:min(68vh,620px);display:grid;place-items:center;}.legal-real-art img{width:132%;height:100%;max-width:none;object-fit:contain;object-position:center;}
.legal-centered-slide .legal-slide-inner{display:flex;flex-direction:column;justify-content:center;align-items:stretch;}
.legal-centered-head{text-align:center;max-width:850px;margin:0 auto 34px;}.legal-centered-head .legal-eyebrow{margin-inline:auto;}.legal-centered-head p{margin-inline:auto;}
.legal-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,4vw,54px);}
.legal-steps::before{content:"";position:absolute;left:15%;right:15%;top:35px;height:1px;background:linear-gradient(90deg,transparent,rgba(18,97,237,.25) 12%,rgba(18,97,237,.25) 88%,transparent);}
.legal-step{position:relative;z-index:1;text-align:center;padding:0 12px;}
.legal-step-number{position:absolute;top:-8px;left:calc(50% - 40px);display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--legal-blue);color:#fff;font-size:13px;font-weight:900;box-shadow:0 6px 15px rgba(18,97,237,.24);}
.legal-step-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 18px;background:#eef5ff;}.legal-step-icon svg{width:31px;height:31px;}
.legal-step h3{margin:0 0 9px;color:var(--legal-navy);font-size:20px;line-height:1.2;}.legal-step p{margin:0;color:var(--legal-muted);font-size:14px;line-height:1.55;}
.legal-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.legal-principle{min-height:235px;padding:26px;border:1px solid var(--legal-line);border-radius:26px;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(245,249,255,.95));box-shadow:0 18px 45px rgba(17,56,116,.06);display:flex;flex-direction:column;}
.legal-principle-icon{margin-bottom:auto;}.legal-principle h3{margin:24px 0 9px;color:var(--legal-navy);font-size:21px;line-height:1.2;}.legal-principle p{margin:0;color:var(--legal-muted);font-size:14px;line-height:1.58;}
.legal-final-slide{background:linear-gradient(135deg,#f8fbff,#fff 45%,#f2f7ff)!important;}
.legal-final-layout{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:40px;}
.legal-final-copy{position:relative;z-index:2;}.legal-final-copy h2{max-width:620px;}.legal-final-note{display:flex;align-items:flex-start;gap:10px;margin-top:20px;color:#74819a;font-size:13.5px;line-height:1.55;max-width:520px;}.legal-final-note svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:var(--legal-blue);stroke-width:1.8;}
.legal-final-art{height:min(67vh,590px);display:grid;place-items:center;}.legal-final-art img{width:128%;height:100%;max-width:none;object-fit:contain;object-position:center;}
.legal-final-links{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:18px;z-index:5;white-space:nowrap;}.legal-final-links a{color:#8390a7;font-size:13px;text-decoration:none;}.legal-final-links a:hover{color:var(--legal-blue)}
.legal-slide-nav{position:fixed;z-index:5100;right:17px;top:50%;display:grid;gap:9px;transform:translateY(-50%);}
.legal-slide-nav button{position:relative;width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(62,91,139,.2);cursor:pointer;transition:height .25s ease,background .25s ease,border-radius .25s ease;}.legal-slide-nav button.is-active{height:28px;border-radius:999px;background:var(--legal-blue);}.legal-slide-nav button span{position:absolute;right:16px;top:50%;padding:6px 9px;border-radius:8px;background:#0b1c42;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(6px,-50%);transition:.2s}.legal-slide-nav button:hover span{opacity:1;transform:translate(0,-50%)}
/* staged reveal */
[data-legal-reveal]{opacity:0;transform:translateY(24px);transition:opacity .72s cubic-bezier(.2,.8,.2,1),transform .72s cubic-bezier(.2,.8,.2,1);transition-delay:var(--reveal-delay,0ms);}
[data-legal-reveal="title"]{clip-path:inset(0 0 100% 0);transform:translateY(12px);transition:clip-path .9s cubic-bezier(.2,.75,.2,1),opacity .45s ease,transform .8s ease;}
.legal-slide.is-active [data-legal-reveal]{opacity:1;transform:none;clip-path:inset(0 0 0 0);}
.legal-slide.is-active .legal-hero-art img,.legal-slide.is-active .legal-topic-art img,.legal-slide.is-active .legal-real-art img,.legal-slide.is-active .legal-final-art img{animation:legalArtIn 1.1s cubic-bezier(.2,.8,.2,1) both;}
@keyframes legalArtIn{from{opacity:0;transform:translate3d(34px,16px,0) scale(.97)}to{opacity:1;transform:none}}
@media (max-width:980px){
  .legal-slide-inner{width:min(100% - 40px,920px)}
  .legal-hero-layout,.legal-topic-layout,.legal-topic-layout.is-reversed,.legal-real-layout,.legal-final-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:24px;}
  .legal-topic-layout.is-reversed .legal-topic-art{order:-1;}
  .legal-slide-nav{right:8px;}.legal-slide-nav button span{display:none;}
  .legal-hero-art,.legal-topic-art,.legal-real-art,.legal-final-art{min-height:260px;height:min(55vh,500px);}
  .legal-principle{min-height:210px;padding:20px;}
}
@media (max-width:720px){
  :root{--legal-header-height:68px;}
  body.legal-page > header{min-height:68px!important;height:68px!important;}
  body.legal-page > header .header-shell{min-height:68px!important;height:68px!important;padding:0 12px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;}
  body.legal-page > header .logo{font-size:0!important;line-height:0!important;flex:0 0 34px!important;min-width:34px!important;overflow:visible!important;}
  body.legal-page > header .logo-img{width:30px!important;height:30px!important;margin:0!important;}
  body.legal-page > header .header-actions{width:auto!important;flex:0 0 auto!important;margin-left:auto!important;justify-content:flex-end!important;gap:7px!important;}
  body.legal-page > header .header-actions #headerHomeBtn{display:none!important;}
  body.legal-page > header .header-actions #loginOrCabinetBtn,
  body.legal-page > header .header-actions #registerBtn{height:40px!important;min-height:40px!important;max-height:40px!important;padding:8px 13px!important;font-size:13.5px!important;border-radius:10px!important;}
  .legal-presentation{scrollbar-width:none}.legal-presentation::-webkit-scrollbar{display:none}
  .legal-slide-inner{width:calc(100% - 28px);padding:16px 0 22px;}
  .legal-slide h1{font-size:clamp(31px,9vw,43px);line-height:1.05;margin-bottom:12px;}
  .legal-slide h2{font-size:clamp(29px,8.4vw,40px);line-height:1.05;margin-bottom:10px;}
  .legal-lead{font-size:14px;line-height:1.52;}
  .legal-eyebrow{margin-bottom:10px;padding:6px 9px;font-size:12px;}
  .legal-actions{margin-top:16px;gap:9px;}.legal-presentation .legal-action{min-height:42px;padding:10px 15px;font-size:13.5px;flex:1 1 auto;}
  .legal-hero-layout,.legal-topic-layout,.legal-topic-layout.is-reversed,.legal-real-layout,.legal-final-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:8px;align-content:center;}
  .legal-hero-art,.legal-topic-art,.legal-real-art,.legal-final-art{height:min(31vh,235px);min-height:130px;border-radius:22px;}
  .legal-hero-art img{width:112%;}.legal-topic-art img,.legal-real-art img,.legal-final-art img{width:112%;height:110%;}
  .legal-topic-layout.is-reversed .legal-topic-art{order:initial;}
  .legal-topic-card{margin-top:13px;padding:15px;border-radius:19px;}.legal-topic-card h3{font-size:22px;margin-bottom:5px}.legal-topic-card>p{font-size:14px;line-height:1.45;margin-bottom:12px}.legal-chip-list{gap:6px}.legal-chip{min-height:29px;padding:5px 8px;font-size:12px;border-radius:7px}.legal-mini-cta{margin-top:12px;font-size:13.5px}
  .legal-real-cards{margin-top:12px;gap:9px}.legal-horizontal-card{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:12px;border-radius:16px}.legal-card-icon{width:42px;height:42px;border-radius:13px}.legal-horizontal-card h3{font-size:15px}.legal-horizontal-card p{font-size:13px;line-height:1.4}.legal-horizontal-card .legal-arrow{font-size:20px}
  .legal-centered-head{margin-bottom:20px}.legal-steps{grid-template-columns:1fr;gap:10px}.legal-steps::before{display:none}.legal-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;text-align:left;align-items:center;padding:10px 12px;border:1px solid var(--legal-line);border-radius:16px;background:rgba(255,255,255,.82)}.legal-step-number{left:8px;top:5px;width:18px;height:18px;font-size:12px}.legal-step-icon{width:48px;height:48px;margin:0;border-radius:15px}.legal-step-icon svg{width:23px;height:23px}.legal-step h3{font-size:15px;margin:0 0 4px}.legal-step p{font-size:13px;line-height:1.4}
  .legal-principles{grid-template-columns:1fr;gap:9px}.legal-principle{min-height:0;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:12px;padding:13px;border-radius:17px}.legal-principle-icon{grid-row:1/3;width:44px;height:44px;border-radius:14px;margin:0}.legal-principle h3{margin:1px 0 4px;font-size:15px}.legal-principle p{font-size:13px;line-height:1.4}
  .legal-final-note{margin-top:12px;font-size:12px}.legal-final-links{bottom:6px;gap:10px}.legal-final-links a{font-size:12px}.legal-scroll-cue,.legal-slide-nav{display:none;}
}
@media (max-height:680px) and (min-width:721px){
  .legal-slide-inner{padding-block:18px}.legal-slide h1{font-size:50px}.legal-slide h2{font-size:42px}.legal-hero-art,.legal-topic-art,.legal-real-art,.legal-final-art{height:72vh}.legal-topic-card{margin-top:16px;padding:20px}.legal-centered-head{margin-bottom:20px}.legal-principle{min-height:190px;padding:20px}.legal-actions{margin-top:16px}
}

@media (max-width:720px) and (max-height:700px){
  :root{--legal-header-height:58px;}
  body.legal-page > header{min-height:58px!important;height:58px!important;}
  body.legal-page > header .header-shell{min-height:58px!important;height:58px!important;padding:0 10px!important;}
  body.legal-page > header .logo{flex-basis:30px!important;min-width:30px!important;}
  body.legal-page > header .logo-img{width:27px!important;height:27px!important;}
  body.legal-page > header .header-actions{gap:6px!important;}
  body.legal-page > header .header-actions #loginOrCabinetBtn,
  body.legal-page > header .header-actions #registerBtn{height:36px!important;min-height:36px!important;max-height:36px!important;padding:7px 10px!important;font-size:13px!important;border-radius:9px!important;}
  .legal-slide-inner{width:calc(100% - 20px);padding:8px 0 10px;}
  .legal-slide h1{font-size:clamp(25px,8.2vw,31px);line-height:1.01;margin-bottom:7px;}
  .legal-slide h2{font-size:clamp(24px,7.7vw,29px);line-height:1.02;margin-bottom:7px;}
  .legal-lead{font-size:13px;line-height:1.38;}
  .legal-eyebrow{margin-bottom:6px;padding:4px 7px;font-size:12px;}
  .legal-actions{margin-top:9px;gap:6px;}
  .legal-presentation .legal-action{min-height:35px;padding:7px 9px;font-size:12px;border-radius:9px;}
  .legal-hero-layout,.legal-topic-layout,.legal-topic-layout.is-reversed,.legal-real-layout,.legal-final-layout{gap:4px;}
  .legal-hero-art,.legal-topic-art,.legal-real-art,.legal-final-art{position:relative;height:clamp(82px,20vh,118px);min-height:0;border-radius:16px;overflow:hidden;}
  .legal-hero-art img,.legal-topic-art img,.legal-real-art img,.legal-final-art img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain;}
  .legal-topic-card{margin-top:7px;padding:9px 10px;border-radius:14px;}
  .legal-topic-card h3{font-size:17px;margin-bottom:3px;}
  .legal-topic-card>p{font-size:12px;line-height:1.32;margin-bottom:7px;}
  .legal-chip-list{gap:4px;}
  .legal-chip{min-height:23px;padding:3px 6px;font-size:12px;border-radius:6px;}
  .legal-mini-cta{margin-top:7px;font-size:12px;}.legal-mini-cta span{width:22px;height:22px;}
  .legal-real-cards{margin-top:7px;gap:5px;}
  .legal-horizontal-card{gap:7px;padding:7px 8px;border-radius:12px;}
  .legal-card-icon{width:34px;height:34px;border-radius:10px;}.legal-card-icon svg{width:18px;height:18px;}
  .legal-horizontal-card h3{font-size:13.5px;margin-bottom:2px;}.legal-horizontal-card p{font-size:12px;line-height:1.25;}.legal-horizontal-card .legal-arrow{font-size:16px;}
  .legal-centered-head{margin-bottom:8px;}.legal-centered-head .legal-lead{max-width:540px;}
  .legal-steps{gap:5px;}.legal-step{gap:8px;padding:6px 8px;border-radius:11px;}.legal-step-icon{width:38px;height:38px;border-radius:11px;}.legal-step-icon svg{width:19px;height:19px;}.legal-step-number{width:15px;height:15px;font-size:12px;}.legal-step h3{font-size:13.5px;margin-bottom:2px;}.legal-step p{font-size:12px;line-height:1.25;}
  .legal-principles{gap:5px;}.legal-principle{column-gap:8px;padding:7px 8px;border-radius:12px;}.legal-principle-icon{width:35px;height:35px;border-radius:10px;}.legal-principle-icon svg{width:19px;height:19px;}.legal-principle h3{font-size:13.5px;margin:0 0 2px;}.legal-principle p{font-size:12px;line-height:1.25;}
  .legal-final-note{margin-top:7px;font-size:12px;line-height:1.3;}.legal-final-note svg{width:14px;height:14px;}.legal-final-links{display:none;}
}
@media (max-height:520px) and (min-width:721px){
  :root{--legal-header-height:58px;}
  body.legal-page > header{min-height:58px!important;height:58px!important;}
  body.legal-page > header .header-shell{min-height:58px!important;height:58px!important;padding-block:0!important;}
  body.legal-page > header .logo-img{width:30px!important;height:30px!important;}
  body.legal-page > header .header-actions .btn{min-height:36px!important;height:36px!important;padding:7px 13px!important;font-size:13px!important;}
  .legal-slide-inner{width:min(100% - 42px,1120px);padding:7px 0;}
  .legal-slide h1{font-size:clamp(27px,3.7vw,34px);line-height:1.01;margin-bottom:7px;max-width:520px;}
  .legal-slide h2{font-size:clamp(25px,3.5vw,32px);line-height:1.02;margin-bottom:6px;}
  .legal-lead{font-size:13px;line-height:1.35;max-width:510px;}
  .legal-eyebrow{margin-bottom:6px;padding:4px 7px;font-size:12px;}
  .legal-actions{margin-top:9px;gap:7px;}.legal-presentation .legal-action{min-height:34px;padding:7px 12px;font-size:12px;border-radius:9px;}
  .legal-hero-layout{grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);gap:16px;}
  .legal-topic-layout{grid-template-columns:minmax(0,.95fr) minmax(280px,1.05fr);gap:18px;}
  .legal-topic-layout.is-reversed{grid-template-columns:minmax(280px,1.05fr) minmax(0,.95fr);}
  .legal-real-layout,.legal-final-layout{grid-template-columns:minmax(0,1fr) minmax(270px,.82fr);gap:18px;}
  .legal-hero-art,.legal-topic-art,.legal-real-art,.legal-final-art{position:relative;height:min(78vh,245px);min-height:0;border-radius:20px;overflow:hidden;}
  .legal-hero-art img,.legal-topic-art img,.legal-real-art img,.legal-final-art img{position:absolute!important;inset:0!important;width:106%!important;height:100%!important;max-width:none!important;max-height:100%!important;object-fit:contain;}
  .legal-topic-card{margin-top:7px;padding:10px 12px;border-radius:15px;}.legal-topic-card h3{font-size:18px;margin-bottom:3px;}.legal-topic-card>p{font-size:12px;line-height:1.3;margin-bottom:7px;}.legal-chip-list{gap:4px;}.legal-chip{min-height:23px;padding:3px 6px;font-size:12px;border-radius:6px;}.legal-mini-cta{margin-top:7px;font-size:12px;}.legal-mini-cta span{width:21px;height:21px;}
  .legal-real-cards{margin-top:7px;gap:6px;}.legal-horizontal-card{gap:8px;padding:7px 9px;border-radius:13px;}.legal-card-icon{width:35px;height:35px;border-radius:10px;}.legal-card-icon svg{width:18px;height:18px;}.legal-horizontal-card h3{font-size:13.5px;margin-bottom:2px;}.legal-horizontal-card p{font-size:12px;line-height:1.25;}.legal-horizontal-card .legal-arrow{font-size:17px;}
  .legal-centered-head{margin-bottom:9px;}.legal-steps{gap:10px;}.legal-steps::before{top:24px;}.legal-step{padding:0 5px;}.legal-step-icon{width:48px;height:48px;margin-bottom:7px;}.legal-step-icon svg{width:23px;height:23px;}.legal-step-number{top:-4px;left:calc(50% - 29px);width:16px;height:16px;font-size:12px;}.legal-step h3{font-size:14px;margin-bottom:2px;}.legal-step p{font-size:12px;line-height:1.25;}
  .legal-principles{gap:8px;}.legal-principle{min-height:0;padding:10px 11px;border-radius:15px;}.legal-principle-icon{width:38px;height:38px;border-radius:11px;}.legal-principle-icon svg{width:20px;height:20px;}.legal-principle h3{margin:9px 0 3px;font-size:14px;}.legal-principle p{font-size:12px;line-height:1.28;}
  .legal-final-note{margin-top:7px;font-size:12px;line-height:1.3;}.legal-final-note svg{width:14px;height:14px;}.legal-final-links,.legal-scroll-cue{display:none;}
}
@media (prefers-reduced-motion:reduce){.legal-presentation{scroll-behavior:auto}.legal-scroll-cue i{animation:none}[data-legal-reveal]{opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}.legal-slide img{animation:none!important}.legal-presentation .legal-action,.legal-horizontal-card{transition:none!important}}


/* LEGAL PAGE PHOTO BACKGROUND REFINEMENTS 20260810-2 */

:root{--legal-header-height:72px;}
body.legal-page > header .header-shell{
  min-height:auto;
  padding:14px var(--site-shell-pad, 18px)!important;
}
body.legal-page > header .logo{
  font-size:20px!important;
}
body.legal-page > header .logo-img{
  width:34px!important;
  height:34px!important;
}
body.legal-page > header .header-actions{
  gap:10px!important;
  flex-wrap:nowrap!important;
}
body.legal-page > header .header-actions #headerHomeBtn,
body.legal-page > header .header-actions #loginOrCabinetBtn,
body.legal-page > header .header-actions #registerBtn{
  min-height:42px!important;
  height:42px!important;
  max-height:42px!important;
  padding:10px 15px!important;
  border-radius:10px!important;
  font-size:14px!important;
}
.legal-slide-photo{
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.legal-slide-photo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.76) 42%, rgba(255,255,255,.58) 64%, rgba(255,255,255,.70) 100%);
}
.legal-slide-photo .legal-slide-inner{
  position:relative;
  z-index:1;
}
.legal-photo-layout{
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
.legal-photo-copy{max-width:720px;}
.legal-photo-copy-wide{max-width:760px;}
#legalHero.legal-slide-photo{background-image:url('/images/legal-presentation/legal-hero-bg-20260810.png');}
#legalContractor.legal-slide-photo{background-image:url('/images/legal-presentation/legal-contractor-bg-20260810.png');}
#legalDeveloper.legal-slide-photo{background-image:url('/images/legal-presentation/legal-developer-bg-20260810.png');}
#legalRequest.legal-slide-photo{background-image:url('/images/legal-presentation/legal-request-bg-20260810.png'); background-position:center 34%!important;}
#legalHero .legal-hero-art,
#legalContractor .legal-topic-art,
#legalDeveloper .legal-topic-art,
#legalRequest .legal-final-art{display:none!important;}
#legalHero .legal-hero-copy,
#legalRequest .legal-final-copy{
  padding:clamp(20px,2.7vw,34px);
  border-radius:28px;
  background:rgba(255,255,255,.42);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.48);
  box-shadow:0 20px 48px rgba(17,56,116,.08);
}
#legalContractor .legal-topic-card,
#legalDeveloper .legal-topic-card{
  max-width:660px;
  background:rgba(255,255,255,.84);
}
#legalProcess .legal-slide-inner{padding-top:clamp(38px,4.2vh,54px); padding-bottom:clamp(32px,3.8vh,44px);}
#legalProcess .legal-centered-head{margin-bottom:42px;}
#legalProcess .legal-steps{overflow:visible; align-items:start;}
#legalProcess .legal-step{overflow:visible; padding-top:12px;}
#legalProcess .legal-step-number{top:4px; left:calc(50% - 34px);}
#legalProcess .legal-steps::before{top:46px;}
#legalProcess .legal-step-icon{margin-bottom:22px;}
#legalProcess .legal-step h3{padding-inline:10px;}
#legalProcess .legal-step p{padding-inline:12px;}
@media (max-width:1100px){
  .legal-slide-photo::after{background:linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.82) 100%);}  
  .legal-photo-copy,.legal-photo-copy-wide{max-width:100%;}
}
@media (max-width:720px){
  :root{--legal-header-height:62px;}
  body.legal-page > header .header-shell{padding:10px 12px!important;}
  body.legal-page > header .logo-img{width:30px!important;height:30px!important;}
  body.legal-page > header .header-actions{gap:6px!important;}
  body.legal-page > header .header-actions #headerHomeBtn,
  body.legal-page > header .header-actions #loginOrCabinetBtn,
  body.legal-page > header .header-actions #registerBtn{min-height:36px!important;height:36px!important;max-height:36px!important;padding:8px 10px!important;font-size:13px!important;border-radius:9px!important;}
  #legalHero .legal-hero-copy,
  #legalRequest .legal-final-copy{padding:16px;border-radius:20px;}
  #legalRequest.legal-slide-photo{background-position:64% center!important;}
  #legalProcess .legal-slide-inner{padding-top:18px;padding-bottom:18px;}
  #legalProcess .legal-centered-head{margin-bottom:18px;}
  #legalProcess .legal-step{padding-top:8px;}
  #legalProcess .legal-step-number{top:6px;left:8px;}
  #legalProcess .legal-step-icon{margin-bottom:0;}
}
@media (max-height:520px) and (min-width:721px){
  :root{--legal-header-height:60px;}
  body.legal-page > header .header-shell{padding:9px 16px!important;}
  body.legal-page > header .header-actions #headerHomeBtn,
  body.legal-page > header .header-actions #loginOrCabinetBtn,
  body.legal-page > header .header-actions #registerBtn{min-height:36px!important;height:36px!important;max-height:36px!important;padding:7px 13px!important;font-size:13px!important;}
}

/* LEGAL PAGE LAYOUT REFINEMENTS 20260811 */
#legalContractor .legal-photo-copy,
#legalDeveloper .legal-photo-copy{
  width:min(570px,46vw);
  max-width:570px;
}
#legalContractor .legal-photo-copy{margin-right:auto;}
#legalDeveloper .legal-photo-copy{margin-left:auto;}
#legalContractor.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 35%,rgba(255,255,255,.68) 56%,rgba(255,255,255,.24) 100%);
}
#legalDeveloper.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,.25) 0%,rgba(255,255,255,.58) 42%,rgba(255,255,255,.92) 64%,rgba(255,255,255,.98) 100%);
}
#legalHero.legal-slide-photo::after,
#legalRequest.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 38%,rgba(255,255,255,.64) 60%,rgba(255,255,255,.28) 100%);
}
#legalRequest.legal-slide-photo{
  background-image:url('/images/legal-presentation/legal-request-bg-20260811.png');
  background-position:center center!important;
}
#legalContractor .legal-topic-card,
#legalDeveloper .legal-topic-card{
  max-width:540px;
  margin-top:22px;
  padding:22px 24px 20px;
  border-radius:20px;
  border:1px solid rgba(74,112,176,.16);
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 38px rgba(18,56,112,.055);
  backdrop-filter:blur(12px) saturate(112%);
}
#legalContractor .legal-topic-card h3,
#legalDeveloper .legal-topic-card h3{
  margin:0;
  font-size:clamp(21px,1.65vw,27px);
  line-height:1.16;
  letter-spacing:-.02em;
}
.legal-topic-summary > p{
  margin:8px 0 0;
  max-width:470px;
  color:var(--legal-muted);
  font-size:14px;
  line-height:1.58;
}
.legal-topic-divider{
  height:1px;
  margin:17px 0 14px;
  background:linear-gradient(90deg,rgba(18,97,237,.22),rgba(18,97,237,.07) 72%,transparent);
}
.legal-topic-issues{display:grid;gap:9px;}
.legal-topic-label{
  color:#6f7d96;
  font-size:12px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
#legalContractor .legal-chip-list,
#legalDeveloper .legal-chip-list{gap:7px;}
#legalContractor .legal-chip,
#legalDeveloper .legal-chip{
  min-height:31px;
  padding:6px 10px;
  border-radius:9px;
  border-color:rgba(62,103,170,.14);
  background:rgba(255,255,255,.72);
  color:#314566;
  font-size:13px;
  font-weight:700;
}
#legalContractor .legal-mini-cta,
#legalDeveloper .legal-mini-cta{
  margin-top:16px;
  padding-top:1px;
}
#legalProcess .legal-steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(14px,2.4vw,34px);
}
#legalProcess .legal-steps::before{left:10%;right:10%;}
#legalProcess .legal-step h3{font-size:19px;}
#legalProcess .legal-step p{font-size:13.5px;}

@media (min-width:721px) and (max-width:1100px){
  #legalContractor .legal-photo-copy,
  #legalDeveloper .legal-photo-copy{width:48vw;max-width:520px;}
  #legalContractor .legal-topic-card,
  #legalDeveloper .legal-topic-card{padding:19px 20px 18px;}
  #legalProcess .legal-steps{gap:12px;}
  #legalProcess .legal-step{padding-inline:6px;}
  #legalProcess .legal-step h3{font-size:16px;}
  #legalProcess .legal-step p{font-size:13.5px;}
}

@media (max-width:720px){
  .legal-slide-photo{
    background-image:none!important;
    background-color:#fff!important;
  }
  .legal-slide-photo::before{
    content:"";
    position:absolute;
    z-index:-2;
    left:0;
    right:0;
    bottom:0;
    top:auto;
    width:100%;
    height:44%;
    max-width:none;
    max-height:none;
    border-radius:0;
    background-repeat:no-repeat;
    background-size:cover;
    pointer-events:none;
  }
  #legalHero.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-hero-bg-20260810.png');
    background-position:84% 100%;
    height:45%;
  }
  #legalContractor.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-contractor-bg-20260810.png');
    background-position:92% 100%;
    height:42%;
  }
  #legalDeveloper.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-developer-bg-20260810.png');
    background-position:8% 100%;
    height:42%;
  }
  #legalRequest.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-request-bg-20260811.png');
    background-position:90% 100%;
    height:49%;
  }
  .legal-slide-photo::after,
  #legalContractor.legal-slide-photo::after,
  #legalDeveloper.legal-slide-photo::after,
  #legalHero.legal-slide-photo::after,
  #legalRequest.legal-slide-photo::after{
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.99) 43%,rgba(255,255,255,.88) 57%,rgba(255,255,255,.18) 100%);
  }
  .legal-slide-photo .legal-slide-inner{
    align-items:start;
    align-content:start;
    padding-top:18px;
    padding-bottom:12px;
  }
  .legal-photo-copy,
  .legal-photo-copy-wide,
  #legalContractor .legal-photo-copy,
  #legalDeveloper .legal-photo-copy{
    width:100%;
    max-width:100%!important;
    margin-left:0;
    margin-right:0;
  }
  #legalHero .legal-hero-copy,
  #legalRequest .legal-final-copy{
    width:100%;
    box-sizing:border-box;
    padding:15px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.76);
    border-color:rgba(115,148,205,.12);
    box-shadow:0 10px 28px rgba(25,66,132,.045);
    backdrop-filter:blur(8px);
  }
  #legalContractor .legal-topic-card,
  #legalDeveloper .legal-topic-card{
    width:100%;
    max-width:none;
    box-sizing:border-box;
    margin-top:10px;
    padding:14px 15px 13px;
    border-radius:17px;
    background:rgba(255,255,255,.82);
    box-shadow:0 10px 26px rgba(18,56,112,.04);
  }
  #legalContractor .legal-topic-card h3,
  #legalDeveloper .legal-topic-card h3{font-size:19px;}
  .legal-topic-summary > p{margin-top:5px;font-size:13.5px;line-height:1.42;}
  .legal-topic-divider{margin:11px 0 9px;}
  .legal-topic-issues{gap:7px;}
  .legal-topic-label{font-size:12px;}
  #legalContractor .legal-chip-list,
  #legalDeveloper .legal-chip-list{gap:5px;}
  #legalContractor .legal-chip,
  #legalDeveloper .legal-chip{min-height:25px;padding:4px 7px;border-radius:7px;font-size:12px;}
  #legalContractor .legal-mini-cta,
  #legalDeveloper .legal-mini-cta{margin-top:10px;font-size:13px;}
  #legalProcess .legal-steps{grid-template-columns:1fr;gap:9px;}
  #legalProcess .legal-step h3{font-size:15px;}
  #legalProcess .legal-step p{font-size:13px;}
  #legalProcess .legal-steps::before{display:none;}
  #legalProcess .legal-slide-inner,
  #legalPrinciples .legal-slide-inner{justify-content:center;}
}

@media (max-width:720px) and (max-height:700px){
  .legal-slide-photo::before{height:38%;}
  #legalHero.legal-slide-photo::before{height:39%;}
  #legalContractor.legal-slide-photo::before,
  #legalDeveloper.legal-slide-photo::before{height:37%;}
  #legalRequest.legal-slide-photo::before{height:44%;}
  .legal-slide-photo .legal-slide-inner{padding-top:9px;padding-bottom:7px;}
  #legalHero .legal-hero-copy,
  #legalRequest .legal-final-copy{padding:10px 11px;border-radius:14px;}
  #legalContractor .legal-topic-card,
  #legalDeveloper .legal-topic-card{margin-top:6px;padding:8px 9px 8px;border-radius:13px;}
  #legalContractor .legal-topic-card h3,
  #legalDeveloper .legal-topic-card h3{font-size:16px;}
  .legal-topic-summary > p{font-size:12px;line-height:1.3;margin-top:3px;}
  .legal-topic-divider{margin:6px 0 5px;}
  .legal-topic-issues{gap:4px;}
  .legal-topic-label{font-size:12px;}
  #legalContractor .legal-chip-list,
  #legalDeveloper .legal-chip-list{gap:3px;}
  #legalContractor .legal-chip,
  #legalDeveloper .legal-chip{min-height:21px;padding:3px 5px;font-size:12px;border-radius:6px;}
  #legalContractor .legal-mini-cta,
  #legalDeveloper .legal-mini-cta{margin-top:6px;font-size:12px;}
  #legalProcess .legal-steps{gap:5px;}
  #legalProcess .legal-step h3{font-size:13.5px;}
  #legalProcess .legal-step p{font-size:12px;}
}

/* Ensure the final slide uses the supplied 2026-08-11 artwork despite the base final-slide background shorthand. */
#legalRequest.legal-final-slide.legal-slide-photo{
  background-image:url('/images/legal-presentation/legal-request-bg-20260811.png')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
@media (max-width:720px){
  #legalRequest.legal-final-slide.legal-slide-photo{background-image:none!important;}
}

/* ============================================================
   Юридическая поддержка · финальные правки по референсам 11.08.2026
   ============================================================ */

/* Хедер: те же габариты и поведение кнопок, что на главной. */
:root{--legal-header-height:70px;}
body.legal-page > header .header-shell{
  min-height:0!important;
  height:auto!important;
  padding:14px var(--site-shell-pad,18px)!important;
  gap:14px!important;
}
body.legal-page > header .logo{font-size:20px!important;line-height:1!important;}
body.legal-page > header .logo-img{width:34px!important;height:34px!important;}
body.legal-page > header .header-actions{gap:10px!important;align-items:center!important;flex-wrap:nowrap!important;}
body.legal-page > header .header-actions #headerHomeBtn,
body.legal-page > header .header-actions #loginOrCabinetBtn:not(.header-profile-btn),
body.legal-page > header .header-actions #registerBtn{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:40px!important;
  max-height:none!important;
  padding:10px 15px!important;
  border-radius:10px!important;
  font-size:14px!important;
  line-height:1!important;
}
/* После авторизации Buckler превращает #loginOrCabinetBtn в круглую кнопку.
   ID-правила страницы раньше продолжали давать ей padding и из-за этого аватар съезжал. */
body.legal-page > header .header-actions #loginOrCabinetBtn.header-profile-btn,
body.legal-page > header .header-actions [data-header-profile-btn="1"].header-profile-btn{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  margin:0!important;
  border-radius:999px!important;
  line-height:1!important;
  flex:0 0 42px!important;
  overflow:hidden!important;
}
body.legal-page > header .header-actions #loginOrCabinetBtn.header-profile-btn .header-profile-logo,
body.legal-page > header .header-actions [data-header-profile-btn="1"].header-profile-btn .header-profile-logo{
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
body.legal-page > header .header-actions #loginOrCabinetBtn.header-profile-btn .header-profile-logo-svg,
body.legal-page > header .header-actions [data-header-profile-btn="1"].header-profile-btn .header-profile-logo-svg{
  display:block!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  transform:none!important;
}

/* Новые фоны двух тематических слайдов. */
#legalContractor.legal-slide-photo{
  background-image:url('/images/legal-presentation/legal-contractor-bg-20260811.png')!important;
  background-position:center center!important;
}
#legalDeveloper.legal-slide-photo{
  background-image:url('/images/legal-presentation/legal-developer-bg-20260811.png')!important;
  background-position:center center!important;
}
#legalContractor.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.24) 39%,rgba(255,255,255,.05) 58%,rgba(255,255,255,0) 100%)!important;
}
#legalDeveloper.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 42%,rgba(255,255,255,.26) 61%,rgba(255,255,255,.46) 100%)!important;
}

/* Компоновка по предоставленным референсам. */
#legalContractor .legal-reference-copy{
  width:min(700px,47vw)!important;
  max-width:700px!important;
  margin-left:0!important;
  margin-right:auto!important;
}
#legalDeveloper .legal-reference-copy{
  width:min(700px,47vw)!important;
  max-width:700px!important;
  margin-left:auto!important;
  margin-right:0!important;
}
#legalContractor .legal-eyebrow,
#legalDeveloper .legal-eyebrow{
  margin-bottom:18px;
  padding:8px 15px;
  border-color:rgba(43,116,235,.18);
  background:rgba(239,246,255,.9);
  color:#1765df;
  font-size:13.5px;
  letter-spacing:.055em;
}
#legalContractor h2,
#legalDeveloper h2{
  margin-bottom:14px;
  max-width:680px;
  color:#061b48;
  font-size:clamp(45px,4.4vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
.legal-topic-intro{
  max-width:620px;
  margin:0;
  color:#5b6f8f;
  font-size:clamp(15px,1.3vw,19px);
  line-height:1.55;
  font-weight:500;
}
#legalContractor .legal-reference-card,
#legalDeveloper .legal-reference-card{
  box-sizing:border-box;
  width:100%;
  max-width:700px!important;
  margin-top:24px;
  padding:25px 27px 23px;
  border:1px solid rgba(61,105,178,.16);
  border-radius:25px;
  background:rgba(255,255,255,.90);
  box-shadow:0 20px 52px rgba(48,82,139,.075),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(14px) saturate(110%);
  -webkit-backdrop-filter:blur(14px) saturate(110%);
}
.legal-reference-card__head{
  display:grid;
  grid-template-columns:60px minmax(0,1fr);
  align-items:center;
  gap:17px;
}
.legal-reference-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:17px;
  border:1px solid rgba(64,130,238,.16);
  background:linear-gradient(145deg,#edf5ff,#e6f0ff);
  color:#1767ed;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.legal-reference-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#legalContractor .legal-reference-card h3,
#legalDeveloper .legal-reference-card h3{
  margin:0 0 6px;
  color:#071c49;
  font-size:clamp(19px,1.45vw,24px);
  line-height:1.18;
  letter-spacing:-.025em;
}
.legal-reference-card__head p{
  margin:0;
  max-width:530px;
  color:#637594;
  font-size:13.5px;
  line-height:1.48;
}
#legalContractor .legal-topic-divider,
#legalDeveloper .legal-topic-divider{
  height:1px;
  margin:20px 0 16px;
  background:rgba(67,112,185,.16);
}
#legalContractor .legal-topic-issues,
#legalDeveloper .legal-topic-issues{gap:12px;}
#legalContractor .legal-topic-label,
#legalDeveloper .legal-topic-label{
  display:flex;
  align-items:center;
  gap:9px;
  color:#1765df;
  font-size:13px;
  font-weight:900;
  letter-spacing:.055em;
}
.legal-topic-label i{
  display:block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#3989ff;
  box-shadow:0 0 0 5px rgba(57,137,255,.07);
}
.legal-issue-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.legal-issue-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));}
.legal-issue{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  min-width:0;
  min-height:58px;
  gap:9px;
  padding:10px 11px;
  border:1px solid rgba(66,111,185,.18);
  border-radius:12px;
  background:rgba(255,255,255,.82);
  color:#1d3158;
  font-size:13px;
  font-weight:750;
  line-height:1.18;
}
.legal-issue__icon{
  display:grid;
  place-items:center;
  flex:0 0 31px;
  width:31px;
  height:31px;
  border-radius:10px;
  background:#edf5ff;
  color:#1768ef;
}
.legal-issue__icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.legal-card-footer{display:flex;align-items:center;gap:18px;margin-top:20px;}
.legal-card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:48px;
  padding:8px 10px 8px 20px;
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#1973ff,#0f57e8);
  color:#fff;
  font:850 14px/1.1 Inter,system-ui,sans-serif;
  box-shadow:0 12px 28px rgba(19,96,232,.22);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
}
#legalContractor .legal-card-cta{margin-top:20px;}
.legal-card-cta:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(19,96,232,.28);}
.legal-card-cta i{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  font-style:normal;
  font-size:18px;
}
.legal-card-footer__note{color:#8190aa;font-size:13px;line-height:1.35;}

/* Окно заявки всегда поверх фиксированного хедера. */
body.legal-page .ssom-overlay{
  z-index:20000!important;
  box-sizing:border-box!important;
  padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))!important;
  align-items:center!important;
}
body.legal-page .ssom-dialog{
  position:relative!important;
  box-sizing:border-box!important;
  max-height:calc(100dvh - 28px)!important;
  margin:0!important;
  overflow:auto!important;
  overscroll-behavior:contain;
}
body.legal-page .ssom-close{
  z-index:5!important;
  top:12px!important;
  right:12px!important;
}
.legal-success-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border:1px solid #1261ed;
  border-radius:12px;
  background:linear-gradient(135deg,#1769f4,#0d55df);
  color:#fff;
  font:800 14px/1.2 Inter,system-ui,sans-serif;
  box-shadow:0 14px 30px rgba(18,97,237,.24);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
}
.legal-success-close:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(18,97,237,.30);}

@media (max-width:1200px) and (min-width:721px){
  #legalContractor .legal-reference-copy,
  #legalDeveloper .legal-reference-copy{width:min(650px,49vw)!important;}
  #legalContractor h2,#legalDeveloper h2{font-size:clamp(40px,4.5vw,58px);}
  #legalContractor .legal-reference-card,#legalDeveloper .legal-reference-card{padding:20px 21px;}
  .legal-issue{padding:8px;gap:7px;font-size:12px;}
  .legal-issue__icon{width:28px;height:28px;flex-basis:28px;}
}

@media (max-width:720px){
  :root{--legal-header-height:58px;}
  body.legal-page > header .header-shell{padding:9px 10px!important;gap:8px!important;}
  body.legal-page > header .logo-img{width:30px!important;height:30px!important;}
  body.legal-page > header .logo{font-size:0!important;gap:0!important;}
  body.legal-page > header .header-actions{gap:6px!important;}
  body.legal-page > header .header-actions #headerHomeBtn,
  body.legal-page > header .header-actions #loginOrCabinetBtn:not(.header-profile-btn),
  body.legal-page > header .header-actions #registerBtn{
    min-height:36px!important;
    height:36px!important;
    padding:8px 9px!important;
    border-radius:9px!important;
    font-size:12px!important;
  }
  body.legal-page > header .header-actions #loginOrCabinetBtn.header-profile-btn,
  body.legal-page > header .header-actions [data-header-profile-btn="1"].header-profile-btn{
    width:36px!important;min-width:36px!important;max-width:36px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    flex-basis:36px!important;padding:0!important;
  }
  body.legal-page > header .header-actions #loginOrCabinetBtn.header-profile-btn .header-profile-logo-svg,
  body.legal-page > header .header-actions [data-header-profile-btn="1"].header-profile-btn .header-profile-logo-svg{width:26px!important;height:26px!important;}

  #legalContractor.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-contractor-bg-20260811.png')!important;
    background-position:88% 100%!important;
    height:39%!important;
  }
  #legalDeveloper.legal-slide-photo::before{
    background-image:url('/images/legal-presentation/legal-developer-bg-20260811.png')!important;
    background-position:10% 100%!important;
    height:39%!important;
  }
  #legalContractor .legal-reference-copy,
  #legalDeveloper .legal-reference-copy{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  #legalContractor h2,#legalDeveloper h2{font-size:clamp(31px,9vw,42px);margin-bottom:7px;}
  #legalContractor .legal-eyebrow,#legalDeveloper .legal-eyebrow{margin-bottom:7px;padding:5px 9px;font-size:12px;}
  .legal-topic-intro{max-width:94%;font-size:13px;line-height:1.36;}
  #legalContractor .legal-reference-card,
  #legalDeveloper .legal-reference-card{
    max-width:none!important;
    margin-top:10px;
    padding:12px 13px 11px;
    border-radius:16px;
    background:rgba(255,255,255,.90);
  }
  .legal-reference-card__head{grid-template-columns:40px minmax(0,1fr);gap:10px;}
  .legal-reference-icon{width:40px;height:40px;border-radius:12px;}
  .legal-reference-icon svg{width:22px;height:22px;}
  #legalContractor .legal-reference-card h3,#legalDeveloper .legal-reference-card h3{font-size:15px;margin-bottom:2px;}
  .legal-reference-card__head p{font-size:12px;line-height:1.3;}
  #legalContractor .legal-topic-divider,#legalDeveloper .legal-topic-divider{margin:8px 0 7px;}
  #legalContractor .legal-topic-label,#legalDeveloper .legal-topic-label{font-size:12px;gap:6px;}
  .legal-topic-label i{width:6px;height:6px;box-shadow:none;}
  .legal-issue-grid,.legal-issue-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;}
  .legal-issue{min-height:34px;padding:5px 6px;border-radius:8px;font-size:12px;gap:5px;}
  .legal-issue__icon{width:23px;height:23px;flex-basis:23px;border-radius:7px;}
  .legal-issue__icon svg{width:14px;height:14px;}
  .legal-card-footer{margin-top:8px;gap:9px;}
  #legalContractor .legal-card-cta,.legal-card-cta{margin-top:8px;min-height:34px;padding:5px 6px 5px 11px;border-radius:8px;font-size:12px;gap:8px;}
  .legal-card-cta i{width:23px;height:23px;font-size:14px;}
  .legal-card-footer__note{display:none;}

  body.legal-page .ssom-overlay{align-items:flex-start!important;padding:10px!important;overflow:auto!important;}
  body.legal-page .ssom-dialog{max-height:calc(100dvh - 20px)!important;}
}

@media (max-width:720px) and (max-height:650px){
  #legalContractor.legal-slide-photo::before,#legalDeveloper.legal-slide-photo::before{height:32%!important;}
  #legalContractor h2,#legalDeveloper h2{font-size:clamp(26px,7vw,32px);}
  .legal-topic-intro{font-size:12px;line-height:1.25;}
  #legalContractor .legal-reference-card,#legalDeveloper .legal-reference-card{margin-top:6px;padding:8px 9px 7px;}
  .legal-reference-card__head{grid-template-columns:32px minmax(0,1fr);gap:7px;}
  .legal-reference-icon{width:32px;height:32px;border-radius:9px;}
  .legal-reference-icon svg{width:18px;height:18px;}
  #legalContractor .legal-reference-card h3,#legalDeveloper .legal-reference-card h3{font-size:13.5px;}
  .legal-reference-card__head p{font-size:12px;}
  #legalContractor .legal-topic-divider,#legalDeveloper .legal-topic-divider{margin:5px 0 4px;}
  .legal-issue{min-height:27px;padding:3px 4px;font-size:12px;}
  .legal-issue__icon{width:18px;height:18px;flex-basis:18px;}
  .legal-issue__icon svg{width:11px;height:11px;}
  #legalContractor .legal-card-cta,.legal-card-cta{min-height:29px;margin-top:5px;font-size:12px;}
  .legal-card-cta i{width:19px;height:19px;}
}


/* LEGAL PAGE FINAL VISUAL/MOBILE REFINEMENTS 20260811-4 */

/* Long issue labels stay inside their cells at every width. */
.legal-issue > span:last-child{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
#legalContractor .legal-issue-grid{
  grid-template-columns:.9fr .82fr 1.28fr 1fr;
}
.legal-issue__icon{
  border:1px solid rgba(34,112,235,.16);
  background:linear-gradient(145deg,#fbfdff,#e5f0ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 15px rgba(36,101,203,.08);
}
.legal-issue__icon svg text{
  fill:currentColor;
  stroke:none;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  font-weight:900;
}
.legal-issue--payment{font-size:13px;}

/* Richer step avatars: clear inner ring, deeper relief and readable line art. */
#legalProcess{
  background:
    radial-gradient(circle at 50% 56%,rgba(47,126,255,.09),rgba(47,126,255,0) 44%),
    linear-gradient(145deg,#fbfdff,#f4f8ff 58%,#fbfdff);
}
#legalPrinciples{
  background:
    radial-gradient(circle at 15% 24%,rgba(47,126,255,.075),rgba(47,126,255,0) 34%),
    radial-gradient(circle at 88% 78%,rgba(47,126,255,.055),rgba(47,126,255,0) 31%),
    linear-gradient(145deg,#fff,#f7faff);
}
#legalProcess .legal-step-icon{
  position:relative;
  overflow:visible;
  border:1px solid rgba(25,105,238,.22);
  background:linear-gradient(145deg,#ffffff 0%,#edf5ff 46%,#dceaff 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 14px 32px rgba(25,91,195,.13),0 0 0 7px rgba(36,116,245,.035);
}
#legalProcess .legal-step-icon::after{
  content:"";
  position:absolute;
  inset:7px;
  border:1px solid rgba(33,112,239,.09);
  border-radius:50%;
  pointer-events:none;
}
#legalProcess .legal-step-icon svg{
  position:relative;
  z-index:1;
  width:34px;
  height:34px;
  stroke-width:1.65;
}
#legalProcess .legal-step-number{
  border:2px solid #fff;
  box-shadow:0 7px 16px rgba(18,97,237,.28);
}

/* The supplied request artwork stays vivid and occupies one coherent background. */
#legalRequest.legal-final-slide.legal-slide-photo{
  background-image:url('/images/legal-presentation/legal-request-bg-20260811.png')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
#legalRequest.legal-slide-photo::after{
  background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.84) 36%,rgba(255,255,255,.35) 58%,rgba(255,255,255,.04) 100%)!important;
}

@media (max-width:1300px) and (min-width:721px){
  #legalContractor .legal-issue-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #legalContractor .legal-issue--payment{font-size:13px;}
}

@media (max-width:720px){
  /* One full-viewport photograph per photo slide. The legacy lower duplicate is disabled. */
  .legal-slide-photo::before,
  #legalHero.legal-slide-photo::before,
  #legalContractor.legal-slide-photo::before,
  #legalDeveloper.legal-slide-photo::before,
  #legalRequest.legal-slide-photo::before{
    content:none!important;
    display:none!important;
    background-image:none!important;
  }
  #legalHero.legal-slide-photo{
    background-image:url('/images/legal-presentation/legal-hero-bg-20260810.png')!important;
    background-size:cover!important;
    background-position:79% center!important;
    background-repeat:no-repeat!important;
  }
  #legalContractor.legal-slide-photo{
    background-image:url('/images/legal-presentation/legal-contractor-bg-20260811.png')!important;
    background-size:cover!important;
    background-position:82% center!important;
    background-repeat:no-repeat!important;
  }
  #legalDeveloper.legal-slide-photo{
    background-image:url('/images/legal-presentation/legal-developer-bg-20260811.png')!important;
    background-size:cover!important;
    background-position:27% center!important;
    background-repeat:no-repeat!important;
  }
  #legalRequest.legal-final-slide.legal-slide-photo{
    background-image:url('/images/legal-presentation/legal-request-bg-20260811.png')!important;
    background-size:cover!important;
    background-position:79% center!important;
    background-repeat:no-repeat!important;
  }
  #legalHero.legal-slide-photo::after{
    background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.86) 52%,rgba(255,255,255,.42) 77%,rgba(255,255,255,.09) 100%)!important;
  }
  #legalContractor.legal-slide-photo::after{
    background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.31) 74%,rgba(255,255,255,.06) 100%)!important;
  }
  #legalDeveloper.legal-slide-photo::after{
    background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.84) 49%,rgba(255,255,255,.34) 74%,rgba(255,255,255,.07) 100%)!important;
  }
  #legalRequest.legal-slide-photo::after{
    background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.82) 44%,rgba(255,255,255,.25) 70%,rgba(255,255,255,.03) 100%)!important;
  }

  .legal-slide-photo .legal-slide-inner{
    align-items:start!important;
    align-content:start!important;
    padding-top:clamp(14px,2.7svh,24px)!important;
    padding-bottom:14px!important;
  }
  #legalHero .legal-hero-copy,
  #legalRequest .legal-final-copy{
    border:1px solid rgba(98,139,205,.15)!important;
    background:rgba(255,255,255,.82)!important;
    box-shadow:0 18px 42px rgba(20,61,126,.08)!important;
    backdrop-filter:blur(13px) saturate(112%)!important;
    -webkit-backdrop-filter:blur(13px) saturate(112%)!important;
  }
  #legalContractor .legal-reference-card,
  #legalDeveloper .legal-reference-card{
    background:rgba(255,255,255,.88)!important;
    box-shadow:0 15px 38px rgba(20,61,126,.075)!important;
    backdrop-filter:blur(12px) saturate(112%)!important;
    -webkit-backdrop-filter:blur(12px) saturate(112%)!important;
  }

  #legalContractor .legal-issue-grid,
  #legalDeveloper .legal-issue-grid,
  #legalDeveloper .legal-issue-grid--two{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .legal-issue{
    min-height:40px;
    padding:6px 7px;
    gap:6px;
    font-size:12px;
    line-height:1.15;
  }
  .legal-issue--payment{font-size:12px;}
  .legal-issue__icon{width:25px;height:25px;flex-basis:25px;}
  .legal-issue__icon svg{width:15px;height:15px;}
  .legal-issue__icon svg text{font-size:16px;}

  /* Fill the mobile viewport more intentionally instead of leaving a blank middle. */
  #legalProcess .legal-slide-inner,
  #legalPrinciples .legal-slide-inner{
    justify-content:flex-start!important;
    align-items:stretch!important;
    padding-top:clamp(28px,5svh,48px)!important;
    padding-bottom:clamp(24px,4svh,36px)!important;
  }
  #legalProcess .legal-centered-head,
  #legalPrinciples .legal-centered-head{
    margin-bottom:clamp(14px,2.4svh,22px)!important;
  }
  #legalProcess .legal-steps{
    width:100%;
    height:clamp(400px,62svh,510px);
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(4,minmax(0,1fr));
    gap:10px!important;
  }
  #legalProcess .legal-step{
    min-height:0;
    height:auto;
    grid-template-columns:64px minmax(0,1fr);
    gap:14px;
    padding:11px 15px;
    border-radius:19px;
    border-color:rgba(65,116,196,.18);
    background:rgba(255,255,255,.86);
    box-shadow:0 12px 30px rgba(23,68,139,.055);
  }
  #legalProcess .legal-step-icon{
    width:58px;
    height:58px;
    margin:0;
    border-radius:50%!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 10px 24px rgba(25,91,195,.12),0 0 0 5px rgba(36,116,245,.035);
  }
  #legalProcess .legal-step-icon::after{inset:6px;}
  #legalProcess .legal-step-icon svg{width:28px;height:28px;}
  #legalProcess .legal-step-number{
    top:7px;
    left:8px;
    width:19px;
    height:19px;
    font-size:12px;
  }
  #legalProcess .legal-step h3{font-size:15.5px;line-height:1.18;margin-bottom:4px;}
  #legalProcess .legal-step p{font-size:13px;line-height:1.38;}

  #legalPrinciples .legal-principles{
    width:100%;
    height:clamp(310px,49svh,410px);
    grid-template-columns:1fr;
    grid-template-rows:repeat(3,minmax(0,1fr));
    gap:11px;
  }
  #legalPrinciples .legal-principle{
    min-height:0;
    grid-template-columns:58px minmax(0,1fr);
    column-gap:14px;
    align-content:center;
    padding:13px 15px;
    border-radius:19px;
    background:rgba(255,255,255,.88);
    box-shadow:0 12px 30px rgba(23,68,139,.055);
  }
  #legalPrinciples .legal-principle-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:linear-gradient(145deg,#fff,#e7f1ff);
    box-shadow:inset 0 1px 0 #fff,0 9px 22px rgba(25,91,195,.10);
  }
  #legalPrinciples .legal-principle-icon svg{width:25px;height:25px;}
  #legalPrinciples .legal-principle h3{font-size:15.5px;line-height:1.18;margin:0 0 4px;}
  #legalPrinciples .legal-principle p{font-size:13px;line-height:1.38;}
}

@media (max-width:720px) and (max-height:700px){
  .legal-slide-photo .legal-slide-inner{padding-top:8px!important;padding-bottom:8px!important;}
  #legalContractor .legal-reference-card,
  #legalDeveloper .legal-reference-card{margin-top:6px;padding:8px 9px 7px;}
  .legal-issue{min-height:29px;padding:3px 5px;font-size:12px;gap:4px;}
  .legal-issue--payment{font-size:12px;}
  .legal-issue__icon{width:19px;height:19px;flex-basis:19px;}
  .legal-issue__icon svg{width:12px;height:12px;}
  #legalProcess .legal-slide-inner,
  #legalPrinciples .legal-slide-inner{padding-top:18px!important;padding-bottom:18px!important;}
  #legalProcess .legal-centered-head,
  #legalPrinciples .legal-centered-head{margin-bottom:8px!important;}
  #legalProcess .legal-steps{height:clamp(345px,60svh,405px);gap:6px!important;}
  #legalProcess .legal-step{grid-template-columns:50px minmax(0,1fr);gap:10px;padding:7px 10px;border-radius:14px;}
  #legalProcess .legal-step-icon{width:45px;height:45px;}
  #legalProcess .legal-step-icon svg{width:23px;height:23px;}
  #legalProcess .legal-step-number{top:4px;left:5px;width:16px;height:16px;font-size:12px;}
  #legalProcess .legal-step h3{font-size:13.5px;margin-bottom:2px;}
  #legalProcess .legal-step p{font-size:12px;line-height:1.25;}
  #legalPrinciples .legal-principles{height:clamp(255px,45svh,315px);gap:6px;}
  #legalPrinciples .legal-principle{grid-template-columns:45px minmax(0,1fr);column-gap:9px;padding:8px 10px;border-radius:14px;}
  #legalPrinciples .legal-principle-icon{width:41px;height:41px;}
  #legalPrinciples .legal-principle-icon svg{width:21px;height:21px;}
  #legalPrinciples .legal-principle h3{font-size:13.5px;margin-bottom:2px;}
  #legalPrinciples .legal-principle p{font-size:12px;line-height:1.25;}
}

/* LEGAL PAGE INTERACTION AND MOBILE READABILITY 20260812 */
/* CTA hover stays fully contained: no clipped lift, no harsh cut-off shadow. */
.legal-actions,
.legal-card-footer,
#legalContractor .legal-reference-card,
#legalDeveloper .legal-reference-card{
  overflow:visible!important;
}
.legal-actions{
  padding:8px 7px 10px;
  margin-left:-7px;
  margin-right:-7px;
  margin-bottom:-10px;
}
.legal-card-footer{
  padding:7px;
  margin-left:-7px;
  margin-right:-7px;
  margin-bottom:-7px;
}
.legal-presentation .legal-action,
.legal-card-cta,
.legal-success-close{
  position:relative;
  isolation:isolate;
  overflow:visible;
  transform:none!important;
  outline:0;
  will-change:box-shadow,filter,background;
  transition:box-shadow .2s ease,border-color .2s ease,filter .2s ease,background .2s ease!important;
}
.legal-presentation .legal-action:hover,
.legal-presentation .legal-action:focus-visible{
  transform:none!important;
  border-color:rgba(18,97,237,.62)!important;
  filter:saturate(1.06) brightness(1.02);
  box-shadow:0 0 0 4px rgba(18,97,237,.10),0 16px 34px rgba(18,76,180,.18)!important;
}
.legal-presentation .legal-action.is-primary:hover,
.legal-presentation .legal-action.is-primary:focus-visible,
.legal-card-cta:hover,
.legal-card-cta:focus-visible,
.legal-success-close:hover,
.legal-success-close:focus-visible{
  transform:none!important;
  filter:saturate(1.08) brightness(1.035);
  box-shadow:0 0 0 4px rgba(29,111,242,.12),0 17px 36px rgba(19,96,232,.29)!important;
}
.legal-presentation .legal-action:active,
.legal-card-cta:active,
.legal-success-close:active{
  transform:translateY(1px)!important;
  box-shadow:0 0 0 3px rgba(29,111,242,.10),0 9px 20px rgba(19,96,232,.20)!important;
}
.legal-card-cta i{
  flex:0 0 auto;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}
