/* 
 * SOVED front page current CSS
 * Extracted from front-page.php at tmp
 * Marker: soved-front-current-css-v54
 */

:root{
  --bg:#f6f8fc;
  --white:#fff;
  --ink:#111827;
  --muted:#5f6b7a;
  --line:rgba(17,24,39,.10);
  --blue:#246bfe;
  --cyan:#14b8a6;
  --green:#16a475;
  --yellow:#f59e0b;
  --dark:#111827;
  --shadow:0 30px 100px rgba(24,39,75,.14);
  --shadow2:0 20px 55px rgba(24,39,75,.10);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Mulish,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 16% 0%,rgba(36,107,254,.15),transparent 34%),
    radial-gradient(circle at 86% 8%,rgba(20,184,166,.13),transparent 32%),
    linear-gradient(180deg,#fbfcff 0%,#f6f8fc 44%,#fff 100%);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background-image:
    linear-gradient(rgba(17,24,39,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,24,39,.045) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 72%);
}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.top{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(251,252,255,.72);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(17,24,39,.07);
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo{
  display:flex;
  align-items:center;
  gap:0;
  font-weight:760;
  font-size:25px;
  letter-spacing:-.035em;
}
.logo-word{display:inline-block;}
.logo-dot{display:none!important}
.logo-dot{
  width:13px;
  height:13px;
  border-radius:99px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  box-shadow:0 0 0 8px rgba(36,107,254,.08);
}
.menu{
  display:flex;
  align-items:center;
  gap:26px;
  color:#4d5969;
  font-size:14px;
  font-weight:700;
}
.menu-cta{
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(24,39,75,.08);
}
.hero{
  min-height:calc(100vh - 76px);
  display:flex;
  align-items:center;
  padding:60px 0 76px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr minmax(440px,.85fr);
  gap:54px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(36,107,254,.16);
  box-shadow:0 14px 36px rgba(36,107,254,.08);
  color:#31537e;
  font-size:13px;
  font-weight:760;
}
.pulse{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 7px rgba(22,164,117,.13);
}
h1{
  margin:26px 0 22px;
  max-width:820px;
  font-size:clamp(42px,5.35vw,78px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:680;
}
.hero-text{
  max-width:700px;
  color:#4d5969;
  font-size:clamp(17px,1.55vw,20px);
  line-height:1.52;
  letter-spacing:-.015em;
}
.actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  font-size:15px;
  font-weight:760;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-main{
  color:#fff;
  background:linear-gradient(135deg,#155cff,#1787ff);
  box-shadow:0 20px 48px rgba(36,107,254,.28);
}
.btn-alt{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 32px rgba(24,39,75,.08);
}
.stage{
  min-height:610px;
  position:relative;
  border-radius:52px;
  background:
    radial-gradient(circle at 78% 18%,rgba(36,107,254,.18),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(237,244,255,.80));
  border:1px solid rgba(255,255,255,.95);
  box-shadow:var(--shadow);
  overflow:hidden;
  isolation:isolate;
}
.stage:before{
  content:"";
  position:absolute;
  inset:30px;
  border-radius:42px;
  background:
    linear-gradient(rgba(17,24,39,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,24,39,.05) 1px,transparent 1px);
  background-size:36px 36px;
  mask-image:radial-gradient(circle,#000 0%,transparent 70%);
  z-index:-1;
}
.stage-top{
  position:absolute;
  top:34px;
  left:34px;
  right:34px;
  display:flex;
  justify-content:space-between;
  color:#64748b;
  font-size:12px;
  font-weight:760;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.stage-top b{color:var(--green)}
.core{
  position:absolute;
  left:50%;
  top:50%;
  width:230px;
  height:230px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  background:radial-gradient(circle at 34% 24%,#fff 0%,#fff 34%,#e8f0ff 100%);
  box-shadow:0 36px 95px rgba(36,107,254,.22);
}
.core strong{
  display:block;
  font-size:16px;
  letter-spacing:.16em;
}
.core span{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:13px;
  font-weight:720;
}
.ring{
  position:absolute;
  inset:86px 56px;
  border:1px solid rgba(36,107,254,.18);
  border-radius:43% 57% 48% 52%;
  transform:rotate(-8deg);
}
.ring.two{
  inset:132px 94px;
  border-color:rgba(20,184,166,.22);
  border-radius:57% 43% 52% 48%;
  transform:rotate(12deg);
}
.node{
  position:absolute;
  min-width:168px;
  padding:15px 17px;
  border-radius:22px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 18px 48px rgba(24,39,75,.11);
  backdrop-filter:blur(12px);
}
.node b{display:block;font-size:15px}
.node small{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:7px;
  color:#64748b;
  font-size:12px;
  font-weight:760;
}
.node small:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
}
.n1{left:42px;top:102px}
.n2{right:44px;top:132px}
.n3{left:38px;bottom:140px}
.n4{right:42px;bottom:102px}
.n5{left:50%;bottom:36px;transform:translateX(-50%);min-width:224px}
.line{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(36,107,254,.34),transparent);
}
.l1{width:260px;left:150px;top:220px;transform:rotate(28deg)}
.l2{width:250px;right:145px;top:245px;transform:rotate(-24deg)}
.l3{width:280px;left:125px;bottom:225px;transform:rotate(-28deg)}
.l4{width:280px;right:120px;bottom:215px;transform:rotate(30deg)}
section{padding:74px 0}
.statement{
  padding:76px;
  border-radius:54px;
  color:#fff;
  background:
    radial-gradient(circle at 84% 12%,rgba(36,107,254,.52),transparent 36%),
    #111827;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.statement h2,.team h2,.contact h2{
  margin:0;
  font-size:clamp(34px,4.25vw,58px);
  line-height:1.06;
  letter-spacing:-.052em;
  font-weight:680;
}
.statement p{
  max-width:780px;
  margin:26px 0 0;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.45;
  letter-spacing:-.025em;
}
.split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
}
.title{
  margin:0 0 22px;
  font-size:clamp(32px,4vw,54px);
  line-height:1.06;
  letter-spacing:-.052em;
  font-weight:680;
}
.lead{
  max-width:640px;
  color:#586475;
  font-size:18px;
  line-height:1.48;
  letter-spacing:-.025em;
}
.map{
  padding:32px;
  min-height:500px;
  border-radius:46px;
  background:
    radial-gradient(circle at 10% 18%,rgba(20,184,166,.14),transparent 30%),
    linear-gradient(145deg,#fff,#edf4ff);
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
}
.layer{
  margin-bottom:18px;
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(17,24,39,.08);
  box-shadow:0 16px 38px rgba(24,39,75,.07);
}
.layer:nth-child(2){margin-left:44px}
.layer:nth-child(3){margin-left:88px;margin-bottom:0}
.layer-head{
  display:flex;
  justify-content:space-between;
  color:#64748b;
  font-size:12px;
  font-weight:760;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.chip{
  padding:9px 12px;
  border-radius:999px;
  background:#f4f7fb;
  border:1px solid rgba(17,24,39,.07);
  color:#263247;
  font-size:14px;
  font-weight:720;
}
.monitor{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:34px;
  align-items:center;
}
.ui{
  padding:26px;
  border-radius:46px;
  color:#dbeafe;
  background:#0f172a;
  box-shadow:0 34px 110px rgba(15,23,42,.27);
  overflow:hidden;
}
.ui-head{
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
  color:#94a3b8;
  font-size:12px;
  font-weight:760;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.row:first-of-type{border-top:0}
.row b{
  display:block;
  color:#fff;
  font-size:20px;
  letter-spacing:-.035em;
}
.row span{
  display:block;
  margin-top:6px;
  color:#94a3b8;
  font-size:14px;
  font-weight:650;
}
.badge{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(22,164,117,.12);
  color:#6ee7b7;
  font-size:12px;
  font-weight:760;
}
.badge.warn{
  background:rgba(245,158,11,.12);
  color:#fcd34d;
}
.events{
  margin-top:20px;
  padding:18px;
  border-radius:26px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.event{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:8px 0;
  color:#cbd5e1;
  font-size:14px;
}
.event time{color:#64748b;font-weight:950}
.team{
  padding:72px;
  border-radius:54px;
  background:
    radial-gradient(circle at 86% 16%,rgba(36,107,254,.12),transparent 30%),
    #fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}
.team p{
  margin:24px 0 0;
  color:#586475;
  font-size:18px;
  line-height:1.5;
  letter-spacing:-.025em;
}
.flow{
  padding:26px;
  border-radius:34px;
  background:#f4f7fc;
  border:1px solid rgba(17,24,39,.08);
}
.step{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:16px;
  padding:16px 0;
  border-top:1px solid rgba(17,24,39,.08);
  color:#4b5565;
  font-weight:720;
}
.step:first-child{border-top:0}
.step i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  font-style:normal;
  font-weight:760;
  box-shadow:0 8px 18px rgba(24,39,75,.08);
}
.cases{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
}
.case-big,.case-side{
  min-height:420px;
  border-radius:46px;
  padding:36px;
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
  overflow:hidden;
}
.case-big{
  position:relative;
  background:
    radial-gradient(circle at 18% 20%,rgba(36,107,254,.16),transparent 34%),
    linear-gradient(145deg,#fff,#edf4ff);
}
.case-side{
  color:#fff;
  background:#111827;
}
.case-title{
  margin:0;
  font-size:clamp(34px,4.1vw,58px);
  line-height:1.04;
  letter-spacing:-.052em;
  font-weight:680;
}
.case-text{
  max-width:570px;
  margin:18px 0 0;
  color:#5b6678;
  font-size:18px;
  line-height:1.46;
}
.case-side .case-text{color:rgba(255,255,255,.68)}
.metrics{
  position:absolute;
  left:36px;
  bottom:36px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.metric{
  padding:12px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.80);
  border:1px solid rgba(17,24,39,.08);
  color:#263247;
  font-weight:760;
}
.mini{
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.mini:first-child{padding-top:0;border-top:0}
.mini b{
  display:block;
  color:#fff;
  font-size:28px;
  letter-spacing:-.055em;
}
.mini span{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.66);
  line-height:1.42;
}
.contact{
  padding:78px;
  border-radius:56px;
  background:
    radial-gradient(circle at 82% 18%,rgba(20,184,166,.16),transparent 32%),
    radial-gradient(circle at 12% 88%,rgba(36,107,254,.14),transparent 34%),
    #fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.contact p{
  max-width:690px;
  margin:24px 0 0;
  color:#586475;
  font-size:18px;
  line-height:1.48;
}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:38px;
}
.contact-card{
  min-height:116px;
  padding:18px;
  border-radius:26px;
  background:#f5f8fc;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.contact-card small{
  color:#64748b;
  font-size:11px;
  font-weight:760;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.contact-card b{
  font-size:17px;
  letter-spacing:-.03em;
}
.footer{
  padding:38px 0 48px;
  color:#6b7280;
  font-size:14px;
}
.footer-inner{
  padding-top:24px;
  border-top:1px solid rgba(17,24,39,.10);
  display:flex;
  justify-content:space-between;
  gap:24px;
}
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.in{opacity:1;transform:none}
@media(max-width:1060px){
  .hero-grid,.split,.monitor,.team,.cases{grid-template-columns:1fr}
  .stage{min-height:560px}
  .contact-grid{grid-template-columns:repeat(2,1fr)}
  .menu a:not(.menu-cta){display:none}
}
@media(max-width:680px){
  .wrap{width:min(100% - 28px,var(--max))}
  .nav{height:66px}
  .hero{padding:42px 0 54px}
  h1{font-size:clamp(48px,15vw,76px)}
  .hero-text,.lead,.team p,.contact p,.statement p{font-size:18px}
  .stage{min-height:610px;border-radius:34px}
  .ring,.line{display:none}
  .core{width:180px;height:180px}
  .node{min-width:145px;padding:13px}
  .n1{left:16px;top:90px}.n2{right:16px;top:168px}.n3{left:16px;bottom:178px}.n4{right:16px;bottom:112px}.n5{bottom:24px}
  section{padding:42px 0}
  .statement,.team,.contact{padding:34px;border-radius:34px}
  .map,.ui,.case-big,.case-side{border-radius:32px}
  .layer:nth-child(2),.layer:nth-child(3){margin-left:0}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{flex-direction:column}
}

.case-big,.case-side,.mini{transition:transform .2s ease, box-shadow .2s ease}
.case-big:hover,.case-side:hover,.mini:hover{transform:translateY(-2px)}
.cases-empty{
  padding:34px;
  border-radius:32px;
  background:#fff;
  border:1px solid var(--line);
  color:#586475;
  box-shadow:var(--shadow2);
  font-size:18px;
}


/* soved-cases-images-contact-groups-v4 */
.cases{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:22px;
  align-items:stretch;
}
.case-big,
.case-side{
  min-height:440px;
}
.case-big,
.case-mini-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  color:#fff;
  border:1px solid rgba(255,255,255,.54);
  background:
    radial-gradient(circle at 18% 14%,rgba(36,107,254,.42),transparent 34%),
    linear-gradient(145deg,#172033,#0f172a);
}
.case-big:before,
.case-mini-card:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--case-image);
  background-size:cover;
  background-position:center;
  opacity:.72;
  transform:scale(1.015);
  transition:transform .45s ease, opacity .45s ease;
}
.case-big:after,
.case-mini-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(15,23,42,.10) 0%,rgba(15,23,42,.45) 52%,rgba(15,23,42,.88) 100%),
    radial-gradient(circle at 20% 15%,rgba(36,107,254,.28),transparent 36%);
}
.case-big:hover:before,
.case-mini-card:hover:before{
  transform:scale(1.055);
  opacity:.86;
}
.case-content{
  position:relative;
  z-index:2;
}
.case-big .case-content{
  max-width:690px;
}
.case-title{
  color:#fff;
  text-shadow:0 14px 34px rgba(0,0,0,.30);
}
.case-text{
  color:rgba(255,255,255,.78);
}
.metrics{
  position:relative;
  z-index:2;
  left:auto;
  bottom:auto;
  margin-top:24px;
}
.metric{
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.20);
  backdrop-filter:blur(14px);
}
.case-side{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  display:grid;
  gap:22px;
}
.case-mini-card{
  min-height:209px;
  padding:26px;
  border-radius:34px;
  box-shadow:var(--shadow2);
}
.case-mini-card b{
  position:relative;
  z-index:2;
  display:block;
  color:#fff;
  font-size:28px;
  line-height:1.04;
  letter-spacing:-.052em;
  font-weight:680;
  text-shadow:0 12px 30px rgba(0,0,0,.28);
}
.case-mini-card span{
  position:relative;
  z-index:2;
  display:block;
  max-width:440px;
  margin-top:10px;
  color:rgba(255,255,255,.74);
  line-height:1.45;
  font-size:15px;
}
.case-label{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  padding:8px 11px;
  border-radius:999px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  font-size:11px;
  line-height:1;
  font-weight:760;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cases-empty{
  padding:34px;
  border-radius:32px;
  background:#fff;
  border:1px solid var(--line);
  color:#586475;
  box-shadow:var(--shadow2);
  font-size:18px;
}
.contact{
  padding:76px;
}
.contact-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:38px;
}
.contact-group{
  position:relative;
  min-height:286px;
  padding:30px;
  border-radius:36px;
  background:
    radial-gradient(circle at 84% 12%,rgba(36,107,254,.12),transparent 34%),
    #f5f8fc;
  border:1px solid rgba(17,24,39,.08);
  overflow:hidden;
}
.contact-group.managers{
  background:
    radial-gradient(circle at 84% 12%,rgba(20,184,166,.16),transparent 34%),
    #f5f8fc;
}
.contact-group-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:26px;
}
.contact-group h3{
  margin:0;
  font-size:30px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:680;
}
.contact-group p{
  margin:8px 0 0;
  max-width:410px;
  color:#64748b;
  font-size:15px;
  line-height:1.45;
}
.contact-icon{
  width:46px;
  height:46px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#5aa0ff);
  box-shadow:0 16px 32px rgba(36,107,254,.22);
}
.managers .contact-icon{
  background:linear-gradient(135deg,var(--cyan),#31d0bd);
  box-shadow:0 16px 32px rgba(20,184,166,.20);
}
.contact-list{
  display:grid;
  gap:12px;
}
.contact-row{
  display:grid;
  grid-template-columns:38px 1fr;
  align-items:center;
  gap:14px;
  padding:14px;
  border-radius:24px;
  color:#111827;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(17,24,39,.07);
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-row:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 16px 34px rgba(24,39,75,.08);
}
.contact-row-ico{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  font-size:18px;
}
.contact-row small{
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.2;
  font-weight:650;
}
.contact-row b{
  display:block;
  margin-top:3px;
  color:#111827;
  font-size:17px;
  line-height:1.22;
  letter-spacing:-.025em;
  font-weight:680;
}
.contact-note{
  margin-top:18px;
  color:#64748b;
  font-size:14px;
  line-height:1.45;
}
@media(max-width:1060px){
  .cases,
  .contact-layout{
    grid-template-columns:1fr;
  }
  .case-side{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:680px){
  .case-side{
    grid-template-columns:1fr;
  }
  .case-big,
  .case-mini-card{
    min-height:310px;
    border-radius:32px;
  }
  .contact{
    padding:34px;
  }
  .contact-group{
    min-height:0;
    padding:22px;
    border-radius:28px;
  }
  .contact-group h3{
    font-size:26px;
  }
}


/* soved-case-fallback-icons-v5 */
.case-big:not([style]),
.case-mini-card:not([style]){
  background:
    radial-gradient(circle at 18% 14%,rgba(36,107,254,.58),transparent 34%),
    radial-gradient(circle at 78% 24%,rgba(20,184,166,.34),transparent 30%),
    linear-gradient(145deg,#172033,#0f172a);
}
.case-big:not([style]):before,
.case-mini-card:not([style]):before{
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size:34px 34px;
  opacity:.9;
}
.contact-icon svg,
.contact-row-ico svg{
  width:20px;
  height:20px;
  display:block;
}
.contact-row-ico{
  font-size:0;
}
.contact-icon{
  font-size:0;
}


/* soved-footer-messengers-v6 */
.contact-row-ico.contact-brand{
  font-size:12px;
  font-weight:760;
  letter-spacing:.02em;
  color:#1f2937;
}
.contact-row-ico.contact-brand.max{
  font-size:10px;
}
.contact-group.messengers{
  background:
    radial-gradient(circle at 84% 12%,rgba(20,184,166,.16),transparent 34%),
    #f5f8fc;
}
.contact-group.messengers .contact-icon{
  background:linear-gradient(135deg,var(--cyan),#31d0bd);
  box-shadow:0 16px 32px rgba(20,184,166,.20);
}
.contact-group.messengers .contact-list{
  grid-template-columns:1fr 1fr;
}
@media(max-width:680px){
  .contact-group.messengers .contact-list{
    grid-template-columns:1fr;
  }
}


/* soved-remove-case-badges-v8 */
.case-label,
.metrics,
.metric{
  display:none!important;
}
.case-big .case-content{
  max-width:760px;
}
.case-mini-card b{
  margin-top:0;
}


/* soved-contact-css-cleanup-v20 */
.contact.soved-final-contact{
  padding:54px 64px 46px!important;
}

.soved-final-contact h2{
  max-width:760px!important;
  margin:0!important;
}

.soved-final-contact .soved-contact-lead{
  margin:16px 0 0!important;
  max-width:none!important;
  color:#586475!important;
  font-size:18px!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}

.soved-contact-grid{
  display:grid!important;
  grid-template-columns:minmax(390px,.72fr) minmax(640px,1.28fr)!important;
  gap:18px!important;
  align-items:start!important;
  margin-top:28px!important;
}

.soved-contact-card{
  min-height:0!important;
  height:auto!important;
  align-self:start!important;
  padding:24px!important;
  border-radius:32px!important;
  background:#f5f8fc!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:none!important;
}

.soved-contact-card.messengers{
  background:radial-gradient(circle at 86% 14%,rgba(20,184,166,.10),transparent 34%),#f5f8fc!important;
}

.soved-contact-title{
  margin:0 0 12px!important;
  padding:0!important;
  font-family:Mulish,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  color:#111827!important;
  font-size:26px!important;
  line-height:1!important;
  font-weight:640!important;
  letter-spacing:-.045em!important;
}

.soved-contact-stack{
  display:grid!important;
  gap:8px!important;
}

.soved-contact-messenger-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}

.soved-contact-link{
  display:grid!important;
  grid-template-columns:34px 1fr!important;
  align-items:center!important;
  gap:11px!important;
  min-height:50px!important;
  padding:8px 11px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  color:#111827!important;
  text-decoration:none!important;
}

.soved-contact-link.phone{
  grid-template-columns:1fr!important;
}

.soved-contact-link small{
  display:block!important;
  margin:0!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:560!important;
}

.soved-contact-link b{
  display:block!important;
  margin:3px 0 0!important;
  color:#111827!important;
  font-size:15px!important;
  line-height:1.16!important;
  font-weight:600!important;
  letter-spacing:-.015em!important;
}

.soved-contact-logo{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:13px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
}

.soved-contact-logo img{
  width:20px!important;
  height:20px!important;
  display:block!important;
  object-fit:contain!important;
}

.soved-contact-office{
  margin-top:12px!important;
  padding-top:12px!important;
  border-top:1px solid rgba(17,24,39,.10)!important;
}

.soved-contact-office .soved-contact-title{
  margin-bottom:8px!important;
}

.soved-contact-office b{
  display:block!important;
  margin:0!important;
  color:#111827!important;
  font-size:14.5px!important;
  line-height:1.18!important;
  font-weight:620!important;
}

.soved-contact-office span{
  display:block!important;
  margin:5px 0 0!important;
  color:#64748b!important;
  font-size:13px!important;
  line-height:1.25!important;
}

.soved-contact-office a{
  color:inherit!important;
  text-decoration:none!important;
}

@media(max-width:1060px){
  .contact.soved-final-contact{
    padding:34px!important;
  }
  .soved-final-contact .soved-contact-lead{
    white-space:normal!important;
  }
  .soved-contact-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:680px){
  .soved-contact-messenger-grid{
    grid-template-columns:1fr!important;
  }
}


/* soved-contact-equal-card-heights-v21 */
.soved-contact-grid{
  align-items:stretch!important;
}

.soved-contact-card{
  height:100%!important;
  align-self:stretch!important;
}

.soved-contact-card.messengers{
  display:flex!important;
  flex-direction:column!important;
}

.soved-contact-messenger-grid{
  flex:0 0 auto!important;
}

.soved-contact-card.phones{
  display:flex!important;
  flex-direction:column!important;
}

.soved-contact-office{
  margin-top:12px!important;
}


/* soved-cases-visual-polish-v22 */
.case-big,
.case-mini-card{
  background:#111827!important;
}

.case-big:before{
  opacity:.86!important;
  filter:saturate(.94) contrast(.98)!important;
}

.case-mini-card:before{
  opacity:.88!important;
  filter:saturate(.94) contrast(.98)!important;
}

.case-big:after{
  background:
    linear-gradient(180deg,rgba(15,23,42,.04) 0%,rgba(15,23,42,.18) 38%,rgba(15,23,42,.68) 100%),
    radial-gradient(circle at 18% 18%,rgba(36,107,254,.16),transparent 34%)!important;
}

.case-mini-card:after{
  background:
    linear-gradient(180deg,rgba(15,23,42,.05) 0%,rgba(15,23,42,.26) 42%,rgba(15,23,42,.72) 100%)!important;
}

.case-big .case-content{
  max-width:640px!important;
}

.case-title{
  font-size:clamp(32px,3.7vw,56px)!important;
  line-height:1.03!important;
  letter-spacing:-.055em!important;
  font-weight:660!important;
  max-width:680px!important;
}

.case-text{
  margin-top:14px!important;
  max-width:620px!important;
  color:rgba(255,255,255,.76)!important;
  font-size:16px!important;
  line-height:1.42!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.case-mini-card{
  padding:24px!important;
}

.case-mini-card b{
  font-size:24px!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:660!important;
  max-width:440px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.case-mini-card span{
  margin-top:9px!important;
  max-width:420px!important;
  font-size:14px!important;
  line-height:1.38!important;
  color:rgba(255,255,255,.72)!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.case-big:not([style]),
.case-mini-card:not([style]){
  background:
    radial-gradient(circle at 18% 14%,rgba(36,107,254,.34),transparent 34%),
    radial-gradient(circle at 78% 24%,rgba(20,184,166,.20),transparent 30%),
    linear-gradient(145deg,#172033,#0f172a)!important;
}

@media(max-width:680px){
  .case-title{
    font-size:34px!important;
  }
  .case-mini-card b{
    font-size:24px!important;
  }
}


/* soved-section-titles-smaller-v24 */

/* Общие заголовки секций, не карточек */
.title,
h2.title{
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.048em!important;
  font-weight:620!important;
}

/* Большие текстовые секции */
.statement h2,
.team h2,
.contact h2,
.soved-final-contact h2{
  font-size:clamp(34px,4vw,58px)!important;
  line-height:1.05!important;
  letter-spacing:-.055em!important;
  font-weight:640!important;
}

/* Заголовок контактов отдельно ещё спокойнее */
.soved-final-contact h2{
  font-size:clamp(34px,3.8vw,54px)!important;
}

/* Меньше воздуха вокруг секционных заголовков */
.title{
  margin-bottom:18px!important;
}

/* Не трогаем заголовки внутри кейс-карточек */
.case-title,
.case-mini-card b{
  /* intentionally unchanged */
}


/* soved-unify-section-titles-v25 */
.title,
h2.title,
.contact.soved-final-contact h2,
.soved-final-contact h2{
  font-family:Mulish,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.048em!important;
  font-weight:620!important;
  margin:0 0 18px!important;
  color:#111827!important;
  max-width:none!important;
}

.soved-final-contact .soved-contact-lead{
  margin-top:0!important;
}


/* soved-compact-team-block-v27 */
.soved-team-section{
  padding:48px 0 36px!important;
}

.soved-team-compact{
  display:grid!important;
  grid-template-columns:.82fr 1.18fr!important;
  gap:42px!important;
  align-items:center!important;
  padding:46px 58px!important;
  border-radius:46px!important;
  background:
    radial-gradient(circle at 86% 16%,rgba(36,107,254,.10),transparent 32%),
    #fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 55px rgba(24,39,75,.08)!important;
}

.soved-team-compact h2{
  margin:0!important;
  color:#111827!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.048em!important;
  font-weight:620!important;
}

.soved-team-compact p{
  margin:0!important;
  color:#586475!important;
  font-size:18px!important;
  line-height:1.52!important;
  letter-spacing:-.015em!important;
  max-width:620px!important;
}

#experience{
  padding-top:50px!important;
}

@media(max-width:900px){
  .soved-team-compact{
    grid-template-columns:1fr!important;
    gap:20px!important;
    padding:34px!important;
    border-radius:34px!important;
  }
}


/* soved-monitoring-block-russian-v31 */
.soved-monitor-section{
  padding:56px 0 54px!important;
}

.soved-monitor-grid{
  display:grid!important;
  grid-template-columns:1.05fr .95fr!important;
  gap:34px!important;
  align-items:center!important;
}

.soved-monitor-ui{
  position:relative!important;
  overflow:hidden!important;
  padding:26px!important;
  border-radius:42px!important;
  color:#dbeafe!important;
  background:
    radial-gradient(circle at 82% 18%,rgba(36,107,254,.18),transparent 34%),
    #0f172a!important;
  box-shadow:0 28px 90px rgba(15,23,42,.24)!important;
}

.soved-monitor-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:18px!important;
  margin-bottom:20px!important;
  color:#94a3b8!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  font-weight:760!important;
}

.soved-monitor-list{
  display:grid!important;
}

.soved-monitor-row{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:14px 0!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}

.soved-monitor-row:first-child{
  border-top:0!important;
}

.soved-monitor-row b{
  display:block!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.15!important;
  font-weight:680!important;
  letter-spacing:-.025em!important;
}

.soved-monitor-row span{
  display:block!important;
  margin-top:5px!important;
  color:#94a3b8!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:560!important;
}

.soved-monitor-state{
  padding:7px 10px!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:760!important;
  white-space:nowrap!important;
  background:rgba(22,164,117,.12)!important;
  color:#6ee7b7!important;
}

.soved-monitor-state.warn{
  background:rgba(245,158,11,.12)!important;
  color:#fcd34d!important;
}

.soved-monitor-events{
  margin-top:18px!important;
  padding:15px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}

.soved-monitor-event{
  display:flex!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:6px 0!important;
  color:#cbd5e1!important;
  font-size:13px!important;
  line-height:1.25!important;
}

.soved-monitor-event time{
  color:#64748b!important;
  font-weight:760!important;
}

.soved-monitor-text h2{
  margin:0 0 18px!important;
  color:#111827!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.048em!important;
  font-weight:620!important;
}

.soved-monitor-text p{
  margin:0!important;
  max-width:560px!important;
  color:#586475!important;
  font-size:17px!important;
  line-height:1.5!important;
  letter-spacing:-.012em!important;
}

@media(max-width:1060px){
  .soved-monitor-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:680px){
  .soved-monitor-section{
    padding:42px 0!important;
  }
  .soved-monitor-ui{
    border-radius:32px!important;
    padding:20px!important;
  }
  .soved-monitor-row{
    grid-template-columns:1fr!important;
  }
  .soved-monitor-state{
    width:max-content!important;
  }
}


/* soved-monitoring-anonymous-mockup-v33 */
.soved-monitor-head{
  letter-spacing:.055em!important;
  text-transform:none!important;
}
.soved-monitor-head span:first-child{
  letter-spacing:.035em!important;
}
.soved-monitor-head span:last-child{
  color:#6ee7b7!important;
}


/* soved-responsibility-block-v35 */
.soved-responsibility-section{
  padding:56px 0 48px!important;
}

.soved-responsibility{
  display:grid!important;
  grid-template-columns:.9fr 1.1fr!important;
  gap:42px!important;
  align-items:center!important;
}

.soved-responsibility-copy h2{
  margin:0 0 18px!important;
  color:#111827!important;
  font-size:clamp(30px,3.2vw,46px)!important;
  line-height:1.08!important;
  letter-spacing:-.048em!important;
  font-weight:620!important;
}

.soved-responsibility-copy p{
  margin:0!important;
  max-width:620px!important;
  color:#586475!important;
  font-size:17px!important;
  line-height:1.5!important;
  letter-spacing:-.012em!important;
}

.soved-responsibility-map{
  padding:26px!important;
  border-radius:42px!important;
  background:
    radial-gradient(circle at 86% 14%,rgba(20,184,166,.10),transparent 34%),
    linear-gradient(145deg,#fff,#f3f7fd)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 55px rgba(24,39,75,.08)!important;
}

.soved-responsibility-layer{
  display:grid!important;
  grid-template-columns:150px 1fr!important;
  gap:22px!important;
  align-items:start!important;
  padding:20px 0!important;
  border-top:1px solid rgba(17,24,39,.08)!important;
}

.soved-responsibility-layer:first-child{
  padding-top:0!important;
  border-top:0!important;
}

.soved-responsibility-layer:last-child{
  padding-bottom:0!important;
}

.soved-responsibility-index{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:680!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.soved-responsibility-dot{
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#246bfe!important;
  font-size:12px!important;
  font-weight:760!important;
  box-shadow:0 8px 18px rgba(24,39,75,.06)!important;
}

.soved-responsibility-layer b{
  display:block!important;
  color:#111827!important;
  font-size:19px!important;
  line-height:1.15!important;
  font-weight:640!important;
  letter-spacing:-.025em!important;
}

.soved-responsibility-layer span{
  display:block!important;
  margin-top:7px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.42!important;
}

@media(max-width:900px){
  .soved-responsibility{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .soved-responsibility-map{
    border-radius:34px!important;
  }
}

@media(max-width:680px){
  .soved-responsibility-section{
    padding:42px 0!important;
  }
  .soved-responsibility-layer{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}


/* soved-dark-statement-polish-v37 */
.statement{
  padding:58px 64px!important;
  border-radius:46px!important;
}

.statement h2{
  max-width:860px!important;
  font-size:clamp(34px,4.2vw,62px)!important;
  line-height:1.04!important;
  letter-spacing:-.058em!important;
  font-weight:660!important;
}

.statement p{
  max-width:760px!important;
  margin-top:22px!important;
  font-size:16px!important;
  line-height:1.5!important;
  color:rgba(255,255,255,.72)!important;
}

@media(max-width:760px){
  .statement{
    padding:34px!important;
    border-radius:34px!important;
  }
  .statement h2{
    font-size:34px!important;
  }
}


/* soved-hero-responsibility-summary-v40 */
.soved-hero-v40{
  min-height:720px!important;
  padding:150px 0 106px!important;
  display:flex!important;
  align-items:center!important;
}

.soved-hero-v40-grid{
  display:grid!important;
  grid-template-columns:1fr .86fr!important;
  gap:78px!important;
  align-items:center!important;
}

.soved-hero-v40-copy{
  max-width:760px!important;
}

.soved-hero-v40-badge{
  width:max-content!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  margin-bottom:24px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#475569!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:680!important;
  letter-spacing:-.01em!important;
  box-shadow:0 12px 28px rgba(24,39,75,.06)!important;
}

.soved-hero-v40-badge i{
  width:8px!important;
  height:8px!important;
  display:block!important;
  border-radius:999px!important;
  background:#16a475!important;
  box-shadow:0 0 0 5px rgba(22,164,117,.10)!important;
}

.soved-hero-v40 h1{
  margin:0!important;
  max-width:760px!important;
  color:#111827!important;
  font-size:clamp(50px,5.7vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.066em!important;
  font-weight:680!important;
}

.soved-hero-v40 p{
  margin:26px 0 0!important;
  max-width:700px!important;
  color:#586475!important;
  font-size:19px!important;
  line-height:1.5!important;
  letter-spacing:-.018em!important;
}

.soved-hero-v40-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:30px!important;
}

.soved-hero-v40-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:720!important;
}

.soved-hero-v40-actions .primary{
  color:#fff!important;
  background:#246bfe!important;
  box-shadow:0 16px 34px rgba(36,107,254,.24)!important;
}

.soved-hero-v40-actions .secondary{
  color:#111827!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
}

.soved-hero-v40-card{
  position:relative!important;
  padding:32px!important;
  border-radius:46px!important;
  background:
    radial-gradient(circle at 82% 16%,rgba(20,184,166,.12),transparent 34%),
    radial-gradient(circle at 18% 86%,rgba(36,107,254,.10),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.82),rgba(241,246,253,.92))!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 30px 90px rgba(24,39,75,.12)!important;
}

.soved-hero-v40-card-head{
  display:flex!important;
  justify-content:space-between!important;
  gap:18px!important;
  align-items:center!important;
  margin-bottom:22px!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.soved-hero-v40-card-head span:last-child{
  color:#16a475!important;
}

.soved-hero-v40-list{
  display:grid!important;
  gap:12px!important;
}

.soved-hero-v40-row{
  display:grid!important;
  grid-template-columns:44px 1fr!important;
  gap:15px!important;
  align-items:start!important;
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.80)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  box-shadow:0 14px 34px rgba(24,39,75,.07)!important;
}

.soved-hero-v40-num{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#246bfe!important;
  font-size:13px!important;
  font-weight:780!important;
}

.soved-hero-v40-row b{
  display:block!important;
  color:#111827!important;
  font-size:20px!important;
  line-height:1.12!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
}

.soved-hero-v40-row span{
  display:block!important;
  margin-top:7px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.38!important;
  font-weight:560!important;
}

@media(max-width:1060px){
  .soved-hero-v40{
    min-height:auto!important;
    padding:130px 0 72px!important;
  }
  .soved-hero-v40-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }
}

@media(max-width:680px){
  .soved-hero-v40 h1{
    font-size:44px!important;
  }
  .soved-hero-v40 p{
    font-size:17px!important;
  }
  .soved-hero-v40-card{
    padding:22px!important;
    border-radius:34px!important;
  }
  .soved-hero-v40-row{
    grid-template-columns:1fr!important;
  }
}


/* soved-hero-business-without-chaos-v41 */
.soved-hero-v40 h1{
  max-width:780px!important;
}

.soved-hero-v40-card-head{
  margin-bottom:18px!important;
}

.soved-hero-v40-row{
  padding:16px 18px!important;
}

.soved-hero-v40-row b{
  font-size:19px!important;
}

.soved-hero-v40-row span{
  max-width:420px!important;
}
/* soved-hero-right-polish-v42 */
.soved-hero-v40-grid{
  grid-template-columns:.98fr .92fr!important;
  gap:70px!important;
}

.soved-hero-v40-card{
  padding:34px!important;
  border-radius:44px!important;
}

.soved-hero-v40-card-head{
  margin-bottom:20px!important;
  font-size:11.5px!important;
  letter-spacing:.075em!important;
}

.soved-hero-v40-list{
  gap:13px!important;
}

.soved-hero-v40-row{
  grid-template-columns:46px 1fr!important;
  gap:16px!important;
  padding:19px 20px!important;
  border-radius:25px!important;
}

.soved-hero-v40-num{
  width:36px!important;
  height:36px!important;
  font-size:13px!important;
}

.soved-hero-v40-row b{
  font-size:20.5px!important;
  line-height:1.1!important;
  font-weight:700!important;
}

.soved-hero-v40-row span{
  margin-top:8px!important;
  max-width:440px!important;
  font-size:14.5px!important;
  line-height:1.38!important;
}

@media(max-width:1060px){
  .soved-hero-v40-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }
}

@media(max-width:680px){
  .soved-hero-v40-card{
    padding:22px!important;
    border-radius:34px!important;
  }

  .soved-hero-v40-row{
    grid-template-columns:1fr!important;
    padding:17px!important;
  }
}


/* soved-text-contrast-polish-v45 */
.soved-hero-v40 p{
  color:#475569!important;
}

.soved-hero-v40-card-head{
  color:#526176!important;
}

.soved-hero-v40-row span{
  color:#475569!important;
}

.soved-hero-v40-row b{
  color:#0f172a!important;
}

.soved-hero-v40-card{
  box-shadow:0 26px 80px rgba(24,39,75,.13)!important;
}

.soved-hero-v40-actions .secondary{
  color:#0f172a!important;
}

.contact > p{
  color:#475569!important;
}

@media(max-width:680px){
  .soved-hero-v40 p{
    color:#475569!important;
  }
}
