/* ================================================================
   HOMEPAGE INLINE TARIFFS + KOMBO BANNER + HERO RTB CHIPS
   Clean, mobile-first, respects prefers-reduced-motion.
   ================================================================ */

/* ---------- HERO RTB CHIPS -------------------------------------- */
.vhv-hero-rtb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem .65rem;
  margin: 1rem auto 0;
  max-width: 720px;
  padding: 0 .5rem;
}
.vhv-chip {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.92);
  color: #03274b;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 2px 10px rgba(3,39,75,.15);
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 560px) {
  .vhv-chip { font-size: .78rem; padding: 5px 11px; }
  .vhv-hero-rtb { gap: .4rem .5rem; margin-top: .9rem; }
}

/* ---------- HOMEPAGE TARIFF CARDS SECTION ----------------------- */
.vhv-home-tariffs {
  background: #ffffff;
  padding: 3.5rem 1.5rem 3rem;
}
.vhv-home-tariffs-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.vhv-home-tariffs-head {
  text-align: center;
  margin-bottom: 2.25rem;
}
.vhv-home-tariffs-head h2 {
  color: var(--global-palette3, #1A202C);
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 .6rem;
}
.vhv-home-tariffs-head p {
  color: #4a5568;
  font-size: 1.02rem;
  margin: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.vhv-home-tariffs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .vhv-home-tariffs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .vhv-home-tariffs-grid { grid-template-columns: repeat(3, 1fr); }
}
/* P1-12 add: 4-sloupcova varianta pro 4 tarify (LAN START 230 + 3 stavajici) */
@media (min-width: 1100px) {
  .vhv-home-tariffs-grid--4col { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}

.vhv-tcard {
  position: relative;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-top: 6px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.75rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(3,39,75,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.vhv-tcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(3,39,75,.14);
}
.vhv-tcard--lan    { border-top-color: var(--global-palette1, #0061a5); }
.vhv-tcard--wifi   { border-top-color: #067fd3; }
.vhv-tcard--speed  { border-top-color: var(--global-palette2, #da251d); }

.vhv-tcard--featured {
  border-color: #067fd3;
  box-shadow: 0 10px 30px rgba(6,127,211,.18);
}

.vhv-tcard-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #067fd3;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 5px 14px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(6,127,211,.35);
  text-transform: uppercase;
}

.vhv-tcard-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: .04em;
  margin: 0 0 .25rem;
  color: var(--global-palette3, #1A202C);
}
.vhv-tcard--lan   .vhv-tcard-title { color: var(--global-palette1, #0061a5); }
.vhv-tcard--wifi  .vhv-tcard-title { color: #067fd3; }
.vhv-tcard--speed .vhv-tcard-title { color: var(--global-palette2, #da251d); }

.vhv-tcard-persona {
  font-size: .92rem;
  color: #4a5568;
  margin: .15rem 0 .35rem;
  font-weight: 500;
  letter-spacing: .01em;
}

/* F6.13 — rich tarif spec table (technologie / upload / instalace / závazek) */
.vhv-tcard-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem .65rem;
  margin: .2rem 0 .9rem;
  padding: .6rem .75rem;
  background: #f8fafc;
  border-radius: 8px;
  font-size: .8rem;
  line-height: 1.3;
}
.vhv-tcard-spec > div {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.vhv-tcard-spec dt {
  color: #64748b;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}
.vhv-tcard-spec dd {
  margin: 0;
  color: #1a202c;
  font-weight: 600;
  font-size: .85rem;
}

.vhv-tcard-speed {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--global-palette3, #1A202C);
  margin: .15rem 0 .6rem;
  line-height: 1.15;
}

.vhv-tcard-price {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  margin: 0 0 1rem;
}
.vhv-tcard-price-amt {
  font-family: "Ubuntu", sans-serif;
  font-weight: 800;
  font-size: 2.05rem;
  color: var(--global-palette3, #1A202C);
  line-height: 1;
}
.vhv-tcard-price-per {
  color: #718096;
  font-size: .95rem;
}

.vhv-tcard-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  flex-grow: 1;
}
.vhv-tcard-bullets li {
  padding: .32rem 0 .32rem 1.55rem;
  position: relative;
  color: #2d3748;
  font-size: .95rem;
  line-height: 1.45;
}
.vhv-tcard-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .32rem;
  color: var(--global-palette1, #0061a5);
  font-weight: 800;
  font-size: 1rem;
}
.vhv-tcard--wifi  .vhv-tcard-bullets li::before { color: #067fd3; }
.vhv-tcard--speed .vhv-tcard-bullets li::before { color: var(--global-palette2, #da251d); }

.vhv-tcard-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  padding: .85em 1.2em;
  border-radius: 50px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: var(--global-palette2, #da251d);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(218,37,29,.3);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.vhv-tcard-cta:hover {
  background: #b70f07;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(218,37,29,.42);
  color: #fff !important;
}
.vhv-tcard--wifi .vhv-tcard-cta {
  background: #067fd3;
  box-shadow: 0 4px 16px rgba(6,127,211,.3);
}
.vhv-tcard--wifi .vhv-tcard-cta:hover {
  background: #0061a5;
  box-shadow: 0 8px 22px rgba(6,127,211,.42);
}

.vhv-home-tariffs-more {
  text-align: center;
  margin-top: 1.75rem;
}
.vhv-home-tariffs-more a {
  color: var(--global-palette1, #0061a5);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 2px;
}
.vhv-home-tariffs-more a:hover { color: #03274b; }

/* ---------- KOMBO BANNER ---------------------------------------- */
.vhv-kombo-banner {
  background: linear-gradient(135deg, #0061a5 0%, #03274b 100%);
  color: #fff;
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.vhv-kombo-banner::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(218,37,29,.22) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.vhv-kombo-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vhv-kombo-head {
  text-align: center;
  margin-bottom: 2.1rem;
}
.vhv-kombo-head h2 {
  color: #fff;
  font-size: clamp(1.55rem, 1.25rem + 1vw, 2.05rem);
  margin: 0 0 .5rem;
  line-height: 1.2;
}
.vhv-kombo-head p {
  color: rgba(255,255,255,.9);
  max-width: 620px;
  margin: 0 auto;
  font-size: 1rem;
}

.vhv-kombo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}
@media (min-width: 640px) {
  .vhv-kombo-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}

.vhv-kombo-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
  backdrop-filter: blur(6px);
  transition: background .25s ease, transform .25s ease;
}
.vhv-kombo-card:hover {
  background: rgba(255,255,255,.13);
  transform: translateY(-3px);
}
.vhv-kombo-card-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: rgba(255,255,255,.16);
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: .65rem;
  color: #fff;
}
.vhv-kombo-card-what {
  font-size: 1.02rem;
  font-weight: 600;
  margin: 0 0 .8rem;
  color: #fff;
  line-height: 1.35;
}
.vhv-kombo-card-price {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 .25rem;
  line-height: 1;
}
.vhv-kombo-card-price small {
  font-size: .85rem;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  margin-left: .3rem;
}
.vhv-kombo-card-save {
  font-size: .88rem;
  color: #ffd96a;
  font-weight: 700;
  margin: 0;
}

.vhv-kombo-cta-wrap {
  text-align: center;
  margin-top: 2rem;
}
.vhv-kombo-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #da251d;
  color: #fff !important;
  padding: .95em 1.9em;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  box-shadow: 0 6px 22px rgba(218,37,29,.42);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.vhv-kombo-cta:hover {
  background: #b70f07;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(218,37,29,.55);
}

/* ---------- COVERAGE WIDGET: INLINE TARIFFS PANEL --------------- */
.vhv-cov-tariffs {
  display: none;
  margin-top: 1rem;
}
.vhv-cov-tariffs.show { display: block; animation: fadeIn .35s ease; }
.vhv-cov-tariffs-head {
  text-align: center;
  font-weight: 700;
  color: #03274b;
  margin: 0 0 .9rem;
  font-size: 1.02rem;
}
.vhv-cov-tariffs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
}
@media (min-width: 520px) {
  .vhv-cov-tariffs-grid { grid-template-columns: repeat(3, 1fr); }
}
.vhv-cov-mini {
  background: #fff;
  border: 1.5px solid #c4daea;
  border-radius: 10px;
  padding: .85rem .7rem .9rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  transition: border-color .2s ease, transform .2s ease;
}
.vhv-cov-mini:hover {
  border-color: #0061a5;
  transform: translateY(-2px);
}
.vhv-cov-mini--lan   { border-top: 3px solid var(--global-palette1, #0061a5); }
.vhv-cov-mini--wifi  { border-top: 3px solid #067fd3; }
.vhv-cov-mini--speed { border-top: 3px solid var(--global-palette2, #da251d); }
.vhv-cov-mini-name {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #03274b;
  text-transform: uppercase;
}
.vhv-cov-mini-speed {
  font-size: .85rem;
  color: #4a5568;
}
.vhv-cov-mini-price {
  font-family: "Ubuntu", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #03274b;
  line-height: 1;
}
.vhv-cov-mini-price small { font-size: .7rem; font-weight: 400; color: #718096; }
.vhv-cov-mini-cta {
  margin-top: .4rem;
  display: inline-block;
  background: #da251d;
  color: #fff !important;
  font-size: .82rem;
  font-weight: 700;
  padding: .45em .9em;
  border-radius: 50px;
  text-decoration: none;
  transition: background .2s ease;
}
.vhv-cov-mini-cta:hover { background: #b70f07; color: #fff !important; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .vhv-tcard,
  .vhv-tcard-cta,
  .vhv-kombo-card,
  .vhv-kombo-cta,
  .vhv-cov-mini {
    transition: none;
  }
  .vhv-tcard:hover,
  .vhv-kombo-card:hover,
  .vhv-cov-mini:hover,
  .vhv-tcard-cta:hover,
  .vhv-kombo-cta:hover {
    transform: none;
  }
  .vhv-cov-tariffs.show { animation: none; }
}
