@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id=d47558] {
  --section-id: "d47558";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/d47558";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/d47558";
}
.strip[data-id=d47558] .main-header {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id=d47558] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d47558] .logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.strip[data-id=d47558] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #0056b3;
  letter-spacing: -0.5px;
}
.strip[data-id=d47558] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id=d47558] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id=d47558] .nav-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=d47558] .nav-item a:hover {
  color: #466686;
}
.strip[data-id=d47558] .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #466686;
  transition: width 0.3s ease;
}
.strip[data-id=d47558] .nav-item a:hover::after {
  width: 100%;
}
.strip[data-id=d47558] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=d47558] .mobile-toggle span {
  width: 100%;
  height: 3px;
  background-color: #333333;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .strip[data-id=d47558] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=d47558] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }
  .strip[data-id=d47558] .nav-menu.active {
    right: 0;
  }
  .strip[data-id=d47558] .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .strip[data-id=d47558] .nav-item a {
    font-size: 18px;
  }
  .strip[data-id=d47558] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id=d47558] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=d47558] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="50051a"] {
  --section-id: "50051a";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/50051a";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/50051a";
}
.strip[data-id="50051a"] .hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 160px 0 100px 0; /* Zvýšený horní padding kvůli sticky headeru */
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id="50051a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.strip[data-id="50051a"] .content-wrapper {
  max-width: 650px;
  animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="50051a"] h1 {
  font-size: 56px;
  font-weight: 800;
  color: #466686;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.strip[data-id="50051a"] p {
  font-size: 20px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 32px;
}
.strip[data-id="50051a"] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px 0;
}
.strip[data-id="50051a"] .benefits-list li {
  font-size: 18px;
  color: #2d3748;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="50051a"] .benefits-list li i {
  color: #466686;
  font-size: 20px;
  width: 24px;
  text-align: center;
}
.strip[data-id="50051a"] .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #466686;
  color: #ffffff;
  padding: 18px 44px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px rgba(70, 102, 134, 0.25);
}
.strip[data-id="50051a"] .cta-button:hover {
  background-color: #344d66;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(70, 102, 134, 0.35);
  color: #ffffff;
}
@media (max-width: 1024px) {
  .strip[data-id="50051a"] h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="50051a"] .hero-section {
    min-height: auto;
    padding: 120px 0 80px 0;
    text-align: center;
  }
  .strip[data-id="50051a"] .container {
    justify-content: center;
  }
  .strip[data-id="50051a"] .content-wrapper {
    max-width: 100%;
  }
  .strip[data-id="50051a"] h1 {
    font-size: 36px;
  }
  .strip[data-id="50051a"] p {
    font-size: 18px;
  }
  .strip[data-id="50051a"] .benefits-list li {
    justify-content: center;
    font-size: 16px;
  }
}.strip[data-id=e039e1] {
  --section-id: "e039e1";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/e039e1";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/e039e1";
}
.strip[data-id=e039e1] section {
  background-color: #ffffff;
  padding: 120px 20px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=e039e1] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=e039e1] .split-layout {
  display: flex;
  align-items: center;
  gap: 100px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id=e039e1] .text-column {
  flex: 1.2;
}
.strip[data-id=e039e1] .image-column {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.strip[data-id=e039e1] .eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #87CEEB;
  margin-bottom: 15px;
}
.strip[data-id=e039e1] h2 {
  font-size: 42px;
  font-weight: 700;
  color: #466686;
  margin-bottom: 25px;
  line-height: 1.1;
}
.strip[data-id=e039e1] .accent-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #87CEEB 0%, #466686 100%);
  margin-bottom: 40px;
  border-radius: 2px;
}
.strip[data-id=e039e1] p {
  font-size: 19px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 0;
}
.strip[data-id=e039e1] .photo-wrapper {
  position: relative;
  padding-left: 60px;
}
.strip[data-id=e039e1] .est-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  writing-mode: vertical-rl;
  font-size: 56px;
  font-weight: 700;
  color: #f4f7f9;
  text-transform: uppercase;
  letter-spacing: 6px;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}
.strip[data-id=e039e1] .frame {
  background-color: #F5F7F9;
  padding: 45px;
  box-shadow: 0 30px 60px rgba(70, 102, 134, 0.1);
  border-radius: 8px;
  display: inline-block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.strip[data-id=e039e1] .frame:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(70, 102, 134, 0.15);
}
.strip[data-id=e039e1] .frame img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1100px) {
  .strip[data-id=e039e1] .split-layout {
    gap: 60px;
  }
  .strip[data-id=e039e1] h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=e039e1] section {
    padding: 80px 20px;
  }
  .strip[data-id=e039e1] .split-layout {
    flex-direction: column;
    gap: 80px;
    text-align: center;
  }
  .strip[data-id=e039e1] .text-column {
    flex: none;
    width: 100%;
  }
  .strip[data-id=e039e1] .image-column {
    flex: none;
    width: 100%;
  }
  .strip[data-id=e039e1] .accent-line {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=e039e1] .photo-wrapper {
    padding-left: 0;
    padding-top: 80px;
  }
  .strip[data-id=e039e1] .est-text {
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(0deg);
    writing-mode: horizontal-tb;
    font-size: 40px;
    letter-spacing: 10px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=e039e1] h2 {
    font-size: 30px;
  }
  .strip[data-id=e039e1] p {
    font-size: 17px;
  }
  .strip[data-id=e039e1] .frame {
    padding: 25px;
  }
  .strip[data-id=e039e1] .est-text {
    font-size: 32px;
  }
}@charset "UTF-8";
.strip[data-id="8b69ff"] {
  --section-id: "8b69ff";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/8b69ff";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/8b69ff";
  /* Dekorativní prvek na pozadí */
  /* Úprava pro 5 karet - poslední dvě budou vycentrované */
}
.strip[data-id="8b69ff"] .services-section {
  background-color: #F9FAFB;
  padding: 100px 0;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id="8b69ff"] .services-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(70, 102, 134, 0.03) 0%, rgba(249, 250, 251, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="8b69ff"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="8b69ff"] .header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="8b69ff"] .header h2 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: #1A202C;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id="8b69ff"] .header p {
  font-size: 1.125rem;
  color: #4A5568;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}
.strip[data-id="8b69ff"] .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.strip[data-id="8b69ff"] .service-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 50px 35px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex: 0 1 calc(33.333% - 22px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
.strip[data-id="8b69ff"] .service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #466686;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: center;
}
.strip[data-id="8b69ff"] .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(70, 102, 134, 0.08);
  border-color: rgba(70, 102, 134, 0.1);
}
.strip[data-id="8b69ff"] .service-card:hover::after {
  transform: scaleX(1);
}
.strip[data-id="8b69ff"] .icon-wrapper {
  font-size: 52px;
  color: #466686;
  margin-bottom: 30px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(70, 102, 134, 0.05);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.strip[data-id="8b69ff"] .service-card:hover .icon-wrapper {
  background: #466686;
  color: #FFFFFF;
}
@keyframes micro-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
}
.strip[data-id="8b69ff"] .service-card:hover .icon-wrapper i {
  animation: micro-shake 0.6s ease-in-out;
}
.strip[data-id="8b69ff"] .service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2D3748;
  margin-bottom: 18px;
  line-height: 1.3;
}
.strip[data-id="8b69ff"] .service-card p {
  font-size: 1.05rem;
  color: #718096;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1025px) {
  .strip[data-id="8b69ff"] .service-card:nth-child(4),
  .strip[data-id="8b69ff"] .service-card:nth-child(5) {
    /* Tyto se přirozeně vycentrují díky justify-content: center v flexu */
  }
}
@media (max-width: 1024px) {
  .strip[data-id="8b69ff"] .service-card {
    flex: 0 1 calc(50% - 16px);
  }
  .strip[data-id="8b69ff"] .services-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .strip[data-id="8b69ff"] .service-card {
    flex: 0 1 100%;
    min-width: unset;
    padding: 40px 25px;
  }
  .strip[data-id="8b69ff"] .header {
    margin-bottom: 50px;
  }
}@charset "UTF-8";
.strip[data-id="59baca"] {
  --section-id: "59baca";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/59baca";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/59baca";
  padding: 100px 0;
  background-color: #fdfdfd;
  background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);
  background-size: 24px 24px;
}
.strip[data-id="59baca"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="59baca"] header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="59baca"] h2 {
  color: #466686;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id="59baca"] .intro-text {
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="59baca"] .icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.strip[data-id="59baca"] .icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140px;
  transition: transform 0.3s ease;
}
.strip[data-id="59baca"] .icon-wrapper:hover {
  transform: translateY(-5px);
}
.strip[data-id="59baca"] .insurance-icon {
  width: 110px;
  height: 110px;
  background-color: #f8fafc;
  color: #466686;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.strip[data-id="59baca"] .icon-wrapper:hover .insurance-icon {
  background-color: #466686;
  color: #ffffff;
  border-color: #466686;
  box-shadow: 0 10px 15px -3px rgba(70, 102, 134, 0.3);
}
.strip[data-id="59baca"] .icon-label {
  font-size: 1rem;
  color: #466686;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.strip[data-id="59baca"] .list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.strip[data-id="59baca"] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="59baca"] li {
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.strip[data-id="59baca"] li:hover {
  color: #1e293b;
}
.strip[data-id="59baca"] li:last-child {
  border-bottom: none;
}
.strip[data-id="59baca"] li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #f1f5f9;
  color: #466686;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .strip[data-id="59baca"] .list-grid {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="59baca"] h2 {
    font-size: 2rem;
  }
  .strip[data-id="59baca"] .icon-grid {
    gap: 20px;
  }
  .strip[data-id="59baca"] .icon-wrapper {
    width: 100px;
  }
  .strip[data-id="59baca"] .insurance-icon {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}.strip[data-id="6f9a7f"] {
  --section-id: "6f9a7f";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/6f9a7f";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/6f9a7f";
}
.strip[data-id="6f9a7f"] .contact-section {
  background-color: #F5F7F9;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #334155;
}
.strip[data-id="6f9a7f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="6f9a7f"] .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id="6f9a7f"] .contact-info {
  display: flex;
  flex-direction: column;
}
.strip[data-id="6f9a7f"] h2 {
  color: #466686;
  font-size: 42px;
  margin: 0 0 40px 0;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="6f9a7f"] h3 {
  color: #466686;
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="6f9a7f"] h3 i {
  font-size: 20px;
  opacity: 0.8;
}
.strip[data-id="6f9a7f"] .address-card {
  background: #ffffff;
  border-left: 5px solid #466686;
  padding: 35px;
  border-radius: 0 15px 15px 0;
  box-shadow: 0 10px 30px rgba(70, 102, 134, 0.05);
  margin-bottom: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="6f9a7f"] .address-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(70, 102, 134, 0.1);
}
.strip[data-id="6f9a7f"] .address-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.strip[data-id="6f9a7f"] .address-content i {
  color: #466686;
  font-size: 24px;
  margin-top: 5px;
}
.strip[data-id="6f9a7f"] .address-content p {
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  color: #1e293b;
}
.strip[data-id="6f9a7f"] .transport-block {
  padding-left: 5px;
}
.strip[data-id="6f9a7f"] .transport-intro {
  font-size: 17px;
  color: #64748b;
  margin: 0 0 25px 0;
}
.strip[data-id="6f9a7f"] .transport-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="6f9a7f"] .transport-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  background: rgba(70, 102, 134, 0.05);
  border-radius: 10px;
  transition: background 0.3s ease;
}
.strip[data-id="6f9a7f"] .transport-item:hover {
  background: rgba(70, 102, 134, 0.1);
}
.strip[data-id="6f9a7f"] .transport-item i {
  color: #466686;
  font-size: 18px;
  width: 24px;
  text-align: center;
}
.strip[data-id="6f9a7f"] .transport-item span {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}
.strip[data-id="6f9a7f"] .stop-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #64748b;
  font-style: italic;
  margin: 0 0 30px 0;
}
.strip[data-id="6f9a7f"] .btn-directions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #466686;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: fit-content;
}
.strip[data-id="6f9a7f"] .btn-directions:hover {
  background-color: #354d66;
  transform: scale(1.02);
}
.strip[data-id="6f9a7f"] .map-container {
  position: sticky;
  top: 50px;
}
.strip[data-id="6f9a7f"] .map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(70, 102, 134, 0.15);
  height: 600px;
  background: #e2e8f0;
}
.strip[data-id="6f9a7f"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.5s ease;
}
.strip[data-id="6f9a7f"] .map-wrapper:hover iframe {
  filter: grayscale(0);
}
@media (max-width: 1024px) {
  .strip[data-id="6f9a7f"] .contact-grid {
    gap: 50px;
  }
  .strip[data-id="6f9a7f"] h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="6f9a7f"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="6f9a7f"] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="6f9a7f"] .map-container {
    position: static;
  }
  .strip[data-id="6f9a7f"] .map-wrapper {
    height: 450px;
  }
  .strip[data-id="6f9a7f"] .address-card {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="6f9a7f"] .container {
    padding: 0 20px;
  }
  .strip[data-id="6f9a7f"] h2 {
    font-size: 30px;
  }
  .strip[data-id="6f9a7f"] .address-card {
    padding: 20px;
    border-radius: 0 10px 10px 0;
  }
  .strip[data-id="6f9a7f"] .map-wrapper {
    height: 350px;
  }
  .strip[data-id="6f9a7f"] .btn-directions {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="585f3c"] {
  --section-id: "585f3c";
  --storage-url: "https://preview-bipedia-cz.praweb.cz/_section/585f3c";
  --public-url: "https://preview-bipedia-cz.praweb.cz/_section/585f3c";
}
.strip[data-id="585f3c"] .footer-section {
  background-color: #2C3E50;
  padding: 60px 20px;
  width: 100%;
}
.strip[data-id="585f3c"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="585f3c"] .footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.strip[data-id="585f3c"] .footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.strip[data-id="585f3c"] .footer-link svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}
.strip[data-id="585f3c"] .footer-link:hover {
  color: #87CEEB;
  transform: translateY(-5px);
  opacity: 1;
}
.strip[data-id="585f3c"] .footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #708090, transparent);
  width: 100%;
  margin-bottom: 40px;
  opacity: 0.4;
}
.strip[data-id="585f3c"] .footer-bottom {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.strip[data-id="585f3c"] .footer-bottom p {
  margin: 0;
}
.strip[data-id="585f3c"] .footer-bottom strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
@media (max-width: 768px) {
  .strip[data-id="585f3c"] .footer-section {
    padding: 50px 20px;
  }
  .strip[data-id="585f3c"] .footer-icons {
    gap: 25px;
    margin-bottom: 35px;
  }
  .strip[data-id="585f3c"] .footer-divider {
    margin-bottom: 35px;
  }
  .strip[data-id="585f3c"] .footer-bottom {
    font-size: 12px;
  }
}