/*
Theme Name: V18 O Kompanii V4
Theme URI: https://energobazis.kz/
Author: ChatGPT
Description: Современная тема WordPress для ЭнергоБазис: светлый industrial-дизайн, синий/голубой стиль, анимация энергетического тока.
Version: 2.5.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: energobazis-modern
*/

:root{
  --blue:#0057ff;
  --blue2:#2fa8ff;
  --navy:#071b3a;
  --text:#1b2d45;
  --muted:#667792;
  --bg:#ffffff;
  --soft:#f4f8ff;
  --line:#dbe8ff;
  --shadow:0 18px 50px rgba(7,27,58,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.eb-container{width:min(1560px,calc(100% - 80px));margin:0 auto}
.eb-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,232,255,.8)}
.eb-header__inner{height:92px;display:flex;align-items:center;gap:32px;justify-content:space-between}
.eb-logo{display:flex;align-items:center;gap:12px;font-weight:900;color:#0b2b5e;letter-spacing:.2px}.eb-logo__mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue2));display:grid;place-items:center;color:#fff;font-size:28px;box-shadow:0 12px 28px rgba(0,87,255,.22)}.eb-logo__title{font-size:27px;line-height:1}.eb-logo__title span{color:#4aaeff}.eb-logo__sub{font-size:10px;text-transform:uppercase;color:#6d7f96;margin-top:4px;letter-spacing:.45px}
.eb-nav{display:flex;align-items:center;gap:32px;font-weight:700;color:#071b3a;font-size:15px}.eb-nav a{position:relative}.eb-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-33px;height:3px;background:var(--blue);transform:scaleX(0);transition:.25s}.eb-nav a:hover:after,.eb-nav a:first-child:after{transform:scaleX(1)}
.eb-head-actions{display:flex;align-items:center;gap:18px}.eb-phone{font-weight:800;color:#071b3a;font-size:15px}.eb-callback{font-size:13px;color:#0057ff;display:block;text-align:right}.eb-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:10px;padding:16px 27px;background:#0057ff;color:#fff;font-weight:800;box-shadow:0 14px 28px rgba(0,87,255,.25);transition:.25s;cursor:pointer}.eb-btn:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(0,87,255,.32)}.eb-btn--outline{background:#fff;color:#0057ff;border:1px solid rgba(0,87,255,.35);box-shadow:none}.eb-btn--outline:hover{background:#f2f7ff}.eb-mobile{display:none;background:none;border:0;font-size:30px;color:#071b3a}
.eb-hero{position:relative;min-height:640px;overflow:hidden;background:#eef6ff}.eb-hero__bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 25%,rgba(255,255,255,.20) 48%,rgba(255,255,255,0) 100%),url('assets/images/hero-banner.png');background-size:cover;background-position:center right}.eb-hero__circuit{position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0%,transparent 42%,rgba(92,190,255,.26) 45%,transparent 48%),linear-gradient(165deg,transparent 0%,transparent 66%,rgba(0,87,255,.22) 69%,transparent 73%);opacity:.75}.eb-hero__pulse{position:absolute;inset:0;pointer-events:none;overflow:hidden}.eb-hero__pulse span{position:absolute;height:2px;width:360px;background:linear-gradient(90deg,transparent,rgba(68,190,255,.95),transparent);filter:drop-shadow(0 0 12px #33b7ff);animation:currentFlow 5.5s linear infinite;transform:rotate(-15deg)}.eb-hero__pulse span:nth-child(1){top:170px;right:-180px;animation-delay:0s}.eb-hero__pulse span:nth-child(2){top:260px;right:18%;animation-delay:1.4s;width:260px}.eb-hero__pulse span:nth-child(3){top:435px;right:5%;animation-delay:2.8s;width:310px}.eb-hero__pulse span:nth-child(4){top:120px;left:44%;animation-delay:3.6s;width:220px}@keyframes currentFlow{0%{transform:translateX(-120px) rotate(-15deg);opacity:0}12%{opacity:1}100%{transform:translateX(680px) rotate(-15deg);opacity:0}}
.eb-hero__inner{position:relative;z-index:2;min-height:640px;display:grid;grid-template-columns: minmax(420px,640px) 1fr;align-items:center;gap:40px}.eb-kicker{color:#0057ff;text-transform:uppercase;font-weight:900;font-size:14px;letter-spacing:.05em;margin-bottom:22px}.eb-title{font-size:58px;line-height:1.08;color:#071b3a;margin:0 0 24px;font-weight:950;letter-spacing:-1.8px;text-transform:uppercase}.eb-title span{display:block;color:#0057ff}.eb-lead{font-size:18px;color:#243751;max-width:550px;margin:0 0 34px}.eb-hero__buttons{display:flex;gap:18px;flex-wrap:wrap}.eb-hero__card{justify-self:end;width:250px;background:rgba(255,255,255,.92);border:1px solid rgba(219,232,255,.9);border-radius:18px;padding:20px 24px;box-shadow:var(--shadow);backdrop-filter:blur(12px);animation:floatCard 4.5s ease-in-out infinite}.eb-stat{display:grid;grid-template-columns:45px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #e8f0ff}.eb-stat:last-child{border-bottom:0}.eb-stat__icon{width:39px;height:39px;border:1px solid rgba(0,87,255,.22);border-radius:12px;display:grid;place-items:center;color:#0057ff;font-size:21px}.eb-stat strong{display:block;font-size:29px;color:#071b3a;line-height:1}.eb-stat span{font-size:13px;color:#44546c}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.eb-section{padding:78px 0}.eb-section--soft{background:linear-gradient(180deg,#f8fbff,#fff)}.eb-section__head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.eb-subtitle{font-size:13px;color:#0057ff;text-transform:uppercase;font-weight:900;letter-spacing:.05em}.eb-h2{font-size:34px;line-height:1.18;color:#071b3a;margin:8px 0 0;font-weight:950}.eb-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.eb-service{background:#fff;border:1px solid #dfeaff;border-radius:16px;padding:28px 23px 22px;min-height:205px;box-shadow:0 10px 30px rgba(7,27,58,.04);transition:.28s;position:relative;overflow:hidden}.eb-service:before{content:"";position:absolute;inset:auto -30px -50px auto;width:120px;height:120px;border-radius:999px;background:rgba(0,87,255,.07);transition:.28s}.eb-service:hover{transform:translateY(-8px);border-color:rgba(0,87,255,.35);box-shadow:0 18px 42px rgba(0,87,255,.12)}.eb-service:hover:before{transform:scale(1.5)}.eb-ico{width:52px;height:52px;border:1px solid rgba(0,87,255,.28);border-radius:14px;display:grid;place-items:center;font-size:28px;color:#0057ff;margin-bottom:18px}.eb-service h3{font-size:16px;line-height:1.28;margin:0 0 12px;color:#071b3a;min-height:62px}.eb-service p{font-size:13px;color:#5f7088;margin:0;line-height:1.45}.eb-arrow{position:absolute;right:20px;bottom:18px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,87,255,.35);display:grid;place-items:center;color:#0057ff;font-weight:900}
.eb-why{background:linear-gradient(180deg,#f4f8ff,#ffffff);border:1px solid #e3edff;border-radius:20px;padding:28px 34px;display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.eb-why__item{display:grid;grid-template-columns:60px 1fr;gap:15px;align-items:center;border-right:1px solid #dce8fb}.eb-why__item:last-child{border-right:0}.eb-why__item .eb-ico{margin:0;width:54px;height:54px}.eb-why strong{color:#0057ff;font-size:19px;display:block}.eb-why span{font-size:13px;color:#5f7088}
.eb-projects{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.eb-project{border:1px solid #dfeaff;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(7,27,58,.05);transition:.25s}.eb-project:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(7,27,58,.12)}.eb-project__img{height:165px;background:linear-gradient(135deg,#cbdcf3,#87b5e9);position:relative;overflow:hidden}.eb-project__img:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(0,87,255,.35));}.eb-project:nth-child(1) .eb-project__img{background-image:url('assets/images/hero-banner.png');background-size:cover;background-position:center}.eb-project:nth-child(2) .eb-project__img{background-image:url('assets/images/hero-banner.png');background-size:cover;background-position:right center}.eb-project:nth-child(3) .eb-project__img{background:linear-gradient(135deg,#213a5d,#8fb7e8)}.eb-project:nth-child(4) .eb-project__img{background:linear-gradient(135deg,#9bbbe7,#d4e8ff)}.eb-project__body{padding:18px 18px 20px}.eb-project__tag{display:inline-flex;background:#eef5ff;color:#0057ff;font-weight:800;font-size:12px;border-radius:99px;padding:5px 10px;margin-bottom:9px}.eb-project h3{margin:0;color:#071b3a;font-size:18px;line-height:1.25}.eb-brands{display:flex;align-items:center;gap:52px;overflow:hidden;border-top:1px solid #edf3ff;border-bottom:1px solid #edf3ff;padding:26px 0}.eb-brand-track{display:flex;gap:62px;align-items:center;animation:brandMove 18s linear infinite;white-space:nowrap}.eb-brand{font-size:24px;font-weight:950;color:#1a3150;opacity:.9}.eb-brand:nth-child(odd){color:#0057ff}@keyframes brandMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.eb-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;position:relative}.eb-step{text-align:left;position:relative}.eb-step__num{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #dce8ff;color:#0057ff;font-weight:900;margin-bottom:15px;box-shadow:0 10px 28px rgba(0,87,255,.08)}.eb-step h3{font-size:16px;color:#071b3a;margin:0 0 8px}.eb-step p{font-size:13px;color:#63738b;margin:0}
.eb-footer{background:#061833;color:#fff;padding:54px 0 24px;position:relative;overflow:hidden}.eb-footer:before{content:"";position:absolute;right:0;top:0;bottom:0;width:42%;background:radial-gradient(circle at 40% 40%,rgba(47,168,255,.25),transparent 45%)}.eb-footer__grid{position:relative;display:grid;grid-template-columns:1.1fr .8fr 1.2fr;gap:54px}.eb-footer h3{margin:0 0 16px}.eb-footer p,.eb-footer a{color:#c6d4ea}.eb-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.eb-form textarea{grid-column:span 2;min-height:70px}.eb-form input,.eb-form textarea{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:9px;color:#fff;padding:13px}.eb-form button{grid-column:span 2}.eb-copy{position:relative;border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;color:#9fb0c9;font-size:13px}
.eb-socials{display:flex;align-items:center;gap:14px;margin-top:18px}
.eb-social{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:800;font-size:22px;transition:.25s}
.eb-social:hover{transform:translateY(-2px);background:rgba(47,168,255,.18);border-color:rgba(47,168,255,.35)}
.eb-social--in span{font-size:17px;letter-spacing:-.5px}
.eb-social--tg span{font-size:20px;transform:translateX(-1px)}

.eb-contact-list{list-style:disc;padding-left:20px;margin:0;display:grid;gap:14px;color:#c6d4ea}
.eb-contact-list li{line-height:1.55}
.eb-contact-list a{color:#c6d4ea}
.eb-contact-label{font-weight:700;color:#fff}
.eb-contact-cont{display:inline-block;margin-left:64px}

.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1180px){.eb-nav{display:none}.eb-mobile{display:block}.eb-grid{grid-template-columns:repeat(3,1fr)}.eb-why{grid-template-columns:repeat(2,1fr)}.eb-why__item{border-right:0}.eb-projects{grid-template-columns:repeat(2,1fr)}.eb-hero__inner{grid-template-columns:1fr}.eb-hero__card{justify-self:start}.eb-title{font-size:48px}}
@media(max-width:760px){.eb-container{width:min(100% - 32px,1560px)}.eb-header__inner{height:76px}.eb-logo__title{font-size:22px}.eb-head-actions{display:none}.eb-hero,.eb-hero__inner{min-height:720px}.eb-hero__bg{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 46%,rgba(255,255,255,.55) 100%),url('assets/images/hero-banner.png');background-position:center bottom}.eb-title{font-size:34px}.eb-lead{font-size:16px}.eb-hero__card{width:100%;}.eb-grid,.eb-projects,.eb-steps,.eb-footer__grid{grid-template-columns:1fr}.eb-why{grid-template-columns:1fr;padding:24px}.eb-section{padding:54px 0}.eb-section__head{display:block}.eb-form{grid-template-columns:1fr}.eb-form textarea,.eb-form button{grid-column:auto}}


/* === V1.1: closer to approved mockup proportions === */
.eb-container{width:min(1580px,calc(100% - 120px));}
.eb-header__inner{height:86px;}
.eb-logo__mark{width:40px;height:40px;font-size:26px;}
.eb-logo__title{font-size:24px;letter-spacing:.1px;}
.eb-nav{gap:30px;font-size:14px;}
.eb-head-actions .eb-btn{padding:13px 22px;border-radius:7px;font-size:14px;}
.eb-hero{min-height:520px;}
.eb-hero__bg{background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 25%,rgba(255,255,255,.38) 49%,rgba(255,255,255,0) 72%),url('assets/images/hero-banner.png');background-position:center right;}
.eb-hero__inner{min-height:520px;grid-template-columns:minmax(520px,760px) 1fr;gap:55px;}
.eb-kicker{font-size:13px;margin-bottom:16px;}
.eb-title{font-size:48px;line-height:1.12;letter-spacing:-1.1px;max-width:740px;margin-bottom:22px;}
.eb-title span{display:inline;color:#0057ff;}
.eb-lead{font-size:16px;line-height:1.7;max-width:520px;margin-bottom:28px;}
.eb-hero__buttons .eb-btn{min-width:190px;height:54px;padding:0 26px;border-radius:8px;}
.eb-hero__card{width:225px;margin-right:26px;border-radius:16px;padding:16px 21px;}
.eb-stat{grid-template-columns:40px 1fr;padding:14px 0;gap:12px;}
.eb-stat__icon{width:36px;height:36px;font-size:19px;}
.eb-stat strong{font-size:26px;}
.eb-stat span{font-size:12px;}
.eb-section{padding:48px 0;}
.eb-grid{gap:18px;}
.eb-service{min-height:190px;padding:24px 20px 20px;}
@media(max-width:1180px){.eb-title{font-size:44px}.eb-hero__inner{grid-template-columns:1fr}.eb-hero__card{margin-right:0}}
@media(max-width:760px){.eb-container{width:min(100% - 32px,1560px)}.eb-hero,.eb-hero__inner{min-height:680px}.eb-title{font-size:34px}.eb-title span{display:block}}


/* === V1.2: align advantages block text === */
.eb-why{
  align-items: stretch;
}
.eb-why__item{
  align-items: flex-start !important;
  grid-template-columns: 56px minmax(0,1fr) !important;
  min-height: 82px;
  padding-top: 2px;
}
.eb-why__item .eb-ico{
  margin-top: 2px !important;
  flex-shrink: 0;
}
.eb-why__item > div:last-child{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:72px;
}
.eb-why strong{
  display:block;
  min-height: 42px;
  line-height: 1.15 !important;
  margin:0 0 4px 0;
}
.eb-why span{
  display:block;
  line-height:1.45 !important;
  margin:0;
}
@media(max-width:760px){
  .eb-why strong{min-height:auto;}
  .eb-why__item > div:last-child{min-height:auto;}
}


/* Partners text grid */
.eb-partners{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:center}
.eb-partners span{min-height:74px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid #dfeaff;border-radius:16px;color:#071b3a;font-size:22px;font-weight:950;letter-spacing:-.02em;box-shadow:0 10px 28px rgba(7,27,58,.04);transition:.25s}
.eb-partners span:hover{transform:translateY(-4px);border-color:#9dc2ff;box-shadow:0 18px 42px rgba(0,87,255,.12);color:#0057ff}
@media (max-width: 980px){.eb-partners{grid-template-columns:repeat(2,1fr)}.eb-partners span{font-size:18px}}
@media (max-width: 560px){.eb-partners{grid-template-columns:1fr}}


/* === V1.5: improved mobile adaptation === */
.eb-mobile.is-open{color:#0057ff}
@media (max-width:1180px){
  .eb-nav{
    display:none;
  }
  .eb-nav.is-open{
    display:flex;
    position:absolute;
    top:76px;
    left:16px;
    right:16px;
    flex-direction:column;
    gap:18px;
    padding:18px 20px 22px;
    background:rgba(255,255,255,.98);
    border:1px solid #dfeaff;
    border-radius:16px;
    box-shadow:0 20px 40px rgba(7,27,58,.12);
    z-index:55;
  }
  .eb-nav a:after{bottom:-8px}
}
@media (max-width:760px){
  .eb-header__inner{height:72px;gap:16px;position:relative}
  .eb-logo{gap:10px;min-width:0}
  .eb-logo__mark{width:34px;height:34px;font-size:22px;border-radius:10px}
  .eb-logo__title{font-size:18px}
  .eb-logo__sub{display:none}
  .eb-hero{min-height:auto;padding:26px 0 24px}
  .eb-hero__inner{min-height:auto;grid-template-columns:1fr;gap:22px;align-items:start}
  .eb-hero__bg{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 36%,rgba(255,255,255,.50) 100%),url('assets/images/hero-banner.png');background-position:68% bottom}
  .eb-kicker{font-size:12px;margin-bottom:12px}
  .eb-title{font-size:31px;line-height:1.1;letter-spacing:-.6px;margin-bottom:16px;max-width:100%}
  .eb-title span{display:block}
  .eb-lead{font-size:15px;line-height:1.6;margin-bottom:20px;max-width:100%}
  .eb-hero__buttons{gap:12px;flex-direction:column}
  .eb-hero__buttons .eb-btn{width:100%;min-width:0;height:50px}
  .eb-hero__card{width:100%;padding:14px 16px;border-radius:16px;margin:0;justify-self:stretch}
  .eb-stat strong{font-size:24px}
  .eb-stat span{font-size:12px}
  .eb-section{padding:40px 0}
  .eb-h2{font-size:26px}
  .eb-grid{grid-template-columns:1fr;gap:14px}
  .eb-service{min-height:auto;padding:20px 18px 18px}
  .eb-service h3{min-height:auto;font-size:16px}
  .eb-service p{padding-right:34px}
  .eb-why{padding:18px;gap:16px}
  .eb-why__item{grid-template-columns:52px 1fr !important;min-height:auto;padding:0 0 12px;border-bottom:1px solid #e8f0ff}
  .eb-why__item:last-child{border-bottom:0;padding-bottom:0}
  .eb-why__item .eb-ico{width:48px;height:48px}
  .eb-projects{grid-template-columns:1fr;gap:16px}
  .eb-project__img{height:180px}
  .eb-partners{grid-template-columns:repeat(2,1fr);gap:12px}
  .eb-partners span{min-height:62px;font-size:16px;padding:10px;border-radius:14px}
  .eb-steps{grid-template-columns:1fr;gap:18px}
  .eb-step{padding:16px 16px 12px;border:1px solid #e3edff;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(7,27,58,.04)}
  .eb-footer{padding:40px 0 22px}
  .eb-footer__grid{grid-template-columns:1fr;gap:24px}
  .eb-form{grid-template-columns:1fr}
  .eb-form textarea,.eb-form button{grid-column:auto}
  .eb-contact-cont{margin-left:0;display:block}
  .eb-socials{gap:10px;flex-wrap:wrap}
  .eb-social{width:40px;height:40px;border-radius:12px;font-size:19px}
}
@media (max-width:420px){
  .eb-container{width:calc(100% - 24px)}
  .eb-title{font-size:28px}
  .eb-h2{font-size:23px}
  .eb-partners{grid-template-columns:1fr}
}


/* === V1.6: requested refinements === */
.eb-socials{gap:12px;flex-wrap:wrap}
.eb-social{width:42px;height:42px;border-radius:12px;font-size:20px}
.eb-social--in span{font-size:16px;font-weight:900}
.eb-social--tg span{font-size:18px}
.eb-social--yt span{font-size:17px;transform:translateX(1px)}

.eb-contact-list{display:grid;gap:12px;padding-left:22px;margin:0}
.eb-contact-list li{line-height:1.6}
.eb-contact-label{display:inline-block;min-width:56px}
.eb-contact-cont{display:block;margin-left:56px}

.eb-why{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.eb-why__item{grid-template-columns:54px minmax(0,1fr)!important;gap:12px;min-height:88px;padding-right:14px}
.eb-why__item>div:last-child{min-height:74px}
.eb-why strong{font-size:18px;min-height:40px;line-height:1.16!important}
.eb-why span{font-size:12px;line-height:1.42!important}

.eb-brands{display:flex;align-items:center;overflow:hidden;border:1px solid #e3edff;border-radius:18px;background:#fff;padding:18px 0;box-shadow:0 10px 30px rgba(7,27,58,.04)}
.eb-brand-track{display:flex;gap:38px;align-items:center;min-width:max-content;animation:brandMoveLeft 28s linear infinite;white-space:nowrap;padding:0 24px}
.eb-brand{font-size:18px;font-weight:800;line-height:1;color:#1a3150;opacity:.95}
.eb-brand:nth-child(odd){color:#0057ff}
.eb-brand:nth-child(even){color:#2fa8ff}
@keyframes brandMoveLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.eb-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;position:relative}
.eb-step{padding:22px 18px 18px;border:1px solid #dfeaff;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(7,27,58,.04);position:relative;overflow:visible}
.eb-step:after{content:'➜';position:absolute;right:-16px;top:34px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0057ff;border:1px solid #dce8ff;box-shadow:0 8px 20px rgba(0,87,255,.10);font-size:16px;font-weight:900;z-index:2}
.eb-step:last-child:after{display:none}
.eb-step__num{margin-bottom:14px;background:linear-gradient(135deg,#0057ff,#2fa8ff);color:#fff;border:none;box-shadow:0 12px 24px rgba(0,87,255,.20)}
.eb-step h3{font-size:17px;margin:0 0 8px}
.eb-step p{font-size:13px;line-height:1.5}

@media (max-width:1180px){
  .eb-why{grid-template-columns:repeat(2,1fr)}
  .eb-step:after{display:none}
  .eb-steps{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:760px){
  .eb-contact-label{min-width:52px}
  .eb-contact-cont{margin-left:52px}
  .eb-why{grid-template-columns:1fr;gap:14px}
  .eb-why__item{min-height:auto;padding-right:0}
  .eb-why strong{min-height:auto}
  .eb-why span{font-size:13px}
  .eb-brands{padding:14px 0;border-radius:14px}
  .eb-brand-track{gap:24px;animation-duration:22s}
  .eb-brand{font-size:15px}
  .eb-steps{grid-template-columns:1fr;gap:14px}
  .eb-step:after{display:none}
}


/* === V1.7: footer embedded directly into front page === */
.eb-footer-embedded{
  background:linear-gradient(135deg,#061833 0%,#08234b 58%,#0057ff 160%);
  color:#fff;
  padding:58px 0 22px;
  position:relative;
  overflow:hidden;
}
.eb-footer-embedded:before{
  content:"";
  position:absolute;
  right:-10%;
  top:-40%;
  width:55%;
  height:140%;
  background:radial-gradient(circle,rgba(47,168,255,.34),transparent 55%);
}
.eb-footer-embedded__grid{
  position:relative;
  display:grid;
  grid-template-columns:1.2fr .65fr .9fr 1fr;
  gap:44px;
  align-items:start;
}
.eb-footer-logo{display:flex;gap:12px;align-items:center;margin-bottom:18px}
.eb-footer-logo__mark{
  width:42px;height:42px;border-radius:12px;
  background:linear-gradient(135deg,#0057ff,#2fa8ff);
  display:grid;place-items:center;font-size:27px;font-weight:900;
}
.eb-footer-logo strong{display:block;font-size:24px;line-height:1;letter-spacing:.2px}
.eb-footer-logo strong span{color:#4aaeff}
.eb-footer-logo small{display:block;color:#b9cce8;font-size:11px;text-transform:uppercase;margin-top:5px}
.eb-footer-embedded p,.eb-footer-embedded a{color:#c6d4ea}
.eb-footer-embedded h3{margin:0 0 18px;color:#fff;font-size:22px}
.eb-footer-menu,.eb-footer-contacts{margin:0;padding-left:19px;display:grid;gap:11px}
.eb-footer-menu li,.eb-footer-contacts li{color:#c6d4ea;line-height:1.55}
.eb-footer-contacts span{color:#fff;font-weight:800}
.eb-footer-cta{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:24px}
.eb-footer-cta .eb-btn{margin-top:10px;box-shadow:none}
.eb-socials--footer .eb-social{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff}
.eb-footer-bottom{position:relative;border-top:1px solid rgba(255,255,255,.14);margin-top:42px;padding-top:18px;color:#9fb0c9;font-size:13px}
@media(max-width:980px){.eb-footer-embedded__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){
  .eb-footer-embedded{padding:42px 0 20px}
  .eb-footer-embedded__grid{grid-template-columns:1fr;gap:26px}
  .eb-footer-logo strong{font-size:21px}
  .eb-footer-embedded h3{font-size:20px}
}


/* === V1.8: compact refined footer === */
.eb-footer-embedded{padding:34px 0 16px;background:linear-gradient(135deg,#04162f 0%,#082754 72%,#0a3e8c 140%)}
.eb-footer-embedded:before{right:-15%;top:-55%;width:45%;height:130%;background:radial-gradient(circle,rgba(47,168,255,.20),transparent 56%)}
.eb-footer-embedded__grid{grid-template-columns:1.15fr .7fr 1fr;gap:28px}
.eb-footer-logo{margin-bottom:12px;gap:10px}
.eb-footer-logo__mark{width:34px;height:34px;border-radius:10px;font-size:20px}
.eb-footer-logo strong{font-size:20px;font-weight:700}
.eb-footer-logo small{font-size:10px;letter-spacing:.4px;margin-top:3px}
.eb-footer-embedded p{font-size:14px;line-height:1.55;margin:0 0 14px;max-width:360px}
.eb-footer-embedded h3{font-size:17px;font-weight:600;margin:4px 0 12px}
.eb-footer-menu,.eb-footer-contacts{gap:8px;padding-left:17px}
.eb-footer-menu li,.eb-footer-contacts li{font-size:14px;line-height:1.5}
.eb-footer-menu a,.eb-footer-contacts a{font-weight:400}
.eb-footer-contacts span{font-weight:600}
.eb-socials--footer{gap:10px;margin-top:8px}
.eb-socials--footer .eb-social{width:36px;height:36px;border-radius:10px;font-size:17px;background:rgba(255,255,255,.08)}
.eb-footer-bottom{margin-top:24px;padding-top:12px;font-size:12px}
@media(max-width:980px){.eb-footer-embedded__grid{grid-template-columns:1fr 1fr}.eb-footer-embedded p{max-width:none}}
@media(max-width:620px){.eb-footer-embedded{padding:28px 0 14px}.eb-footer-embedded__grid{grid-template-columns:1fr;gap:18px}.eb-footer-logo strong{font-size:18px}.eb-footer-embedded h3{font-size:16px}.eb-socials--footer .eb-social{width:34px;height:34px}}


/* === V1.9: footer final text update === */
.eb-footer-logo{margin-bottom:8px}
.eb-footer-logo strong{font-size:22px;font-weight:700;letter-spacing:.2px}
.eb-footer-logo strong span{color:#69b1ff}
.eb-footer-embedded p{display:none}
.eb-footer-menu,.eb-footer-contacts{padding-left:18px}
.eb-footer-contacts li a + a{display:block;margin-top:4px}


/* === V2.0 final homepage redesign === */
.eb-hero-final{
  min-height:460px;
  background:#f5faff;
}
.eb-hero-final .eb-hero__bg{
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 31%,rgba(255,255,255,.26) 57%,rgba(255,255,255,0) 100%),
    url('assets/images/hero-banner.png');
  background-size:cover;
  background-position:center right;
  filter:saturate(1.08) brightness(1.12);
}
.eb-hero-final:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 34%,rgba(47,168,255,.26),transparent 34%),
    linear-gradient(120deg,transparent 45%,rgba(0,87,255,.14),transparent 72%);
  pointer-events:none;
}
.eb-hero-final__inner{
  min-height:460px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:2;
}
.eb-hero-final__content{max-width:720px}
.eb-title-final{
  font-size:48px;
  line-height:1.12;
  letter-spacing:-1px;
  margin:0 0 18px;
  color:#061b3d;
  text-transform:none;
}
.eb-lead-final{
  max-width:620px;
  font-size:16px;
  line-height:1.55;
  color:#21385b;
  margin-bottom:22px;
}
.eb-hero-benefits{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:780px;
  border:1px solid rgba(0,87,255,.18);
  background:rgba(255,255,255,.64);
  backdrop-filter:blur(12px);
  border-radius:14px;
  overflow:hidden;
}
.eb-hero-benefits div{
  padding:16px 18px;
  border-right:1px solid rgba(0,87,255,.18);
}
.eb-hero-benefits div:last-child{border-right:0}
.eb-hero-benefits b{
  display:block;
  color:#071b3a;
  font-size:14px;
  margin-bottom:4px;
}
.eb-hero-benefits span{
  display:block;
  color:#435879;
  font-size:12px;
  line-height:1.35;
}

.eb-products-final{padding:34px 0 28px}
.eb-products-layout{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:28px;
  align-items:stretch;
}
.eb-products-side{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:8px 0;
}
.eb-link-more{color:#0057ff;font-weight:800}
.eb-products-grid-final{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.eb-product-card{
  position:relative;
  background:#fff;
  border:1px solid #dfeaff;
  border-radius:14px;
  padding:16px 16px 18px;
  min-height:210px;
  box-shadow:0 12px 30px rgba(7,27,58,.05);
  transition:.25s;
}
.eb-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(0,87,255,.12)}
.eb-product-card__media{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#f4f8ff,#fff);
  border-radius:11px;
  margin-bottom:12px;
}
.eb-product-card__media span{font-size:34px}
.eb-product-card h3{
  color:#071b3a;
  font-size:14px;
  line-height:1.18;
  margin:0 0 8px;
}
.eb-product-card p{
  color:#4a5f7c;
  font-size:12px;
  line-height:1.35;
  margin:0;
}
.eb-product-arrow{
  position:absolute;
  right:14px;
  bottom:12px;
  color:#0057ff;
  font-weight:900;
}

.eb-work-final{
  background:#f7fbff;
  border-top:1px solid #e4eeff;
  border-bottom:1px solid #e4eeff;
  padding:20px 0;
}
.eb-work-layout{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:26px;
  align-items:center;
}
.eb-work-title h2{
  margin:0;
  color:#071b3a;
  font-size:26px;
  line-height:1.1;
}
.eb-work-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.eb-work-step{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:10px;
  align-items:start;
}
.eb-work-step:after{
  content:"→";
  position:absolute;
  right:-14px;
  top:18px;
  color:#8ea6ca;
  font-size:22px;
}
.eb-work-step:last-child:after{display:none}
.eb-work-step span{
  width:42px;height:42px;border-radius:10px;
  display:grid;place-items:center;
  background:#eaf3ff;color:#0057ff;
  font-weight:900;
}
.eb-work-step b{display:block;color:#071b3a;font-size:13px;line-height:1.2}
.eb-work-step p{grid-column:2;margin:0;color:#566985;font-size:11px;line-height:1.35}

.eb-partner-line{
  background:#fff;
  border-bottom:1px solid #e4eeff;
  padding:13px 0;
  overflow:hidden;
}
.eb-partner-line__inner{
  display:flex;
  align-items:center;
  gap:24px;
}
.eb-partner-line strong{
  flex:0 0 auto;
  color:#071b3a;
  font-size:17px;
}
.eb-brand-ticker{overflow:hidden;flex:1}
.eb-brand-track{
  display:flex;
  align-items:center;
  gap:32px;
  min-width:max-content;
  animation:brandMoveLeft 28s linear infinite;
}
.eb-brand-track span{
  font-size:16px;
  font-weight:800;
  white-space:nowrap;
}
.eb-brand-track span:nth-child(odd){color:#0057ff}
.eb-brand-track span:nth-child(even){color:#2fa8ff}

.eb-footer-final{
  background:linear-gradient(135deg,#061833 0%,#08254f 58%,#0057ff 160%);
  padding:34px 0 18px;
}
.eb-footer-final__grid{
  display:grid;
  grid-template-columns:1.05fr .75fr 1.6fr;
  gap:44px;
  align-items:start;
}
.eb-footer-final h3{font-size:16px;font-weight:700;margin:0 0 13px}
.eb-footer-logo strong{
  font-size:25px;
  font-weight:800;
  color:#69b1ff;
}
.eb-socials--footer{margin-top:18px;gap:10px}
.eb-socials--footer .eb-social{
  width:36px;height:36px;border-radius:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
}
.eb-footer-menu-final{
  columns:1;
  gap:7px;
  padding-left:16px;
}
.eb-footer-menu-final li{font-size:13px}
.eb-footer-contact-columns{
  display:grid;
  grid-template-columns:.8fr .9fr 1.5fr;
  gap:26px;
}
.eb-footer-contact-columns b{
  display:block;
  color:#fff;
  font-size:13px;
  margin-bottom:9px;
}
.eb-footer-contact-columns a,
.eb-footer-contact-columns span{
  display:block;
  color:#c6d4ea;
  font-size:13px;
  line-height:1.6;
}
.eb-footer-bottom-final{
  border:0;
  margin-top:14px;
  padding:0;
  font-size:12px;
}
@media(max-width:1180px){
  .eb-products-grid-final{grid-template-columns:repeat(3,1fr)}
  .eb-work-steps{grid-template-columns:repeat(2,1fr)}
  .eb-work-step:after{display:none}
  .eb-footer-final__grid{grid-template-columns:1fr 1fr}
  .eb-footer-contact-columns{grid-template-columns:1fr}
}
@media(max-width:760px){
  .eb-hero-final,.eb-hero-final__inner{min-height:auto}
  .eb-hero-final{padding:40px 0 28px}
  .eb-title-final{font-size:32px}
  .eb-hero-benefits{grid-template-columns:1fr}
  .eb-hero-benefits div{border-right:0;border-bottom:1px solid rgba(0,87,255,.18)}
  .eb-products-layout,.eb-work-layout{grid-template-columns:1fr}
  .eb-products-grid-final{grid-template-columns:1fr}
  .eb-work-steps{grid-template-columns:1fr}
  .eb-partner-line__inner{display:block}
  .eb-partner-line strong{display:block;margin-bottom:10px}
  .eb-footer-final__grid{grid-template-columns:1fr;gap:24px}
  .eb-footer-contact-columns{gap:14px}
}


/* === V2.1 exact homepage version matching approved screenshot === */
.eb-v14-body{background:#fff;color:#0b1f54}
.eb14-container{width:min(1660px,calc(100% - 48px));margin:0 auto}
.eb14-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #edf2fb}
.eb14-header__inner{height:60px;display:grid;grid-template-columns:380px 1fr auto;align-items:center;gap:18px}
.eb14-logo img{height:30px;width:auto;display:block}
.eb14-nav{display:flex;justify-content:center;align-items:center;gap:18px;font-size:14px;font-weight:600}
.eb14-nav a{color:#111;text-decoration:none;padding:19px 4px 16px;border-bottom:3px solid transparent}
.eb14-nav a.is-active,.eb14-nav .current-menu-item>a,.eb14-nav a:hover{color:#0057ff;border-color:#2a66ff}
.eb14-topcontacts{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:500;white-space:nowrap}
.eb14-topcontacts a{color:#1d2b4f;text-decoration:none}
.eb14-mobile{display:none;background:none;border:0;font-size:28px}

.eb14-main{overflow:hidden}
.eb14-hero{position:relative;min-height:364px;background:linear-gradient(180deg,#f4f9ff 0%,#ffffff 100%);border-bottom:1px solid #e6eefb}
.eb14-hero__inner{position:relative;z-index:2;min-height:364px;display:flex;align-items:center}
.eb14-hero__content{max-width:460px;padding:28px 0 100px}
.eb14-hero h1{font-size:34px;line-height:1.08;color:#091d66;margin:0 0 14px;font-weight:800;letter-spacing:-0.5px}
.eb14-hero p{font-size:14px;line-height:1.45;color:#374d74;max-width:420px;margin:0 0 18px}
.eb14-hero__actions{display:flex;gap:16px;flex-wrap:wrap}
.eb14-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700}
.eb14-btn--primary{background:#1860ff;color:#fff;box-shadow:0 12px 24px rgba(24,96,255,.18)}
.eb14-btn--secondary{color:#22356c;border:2px solid #8da8dc;background:rgba(255,255,255,.78)}
.eb14-hero__image{position:absolute;inset:0;background:url('assets/images/hero-daylight.png') center right/cover no-repeat;mask-image:linear-gradient(90deg, transparent 0, rgba(0,0,0,.9) 22%, #000 40%);-webkit-mask-image:linear-gradient(90deg, transparent 0, rgba(0,0,0,.9) 22%, #000 40%)}
.eb14-features{position:relative;z-index:3;margin-top:-78px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:780px}
.eb14-features article{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;background:rgba(255,255,255,.92);border:1px solid #dfe8fb;border-right:0;padding:16px 18px;backdrop-filter:blur(10px)}
.eb14-features article:first-child{border-radius:12px 0 0 12px}
.eb14-features article:last-child{border-right:1px solid #dfe8fb;border-radius:0 12px 12px 0}
.eb14-features .icon{width:38px;height:38px;border-radius:50%;border:2px solid #d9e5ff;color:#1e49c8;display:grid;place-items:center;font-size:18px;font-weight:700}
.eb14-features strong{display:block;font-size:13px;line-height:1.15;color:#1b2a68;margin-bottom:4px}
.eb14-features span{display:block;font-size:12px;line-height:1.3;color:#4c6087}

.eb14-products{padding:16px 0 8px}
.eb14-products__layout{display:grid;grid-template-columns:165px 1fr;gap:16px;align-items:start}
.eb14-products__aside{padding:10px 0}
.eb14-products__aside h2{font-size:28px;line-height:1.02;color:#0f2470;margin:0 0 48px;font-weight:800}
.eb14-products__aside a{font-size:15px;font-weight:700;color:#1661ff;text-decoration:none}
.eb14-productgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.eb14-pcard{position:relative;background:#fff;border:1px solid #dfe8fb;border-radius:14px;padding:10px 12px 14px;min-height:196px;box-shadow:0 8px 20px rgba(37,76,155,.05)}
.eb14-pcard__img{height:78px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.eb14-pcard__img img{max-width:100%;max-height:78px;object-fit:contain}
.eb14-pcard h3{font-size:14px;line-height:1.22;color:#18286f;margin:0 0 10px;font-weight:800}
.eb14-pcard p{font-size:12px;line-height:1.32;color:#4d6087;margin:0}
.eb14-pcard .arrow{position:absolute;right:14px;bottom:11px;color:#2d6dff;font-weight:900;font-size:18px}

.eb14-work{padding:12px 0 10px;border-bottom:1px solid #ebf0fb}
.eb14-work__layout{display:grid;grid-template-columns:165px 1fr;gap:18px;align-items:start}
.eb14-work h2{font-size:28px;line-height:1.02;color:#0f2470;margin:0;font-weight:800;padding-top:8px}
.eb14-work__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.eb14-work__steps article{position:relative;display:grid;grid-template-columns:50px 1fr;gap:10px;align-items:start}
.eb14-work__steps article:not(:last-child)::after{content:'→';position:absolute;right:-8px;top:14px;color:#a4b0c8;font-size:22px}
.eb14-work__steps .num{width:40px;height:40px;border-radius:10px;background:#f1f6ff;border:1px solid #dde8ff;color:#1e5ef5;display:grid;place-items:center;font-size:13px;font-weight:800}
.eb14-work__steps strong{display:block;font-size:13px;color:#183071;line-height:1.22;margin-bottom:4px}
.eb14-work__steps p{font-size:12px;line-height:1.3;color:#4d6087;margin:0}

.eb14-partners{padding:12px 0;border-bottom:1px solid #ebf0fb}
.eb14-partners__inner{display:flex;align-items:center;gap:18px}
.eb14-partners strong{font-size:16px;color:#11246b;font-weight:800;white-space:nowrap}
.eb14-ticker{overflow:hidden;flex:1}
.eb14-ticker__track{display:flex;gap:30px;white-space:nowrap;animation:eb14Ticker 28s linear infinite}
.eb14-ticker__track span{font-size:14px;font-weight:700}
.eb14-ticker__track span:nth-child(odd){color:#1963ff}
.eb14-ticker__track span:nth-child(even){color:#15307d}

.eb14-footer{padding:18px 0 20px;background:#fff}
.eb14-footer__grid{display:grid;grid-template-columns:1.15fr .9fr 1.7fr;gap:28px;align-items:start}
.eb14-footer__brand img{height:38px;width:auto;display:block;margin-bottom:14px}
.eb14-socials{display:flex;gap:14px;margin-bottom:16px}
.eb14-socials a{width:34px;height:34px;border-radius:50%;border:2px solid #c9d7f4;color:#0f2470;text-decoration:none;display:grid;place-items:center;font-weight:800;font-size:16px}
.eb14-copyright{font-size:12px;color:#42557d}
.eb14-footer__menu{border-left:1px solid #d6dff1;padding-left:40px}
.eb14-footer__menu h3,.eb14-footer__contacts h4{margin:0 0 12px;color:#11246b;font-size:15px;font-weight:800}
.eb14-footer__menu .cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.eb14-footer__menu ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.eb14-footer__menu a,.eb14-footer__contacts a{color:#263b70;text-decoration:none;font-size:14px}
.eb14-footer__contacts{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;border-left:1px solid #d6dff1;padding-left:40px}
.eb14-footer__contacts p{margin:0;font-size:14px;line-height:1.6;color:#263b70}

@keyframes eb14Ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

@media (max-width: 1300px){
  .eb14-header__inner{grid-template-columns:250px 1fr;grid-template-areas:'logo mobile' 'nav nav' 'contacts contacts';height:auto;padding:10px 0}
  .eb14-logo{grid-area:logo}.eb14-nav{grid-area:nav;justify-content:flex-start;flex-wrap:wrap}.eb14-topcontacts{grid-area:contacts}.eb14-mobile{display:block;grid-area:mobile;justify-self:end}
  .eb14-productgrid{grid-template-columns:repeat(3,1fr)}
  .eb14-work__steps{grid-template-columns:repeat(3,1fr)}
  .eb14-work__steps article::after{display:none !important}
  .eb14-footer__grid,.eb14-footer__contacts{grid-template-columns:1fr 1fr}
}
@media (max-width: 820px){
  .eb14-container{width:min(100% - 24px, 100%)}
  .eb14-nav,.eb14-topcontacts{display:none}
  .eb14-mobile{display:block}
  .eb14-hero{min-height:auto}.eb14-hero__inner{min-height:auto}.eb14-hero__content{padding:24px 0 24px;max-width:100%}
  .eb14-hero h1{font-size:30px}.eb14-hero__image{position:relative;height:220px;mask:none;-webkit-mask:none;margin-top:10px;border-radius:12px}
  .eb14-features{grid-template-columns:1fr;max-width:none;margin-top:12px}.eb14-features article,.eb14-features article:last-child{border-right:1px solid #dfe8fb;border-radius:12px}
  .eb14-products__layout,.eb14-work__layout,.eb14-footer__grid,.eb14-footer__contacts{grid-template-columns:1fr}
  .eb14-productgrid{grid-template-columns:1fr 1fr}
  .eb14-work__steps{grid-template-columns:1fr}
  .eb14-partners__inner{display:block}.eb14-partners strong{display:block;margin-bottom:10px}
  .eb14-footer__menu,.eb14-footer__contacts{padding-left:0;border-left:0}
}
@media (max-width: 560px){.eb14-productgrid{grid-template-columns:1fr}.eb14-topcontacts{font-size:12px}}


/* === V2.2 approved old-slide hero background === */
.eb14-hero__image{
  background-position:center right !important;
  background-size:cover !important;
}
.eb14-hero{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%) !important;
}


/* === V2.3 moving electric current animation === */
.eb14-hero{
  overflow:hidden;
}
.eb14-current-lines{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.eb14-current-lines span{
  position:absolute;
  right:-420px;
  width:520px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent 0%, rgba(70,190,255,.15) 18%, rgba(77,210,255,1) 48%, rgba(255,255,255,.95) 55%, rgba(70,190,255,.18) 78%, transparent 100%);
  box-shadow:
    0 0 14px rgba(47,168,255,.95),
    0 0 34px rgba(0,87,255,.55);
  opacity:0;
  transform:rotate(-13deg);
  animation:ebCurrentFlow 5.8s linear infinite;
}
.eb14-current-lines span:nth-child(1){
  top:145px;
  animation-delay:0s;
}
.eb14-current-lines span:nth-child(2){
  top:235px;
  width:680px;
  animation-delay:1.8s;
  transform:rotate(-9deg);
}
.eb14-current-lines span:nth-child(3){
  top:315px;
  width:560px;
  animation-delay:3.4s;
  transform:rotate(-16deg);
}
.eb14-current-lines:before,
.eb14-current-lines:after{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#7ee7ff;
  box-shadow:0 0 18px #34bfff, 0 0 42px rgba(0,87,255,.65);
  opacity:.85;
  animation:ebSpark 3.8s ease-in-out infinite;
}
.eb14-current-lines:before{right:22%;top:105px}
.eb14-current-lines:after{right:13%;top:255px;animation-delay:1.6s}
@keyframes ebCurrentFlow{
  0%{transform:translateX(0) rotate(-13deg);opacity:0}
  10%{opacity:1}
  72%{opacity:1}
  100%{transform:translateX(-1900px) rotate(-13deg);opacity:0}
}
@keyframes ebSpark{
  0%,100%{transform:scale(.7);opacity:.35}
  45%{transform:scale(1.35);opacity:1}
}
@media(max-width:820px){
  .eb14-current-lines span{
    width:360px;
    animation-duration:5s;
  }
  .eb14-current-lines span:nth-child(1){top:260px}
  .eb14-current-lines span:nth-child(2){top:330px}
  .eb14-current-lines span:nth-child(3){top:390px}
}


/* === V2.4 spacing + fixed hardcoded header === */
.eb17-header{
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(14px);
  border-bottom:1px solid #e8effb !important;
}
.eb17-header__inner{
  height:68px !important;
  display:grid !important;
  grid-template-columns:300px 1fr auto !important;
  align-items:center !important;
  gap:24px !important;
}
.eb17-logo img{
  height:32px !important;
  width:auto !important;
  display:block !important;
}
.eb17-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:26px !important;
  font-size:14px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}
.eb17-nav a{
  color:#071b3a !important;
  text-decoration:none !important;
  border-bottom:3px solid transparent !important;
  padding:23px 0 20px !important;
  line-height:1 !important;
}
.eb17-nav a.is-active,
.eb17-nav a:hover{
  color:#0057ff !important;
  border-color:#0057ff !important;
}
.eb17-topcontacts{
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  font-size:13px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}
.eb17-topcontacts a{
  color:#0d2148 !important;
  text-decoration:none !important;
}

/* More air between main blocks */
.eb14-hero{
  margin-bottom:0 !important;
}
.eb14-products{
  padding:34px 0 26px !important;
}
.eb14-products__layout{
  grid-template-columns:180px 1fr !important;
  gap:28px !important;
}
.eb14-productgrid{
  gap:22px !important;
}
.eb14-pcard{
  min-height:228px !important;
  padding:18px 18px 20px !important;
  border-radius:17px !important;
  box-shadow:0 12px 28px rgba(7,27,58,.055) !important;
}
.eb14-pcard__img{
  height:88px !important;
  margin-bottom:14px !important;
}
.eb14-pcard__img img{
  max-height:88px !important;
}
.eb14-pcard h3{
  font-size:14px !important;
  line-height:1.24 !important;
  margin-bottom:11px !important;
}
.eb14-pcard p{
  font-size:12px !important;
  line-height:1.45 !important;
  padding-right:18px !important;
}

/* Product side title gets better proportion */
.eb14-products__aside{
  padding-top:14px !important;
}
.eb14-products__aside h2{
  font-size:27px !important;
  line-height:1.12 !important;
  margin-bottom:78px !important;
}

/* Work block with more breathing room */
.eb14-work{
  padding:28px 0 26px !important;
  background:#fbfdff !important;
}
.eb14-work__layout{
  grid-template-columns:180px 1fr !important;
  gap:32px !important;
}
.eb14-work h2{
  font-size:28px !important;
  line-height:1.08 !important;
}
.eb14-work__steps{
  gap:28px !important;
}
.eb14-work__steps article{
  grid-template-columns:48px 1fr !important;
  gap:14px !important;
  min-height:70px !important;
}
.eb14-work__steps article:not(:last-child)::after{
  right:-20px !important;
  top:20px !important;
  font-size:24px !important;
  color:#95a8c9 !important;
}
.eb14-work__steps .num{
  width:44px !important;
  height:44px !important;
  border-radius:12px !important;
}
.eb14-work__steps strong{
  font-size:13px !important;
  line-height:1.28 !important;
}
.eb14-work__steps p{
  font-size:12px !important;
  line-height:1.42 !important;
}

/* Partners line a bit more elegant */
.eb14-partners{
  padding:16px 0 !important;
  background:#fff !important;
}
.eb14-partners__inner{
  gap:28px !important;
}
.eb14-partners strong{
  font-size:17px !important;
}
.eb14-ticker__track{
  gap:34px !important;
}

/* Footer air */
.eb14-footer{
  padding:26px 0 28px !important;
}
.eb14-footer__grid{
  gap:40px !important;
}

/* Mobile menu */
.eb17-mobile{
  display:none;
}
@media(max-width:1320px){
  .eb17-header__inner{
    grid-template-columns:240px 1fr auto !important;
    gap:16px !important;
  }
  .eb17-nav{
    gap:16px !important;
    font-size:13px !important;
  }
  .eb17-topcontacts{
    gap:12px !important;
    font-size:12px !important;
  }
}
@media(max-width:1100px){
  .eb17-header__inner{
    display:flex !important;
    justify-content:space-between !important;
    height:auto !important;
    min-height:68px !important;
    padding:12px 0 !important;
  }
  .eb17-nav,
  .eb17-topcontacts{
    display:none !important;
  }
  .eb17-mobile{
    display:block !important;
    background:transparent !important;
    border:0 !important;
    font-size:28px !important;
    color:#071b3a !important;
  }
  .eb14-productgrid{
    grid-template-columns:repeat(3,1fr) !important;
  }
  .eb14-work__steps{
    grid-template-columns:repeat(2,1fr) !important;
  }
  .eb14-work__steps article:after{
    display:none !important;
  }
}
@media(max-width:820px){
  .eb14-products__layout,
  .eb14-work__layout{
    grid-template-columns:1fr !important;
  }
  .eb14-productgrid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .eb14-work__steps{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .eb14-products__aside h2{
    margin-bottom:16px !important;
  }
}


/* === V2.5 About page design for page_id=498 === */
.eb18-about-page{
  background:#fff;
  color:#081d4d;
}
.eb18-container{
  width:min(1340px,calc(100% - 56px));
  margin:0 auto;
}
.eb18-about-hero{
  padding:28px 0 34px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.eb18-about-hero__inner{
  min-height:355px;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 34%,rgba(255,255,255,.44) 58%,rgba(255,255,255,.08) 100%),
    url('assets/images/about-hero.png') center right/cover no-repeat;
  box-shadow:0 20px 50px rgba(19,70,148,.08);
  border:1px solid #e3edff;
}
.eb18-about-hero__inner:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 24%,rgba(47,168,255,.20),transparent 34%),
    linear-gradient(110deg,transparent 52%,rgba(0,87,255,.10),transparent 72%);
  pointer-events:none;
}
.eb18-about-hero__content{
  position:relative;
  z-index:2;
  padding:70px 60px;
  max-width:610px;
}
.eb18-label{
  color:#0057ff;
  text-transform:uppercase;
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  margin-bottom:16px;
}
.eb18-about-hero h1{
  margin:0 0 22px;
  color:#061b3d;
  font-size:58px;
  line-height:1.05;
  letter-spacing:-1.4px;
  font-weight:900;
}
.eb18-about-hero p{
  max-width:460px;
  font-size:18px;
  line-height:1.6;
  color:#243b63;
  margin:0;
}
.eb18-hero-line{
  width:72px;
  height:4px;
  border-radius:4px;
  background:#0057ff;
  margin-top:24px;
}
.eb18-about-content{
  padding:30px 0 42px;
}
.eb18-info-row{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:48px;
  padding:42px 0;
  border-bottom:1px solid #dfe8fb;
  align-items:start;
}
.eb18-info-icon{
  width:132px;
  height:132px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f2f7ff,#ffffff);
  border:1px solid #e2ecff;
  color:#0057ff;
  font-size:54px;
  box-shadow:0 16px 36px rgba(7,27,58,.04);
}
.eb18-info-text h2,
.eb18-section-head h2{
  color:#061b3d;
  margin:0 0 22px;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-.4px;
}
.eb18-info-text h2:after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  background:#0057ff;
  border-radius:4px;
  margin-top:12px;
}
.eb18-info-text p{
  margin:0 0 16px;
  color:#172b55;
  font-size:17px;
  line-height:1.75;
  max-width:1040px;
}
.eb18-advantages{
  padding:48px 0 26px;
}
.eb18-section-head{
  text-align:center;
  margin-bottom:34px;
}
.eb18-section-head h2{margin-bottom:10px}
.eb18-section-head span{
  display:block;
  width:46px;
  height:3px;
  border-radius:4px;
  background:#0057ff;
  margin:0 auto;
}
.eb18-adv-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}
.eb18-adv-grid article{
  min-height:230px;
  background:#fff;
  border:1px solid #dfe8fb;
  border-radius:18px;
  padding:28px 20px;
  text-align:center;
  box-shadow:0 16px 36px rgba(7,27,58,.055);
  transition:.25s;
}
.eb18-adv-grid article:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(0,87,255,.10);
}
.eb18-adv-icon{
  width:64px;
  height:64px;
  border-radius:16px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  background:#f1f7ff;
  color:#0057ff;
  font-size:30px;
}
.eb18-adv-grid h3{
  font-size:17px;
  line-height:1.25;
  color:#071b3a;
  margin:0 0 14px;
}
.eb18-adv-grid p{
  font-size:14px;
  line-height:1.55;
  color:#536682;
  margin:0;
}
.eb18-why{
  padding:28px 0 36px;
}
.eb18-why-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  border-top:1px solid #dfe8fb;
  border-bottom:1px solid #dfe8fb;
}
.eb18-why-grid div{
  padding:24px 24px;
  text-align:center;
  border-right:1px solid #dfe8fb;
}
.eb18-why-grid div:last-child{border-right:0}
.eb18-why-grid b{
  display:grid;
  width:58px;
  height:58px;
  border-radius:50%;
  place-items:center;
  margin:0 auto 14px;
  color:#0057ff;
  background:#f3f8ff;
  border:1px solid #dce9ff;
  font-size:15px;
}
.eb18-why-grid p{
  font-size:14px;
  line-height:1.45;
  color:#30466a;
  margin:0;
}
.eb18-about-cta{
  margin:18px 0 30px;
  min-height:170px;
  border-radius:22px;
  padding:42px 46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  background:
    linear-gradient(90deg,rgba(6,24,51,.96),rgba(6,42,92,.78)),
    url('assets/images/about-hero.png') center right/cover no-repeat;
  color:#fff;
  overflow:hidden;
}
.eb18-about-cta h2{
  margin:0 0 12px;
  color:#fff;
  font-size:34px;
}
.eb18-about-cta p{
  max-width:580px;
  margin:0;
  color:#dbe8ff;
  font-size:16px;
  line-height:1.6;
}
.eb18-about-cta__actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
@media(max-width:1100px){
  .eb18-adv-grid{grid-template-columns:repeat(2,1fr)}
  .eb18-why-grid{grid-template-columns:repeat(2,1fr)}
  .eb18-why-grid div{border-bottom:1px solid #dfe8fb}
  .eb18-info-row{grid-template-columns:120px 1fr;gap:28px}
  .eb18-info-icon{width:104px;height:104px;font-size:42px}
}
@media(max-width:760px){
  .eb18-container{width:min(100% - 24px,100%)}
  .eb18-about-hero__inner{min-height:auto}
  .eb18-about-hero__content{padding:42px 24px}
  .eb18-about-hero h1{font-size:38px}
  .eb18-about-hero p{font-size:15px}
  .eb18-info-row{grid-template-columns:1fr;padding:32px 0}
  .eb18-adv-grid,.eb18-why-grid{grid-template-columns:1fr}
  .eb18-why-grid div{border-right:0}
  .eb18-about-cta{display:block;padding:30px 22px}
  .eb18-about-cta__actions{margin-top:22px}
}


/* === V18 O Kompanii V2 tweaks === */

/* Make page sections a bit closer and visually cleaner */
.eb18-about-content{
  padding:22px 0 28px !important;
}
.eb18-info-row{
  gap:34px !important;
  padding:34px 0 !important;
}
.eb18-info-text h2,
.eb18-section-head h2{
  margin:0 0 18px !important;
}
.eb18-info-text p{
  margin:0 0 12px !important;
}
.eb18-advantages{
  padding:32px 0 14px !important;
}
.eb18-section-head{
  margin-bottom:24px !important;
}
.eb18-adv-grid{
  gap:16px !important;
}
.eb18-adv-grid article{
  min-height:210px !important;
  padding:24px 18px !important;
}
.eb18-why{
  padding:10px 0 22px !important;
}
.eb18-why-grid div{
  padding:18px 18px !important;
}
.eb18-info-icon,
.eb18-adv-icon{
  font-family: Arial, sans-serif !important;
}
.eb18-info-icon{
  width:118px !important;
  height:118px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#f6f9ff 0%,#eef5ff 100%) !important;
  color:#0a61ff !important;
  border:1px solid #d9e6ff !important;
  box-shadow:0 14px 32px rgba(0,87,255,.06) !important;
  font-size:48px !important;
}
.eb18-adv-icon{
  width:58px !important;
  height:58px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#f5f9ff 0%,#eef5ff 100%) !important;
  color:#0a61ff !important;
  border:1px solid #d9e6ff !important;
  box-shadow:0 10px 24px rgba(0,87,255,.05) !important;
  font-size:26px !important;
}
@media(max-width:760px){
  .eb18-info-row{
    gap:18px !important;
    padding:26px 0 !important;
  }
  .eb18-advantages{
    padding:24px 0 8px !important;
  }
  .eb18-why{
    padding:8px 0 18px !important;
  }
}


/* === V18 O Kompanii V3 hero update === */
.eb18-about-hero{
  padding: 14px 0 28px !important;
  background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
.eb18-about-hero__inner{
  min-height: 455px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  border: 0 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 28%, rgba(255,255,255,.88) 44%, rgba(255,255,255,.42) 58%, rgba(255,255,255,.06) 72%, rgba(255,255,255,0) 100%),
    url('assets/images/about-hero-v3.png') right center/contain no-repeat !important;
}
.eb18-about-hero__inner:after{
  background:
    radial-gradient(circle at 78% 24%, rgba(47,168,255,.16), transparent 30%),
    linear-gradient(116deg, transparent 48%, rgba(0,87,255,.08), transparent 72%) !important;
}
.eb18-about-hero__content{
  padding: 90px 32px 70px 8px !important;
  max-width: 560px !important;
}
.eb18-about-hero h1{
  margin: 0 0 12px !important;
  font-size: 66px !important;
}
.eb18-hero-line{
  margin-top: 44px !important;
}
@media(max-width: 980px){
  .eb18-about-hero__inner{
    min-height: 360px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.75) 28%, rgba(255,255,255,.32) 56%, rgba(255,255,255,.1) 100%),
      url('assets/images/about-hero-v3.png') center top/cover no-repeat !important;
  }
  .eb18-about-hero__content{padding: 38px 16px 28px 0 !important;}
  .eb18-about-hero h1{font-size: 44px !important;}
}
@media(max-width:760px){
  .eb18-about-hero{padding: 8px 0 20px !important;}
  .eb18-about-hero__inner{min-height: 290px !important;}
  .eb18-about-hero__content{padding: 26px 10px 20px 0 !important;}
  .eb18-about-hero h1{font-size: 36px !important;}
  .eb18-hero-line{margin-top: 24px !important;}
}


/* === V18 O Kompanii V4 visual refinement === */
.eb18-container{width:min(1440px,calc(100% - 72px)) !important;}
.eb18-about-page{background:#fdfefe !important;}
.eb18-about-hero{padding: 6px 0 34px !important;}
.eb18-about-hero__inner{
  min-height: 520px !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 24%, rgba(255,255,255,.93) 38%, rgba(255,255,255,.58) 53%, rgba(255,255,255,.18) 66%, rgba(255,255,255,0) 100%),
    url('assets/images/about-hero-v3.png') right center/60% auto no-repeat !important;
}
.eb18-about-hero__content{padding: 110px 48px 90px 22px !important; max-width: 620px !important;}
.eb18-label{font-size:15px !important; margin-bottom:20px !important;}
.eb18-about-hero h1{font-size: 78px !important; line-height: .98 !important; letter-spacing:-1.8px !important; margin:0 0 16px !important;}
.eb18-hero-line{width:82px !important; height:5px !important; margin-top:52px !important;}
.eb18-about-content{padding: 34px 0 38px !important;}
.eb18-info-row{grid-template-columns: 132px 1fr !important; gap: 42px !important; padding: 42px 0 !important;}
.eb18-info-icon{width: 86px !important; height: 86px !important; border-radius: 16px !important; font-size: 30px !important; margin-top: 6px;}
.eb18-info-text h2,.eb18-section-head h2{font-size:40px !important; margin:0 0 20px !important;}
.eb18-info-text p{font-size: 17px !important; line-height: 1.85 !important; max-width: none !important; color:#223862 !important;}
.eb18-advantages{padding: 34px 0 18px !important;}
.eb18-section-head{margin-bottom: 28px !important;}
.eb18-adv-grid{gap: 18px !important;}
.eb18-adv-grid article{min-height: 260px !important; padding: 30px 22px !important; border-radius:20px !important;}
.eb18-adv-icon{width:62px !important; height:62px !important; font-size:28px !important; margin-bottom:18px !important;}
.eb18-adv-grid h3{font-size: 23px !important; line-height:1.2 !important; margin:0 0 14px !important;}
.eb18-adv-grid p{font-size:15px !important; line-height:1.65 !important;}
.eb18-why{padding: 22px 0 30px !important;}
.eb18-why-grid{border-radius:18px !important; overflow:hidden; box-shadow:0 14px 36px rgba(7,27,58,.05) !important;}
.eb18-why-grid div{padding: 24px 18px !important; background:#fff !important;}
.eb18-why-grid b{width:62px !important; height:62px !important; font-size:16px !important; margin-bottom:16px !important;}
.eb18-why-grid p{font-size:15px !important; line-height:1.55 !important;}
@media(max-width:1200px){
  .eb18-container{width:min(100% - 36px, 100%) !important;}
  .eb18-about-hero__inner{background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 36%, rgba(255,255,255,.56) 60%, rgba(255,255,255,.16) 78%, rgba(255,255,255,0) 100%),
    url('assets/images/about-hero-v3.png') right center/64% auto no-repeat !important;}
  .eb18-about-hero h1{font-size:64px !important;}
  .eb18-info-text h2,.eb18-section-head h2{font-size:34px !important;}
  .eb18-adv-grid{grid-template-columns:repeat(2,1fr) !important;}
  .eb18-why-grid{grid-template-columns:repeat(2,1fr) !important;}
}
@media(max-width:760px){
  .eb18-container{width:min(100% - 20px,100%) !important;}
  .eb18-about-hero__inner{min-height:320px !important; background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 28%, rgba(255,255,255,.38) 54%, rgba(255,255,255,.12) 100%),
    url('assets/images/about-hero-v3.png') center top/cover no-repeat !important;}
  .eb18-about-hero__content{padding:30px 12px 26px 4px !important; max-width: 100% !important;}
  .eb18-about-hero h1{font-size:38px !important;}
  .eb18-info-row{grid-template-columns:1fr !important; gap:18px !important; padding:30px 0 !important;}
  .eb18-info-text h2,.eb18-section-head h2{font-size:28px !important;}
  .eb18-adv-grid{grid-template-columns:1fr !important;}
  .eb18-adv-grid article{min-height:auto !important;}
}
