
:root{
  --dark:#020B16;
  --dark2:#06162C;
  --blue:#0878FF;
  --blue2:#005DFF;
  --text:#F7FAFF;
  --muted:#B4C1D4;
  --ink:#071225;
  --line:#E5ECF6;
  --soft:#F5F8FD;
  --shadow:0 16px 46px rgba(3,18,45,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(1440px,calc(100% - 96px));margin:0 auto}

/* Header */
.site-header{
  position:absolute;left:0;right:0;top:0;z-index:30;color:#fff;
}
.header-inner{
  height:86px;display:flex;align-items:center;gap:32px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:180px}
.brand-mark{
  width:42px;height:42px;display:block;
  background:linear-gradient(135deg,#0A7BFF,#004DE2);
  clip-path:polygon(0 0,34% 0,50% 22%,66% 0,100% 0,66% 50%,100% 100%,66% 100%,50% 78%,34% 100%,0 100%,34% 50%);
}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text b{font-size:27px;font-weight:950;letter-spacing:-.04em}
.brand-text small{font-size:11px;color:#C9D5E6;margin-top:2px}
.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:14px;font-weight:850}
.desktop-nav a{opacity:.96}
.desktop-nav a:hover{color:var(--blue)}
.header-contact{display:flex;flex-direction:column;font-size:13px;font-weight:850;line-height:1.15}
.header-contact span{font-size:12px;color:#C8D5E7;margin-top:3px}
.btn{
  min-height:48px;padding:0 24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid transparent;font-weight:900;font-size:14px;cursor:pointer;transition:.18s ease;
}
.btn-blue{background:linear-gradient(135deg,#0B82FF,#005DFF);color:#fff;box-shadow:0 12px 30px rgba(0,100,255,.28)}
.btn-blue:hover{transform:translateY(-1px)}
.btn-outline{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(3,12,25,.28)}
.burger{display:none;margin-left:auto;background:none;border:0;width:44px;height:44px}
.burger span{display:block;width:27px;height:3px;background:#fff;border-radius:5px;margin:5px auto}
.mobile-menu{display:none}

/* Hero desktop matches MCKS-home proportions */
.hero{
  min-height:700px;
  background:#020B16 url("../assets/img/hero-msks.webp") center top/cover no-repeat;
  color:#fff;
}
.hero-inner{padding-top:166px}
.hero-copy{max-width:610px}
.overline{display:inline-flex;margin-bottom:22px;color:var(--blue);font-size:15px;font-weight:850}
.hero h1{
  margin:0;
  font-size:54px;
  line-height:1.04;
  letter-spacing:-.035em;
  text-transform:uppercase;
  font-weight:950;
  max-width:650px;
}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero p{
  margin:24px 0 32px;
  max-width:560px;
  font-size:16px;
  line-height:1.55;
  color:#EFF5FF;
}
.hero-actions{display:flex;gap:16px}
.hero-benefits{
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px;
  max-width:1160px;
}
.hero-benefits div{display:flex;align-items:center;gap:14px}
.hero-benefits i,.equip-features i,.lead-mini i{
  width:40px;height:40px;border:2px solid var(--blue);border-radius:10px;display:block;position:relative;flex:0 0 auto;
}
.hero-benefits i:before,.equip-features i:before,.lead-mini i:before{
  content:"";position:absolute;inset:9px;border:2px solid var(--blue);border-radius:50%;
}
.hero-benefits span{font-size:14px;font-weight:850;color:#fff;line-height:1.25}

/* Services */
.services{padding:48px 0 58px;background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.service-card{
  background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);
}
.service-card img{height:190px;width:100%;object-fit:cover}
.card-body{padding:22px 22px 24px}
.card-body span{color:var(--blue);font-size:15px;font-weight:950;display:block;margin-bottom:8px}
.card-body h2{font-size:20px;line-height:1.1;margin:0 0 12px}
.card-body p{font-size:14px;color:#50617A;margin:0 0 18px}
.card-body a{font-size:14px;color:var(--blue);font-weight:850}

/* Scale block */
.scale{padding:54px 0;background:radial-gradient(circle at 35% 0,#062A58,#020B16 60%);color:#fff}
.scale-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center}
.scale h2{font-size:30px;line-height:1.1;margin:0 0 30px}
.object-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.object-icons div{display:flex;align-items:center;gap:12px;color:#DDE8F7;font-size:14px;font-weight:750}
.object-icons i{width:34px;height:34px;border:2px solid var(--blue);border-radius:8px;display:block}
.scale-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;border-left:1px solid rgba(8,120,255,.35);padding-left:54px}
.scale-stats div{min-height:86px;border-left:1px solid rgba(8,120,255,.18);padding-left:24px}
.scale-stats b{display:block;color:var(--blue);font-size:42px;line-height:1;font-weight:950}
.scale-stats span{display:block;color:#DCE8F7;margin-top:8px;font-size:14px;font-weight:700}

/* Projects */
.projects{padding:60px 0;background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}
.section-head h2{font-size:30px;margin:0;letter-spacing:-.02em}
.section-head a{font-size:14px;color:var(--blue);font-weight:850}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.project-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}
.project-card img{height:210px;width:100%;object-fit:cover}
.project-card span{display:inline-flex;margin:18px 18px 7px;padding:4px 9px;border-radius:5px;background:#EAF3FF;color:var(--blue);font-size:11px;font-weight:950}
.project-card h3{margin:0 18px 7px;font-size:17px}
.project-card p{margin:0 18px 20px;color:#50617A;font-size:13px}
.dots{display:flex;justify-content:center;gap:10px;margin-top:28px}
.dots i{width:7px;height:7px;border-radius:50%;background:#D1DCEB}
.dots i:first-child{background:var(--blue)}

/* Equipment */
.equipment{background:#020B16;color:#fff;overflow:hidden}
.equipment-grid{min-height:520px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}
.equipment-copy>span{display:block;color:var(--blue);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.equipment h2{font-size:44px;line-height:1.08;margin:0 0 22px;letter-spacing:-.03em}
.equipment h2 em{font-style:normal;color:var(--blue)}
.equipment p{max-width:600px;color:#C7D5E8;font-size:15px}
.equip-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.equip-features div{display:grid;gap:9px}
.equip-features b{font-size:13px}
.equip-features small{font-size:12px;color:#91A3BA}
.equipment-visual{position:relative}
.equipment-visual img{width:100%;border-radius:0}
.calibration{position:absolute;right:48px;top:40px;padding:16px 22px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(9,28,54,.72);font-weight:850}

/* Lead */
.lead{padding:74px 0;background:linear-gradient(135deg,#fff,#F2F7FF)}
.lead-grid{display:grid;grid-template-columns:1fr .72fr;gap:86px;align-items:center}
.lead-copy>span{display:block;color:var(--blue);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.lead h2{font-size:50px;line-height:1.08;margin:18px 0 20px;letter-spacing:-.035em}
.lead h2 em{display:block;font-style:normal;color:var(--blue)}
.lead p{max-width:520px;color:#566780;font-size:15px}
.lead-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:48px;max-width:620px}
.lead-mini div{display:grid;gap:10px}
.lead-mini b{font-size:13px;color:#273A55}
.lead-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;box-shadow:0 24px 76px rgba(4,25,60,.14)}
.lead-form h3{font-size:26px;margin:0 0 22px}
input,textarea{width:100%;height:50px;border:1px solid #DCE6F3;border-radius:6px;padding:0 15px;margin-bottom:12px;font:inherit}
textarea{height:110px;padding-top:13px;resize:vertical}
.file{height:50px;border:1px solid #DCE6F3;border-radius:6px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:#677991;font-weight:750}
.file input{display:none}
.lead-form .btn{width:100%;border:0}
.lead-form small{display:block;margin-top:12px;color:#7D8BA0;font-size:12px}

/* Footer */
.footer{padding:48px 0;background:#020B16;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:54px}
.footer p,.footer small,.footer a,.footer span{color:#C5D2E5;font-size:14px}
.footer h4{margin:0 0 16px}
.footer a,.footer span{display:block;margin:9px 0}
.footer .btn{color:#fff;width:max-content;margin-top:16px}
.footer-brand{margin-bottom:18px}

/* Tablet */
@media (max-width:1180px){
  .shell{width:min(100% - 48px,980px)}
  .desktop-nav,.header-contact,.header-cta{display:none}
  .burger{display:block}
  .mobile-menu{position:absolute;left:24px;right:24px;top:78px;display:none;flex-direction:column;padding:12px;border-radius:18px;background:rgba(2,11,22,.96);border:1px solid rgba(255,255,255,.16)}
  .mobile-menu.is-open{display:flex}
  .mobile-menu a{padding:14px;border-radius:12px;font-weight:850;color:#fff}
  .service-grid,.project-grid{grid-template-columns:repeat(2,1fr)}
  .scale-grid,.equipment-grid,.lead-grid{grid-template-columns:1fr;gap:42px}
  .scale-stats{border-left:0;padding-left:0}
}

/* Mobile based on selected Variant 3 */
@media (max-width:640px){
  body{background:#06101F;color:#fff}
  .shell{width:calc(100% - 34px)}
  .header-inner{height:82px}
  .brand-mark{width:34px;height:34px}
  .brand-text b{font-size:23px}
  .brand-text small{font-size:10px}
  .hero{min-height:auto;background:radial-gradient(circle at 80% 0,rgba(9,70,180,.28),transparent 40%),#06101F}
  .hero-inner{padding-top:118px;padding-bottom:22px}
  .overline{background:linear-gradient(135deg,#192EAB,#1E4FFF);color:#EAF1FF;border-radius:999px;padding:7px 13px;font-size:13px;margin-bottom:26px}
  .hero h1{font-size:29px;line-height:1.16;letter-spacing:-.02em;max-width:330px;text-transform:uppercase}
  .hero h1 em{color:#167DFF}
  .hero p{font-size:15px;line-height:1.62;margin:18px 0 22px;color:#F0F4FB;max-width:330px}
  .hero-actions{display:block}
  .hero-actions .btn-outline{display:none}
  .btn{width:100%;min-height:54px;border-radius:9px}
  .hero-benefits{grid-template-columns:repeat(4,1fr);gap:0;margin-top:24px;padding:18px 0 12px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
  .hero-benefits div{display:grid;justify-items:center;text-align:center;gap:8px;border-right:1px solid rgba(255,255,255,.08)}
  .hero-benefits div:last-child{border-right:0}
  .hero-benefits i{width:30px;height:30px;border-radius:8px}
  .hero-benefits i:before{inset:7px}
  .hero-benefits span{font-size:11px;line-height:1.2}

  .services{background:#06101F;color:#fff;padding:18px 0 8px}
  .services:before{content:"Наши услуги";display:block;width:calc(100% - 34px);margin:0 auto 14px;font-size:20px;font-weight:950}
  .service-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .service-card{position:relative;background:#08192E;border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:none;min-height:118px}
  .service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}
  .card-body{position:relative;z-index:1;padding:12px}
  .card-body span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#126BFF;color:#fff;font-size:12px;margin-bottom:20px}
  .card-body h2{font-size:15px;margin:0;line-height:1.1;color:#fff}
  .card-body p{display:none}
  .card-body a{width:24px;height:24px;margin-top:10px;border-radius:50%;background:#fff;color:#086DFF;display:grid;place-items:center;font-size:0}
  .card-body a:before{content:"→";font-size:16px}

  .scale{padding:10px 0 8px;background:#06101F}
  .scale-grid{display:block;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:16px;background:#071426}
  .scale h2{font-size:18px;text-align:center;margin-bottom:16px}
  .object-icons{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}
  .object-icons div{display:grid;justify-items:center;gap:6px;border:1px solid rgba(8,120,255,.35);border-radius:10px;padding:9px 4px;text-align:center;font-size:11px}
  .object-icons i{width:24px;height:24px}
  .scale-stats{grid-template-columns:repeat(3,1fr);gap:0;padding:15px;border-radius:12px;background:linear-gradient(135deg,#0D6DFF,#2511A7)}
  .scale-stats div{border-left:0;border-right:1px solid rgba(255,255,255,.16);padding:8px;min-height:72px}
  .scale-stats div:nth-child(3n){border-right:0}
  .scale-stats b{font-size:23px;color:white}
  .scale-stats span{font-size:10px;color:#ECF3FF}

  .projects{padding:18px 0 12px;background:#06101F;color:white}
  .section-head{margin-bottom:12px}
  .section-head h2{font-size:20px}
  .section-head a{font-size:13px}
  .project-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:6px}
  .project-card{min-width:88%;background:#071426;color:white;border-color:rgba(255,255,255,.16);border-radius:13px;scroll-snap-align:start}
  .project-card img{height:150px}
  .project-card span{margin:12px 14px 6px}
  .project-card h3{font-size:18px;margin:0 14px 2px}
  .project-card p{color:#DCE6F3;margin:0 14px 14px}
  .dots{margin:8px 0 0}

  .equipment{padding:14px 0;background:#06101F}
  .equipment-grid{display:block}
  .equipment-copy>span{font-size:11px}
  .equipment h2{font-size:22px;margin:6px 0 12px}
  .equipment p{display:none}
  .equip-features{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}
  .equip-features div{font-size:10px}
  .equip-features i{width:26px;height:26px;border-radius:7px}
  .equip-features small{display:none}
  .equipment-visual{margin-top:-90px;margin-left:42%;width:58%}
  .calibration{display:none}

  .lead{padding:16px 0 34px;background:#06101F;color:#fff}
  .lead-grid{display:block}
  .lead-copy{display:none}
  .lead-form{background:#0A1728;border-color:rgba(255,255,255,.15);box-shadow:none;border-radius:16px;padding:16px}
  .lead-form h3{text-align:center;font-size:20px;margin-bottom:14px}
  input,textarea,.file{height:46px;border-radius:8px;background:#fff}
  textarea{height:88px}
  .footer{display:none}
}


/* === MSKS-home exact hero v3: based on attached mockup === */
:root{
  --msks-blue:#0878ff;
  --msks-dark:#020b16;
  --msks-hero:#020a15;
}

.shell{
  width:min(1810px, calc(100% - 88px)) !important;
}

.site-header{
  position:absolute !important;
  left:0;
  right:0;
  top:0;
  z-index:50;
  color:#fff;
  background:transparent !important;
}

.header-inner{
  height:92px !important;
  display:flex;
  align-items:center;
  gap:34px;
}

.brand{
  min-width:214px !important;
  gap:12px !important;
}

.brand-mark{
  width:48px !important;
  height:48px !important;
  background:linear-gradient(135deg,#0d85ff,#0050e8) !important;
}

.brand-text b{
  font-size:31px !important;
  font-weight:950 !important;
  letter-spacing:-.045em !important;
}

.brand-text small{
  font-size:12px !important;
  color:#d6e1ef !important;
}

.desktop-nav{
  margin-left:56px !important;
  gap:43px !important;
  font-size:15px !important;
  font-weight:900 !important;
}

.header-contact{
  margin-left:auto !important;
  font-size:15px !important;
  font-weight:900 !important;
}

.header-contact span{
  font-size:13px !important;
  color:#d7e2f0 !important;
  font-weight:750 !important;
}

.header-cta{
  min-width:226px !important;
  height:58px !important;
  border-radius:8px !important;
  font-size:15px !important;
}

.hero{
  position:relative !important;
  min-height:704px !important;
  overflow:hidden !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 58% 48%, rgba(8,120,255,.15), transparent 28%),
    linear-gradient(90deg, #020b16 0%, #031023 44%, #04152c 100%) !important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,11,22,1) 0%, rgba(2,11,22,.93) 31%, rgba(2,11,22,.54) 50%, rgba(2,11,22,.08) 78%, rgba(2,11,22,.14) 100%),
    linear-gradient(180deg, rgba(2,11,22,.08), rgba(2,11,22,.18));
  z-index:2;
  pointer-events:none;
}

.hero-photo-layer{
  position:absolute;
  z-index:1;
  top:76px;
  right:0;
  bottom:0;
  width:55.5%;
  background-image:url("../assets/img/mockup-hero-technician.webp");
  background-repeat:no-repeat;
  background-position:center right;
  background-size:cover;
}

.hero-inner{
  position:relative !important;
  z-index:3 !important;
  padding-top:178px !important;
  padding-bottom:0 !important;
}

.hero-copy{
  max-width:620px !important;
}

.overline{
  display:inline-flex !important;
  margin-bottom:28px !important;
  color:var(--msks-blue) !important;
  background:none !important;
  padding:0 !important;
  border-radius:0 !important;
  font-size:16px !important;
  font-weight:850 !important;
}

.hero h1{
  max-width:655px !important;
  margin:0 !important;
  color:#fff !important;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size:60px !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  text-transform:uppercase !important;
  font-weight:950 !important;
}

.hero h1 em{
  color:var(--msks-blue) !important;
  font-style:normal !important;
}

.hero p{
  max-width:620px !important;
  margin:30px 0 34px !important;
  color:#ffffff !important;
  font-size:17px !important;
  line-height:1.5 !important;
  font-weight:500 !important;
}

.hero-actions{
  display:flex !important;
  gap:19px !important;
}

.hero-actions .btn{
  min-width:205px !important;
  min-height:56px !important;
  border-radius:6px !important;
  font-size:14px !important;
}

.hero-actions .btn-outline{
  min-width:188px !important;
  background:rgba(6,18,36,.4) !important;
  border-color:rgba(255,255,255,.44) !important;
}

.hero-benefits{
  position:absolute !important;
  z-index:4 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:min(1810px, calc(100% - 88px)) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(4, 1fr) !important;
  gap:54px !important;
  padding:0 0 30px !important;
}

.hero-benefits div{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}

.hero-benefits i{
  width:42px !important;
  height:42px !important;
  border:2px solid var(--msks-blue) !important;
  border-radius:10px !important;
  background:rgba(8,120,255,.06) !important;
}

.hero-benefits i::before{
  inset:10px !important;
  border-color:var(--msks-blue) !important;
}

.hero-benefits span{
  color:#fff !important;
  font-size:15px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
}

/* Services row closer to mockup */
.services{
  padding:54px 0 62px !important;
  background:#fff !important;
}

.service-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:26px !important;
}

.service-card{
  border-radius:7px !important;
  border:1px solid #e8eef7 !important;
  box-shadow:0 18px 42px rgba(4,25,60,.10) !important;
  overflow:hidden !important;
  background:#fff !important;
}

.service-card img{
  height:210px !important;
  width:100% !important;
  object-fit:cover !important;
  position:static !important;
  opacity:1 !important;
}

.card-body{
  padding:23px 25px 27px !important;
}

.card-body span{
  display:block !important;
  width:auto !important;
  height:auto !important;
  background:none !important;
  color:var(--msks-blue) !important;
  font-size:16px !important;
  font-weight:950 !important;
  margin:0 0 10px !important;
}

.card-body h2{
  color:#071225 !important;
  font-size:22px !important;
  line-height:1.1 !important;
  margin:0 0 15px !important;
  font-weight:950 !important;
}

.card-body p{
  display:block !important;
  color:#4d5f78 !important;
  font-size:14px !important;
  line-height:1.5 !important;
  margin:0 0 18px !important;
}

.card-body a{
  width:auto !important;
  height:auto !important;
  display:inline-flex !important;
  background:none !important;
  color:var(--msks-blue) !important;
  font-size:14px !important;
  font-weight:900 !important;
  margin:0 !important;
}

.card-body a::before{
  content:none !important;
}

/* Prevent mobile overrides from breaking desktop */
@media (min-width:1181px){
  .burger,
  .mobile-menu{
    display:none !important;
  }
}

/* Tablet */
@media (max-width:1180px){
  .shell{
    width:min(100% - 48px, 980px) !important;
  }
  .desktop-nav,
  .header-contact,
  .header-cta{
    display:none !important;
  }
  .burger{
    display:block !important;
    margin-left:auto !important;
  }
  .hero{
    min-height:640px !important;
  }
  .hero-photo-layer{
    width:58%;
    opacity:.72;
  }
  .hero h1{
    font-size:48px !important;
  }
  .hero-benefits{
    width:min(100% - 48px, 980px) !important;
    gap:18px !important;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

/* Mobile remains selected dark variant, not desktop mockup */
@media (max-width:640px){
  .shell{
    width:calc(100% - 34px) !important;
  }
  .hero-photo-layer{
    display:none !important;
  }
  .hero{
    min-height:auto !important;
    background:radial-gradient(circle at 80% 0,rgba(9,70,180,.28),transparent 40%),#06101F !important;
  }
  .hero::before{
    display:none !important;
  }
  .hero-inner{
    padding-top:118px !important;
    padding-bottom:22px !important;
  }
  .overline{
    background:linear-gradient(135deg,#192EAB,#1E4FFF) !important;
    color:#EAF1FF !important;
    border-radius:999px !important;
    padding:7px 13px !important;
    font-size:13px !important;
    margin-bottom:26px !important;
  }
  .hero h1{
    font-size:29px !important;
    line-height:1.16 !important;
    letter-spacing:-.02em !important;
    max-width:330px !important;
  }
  .hero p{
    font-size:15px !important;
    line-height:1.62 !important;
    margin:18px 0 22px !important;
    max-width:330px !important;
  }
  .hero-actions{
    display:block !important;
  }
  .hero-actions .btn{
    width:100% !important;
    min-height:54px !important;
  }
  .hero-actions .btn-outline{
    display:none !important;
  }
  .hero-benefits{
    position:static !important;
    width:auto !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:0 !important;
    margin-top:24px !important;
    padding:18px 0 12px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }
  .hero-benefits div{
    display:grid !important;
    justify-items:center !important;
    text-align:center !important;
    gap:8px !important;
    border-right:1px solid rgba(255,255,255,.08) !important;
  }
  .hero-benefits div:last-child{
    border-right:0 !important;
  }
  .hero-benefits i{
    width:30px !important;
    height:30px !important;
    border-radius:8px !important;
  }
  .hero-benefits span{
    font-size:11px !important;
    line-height:1.2 !important;
  }
  .services{
    background:#06101F !important;
    color:#fff !important;
    padding:18px 0 8px !important;
  }
  .services::before{
    content:"Наши услуги";
    display:block;
    width:calc(100% - 34px);
    margin:0 auto 14px;
    font-size:20px;
    font-weight:950;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
  }
  .service-card{
    position:relative !important;
    min-height:118px !important;
    border-radius:12px !important;
    background:#08192E !important;
    border-color:rgba(255,255,255,.18) !important;
    box-shadow:none !important;
  }
  .service-card img{
    position:absolute !important;
    inset:0 !important;
    height:100% !important;
    opacity:.42 !important;
  }
  .card-body{
    position:relative !important;
    z-index:1 !important;
    padding:12px !important;
  }
  .card-body span{
    width:28px !important;
    height:28px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:50% !important;
    background:#126BFF !important;
    color:#fff !important;
    font-size:12px !important;
    margin-bottom:20px !important;
  }
  .card-body h2{
    color:#fff !important;
    font-size:15px !important;
    margin:0 !important;
  }
  .card-body p{
    display:none !important;
  }
  .card-body a{
    width:24px !important;
    height:24px !important;
    margin-top:10px !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#086DFF !important;
    display:grid !important;
    place-items:center !important;
    font-size:0 !important;
  }
  .card-body a::before{
    content:"→" !important;
    font-size:16px !important;
  }
}


/* === V4 clean hero: less bulky, closer premium B2B layout === */
@media (min-width:1181px){
  .shell{
    width:min(1500px, calc(100% - 96px)) !important;
  }

  .site-header{
    background:#020b16 !important;
  }

  .header-inner{
    height:76px !important;
    gap:28px !important;
  }

  .brand{
    min-width:230px !important;
    gap:10px !important;
  }

  .brand-mark{
    width:38px !important;
    height:38px !important;
  }

  .brand-text b{
    font-size:25px !important;
  }

  .brand-text small{
    font-size:11px !important;
  }

  .desktop-nav{
    margin-left:36px !important;
    gap:36px !important;
    font-size:14px !important;
  }

  .header-contact{
    font-size:14px !important;
  }

  .header-contact span{
    font-size:12px !important;
  }

  .header-cta{
    min-width:196px !important;
    height:50px !important;
    min-height:50px !important;
    font-size:14px !important;
    border-radius:8px !important;
  }

  .hero{
    min-height:600px !important;
    background:
      radial-gradient(circle at 67% 45%, rgba(8,120,255,.13), transparent 27%),
      linear-gradient(90deg, #020b16 0%, #031023 48%, #04152c 100%) !important;
  }

  .hero::before{
    background:
      linear-gradient(90deg, rgba(2,11,22,1) 0%, rgba(2,11,22,.95) 34%, rgba(2,11,22,.62) 52%, rgba(2,11,22,.15) 76%, rgba(2,11,22,.20) 100%),
      linear-gradient(180deg, rgba(2,11,22,0), rgba(2,11,22,.14)) !important;
  }

  .hero-photo-layer{
    top:76px !important;
    right:0 !important;
    bottom:0 !important;
    width:50% !important;
    background-size:cover !important;
    background-position:center right !important;
    opacity:.92 !important;
  }

  .hero-inner{
    padding-top:160px !important;
  }

  .hero-copy{
    max-width:570px !important;
  }

  .overline{
    font-size:15px !important;
    margin-bottom:18px !important;
  }

  .hero h1{
    max-width:590px !important;
    font-size:46px !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
  }

  .hero p{
    max-width:545px !important;
    margin:24px 0 28px !important;
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .hero-actions{
    gap:16px !important;
    margin-bottom:0 !important;
  }

  .hero-actions .btn{
    min-width:180px !important;
    min-height:50px !important;
    height:50px !important;
    padding:0 22px !important;
  }

  .hero-actions .btn-outline{
    min-width:160px !important;
  }

  .hero-benefits{
    position:absolute !important;
    bottom:28px !important;
    left:0 !important;
    right:0 !important;
    width:min(1500px, calc(100% - 96px)) !important;
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0,1fr)) !important;
    gap:42px !important;
    padding:0 !important;
  }

  .hero-benefits div{
    min-width:0 !important;
    align-items:center !important;
  }

  .hero-benefits i{
    width:36px !important;
    height:36px !important;
    border-radius:9px !important;
  }

  .hero-benefits i::before{
    inset:9px !important;
  }

  .hero-benefits span{
    font-size:14px !important;
    line-height:1.22 !important;
  }

  .services{
    padding:48px 0 56px !important;
  }

  .service-grid{
    width:min(1400px, 100%) !important;
    gap:24px !important;
  }

  .service-card img{
    height:185px !important;
  }

  .card-body{
    padding:22px 22px 25px !important;
  }

  .card-body h2{
    font-size:20px !important;
  }

  .card-body p{
    font-size:14px !important;
  }
}

/* Large screens should not stretch endlessly */
@media (min-width:1600px){
  .hero{
    min-height:620px !important;
  }
  .hero h1{
    font-size:50px !important;
  }
  .hero-photo-layer{
    width:51% !important;
  }
}

/* Smaller desktop / laptop */
@media (min-width:1181px) and (max-width:1360px){
  .shell{
    width:min(1180px, calc(100% - 64px)) !important;
  }

  .desktop-nav{
    gap:24px !important;
    margin-left:20px !important;
  }

  .hero-benefits{
    width:min(1180px, calc(100% - 64px)) !important;
    gap:22px !important;
  }

  .hero h1{
    font-size:42px !important;
  }

  .hero-copy{
    max-width:520px !important;
  }

  .hero-photo-layer{
    width:49% !important;
  }
}


/* === V5 hero top adjustments === */
@media (min-width:1181px){
  /* Logo X: deeper premium blue gradient */
  .brand-mark{
    background:
      linear-gradient(145deg, #0B8BFF 0%, #075EF0 38%, #1738C9 72%, #061E78 100%) !important;
    filter: drop-shadow(0 8px 18px rgba(8, 100, 255, .22)) !important;
  }

  /* Move hero content higher */
  .hero{
    min-height:560px !important;
  }

  .hero-inner{
    padding-top:132px !important;
  }

  .overline{
    margin-bottom:16px !important;
  }

  .hero h1{
    font-size:44px !important;
    line-height:1.07 !important;
    max-width:570px !important;
  }

  .hero p{
    margin:22px 0 26px !important;
    max-width:560px !important;
  }

  /*
    CTA + benefits in one visual line.
    We turn .hero-inner into a positioning context and bring benefits
    up from the bottom to sit to the right of the buttons.
  */
  .hero-actions{
    position:relative !important;
    z-index:6 !important;
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
    width:max-content !important;
  }

  .hero-actions .btn{
    min-height:50px !important;
    height:50px !important;
  }

  .hero-benefits{
    position:absolute !important;
    left:455px !important;
    right:auto !important;
    bottom:auto !important;
    top:381px !important;
    width:850px !important;
    grid-template-columns:repeat(4, max-content) !important;
    gap:24px !important;
    padding:0 !important;
    margin:0 !important;
    align-items:center !important;
  }

  .hero-benefits div{
    gap:10px !important;
    min-width:0 !important;
    white-space:nowrap !important;
  }

  .hero-benefits i{
    width:34px !important;
    height:34px !important;
    border-radius:8px !important;
  }

  .hero-benefits i::before{
    inset:8px !important;
  }

  .hero-benefits span{
    font-size:13px !important;
    line-height:1.18 !important;
  }

  .services{
    padding-top:42px !important;
  }
}

@media (min-width:1600px){
  .hero{
    min-height:580px !important;
  }

  .hero-inner{
    padding-top:140px !important;
  }

  .hero h1{
    font-size:48px !important;
  }

  .hero-benefits{
    left:470px !important;
    top:404px !important;
    width:900px !important;
    gap:28px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .hero-inner{
    padding-top:126px !important;
  }

  .hero h1{
    font-size:40px !important;
    max-width:520px !important;
  }

  .hero p{
    max-width:500px !important;
    font-size:15px !important;
  }

  .hero-actions .btn{
    min-width:158px !important;
    padding:0 18px !important;
  }

  .hero-benefits{
    left:380px !important;
    top:368px !important;
    width:720px !important;
    gap:16px !important;
  }

  .hero-benefits i{
    width:30px !important;
    height:30px !important;
  }

  .hero-benefits span{
    font-size:12px !important;
  }
}


/* === V6 logo gradient + raised content + fixed benefits overlap === */
@media (min-width:1181px){
  /* X gradient from center: darker in the center, lighter to all edges */
  .brand-mark{
    background:
      radial-gradient(circle at center,
        #08276B 0%,
        #0A3C9D 28%,
        #0B67F3 68%,
        #3FA4FF 100%) !important;
    filter: drop-shadow(0 8px 18px rgba(8, 100, 255, .20)) !important;
  }

  /* Raise the whole text block */
  .hero{
    min-height:560px !important;
  }

  .hero-inner{
    padding-top:110px !important;
  }

  .overline{
    margin-bottom:14px !important;
  }

  .hero-copy{
    max-width:560px !important;
  }

  .hero h1{
    max-width:560px !important;
    font-size:42px !important;
    line-height:1.06 !important;
  }

  .hero p{
    max-width:540px !important;
    margin:18px 0 22px !important;
    font-size:15px !important;
    line-height:1.52 !important;
  }

  .hero-actions{
    gap:14px !important;
  }

  .hero-actions .btn{
    min-width:176px !important;
    min-height:48px !important;
    height:48px !important;
    padding:0 20px !important;
  }

  .hero-actions .btn-outline{
    min-width:150px !important;
  }

  /* Put benefits on the same horizontal band as buttons, clearly to the right */
  .hero-benefits{
    top:406px !important;
    left:405px !important;
    right:auto !important;
    bottom:auto !important;
    width:905px !important;
    grid-template-columns:repeat(4, max-content) !important;
    gap:18px !important;
    align-items:center !important;
  }

  .hero-benefits div{
    gap:8px !important;
    white-space:nowrap !important;
  }

  .hero-benefits i{
    width:30px !important;
    height:30px !important;
    border-radius:8px !important;
  }

  .hero-benefits i::before{
    inset:7px !important;
  }

  .hero-benefits span{
    font-size:12px !important;
    line-height:1.14 !important;
  }
}

@media (min-width:1600px){
  .hero{
    min-height:575px !important;
  }

  .hero-inner{
    padding-top:116px !important;
  }

  .hero h1{
    font-size:44px !important;
    max-width:585px !important;
  }

  .hero p{
    max-width:560px !important;
  }

  .hero-benefits{
    top:417px !important;
    left:430px !important;
    width:980px !important;
    gap:22px !important;
  }

  .hero-benefits span{
    font-size:12.5px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .hero{
    min-height:540px !important;
  }

  .hero-inner{
    padding-top:104px !important;
  }

  .hero-copy{
    max-width:500px !important;
  }

  .hero h1{
    font-size:37px !important;
    max-width:500px !important;
  }

  .hero p{
    max-width:485px !important;
    font-size:14px !important;
    margin:16px 0 20px !important;
  }

  .hero-actions .btn{
    min-width:150px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 16px !important;
  }

  .hero-benefits{
    top:372px !important;
    left:340px !important;
    width:760px !important;
    gap:14px !important;
  }

  .hero-benefits i{
    width:28px !important;
    height:28px !important;
  }

  .hero-benefits span{
    font-size:11px !important;
  }
}


/* === V7 hero benefits inline with CTA + darker center X === */
@media (min-width:1181px){
  /* X logo: much larger dark center, lighter blue only toward edges */
  .brand-mark{
    background:
      radial-gradient(circle at 50% 50%,
        #010712 0%,
        #031032 20%,
        #05246B 44%,
        #0756D8 74%,
        #168BFF 100%) !important;
    filter: drop-shadow(0 8px 18px rgba(8, 100, 255, .22)) !important;
  }

  .hero-inner{
    padding-top:104px !important;
  }

  .hero-copy{
    max-width:1180px !important;
  }

  .overline{
    margin-bottom:14px !important;
  }

  .hero h1{
    max-width:560px !important;
    font-size:42px !important;
    line-height:1.06 !important;
  }

  .hero p{
    max-width:560px !important;
    margin:18px 0 22px !important;
    font-size:15px !important;
    line-height:1.52 !important;
  }

  .hero-bottom-line{
    display:flex !important;
    align-items:center !important;
    gap:34px !important;
    width:min(1180px, 100%) !important;
    position:relative !important;
    z-index:8 !important;
  }

  .hero-actions{
    position:static !important;
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    width:auto !important;
    flex:0 0 auto !important;
  }

  .hero-actions .btn{
    min-width:176px !important;
    min-height:48px !important;
    height:48px !important;
    padding:0 20px !important;
    border-radius:7px !important;
  }

  .hero-actions .btn-outline{
    min-width:150px !important;
  }

  .hero-benefits{
    position:static !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex:1 1 auto !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    gap:24px !important;
    grid-template-columns:none !important;
  }

  .hero-benefits div{
    display:flex !important;
    align-items:center !important;
    gap:9px !important;
    white-space:nowrap !important;
    min-width:0 !important;
  }

  .hero-benefits i{
    width:32px !important;
    height:32px !important;
    border:2px solid var(--msks-blue, #0878ff) !important;
    border-radius:8px !important;
    background:rgba(8,120,255,.05) !important;
    position:relative !important;
    flex:0 0 32px !important;
  }

  .hero-benefits i::before{
    content:"" !important;
    position:absolute !important;
    inset:7px !important;
    display:block !important;
    width:auto !important;
    height:auto !important;
    border:0 !important;
    border-radius:0 !important;
    background:var(--msks-blue, #0878ff) !important;
    mask:center / contain no-repeat !important;
    -webkit-mask:center / contain no-repeat !important;
  }

  .hero-benefits .icon-warranty::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  }

  .hero-benefits .icon-contract::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M15 3v5h5M8 13h8M8 17h6'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M15 3v5h5M8 13h8M8 17h6'/%3E%3C/svg%3E") !important;
  }

  .hero-benefits .icon-engineer::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21v-1a8 8 0 0 1 16 0v1M9 14l3 3 3-3'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21v-1a8 8 0 0 1 16 0v1M9 14l3 3 3-3'/%3E%3C/svg%3E") !important;
  }

  .hero-benefits .icon-protocol::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='m8 12 2 2 4-5M8 18h8'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='m8 12 2 2 4-5M8 18h8'/%3E%3C/svg%3E") !important;
  }

  .hero-benefits span{
    color:#fff !important;
    font-size:12px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
  }
}

@media (min-width:1600px){
  .hero-bottom-line{
    width:min(1240px, 100%) !important;
    gap:38px !important;
  }

  .hero-benefits{
    gap:28px !important;
  }

  .hero-benefits span{
    font-size:12.5px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .hero-bottom-line{
    width:min(1020px, 100%) !important;
    gap:22px !important;
  }

  .hero-actions .btn{
    min-width:150px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 16px !important;
  }

  .hero-actions .btn-outline{
    min-width:130px !important;
  }

  .hero-benefits{
    gap:14px !important;
  }

  .hero-benefits i{
    width:28px !important;
    height:28px !important;
    flex-basis:28px !important;
  }

  .hero-benefits span{
    font-size:11px !important;
  }
}

/* Keep mobile structure intact after HTML wrapper change */
@media (max-width:640px){
  .hero-bottom-line{
    display:block !important;
  }
}


/* === V8 mobile logo/call/icons + desktop line slightly lower === */

/* Shared phone icon */
.mobile-call{
  display:none;
}

/* Desktop: lower bottom line a little */
@media (min-width:1181px){
  .hero-bottom-line{
    margin-top:10px !important;
  }
}

/* Mobile improvements */
@media (max-width:640px){
  /* Same X gradient as desktop */
  .brand-mark{
    background:
      radial-gradient(circle at 50% 50%,
        #010712 0%,
        #031032 20%,
        #05246B 44%,
        #0756D8 74%,
        #168BFF 100%) !important;
    filter: drop-shadow(0 6px 14px rgba(8, 100, 255, .20)) !important;
  }

  .header-inner{
    gap:10px !important;
  }

  .mobile-call{
    display:grid !important;
    place-items:center !important;
    width:40px !important;
    height:40px !important;
    margin-left:auto !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:10px !important;
    background:rgba(6,18,36,.46) !important;
    box-shadow:0 6px 16px rgba(0,0,0,.18) !important;
    position:relative !important;
    flex:0 0 40px !important;
  }

  .mobile-call::before{
    content:"" !important;
    width:18px !important;
    height:18px !important;
    display:block !important;
    background:#ffffff !important;
    mask:center / contain no-repeat !important;
    -webkit-mask:center / contain no-repeat !important;
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.48-1.28a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.48-1.28a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") !important;
  }

  .burger{
    margin-left:0 !important;
    width:40px !important;
    height:40px !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:10px !important;
    background:rgba(6,18,36,.46) !important;
  }

  .burger span{
    width:18px !important;
    height:2px !important;
    margin:4px auto !important;
  }

  /* Mobile benefits with real icons */
  .hero-benefits{
    margin-top:20px !important;
  }

  .hero-benefits div{
    display:grid !important;
    justify-items:center !important;
    gap:7px !important;
  }

  .hero-benefits i{
    width:30px !important;
    height:30px !important;
    border:2px solid #0878ff !important;
    border-radius:8px !important;
    background:rgba(8,120,255,.06) !important;
    position:relative !important;
    flex:0 0 30px !important;
  }

  .hero-benefits i::before{
    content:"" !important;
    position:absolute !important;
    inset:7px !important;
    display:block !important;
    background:#0878ff !important;
    mask:center / contain no-repeat !important;
    -webkit-mask:center / contain no-repeat !important;
  }

  .hero-benefits .icon-warranty::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  }
  .hero-benefits .icon-contract::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M15 3v5h5M8 13h8M8 17h6'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h8l4 4v14H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M15 3v5h5M8 13h8M8 17h6'/%3E%3C/svg%3E") !important;
  }
  .hero-benefits .icon-engineer::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21v-1a8 8 0 0 1 16 0v1M9 14l3 3 3-3'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21v-1a8 8 0 0 1 16 0v1M9 14l3 3 3-3'/%3E%3C/svg%3E") !important;
  }
  .hero-benefits .icon-protocol::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='m8 12 2 2 4-5M8 18h8'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='m8 12 2 2 4-5M8 18h8'/%3E%3C/svg%3E") !important;
  }
}


/* === V9 scale/object block closer to MSKS-home mockup === */
@media (min-width:1181px){
  .scale{
    padding:0 !important;
    min-height:250px !important;
    background:
      radial-gradient(circle at 18% 50%, rgba(8,120,255,.14), transparent 32%),
      radial-gradient(circle at 86% 45%, rgba(8,120,255,.12), transparent 34%),
      linear-gradient(90deg, #02101f 0%, #031a31 45%, #020b16 100%) !important;
    color:#fff !important;
    overflow:hidden !important;
  }

  .scale-grid{
    min-height:250px !important;
    display:grid !important;
    grid-template-columns: 0.92fr 1.08fr !important;
    gap:72px !important;
    align-items:center !important;
  }

  .scale-left{
    display:grid !important;
    grid-template-columns: 250px 1fr !important;
    gap:46px !important;
    align-items:center !important;
  }

  .scale h2{
    margin:0 !important;
    font-size:26px !important;
    line-height:1.12 !important;
    letter-spacing:-.025em !important;
    font-weight:900 !important;
    color:#fff !important;
  }

  .object-icons{
    display:grid !important;
    grid-template-columns:repeat(3, max-content) !important;
    gap:28px 38px !important;
    align-items:center !important;
  }

  .object-icons div{
    display:flex !important;
    align-items:center !important;
    gap:11px !important;
    color:#DCE8F7 !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
  }

  .object-icons i{
    width:34px !important;
    height:34px !important;
    display:block !important;
    flex:0 0 34px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#0878ff !important;
    opacity:.98 !important;
    filter:drop-shadow(0 0 16px rgba(8,120,255,.38)) !important;
    -webkit-mask:center / contain no-repeat !important;
    mask:center / contain no-repeat !important;
  }

  .object-icons .obj-office{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27h22M8 27V8l8-3 8 3v19M12 27V14h8v13M11 11h.1M16 10h.1M21 11h.1M11 16h.1M21 16h.1M11 21h.1M21 21h.1'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27h22M8 27V8l8-3 8 3v19M12 27V14h8v13M11 11h.1M16 10h.1M21 11h.1M11 16h.1M21 16h.1M11 21h.1M21 21h.1'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-bank{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M9 12v11M14 12v11M19 12v11M24 12v11M6 23h20M4 27h24'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M9 12v11M14 12v11M19 12v11M24 12v11M6 23h20M4 27h24'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-school{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 12-6 12 6-12 6-12-6Z'/%3E%3Cpath d='M9 14v7c3 3 11 3 14 0v-7M28 12v9'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 12-6 12 6-12 6-12-6Z'/%3E%3Cpath d='M9 14v7c3 3 11 3 14 0v-7M28 12v9'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-warehouse{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V12l11-7 11 7v15M9 27V15h14v12M12 27v-8h8v8M12 15v-4h8v4'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V12l11-7 11 7v15M9 27V15h14v12M12 27v-8h8v8M12 15v-4h8v4'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-factory{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V14l7 4v-4l7 4v-4l8 5v8M8 12V7h5v8M10 23h.1M15 23h.1M20 23h.1M25 23h.1'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V14l7 4v-4l7 4v-4l8 5v8M8 12V7h5v8M10 23h.1M15 23h.1M20 23h.1M25 23h.1'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-gov{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M8 26h16M10 12v14M16 12v14M22 12v14M5 27h22'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M8 26h16M10 12v14M16 12v14M22 12v14M5 27h22'/%3E%3C/svg%3E") !important;
  }

  .scale-stats{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    grid-template-rows:repeat(2, auto) !important;
    gap:28px 0 !important;
    align-items:start !important;
    border-left:1px solid rgba(8,120,255,.34) !important;
    padding-left:52px !important;
  }

  .scale-stats div{
    min-height:72px !important;
    padding:0 30px !important;
    border-left:1px solid rgba(8,120,255,.16) !important;
  }

  .scale-stats div:nth-child(1),
  .scale-stats div:nth-child(4){
    border-left:0 !important;
    padding-left:0 !important;
  }

  .scale-stats b{
    display:block !important;
    color:#0878ff !important;
    font-size:46px !important;
    line-height:.92 !important;
    letter-spacing:-.045em !important;
    font-weight:950 !important;
    text-shadow:0 0 22px rgba(8,120,255,.18) !important;
  }

  .scale-stats span{
    display:block !important;
    margin-top:9px !important;
    color:#DDE8F7 !important;
    font-size:13px !important;
    line-height:1.22 !important;
    font-weight:750 !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .scale-grid{
    grid-template-columns: .95fr 1.05fr !important;
    gap:44px !important;
  }

  .scale-left{
    grid-template-columns:220px 1fr !important;
    gap:28px !important;
  }

  .scale h2{
    font-size:24px !important;
  }

  .object-icons{
    gap:22px 24px !important;
  }

  .object-icons div{
    font-size:12px !important;
  }

  .scale-stats{
    padding-left:36px !important;
  }

  .scale-stats div{
    padding:0 20px !important;
  }

  .scale-stats b{
    font-size:40px !important;
  }
}

/* Keep selected mobile dark variant, but make block more consistent */
@media (max-width:640px){
  .scale-grid{
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:14px !important;
    padding:16px !important;
    background:
      radial-gradient(circle at 30% 10%, rgba(8,120,255,.16), transparent 35%),
      #071426 !important;
  }
}


/* === V10 scale block 1:1 structure with mockup === */
@media (min-width:1181px){
  .scale{
    padding:0 !important;
    min-height:236px !important;
    background:
      radial-gradient(circle at 12% 44%, rgba(8,120,255,.16), transparent 34%),
      radial-gradient(circle at 74% 52%, rgba(8,120,255,.11), transparent 36%),
      linear-gradient(90deg, #020e1c 0%, #031b33 46%, #020b16 100%) !important;
    color:#fff !important;
    overflow:hidden !important;
  }

  .scale > .shell{
    width:calc(100% - 120px) !important;
    max-width:none !important;
    margin:0 auto !important;
  }

  .scale-grid{
    min-height:236px !important;
    display:grid !important;
    grid-template-columns:830px minmax(0,1fr) !important;
    gap:70px !important;
    align-items:center !important;
  }

  .scale-left{
    display:block !important;
    min-width:0 !important;
  }

  .scale h2{
    margin:0 0 28px !important;
    max-width:310px !important;
    font-size:25px !important;
    line-height:1.12 !important;
    letter-spacing:-.02em !important;
    font-weight:900 !important;
    color:#fff !important;
  }

  .object-icons{
    display:grid !important;
    grid-template-columns:170px 170px 190px !important;
    gap:24px 34px !important;
    align-items:center !important;
    justify-content:start !important;
    max-width:610px !important;
  }

  .object-icons div{
    display:flex !important;
    align-items:center !important;
    gap:11px !important;
    color:#DCE8F7 !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
  }

  .object-icons i{
    width:32px !important;
    height:32px !important;
    flex:0 0 32px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#0878ff !important;
    opacity:.96 !important;
    filter:drop-shadow(0 0 14px rgba(8,120,255,.34)) !important;
    -webkit-mask:center / contain no-repeat !important;
    mask:center / contain no-repeat !important;
  }

  .scale-stats{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    grid-template-rows:repeat(2, auto) !important;
    gap:28px 0 !important;
    align-items:start !important;
    border-left:1px solid rgba(8,120,255,.32) !important;
    padding-left:52px !important;
    margin:0 !important;
  }

  .scale-stats div{
    min-height:70px !important;
    padding:0 34px !important;
    border-left:1px solid rgba(8,120,255,.13) !important;
  }

  .scale-stats div:nth-child(1),
  .scale-stats div:nth-child(4){
    border-left:0 !important;
    padding-left:0 !important;
  }

  .scale-stats b{
    display:block !important;
    color:#0878ff !important;
    font-size:44px !important;
    line-height:.92 !important;
    letter-spacing:-.045em !important;
    font-weight:950 !important;
    text-shadow:0 0 22px rgba(8,120,255,.18) !important;
  }

  .scale-stats span{
    display:block !important;
    margin-top:8px !important;
    color:#DDE8F7 !important;
    font-size:13px !important;
    line-height:1.22 !important;
    font-weight:750 !important;
  }
}

@media (min-width:1600px){
  .scale > .shell{
    width:calc(100% - 120px) !important;
  }

  .scale-grid{
    grid-template-columns:850px minmax(0,1fr) !important;
    gap:72px !important;
  }

  .object-icons{
    grid-template-columns:180px 180px 205px !important;
    gap:24px 36px !important;
  }

  .scale-stats{
    padding-left:54px !important;
  }

  .scale-stats div{
    padding:0 38px !important;
  }

  .scale-stats b{
    font-size:46px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .scale > .shell{
    width:calc(100% - 72px) !important;
  }

  .scale-grid{
    grid-template-columns:650px minmax(0,1fr) !important;
    gap:42px !important;
  }

  .scale h2{
    font-size:23px !important;
    margin-bottom:24px !important;
  }

  .object-icons{
    grid-template-columns:145px 145px 165px !important;
    gap:22px 22px !important;
  }

  .object-icons div{
    font-size:12px !important;
  }

  .object-icons i{
    width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
  }

  .scale-stats{
    padding-left:34px !important;
    gap:24px 0 !important;
  }

  .scale-stats div{
    padding:0 20px !important;
  }

  .scale-stats b{
    font-size:39px !important;
  }

  .scale-stats span{
    font-size:12px !important;
  }
}


/* === V11 scale width + vertical spacing === */
@media (min-width:1181px){
  .scale{
    padding:72px 0 !important;
    min-height:0 !important;
  }

  .scale > .shell{
    width:min(1500px, calc(100% - 96px)) !important;
    max-width:1500px !important;
    margin:0 auto !important;
  }

  .scale-grid{
    min-height:0 !important;
    grid-template-columns: 0.92fr 1.08fr !important;
    gap:64px !important;
    align-items:center !important;
  }

  .scale-left{
    display:block !important;
  }

  .scale h2{
    margin:0 0 34px !important;
  }

  .object-icons{
    grid-template-columns:170px 170px 190px !important;
    gap:28px 34px !important;
    max-width:610px !important;
  }

  .scale-stats{
    padding-left:52px !important;
    gap:34px 0 !important;
  }

  .scale-stats div{
    min-height:78px !important;
  }
}

@media (min-width:1600px){
  .scale{
    padding:76px 0 !important;
  }

  .scale > .shell{
    width:min(1500px, calc(100% - 96px)) !important;
    max-width:1500px !important;
  }

  .scale-grid{
    grid-template-columns: 0.92fr 1.08fr !important;
    gap:70px !important;
  }

  .object-icons{
    grid-template-columns:180px 180px 205px !important;
    gap:28px 36px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .scale{
    padding:62px 0 !important;
  }

  .scale > .shell{
    width:min(1180px, calc(100% - 64px)) !important;
    max-width:1180px !important;
  }

  .scale-grid{
    grid-template-columns: 0.92fr 1.08fr !important;
    gap:44px !important;
  }

  .object-icons{
    grid-template-columns:145px 145px 165px !important;
    gap:24px 22px !important;
  }

  .scale-stats{
    padding-left:34px !important;
    gap:28px 0 !important;
  }
}


/* === V12 project slider desktop/tablet/mobile === */
.projects{
  padding:60px 0 !important;
  background:#fff !important;
}

.project-slider{
  position:relative;
}

.project-viewport{
  overflow:hidden;
}

.project-grid{
  display:flex !important;
  gap:22px !important;
  overflow-x:auto !important;
  scroll-snap-type:x mandatory !important;
  scroll-behavior:smooth !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding-bottom:4px;
}
.project-grid::-webkit-scrollbar{
  display:none !important;
}

.project-card{
  flex:0 0 calc((100% - 44px) / 3) !important;
  min-width:calc((100% - 44px) / 3) !important;
  scroll-snap-align:start !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:8px !important;
  overflow:hidden !important;
  box-shadow:var(--shadow) !important;
}

.project-card img{
  height:210px !important;
  width:100% !important;
  object-fit:cover !important;
}

.project-dots{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:22px !important;
}

.project-dots .dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#D1DCEB;
  cursor:pointer;
  transition:transform .18s ease, background-color .18s ease;
}
.project-dots .dot.is-active{
  background:var(--blue);
  transform:scale(1.15);
}

@media (max-width:1180px){
  .project-card{
    flex-basis:calc((100% - 22px) / 2) !important;
    min-width:calc((100% - 22px) / 2) !important;
  }
}

@media (max-width:640px){
  .projects{
    padding:18px 0 12px !important;
    background:#06101F !important;
    color:#fff !important;
  }

  .section-head{
    margin-bottom:12px !important;
  }

  .section-head h2{
    font-size:20px !important;
    color:#fff !important;
  }

  .section-head a{
    font-size:13px !important;
  }

  .project-viewport{
    overflow:visible !important;
  }

  .project-grid{
    gap:10px !important;
    padding-bottom:6px !important;
  }

  .project-card{
    flex-basis:100% !important;
    min-width:100% !important;
    background:#071426 !important;
    color:#fff !important;
    border-color:rgba(255,255,255,.16) !important;
    border-radius:13px !important;
    box-shadow:none !important;
  }

  .project-card img{
    height:150px !important;
  }

  .project-card span{
    margin:12px 14px 6px !important;
  }

  .project-card h3{
    font-size:18px !important;
    margin:0 14px 2px !important;
    color:#fff !important;
  }

  .project-card p{
    color:#DCE6F3 !important;
    margin:0 14px 14px !important;
  }

  .project-dots{
    margin-top:10px !important;
  }
}


/* === V13 project slider drag behavior and dynamic dots polish === */
.project-grid{
  cursor:grab !important;
  user-select:none !important;
  -webkit-user-select:none !important;
}

.project-grid.is-dragging{
  cursor:grabbing !important;
  scroll-behavior:auto !important;
}

.project-grid.is-dragging .project-card,
.project-grid.is-dragging img{
  pointer-events:none !important;
}

.project-card img{
  -webkit-user-drag:none !important;
  user-select:none !important;
}

.project-dots:empty{
  display:none !important;
}

.project-dots .dot{
  appearance:none !important;
  -webkit-appearance:none !important;
}


/* === V14 carousel 4-per-page, mobile icons, equipment block === */

/* Project carousel: 4 objects per desktop page, smooth drag */
.project-viewport{
  overflow:hidden !important;
}

.project-grid{
  display:flex !important;
  gap:22px !important;
  overflow-x:auto !important;
  scroll-behavior:smooth !important;
  scroll-snap-type:x mandatory !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  cursor:grab !important;
  touch-action:pan-y !important;
  user-select:none !important;
  -webkit-user-select:none !important;
  padding-bottom:4px !important;
}

.project-grid::-webkit-scrollbar{
  display:none !important;
}

.project-grid.is-dragging{
  cursor:grabbing !important;
  scroll-behavior:auto !important;
  scroll-snap-type:none !important;
}

.project-grid.is-dragging .project-card,
.project-grid.is-dragging img{
  pointer-events:none !important;
}

.project-card{
  flex:0 0 calc((100% - 66px) / 4) !important;
  min-width:calc((100% - 66px) / 4) !important;
  scroll-snap-align:start !important;
}

.project-card img{
  -webkit-user-drag:none !important;
  user-select:none !important;
}

.project-dots:empty{
  display:none !important;
}

@media (max-width:1180px){
  .project-card{
    flex-basis:calc((100% - 22px) / 2) !important;
    min-width:calc((100% - 22px) / 2) !important;
  }
}

@media (max-width:640px){
  .project-viewport{
    overflow:hidden !important;
  }

  .project-grid{
    gap:10px !important;
    touch-action:pan-y !important;
    scroll-snap-type:x mandatory !important;
  }

  .project-grid.is-dragging{
    scroll-snap-type:none !important;
  }

  .project-card{
    flex-basis:100% !important;
    min-width:100% !important;
  }
}

/* Mobile: correct icons in "Работаем с объектами" */
@media (max-width:640px){
  .object-icons i{
    width:26px !important;
    height:26px !important;
    flex:0 0 26px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#0878ff !important;
    filter:drop-shadow(0 0 12px rgba(8,120,255,.35)) !important;
    -webkit-mask:center / contain no-repeat !important;
    mask:center / contain no-repeat !important;
  }

  .object-icons .obj-office{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27h22M8 27V8l8-3 8 3v19M12 27V14h8v13M11 11h.1M16 10h.1M21 11h.1M11 16h.1M21 16h.1M11 21h.1M21 21h.1'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27h22M8 27V8l8-3 8 3v19M12 27V14h8v13M11 11h.1M16 10h.1M21 11h.1M11 16h.1M21 16h.1M11 21h.1M21 21h.1'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-bank,
  .object-icons .obj-gov{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M9 12v11M14 12v11M19 12v11M24 12v11M6 23h20M4 27h24'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12 16 5l12 7M7 12h18M9 12v11M14 12v11M19 12v11M24 12v11M6 23h20M4 27h24'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-school{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 12-6 12 6-12 6-12-6Z'/%3E%3Cpath d='M9 14v7c3 3 11 3 14 0v-7M28 12v9'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 12-6 12 6-12 6-12-6Z'/%3E%3Cpath d='M9 14v7c3 3 11 3 14 0v-7M28 12v9'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-warehouse{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V12l11-7 11 7v15M9 27V15h14v12M12 27v-8h8v8M12 15v-4h8v4'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V12l11-7 11 7v15M9 27V15h14v12M12 27v-8h8v8M12 15v-4h8v4'/%3E%3C/svg%3E") !important;
  }

  .object-icons .obj-factory{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V14l7 4v-4l7 4v-4l8 5v8M8 12V7h5v8M10 23h.1M15 23h.1M20 23h.1M25 23h.1'/%3E%3C/svg%3E") !important;
    mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 27V14l7 4v-4l7 4v-4l8 5v8M8 12V7h5v8M10 23h.1M15 23h.1M20 23h.1M25 23h.1'/%3E%3C/svg%3E") !important;
  }
}

/* Equipment block closer to mockup */
.equipment{
  background:
    radial-gradient(circle at 72% 45%, rgba(8,120,255,.17), transparent 33%),
    linear-gradient(90deg, #020b16 0%, #031b33 52%, #020b16 100%) !important;
  color:#fff !important;
  overflow:hidden !important;
}

.equipment-grid{
  min-height:540px !important;
  display:grid !important;
  grid-template-columns:0.9fr 1.1fr !important;
  gap:70px !important;
  align-items:center !important;
  position:relative !important;
}

.equipment-copy{
  position:relative !important;
  z-index:2 !important;
}

.equipment-copy > span{
  display:block !important;
  color:#0878ff !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-weight:950 !important;
  font-size:12px !important;
  margin-bottom:18px !important;
}

.equipment h2{
  max-width:560px !important;
  margin:0 0 24px !important;
  font-size:44px !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  font-weight:950 !important;
  color:#fff !important;
}

.equipment h2 em{
  display:block !important;
  font-style:normal !important;
  color:#0878ff !important;
}

.equipment p{
  max-width:620px !important;
  margin:0 !important;
  color:#C7D5E8 !important;
  font-size:15px !important;
  line-height:1.72 !important;
}

.equip-features{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:30px !important;
  margin-top:54px !important;
}

.equip-features div{
  display:grid !important;
  grid-template-columns:42px 1fr !important;
  grid-template-rows:auto auto !important;
  gap:6px 14px !important;
  align-items:start !important;
}

.equip-features i{
  grid-row:1 / 3 !important;
  width:42px !important;
  height:42px !important;
  border:2px solid #0878ff !important;
  border-radius:10px !important;
  background:rgba(8,120,255,.06) !important;
  position:relative !important;
}

.equip-features i::before{
  content:"" !important;
  position:absolute !important;
  inset:10px !important;
  background:#0878ff !important;
  -webkit-mask:center / contain no-repeat !important;
  mask:center / contain no-repeat !important;
}

.equip-icon-check::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.equip-icon-target::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E") !important;
}

.equip-icon-protocol::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E") !important;
}

.equip-features b{
  color:#fff !important;
  font-size:13px !important;
  line-height:1.22 !important;
  font-weight:950 !important;
}

.equip-features small{
  color:#93A7C0 !important;
  font-size:11px !important;
  line-height:1.35 !important;
}

.equipment-visual{
  position:relative !important;
  align-self:stretch !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}

.equipment-visual img{
  width:100% !important;
  max-width:820px !important;
  height:auto !important;
  object-fit:contain !important;
  margin-left:auto !important;
  filter:drop-shadow(0 28px 70px rgba(0,0,0,.35)) !important;
}

.calibration{
  position:absolute !important;
  right:36px !important;
  top:44px !important;
  display:flex !important;
  align-items:center !important;
  gap:13px !important;
  padding:15px 18px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:12px !important;
  background:rgba(9,28,54,.72) !important;
  backdrop-filter:blur(14px) !important;
  color:#EAF2FF !important;
  font-size:13px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
}

.calibration i{
  width:34px !important;
  height:34px !important;
  border:2px solid #0878ff !important;
  border-radius:9px !important;
  position:relative !important;
  display:block !important;
}

.calibration i::before{
  content:"" !important;
  position:absolute !important;
  inset:8px !important;
  background:#0878ff !important;
  -webkit-mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

@media (max-width:1180px){
  .equipment-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding:56px 0 !important;
  }

  .equipment-visual{
    align-self:auto !important;
  }

  .equipment-visual img{
    max-width:680px !important;
    margin:0 auto !important;
  }
}

@media (max-width:640px){
  .equipment{
    padding:24px 0 18px !important;
    background:
      radial-gradient(circle at 82% 44%, rgba(8,120,255,.22), transparent 34%),
      #06101F !important;
  }

  .equipment-grid{
    display:block !important;
    min-height:0 !important;
    padding:0 !important;
  }

  .equipment-copy > span{
    font-size:11px !important;
    margin-bottom:8px !important;
  }

  .equipment h2{
    max-width:260px !important;
    font-size:23px !important;
    line-height:1.15 !important;
    margin:0 0 14px !important;
  }

  .equipment h2 em{
    display:inline !important;
  }

  .equipment p{
    display:none !important;
  }

  .equip-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:8px !important;
    margin-top:18px !important;
    max-width:250px !important;
    position:relative !important;
    z-index:2 !important;
  }

  .equip-features div{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:6px !important;
    justify-items:start !important;
  }

  .equip-features i{
    width:28px !important;
    height:28px !important;
    border-radius:8px !important;
    grid-row:auto !important;
  }

  .equip-features i::before{
    inset:7px !important;
  }

  .equip-features b{
    font-size:10px !important;
    line-height:1.15 !important;
  }

  .equip-features small{
    display:none !important;
  }

  .equipment-visual{
    margin-top:-95px !important;
    margin-left:38% !important;
    width:62% !important;
    display:block !important;
  }

  .equipment-visual img{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }

  .calibration{
    display:none !important;
  }
}


/* === V15 equipment block exact to attached mockup === */
.equipment{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 71% 45%, rgba(9,82,190,.23), transparent 31%),
    radial-gradient(circle at 49% 105%, rgba(8,120,255,.16), transparent 38%),
    linear-gradient(90deg, #020b16 0%, #03152a 44%, #020b16 100%) !important;
  color:#fff !important;
}

.equipment::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(2,11,22,.05), rgba(2,11,22,0) 44%, rgba(2,11,22,.12)),
    radial-gradient(circle at 78% 58%, rgba(8,120,255,.12), transparent 24%) !important;
  pointer-events:none !important;
}

.equipment > .shell{
  width:min(1500px, calc(100% - 96px)) !important;
}

.equipment-grid{
  min-height:445px !important;
  display:grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap:58px !important;
  align-items:center !important;
  position:relative !important;
  z-index:1 !important;
  padding:0 !important;
}

.equipment-copy{
  position:relative !important;
  z-index:3 !important;
  padding-top:2px !important;
}

.equipment-copy > span{
  display:block !important;
  margin:0 0 16px !important;
  color:#0878ff !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
}

.equipment h2{
  max-width:570px !important;
  margin:0 0 22px !important;
  color:#fff !important;
  font-size:44px !important;
  line-height:1.07 !important;
  letter-spacing:-.035em !important;
  font-weight:950 !important;
}

.equipment h2 em{
  display:block !important;
  font-style:normal !important;
  color:#0878ff !important;
}

.equipment p{
  max-width:590px !important;
  margin:0 !important;
  color:#C7D5E8 !important;
  font-size:15px !important;
  line-height:1.7 !important;
}

.equip-features{
  display:grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap:26px !important;
  margin-top:52px !important;
  max-width:660px !important;
}

.equip-features div{
  display:grid !important;
  grid-template-columns:42px 1fr !important;
  grid-template-rows:auto auto !important;
  gap:5px 13px !important;
  align-items:start !important;
  min-width:0 !important;
}

.equip-features i{
  grid-row:1 / 3 !important;
  width:42px !important;
  height:42px !important;
  border:2px solid #0878ff !important;
  border-radius:10px !important;
  background:rgba(8,120,255,.04) !important;
  position:relative !important;
  filter:drop-shadow(0 0 14px rgba(8,120,255,.22)) !important;
}

.equip-features i::before{
  content:"" !important;
  position:absolute !important;
  inset:10px !important;
  background:#0878ff !important;
  -webkit-mask:center / contain no-repeat !important;
  mask:center / contain no-repeat !important;
}

.equip-icon-check::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.equip-icon-target::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E") !important;
}

.equip-icon-protocol::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E") !important;
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E") !important;
}

.equip-features b{
  color:#fff !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
}

.equip-features small{
  color:#8FA4BE !important;
  font-size:11px !important;
  line-height:1.32 !important;
}

.equipment-visual{
  position:relative !important;
  z-index:2 !important;
  align-self:stretch !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  min-width:0 !important;
}

.equipment-visual img{
  width:100% !important;
  max-width:830px !important;
  margin:0 -14px -14px 0 !important;
  object-fit:contain !important;
  filter:drop-shadow(0 26px 60px rgba(0,0,0,.38)) !important;
}

.calibration{
  position:absolute !important;
  top:42px !important;
  right:46px !important;
  display:flex !important;
  align-items:center !important;
  gap:13px !important;
  min-width:176px !important;
  padding:14px 17px !important;
  border:1px solid rgba(255,255,255,.17) !important;
  border-radius:10px !important;
  background:rgba(8,26,49,.64) !important;
  backdrop-filter:blur(14px) !important;
  color:#EAF2FF !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
  box-shadow:0 14px 36px rgba(0,0,0,.18) !important;
}

.calibration i{
  width:36px !important;
  height:36px !important;
  border:2px solid #0878ff !important;
  border-radius:9px !important;
  position:relative !important;
  display:block !important;
  flex:0 0 36px !important;
}

.calibration i::before{
  content:"" !important;
  position:absolute !important;
  inset:8px !important;
  background:#0878ff !important;
  -webkit-mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.calibration em{
  position:absolute !important;
  top:13px !important;
  right:13px !important;
  width:7px !important;
  height:7px !important;
  border-radius:50% !important;
  background:#16D06F !important;
  box-shadow:0 0 12px rgba(22,208,111,.58) !important;
}

/* Tablet adaptation */
@media (max-width:1180px){
  .equipment > .shell{
    width:min(980px, calc(100% - 48px)) !important;
  }

  .equipment-grid{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:54px 0 !important;
  }

  .equipment h2{
    max-width:620px !important;
  }

  .equipment-visual{
    align-self:auto !important;
    justify-content:center !important;
  }

  .equipment-visual img{
    max-width:700px !important;
    margin:0 auto !important;
  }

  .calibration{
    right:calc(50% - 320px) !important;
    top:24px !important;
  }
}

/* Mobile adaptation by the same mockup logic */
@media (max-width:640px){
  .equipment{
    padding:26px 0 22px !important;
    background:
      radial-gradient(circle at 82% 45%, rgba(8,120,255,.22), transparent 34%),
      linear-gradient(180deg, #06101F 0%, #041326 100%) !important;
  }

  .equipment > .shell{
    width:calc(100% - 34px) !important;
  }

  .equipment-grid{
    display:block !important;
    min-height:0 !important;
    padding:0 !important;
  }

  .equipment-copy{
    position:relative !important;
    z-index:3 !important;
  }

  .equipment-copy > span{
    font-size:10px !important;
    line-height:1.2 !important;
    margin:0 0 8px !important;
  }

  .equipment h2{
    max-width:260px !important;
    font-size:23px !important;
    line-height:1.14 !important;
    margin:0 0 13px !important;
  }

  .equipment h2 em{
    display:inline !important;
  }

  .equipment p{
    display:none !important;
  }

  .equip-features{
    max-width:250px !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:8px !important;
    margin-top:18px !important;
  }

  .equip-features div{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto auto !important;
    gap:6px !important;
  }

  .equip-features i{
    grid-row:auto !important;
    width:28px !important;
    height:28px !important;
    border-radius:8px !important;
  }

  .equip-features i::before{
    inset:7px !important;
  }

  .equip-features b{
    font-size:10px !important;
    line-height:1.15 !important;
  }

  .equip-features small{
    display:none !important;
  }

  .equipment-visual{
    display:block !important;
    position:relative !important;
    z-index:2 !important;
    margin-top:-100px !important;
    margin-left:38% !important;
    width:64% !important;
  }

  .equipment-visual img{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    filter:drop-shadow(0 18px 38px rgba(0,0,0,.36)) !important;
  }

  .calibration{
    display:none !important;
  }
}


/* === V16 equipment icons visible + mobile image first === */

/* Force visible SVG icons in equipment feature list */
.equip-features i{
  position:relative !important;
  overflow:hidden !important;
}

.equip-features i::before{
  content:"" !important;
  position:absolute !important;
  inset:8px !important;
  display:block !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
  background-color:transparent !important;
  -webkit-mask:none !important;
  mask:none !important;
}

.equip-icon-check::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230878ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.equip-icon-target::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230878ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E") !important;
}

.equip-icon-protocol::before{
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230878ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E") !important;
}

/* Make calibration icon also visible consistently */
.calibration i::before{
  content:"" !important;
  position:absolute !important;
  inset:8px !important;
  display:block !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230878ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
  -webkit-mask:none !important;
  mask:none !important;
  background-color:transparent !important;
}

/* Mobile: image must go first, then the whole text block */
@media (max-width:640px){
  .equipment-grid{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .equipment-visual{
    order:1 !important;
    width:100% !important;
    margin:0 0 14px 0 !important;
    display:flex !important;
    justify-content:center !important;
  }

  .equipment-visual img{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }

  .equipment-copy{
    order:2 !important;
  }

  .equipment-copy > span,
  .equipment h2,
  .equipment p,
  .equip-features{
    position:relative !important;
    z-index:2 !important;
  }

  .equip-features{
    max-width:none !important;
    margin-top:16px !important;
  }

  .equip-features i{
    width:30px !important;
    height:30px !important;
  }

  .equip-features i::before{
    inset:7px !important;
  }

  .calibration{
    display:none !important;
  }
}


/* === V17 equipment icons inline + remove calibration panel === */
.equipment .calibration{
  display:none !important;
}

.equip-features i{
  position:relative !important;
  overflow:visible !important;
}

.equip-features i svg{
  position:absolute !important;
  inset:8px !important;
  width:auto !important;
  height:auto !important;
  display:block !important;
}

.equip-features i svg *{
  fill:none !important;
  stroke:#0878ff !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

@media (max-width:640px){
  .equipment-grid{
    display:flex !important;
    flex-direction:column !important;
  }

  .equipment-visual{
    order:1 !important;
    width:100% !important;
    margin:0 0 14px 0 !important;
    display:flex !important;
    justify-content:center !important;
  }

  .equipment-copy{
    order:2 !important;
  }

  .equip-features i{
    width:30px !important;
    height:30px !important;
  }

  .equip-features i svg{
    inset:6px !important;
  }
}


/* === V18 mobile equipment readability + white lead block === */
@media (max-width:640px){
  /* Equipment: keep image first, make feature items readable */
  .equipment{
    padding:26px 0 0 !important;
    background:
      radial-gradient(circle at 78% 18%, rgba(8,120,255,.18), transparent 34%),
      linear-gradient(180deg, #06101F 0%, #06101F 100%) !important;
  }

  .equipment-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:0 !important;
  }

  .equipment-visual{
    order:1 !important;
    width:100% !important;
    margin:0 0 26px 0 !important;
    display:flex !important;
    justify-content:center !important;
  }

  .equipment-visual img{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    border-radius:0 !important;
  }

  .equipment-copy{
    order:2 !important;
    padding-bottom:30px !important;
  }

  .equipment-copy > span{
    font-size:10px !important;
    letter-spacing:.08em !important;
    margin-bottom:10px !important;
  }

  .equipment h2{
    max-width:330px !important;
    font-size:26px !important;
    line-height:1.16 !important;
    margin:0 0 18px !important;
    letter-spacing:-.035em !important;
  }

  .equipment h2 em{
    display:block !important;
  }

  .equipment p{
    display:block !important;
    max-width:330px !important;
    color:#C7D5E8 !important;
    font-size:13px !important;
    line-height:1.55 !important;
    margin:0 0 22px !important;
  }

  .equip-features{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    max-width:none !important;
    margin-top:0 !important;
  }

  .equip-features div{
    display:grid !important;
    grid-template-columns:42px 1fr !important;
    grid-template-rows:auto auto !important;
    gap:4px 13px !important;
    align-items:center !important;
    padding:12px 13px !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.035) !important;
  }

  .equip-features i{
    grid-row:1 / 3 !important;
    width:36px !important;
    height:36px !important;
    border-radius:9px !important;
  }

  .equip-features i svg{
    inset:8px !important;
  }

  .equip-features b{
    font-size:13px !important;
    line-height:1.2 !important;
    color:#fff !important;
  }

  .equip-features small{
    display:block !important;
    color:#8FA4BE !important;
    font-size:11px !important;
    line-height:1.3 !important;
  }

  /* The next "Оставьте заявку" section must be white on mobile */
  .lead{
    margin-top:0 !important;
    padding:32px 0 36px !important;
    background:#ffffff !important;
    color:#071225 !important;
  }

  .lead-grid{
    display:block !important;
  }

  .lead-copy{
    display:block !important;
    margin-bottom:22px !important;
  }

  .lead-copy > span{
    display:block !important;
    color:#0878ff !important;
    font-size:10px !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    font-weight:950 !important;
    margin-bottom:10px !important;
  }

  .lead h2{
    color:#071225 !important;
    font-size:28px !important;
    line-height:1.12 !important;
    margin:0 0 14px !important;
    letter-spacing:-.035em !important;
  }

  .lead h2 em{
    color:#0878ff !important;
    display:block !important;
  }

  .lead p{
    display:block !important;
    max-width:330px !important;
    color:#52637B !important;
    font-size:13px !important;
    line-height:1.55 !important;
    margin:0 !important;
  }

  .lead-mini{
    display:none !important;
  }

  .lead-form{
    background:#ffffff !important;
    color:#071225 !important;
    border:1px solid #E3EBF6 !important;
    box-shadow:0 18px 54px rgba(4,25,60,.10) !important;
    border-radius:16px !important;
    padding:18px !important;
  }

  .lead-form h3{
    color:#071225 !important;
    text-align:left !important;
    font-size:22px !important;
    margin:0 0 16px !important;
  }

  .lead-form input,
  .lead-form textarea,
  .lead-form .file{
    background:#fff !important;
    color:#071225 !important;
    border:1px solid #DCE6F3 !important;
    border-radius:8px !important;
  }

  .lead-form small{
    color:#7D8BA0 !important;
  }
}


/* === V19 mobile vertical rhythm + cleaner desktop hero CTA/benefits === */

/* Desktop hero: buttons and advantages should not fight in one cramped line */
@media (min-width:1181px){
  .hero{
    min-height:590px !important;
  }

  .hero-bottom-line{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:22px !important;
    width:780px !important;
    margin-top:8px !important;
  }

  .hero-actions{
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
  }

  .hero-actions .btn{
    min-width:180px !important;
    height:50px !important;
    min-height:50px !important;
  }

  .hero-actions .btn-outline{
    min-width:158px !important;
  }

  .hero-benefits{
    position:static !important;
    display:grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap:0 !important;
    width:780px !important;
    padding:16px 18px !important;
    margin:0 !important;
    border:1px solid rgba(255,255,255,.13) !important;
    border-radius:14px !important;
    background:linear-gradient(135deg, rgba(7,24,46,.74), rgba(4,14,28,.46)) !important;
    box-shadow:0 18px 54px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(12px) !important;
  }

  .hero-benefits div{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 16px !important;
    border-right:1px solid rgba(255,255,255,.10) !important;
    white-space:normal !important;
  }

  .hero-benefits div:first-child{
    padding-left:0 !important;
  }

  .hero-benefits div:last-child{
    padding-right:0 !important;
    border-right:0 !important;
  }

  .hero-benefits i{
    width:32px !important;
    height:32px !important;
    flex:0 0 32px !important;
  }

  .hero-benefits span{
    font-size:12px !important;
    line-height:1.18 !important;
    font-weight:850 !important;
  }
}

@media (min-width:1600px){
  .hero-bottom-line,
  .hero-benefits{
    width:820px !important;
  }

  .hero-benefits{
    padding:17px 20px !important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  .hero-bottom-line,
  .hero-benefits{
    width:700px !important;
  }

  .hero-benefits div{
    padding:0 12px !important;
    gap:8px !important;
  }

  .hero-benefits span{
    font-size:11px !important;
  }
}

/* Mobile: add consistent breathing room between sections */
@media (max-width:640px){
  main > section{
    position:relative !important;
  }

  .hero{
    padding-bottom:18px !important;
  }

  .services{
    padding-top:30px !important;
    padding-bottom:26px !important;
  }

  .scale{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  .projects{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .equipment{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .lead{
    padding-top:38px !important;
    padding-bottom:42px !important;
  }

  .services::before{
    margin-bottom:18px !important;
  }

  .section-head{
    margin-bottom:18px !important;
  }

  .project-dots{
    margin-top:16px !important;
  }

  .equipment-visual{
    margin-bottom:28px !important;
  }

  .equipment-copy{
    padding-bottom:0 !important;
  }

  .equip-features{
    margin-top:22px !important;
    gap:14px !important;
  }

  .lead-copy{
    margin-bottom:26px !important;
  }

  .lead-form{
    padding:20px !important;
  }
}


/* === V20 Apple-style lead block === */
.lead{
  position:relative !important;
  overflow:hidden !important;
  padding:92px 0 !important;
  background:
    radial-gradient(circle at 18% 84%, rgba(8,120,255,.13), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(8,120,255,.08), transparent 24%),
    linear-gradient(135deg, #FFFFFF 0%, #F6FAFF 46%, #EEF6FF 100%) !important;
  color:#071225 !important;
}

.lead::before{
  content:"" !important;
  position:absolute !important;
  left:-12% !important;
  bottom:-28% !important;
  width:58% !important;
  height:58% !important;
  background:
    radial-gradient(circle, rgba(8,120,255,.13), transparent 68%) !important;
  filter:blur(4px) !important;
  pointer-events:none !important;
}

.lead::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:190px !important;
  background:
    linear-gradient(135deg, transparent 0%, rgba(8,120,255,.045) 50%, transparent 100%) !important;
  clip-path:polygon(0 45%, 12% 36%, 28% 48%, 43% 35%, 58% 50%, 75% 38%, 100% 48%, 100% 100%, 0 100%) !important;
  pointer-events:none !important;
}

.lead-grid{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 520px !important;
  gap:92px !important;
  align-items:center !important;
}

.lead-copy > span{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#0878ff !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.085em !important;
  margin:0 0 18px !important;
}

.lead-copy > span::before{
  content:"" !important;
  width:34px !important;
  height:2px !important;
  border-radius:999px !important;
  background:#0878ff !important;
  opacity:.72 !important;
}

.lead h2{
  margin:0 0 22px !important;
  max-width:640px !important;
  color:#071225 !important;
  font-size:54px !important;
  line-height:1.06 !important;
  letter-spacing:-.045em !important;
  font-weight:950 !important;
}

.lead h2 em{
  display:block !important;
  font-style:normal !important;
  color:#0878ff !important;
}

.lead-copy > p{
  max-width:590px !important;
  margin:0 !important;
  color:#52637B !important;
  font-size:16px !important;
  line-height:1.68 !important;
}

.lead-mini{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:18px !important;
  max-width:720px !important;
  margin-top:52px !important;
}

.lead-mini div{
  position:relative !important;
  display:grid !important;
  gap:10px !important;
  padding:22px 20px !important;
  border:1px solid rgba(8,60,130,.10) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.68) !important;
  box-shadow:0 18px 54px rgba(4,25,60,.075) !important;
  backdrop-filter:blur(14px) !important;
}

.lead-mini i{
  width:46px !important;
  height:46px !important;
  border:1px solid rgba(8,120,255,.25) !important;
  border-radius:14px !important;
  background:
    linear-gradient(135deg, rgba(8,120,255,.12), rgba(8,120,255,.035)) !important;
  display:grid !important;
  place-items:center !important;
}

.lead-mini i::before{
  content:none !important;
}

.lead-mini i svg{
  width:23px !important;
  height:23px !important;
}

.lead-mini i svg *{
  fill:none !important;
  stroke:#0878ff !important;
  stroke-width:2.1 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.lead-mini b{
  color:#071225 !important;
  font-size:14px !important;
  line-height:1.22 !important;
  font-weight:950 !important;
}

.lead-mini small{
  display:block !important;
  color:#62738C !important;
  font-size:12px !important;
  line-height:1.42 !important;
}

.lead-form{
  position:relative !important;
  padding:34px !important;
  border:1px solid rgba(8,60,130,.12) !important;
  border-radius:26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84)) !important;
  box-shadow:
    0 28px 90px rgba(4,25,60,.13),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
  backdrop-filter:blur(18px) !important;
}

.lead-form::before{
  content:"" !important;
  position:absolute !important;
  inset:-1px !important;
  border-radius:26px !important;
  padding:1px !important;
  background:linear-gradient(135deg, rgba(255,255,255,.9), rgba(8,120,255,.15), rgba(255,255,255,.65)) !important;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite:xor !important;
  mask-composite:exclude !important;
  pointer-events:none !important;
}

.lead-form-head{
  margin-bottom:22px !important;
}

.lead-form h3{
  margin:0 0 8px !important;
  color:#071225 !important;
  font-size:28px !important;
  line-height:1.1 !important;
  letter-spacing:-.03em !important;
  font-weight:950 !important;
}

.lead-form-head p{
  margin:0 !important;
  color:#62738C !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

.lead-form label:not(.file){
  display:block !important;
  margin-bottom:13px !important;
}

.lead-form label > span{
  display:block !important;
  margin:0 0 6px !important;
  color:#405169 !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800 !important;
}

.lead-form input,
.lead-form textarea{
  width:100% !important;
  margin:0 !important;
  border:1px solid #DDE7F4 !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#071225 !important;
  font:inherit !important;
  font-size:14px !important;
  outline:none !important;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.lead-form input{
  height:48px !important;
  padding:0 15px !important;
}

.lead-form textarea{
  height:112px !important;
  padding:14px 15px !important;
  resize:vertical !important;
}

.lead-form input:focus,
.lead-form textarea:focus{
  border-color:rgba(8,120,255,.55) !important;
  box-shadow:0 0 0 4px rgba(8,120,255,.10) !important;
}

.lead-form .file{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  height:50px !important;
  margin:2px 0 14px !important;
  border:1px dashed rgba(8,120,255,.32) !important;
  border-radius:12px !important;
  background:rgba(8,120,255,.035) !important;
  color:#2E5D9B !important;
  font-size:13px !important;
  font-weight:850 !important;
  cursor:pointer !important;
}

.lead-form .file input{
  display:none !important;
}

.lead-form .file svg{
  width:18px !important;
  height:18px !important;
}

.lead-form .file svg *{
  fill:none !important;
  stroke:#0878ff !important;
  stroke-width:2.1 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.lead-form .btn{
  width:100% !important;
  min-height:52px !important;
  border:0 !important;
  border-radius:12px !important;
  font-size:14px !important;
}

.lead-form small{
  display:block !important;
  margin-top:13px !important;
  color:#7D8BA0 !important;
  font-size:11px !important;
  line-height:1.4 !important;
}

/* Tablet */
@media (max-width:1180px){
  .lead{
    padding:70px 0 !important;
  }

  .lead-grid{
    grid-template-columns:1fr !important;
    gap:38px !important;
  }

  .lead h2{
    max-width:620px !important;
  }

  .lead-form{
    max-width:620px !important;
  }
}

/* Mobile */
@media (max-width:640px){
  .lead{
    padding:42px 0 46px !important;
    background:
      radial-gradient(circle at 14% 100%, rgba(8,120,255,.10), transparent 32%),
      linear-gradient(180deg, #FFFFFF 0%, #F5F9FF 100%) !important;
    color:#071225 !important;
  }

  .lead::before,
  .lead::after{
    display:none !important;
  }

  .lead-grid{
    display:block !important;
  }

  .lead-copy{
    display:block !important;
    margin-bottom:26px !important;
  }

  .lead-copy > span{
    font-size:10px !important;
    margin-bottom:12px !important;
  }

  .lead-copy > span::before{
    width:24px !important;
  }

  .lead h2{
    max-width:330px !important;
    font-size:32px !important;
    line-height:1.08 !important;
    margin:0 0 14px !important;
  }

  .lead-copy > p{
    max-width:330px !important;
    font-size:13px !important;
    line-height:1.58 !important;
  }

  .lead-mini{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:24px !important;
  }

  .lead-mini div{
    display:grid !important;
    grid-template-columns:44px 1fr !important;
    grid-template-rows:auto auto !important;
    gap:5px 12px !important;
    padding:15px !important;
    border-radius:16px !important;
  }

  .lead-mini i{
    grid-row:1 / 3 !important;
    width:40px !important;
    height:40px !important;
    border-radius:12px !important;
  }

  .lead-mini i svg{
    width:20px !important;
    height:20px !important;
  }

  .lead-mini b{
    font-size:13px !important;
  }

  .lead-mini small{
    font-size:11px !important;
  }

  .lead-form{
    padding:20px !important;
    border-radius:20px !important;
    background:#fff !important;
    box-shadow:0 20px 60px rgba(4,25,60,.11) !important;
  }

  .lead-form h3{
    font-size:24px !important;
  }

  .lead-form-head p{
    font-size:12px !important;
  }

  .lead-form input{
    height:46px !important;
  }

  .lead-form textarea{
    height:96px !important;
  }
}


/* === V21 footer fixes + clickable mobile services === */

/* Service cards: whole rectangle is clickable */
.service-card[data-card-link]{
  cursor:pointer !important;
}

.service-card[data-card-link]:focus-visible{
  outline:3px solid rgba(8,120,255,.35) !important;
  outline-offset:3px !important;
}

/* Footer desktop */
.footer{
  background:
    radial-gradient(circle at 8% 100%, rgba(8,120,255,.16), transparent 34%),
    linear-gradient(90deg, #020B16 0%, #03162C 52%, #020B16 100%) !important;
  color:#fff !important;
  padding:54px 0 !important;
}

.footer-grid{
  display:grid !important;
  grid-template-columns:1.35fr .85fr .85fr 1.1fr !important;
  gap:58px !important;
  align-items:start !important;
}

.footer .brand,
.footer-brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 0 22px !important;
  min-width:0 !important;
}

.footer .brand-mark{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  background:
    radial-gradient(circle at 50% 50%,
      #010712 0%,
      #031032 20%,
      #05246B 44%,
      #0756D8 74%,
      #168BFF 100%) !important;
  filter:drop-shadow(0 8px 18px rgba(8,100,255,.20)) !important;
}

.footer .brand-text{
  display:flex !important;
  flex-direction:column !important;
  line-height:1 !important;
}

.footer .brand-text b{
  font-size:27px !important;
  font-weight:950 !important;
  letter-spacing:-.045em !important;
  color:#fff !important;
}

.footer .brand-text small{
  margin-top:3px !important;
  color:#C9D5E6 !important;
  font-size:11px !important;
}

.footer p{
  max-width:310px !important;
  margin:0 0 18px !important;
  color:#C5D2E5 !important;
  font-size:14px !important;
  line-height:1.58 !important;
}

.footer small{
  color:#8FA2BC !important;
  font-size:13px !important;
}

.footer h4{
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:950 !important;
}

.footer a,
.footer span{
  color:#C5D2E5 !important;
  display:block !important;
  margin:10px 0 !important;
  font-size:14px !important;
  line-height:1.3 !important;
}

.footer a:hover{
  color:#0878ff !important;
}

.footer .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:164px !important;
  min-height:50px !important;
  height:50px !important;
  padding:0 22px !important;
  margin-top:20px !important;
  color:#fff !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

/* Mobile footer: show and make compact */
@media (max-width:640px){
  .footer{
    display:block !important;
    padding:34px 0 38px !important;
    background:
      radial-gradient(circle at 10% 100%, rgba(8,120,255,.14), transparent 36%),
      #020B16 !important;
  }

  .footer-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:26px !important;
  }

  .footer .brand{
    margin-bottom:16px !important;
  }

  .footer .brand-mark{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
  }

  .footer .brand-text b{
    font-size:24px !important;
  }

  .footer .brand-text small{
    font-size:10px !important;
  }

  .footer p{
    max-width:none !important;
    font-size:13px !important;
    line-height:1.55 !important;
    margin-bottom:14px !important;
  }

  .footer h4{
    margin-bottom:12px !important;
  }

  .footer a,
  .footer span{
    font-size:13px !important;
    margin:8px 0 !important;
  }

  .footer .btn{
    width:100% !important;
    min-height:52px !important;
    height:52px !important;
    margin-top:16px !important;
    border-radius:12px !important;
  }

  /* On mobile make service cards feel clickable as full cards */
  .service-card[data-card-link]{
    cursor:pointer !important;
  }

  .service-card[data-card-link]::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
  }

  .service-card .card-body{
    z-index:3 !important;
  }

  .service-card .card-body a{
    position:relative !important;
    z-index:4 !important;
  }
}


/* === V23 service internal pages === */
.service-page{
  background:#fff;
}

.service-page .site-header{
  position:relative !important;
  background:#020B16 !important;
  color:#fff !important;
}

.service-page .header-inner{
  height:74px !important;
}

.service-page .service-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(2,11,22,.96), rgba(2,11,22,.78) 46%, rgba(2,11,22,.32)),
    var(--service-bg) center right / cover no-repeat;
}

.service-hero-compact{
  min-height:235px;
  display:flex;
  align-items:center;
}

.service-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 44%, rgba(8,120,255,.18), transparent 32%),
    linear-gradient(180deg, rgba(2,11,22,.06), rgba(2,11,22,.10));
  pointer-events:none;
}

.service-hero .shell{
  position:relative;
  z-index:2;
  padding:30px 0 34px;
}

.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:#AFC2DC;
  font-size:13px;
  font-weight:750;
}

.breadcrumbs a{
  color:#DDE8F7;
}

.breadcrumbs a:hover{
  color:#0878ff;
}

.service-hero-content{
  max-width:710px;
}

.service-kicker,
.section-label{
  display:inline-flex;
  color:#0878ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.service-hero h1{
  margin:12px 0 12px;
  color:#fff;
  font-size:42px;
  line-height:1.06;
  letter-spacing:-.04em;
  font-weight:950;
}

.service-hero p{
  max-width:650px;
  margin:0;
  color:#EAF2FF;
  font-size:16px;
  line-height:1.6;
}

.service-hero-actions{
  display:flex;
  gap:14px;
  margin-top:22px;
}

.service-hero-actions .btn{
  min-height:48px;
  height:48px;
  border-radius:10px;
}

.service-detail{
  padding:72px 0;
  background:
    radial-gradient(circle at 10% 100%, rgba(8,120,255,.08), transparent 28%),
    linear-gradient(180deg,#fff,#F6FAFF);
}

.service-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 440px;
  gap:64px;
  align-items:start;
}

.service-main-copy h2,
.service-steps h2,
.service-seo-text h2{
  margin:12px 0 18px;
  color:#071225;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}

.service-main-copy > p{
  max-width:770px;
  margin:0 0 30px;
  color:#53637B;
  font-size:16px;
  line-height:1.68;
}

.service-info-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

.service-info-card,
.service-price-card,
.steps-grid article{
  border:1px solid rgba(8,60,130,.11);
  border-radius:22px;
  background:rgba(255,255,255,.80);
  box-shadow:0 18px 54px rgba(4,25,60,.075);
}

.service-info-card{
  padding:26px;
}

.service-info-card h3{
  margin:0 0 16px;
  color:#071225;
  font-size:20px;
  line-height:1.18;
}

.service-info-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:11px;
}

.service-info-card li{
  position:relative;
  padding-left:24px;
  color:#52637B;
  font-size:14px;
  line-height:1.48;
}

.service-info-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.56em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0878ff;
  box-shadow:0 0 0 5px rgba(8,120,255,.10);
}

.service-price-card{
  position:sticky;
  top:24px;
  padding:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
}

.service-price-card h2{
  margin:0 0 18px;
  color:#071225;
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.service-price-card table{
  width:100%;
  border-collapse:collapse;
  margin-bottom:18px;
}

.service-price-card td{
  padding:14px 0;
  border-bottom:1px solid #E3EBF6;
  color:#52637B;
  font-size:14px;
  vertical-align:top;
}

.service-price-card td:last-child{
  text-align:right;
  color:#0878ff;
  font-weight:950;
  white-space:nowrap;
}

.service-price-card p{
  margin:0 0 18px;
  color:#66768D;
  font-size:13px;
  line-height:1.5;
}

.service-price-card .btn{
  width:100%;
  border-radius:12px;
}

.service-steps{
  padding:72px 0;
  background:#fff;
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
  margin-top:30px;
}

.steps-grid article{
  padding:24px;
}

.steps-grid article span{
  display:inline-flex;
  margin-bottom:16px;
  color:#0878ff;
  font-size:22px;
  line-height:1;
  font-weight:950;
}

.steps-grid h3{
  margin:0 0 10px;
  color:#071225;
  font-size:18px;
  line-height:1.18;
}

.steps-grid p{
  margin:0;
  color:#5B6C84;
  font-size:13px;
  line-height:1.5;
}

.service-seo-text{
  padding:68px 0;
  background:#F6FAFF;
}

.service-seo-text .shell{
  max-width:1050px;
}

.service-seo-text p{
  margin:0;
  color:#53637B;
  font-size:17px;
  line-height:1.75;
}

@media (max-width:1180px){
  .service-detail-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .service-price-card{
    position:relative;
    top:auto;
  }

  .steps-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .service-page .site-header{
    position:relative !important;
  }

  .service-page .header-inner{
    height:78px !important;
  }

  .service-hero-compact{
    min-height:0;
  }

  .service-hero{
    background:
      linear-gradient(180deg, rgba(2,11,22,.92), rgba(2,11,22,.74)),
      var(--service-bg) center / cover no-repeat;
  }

  .service-hero .shell{
    padding:28px 0 34px;
  }

  .breadcrumbs{
    font-size:12px;
    margin-bottom:18px;
    overflow-x:auto;
  }

  .service-hero h1{
    font-size:31px;
    line-height:1.1;
  }

  .service-hero p{
    font-size:14px;
    line-height:1.58;
  }

  .service-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .service-detail,
  .service-steps,
  .service-seo-text{
    padding:42px 0;
  }

  .service-main-copy h2,
  .service-steps h2,
  .service-seo-text h2{
    font-size:28px;
  }

  .service-main-copy > p,
  .service-seo-text p{
    font-size:14px;
  }

  .service-info-grid,
  .steps-grid{
    grid-template-columns:1fr;
  }

  .service-info-card,
  .service-price-card,
  .steps-grid article{
    border-radius:18px;
    padding:20px;
  }
}


/* === V24 improved internal service pages === */
.service-page{
  background:#fff;
}

.service-page .site-header{
  position:relative !important;
  background:#020B16 !important;
  color:#fff !important;
}

.service-page .header-inner{
  height:74px !important;
}

.service-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(2,11,22,.96), rgba(2,11,22,.76) 48%, rgba(2,11,22,.40)),
    var(--service-bg) center right / cover no-repeat;
}

.service-hero-compact{
  min-height:340px;
  display:flex;
  align-items:center;
}

.service-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 48%, rgba(8,120,255,.22), transparent 30%),
    linear-gradient(180deg, rgba(2,11,22,.08), rgba(2,11,22,.20));
  pointer-events:none;
  z-index:1;
}

.service-hero .shell{
  position:relative;
  z-index:2;
}

.service-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 430px;
  gap:56px;
  align-items:center;
  padding:34px 0 38px;
}

.service-hero-content{
  max-width:720px;
}

.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#AFC2DC;
  font-size:13px;
  font-weight:750;
}

.breadcrumbs a{
  color:#DDE8F7;
}

.breadcrumbs a:hover{
  color:#0878ff;
}

.service-kicker,
.section-label{
  display:inline-flex;
  color:#0878ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.service-hero h1{
  margin:12px 0 12px;
  color:#fff;
  font-size:44px;
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:950;
}

.service-hero p{
  max-width:690px;
  margin:0;
  color:#EAF2FF;
  font-size:16px;
  line-height:1.6;
}

.service-hero-actions{
  display:flex;
  gap:14px;
  margin-top:24px;
}

.service-hero-actions .btn{
  min-height:48px;
  height:48px;
  border-radius:10px;
}

.service-hero-visual{
  position:relative;
  min-height:230px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 80px rgba(0,0,0,.30);
  background:rgba(255,255,255,.04);
}

.service-hero-visual img{
  width:100%;
  height:100%;
  min-height:230px;
  object-fit:cover;
  opacity:.92;
}

.service-hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(2,11,22,.04), rgba(2,11,22,.25));
}

.service-detail{
  padding:76px 0;
  background:
    radial-gradient(circle at 10% 100%, rgba(8,120,255,.08), transparent 28%),
    linear-gradient(180deg,#fff,#F6FAFF);
}

.service-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:64px;
  align-items:start;
}

.service-article{
  max-width:850px;
}

.service-article h2,
.service-faq h2,
.related-services h2{
  margin:12px 0 22px;
  color:#071225;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}

.service-article p{
  margin:0 0 20px;
  color:#53637B;
  font-size:16px;
  line-height:1.78;
}

.service-content-figure{
  margin:10px 0 22px;
  width:min(370px, 44%);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 54px rgba(4,25,60,.11);
  border:1px solid rgba(8,60,130,.10);
}

.service-content-figure.align-right{
  float:right;
  margin-left:28px;
}

.service-content-figure.align-left{
  float:left;
  margin-right:28px;
}

.service-content-figure img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.service-content-figure figcaption{
  padding:12px 14px 14px;
  color:#66768D;
  font-size:12px;
  line-height:1.38;
}

.service-check-list{
  clear:both;
  margin-top:30px;
  margin-bottom:50px;
  padding:28px;
  border:1px solid rgba(8,60,130,.10);
  border-radius:24px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 54px rgba(4,25,60,.07);
}

.service-check-list h3{
  margin:0 0 18px;
  color:#071225;
  font-size:22px;
  line-height:1.2;
}

.service-check-list ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px 20px;
}

.service-check-list li{
  position:relative;
  padding-left:24px;
  color:#52637B;
  font-size:14px;
  line-height:1.48;
}

.service-check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.56em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0878ff;
  box-shadow:0 0 0 5px rgba(8,120,255,.10);
}

.service-price-card{
  position:sticky;
  top:24px;
  padding:30px;
  border:1px solid rgba(8,60,130,.11);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  box-shadow:0 18px 54px rgba(4,25,60,.075);
}

.service-price-card h2{
  margin:0 0 18px;
  color:#071225;
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.service-price-card table{
  width:100%;
  border-collapse:collapse;
  margin-bottom:18px;
}

.service-price-card td{
  padding:14px 0;
  border-bottom:1px solid #E3EBF6;
  color:#52637B;
  font-size:14px;
  vertical-align:top;
}

.service-price-card td:last-child{
  text-align:right;
  color:#0878ff;
  font-weight:950;
  white-space:nowrap;
}

.service-price-card p{
  margin:0 0 18px;
  color:#66768D;
  font-size:13px;
  line-height:1.5;
}

.service-price-card .btn{
  width:100%;
  border-radius:12px;
}

.service-faq{
  padding:74px 0;
  background:#fff;
}

.service-faq-grid{
  display:grid;
  grid-template-columns:360px minmax(0, 1fr);
  gap:64px;
  align-items:start;
}

.service-faq p{
  margin:0;
  color:#53637B;
  font-size:15px;
  line-height:1.6;
}

.faq-list{
  display:grid;
  gap:12px;
}

.faq-list details{
  border:1px solid rgba(8,60,130,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(4,25,60,.06);
  overflow:hidden;
}

.faq-list summary{
  cursor:pointer;
  padding:18px 20px;
  color:#071225;
  font-weight:900;
  list-style:none;
}

.faq-list summary::-webkit-details-marker{
  display:none;
}

.faq-list summary::after{
  content:"+";
  float:right;
  color:#0878ff;
  font-size:22px;
  line-height:1;
}

.faq-list details[open] summary::after{
  content:"–";
}

.faq-list details p{
  padding:0 20px 20px;
  color:#52637B;
  font-size:14px;
  line-height:1.6;
}

.related-services{
  padding:70px 0;
  background:#F6FAFF;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:24px;
}

.related-card{
  display:block;
  padding:24px;
  border-radius:20px;
  border:1px solid rgba(8,60,130,.10);
  background:#fff;
  box-shadow:0 18px 54px rgba(4,25,60,.07);
  transition:transform .18s ease, box-shadow .18s ease;
}

.related-card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 64px rgba(4,25,60,.10);
}

.related-card span{
  display:block;
  color:#0878ff;
  font-size:17px;
  font-weight:950;
  margin-bottom:10px;
}

.related-card p{
  margin:0;
  color:#52637B;
  font-size:13px;
  line-height:1.48;
}

.service-page .service-steps{
  display:none !important;
}

@media (max-width:1180px){
  .service-hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .service-hero-visual{
    max-width:620px;
  }

  .service-detail-grid,
  .service-faq-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .service-price-card{
    position:relative;
    top:auto;
  }

  .related-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .service-page .site-header{
    position:relative !important;
  }

  .service-page .header-inner{
    height:78px !important;
  }

  .service-hero-compact{
    min-height:0;
  }

  .service-hero{
    background:
      linear-gradient(180deg, rgba(2,11,22,.92), rgba(2,11,22,.80)),
      var(--service-bg) center / cover no-repeat;
  }

  .service-hero-grid{
    display:flex;
    flex-direction:column;
    padding:26px 0 34px;
  }

  .service-hero-visual{
    order:-1;
    width:100%;
    min-height:170px;
    border-radius:18px;
  }

  .service-hero-visual img{
    min-height:170px;
    height:170px;
  }

  .breadcrumbs{
    font-size:12px;
    margin-bottom:16px;
    overflow-x:auto;
  }

  .service-hero h1{
    font-size:31px;
    line-height:1.1;
  }

  .service-hero p{
    font-size:14px;
    line-height:1.58;
  }

  .service-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .service-detail,
  .service-faq,
  .related-services{
    padding:44px 0;
  }

  .service-article h2,
  .service-faq h2,
  .related-services h2{
    font-size:28px;
  }

  .service-article p{
    font-size:14px;
    line-height:1.68;
  }

  .service-content-figure,
  .service-content-figure.align-right,
  .service-content-figure.align-left{
    float:none;
    width:100%;
    margin:20px 0;
  }

  .service-content-figure img{
    height:190px;
  }

  .service-check-list,
  .service-price-card{
    border-radius:18px;
    padding:20px;
  }

  .service-check-list ul{
    grid-template-columns:1fr;
  }

  .service-price-card td{
    display:block;
    padding:10px 0 2px;
    border-bottom:0;
  }

  .service-price-card td:last-child{
    text-align:left;
    padding:0 0 12px;
    border-bottom:1px solid #E3EBF6;
  }

  .faq-list summary{
    padding:16px;
  }

  .faq-list details p{
    padding:0 16px 16px;
  }
}


/* === V25 service pages: blended hero background, no framed image on desktop === */
@media (min-width:641px){
  .service-page .service-hero{
    min-height:300px !important;
    background:
      linear-gradient(90deg, rgba(2,11,22,1) 0%, rgba(2,11,22,.94) 34%, rgba(2,11,22,.72) 52%, rgba(2,11,22,.22) 78%, rgba(2,11,22,.44) 100%),
      radial-gradient(circle at 70% 52%, rgba(8,120,255,.24), transparent 30%),
      var(--service-bg) center right / cover no-repeat !important;
  }

  .service-page .service-hero::before{
    background:
      linear-gradient(180deg, rgba(2,11,22,.06), rgba(2,11,22,.24)),
      linear-gradient(90deg, rgba(2,11,22,.20), transparent 52%, rgba(2,11,22,.18)) !important;
  }

  .service-page .service-hero-grid{
    display:block !important;
    padding:38px 0 44px !important;
  }

  .service-page .service-hero-content{
    max-width:760px !important;
    position:relative !important;
    z-index:2 !important;
  }

  .service-page .service-hero-visual{
    display:none !important;
  }

  .service-page .service-hero h1{
    max-width:720px !important;
  }

  .service-page .service-hero p{
    max-width:690px !important;
  }
}

/* Desktop/laptop refinement: keep inner top hero compact and premium */
@media (min-width:1181px){
  .service-page .service-hero{
    min-height:310px !important;
  }

  .service-page .service-hero-grid{
    padding:42px 0 46px !important;
  }

  .service-page .breadcrumbs{
    margin-bottom:18px !important;
  }

  .service-page .service-hero h1{
    font-size:43px !important;
  }
}

/* Mobile keeps the image, but removes the heavy framed feeling */
@media (max-width:640px){
  .service-page .service-hero-visual{
    border-radius:0 !important;
    border:0 !important;
    box-shadow:none !important;
    margin-left:calc(-1 * ((100vw - 100%) / 2)) !important;
    margin-right:calc(-1 * ((100vw - 100%) / 2)) !important;
  }

  .service-page .service-hero-visual img{
    border-radius:16px !important;
  }
}


/* === V26 sharp service heroes + blended image layer === */
@media (min-width:641px){
  .service-page .service-hero{
    background:
      linear-gradient(90deg,
        rgba(2,11,22,1) 0%,
        rgba(2,11,22,.98) 30%,
        rgba(2,11,22,.82) 48%,
        rgba(2,11,22,.34) 72%,
        rgba(2,11,22,.58) 100%),
      radial-gradient(circle at 76% 48%, rgba(8,120,255,.22), transparent 31%),
      var(--service-bg) center right / cover no-repeat !important;
    image-rendering:auto !important;
  }

  .service-page .service-hero::before{
    background:
      linear-gradient(180deg, rgba(2,11,22,.02), rgba(2,11,22,.26)),
      linear-gradient(90deg, rgba(2,11,22,.18), transparent 55%, rgba(2,11,22,.24)) !important;
  }

  .service-page .service-hero::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(90deg, #020B16 0%, rgba(2,11,22,0) 44%, rgba(2,11,22,.10) 100%) !important;
    pointer-events:none !important;
    z-index:1 !important;
  }

  .service-page .service-hero-grid{
    position:relative !important;
    z-index:2 !important;
  }

  .service-page .service-hero-visual{
    display:none !important;
  }
}

/* Mobile: keep sharp image, no ugly frame */
@media (max-width:640px){
  .service-page .service-hero-visual{
    overflow:hidden !important;
    border:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }

  .service-page .service-hero-visual img{
    width:100% !important;
    height:180px !important;
    min-height:180px !important;
    object-fit:cover !important;
    border-radius:16px !important;
    filter:none !important;
  }
}


/* === V27 portfolio/project pages in internal-service style === */
.project-page .project-hero{
  background:
    linear-gradient(90deg,
      rgba(2,11,22,1) 0%,
      rgba(2,11,22,.98) 30%,
      rgba(2,11,22,.82) 48%,
      rgba(2,11,22,.34) 72%,
      rgba(2,11,22,.58) 100%),
    radial-gradient(circle at 76% 48%, rgba(8,120,255,.22), transparent 31%),
    var(--service-bg) center right / cover no-repeat !important;
}

.project-metrics{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  max-width:720px;
  margin-top:26px;
}

.project-metric{
  display:grid;
  grid-template-columns:38px 1fr;
  grid-template-rows:auto auto;
  gap:2px 10px;
  align-items:center;
  min-height:68px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  background:rgba(6,20,39,.58);
  backdrop-filter:blur(12px);
}

.project-metric i{
  grid-row:1 / 3;
  width:34px;
  height:34px;
  border:1px solid rgba(8,120,255,.55);
  border-radius:9px;
  position:relative;
}

.project-metric i::before{
  content:"";
  position:absolute;
  inset:8px;
  background:#0878ff;
  -webkit-mask:center / contain no-repeat;
  mask:center / contain no-repeat;
}

.project-icon-people i::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.project-icon-building i::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21h18M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16M9 8h.01M15 8h.01M9 12h.01M15 12h.01M9 16h.01M15 16h.01'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21h18M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16M9 8h.01M15 8h.01M9 12h.01M15 12h.01M9 16h.01M15 16h.01'/%3E%3C/svg%3E");
}

.project-icon-calendar i::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.project-icon-location i::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.project-metric b{
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:950;
}

.project-metric span{
  color:#C8D6E8;
  font-size:12px;
  line-height:1.15;
  font-weight:750;
}

.project-detail{
  padding:76px 0;
  background:
    radial-gradient(circle at 10% 100%, rgba(8,120,255,.08), transparent 28%),
    linear-gradient(180deg,#fff,#F6FAFF);
}

.project-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:64px;
  align-items:start;
}

.project-description h2,
.project-gallery-section h2{
  margin:12px 0 20px;
  color:#071225;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}

.project-description p{
  margin:0 0 18px;
  color:#53637B;
  font-size:16px;
  line-height:1.75;
}

.project-done-card,
.project-facts-card{
  border:1px solid rgba(8,60,130,.11);
  border-radius:24px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 54px rgba(4,25,60,.075);
}

.project-done-card{
  margin-top:30px;
  padding:28px;
}

.project-done-card h3{
  margin:0 0 18px;
  color:#071225;
  font-size:22px;
}

.project-done-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px 22px;
}

.project-done-card li{
  position:relative;
  padding-left:25px;
  color:#52637B;
  font-size:14px;
  line-height:1.48;
}

.project-done-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#0878ff;
  box-shadow:0 0 0 5px rgba(8,120,255,.10);
}

.project-facts-card{
  position:sticky;
  top:24px;
  padding:30px;
}

.project-facts-card h2{
  margin:0 0 20px;
  color:#071225;
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.project-facts-card div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:15px 0;
  border-bottom:1px solid #E3EBF6;
}

.project-facts-card div span{
  color:#7B8BA0;
  font-size:13px;
  font-weight:800;
}

.project-facts-card div b{
  color:#071225;
  font-size:14px;
  line-height:1.38;
  text-align:right;
}

.project-facts-card .btn{
  width:100%;
  margin-top:22px;
  border-radius:12px;
}

.project-gallery-section{
  padding:74px 0;
  background:#fff;
}

.project-gallery{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:16px;
}

.project-gallery-item{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(8,60,130,.10);
  background:#fff;
  box-shadow:0 14px 44px rgba(4,25,60,.075);
  aspect-ratio:1.18 / 1;
}

.project-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}

.project-gallery-item:hover img{
  transform:scale(1.04);
}

.project-gallery-item span{
  position:absolute;
  left:10px;
  top:10px;
  width:36px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#fff;
  background:#0878ff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 8px 22px rgba(8,120,255,.25);
}

.related-projects{
  background:#F6FAFF;
}

.project-card[data-card-link]{
  cursor:pointer;
}

.project-card[data-card-link]:focus-visible{
  outline:3px solid rgba(8,120,255,.35);
  outline-offset:4px;
}

@media (max-width:1180px){
  .project-detail-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .project-facts-card{
    position:relative;
    top:auto;
  }

  .project-gallery{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .project-metrics{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
  }

  .project-metric{
    min-height:62px;
    padding:11px;
  }

  .project-detail,
  .project-gallery-section{
    padding:44px 0;
  }

  .project-description h2,
  .project-gallery-section h2{
    font-size:28px;
  }

  .project-description p{
    font-size:14px;
    line-height:1.66;
  }

  .project-done-card,
  .project-facts-card{
    padding:20px;
    border-radius:18px;
  }

  .project-done-card ul{
    grid-template-columns:1fr;
  }

  .project-facts-card div{
    grid-template-columns:1fr;
    gap:5px;
  }

  .project-facts-card div b{
    text-align:left;
  }

  .project-gallery{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .project-gallery-item{
    border-radius:13px;
  }

  .project-gallery-item span{
    left:8px;
    top:8px;
    width:30px;
    height:24px;
    border-radius:7px;
    font-size:11px;
  }
}


/* === V28 about page === */
.about-page{
  background:#fff;
}

.about-page .site-header{
  position:relative !important;
  background:#020B16 !important;
  color:#fff !important;
}

.about-page .header-inner{
  height:74px !important;
}

.about-hero{
  position:relative;
  overflow:hidden;
  min-height:440px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(2,11,22,1) 0%, rgba(2,11,22,.92) 38%, rgba(2,11,22,.62) 60%, rgba(2,11,22,.30) 100%),
    radial-gradient(circle at 76% 48%, rgba(8,120,255,.22), transparent 31%),
    var(--about-bg) center right / cover no-repeat;
}

.about-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(2,11,22,.03), rgba(2,11,22,.24)),
    linear-gradient(90deg, rgba(2,11,22,.22), transparent 55%, rgba(2,11,22,.16));
  pointer-events:none;
}

.about-hero-grid{
  position:relative;
  z-index:2;
}

.about-hero-copy{
  max-width:760px;
  padding:54px 0 58px;
}

.about-hero h1{
  margin:14px 0 16px;
  color:#fff;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:950;
}

.about-hero h1 em{
  color:#0878ff;
  font-style:normal;
}

.about-hero p{
  max-width:690px;
  margin:0;
  color:#EAF2FF;
  font-size:18px;
  line-height:1.62;
}

.about-hero-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:34px;
  max-width:850px;
}

.about-hero-points div{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(6,20,39,.56);
  backdrop-filter:blur(12px);
}

.about-hero-points i{
  width:34px;
  height:34px;
  border:1px solid rgba(8,120,255,.58);
  border-radius:9px;
  position:relative;
}

.about-hero-points i::before{
  content:"";
  position:absolute;
  inset:8px;
  background:#0878ff;
  -webkit-mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
  mask:center / contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.about-hero-points span{
  color:#DDE8F7;
  font-size:13px;
  line-height:1.32;
  font-weight:800;
}

.about-intro{
  padding:82px 0 74px;
  background:
    radial-gradient(circle at 8% 100%, rgba(8,120,255,.08), transparent 28%),
    linear-gradient(180deg, #fff, #F6FAFF);
}

.about-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:70px;
  align-items:end;
  margin-bottom:44px;
}

.about-intro h2,
.about-values h2,
.about-certificates h2{
  margin:12px 0 20px;
  color:#071225;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:950;
}

.about-intro p,
.about-certificates .section-head p{
  max-width:780px;
  margin:0 0 18px;
  color:#53637B;
  font-size:16px;
  line-height:1.75;
}

.about-numbers{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.about-numbers div{
  padding:20px 22px;
  border:1px solid rgba(8,60,130,.10);
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 54px rgba(4,25,60,.075);
}

.about-numbers b{
  display:block;
  color:#0878ff;
  font-size:38px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.about-numbers span{
  display:block;
  margin-top:7px;
  color:#52637B;
  font-size:14px;
  font-weight:800;
}

.about-team-photo{
  margin:0;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(8,60,130,.10);
  background:#fff;
  box-shadow:0 24px 80px rgba(4,25,60,.12);
}

.about-team-photo img{
  width:100%;
  height:auto;
  display:block;
}

.about-team-photo figcaption{
  padding:16px 20px 18px;
  color:#66768D;
  font-size:13px;
  line-height:1.45;
}

.about-values{
  padding:74px 0;
  background:#fff;
}

.about-values-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

.about-values-grid article{
  padding:26px;
  border:1px solid rgba(8,60,130,.10);
  border-radius:22px;
  background:linear-gradient(180deg, #fff, #F8FBFF);
  box-shadow:0 18px 54px rgba(4,25,60,.07);
}

.about-value-icon{
  display:block;
  width:48px;
  height:48px;
  border:1px solid rgba(8,120,255,.24);
  border-radius:15px;
  background:linear-gradient(135deg, rgba(8,120,255,.12), rgba(8,120,255,.035));
  position:relative;
  margin-bottom:18px;
}

.about-value-icon::before{
  content:"";
  position:absolute;
  inset:12px;
  background:#0878ff;
  -webkit-mask:center / contain no-repeat;
  mask:center / contain no-repeat;
}

.about-value-accuracy::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E");
}
.about-value-order::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6l1 2h3v16H5V5h3l1-2Z'/%3E%3Cpath d='M8 12h8M8 16h8M8 8h8'/%3E%3C/svg%3E");
}
.about-value-control::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}
.about-value-support::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0M4 12v4a2 2 0 0 0 2 2h1v-6H4ZM20 12v4a2 2 0 0 1-2 2h-1v-6h3ZM9 20h6'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0M4 12v4a2 2 0 0 0 2 2h1v-6H4ZM20 12v4a2 2 0 0 1-2 2h-1v-6h3ZM9 20h6'/%3E%3C/svg%3E");
}

.about-values-grid h3{
  margin:0 0 10px;
  color:#071225;
  font-size:19px;
  line-height:1.2;
}

.about-values-grid p{
  margin:0;
  color:#53637B;
  font-size:14px;
  line-height:1.58;
}

.about-certificates{
  padding:78px 0;
  background:#F6FAFF;
}

.about-cert-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:16px;
}

.about-cert-card{
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(8,60,130,.10);
  background:#fff;
  box-shadow:0 18px 54px rgba(4,25,60,.075);
}

.about-cert-card img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}

@media (max-width:1180px){
  .about-hero-points{
    grid-template-columns:1fr;
    max-width:520px;
  }

  .about-intro-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .about-numbers{
    grid-template-columns:repeat(3, 1fr);
  }

  .about-values-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .about-cert-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media (max-width:640px){
  .about-page .site-header{
    position:relative !important;
  }

  .about-page .header-inner{
    height:78px !important;
  }

  .about-hero{
    min-height:0;
    background:
      linear-gradient(180deg, rgba(2,11,22,.95), rgba(2,11,22,.82)),
      var(--about-bg) center / cover no-repeat;
  }

  .about-hero-copy{
    padding:34px 0 42px;
  }

  .about-hero h1{
    font-size:36px;
    line-height:1.08;
  }

  .about-hero p{
    font-size:14px;
    line-height:1.6;
  }

  .about-hero-points{
    margin-top:22px;
  }

  .about-intro,
  .about-values,
  .about-certificates{
    padding:44px 0;
  }

  .about-intro h2,
  .about-values h2,
  .about-certificates h2{
    font-size:29px;
  }

  .about-intro p,
  .about-certificates .section-head p{
    font-size:14px;
    line-height:1.65;
  }

  .about-numbers{
    grid-template-columns:1fr;
  }

  .about-team-photo{
    border-radius:18px;
  }

  .about-team-photo img{
    height:260px;
    object-fit:cover;
    object-position:center;
  }

  .about-values-grid{
    grid-template-columns:1fr;
  }

  .about-values-grid article{
    padding:20px;
    border-radius:18px;
  }

  .about-cert-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
  }

  .about-cert-card{
    padding:8px;
    border-radius:14px;
  }
}


/* === V29 about page refinements === */
.about-hero{
  min-height:500px;
}

.about-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 520px;
  gap:42px;
  align-items:center;
}

.about-hero-copy{
  max-width:640px;
  padding:58px 0 64px;
}

.about-hero-media{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.about-hero-card{
  width:min(100%, 500px);
  padding:12px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}

.about-hero-card img{
  width:100%;
  display:block;
  border-radius:22px;
  height:auto;
}

.director-layout{
  align-items:start;
}

.director-card{
  position:relative;
  align-self:start;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff, #f7fbff);
  border:1px solid rgba(8,60,130,.10);
  box-shadow:0 24px 76px rgba(4,25,60,.12);
}

.director-photo-wrap{
  padding:14px 14px 0;
}

.director-photo-wrap img{
  width:100%;
  display:block;
  border-radius:22px;
  background:#f3f6fb;
}

.director-card-meta{
  padding:20px 24px 26px;
}

.director-card-meta span{
  display:inline-flex;
  padding:6px 11px;
  border-radius:999px;
  background:#edf5ff;
  color:#0878ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.director-card-meta h3{
  margin:14px 0 6px;
  color:#071225;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:950;
}

.director-card-meta p{
  margin:0;
  color:#66768D;
  font-size:15px;
  font-weight:700;
}

.about-values-premium{
  background:
    radial-gradient(circle at 15% 0%, rgba(8,120,255,.09), transparent 28%),
    linear-gradient(180deg,#fff,#f7fbff 62%, #fff);
}

.about-values-head{
  margin-bottom:26px;
}

.premium-grid{
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}

.premium-value{
  position:relative;
  overflow:hidden;
  padding:28px 26px 26px;
  border-radius:28px;
  border:1px solid rgba(8,60,130,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,251,255,.96));
  box-shadow:0 18px 60px rgba(4,25,60,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.premium-value::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#0878ff,#4aa3ff);
}

.premium-value::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-60px;
  top:-70px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(8,120,255,.14), rgba(8,120,255,0));
}

.premium-value:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 74px rgba(4,25,60,.11);
  border-color:rgba(8,120,255,.18);
}

.premium-value-top{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
  z-index:1;
}

.premium-value-top span{
  color:#b8cbe4;
  font-size:28px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}

.premium-value .about-value-icon{
  margin-bottom:0;
  width:54px;
  height:54px;
  border-radius:17px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38);
}

.value-accuracy .about-value-icon{background:linear-gradient(135deg, rgba(8,120,255,.16), rgba(8,120,255,.045));}
.value-order .about-value-icon{background:linear-gradient(135deg, rgba(79,126,255,.14), rgba(79,126,255,.05));}
.value-control .about-value-icon{background:linear-gradient(135deg, rgba(0,98,220,.17), rgba(0,98,220,.05));}
.value-support .about-value-icon{background:linear-gradient(135deg, rgba(36,150,255,.16), rgba(36,150,255,.05));}

.premium-value h3{
  margin:0 0 12px;
  color:#071225;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.premium-value p{
  margin:0;
  color:#53637B;
  font-size:14px;
  line-height:1.62;
}

.about-cert-card a{display:block; cursor:zoom-in;}
.about-cert-card img{transition:transform .22s ease, box-shadow .22s ease;}
.about-cert-card:hover img{transform:scale(1.02);}

.lightbox{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(2,11,22,.84);
  backdrop-filter:blur(8px);
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease, visibility .22s ease;
  z-index:1200;
}

.lightbox.is-open{opacity:1; visibility:visible;}

.lightbox-stage{
  max-width:min(88vw, 880px);
  max-height:86vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lightbox-stage img{
  max-width:100%;
  max-height:86vh;
  display:block;
  border-radius:18px;
  box-shadow:0 24px 90px rgba(0,0,0,.35);
  background:#fff;
}

.lightbox-close,
.lightbox-nav{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.10);
  color:#fff;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover{background:rgba(255,255,255,.18); transform:translateY(-1px);}

.lightbox-close{
  top:24px; right:24px;
  width:48px; height:48px;
  border-radius:50%;
  font-size:32px; line-height:1;
}

.lightbox-nav{
  top:50%; transform:translateY(-50%);
  width:54px; height:54px;
  border-radius:50%;
  font-size:36px; line-height:1;
}
.lightbox-prev{left:24px;}
.lightbox-next{right:24px;}

@media (max-width:1180px){
  .about-hero-grid{grid-template-columns:1fr; gap:18px;}
  .about-hero-copy{max-width:100%; padding-bottom:16px;}
  .about-hero-media{justify-content:flex-start;}
  .about-hero-card{max-width:620px;}
  .premium-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
}

@media (max-width:640px){
  .about-hero{min-height:0;}
  .about-hero-grid{gap:14px;}
  .about-hero-copy{padding:34px 0 10px;}
  .about-hero-card{padding:8px; border-radius:20px;}
  .about-hero-card img{border-radius:14px;}
  .director-card{border-radius:20px;}
  .director-photo-wrap{padding:10px 10px 0;}
  .director-photo-wrap img{border-radius:16px;}
  .director-card-meta{padding:16px 16px 18px;}
  .director-card-meta h3{font-size:24px;}
  .premium-grid{grid-template-columns:1fr;}
  .premium-value{padding:22px 18px 18px; border-radius:22px;}
  .premium-value-top span{font-size:22px;}
  .lightbox{padding:16px;}
  .lightbox-close{top:14px; right:14px; width:42px; height:42px; font-size:28px;}
  .lightbox-nav{width:42px; height:42px; font-size:28px;}
  .lightbox-prev{left:10px;} .lightbox-next{right:10px;}
}


/* === V30 about page tweaks === */
.about-hero-full{
  min-height:530px;
  background:
    linear-gradient(90deg, rgba(2,11,22,.92) 0%, rgba(2,11,22,.82) 28%, rgba(2,11,22,.56) 50%, rgba(2,11,22,.24) 72%, rgba(2,11,22,.10) 100%),
    radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 34%),
    var(--about-bg) center center / cover no-repeat;
}

.about-hero-full::after{
  background:
    linear-gradient(180deg, rgba(2,11,22,.04), rgba(2,11,22,.18)),
    linear-gradient(0deg, rgba(2,11,22,.12), rgba(2,11,22,.12));
}

.about-hero-grid-simple{
  display:block;
}

.about-hero-copy-simple{
  max-width:670px;
  padding:68px 0 84px;
}

.about-hero-copy-simple p{
  max-width:610px;
}

.director-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:56px;
  align-items:start;
}

.director-card{
  max-width:360px;
  justify-self:end;
  border-radius:26px;
  overflow:hidden;
}

.director-photo-wrap{
  padding:14px 14px 0;
}

.director-photo-wrap img{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  object-position:center top;
  display:block;
  border-radius:20px;
  background:#f2f6fb;
}

.director-card-meta{
  padding:18px 22px 24px;
}

.director-card-meta h3{
  margin-top:12px;
}

@media (max-width:1180px){
  .about-hero-full{
    min-height:500px;
    background:
      linear-gradient(180deg, rgba(2,11,22,.84), rgba(2,11,22,.50)),
      radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 34%),
      var(--about-bg) center center / cover no-repeat;
  }
  .director-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .director-card{
    max-width:420px;
    justify-self:start;
  }
}

@media (max-width:640px){
  .about-hero-full{
    min-height:440px;
    background:
      linear-gradient(180deg, rgba(2,11,22,.88), rgba(2,11,22,.62)),
      radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 34%),
      var(--about-bg) 66% center / cover no-repeat;
  }
  .about-hero-copy-simple{
    padding:34px 0 38px;
    max-width:100%;
  }
  .director-card{
    max-width:none;
    width:100%;
  }
  .director-photo-wrap img{
    aspect-ratio:4 / 5;
  }
}


/* === V31 final about hero + director card === */
.about-hero-final{
  min-height:540px !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg,
      rgba(2,11,22,.94) 0%,
      rgba(2,11,22,.86) 30%,
      rgba(2,11,22,.60) 52%,
      rgba(2,11,22,.26) 74%,
      rgba(2,11,22,.08) 100%),
    radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 36%),
    var(--about-bg) center center / cover no-repeat !important;
}

.about-hero-final::after{
  background:
    linear-gradient(180deg, rgba(2,11,22,.02), rgba(2,11,22,.20)),
    linear-gradient(0deg, rgba(2,11,22,.10), rgba(2,11,22,.10)) !important;
}

.about-hero-final .about-hero-grid{
  display:block !important;
}

.about-hero-final .about-hero-copy{
  max-width:680px !important;
  padding:72px 0 88px !important;
}

.about-hero-final .about-hero-copy p{
  max-width:620px !important;
}

/* Hide any old framed hero media if it remains in markup */
.about-hero-media,
.about-hero-card{
  display:none !important;
}

.director-layout{
  grid-template-columns:minmax(0,1fr) 380px !important;
  gap:58px !important;
  align-items:start !important;
}

.director-card{
  max-width:380px !important;
  justify-self:end !important;
  border-radius:26px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#ffffff,#f7fbff) !important;
  border:1px solid rgba(8,60,130,.10) !important;
  box-shadow:0 24px 76px rgba(4,25,60,.12) !important;
}

.director-photo-wrap{
  padding:14px 14px 0 !important;
}

.director-photo-wrap img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:4 / 5 !important;
  object-fit:cover !important;
  object-position:center top !important;
  display:block !important;
  border-radius:20px !important;
  background:#f2f6fb !important;
}

.director-card-meta{
  padding:18px 22px 24px !important;
}

.director-card-meta h3{
  margin-top:12px !important;
}

@media (max-width:1180px){
  .about-hero-final{
    min-height:500px !important;
    background:
      linear-gradient(180deg, rgba(2,11,22,.86), rgba(2,11,22,.48)),
      radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 36%),
      var(--about-bg) center center / cover no-repeat !important;
  }

  .director-layout{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  .director-card{
    max-width:420px !important;
    justify-self:start !important;
  }
}

@media (max-width:640px){
  .about-hero-final{
    min-height:440px !important;
    background:
      linear-gradient(180deg, rgba(2,11,22,.88), rgba(2,11,22,.62)),
      radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 36%),
      var(--about-bg) 62% center / cover no-repeat !important;
  }

  .about-hero-final .about-hero-copy{
    padding:34px 0 42px !important;
    max-width:100% !important;
  }

  .director-card{
    max-width:none !important;
    width:100% !important;
  }
}


/* === V32 robust about hero image === */
.about-hero-final{
  background-color:#020b16 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}
.about-hero-final::before{content:none !important;}


/* === V33 about hero image from shared link === */
.about-hero-image-section{
  position:relative !important;
  overflow:hidden !important;
  min-height:540px !important;
  display:flex !important;
  align-items:center !important;
  background:#020b16 !important;
}

.about-hero-bg-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  z-index:0 !important;
  display:block !important;
}

.about-hero-gradient{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,
      rgba(2,11,22,.95) 0%,
      rgba(2,11,22,.88) 30%,
      rgba(2,11,22,.62) 52%,
      rgba(2,11,22,.28) 74%,
      rgba(2,11,22,.10) 100%),
    radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 36%),
    linear-gradient(180deg, rgba(2,11,22,.02), rgba(2,11,22,.20));
}

.about-hero-image-section .shell,
.about-hero-image-section .about-hero-grid,
.about-hero-image-section .about-hero-copy{
  position:relative !important;
  z-index:2 !important;
}

.about-hero-image-section .about-hero-grid{
  display:block !important;
}

.about-hero-image-section .about-hero-copy{
  max-width:680px !important;
  padding:72px 0 88px !important;
}

.about-hero-image-section .about-hero-copy p{
  max-width:620px !important;
}

.about-hero-image-section::before,
.about-hero-image-section::after{
  content:none !important;
}

.about-hero-media,
.about-hero-card{
  display:none !important;
}

@media (max-width:1180px){
  .about-hero-image-section{
    min-height:500px !important;
  }
  .about-hero-gradient{
    background:
      linear-gradient(180deg, rgba(2,11,22,.86), rgba(2,11,22,.48)),
      radial-gradient(circle at 18% 18%, rgba(8,120,255,.18), rgba(8,120,255,0) 36%);
  }
}

@media (max-width:640px){
  .about-hero-image-section{
    min-height:440px !important;
  }
  .about-hero-bg-img{
    object-position:62% center !important;
  }
  .about-hero-image-section .about-hero-copy{
    padding:34px 0 42px !important;
    max-width:100% !important;
  }
}


/* === V34 logo/menu final polish === */
.brand-mark{
  background:
    radial-gradient(circle at 50% 50%,
      #063072 0%,
      #074ab4 24%,
      #0878ff 58%,
      #42a9ff 100%) !important;
  filter:drop-shadow(0 8px 18px rgba(8,100,255,.20)) !important;
}

/* slightly tighter menu after removing price link */
.desktop-nav{
  gap:32px !important;
}


/* === V35 project links + gallery lightbox === */
.project-card{
  color:inherit !important;
  text-decoration:none !important;
  cursor:pointer;
}

.project-card:focus-visible{
  outline:3px solid rgba(8,120,255,.55);
  outline-offset:4px;
}

.project-gallery-item{
  cursor:zoom-in;
}

.project-gallery-item::after{
  content:"";
  position:absolute;
  right:14px;
  bottom:14px;
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(2,11,22,.58);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(8px);
  opacity:0;
  transition:opacity .2s ease, transform .2s ease;
}

.project-gallery-item:hover::after{
  opacity:1;
  transform:translateY(-2px);
}


/* === Монтаж ВОЛС: галерея работ и лайтбокс === */
.vols-works {
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 8% 6%, rgba(28, 111, 160, .08), transparent 34%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border-top: 1px solid rgba(15, 42, 63, .08);
  border-bottom: 1px solid rgba(15, 42, 63, .08);
}

.vols-works-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

.vols-works-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #10283c;
}

.vols-works-head p {
  margin: 0;
  color: #526170;
  font-size: 17px;
  line-height: 1.65;
}

.vols-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 14px;
}

.vols-gallery-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #10283c;
  cursor: zoom-in;
  box-shadow: 0 14px 36px rgba(21, 52, 74, .10);
  isolation: isolate;
}

.vols-gallery-item:nth-child(1),
.vols-gallery-item:nth-child(8),
.vols-gallery-item:nth-child(15) {
  grid-column: span 2;
  grid-row: span 2;
}

.vols-gallery-item:nth-child(6),
.vols-gallery-item:nth-child(13) {
  grid-row: span 2;
}

.vols-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.vols-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 18, 29, .78) 100%);
  opacity: .82;
  transition: opacity .3s ease;
  pointer-events: none;
}

.vols-gallery-item:hover img,
.vols-gallery-item:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.vols-gallery-item:hover::after,
.vols-gallery-item:focus-visible::after {
  opacity: 1;
}

.vols-gallery-item:focus-visible {
  outline: 3px solid #1687c6;
  outline-offset: 3px;
}

.vols-gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 26, 40, .72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  pointer-events: none;
}

.vols-gallery-zoom::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.vols-gallery-zoom::after {
  content: "";
  width: 6px;
  height: 2px;
  margin-left: -10px;
  margin-top: 9px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
  border-radius: 2px;
}

.vols-works-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 28px;
  margin-top: 42px;
  align-items: stretch;
}

.vols-copy-main,
.vols-equipment-card {
  border-radius: 20px;
  padding: 34px 36px;
}

.vols-copy-main {
  color: #273a55;
  background: #fff;
  border: 1px solid rgba(18, 55, 80, .10);
  box-shadow: 0 18px 46px rgba(18, 55, 80, .07);
}

.vols-copy-main h3,
.vols-equipment-card h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
}

.vols-copy-main h3 {
  color: #10283c;
}

.vols-copy-main p {
  color: #526170;
}

.vols-copy-main p,
.vols-equipment-card p {
  margin: 0 0 18px;
  line-height: 1.72;
}

.vols-copy-main p:last-child,
.vols-equipment-card p:last-child {
  margin-bottom: 0;
}

.vols-equipment-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 150, 208, .35), transparent 42%),
    linear-gradient(145deg, #0d2b42 0%, #071d2d 100%);
  box-shadow: 0 20px 48px rgba(5, 30, 47, .18);
}

.vols-equipment-card::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
}

.vols-equipment-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8bd3ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vols-equipment-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.vols-equipment-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.48;
}

.vols-equipment-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #092235;
  background: #8bd3ff;
  font-size: 12px;
  font-weight: 900;
}

.vols-equipment-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.vols-equipment-benefits span {
  display: block;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  font-weight: 800;
  line-height: 1.35;
}

.vols-lightbox[hidden] {
  display: none !important;
}

.vols-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 74px;
  align-items: center;
  background: rgba(2, 10, 16, .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vols-lightbox-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 56px 10px 34px;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.vols-lightbox-stage img {
  display: block;
  max-width: min(1380px, 88vw);
  max-height: calc(100vh - 128px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.vols-lightbox-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: min(980px, 86vw);
  margin-top: 14px;
  color: rgba(255, 255, 255, .88);
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

.vols-lightbox-counter {
  flex: 0 0 auto;
  color: #8bd3ff;
  font-weight: 800;
}

.vols-lightbox-close,
.vols-lightbox-nav {
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.vols-lightbox-close:hover,
.vols-lightbox-nav:hover {
  background: rgba(255, 255, 255, .17);
}

.vols-lightbox-close:focus-visible,
.vols-lightbox-nav:focus-visible {
  outline: 2px solid #8bd3ff;
  outline-offset: 3px;
}

.vols-lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.vols-lightbox-nav {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  justify-self: center;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
}

.vols-lightbox-nav:active {
  transform: scale(.96);
}

body.vols-lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .vols-works {
    padding: 70px 0 76px;
  }

  .vols-works-head,
  .vols-works-copy {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vols-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .vols-gallery-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .vols-gallery-item:nth-child(1),
  .vols-gallery-item:nth-child(8),
  .vols-gallery-item:nth-child(15) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 640px) {
  .vols-works {
    padding: 54px 0 60px;
  }

  .vols-works-head {
    margin-bottom: 22px;
  }

  .vols-works-head p {
    font-size: 15px;
  }

  .vols-gallery {
    grid-auto-rows: 148px;
    gap: 8px;
  }

  .vols-gallery-item {
    border-radius: 12px;
  }

  .vols-gallery-item:nth-child(1),
  .vols-gallery-item:nth-child(8),
  .vols-gallery-item:nth-child(15) {
    grid-row: span 2;
  }

  .vols-gallery-zoom {
    right: 8px;
    bottom: 8px;
    padding: 7px 8px;
    font-size: 0;
  }

  .vols-gallery-zoom::before {
    width: 13px;
    height: 13px;
  }

  .vols-copy-main,
  .vols-equipment-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .vols-equipment-benefits {
    grid-template-columns: 1fr;
  }

  .vols-lightbox {
    grid-template-columns: 1fr;
  }

  .vols-lightbox-nav {
    display: none;
  }

  .vols-lightbox-stage {
    padding: 62px 12px 28px;
  }

  .vols-lightbox-stage img {
    max-width: 94vw;
    max-height: calc(100vh - 150px);
    border-radius: 7px;
  }

  .vols-lightbox-caption {
    max-width: 92vw;
    align-items: flex-start;
    font-size: 13px;
  }

  .vols-lightbox-close {
    top: 12px;
    right: 12px;
  }
}
