@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display&display=swap');
.strip[data-id=eeb579] {
  --section-id: "eeb579";
  --storage-url: "https://test-006.praweb.cz/_section/eeb579";
  --public-url: "https://test-006.praweb.cz/_section/eeb579";
}
.strip[data-id=eeb579] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, padding 0.4s ease;
  background: transparent;
  border-bottom: 0.5px solid transparent;
}
.strip[data-id=eeb579] .header-section.scrolled {
  background: hsla(0, 0%, 10%, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid #c5a059;
}
.strip[data-id=eeb579] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.4s ease;
}
.strip[data-id=eeb579] .header-section.scrolled .header-container {
  padding: 12px 20px;
}
.strip[data-id=eeb579] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 200px;
}
.strip[data-id=eeb579] .logo-link img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: height 0.4s ease;
}
.strip[data-id=eeb579] .header-section.scrolled .logo-link img {
  height: 40px;
}
.strip[data-id=eeb579] .desktop-nav {
  display: block;
}
.strip[data-id=eeb579] .nav-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.strip[data-id=eeb579] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f8f4eb;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=eeb579] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c5a059;
  transition: width 0.3s ease;
}
.strip[data-id=eeb579] .nav-link:hover {
  color: #c5a059;
}
.strip[data-id=eeb579] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=eeb579] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=eeb579] .btn-reservation {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c5a059;
  border: 1px solid #c5a059;
  padding: 10px 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  display: inline-block;
  cursor: pointer;
}
.strip[data-id=eeb579] .btn-reservation:hover {
  background: #c5a059;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}
.strip[data-id=eeb579] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
}
.strip[data-id=eeb579] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #c5a059;
  transition: all 0.3s ease;
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id=eeb579] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9998;
}
.strip[data-id=eeb579] .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=eeb579] .mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=eeb579] .mobile-nav-menu li {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.strip[data-id=eeb579] .mobile-menu-overlay.active .mobile-nav-menu li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=eeb579] .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8f4eb;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=eeb579] .mobile-nav-link:hover {
  color: #c5a059;
}
.strip[data-id=eeb579] .mobile-res {
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .strip[data-id=eeb579] .desktop-nav {
    display: none;
  }
  .strip[data-id=eeb579] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=eeb579] .header-actions .btn-reservation {
    display: none;
  }
  .strip[data-id=eeb579] .header-container {
    padding: 15px 20px;
  }
  .strip[data-id=eeb579] .logo-link img {
    height: 40px;
  }
}.strip[data-id=e97095] {
  --section-id: "e97095";
  --storage-url: "https://test-006.praweb.cz/_section/e97095";
  --public-url: "https://test-006.praweb.cz/_section/e97095";
}
.strip[data-id=e97095] .hero-section {
  background-color: #1A1A1A;
  color: #F5F5F5;
  min-height: 70vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.strip[data-id=e97095] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
}
.strip[data-id=e97095] .hero-section .content-side {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInRight 1s forwards;
}
.strip[data-id=e97095] .hero-section .content-side .label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #C5A059;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.strip[data-id=e97095] .hero-section .content-side .label::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #C5A059;
  margin-left: 20px;
}
.strip[data-id=e97095] .hero-section .content-side h1 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #F5F5F5;
}
.strip[data-id=e97095] .hero-section .content-side p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #A0A0A0;
  max-width: 500px;
}
.strip[data-id=e97095] .hero-section .visual-side {
  position: relative;
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInLeft 1s 0.3s forwards;
}
.strip[data-id=e97095] .hero-section .visual-side .image-wrapper {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(197, 160, 89, 0.3);
}
.strip[data-id=e97095] .hero-section .visual-side .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.strip[data-id=e97095] .hero-section .visual-side .image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #C5A059;
  z-index: -1;
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .strip[data-id=e97095] .hero-section {
    padding: 60px 0;
  }
  .strip[data-id=e97095] .hero-section .container {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .strip[data-id=e97095] .hero-section .content-side {
    order: 2;
  }
  .strip[data-id=e97095] .hero-section .content-side h1 {
    font-size: 40px;
  }
  .strip[data-id=e97095] .hero-section .visual-side {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .strip[data-id=e97095] .hero-section .content-side h1 {
    font-size: 32px;
  }
}.strip[data-id=cbf3ee] {
  --section-id: "cbf3ee";
  --storage-url: "https://test-006.praweb.cz/_section/cbf3ee";
  --public-url: "https://test-006.praweb.cz/_section/cbf3ee";
}
.strip[data-id=cbf3ee] .info-cards-section {
  background-color: #F5F5F5;
  padding: 100px 0;
  color: #1A1A1A;
}
.strip[data-id=cbf3ee] .info-cards-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=cbf3ee] .info-cards-section .info-card i {
  font-size: 40px;
  color: #C5A059;
  margin-bottom: 25px;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 15px;
  color: #1A1A1A;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #C5A059;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card p, .strip[data-id=cbf3ee] .info-cards-section .info-card ul {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card .de-text {
  font-style: italic;
  opacity: 0.7;
  margin-top: 10px;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(197, 160, 89, 0.2);
}
.strip[data-id=cbf3ee] .info-cards-section .info-card ul li:last-child {
  border-bottom: none;
}
.strip[data-id=cbf3ee] .info-cards-section .info-card ul li span:first-child {
  font-weight: 700;
}
.strip[data-id=cbf3ee] .info-cards-section .cash-warning {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(197, 160, 89, 0.1);
  border-left: 4px solid #C5A059;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #1A1A1A;
}
.strip[data-id=cbf3ee] .info-cards-section .cash-warning strong {
  display: block;
  margin-bottom: 5px;
  color: #C5A059;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .strip[data-id=cbf3ee] .info-cards-section .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=cbf3ee] .info-cards-section .info-card:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id=cbf3ee] .info-cards-section {
    padding: 60px 0;
  }
  .strip[data-id=cbf3ee] .info-cards-section .container {
    grid-template-columns: 1fr;
  }
  .strip[data-id=cbf3ee] .info-cards-section .info-card:last-child {
    grid-column: span 1;
  }
}.strip[data-id=c07e55] {
  --section-id: "c07e55";
  --storage-url: "https://test-006.praweb.cz/_section/c07e55";
  --public-url: "https://test-006.praweb.cz/_section/c07e55";
}
.strip[data-id=c07e55] .reservation-form-section {
  background-color: #1A1A1A;
  padding: 100px 0;
  color: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c07e55] .reservation-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#C5A059 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.05;
  z-index: 1;
}
.strip[data-id=c07e55] .reservation-form-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=c07e55] .reservation-form-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #C5A059;
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id=c07e55] .reservation-form-section form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group {
  display: flex;
  flex-direction: column;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group.full-width {
  grid-column: span 2;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F5F5F5;
  margin-bottom: 10px;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group input, .strip[data-id=c07e55] .reservation-form-section form .form-group select, .strip[data-id=c07e55] .reservation-form-section form .form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(197, 160, 89, 0.5);
  padding: 12px 0;
  color: #F5F5F5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease;
  outline: none;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group input:focus, .strip[data-id=c07e55] .reservation-form-section form .form-group select:focus, .strip[data-id=c07e55] .reservation-form-section form .form-group textarea:focus {
  border-bottom-color: #C5A059;
  border-bottom-width: 2px;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group input::placeholder, .strip[data-id=c07e55] .reservation-form-section form .form-group select::placeholder, .strip[data-id=c07e55] .reservation-form-section form .form-group textarea::placeholder {
  color: rgba(245, 245, 245, 0.3);
}
.strip[data-id=c07e55] .reservation-form-section form .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C5A059'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}
.strip[data-id=c07e55] .reservation-form-section form .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.strip[data-id=c07e55] .reservation-form-section form .submit-container {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}
.strip[data-id=c07e55] .reservation-form-section form .submit-container button {
  background-color: #C5A059;
  color: #1A1A1A;
  border: none;
  padding: 20px 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id=c07e55] .reservation-form-section form .submit-container button:hover {
  background-color: #F5F5F5;
  color: #1A1A1A;
  transform: translateY(-2px);
}
.strip[data-id=c07e55] .reservation-form-section .form-message {
  text-align: center;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  border-radius: 4px;
  display: none;
}
.strip[data-id=c07e55] .reservation-form-section .form-message.success {
  display: block;
  background: rgba(0, 255, 0, 0.1);
  color: #4CAF50;
}
.strip[data-id=c07e55] .reservation-form-section .form-message.error {
  display: block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF5252;
}
@media (max-width: 768px) {
  .strip[data-id=c07e55] .reservation-form-section {
    padding: 60px 0;
  }
  .strip[data-id=c07e55] .reservation-form-section form {
    grid-template-columns: 1fr;
  }
  .strip[data-id=c07e55] .reservation-form-section form .form-group.full-width {
    grid-column: span 1;
  }
  .strip[data-id=c07e55] .reservation-form-section form .submit-container {
    grid-column: span 1;
  }
}.strip[data-id=f1bfb9] {
  --section-id: "f1bfb9";
  --storage-url: "https://test-006.praweb.cz/_section/f1bfb9";
  --public-url: "https://test-006.praweb.cz/_section/f1bfb9";
}
.strip[data-id=f1bfb9] .contact-map-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
  background-color: #F5F5F5;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side {
  flex: 1 1 50%;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #F5F5F5;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 2px;
  background-color: #C5A059;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-content {
  max-width: 500px;
  width: 100%;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #1A1A1A;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-list li i {
  color: #C5A059;
  font-size: 20px;
  width: 24px;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-list li a {
  color: #1A1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .contact-list li a:hover {
  color: #C5A059;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .social-link {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .social-link i {
  color: #C5A059;
  font-size: 24px;
  transition: transform 0.3s ease;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .social-link:hover {
  border-bottom-color: #C5A059;
}
.strip[data-id=f1bfb9] .contact-map-section .contact-side .social-link:hover i {
  transform: scale(1.2);
}
.strip[data-id=f1bfb9] .contact-map-section .map-side {
  flex: 1 1 50%;
  min-height: 500px;
  position: relative;
}
.strip[data-id=f1bfb9] .contact-map-section .map-side iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.2) invert(0.05);
}
@media (max-width: 991px) {
  .strip[data-id=f1bfb9] .contact-map-section {
    flex-direction: column;
  }
  .strip[data-id=f1bfb9] .contact-map-section .contact-side {
    flex: 1 1 100%;
    padding: 60px 20px;
  }
  .strip[data-id=f1bfb9] .contact-map-section .contact-side::after {
    display: none;
  }
  .strip[data-id=f1bfb9] .contact-map-section .map-side {
    flex: 1 1 100%;
    height: 300px;
    min-height: 300px;
  }
}.strip[data-id="0e3366"] {
  --section-id: "0e3366";
  --storage-url: "https://test-006.praweb.cz/_section/0e3366";
  --public-url: "https://test-006.praweb.cz/_section/0e3366";
}
.strip[data-id="0e3366"] .footer-section {
  background-color: #000000;
  padding: 60px 0 40px;
  border-top: 2px solid #2d3436;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
}
.strip[data-id="0e3366"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id="0e3366"] .footer-logo {
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="0e3366"] .footer-logo:hover {
  transform: scale(1.05);
}
.strip[data-id="0e3366"] .footer-logo img,
.strip[data-id="0e3366"] .footer-logo generated-img {
  height: 45px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id="0e3366"] .footer-logo:hover img,
.strip[data-id="0e3366"] .footer-logo:hover generated-img {
  opacity: 1;
}
.strip[data-id="0e3366"] .footer-copyright {
  letter-spacing: 0.5px;
  line-height: 1.6;
  max-width: 600px;
}
.strip[data-id="0e3366"] .footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5px;
}
.strip[data-id="0e3366"] .social-link {
  color: #c5a059;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 13px;
}
.strip[data-id="0e3366"] .social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.strip[data-id="0e3366"] .social-link:hover {
  color: #d4b475;
}
.strip[data-id="0e3366"] .social-link:hover svg {
  filter: drop-shadow(0 0 8px rgba(197, 160, 89, 0.7));
  transform: translateY(-2px);
}
.strip[data-id="0e3366"] .social-link span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.strip[data-id="0e3366"] .social-link:hover span {
  border-color: #d4b475;
}
@media (max-width: 768px) {
  .strip[data-id="0e3366"] .footer-section {
    padding: 50px 0 30px;
  }
  .strip[data-id="0e3366"] .footer-container {
    gap: 25px;
  }
  .strip[data-id="0e3366"] .footer-copyright {
    font-size: 13px;
    padding: 0 15px;
  }
  .strip[data-id="0e3366"] .social-link {
    font-size: 12px;
  }
}