@charset "UTF-8";
.strip[data-id="24632b"] {
  --section-id: "24632b";
  --storage-url: "https://tamas-ai.proweb.cz/_section/24632b";
  --public-url: "https://tamas-ai.proweb.cz/_section/24632b";
  /* Dropdown Styles */
  /* Pseudo-element pro přemostění mezery mezi tlačítkem a menu */
}
.strip[data-id="24632b"] .main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #1a1a1a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
.strip[data-id="24632b"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id="24632b"] .logo img {
  height: 45px;
  width: auto;
  display: block;
}
.strip[data-id="24632b"] .nav-menu {
  display: flex;
  gap: 25px;
  align-items: center;
}
.strip[data-id="24632b"] .nav-menu a, .strip[data-id="24632b"] .dropdown-toggle {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px 0; /* Přidán padding pro zvětšení aktivní plochy */
}
.strip[data-id="24632b"] .nav-menu a:hover, .strip[data-id="24632b"] .nav-item:hover .dropdown-toggle {
  color: #ff6600;
}
.strip[data-id="24632b"] .nav-item {
  position: relative;
  padding-bottom: 15px; /* Vytvoření prostoru pod položkou */
  margin-bottom: -15px; /* Kompenzace prostoru pro vyrovnání */
}
.strip[data-id="24632b"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a1a;
  min-width: 200px;
  display: none;
  flex-direction: column;
  padding: 15px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #ff6600;
}
.strip[data-id="24632b"] .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.strip[data-id="24632b"] .dropdown-menu a {
  padding: 10px 20px;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0;
}
.strip[data-id="24632b"] .nav-item:hover .dropdown-menu {
  display: flex;
}
.strip[data-id="24632b"] .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="24632b"] .btn-reservation {
  background: #ff6600;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="24632b"] .btn-reservation:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}
.strip[data-id="24632b"] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.strip[data-id="24632b"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .strip[data-id="24632b"] .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    flex-direction: column;
    padding: 20px;
    gap: 0;
    text-align: center;
    border-top: 1px solid #333;
  }
  .strip[data-id="24632b"] .nav-menu.active {
    display: flex;
  }
  .strip[data-id="24632b"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="24632b"] .nav-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .strip[data-id="24632b"] .nav-menu a, .strip[data-id="24632b"] .dropdown-toggle {
    display: block;
    padding: 15px;
    width: 100%;
  }
  .strip[data-id="24632b"] .dropdown-menu {
    position: static;
    display: none;
    background: #222;
    padding: 0;
    box-shadow: none;
    border-top: none;
    margin-top: 0;
  }
  .strip[data-id="24632b"] .nav-item.active .dropdown-menu {
    display: flex;
  }
  .strip[data-id="24632b"] .dropdown-menu::before {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id="427d54"] {
  --section-id: "427d54";
  --storage-url: "https://tamas-ai.proweb.cz/_section/427d54";
  --public-url: "https://tamas-ai.proweb.cz/_section/427d54";
}
.strip[data-id="427d54"] .hero-section {
  position: relative;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.strip[data-id="427d54"] .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://tamas-ai.proweb.cz/_section/427d54/hero_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.strip[data-id="427d54"] .hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 0 20px;
  margin-top: 40px;
}
.strip[data-id="427d54"] .hero-content h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}
.strip[data-id="427d54"] .hero-content h1 span {
  color: #ff6600;
}
.strip[data-id="427d54"] .hero-content p {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  margin-bottom: 45px;
  color: #eee;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.strip[data-id="427d54"] .hero-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="427d54"] .btn-primary, .strip[data-id="427d54"] .btn-secondary {
  min-width: 180px; /* Sníženo z 240px pro kompaktnější vzhled */
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.strip[data-id="427d54"] .btn-primary {
  background: #ff6600;
  color: #fff;
  border: 2px solid #ff6600;
}
.strip[data-id="427d54"] .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.strip[data-id="427d54"] .btn-primary:hover {
  background: #e65c00;
  border-color: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4);
}
.strip[data-id="427d54"] .btn-secondary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .strip[data-id="427d54"] .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="427d54"] .btn-primary, .strip[data-id="427d54"] .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}.strip[data-id="8ec473"] {
  --section-id: "8ec473";
  --storage-url: "https://tamas-ai.proweb.cz/_section/8ec473";
  --public-url: "https://tamas-ai.proweb.cz/_section/8ec473";
}
.strip[data-id="8ec473"] .advantages-section {
  padding: 80px 0;
  background: #fff;
  color: #1a1a1a;
}
.strip[data-id="8ec473"] .advantages-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}
.strip[data-id="8ec473"] .advantage-card {
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 4px solid #f9f9f9;
}
.strip[data-id="8ec473"] .advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #ff6600;
}
.strip[data-id="8ec473"] .advantage-icon {
  font-size: 3rem;
  color: #ff6600;
  margin-bottom: 20px;
}
.strip[data-id="8ec473"] .advantage-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.strip[data-id="8ec473"] .advantage-card p {
  color: #666;
  line-height: 1.5;
  font-size: 0.95rem;
}@charset "UTF-8";
.strip[data-id="054eb2"] {
  --section-id: "054eb2";
  --storage-url: "https://tamas-ai.proweb.cz/_section/054eb2";
  --public-url: "https://tamas-ai.proweb.cz/_section/054eb2";
}
.strip[data-id="054eb2"] .about-section {
  padding: 100px 0;
  background: #fff;
}
.strip[data-id="054eb2"] .about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}
.strip[data-id="054eb2"] .about-content {
  flex: 1;
}
.strip[data-id="054eb2"] .about-content span {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 15px;
}
.strip[data-id="054eb2"] .about-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strip[data-id="054eb2"] .about-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.05rem;
}
.strip[data-id="054eb2"] .about-images {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.strip[data-id="054eb2"] .about-images img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.strip[data-id="054eb2"] .about-images img:nth-child(2) {
  margin-top: 40px;
}
.strip[data-id="054eb2"] .btn-about {
  display: inline-block;
  padding: 12px 30px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease; /* Sjednocený přechod */
  margin-top: 20px;
}
.strip[data-id="054eb2"] .btn-about:hover {
  background: #ff6600;
  transform: translateY(-3px); /* Sjednocené nadzvednutí */
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3); /* Sjednocený stín */
}
@media (max-width: 992px) {
  .strip[data-id="054eb2"] .about-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="054eb2"] .about-images {
    margin-top: 40px;
  }
}.strip[data-id="672f7e"] {
  --section-id: "672f7e";
  --storage-url: "https://tamas-ai.proweb.cz/_section/672f7e";
  --public-url: "https://tamas-ai.proweb.cz/_section/672f7e";
}
.strip[data-id="672f7e"] .news-section {
  padding: 100px 0;
  background: #f4f4f4;
}
.strip[data-id="672f7e"] .news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="672f7e"] .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="672f7e"] .section-title span {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}
.strip[data-id="672f7e"] .section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.strip[data-id="672f7e"] .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.strip[data-id="672f7e"] .news-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.strip[data-id="672f7e"] .news-card:hover {
  transform: translateY(-10px);
}
.strip[data-id="672f7e"] .news-img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.strip[data-id="672f7e"] .news-content {
  padding: 30px;
}
.strip[data-id="672f7e"] .news-date {
  font-size: 0.85rem;
  color: #ff6600;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id="672f7e"] .news-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #1a1a1a;
}
.strip[data-id="672f7e"] .news-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 0.95rem;
}
.strip[data-id="672f7e"] .btn-news {
  color: #ff6600;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="672f7e"] .btn-news:hover {
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .strip[data-id="672f7e"] .news-grid {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id="08180e"] {
  --section-id: "08180e";
  --storage-url: "https://tamas-ai.proweb.cz/_section/08180e";
  --public-url: "https://tamas-ai.proweb.cz/_section/08180e";
}
.strip[data-id="08180e"] .pricing-section {
  padding: 100px 0;
  background: #1a1a1a;
  color: #fff;
}
.strip[data-id="08180e"] .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="08180e"] .section-title-white h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}
.strip[data-id="08180e"] .pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.strip[data-id="08180e"] .tab-btn {
  padding: 12px 25px;
  background: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease; /* Sjednocený přechod pro taby */
  text-transform: uppercase;
  font-size: 0.85rem;
}
.strip[data-id="08180e"] .tab-btn:hover {
  background: #444;
  transform: translateY(-2px);
}
.strip[data-id="08180e"] .tab-btn.active {
  background: #ff6600;
}
.strip[data-id="08180e"] .pricing-content {
  background: #222;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="08180e"] .pricing-table-wrapper {
  overflow-x: auto;
}
.strip[data-id="08180e"] .pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 0.9rem;
}
.strip[data-id="08180e"] .pricing-table th, .strip[data-id="08180e"] .pricing-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #333;
}
.strip[data-id="08180e"] .pricing-table th {
  background: #333;
  color: #ff6600;
  font-weight: 700;
  text-transform: uppercase;
}
.strip[data-id="08180e"] .pricing-table tr:hover {
  background: #2a2a2a;
}
.strip[data-id="08180e"] .pricing-table .time-col {
  font-weight: 700;
  color: #ff6600;
  text-align: left;
}
.strip[data-id="08180e"] .pricing-footer {
  margin-top: 40px;
  text-align: center;
}
.strip[data-id="08180e"] .btn-download {
  display: inline-block;
  padding: 15px 35px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease; /* Sjednocený přechod */
}
.strip[data-id="08180e"] .btn-download:hover {
  background: #e65c00;
  transform: translateY(-3px); /* Sjednocené nadzvednutí */
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3); /* Sjednocený stín */
}
.strip[data-id="08180e"] .tab-pane {
  display: none;
}
.strip[data-id="08180e"] .tab-pane.active {
  display: block;
}.strip[data-id=e3a87d] {
  --section-id: "e3a87d";
  --storage-url: "https://tamas-ai.proweb.cz/_section/e3a87d";
  --public-url: "https://tamas-ai.proweb.cz/_section/e3a87d";
}
.strip[data-id=e3a87d] .ssk-section {
  padding: 100px 0;
  background: #fff;
}
.strip[data-id=e3a87d] .ssk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
}
.strip[data-id=e3a87d] .ssk-title span {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 15px;
}
.strip[data-id=e3a87d] .ssk-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strip[data-id=e3a87d] .ssk-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.05rem;
}
.strip[data-id=e3a87d] .ssk-contacts {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #ff6600;
}
.strip[data-id=e3a87d] .ssk-contacts h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}
.strip[data-id=e3a87d] .contact-item {
  margin-bottom: 20px;
}
.strip[data-id=e3a87d] .contact-item strong {
  display: block;
  color: #1a1a1a;
  font-size: 1rem;
}
.strip[data-id=e3a87d] .contact-item span {
  color: #666;
}
.strip[data-id=e3a87d] .ssk-downloads {
  margin-top: 30px;
}
.strip[data-id=e3a87d] .ssk-downloads h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.strip[data-id=e3a87d] .download-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.3s;
}
.strip[data-id=e3a87d] .download-link:hover {
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .strip[data-id=e3a87d] .ssk-container {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id="21c2dc"] {
  --section-id: "21c2dc";
  --storage-url: "https://tamas-ai.proweb.cz/_section/21c2dc";
  --public-url: "https://tamas-ai.proweb.cz/_section/21c2dc";
}
.strip[data-id="21c2dc"] .contact-section {
  padding: 100px 0;
  background: #f4f4f4;
}
.strip[data-id="21c2dc"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="21c2dc"] .section-title {
  text-align: center;
  margin-bottom: 90px; /* Zvýšeno odsazení pro větší vzdušnost */
}
.strip[data-id="21c2dc"] .section-title span {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}
.strip[data-id="21c2dc"] .section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.strip[data-id="21c2dc"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}
.strip[data-id="21c2dc"] .contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="21c2dc"] .info-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.strip[data-id="21c2dc"] .info-icon {
  width: 50px;
  height: 50px;
  background: #ff6600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.strip[data-id="21c2dc"] .info-text h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.strip[data-id="21c2dc"] .info-text p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}
.strip[data-id="21c2dc"] .info-text a {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}
.strip[data-id="21c2dc"] .map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="21c2dc"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 992px) {
  .strip[data-id="21c2dc"] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="21c2dc"] .map-wrapper {
    height: 400px;
  }
}@charset "UTF-8";
.strip[data-id="18c5e5"] {
  --section-id: "18c5e5";
  --storage-url: "https://tamas-ai.proweb.cz/_section/18c5e5";
  --public-url: "https://tamas-ai.proweb.cz/_section/18c5e5";
}
.strip[data-id="18c5e5"] .main-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 20px;
  border-top: 4px solid #ff6600;
}
.strip[data-id="18c5e5"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding: 0 20px;
}
.strip[data-id="18c5e5"] .footer-col h3 {
  color: #ff6600;
  font-size: 1.2rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="18c5e5"] .footer-col p {
  line-height: 1.6;
  color: #ccc;
  font-size: 0.95rem;
}
.strip[data-id="18c5e5"] .footer-links {
  list-style: none;
  padding: 0;
}
.strip[data-id="18c5e5"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="18c5e5"] .footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="18c5e5"] .footer-links a:hover {
  color: #ff6600;
}
.strip[data-id="18c5e5"] .footer-contact i {
  color: #ff6600;
  margin-right: 10px;
}
.strip[data-id="18c5e5"] .footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id="18c5e5"] .footer-socials a {
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
  font-size: 1.2rem;
}
.strip[data-id="18c5e5"] .footer-socials a:hover {
  background: #ff6600;
}
.strip[data-id="18c5e5"] .btn-reservation {
  display: inline-block;
  margin-top: 15px;
  background: #ff6600;
  color: #fff;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease; /* Sjednocený přechod */
}
.strip[data-id="18c5e5"] .btn-reservation:hover {
  background: #e65c00;
  transform: translateY(-3px); /* Sjednocené nadzvednutí */
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3); /* Sjednocený stín */
}
.strip[data-id="18c5e5"] .footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 20px;
  border-top: 1px solid #333;
  text-align: center;
  color: #777;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .strip[data-id="18c5e5"] .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id="18c5e5"] .footer-socials {
    justify-content: center;
  }
}