@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="90b3ea"] {
  --section-id: "90b3ea";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/90b3ea";
  /* Desktop Navigation */
  /* Right Side Actions */
  /* Hamburger Menu */
  /* Mobile Menu Overlay */
  /* Delay items animation */
}
.strip[data-id="90b3ea"] .header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0f2f5;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="90b3ea"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id="90b3ea"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a {
  display: flex;
  align-items: center;
}
.strip[data-id="90b3ea"] .logo img {
  max-height: 65px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="90b3ea"] .logo a:hover img {
  transform: scale(1.02);
}
.strip[data-id="90b3ea"] .nav-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .nav-desktop {
    display: block;
  }
}
.strip[data-id="90b3ea"] .nav-desktop ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="90b3ea"] .nav-desktop a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #1a202c;
  text-decoration: none;
  padding: 10px 5px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover,
.strip[data-id="90b3ea"] .nav-desktop a.active {
  color: #0d9488;
}
.strip[data-id="90b3ea"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #0d9488;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.strip[data-id="90b3ea"] .nav-desktop a:hover::after,
.strip[data-id="90b3ea"] .nav-desktop a.active::after {
  transform: scaleX(1);
}
.strip[data-id="90b3ea"] .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id="90b3ea"] .phone-btn {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.strip[data-id="90b3ea"] .phone-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(30, 64, 175, 0.3);
  filter: brightness(1.1);
}
.strip[data-id="90b3ea"] .phone-icon {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
}
.strip[data-id="90b3ea"] .phone-info {
  display: flex;
  flex-direction: column;
}
.strip[data-id="90b3ea"] .phone-number {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.025em;
}
.strip[data-id="90b3ea"] .phone-hours {
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 400;
}
.strip[data-id="90b3ea"] .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
@media (min-width: 1200px) {
  .strip[data-id="90b3ea"] .hamburger {
    display: none;
  }
}
.strip[data-id="90b3ea"] .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1a202c;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="90b3ea"] .hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="90b3ea"] .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1050;
  padding: 2rem;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active {
  transform: translateX(0);
}
.strip[data-id="90b3ea"] .mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="90b3ea"] .mobile-menu li {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(7) {
  transition-delay: 0.4s;
}
.strip[data-id="90b3ea"] .mobile-menu.is-active li:nth-child(8) {
  transition-delay: 0.45s;
}
.strip[data-id="90b3ea"] .mobile-menu a {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="90b3ea"] .mobile-menu a:hover {
  color: #0d9488;
}
@media (max-width: 640px) {
  .strip[data-id="90b3ea"] .header-content {
    height: 70px;
  }
  .strip[data-id="90b3ea"] .logo img {
    max-height: 45px;
  }
  .strip[data-id="90b3ea"] .phone-btn {
    padding: 8px 12px;
  }
  .strip[data-id="90b3ea"] .phone-icon {
    display: none;
  }
  .strip[data-id="90b3ea"] .phone-number {
    font-size: 0.85rem;
  }
  .strip[data-id="90b3ea"] .phone-hours {
    font-size: 0.65rem;
  }
  .strip[data-id="90b3ea"] .container {
    padding: 0 1rem;
  }
}.strip[data-id=e510b5] {
  --section-id: "e510b5";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e510b5";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e510b5";
}
.strip[data-id=e510b5] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
}
.strip[data-id=e510b5] .hero-content {
  flex: 0 0 60%;
  background: linear-gradient(135deg, hsl(210, 40%, 96%) 0%, hsl(210, 40%, 94%) 100%);
  padding: 40px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=e510b5] .hero-content::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(30, 64, 175, 0.05)"><path d="M12,2L13.5,8.5L20,10L13.5,11.5L12,18L10.5,11.5L4,10L10.5,8.5L12,2Z" /></svg>');
  background-repeat: no-repeat;
  opacity: 0.5;
}
.strip[data-id=e510b5] .header-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}
.strip[data-id=e510b5] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: hsl(226, 71%, 40%);
  margin: 0 0 16px 0;
  line-height: 1.1;
}
.strip[data-id=e510b5] .lead {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: hsl(175, 84%, 32%);
  margin-bottom: 8px;
}
.strip[data-id=e510b5] .doctors {
  font-size: 1.1rem;
  color: hsl(217, 33%, 30%);
  margin-bottom: 32px;
}
.strip[data-id=e510b5] .cta-box {
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(175, 84%, 32%);
  padding: 24px;
  border-radius: 16px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}
.strip[data-id=e510b5] .cta-box strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.strip[data-id=e510b5] .cta-box a {
  font-size: 1.8rem;
  font-weight: 700;
  color: hsl(226, 71%, 40%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e510b5] .cta-box a:hover {
  color: hsl(0, 75%, 65%);
}
.strip[data-id=e510b5] .cta-box small {
  display: block;
  margin-top: 8px;
  color: hsl(217, 33%, 45%);
}
.strip[data-id=e510b5] .hero-visual {
  flex: 0 0 40%;
}
.strip[data-id=e510b5] .hero-visual img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 4/5;
}
@media (max-width: 992px) {
  .strip[data-id=e510b5] .hero-container {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
  .strip[data-id=e510b5] .hero-content, .strip[data-id=e510b5] .hero-visual {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id=e510b5] h1 {
    font-size: 2.2rem;
  }
}.strip[data-id=c4433d] {
  --section-id: "c4433d";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/c4433d";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/c4433d";
}
.strip[data-id=c4433d] .alerts-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
.strip[data-id=c4433d] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: hsl(217, 33%, 17%);
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=c4433d] .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id=c4433d] .alert-card, .strip[data-id=c4433d] .info-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: hsl(0, 0%, 100%);
  transition: transform 0.3s ease;
}
.strip[data-id=c4433d] .alert-card {
  background: hsl(45, 100%, 96%);
  border-left: 8px solid hsl(0, 75%, 65%);
}
.strip[data-id=c4433d] .info-card {
  background: hsl(210, 40%, 96%);
  border-left: 8px solid hsl(226, 71%, 40%);
}
.strip[data-id=c4433d] .icon-box {
  flex: 0 0 60px;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
}
.strip[data-id=c4433d] .alert-card .icon-box {
  color: hsl(0, 75%, 65%);
}
.strip[data-id=c4433d] .info-card .icon-box {
  color: hsl(226, 71%, 40%);
}
.strip[data-id=c4433d] .card-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 12px 0;
  color: hsl(217, 33%, 17%);
}
.strip[data-id=c4433d] .card-content p {
  margin: 0;
  line-height: 1.6;
  color: hsl(217, 33%, 25%);
}
@media (max-width: 768px) {
  .strip[data-id=c4433d] .alert-card, .strip[data-id=c4433d] .info-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strip[data-id=c4433d] h2 {
    font-size: 2rem;
  }
}.strip[data-id="5bd44b"] {
  --section-id: "5bd44b";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/5bd44b";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/5bd44b";
}
.strip[data-id="5bd44b"] .booking-section {
  background: hsl(210, 40%, 98%);
  padding: 80px 20px;
}
.strip[data-id="5bd44b"] .booking-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="5bd44b"] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: hsl(226, 71%, 40%);
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="5bd44b"] .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id="5bd44b"] .item {
  background: hsl(0, 0%, 100%);
  padding: 40px;
  border-radius: 16px;
  border-top: 4px solid hsl(175, 84%, 32%);
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id="5bd44b"] .item:hover {
  transform: scale(0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="5bd44b"] .item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: hsl(217, 33%, 17%);
  margin: 0 0 20px 0;
}
.strip[data-id="5bd44b"] .item p {
  line-height: 1.7;
  color: hsl(217, 33%, 30%);
  margin-bottom: 16px;
}
.strip[data-id="5bd44b"] .item .icon-bg {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  color: hsl(210, 40%, 80%);
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .strip[data-id="5bd44b"] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="5bd44b"] .item {
    padding: 30px;
  }
}.strip[data-id=c36e7e] {
  --section-id: "c36e7e";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/c36e7e";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/c36e7e";
}
.strip[data-id=c36e7e] .visit-section {
  padding: 80px 20px;
}
.strip[data-id=c36e7e] .visit-container {
  max-width: 900px;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(210, 40%, 90%);
  border-radius: 32px;
  padding: 60px;
  text-align: center;
  position: relative;
}
.strip[data-id=c36e7e] .main-icon {
  font-size: 4rem;
  color: hsl(226, 71%, 40%);
  margin-bottom: 24px;
  display: block;
}
.strip[data-id=c36e7e] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: hsl(217, 33%, 17%);
  margin-bottom: 40px;
}
.strip[data-id=c36e7e] ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: inline-block;
  text-align: left;
}
.strip[data-id=c36e7e] ul li {
  font-size: 1.1rem;
  color: hsl(217, 33%, 25%);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=c36e7e] ul li::before {
  content: "\f0f1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(226, 71%, 40%);
  font-size: 0.9rem;
}
.strip[data-id=c36e7e] .news-highlight {
  font-size: 1.1rem;
  color: hsl(217, 33%, 30%);
  line-height: 1.6;
}
.strip[data-id=c36e7e] .news-highlight strong {
  color: hsl(175, 84%, 32%);
}
@media (max-width: 768px) {
  .strip[data-id=c36e7e] .visit-container {
    padding: 40px 20px;
    border-radius: 24px;
  }
  .strip[data-id=c36e7e] h2 {
    font-size: 1.8rem;
  }
}.strip[data-id=af6059] {
  --section-id: "af6059";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/af6059";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/af6059";
}
.strip[data-id=af6059] .vaccination-section {
  padding: 80px 20px;
}
.strip[data-id=af6059] .vaccination-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.strip[data-id=af6059] .vaccination-visual {
  flex: 0 0 45%;
  position: relative;
}
.strip[data-id=af6059] .vaccination-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=af6059] .vaccination-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, hsl(226, 71%, 40%) 100%);
  opacity: 0.3;
}
.strip[data-id=af6059] .vaccination-content {
  flex: 0 0 55%;
  background: hsl(226, 71%, 40%);
  padding: 60px;
  color: hsl(0, 0%, 100%);
}
.strip[data-id=af6059] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 24px 0;
}
.strip[data-id=af6059] .intro {
  font-size: 1.2rem;
  margin-bottom: 32px;
  opacity: 0.9;
}
.strip[data-id=af6059] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=af6059] ul li {
  font-size: 1.1rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=af6059] ul li::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(175, 84%, 32%);
}
.strip[data-id=af6059] a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.strip[data-id=af6059] a:hover {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
@media (max-width: 992px) {
  .strip[data-id=af6059] .vaccination-box {
    flex-direction: column;
  }
  .strip[data-id=af6059] .vaccination-visual {
    height: 300px;
  }
  .strip[data-id=af6059] .vaccination-content {
    padding: 40px 30px;
  }
}.strip[data-id=a38725] {
  --section-id: "a38725";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/a38725";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/a38725";
}
.strip[data-id=a38725] .emergency-section {
  background: hsl(217, 33%, 12%);
  padding: 100px 20px;
}
.strip[data-id=a38725] .emergency-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a38725] h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: hsl(0, 0%, 100%);
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=a38725] .emergency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=a38725] .emergency-item {
  background: hsl(217, 33%, 20%);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  color: hsl(0, 0%, 100%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.strip[data-id=a38725] .emergency-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 75, 65, 0.3);
  box-shadow: 0 0 20px hsla(0, 75%, 65%, 0.2);
}
.strip[data-id=a38725] .emergency-item i {
  font-size: 3rem;
  color: hsl(0, 0%, 100%);
}
.strip[data-id=a38725] .emergency-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.strip[data-id=a38725] .number, .strip[data-id=a38725] .emergency-item a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: hsl(0, 75%, 65%);
  text-decoration: none;
}
@media (max-width: 992px) {
  .strip[data-id=a38725] .emergency-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a38725] .emergency-item {
    padding: 30px;
  }
}.strip[data-id=e0a67b] {
  --section-id: "e0a67b";
  --storage-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
  --public-url: "https://preview-zzsedmikraska-cz.praweb.cz/_section/e0a67b";
}
.strip[data-id=e0a67b] .footer {
  background-color: hsl(217, 33%, 12%);
  padding: 60px 0 40px;
  color: hsl(210, 20%, 70%);
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  border-top: 1px solid hsl(217, 33%, 20%);
}
.strip[data-id=e0a67b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e0a67b] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=e0a67b] .footer-logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=e0a67b] .footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id=e0a67b] .footer-links, .strip[data-id=e0a67b] .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=e0a67b] .footer-links a {
  color: hsl(210, 20%, 70%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-links a:hover {
  color: hsl(175, 84%, 32%);
}
.strip[data-id=e0a67b] .footer-contact i {
  color: hsl(175, 84%, 32%);
  width: 16px;
  text-align: center;
}
.strip[data-id=e0a67b] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid hsl(217, 33%, 20%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=e0a67b] .copyright {
  margin: 0;
}
.strip[data-id=e0a67b] .footer-secondary-links {
  display: flex;
  gap: 20px;
}
.strip[data-id=e0a67b] .footer-secondary-links a {
  color: hsl(210, 20%, 60%);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=e0a67b] .footer-secondary-links a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id=e0a67b] .footer {
    padding: 40px 0;
    text-align: center;
  }
  .strip[data-id=e0a67b] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=e0a67b] .footer-links li, .strip[data-id=e0a67b] .footer-contact li {
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id=e0a67b] .footer-secondary-links {
    justify-content: center;
  }
}