/*
Theme Name: VIP Coach
Template: twentytwentyfour
Version: 1.0
*/

/* =========================================================
   VIP Coach - cleaned style.css
   ========================================================= */

/* Fonts */
@font-face {
  font-family: 'Cardo';
  src: url('/wp-content/themes/vipcoach/assets/fonts/cardo/cardo_normal_400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Cardo';
  src: url('/wp-content/themes/vipcoach/assets/fonts/cardo/cardo_normal_700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* Base */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #070b12 !important;
  overflow-x: hidden !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-site-blocks {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #070b12 !important;
}

.wp-site-blocks > * {
  margin-block-start: 0 !important;
}

.vipcoach-home,
.vipcoach-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #070b12;
  color: #f5f7fb;
}

.vipcoach-home a,
.vipcoach-page a {
  text-decoration: none;
}

.wp-block-heading,
.vipcoach-page-content h2,
.vipcoach-page-content h3,
.vipcoach-page-content .wp-block-heading,
.vipcoach-title,
.vipcoach-page-hero h1 {
  color: #ffffff !important;
}

h1,
h2,
.vipcoach-title,
.vipcoach-page-hero h1 {
  font-family: "Cardo", Georgia, serif;
}

/* Header */
.vipcoach-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 22px 40px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.92) 0%,
    rgba(0,0,0,.75) 35%,
    rgba(0,0,0,.45) 65%,
    rgba(0,0,0,0) 100%
  );
}

.vipcoach-logo a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.vipcoach-logo img {
  max-height: 162px;
  width: auto;
  display: block;
}

.vipcoach-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: auto;
  margin-top: -10px;
  padding-top: 38px;
}

.vipcoach-nav a {
  color: rgba(255,255,255,.9);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .03em;
  text-decoration: none;
}

.vipcoach-nav a:hover {
  color: #d7aa5d;
}

.vipcoach-lang {
  display: inline-flex;
  gap: 10px;
  margin-left: 10px;
}

.vipcoach-lang a {
  font-size: 14px !important;
  color: #fff !important;
  opacity: .9;
}

.vipcoach-lang a:hover {
  color: #d7aa5d !important;
}

/* Homepage hero */
body.home header.wp-block-template-part {
  display: none !important;
}

.vipcoach-hero {
  position: relative !important;
  overflow: hidden !important;
}

.vipcoach-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 5 !important;
}

.vipcoach-hero-inner,
.vipcoach-kicker,
.vipcoach-title,
.vipcoach-subtitle,
.vipcoach-buttons {
  position: relative;
  z-index: 6;
}

.vipcoach-hero-inner {
  padding: 260px 22px 80px !important;
  text-align: center;
}

.vipcoach-kicker {
  margin: 0 0 18px;
  color: #d7aa5d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.vipcoach-title {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-shadow: 0 4px 28px rgba(0,0,0,.75);
}

.vipcoach-subtitle {
  max-width: 680px;
  margin: 28px auto 0;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.vipcoach-buttons {
  margin-top: 36px;
  gap: 14px;
  justify-content: center;
}

.vipcoach-hero-mobile-img {
  display: none !important;
}

/* Desktop hero - parallax */
@media (min-width: 900px) {
  body.home .vipcoach-hero {
    min-height: 720px !important;

    background-image:
      linear-gradient(
        90deg,
        rgba(5,8,15,.35) 0%,
        rgba(5,8,15,.14) 45%,
        rgba(5,8,15,.03) 100%
      ),
      url("/wp-content/uploads/2026/06/homeminibus-1024x683.avif") !important;

    background-size: cover !important;

    /* zobrazí nápis PRAHA */
    background-position: center 20% !important;

    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }

  /* WordPress Cover obrázek schován,
     používáme CSS background kvůli parallaxu */
  body.home .vipcoach-hero .wp-block-cover__image-background,
  body.home .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Tablet / small desktop - no fixed attachment for smoother mobile/tablet rendering */
@media (min-width: 769px) and (max-width: 899px) {
  body.home .vipcoach-hero {
    min-height: 720px !important;
    background-image:
      linear-gradient(
        90deg,
        rgba(5,8,15,.35) 0%,
        rgba(5,8,15,.14) 45%,
        rgba(5,8,15,.03) 100%
      ),
      url("/wp-content/uploads/2026/06/homeminibus.avif") !important;
    background-size: cover !important;
    background-position: center calc(50% - 80px) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }

  body.home .vipcoach-hero .wp-block-cover__image-background,
  body.home .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Mobile hero */
@media (max-width: 768px) {
  .vipcoach-hero {
    min-height: 760px !important;
    background:
      linear-gradient(
        180deg,
        rgba(5,8,15,.05) 0%,
        rgba(5,8,15,.30) 45%,
        rgba(5,8,15,.85) 100%
      ),
      url("/wp-content/uploads/2026/06/vip-briliant-tour-mobil.avif") top center / cover no-repeat !important;
    background-attachment: scroll !important;
  }

  .vipcoach-hero .wp-block-cover__image-background,
  .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .vipcoach-hero .wp-block-cover__background {
    display: block !important;
    z-index: 1 !important;
    background: rgba(0,0,0,.18) !important;
  }

  .vipcoach-hero .wp-block-cover__inner-container {
    position: relative !important;
    z-index: 2 !important;
  }

  .vipcoach-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 415px 20px 70px !important;
  }

  .vipcoach-kicker {
    font-size: 13px !important;
    line-height: 1.35 !important;
    letter-spacing: .15em !important;
    margin-bottom: 20px !important;
  }

  .vipcoach-title {
    font-size: 42px !important;
    line-height: .98 !important;
    letter-spacing: -0.045em !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  html[lang="en-US"] .vipcoach-title,
  body:lang(en-US) .vipcoach-title {
    font-size: 38px !important;
    line-height: 1 !important;
    max-width: 340px !important;
  }

  .vipcoach-subtitle {
    font-size: 16px !important;
    line-height: 1.45 !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* Buttons */
.vipcoach-btn-primary .wp-block-button__link,
.vipcoach-btn-secondary .wp-block-button__link {
  border-radius: 999px;
  padding: 15px 26px;
  font-weight: 800;
  font-size: 16px;
}

.vipcoach-btn-primary .wp-block-button__link {
  background: linear-gradient(135deg, #d7aa5d, #f1d08b);
  color: #111111;
  box-shadow: 0 18px 50px rgba(215,170,93,.28);
}

.vipcoach-btn-secondary .wp-block-button__link {
  background: rgba(255,255,255,.1);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.32);
}

/* Homepage sections */
.vipcoach-section {
  position: relative;
  z-index: 5;
  padding: 92px 22px;
  background-color: #070b12;
}

.vipcoach-intro {
  text-align: center;
}

.vipcoach-intro h2,
.vipcoach-dark h2,
.vipcoach-cta h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.vipcoach-intro p,
.vipcoach-dark p,
.vipcoach-cta p {
  color: rgba(255,255,255,.74);
  font-size: 19px;
  line-height: 1.7;
}

.vipcoach-intro p,
.vipcoach-cta p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.vipcoach-cards {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 90px;
  gap: 18px;
  align-items: stretch !important;
  background-color: #070b12;
}

.vipcoach-cards .wp-block-column {
  display: flex;
}

.vip-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 210px;
  height: auto !important;
  display: flex;
  flex-direction: column;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.vip-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(215,170,93,.08);
}

.vip-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 23px;
}

.vip-card p {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
}

.vip-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d7aa5d, #f1d08b);
  color: #070b12 !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(215,170,93,.22);
}

.vipcoach-dark {
  margin: 0 auto;
  background:
    radial-gradient(circle at 85% 25%, rgba(215,170,93,.22), transparent 32%),
    linear-gradient(135deg, #101927, #070b12);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.vipcoach-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vipcoach-list li {
  margin: 12px 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.vipcoach-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  border-radius: 50%;
  background: #d7aa5d;
  vertical-align: middle;
}

.vipcoach-cta {
  text-align: center;
  padding-bottom: 110px;
}

/* Page layout */
.vipcoach-page {
  min-height: 70vh;
}

.vipcoach-page-hero {
  padding: 130px 22px 35px !important;
  text-align: center;
}

.vipcoach-page-hero h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.vipcoach-page-content {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden !important;
  box-sizing: border-box;
  padding: 20px 22px 90px;
}

.vipcoach-page-content,
.vipcoach-page-content p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.75;
}

.vipcoach-page-columns {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1080px) {
  .vipcoach-page-columns {
    align-items: center;
  }

  .vipcoach-page-image {
    margin: 0 !important;
  }

  .vipcoach-page-content {
    padding-left: 140px !important;
  }
}

.vipcoach-page-image {
  max-width: 980px !important;
  margin: 30px auto 60px !important;
}

.vipcoach-page-image img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 560px !important;
  object-fit: cover !important;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

/* Fleet */
.vipcoach-fleet-page .vipcoach-page-hero {
  padding-top: 130px !important;
  padding-bottom: 50px !important;
}

.vipcoach-fleet-page .vipcoach-page-hero h1 {
  color: #fff !important;
  opacity: 1 !important;
}

.vipcoach-fleet-page .vipcoach-page-content {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
}

.vipcoach-fleet-page .vipcoach-page-columns {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
}

.vipcoach-fleet-page .vipcoach-page-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 900px) {
  .vipcoach-fleet-layout {
    gap: 36px !important;
  }

  .vipcoach-fleet-layout .vipcoach-split-image {
    flex-basis: 42% !important;
  }

  .vipcoach-fleet-layout .vipcoach-split-text {
    flex-basis: 58% !important;
    margin-left: -30px !important;
  }
}

.vipcoach-fleet-list {
  list-style: none;
  padding-left: 0;
}

.vipcoach-fleet-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  line-height: 1.8;
}

.vipcoach-fleet-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: #d7aa5d;
  font-weight: 700;
}

/* Gallery */
.wp-block-gallery.has-nested-images img {
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
}

.lightbox-image-container img,
.wp-lightbox-overlay img {
  border-radius: 18px;
}

/* Split blocks */
.vipcoach-split-row {
  gap: 54px;
}

.vipcoach-split-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 28px;
}

.vipcoach-split-text {
  align-self: center;
}

/* Accessories */
.vipcoach-accessories,
.vipcoach-accessories *,
.vip-accessories-grid,
.vip-accessories-grid * {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.vipcoach-accessories,
.vip-accessories-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: 28px !important;
}

.vipcoach-accessory-card,
.vip-accessory {
  min-width: 0 !important;
  text-align: center !important;
}

/* Alignment helpers */
.vip-left {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.vip-right {
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.vip-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vip-wide {
  max-width: 1180px !important;
  width: 100% !important;
}

.vip-layout-left-text .vipcoach-split-image {
  flex-basis: 42% !important;
}

.vip-layout-left-text .vipcoach-split-text {
  flex-basis: 58% !important;
}

@media (min-width: 900px) {
  .vip-text-pull-left {
    margin-left: -40px !important;
  }
}

/* CTA buttons - cleaned */
.vipcoach-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 42px auto 0;
}

.vipcoach-cta-buttons p {
  margin: 0 !important;
  padding: 0 !important;
}

.vipcoach-cta-buttons .vipcoach-btn,
.vipcoach-cta-buttons .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.vipcoach-cta-buttons .vipcoach-btn:hover,
.vipcoach-cta-buttons .wp-block-button__link:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.vipcoach-cta-buttons .vipcoach-btn-primary {
  color: #080b10;
  background: linear-gradient(135deg, #f3d184, #d7aa5d);
  box-shadow: 0 18px 45px rgba(215, 170, 93, .22);
}

.vipcoach-cta-buttons .vipcoach-facebook {
  color: #ffffff !important;
  background: #1877f2;
  box-shadow: 0 18px 45px rgba(24, 119, 242, .22);
}

.vipcoach-cta-buttons .vipcoach-whatsapp {
  color: #07120b !important;
  background: #25d366;
  box-shadow: 0 18px 45px rgba(37, 211, 102, .22);
}

.vipcoach-phone,
.wp-block-button.vipcoach-phone .wp-block-button__link,
.wp-block-button__link.vipcoach-phone {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-height: 54px !important;
  padding: 14px 30px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #05070b 0%, #141922 45%, #000000 100%) !important;
  border: 1px solid rgba(215, 170, 93, 0.55) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.30), 0 0 16px rgba(215,170,93,.14) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  text-decoration: none !important;
}

.vipcoach-phone:hover,
.wp-block-button.vipcoach-phone .wp-block-button__link:hover,
.wp-block-button__link.vipcoach-phone:hover {
  color: #ffffff !important;
  filter: brightness(1.12);
}

/* Homepage CTA - one row on desktop */
.vipcoach-section.vipcoach-cta .vipcoach-cta-buttons {
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin: 30px auto 0 !important;
}

.vipcoach-section.vipcoach-cta .vipcoach-cta-buttons .vipcoach-btn {
  min-width: 210px !important;
  padding: 14px 26px !important;
  font-size: 15px !important;
  border-radius: 999px;
}

.vipcoach-section.vipcoach-cta .vipcoach-cta-buttons .vipcoach-phone {
  min-width: 260px !important;
  padding: 13px 22px !important;
  font-size: 14px !important;
}

/* CTA under page image */
.vipcoach-page-columns .vipcoach-cta-buttons {
  flex-direction: row;
  gap: 12px !important;
  margin: 24px 0 0 !important;
}

.vipcoach-page-columns .vipcoach-cta-buttons .vipcoach-btn,
.vipcoach-page-columns .vipcoach-cta-buttons .vipcoach-phone,
.vipcoach-page-columns .vipcoach-cta-buttons .wp-block-button__link {
  min-width: 135px !important;
  min-height: 42px !important;
  padding: 9px 17px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

/* CTA in regular page content */
.vipcoach-page-content > .vipcoach-cta-buttons,
.vipcoach-page-content .entry-content > .vipcoach-cta-buttons {
  gap: 14px !important;
  margin: 28px auto 0 !important;
}

.vipcoach-page-content > .vipcoach-cta-buttons .vipcoach-btn,
.vipcoach-page-content .entry-content > .vipcoach-cta-buttons .vipcoach-btn {
  min-width: 190px !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
}

.vipcoach-page-content > .vipcoach-cta-buttons .vipcoach-phone,
.vipcoach-page-content .entry-content > .vipcoach-cta-buttons .vipcoach-phone {
  min-width: 260px !important;
  padding: 13px 22px !important;
  font-size: 14px !important;
}

/* Hide contact CTA on Contact pages */
.page-id-103 .vipcoach-cta-buttons .vipcoach-btn-primary,
.page-id-208 .vipcoach-cta-buttons .vipcoach-btn-primary {
  display: none !important;
}

/* Social buttons */
.vipcoach-social-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.vipcoach-facebook,
.vipcoach-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 13px 22px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.vipcoach-facebook {
  background: #1877f2;
}

.vipcoach-whatsapp {
  background: #25d366;
  color: #07120a !important;
}

/* WPForms */
.wpforms-field-container,
.wpforms-field-container label,
.wpforms-field-container legend,
.wpforms-field-container .wpforms-field-label,
.wpforms-field-container .wpforms-field-sublabel,
.wpforms-field-container .wpforms-field-description,
.wpforms-container-full .wpforms-field-label,
.wpforms-container-full .wpforms-field-sublabel {
  color: #ffffff !important;
}

.wpforms-field-container input,
.wpforms-field-container textarea,
.wpforms-field-container select {
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 14px !important;
}

.wpforms-field-container input::placeholder,
.wpforms-field-container textarea::placeholder {
  color: rgba(255,255,255,.55) !important;
}

.wpforms-submit {
  background: #d7aa5d !important;
  color: #070b12 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

/* FAQ */
.vipcoach-faq {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 24px;
}

.vipcoach-faq h2 {
  margin: 0 0 32px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
}

.vipcoach-faq details {
  margin-bottom: 14px;
  border: 1px solid rgba(215, 170, 93, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.vipcoach-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #f4d79b;
  list-style: none;
}

.vipcoach-faq summary::-webkit-details-marker {
  display: none;
}

.vipcoach-faq summary::after {
  content: "+";
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #d7aa5d;
}

.vipcoach-faq details[open] summary::after {
  content: "−";
}

.vipcoach-faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

/* Footer */
footer.wp-block-template-part,
.wp-block-template-part:has(.vipcoach-footer-brand) {
  margin: 0 !important;
  padding: 0 !important;
  background: #05080f !important;
}

.vipcoach-footer,
.vipcoach-footer-brand {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 46px 22px 100px !important;
  box-sizing: border-box !important;
  background: #05080f !important;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center !important;
  color: #ffffff !important;
}

.vipcoach-footer *,
.vipcoach-footer-brand * {
  color: #ffffff !important;
  text-align: center !important;
}

.vipcoach-footer strong,
.vipcoach-footer-brand strong {
  display: block;
  font-size: 28px;
  margin-bottom: 16px;
}

.vipcoach-footer p,
.vipcoach-footer-brand p {
  margin: 10px auto;
  max-width: 760px;
}

.vipcoach-footer small,
.vipcoach-footer-brand small {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.6) !important;
}

.vipcoach-footer a,
.vipcoach-footer-brand a {
  color: #d7aa5d !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

/* 404 */
.error404 main#wp--skip-link--target {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.error404 h1,
.error404 .wp-block-heading,
.error404 p,
.error404 .wp-block-paragraph {
  color: #fff !important;
}

.error404 .wp-block-search {
  max-width: 560px;
  width: 100%;
  margin-top: 24px;
}
/* Responsive */
@media (max-width: 1100px) {
  .vipcoach-header {
    position: relative !important;
    padding: 34px 22px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: center !important;
    background: #070b12 !important;
  }

  .vipcoach-logo img {
    max-height: 150px !important;
  }

  .vipcoach-nav {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 18px 28px !important;
  }

  .vipcoach-page-hero {
    padding-top: 35px !important;
  }

  .vipcoach-page-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .vipcoach-page-columns {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .vipcoach-page-columns .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .vipcoach-page-image,
  .vipcoach-page-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .vipcoach-section {
    padding: 70px 20px;
  }

  .vipcoach-cards {
    padding-bottom: 70px;
  }

  .vipcoach-accessories,
  .vip-accessories-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
  }
}

@media (max-width: 781px) {
  .vipcoach-split-row {
    gap: 28px;
  }

  .vipcoach-cta-buttons,
  .vipcoach-page-content .vipcoach-cta-buttons,
  .vipcoach-page-columns .vipcoach-cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    margin: 26px auto 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .vipcoach-cta-buttons p {
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
  }

  .vipcoach-cta-buttons .vipcoach-btn,
  .vipcoach-cta-buttons .vipcoach-phone,
  .vipcoach-cta-buttons .wp-block-button__link {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 350px !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 15px 18px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .vipcoach-cta-buttons .vipcoach-phone {
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    letter-spacing: -0.04em !important;
  }

  body.home .vipcoach-section.vipcoach-cta {
    overflow: hidden !important;
    text-align: center !important;
  }

  body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons {
    width: 350px !important;
    max-width: calc(100vw - 48px) !important;
    margin: 26px auto 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    overflow: visible !important;
  }

  body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  body.home .vipcoach-section.vipcoach-cta .vipcoach-phone {
    font-size: 13px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: nowrap !important;
    letter-spacing: -0.04em !important;
  }
}

@media (max-width: 380px) {
  .vipcoach-cta-buttons p,
  .vipcoach-cta-buttons .vipcoach-btn,
  .vipcoach-cta-buttons .vipcoach-phone,
  .vipcoach-cta-buttons .wp-block-button__link,
  body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons {
    max-width: 280px !important;
  }

  .vipcoach-cta-buttons .vipcoach-phone,
  body.home .vipcoach-section.vipcoach-cta .vipcoach-phone {
    font-size: 12px !important;
  }
}
/* =========================================================
   HOMEPAGE CTA — centrování tlačítek (mobile fix)
   ========================================================= */

body.home .vipcoach-section.vipcoach-cta,
body.home .vipcoach-section.vipcoach-cta > *,
body.home .vipcoach-section.vipcoach-cta .wp-block-group,
body.home .vipcoach-section.vipcoach-cta .wp-block-group__inner-container {
  text-align: center !important;
}

body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons {
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
}

body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons p {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
}
body.home .vipcoach-section.vipcoach-cta .vipcoach-cta-buttons p[style] {
  text-align: center !important;
}
/* Vycentrování textu uvnitř tlačítka */
.vipcoach-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

/* Skrytí nežádoucích odřádkování uvnitř tlačítek */
.vipcoach-btn br {
  display: none !important;
}
/* =========================================================
   HOME HERO - airport layout
   ========================================================= */

@media (min-width: 900px) {
  body.home .vipcoach-hero,
  .page-id-274 .vipcoach-hero {
    min-height: 720px !important;

    background-image:
      linear-gradient(
        90deg,
        rgba(5,8,15,.88) 0%,
        rgba(5,8,15,.72) 28%,
        rgba(5,8,15,.28) 55%,
        rgba(5,8,15,.08) 100%
      ),
      url("/wp-content/uploads/2026/06/homeminibus.avif") !important;

    background-size: 105% auto !important;
     background-position: center 40% !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }

  body.home .vipcoach-hero .wp-block-cover__image-background,
  body.home .vipcoach-hero-mobile-img,
  .page-id-274 .vipcoach-hero .wp-block-cover__image-background,
  .page-id-274 .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.home .vipcoach-hero .wp-block-cover__inner-container,
  .page-id-274 .vipcoach-hero .wp-block-cover__inner-container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  body.home .vipcoach-hero-inner,
  .page-id-274 .vipcoach-hero-inner {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 235px 22px 95px !important;
  }

  /* EN vlevo */
  html[lang="en-US"] .vipcoach-hero-inner {
    text-align: left !important;
  }

  html[lang="en-US"] .vipcoach-hero-inner > * {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  html[lang="en-US"] .vipcoach-buttons,
  html[lang="en-US"] .vipcoach-hero .wp-block-buttons {
    justify-content: flex-start !important;
  }

  html[lang="en-US"] .vipcoach-title {
    max-width: 620px !important;
    font-size: clamp(46px, 4.4vw, 76px) !important;
    line-height: .98 !important;
  }

  html[lang="en-US"] .vipcoach-subtitle {
    max-width: 560px !important;
  }

  /* CZ na střed */
  html[lang="cs-CZ"] .vipcoach-hero-inner {
    text-align: center !important;
  }

  html[lang="cs-CZ"] .vipcoach-hero-inner > * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  html[lang="cs-CZ"] .vipcoach-buttons,
  html[lang="cs-CZ"] .vipcoach-hero .wp-block-buttons {
    justify-content: center !important;
  }

  html[lang="cs-CZ"] .vipcoach-title {
    max-width: 900px !important;
  }

  html[lang="cs-CZ"] .vipcoach-subtitle {
    max-width: 680px !important;
  }
}
/* =========================================================
   HOME HERO - FINAL CLEAN VERSION
   EN + CZ vlevo, menší auto, jemnější pozadí
   ========================================================= */

@media (min-width: 900px) {
  body.home .vipcoach-hero,
  .page-id-274 .vipcoach-hero {
    min-height: 720px !important;
    background-image:
      linear-gradient(
        90deg,
        rgba(5,8,15,.65) 0%,
        rgba(5,8,15,.45) 28%,
        rgba(5,8,15,.18) 55%,
        rgba(5,8,15,.03) 100%
      ),
      url("/wp-content/uploads/2026/06/homeminibus.avif") !important;
    background-size: 92% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }

  body.home .vipcoach-hero .wp-block-cover__image-background,
  body.home .vipcoach-hero-mobile-img,
  .page-id-274 .vipcoach-hero .wp-block-cover__image-background,
  .page-id-274 .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.home .vipcoach-hero .wp-block-cover__inner-container,
  .page-id-274 .vipcoach-hero .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.home .vipcoach-hero-inner,
  .page-id-274 .vipcoach-hero-inner {
    max-width: 620px !important;
    width: 620px !important;
    margin-left: clamp(42px, 5vw, 95px) !important;
    margin-right: auto !important;
    padding: 250px 0 95px !important;
    text-align: left !important;
  }

  body.home .vipcoach-kicker,
  body.home .vipcoach-title,
  body.home .vipcoach-subtitle,
  .page-id-274 .vipcoach-kicker,
  .page-id-274 .vipcoach-title,
  .page-id-274 .vipcoach-subtitle {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.home .vipcoach-title,
  .page-id-274 .vipcoach-title {
    max-width: 620px !important;
    font-size: clamp(54px, 4.8vw, 74px) !important;
    line-height: .98 !important;
    letter-spacing: -0.055em !important;
  }

  body.home .vipcoach-subtitle,
  .page-id-274 .vipcoach-subtitle {
    max-width: 560px !important;
    margin-top: 26px !important;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  body.home .vipcoach-buttons,
  .page-id-274 .vipcoach-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 18px !important;
    margin-top: 38px !important;
  }

  body.home .vipcoach-buttons .wp-block-button,
  .page-id-274 .vipcoach-buttons .wp-block-button {
    margin: 0 !important;
  }

  body.home .vipcoach-buttons .wp-block-button__link,
  .page-id-274 .vipcoach-buttons .wp-block-button__link {
    min-width: 220px !important;
    min-height: 58px !important;
    padding: 16px 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }
}

/* =========================================================
   FLEET / ENTRY CONTENT CTA BUTTONS - menší tlačítka
   ========================================================= */

.entry-content.wp-block-post-content .vipcoach-cta-buttons {
  gap: 12px !important;
  margin: 24px auto 0 !important;
}

.entry-content.wp-block-post-content .vipcoach-cta-buttons .vipcoach-btn,
.entry-content.wp-block-post-content .vipcoach-cta-buttons .vipcoach-phone,
.entry-content.wp-block-post-content .vipcoach-cta-buttons .wp-block-button__link {
  min-width: 135px !important;
  min-height: 42px !important;
  padding: 9px 16px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

/* =========================================================
   MOBILE HERO - zachovat mobilní verzi
   ========================================================= */

@media (max-width: 768px) {
  .vipcoach-hero {
    min-height: 760px !important;
    background:
      linear-gradient(
        180deg,
        rgba(5,8,15,.05) 0%,
        rgba(5,8,15,.30) 45%,
        rgba(5,8,15,.85) 100%
      ),
      url("/wp-content/uploads/2026/06/vip-briliant-tour-mobil.avif") top center / cover no-repeat !important;
    background-attachment: scroll !important;
  }

  .vipcoach-hero .wp-block-cover__image-background,
  .vipcoach-hero-mobile-img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .vipcoach-hero-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 415px 20px 70px !important;
    text-align: center !important;
  }

  .vipcoach-title {
    font-size: 42px !important;
    line-height: .98 !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  html[lang="en-US"] .vipcoach-title {
    font-size: 38px !important;
    line-height: 1 !important;
    max-width: 340px !important;
  }

  .vipcoach-subtitle {
    font-size: 16px !important;
    line-height: 1.45 !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vipcoach-buttons {
    justify-content: center !important;
  }
}
@media (min-width: 1101px) {
  .vipcoach-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(
      180deg,
      rgba(5,8,15,.92) 0%,
      rgba(5,8,15,.72) 55%,
      rgba(5,8,15,.18) 100%
    ) !important;
  /*  backdrop-filter: blur(10px); */
  }
}
.vipcoach-section.vipcoach-cta .vipcoach-cta-buttons .vipcoach-btn,
.vipcoach-section.vipcoach-cta .vipcoach-cta-buttons .vipcoach-phone {
  min-height: 58px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
@media (min-width: 900px) {
  body.home .vipcoach-hero,
  .page-id-274 .vipcoach-hero {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
/* HOME HERO buttons - mobile fix */
@media (max-width: 768px) {
  body.home .vipcoach-hero .vipcoach-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 24px auto 0 !important;
  }

  body.home .vipcoach-hero .vipcoach-buttons .wp-block-button {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body.home .vipcoach-hero .vipcoach-buttons .wp-block-button__link {
    width: 100% !important;
    max-width: 300px !important;
    min-height: 54px !important;
    padding: 14px 18px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
  }
}