@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,400&family=Inter&family=Lato&family=Montserrat:wght@300;400;500;600&display=swap');
.strip[data-id="77f9fb"] {
  --section-id: "77f9fb";
  --storage-url: "https://vch.proweb.cz/_section/77f9fb";
  --public-url: "https://vch.proweb.cz/_section/77f9fb";
}
.strip[data-id="77f9fb"] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  padding: 24px 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="77f9fb"] .main-header.scrolled {
  padding: 12px 0;
}
.strip[data-id="77f9fb"] .main-header.scrolled .header-content {
  background: rgba(26, 18, 8, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 50px;
  padding: 8px 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id="77f9fb"] .main-header.scrolled .logo-text {
  font-size: 22px;
}
.strip[data-id="77f9fb"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="77f9fb"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(245, 239, 224, 0.1);
}
.strip[data-id="77f9fb"] .logo {
  text-decoration: none;
  color: #C9A84C;
  z-index: 2002;
}
.strip[data-id="77f9fb"] .logo .logo-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="77f9fb"] .logo .logo-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #C9A84C;
  border-radius: 50%;
  display: inline-block;
}
.strip[data-id="77f9fb"] .main-nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.strip[data-id="77f9fb"] .main-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 239, 224, 0.8);
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id="77f9fb"] .main-nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #C9A84C;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="77f9fb"] .main-nav a:hover, .strip[data-id="77f9fb"] .main-nav a.active {
  color: #C9A84C;
}
.strip[data-id="77f9fb"] .main-nav a:hover::before, .strip[data-id="77f9fb"] .main-nav a.active::before {
  width: 100%;
}
.strip[data-id="77f9fb"] .header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.strip[data-id="77f9fb"] .btn-reserve {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1A1208;
  background: #C9A84C;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #C9A84C;
}
.strip[data-id="77f9fb"] .btn-reserve:hover {
  background: transparent;
  color: #C9A84C;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201, 168, 76, 0.2);
}
.strip[data-id="77f9fb"] .hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 2002;
}
.strip[data-id="77f9fb"] .hamburger span {
  display: block;
  width: 28px;
  height: 1.5px;
  background: #C9A84C;
  transition: all 0.3s ease;
}
.strip[data-id="77f9fb"] .hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.strip[data-id="77f9fb"] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="77f9fb"] .hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.strip[data-id="77f9fb"] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #1A1208;
  z-index: 2001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.strip[data-id="77f9fb"] .mobile-menu.active {
  right: 0;
}
.strip[data-id="77f9fb"] .mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.strip[data-id="77f9fb"] .mobile-menu li {
  margin: 25px 0;
}
.strip[data-id="77f9fb"] .mobile-menu a {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  color: #F5EFE0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="77f9fb"] .mobile-menu a:hover {
  color: #C9A84C;
}
@media (max-width: 1024px) {
  .strip[data-id="77f9fb"] .main-nav, .strip[data-id="77f9fb"] .btn-reserve {
    display: none;
  }
  .strip[data-id="77f9fb"] .hamburger {
    display: flex;
  }
  .strip[data-id="77f9fb"] .main-header {
    padding: 15px 0;
  }
  .strip[data-id="77f9fb"] .main-header.scrolled .header-content {
    border-radius: 40px;
    padding: 8px 20px;
  }
}.strip[data-id="374c0b"] {
  --section-id: "374c0b";
  --storage-url: "https://vch.proweb.cz/_section/374c0b";
  --public-url: "https://vch.proweb.cz/_section/374c0b";
}
.strip[data-id="374c0b"] .glass-future-hero {
  --primary: #8b5cf6;
  --secondary: #06b6d4;
  --bg-dark: #030712;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --text-dim: #9ca3af;
  position: relative;
  padding: clamp(80px, 12vh, 160px) 0;
  background-color: var(--bg-dark);
  color: #fff;
  overflow: hidden;
  font-family: "Inter", system-ui, sans-serif;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(80px);
  opacity: 0.6;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  animation: orb-float 20s infinite alternate ease-in-out;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%);
  top: -10%;
  right: -5%;
}
.strip[data-id="374c0b"] .glass-future-hero .orb-system .orb-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
  bottom: -10%;
  left: 5%;
  animation-delay: -5s;
}
.strip[data-id="374c0b"] .glass-future-hero .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.strip[data-id="374c0b"] .glass-future-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 80px;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge .pulse {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 12px #10b981;
  position: relative;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .status-badge .pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid #10b981;
  border-radius: 50%;
  animation: ring-pulse 2s infinite;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side h1 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side h1 .shimmer {
  background: linear-gradient(90deg, #fff 0%, var(--primary) 50%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer-text 4s linear infinite;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-dim);
  margin-bottom: 48px;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .description {
    margin-left: auto;
    margin-right: auto;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .description strong {
  color: #fff;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group {
    flex-direction: column;
    width: 100%;
  }
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-main {
  padding: 18px 36px;
  background: #fff;
  color: #000;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-ghost {
  padding: 18px 36px;
  color: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.strip[data-id="374c0b"] .glass-future-hero .content-side .btn-group .btn-ghost:hover {
  background: var(--glass);
  border-color: #fff;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .image-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  perspective: 1000px;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: tag-float 6s infinite alternate ease-in-out;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag i {
  color: var(--secondary);
  font-size: 1.2rem;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag span {
  font-weight: 700;
  font-size: 0.9rem;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag.tag-1 {
  top: -10%;
  right: -5%;
  animation-delay: -1s;
}
.strip[data-id="374c0b"] .glass-future-hero .visual-side .glass-tag.tag-2 {
  bottom: 10%;
  left: -15%;
  animation-delay: -3s;
}
@keyframes orb-float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(50px, 30px) scale(1.1);
  }
}
@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes shimmer-text {
  to {
    background-position: 200% center;
  }
}
@keyframes tag-float {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(2deg);
  }
}.strip[data-id="9a3511"] {
  --section-id: "9a3511";
  --storage-url: "https://vch.proweb.cz/_section/9a3511";
  --public-url: "https://vch.proweb.cz/_section/9a3511";
}
.strip[data-id="9a3511"] .ai-how-it-works {
  padding: 100px 0;
  background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%);
}
.strip[data-id="9a3511"] .ai-how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="9a3511"] .ai-how-it-works .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="9a3511"] .ai-how-it-works .section-header h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .strip[data-id="9a3511"] .ai-how-it-works .section-header h2 {
    font-size: 2.5rem;
  }
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  background: #000;
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  /* Browser top bar simulation */
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper:before {
  content: "";
  display: block;
  height: 30px;
  background: #f1f5f9;
  border-radius: 28px 28px 0 0;
  margin-bottom: -1px;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper .preview-screen {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 28px 28px;
  transition: opacity 0.5s ease;
  position: relative;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper .preview-screen.loading {
  opacity: 0.5;
}
.strip[data-id="9a3511"] .ai-how-it-works .tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .strip[data-id="9a3511"] .ai-how-it-works .tiles-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card {
  background: #ffffff;
  border: 2px solid #cbd5e1;
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  position: relative;
  /* Speech bubble tail */
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card:hover, .strip[data-id="9a3511"] .ai-how-it-works .tile-card.active {
  border-color: #1d4ed8;
  box-shadow: 0 10px 25px rgba(29, 78, 216, 0.1);
  transform: translateY(-5px);
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active {
  background-color: #ffffff;
  border-width: 3px;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active .bubble-text {
  color: #1d4ed8;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card .bubble-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cbd5e1;
  transition: border-bottom-color 0.3s ease;
}
.strip[data-id="9a3511"] .ai-how-it-works .tile-card.active:after {
  border-bottom-color: #1d4ed8;
  top: -11px;
}.strip[data-id="034262"] {
  --section-id: "034262";
  --storage-url: "https://vch.proweb.cz/_section/034262";
  --public-url: "https://vch.proweb.cz/_section/034262";
}
.strip[data-id="034262"] .cats-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  color: #333;
}
.strip[data-id="034262"] .cats-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="034262"] .cats-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="034262"] .cats-section .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #222;
}
.strip[data-id="034262"] .cats-section .section-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id="034262"] .cats-section .cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="034262"] .cats-section .cat-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id="034262"] .cats-section .cat-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="034262"] .cats-section .cat-card .image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.strip[data-id="034262"] .cats-section .cat-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="034262"] .cats-section .cat-card .content {
  padding: 25px;
}
.strip[data-id="034262"] .cats-section .cat-card .content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #111;
}
.strip[data-id="034262"] .cats-section .cat-card .content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 768px) {
  .strip[data-id="034262"] .cats-section {
    padding: 50px 15px;
  }
  .strip[data-id="034262"] .cats-section .section-header h2 {
    font-size: 2rem;
  }
}.strip[data-id="22b37f"] {
  --section-id: "22b37f";
  --storage-url: "https://vch.proweb.cz/_section/22b37f";
  --public-url: "https://vch.proweb.cz/_section/22b37f";
}
.strip[data-id="22b37f"] .swiss-brutalist {
  padding: 120px 0;
  background: #ffffff;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
}
.strip[data-id="22b37f"] .swiss-brutalist .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="22b37f"] .swiss-brutalist .main-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border: 2px solid #000;
  background: #000;
  gap: 2px;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell {
  background: #fff;
  padding: 60px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9) translateY(30px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.span-12 {
  grid-column: span 12;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.span-8 {
  grid-column: span 8;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.span-7 {
  grid-column: span 7;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.span-5 {
  grid-column: span 5;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.span-4 {
  grid-column: span 4;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-red {
  background: #ff3e3e;
  color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-red .index {
  color: rgba(255, 255, 255, 0.2);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-red .badge {
  border-color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-blue {
  background: #3b82f6;
  color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-blue .index {
  color: rgba(255, 255, 255, 0.2);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-blue .badge {
  border-color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-yellow {
  background: #facc15;
  color: #000;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-yellow .index {
  color: rgba(0, 0, 0, 0.1);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell.bg-yellow .badge {
  border-color: #000;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell:hover {
  z-index: 2;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell:hover .content-wrap {
  transform: translateX(10px);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell:hover.bg-white {
  background: #000;
  color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell:hover.bg-white .index {
  color: rgba(255, 255, 255, 0.1);
}
.strip[data-id="22b37f"] .swiss-brutalist .cell:hover.bg-white .badge {
  border-color: #fff;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .index {
  font-size: 12rem;
  font-weight: 900;
  position: absolute;
  top: -20px;
  right: -10px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  transition: color 0.3s ease;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .badge {
  display: inline-block;
  border: 2px solid #000;
  padding: 4px 12px;
  font-weight: 900;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  align-self: flex-start;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .content-wrap {
  transition: transform 0.4s ease;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .content-wrap h2, .strip[data-id="22b37f"] .swiss-brutalist .cell .content-wrap h3 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin: 0 0 20px 0;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .content-wrap p {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 500px;
  line-height: 1.3;
  margin: 0;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .footer-label {
  margin-top: auto;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="22b37f"] .swiss-brutalist .cell .footer-label::before {
  content: "";
  width: 30px;
  height: 4px;
  background: currentColor;
}
@media (max-width: 1024px) {
  .strip[data-id="22b37f"] .swiss-brutalist {
    padding: 60px 0;
  }
  .strip[data-id="22b37f"] .swiss-brutalist .cell {
    grid-column: span 12 !important;
    min-height: auto;
    padding: 40px 20px;
  }
  .strip[data-id="22b37f"] .swiss-brutalist .cell .index {
    font-size: 6rem;
    top: 10px;
    right: 10px;
  }
}.strip[data-id="5bb0e5"] {
  --section-id: "5bb0e5";
  --storage-url: "https://vch.proweb.cz/_section/5bb0e5";
  --public-url: "https://vch.proweb.cz/_section/5bb0e5";
}
.strip[data-id="5bb0e5"] .pricing-section {
  padding: 80px 20px;
  background-color: #f9fafb;
  font-family: sans-serif;
}
.strip[data-id="5bb0e5"] .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="5bb0e5"] .pricing-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="5bb0e5"] .pricing-header h2 {
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 10px;
}
.strip[data-id="5bb0e5"] .pricing-header p {
  color: #6b7280;
  font-size: 1.1rem;
}
.strip[data-id="5bb0e5"] .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
}
.strip[data-id="5bb0e5"] .pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
  position: relative;
}
.strip[data-id="5bb0e5"] .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.strip[data-id="5bb0e5"] .pricing-card.featured {
  border: 2px solid #2563eb;
  transform: scale(1.05);
  z-index: 1;
}
.strip[data-id="5bb0e5"] .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-5px);
}
.strip[data-id="5bb0e5"] .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.strip[data-id="5bb0e5"] .plan-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
  text-align: center;
}
.strip[data-id="5bb0e5"] .plan-price {
  text-align: center;
  margin-bottom: 25px;
}
.strip[data-id="5bb0e5"] .price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
}
.strip[data-id="5bb0e5"] .price-period {
  color: #6b7280;
  font-size: 1rem;
}
.strip[data-id="5bb0e5"] .price-subtext {
  display: block;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-top: 5px;
}
.strip[data-id="5bb0e5"] .plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.strip[data-id="5bb0e5"] .plan-features li {
  padding: 10px 0;
  color: #4b5563;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f4f6;
}
.strip[data-id="5bb0e5"] .plan-features li:last-child {
  border-bottom: none;
}
.strip[data-id="5bb0e5"] .plan-features .icon {
  margin-right: 12px;
  color: #10b981;
  flex-shrink: 0;
}
.strip[data-id="5bb0e5"] .plan-features .icon.no {
  color: #ef4444;
}
.strip[data-id="5bb0e5"] .btn-pricing {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
}
.strip[data-id="5bb0e5"] .btn-free {
  background-color: #f3f4f6;
  color: #374151;
}
.strip[data-id="5bb0e5"] .btn-free:hover {
  background-color: #e5e7eb;
}
.strip[data-id="5bb0e5"] .btn-primary {
  background-color: #2563eb;
  color: white;
}
.strip[data-id="5bb0e5"] .btn-primary:hover {
  background-color: #1d4ed8;
}
@media (max-width: 1024px) {
  .strip[data-id="5bb0e5"] .pricing-card.featured {
    transform: none;
  }
  .strip[data-id="5bb0e5"] .pricing-card.featured:hover {
    transform: translateY(-5px);
  }
}.strip[data-id=d3425d] {
  --section-id: "d3425d";
  --storage-url: "https://vch.proweb.cz/_section/d3425d";
  --public-url: "https://vch.proweb.cz/_section/d3425d";
}
.strip[data-id=d3425d] .guarantee-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: sans-serif;
}
.strip[data-id=d3425d] .guarantee-container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id=d3425d] .guarantee-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d3425d] .guarantee-header h2 {
  font-size: 2.25rem;
  color: #111827;
  margin-bottom: 15px;
}
.strip[data-id=d3425d] .guarantee-header p {
  color: #6b7280;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto;
}
.strip[data-id=d3425d] .guarantee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}
.strip[data-id=d3425d] .guarantee-item {
  text-align: center;
  padding: 20px;
}
.strip[data-id=d3425d] .guarantee-icon {
  width: 80px;
  height: 80px;
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.strip[data-id=d3425d] .guarantee-icon svg {
  width: 56px;
  height: 56px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id=d3425d] .guarantee-item h3 {
  font-size: 1.25rem;
  color: #111827;
  margin-bottom: 12px;
  font-weight: 600;
}
.strip[data-id=d3425d] .guarantee-item p {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .strip[data-id=d3425d] .guarantee-section {
    padding: 60px 20px;
  }
  .strip[data-id=d3425d] .guarantee-grid {
    gap: 20px;
  }
  .strip[data-id=d3425d] .guarantee-icon svg {
    width: 48px;
    height: 48px;
  }
}.strip[data-id="3bc806"] {
  --section-id: "3bc806";
  --storage-url: "https://vch.proweb.cz/_section/3bc806";
  --public-url: "https://vch.proweb.cz/_section/3bc806";
}
.strip[data-id="3bc806"] .cta-modern {
  padding: 120px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 40%, #2563eb 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="3bc806"] .cta-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.4;
  pointer-events: none;
}
.strip[data-id="3bc806"] .cta-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="3bc806"] .cta-modern h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id="3bc806"] .cta-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 48px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="3bc806"] .cta-actions {
  display: flex;
  justify-content: center;
}
.strip[data-id="3bc806"] .btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: #1e40af;
  padding: 20px 48px;
  border-radius: 100px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}
.strip[data-id="3bc806"] .btn-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4);
  background-color: #f8fafc;
}
.strip[data-id="3bc806"] .btn-pill svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="3bc806"] .btn-pill:hover svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .strip[data-id="3bc806"] .cta-modern {
    padding: 80px 20px;
  }
  .strip[data-id="3bc806"] .cta-modern h2 {
    font-size: 2.25rem;
  }
  .strip[data-id="3bc806"] .cta-description {
    font-size: 1.125rem;
    margin-bottom: 32px;
  }
  .strip[data-id="3bc806"] .btn-pill {
    width: 100%;
    justify-content: center;
    padding: 18px 32px;
  }
}@charset "UTF-8";
.strip[data-id="37fd5e"] {
  --section-id: "37fd5e";
  --storage-url: "https://vch.proweb.cz/_section/37fd5e";
  --public-url: "https://vch.proweb.cz/_section/37fd5e";
  /* Logo & CTA Area */
  /* Columns */
  /* Socials */
  /* Bottom Bar */
}
.strip[data-id="37fd5e"] :root {
  --footer-bg: #0A0A0A;
  --gold-primary: #C9A84C;
  --gold-light: #E2C67D;
  --text-light: #F5EFE0;
  --text-muted: rgba(245, 239, 224, 0.5);
  --border-color: rgba(201, 168, 76, 0.15);
  --transition-standard: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="37fd5e"] .main-footer {
  background-color: var(--footer-bg);
  background-image: radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.05) 0%, transparent 70%);
  padding: 120px 0 80px; /* Zvýšený padding pro luxusnější pocit */
  position: relative;
  color: var(--text-light);
  overflow: hidden;
}
.strip[data-id="37fd5e"] .footer-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-primary) 50%, transparent 100%);
  opacity: 0.3;
}
.strip[data-id="37fd5e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; /* Zvýšený horizontální padding */
}
.strip[data-id="37fd5e"] .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.1fr 1.1fr;
  gap: 80px; /* Větší mezery mezi sloupci */
  margin-bottom: 100px;
}
.strip[data-id="37fd5e"] .footer-brand-area {
  display: flex;
  flex-direction: column;
}
.strip[data-id="37fd5e"] .footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold-primary);
  text-decoration: none;
  margin-bottom: 16px;
  transition: var(--transition-standard);
  background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id="37fd5e"] .footer-logo:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.strip[data-id="37fd5e"] .tagline {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--text-muted);
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.strip[data-id="37fd5e"] .footer-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: var(--transition-standard);
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.strip[data-id="37fd5e"] .footer-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--gold-primary);
  transition: var(--transition-standard);
  z-index: -1;
}
.strip[data-id="37fd5e"] .footer-cta-btn:hover {
  color: var(--footer-bg);
  transform: translateY(-3px);
}
.strip[data-id="37fd5e"] .footer-cta-btn:hover::before {
  left: 0;
}
.strip[data-id="37fd5e"] .footer-cta-btn:active {
  transform: translateY(-1px);
}
.strip[data-id="37fd5e"] .footer-col h3 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin: 0 0 36px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="37fd5e"] .footer-col h3 svg {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.strip[data-id="37fd5e"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="37fd5e"] .footer-links li {
  margin-bottom: 18px;
}
.strip[data-id="37fd5e"] .footer-links a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition-standard);
  display: inline-block;
}
.strip[data-id="37fd5e"] .footer-links a:hover {
  color: var(--text-light);
  transform: translateX(8px);
}
.strip[data-id="37fd5e"] .hours-list {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: var(--text-muted);
}
.strip[data-id="37fd5e"] .hours-list .day-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id="37fd5e"] .hours-list .time {
  color: var(--text-light);
  font-weight: 500;
}
.strip[data-id="37fd5e"] .contact-details {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}
.strip[data-id="37fd5e"] .contact-details .contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.strip[data-id="37fd5e"] .contact-details .contact-item svg {
  width: 20px;
  height: 20px;
  color: var(--gold-primary);
  flex-shrink: 0;
  margin-top: 3px; /* Lepší zarovnání s prvním řádkem textu */
}
.strip[data-id="37fd5e"] .contact-details .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="37fd5e"] .contact-details .contact-item a:hover {
  color: var(--gold-primary);
}
.strip[data-id="37fd5e"] .social-links {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.strip[data-id="37fd5e"] .social-links a {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-muted);
  transition: var(--transition-standard);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="37fd5e"] .social-links a:hover {
  color: var(--gold-primary);
  border-color: var(--gold-primary);
  background: rgba(201, 168, 76, 0.1);
  transform: scale(1.1) translateY(-5px);
}
.strip[data-id="37fd5e"] .social-links a svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="37fd5e"] .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="37fd5e"] .copyright {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(245, 239, 224, 0.4); /* Zvýšený kontrast pro přístupnost */
  margin: 0;
}
.strip[data-id="37fd5e"] .legal-nav {
  display: flex;
  gap: 32px;
}
.strip[data-id="37fd5e"] .legal-nav a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(245, 239, 224, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="37fd5e"] .legal-nav a:hover {
  color: var(--gold-primary);
}
.strip[data-id="37fd5e"] .back-to-top {
  position: absolute;
  right: 40px;
  bottom: 75px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-standard);
  padding: 12px;
}
.strip[data-id="37fd5e"] .back-to-top:hover {
  color: var(--gold-primary);
  transform: translateY(-5px);
}
.strip[data-id="37fd5e"] .back-to-top:active {
  transform: translateY(-2px);
}
.strip[data-id="37fd5e"] .back-to-top svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
@media (max-width: 1100px) {
  .strip[data-id="37fd5e"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id="37fd5e"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="37fd5e"] .main-footer {
    padding: 80px 0 120px;
  }
  .strip[data-id="37fd5e"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="37fd5e"] .footer-brand-area, .strip[data-id="37fd5e"] .footer-cta-btn, .strip[data-id="37fd5e"] .social-links {
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="37fd5e"] .footer-col h3 {
    justify-content: center;
  }
  .strip[data-id="37fd5e"] .contact-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="37fd5e"] .footer-bottom {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .strip[data-id="37fd5e"] .back-to-top {
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
  }
}