@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&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;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

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

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="89677a"] {
  --section-id: "89677a";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/89677a";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/89677a";
  /* Hamburger Menu */
  /* Mobile Nav Overlay */
  /* Staggered animation for mobile items */
}
.strip[data-id="89677a"] .site-header {
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.strip[data-id="89677a"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="89677a"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="89677a"] .logo-link:hover {
  opacity: 0.8;
}
.strip[data-id="89677a"] .logo-img {
  height: 45px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="89677a"] .desktop-nav {
  display: flex;
  gap: 30px;
}
.strip[data-id="89677a"] .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="89677a"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bef227;
  transition: width 0.3s ease;
}
.strip[data-id="89677a"] .nav-link:hover {
  color: #000;
}
.strip[data-id="89677a"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="89677a"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.strip[data-id="89677a"] .hamburger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.strip[data-id="89677a"] .hamburger span {
  width: 24px;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.strip[data-id="89677a"] .hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="89677a"] .hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id="89677a"] .hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="89677a"] .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 999;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="89677a"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="89677a"] .mobile-nav-item {
  margin: 15px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item {
  transform: translateY(0);
  opacity: 1;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(2) {
  transition-delay: 0.15s;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(3) {
  transition-delay: 0.2s;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(4) {
  transition-delay: 0.25s;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(5) {
  transition-delay: 0.3s;
}
.strip[data-id="89677a"] .mobile-nav-overlay.open .mobile-nav-item:nth-child(6) {
  transition-delay: 0.35s;
}
.strip[data-id="89677a"] .mobile-nav-link {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 10px;
}
.strip[data-id="89677a"] .mobile-nav-link:hover {
  color: #bef227;
}
@media (max-width: 991px) {
  .strip[data-id="89677a"] .desktop-nav {
    display: none;
  }
  .strip[data-id="89677a"] .hamburger {
    display: flex;
  }
  .strip[data-id="89677a"] .site-header {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .strip[data-id="89677a"] .logo-img {
    height: 35px;
  }
}.strip[data-id="3d68a7"] {
  --section-id: "3d68a7";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/3d68a7";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/3d68a7";
}
.strip[data-id="3d68a7"] .hero-vitality {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* Background image is set via inline style in PHTML to avoid SCSS variable issues */
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.strip[data-id="3d68a7"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.strip[data-id="3d68a7"] .content-wrapper {
  max-width: 700px;
}
.strip[data-id="3d68a7"] h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: #333333;
  line-height: 1.1;
  margin: 0 0 24px 0;
}
.strip[data-id="3d68a7"] h1 .accent {
  color: #a3e635;
}
.strip[data-id="3d68a7"] p {
  font-size: 20px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 40px 0;
  max-width: 580px;
}
.strip[data-id="3d68a7"] .cta-wrapper {
  display: flex;
  gap: 20px;
}
.strip[data-id="3d68a7"] .btn-primary {
  display: inline-block;
  padding: 20px 48px;
  background-color: #a3e635;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 10px 25px -5px rgba(163, 230, 53, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="3d68a7"] .btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  background-color: #84cc16;
  box-shadow: 0 15px 30px -5px rgba(163, 230, 53, 0.5);
}
.strip[data-id="3d68a7"] .decorative-curves {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}
.strip[data-id="3d68a7"] .curve-svg {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 60%;
  height: auto;
}
@media (max-width: 1024px) {
  .strip[data-id="3d68a7"] h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3d68a7"] .hero-vitality {
    text-align: center;
    padding: 100px 0;
  }
  .strip[data-id="3d68a7"] .content-wrapper {
    margin: 0 auto;
  }
  .strip[data-id="3d68a7"] h1 {
    font-size: 38px;
  }
  .strip[data-id="3d68a7"] p {
    font-size: 18px;
    margin: 0 auto 32px auto;
  }
  .strip[data-id="3d68a7"] .cta-wrapper {
    justify-content: center;
  }
}.strip[data-id="3a2146"] {
  --section-id: "3a2146";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/3a2146";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/3a2146";
}
.strip[data-id="3a2146"] .about-benefits-section {
  background-color: #fff5f0;
  padding: 100px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3a2146"] .about-benefits-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(162, 209, 73, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}
.strip[data-id="3a2146"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id="3a2146"] .intro-content {
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}
.strip[data-id="3a2146"] .intro-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="3a2146"] .intro-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}
.strip[data-id="3a2146"] .benefits-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="3a2146"] .benefits-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id="3a2146"] .benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id="3a2146"] .benefit-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 calc(33.333% - 20px);
  min-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.strip[data-id="3a2146"] .benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.strip[data-id="3a2146"] .icon-container {
  width: 90px;
  height: 90px;
  background-color: #e0f2f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #a2d149;
  font-size: 36px;
  transition: transform 0.3s ease;
}
.strip[data-id="3a2146"] .benefit-card:hover .icon-container {
  transform: scale(1.1);
  background-color: #d1ebe9;
}
.strip[data-id="3a2146"] .benefit-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  color: #1a1a1a;
}
.strip[data-id="3a2146"] .benefit-card:hover .icon-container i {
  animation: icon-swing 1.2s ease-in-out infinite;
}
@keyframes icon-swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(12deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(6deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 1199px) {
  .strip[data-id="3a2146"] .benefit-card {
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .strip[data-id="3a2146"] .intro-content h2 {
    font-size: 38px;
  }
  .strip[data-id="3a2146"] .about-benefits-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .strip[data-id="3a2146"] .about-benefits-section {
    padding: 60px 0;
  }
  .strip[data-id="3a2146"] .benefit-card {
    flex: 0 1 100%;
    min-width: 0;
    padding: 40px 25px;
  }
  .strip[data-id="3a2146"] .intro-content {
    margin-bottom: 50px;
  }
  .strip[data-id="3a2146"] .intro-content h2 {
    font-size: 32px;
  }
  .strip[data-id="3a2146"] .intro-content p {
    font-size: 18px;
  }
}.strip[data-id="4f750e"] {
  --section-id: "4f750e";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/4f750e";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/4f750e";
}
.strip[data-id="4f750e"] .consultants-section {
  padding: 100px 20px;
  background-color: #fcfcfc;
  background-image: radial-gradient(#A4C639 0.5px, transparent 0.5px);
  background-size: 30px 30px;
  background-opacity: 0.05;
}
.strip[data-id="4f750e"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="4f750e"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="4f750e"] .section-header h2 {
  color: #2c3e50;
  font-size: 2.8rem;
  margin: 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.strip[data-id="4f750e"] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #A4C639;
  border-radius: 2px;
}
.strip[data-id="4f750e"] .consultants-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="4f750e"] .consultant-card {
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="4f750e"] .consultant-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.strip[data-id="4f750e"] .image-wrapper {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}
.strip[data-id="4f750e"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="4f750e"] .consultant-card:hover .image-wrapper img {
  transform: scale(1.05);
}
.strip[data-id="4f750e"] .card-content {
  padding: 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="4f750e"] .consultant-card h3 {
  color: #2c3e50;
  font-size: 1.6rem;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.strip[data-id="4f750e"] .info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.strip[data-id="4f750e"] .info-item i {
  color: #A4C639;
  font-size: 1rem;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.strip[data-id="4f750e"] .info-text {
  color: #5a6c7d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="4f750e"] .profession-box {
  margin-bottom: 25px;
}
.strip[data-id="4f750e"] .consultant-card h4 {
  color: #2c3e50;
  font-size: 1.15rem;
  font-weight: 700;
  margin: auto 0 20px 0;
  padding-top: 25px;
  border-top: 2px solid #f8f9fa;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="4f750e"] .consultant-card h4 i {
  color: #A4C639;
}
.strip[data-id="4f750e"] .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="4f750e"] .services-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.5;
}
.strip[data-id="4f750e"] .services-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #A4C639;
  font-size: 0.85rem;
}
@media (max-width: 1100px) {
  .strip[data-id="4f750e"] .consultants-grid {
    gap: 25px;
  }
  .strip[data-id="4f750e"] .card-content {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="4f750e"] .consultants-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="4f750e"] .section-header h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4f750e"] .consultants-section {
    padding: 70px 20px;
  }
}
@media (max-width: 650px) {
  .strip[data-id="4f750e"] .consultants-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="4f750e"] .consultant-card {
    max-width: 450px;
    margin: 0 auto;
  }
}.strip[data-id="7eddcb"] {
  --section-id: "7eddcb";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/7eddcb";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/7eddcb";
}
.strip[data-id="7eddcb"] .educational-split {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(254, 215, 170, 0.5) 1.5px, transparent 1.5px);
  background-size: 32px 32px;
  padding: 120px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id="7eddcb"] .educational-split::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(190, 242, 100, 0.5), transparent);
}
.strip[data-id="7eddcb"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="7eddcb"] .content-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="7eddcb"] .text-side {
  flex: 1.2;
}
.strip[data-id="7eddcb"] .image-side {
  flex: 1;
}
.strip[data-id="7eddcb"] .badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: #f7fee7;
  color: #65a30d;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 100px;
  margin-bottom: 24px;
  border: 1px solid rgba(190, 242, 100, 0.5);
}
.strip[data-id="7eddcb"] h2 {
  color: #111827;
  font-size: 3.25rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.strip[data-id="7eddcb"] .lead-text {
  color: #4b5563;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 600px;
}
.strip[data-id="7eddcb"] .topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.strip[data-id="7eddcb"] .topic-list li {
  background: #ffffff;
  padding: 18px 24px;
  border-left: 6px solid #bef264;
  border-radius: 4px 16px 16px 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="7eddcb"] .topic-list li:hover {
  background-color: #f7fee7;
  transform: translateX(12px);
  box-shadow: 0 10px 25px rgba(190, 242, 100, 0.2);
}
.strip[data-id="7eddcb"] .icon-box {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0fdf4;
  border-radius: 10px;
  color: #65a30d;
}
.strip[data-id="7eddcb"] .topic-text {
  font-weight: 600;
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.4;
}
.strip[data-id="7eddcb"] .image-container {
  position: relative;
  border-radius: 40px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
}
.strip[data-id="7eddcb"] .image-inner {
  border-radius: 28px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  aspect-ratio: 4/5;
}
.strip[data-id="7eddcb"] .image-inner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease;
}
.strip[data-id="7eddcb"] .image-container:hover img {
  transform: scale(1.08);
}
.strip[data-id="7eddcb"] .image-accent {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: #bef264;
  opacity: 0.15;
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
}
@media (max-width: 1100px) {
  .strip[data-id="7eddcb"] .content-wrapper {
    gap: 60px;
  }
  .strip[data-id="7eddcb"] h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="7eddcb"] .educational-split {
    padding: 80px 0;
  }
  .strip[data-id="7eddcb"] .content-wrapper {
    flex-direction: column-reverse;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="7eddcb"] .lead-text {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="7eddcb"] .topic-list li {
    text-align: left;
  }
  .strip[data-id="7eddcb"] .badge {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="7eddcb"] .topic-list li:hover {
    transform: translateY(-5px);
  }
  .strip[data-id="7eddcb"] .image-inner {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .strip[data-id="7eddcb"] h2 {
    font-size: 2.25rem;
  }
  .strip[data-id="7eddcb"] .lead-text {
    font-size: 1.125rem;
  }
  .strip[data-id="7eddcb"] .topic-text {
    font-size: 1rem;
  }
}.strip[data-id="1b3b90"] {
  --section-id: "1b3b90";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/1b3b90";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/1b3b90";
}
.strip[data-id="1b3b90"] .newsletter-section {
  background-color: #32cd32;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="1b3b90"] .newsletter-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.strip[data-id="1b3b90"] .background-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: 500px;
  height: 500px;
  color: #ffffff;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id="1b3b90"] h2 {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.strip[data-id="1b3b90"] p {
  color: #ffffff;
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
  opacity: 0.95;
}
.strip[data-id="1b3b90"] .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background: #ffffff;
  padding: 5px;
}
.strip[data-id="1b3b90"] .newsletter-form input[type=email] {
  flex: 1;
  padding: 15px 25px;
  border: none;
  border-radius: 50px 0 0 50px;
  font-size: 1.1rem;
  background-color: transparent;
  color: #333333;
  outline: none;
  width: 100%;
}
.strip[data-id="1b3b90"] .newsletter-form button {
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  background-color: #222222;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="1b3b90"] .newsletter-form button:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.strip[data-id="1b3b90"] .newsletter-form button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="1b3b90"] .newsletter-form button:hover svg {
  transform: translateX(3px) rotate(-10deg);
}
.strip[data-id="1b3b90"] .success-message {
  display: none;
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 650px) {
  .strip[data-id="1b3b90"] .newsletter-section {
    padding: 60px 15px;
  }
  .strip[data-id="1b3b90"] .newsletter-form {
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 12px;
  }
  .strip[data-id="1b3b90"] .newsletter-form input[type=email] {
    border-radius: 50px;
    background: #ffffff;
    text-align: center;
    padding: 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="1b3b90"] .newsletter-form button {
    border-radius: 50px;
    justify-content: center;
    padding: 18px;
    width: 100%;
  }
  .strip[data-id="1b3b90"] .background-icon {
    width: 300px;
    height: 300px;
  }
}.strip[data-id=a0bbe0] {
  --section-id: "a0bbe0";
  --storage-url: "https://preview-fitit-cz.praweb.cz/_section/a0bbe0";
  --public-url: "https://preview-fitit-cz.praweb.cz/_section/a0bbe0";
}
.strip[data-id=a0bbe0] .elegant-footer {
  background-color: #121212;
  padding: 60px 20px;
  width: 100%;
  color: #cbd5e1;
}
.strip[data-id=a0bbe0] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id=a0bbe0] .footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #334155, transparent);
}
.strip[data-id=a0bbe0] .social-links {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.strip[data-id=a0bbe0] .social-link {
  color: #94a3b8;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
.strip[data-id=a0bbe0] .social-link:hover {
  color: #a3e635;
  transform: translateY(-3px);
}
.strip[data-id=a0bbe0] .footer-text-wrapper {
  text-align: center;
}
.strip[data-id=a0bbe0] .footer-text-wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=a0bbe0] .partner-link {
  color: #a3e635;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.strip[data-id=a0bbe0] .partner-link:hover {
  text-decoration: underline;
  color: #bef264;
}
@media (max-width: 768px) {
  .strip[data-id=a0bbe0] .elegant-footer {
    padding: 40px 15px;
  }
  .strip[data-id=a0bbe0] .footer-container {
    gap: 20px;
  }
  .strip[data-id=a0bbe0] .footer-text-wrapper p {
    font-size: 13px;
  }
}