
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}@charset "UTF-8";
.strip[data-id="61e813"] {
  --section-id: "61e813";
  --storage-url: "https://syrius.proweb.cz/_section/61e813";
  --public-url: "https://syrius.proweb.cz/_section/61e813";
}
.strip[data-id="61e813"] .main-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  transition: all 0.3s ease;
  z-index: 1000;
  position: relative;
  font-style: italic; /* Nastavení kurzívy pro celé záhlaví */
}
.strip[data-id="61e813"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="61e813"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="61e813"] .logo a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.strip[data-id="61e813"] .logo-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.strip[data-id="61e813"] .logo-subtitle {
  font-size: 0.7rem;
  letter-spacing: 4px;
  margin-top: 4px;
  opacity: 0.7;
}
.strip[data-id="61e813"] .main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="61e813"] .main-nav a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="61e813"] .main-nav a:hover {
  opacity: 1;
}
.strip[data-id="61e813"] .header-cta .phone-link {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #eee;
  padding-left: 2rem;
}
.strip[data-id="61e813"] .phone-label {
  font-size: 0.65rem;
  letter-spacing: 2px;
  opacity: 0.6;
}
.strip[data-id="61e813"] .phone-number {
  font-size: 1.2rem;
  font-weight: 600;
}
.strip[data-id="61e813"] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="61e813"] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  margin: 5px 0;
}
@media (max-width: 992px) {
  .strip[data-id="61e813"] .main-nav {
    display: none;
  }
  .strip[data-id="61e813"] .header-cta {
    display: none;
  }
  .strip[data-id="61e813"] .mobile-menu-toggle {
    display: block;
  }
}.strip[data-id="88aeaa"] {
  --section-id: "88aeaa";
  --storage-url: "https://syrius.proweb.cz/_section/88aeaa";
  --public-url: "https://syrius.proweb.cz/_section/88aeaa";
}
.strip[data-id="88aeaa"] .category-hero {
  padding: 6rem 0 3rem;
  text-align: center;
  background: #fff;
}
.strip[data-id="88aeaa"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="88aeaa"] .category-hero h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #000;
}
.strip[data-id="88aeaa"] .category-hero .lead {
  font-size: 1.25rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.strip[data-id="88aeaa"] .help-box {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 0;
}
.strip[data-id="88aeaa"] .help-box i {
  font-size: 1.2rem;
  color: #000;
}
.strip[data-id="88aeaa"] .help-box .help-text {
  text-align: left;
}
.strip[data-id="88aeaa"] .help-box .help-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 2px;
}
.strip[data-id="88aeaa"] .help-box .help-phone {
  font-size: 1.3rem;
  font-weight: 800;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .strip[data-id="88aeaa"] .category-hero h1 {
    font-size: 2.2rem;
  }
  .strip[data-id="88aeaa"] .category-hero .lead {
    font-size: 1.1rem;
  }
}.strip[data-id=d19194] {
  --section-id: "d19194";
  --storage-url: "https://syrius.proweb.cz/_section/d19194";
  --public-url: "https://syrius.proweb.cz/_section/d19194";
  /* Parte Preview Box & Draggable & Resizable Elements */
}
.strip[data-id=d19194] .funeral-form-section {
  padding: 4rem 0;
  background: #fff;
}
.strip[data-id=d19194] .form-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fdfdfd;
  padding: 3rem;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.strip[data-id=d19194] .step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
}
.strip[data-id=d19194] .step-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
  z-index: 1;
}
.strip[data-id=d19194] .step-dot {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-weight: bold;
  transition: all 0.3s ease;
}
.strip[data-id=d19194] .step-dot.active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.strip[data-id=d19194] .form-step {
  display: none;
}
.strip[data-id=d19194] .form-step.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=d19194] .form-group {
  margin-bottom: 1.5rem;
}
.strip[data-id=d19194] .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.strip[data-id=d19194] .form-control {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: inherit;
}
.strip[data-id=d19194] .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.strip[data-id=d19194] .radio-group {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.strip[data-id=d19194] .radio-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #eee;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
}
.strip[data-id=d19194] .radio-option.selected {
  background: #f9f9f9;
  border-color: #ccc;
}
.strip[data-id=d19194] .radio-option:hover {
  background: #f9f9f9;
}
.strip[data-id=d19194] .catalog-number-wrapper {
  display: none;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #f5f5f5;
  border-left: 3px solid #000;
  animation: fadeIn 0.3s ease;
}
.strip[data-id=d19194] .catalog-number-wrapper.active {
  display: block;
}
.strip[data-id=d19194] .parte-preview-box {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(https://syrius.proweb.cz/_section/d19194/parte-background.jpg);
  background-size: cover;
  background-position: center;
  border: 2px solid #333;
  padding: 0;
  margin: 2rem 0;
  position: relative;
  text-align: center;
  font-family: "Times New Roman", serif;
  color: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-height: 800px;
  overflow: hidden;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element {
  position: absolute;
  cursor: move;
  z-index: 10;
  padding: 5px;
  border: 1px dashed transparent;
  transition: border-color 0.2s, background 0.2s;
  max-width: 95%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element:hover {
  border-color: #999;
  background: rgba(255, 255, 255, 0.4);
}
.strip[data-id=d19194] .parte-preview-box .draggable-element.dragging, .strip[data-id=d19194] .parte-preview-box .draggable-element.resizing {
  z-index: 100;
  opacity: 0.8;
  border-color: #000;
  background: rgba(255, 255, 255, 0.6);
}
.strip[data-id=d19194] .parte-preview-box .draggable-element textarea {
  border: none;
  background: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  resize: none;
  font-family: inherit;
  cursor: text;
  display: block;
  line-height: 1.4;
  padding: 5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  overflow: hidden;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .drag-handle {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 20;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .resize-handle {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 15px;
  height: 15px;
  background: #000;
  cursor: nwse-resize;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 20;
  border: 2px solid #fff;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .font-controls {
  position: absolute;
  top: -30px;
  right: 0;
  display: flex;
  gap: 2px;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 20;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .font-controls button {
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-weight: normal;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .font-controls button:hover {
  background: #444;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .font-controls button.active {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element .font-controls button.btn-font-bold {
  font-weight: bold;
}
.strip[data-id=d19194] .parte-preview-box .draggable-element:hover .drag-handle, .strip[data-id=d19194] .parte-preview-box .draggable-element:hover .resize-handle, .strip[data-id=d19194] .parte-preview-box .draggable-element:hover .font-controls {
  opacity: 1;
}
.strip[data-id=d19194] .parte-preview-box #preview_fullname {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: none;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
}
.strip[data-id=d19194] .parte-preview-box .death-info-preview-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  width: 100%;
}
.strip[data-id=d19194] .parte-preview-box .death-info-preview-row textarea {
  width: auto;
  flex-grow: 1;
  text-align: right;
}
.strip[data-id=d19194] .form-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.strip[data-id=d19194] .btn {
  padding: 1rem 2rem;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.strip[data-id=d19194] .btn-primary {
  background: #000;
  color: #fff;
}
.strip[data-id=d19194] .btn:hover {
  background: #f0f0f0;
  color: #000;
}
.strip[data-id=d19194] .btn-primary:hover {
  background: #333;
  color: #fff;
}
.strip[data-id=d19194] .success-message {
  text-align: center;
  padding: 2rem;
}
@media (max-width: 600px) {
  .strip[data-id=d19194] .form-row {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d19194] .form-container {
    padding: 1.5rem;
  }
  .strip[data-id=d19194] .parte-preview-box {
    min-height: 1000px;
  }
  .strip[data-id=d19194] .parte-preview-box .draggable-element {
    position: static !important;
    transform: none !important;
    margin: 20px auto;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    border-bottom: 1px dashed #eee;
  }
}@charset "UTF-8";
.strip[data-id=fa20fa] {
  --section-id: "fa20fa";
  --storage-url: "https://syrius.proweb.cz/_section/fa20fa";
  --public-url: "https://syrius.proweb.cz/_section/fa20fa";
}
.strip[data-id=fa20fa] .main-footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: 5rem 0 2rem;
  font-style: italic; /* Nastavení kurzívy pro celé zápatí */
}
.strip[data-id=fa20fa] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=fa20fa] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
.strip[data-id=fa20fa] .footer-logo {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.strip[data-id=fa20fa] .footer-desc {
  font-size: 0.9rem;
  opacity: 0.6;
  max-width: 300px;
  line-height: 1.8;
}
.strip[data-id=fa20fa] .footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=fa20fa] .footer-col p {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  opacity: 0.8;
}
.strip[data-id=fa20fa] .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=fa20fa] .footer-col ul li {
  margin-bottom: 0.8rem;
}
.strip[data-id=fa20fa] .footer-col ul a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.strip[data-id=fa20fa] .footer-col ul a:hover {
  opacity: 1;
}
.strip[data-id=fa20fa] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}
.strip[data-id=fa20fa] .footer-bottom p {
  font-size: 0.8rem;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .strip[data-id=fa20fa] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}