/* ==========================================================================
   UX Enhancements - VHV SPEED
   ========================================================================== */
@import url('design-tokens.css');


/* ----- Unifikovaná výška hero banneru (kromě homepage) -----
   Pozor: selektor musí cílit JEN root hero (přímý child #wrapper),
   ne obsahové sekce uvnitř .entry-content které jsou taky kb-row-layout-wrap.
   Transparent-header (148px) překrývá hero shora → 460px total, 312px visible.
   Homepage má plný SVG hero (711px) zachovaný. */
body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type,
body:not(.home):not(.single) .objednavka-hero,
body:not(.home):not(.single) .kontakt-hero{
  min-height: 528px !important;
  max-height: 528px !important;
  height: 528px !important;
  overflow: hidden !important;
  position: relative !important;
  padding-top: 148px !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* Skryt top separator (bottom separator má bílé hory — zachovat pro oddělení) */
body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type > .kt-row-layout-top-sep{
  display: none !important;
}
body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type .kt-row-column-wrap{
  min-height: 380px !important;
  max-height: 312px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  z-index: 2;
}
body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1{
  color: #fff !important;
  font-size: 56px !important;
  margin: 0 !important;
  padding: 1rem 2rem !important;
  text-align: center !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.5) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-family: var(--global-heading-font-family, "Ubuntu", sans-serif) !important;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
  body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1{
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
  body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1{
    font-size: 32px !important;
  }
}
body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type .kt-row-layout-bottom-sep{
  position: absolute !important;
  bottom: 0 !important;
  left: 0; right: 0;
}
/* Mobile override for hero lock */
@media (max-width: 767px) {
  body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type,
  body:not(.home):not(.single) .objednavka-hero,
  body:not(.home):not(.single) .kontakt-hero {
    min-height: 448px !important;
    max-height: 448px !important;
    height: 448px !important;
  }
  body:not(.home):not(.single) #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type .kt-row-column-wrap{
    min-height: 300px !important;
  }
}

/* ----- Globální typography boost (čitelnost) ----- */

/* Body: 17px → 18px (+6%, standard moderní web) */
html body{
  font-size: 18px !important;
  line-height: 1.65 !important;
}

/* Menu items — větší */
html body .main-navigation .primary-menu-container > ul > li.menu-item > a{
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: .01em;
}
html body .header-navigation .header-menu-container ul ul li.menu-item > a{
  font-size: 16px !important;
}
html body .mobile-navigation ul li{
  font-size: 18px !important;
}

/* Header CTA (tel) */
html body .element-contact-inner-wrap .header-contact-item{
  font-size: 32px !important;
}

/* Top-bar (Klientská sekce, WebMail) */
html body .site-top-header-wrap .kt-adv-heading4148f1-6b,
html body .site-top-header-wrap .kt-adv-heading8bb4ae-3c{
  font-size: 15px !important;
}

/* Globální small text minimum — žádný text pod 14px (readability) */
html body small,
html body .vhv-live-metric-label,
html body .vhv-live-metric-sub,
html body .vhv-b2b-stat-lab,
html body .vhv-pricing-badge,
html body .vhv-speed-badge,
html body .vhv-crosssell-combo-tag,
html body .vhv-badge,
html body .vhv-badge-green,
html body .vhv-badge-red,
html body .vhv-badge-yellow,
html body .vhv-ref-card .vhv-ref-meta span,
html body .vhv-loc-detail,
html body .vhv-detail-label,
html body .vhv-tip-sub,
html body .objednavka-tariff-badge,
html body .objednavka-badge,
html body .vhv-help-card p,
html body .vhv-cov-hint,
html body .b2b-comp-note,
html body .vhv-billing-type,
html body .vhv-billing-note,
html body .vhv-kontakt-quick-label,
html body .vhv-support-head .eyebrow,
html body .vhv-kontakt-head .eyebrow{
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Cenové "/měsíc" v tariff cards */
html body .vhv-pricing-card-price small,
html body .vhv-pricing-card small{
  font-size: 15px !important;
  opacity: .8;
}

/* Stats label pod velkým číslem */
html body .vhv-stat-label,
html body .vhv-stats-label,
html body .stats-label{
  font-size: 15px !important;
}

/* Sub-text kontakt */
html body .vhv-kontakt-quick-label,
html body .vhv-hour-sub{
  font-size: 14px !important;
}

/* Sub-text barva — víc kontrast (místo příliš světlého rgb(160,174,192)) */
html body .vhv-live-metric-sub,
html body .objednavka-tariff-speed{
  color: #5a6878 !important;
}

/* Footer copyright — větší + vyšší opacity */
html body #colophon .footer-html p{
  font-size: 15px !important;
  color: rgba(255,255,255,.75) !important;
}
html body #colophon .footer-html a{
  color: rgba(255,255,255,.85) !important;
}

/* Billing rows čitelnost */
html body .vhv-billing-rows{font-size: 16px !important}
html body .vhv-billing-rows dd{font-size: 16px !important}

/* Support SMTP rows */
html body .vhv-smtp-rows dt,
html body .vhv-smtp-rows dd{font-size: 16px !important}
html body .vhv-smtp-server .label{font-size: 13px !important}
/* B2B table column sub-labels + misc badges */
html body .b2b-comp-table thead th span,
html body .vhv-live-badge{font-size: 14px !important}
html body .vhv-smtp-server .value{font-size: 20px !important}

/* Form labels + inputs */
html body .vhv-kontakt-form label,
html body .objednavka-form label{font-size: 15px !important}
html body .vhv-kontakt-form input,
html body .vhv-kontakt-form textarea,
html body .vhv-kontakt-form select,
html body .objednavka-form input,
html body .objednavka-form textarea{font-size: 17px !important}

/* ----- Modern Polish menu (glass blur, logo resize, active state, hover) ----- */

/* Default sticky header přechody — připraveno pro scroll state */
.kadence-sticky-header{
  transition: background .3s ease, box-shadow .3s ease, min-height .3s ease !important;
}
.kadence-sticky-header .site-main-header-inner-wrap{
  transition: min-height .3s ease;
}
.kadence-sticky-header img.kadence-sticky-logo{
  transition: height .3s ease, width .3s ease !important;
}

/* Scrolled state — piggyback na Kadence "item-is-fixed" class */
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{
  background: rgba(3, 39, 75, .88) !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, .2), 0 0 0 1px rgba(77, 184, 255, .12) !important;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-main-header-inner-wrap{
  min-height: 54px !important;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start) img.kadence-sticky-logo{
  height: 40px !important;
  width: auto !important;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start)::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:1px;
  background: linear-gradient(90deg, transparent 0%, rgba(77,184,255,.4) 50%, transparent 100%);
  pointer-events: none;
}
/* Skrytá kabel ve sticky režimu (aby neuchylovala) */
.kadence-sticky-header.item-is-fixed:not(.item-at-start)::before{
  display: none !important;
}

/* Active link — pill badge s gradient pozadím + glow, výrazně čitelný */
.main-navigation .primary-menu-container > ul > li.vhv-active > a,
.mobile-navigation ul li.vhv-active > a,
.mobile-navigation ul li.vhv-active > .drawer-nav-drop-wrap > a{
  position: relative;
  color: #fff !important;
  font-weight: 700 !important;
}
/* Pill background with soft glow */
.main-navigation .primary-menu-container > ul > li.vhv-active > a{
  background: linear-gradient(135deg, rgba(218,37,29,.22) 0%, rgba(247,106,12,.18) 100%);
  border-radius: 50px;
  padding: .45em 1.1em !important;
  box-shadow: 0 0 0 1px rgba(218,37,29,.45) inset, 0 3px 12px rgba(218,37,29,.25);
  transition: all .3s ease;
}
/* Accent dot nad active pill */
.main-navigation .primary-menu-container > ul > li.vhv-active > a::before{
  content:"";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #da251d;
  box-shadow: 0 0 10px rgba(218,37,29,.8), 0 0 3px #fff;
  animation: vhvDotPulse 2.4s ease-in-out infinite;
}
@keyframes vhvDotPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50% { transform: translateX(-50%) scale(1.4); opacity: .7; }
}
/* Active v scrolled stavu — méně agresivní, čitelnější */
.kadence-sticky-header.item-is-fixed:not(.item-at-start) .main-navigation .primary-menu-container > ul > li.vhv-active > a{
  background: rgba(218,37,29,.35);
  box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset;
}

/* Hover underline animace (ne-active itemy) */
.main-navigation .primary-menu-container > ul > li:not(.vhv-active):not(.vhv-menu-cta) > a{
  position: relative;
  transition: color .2s ease;
}
.main-navigation .primary-menu-container > ul > li:not(.vhv-active):not(.vhv-menu-cta) > a::before{
  content:"";
  position:absolute;
  left:50%; bottom:-2px;
  height:2px;
  width:0;
  background: #4db8ff;
  box-shadow: 0 0 8px rgba(77,184,255,.5);
  transition: width .25s ease, left .25s ease;
  border-radius: 2px;
}
.main-navigation .primary-menu-container > ul > li:not(.vhv-active):not(.vhv-menu-cta) > a:hover{
  color: #4db8ff !important;
}
.main-navigation .primary-menu-container > ul > li:not(.vhv-active):not(.vhv-menu-cta) > a:hover::before{
  width: 80%;
  left: 10%;
}

/* Mobile menu active — levý barevný border */
.mobile-navigation ul li.vhv-active > a,
.mobile-navigation ul li.vhv-active > .drawer-nav-drop-wrap{
  background: linear-gradient(90deg, rgba(218,37,29,.25) 0%, transparent 100%);
  border-left: 4px solid #da251d;
  padding-left: 1em !important;
}

/* Menu items lehká úprava - víc prostoru, subtlejší */
.main-navigation .primary-menu-container > ul > li > a{
  transition: color .2s ease !important;
  padding-top: .4em !important;
  padding-bottom: .4em !important;
}
/* CTA (Objednat) zvýraznit trvale */
.main-navigation .primary-menu-container > ul > li.vhv-menu-cta > a{
  background: #da251d;
  color: #fff !important;
  border-radius: 50px;
  padding: .45em 1.1em !important;
  margin-left: .6rem;
  font-weight: 700;
  transition: all .25s ease !important;
  box-shadow: 0 4px 14px rgba(218,37,29,.35);
}
.main-navigation .primary-menu-container > ul > li.vhv-menu-cta > a:hover{
  background: #b70f07;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(218,37,29,.45);
}
.main-navigation .primary-menu-container > ul > li.vhv-menu-cta > a::before,
.main-navigation .primary-menu-container > ul > li.vhv-menu-cta > a::after{
  display: none !important;
}

/* ----- Footer redesign — solid navy místo divokého gradientu ----- */
html body #colophon{
  background:#03274b !important;
  padding:0;
}
html body #colophon .site-middle-footer-wrap,
html body #colophon .site-middle-footer-wrap .site-footer-row-container-inner{
  background:transparent !important;
}
html body #colophon .site-middle-footer-inner-wrap{
  padding:3rem 1.5rem !important;
  max-width:1200px;
  margin:0 auto;
  gap:3rem;
}
html body #colophon .site-footer-middle-section-1,
html body #colophon .site-footer-middle-section-2{
  padding:0;
}
/* Zvětšit logo v footeru a dat mu prostor */
html body #colophon img.wp-image-494{
  max-width:220px !important;
  height:auto !important;
  margin-bottom:.5rem;
  filter:brightness(1.1);
}
/* Vyčistit kontaktní text */
html body #colophon .kt-adv-heading-has-icon{
  color:#fff !important;
  font-size:1rem !important;
  opacity:.92;
  padding:.2rem 0;
}
html body #colophon a{
  color:#fff !important;
  text-decoration:none;
  transition:opacity .2s;
}
html body #colophon a:hover{opacity:.75}
html body #colophon .footer-navigation a{
  color:rgba(255,255,255,.75) !important;
  padding:.25rem 0 !important;
  display:block;
}
html body #colophon .footer-navigation a:hover{
  color:#fff !important;
  text-decoration:underline;
}
/* Copyright bar — separátor */
html body #colophon .site-bottom-footer-wrap{
  background:rgba(255,255,255,.06) !important;
  border-top:1px solid rgba(255,255,255,.08);
}
html body #colophon .site-bottom-footer-wrap .site-footer-row-container-inner{
  background:transparent !important;
}
html body #colophon .site-bottom-footer-inner-wrap{
  padding:1.25rem 1.5rem !important;
  max-width:1200px;
  margin:0 auto;
}
html body #colophon .footer-html p{
  color:rgba(255,255,255,.6) !important;
  font-size:.85rem;
  margin:0;
}
html body #colophon .footer-html a{
  color:rgba(255,255,255,.6) !important;
}


/* --- New Footer --- */
.vhv-footer-enhanced {
  background: #03274b;
  color: #fff;
  padding: 3rem 0 0;
}
.vhv-footer-enhanced a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.vhv-footer-enhanced a:hover {
  color: #fff;
  text-decoration: underline;
}
.vhv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
}
.vhv-footer-col h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.vhv-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vhv-footer-col ul li {
  margin-bottom: 0.5rem;
}
.vhv-footer-col ul li a {
  font-size: 0.95rem;
}
.vhv-footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
}
.vhv-footer-logo p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0;
}
.vhv-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}
.vhv-footer-contact-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: rgba(255,255,255,0.7);
}
.vhv-footer-bottom {
  margin-top: 2.5rem;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}
.vhv-footer-bottom a {
  color: rgba(255,255,255,0.6);
}

@media (max-width: 1024px) {
  .vhv-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .vhv-footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .vhv-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vhv-footer-contact-item {
    justify-content: center;
  }
}

/* --- Breadcrumbs --- */
.breadcrumbs {
  max-width: 1390px;
  margin: 0 auto;
  padding: 10px 1.5rem 0;
}
.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.85rem;
  color: #718096;
}
.breadcrumbs ol li {
  display: flex;
  align-items: center;
}
.breadcrumbs ol li + li::before {
  content: ">";
  margin: 0 0.5em;
  color: #a0aec0;
}
.breadcrumbs ol li a {
  color: #718096;
  text-decoration: none;
}
.breadcrumbs ol li a:hover {
  color: #0061a5;
  text-decoration: underline;
}
.breadcrumbs ol li:last-child {
  color: #4a5568;
  font-weight: 500;
}

/* --- Hover Effects: Service Cards (only homepage) --- */
.home .entry-content .kt-has-2-columns > .wp-block-kadence-column {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home .entry-content .kt-has-2-columns > .wp-block-kadence-column:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* --- Hover Effects: Buttons --- */
.kb-buttons-wrap .wp-block-kadence-singlebtn a,
.wp-block-kadence-advancedbtn .kt-btn-wrap a,
a.kb-advanced-heading-link,
.vhv-menu-cta a {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kb-buttons-wrap .wp-block-kadence-singlebtn a:hover,
.wp-block-kadence-advancedbtn .kt-btn-wrap a:hover,
.vhv-menu-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Nav link animations moved to sticky-menu.css */

/* --- Scroll Fade-in Animation --- */
/* Elements are visible by default; JS adds .fade-ready to enable animation */
.fade-ready .fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-ready .fade-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll-story CSS odstraněno — sekce nebyla v souladu s efektem úvodní stránky. */

/* --- Staggered fade pro pricing cards na internet page --- */
.fade-ready body.page-id-616 .vhv-pricing-card.fade-in-on-scroll:nth-child(1) { transition-delay: 0s; }
.fade-ready body.page-id-616 .vhv-pricing-card.fade-in-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.fade-ready body.page-id-616 .vhv-pricing-card.fade-in-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.fade-ready body.page-id-616 .vhv-pricing-card.fade-in-on-scroll:nth-child(4) { transition-delay: 0.3s; }

/* --- Sticky Mobile CTA Bar --- */
.vhv-mobile-cta {
  display: none;
}
@media (max-width: 767px) {
  .vhv-mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #DA251D;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  }
  .vhv-mobile-cta a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .vhv-mobile-cta svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  /* Prevent content from being hidden behind the bar */
  body {
    padding-bottom: 56px;
  }
}

/* ==========================================================================
   Pricing Cards
   ========================================================================== */
.vhv-pricing {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.vhv-pricing h2 {
  text-align: center;
  font-size: 2rem;
  color: #03274b;
  margin-bottom: 0.5rem;
}
.vhv-pricing > p.vhv-pricing-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}
.vhv-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
.vhv-price-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.vhv-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.vhv-price-card.featured {
  border-color: #176CAE;
  box-shadow: 0 4px 20px rgba(23,108,174,0.2);
  transform: scale(1.04);
}
.vhv-price-card.featured:hover {
  transform: scale(1.04) translateY(-4px);
}
.vhv-price-badge {
  position: absolute;
  top: -14px;
  background: #176CAE;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vhv-price-card h3 {
  font-size: 1.4rem;
  color: #03274b;
  margin: 0.5rem 0 0.25rem;
}
.vhv-price-speed {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1rem;
}
.vhv-price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #03274b;
  line-height: 1;
}
.vhv-price-amount span {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
}
.vhv-price-period {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1.5rem;
}
.vhv-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  width: 100%;
}
.vhv-price-features li {
  padding: 0.5rem 0;
  border-top: 1px solid #f0f0f0;
  font-size: 0.93rem;
  color: #444;
}
.vhv-price-features li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.vhv-price-cta {
  display: inline-block;
  background: #176CAE;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: auto;
}
.vhv-price-cta:hover {
  background: #0f5a94;
  transform: translateY(-2px);
}
.vhv-price-card.featured .vhv-price-cta {
  background: #DA251D;
}
.vhv-price-card.featured .vhv-price-cta:hover {
  background: #b81e17;
}
.vhv-pricing-note {
  text-align: center;
  color: #888;
  font-size: 0.85rem;
  margin-top: 1.5rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .vhv-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .vhv-price-card.featured {
    transform: none;
    order: -1;
  }
  .vhv-price-card.featured:hover {
    transform: translateY(-4px);
  }
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.vhv-faq {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.vhv-faq h2 {
  text-align: center;
  font-size: 2rem;
  color: #03274b;
  margin-bottom: 2rem;
}
.vhv-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.vhv-faq details[open] {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.vhv-faq summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  color: #03274b;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vhv-faq summary::-webkit-details-marker {
  display: none;
}
.vhv-faq summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: #176CAE;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.vhv-faq details[open] summary::after {
  transform: rotate(45deg);
}
.vhv-faq .vhv-faq-answer {
  padding: 0 1.25rem 1rem;
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ==========================================================================
   Company Stats / Counters
   ========================================================================== */
.vhv-stats {
  background: linear-gradient(135deg, #03274b 0%, #0a4a7a 100%);
  padding: 3.5rem 1.5rem;
  margin-top: 2rem;
}
.vhv-stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.vhv-stat-item {
  color: #fff;
}
.vhv-stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.4rem;
  color: #fff;
}
.vhv-stat-number .vhv-stat-suffix {
  font-size: 1.6rem;
  font-weight: 600;
}
.vhv-stat-label {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.3;
}
@media (max-width: 767px) {
  .vhv-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .vhv-stat-number {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   Blog Article Styles (single-post pages only)
   PRO DESIGN — VHV SPEED brand palette
   ========================================================================== */

/* ---------- Featured image hero treatment ---------- */
body.single-post .post-thumbnail-inner {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
body.single-post .post-thumbnail-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(3,39,75,0.55) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* ---------- Article card wrapper ---------- */
body.single-post .entry-content.single-content {
  background: #fff;
  box-shadow: 0 4px 28px rgba(3,39,75,0.08);
  border-radius: 16px;
  padding: 2.8rem 2.5rem;
  position: relative;
  border-top: 4px solid #0061a5;
}

/* Decorative gradient accent line */
body.single-post .entry-content.single-content::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0061a5 0%, #176CAE 40%, #DA251D 100%);
  border-radius: 16px 16px 0 0;
}

/* ---------- Typography ---------- */
body.single-post .single-content p {
  line-height: 1.8;
  color: #2D3748;
  font-size: 1.02rem;
}
body.single-post .single-content > p:first-of-type {
  font-size: 1.12rem;
  color: #1a202c;
  line-height: 1.75;
}
body.single-post .single-content > p:first-of-type::first-letter {
  font-size: 3.2rem;
  font-weight: 800;
  float: left;
  line-height: 1;
  margin: 0.05em 0.12em 0 0;
  color: #0061a5;
  font-family: 'Ubuntu', sans-serif;
}
body.single-post .single-content a {
  color: #0061a5;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,97,165,0.3);
  transition: color 0.2s, border-color 0.2s;
}
body.single-post .single-content a:hover {
  color: #03274b;
  border-bottom-color: #03274b;
}
body.single-post .single-content strong {
  color: #03274b;
  font-weight: 700;
}
body.single-post .single-content hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, #0061a5 0%, #176CAE 50%, transparent 100%);
  margin: 2.5rem 0;
  border-radius: 2px;
}

/* ---------- Headings ---------- */
body.single-post .single-content h2 {
  position: relative;
  color: #03274b;
  font-size: 1.55rem;
  font-weight: 800;
  margin: 2.5rem 0 1rem;
  padding: 0.6rem 0 0.6rem 1.1rem;
  border-left: none;
  background: linear-gradient(90deg, #f1f7ff 0%, transparent 70%);
  border-radius: 0 8px 8px 0;
}
body.single-post .single-content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #0061a5 0%, #DA251D 100%);
  border-radius: 3px;
}
body.single-post .single-content h3 {
  color: #0061a5;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.8rem;
  padding-left: 0.9rem;
  border-left: 3px solid #176CAE;
  position: relative;
}

/* ---------- Lists ---------- */
body.single-post .single-content ul {
  list-style: none;
  padding-left: 1.5rem;
}
body.single-post .single-content ul li {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
body.single-post .single-content ul li::before {
  content: '';
  position: absolute;
  left: -1.2rem;
  top: 0.55em;
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, #0061a5 0%, #176CAE 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0,97,165,0.12);
}
body.single-post .single-content ol {
  counter-reset: vhv-counter;
  list-style: none;
  padding-left: 2rem;
}
body.single-post .single-content ol li {
  counter-increment: vhv-counter;
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.6rem;
  line-height: 1.7;
}
body.single-post .single-content ol li::before {
  content: counter(vhv-counter);
  position: absolute;
  left: -2rem;
  top: 0.1em;
  width: 1.6rem;
  height: 1.6rem;
  background: linear-gradient(135deg, #0061a5 0%, #176CAE 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body.single-post .single-content ol li::marker {
  content: '';
  color: transparent;
}

/* ---------- Blockquotes ---------- */
body.single-post .single-content blockquote {
  background: linear-gradient(135deg, #f1f7ff 0%, #e8f4fd 100%);
  border-left: 5px solid #0061a5;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0,97,165,0.06);
}
body.single-post .single-content blockquote::before {
  content: '\201C';
  position: absolute;
  top: -0.15rem;
  left: 0.75rem;
  font-size: 3.5rem;
  color: rgba(0,97,165,0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

/* ---------- Article CTA box ---------- */
.vhv-article-cta {
  background: linear-gradient(135deg, #03274b 0%, #0a4a7a 60%, #0061a5 100%);
  border-radius: 14px;
  padding: 2.8rem 2.5rem;
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
.vhv-article-cta::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: rgba(218,37,29,0.15);
  border-radius: 50%;
  filter: blur(40px);
}
.vhv-article-cta::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 150px;
  height: 150px;
  background: rgba(0,97,165,0.2);
  border-radius: 50%;
  filter: blur(30px);
}
.vhv-article-cta h3 {
  color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  position: relative;
  z-index: 1;
  background: none !important;
}
.vhv-article-cta h3::before {
  display: none;
}
.vhv-article-cta p {
  color: rgba(255,255,255,0.9) !important;
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  position: relative;
  z-index: 1;
}
.vhv-cta-btn, .vhv-cta-btn.primary {
  display: inline-block;
  background: #DA251D;
  color: #fff !important;
  padding: 0.9rem 2.5rem;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(218,37,29,0.35);
  border: none;
  cursor: pointer;
}
.vhv-cta-btn:hover, .vhv-cta-btn.primary:hover {
  background: #b81e17;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(218,37,29,0.45);
  color: #fff !important;
  text-decoration: none !important;
}

/* ---------- Tables ---------- */
body.single-post .single-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(3,39,75,0.08);
  margin: 2rem 0;
}
body.single-post .single-content table thead th,
body.single-post .single-content table th {
  background: linear-gradient(135deg, #03274b 0%, #0a4a7a 100%);
  color: #fff;
  padding: 0.9rem 1.15rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
body.single-post .single-content table td {
  padding: 0.8rem 1.15rem;
  border-bottom: 1px solid #e8edf3;
  font-size: 0.95rem;
  color: #2D3748;
  transition: background 0.15s;
}
body.single-post .single-content table tbody tr:nth-child(even) {
  background: #f7faff;
}
body.single-post .single-content table tbody tr:hover td {
  background: #e8f4fd;
}
body.single-post .single-content table tbody tr:last-child td {
  border-bottom: none;
}
body.single-post .single-content figure.wp-block-table {
  margin: 2rem 0;
}

/* ---------- Tip / Warning / Summary boxes ---------- */
.vhv-tip-box {
  background: linear-gradient(135deg, #f1f7ff 0%, #e8f4fd 100%);
  border-left: 5px solid #0061a5;
  border-radius: 0 12px 12px 0;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
  font-size: 0.95rem;
  box-shadow: 0 2px 10px rgba(0,97,165,0.06);
  position: relative;
}
.vhv-tip-box::before {
  content: '\2139';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: #0061a5;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,97,165,0.3);
}
.vhv-tip-box strong:first-child {
  color: #0061a5;
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.vhv-warning-box {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  border-left: 5px solid #da251d;
  border-radius: 0 12px 12px 0;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
  font-size: 0.95rem;
  box-shadow: 0 2px 10px rgba(218,37,29,0.06);
  position: relative;
}
.vhv-warning-box::before {
  content: '\26A0';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: #da251d;
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(218,37,29,0.3);
}
.vhv-warning-box strong:first-child {
  color: #da251d;
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.vhv-summary-box {
  background: linear-gradient(135deg, #f1f7ff 0%, #e2effe 100%);
  border: 2px solid #b8d4ea;
  border-radius: 14px;
  padding: 1.8rem 2rem;
  margin: 2.5rem 0;
  position: relative;
  box-shadow: 0 2px 16px rgba(0,97,165,0.06);
}
.vhv-summary-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0061a5, #176CAE);
  border-radius: 14px 14px 0 0;
}
.vhv-summary-box h4 {
  color: #0061a5 !important;
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

/* ---------- Speed / highlight cards ---------- */
body.single-post .single-content .vhv-speed-card {
  background: #fff;
  border: 2px solid #c4daea;
  border-radius: 14px;
  padding: 1.6rem;
  margin: 1.2rem 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
body.single-post .single-content .vhv-speed-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #0061a5 0%, #176CAE 100%);
}
body.single-post .single-content .vhv-speed-card:hover {
  border-color: #0061a5;
  box-shadow: 0 6px 24px rgba(0,97,165,0.14);
  transform: translateY(-2px);
}
body.single-post .single-content .vhv-speed-card h4 {
  color: #0061a5 !important;
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
}

/* ---------- Related articles section ---------- */
.vhv-related-articles {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: none;
  position: relative;
}
.vhv-related-articles::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #0061a5 30%, #DA251D 70%, transparent 100%);
  border-radius: 2px;
}
.vhv-related-articles h3 {
  color: #03274b !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: none !important;
}
.vhv-related-articles h3::before {
  display: none;
}
.vhv-related-articles {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.vhv-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .vhv-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vhv-related-grid { grid-template-columns: 1fr; gap: 1rem; }
}
.vhv-related-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(3,39,75,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid #e8edf3;
}
.vhv-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,97,165,0.15);
  border-color: #0061a5;
}
.vhv-related-card .vhv-card-img-wrap {
  position: relative;
  overflow: hidden;
}
.vhv-related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.vhv-related-card:hover img {
  transform: scale(1.06);
}
.vhv-related-card .card-body {
  padding: 1.15rem 1.35rem 1.35rem;
}
.vhv-related-card .card-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: #03274b;
  margin-bottom: 0.5rem;
  line-height: 1.35;
  transition: color 0.2s;
}
.vhv-related-card:hover .card-title {
  color: #0061a5;
}
.vhv-related-card .card-excerpt {
  font-size: 0.87rem;
  color: #718096;
  line-height: 1.55;
}
.vhv-related-card .card-read-more {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0061a5;
  transition: color 0.2s;
}
.vhv-related-card:hover .card-read-more {
  color: #DA251D;
}

/* ==========================================================================
   Aktuality listing - Article cards
   ========================================================================== */

.loop-entry.type-post {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(3,39,75,0.07);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 1.8rem;
  border: 1px solid #e8edf3;
}
.loop-entry.type-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,97,165,0.12);
  border-color: rgba(0,97,165,0.2);
}
.loop-entry .post-thumbnail img {
  transition: transform 0.4s ease;
}
.loop-entry:hover .post-thumbnail img {
  transform: scale(1.04);
}
.loop-entry .entry-content-wrap {
  padding: 1.5rem 2rem;
}
.loop-entry h2.entry-title a {
  color: #03274b !important;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.loop-entry h2.entry-title a:hover {
  color: #0061a5 !important;
}
.loop-entry .entry-meta .posted-on {
  color: #718096;
  font-size: 0.85rem;
}
.loop-entry .entry-summary p {
  color: #4A5568;
  line-height: 1.7;
}

/* "Číst dále" link */
.loop-entry .entry-footer .entry-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #0061a5;
  font-weight: 600;
  font-size: 0.93rem;
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 6px;
  background: #f1f7ff;
  transition: all 0.2s;
}
.loop-entry .entry-footer .entry-footer-link:hover {
  background: #0061a5;
  color: #fff;
}

/* ==========================================================================
   Article page title styling
   ========================================================================== */
body.single-post .entry-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
  color: #03274b;
  font-size: 2.1rem;
  line-height: 1.25;
}

/* Article meta (date, author) */
body.single-post .entry-meta {
  color: #718096;
  font-size: 0.88rem;
}

/* Post navigation */
body.single-post .post-navigation {
  margin-top: 2rem;
}
body.single-post .post-navigation .nav-links > div a {
  color: #0061a5;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
body.single-post .post-navigation .nav-links > div a:hover {
  color: #03274b;
}

/* ==========================================================================
   Fix: Layout spacing & images
   ========================================================================== */

img[loading="lazy"] {
  height: auto !important;
}

.wp-block-kadence-rowlayout > .kt-row-layout-inner {
  max-height: none;
}

body.single-post .entry-hero + .content-area {
  margin-top: 0 !important;
}
body.single-post .content-area {
  margin-top: 0 !important;
}

body.single-post .post-thumbnail-inner img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

/* ==========================================================================
   Mobile responsive — articles
   ========================================================================== */
@media (max-width: 767px) {
  body.single-post .entry-content.single-content {
    padding: 1.6rem 1.2rem;
    border-radius: 10px;
  }
  body.single-post .entry-content.single-content::before {
    border-radius: 10px 10px 0 0;
  }
  body.single-post .entry-title {
    font-size: 1.5rem;
  }
  body.single-post .single-content > p:first-of-type::first-letter {
    font-size: 2.4rem;
  }
  body.single-post .single-content h2 {
    font-size: 1.3rem;
    padding: 0.5rem 0 0.5rem 0.9rem;
  }
  body.single-post .single-content ol li::before {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.7rem;
    left: -1.8rem;
  }
  .vhv-article-cta {
    padding: 1.8rem 1.3rem;
    border-radius: 12px;
  }
  .vhv-article-cta h3 {
    font-size: 1.3rem;
  }
  .vhv-related-grid {
    grid-template-columns: 1fr;
  }
  .vhv-related-articles::before {
    left: 5%;
    right: 5%;
  }
  .loop-entry .entry-content-wrap {
    padding: 1.1rem 1.3rem;
  }
  body.single-post .post-thumbnail-inner img {
    max-height: 260px;
  }
  body.single-post .post-thumbnail-inner::after {
    height: 50%;
  }
  .vhv-tip-box,
  .vhv-warning-box {
    padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  }
  .vhv-tip-box::before,
  .vhv-warning-box::before {
    top: -8px;
    left: -8px;
    width: 20px;
    height: 20px;
    font-size: 0.65rem;
  }
}

/* ==========================================================================
   Homepage Article Previews — compact cards
   ========================================================================== */

/* Make homepage article grid more compact */
.kb-posts.kadence-posts-list.grid-lg-col-3 {
  gap: 1rem !important;
}
.kb-posts.kadence-posts-list .kb-post-list-item {
  margin-bottom: 0 !important;
}

/* Compact thumbnail — fixed height, no padding trick */
.kb-posts .post-thumbnail.kadence-thumbnail-ratio-1-1 {
  padding-bottom: 0 !important;
  height: 180px !important;
  overflow: hidden;
}
.kb-posts .post-thumbnail .post-thumbnail-inner {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
}
.kb-posts .post-thumbnail .post-thumbnail-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 40%;
}

/* Compact text area */
.kb-posts .loop-entry .entry-content-wrap {
  padding: 0.8rem 1rem 1rem !important;
}
.kb-posts .loop-entry h3.entry-title {
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  margin-bottom: 0.3rem !important;
}
.kb-posts .loop-entry h3.entry-title a {
  color: #03274b !important;
  text-decoration: none;
}
.kb-posts .loop-entry h3.entry-title a:hover {
  color: #0061a5 !important;
}
.kb-posts .loop-entry .entry-meta {
  font-size: 0.78rem !important;
  margin-bottom: 0.3rem !important;
}
.kb-posts .loop-entry .entry-summary p {
  font-size: 0.84rem !important;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-posts .loop-entry .entry-footer {
  padding-top: 0 !important;
}
.kb-posts .loop-entry .entry-footer .post-more-link {
  font-size: 0.82rem !important;
}

/* Aktuality listing — compact beside cards */
.item-image-style-beside .loop-entry {
  display: flex !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(3,39,75,0.06);
  border: 1px solid #e8edf3;
  transition: all 0.3s ease;
}
.item-image-style-beside .loop-entry:hover {
  box-shadow: 0 6px 22px rgba(0,97,165,0.1);
  transform: translateY(-2px);
  border-color: rgba(0,97,165,0.15);
}
/* Thumbnail — wider, fills full card height */
.item-image-style-beside .loop-entry .post-thumbnail {
  max-width: 280px !important;
  flex: 0 0 280px !important;
  min-height: 100% !important;
}
.item-image-style-beside .loop-entry .post-thumbnail.kadence-thumbnail-ratio-1-1 {
  padding-bottom: 0 !important;
  height: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}
.item-image-style-beside .loop-entry .post-thumbnail .post-thumbnail-inner {
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
}
.item-image-style-beside .loop-entry .post-thumbnail .post-thumbnail-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
/* Compact text */
.item-image-style-beside .loop-entry .entry-content-wrap {
  padding: 0.6rem 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.item-image-style-beside .loop-entry h2.entry-title {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0.15rem !important;
}
.item-image-style-beside .loop-entry .entry-meta {
  font-size: 0.72rem !important;
  margin-bottom: 0.2rem !important;
}
.item-image-style-beside .loop-entry .entry-summary p {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2rem !important;
}
.item-image-style-beside .loop-entry .entry-footer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.item-image-style-beside .loop-entry .post-more-link {
  font-size: 0.8rem !important;
}
/* Tight spacing between items */
.item-image-style-beside .entry-list-item {
  margin-bottom: 0.5rem !important;
}

/* Reduce whitespace around the "Aktuálně" section on homepage */
.kb-posts-style-boxed .loop-entry {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(3,39,75,0.07);
  border: 1px solid #e8edf3;
  transition: all 0.3s ease;
}
.kb-posts-style-boxed .loop-entry:hover {
  box-shadow: 0 8px 28px rgba(0,97,165,0.12);
  transform: translateY(-3px);
  border-color: rgba(0,97,165,0.2);
}

/* Mobile responsive for aktuality listing */
@media (max-width: 767px) {
  .item-image-style-beside .loop-entry.type-post .post-thumbnail {
    max-width: 120px !important;
    flex: 0 0 120px !important;
  }
  .item-image-style-beside .loop-entry h2.entry-title {
    font-size: 0.92rem !important;
  }
  .item-image-style-beside .loop-entry .entry-summary {
    display: none;
  }
}

/* Badge for green in tables */
.vhv-badge-green {
  background: #c6f6d5;
  color: #276749;
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}

/* ==========================================================================
   NEW COMPONENTS — Table of Contents, Steps, Feature Grid, etc.
   ========================================================================== */

/* ---------- Table of Contents ---------- */
.vhv-toc {
  background: linear-gradient(135deg, #f7faff 0%, #edf4fc 100%);
  border: 2px solid #c4daea;
  border-radius: 14px;
  padding: 1.5rem 2rem;
  margin: 2rem 0 2.5rem;
  position: relative;
}
.vhv-toc::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0061a5, #176CAE);
  border-radius: 14px 14px 0 0;
}
.vhv-toc-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #03274b;
  margin-bottom: 0.8rem;
}
.vhv-toc ol {
  counter-reset: toc-counter !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
  columns: 2;
  column-gap: 2rem;
}
.vhv-toc ol li {
  counter-increment: toc-counter;
  padding: 0.35rem 0;
  padding-left: 0 !important;
  margin: 0;
  break-inside: avoid;
}
.vhv-toc ol li::before {
  content: counter(toc-counter) ". " !important;
  color: #0061a5;
  font-weight: 700;
  background: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: inline !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.vhv-toc ol li a {
  color: #0061a5;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: none !important;
  transition: color 0.2s;
}
.vhv-toc ol li a:hover {
  color: #03274b;
}

/* ---------- Feature Grid (icon cards) ---------- */
.vhv-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin: 1.5rem 0 2.5rem;
}
.vhv-feature-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.vhv-feature-item:hover {
  border-color: #0061a5;
  box-shadow: 0 6px 24px rgba(0,97,165,0.12);
  transform: translateY(-3px);
}
.vhv-feature-icon {
  width: 56px;
  height: 56px;
  background: #f1f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
}
.vhv-feature-item h3 {
  font-size: 1rem;
  color: #03274b;
  margin: 0 0 0.4rem;
  border-left: none !important;
  padding-left: 0 !important;
}
.vhv-feature-item p {
  font-size: 0.88rem;
  color: #718096;
  line-height: 1.5;
  margin: 0;
}

/* ---------- Steps (numbered process) ---------- */
.vhv-steps {
  margin: 1.5rem 0 2rem;
  position: relative;
}
.vhv-steps::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0061a5 0%, #c4daea 100%);
  border-radius: 2px;
}
.vhv-step {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.vhv-step-number {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: linear-gradient(135deg, #0061a5 0%, #176CAE 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
  box-shadow: 0 3px 12px rgba(0,97,165,0.25);
  z-index: 1;
  flex-shrink: 0;
}
.vhv-step-content {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  flex: 1;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.vhv-step-content:hover {
  border-color: #0061a5;
  box-shadow: 0 4px 16px rgba(0,97,165,0.08);
}
.vhv-step-content h3,
.vhv-step-content h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: #03274b;
  border-left: none !important;
  padding-left: 0 !important;
  background: none !important;
}
.vhv-step-content h2::before {
  display: none !important;
}
.vhv-step-content p {
  margin: 0 0 0.5rem;
}
.vhv-step-content ul {
  margin: 0.5rem 0;
}

/* ---------- Highlight Box (green accent) ---------- */
.vhv-highlight-box {
  background: linear-gradient(135deg, #f0fff4 0%, #e6ffed 100%);
  border-left: 5px solid #38a169;
  border-radius: 0 12px 12px 0;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
  font-size: 0.98rem;
  color: #2D3748;
  box-shadow: 0 2px 10px rgba(56,161,105,0.08);
}

/* ---------- FAQ Inline (Q&A pairs) ---------- */
.vhv-faq-inline {
  margin: 1.5rem 0 2rem;
}
.vhv-faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.vhv-faq-item:hover {
  border-color: #0061a5;
  box-shadow: 0 4px 16px rgba(0,97,165,0.08);
}
.vhv-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.4rem;
  background: #fff !important;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  color: #03274b !important;
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  font-style: normal;
}
.vhv-faq-q:hover {
  background: #f8fbff !important;
  color: #03274b !important;
}
.vhv-faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #f1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}
.vhv-faq-icon svg {
  width: 16px;
  height: 16px;
  stroke: #0061a5;
}
.vhv-faq-item.open .vhv-faq-icon {
  transform: rotate(180deg);
  background: #0061a5;
}
.vhv-faq-item.open .vhv-faq-icon svg {
  stroke: #fff;
}
.vhv-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.vhv-faq-item.open .vhv-faq-a {
  max-height: 400px;
}
.vhv-faq-a-inner {
  padding: 0 1.4rem 1.2rem;
  color: #4A5568;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
}
.vhv-faq-a-inner a {
  color: #0061a5;
  text-decoration: underline;
}

/* Native <details>/<summary> variant of vhv-faq-item — works without JS */
details.vhv-faq-item {
  display: block;
}
details.vhv-faq-item > summary.vhv-faq-q {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
}
details.vhv-faq-item > summary.vhv-faq-q::-webkit-details-marker {
  display: none;
}
details.vhv-faq-item > summary.vhv-faq-q::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #0061a5;
  border-bottom: 2px solid #0061a5;
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.25s ease;
}
details.vhv-faq-item[open] > summary.vhv-faq-q::after {
  transform: translateY(-25%) rotate(-135deg);
}
details.vhv-faq-item[open] > .vhv-faq-a {
  max-height: 800px;
}
details.vhv-faq-item[open] {
  border-color: #0061a5;
  box-shadow: 0 4px 16px rgba(0,97,165,0.08);
}

/* ---------- Comparison List (good/ok/bad) ---------- */
.vhv-comparison-list {
  margin: 1rem 0;
}
.vhv-comp-good, .vhv-comp-ok, .vhv-comp-bad {
  padding: 0.8rem 1rem 0.8rem 1.2rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  position: relative;
}
.vhv-comp-good {
  background: #f0fff4;
  border-left: 4px solid #38a169;
}
.vhv-comp-ok {
  background: #fffff0;
  border-left: 4px solid #d69e2e;
}
.vhv-comp-bad {
  background: #fff5f5;
  border-left: 4px solid #e53e3e;
}

/* ---------- Badges ---------- */
.vhv-badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.vhv-badge-red {
  background: #fed7d7;
  color: #c53030;
}
.vhv-badge-orange {
  background: #feebc8;
  color: #c05621;
}
.vhv-badge-yellow {
  background: #fefcbf;
  color: #975a16;
}

/* ---------- Speed Cards (Mbps article) ---------- */
.vhv-speed-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0 2.5rem;
}
.vhv-speed-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
}
.vhv-speed-card:hover {
  border-color: #0061a5;
  box-shadow: 0 8px 28px rgba(0,97,165,0.12);
  transform: translateY(-3px);
}
.vhv-speed-card-featured {
  border-color: #0061a5;
  box-shadow: 0 4px 20px rgba(0,97,165,0.15);
}
.vhv-speed-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  background: linear-gradient(135deg, #DA251D, #e8453d);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vhv-speed-header {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #f0f4f8;
}
.vhv-speed-range {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #0061a5;
  line-height: 1.2;
}
.vhv-speed-label {
  font-size: 0.9rem;
  color: #718096;
  font-weight: 500;
}
.vhv-speed-card ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 1rem;
}
.vhv-speed-card ul li {
  padding: 0.25rem 0 0.25rem 1.2rem !important;
  position: relative;
  font-size: 0.9rem;
  color: #4A5568;
}
.vhv-speed-card ul li::before {
  content: '\2713' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.3rem !important;
  color: #38a169 !important;
  font-weight: 700 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.vhv-speed-for {
  background: #f7faff;
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
  font-size: 0.88rem;
  color: #03274b;
}

/* ---------- Device Tags ---------- */
.vhv-device-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 1.5rem;
}
.vhv-device-tag {
  background: #f1f7ff;
  border: 1px solid #c4daea;
  color: #0061a5;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
}
.vhv-device-tag:hover {
  background: #0061a5;
  color: #fff;
}

/* ---------- Comparison Cards (wireless vs cable) ---------- */
.vhv-comparison-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 1.5rem 0 2rem;
}
.vhv-comp-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}
.vhv-comp-card:hover {
  border-color: #0061a5;
  box-shadow: 0 6px 24px rgba(0,97,165,0.1);
}
.vhv-comp-card-featured {
  border-color: #0061a5;
  background: #f7faff;
}
.vhv-comp-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.vhv-comp-card-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #03274b;
  border-left: none !important;
  padding-left: 0 !important;
}
.vhv-comp-card-speed {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #0061a5;
  margin-bottom: 0.5rem;
}
.vhv-comp-card p {
  font-size: 0.9rem;
  color: #4A5568;
  margin: 0;
}

/* ---------- Mobile responsive — new components ---------- */
@media (max-width: 767px) {
  .vhv-toc ol {
    columns: 1;
  }
  .vhv-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .vhv-feature-item {
    padding: 1rem;
  }
  .vhv-feature-item p {
    font-size: 0.82rem;
  }
  .vhv-steps::before {
    left: 18px;
  }
  .vhv-step-number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 0.95rem;
  }
  .vhv-step-content {
    padding: 1rem 1.1rem;
  }
  .vhv-speed-cards {
    grid-template-columns: 1fr;
  }
  .vhv-comparison-cards {
    grid-template-columns: 1fr;
  }
  .vhv-faq-item {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .vhv-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Formulář poptávky - přepracovaný design
   ========================================================================== */

/* Wrapper formulářové sekce */
.vhv-form-section {
  position: relative;
  background: linear-gradient(180deg, #f1f7ff 0%, #e8f0fe 40%, #f1f7ff 100%);
  padding: 0 1.5rem 3rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
.vhv-form-section .vhv-form-sep {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
}
.vhv-form-section .vhv-form-sep path {
  fill: #f1f7ff;
}
.vhv-form-section .vhv-form-sep .sep-bg {
  fill: #fff;
}

/* Karta formuláře */
.vhv-form-card {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(3,39,75,0.10), 0 1px 3px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* Hlavička formuláře */
.vhv-form-header {
  background: linear-gradient(135deg, #03274b 0%, #0061a5 100%);
  padding: 2.2rem 2.5rem;
  text-align: center;
  position: relative;
}
.vhv-form-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 20px;
  background: #fff;
  border-radius: 14px 14px 0 0;
}
.vhv-form-header h2 {
  color: #fff;
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  line-height: 1.3;
}
.vhv-form-header p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  margin: 0;
}
.vhv-form-header .vhv-form-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.vhv-form-header .vhv-form-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* Tělo formuláře */
.vhv-form-body {
  padding: 2rem 2.5rem 2.5rem;
}

/* Trust badge */
.vhv-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  padding: 0.7rem 1rem;
  background: #f0f7ff;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #03274b;
}
.vhv-form-trust svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #0061a5;
  fill: none;
}

/* Výběr typu internetu - karty */
.vhv-internet-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.vhv-type-card {
  position: relative;
  cursor: pointer;
}
.vhv-type-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vhv-type-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.3rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  transition: all 0.25s ease;
  background: #fafcff;
  text-align: center;
}
.vhv-type-card-inner:hover {
  border-color: #0061a5;
  background: #f0f7ff;
}
.vhv-type-card input:checked + .vhv-type-card-inner {
  border-color: #0061a5;
  background: #e8f2ff;
  box-shadow: 0 0 0 3px rgba(0,97,165,0.15);
}
.vhv-type-card-inner .vhv-type-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.vhv-type-card input:checked + .vhv-type-card-inner .vhv-type-icon {
  background: #0061a5;
}
.vhv-type-card-inner .vhv-type-icon svg {
  width: 22px;
  height: 22px;
  stroke: #0061a5;
  fill: none;
  transition: stroke 0.25s;
}
.vhv-type-card input:checked + .vhv-type-card-inner .vhv-type-icon svg {
  stroke: #fff;
}
.vhv-type-card-inner .vhv-type-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #03274b;
}
.vhv-type-card-inner .vhv-type-speed {
  font-size: 0.82rem;
  color: #64748b;
}
.vhv-type-card-inner .vhv-type-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.vhv-type-card input:checked + .vhv-type-card-inner .vhv-type-check {
  border-color: #0061a5;
  background: #0061a5;
}
.vhv-type-card-inner .vhv-type-check svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
  fill: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.vhv-type-card input:checked + .vhv-type-card-inner .vhv-type-check svg {
  opacity: 1;
}

/* Formulářová pole */
.vhv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.vhv-form-row.single {
  grid-template-columns: 1fr;
}
.vhv-form-group {
  position: relative;
}
.vhv-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
}
.vhv-form-group label .required {
  color: #da251d;
  margin-left: 2px;
}
.vhv-form-group .vhv-input-wrap {
  position: relative;
}
.vhv-form-group .vhv-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: #94a3b8;
  fill: none;
  pointer-events: none;
  transition: stroke 0.2s;
}
.vhv-form-group input,
.vhv-form-group textarea {
  width: 100%;
  padding: 0.75rem 0.9rem 0.75rem 2.6rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #1e293b;
  background: #fafcff;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
}
.vhv-form-group input:focus-visible,
.vhv-form-group select:focus-visible,
.vhv-form-group textarea:focus-visible {
  outline: 2px solid #0061a5;
  outline-offset: 1px;
}
.vhv-form-group textarea {
  padding-left: 0.9rem;
  resize: vertical;
  min-height: 100px;
}
.vhv-form-group input:focus,
.vhv-form-group textarea:focus {
  border-color: #0061a5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,97,165,0.1);
}
.vhv-form-group input:focus ~ .vhv-input-icon,
.vhv-form-group .vhv-input-wrap:focus-within .vhv-input-icon {
  stroke: #0061a5;
}
.vhv-form-group input::placeholder,
.vhv-form-group textarea::placeholder {
  color: #94a3b8;
  font-style: italic;
}

/* GDPR souhlas */
.vhv-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1.5rem 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
}
.vhv-form-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 5px;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  background: #fff;
}
.vhv-form-consent input[type="checkbox"]:checked {
  background: #0061a5;
  border-color: #0061a5;
}
.vhv-form-consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.vhv-form-consent a {
  color: #0061a5;
  text-decoration: underline;
}

/* Submit tlačítko */
.vhv-form-submit {
  text-align: center;
  margin-top: 0.5rem;
}
.vhv-form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.8rem;
  background: linear-gradient(135deg, #da251d 0%, #b91c1c 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(218,37,29,0.3);
  letter-spacing: 0.01em;
}
.vhv-form-submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(218,37,29,0.4);
  background: linear-gradient(135deg, #ef4444 0%, #da251d 100%);
}
.vhv-form-submit button:active {
  transform: translateY(0);
}
.vhv-form-submit button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* Responsive */
@media (max-width: 640px) {
  .vhv-form-body {
    padding: 1.5rem 1.2rem 2rem;
  }
  .vhv-form-header {
    padding: 1.8rem 1.2rem;
  }
  .vhv-form-header h2 {
    font-size: 1.3rem;
  }
  .vhv-form-row {
    grid-template-columns: 1fr;
  }
  .vhv-internet-type {
    grid-template-columns: 1fr;
  }
  .vhv-form-submit button {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Pricing Section - Internet
   ========================================================================== */
.vhv-pricing-section {
  max-width: 1100px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.vhv-pricing-section .vhv-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.vhv-pricing-section .vhv-section-header h2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #03274b;
  margin: 0 0 12px;
}
.vhv-pricing-section .vhv-section-header p {
  font-size: 16px;
  color: #718096;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.vhv-pricing-group-title {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #03274b;
  margin: 32px 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vhv-pricing-group-title svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.vhv-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vhv-pricing-grid--wifi {
  grid-template-columns: repeat(3, 1fr);
}
.vhv-pricing-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #0061a5;
}
.vhv-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,97,165,0.12);
}
.vhv-pricing-card--wifi {
  border-top-color: #f76a0c;
}
.vhv-pricing-card--wifi:hover {
  box-shadow: 0 8px 32px rgba(247,106,12,0.12);
}
.vhv-pricing-card-header {
  background: #0061a5;
  color: #fff;
  padding: 16px 20px;
  text-align: center;
}
.vhv-pricing-card--wifi .vhv-pricing-card-header {
  background: #f76a0c;
}
.vhv-pricing-card-name {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.vhv-pricing-card-body {
  padding: 24px 20px;
  text-align: center;
}
.vhv-pricing-card-price {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #da251d;
  line-height: 1.2;
}
.vhv-pricing-card-price small {
  font-size: 14px;
  font-weight: 400;
  color: #718096;
  display: block;
  margin-top: 2px;
}
.vhv-pricing-card-speed {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0061a5;
  margin: 12px 0 8px;
}
.vhv-pricing-card--wifi .vhv-pricing-card-speed {
  color: #f76a0c;
}
.vhv-pricing-card-desc {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
}
.vhv-pricing-note {
  text-align: center;
  margin-top: 32px;
  padding: 20px 24px;
  background: #f1f7ff;
  border-radius: 12px;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
}

/* --- Pricing Info Box (pod LAN kartami) --- */
.vhv-pricing-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 16px 20px;
  background: #f0f7ff;
  border-left: 3px solid #0061a5;
  border-radius: 8px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
}
.vhv-pricing-info svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* --- Bytové domy box --- */
.vhv-pricing-building {
  margin-top: 24px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fc 100%);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
}
.vhv-pricing-building-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.vhv-pricing-building-header h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #03274b;
  margin: 0;
}
.vhv-pricing-building-header svg {
  flex-shrink: 0;
}
.vhv-pricing-building p {
  color: #4a5568;
  line-height: 1.7;
  margin: 0 0 16px;
  font-size: 0.95rem;
}
.vhv-pricing-building-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.vhv-pricing-building-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.5;
}
.vhv-pricing-building-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.vhv-pricing-building-cta {
  margin: 0 !important;
  padding-top: 16px;
  border-top: 1px solid #d6e4f0;
  font-size: 0.95rem;
}
.vhv-pricing-building-cta a {
  color: #0061a5;
  text-decoration: none;
}
.vhv-pricing-building-cta a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .vhv-pricing-building {
    padding: 20px;
  }
  .vhv-pricing-building-list {
    grid-template-columns: 1fr;
  }
}

/* --- VHV SPEED (60 GHz) group --- */
.vhv-pricing-group-title--speed {
  color: #0061a5;
}
.vhv-pricing-group-subtitle {
  font-size: 15px;
  color: #718096;
  margin: -12px 0 20px;
  padding-left: 36px;
}
.vhv-pricing-grid--speed {
  grid-template-columns: repeat(3, 1fr);
}
.vhv-pricing-card--speed {
  border-top-color: #03274b;
}
.vhv-pricing-card--speed:hover {
  box-shadow: 0 8px 32px rgba(3,39,75,0.15);
}
.vhv-pricing-speed-header {
  background: linear-gradient(135deg, #03274b, #0061a5) !important;
}
.vhv-pricing-card--speed .vhv-pricing-card-speed {
  color: #03274b;
}

/* --- Badge row pod SPEED kartami --- */
.vhv-pricing-badge-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.vhv-pricing-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #e8f0fe;
  color: #03274b;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ==========================================================================
   Steps Section - Internet
   ========================================================================== */
.vhv-steps-section {
  max-width: 1100px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.vhv-steps-section .vhv-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.vhv-steps-section .vhv-section-header h2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #03274b;
  margin: 0;
}
.vhv-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.vhv-steps-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vhv-steps-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,97,165,0.10);
}
.vhv-steps-num {
  width: 56px;
  height: 56px;
  background: #0061a5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 16px;
}
.vhv-steps-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: #0061a5;
}
.vhv-steps-card h3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #03274b;
  margin: 0 0 8px;
}
.vhv-steps-card p {
  font-size: 15px;
  color: #718096;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   FAQ Section - Internet (reuses TV FAQ styles)
   ========================================================================== */
.vhv-faq-section {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.vhv-faq-section .vhv-section-header {
  text-align: center;
  margin-bottom: 32px;
}
.vhv-faq-section .vhv-section-header h2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #03274b;
  margin: 0;
}

/* ==========================================================================
   TV Pricing Section
   ========================================================================== */
.vhv-tv-pricing-section {
  max-width: 600px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.vhv-tv-pricing-section .vhv-section-header {
  text-align: center;
  margin-bottom: 32px;
}
.vhv-tv-pricing-section .vhv-section-header h2 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #03274b;
  margin: 0 0 12px;
}
.vhv-tv-pricing-section .vhv-section-header p {
  font-size: 16px;
  color: #718096;
  line-height: 1.6;
  margin: 0;
}
.vhv-tv-pricing-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border-top: 4px solid #0061a5;
}
.vhv-tv-pricing-card-header {
  background: #0061a5;
  color: #fff;
  padding: 20px 24px;
  text-align: center;
}
.vhv-tv-pricing-card-header h3 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.vhv-tv-pricing-card-body {
  padding: 32px 24px;
  text-align: center;
}
.vhv-tv-pricing-price {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #da251d;
  line-height: 1.2;
}
.vhv-tv-pricing-price small {
  font-size: 16px;
  font-weight: 400;
  color: #718096;
  display: block;
  margin-top: 4px;
}
.vhv-tv-pricing-features {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  text-align: left;
}
.vhv-tv-pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #e8eef4;
  font-size: 15px;
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vhv-tv-pricing-features li:last-child {
  border-bottom: none;
}
.vhv-tv-pricing-features li svg {
  width: 20px;
  height: 20px;
  color: #0061a5;
  flex-shrink: 0;
}
.vhv-tv-pricing-promo {
  margin-top: 24px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #da251d, #f76a0c);
  color: #fff;
  border-radius: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* ==========================================================================
   Responsive - Pricing, Steps, FAQ
   ========================================================================== */
@media (max-width: 768px) {
  .vhv-pricing-grid,
  .vhv-pricing-grid--wifi,
  .vhv-pricing-grid--speed {
    grid-template-columns: 1fr;
  }
  .vhv-steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vhv-pricing-section .vhv-section-header h2,
  .vhv-steps-section .vhv-section-header h2,
  .vhv-faq-section .vhv-section-header h2,
  .vhv-tv-pricing-section .vhv-section-header h2 {
    font-size: 26px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .vhv-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vhv-pricing-grid--wifi,
  .vhv-pricing-grid--speed {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Pricing Badge (Nejoblibenejsi) --- */
.vhv-pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #e53e3e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(229,62,62,0.25);
}

/* --- Addon Grid (doplnkove sluzby) --- */
.vhv-addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: 0 auto 2rem;
}
.vhv-addon-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: box-shadow 0.2s;
}
.vhv-addon-item:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.vhv-addon-name {
  font-size: 0.92rem;
  color: #2d3748;
  font-weight: 500;
}
.vhv-addon-price {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0061a5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .vhv-addon-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .vhv-addon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   Price Calculator
   ========================================================================== */

/* Collapsible wrapper kolem detailní kalkulačky (B-varianta UX 2026-04-30):
   advisor je primární cesta, detail je pokročilá volba schovaná za toggle. */
.vhv-calc-collapsible {
  max-width: 1100px;
  margin: 1.6rem auto 2.5rem;
  padding: 0 1rem;
}
.vhv-calc-collapsible > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.4rem;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  font-family: "Ubuntu", sans-serif;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.vhv-calc-collapsible > summary::-webkit-details-marker { display: none; }
.vhv-calc-collapsible > summary:hover,
.vhv-calc-collapsible > summary:focus-visible {
  border-color: #0061a5;
  background: #f1f7ff;
}
.vhv-calc-collapsible > summary:focus-visible {
  outline: 2px solid #0061a5;
  outline-offset: 2px;
}
.vhv-calc-collapsible-chev {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-right: 2.5px solid #0061a5;
  border-bottom: 2.5px solid #0061a5;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}
.vhv-calc-collapsible[open] .vhv-calc-collapsible-chev {
  transform: rotate(45deg);
}
.vhv-calc-collapsible-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
}
.vhv-calc-collapsible-text strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0061a5;
}
.vhv-calc-collapsible-text small {
  font-size: 0.86rem;
  color: #4a5568;
  font-family: "Roboto", sans-serif;
}
.vhv-calc-collapsible[open] > summary {
  border-color: #0061a5;
  background: #f1f7ff;
  box-shadow: 0 4px 12px rgba(0,97,165,.08);
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vhv-calc-collapsible[open] > .vhv-calc-section {
  border: 1.5px solid #0061a5;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 600px) {
  .vhv-calc-collapsible > summary { padding: 0.85rem 1rem; gap: 0.65rem; }
  .vhv-calc-collapsible-text strong { font-size: 0.97rem; }
  .vhv-calc-collapsible-text small { font-size: 0.8rem; }
}

.vhv-calc-section {
  padding: 4rem 1.5rem;
  background: #f1f7ff;
}
.vhv-calc-section .vhv-calc-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.vhv-calc-section .vhv-calc-heading h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #03274b;
  margin: 0 0 0.5rem;
}
.vhv-calc-section .vhv-calc-heading p {
  font-size: 1.15rem;
  color: #555;
  margin: 0;
}
.vhv-calc {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(3,39,75,0.10);
  padding: 2.5rem 2rem;
}
.vhv-calc-step {
  margin-bottom: 2rem;
}
.vhv-calc-step:last-of-type {
  margin-bottom: 2.5rem;
}
.vhv-calc-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #03274b;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vhv-calc-step-hint {
  font-size: 0.88rem;
  color: #64748b;
  margin: -0.4rem 0 0.85rem;
  line-height: 1.45;
}

/* F5.6 — Mobile touch targets 44×44 px minimum
   Aplikováno na klíčové interaktivní prvky napříč webem.
   Pravidlo WCAG 2.5.5 + Apple HIG. */
@media (max-width: 767px) {
  .vhv-tcard-cta,
  .objednavka-tariff-btn,
  .vhv-cov-submit,
  .vhv-process-btn,
  .vhv-senior-banner-cta,
  .vhv-art-cta-btn,
  .calc-cta,
  .vhv-calc-custom-btn,
  .vhv-tcard-cta button,
  .submit-btn,
  .menu-toggle-open,
  .menu-toggle-close,
  .vhv-faq-q,
  .header-contact-item,
  .vhv-promo-close {
    min-height: 44px;
    min-width: 44px;
  }
  /* Cookie bar close + promo close už jsou OK přes inherited padding,
     jen pojistka */
  button[aria-label="Zavřít"],
  button[aria-label*="Otevřít"],
  button[aria-label*="Zavřít"] {
    min-width: 44px;
    min-height: 44px;
  }
}
.vhv-calc-option label small {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 400;
  margin-top: 0.25rem;
  line-height: 1.35;
}
.vhv-calc-step h3 .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0061a5;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}
.vhv-calc-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}
.vhv-calc-option {
  position: relative;
}
.vhv-calc-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vhv-calc-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.75rem;
  border: 2px solid #e0e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
  min-height: 70px;
  justify-content: center;
}
.vhv-calc-option label:hover {
  border-color: #0061a5;
  background: #f1f7ff;
}
.vhv-calc-option input:checked + label {
  border-color: #0061a5;
  background: linear-gradient(135deg, #e8f2ff 0%, #f1f7ff 100%);
  box-shadow: 0 0 0 3px rgba(0,97,165,0.18);
  transform: translateY(-2px);
}

/* Color accents — v souladu s design systémem tariff-colors.css (blue-gradient):
   LAN = primary modrá #0061a5, WiFi AC = mid modrá #067fd3, SPEED 60 GHz = červená #da251d */

/* Step 1: Typ připojení — barevný accent podle vybrané technologie */
#calc-typ-lan:checked + label {
  border-color: #0061a5;
  background: linear-gradient(135deg, #e8f2ff 0%, #f1f7ff 100%);
  box-shadow: 0 0 0 3px rgba(0,97,165,0.18);
}
#calc-typ-lan:checked + label .opt-price { color: #0061a5 }

#calc-typ-wifi:checked + label {
  border-color: #067fd3;
  background: linear-gradient(135deg, #e8f4ff 0%, #f1f7ff 100%);
  box-shadow: 0 0 0 3px rgba(6,127,211,0.18);
}
#calc-typ-wifi:checked + label .opt-name { color: #0061a5 }
#calc-typ-wifi:checked + label .opt-price { color: #067fd3 }

#calc-typ-60ghz:checked + label {
  border-color: #da251d;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe4e4 100%);
  box-shadow: 0 0 0 3px rgba(218,37,29,0.18);
}
#calc-typ-60ghz:checked + label .opt-name { color: #b91c1c }
#calc-typ-60ghz:checked + label .opt-price { color: #da251d }

/* Step 2: Rychlost — barva dle aktivního typu */
#calc-step2[data-type="lan"] .vhv-calc-option input:checked + label {
  border-color: #0061a5;
  background: linear-gradient(135deg, #e8f2ff 0%, #f1f7ff 100%);
  box-shadow: 0 0 0 3px rgba(0,97,165,0.18);
}
#calc-step2[data-type="lan"] .vhv-calc-option label:hover {
  border-color: #0061a5;
}
#calc-step2[data-type="ac"] .vhv-calc-option input:checked + label {
  border-color: #067fd3;
  background: linear-gradient(135deg, #e8f4ff 0%, #f1f7ff 100%);
  box-shadow: 0 0 0 3px rgba(6,127,211,0.18);
}
#calc-step2[data-type="ac"] .vhv-calc-option label:hover {
  border-color: #067fd3;
  background: #e8f4ff;
}
#calc-step2[data-type="ac"] .vhv-calc-option label .opt-name {
  color: #0061a5;
}
#calc-step2[data-type="ac"] .vhv-calc-option label .opt-price {
  color: #067fd3;
}
#calc-step2[data-type="speed"] .vhv-calc-option input:checked + label {
  border-color: #da251d;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe4e4 100%);
  box-shadow: 0 0 0 3px rgba(218,37,29,0.20);
}
#calc-step2[data-type="speed"] .vhv-calc-option label:hover {
  border-color: #da251d;
  background: #fff5f5;
}
#calc-step2[data-type="speed"] .vhv-calc-option label .opt-name {
  color: #b91c1c;
}
#calc-step2[data-type="speed"] .vhv-calc-option label .opt-price {
  color: #da251d;
  font-weight: 700;
}

/* Result card — přizpůsobí gradient dle vybrané technologie (barva se mění přes data-type attribut) */
.vhv-calc[data-type="ac"] .vhv-calc-result {
  background: linear-gradient(135deg, #03274b 0%, #067fd3 100%) !important;
}
.vhv-calc[data-type="speed"] .vhv-calc-result {
  background: linear-gradient(135deg, #7f1d1d 0%, #da251d 100%) !important;
}
.vhv-calc-option label .opt-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #03274b;
  margin-bottom: 0.25rem;
}
.vhv-calc-option label .opt-price {
  font-size: 0.85rem;
  color: #0061a5;
  font-weight: 600;
}
.vhv-calc-result {
  background: linear-gradient(135deg, #03274b 0%, #0061a5 100%);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.vhv-calc-result .calc-total-label {
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}
.vhv-calc-result .calc-total-price {
  font-size: 2.5rem;
  font-weight: 800;
  transition: transform 0.3s, opacity 0.3s;
}
.vhv-calc-result .calc-total-price.bounce {
  animation: calcBounce 0.4s ease;
}
@keyframes calcBounce {
  0% { transform: scale(1); }
  30% { transform: scale(1.15); }
  60% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
.vhv-calc-result .calc-cta {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.85rem 2rem;
  background: #f76a0c;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.vhv-calc-result .calc-cta:hover {
  background: #da251d;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 600px) {
  .vhv-calc {
    padding: 1.5rem 1rem;
  }
  .vhv-calc-options {
    grid-template-columns: 1fr;
  }
  .vhv-calc-result .calc-total-price {
    font-size: 2rem;
  }
  .vhv-calc-section .vhv-calc-heading h2 {
    font-size: 1.5rem;
  }
}


/* ==========================================================================
   Promo Banner
   ========================================================================== */
.vhv-promo-bar {
  background: linear-gradient(90deg, #da251d, #b91c1c);
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 16px;
  font-size: 0.9rem;
  position: relative;
  z-index: 10000;
  line-height: 1.4;
}
.vhv-promo-bar a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0.5em;
}
.vhv-promo-bar a:hover {
  text-decoration: none;
}
.vhv-promo-bar .vhv-promo-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  opacity: 0.8;
}
.vhv-promo-bar .vhv-promo-close:hover {
  opacity: 1;
}

/* ==========================================================================
   Mini Testimonials (Internet & TV pages)
   ========================================================================== */
.vhv-testimonials-mini {
  max-width: 900px;
  margin: 2.5rem auto;
  padding: 0 1.5rem;
  text-align: center;
}
.vhv-testimonials-mini h3 {
  font-size: 1.4rem;
  color: #03274b;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.vhv-testimonial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.vhv-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.8rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
}
.vhv-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 3rem;
  color: #0061a5;
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}
.vhv-testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d3748;
  margin: 0 0 0.8rem;
  font-style: italic;
}
.vhv-testimonial-author {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0061a5;
}
@media (max-width: 640px) {
  .vhv-testimonial-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Globální sjednocení pozadí — off-white místo pure white
   Bíle karty na pure-white bg splývaly. Off-white je odliší.
   ========================================================================== */
body { background: #f4f8fc !important; }
.content-bg, body.content-style-unboxed .site { background: #f4f8fc !important; }

/* ==========================================================================
   Sjednocení H1 page-header band napříč všemi stránkami
   Některé stránky mají Kadence advanced H1 (4rem=64px), jiné plain h1 (45px).
   Page-header bandy z templates (kb-row-layout-id620, kb-row-layout-id1089...)
   dostávají všechny stejnou velikost.
   ========================================================================== */
/* Maximální specificita: #wrapper přidává ID (100), přebije starší pravidlo
   `body:not(.home):not(.single) #wrapper > ...:first-of-type` které má clamp()
   typografii s nekonzistentními hodnotami napříč viewport šířkami.
   Pokrývá všechny page-header bandy: Kadence (kb-row-layout-id*),
   objednavka-hero, kontakt-hero, entry-hero. */
body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1[class*="kt-adv-heading"],
body.home #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
body.single #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
body #wrapper .entry-hero h1,
body #wrapper .objednavka-hero h1,
body #wrapper .kontakt-hero h1,
body #wrapper .b2b-hero h1 {
  font-size: 56px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-family: var(--global-heading-font-family, "Ubuntu", sans-serif) !important;
  text-align: center !important;
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4) !important;
  margin: 0 !important;
  padding: 0 1rem !important;
}
@media (max-width: 1024px) {
  body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1[class*="kt-adv-heading"],
  body.home #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body.single #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
  body #wrapper .entry-hero h1,
  body #wrapper .objednavka-hero h1,
  body #wrapper .kontakt-hero h1,
  body #wrapper .b2b-hero h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1[class*="kt-adv-heading"],
  body.home #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body.single #wrapper .kb-row-layout-wrap[class*="kb-row-layout-id"] h1,
  body #wrapper > .kb-row-layout-wrap.kt-row-has-bg:first-of-type h1,
  body #wrapper .entry-hero h1,
  body #wrapper .objednavka-hero h1,
  body #wrapper .kontakt-hero h1,
  body #wrapper .b2b-hero h1 {
    font-size: 32px !important;
  }
}

/* ==========================================================================
   Parallax background sections (level designer rework)
   Reusable colorful "atmosphere" bloky napříč webem.
   Background-attachment: fixed na desktop, scroll na mobile (mobile parallax = jank).
   ========================================================================== */
.vhv-parallax {
  position: relative;
  background-color: #03274b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding: 90px 24px;
  text-align: center;
  margin: 0 0 0 0;
  overflow: hidden;
}
.vhv-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3,39,75,0.78) 0%, rgba(0,97,165,0.55) 60%, rgba(218,37,29,0.35) 100%);
  pointer-events: none;
  z-index: 1;
}
.vhv-parallax-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.vhv-parallax-eyebrow {
  display: inline-block;
  font-family: Ubuntu, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  color: #fff;
}
.vhv-parallax h2,
.vhv-parallax h3 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem);
  color: #fff !important;
  line-height: 1.15;
  margin: 0 0 16px;
  text-shadow: 1px 1px 18px rgba(0,0,0,0.4);
}
.vhv-parallax h2 strong,
.vhv-parallax h3 strong { color: #fbbf24; }
.vhv-parallax p {
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.94);
  margin: 0 0 22px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.35);
}
.vhv-parallax-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  margin: 28px 0 24px;
}
.vhv-parallax-stat {
  text-align: center;
}
.vhv-parallax-stat-num {
  display: block;
  font-family: Ubuntu, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 1.5rem + 1.6vw, 2.8rem);
  color: #fbbf24;
  line-height: 1;
  text-shadow: 1px 1px 12px rgba(0,0,0,0.4);
}
.vhv-parallax-stat-label {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
  margin-top: 4px;
  text-transform: lowercase;
}
.vhv-parallax-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: #da251d;
  color: #fff !important;
  border-radius: 50px;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(218,37,29,0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vhv-parallax-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(218,37,29,0.65);
  color: #fff !important;
}
@media (max-width: 1024px) {
  .vhv-parallax {
    background-attachment: scroll;
    padding: 60px 20px;
  }
}

/* Variants — mírnější overlay pro světlejší fotky */
.vhv-parallax--soft::before {
  background: linear-gradient(180deg, rgba(3,39,75,0.55) 0%, rgba(3,39,75,0.75) 100%);
}
.vhv-parallax--green::before {
  background: linear-gradient(135deg, rgba(20,83,45,0.78) 0%, rgba(22,163,74,0.5) 100%);
}
.vhv-parallax--warm::before {
  background: linear-gradient(135deg, rgba(120,53,15,0.78) 0%, rgba(217,119,6,0.5) 100%);
}

/* Persona shortcut – přidat decorativní pozadí (už je defined v inline <style>, jen overlay) */
.vhv-personas {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
  border-radius: 10px;
  padding: 48px 28px !important;
  margin: 28px auto 0;
  max-width: 1240px !important;
  position: relative;
  overflow: hidden;
}
.vhv-personas::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,127,211,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.vhv-personas::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218,37,29,0.10) 0%, transparent 65%);
  pointer-events: none;
}
.vhv-personas .vhv-persona-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
}

/* ==========================================================================
   Chat widget (floating fab + lead form)
   Replaces old vhv-float-phone (was tel:link disguised as WhatsApp).
   ========================================================================== */
.vhv-chat-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000; /* nad sticky-cta bar (z-index 9998) i cookie bar (9999) */
  font-family: Roboto, sans-serif;
}
/* Když je sticky-cta bar viditelný (po scroll), posuň chat výš ať se nepřekrýval */
body.sticky-cta-visible .vhv-chat-fab {
  bottom: 100px;
}
@media (max-width: 480px) {
  body.sticky-cta-visible .vhv-chat-fab {
    bottom: 96px;
  }
}
/* Mobile: schovat chat FAB dokud cookie bar je viditelný (jsou na sobě) */
@media (max-width: 768px) {
  body:not(.cookies-accepted) .vhv-chat-fab {
    display: none;
  }
}
/* Cookie bar – kompaktnější mobile */
@media (max-width: 768px) {
  .vhv-cookie-bar {
    padding: 10px 16px !important;
    gap: 10px !important;
    font-size: 0.82rem !important;
  }
  .vhv-cookie-bar p {
    min-width: 0 !important;
    line-height: 1.4 !important;
  }
  .vhv-cookie-bar button {
    padding: 6px 14px !important;
    font-size: 0.82rem !important;
  }
}
.vhv-chat-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vhv-chat-toggle:hover { transform: scale(1.06); box-shadow: 0 10px 28px rgba(22, 163, 74, 0.55); }
.vhv-chat-toggle:focus-visible { outline: 3px solid #15803d; outline-offset: 3px; }
.vhv-chat-toggle-icon { width: 28px; height: 28px; transition: opacity 0.2s ease, transform 0.2s ease; }
.vhv-chat-toggle-icon--close { position: absolute; opacity: 0; transform: rotate(-45deg); }
.vhv-chat-fab.open .vhv-chat-toggle { background: linear-gradient(135deg, #03274b 0%, #0061a5 100%); box-shadow: 0 6px 20px rgba(3, 39, 75, 0.45); }
.vhv-chat-fab.open .vhv-chat-toggle-icon--open { opacity: 0; transform: rotate(45deg); }
.vhv-chat-fab.open .vhv-chat-toggle-icon--close { opacity: 1; transform: rotate(0); }
.vhv-chat-fab-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(22, 163, 74, 0.6);
  animation: vhv-chat-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
.vhv-chat-fab.open .vhv-chat-fab-pulse { display: none; }
@keyframes vhv-chat-pulse {
  0% { transform: scale(0.95); opacity: 0.7; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
.vhv-chat-panel {
  position: absolute;
  bottom: 78px;
  right: 0;
  width: 340px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(3, 39, 75, 0.22);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transform-origin: bottom right;
  transform: translateY(8px) scale(0.96);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.vhv-chat-fab.open .vhv-chat-panel { transform: translateY(0) scale(1); opacity: 1; }
.vhv-chat-head {
  padding: 14px 16px 12px;
  background: linear-gradient(135deg, #03274b 0%, #0061a5 100%);
  color: #fff;
}
.vhv-chat-head-text { display: flex; flex-direction: column; gap: 2px; }
.vhv-chat-head-text strong { font-family: Ubuntu, sans-serif; font-size: 1rem; color: #fff; }
.vhv-chat-head-text span { font-size: 0.82rem; color: rgba(255,255,255,0.85); }
.vhv-chat-form { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.vhv-chat-field { display: flex; flex-direction: column; gap: 4px; font-size: 0.82rem; color: #374151; }
.vhv-chat-field input,
.vhv-chat-field textarea {
  padding: 9px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.92rem;
  font-family: inherit;
  color: #03274b;
  background: #fff;
  resize: vertical;
}
.vhv-chat-field input:focus,
.vhv-chat-field textarea:focus { outline: 2px solid #0061a5; outline-offset: 1px; border-color: #0061a5; }
.vhv-chat-gdpr { display: flex; align-items: flex-start; gap: 8px; font-size: 0.78rem; color: #4a5568; line-height: 1.4; }
.vhv-chat-gdpr input { margin-top: 2px; flex-shrink: 0; }
.vhv-chat-gdpr a { color: #0061a5; }
.vhv-chat-error { padding: 8px 10px; background: #fee2e2; border: 1px solid #fca5a5; border-radius: 8px; color: #991b1b; font-size: 0.82rem; }
.vhv-chat-submit {
  padding: 11px 16px;
  background: #da251d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: Ubuntu, sans-serif;
  cursor: pointer;
  transition: background 0.18s ease;
}
.vhv-chat-submit:hover:not(:disabled) { background: #b70f07; }
.vhv-chat-submit:disabled { opacity: 0.7; cursor: wait; }
.vhv-chat-or {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 0.78rem; color: #718096; padding-top: 4px;
}
.vhv-chat-or a {
  color: #0061a5; font-weight: 700; text-decoration: none;
}
.vhv-chat-or a:hover { text-decoration: underline; }
.vhv-chat-success {
  padding: 28px 22px; text-align: center; display: flex; flex-direction: column; gap: 6px; align-items: center;
}
.vhv-chat-success-icon {
  width: 50px; height: 50px; border-radius: 50%;
  background: #16a34a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 700; margin-bottom: 4px;
}
.vhv-chat-success strong { font-family: Ubuntu, sans-serif; font-size: 1.05rem; color: #03274b; }
.vhv-chat-success p { margin: 0; font-size: 0.88rem; color: #4a5568; line-height: 1.5; }
@media (max-width: 480px) {
  .vhv-chat-fab { bottom: 16px; right: 16px; }
  .vhv-chat-toggle { width: 54px; height: 54px; }
  .vhv-chat-toggle-icon { width: 24px; height: 24px; }
  .vhv-chat-panel { width: calc(100vw - 32px); right: 0; bottom: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .vhv-chat-fab-pulse { animation: none; }
  .vhv-chat-toggle, .vhv-chat-panel, .vhv-chat-toggle-icon { transition: none; }
}

/* ==========================================================================
   Cookie Consent Bar
   ========================================================================== */
.vhv-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #03274b;
  color: #fff;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  z-index: 9999;
  font-size: 0.9rem;
  line-height: 1.5;
  flex-wrap: wrap;
}
.vhv-cookie-bar p {
  margin: 0;
  flex: 1 1 auto;
  min-width: 200px;
}
.vhv-cookie-bar a {
  color: #7db8f0;
  text-decoration: underline;
}
.vhv-cookie-bar a:hover {
  color: #fff;
}
.vhv-cookie-bar button {
  background: #0061a5;
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.vhv-cookie-bar button:hover {
  background: #004f8a;
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.vhv-404-wrap {
  text-align: center;
  padding: 5rem 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}
.vhv-404-wrap .vhv-404-code {
  font-size: 8rem;
  font-weight: 800;
  color: #da251d;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.vhv-404-wrap h1 {
  font-size: 1.8rem;
  color: #03274b;
  margin-bottom: 1rem;
}
.vhv-404-wrap p {
  font-size: 1.05rem;
  color: #4a5568;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.vhv-404-wrap .vhv-btn-primary {
  display: inline-block;
  background: #0061a5;
  color: #fff;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
  margin-bottom: 1rem;
}
.vhv-404-wrap .vhv-btn-primary:hover {
  background: #004f8a;
}
.vhv-404-wrap .vhv-404-link {
  display: block;
  margin-top: 1rem;
  color: #0061a5;
  text-decoration: underline;
  font-size: 0.95rem;
}
.vhv-404-wrap .vhv-404-link:hover {
  color: #03274b;
}

/* --- Individuální nabídka v kalkulačce --- */
.vhv-calc-custom {
  margin-top: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fc 100%);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
}
.vhv-calc-custom-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.vhv-calc-custom-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #03274b;
}
.vhv-calc-custom p {
  color: #4a5568;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 16px;
}
.vhv-calc-custom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.vhv-calc-custom-field {
  margin-bottom: 10px;
}
.vhv-calc-custom-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 4px;
}
.vhv-calc-custom-field input {
  width: 100%;
  padding: 0.6rem 0.9rem;
  border: 1.5px solid #d6e4f0;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: inherit;
  color: #1e293b;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.vhv-calc-custom-field input:focus {
  border-color: #0061a5;
  box-shadow: 0 0 0 3px rgba(0,97,165,0.1);
}
.vhv-calc-custom-field input:focus-visible {
  outline: 2px solid #0061a5;
  outline-offset: 1px;
}
.vhv-calc-custom-field input::placeholder {
  color: #94a3b8;
  font-style: italic;
}
.vhv-calc-custom-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 0.7rem 1.8rem;
  background: #0061a5;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s;
}
.vhv-calc-custom-btn:hover {
  background: #03274b;
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .vhv-calc-custom-row {
    grid-template-columns: 1fr;
  }
  .vhv-calc-custom {
    padding: 16px;
  }
}

/* ==========================================================================
   TELEVIZE PAGE POLISH 2026-04-19 (scoped to page-id-894)
   Řeší "moc bílá / neprofesionální" — přidává rytmus alternujících
   pozadí mezi sekcemi, aby stránka nebyla jedna souvislá bílá plocha.
   Používá ::before pseudo-element pro full-width background bez změny HTML.
   ========================================================================== */

body.page-id-894 .vhv-section {
  position: relative;
}

/* Intro (devices + 30 dní bonus) — jemný gradient modré do bílé */
body.page-id-894 .vhv-tv-intro {
  position: relative;
  padding: 56px 24px 64px;
}
body.page-id-894 .vhv-tv-intro::before {
  content: '';
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 100vw; height: 100%;
  background: linear-gradient(180deg, #f1f7ff 0%, #ffffff 100%);
  z-index: -1;
}

/* Benefity — navy pozadí s textovým kontrastem (silný vizuální kotvící bod).
   Místo ::before používá box-shadow pro full-width background. */
body.page-id-894 .vhv-tv-benefits {
  position: relative;
  padding: 48px 24px !important;
  margin: 0 auto 64px !important;
  max-width: 1100px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 20px !important;
  background: linear-gradient(135deg, #03274b 0%, #0a3d6e 100%) !important;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(3,39,75,0.15);
}
body.page-id-894 .vhv-tv-benefits > .vhv-tv-benefit {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 18px 22px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #e8f2fb !important;
  transition: transform .2s ease, background .2s ease;
}
body.page-id-894 .vhv-tv-benefits > .vhv-tv-benefit:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12) !important;
}
body.page-id-894 .vhv-tv-benefits > .vhv-tv-benefit strong {
  color: #ffffff !important;
  font-weight: 700;
}
body.page-id-894 .vhv-tv-benefits > .vhv-tv-benefit span {
  color: #e8f2fb !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
body.page-id-894 .vhv-tv-benefits > .vhv-tv-benefit > .vhv-tv-benefit-icon {
  width: 24px !important;
  height: 24px !important;
  color: #0096f7 !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}
/* (header "Co získáte" je světlý kvůli kontrastu s navy blokem) */

/* Sekce před benefits stay white — benefits card je samostatný navy blok */

/* Pricing — bílé pozadí s jemnou texturou */
body.page-id-894 .vhv-pricing-section {
  position: relative;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  max-width: 1200px !important;
}
body.page-id-894 .vhv-pricing-section::before {
  content: '';
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 100vw; height: 100%;
  background: #ffffff;
  background-image: radial-gradient(circle at 20% 10%, rgba(0,97,165,0.04) 0%, transparent 40%),
                    radial-gradient(circle at 80% 90%, rgba(218,37,29,0.03) 0%, transparent 40%);
  z-index: -1;
}

/* Zvýraznit MAX kartu (doporučený) — halo a badge */
body.page-id-894 .vhv-pricing-grid > .vhv-pricing-card:nth-child(3) {
  position: relative;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,97,165,0.2) !important;
  border: 2px solid #0096f7 !important;
  z-index: 1;
}
body.page-id-894 .vhv-pricing-grid > .vhv-pricing-card:nth-child(3)::after {
  content: 'NEJLEPŠÍ POMĚR';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #da251d 0%, #b70f07 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 2;
}

/* Doplňkové služby (addon-grid) — světle modré pozadí */
body.page-id-894 .vhv-addon-grid {
  position: relative;
  padding: 48px 24px !important;
  border-radius: 16px;
  background: linear-gradient(135deg, #f1f7ff 0%, #e8f2fb 100%);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
  margin-top: 32px;
  gap: 12px !important;
}

/* Kanálová sekce "170+ kanálů" - navy accent */
body.page-id-894 .vhv-section-header:has(+ .vhv-tv-steps),
body.page-id-894 .vhv-tv-steps {
  position: relative;
}

/* Tři kroky — číslované karty, přidat pozadí celé sekci */
body.page-id-894 .vhv-tv-steps {
  padding: 32px 24px !important;
  margin-bottom: 0 !important;
}
body.page-id-894 .vhv-tv-steps::before {
  content: '';
  position: absolute;
  left: 50%; top: -100px;
  transform: translateX(-50%);
  width: 100vw; height: calc(100% + 200px);
  background: linear-gradient(180deg, #ffffff 0%, #f1f7ff 50%, #ffffff 100%);
  z-index: -1;
}

/* FAQ — světle modrá sekce */
body.page-id-894 .vhv-faq-list,
body.page-id-894 .vhv-tv-faq {
  position: relative;
  padding: 48px 24px !important;
  margin: 0 auto;
  max-width: 900px;
}
body.page-id-894 .vhv-faq-item {
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,97,165,0.06) !important;
}

/* Sekce "Chcete televizi k internetu" — silný tmavý CTA pás */
body.page-id-894 .vhv-section > div:has(> .vhv-button-row),
body.page-id-894 .vhv-cta-section {
  position: relative;
  padding: 64px 24px !important;
  text-align: center;
}

/* Kombo balíček "Internet+televize pod jednou střechou" — světle modré pozadí */
body.page-id-894 .vhv-combo,
body.page-id-894 .vhv-combo-grid {
  position: relative;
}

/* Testimonials — jemný gradient pro teplou atmosféru */
body.page-id-894 .vhv-testimonials-mini {
  position: relative;
  padding: 64px 24px !important;
  max-width: 1100px !important;
}
body.page-id-894 .vhv-testimonials-mini::before {
  content: '';
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 100vw; height: 100%;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
  z-index: -1;
}
body.page-id-894 .vhv-testimonial-card {
  background: #ffffff !important;
  box-shadow: 0 4px 16px rgba(0,97,165,0.08) !important;
  border: 1px solid rgba(0,97,165,0.08);
}

/* Celkové jemné korekce typografie — silnější hierarchie */
body.page-id-894 .vhv-section-header h2 {
  font-weight: 800 !important;
  letter-spacing: -0.5px;
}

/* Mobilní úpravy */
@media (max-width: 767px) {
  body.page-id-894 .vhv-tv-benefits {
    grid-template-columns: 1fr;
    padding: 48px 20px !important;
  }
  body.page-id-894 .vhv-pricing-grid > .vhv-pricing-card:nth-child(3) {
    transform: none;
  }
  body.page-id-894 .vhv-pricing-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/* HERO ENLARGEMENT block odstraněn — nahrazeno samostatným css/hero-unify.css pro precise unify přes 12 souborů. */

/* ==========================================================================
   OUTAGE CTA (homepage — before footer)
   Přidáno: 2026-04-20
   ========================================================================== */
.vhv-outage-cta {
  padding: 2rem 1.25rem 2.5rem;
  background: transparent;
}

.vhv-outage-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff5f5;
  border-top: 3px solid #da251d;
  border-radius: 14px;
  padding: 1.75rem 1.75rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(218, 37, 29, 0.08);
}

.vhv-outage-inner h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  margin: 0 0 .5rem;
  color: #03274b;
  font-weight: 700;
}

.vhv-outage-inner p {
  color: #4b5563;
  font-size: 1rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.vhv-outage-inner strong { color: #03274b; }

.vhv-outage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
}

.vhv-outage-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: .7rem 1.25rem;
  border-radius: 10px;
  background: #ffffff;
  color: #0061a5;
  font-weight: 600;
  font-size: .98rem;
  text-decoration: none;
  border: 2px solid #0061a5;
  transition: background-color .2s ease, color .2s ease, transform .15s ease;
}

.vhv-outage-btn:hover,
.vhv-outage-btn:focus-visible {
  background: #0061a5;
  color: #fff;
  transform: translateY(-1px);
}

.vhv-outage-btn-primary {
  background: #da251d;
  color: #fff;
  border-color: #da251d;
}

.vhv-outage-btn-primary:hover,
.vhv-outage-btn-primary:focus-visible {
  background: #b71d17;
  border-color: #b71d17;
  color: #fff;
}

@media (max-width: 480px) {
  .vhv-outage-inner { padding: 1.35rem 1.1rem; }
  .vhv-outage-actions { flex-direction: column; }
  .vhv-outage-btn { width: 100%; }
}
