/* ======================================
   KONTAKT – styl konzistentní s O nás / Jak pomoci
   (používá stejné proměnné: --ink, --brand-yellow, --brand-green, --section-soft)
   ====================================== */

/* helpers (pokud už je máš globálně, klidně smaž) */
.font-display{ font-family:"Oswald", system-ui, sans-serif; }
.font-script{ font-family:"Kolker Brush", cursive; }

/* ===========================
   KONTAKT – HERO (stejné jako O nás)
   =========================== */
.contact-hero{
  position:relative;
  min-height:86vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background-image:var(--contact-hero-img);
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.contact-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.52));
}
.contact-hero__content{
  position:relative;
  z-index:2;
  max-width:980px;
  padding:140px 18px 80px;
  color:#fff;
}
.contact-hero__kicker{
  display:inline-block;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:rgba(255,255,255,.70);
  margin-bottom:14px;
  font-weight:800;
}
.contact-hero__title{
  margin:0;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
  line-height:1.25;
  font-size:clamp(42px, 6vw, 84px);
}
.contact-hero__titleRow{
  display:inline-flex;
  align-items:baseline;
  gap:14px;
}
.contact-hero__script{
  font-weight:500;
  color:var(--brand-yellow, #f3c33b);
  text-transform:none;
  font-size:clamp(3.8rem, 9vw, 9.5rem);
  line-height:.9;
  letter-spacing:-0.02em;
}
.contact-hero__subtitle{
  margin:14px auto 0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.7;
  max-width:66ch;
}


/* ===========================
   PRO sekce (stejný vzor)
   =========================== */
.contact-pro{
  background:#fff;
  position:relative;
  padding: clamp(70px, 9vw, 120px) 0;
  overflow:hidden;
}
.contact-pro::before{
  content:"";
  position:absolute;
  inset:-22%;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 22%, rgba(243,195,59,.10), transparent 55%),
    radial-gradient(circle at 78% 18%, rgba(52,179,106,.10), transparent 52%),
    radial-gradient(circle at 70% 78%, rgba(11,31,42,.06), transparent 58%);
}

.contact-pro__head{
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.contact-pro__kicker{
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(11,31,42,.55);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}
.contact-pro__kicker::before{
  content:"";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: rgba(52,179,106,.85);
}
.contact-pro__title{
  margin: 0 0 14px;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  color: var(--ink, #0b1f2a);
}
.contact-pro__underline{
  margin-top: 14px;
  color: var(--brand-yellow, #f3c33b);
  line-height: 0;
}
.contact-pro__lead{
  margin: 18px auto 0;
  max-width: 74ch;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(11,31,42,.62);
}

/* Block */
.contact-pro__block{
  max-width: 760px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

/* lines */
.contact-lines{
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}
.contact-line{
  padding: 18px 0;
  border-bottom: 1px solid rgba(11,31,42,.10);
}
.contact-line:last-child{ border-bottom: none; }

.contact-line__label{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(11,31,42,.52);
  margin-bottom: 6px;
}
.contact-line__value{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .3px;
  color: rgba(11,31,42,.90);
  word-break: break-word;
}
.contact-link{
  color: inherit;
  text-decoration: none;
}
.contact-link:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* social (bez koleček, jen velké ikonky) */
.contact-social{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: .95;
}
.social-mark{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(11,31,42,.78);
  transform: translateY(0);
  transition: transform .16s ease, color .16s ease, opacity .16s ease, filter .16s ease;
  user-select: none;
}
.social-mark svg{
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.social-mark:hover{
  transform: translateY(-2px);
  filter: brightness(.98);
}

/* jemné barevné akcenty (ne křiklavé) */
.social-mark--fb:hover{ color: rgba(24,119,242,.92); }
.social-mark--ig:hover{ color: rgba(225,48,108,.92); }
.social-mark--tt:hover{ color: rgba(11,31,42,.92); }
.social-mark--yt:hover{ color: rgba(255,0,0,.92); }
.social-mark--ms:hover{ color: rgba(0,132,255,.92); }
.social-mark--mail:hover{ color: rgba(52,179,106,.92); }

.contact-pro__note{
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: rgba(11,31,42,.55);
}

/* ===========================
   Form (clean)
   =========================== */
.contact-form{
  max-width: 820px;
  margin: clamp(46px, 6vw, 78px) auto 0;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
}
.contact-form__kicker{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(11,31,42,.55);
  margin-bottom: 10px;
}
.contact-form__title{
  margin: 0 0 16px;
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 40px);
  color: var(--ink, #0b1f2a);
}

.contact-label{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(11,31,42,.55);
}

.contact-input{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.contact-input:focus{
  border-color: rgba(52,179,106,.55);
  box-shadow: 0 14px 34px rgba(52,179,106,.16);
}

.contact-form__hint{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(11,31,42,.55);
}

/* mobile */
@media (max-width: 575.98px){
  .contact-line__value{ font-size: 18px; }
  .contact-social{ gap: 14px; }
  .social-mark{ width: 32px; height: 32px; }
}
