@charset "UTF-8";
.strip[data-id=f686e8] {
  --section-id: "f686e8";
  --public-url: "http://php.vch.proweb.cz/_section/f686e8";
}
.strip[data-id=f686e8] .main-header {
  background-color: #f0f4ff; /* Jemné modré podbarvení */
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.strip[data-id=f686e8] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f686e8] .main-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=f686e8] .main-header .logo a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 800;
}
.strip[data-id=f686e8] .main-header .logo a span {
  color: #1d4ed8; /* Modrá z loga/tlačítka */
}
.strip[data-id=f686e8] .main-header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.strip[data-id=f686e8] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #4a5568;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.strip[data-id=f686e8] .main-header .main-nav ul li a:hover {
  color: #1d4ed8;
}
@media (max-width: 640px) {
  .strip[data-id=f686e8] .main-header .header-wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .strip[data-id=f686e8] .main-header .main-nav ul {
    gap: 20px;
  }
}.strip[data-id="374c0b"] {
  --section-id: "374c0b";
  --public-url: "http://php.vch.proweb.cz/_section/374c0b";
}
.strip[data-id="374c0b"] .hero-ai {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  overflow: hidden;
}
.strip[data-id="374c0b"] .hero-ai .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="374c0b"] .hero-ai .hero-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .strip[data-id="374c0b"] .hero-ai .hero-content {
    flex-direction: column;
    text-align: center;
  }
}
.strip[data-id="374c0b"] .hero-ai .hero-text {
  flex: 1;
  min-width: 300px;
}
.strip[data-id="374c0b"] .hero-ai .hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #1a1a1a;
}
.strip[data-id="374c0b"] .hero-ai .hero-text p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 40px;
  max-width: 540px;
}
@media (max-width: 991px) {
  .strip[data-id="374c0b"] .hero-ai .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }
}
.strip[data-id="374c0b"] .hero-ai .hero-text p strong {
  color: #000;
  font-weight: 700;
}
.strip[data-id="374c0b"] .hero-ai .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .strip[data-id="374c0b"] .hero-ai .hero-actions {
    justify-content: center;
  }
}
.strip[data-id="374c0b"] .hero-ai .hero-actions .btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.strip[data-id="374c0b"] .hero-ai .hero-actions .btn.btn-primary {
  background-color: #1d4ed8;
  color: #ffffff;
  border: 2px solid #1d4ed8;
}
.strip[data-id="374c0b"] .hero-ai .hero-actions .btn.btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}
.strip[data-id="374c0b"] .hero-ai .hero-actions .btn.btn-secondary {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 2px solid #e5e7eb;
}
.strip[data-id="374c0b"] .hero-ai .hero-actions .btn.btn-secondary:hover {
  border-color: #d1d5db;
  background-color: #f9fafb;
}
.strip[data-id="374c0b"] .hero-ai .hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}
.strip[data-id="374c0b"] .hero-ai .hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.1));
}@charset "UTF-8";
.strip[data-id="9a3511"] {
  --section-id: "9a3511";
  --public-url: "http://php.vch.proweb.cz/_section/9a3511";
}
.strip[data-id="9a3511"] .ai-how-it-works {
  padding: 100px 0;
  background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%); /* Výraznější modro-šedý gradient */
}
.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: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
}
.strip[data-id="9a3511"] .ai-how-it-works .preview-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  background: #000;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15); /* Výraznější stín pro větší hloubku */
  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: 12px 12px 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 12px 12px;
  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; /* Trochu tmavší okraj aby karta na pozadí více seděla */
  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; /* Držíme bílou pro kontrast */
  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; /* Korekce pro širší border */
}.strip[data-id="22b37f"] {
  --section-id: "22b37f";
  --public-url: "http://php.vch.proweb.cz/_section/22b37f";
}
.strip[data-id="22b37f"] .benefits-section {
  padding: 100px 0;
  background-color: #ffffff;
}
.strip[data-id="22b37f"] .benefits-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="22b37f"] .benefits-section .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="22b37f"] .benefits-section .section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.strip[data-id="22b37f"] .benefits-section .section-header p {
  font-size: 1.2rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id="22b37f"] .benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .strip[data-id="22b37f"] .benefits-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="22b37f"] .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.strip[data-id="22b37f"] .benefits-section .benefit-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="22b37f"] .benefits-section .benefit-item .icon-box {
  width: 70px;
  height: 70px;
  background-color: #f0f7ff;
  color: #1d4ed8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.strip[data-id="22b37f"] .benefits-section .benefit-item .icon-box:hover {
  background-color: #1d4ed8;
  color: #ffffff;
  transform: rotate(10deg);
}
.strip[data-id="22b37f"] .benefits-section .benefit-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.strip[data-id="22b37f"] .benefits-section .benefit-item .benefit-quote {
  margin: 0;
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  padding: 0 10px;
}
.strip[data-id="22b37f"] .benefits-section .benefit-item .benefit-quote::before, .strip[data-id="22b37f"] .benefits-section .benefit-item .benefit-quote::after {
  color: #cbd5e1;
  font-size: 1.2rem;
  font-weight: bold;
}.strip[data-id="5bb0e5"] {
  --section-id: "5bb0e5";
  --public-url: "http://php.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";
  --public-url: "http://php.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";
  --public-url: "http://php.vch.proweb.cz/_section/3bc806";
}
.strip[data-id="3bc806"] .final-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3bc806"] .final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"><circle cx="3" cy="3" r="3"></circle><circle cx="13" cy="13" r="3"></circle></g></svg>');
  opacity: 0.3;
}
.strip[data-id="3bc806"] .cta-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="3bc806"] .final-cta h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.2;
}
.strip[data-id="3bc806"] .cta-actions {
  display: flex;
  justify-content: center;
}
.strip[data-id="3bc806"] .btn-cta {
  display: inline-block;
  background-color: #ffffff;
  color: #2563eb;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.2s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3bc806"] .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .strip[data-id="3bc806"] .final-cta {
    padding: 80px 20px;
  }
  .strip[data-id="3bc806"] .final-cta h2 {
    font-size: 2rem;
  }
  .strip[data-id="3bc806"] .btn-cta {
    padding: 15px 30px;
    font-size: 1.1rem;
    width: 100%;
  }
}