.elementor-161 .elementor-element.elementor-element-be7a507{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-161 .elementor-element.elementor-element-74ac5ea{--display:flex;}.elementor-161 .elementor-element.elementor-element-856d8fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-161 .elementor-element.elementor-element-99ab760{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ad53721 */.bess-page{
  background:#fff;
}

.bess-hero{
  position:relative;
  overflow:hidden;
  min-height:680px;
  display:flex;
  align-items:center;
  background:#101418;
  color:#fff;
}

.bess-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,10,13,.94), rgba(8,10,13,.58), rgba(8,10,13,.18)),
    url("http://www.marco-energy.cz/wp-content/uploads/2026/05/b0c51907-af01-4e39-ba28-e34eb5d837bb.png") center/cover no-repeat;
  transform:scale(1.02);
}

.bess-hero::after{
  content:"";
  position:absolute;
  inset:auto -10% -35% -10%;
  height:360px;
  background:radial-gradient(circle, rgba(247,148,29,.28), transparent 62%);
}

.bess-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 420px;
  gap:70px;
  align-items:end;
}

.bess-hero h1{
  max-width:850px;
  margin:18px 0 24px;
  font-size:clamp(46px,6vw,86px);
  line-height:.96;
  letter-spacing:-.055em;
}

.bess-hero p{
  max-width:690px;
  font-size:21px;
  line-height:1.65;
  color:rgba(255,255,255,.78);
}

.bess-hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:36px;
}

.bess-hero-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  border-radius:30px;
  padding:34px;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.bess-hero-card span{
  display:block;
  color:#f7941d;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:12px;
}

.bess-hero-card strong{
  display:block;
  font-size:42px;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:18px;
}

.bess-hero-card p{
  font-size:16px;
  line-height:1.6;
  margin:0;
}

.bess-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-top:-72px;
  position:relative;
  z-index:4;
}

.bess-benefits article{
  background:#fff;
  border-radius:26px;
  padding:30px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 20px 55px rgba(15,23,42,.1);
}

.bess-benefits span{
  width:58px;
  height:58px;
  border-radius:18px;
  background:rgba(247,148,29,.12);
  display:block;
  margin-bottom:22px;
}

.bess-benefits h3{
  margin:0 0 12px;
  font-size:22px;
}

.bess-benefits p{
  margin:0;
  line-height:1.65;
  color:rgba(15,23,42,.68);
}

.bess-split{
  padding:110px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.bess-copy h2,
.bess-dark h2,
.bess-tech h2,
.bess-process h2,
.bess-cta h2{
  margin:12px 0 22px;
  font-size:clamp(36px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.bess-copy p,
.bess-dark p,
.bess-cta p{
  font-size:19px;
  line-height:1.75;
  color:rgba(15,23,42,.68);
}

.bess-checklist{
  margin:34px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.bess-checklist li{
  position:relative;
  padding-left:34px;
  font-weight:700;
  color:#17202a;
}

.bess-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  color:#f7941d;
  font-weight:900;
}

.bess-image-card{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
}

.bess-image-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}

.bess-dark{
  background:
    radial-gradient(circle at 80% 20%, rgba(247,148,29,.22), transparent 32%),
    linear-gradient(135deg,#0e1217,#171d24);
  color:#fff;
  padding:105px 0;
}

.bess-dark-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.bess-dark p{
  color:rgba(255,255,255,.72);
}

.bess-dark-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.bess-dark-grid article{
  border-radius:26px;
  padding:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.bess-dark-grid strong{
  display:block;
  font-size:46px;
  color:#f7941d;
  line-height:1;
  margin-bottom:14px;
}

.bess-dark-grid span{
  color:rgba(255,255,255,.76);
}

.bess-tech{
  padding:100px 0;
  text-align:center;
}

.bess-tech-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.bess-tech-grid article{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:26px;
  padding:34px 28px;
  box-shadow:0 16px 44px rgba(15,23,42,.05);
}

.bess-tech-grid h3{
  margin:0 0 12px;
  font-size:22px;
}

.bess-tech-grid p{
  margin:0;
  line-height:1.65;
  color:rgba(15,23,42,.68);
}

.bess-process{
  padding-bottom:100px;
}

.bess-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-top:42px;
}

.bess-process-grid article{
  background:#fff;
  border-radius:24px;
  padding:30px;
  border:1px solid rgba(15,23,42,.08);
}

.bess-process-grid span{
  color:#f7941d;
  font-size:14px;
  letter-spacing:.14em;
  font-weight:900;
}

.bess-process-grid h3{
  margin:16px 0 12px;
  font-size:23px;
}

.bess-process-grid p{
  margin:0;
  line-height:1.6;
  color:rgba(15,23,42,.68);
}

.bess-cta{
  margin-bottom:100px;
  padding:46px;
  border-radius:34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(247,148,29,.18), transparent 30%),
    #111820;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.bess-cta p{
  margin:0;
  color:rgba(255,255,255,.72);
}

@media(max-width:1100px){
  .bess-hero-inner,
  .bess-split,
  .bess-dark-inner{
    grid-template-columns:1fr;
  }

  .bess-benefits,
  .bess-tech-grid,
  .bess-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .bess-hero{
    padding:120px 0;
  }

  .bess-hero-card{
    max-width:520px;
  }
}

@media(max-width:720px){
  .bess-benefits,
  .bess-tech-grid,
  .bess-process-grid,
  .bess-dark-grid{
    grid-template-columns:1fr;
  }

  .bess-cta{
    flex-direction:column;
    align-items:flex-start;
    padding:32px;
  }

  .bess-hero h1{
    font-size:44px;
  }
}

/* =========================================================
   BESS BENEFITS
========================================================= */

.bess-benefits{
  position:relative;

  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));

  gap:28px;

  margin-top:-90px;

  z-index:5;
}

.bess-benefits article{
  position:relative;
  overflow:hidden;

  min-height:300px;

  padding:34px 32px;

  border-radius:32px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.96),
      rgba(248,250,252,.92)
    );

  border:1px solid rgba(15,23,42,.06);

  box-shadow:
    0 24px 70px rgba(15,23,42,.08);

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.bess-benefits article:hover{
  transform:translateY(-10px);

  border-color:rgba(247,148,29,.18);

  box-shadow:
    0 35px 90px rgba(15,23,42,.14);
}

.bess-benefits article::after{
  content:"";

  position:absolute;

  inset:auto -25% -35% auto;

  width:240px;
  height:240px;

  background:
    radial-gradient(
      circle,
      rgba(247,148,29,.12),
      transparent 70%
    );

  pointer-events:none;
}

/* ICON */

.bess-benefits span[data-icon]{
  width:68px;
  height:68px;

  margin-bottom:28px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:rgba(247,148,29,.09);

  border:1px solid rgba(247,148,29,.16);
}

.bess-benefits span[data-icon]::before{
  font-size:30px;
  line-height:1;
  color:#f7941d;
}

/* ICONS */

.bess-benefits [data-icon="battery"]::before{
  content:"▰";
}

.bess-benefits [data-icon="chart"]::before{
  content:"↗";
}

.bess-benefits [data-icon="zap"]::before{
  content:"⚡";
}

.bess-benefits [data-icon="grid"]::before{
  content:"⌘";
}

/* TEXT */

.bess-benefits h3{
  margin:0 0 16px;

  font-size:26px;
  line-height:1.1;

  letter-spacing:-.03em;

  color:#111827;
}

.bess-benefits p{
  margin:0;

  font-size:17px;
  line-height:1.8;

  color:#6b7280;
}

/* RESPONSIVE */

@media(max-width:1100px){

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

}

@media(max-width:720px){

  .bess-benefits{
    grid-template-columns:1fr;

    margin-top:-40px;
  }

}


/* =========================================================
   BESS / TECHNOLOGY PRO SECTION
========================================================= */

.bess-tech-pro{
  position:relative;
  overflow:hidden;
  padding:110px 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(247,148,29,.18), transparent 32%),
    linear-gradient(135deg,#0e141b,#151c24);
  color:#fff;
}

.bess-tech-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:38px 38px;
  opacity:.55;
  pointer-events:none;
}

.bess-tech-pro-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.bess-tech-pro-copy h2{
  margin:12px 0 24px;
  font-size:clamp(42px,5vw,76px);
  line-height:.96;
  letter-spacing:-.055em;
}

.bess-tech-pro-copy p{
  max-width:650px;
  margin:0 0 32px;
  font-size:19px;
  line-height:1.75;
  color:rgba(255,255,255,.72);
}

.bess-tech-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  max-width:500px;
}

.bess-tech-stats div{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
}

.bess-tech-stats strong{
  display:block;
  color:#f7941d;
  font-size:30px;
  line-height:1;
  margin-bottom:10px;
}

.bess-tech-stats span{
  color:rgba(255,255,255,.68);
}

/* VISUAL */

.bess-tech-visual{
  position:relative;
  min-height:430px;
  border-radius:38px;
  background:
    radial-gradient(circle at 75% 25%, rgba(247,148,29,.18), transparent 34%),
    rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 40px 100px rgba(0,0,0,.22);
  overflow:hidden;
}

.bess-tech-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:32px 32px;
}

.bess-container-box{
  position:absolute;
  left:50%;
  top:50%;
  width:340px;
  min-height:150px;
  transform:translate(-50%,-50%);
  border-radius:30px;
  padding:32px;
  background:
    linear-gradient(145deg, rgba(247,148,29,.18), rgba(255,255,255,.07));
  border:1px solid rgba(247,148,29,.26);
  box-shadow:0 0 70px rgba(247,148,29,.15);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.bess-container-box span{
  color:#f7941d;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:10px;
}

.bess-container-box strong{
  color:#fff;
  font-size:28px;
  line-height:1.12;
}

.bess-node{
  position:absolute;
  z-index:3;
  height:46px;
  padding:0 20px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(247,148,29,.24);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  letter-spacing:.13em;
  box-shadow:0 0 30px rgba(247,148,29,.12);
}

.bess-node-1{ left:50%; top:38px; transform:translateX(-50%); }
.bess-node-2{ right:44px; top:50%; transform:translateY(-50%); }
.bess-node-3{ left:50%; bottom:38px; transform:translateX(-50%); }

.bess-flow{
  position:absolute;
  background:linear-gradient(90deg, transparent, rgba(247,148,29,.95), transparent);
  overflow:hidden;
  opacity:.8;
}

.bess-flow::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
  animation:bessFlow 2.2s linear infinite;
}

.bess-flow-1{
  left:50%;
  top:86px;
  width:2px;
  height:118px;
  transform:translateX(-50%);
}

.bess-flow-2{
  top:50%;
  right:132px;
  width:120px;
  height:2px;
  transform:translateY(-50%);
}

@keyframes bessFlow{
  from{ transform:translateX(-120%); }
  to{ transform:translateX(120%); }
}

/* FEATURE ROW */

.bess-feature-row{
  position:relative;
  z-index:2;
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.bess-feature-row article{
  position:relative;
  overflow:hidden;
  min-height:240px;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}

.bess-feature-row span[data-icon]{
  width:60px;
  height:60px;
  margin-bottom:24px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(247,148,29,.12);
  border:1px solid rgba(247,148,29,.22);
  color:#f7941d;
}

.bess-feature-row span[data-icon]::before{
  font-size:28px;
}

.bess-feature-row [data-icon="container"]::before{ content:"▤"; }
.bess-feature-row [data-icon="scale"]::before{ content:"↔"; }
.bess-feature-row [data-icon="monitor"]::before{ content:"◫"; }
.bess-feature-row [data-icon="shield"]::before{ content:"◇"; }

.bess-feature-row h3{
  margin:0 0 14px;
  font-size:23px;
  color:#fff;
}

.bess-feature-row p{
  margin:0;
  line-height:1.7;
  color:rgba(255,255,255,.68);
}

/* DELIVERY */

.bess-delivery{
  position:relative;
  z-index:2;
  margin-top:90px;
  padding:52px;
  border-radius:40px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 30px 90px rgba(0,0,0,.18);
}

.bess-delivery-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:42px;
}

.bess-delivery-head h2{
  margin:0;
  max-width:820px;
  font-size:clamp(38px,4vw,64px);
  line-height:1;
  letter-spacing:-.05em;
}

.bess-delivery-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.bess-delivery-timeline::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:31px;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(247,148,29,.65), transparent);
}

.bess-delivery-timeline article{
  position:relative;
  z-index:2;
  padding:34px 28px;
  border-radius:28px;
  background:rgba(15,23,42,.42);
  border:1px solid rgba(255,255,255,.1);
}

.bess-delivery-timeline span{
  width:64px;
  height:64px;
  margin-bottom:28px;
  border-radius:50%;
  background:#f7941d;
  color:#101418;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.bess-delivery-timeline h3{
  margin:0 0 14px;
  font-size:23px;
  color:#fff;
}

.bess-delivery-timeline p{
  margin:0;
  line-height:1.7;
  color:rgba(255,255,255,.68);
}

@media(max-width:1100px){
  .bess-tech-pro-grid,
  .bess-feature-row,
  .bess-delivery-timeline{
    grid-template-columns:1fr 1fr;
  }

  .bess-delivery-timeline::before{
    display:none;
  }
}

@media(max-width:720px){
  .bess-tech-pro-grid,
  .bess-feature-row,
  .bess-delivery-timeline,
  .bess-tech-stats{
    grid-template-columns:1fr;
  }

  .bess-delivery{
    padding:30px;
  }

  .bess-tech-visual{
    min-height:360px;
  }
}

/* BESS PRO - oprava čitelnosti a kontrastu */

.bess-tech-pro{
  background:
    radial-gradient(circle at 82% 12%, rgba(247,148,29,.16), transparent 34%),
    linear-gradient(135deg,#0e141b,#151c24) !important;
  color:#fff !important;
}

/* pokud chceš sekci světlou, vizuál musí být tmavý */
.bess-tech-visual{
  background:
    radial-gradient(circle at 75% 25%, rgba(247,148,29,.22), transparent 36%),
    linear-gradient(145deg,#101820,#18222d) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}

.bess-container-box{
  background:
    linear-gradient(145deg, rgba(247,148,29,.22), rgba(255,255,255,.07)) !important;
  border:1px solid rgba(247,148,29,.30) !important;
}

.bess-container-box strong{
  color:#fff !important;
}

.bess-container-box span{
  color:#f7941d !important;
}

.bess-node{
  background:rgba(15,23,42,.72) !important;
  color:#fff !important;
  border-color:rgba(247,148,29,.32) !important;
}

/* statistiky vlevo */
.bess-tech-stats div{
  background:rgba(15,23,42,.06) !important;
  border:1px solid rgba(15,23,42,.08) !important;
}

.bess-tech-stats strong{
  color:#f7941d !important;
}

.bess-tech-stats span{
  color:#6b7280 !important;
}

/* když sekce zůstane světlá */
.bess-tech-pro-copy p{
  color:#6b7280 !important;
}

/* spodní kartičky */
.bess-feature-row article{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.07) !important;
}

.bess-feature-row h3{
  color:#111827 !important;
}

.bess-feature-row p{
  color:#6b7280 !important;
}

/* delivery timeline oprava šedých karet */
.bess-delivery-timeline article{
  background:
    linear-gradient(145deg,#111820,#1a2430) !important;
  border:1px solid rgba(255,255,255,.10) !important;
}

.bess-delivery-timeline h3{
  color:#fff !important;
}

.bess-delivery-timeline p{
  color:rgba(255,255,255,.72) !important;
}

/* větší odstup mezi SVR sekcí a BESS technologií */
.bess-dark{
  padding-bottom:130px !important;
}

.bess-tech-pro{
  margin-top:0 !important;
  padding-top:130px !important;
  border-top:1px solid rgba(255,255,255,.08);
}

/* jemný předěl / fade mezi sekcemi */
.bess-tech-pro::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:120px;
  background:
    linear-gradient(
      to bottom,
      rgba(247,148,29,.08),
      transparent
    );
  pointer-events:none;
}

/* když jsou dvě tmavé sekce za sebou */
.bess-dark + .bess-tech-pro{
  margin-top:0;
}

.bess-tech-pro{
  box-shadow:
    inset 0 90px 120px rgba(0,0,0,.22);
}


/* =========================================================
   BESS / střídání sekcí - světlá technologie
========================================================= */

.bess-tech-pro{
  background:#fff !important;
  color:#111827 !important;
  padding-top:110px !important;
  padding-bottom:110px !important;
  border-top:0 !important;
  box-shadow:none !important;
}

.bess-tech-pro::before,
.bess-tech-pro::after{
  display:none !important;
}

.bess-tech-pro-copy h2,
.bess-delivery-head h2{
  color:#111827 !important;
}

.bess-tech-pro-copy p{
  color:#6b7280 !important;
}

.bess-tech-visual{
  background:
    radial-gradient(circle at 78% 20%, rgba(247,148,29,.14), transparent 34%),
    linear-gradient(145deg,#101820,#18222d) !important;
  color:#fff !important;
}

/* feature cards světle */
.bess-feature-row article{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.07) !important;
  box-shadow:0 18px 55px rgba(15,23,42,.07) !important;
}

.bess-feature-row h3{
  color:#111827 !important;
}

.bess-feature-row p{
  color:#6b7280 !important;
}

/* delivery jako světlý blok */
.bess-delivery{
  background:
    linear-gradient(145deg,#ffffff,#f8fafc) !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 26px 80px rgba(15,23,42,.08) !important;
}

.bess-delivery-timeline article{
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 16px 44px rgba(15,23,42,.05) !important;
}

.bess-delivery-timeline h3{
  color:#111827 !important;
}

.bess-delivery-timeline p{
  color:#6b7280 !important;
}

.bess-delivery-timeline::before{
  background:linear-gradient(90deg, transparent, rgba(247,148,29,.45), transparent) !important;
}

/* CTA dole - oprava useknutí */
.bess-cta{
  margin-top:90px !important;
  margin-bottom:110px !important;
  border-radius:36px !important;
  overflow:hidden !important;
}

.bess-page{
  overflow:hidden;
}

.bess-live-visual{
  position:relative;
  min-height:430px;
  border-radius:38px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(247,148,29,.20), transparent 34%),
    linear-gradient(145deg,#0f1722,#131d29);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 40px 100px rgba(15,23,42,.22);
}

.bess-live-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:34px 34px;
}

.bess-live-core{
  position:absolute;
  left:50%;
  top:50%;
  width:330px;
  min-height:150px;
  transform:translate(-50%,-50%);
  padding:30px;
  border-radius:30px;
  background:linear-gradient(145deg, rgba(247,148,29,.18), rgba(255,255,255,.06));
  border:1px solid rgba(247,148,29,.30);
  box-shadow:
    0 0 70px rgba(247,148,29,.16),
    inset 0 0 40px rgba(255,255,255,.03);
  display:flex;
  flex-direction:column;
  justify-content:center;
  z-index:5;
  animation:bessCorePulse 4s ease-in-out infinite;
}

.bess-live-core span{
  color:#f7941d;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:10px;
}

.bess-live-core strong{
  color:#fff;
  font-size:28px;
  line-height:1.12;
  letter-spacing:-.03em;
}

.bess-live-core small{
  margin-top:12px;
  color:rgba(255,255,255,.52);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
}

.bess-live-node{
  position:absolute;
  z-index:7;
  height:44px;
  padding:0 20px;
  border-radius:999px;
  background:rgba(15,23,42,.78);
  border:1px solid rgba(247,148,29,.34);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  box-shadow:0 0 30px rgba(247,148,29,.16);
}

.bess-live-fve{
  left:50%;
  top:42px;
  transform:translateX(-50%);
}

.bess-live-grid-node{
  left:50%;
  bottom:42px;
  transform:translateX(-50%);
}

.bess-live-ems{
  right:46px;
  top:50%;
  transform:translateY(-50%);
}

.bess-live-flow{
  position:absolute;
  z-index:3;
  overflow:hidden;
  background:rgba(247,148,29,.42);
}

.bess-live-flow::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
  animation:bessEnergyMove 1.8s linear infinite;
}

.flow-top{
  left:50%;
  top:86px;
  width:3px;
  height:76px;
  transform:translateX(-50%);
}

.flow-bottom{
  left:50%;
  bottom:86px;
  width:3px;
  height:66px;
  transform:translateX(-50%);
}

.flow-right{
  top:50%;
  right:124px;
  width:68px;
  height:3px;
  transform:translateY(-50%);
}

.bess-live-metric{
  position:absolute;
  z-index:8;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(12px);
}

.metric-1{
  left:34px;
  bottom:34px;
}

.metric-2{
  left:34px;
  top:34px;
}

.bess-live-metric strong{
  display:block;
  color:#f7941d;
  font-size:24px;
  line-height:1;
  margin-bottom:6px;
}

.bess-live-metric span{
  color:rgba(255,255,255,.62);
  font-size:12px;
}

@keyframes bessEnergyMove{
  from{ transform:translateX(-120%); }
  to{ transform:translateX(120%); }
}

@keyframes bessCorePulse{
  0%,100%{
    box-shadow:
      0 0 70px rgba(247,148,29,.16),
      inset 0 0 40px rgba(255,255,255,.03);
  }

  50%{
    box-shadow:
      0 0 105px rgba(247,148,29,.30),
      inset 0 0 45px rgba(255,255,255,.05);
  }
}/* End custom CSS */