
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="935305"] {
  --section-id: "935305";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/935305";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/935305";
  /* Modern Glassmorphic Sticky Header */
  /* Main Header */
  /* Nav Menu with Creative Hover Effect */
  /* CTA Button with Pulsing Shadow */
  /* Mobile Nav Toggle */
  /* Mobile Active State */
  /* Responsive Styles */
}
.strip[data-id="935305"] .top-bar {
  background: linear-gradient(135deg, #11223f 0%, #1b365d 100%);
  color: #f1f5f9;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.strip[data-id="935305"] .top-bar .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="935305"] .top-bar-left {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.strip[data-id="935305"] .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.strip[data-id="935305"] .contact-item:hover {
  transform: translateY(-1px);
}
.strip[data-id="935305"] .contact-item i {
  color: #10B981;
  font-size: 0.9rem;
}
.strip[data-id="935305"] .contact-item a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="935305"] .contact-item a:hover {
  color: #34D399;
}
.strip[data-id="935305"] .top-bar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}
.strip[data-id="935305"] .social-link {
  color: #cbd5e1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
}
.strip[data-id="935305"] .social-link:hover {
  color: #ffffff;
  background: #10B981;
  transform: translateY(-2px) scale(1.05);
}
.strip[data-id="935305"] .lang-switcher-top {
  display: flex;
  gap: 10px;
  margin-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 18px;
  align-items: center;
}
.strip[data-id="935305"] .lang-item {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.strip[data-id="935305"] .lang-item:hover {
  transform: scale(1.25) rotate(4deg);
  filter: grayscale(0%) opacity(1) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
.strip[data-id="935305"] .lang-item.active {
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.6)) grayscale(0%);
  transform: scale(1.1);
  pointer-events: none;
}
.strip[data-id="935305"] .lang-item:not(.active) {
  filter: grayscale(60%) opacity(0.5);
}
.strip[data-id="935305"] .main-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="935305"] .main-header .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  transition: padding 0.3s ease;
}
.strip[data-id="935305"] .logo-area {
  display: flex;
  align-items: center;
}
.strip[data-id="935305"] .logo-link {
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="935305"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="935305"] .logo-img {
  height: 75px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="935305"] .nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.strip[data-id="935305"] .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="935305"] .nav-link {
  color: #1e293b;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.25s ease;
  padding: 8px 0;
  position: relative;
  letter-spacing: 0.01em;
}
.strip[data-id="935305"] .nav-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #10B981;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id="935305"] .nav-link:hover {
  color: #10B981;
}
.strip[data-id="935305"] .nav-link:hover::before {
  width: 20px;
}
.strip[data-id="935305"] .btn-primary-header {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
  display: inline-block;
  border: none;
  cursor: pointer;
}
.strip[data-id="935305"] .btn-primary-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  color: #ffffff;
}
.strip[data-id="935305"] .btn-primary-header:active {
  transform: translateY(1px);
}
.strip[data-id="935305"] .mobile-nav-toggle {
  display: none;
  background: rgba(16, 185, 129, 0.08);
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.strip[data-id="935305"] .mobile-nav-toggle:hover {
  background: rgba(16, 185, 129, 0.15);
}
.strip[data-id="935305"] .hamburger {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1e293b;
  position: absolute;
  left: 11px;
  top: 21px;
  transition: background-color 0.3s ease;
}
.strip[data-id="935305"] .hamburger::before,
.strip[data-id="935305"] .hamburger::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #1e293b;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="935305"] .hamburger::before {
  top: -6px;
}
.strip[data-id="935305"] .hamburger::after {
  top: 6px;
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger {
  background-color: transparent;
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.strip[data-id="935305"] .mobile-nav-toggle.active .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .strip[data-id="935305"] .top-bar-left {
    justify-content: center;
    gap: 12px 20px;
  }
  .strip[data-id="935305"] .top-bar .container-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 10px 16px;
  }
  .strip[data-id="935305"] .mobile-nav-toggle {
    display: block;
    z-index: 1001;
  }
  .strip[data-id="935305"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: -15px 0 35px rgba(15, 23, 42, 0.1);
    flex-direction: column;
    align-items: stretch;
    padding: 100px 32px 40px 32px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    gap: 35px;
  }
  .strip[data-id="935305"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="935305"] .nav-menu ul {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .strip[data-id="935305"] .nav-link {
    font-size: 1.15rem;
    display: block;
    width: 100%;
    padding: 6px 0;
  }
  .strip[data-id="935305"] .nav-link::before {
    left: 0;
    transform: none;
  }
  .strip[data-id="935305"] .nav-cta {
    width: 100%;
    margin-top: auto;
  }
  .strip[data-id="935305"] .btn-primary-header {
    display: block;
    text-align: center;
    width: 100%;
    padding: 14px;
  }
  .strip[data-id="935305"] .logo-img {
    height: 62px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="935305"] .top-bar {
    display: none;
  }
  .strip[data-id="935305"] .logo-img {
    height: 54px;
  }
}@charset "UTF-8";
.strip[data-id="8a6c2e"] {
  --section-id: "8a6c2e";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/8a6c2e";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/8a6c2e";
  /* Čistá animace překlopení bez deformace šířky */
}
.strip[data-id="8a6c2e"] .hero-section {
  position: relative;
  padding: 50px 0 0 0; /* Top padding reduced, bottom 0 for image alignment */
  background: linear-gradient(#5bba10, rgba(91, 186, 16, 0.5), rgba(91, 186, 16, 0.9));
  overflow: hidden;
}
.strip[data-id="8a6c2e"] .hero-bg-decoration {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 50%;
  height: 120%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="8a6c2e"] .hero-circle {
  position: absolute;
  bottom: -40px;
  right: 5%;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="8a6c2e"] .container-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end; /* Align image to bottom */
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="8a6c2e"] .hero-content {
  flex: 3;
  max-width: 850px;
  padding-bottom: 100px; /* Restored to original value */
}
.strip[data-id="8a6c2e"] .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #1a3a3a;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
}
.strip[data-id="8a6c2e"] .hero-badge i {
  color: #1a3a3a;
}
.strip[data-id="8a6c2e"] .hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #1a3a3a;
  line-height: 1.1;
  margin: 0 0 20px 0;
  font-weight: 800;
}
.strip[data-id="8a6c2e"] .hero-lead {
  font-size: 1.15rem;
  color: #1a3a3a;
  line-height: 1.7;
  margin-bottom: 35px;
  opacity: 0.9;
}
.strip[data-id="8a6c2e"] .hero-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.strip[data-id="8a6c2e"] .feature-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.strip[data-id="8a6c2e"] .feature-card i {
  color: #1a3a3a;
  font-size: 1.25rem;
  margin-top: 3px;
}
.strip[data-id="8a6c2e"] .feature-card span {
  font-weight: 600;
  color: #1a3a3a;
  font-size: 0.95rem;
  line-height: 1.4;
}
.strip[data-id="8a6c2e"] .hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.strip[data-id="8a6c2e"] .btn-hero {
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8a6c2e"] .btn-hero-primary {
  background-color: #1a3a3a;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.strip[data-id="8a6c2e"] .btn-hero-primary:hover {
  background-color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id="8a6c2e"] .btn-hero-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #1a3a3a;
  border: 1px solid #1a3a3a;
  backdrop-filter: blur(5px);
}
.strip[data-id="8a6c2e"] .btn-hero-secondary:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.strip[data-id="8a6c2e"] .hero-image-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 180px;
}
.strip[data-id="8a6c2e"] .hero-img-flip {
  display: block;
  width: 100%;
  max-width: 205px;
  z-index: 2;
  transform-origin: center;
  /* Spustí čistou a plynulou animaci otočení bez deformace */
  animation: flipInOnLoad 0.8s ease-in-out forwards;
}
.strip[data-id="8a6c2e"] .hero-img-main {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease;
}
.strip[data-id="8a6c2e"] .hero-image-wrapper:hover .hero-img-main {
  transform: scale(1.05);
}
.strip[data-id="8a6c2e"] .floating-info {
  position: absolute;
  bottom: 40px;
  right: -10px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 4px solid #5bba10;
  animation: float 4s ease-in-out infinite;
}
.strip[data-id="8a6c2e"] .floating-info .name {
  font-weight: 800;
  color: #1a3a3a;
  font-size: 0.8rem;
}
.strip[data-id="8a6c2e"] .floating-info .role {
  font-size: 0.7rem;
  color: #718096;
  font-weight: 600;
}
@keyframes flipInOnLoad {
  0% {
    transform: scaleX(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scaleX(-1);
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="8a6c2e"] .hero-section {
    padding: 40px 0;
  }
  .strip[data-id="8a6c2e"] .container-hero {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .strip[data-id="8a6c2e"] .hero-content {
    max-width: 100%;
    order: 1;
    padding-bottom: 0;
  }
  .strip[data-id="8a6c2e"] .hero-image-wrapper {
    display: none;
  }
  .strip[data-id="8a6c2e"] .hero-features-grid {
    justify-content: center;
  }
  .strip[data-id="8a6c2e"] .hero-actions {
    justify-content: center;
  }
  .strip[data-id="8a6c2e"] .hero-bg-decoration,
  .strip[data-id="8a6c2e"] .hero-circle {
    display: none; /* Hide background decorations that create vertical lines/stripes on mobile */
  }
}
@media (max-width: 640px) {
  .strip[data-id="8a6c2e"] .hero-section {
    padding: 30px 0;
  }
  .strip[data-id="8a6c2e"] .hero-features-grid {
    grid-template-columns: 1fr;
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}@charset "UTF-8";
.strip[data-id=d631d7] {
  --section-id: "d631d7";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/d631d7";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/d631d7";
  /* Section Header */
  /* Process Grid */
  /* Highlighted last card */
  /* Responsive */
}
.strip[data-id=d631d7] .process-section {
  background-color: #f8fafc;
  padding: 100px 0;
}
.strip[data-id=d631d7] .container-process {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d631d7] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=d631d7] .section-subtitle {
  display: block;
  color: #4CAF50; /* Sytě zelená */
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.strip[data-id=d631d7] .section-header h2 {
  font-size: 2.5rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 800;
  margin: 0;
}
.strip[data-id=d631d7] .header-line {
  width: 60px;
  height: 4px;
  background-color: #4CAF50; /* Sytě zelená */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}
.strip[data-id=d631d7] .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=d631d7] .process-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
}
.strip[data-id=d631d7] .process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  border-color: #4CAF50;
}
.strip[data-id=d631d7] .card-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #f1f5f9;
  line-height: 1;
  transition: color 0.3s ease;
}
.strip[data-id=d631d7] .process-card:hover .card-num {
  color: #e2e8f0;
}
.strip[data-id=d631d7] .card-icon-main {
  width: 60px;
  height: 60px;
  background-color: rgba(76, 175, 80, 0.08); /* Světle zelená */
  color: #4CAF50; /* Sytě zelená */
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.strip[data-id=d631d7] .process-card:hover .card-icon-main {
  background-color: #4CAF50;
  color: #ffffff;
}
.strip[data-id=d631d7] .process-card h3 {
  font-size: 1.25rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 700;
  margin: 0 0 12px 0;
}
.strip[data-id=d631d7] .process-card p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=d631d7] .process-card.highlight {
  background-color: #1b365d; /* Tmavě modrá jako hlavní zvýraznění cíle */
  border-color: #1b365d;
  box-shadow: 0 10px 25px -5px rgba(27, 54, 93, 0.3);
}
.strip[data-id=d631d7] .process-card.highlight .card-num {
  color: rgba(255, 255, 255, 0.1);
}
.strip[data-id=d631d7] .process-card.highlight .card-icon-main {
  background-color: #4CAF50; /* Sytě zelená ikona */
  color: #ffffff;
}
.strip[data-id=d631d7] .process-card.highlight h3 {
  color: #ffffff;
}
.strip[data-id=d631d7] .process-card.highlight p {
  color: #e2e8f0;
}
.strip[data-id=d631d7] .process-card.highlight:hover {
  background-color: #162c4a;
  border-color: #162c4a;
  box-shadow: 0 20px 30px -5px rgba(27, 54, 93, 0.4);
}
@media (max-width: 991px) {
  .strip[data-id=d631d7] .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=d631d7] .process-section {
    padding: 80px 0;
  }
  .strip[data-id=d631d7] .section-header h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 640px) {
  .strip[data-id=d631d7] .process-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d631d7] .process-card {
    padding: 35px 25px;
  }
}@charset "UTF-8";
.strip[data-id=bdccfc] {
  --section-id: "bdccfc";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/bdccfc";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/bdccfc";
  /* Section Header */
  /* Services Grid */
  /* Responsive */
}
.strip[data-id=bdccfc] .services-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.strip[data-id=bdccfc] .container-services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=bdccfc] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=bdccfc] .section-subtitle {
  display: block;
  color: #4CAF50; /* Sytě zelená */
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.strip[data-id=bdccfc] .section-header h2 {
  font-size: 2.5rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 800;
  margin: 0;
}
.strip[data-id=bdccfc] .header-line {
  width: 60px;
  height: 4px;
  background-color: #4CAF50; /* Sytě zelená */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}
.strip[data-id=bdccfc] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=bdccfc] .service-card {
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=bdccfc] .service-card:hover {
  background-color: #ffffff;
  border-color: #4CAF50; /* Sytě zelená */
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -10px rgba(76, 175, 80, 0.15);
}
.strip[data-id=bdccfc] .service-icon {
  width: 70px;
  height: 70px;
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  box-shadow: 0 8px 16px rgba(76, 175, 80, 0.25);
  transition: all 0.3s ease;
}
.strip[data-id=bdccfc] .service-card:hover .service-icon {
  background-color: #1b365d; /* Tmavě modrá při hoveru */
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 20px rgba(27, 54, 93, 0.3);
}
.strip[data-id=bdccfc] .service-card h3 {
  font-size: 1.35rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 700;
  margin: 0 0 15px 0;
  transition: color 0.3s ease;
}
.strip[data-id=bdccfc] .service-card:hover h3 {
  color: #4CAF50; /* Zelená při najetí */
}
.strip[data-id=bdccfc] .service-card p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id=bdccfc] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=bdccfc] .services-section {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .strip[data-id=bdccfc] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=bdccfc] .service-card {
    padding: 35px 25px;
  }
}@charset "UTF-8";
.strip[data-id="188f0e"] {
  --section-id: "188f0e";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/188f0e";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/188f0e";
  /* Section Header */
  /* Team Grid */
  /* Responsive */
}
.strip[data-id="188f0e"] .team-section {
  background-color: #f8fafc;
  padding: 100px 0;
}
.strip[data-id="188f0e"] .container-team {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="188f0e"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="188f0e"] .section-subtitle {
  display: block;
  color: #4CAF50; /* Sytě zelená */
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.strip[data-id="188f0e"] .section-header h2 {
  font-size: 2.5rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 800;
  margin: 0;
}
.strip[data-id="188f0e"] .header-line {
  width: 60px;
  height: 4px;
  background-color: #4CAF50; /* Sytě zelená */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}
.strip[data-id="188f0e"] .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="188f0e"] .team-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.strip[data-id="188f0e"] .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  border-color: #4CAF50; /* Sytě zelená */
}
.strip[data-id="188f0e"] .team-img-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 16px rgba(27, 54, 93, 0.1);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.strip[data-id="188f0e"] .team-card:hover .team-img-wrapper {
  border-color: #4CAF50;
  transform: scale(1.03);
}
.strip[data-id="188f0e"] .team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="188f0e"] .team-info {
  width: 100%;
}
.strip[data-id="188f0e"] .team-info h3 {
  font-size: 1.3rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 700;
  margin: 0 0 6px 0;
}
.strip[data-id="188f0e"] .team-role {
  display: inline-block;
  color: #4CAF50; /* Sytě zelená */
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  background-color: rgba(76, 175, 80, 0.08); /* Světle zelená */
  padding: 4px 12px;
  border-radius: 50px;
}
.strip[data-id="188f0e"] .team-bio {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id="188f0e"] .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="188f0e"] .team-section {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .strip[data-id="188f0e"] .team-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="188f0e"] .team-card {
    padding: 35px 25px;
  }
}@charset "UTF-8";
.strip[data-id=c785a1] {
  --section-id: "c785a1";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/c785a1";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/c785a1";
  /* Section Header */
  /* Info Card */
  /* Table Container */
  /* CTA at Bottom */
  /* Responsive */
}
.strip[data-id=c785a1] .pricing-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.strip[data-id=c785a1] .container-pricing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c785a1] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=c785a1] .section-subtitle {
  display: block;
  color: #4CAF50; /* Sytě zelená */
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.strip[data-id=c785a1] .section-header h2 {
  font-size: 2.5rem;
  color: #1b365d; /* Tmavě modrá */
  font-weight: 800;
  margin: 0;
}
.strip[data-id=c785a1] .header-line {
  width: 60px;
  height: 4px;
  background-color: #4CAF50; /* Sytě zelená */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}
.strip[data-id=c785a1] .pricing-info-card {
  background-color: rgba(76, 175, 80, 0.04); /* Světle zelená */
  border-left: 4px solid #4CAF50; /* Sytě zelená */
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.strip[data-id=c785a1] .info-icon {
  font-size: 1.5rem;
  color: #4CAF50; /* Sytě zelená */
  flex-shrink: 0;
}
.strip[data-id=c785a1] .pricing-info-card p {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=c785a1] .pricing-table-container {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
  margin-bottom: 40px;
}
.strip[data-id=c785a1] .pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.strip[data-id=c785a1] .pricing-table th {
  background-color: #1b365d; /* Tmavě modrá */
  color: #ffffff;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.strip[data-id=c785a1] .pricing-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 0.95rem;
}
.strip[data-id=c785a1] .pricing-table tr:last-child td {
  border-bottom: none;
}
.strip[data-id=c785a1] .pricing-table tr:nth-child(even) {
  background-color: #f8fafc;
}
.strip[data-id=c785a1] .service-name {
  font-weight: 600;
  color: #1b365d; /* Tmavě modrá */
}
.strip[data-id=c785a1] .text-right {
  text-align: right;
}
.strip[data-id=c785a1] .price-val {
  font-weight: 700;
  color: #4CAF50; /* Sytě zelená */
  font-size: 1rem;
}
.strip[data-id=c785a1] .pricing-cta {
  text-align: center;
  margin-top: 40px;
}
.strip[data-id=c785a1] .pricing-cta p {
  font-size: 1rem;
  color: #475569;
  margin: 0 0 20px 0;
}
.strip[data-id=c785a1] .btn-primary-pricing {
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(76, 175, 80, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id=c785a1] .btn-primary-pricing:hover {
  background-color: #43A047;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  color: #ffffff;
}
@media (max-width: 768px) {
  .strip[data-id=c785a1] .pricing-table-container {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .strip[data-id=c785a1] .pricing-table,
  .strip[data-id=c785a1] .pricing-table thead,
  .strip[data-id=c785a1] .pricing-table tbody,
  .strip[data-id=c785a1] .pricing-table th,
  .strip[data-id=c785a1] .pricing-table td,
  .strip[data-id=c785a1] .pricing-table tr {
    display: block;
  }
  .strip[data-id=c785a1] .pricing-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .strip[data-id=c785a1] .pricing-table tr {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .strip[data-id=c785a1] .pricing-table tr:nth-child(even) {
    background-color: #fff;
  }
  .strip[data-id=c785a1] .pricing-table td {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 50%;
    text-align: right;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .strip[data-id=c785a1] .pricing-table td:last-child {
    border-bottom: none;
  }
  .strip[data-id=c785a1] .pricing-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    color: #1b365d;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
  .strip[data-id=c785a1] .pricing-table .text-right {
    text-align: right;
  }
  .strip[data-id=c785a1] .pricing-info-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .strip[data-id=c785a1] .pricing-section {
    padding: 60px 0;
  }
}@charset "UTF-8";
.strip[data-id="0234e8"] {
  --section-id: "0234e8";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/0234e8";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/0234e8";
  /* Section Header */
  /* Gallery Grid */
  /* Hover effects */
  /* Lightbox Modal */
  /* Responsive */
}
.strip[data-id="0234e8"] .gallery-section {
  background-color: #ffffff;
  padding: 100px 0;
}
.strip[data-id="0234e8"] .container-gallery {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="0234e8"] .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="0234e8"] .section-subtitle {
  display: block;
  color: #4CAF50;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.strip[data-id="0234e8"] .section-header h2 {
  font-size: 2.5rem;
  color: #1b365d;
  font-weight: 800;
  margin: 0;
}
.strip[data-id="0234e8"] .header-line {
  width: 60px;
  height: 4px;
  background-color: #4CAF50;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}
.strip[data-id="0234e8"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id="0234e8"] .gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #f1f5f9;
}
.strip[data-id="0234e8"] .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.strip[data-id="0234e8"] .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 54, 93, 0.85); /* Tmavě modrá */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="0234e8"] .gallery-overlay i {
  color: #ffffff;
  font-size: 2rem;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.strip[data-id="0234e8"] .gallery-item:hover .gallery-img {
  transform: scale(1.08);
}
.strip[data-id="0234e8"] .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id="0234e8"] .gallery-item:hover .gallery-overlay i {
  transform: scale(1);
  color: #4CAF50; /* Zelená */
}
.strip[data-id="0234e8"] .lightbox-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.95);
  align-items: center;
  justify-content: center;
  user-select: none;
}
.strip[data-id="0234e8"] .lightbox-content {
  position: relative;
  max-width: 85%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="0234e8"] .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.strip[data-id="0234e8"] .lightbox-caption {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
}
.strip[data-id="0234e8"] .lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #94a3b8;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1;
}
.strip[data-id="0234e8"] .lightbox-close:hover {
  color: #ffffff;
}
.strip[data-id="0234e8"] .lightbox-prev,
.strip[data-id="0234e8"] .lightbox-next {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  transition: all 0.2s ease;
}
.strip[data-id="0234e8"] .lightbox-prev {
  left: 20px;
}
.strip[data-id="0234e8"] .lightbox-next {
  right: 20px;
}
.strip[data-id="0234e8"] .lightbox-prev:hover,
.strip[data-id="0234e8"] .lightbox-next:hover {
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 991px) {
  .strip[data-id="0234e8"] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .strip[data-id="0234e8"] .gallery-section {
    padding: 80px 0;
  }
}
@media (max-width: 580px) {
  .strip[data-id="0234e8"] .gallery-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="0234e8"] .lightbox-prev,
  .strip[data-id="0234e8"] .lightbox-next {
    font-size: 1.8rem;
    padding: 10px;
  }
  .strip[data-id="0234e8"] .lightbox-prev {
    left: 5px;
  }
  .strip[data-id="0234e8"] .lightbox-next {
    right: 5px;
  }
}@charset "UTF-8";
.strip[data-id="21ac45"] {
  --section-id: "21ac45";
  --storage-url: "https://dobra-fyzicka.proweb.cz/_section/21ac45";
  --public-url: "https://dobra-fyzicka.proweb.cz/_section/21ac45";
  /* Footer Grid */
  /* Footer Links */
  /* Socials */
  /* Contact Details */
  /* Form Styles */
  /* Footer Bottom */
  /* Responsive */
}
.strip[data-id="21ac45"] .footer-section {
  background-color: #1b365d; /* Tmavě modrá z původního webu */
  color: #cbd5e1;
  padding: 80px 0 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="21ac45"] .container-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="21ac45"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.strip[data-id="21ac45"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="21ac45"] .footer-title {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 25px 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="21ac45"] .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #4CAF50; /* Sytě zelená */
  border-radius: 2px;
}
.strip[data-id="21ac45"] .footer-desc {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.strip[data-id="21ac45"] .map-container {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="21ac45"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="21ac45"] .footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  display: inline-block;
}
.strip[data-id="21ac45"] .footer-links a:hover {
  color: #4CAF50; /* Sytě zelená */
  transform: translateX(5px);
}
.strip[data-id="21ac45"] .footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.strip[data-id="21ac45"] .social-icon {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.strip[data-id="21ac45"] .social-icon:hover {
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id="21ac45"] .contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="21ac45"] .contact-details li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.5;
}
.strip[data-id="21ac45"] .contact-details i {
  color: #4CAF50; /* Sytě zelená */
  font-size: 1rem;
  width: 18px;
  text-align: center;
  margin-top: 3px;
}
.strip[data-id="21ac45"] .contact-details a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="21ac45"] .contact-details a:hover {
  color: #4CAF50;
}
.strip[data-id="21ac45"] .nrpzs-info {
  font-size: 0.75rem;
  color: #a3b1cc;
  margin-top: 15px;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="21ac45"] .form-group {
  width: 100%;
}
.strip[data-id="21ac45"] .contact-form input[type=text],
.strip[data-id="21ac45"] .contact-form input[type=email],
.strip[data-id="21ac45"] .contact-form input[type=tel],
.strip[data-id="21ac45"] .contact-form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}
.strip[data-id="21ac45"] .contact-form input::placeholder,
.strip[data-id="21ac45"] .contact-form textarea::placeholder {
  color: #cbd5e1;
  opacity: 0.8;
}
.strip[data-id="21ac45"] .contact-form input:focus,
.strip[data-id="21ac45"] .contact-form textarea:focus {
  border-color: #4CAF50;
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}
.strip[data-id="21ac45"] .checkbox-group {
  margin: 5px 0;
}
.strip[data-id="21ac45"] .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.strip[data-id="21ac45"] .checkbox-label input {
  margin-top: 3px;
  accent-color: #4CAF50;
}
.strip[data-id="21ac45"] .checkbox-text {
  font-size: 0.75rem;
  color: #cbd5e1;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .btn-submit {
  background-color: #4CAF50; /* Sytě zelená */
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(76, 175, 80, 0.2);
}
.strip[data-id="21ac45"] .btn-submit:hover {
  background-color: #43A047;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(76, 175, 80, 0.3);
}
.strip[data-id="21ac45"] .form-response {
  font-size: 0.85rem;
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px 12px;
  display: none;
  line-height: 1.4;
}
.strip[data-id="21ac45"] .form-response.success {
  background-color: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
  display: block;
}
.strip[data-id="21ac45"] .form-response.error {
  background-color: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
  display: block;
}
.strip[data-id="21ac45"] .footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 0.85rem;
  color: #a3b1cc;
}
@media (max-width: 991px) {
  .strip[data-id="21ac45"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 580px) {
  .strip[data-id="21ac45"] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="21ac45"] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="21ac45"] .footer-bottom {
    margin-top: 40px;
  }
}