/*
Theme Name: Adafinish Galvanovna
Theme URI: https://www.galvanovna.biz
Author: ChatGPT
Author URI: https://openai.com
Description: Moderní firemní WordPress šablona pro Galvanovnu Adafinish, s.r.o. Obsahuje úvodní video blok, služby, výhody, proces spolupráce, reference, CTA a kontaktní patičku.
Version: 1.6.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zinka-cz
Tags: custom-logo, custom-menu, featured-images, one-column, responsive-layout, industrial, business
*/

:root {
  --zinka-navy: #0d2538;
  --zinka-navy-2: #071926;
  --zinka-blue: #1f5b88;
  --zinka-blue-2: #2c78ad;
  --zinka-ink: #0d1b2a;
  --zinka-muted: #607084;
  --zinka-line: #dbe4ec;
  --zinka-soft: #f4f8fb;
  --zinka-white: #ffffff;
  --zinka-radius: 8px;
  --zinka-shadow: 0 18px 50px rgba(11, 34, 54, .14);
  --zinka-shadow-card: 0 10px 28px rgba(12, 42, 64, .08);
  --zinka-container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--zinka-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--zinka-blue); text-decoration: none; }
a:hover { color: var(--zinka-navy); }
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1.1rem; }

.container {
  width: min(var(--zinka-container), calc(100% - 28px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  overflow: visible;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13, 37, 56, .08);
}
.site-header .container {
  width: min(1380px, calc(100% - 24px));
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: var(--zinka-ink);
}
.brand-link:hover,
.custom-logo-link:hover { color: var(--zinka-ink); }
.custom-logo { max-height: 64px; width: auto; }
.brand-combo { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; }
.brand-icon-wrap { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.brand-icon-image { display: block; width: auto; height: auto; max-width: 100%; }
.header-logo .brand-icon-image { height: 52px; }
.header-logo .brand-title { font-size: clamp(15px, 1.25vw, 21px); line-height: 1; white-space: nowrap; }
.header-logo .brand-subtitle { font-size: 11px; letter-spacing: .14em; margin-top: 5px; white-space: nowrap; font-weight: 900; }
.footer-logo { align-items: center; }
.footer-brand-box { display: inline-flex; background: #fff; padding: 12px 16px; border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.footer-logo-image { display: block; width: min(290px, 100%); height: auto; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--zinka-ink);
  flex: 0 0 auto;
  max-width: 100%;
}
.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
}
.brand-title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
  color: var(--zinka-ink);
}
.brand-title-main, .brand-title-tail { color: var(--zinka-ink); }
.brand-title-accent { color: #1e80de; }
.brand-subtitle {
  display: block;
  margin-top: 7px;
  color: #4c5d6e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.site-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-menu a {
  color: #101923;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.site-menu a:hover,
.site-menu .current-menu-item > a { color: var(--zinka-blue); }
.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 11px;
  padding: 11px 16px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #16466f 0%, #235f8d 100%);
  color: #fff;
  box-shadow: 0 10px 25px rgba(17, 70, 109, .18);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 14px 30px rgba(17,70,109,.26); }
.button-light {
  background: #fff;
  color: var(--zinka-navy);
  box-shadow: 0 10px 28px rgba(0,0,0,.15);
}
.button-light:hover { color: var(--zinka-blue); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--zinka-line);
  border-radius: 7px;
  background: #fff;
  color: var(--zinka-navy);
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 5px auto;
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 468px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #071926 url('assets/images/hero-bg.jpg') center/cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 34%, rgba(44,120,173,.18), transparent 30%),
    linear-gradient(90deg, rgba(5,18,28,.78) 0%, rgba(6,18,30,.64) 45%, rgba(7,19,31,.56) 100%);
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(44,120,173,.18) 0 1px, transparent 1px),
    linear-gradient(60deg, rgba(44,120,173,.12) 0 1px, transparent 1px);
  background-size: 82px 142px;
  background-position: -62px 80px, calc(100% + 40px) 70px;
  opacity: .18;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 28px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr .98fr;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  padding: 58px 0;
}
.hero-title {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 900;
}
.section-line {
  width: 56px;
  height: 4px;
  margin: 23px 0 22px;
  background: var(--zinka-blue-2);
}
.hero-subtitle {
  max-width: 580px;
  color: rgba(255,255,255,.94);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.58;
}
.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.hero-feature {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 13px;
  align-items: start;
}
.hero-feature svg { width: 42px; height: 42px; color: #fff; stroke-width: 1.7; }
.hero-feature strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-feature span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  line-height: 1.35;
}
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #0a1722;
  box-shadow: 0 26px 58px rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.18);
  isolation: isolate;
}
.video-card img { width: 100%; aspect-ratio: 16 / 9.32; object-fit: cover; }
.video-real video,
.video-embed iframe { width: 100%; aspect-ratio: 16 / 9.32; height: auto; display: block; border: 0; }
.video-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 78px;
  background: linear-gradient(0deg, rgba(0,0,0,.82), transparent);
  pointer-events: none;
}
.video-card.video-real::after,
.video-card.video-embed::after { display: none; content: none; }
.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border: 4px solid rgba(255,255,255,.88);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.22);
  z-index: 2;
  transition: transform .2s ease, background .2s ease;
}
.video-card:hover .play-button { transform: translate(-50%, -50%) scale(1.04); background: rgba(31,91,136,.45); }
.play-button svg { width: 34px; height: 34px; margin-left: 5px; fill: #fff; }
.video-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  grid-template-columns: 20px 75px 1fr 22px 28px;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.video-controls svg { width: 18px; height: 18px; fill: #fff; }
.progress {
  height: 5px;
  border-radius: 99px;
  background: rgba(255,255,255,.55);
  overflow: hidden;
}
.progress span { display: block; width: 52%; height: 100%; background: var(--zinka-blue-2); border-radius: inherit; }

.section {
  padding: clamp(48px, 6vw, 78px) 0;
}
.section-compact { padding: 38px 0; }
.section-soft { background: linear-gradient(180deg, #f6fafc 0%, #eef5f9 100%); }
.section-heading {
  text-align: center;
  margin-bottom: 34px;
}
.eyebrow {
  display: block;
  color: var(--zinka-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 8px 0 0;
  color: var(--zinka-ink);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 900;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 356px;
  background: #fff;
  border: 1px solid var(--zinka-line);
  border-radius: 7px;
  box-shadow: var(--zinka-shadow-card);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--zinka-shadow); border-color: rgba(31,91,136,.28); }
.service-image { height: 145px; background: #dfe7ee; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 38px 20px 24px; }
.service-icon {
  position: absolute;
  top: 118px;
  left: 22px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--zinka-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(18,73,112,.23);
  clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);
}
.service-icon svg { width: 28px; height: 28px; stroke-width: 2; }
.service-icon .zn { font-size: 22px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.service-card h3 { margin: 0 0 9px; font-size: 22px; line-height: 1.2; font-weight: 900; letter-spacing: -.02em; }
.service-card p { color: #263342; font-size: 14.5px; line-height: 1.48; margin-bottom: 22px; }
.more-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--zinka-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.benefits {
  padding: 36px 0 34px;
  background: linear-gradient(180deg, #f5f9fc 0%, #eef5f9 100%);
  border-block: 1px solid rgba(13,37,56,.06);
}
.benefits-title {
  margin: 0 0 24px;
  text-align: center;
  color: var(--zinka-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.benefit {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 8px;
  width: 1px;
  height: calc(100% - 16px);
  background: #cddbe5;
}
.benefit svg { width: 64px; height: 64px; color: var(--zinka-blue); stroke-width: 1.7; }
.benefit strong {
  display: block;
  color: #1e4b70;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}
.benefit span {
  display: block;
  margin-top: 5px;
  color: #263342;
  font-size: 13px;
  line-height: 1.35;
}

.process-reference {
  display: grid;
  grid-template-columns: 1.56fr 1fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}
.block-title {
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
  letter-spacing: .01em;
  font-weight: 900;
  text-transform: uppercase;
}
.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 18px;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 9%;
  right: 9%;
  border-top: 2px solid #d6e2eb;
}
.step { position: relative; text-align: center; }
.step-number {
  position: relative;
  z-index: 2;
  width: 35px;
  height: 35px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f7fbfd;
  border: 2px solid #d5e3ed;
  color: #6d7d8b;
  font-size: 14px;
  font-weight: 900;
}
.step svg { width: 50px; height: 50px; margin: 0 auto 12px; color: var(--zinka-blue); stroke-width: 1.8; }
.step strong { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.step span { display: block; color: #33404d; font-size: 11px; line-height: 1.35; }
.reference-card img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  border-radius: 5px;
}
.reference-media { position: relative; overflow: hidden; border-radius: 5px; box-shadow: var(--zinka-shadow-card); }
.stats-box {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(90px,1fr));
  gap: 20px;
  padding: 20px 24px;
  border-radius: 3px;
  background: rgba(3,10,17,.9);
  color: #fff;
}
.stats-box strong { display: block; font-size: 34px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.stats-box span { display: block; margin-top: 7px; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.25; }
.reference-link { margin-top: 18px; }

.cta-band {
  color: #fff;
  background: linear-gradient(135deg, #16466f 0%, #0f395c 100%);
}
.cta-inner {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 98px;
}
.cta-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);
}
.cta-icon svg { width: 35px; height: 35px; }
.cta-title { margin: 0; font-size: clamp(24px, 3vw, 31px); line-height: 1.15; font-weight: 900; letter-spacing: -.025em; }
.cta-text { margin: 4px 0 0; color: rgba(255,255,255,.86); font-size: 18px; }

.site-footer {
  background: radial-gradient(circle at 82% 50%, rgba(45,120,172,.16), transparent 24%), #07141f;
  color: rgba(255,255,255,.82);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .72fr .8fr 1.05fr 1.2fr;
  gap: 42px;
  padding: 38px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.footer-logo .brand-title { color: #fff; font-size: 30px; }
.footer-logo .brand-subtitle { color: rgba(255,255,255,.72); font-size: 9px; }
.footer-about { margin: 16px 0 14px; font-size: 14px; line-height: 1.5; }
.iso-row { display: flex; flex-wrap: wrap; gap: 9px; }
.iso-badge { border: 1px solid rgba(255,255,255,.72); color: #fff; padding: 4px 10px; border-radius: 3px; font-size: 13px; font-weight: 900; }
.footer-column h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li { margin-bottom: 7px; font-size: 14px; }
.footer-column a { color: rgba(255,255,255,.83); }
.footer-column a:hover { color: #fff; }
.contact-list li { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 9px; align-items: start; }
.contact-list svg { width: 17px; height: 17px; margin-top: 3px; color: #fff; }
.map-cz {
  align-self: center;
  min-height: 148px;
  background:
    radial-gradient(circle at 49% 52%, #7fb6dd 0 4px, transparent 5px),
    radial-gradient(circle, rgba(255,255,255,.55) 0 1.2px, transparent 1.8px);
  background-size: 100% 100%, 10px 10px;
  background-position: center, center;
  clip-path: polygon(7% 51%,15% 34%,29% 31%,35% 18%,53% 22%,61% 13%,75% 22%,80% 34%,93% 39%,88% 55%,79% 59%,75% 72%,56% 73%,49% 85%,33% 78%,21% 81%,15% 68%);
  opacity: .82;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 20px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}
.footer-bottom a { color: rgba(255,255,255,.72); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-footer .site-menu {
  display: block;
}
.site-footer .site-menu a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.content-area {
  padding: 70px 0;
}
.entry-title {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.entry-content {
  max-width: 860px;
}
.entry-content p,
.entry-content li { font-size: 18px; }
.posts-list { display: grid; gap: 28px; }
.post-card { padding: 28px; border: 1px solid var(--zinka-line); border-radius: 10px; box-shadow: var(--zinka-shadow-card); }
.post-card h2 { margin: 0 0 10px; }
body.admin-bar .site-header { top: 32px; }
.section-heading-left { text-align: left; margin-bottom: 26px; }
.page-section-soft { background: var(--zinka-soft); }
.contact-people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.contact-person-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--zinka-line);
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: var(--zinka-shadow-card);
}
.contact-person-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16466f 0%, #235f8d 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 12px;
}
.contact-person-card h3 { margin: 0 0 6px; font-size: 22px; }
.contact-person-role { color: var(--zinka-muted); margin-bottom: 16px; min-height: 26px; }
.contact-person-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.contact-person-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--zinka-muted); }
.contact-person-list svg { width: 18px; height: 18px; color: var(--zinka-blue); margin-top: 3px; flex: 0 0 auto; }
.contact-person-list strong { color: var(--zinka-ink); }
.page-content-wrap-single { grid-template-columns: 1fr; }



.page-hero {
  padding: 86px 0 68px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,25,38,.92), rgba(13,37,56,.78)),
    url('assets/images/hero-bg.jpg') center/cover no-repeat;
}
.page-hero h1 {
  max-width: 780px;
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.page-hero p { max-width: 760px; color: rgba(255,255,255,.86); font-size: 20px; }
.page-section { padding: 50px 0px; background: #fff; }
.page-section-2 { padding: 10px 0px 50px 0px; background: #fff; }
.content-card,
.contact-detail-card,
.form-card,
.map-card,
.cert-help-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--zinka-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--zinka-shadow-card);
}
.page-content-wrap { display: grid; gap: 28px; }
.cert-help-card { background: var(--zinka-soft); }
.cert-help-card h2,
.form-card h2,
.map-card h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 34px); }
.cert-help-list { margin: 0; padding-left: 22px; color: var(--zinka-muted); }
.cert-help-list li + li { margin-top: 7px; }
.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.contact-detail-card h2 { margin-top: 0; font-size: clamp(20px, 1.0vw, 40px); }
.company-address { margin: 0 0 22px; color: var(--zinka-muted); font-size: 18px; }
.company-data-list { display: grid; gap: 12px; margin: 28px 0 0; }
.company-data-list div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(13,37,56,.08); }
.company-data-list dt { font-weight: 900; color: var(--zinka-ink); }
.company-data-list dd { margin: 0; color: var(--zinka-muted); }
.company-data-list a { font-weight: 700; }

.contact-detail-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.contact-detail-list li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; align-items: start; }
.contact-detail-list svg { width: 34px; height: 34px; color: var(--zinka-blue); stroke-width: 1.7; }
.contact-detail-list strong { display: block; color: var(--zinka-ink); line-height: 1.2; }
.contact-detail-list span { color: var(--zinka-muted); }
.contact-side { display: grid; gap: 28px; }
.form-card .form-placeholder {
  padding: 22px;
  border: 1px dashed #b9c9d6;
  border-radius: 10px;
  color: var(--zinka-muted);
  background: #f8fbfd;
}
.map-card iframe { width: 100%; min-height: 320px; border: 0; border-radius: 10px; }
.map-placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef5fa, #f8fbfd);
  color: var(--zinka-muted);
  text-align: center;
}

/* Slide dole na uvodni strance */
.photo-slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--zinka-shadow-card);
  background: #fff;
}

.photo-slide {
  display: none;
}

.photo-slide.is-active {
  display: block;
}

.photo-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 25, 38, .82);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.slider-prev {
  left: 14px;
}

.slider-next {
  right: 14px;
}

/* Logo v hlavičce – srovnání textu k ikoně */
.header-logo {
  align-items: center !important;
  gap: 10px !important;
}

.header-logo .brand-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.05 !important;
  transform: translateY(3px);
}

.header-logo .brand-title,
.header-logo .brand-subtitle {
  text-align: center !important;
  width: 100%;
}

.header-logo .brand-subtitle {
  margin-top: 2px !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
}

/* Volitelně lehce zmenší mezeru mezi logem a textem */
.header-logo .brand-icon-wrap {
  margin-right: 0 !important;
}

@media (max-width: 1100px) {
  .contact-people-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .header-inner { min-height: 78px; }
  .site-nav { gap: 16px; }
  .site-menu { gap: 22px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding: 54px 0 64px; }
  .hero-title { max-width: 760px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefit:nth-child(2)::after { display: none; }
  .process-reference { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .map-cz { grid-column: span 3; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .contact-people-grid { grid-template-columns: 1fr; }
  .company-data-list div { grid-template-columns: 1fr; gap: 2px; }
  body { font-size: 16px; }
  .container { width: min(100% - 32px, var(--zinka-container)); }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 24px;
    background: #fff;
    border-bottom: 1px solid var(--zinka-line);
    box-shadow: 0 16px 30px rgba(10,28,44,.08);
  }
  body.nav-open .site-nav { display: block; }
  .site-menu { display: grid; gap: 14px; }
  .site-menu a { display: block; padding: 9px 0; }
  .hero { min-height: auto; }
  .hero-grid { width: min(100% - 32px, var(--zinka-container)); padding: 44px 0 50px; }
  .hero-features { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .video-controls { grid-template-columns: 20px 68px 1fr 18px; }
  .video-controls .fullscreen { display: none; }
  .services-grid,
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit::after { display: none !important; }
  .process-steps { grid-template-columns: 1fr; gap: 24px; }
  .process-steps::before { display: none; }
  .step { display: grid; grid-template-columns: 40px 64px minmax(0,1fr); gap: 14px; align-items: center; text-align: left; }
  .step-number { margin: 0; }
  .step svg { margin: 0; }
  .stats-box { position: static; margin-top: 0; grid-template-columns: 1fr 1fr; border-radius: 0 0 5px 5px; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; gap: 16px; padding: 28px 0; }
  .cta-icon { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .map-cz { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}


@media (max-width: 767px) {
  .header-logo .brand-icon-image { height: 44px; }
  .header-logo .brand-title { font-size: 16px; white-space: normal; }
  .header-logo .brand-subtitle { font-size: 10px; letter-spacing: .1em; white-space: normal; }
  .brand-combo { gap: 8px; }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .header-logo .brand-icon-image { height: 44px; }
  .header-logo .brand-title { font-size: 16px; }
  .header-logo .brand-subtitle { font-size: 10px; letter-spacing: .1em; }
}


.native-contact-form {
  display: grid;
  gap: 17px;
}
.native-contact-form .form-intro {
  color: var(--zinka-muted);
  margin: 0 0 2px;
  font-size: 15px;
}
.native-contact-form label {
  display: block;
  font-weight: 800;
  color: var(--zinka-ink);
  margin-bottom: 7px;
}
.native-contact-form input,
.native-contact-form select,
.native-contact-form textarea {
  width: 100%;
  border: 1px solid var(--zinka-line);
  border-radius: 8px;
  background: #fff;
  color: var(--zinka-ink);
  font: inherit;
  padding: 12px 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.native-contact-form textarea { resize: vertical; min-height: 132px; }
.native-contact-form input:focus,
.native-contact-form select:focus,
.native-contact-form textarea:focus {
  outline: none;
  border-color: var(--zinka-blue);
  box-shadow: 0 0 0 3px rgba(31,91,136,.13);
}
.form-row-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--zinka-muted);
  line-height: 1.45;
}
.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}
.zinka-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.form-message {
  padding: 13px 15px;
  border-radius: 8px;
  font-weight: 800;
  margin-bottom: 18px;
}
.form-message-success {
  background: #ecf8f0;
  color: #176437;
  border: 1px solid #bfe8ca;
}
.form-message-error {
  background: #fff1f1;
  color: #9b1c1c;
  border: 1px solid #f5c2c2;
}

@media (max-width: 640px) {
  .form-row-two { grid-template-columns: 1fr; }
}

.form-captcha {
  padding: 14px 16px;
  border: 1px dashed rgba(31,91,136,.38);
  border-radius: 10px;
  background: rgba(244,248,251,.7);
}
.form-captcha label { margin-bottom: 9px; }
.form-captcha input { max-width: 170px; }

/* Větší horní menu + oddělovače */
.site-menu {
  gap: 0;
}

.site-menu li {
  display: flex;
  align-items: center;
}

.site-menu li:not(:last-child)::after {
  content: "|";
  margin: 0 18px;
  color: rgba(13, 37, 56, 0.35);
  font-weight: 700;
}

.site-menu a {
  position: relative;
  font-size: 15px;
  font-weight: 900;
  padding: 8px 0;
}

/* Aktivní položka menu */
.site-menu .current-menu-item > a,
.site-menu .current_page_item > a,
.site-menu .current-menu-ancestor > a,
.site-menu a.is-active {
  color: var(--zinka-blue);
}

.site-menu .current-menu-item > a::after,
.site-menu .current_page_item > a::after,
.site-menu .current-menu-ancestor > a::after,
.site-menu a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--zinka-blue);
  border-radius: 99px;
}

/* Na mobilu oddělovače schovat */
@media (max-width: 760px) {
  .site-menu li {
    display: block;
  }

  .site-menu li:not(:last-child)::after {
    display: none;
  }

  .site-menu a {
    font-size: 16px;
  }
}