.elementor-217 .elementor-element.elementor-element-4c662ab{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8436df5 *//* =========================================================
   MARCO ENERGY / TECHNOLOGIE
========================================================= */

.tech-page{
  background:#fff;
}

/* HERO */

.tech-hero{
  position:relative;
  overflow:hidden;

  min-height:720px;

  display:flex;
  align-items:center;

  background:#101418;

  color:#fff;
}

.tech-hero-bg{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(8,10,13,.94),
      rgba(8,10,13,.60),
      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.03);
}

.tech-hero::after{
  content:"";

  position:absolute;

  inset:auto -10% -35% -10%;

  height:360px;

  background:
    radial-gradient(
      circle,
      rgba(247,148,29,.22),
      transparent 62%
    );
}

.tech-hero-inner{
  position:relative;
  z-index:2;

  display:grid;
  grid-template-columns:minmax(0,1.1fr) 420px;

  gap:70px;

  align-items:end;
}

.tech-hero h1{
  max-width:940px;

  margin:
    18px
    0
    24px;

  font-size:clamp(52px,6vw,92px);

  line-height:.93;

  letter-spacing:-.055em;
}

.tech-hero p{
  max-width:740px;

  font-size:21px;
  line-height:1.72;

  color:rgba(255,255,255,.78);
}

.tech-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,.30);
}

.tech-hero-card span{
  display:block;

  margin-bottom:12px;

  color:#f7941d;

  text-transform:uppercase;

  font-size:13px;
  font-weight:900;

  letter-spacing:.18em;
}

.tech-hero-card strong{
  display:block;

  margin-bottom:18px;

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

  letter-spacing:-.04em;
}

.tech-hero-card p{
  margin:0;

  font-size:16px;
  line-height:1.65;
}

/* LOGOS */

.tech-logo-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));

  gap:24px;

  margin-top:-64px;

  position:relative;
  z-index:6;
}

.tech-logo-strip div{
  background:#fff;

  border-radius:26px;

  padding:34px;

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

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

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

.tech-logo-strip img{
  max-width:160px;
  max-height:56px;

  width:auto;
  height:auto;

  object-fit:contain;
}

/* FEATURE CARDS */

.tech-feature-grid{
  padding:110px 0;

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

  gap:28px;
}

.tech-feature-card{
  background:#fff;

  border-radius:34px;

  padding:42px;

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

  box-shadow:
    0 18px 48px rgba(15,23,42,.05);
}

.tech-card-logo{
  height:60px;

  display:flex;
  align-items:center;

  margin-bottom:28px;
}

.tech-card-logo img{
  max-width:180px;
  max-height:54px;

  object-fit:contain;
}

.tech-feature-card h2{
  margin:
    0
    0
    20px;

  font-size:38px;

  line-height:1.04;

  letter-spacing:-.04em;
}

.tech-feature-card p{
  margin:
    0
    0
    28px;

  font-size:18px;
  line-height:1.75;

  color:rgba(15,23,42,.70);
}

.tech-feature-card ul{
  margin:0;
  padding:0;

  list-style:none;

  display:grid;
  gap:14px;
}

.tech-feature-card li{
  position:relative;

  padding-left:34px;

  font-weight:700;
}

.tech-feature-card li::before{
  content:"✓";

  position:absolute;
  left:0;
  top:-1px;

  color:#f7941d;

  font-weight:900;
}

.tech-feature-dark{
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(247,148,29,.16),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #111820,
      #171f28
    );

  color:#fff;
}

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

.tech-card-badge{
  display:inline-flex;

  padding:
    10px
    16px;

  border-radius:999px;

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

  color:#f7941d;

  font-size:13px;
  font-weight:900;

  letter-spacing:.14em;

  margin-bottom:24px;
}

/* DARK EMS */

.tech-dark{
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(247,148,29,.18),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #0d1217,
      #151b22
    );

  color:#fff;

  padding:110px 0;
}

.tech-dark-inner{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:70px;

  align-items:start;
}

.tech-dark h2{
  margin:
    12px
    0
    24px;

  font-size:clamp(38px,4vw,62px);

  line-height:1.02;

  letter-spacing:-.045em;
}
  
  /* =========================================================
   SOLAREDGE / ENERGY DASHBOARD
========================================================= */

.tech-solaredge{
  padding:110px 0;
}

.tech-solaredge-grid{
  display:grid;
  grid-template-columns:1fr 560px;
  gap:70px;
  align-items:center;
}

.tech-solaredge-copy h2{
  margin:
    12px
    0
    24px;

  font-size:clamp(40px,4vw,64px);

  line-height:1.02;

  letter-spacing:-.045em;
}

.tech-solaredge-copy p{
  margin:
    0
    0
    36px;

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

  color:rgba(15,23,42,.68);
}

/* POINTS */

.tech-points{
  display:grid;
  gap:18px;
}

.tech-points article{
  padding:24px 26px;

  border-radius:24px;

  background:
    linear-gradient(
      135deg,
      rgba(247,148,29,.08),
      rgba(247,148,29,.03)
    );

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

.tech-points strong{
  display:block;

  margin-bottom:10px;

  font-size:18px;

  color:#111827;
}

.tech-points span{
  display:block;

  line-height:1.7;

  color:rgba(15,23,42,.70);
}

/* DASHBOARD */

.tech-dashboard{
  position:relative;

  overflow:hidden;

  border-radius:36px;

  padding:34px;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(247,148,29,.18),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #0f1722,
      #131d29
    );

  border:1px solid rgba(255,255,255,.08);

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

.tech-dashboard::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(255,255,255,.02) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.02) 1px,
      transparent 1px
    );

  background-size:34px 34px;

  pointer-events:none;
}

/* TOP */

.tech-dashboard-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.tech-dashboard-production,
.tech-dashboard-battery{
  padding:24px;

  border-radius:24px;

  background:rgba(255,255,255,.06);

  border:1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(10px);
}

.tech-dashboard-top span{
  display:block;

  margin-bottom:12px;

  color:rgba(255,255,255,.60);

  font-size:13px;

  letter-spacing:.12em;

  text-transform:uppercase;
}

.tech-dashboard-top strong{
  color:#fff;

  font-size:38px;

  line-height:1;
}

/* CENTER FLOW */

.tech-dashboard-center{
  position:relative;

  height:240px;

  margin:34px 0;

  display:flex;
  align-items:center;
  justify-content:space-between;
}

.tech-node{
  position:relative;
  z-index:3;

  width:120px;
  height:120px;

  border-radius:30px;

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

  font-weight:900;

  letter-spacing:.12em;

  color:#fff;

  background:
    linear-gradient(
      145deg,
      rgba(247,148,29,.28),
      rgba(247,148,29,.12)
    );

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

  box-shadow:
    0 0 40px rgba(247,148,29,.18);
}

.tech-flow{
  position:absolute;

  top:50%;

  height:4px;

  background:
    linear-gradient(
      90deg,
      rgba(247,148,29,0),
      rgba(247,148,29,1),
      rgba(247,148,29,0)
    );

  transform:translateY(-50%);

  overflow:hidden;
}

.tech-flow::after{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.95),
      transparent
    );

  animation:energyFlow 2s linear infinite;
}

.tech-flow-1{
  left:120px;
  right:220px;
}

.tech-flow-2{
  left:320px;
  right:20px;
}

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

  to{
    transform:translateX(120%);
  }
}

/* BOTTOM */

.tech-dashboard-bottom{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));

  gap:18px;
}

.tech-mini-card{
  padding:22px;

  border-radius:22px;

  background:rgba(255,255,255,.05);

  border:1px solid rgba(255,255,255,.08);
}

.tech-mini-card strong{
  display:block;

  margin-bottom:10px;

  color:#f7941d;

  font-size:30px;

  line-height:1;
}

.tech-mini-card span{
  color:rgba(255,255,255,.68);

  line-height:1.6;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .tech-solaredge-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:720px){

  .tech-dashboard-top,
  .tech-dashboard-bottom{
    grid-template-columns:1fr;
  }

  .tech-dashboard-center{
    flex-direction:column;

    gap:24px;

    height:auto;
  }

  .tech-flow{
    display:none;
  }

}

.tech-flow-1{
  left:120px;
  right:305px;
}

.tech-flow-2{
  left:305px;
  right:120px;
}

.tech-flow{
  height:3px;

  opacity:.82;

  filter:blur(.2px);
}

.tech-ems-panel{
  display:grid;
  gap:22px;
}

.tech-ems-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  backdrop-filter:blur(14px);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
}

.tech-ems-card::after{
  content:"";
  position:absolute;
  inset:auto -20% -45% auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(247,148,29,.18), transparent 65%);
}

.tech-ems-card-pro{
  background:
    radial-gradient(circle at 90% 20%, rgba(247,148,29,.16), transparent 34%),
    rgba(255,255,255,.08);
  border-color:rgba(247,148,29,.24);
}

.tech-ems-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.tech-ems-head strong{
  font-size:32px;
  line-height:1;
  color:#fff;
}

.tech-ems-head span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(247,148,29,.14);
  color:#f7941d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tech-ems-card p{
  margin:0 0 22px;
  color:rgba(255,255,255,.72);
  line-height:1.7;
}

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

.tech-ems-card li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.84);
  line-height:1.55;
}

.tech-ems-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#f7941d;
  font-weight:900;
}

.tech-ems-visual{
  position:relative;

  width:360px;
  height:360px;

  margin-top:50px;
}

.ems-core{
  position:absolute;

  left:50%;
  top:50%;

  width:120px;
  height:120px;

  transform:translate(-50%,-50%);

  border-radius:32px;

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

  background:
    linear-gradient(
      145deg,
      rgba(247,148,29,.32),
      rgba(247,148,29,.12)
    );

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

  color:#fff;

  font-size:30px;
  font-weight:900;
  letter-spacing:.12em;

  box-shadow:
    0 0 60px rgba(247,148,29,.24);
}

.ems-node{
  position:absolute;

  width:18px;
  height:18px;

  border-radius:50%;

  background:#f7941d;

  box-shadow:
    0 0 24px rgba(247,148,29,.75);

  animation:pulseNode 2.8s infinite;
}

.ems-node-1{
  top:24px;
  left:50%;
  transform:translateX(-50%);
}

.ems-node-2{
  right:24px;
  top:50%;
  transform:translateY(-50%);
}

.ems-node-3{
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
}

.ems-node-4{
  left:24px;
  top:50%;
  transform:translateY(-50%);
}

.ems-line{
  position:absolute;

  background:
    linear-gradient(
      90deg,
      rgba(247,148,29,0),
      rgba(247,148,29,.95),
      rgba(247,148,29,0)
    );

  overflow:hidden;
}

.ems-line::after{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.95),
      transparent
    );

  animation:emsFlow 2s linear infinite;
}

.ems-line-1{
  left:50%;
  top:78px;

  width:2px;
  height:90px;

  transform:translateX(-50%);
}

.ems-line-2{
  top:50%;
  right:78px;

  width:90px;
  height:2px;

  transform:translateY(-50%);
}

.ems-line-3{
  left:50%;
  bottom:78px;

  width:2px;
  height:90px;

  transform:translateX(-50%);
}

.ems-line-4{
  top:50%;
  left:78px;

  width:90px;
  height:2px;

  transform:translateY(-50%);
}

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

  to{
    transform:translateX(120%);
  }
}

@keyframes pulseNode{

  0%,100%{
    transform:scale(1);
    opacity:1;
  }

  50%{
    transform:scale(1.35);
    opacity:.7;
  }

}

.tech-ems-visual-plus{
  width:520px;
  height:360px;
  margin-top:46px;
}

.tech-ems-visual-plus::before{
  content:"";
  position:absolute;
  inset:20px;
  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;
  mask-image:radial-gradient(circle, #000 35%, transparent 72%);
  pointer-events:none;
}

.ems-orbit{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(247,148,29,.14);
  border-radius:50%;
}

.ems-orbit-1{
  width:270px;
  height:270px;
}

.ems-orbit-2{
  width:390px;
  height:250px;
  opacity:.65;
}

.ems-service{
  position:absolute;
  z-index:4;
  min-width:78px;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(247,148,29,.22);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow:0 0 30px rgba(247,148,29,.12);
}

.ems-solar{ left:50%; top:18px; transform:translateX(-50%); }
.ems-battery{ right:22px; top:50%; transform:translateY(-50%); }
.ems-grid{ left:50%; bottom:18px; transform:translateX(-50%); }
.ems-spot{ left:20px; top:50%; transform:translateY(-50%); }
.ems-load{ right:76px; top:40px; }

.tech-ems-visual-plus .ems-core{
  width:132px;
  height:132px;
  border-radius:34px;
}

.tech-ems-visual-plus .ems-line{
  background:linear-gradient(90deg, rgba(247,148,29,0), rgba(247,148,29,.8), rgba(247,148,29,0));
  opacity:.7;
}

.tech-ems-visual-plus .ems-line-1{
  left:50%;
  top:78px;
  width:2px;
  height:74px;
  transform:translateX(-50%);
}

.tech-ems-visual-plus .ems-line-2{
  top:50%;
  right:110px;
  width:120px;
  height:2px;
  transform:translateY(-50%);
}

.tech-ems-visual-plus .ems-line-3{
  left:50%;
  bottom:78px;
  width:2px;
  height:74px;
  transform:translateX(-50%);
}

.tech-ems-visual-plus .ems-line-4{
  top:50%;
  left:104px;
  width:124px;
  height:2px;
  transform:translateY(-50%);
}

.tech-ems-visual-plus .ems-line-5{
  top:82px;
  right:145px;
  width:105px;
  height:2px;
  transform:rotate(-28deg);
}

.tech-ems-visual-plus{
  width:520px;
  height:360px;
  margin-top:46px;
}

.tech-ems-visual-plus::before{
  content:"";
  position:absolute;
  inset:20px;
  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;
  mask-image:radial-gradient(circle, #000 35%, transparent 72%);
  pointer-events:none;
}

.ems-orbit{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(247,148,29,.14);
  border-radius:50%;
}

.ems-orbit-1{
  width:270px;
  height:270px;
}

.ems-orbit-2{
  width:390px;
  height:250px;
  opacity:.65;
}

.ems-service{
  position:absolute;
  z-index:4;
  min-width:78px;
  height:42px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(247,148,29,.22);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow:0 0 30px rgba(247,148,29,.12);
}

.ems-solar{ left:50%; top:18px; transform:translateX(-50%); }
.ems-battery{ right:22px; top:50%; transform:translateY(-50%); }
.ems-grid{ left:50%; bottom:18px; transform:translateX(-50%); }
.ems-spot{ left:20px; top:50%; transform:translateY(-50%); }
.ems-load{ right:76px; top:40px; }

.tech-ems-visual-plus .ems-core{
  width:132px;
  height:132px;
  border-radius:34px;
}

.tech-ems-visual-plus .ems-line{
  background:linear-gradient(90deg, rgba(247,148,29,0), rgba(247,148,29,.8), rgba(247,148,29,0));
  opacity:.7;
}

.tech-ems-visual-plus .ems-line-1{
  left:50%;
  top:78px;
  width:2px;
  height:74px;
  transform:translateX(-50%);
}

.tech-ems-visual-plus .ems-line-2{
  top:50%;
  right:110px;
  width:120px;
  height:2px;
  transform:translateY(-50%);
}

.tech-ems-visual-plus .ems-line-3{
  left:50%;
  bottom:78px;
  width:2px;
  height:74px;
  transform:translateX(-50%);
}

.tech-ems-visual-plus .ems-line-4{
  top:50%;
  left:104px;
  width:124px;
  height:2px;
  transform:translateY(-50%);
}

.tech-ems-visual-plus .ems-line-5{
  top:82px;
  right:145px;
  width:105px;
  height:2px;
  transform:rotate(-28deg);
}/* End custom CSS */