@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&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=c312d2] {
  --section-id: "c312d2";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/c312d2";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/c312d2";
  /* Topbar */
  /* Main Navigation Bar */
  /* Logo */
  /* Desktop Navigation */
  /* Submenu Dropdown */
  /* Invisible bridge so moving cursor to dropdown doesn't lose hover */
  /* Header Actions / CTA */
  /* Hamburger toggle for mobile & tablet */
  /* Mobile Off-canvas Drawer */
  /* Refined Responsive Breakpoints */
  /* Switch to mobile hamburger at 1100px so items never overflow */
}
.strip[data-id=c312d2] .site-header-wrapper {
  width: 100%;
  position: relative;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.strip[data-id=c312d2] .topbar {
  background-color: hsl(184, 100%, 18%);
  color: hsl(184, 40%, 94%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.strip[data-id=c312d2] .topbar-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.strip[data-id=c312d2] .topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.strip[data-id=c312d2] .topbar-tagline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.strip[data-id=c312d2] .topbar-tagline svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  opacity: 0.85;
}
.strip[data-id=c312d2] .topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.strip[data-id=c312d2] .topbar-link {
  color: hsl(184, 40%, 94%);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.strip[data-id=c312d2] .topbar-link:hover {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.strip[data-id=c312d2] .topbar-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.strip[data-id=c312d2] .bakalari-badge {
  background-color: hsl(353, 72%, 49%);
  color: #ffffff;
  padding: 3px 9px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
  display: inline-block;
}
.strip[data-id=c312d2] .topbar-link.bakalari-link:hover .bakalari-badge {
  background-color: hsl(353, 72%, 42%);
}
.strip[data-id=c312d2] .main-header-nav {
  background-color: hsla(0, 0%, 100%, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid hsl(184, 30%, 88%);
}
.strip[data-id=c312d2] .header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.strip[data-id=c312d2] .brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.strip[data-id=c312d2] .brand-logo-img {
  height: 56px;
  width: auto;
  max-height: 56px;
  display: block;
  object-fit: contain;
}
.strip[data-id=c312d2] .desktop-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
.strip[data-id=c312d2] .nav-menu-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id=c312d2] .nav-item {
  position: relative;
}
.strip[data-id=c312d2] .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 12px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: hsl(222, 47%, 15%);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.strip[data-id=c312d2] .nav-link:hover,
.strip[data-id=c312d2] .nav-item:focus-within > .nav-link,
.strip[data-id=c312d2] .nav-item:hover > .nav-link {
  background-color: hsl(184, 75%, 95%);
  color: hsl(184, 100%, 28%);
}
.strip[data-id=c312d2] .chevron-icon {
  width: 8px;
  height: 8px;
  fill: currentColor;
  transition: transform 0.25s ease;
  display: inline-block;
  opacity: 0.7;
}
.strip[data-id=c312d2] .nav-item:hover .chevron-icon,
.strip[data-id=c312d2] .nav-item:focus-within .chevron-icon {
  transform: rotate(180deg);
  opacity: 1;
}
.strip[data-id=c312d2] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  border-top: 3px solid hsl(353, 72%, 49%);
  box-shadow: 0 18px 38px -8px hsla(222, 47%, 11%, 0.16);
  padding: 10px;
  list-style: none;
  margin: 4px 0 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}
.strip[data-id=c312d2] .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.strip[data-id=c312d2] .dropdown-menu.mega-columns-2 {
  min-width: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.strip[data-id=c312d2] .nav-item:hover > .dropdown-menu,
.strip[data-id=c312d2] .nav-item:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.strip[data-id=c312d2] .dropdown-item {
  margin: 0;
  padding: 0;
}
.strip[data-id=c312d2] .dropdown-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  color: hsl(222, 40%, 25%);
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
  line-height: 1.35;
}
.strip[data-id=c312d2] .dropdown-link:hover {
  color: hsl(184, 100%, 28%);
  background-color: hsl(184, 75%, 96%);
  transform: translateX(3px);
}
.strip[data-id=c312d2] .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.strip[data-id=c312d2] .header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background-color: hsl(184, 100%, 28%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px hsla(184, 100%, 28%, 0.2);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.strip[data-id=c312d2] .header-cta-btn:hover {
  background-color: hsl(184, 100%, 20%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px hsla(184, 100%, 28%, 0.35);
  color: #ffffff;
}
.strip[data-id=c312d2] .cta-phone-icon {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  flex-shrink: 0;
  animation: pulseIcon 2.4s infinite ease-in-out;
}
@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
.strip[data-id=c312d2] .hamburger-toggle-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid hsl(184, 30%, 88%);
  background-color: hsl(184, 75%, 96%);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: hsl(184, 100%, 28%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.strip[data-id=c312d2] .hamburger-toggle-btn:hover {
  background-color: hsl(184, 75%, 90%);
}
.strip[data-id=c312d2] .hamburger-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id=c312d2] .mobile-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=c312d2] .mobile-drawer-overlay.active {
  display: block;
  opacity: 1;
}
.strip[data-id=c312d2] .mobile-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.15);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.strip[data-id=c312d2] .mobile-drawer.active {
  transform: translateX(-340px);
}
.strip[data-id=c312d2] .drawer-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid hsl(184, 30%, 88%);
  background-color: hsl(184, 75%, 97%);
}
.strip[data-id=c312d2] .drawer-brand-img {
  height: 40px;
  width: auto;
  max-width: 170px;
}
.strip[data-id=c312d2] .drawer-close-btn {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(222, 47%, 15%);
  transition: background-color 0.2s ease;
}
.strip[data-id=c312d2] .drawer-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.strip[data-id=c312d2] .drawer-close-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=c312d2] .drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 24px;
}
.strip[data-id=c312d2] .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id=c312d2] .mobile-nav-item {
  border-bottom: 1px solid hsl(210, 20%, 94%);
}
.strip[data-id=c312d2] .mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 6px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: hsl(222, 47%, 15%);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.strip[data-id=c312d2] .mobile-nav-link:hover,
.strip[data-id=c312d2] .mobile-nav-link:active {
  color: hsl(184, 100%, 28%);
}
.strip[data-id=c312d2] .mobile-chevron {
  width: 10px;
  height: 10px;
  fill: currentColor;
  transition: transform 0.25s ease;
}
.strip[data-id=c312d2] .mobile-nav-item.open .mobile-chevron {
  transform: rotate(180deg);
}
.strip[data-id=c312d2] .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 14px;
  display: none;
}
.strip[data-id=c312d2] .mobile-nav-item.open .mobile-submenu {
  display: block;
}
.strip[data-id=c312d2] .mobile-submenu-item {
  margin: 4px 0;
}
.strip[data-id=c312d2] .mobile-submenu-link {
  display: block;
  padding: 6px 10px;
  font-size: 13.5px;
  color: hsl(222, 40%, 30%);
  text-decoration: none;
  border-radius: 6px;
}
.strip[data-id=c312d2] .mobile-submenu-link:hover {
  color: hsl(184, 100%, 28%);
  background-color: hsl(184, 75%, 96%);
}
.strip[data-id=c312d2] .drawer-actions {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid hsl(184, 30%, 88%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id=c312d2] .drawer-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background-color: hsl(184, 100%, 28%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.strip[data-id=c312d2] .drawer-secondary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background-color: hsl(184, 75%, 96%);
  color: hsl(184, 100%, 28%);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1340px) {
  .strip[data-id=c312d2] .header-container {
    padding: 0 16px;
    gap: 12px;
  }
  .strip[data-id=c312d2] .nav-menu-list {
    gap: 2px;
  }
  .strip[data-id=c312d2] .nav-link {
    padding: 8px 9px;
    font-size: 13.5px;
  }
  .strip[data-id=c312d2] .header-cta-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  .strip[data-id=c312d2] .cta-text-prefix {
    display: none;
  }
}
@media (max-width: 1180px) {
  .strip[data-id=c312d2] .nav-link {
    padding: 7px 7px;
    font-size: 13px;
  }
  .strip[data-id=c312d2] .brand-logo-img {
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .strip[data-id=c312d2] .desktop-nav {
    display: none;
  }
  .strip[data-id=c312d2] .hamburger-toggle-btn {
    display: inline-flex;
  }
  .strip[data-id=c312d2] .header-cta-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  .strip[data-id=c312d2] .cta-text-prefix {
    display: none;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c312d2] .topbar-left {
    display: none;
  }
  .strip[data-id=c312d2] .topbar-container {
    justify-content: center;
  }
  .strip[data-id=c312d2] .header-cta-btn {
    display: none;
  }
}
@media (max-width: 520px) {
  .strip[data-id=c312d2] .header-container {
    padding: 0 16px;
    height: 68px;
  }
  .strip[data-id=c312d2] .brand-logo-img {
    height: 44px;
  }
  .strip[data-id=c312d2] .topbar-container {
    padding: 0 12px;
    font-size: 12px;
    gap: 12px;
    min-height: 34px;
  }
  .strip[data-id=c312d2] .topbar-right {
    gap: 12px;
  }
  .strip[data-id=c312d2] .bakalari-text {
    display: none;
  }
}
@media (max-width: 380px) {
  .strip[data-id=c312d2] .topbar-email-text {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
}.strip[data-id="8ea165"] {
  --section-id: "8ea165";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/8ea165";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/8ea165";
  /* Left Column */
  /* Official Badge */
  /* Heading H1 */
  /* Subtitle / Lead */
  /* Benefits Grid 2x2 */
  /* Actions structure */
  /* Right Column - Visual */
  /* Floating Glassmorphism Badges */
  /* Responsiveness */
}
.strip[data-id="8ea165"] .hero-strip {
  width: 100%;
  position: relative;
  min-height: 680px;
  padding: 70px 0 90px;
  background-color: hsl(210, 40%, 98%);
  background-image: radial-gradient(circle at 10% 20%, hsla(184, 50%, 96%, 0.9) 0%, transparent 50%), radial-gradient(circle at 90% 80%, hsla(199, 65%, 95%, 0.8) 0%, transparent 50%), linear-gradient(135deg, hsl(210, 40%, 98%) 0%, hsl(184, 50%, 96%) 50%, hsl(199, 65%, 95%) 100%), url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 13H11v6h4v4h6v-4h4v-6h-4V7h-6v6z' fill='%23007b83' fill-opacity='0.035' fill-rule='evenodd'/%3E%3C/svg%3E");
  overflow: hidden;
  box-sizing: border-box;
}
.strip[data-id="8ea165"] .hero-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id="8ea165"] .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.strip[data-id="8ea165"] .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id="8ea165"] .hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid hsl(184, 40%, 88%);
  box-shadow: 0 4px 12px hsla(184, 100%, 24%, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: hsl(184, 100%, 24%);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.strip[data-id="8ea165"] .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: hsl(353, 75%, 46%);
  box-shadow: 0 0 0 0 hsla(353, 75%, 46%, 0.7);
  animation: pulseBadge 1.8s infinite;
  display: inline-block;
}
@keyframes pulseBadge {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsla(353, 75%, 46%, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px hsla(353, 75%, 46%, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 hsla(353, 75%, 46%, 0);
  }
}
.strip[data-id="8ea165"] .hero-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.18;
  color: hsl(222, 47%, 11%);
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: -0.5px;
}
.strip[data-id="8ea165"] .hero-desktop-br {
  display: block;
}
.strip[data-id="8ea165"] .gradient-text {
  background: linear-gradient(135deg, hsl(184, 100%, 25%) 0%, hsl(199, 89%, 45%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline;
}
.strip[data-id="8ea165"] .hero-lead {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 32%);
  margin: 0 0 32px 0;
  padding: 0;
}
.strip[data-id="8ea165"] .hero-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  margin-bottom: 34px;
}
.strip[data-id="8ea165"] .benefit-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid hsla(184, 35%, 86%, 0.85);
  border-radius: 12px;
  padding: 12px 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 14px hsla(222, 47%, 11%, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.strip[data-id="8ea165"] .benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px hsla(222, 47%, 11%, 0.07);
  border-color: hsl(184, 50%, 75%);
}
.strip[data-id="8ea165"] .benefit-icon-box {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: hsl(184, 60%, 92%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="8ea165"] .benefit-icon-box svg {
  width: 16px;
  height: 16px;
  fill: hsl(184, 100%, 25%);
}
.strip[data-id="8ea165"] .benefit-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(222, 47%, 15%);
  line-height: 1.35;
}
.strip[data-id="8ea165"] .hero-actions-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.strip[data-id="8ea165"] .hero-buttons-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.strip[data-id="8ea165"] .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 12px;
  background-color: hsl(184, 100%, 25%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px -4px hsla(184, 100%, 25%, 0.4);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.strip[data-id="8ea165"] .btn-hero-primary svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.strip[data-id="8ea165"] .btn-hero-primary:hover {
  background-color: hsl(184, 100%, 20%);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -4px hsla(184, 100%, 25%, 0.5);
  color: #ffffff;
}
.strip[data-id="8ea165"] .btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 2px solid hsl(353, 75%, 45%);
  color: hsl(353, 75%, 45%);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.strip[data-id="8ea165"] .btn-hero-secondary svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="8ea165"] .btn-hero-secondary:hover {
  background-color: hsl(353, 75%, 45%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -4px hsla(353, 75%, 45%, 0.35);
}
.strip[data-id="8ea165"] .hero-phone-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8ea165"] .hero-phone-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: hsl(215, 20%, 45%);
}
.strip[data-id="8ea165"] .hero-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: hsla(184, 60%, 94%, 0.7);
  border: 1px solid hsla(184, 40%, 86%, 0.9);
  color: hsl(184, 100%, 24%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.strip[data-id="8ea165"] .hero-phone-link svg {
  width: 15px;
  height: 15px;
  fill: hsl(184, 100%, 24%);
  transition: fill 0.2s ease;
}
.strip[data-id="8ea165"] .hero-phone-link:hover {
  background-color: hsl(184, 100%, 25%);
  color: #ffffff;
  border-color: hsl(184, 100%, 25%);
}
.strip[data-id="8ea165"] .hero-phone-link:hover svg {
  fill: #ffffff;
}
.strip[data-id="8ea165"] .hero-visual-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="8ea165"] .hero-image-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 5/4;
  border-radius: 24px;
  border: 4px solid #ffffff;
  box-shadow: 0 24px 48px -12px hsla(222, 47%, 11%, 0.16);
  overflow: hidden;
  background-color: #ffffff;
}
.strip[data-id="8ea165"] .hero-main-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id="8ea165"] .floating-card {
  position: absolute;
  background-color: hsla(0, 0%, 100%, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 16px 36px -8px hsla(222, 47%, 11%, 0.14), 0 4px 12px hsla(222, 47%, 11%, 0.04);
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  animation: floatCard 4.5s ease-in-out infinite alternate;
}
.strip[data-id="8ea165"] .floating-top-right {
  top: -12px;
  right: -16px;
  animation-delay: 0s;
}
.strip[data-id="8ea165"] .floating-bottom-left {
  bottom: -14px;
  left: -20px;
  animation-delay: 1.8s;
}
@keyframes floatCard {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
.strip[data-id="8ea165"] .floating-badge-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="8ea165"] .floating-top-right .floating-badge-icon {
  background-color: hsl(45, 100%, 94%);
}
.strip[data-id="8ea165"] .floating-top-right .floating-badge-icon svg {
  width: 20px;
  height: 20px;
  fill: hsl(40, 95%, 45%);
}
.strip[data-id="8ea165"] .floating-bottom-left .floating-badge-icon {
  background-color: hsl(184, 75%, 93%);
}
.strip[data-id="8ea165"] .floating-bottom-left .floating-badge-icon svg {
  width: 20px;
  height: 20px;
  fill: hsl(184, 100%, 25%);
}
.strip[data-id="8ea165"] .floating-card-body {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: hsl(222, 40%, 25%);
  line-height: 1.35;
}
.strip[data-id="8ea165"] .floating-card-body strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: hsl(222, 47%, 12%);
}
@media (max-width: 1024px) {
  .strip[data-id="8ea165"] .hero-grid {
    gap: 36px;
  }
  .strip[data-id="8ea165"] .hero-title {
    font-size: 38px;
  }
  .strip[data-id="8ea165"] .floating-top-right {
    top: -8px;
    right: 0px;
  }
  .strip[data-id="8ea165"] .floating-bottom-left {
    bottom: -8px;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="8ea165"] .hero-strip {
    padding: 48px 0 60px;
    min-height: auto;
  }
  .strip[data-id="8ea165"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .strip[data-id="8ea165"] .hero-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .strip[data-id="8ea165"] .hero-desktop-br {
    display: none;
  }
  .strip[data-id="8ea165"] .hero-lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .strip[data-id="8ea165"] .hero-benefits-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 28px;
  }
  .strip[data-id="8ea165"] .hero-buttons-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .strip[data-id="8ea165"] .btn-hero-primary,
  .strip[data-id="8ea165"] .btn-hero-secondary {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id="8ea165"] .hero-phone-row {
    justify-content: center;
    width: 100%;
    margin-top: 4px;
  }
  .strip[data-id="8ea165"] .hero-visual-wrapper {
    width: 100%;
  }
  .strip[data-id="8ea165"] .hero-image-frame {
    max-width: 100%;
    aspect-ratio: 5/4;
    border-radius: 18px;
  }
  .strip[data-id="8ea165"] .floating-card {
    padding: 8px 14px;
    border-radius: 12px;
  }
  .strip[data-id="8ea165"] .floating-top-right {
    top: -10px;
    right: 12px;
  }
  .strip[data-id="8ea165"] .floating-bottom-left {
    bottom: -10px;
    left: 12px;
  }
  .strip[data-id="8ea165"] .floating-badge-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .strip[data-id="8ea165"] .floating-badge-icon svg {
    width: 16px;
    height: 16px;
  }
  .strip[data-id="8ea165"] .floating-card-body {
    font-size: 12px;
  }
  .strip[data-id="8ea165"] .floating-card-body strong {
    font-size: 13px;
  }
}.strip[data-id=ffd8db] {
  --section-id: "ffd8db";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/ffd8db";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/ffd8db";
  /* Left Column: Principal Portrait Card */
  /* Principal business card */
  /* Right Column: Content */
  /* Location and Accessibility Card */
  /* Interactive Navigation Pillars / Micro-buttons */
  /* Responsiveness */
}
.strip[data-id=ffd8db] .about-school-strip {
  width: 100%;
  position: relative;
  padding: 90px 0;
  background-color: hsl(210, 30%, 99%);
  border-top: 1px solid hsl(210, 20%, 92%);
  border-bottom: 1px solid hsl(210, 20%, 92%);
  box-sizing: border-box;
}
.strip[data-id=ffd8db] .about-school-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id=ffd8db] .about-school-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
  align-items: center;
}
.strip[data-id=ffd8db] .principal-profile-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=ffd8db] .principal-portrait-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-bottom: 24px;
}
.strip[data-id=ffd8db] .principal-portrait-wrapper::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: 12px;
  bottom: 12px;
  border-radius: 24px;
  background: linear-gradient(135deg, hsl(184, 60%, 92%) 0%, hsl(199, 70%, 94%) 100%);
  z-index: 1;
}
.strip[data-id=ffd8db] .principal-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px hsla(184, 100%, 15%, 0.15);
  background-color: hsl(184, 40%, 95%);
  z-index: 2;
  border: 3px solid #ffffff;
}
.strip[data-id=ffd8db] .principal-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id=ffd8db] .principal-details-card {
  width: 100%;
  max-width: 420px;
  background-color: #ffffff;
  border: 1px solid hsl(215, 20%, 90%);
  border-radius: 16px;
  padding: 18px 24px;
  box-shadow: 0 8px 20px -6px hsla(222, 47%, 11%, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  z-index: 3;
}
.strip[data-id=ffd8db] .principal-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.strip[data-id=ffd8db] .principal-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: hsl(222, 47%, 15%);
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
.strip[data-id=ffd8db] .principal-role {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: hsl(184, 100%, 28%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
.strip[data-id=ffd8db] .principal-signature-symbol {
  width: 68px;
  height: 38px;
  color: hsl(215, 25%, 55%);
  flex-shrink: 0;
  opacity: 0.85;
}
.strip[data-id=ffd8db] .about-school-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=ffd8db] .about-kicker {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(353, 72%, 49%);
  margin: 0 0 10px 0;
  padding: 0;
}
.strip[data-id=ffd8db] .about-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: hsl(222, 47%, 11%);
  margin: 0 0 16px 0;
  padding: 0;
  letter-spacing: -0.3px;
}
.strip[data-id=ffd8db] .about-accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(184, 100%, 28%);
  border-radius: 2px;
  margin-bottom: 24px;
}
.strip[data-id=ffd8db] .about-paragraph-lead {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: hsl(222, 47%, 18%);
  margin: 0 0 16px 0;
  padding: 0;
}
.strip[data-id=ffd8db] .about-paragraph-body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: hsl(215, 25%, 32%);
  margin: 0 0 24px 0;
  padding: 0;
}
.strip[data-id=ffd8db] .location-card {
  width: 100%;
  background-color: hsl(184, 60%, 98%);
  border: 1px solid hsl(184, 60%, 88%);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.strip[data-id=ffd8db] .location-icon-wrapper {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background-color: hsl(184, 100%, 28%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 12px hsla(184, 100%, 28%, 0.25);
}
.strip[data-id=ffd8db] .location-icon-wrapper svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id=ffd8db] .location-card-content {
  flex: 1;
}
.strip[data-id=ffd8db] .location-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: hsl(222, 47%, 15%);
  margin: 0 0 6px 0;
  padding: 0;
}
.strip[data-id=ffd8db] .location-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 35%);
  margin: 0;
  padding: 0;
}
.strip[data-id=ffd8db] .about-pillars-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.strip[data-id=ffd8db] .pillar-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 8px;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(215, 20%, 85%);
  color: hsl(222, 47%, 20%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px hsla(222, 47%, 11%, 0.04);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.strip[data-id=ffd8db] .pillar-link-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.strip[data-id=ffd8db] .pillar-link-btn:hover {
  border-color: hsl(184, 100%, 28%);
  color: hsl(184, 100%, 28%);
  background-color: hsl(184, 75%, 97%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px hsla(184, 100%, 28%, 0.12);
}
.strip[data-id=ffd8db] .pillar-link-btn:hover svg {
  transform: translateX(3px);
}
@media (max-width: 992px) {
  .strip[data-id=ffd8db] .about-school-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .strip[data-id=ffd8db] .principal-profile-column {
    order: 2;
  }
  .strip[data-id=ffd8db] .about-school-content {
    order: 1;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ffd8db] .about-school-strip {
    padding: 60px 0;
  }
  .strip[data-id=ffd8db] .about-title {
    font-size: 30px;
  }
  .strip[data-id=ffd8db] .about-paragraph-lead {
    font-size: 16px;
  }
  .strip[data-id=ffd8db] .location-card {
    flex-direction: column;
    padding: 18px;
    gap: 14px;
  }
  .strip[data-id=ffd8db] .about-pillars-row {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id=ffd8db] .pillar-link-btn {
    justify-content: space-between;
  }
}.strip[data-id="8ec3d6"] {
  --section-id: "8ec3d6";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/8ec3d6";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/8ec3d6";
  /* Header Section */
  /* 4-column Grid */
  /* Card */
  /* Card Visual Header */
  /* Badge over photo */
  /* Card Body */
  /* Card CTA Button */
  /* Quick Links Banner for Applicants */
  /* Responsiveness */
}
.strip[data-id="8ec3d6"] .study-fields-strip {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: hsl(210, 40%, 98%);
  box-sizing: border-box;
}
.strip[data-id="8ec3d6"] .study-fields-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id="8ec3d6"] .study-header-block {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="8ec3d6"] .study-kicker {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(184, 100%, 24%);
  margin: 0 0 10px 0;
  padding: 4px 14px;
  border-radius: 20px;
  background-color: hsl(184, 75%, 93%);
  border: 1px solid hsl(184, 60%, 86%);
}
.strip[data-id="8ec3d6"] .study-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: hsl(222, 47%, 11%);
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: -0.5px;
}
.strip[data-id="8ec3d6"] .study-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 38%);
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.strip[data-id="8ec3d6"] .study-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}
.strip[data-id="8ec3d6"] .study-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid hsl(210, 25%, 90%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px -5px hsla(222, 47%, 11%, 0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}
.strip[data-id="8ec3d6"] .study-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px hsla(184, 100%, 28%, 0.2);
  border-color: hsl(184, 60%, 75%);
}
.strip[data-id="8ec3d6"] .study-card-image-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: hsl(184, 40%, 92%);
}
.strip[data-id="8ec3d6"] .study-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.strip[data-id="8ec3d6"] .study-card:hover .study-card-img {
  transform: scale(1.05);
}
.strip[data-id="8ec3d6"] .study-type-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.3px;
  z-index: 2;
}
.strip[data-id="8ec3d6"] .badge-maturita {
  background-color: hsl(205, 88%, 36%);
}
.strip[data-id="8ec3d6"] .badge-vyucni-list {
  background-color: hsl(353, 72%, 46%);
}
.strip[data-id="8ec3d6"] .badge-vos {
  background-color: hsl(184, 100%, 26%);
}
.strip[data-id="8ec3d6"] .study-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.strip[data-id="8ec3d6"] .study-field-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: hsl(222, 47%, 11%);
  margin: 0 0 8px 0;
  padding: 0;
  transition: color 0.2s ease;
}
@media (min-width: 1121px) {
  .strip[data-id="8ec3d6"] .study-field-name {
    min-height: 52px;
  }
}
.strip[data-id="8ec3d6"] .study-card:hover .study-field-name {
  color: hsl(184, 100%, 28%);
}
.strip[data-id="8ec3d6"] .study-field-duration {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: hsl(215, 25%, 44%);
  margin: 0 0 14px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.strip[data-id="8ec3d6"] .study-field-duration svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}
.strip[data-id="8ec3d6"] .study-field-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 35%);
  margin: 0 0 20px 0;
  padding: 0;
  flex-grow: 1;
}
.strip[data-id="8ec3d6"] .study-field-cta-wrap {
  margin-top: auto;
}
.strip[data-id="8ec3d6"] .study-field-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: hsl(184, 75%, 96%);
  border: 1px solid hsl(184, 60%, 88%);
  color: hsl(184, 100%, 26%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.strip[data-id="8ec3d6"] .study-card:hover .study-field-cta-btn,
.strip[data-id="8ec3d6"] .study-field-cta-btn:hover {
  background-color: hsl(184, 100%, 28%);
  border-color: hsl(184, 100%, 28%);
  color: #ffffff;
}
.strip[data-id="8ec3d6"] .study-field-cta-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  transition: transform 0.2s ease;
}
.strip[data-id="8ec3d6"] .study-card:hover .study-field-cta-btn svg {
  transform: translateX(4px);
}
.strip[data-id="8ec3d6"] .applicants-quick-banner {
  background-color: hsl(184, 80%, 96%);
  border: 1px solid hsl(184, 40%, 85%);
  border-radius: 16px;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px -6px hsla(184, 100%, 28%, 0.08);
}
.strip[data-id="8ec3d6"] .banner-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.strip[data-id="8ec3d6"] .banner-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background-color: hsl(184, 100%, 28%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="8ec3d6"] .banner-icon-box svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id="8ec3d6"] .banner-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: hsl(222, 47%, 12%);
  margin: 0;
  padding: 0;
}
.strip[data-id="8ec3d6"] .banner-links-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.strip[data-id="8ec3d6"] .banner-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid hsl(184, 40%, 82%);
  color: hsl(184, 100%, 24%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px hsla(222, 47%, 11%, 0.04);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.strip[data-id="8ec3d6"] .banner-link-btn:hover {
  background-color: hsl(184, 100%, 28%);
  border-color: hsl(184, 100%, 28%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px hsla(184, 100%, 28%, 0.25);
}
.strip[data-id="8ec3d6"] .banner-link-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
@media (max-width: 1120px) {
  .strip[data-id="8ec3d6"] .study-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .strip[data-id="8ec3d6"] .applicants-quick-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .strip[data-id="8ec3d6"] .banner-links-group {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id="8ec3d6"] .study-fields-strip {
    padding: 60px 0;
  }
  .strip[data-id="8ec3d6"] .study-title {
    font-size: 30px;
  }
  .strip[data-id="8ec3d6"] .study-subtitle {
    font-size: 15px;
    margin-bottom: 36px;
  }
  .strip[data-id="8ec3d6"] .study-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="8ec3d6"] .banner-links-group {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="8ec3d6"] .banner-link-btn {
    justify-content: center;
  }
}.strip[data-id=df56a0] {
  --section-id: "df56a0";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/df56a0";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/df56a0";
  /* Header Flex Row */
  /* 3-Column Grid */
  /* Article Card */
  /* Visual Image Header */
  /* Card Body */
  /* Responsiveness */
}
.strip[data-id=df56a0] .news-events-strip {
  width: 100%;
  position: relative;
  padding: 90px 0;
  background-color: hsl(0, 0%, 100%);
  box-sizing: border-box;
}
.strip[data-id=df56a0] .news-events-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id=df56a0] .news-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}
.strip[data-id=df56a0] .news-header-text {
  max-width: 760px;
}
.strip[data-id=df56a0] .news-kicker {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(353, 72%, 49%);
  margin: 0 0 10px 0;
  padding: 0;
}
.strip[data-id=df56a0] .news-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: hsl(222, 47%, 11%);
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: -0.4px;
}
.strip[data-id=df56a0] .news-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 45%);
  margin: 0;
  padding: 0;
}
.strip[data-id=df56a0] .news-header-action {
  flex-shrink: 0;
}
.strip[data-id=df56a0] .btn-all-news {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid hsl(184, 100%, 28%);
  color: hsl(184, 100%, 28%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.strip[data-id=df56a0] .btn-all-news svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.strip[data-id=df56a0] .btn-all-news:hover {
  background-color: hsl(184, 100%, 28%);
  color: #ffffff;
  box-shadow: 0 6px 18px hsla(184, 100%, 28%, 0.25);
}
.strip[data-id=df56a0] .btn-all-news:hover svg {
  transform: translateX(3px);
}
.strip[data-id=df56a0] .news-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.strip[data-id=df56a0] .news-card {
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(210, 20%, 90%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px -4px hsla(222, 47%, 11%, 0.05);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}
.strip[data-id=df56a0] .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px -6px hsla(222, 47%, 11%, 0.12);
  border-color: hsl(184, 60%, 80%);
}
.strip[data-id=df56a0] .news-card-photo-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: hsl(210, 20%, 94%);
}
.strip[data-id=df56a0] .news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.strip[data-id=df56a0] .news-card:hover .news-card-img {
  transform: scale(1.06);
}
.strip[data-id=df56a0] .news-card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.strip[data-id=df56a0] .news-card-badge {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(184, 100%, 28%);
  margin-bottom: 8px;
}
.strip[data-id=df56a0] .news-card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: hsl(222, 47%, 12%);
  margin: 0 0 10px 0;
  padding: 0;
  min-height: 48px;
  transition: color 0.2s ease;
}
.strip[data-id=df56a0] .news-card:hover .news-card-title {
  color: hsl(184, 100%, 28%);
}
.strip[data-id=df56a0] .news-card-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 38%);
  margin: 0 0 18px 0;
  padding: 0;
  flex-grow: 1;
}
.strip[data-id=df56a0] .news-read-more-wrap {
  margin-top: auto;
}
.strip[data-id=df56a0] .news-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: hsl(184, 100%, 28%);
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=df56a0] .news-read-more-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.strip[data-id=df56a0] .news-card:hover .news-read-more-link svg {
  transform: translateX(4px);
}
.strip[data-id=df56a0] .news-read-more-link:hover {
  color: hsl(184, 100%, 20%);
}
@media (max-width: 1024px) {
  .strip[data-id=df56a0] .news-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .strip[data-id=df56a0] .news-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .strip[data-id=df56a0] .news-events-strip {
    padding: 60px 0;
  }
  .strip[data-id=df56a0] .news-title {
    font-size: 28px;
  }
  .strip[data-id=df56a0] .news-subtitle {
    font-size: 15px;
  }
  .strip[data-id=df56a0] .news-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=df56a0] .btn-all-news {
    width: 100%;
    justify-content: center;
  }
  .strip[data-id=df56a0] .news-card-photo-wrap {
    height: 200px;
  }
}.strip[data-id="1ffb46"] {
  --section-id: "1ffb46";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/1ffb46";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/1ffb46";
  /* Header */
  /* 2-Column Grid */
  /* Left Column: Cards & Transit info */
  /* Transit info block */
  /* Right Column: Premium Contact Form */
  /* Full-width Map Container & Toolbar */
  /* Responsiveness */
}
.strip[data-id="1ffb46"] .contact-map-strip {
  width: 100%;
  position: relative;
  padding: 85px 0 95px 0;
  background-color: hsl(210, 35%, 97%);
  box-sizing: border-box;
}
.strip[data-id="1ffb46"] .contact-map-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id="1ffb46"] .contact-header-block {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px auto;
}
.strip[data-id="1ffb46"] .contact-kicker {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(184, 100%, 26%);
  background-color: hsl(184, 75%, 92%);
  padding: 5px 16px;
  border-radius: 20px;
  margin: 0 0 14px 0;
}
.strip[data-id="1ffb46"] .contact-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: hsl(222, 47%, 11%);
  margin: 0 0 14px 0;
  padding: 0;
  letter-spacing: -0.4px;
}
.strip[data-id="1ffb46"] .contact-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: hsl(215, 25%, 40%);
  margin: 0;
  padding: 0;
}
.strip[data-id="1ffb46"] .contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 48px;
}
.strip[data-id="1ffb46"] .contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id="1ffb46"] .contact-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.strip[data-id="1ffb46"] .contact-data-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background-color: #ffffff;
  border: 1px solid hsl(210, 20%, 90%);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 4px 16px hsla(222, 47%, 11%, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
}
.strip[data-id="1ffb46"] .contact-data-card.card-full {
  grid-column: 1/-1;
}
.strip[data-id="1ffb46"] .contact-data-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -4px hsla(184, 100%, 28%, 0.14);
  border-color: hsl(184, 60%, 78%);
}
.strip[data-id="1ffb46"] .contact-icon-bubble {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, hsl(184, 100%, 28%), hsl(184, 100%, 22%));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px hsla(184, 100%, 28%, 0.25);
}
.strip[data-id="1ffb46"] .contact-icon-bubble svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id="1ffb46"] .contact-card-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  word-break: break-word;
}
.strip[data-id="1ffb46"] .contact-card-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(215, 20%, 50%);
}
.strip[data-id="1ffb46"] .contact-card-value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: hsl(222, 47%, 14%);
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.strip[data-id="1ffb46"] a.contact-card-value:hover {
  color: hsl(184, 100%, 28%);
}
.strip[data-id="1ffb46"] .contact-card-note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: hsl(215, 25%, 45%);
  line-height: 1.4;
}
.strip[data-id="1ffb46"] .transit-info-box {
  background-color: hsl(184, 75%, 96%);
  border: 1px solid hsl(184, 45%, 85%);
  border-radius: 14px;
  padding: 20px 22px;
  box-sizing: border-box;
}
.strip[data-id="1ffb46"] .transit-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.strip[data-id="1ffb46"] .transit-header svg {
  width: 20px;
  height: 20px;
  fill: hsl(184, 100%, 28%);
  flex-shrink: 0;
}
.strip[data-id="1ffb46"] .transit-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: hsl(222, 47%, 14%);
  margin: 0;
  padding: 0;
}
.strip[data-id="1ffb46"] .transit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id="1ffb46"] .transit-list li {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: hsl(215, 25%, 32%);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.strip[data-id="1ffb46"] .transit-bullet {
  color: hsl(184, 100%, 28%);
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
.strip[data-id="1ffb46"] .contact-form-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 32px 36px;
  box-shadow: 0 15px 35px -5px hsla(222, 47%, 11%, 0.08);
  border: 1px solid hsl(210, 20%, 90%);
  box-sizing: border-box;
}
.strip[data-id="1ffb46"] .form-card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: hsl(222, 47%, 12%);
  margin: 0 0 6px 0;
  padding: 0;
}
.strip[data-id="1ffb46"] .form-card-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: hsl(215, 25%, 45%);
  margin: 0 0 22px 0;
  padding: 0;
}
.strip[data-id="1ffb46"] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="1ffb46"] .form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.strip[data-id="1ffb46"] .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.strip[data-id="1ffb46"] .form-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: hsl(222, 47%, 18%);
}
.strip[data-id="1ffb46"] .form-input,
.strip[data-id="1ffb46"] .form-select,
.strip[data-id="1ffb46"] .form-textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: hsl(222, 47%, 15%);
  background-color: hsl(210, 40%, 99%);
  border: 1.5px solid hsl(215, 20%, 86%);
  border-radius: 9px;
  padding: 11px 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  width: 100%;
}
.strip[data-id="1ffb46"] .form-input,
.strip[data-id="1ffb46"] .form-select {
  height: 46px;
}
.strip[data-id="1ffb46"] .form-textarea {
  min-height: 110px;
  resize: vertical;
}
.strip[data-id="1ffb46"] .form-input:focus,
.strip[data-id="1ffb46"] .form-select:focus,
.strip[data-id="1ffb46"] .form-textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: hsl(184, 100%, 28%);
  box-shadow: 0 0 0 3px hsla(184, 100%, 28%, 0.15);
}
.strip[data-id="1ffb46"] .form-privacy-note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: hsl(215, 20%, 55%);
  line-height: 1.45;
  margin: 0;
}
.strip[data-id="1ffb46"] .btn-form-submit {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: hsl(184, 100%, 28%);
  border: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  margin-top: 4px;
}
.strip[data-id="1ffb46"] .btn-form-submit:hover {
  background-color: hsl(184, 100%, 22%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px hsla(184, 100%, 28%, 0.35);
}
.strip[data-id="1ffb46"] .btn-form-submit svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.strip[data-id="1ffb46"] .form-success-note {
  display: none;
  background-color: hsl(140, 70%, 94%);
  border: 1px solid hsl(140, 50%, 75%);
  color: hsl(140, 80%, 22%);
  padding: 16px 18px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.strip[data-id="1ffb46"] .contact-map-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px -8px hsla(222, 47%, 11%, 0.1);
  border: 1px solid hsl(210, 20%, 86%);
  background-color: #ffffff;
}
.strip[data-id="1ffb46"] .map-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid hsl(210, 20%, 88%);
  gap: 16px;
  flex-wrap: wrap;
}
.strip[data-id="1ffb46"] .map-top-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="1ffb46"] .map-pin-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 8px;
  background-color: hsl(184, 75%, 93%);
  color: hsl(184, 100%, 28%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="1ffb46"] .map-pin-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id="1ffb46"] .map-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.strip[data-id="1ffb46"] .map-location-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: hsl(222, 47%, 14%);
  margin: 0;
}
.strip[data-id="1ffb46"] .map-location-desc {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: hsl(215, 25%, 45%);
  margin: 0;
}
.strip[data-id="1ffb46"] .map-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="1ffb46"] .btn-map-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: hsl(222, 47%, 20%);
  background-color: hsl(210, 30%, 96%);
  border: 1px solid hsl(210, 20%, 86%);
  padding: 7px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.strip[data-id="1ffb46"] .btn-map-nav:hover {
  background-color: hsl(184, 75%, 93%);
  color: hsl(184, 100%, 25%);
  border-color: hsl(184, 60%, 75%);
}
.strip[data-id="1ffb46"] .btn-map-nav svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.strip[data-id="1ffb46"] .contact-map-iframe {
  width: 100%;
  height: 390px;
  border: 0;
  display: block;
  background-color: hsl(210, 20%, 94%);
}
@media (max-width: 992px) {
  .strip[data-id="1ffb46"] .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .strip[data-id="1ffb46"] .contact-form-card {
    padding: 28px 24px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="1ffb46"] .contact-map-strip {
    padding: 55px 0 65px 0;
  }
  .strip[data-id="1ffb46"] .contact-title {
    font-size: 27px;
  }
  .strip[data-id="1ffb46"] .contact-cards-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1ffb46"] .form-row-2col {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .strip[data-id="1ffb46"] .contact-form-card {
    padding: 22px 18px;
  }
  .strip[data-id="1ffb46"] .map-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .strip[data-id="1ffb46"] .map-top-actions {
    width: 100%;
  }
  .strip[data-id="1ffb46"] .btn-map-nav {
    flex: 1;
    justify-content: center;
  }
  .strip[data-id="1ffb46"] .contact-map-iframe {
    height: 300px;
  }
}.strip[data-id="1a7349"] {
  --section-id: "1a7349";
  --storage-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/1a7349";
  --public-url: "https://gemini38-test-svzskladno-cz.proweb.cz/_section/1a7349";
  /* 4-Column Grid */
  /* Col 1: Brand & Contact Info */
  /* Columns 2, 3, 4: Nav Lists */
  /* Col 4: Region Badge */
  /* Sub-footer Legal Bar */
  /* Responsiveness */
}
.strip[data-id="1a7349"] .site-footer-wrapper {
  width: 100%;
  position: relative;
  background-color: hsl(222, 47%, 11%);
  border-top: 4px solid hsl(353, 72%, 49%);
  color: hsl(215, 20%, 75%);
  box-sizing: border-box;
}
.strip[data-id="1a7349"] .footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 24px 30px;
  box-sizing: border-box;
}
.strip[data-id="1a7349"] .footer-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="1a7349"] .footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id="1a7349"] .footer-logo-badge {
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.strip[data-id="1a7349"] .footer-logo-img {
  height: 50px;
  width: auto;
  max-height: 50px;
  display: block;
}
.strip[data-id="1a7349"] .footer-about-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: hsl(215, 20%, 72%);
  margin: 0 0 24px 0;
  padding: 0;
}
.strip[data-id="1a7349"] .footer-quick-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.strip[data-id="1a7349"] .footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: hsl(215, 20%, 88%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="1a7349"] .footer-contact-item:hover {
  color: hsl(199, 89%, 60%);
  transform: translateX(3px);
}
.strip[data-id="1a7349"] .footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: hsl(222, 35%, 18%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(184, 100%, 45%);
  flex-shrink: 0;
}
.strip[data-id="1a7349"] .footer-contact-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.strip[data-id="1a7349"] .footer-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.strip[data-id="1a7349"] .footer-heading::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: hsl(184, 100%, 45%);
  margin-top: 8px;
  border-radius: 1px;
}
.strip[data-id="1a7349"] .footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1a7349"] .footer-links-list li {
  margin: 0;
  padding: 0;
}
.strip[data-id="1a7349"] .footer-nav-link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: hsl(215, 20%, 75%);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="1a7349"] .footer-nav-link:hover {
  color: hsl(199, 89%, 60%);
  transform: translateX(4px);
}
.strip[data-id="1a7349"] .footer-region-badge {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: hsl(222, 35%, 16%);
  border: 1px solid hsl(222, 30%, 24%);
  color: hsl(184, 40%, 92%);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.strip[data-id="1a7349"] .footer-region-badge svg {
  width: 18px;
  height: 18px;
  fill: hsl(353, 72%, 49%);
  flex-shrink: 0;
}
.strip[data-id="1a7349"] .footer-bottom-bar {
  border-top: 1px solid hsl(222, 30%, 20%);
  padding: 24px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id="1a7349"] .footer-copyright {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: hsl(215, 15%, 60%);
  margin: 0;
  padding: 0;
}
.strip[data-id="1a7349"] .footer-legal-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="1a7349"] .footer-legal-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: hsl(215, 15%, 60%);
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="1a7349"] .footer-legal-link svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.strip[data-id="1a7349"] .footer-legal-link:hover {
  color: hsl(184, 100%, 45%);
}
@media (max-width: 1024px) {
  .strip[data-id="1a7349"] .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="1a7349"] .footer-container {
    padding: 60px 16px 24px;
  }
  .strip[data-id="1a7349"] .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
  .strip[data-id="1a7349"] .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}