.elementor-335 .elementor-element.elementor-element-22edeee{--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:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-335 .elementor-element.elementor-element-041ddc0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-041ddc0 */.me-contact-section {
  --me-bg: #0b1014;
  --me-bg-2: #14100d;
  --me-card: rgba(255, 255, 255, .075);
  --me-card-strong: rgba(255, 255, 255, .105);
  --me-border: rgba(255, 255, 255, .16);
  --me-border-soft: rgba(255, 255, 255, .10);
  --me-text: #ffffff;
  --me-muted: rgba(255, 255, 255, .68);
  --me-muted-2: rgba(255, 255, 255, .50);
  --me-orange: #ff7a12;
  --me-orange-2: #ff9a24;

  padding: clamp(78px, 9vw, 130px) 20px;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 122, 18, .28), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 122, 18, .12), transparent 32%),
    linear-gradient(135deg, var(--me-bg) 0%, #10161a 48%, var(--me-bg-2) 100%);
  color: var(--me-text);
  overflow: hidden;
}

.me-contact-section * {
  box-sizing: border-box;
}

.me-contact-shell {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--me-border-soft);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(14px);
}

.me-contact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 122, 18, .25), transparent 22%, transparent 78%, rgba(255, 122, 18, .18));
  opacity: .55;
}

.me-contact-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 0 clamp(34px, 5vw, 54px);
  text-align: left;
}

.me-kicker,
.me-card-label {
  color: var(--me-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.me-contact-head h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .93;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.me-contact-head p {
  max-width: 760px;
  margin: 0;
  color: var(--me-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.me-contact-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr .9fr .9fr;
  gap: 24px;
}

.me-contact-card {
  position: relative;
  min-height: 295px;
  padding: 28px;
  border: 1px solid var(--me-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 122, 18, .17), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
  overflow: hidden;
}

.me-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 122, 18, .13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.055), transparent);
  pointer-events: none;
}

.me-contact-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -62px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 122, 18, .22);
  border-radius: 50%;
  pointer-events: none;
}

.me-card-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 7px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--me-orange), var(--me-orange-2));
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(255, 122, 18, .25);
}

.me-card-label {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  letter-spacing: .24em;
}

.me-contact-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(29px, 2.7vw, 40px);
  line-height: .98;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.me-contact-card a {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  margin-top: 9px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 820;
  text-decoration: none;
}

.me-contact-card a:hover {
  color: var(--me-orange-2);
}

.me-contact-card p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  max-width: 390px;
  color: var(--me-muted);
  font-size: 15px;
  line-height: 1.65;
}

.me-contact-card--main {
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 122, 18, .32), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
}

.me-contact-card--main .me-main-mail {
  color: var(--me-orange-2);
  font-size: clamp(25px, 2.9vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.me-contact-card--main .me-main-phone {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 950;
}

.me-company-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: 32px;
  margin-top: 24px;
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid var(--me-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 122, 18, .16), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.me-company-box h2 {
  max-width: 560px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: .93;
  letter-spacing: -0.08em;
  font-weight: 950;
}

.me-company-box p {
  max-width: 560px;
  margin: 0;
  color: var(--me-muted);
  font-size: 17px;
  line-height: 1.7;
}

.me-company-box p strong {
  color: #fff;
}

.me-company-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.me-company-data div {
  padding: 20px;
  border: 1px solid var(--me-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.me-company-data div:last-child {
  grid-column: 1 / -1;
}

.me-company-data span {
  display: block;
  margin-bottom: 10px;
  color: var(--me-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.me-company-data strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

@media (max-width: 1020px) {
  .me-contact-cards {
    grid-template-columns: 1fr;
  }

  .me-contact-card {
    min-height: auto;
  }

  .me-company-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .me-contact-section {
    padding: 54px 14px;
  }

  .me-contact-shell {
    padding: 22px;
    border-radius: 22px;
  }

  .me-contact-head h1 {
    font-size: 42px;
  }

  .me-contact-card {
    padding: 24px;
    border-radius: 20px;
  }

  .me-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }

  .me-contact-card--main .me-main-mail {
    font-size: 24px;
  }

  .me-company-box {
    padding: 24px;
  }

  .me-company-data {
    grid-template-columns: 1fr;
  }
}

.me-card-label {
  max-width: 100%;
  letter-spacing: .16em;
  line-height: 1.45;
}

.me-contact-card {
  min-height: 285px;
}

.me-contact-card h2 {
  margin-top: 12px;
}

@media (max-width: 1180px) {
  .me-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .me-contact-cards {
    grid-template-columns: 1fr;
  }
}

.me-card-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #ff7a12;
  box-shadow: 0 0 0 8px rgba(255, 122, 18, .16);
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}

.me-card-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: .95;
}

.me-card-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #ff7a12;
  box-shadow: 0 0 0 8px rgba(255, 122, 18, .16);
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}

.me-card-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: .95;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-22edeee *//* Marco Energy kontakt – zjemnění typografie a rozestupů */

.me-contact-head h1 {
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 600;
}

.me-contact-head p {
  line-height: 1.75;
  font-weight: 400;
}

.me-card-label,
.me-kicker {
  letter-spacing: .18em;
  line-height: 1.55;
  font-weight: 700;
}

.me-contact-card h2 {
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin-bottom: 18px;
}

.me-contact-card a {
  line-height: 1.55;
  font-weight: 550;
  margin-top: 10px;
}

.me-contact-card p {
  line-height: 1.75;
  font-weight: 400;
}

.me-contact-card--main .me-main-mail {
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.me-contact-card--main .me-main-phone {
  line-height: 1.25;
  font-weight: 600;
}

/* delší názvy funkcí – ať nejsou jako salám */
.me-card-label {
  max-width: 95%;
  word-spacing: .08em;
}

/* čistý badge místo emoji ikon */
.me-card-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #ff7a12;
  box-shadow: 0 0 0 8px rgba(255, 122, 18, .16);
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
}

.me-card-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

/* obecně víc vzduchu v kartách */
.me-contact-card {
  padding: 30px;
}

@media (max-width: 640px) {
  .me-contact-head h1 {
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .me-contact-card h2 {
    line-height: 1.14;
  }

  .me-card-label,
  .me-kicker {
    letter-spacing: .13em;
  }
}/* End custom CSS */