@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@charset "UTF-8";
.strip[data-id="35bcb2"] {
  --section-id: "35bcb2";
  --storage-url: "https://www.nitastetec.cz/_section/35bcb2";
  --public-url: "https://www.nitastetec.cz/_section/35bcb2";
}
.strip[data-id="35bcb2"] .announcement-bar {
  background: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.strip[data-id="35bcb2"] .announcement-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="35bcb2"] .announcement-bar p {
  margin: 0;
}
.strip[data-id="35bcb2"] .announcement-bar p strong {
  color: #d4af37; /* Zlatavá barva pro zvýraznění "ZDARMA" */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .strip[data-id="35bcb2"] .announcement-bar {
    font-size: 0.8rem;
    padding: 8px 0;
  }
}.strip[data-id=eeac1c] {
  --section-id: "eeac1c";
  --storage-url: "https://www.nitastetec.cz/_section/eeac1c";
  --public-url: "https://www.nitastetec.cz/_section/eeac1c";
}
.strip[data-id=eeac1c] .site-header {
  --header-bg: rgba(255, 255, 255, 0.9);
  --header-blur: 15px;
  --accent-color: #1a1a1a;
  --text-color: #4a4a4a;
  --nav-gap: 2.5rem;
  --transition-speed: 0.3s;
  background: var(--header-bg);
  backdrop-filter: blur(var(--header-blur));
  -webkit-backdrop-filter: blur(var(--header-blur));
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.5rem 0;
  transition: background var(--transition-speed) ease;
}
.strip[data-id=eeac1c] .site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=eeac1c] .site-header .logo-wrapper .logo-link {
  text-decoration: none;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform var(--transition-speed);
}
.strip[data-id=eeac1c] .site-header .logo-wrapper .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id=eeac1c] .site-header .logo-wrapper .logo-link .logo-text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.strip[data-id=eeac1c] .site-header .logo-wrapper .logo-link .logo-text strong {
  font-weight: 700;
  color: #000;
}
.strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--nav-gap);
  align-items: center;
}
.strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list li .nav-link {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 0;
  position: relative;
  transition: color var(--transition-speed);
}
.strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list li .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: width var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list li .nav-link:hover {
  color: var(--accent-color);
}
.strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list li .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--accent-color);
  position: relative;
  transition: background 0.3s;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle .hamburger::before, .strip[data-id=eeac1c] .site-header .mobile-nav-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--accent-color);
  transition: transform 0.3s;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle .hamburger::before {
  top: -8px;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle .hamburger::after {
  bottom: -8px;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle[aria-expanded=true] .hamburger {
  background: transparent;
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle[aria-expanded=true] .hamburger::before {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=eeac1c] .site-header .mobile-nav-toggle[aria-expanded=true] .hamburger::after {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .strip[data-id=eeac1c] .site-header .header-container {
    padding: 0.5rem 1.5rem;
  }
  .strip[data-id=eeac1c] .site-header .mobile-nav-toggle {
    display: block;
  }
  .strip[data-id=eeac1c] .site-header .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1000;
  }
  .strip[data-id=eeac1c] .site-header .nav-wrapper.active {
    right: 0;
  }
  .strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .strip[data-id=eeac1c] .site-header .nav-wrapper .nav-list .nav-link {
    font-size: 1.5rem;
  }
}.strip[data-id=d2882b] {
  --section-id: "d2882b";
  --storage-url: "https://www.nitastetec.cz/_section/d2882b";
  --public-url: "https://www.nitastetec.cz/_section/d2882b";
}
.strip[data-id=d2882b] .hero-section {
  padding: 100px 0;
  background: #fdfdfd;
  text-align: center;
}
.strip[data-id=d2882b] .hero-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2882b] .hero-section h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.strip[data-id=d2882b] .hero-section p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.strip[data-id=d2882b] .hero-section .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s;
}
.strip[data-id=d2882b] .hero-section .btn-primary {
  background: #333;
  color: #fff;
}
.strip[data-id=d2882b] .hero-section .btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .strip[data-id=d2882b] .hero-section h1 {
    font-size: 2rem;
  }
}.strip[data-id="900cb8"] {
  --section-id: "900cb8";
  --storage-url: "https://www.nitastetec.cz/_section/900cb8";
  --public-url: "https://www.nitastetec.cz/_section/900cb8";
}
.strip[data-id="900cb8"] .categories-preview {
  padding: 80px 0;
}
.strip[data-id="900cb8"] .categories-preview .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="900cb8"] .categories-preview .section-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.strip[data-id="900cb8"] .categories-preview .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.strip[data-id="900cb8"] .categories-preview .category-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.strip[data-id="900cb8"] .categories-preview .category-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="900cb8"] .categories-preview .category-card img, .strip[data-id="900cb8"] .categories-preview .category-card .generated-img-wrapper {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content {
  padding: 25px;
  text-align: center;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content p {
  color: #666;
  margin-bottom: 20px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content .card-link {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
}
.strip[data-id="900cb8"] .categories-preview .category-card .card-content .card-link:hover {
  color: #000;
  border-color: #000;
}.strip[data-id="7d1718"] {
  --section-id: "7d1718";
  --storage-url: "https://www.nitastetec.cz/_section/7d1718";
  --public-url: "https://www.nitastetec.cz/_section/7d1718";
}
.strip[data-id="7d1718"] .contact-section {
  padding: 80px 0;
  background: #fdfdfd;
}
.strip[data-id="7d1718"] .contact-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="7d1718"] .contact-section .contact-info h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-info p {
  font-size: 1.1rem;
  color: #666;
}
.strip[data-id="7d1718"] .contact-section .contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group {
  margin-bottom: 20px;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group input, .strip[data-id="7d1718"] .contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-group input:focus, .strip[data-id="7d1718"] .contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #333;
}
.strip[data-id="7d1718"] .contact-section .contact-form .btn {
  width: 100%;
  padding: 12px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.strip[data-id="7d1718"] .contact-section .contact-form .btn:hover {
  background: #000;
}
.strip[data-id="7d1718"] .contact-section .contact-form .btn:disabled {
  background: #999;
  cursor: not-allowed;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-status {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-status.success {
  display: block;
  background: #e7f5e7;
  color: #2e7d32;
}
.strip[data-id="7d1718"] .contact-section .contact-form .form-status.error {
  display: block;
  background: #fdecea;
  color: #d32f2f;
}
@media (max-width: 768px) {
  .strip[data-id="7d1718"] .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}@charset "UTF-8";
.strip[data-id="18ae4b"] {
  --section-id: "18ae4b";
  --storage-url: "https://www.nitastetec.cz/_section/18ae4b";
  --public-url: "https://www.nitastetec.cz/_section/18ae4b";
  /* Responzivita */
}
.strip[data-id="18ae4b"] .visitor-counter-section {
  padding: 1.5rem 0;
  background-color: #fcfcfc;
  border-top: 1px solid #eee;
  font-family: "Playfair Display", serif; /* Předpokládám, že galerie používá patkové písmo */
  color: #555;
}
.strip[data-id="18ae4b"] .visitor-counter-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="18ae4b"] .visitor-counter-section .counter-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 8px 20px;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
}
.strip[data-id="18ae4b"] .visitor-counter-section .counter-icon {
  display: flex;
  align-items: center;
  color: #888;
}
.strip[data-id="18ae4b"] .visitor-counter-section .counter-icon svg {
  display: block;
}
.strip[data-id="18ae4b"] .visitor-counter-section .counter-text {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
.strip[data-id="18ae4b"] .visitor-counter-section .counter-text .count-number {
  color: #d4a373; /* Zlatavý/umělecký tón */
  font-weight: 700;
  margin-left: 5px;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .strip[data-id="18ae4b"] .visitor-counter-section {
    padding: 1rem 0;
  }
  .strip[data-id="18ae4b"] .visitor-counter-section .counter-text {
    font-size: 0.85rem;
  }
}.strip[data-id="4124d8"] {
  --section-id: "4124d8";
  --storage-url: "https://www.nitastetec.cz/_section/4124d8";
  --public-url: "https://www.nitastetec.cz/_section/4124d8";
}
.strip[data-id="4124d8"] .main-footer {
  background: #f9f9f9;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
  border-top: 1px solid #eee;
}
.strip[data-id="4124d8"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4124d8"] .main-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 2rem;
}
.strip[data-id="4124d8"] .main-footer .footer-content h3,
.strip[data-id="4124d8"] .main-footer .footer-content h4 {
  margin-top: 0;
  color: #333;
}
.strip[data-id="4124d8"] .main-footer .footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 0.9rem;
}