@import url('https://fonts.googleapis.com/css2?family=Montserrat: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="5e3386"] {
  --section-id: "5e3386";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/5e3386";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/5e3386";
}
.strip[data-id="5e3386"] .header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 58, 95, 0.08);
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  transition: padding 0.3s ease, background-color 0.3s ease;
  z-index: 1000;
}
.strip[data-id="5e3386"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="5e3386"] .logo-area {
  flex: 0 0 auto;
}
.strip[data-id="5e3386"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 14px;
}
.strip[data-id="5e3386"] .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.strip[data-id="5e3386"] .logo-link:hover .logo-icon {
  transform: scale(1.05);
}
.strip[data-id="5e3386"] .logo-text {
  display: flex;
  flex-direction: column;
}
.strip[data-id="5e3386"] .brand-name {
  font-size: 19px;
  font-weight: 800;
  color: #1a3a5f;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.strip[data-id="5e3386"] .brand-tagline {
  font-size: 9px;
  font-weight: 600;
  color: #40a9ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}
.strip[data-id="5e3386"] .main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.strip[data-id="5e3386"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.strip[data-id="5e3386"] .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #1a3a5f;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id="5e3386"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #40a9ff;
  transition: width 0.3s ease;
}
.strip[data-id="5e3386"] .nav-link:hover {
  color: #40a9ff;
}
.strip[data-id="5e3386"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="5e3386"] .cta-area {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="5e3386"] .cta-button {
  background-color: #40a9ff;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(64, 169, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}
.strip[data-id="5e3386"] .cta-button:hover {
  background-color: #1a3a5f;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(26, 58, 95, 0.2);
}
.strip[data-id="5e3386"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id="5e3386"] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a3a5f;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.strip[data-id="5e3386"] .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  padding: 100px 24px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.strip[data-id="5e3386"] .mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="5e3386"] .mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  gap: 50px;
}
.strip[data-id="5e3386"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id="5e3386"] .mobile-nav-list .nav-link {
  font-size: 28px;
  font-weight: 700;
}
.strip[data-id="5e3386"] .mobile-cta {
  width: 100%;
  max-width: 280px;
  text-align: center;
}
@media (max-width: 1024px) {
  .strip[data-id="5e3386"] .nav-list {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="5e3386"] .main-nav {
    display: none;
  }
  .strip[data-id="5e3386"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="5e3386"] .mobile-menu {
    display: block;
  }
  .strip[data-id="5e3386"] .cta-button:not(.mobile-cta) {
    display: none;
  }
}
.strip[data-id="5e3386"] .mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="5e3386"] .mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="5e3386"] .mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}.strip[data-id=a0df89] {
  --section-id: "a0df89";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/a0df89";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/a0df89";
}
.strip[data-id=a0df89] .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
  background-color: #f4f7f9;
}
.strip[data-id=a0df89] .hero-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id=a0df89] .hero-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: kenBurns 30s infinite alternate ease-in-out;
}
.strip[data-id=a0df89] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.strip[data-id=a0df89] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id=a0df89] .hero-content {
  max-width: 700px;
}
.strip[data-id=a0df89] .accent-line {
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #40a9ff, #1a3a5f);
  margin-bottom: 32px;
  border-radius: 2px;
}
.strip[data-id=a0df89] h1 {
  color: #1a3a5f;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 28px 0;
  letter-spacing: -0.02em;
}
.strip[data-id=a0df89] p {
  color: #444444;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 48px 0;
  max-width: 600px;
}
.strip[data-id=a0df89] .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.strip[data-id=a0df89] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.strip[data-id=a0df89] .btn-primary {
  background-color: #40a9ff;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(64, 169, 255, 0.3);
}
.strip[data-id=a0df89] .btn-primary:hover {
  background-color: #1a3a5f;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(26, 58, 95, 0.2);
}
.strip[data-id=a0df89] .btn-secondary {
  background-color: transparent;
  color: #1a3a5f;
  border: 2px solid #1a3a5f;
}
.strip[data-id=a0df89] .btn-secondary:hover {
  background-color: #1a3a5f;
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id=a0df89] .wave-element {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 5;
  color: #40a9ff;
}
@keyframes kenBurns {
  from {
    transform: scale(1) translate(0, 0);
  }
  to {
    transform: scale(1.1) translate(-2%, -2%);
  }
}
@media (max-width: 767px) {
  .strip[data-id=a0df89] .hero-section {
    min-height: auto;
    padding: 120px 0 80px 0;
    text-align: center;
  }
  .strip[data-id=a0df89] .hero-overlay {
    background: rgba(255, 255, 255, 0.92);
  }
  .strip[data-id=a0df89] .hero-content {
    max-width: 100%;
  }
  .strip[data-id=a0df89] .accent-line {
    margin: 0 auto 24px auto;
  }
  .strip[data-id=a0df89] .hero-actions {
    justify-content: center;
  }
  .strip[data-id=a0df89] .btn {
    width: 100%;
  }
  .strip[data-id=a0df89] .wave-element {
    width: 300px;
    height: 300px;
    bottom: -50px;
    right: -50px;
  }
}@charset "UTF-8";
.strip[data-id="30a26a"] {
  --section-id: "30a26a";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/30a26a";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/30a26a";
}
.strip[data-id="30a26a"] section {
  background-color: #f4f7f9;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="30a26a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="30a26a"] .row {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="30a26a"] .text-col {
  flex: 1;
}
.strip[data-id="30a26a"] .image-col {
  flex: 0 0 450px;
  display: flex;
  justify-content: center;
}
.strip[data-id="30a26a"] h2 {
  color: #1a3a5f;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="30a26a"] h3 {
  color: #0088cc; /* Darkened for accessibility contrast */
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.strip[data-id="30a26a"] p {
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
}
.strip[data-id="30a26a"] ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}
.strip[data-id="30a26a"] li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.2rem;
  color: #4a5568;
  line-height: 1.6;
  font-size: 1.1rem;
}
.strip[data-id="30a26a"] li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #40a9ff;
  border-radius: 4px;
  opacity: 0.2;
}
.strip[data-id="30a26a"] li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 4px;
  color: #0088cc;
  font-weight: 900;
  font-size: 12px;
}
.strip[data-id="30a26a"] .warning-box {
  background-color: #ffffff;
  border: 2px solid #40a9ff;
  padding: 30px;
  border-radius: 16px;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(64, 169, 255, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-left: 8px solid #40a9ff;
}
.strip[data-id="30a26a"] .warning-icon {
  flex: 0 0 40px;
  height: 40px;
  background-color: #e6f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0088cc;
  font-size: 20px;
  font-weight: 900;
}
.strip[data-id="30a26a"] .warning-content {
  flex: 1;
}
.strip[data-id="30a26a"] .warning-box p {
  margin-bottom: 0;
  font-weight: 700;
  color: #1a3a5f;
  line-height: 1.5;
}
.strip[data-id="30a26a"] .portrait-img {
  width: 100%;
  max-width: 450px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(26, 58, 95, 0.2);
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.strip[data-id="30a26a"] .portrait-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(26, 58, 95, 0.25);
}
.strip[data-id="30a26a"] .decor-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(#40a9ff 20%, transparent 20%);
  background-size: 20px 20px;
  opacity: 0.1;
  z-index: 1;
}
.strip[data-id="30a26a"] .dots-1 {
  top: -50px;
  left: -50px;
}
.strip[data-id="30a26a"] .dots-2 {
  bottom: -50px;
  right: -50px;
}
@media (max-width: 1200px) {
  .strip[data-id="30a26a"] .row {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="30a26a"] section {
    padding: 60px 0;
  }
  .strip[data-id="30a26a"] .row {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .strip[data-id="30a26a"] .image-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .strip[data-id="30a26a"] .portrait-img {
    max-width: 380px;
  }
  .strip[data-id="30a26a"] h2 {
    font-size: 2.5rem;
  }
  .strip[data-id="30a26a"] .text-col {
    text-align: center;
  }
  .strip[data-id="30a26a"] ul {
    display: inline-block;
    text-align: left;
  }
  .strip[data-id="30a26a"] .warning-box {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .strip[data-id="30a26a"] h2 {
    font-size: 2rem;
  }
  .strip[data-id="30a26a"] .warning-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
}.strip[data-id=f3f800] {
  --section-id: "f3f800";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/f3f800";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/f3f800";
  /* Decorative element */
}
.strip[data-id=f3f800] .procedures-section {
  background-color: #fcfdfe;
  padding: 100px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f3f800] .procedures-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(64, 169, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id=f3f800] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=f3f800] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=f3f800] .section-header h2 {
  color: #1a3a5f;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.strip[data-id=f3f800] .section-header p {
  color: #4a5568;
  font-size: 19px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}
.strip[data-id=f3f800] .procedures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=f3f800] .procedure-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(26, 58, 95, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(26, 58, 95, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}
.strip[data-id=f3f800] .procedure-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 58, 95, 0.08);
  border-color: rgba(64, 169, 255, 0.2);
}
.strip[data-id=f3f800] .procedure-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #40a9ff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px 2px 0 0;
}
.strip[data-id=f3f800] .procedure-card:hover::after {
  width: 60px;
}
.strip[data-id=f3f800] .icon-wrapper {
  width: 72px;
  height: 72px;
  background-color: #f0f7ff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  color: #1a3a5f;
}
.strip[data-id=f3f800] .procedure-card:hover .icon-wrapper {
  background-color: #1a3a5f;
  color: #ffffff;
  transform: rotate(5deg);
}
.strip[data-id=f3f800] .icon-wrapper svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.75px;
}
.strip[data-id=f3f800] .procedure-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a3a5f;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.strip[data-id=f3f800] .procedure-card:hover h3 {
  color: #40a9ff;
}
@media (max-width: 1024px) {
  .strip[data-id=f3f800] .procedures-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .strip[data-id=f3f800] .section-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=f3f800] .procedures-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f3f800] .procedures-section {
    padding: 70px 0;
  }
  .strip[data-id=f3f800] .section-header {
    margin-bottom: 50px;
  }
  .strip[data-id=f3f800] .section-header h2 {
    font-size: 30px;
  }
  .strip[data-id=f3f800] .procedure-card {
    padding: 35px 25px;
  }
}.strip[data-id="8680ee"] {
  --section-id: "8680ee";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/8680ee";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/8680ee";
}
.strip[data-id="8680ee"] .collaboration-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="8680ee"] .watermark-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
  fill: #1a3a5f;
}
.strip[data-id="8680ee"] .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="8680ee"] .content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding: 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(26, 58, 95, 0.05);
}
.strip[data-id="8680ee"] .top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(231, 76, 116, 0.15);
  color: #e74c74;
  font-size: 28px;
}
.strip[data-id="8680ee"] h2 {
  color: #1a3a5f;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id="8680ee"] .divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1a3a5f 0%, #40a9ff 100%);
  margin: 0 auto 35px;
  border-radius: 10px;
}
.strip[data-id="8680ee"] p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #4a5568;
  margin: 0;
}
.strip[data-id="8680ee"] .reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="8680ee"] .reveal-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .strip[data-id="8680ee"] .collaboration-section {
    padding: 80px 0;
  }
  .strip[data-id="8680ee"] .content-wrapper {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .strip[data-id="8680ee"] h2 {
    font-size: 2rem;
  }
  .strip[data-id="8680ee"] p {
    font-size: 1.1rem;
  }
  .strip[data-id="8680ee"] .watermark-icon {
    width: 350px;
    height: 350px;
  }
}@charset "UTF-8";
.strip[data-id="03fbb2"] {
  --section-id: "03fbb2";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/03fbb2";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/03fbb2";
  /* Dekorativní prvky v pozadí */
}
.strip[data-id="03fbb2"] .pricing-info-block {
  background-color: #ffffff;
  padding: 100px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="03fbb2"] .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="03fbb2"] .info-box {
  background-color: #f4f7f9;
  border-radius: 40px;
  border-left: 10px solid #40a9ff;
  padding: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.strip[data-id="03fbb2"] .info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(64, 169, 255, 0.1);
}
.strip[data-id="03fbb2"] .header-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.strip[data-id="03fbb2"] .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 25px rgba(64, 169, 255, 0.15);
  flex-shrink: 0;
}
.strip[data-id="03fbb2"] .icon-wrapper i {
  font-size: 36px;
  color: #40a9ff;
}
.strip[data-id="03fbb2"] h2 {
  color: #1a3a5f;
  margin: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id="03fbb2"] .content-text p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 30px;
}
.strip[data-id="03fbb2"] .content-text p:last-child {
  margin-bottom: 0;
}
.strip[data-id="03fbb2"] .highlight-card {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 25px;
  border: 1px solid rgba(64, 169, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  position: relative;
  margin-top: 20px;
}
.strip[data-id="03fbb2"] .highlight-card p {
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  font-size: 1.2rem;
}
.strip[data-id="03fbb2"] .highlight-card::after {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 2.5rem;
  color: #40a9ff;
  opacity: 0.07;
}
.strip[data-id="03fbb2"] .decor-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(64, 169, 255, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 1;
}
.strip[data-id="03fbb2"] .decor-1 {
  top: -200px;
  right: -100px;
}
.strip[data-id="03fbb2"] .decor-2 {
  bottom: -250px;
  left: -150px;
}
@media (max-width: 768px) {
  .strip[data-id="03fbb2"] .pricing-info-block {
    padding: 60px 15px;
  }
  .strip[data-id="03fbb2"] .info-box {
    padding: 40px 25px;
    border-radius: 30px;
  }
  .strip[data-id="03fbb2"] .header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .strip[data-id="03fbb2"] .icon-wrapper {
    width: 65px;
    height: 65px;
  }
  .strip[data-id="03fbb2"] .icon-wrapper i {
    font-size: 28px;
  }
  .strip[data-id="03fbb2"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="03fbb2"] .content-text p {
    font-size: 1.1rem;
  }
  .strip[data-id="03fbb2"] .highlight-card {
    padding: 25px;
  }
}.strip[data-id=abee18] {
  --section-id: "abee18";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/abee18";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/abee18";
}
.strip[data-id=abee18] .contact-section {
  background-color: #f4f7f9;
  padding: 80px 20px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id=abee18] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.strip[data-id=abee18] .contact-info {
  flex: 1;
  min-width: 300px;
}
.strip[data-id=abee18] .map-container {
  flex: 1;
  min-width: 300px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id=abee18] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
.strip[data-id=abee18] h2 {
  color: #003366;
  font-size: 2.5rem;
  margin-bottom: 30px;
  position: relative;
}
.strip[data-id=abee18] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #40a9ff;
  margin-top: 10px;
}
.strip[data-id=abee18] .contact-details {
  margin-top: 30px;
}
.strip[data-id=abee18] .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.strip[data-id=abee18] .contact-icon {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #40a9ff;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
.strip[data-id=abee18] .contact-text {
  color: #444;
  line-height: 1.6;
}
.strip[data-id=abee18] .contact-text strong {
  display: block;
  color: #003366;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.strip[data-id=abee18] .contact-text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.strip[data-id=abee18] .contact-text a:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.strip[data-id=abee18] .lead-text {
  font-size: 1.1rem;
  color: #555;
  margin-top: 30px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .strip[data-id=abee18] .container {
    flex-direction: column;
  }
  .strip[data-id=abee18] .contact-info, .strip[data-id=abee18] .map-container {
    width: 100%;
    flex: none;
  }
  .strip[data-id=abee18] .contact-section {
    padding: 60px 20px;
  }
  .strip[data-id=abee18] h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .strip[data-id=abee18] .map-container {
    height: 300px;
  }
}@charset "UTF-8";
.strip[data-id="030ad9"] {
  --section-id: "030ad9";
  --storage-url: "https://preview-corpustherapy-cz.praweb.cz/_section/030ad9";
  --public-url: "https://preview-corpustherapy-cz.praweb.cz/_section/030ad9";
}
.strip[data-id="030ad9"] .footer-section {
  background-color: #1a3a5f;
  color: #ffffff;
  padding: 80px 0 40px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.strip[data-id="030ad9"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="030ad9"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="030ad9"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="030ad9"] .col-title {
  color: #40a9ff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="030ad9"] .col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #40a9ff;
}
.strip[data-id="030ad9"] .col-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 15px 0;
}
.strip[data-id="030ad9"] .col-content strong {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.strip[data-id="030ad9"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.strip[data-id="030ad9"] .contact-icon {
  color: #40a9ff;
  flex-shrink: 0;
  margin-top: 3px;
}
.strip[data-id="030ad9"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="030ad9"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="030ad9"] .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.strip[data-id="030ad9"] .footer-links a::before {
  content: "→";
  margin-right: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: #40a9ff;
  font-size: 12px;
}
.strip[data-id="030ad9"] .footer-links a:hover {
  color: #ffffff;
  transform: translateX(5px);
}
.strip[data-id="030ad9"] .footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="030ad9"] .email-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="030ad9"] .email-link:hover {
  color: #40a9ff;
}
.strip[data-id="030ad9"] .footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(64, 169, 255, 0.3), transparent);
  margin-bottom: 30px;
}
.strip[data-id="030ad9"] .footer-bottom {
  text-align: center;
}
.strip[data-id="030ad9"] .copyright-text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.strip[data-id="030ad9"] .branding-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1024px) {
  .strip[data-id="030ad9"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="030ad9"] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="030ad9"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 45px;
  }
  .strip[data-id="030ad9"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="030ad9"] .contact-item {
    justify-content: center;
  }
  .strip[data-id="030ad9"] .footer-links a:hover {
    transform: none;
  }
  .strip[data-id="030ad9"] .footer-links a::before {
    display: none;
  }
}