.elementor-263 .elementor-element.elementor-element-c8257cf{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c101fd5 */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&display=swap');

.pm-contact-hero,
.pm-contact-hero *{
  box-sizing:border-box;
}

.pm-contact-hero{
  position:relative;
  padding:140px 0 88px;
  overflow:hidden;
  min-height:820px;
  display:flex;
  align-items:center;
  background:linear-gradient(180deg, #060709 0%, #0b0c10 100%);
  color:#fff;
}

.pm-contact-hero__bg{
  position:absolute;
  inset:0;
  background-image:url("https://petrkhrumachacek.com/wp-content/uploads/2026/03/Petr-Machacek-a-Daniel-Vitovec.jpeg");
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  filter:brightness(.78) contrast(1.04) saturate(.96);
  transform:scale(1.02);
}

.pm-contact-hero__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 84% 22%, rgba(215,38,38,.10) 0%, rgba(215,38,38,0) 24%),
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 34%, rgba(0,0,0,.34) 62%, rgba(0,0,0,.16) 100%),
    linear-gradient(180deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.50) 48%, rgba(0,0,0,.78) 100%);
}

.pm-contact-hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.06;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:44px 44px;
}

.pm-contact-hero__inner{
  position:relative;
  z-index:1;
  width:min(calc(100% - 80px), 1240px);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:32px;
  align-items:end;
}

.pm-contact-hero__content{
  max-width:760px;
}

.pm-contact-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 16px;
  margin:0 0 22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:#fff;
  font-family:Inter, sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.pm-contact-hero__title{
  margin:0 0 18px;
  color:#f4f4f4;
  font-family:"Bebas Neue", sans-serif;
  font-size:clamp(68px, 8vw, 126px);
  line-height:.90;
  letter-spacing:1px;
  text-transform:uppercase;
  text-shadow:0 10px 30px rgba(0,0,0,.22);
}

.pm-contact-hero__text{
  margin:0 0 30px;
  max-width:760px;
  color:#dddddd;
  font-family:Inter, sans-serif;
  font-size:20px;
  line-height:1.85;
  text-shadow:0 8px 24px rgba(0,0,0,.22);
}

.pm-contact-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.pm-contact-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 28px;
  border-radius:8px;
  text-decoration:none !important;
  font-family:"Bebas Neue", sans-serif;
  font-size:24px;
  letter-spacing:1px;
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}

.pm-contact-hero__btn--primary{
  background:linear-gradient(180deg, #d72626 0%, #bf1d1d 100%);
  color:#fff !important;
  border:2px solid #d72626;
  box-shadow:0 12px 28px rgba(215,38,38,.18);
}

.pm-contact-hero__btn--primary:hover{
  background:linear-gradient(180deg, #ef3b35 0%, #d72c27 100%);
  border-color:#ef3b35;
  color:#fff !important;
  transform:translateY(-2px);
}

.pm-contact-hero__btn--secondary{
  background:rgba(255,255,255,.03);
  color:#fff !important;
  border:2px solid rgba(255,255,255,.78);
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.pm-contact-hero__btn--secondary:hover{
  color:#ff4a43 !important;
  border-color:#ff4a43;
  background:rgba(215,38,38,.04);
  transform:translateY(-2px);
}

.pm-contact-hero__side{
  display:grid;
  gap:14px;
}

.pm-contact-hero__card{
  position:relative;
  padding:20px 20px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.018) 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  overflow:hidden;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.pm-contact-hero__card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg, #d72626 0%, rgba(215,38,38,0) 100%);
}

.pm-contact-hero__label{
  margin:0 0 8px;
  color:#9e9e9e;
  font-family:Inter, sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.pm-contact-hero__value{
  display:inline-block;
  color:#f4f4f4;
  font-family:"Bebas Neue", sans-serif;
  font-size:34px;
  line-height:1;
  letter-spacing:1px;
  text-transform:uppercase;
}

.pm-contact-hero__value--small{
  font-size:26px;
  line-height:1.15;
  text-transform:none;
  word-break:break-word;
  letter-spacing:.2px;
}

.pm-contact-hero__value--link{
  text-decoration:none !important;
  color:#f4f4f4 !important;
  transition:color .25s ease, transform .25s ease, opacity .25s ease;
}

.pm-contact-hero__value--link:hover{
  color:#ff4a43 !important;
  transform:translateY(-1px);
}

.pm-contact-hero__value--link:visited,
.pm-contact-hero__value--link:focus,
.pm-contact-hero__value--link:active{
  color:#f4f4f4 !important;
  text-decoration:none !important;
}

.pm-contact-hero__maplink{
  display:inline-block;
  color:#f4f4f4 !important;
  text-decoration:none !important;
  font-family:"Bebas Neue", sans-serif;
  font-size:26px;
  line-height:1.15;
  letter-spacing:.4px;
  text-transform:none;
  transition:color .25s ease, opacity .25s ease, transform .25s ease;
}

.pm-contact-hero__maplink:hover{
  color:#ff4a43 !important;
  transform:translateY(-1px);
}

.pm-contact-hero__maplink:visited,
.pm-contact-hero__maplink:focus,
.pm-contact-hero__maplink:active{
  color:#f4f4f4 !important;
  text-decoration:none !important;
}

.pm-sticky-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:10px;
}

.pm-sticky-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:46px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none !important;
  line-height:1;
  white-space:nowrap;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.pm-sticky-btn--dark{
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(22,22,22,.92) 0%, rgba(8,8,8,.92) 100%);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:
    0 14px 38px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(255,255,255,.03);
  color:#ffffff !important;
  font-family:Inter, sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.25px;
}

.pm-sticky-btn--dark:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(180deg, rgba(30,30,30,.96) 0%, rgba(10,10,10,.96) 100%);
  box-shadow:
    0 18px 44px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.03),
    inset 0 1px 0 rgba(255,255,255,.10);
  color:#ffffff !important;
}

.pm-sticky-btn--red{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, #e02b2b 0%, #ba1d1d 100%);
  box-shadow:
    0 14px 34px rgba(215,38,38,.28),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(0,0,0,.12);
  color:#ffffff !important;
  font-family:"Bebas Neue", sans-serif;
  font-size:24px;
  letter-spacing:.8px;
}

.pm-sticky-btn--red:hover{
  transform:translateY(-2px);
  background:linear-gradient(180deg, #f03a36 0%, #d32323 100%);
  box-shadow:
    0 18px 42px rgba(215,38,38,.36),
    inset 0 1px 0 rgba(255,255,255,.16);
  color:#ffffff !important;
}

.pm-sticky-btn:focus,
.pm-sticky-btn:active,
.pm-sticky-btn:visited{
  color:#ffffff !important;
  text-decoration:none !important;
}

.pm-sticky-btn__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  font-size:13px;
  opacity:.95;
}

.pm-sticky-btn__text{
  white-space:nowrap;
}

@media (max-width:1100px){
  .pm-contact-hero{
    padding:120px 0 72px;
    min-height:680px;
  }

  .pm-contact-hero__inner{
    width:min(calc(100% - 56px), 1240px);
    grid-template-columns:minmax(0, 1fr) 320px;
    gap:24px;
  }

  .pm-contact-hero__text{
    font-size:18px;
  }

  .pm-contact-hero__value{
    font-size:30px;
  }

  .pm-contact-hero__value--small,
  .pm-contact-hero__maplink{
    font-size:22px;
  }
}

@media (max-width:900px){
  .pm-contact-hero{
    padding:112px 0 72px;
    min-height:auto;
  }

  .pm-contact-hero__inner{
    width:min(calc(100% - 40px), 760px);
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
  }

  .pm-contact-hero__content{
    max-width:100%;
  }

  .pm-contact-hero__title{
    font-size:clamp(48px, 10vw, 78px);
    line-height:.96;
  }

  .pm-contact-hero__text{
    max-width:100%;
    font-size:17px;
    line-height:1.7;
  }

  .pm-contact-hero__side{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .pm-contact-hero{
    padding:108px 0 56px;
    min-height:auto;
  }

  .pm-contact-hero__bg{
    background-position:10% center;
    filter:brightness(.62) contrast(1.05) saturate(.92);
  }

  .pm-contact-hero__bg::before{
    background:
      linear-gradient(180deg, rgba(0,0,0,.44) 0%, rgba(0,0,0,.66) 38%, rgba(0,0,0,.88) 100%),
      linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.42) 58%, rgba(0,0,0,.18) 100%);
  }

  .pm-contact-hero__inner{
    width:min(calc(100% - 44px), 420px);
    margin:0 auto;
    grid-template-columns:1fr;
    gap:18px;
  }

  .pm-contact-hero__eyebrow{
    min-height:34px;
    padding:6px 14px;
    margin:0 0 16px;
    font-size:11px;
    letter-spacing:1.6px;
  }

  .pm-contact-hero__title{
    margin:0 0 14px;
    font-size:clamp(44px, 13vw, 66px);
    line-height:.94;
  }

  .pm-contact-hero__text{
    margin:0 0 22px;
    font-size:15px;
    line-height:1.7;
  }

  .pm-contact-hero__buttons{
    flex-direction:column;
    gap:10px;
  }

  .pm-contact-hero__btn{
    width:100%;
    min-height:54px;
    font-size:21px;
  }

  .pm-contact-hero__card{
    padding:18px 18px 16px;
    border-radius:16px;
  }

  .pm-contact-hero__label{
    font-size:11px;
  }

  .pm-contact-hero__value{
    font-size:26px;
    line-height:1.08;
  }

  .pm-contact-hero__value--small,
  .pm-contact-hero__maplink{
    font-size:20px;
  }

  .pm-sticky-actions{
    right:10px;
    bottom:10px;
    gap:6px;
    flex-direction:row;
    align-items:center;
    padding:6px;
    border-radius:999px;
    background:rgba(8,8,8,.28);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }

  .pm-sticky-btn{
    height:34px;
    padding:0 10px;
    gap:7px;
    border-radius:999px;
  }

  .pm-sticky-btn--dark{
    font-size:11px;
    font-weight:700;
    letter-spacing:.15px;
  }

  .pm-sticky-btn--red{
    font-size:18px;
    letter-spacing:.5px;
    padding:0 12px;
  }

  .pm-sticky-btn__arrow{
    width:18px;
    height:18px;
    font-size:10px;
  }
}/* End custom CSS */