@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id="2441d6"] {
  --section-id: "2441d6";
  --storage-url: "https://test-kvot.proweb.cz/_section/2441d6";
  --public-url: "https://test-kvot.proweb.cz/_section/2441d6";
  /* Burger menu button */
  /* Mobile responsive menu */
}
.strip[data-id="2441d6"] .site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f3f4f6;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="2441d6"] .site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="2441d6"] .site-header .logo-link {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2563eb;
  text-decoration: none;
  letter-spacing: -0.025em;
}
.strip[data-id="2441d6"] .site-header .nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id="2441d6"] .site-header .nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.strip[data-id="2441d6"] .site-header .nav-link:hover {
  color: #2563eb;
}
.strip[data-id="2441d6"] .site-header .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #2563eb;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}
.strip[data-id="2441d6"] .site-header .header-cta:hover {
  background-color: #1d4ed8;
}
.strip[data-id="2441d6"] .site-header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #374151;
}
.strip[data-id="2441d6"] .site-header .menu-toggle svg {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .strip[data-id="2441d6"] .site-header .menu-toggle {
    display: block;
  }
  .strip[data-id="2441d6"] .site-header .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="2441d6"] .site-header .nav-menu.active {
    display: flex;
  }
  .strip[data-id="2441d6"] .site-header .header-cta {
    text-align: center;
  }
}.strip[data-id=d3c5b1] {
  --section-id: "d3c5b1";
  --storage-url: "https://test-kvot.proweb.cz/_section/d3c5b1";
  --public-url: "https://test-kvot.proweb.cz/_section/d3c5b1";
  /* Service Cards Left Column */
  /* Calculator Card Right Column */
  /* Inquiry Form */
  /* Responsive Layout */
}
.strip[data-id=d3c5b1] .service-estimator-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafd 0%, #f1f5f9 100%);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #1e293b;
}
.strip[data-id=d3c5b1] .estimator-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=d3c5b1] .estimator-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.strip[data-id=d3c5b1] .estimator-header .badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.strip[data-id=d3c5b1] .estimator-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 16px;
}
.strip[data-id=d3c5b1] .estimator-header .subtitle {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
}
.strip[data-id=d3c5b1] .estimator-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}
.strip[data-id=d3c5b1] .services-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=d3c5b1] .service-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.strip[data-id=d3c5b1] .service-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}
.strip[data-id=d3c5b1] .service-card.active {
  border-color: #4f46e5;
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.1), 0 10px 10px -5px rgba(99, 102, 241, 0.04);
}
.strip[data-id=d3c5b1] .service-card.active::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  background-color: #4f46e5;
  border-radius: 0 4px 4px 0;
}
.strip[data-id=d3c5b1] .card-icon {
  width: 48px;
  height: 48px;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f46e5;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.strip[data-id=d3c5b1] .service-card.active .card-icon {
  background: #4f46e5;
  color: #ffffff;
}
.strip[data-id=d3c5b1] .card-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.strip[data-id=d3c5b1] .card-content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}
.strip[data-id=d3c5b1] .card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #10b981;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
}
.strip[data-id=d3c5b1] .calculator-column {
  position: sticky;
  top: 40px;
}
.strip[data-id=d3c5b1] .calculator-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}
.strip[data-id=d3c5b1] .calc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.strip[data-id=d3c5b1] .calc-header h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #475569;
  margin: 0;
}
.strip[data-id=d3c5b1] .service-indicator {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4f46e5;
  background: rgba(99, 102, 241, 0.08);
  padding: 4px 12px;
  border-radius: 100px;
}
.strip[data-id=d3c5b1] .range-group {
  margin-bottom: 30px;
}
.strip[data-id=d3c5b1] .range-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 12px;
}
.strip[data-id=d3c5b1] .range-group label span {
  color: #4f46e5;
  font-weight: 700;
}
.strip[data-id=d3c5b1] .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e2e8f0;
  outline: none;
  margin-bottom: 8px;
}
.strip[data-id=d3c5b1] .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4f46e5;
  cursor: pointer;
  transition: transform 0.1s ease;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.strip[data-id=d3c5b1] .slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.strip[data-id=d3c5b1] .range-limits {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #94a3b8;
}
.strip[data-id=d3c5b1] .price-display {
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  border: 1px dashed #cbd5e1;
}
.strip[data-id=d3c5b1] .price-label {
  font-size: 0.85rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.strip[data-id=d3c5b1] .price-value {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
}
.strip[data-id=d3c5b1] .price-value .currency {
  font-size: 1.5rem;
  font-weight: 700;
  color: #64748b;
}
.strip[data-id=d3c5b1] .price-disclaimer {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 8px 0 0 0;
}
.strip[data-id=d3c5b1] .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id=d3c5b1] .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.strip[data-id=d3c5b1] .form-input:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}
.strip[data-id=d3c5b1] .submit-btn {
  background: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s ease;
  margin-top: 8px;
}
.strip[data-id=d3c5b1] .submit-btn:hover {
  background: #4338ca;
  transform: translateY(-1px);
}
.strip[data-id=d3c5b1] .submit-btn svg {
  transition: transform 0.2s ease;
}
.strip[data-id=d3c5b1] .submit-btn:hover svg {
  transform: translateX(4px);
}
.strip[data-id=d3c5b1] .form-status {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
}
.strip[data-id=d3c5b1] .form-status.success {
  color: #10b981;
}
.strip[data-id=d3c5b1] .form-status.error {
  color: #ef4444;
}
@media (max-width: 992px) {
  .strip[data-id=d3c5b1] .estimator-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id=d3c5b1] .calculator-column {
    position: static;
  }
  .strip[data-id=d3c5b1] .estimator-header h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id=d3c5b1] .service-estimator-section {
    padding: 60px 0;
  }
  .strip[data-id=d3c5b1] .service-card {
    flex-direction: column;
    gap: 16px;
  }
  .strip[data-id=d3c5b1] .calculator-card {
    padding: 24px;
  }
}@charset "UTF-8";
.strip[data-id=b21faa] {
  --section-id: "b21faa";
  --storage-url: "https://test-kvot.proweb.cz/_section/b21faa";
  --public-url: "https://test-kvot.proweb.cz/_section/b21faa";
  /* Levý panel - Live Preview */
  /* Pravý panel - Form */
}
.strip[data-id=b21faa] .brief-planner-section {
  padding: 100px 20px;
  background-color: #020617;
  color: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id=b21faa] .brief-planner-section::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}
.strip[data-id=b21faa] .brief-planner-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id=b21faa] .brief-planner-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id=b21faa] .planner-preview-card {
  position: sticky;
  top: 40px;
  background: rgba(30, 41, 59, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.strip[data-id=b21faa] .preview-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6366f1;
  margin-bottom: 24px;
  display: block;
}
.strip[data-id=b21faa] .preview-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 32px;
  background: linear-gradient(to bottom right, #fff, #94a3b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id=b21faa] .preview-data-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=b21faa] .preview-item {
  border-left: 2px solid rgba(99, 102, 241, 0.3);
  padding-left: 20px;
}
.strip[data-id=b21faa] .preview-item-label {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 4px;
}
.strip[data-id=b21faa] .preview-item-value {
  font-size: 1.1rem;
  font-weight: 500;
  color: #e2e8f0;
  min-height: 1.5em;
}
.strip[data-id=b21faa] .planner-form-box {
  background: #ffffff;
  border-radius: 32px;
  padding: 60px;
  color: #0f172a;
}
.strip[data-id=b21faa] .form-header {
  margin-bottom: 40px;
}
.strip[data-id=b21faa] .form-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.strip[data-id=b21faa] .form-header p {
  color: #64748b;
  line-height: 1.6;
}
.strip[data-id=b21faa] .topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.strip[data-id=b21faa] .topic-option {
  position: relative;
}
.strip[data-id=b21faa] .topic-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.strip[data-id=b21faa] .topic-label {
  display: block;
  padding: 16px;
  background: #f8fafc;
  border: 2px solid #f1f5f9;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.strip[data-id=b21faa] .topic-option input:checked + .topic-label {
  background: #6366f1;
  border-color: #6366f1;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}
.strip[data-id=b21faa] .input-group {
  margin-bottom: 24px;
}
.strip[data-id=b21faa] .input-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #475569;
}
.strip[data-id=b21faa] .input-group input,
.strip[data-id=b21faa] .input-group textarea {
  width: 100%;
  padding: 16px 20px;
  background: #f8fafc;
  border: 2px solid #f1f5f9;
  border-radius: 16px;
  font-size: 1rem;
  color: #0f172a;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.strip[data-id=b21faa] .input-group input:focus,
.strip[data-id=b21faa] .input-group textarea:focus {
  outline: none;
  border-color: #6366f1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}
.strip[data-id=b21faa] .consent-row {
  margin: 32px 0;
}
.strip[data-id=b21faa] .consent-label {
  display: flex;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
}
.strip[data-id=b21faa] .btn-submit {
  width: 100%;
  padding: 20px;
  background: #0f172a;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.strip[data-id=b21faa] .btn-submit:hover {
  background: #6366f1;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.4);
}
.strip[data-id=b21faa] .form-status {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  display: none;
}
.strip[data-id=b21faa] .form-status.success {
  background: #f0fdf4;
  color: #166534;
  display: block;
}
.strip[data-id=b21faa] .form-status.error {
  background: #fef2f2;
  color: #991b1b;
  display: block;
}
@media (max-width: 1024px) {
  .strip[data-id=b21faa] .brief-planner-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=b21faa] .planner-preview-card {
    position: static;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=b21faa] .planner-form-box {
    padding: 32px;
  }
  .strip[data-id=b21faa] .topic-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="7d5146"] {
  --section-id: "7d5146";
  --storage-url: "https://test-kvot.proweb.cz/_section/7d5146";
  --public-url: "https://test-kvot.proweb.cz/_section/7d5146";
}
.strip[data-id="7d5146"] .site-footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 60px 20px 30px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-top: 1px solid #1f2937;
}
.strip[data-id="7d5146"] .site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="7d5146"] .site-footer .footer-col h3 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.strip[data-id="7d5146"] .site-footer .footer-col p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.strip[data-id="7d5146"] .site-footer .footer-col .brand-name {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  display: inline-block;
}
.strip[data-id="7d5146"] .site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7d5146"] .site-footer .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="7d5146"] .site-footer .footer-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.15s ease-in-out;
}
.strip[data-id="7d5146"] .site-footer .footer-links a:hover {
  color: #ffffff;
}
.strip[data-id="7d5146"] .site-footer .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7d5146"] .site-footer .contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
.strip[data-id="7d5146"] .site-footer .contact-info svg {
  width: 20px;
  height: 20px;
  color: #2563eb;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id="7d5146"] .site-footer .contact-info a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.strip[data-id="7d5146"] .site-footer .contact-info a:hover {
  color: #ffffff;
}
.strip[data-id="7d5146"] .site-footer .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #1f2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .strip[data-id="7d5146"] .site-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id="7d5146"] .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}