@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@600;700&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="4d0fe4"] {
  --section-id: "4d0fe4";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/4d0fe4";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/4d0fe4";
}
.strip[data-id="4d0fe4"] .header-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="4d0fe4"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="4d0fe4"] .logo-area {
  flex-shrink: 0;
}
.strip[data-id="4d0fe4"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 14px;
  transition: transform 0.2s ease;
}
.strip[data-id="4d0fe4"] .logo-link:hover {
  transform: translateY(-1px);
}
.strip[data-id="4d0fe4"] .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #6db6da 0%, #4a90e2 100%);
  border-radius: 12px;
  color: white;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(109, 182, 218, 0.3);
}
.strip[data-id="4d0fe4"] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #2d3436;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id="4d0fe4"] .nav-area {
  display: flex;
  align-items: center;
}
.strip[data-id="4d0fe4"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.strip[data-id="4d0fe4"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="4d0fe4"] .nav-link:hover {
  color: #6db6da;
}
.strip[data-id="4d0fe4"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #6db6da;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="4d0fe4"] .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.strip[data-id="4d0fe4"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  position: relative;
  width: 40px;
  height: 40px;
}
.strip[data-id="4d0fe4"] .mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #6db6da;
  margin: 5px auto;
  transition: 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  border-radius: 2px;
}
.strip[data-id="4d0fe4"] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
  padding: 40px;
}
.strip[data-id="4d0fe4"] .mobile-menu.active {
  right: 0;
}
.strip[data-id="4d0fe4"] .mobile-menu .nav-link {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .strip[data-id="4d0fe4"] .header-container {
    height: 70px;
  }
  .strip[data-id="4d0fe4"] .nav-menu {
    display: none;
  }
  .strip[data-id="4d0fe4"] .mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id="4d0fe4"] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id="4d0fe4"] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  .strip[data-id="4d0fe4"] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}.strip[data-id=e64d04] {
  --section-id: "e64d04";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/e64d04";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/e64d04";
}
.strip[data-id=e64d04] section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 20px;
  background: linear-gradient(135deg, #f3eef7 0%, #ffffff 100%);
}
.strip[data-id=e64d04] .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  z-index: 1;
  filter: blur(5px);
}
.strip[data-id=e64d04] .paper-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.strip[data-id=e64d04] .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 3;
  opacity: 0.35;
  pointer-events: none;
}
.strip[data-id=e64d04] .blob-1 {
  width: 500px;
  height: 500px;
  background: #6db6da;
  top: -150px;
  right: -100px;
  animation: float 20s ease-in-out infinite;
}
.strip[data-id=e64d04] .blob-2 {
  width: 450px;
  height: 450px;
  background: #aea7db;
  bottom: -100px;
  left: -150px;
  animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
.strip[data-id=e64d04] .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=e64d04] .content-wrapper {
  max-width: 850px;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px rgba(174, 167, 219, 0.1);
}
.strip[data-id=e64d04] h1 {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  font-weight: 700;
  color: #4a3f7a; /* Darker purple for better contrast */
  margin-bottom: 25px;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.strip[data-id=e64d04] p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #2d2d2d; /* Darker gray for readability */
  line-height: 1.7;
  margin-bottom: 45px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
}
.strip[data-id=e64d04] .decorative-img {
  max-width: 280px;
  height: auto;
  margin-bottom: 30px;
  opacity: 0;
  transform: scale(0.9);
  animation: fadeInScale 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  filter: drop-shadow(0 15px 30px rgba(174, 167, 219, 0.2));
}
.strip[data-id=e64d04] .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #aea7db;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(174, 167, 219, 0.3);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
}
.strip[data-id=e64d04] .cta-button:hover {
  background: #9a91d1;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(174, 167, 219, 0.4);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .strip[data-id=e64d04] section {
    padding: 80px 20px;
    min-height: auto;
  }
  .strip[data-id=e64d04] .content-wrapper {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.6);
  }
  .strip[data-id=e64d04] h1 {
    font-size: 42px;
  }
  .strip[data-id=e64d04] p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .strip[data-id=e64d04] .decorative-img {
    max-width: 200px;
  }
  .strip[data-id=e64d04] .cta-button {
    padding: 15px 35px;
    font-size: 16px;
  }
}.strip[data-id="6d8a48"] {
  --section-id: "6d8a48";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/6d8a48";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/6d8a48";
}
.strip[data-id="6d8a48"] .about-section {
  background-color: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6d8a48"] .about-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(237, 227, 244, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="6d8a48"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="6d8a48"] .grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="6d8a48"] .text-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #7a71b1; /* Darkened for better contrast */
  margin-bottom: 35px;
  line-height: 1.2;
  position: relative;
}
.strip[data-id="6d8a48"] .text-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #6db6da;
  margin-top: 15px;
  border-radius: 2px;
}
.strip[data-id="6d8a48"] .text-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #333333; /* Darker for better readability */
  line-height: 1.8;
  margin-bottom: 25px;
}
.strip[data-id="6d8a48"] .year-dot {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #5a5191;
  padding: 0 4px;
}
.strip[data-id="6d8a48"] .year-dot::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(109, 182, 218, 0.2);
  z-index: -1;
  border-radius: 2px;
}
.strip[data-id="6d8a48"] .year-dot::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  width: 6px;
  height: 6px;
  background-color: #6db6da;
  border-radius: 50%;
}
.strip[data-id="6d8a48"] .visual-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="6d8a48"] .decoration-circle {
  position: absolute;
  width: 110%;
  aspect-ratio: 1/1;
  background-color: #f7f2fb;
  border-radius: 50%;
  z-index: 1;
  animation: rotateSlow 20s linear infinite;
}
@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.strip[data-id="6d8a48"] .portrait {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  box-shadow: 0 25px 50px -12px rgba(122, 113, 177, 0.25);
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="6d8a48"] .portrait:hover {
  transform: scale(1.02) rotate(1deg);
}
@media (max-width: 1200px) {
  .strip[data-id="6d8a48"] .grid {
    gap: 50px;
  }
  .strip[data-id="6d8a48"] .text-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="6d8a48"] .grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="6d8a48"] .text-content {
    text-align: center;
  }
  .strip[data-id="6d8a48"] .text-content h2::after {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="6d8a48"] .visual-content {
    order: -1;
  }
  .strip[data-id="6d8a48"] .portrait {
    max-width: 350px;
  }
  .strip[data-id="6d8a48"] .decoration-circle {
    width: 380px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="6d8a48"] .about-section {
    padding: 60px 20px;
  }
  .strip[data-id="6d8a48"] .text-content h2 {
    font-size: 32px;
  }
  .strip[data-id="6d8a48"] .text-content p {
    font-size: 16px;
  }
}@charset "UTF-8";
.strip[data-id="6dc1ca"] {
  --section-id: "6dc1ca";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/6dc1ca";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/6dc1ca";
  /* Dekorativní prvek na pozadí */
}
.strip[data-id="6dc1ca"] .services-section {
  padding: 100px 20px;
  background-color: #fdfbff; /* Velmi jemný nádech do fialova pro oživení */
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6dc1ca"] .services-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(174, 167, 219, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="6dc1ca"] .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="6dc1ca"] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px; /* Mírně zvětšeno pro větší dominanci */
  color: #aea7db;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.strip[data-id="6dc1ca"] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* Větší mezery pro vzdušnější layout */
}
.strip[data-id="6dc1ca"] .service-card {
  background-color: #ffffff;
  border-top: 5px solid #6db6da; /* Mírně silnější linka */
  border-radius: 12px; /* Větší zaoblení */
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id="6dc1ca"] .service-card:hover {
  transform: translateY(-15px);
  background-color: #f9f6fc;
  box-shadow: 0 25px 50px rgba(109, 182, 218, 0.1);
}
.strip[data-id="6dc1ca"] .card-image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="6dc1ca"] .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id="6dc1ca"] .service-card:hover .card-image-wrapper img {
  transform: scale(1.08);
}
.strip[data-id="6dc1ca"] .card-body {
  padding: 40px 30px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="6dc1ca"] .service-icon {
  font-size: 36px;
  color: #6db6da;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(109, 182, 218, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.strip[data-id="6dc1ca"] .service-card:hover .service-icon {
  background-color: #6db6da;
  color: #ffffff;
  transform: rotateY(180deg);
}
.strip[data-id="6dc1ca"] .service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #333333; /* Tmavší pro lepší kontrast */
  margin-bottom: 18px;
  font-weight: 600;
}
.strip[data-id="6dc1ca"] .service-card p {
  font-size: 16px;
  color: #555555; /* Tmavší pro lepší čitelnost */
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="6dc1ca"] .services-grid {
    gap: 25px;
  }
  .strip[data-id="6dc1ca"] .section-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="6dc1ca"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .strip[data-id="6dc1ca"] .services-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="6dc1ca"] .section-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .strip[data-id="6dc1ca"] .services-section {
    padding: 70px 20px;
  }
}.strip[data-id="2b953a"] {
  --section-id: "2b953a";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/2b953a";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/2b953a";
}
.strip[data-id="2b953a"] .credentials-gallery {
  background-color: #ede3f4;
  padding: 100px 0;
  width: 100%;
}
.strip[data-id="2b953a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="2b953a"] .header-content {
  margin-bottom: 60px;
}
.strip[data-id="2b953a"] h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #aea7db;
  margin-bottom: 15px;
  font-weight: 700;
}
.strip[data-id="2b953a"] .wave-decoration {
  width: 100px;
  height: 12px;
  margin: 0 auto 30px;
}
.strip[data-id="2b953a"] .wave-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}
.strip[data-id="2b953a"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #4a4a4a;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}
.strip[data-id="2b953a"] .certificates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}
.strip[data-id="2b953a"] .certificate-item {
  background: #ffffff;
  border: 1px solid rgba(174, 167, 219, 0.3);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(174, 167, 219, 0.12);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: zoom-in;
  position: relative;
}
.strip[data-id="2b953a"] .certificate-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(174, 167, 219, 0.25);
  border-color: #aea7db;
}
.strip[data-id="2b953a"] .image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 4px;
}
.strip[data-id="2b953a"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="2b953a"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 182, 218, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  gap: 15px;
}
.strip[data-id="2b953a"] .certificate-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="2b953a"] .certificate-item:hover .image-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="2b953a"] .overlay svg {
  width: 48px;
  height: 48px;
  stroke: #ffffff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id="2b953a"] .overlay-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id="2b953a"] .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .strip[data-id="2b953a"] .credentials-gallery {
    padding: 80px 0;
  }
  .strip[data-id="2b953a"] h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="2b953a"] .certificates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .strip[data-id="2b953a"] .certificate-item {
    padding: 10px;
  }
  .strip[data-id="2b953a"] .credentials-gallery {
    padding: 60px 0;
  }
  .strip[data-id="2b953a"] h3 {
    font-size: 28px;
  }
  .strip[data-id="2b953a"] p {
    font-size: 15px;
  }
  .strip[data-id="2b953a"] .overlay svg {
    width: 32px;
    height: 32px;
  }
  .strip[data-id="2b953a"] .overlay-text {
    font-size: 11px;
  }
}.strip[data-id=f87dc0] {
  --section-id: "f87dc0";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/f87dc0";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/f87dc0";
}
.strip[data-id=f87dc0] .contact-split {
  background-color: #ffffff;
  padding: 120px 20px;
  width: 100%;
}
.strip[data-id=f87dc0] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id=f87dc0] .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id=f87dc0] .vertical-line {
  width: 1px;
  background-color: #ede3f4;
  align-self: stretch;
}
.strip[data-id=f87dc0] .contact-map {
  flex: 1;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(174, 167, 219, 0.15);
  border: 1px solid #ede3f4;
}
.strip[data-id=f87dc0] .title-group {
  margin-bottom: 50px;
}
.strip[data-id=f87dc0] .accent-line {
  width: 40px;
  height: 3px;
  background-color: #6db6da;
  margin-bottom: 15px;
  border-radius: 2px;
}
.strip[data-id=f87dc0] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #8a7fb9; /* Darkened for better contrast */
  margin: 0;
  line-height: 1.2;
}
.strip[data-id=f87dc0] .info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id=f87dc0] .info-item {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=f87dc0] .info-item:hover {
  transform: translateX(10px);
}
.strip[data-id=f87dc0] .icon-wrapper {
  width: 54px;
  height: 54px;
  background-color: #f8fbff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid rgba(109, 182, 218, 0.1);
}
.strip[data-id=f87dc0] .info-item:hover .icon-wrapper {
  background-color: #6db6da;
  transform: scale(1.1);
}
.strip[data-id=f87dc0] .icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke: #6db6da;
  transition: stroke 0.3s ease;
}
.strip[data-id=f87dc0] .info-item:hover .icon-wrapper svg {
  stroke: #ffffff;
}
.strip[data-id=f87dc0] .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.5;
}
.strip[data-id=f87dc0] .text p {
  margin: 0;
}
.strip[data-id=f87dc0] .text .label {
  display: block;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.strip[data-id=f87dc0] .text .value {
  font-weight: 600;
  color: #333;
}
.strip[data-id=f87dc0] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  padding: 25px;
  background-color: #fdfbff;
  border-left: 4px solid #aea7db;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 1100px) {
  .strip[data-id=f87dc0] .contact-container {
    gap: 40px;
  }
  .strip[data-id=f87dc0] h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=f87dc0] .contact-split {
    padding: 80px 20px;
  }
  .strip[data-id=f87dc0] .contact-container {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id=f87dc0] .vertical-line {
    display: none;
  }
  .strip[data-id=f87dc0] .contact-map {
    height: 400px;
    min-height: 400px;
  }
  .strip[data-id=f87dc0] .description {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=f87dc0] h2 {
    font-size: 32px;
  }
  .strip[data-id=f87dc0] .contact-map {
    height: 300px;
    min-height: 300px;
  }
  .strip[data-id=f87dc0] .info-item:hover {
    transform: none;
  }
}.strip[data-id=ada82b] {
  --section-id: "ada82b";
  --storage-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/ada82b";
  --public-url: "https://preview-onebrain-kubeckova-cz.praweb.cz/_section/ada82b";
}
.strip[data-id=ada82b] .footer-section {
  background-color: #ede3f4;
  border-top: 1px solid #aea7db;
  padding: 80px 0 50px 0;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id=ada82b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id=ada82b] .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.strip[data-id=ada82b] .footer-col {
  flex: 1;
}
.strip[data-id=ada82b] .logo-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=ada82b] .footer-logo {
  max-width: 200px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.strip[data-id=ada82b] .footer-logo:hover {
  opacity: 0.8;
}
.strip[data-id=ada82b] .copyright-col {
  text-align: center;
  padding-top: 10px;
}
.strip[data-id=ada82b] .copyright-col p {
  margin: 0;
  color: #666;
  font-weight: 400;
}
.strip[data-id=ada82b] .links-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
.strip[data-id=ada82b] .footer-nav {
  display: flex;
  gap: 25px;
}
.strip[data-id=ada82b] .footer-nav a {
  color: #4a4a4a;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
}
.strip[data-id=ada82b] .footer-nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #6db6da;
  transition: width 0.3s ease;
}
.strip[data-id=ada82b] .footer-nav a:hover {
  color: #6db6da;
}
.strip[data-id=ada82b] .footer-nav a:hover::after {
  width: 100%;
}
.strip[data-id=ada82b] .social-links {
  display: flex;
  gap: 12px;
}
.strip[data-id=ada82b] .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(174, 167, 219, 0.2);
  color: #4a4a4a;
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}
.strip[data-id=ada82b] .social-link:hover {
  background-color: #6db6da;
  color: #fff;
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .strip[data-id=ada82b] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id=ada82b] .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    align-items: center;
  }
  .strip[data-id=ada82b] .logo-col, .strip[data-id=ada82b] .links-col {
    justify-content: center;
    align-items: center;
  }
  .strip[data-id=ada82b] .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px;
  }
  .strip[data-id=ada82b] .copyright-col {
    order: 3;
  }
  .strip[data-id=ada82b] .links-col {
    order: 2;
  }
  .strip[data-id=ada82b] .logo-col {
    order: 1;
  }
}