@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:ital,wght@1,400&family=Open+Sans:wght@400;600&display=swap');
.strip[data-id="778581"] {
  --section-id: "778581";
  --storage-url: "https://test-005.praweb.cz/_section/778581";
  --public-url: "https://test-005.praweb.cz/_section/778581";
}
.strip[data-id="778581"] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .top-bar {
  background: rgba(248, 249, 250, 0.8);
  padding: 6px 0;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="778581"] .top-bar .container {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="778581"] .top-bar a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  font-weight: 500;
}
.strip[data-id="778581"] .top-bar a:hover {
  color: #00a89e;
}
.strip[data-id="778581"] .top-bar i {
  color: #00a89e;
  font-size: 14px;
}
.strip[data-id="778581"] .main-nav {
  padding: 12px 0;
}
.strip[data-id="778581"] .main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="778581"] .logo a {
  display: flex;
  align-items: center;
}
.strip[data-id="778581"] .logo img {
  max-height: 45px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="778581"] .logo a:hover img {
  transform: scale(1.02);
}
.strip[data-id="778581"] .nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="778581"] .nav-menu li a {
  text-decoration: none;
  color: #2d3436;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="778581"] .nav-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #00a89e;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="778581"] .nav-menu li a:hover {
  color: #00a89e;
}
.strip[data-id="778581"] .nav-menu li a:hover:after {
  width: 100%;
}
.strip[data-id="778581"] .nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="778581"] .nav-socials {
  display: flex;
  gap: 12px;
}
.strip[data-id="778581"] .nav-socials a {
  color: #2d3436;
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .nav-socials a:hover {
  color: #fff;
  background: #00a89e;
  transform: translateY(-2px);
}
.strip[data-id="778581"] .mobile-toggle {
  display: none;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 20px;
  color: #2d3436;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.strip[data-id="778581"] .mobile-toggle:hover {
  background: #e9ecef;
}
@media (max-width: 1024px) {
  .strip[data-id="778581"] .nav-menu {
    gap: 15px;
  }
  .strip[data-id="778581"] .nav-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="778581"] .top-bar {
    display: none;
  }
  .strip[data-id="778581"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="778581"] .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    gap: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 999;
  }
  .strip[data-id="778581"] .nav-menu.active {
    transform: translateX(0);
  }
  .strip[data-id="778581"] .nav-menu li a {
    font-size: 18px;
  }
  .strip[data-id="778581"] .nav-socials {
    display: none;
  }
}
@media (max-width: 480px) {
  .strip[data-id="778581"] .logo img {
    max-height: 35px;
  }
}@charset "UTF-8";
.strip[data-id="2e06b6"] {
  --section-id: "2e06b6";
  --storage-url: "https://test-005.praweb.cz/_section/2e06b6";
  --public-url: "https://test-005.praweb.cz/_section/2e06b6";
}
.strip[data-id="2e06b6"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #2c3e50;
  color: #ffffff;
}
.strip[data-id="2e06b6"] .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="2e06b6"] .video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6; /* Snížení jasu pro lepší čitelnost */
}
.strip[data-id="2e06b6"] .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Silnější gradient pro čitelnost vlevo */
  background: linear-gradient(90deg, rgba(44, 62, 80, 0.9) 0%, rgba(44, 62, 80, 0.5) 40%, rgba(44, 62, 80, 0) 100%);
  z-index: 2;
}
.strip[data-id="2e06b6"] .hero-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.strip[data-id="2e06b6"] .hero-text {
  flex: 0 0 55%;
  animation: fadeInUp 1.2s ease-out;
}
.strip[data-id="2e06b6"] .hero-text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px); /* Responzivní velikost písma */
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="2e06b6"] .heading-line {
  width: 60px;
  height: 4px;
  background: #00a89e; /* Akcentní barva */
  margin-bottom: 30px;
}
.strip[data-id="2e06b6"] .hero-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 580px;
}
.strip[data-id="2e06b6"] .cta-button {
  display: inline-block;
  background-color: #00a89e;
  color: #ffffff;
  padding: 18px 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px; /* Modernější kulatější tvar */
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 168, 158, 0.2);
}
.strip[data-id="2e06b6"] .cta-button:hover {
  background-color: #00c2b6;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 168, 158, 0.4);
}
.strip[data-id="2e06b6"] .hero-visual {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.strip[data-id="2e06b6"] .portrait-img {
  max-width: 100%;
  height: auto;
  position: relative;
  bottom: -160px; /* Přesah do další sekce */
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
  z-index: 4;
  animation: float 6s ease-in-out infinite; /* Jemné vznášení */
  will-change: transform;
}
.strip[data-id="2e06b6"] .scroll-indicator {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.6);
}
.strip[data-id="2e06b6"] .wave-divider {
  position: absolute;
  bottom: -1px; /* Prevence bílé linky */
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 5;
}
.strip[data-id="2e06b6"] .wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
.strip[data-id="2e06b6"] .wave-divider .shape-fill {
  fill: #ffffff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
@media (max-width: 1100px) {
  .strip[data-id="2e06b6"] .hero-content {
    flex-direction: column;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .strip[data-id="2e06b6"] .hero-text {
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
  .strip[data-id="2e06b6"] .heading-line {
    margin: 0 auto 30px auto;
  }
  .strip[data-id="2e06b6"] .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="2e06b6"] .hero-visual {
    flex: 0 0 100%;
    justify-content: center;
  }
  .strip[data-id="2e06b6"] .portrait-img {
    max-width: 350px;
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2e06b6"] .hero-section {
    min-height: 90vh;
  }
  .strip[data-id="2e06b6"] .portrait-img {
    max-width: 280px;
    bottom: -80px;
    display: block; /* Portrét ponecháme viditelný pro osobnější dojem */
  }
  .strip[data-id="2e06b6"] .scroll-indicator {
    display: none;
  }
  .strip[data-id="2e06b6"] .gradient-overlay {
    background: rgba(44, 62, 80, 0.7); /* Celoplošné ztmavení na mobilu */
  }
}.strip[data-id="1741d7"] {
  --section-id: "1741d7";
  --storage-url: "https://test-005.praweb.cz/_section/1741d7";
  --public-url: "https://test-005.praweb.cz/_section/1741d7";
  /* Connection line for desktop - only between cards in rows */
}
.strip[data-id="1741d7"] .process-section {
  position: relative;
  padding: 120px 0;
  background-image: url("https://test-005.praweb.cz/_section/1741d7/diagram-background3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.strip[data-id="1741d7"] .process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  z-index: 1;
}
.strip[data-id="1741d7"] .process-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="1741d7"] .process-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="1741d7"] .process-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #2c3e50;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.strip[data-id="1741d7"] .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
@media (min-width: 993px) {
  .strip[data-id="1741d7"] .process-grid::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
    height: 2px;
    border-top: 3px dotted rgba(0, 168, 158, 0.15);
    z-index: 1;
    pointer-events: none;
  }
  .strip[data-id="1741d7"] .process-grid::before {
    content: "";
    position: absolute;
    bottom: 25%;
    left: 15%;
    right: 15%;
    height: 2px;
    border-top: 3px dotted rgba(0, 168, 158, 0.15);
    z-index: 1;
    pointer-events: none;
  }
}
.strip[data-id="1741d7"] .step-card {
  position: relative;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 16px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 4px solid transparent;
}
.strip[data-id="1741d7"] .step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 168, 158, 0.1);
  border-top-color: #00a89e;
}
.strip[data-id="1741d7"] .step-number {
  position: absolute;
  top: 15px;
  right: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 90px;
  color: #2c3e50;
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="1741d7"] .step-card:hover .step-number {
  opacity: 0.08;
}
.strip[data-id="1741d7"] .step-icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(0, 168, 158, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: background 0.3s ease;
}
.strip[data-id="1741d7"] .step-card:hover .step-icon-wrapper {
  background: rgba(0, 168, 158, 0.1);
}
.strip[data-id="1741d7"] .step-icon {
  font-size: 32px;
  color: #00a89e;
  transition: transform 0.3s ease;
}
.strip[data-id="1741d7"] .step-card:hover .step-icon {
  animation: iconSwing 1s ease;
}
@keyframes iconSwing {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(8deg);
  }
}
.strip[data-id="1741d7"] .step-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #2c3e50;
  margin: 0 0 15px 0;
}
.strip[data-id="1741d7"] .step-card p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id="1741d7"] .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .strip[data-id="1741d7"] .process-header h2 {
    font-size: 36px;
  }
  .strip[data-id="1741d7"] .process-section {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .strip[data-id="1741d7"] .process-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1741d7"] .process-header h2 {
    font-size: 30px;
  }
  .strip[data-id="1741d7"] .step-card {
    padding: 35px 25px;
  }
}.strip[data-id=aacf30] {
  --section-id: "aacf30";
  --storage-url: "https://test-005.praweb.cz/_section/aacf30";
  --public-url: "https://test-005.praweb.cz/_section/aacf30";
}
.strip[data-id=aacf30] .pricing-section {
  position: relative;
  padding: 100px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
.strip[data-id=aacf30] .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://test-005.praweb.cz/_section/aacf30/clinic-bg.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(40px) opacity(0.15);
  z-index: 1;
}
.strip[data-id=aacf30] .pricing-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=aacf30] .pricing-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=aacf30] .pricing-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #333333;
  margin-bottom: 20px;
}
.strip[data-id=aacf30] .pricing-header p {
  font-size: 16px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=aacf30] .pricing-block {
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.strip[data-id=aacf30] .pricing-block-title {
  background: #ffffff;
  padding: 25px 30px;
  border-bottom: 1px solid #eeeeee;
}
.strip[data-id=aacf30] .pricing-block-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #2c3e50;
  margin: 0;
}
.strip[data-id=aacf30] .pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=aacf30] .pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}
.strip[data-id=aacf30] .pricing-item:nth-child(even) {
  background-color: #fafafa;
}
.strip[data-id=aacf30] .pricing-item:hover {
  border-left: 4px solid #00a89e;
  background-color: #f0fdfc;
}
.strip[data-id=aacf30] .service-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id=aacf30] .service-info i {
  color: #00a89e;
  font-size: 14px;
}
.strip[data-id=aacf30] .service-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #444444;
}
.strip[data-id=aacf30] .service-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00a89e;
  white-space: nowrap;
}
.strip[data-id=aacf30] .pricing-note {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #888888;
  font-style: italic;
}
@media (max-width: 600px) {
  .strip[data-id=aacf30] .pricing-header h2 {
    font-size: 32px;
  }
  .strip[data-id=aacf30] .pricing-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 15px 20px;
  }
  .strip[data-id=aacf30] .service-price {
    padding-left: 26px;
  }
}.strip[data-id="71842e"] {
  --section-id: "71842e";
  --storage-url: "https://test-005.praweb.cz/_section/71842e";
  --public-url: "https://test-005.praweb.cz/_section/71842e";
  /* Masonry Layout using CSS Columns */
}
.strip[data-id="71842e"] .gallery-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id="71842e"] .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="71842e"] .gallery-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="71842e"] .gallery-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 15px;
}
.strip[data-id="71842e"] .gallery-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #666666;
}
.strip[data-id="71842e"] .gallery-masonry {
  column-count: 3;
  column-gap: 20px;
}
.strip[data-id="71842e"] .gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  background-color: #f0f0f0;
  cursor: pointer;
}
.strip[data-id="71842e"] .gallery-item img,
.strip[data-id="71842e"] .gallery-item .generated-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="71842e"] .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 168, 158, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.strip[data-id="71842e"] .gallery-overlay i {
  color: #ffffff;
  font-size: 32px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.strip[data-id="71842e"] .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id="71842e"] .gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}
.strip[data-id="71842e"] .gallery-item:hover img,
.strip[data-id="71842e"] .gallery-item:hover .generated-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="71842e"] .gallery-caption {
  padding: 12px 15px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
}
@media (max-width: 992px) {
  .strip[data-id="71842e"] .gallery-masonry {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .strip[data-id="71842e"] .gallery-masonry {
    column-count: 1;
  }
  .strip[data-id="71842e"] .gallery-header h2 {
    font-size: 28px;
  }
}@charset "UTF-8";
.strip[data-id="6beac1"] {
  --section-id: "6beac1";
  --storage-url: "https://test-005.praweb.cz/_section/6beac1";
  --public-url: "https://test-005.praweb.cz/_section/6beac1";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id="6beac1"] .contact-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.strip[data-id="6beac1"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="6beac1"] .contact-flex {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f9fa;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.strip[data-id="6beac1"] .contact-info {
  flex: 1 1 500px;
  padding: 70px;
  background-color: #f8f9fa;
  position: relative;
  z-index: 1;
}
.strip[data-id="6beac1"] .contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#00a89e 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.05;
  z-index: -1;
}
.strip[data-id="6beac1"] .contact-info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2c3e50;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}
.strip[data-id="6beac1"] .brand-name {
  margin-bottom: 45px;
}
.strip[data-id="6beac1"] .brand-name strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2c3e50;
  display: block;
  margin-bottom: 5px;
}
.strip[data-id="6beac1"] .brand-name span {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.strip[data-id="6beac1"] .contact-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id="6beac1"] .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="6beac1"] .contact-item:hover {
  transform: translateX(5px);
}
.strip[data-id="6beac1"] .icon-box {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a89e;
  box-shadow: 0 8px 15px rgba(0, 168, 158, 0.1);
  flex-shrink: 0;
  font-size: 20px;
  transition: all 0.3s ease;
}
.strip[data-id="6beac1"] .contact-item:hover .icon-box {
  background-color: #00a89e;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 168, 158, 0.2);
}
.strip[data-id="6beac1"] .item-text span.label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666; /* Zvýšen kontrast */
  margin-bottom: 2px;
  letter-spacing: 1.2px;
}
.strip[data-id="6beac1"] .item-text p {
  margin: 0;
  font-size: 17px;
  color: #2c3e50;
}
.strip[data-id="6beac1"] .item-text p a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="6beac1"] .item-text p a:hover {
  color: #00a89e;
}
.strip[data-id="6beac1"] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #00a89e !important;
}
.strip[data-id="6beac1"] .official-info {
  padding: 25px;
  border-left: 4px solid #00a89e;
  border-radius: 0 12px 12px 0;
  margin-bottom: 45px;
  background-color: rgba(0, 168, 158, 0.03);
}
.strip[data-id="6beac1"] .official-info p {
  margin: 0;
  color: #2c3e50;
  font-weight: 600;
}
.strip[data-id="6beac1"] .official-info small {
  display: block;
  margin-top: 8px;
  color: #666666;
  line-height: 1.6;
}
.strip[data-id="6beac1"] .social-links p {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 15px;
}
.strip[data-id="6beac1"] .social-buttons {
  display: flex;
  gap: 15px;
}
.strip[data-id="6beac1"] .social-btn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 20px;
}
.strip[data-id="6beac1"] .social-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.strip[data-id="6beac1"] .social-btn.fb {
  background-color: #1877F2;
}
.strip[data-id="6beac1"] .social-btn.ig {
  background-color: #E4405F;
}
.strip[data-id="6beac1"] .contact-map {
  flex: 1 1 500px;
  min-height: 600px;
  position: relative;
}
.strip[data-id="6beac1"] .contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.5s ease;
}
.strip[data-id="6beac1"] .contact-map:hover iframe {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  .strip[data-id="6beac1"] .contact-info {
    padding: 50px 40px;
  }
  .strip[data-id="6beac1"] .contact-map {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="6beac1"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="6beac1"] .contact-flex {
    flex-direction: column;
    border-radius: 15px;
  }
  .strip[data-id="6beac1"] .contact-info {
    padding: 40px 25px;
  }
  .strip[data-id="6beac1"] .contact-map {
    min-height: 350px;
  }
  .strip[data-id="6beac1"] .contact-info h2 {
    font-size: 28px;
  }
  .strip[data-id="6beac1"] .phone-link {
    font-size: 22px;
  }
}.strip[data-id="7c62df"] {
  --section-id: "7c62df";
  --storage-url: "https://test-005.praweb.cz/_section/7c62df";
  --public-url: "https://test-005.praweb.cz/_section/7c62df";
  /* Bottom Bar */
}
.strip[data-id="7c62df"] .footer-section {
  background-color: #2c3e50;
  border-top: 4px solid #00a89e;
  padding: 60px 0 0 0;
  color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.strip[data-id="7c62df"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7c62df"] .footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 50px;
}
.strip[data-id="7c62df"] .footer-col {
  flex: 1 1 250px;
}
.strip[data-id="7c62df"] .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  display: block;
}
.strip[data-id="7c62df"] .footer-text {
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
}
.strip[data-id="7c62df"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="7c62df"] .footer-links li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.strip[data-id="7c62df"] .footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="7c62df"] .link-arrow {
  transition: transform 0.3s ease;
  color: #00a89e;
  flex-shrink: 0;
}
.strip[data-id="7c62df"] .footer-links a:hover {
  color: #00a89e;
  padding-left: 5px;
}
.strip[data-id="7c62df"] .footer-links a:hover .link-arrow {
  transform: translateX(3px);
}
.strip[data-id="7c62df"] .footer-socials {
  display: flex;
  gap: 15px;
}
.strip[data-id="7c62df"] .footer-socials a {
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7c62df"] .footer-socials a:hover {
  background-color: #00a89e;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 168, 158, 0.3);
}
.strip[data-id="7c62df"] .footer-socials svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="7c62df"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-top: 0;
}
.strip[data-id="7c62df"] .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #888888;
  font-size: 13px;
}
@media (max-width: 768px) {
  .strip[data-id="7c62df"] .footer-section {
    padding-top: 40px;
  }
  .strip[data-id="7c62df"] .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding-bottom: 40px;
  }
  .strip[data-id="7c62df"] .footer-links li {
    justify-content: center;
  }
  .strip[data-id="7c62df"] .footer-socials {
    justify-content: center;
  }
  .strip[data-id="7c62df"] .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}