@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&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="2d7f13"] {
  --section-id: "2d7f13";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/2d7f13";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/2d7f13";
}
.strip[data-id="2d7f13"] .main-nav-section {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  transition: background 0.3s ease;
}
.strip[data-id="2d7f13"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="2d7f13"] .logo-link {
  display: flex;
  align-items: center;
  max-width: 160px;
  transition: transform 0.3s ease;
}
.strip[data-id="2d7f13"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="2d7f13"] .logo-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.strip[data-id="2d7f13"] .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id="2d7f13"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="2d7f13"] .nav-item {
  position: relative;
}
.strip[data-id="2d7f13"] .nav-link {
  text-decoration: none;
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
  transition: color 0.3s ease;
  display: block;
}
.strip[data-id="2d7f13"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E30613;
  transition: width 0.3s ease;
}
.strip[data-id="2d7f13"] .nav-link:hover {
  color: #E30613;
}
.strip[data-id="2d7f13"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="2d7f13"] .contact-group {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id="2d7f13"] .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 14px;
  transition: color 0.3s ease;
}
.strip[data-id="2d7f13"] .contact-item:hover {
  color: #E30613;
}
.strip[data-id="2d7f13"] .contact-item.phone {
  font-weight: 700;
}
.strip[data-id="2d7f13"] .contact-icon {
  width: 18px;
  height: 18px;
  color: #E30613;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="2d7f13"] .contact-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="2d7f13"] .mobile-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
  color: #1A1A1A;
  transition: all 0.3s ease;
}
.strip[data-id="2d7f13"] .mobile-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}
.strip[data-id="2d7f13"] .mobile-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
@media (max-width: 1100px) {
  .strip[data-id="2d7f13"] .nav-wrapper {
    gap: 20px;
  }
  .strip[data-id="2d7f13"] .nav-list {
    gap: 15px;
  }
  .strip[data-id="2d7f13"] .contact-group {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="2d7f13"] .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="2d7f13"] .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="2d7f13"] .nav-item:last-child {
    border-bottom: none;
  }
  .strip[data-id="2d7f13"] .nav-link {
    padding: 15px 0;
  }
  .strip[data-id="2d7f13"] .nav-link::after {
    display: none;
  }
  .strip[data-id="2d7f13"] .nav-list.active {
    display: flex;
  }
  .strip[data-id="2d7f13"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="2d7f13"] .contact-group .email {
    display: none;
  }
}
@media (max-width: 576px) {
  .strip[data-id="2d7f13"] .logo-link {
    max-width: 130px;
  }
  .strip[data-id="2d7f13"] .contact-group {
    gap: 10px;
  }
  .strip[data-id="2d7f13"] .contact-item.phone span:not(.contact-icon) {
    font-size: 13px;
  }
}.strip[data-id="3499e7"] {
  --section-id: "3499e7";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/3499e7";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/3499e7";
}
.strip[data-id="3499e7"] .hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%), url(https://preview-aficis-cz.proweb.cz/_section/3499e7/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0 120px;
  color: #FFFFFF;
  overflow: hidden;
}
.strip[data-id="3499e7"] .hero-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.strip[data-id="3499e7"] .hero-section .content-wrapper {
  max-width: 850px;
  opacity: 0;
  transform: translateX(-30px);
  animation: heroFadeIn 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id="3499e7"] .hero-section .text-block {
  border-left: 6px solid #E30613;
  padding-left: 40px;
}
.strip[data-id="3499e7"] .hero-section h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.05;
  margin: 0 0 28px 0;
  color: #FFFFFF;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  letter-spacing: -0.02em;
}
.strip[data-id="3499e7"] .hero-section p {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 48px 0;
  max-width: 600px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="3499e7"] .hero-section .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #E30613;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 10px 20px rgba(227, 6, 19, 0.3);
  cursor: pointer;
}
.strip[data-id="3499e7"] .hero-section .btn-primary svg {
  transition: transform 0.3s ease;
}
.strip[data-id="3499e7"] .hero-section .btn-primary:hover {
  background-color: #c40510;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(227, 6, 19, 0.4);
}
.strip[data-id="3499e7"] .hero-section .btn-primary:hover svg {
  transform: translateX(5px);
}
@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .strip[data-id="3499e7"] .hero-section {
    padding: 140px 0 100px;
  }
  .strip[data-id="3499e7"] .hero-section .text-block {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .strip[data-id="3499e7"] .hero-section {
    min-height: 80vh;
    padding: 120px 0 80px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%), url(https://preview-aficis-cz.proweb.cz/_section/3499e7/hero-bg.jpg);
  }
  .strip[data-id="3499e7"] .hero-section .text-block {
    padding-left: 20px;
    border-left-width: 4px;
  }
  .strip[data-id="3499e7"] .hero-section .btn-primary {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id=e5678d] {
  --section-id: "e5678d";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/e5678d";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/e5678d";
}
.strip[data-id=e5678d] .key-areas {
  background-color: #F8F9FA;
  padding: 100px 0;
  width: 100%;
  position: relative;
}
.strip[data-id=e5678d] .key-areas .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e5678d] .key-areas .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=e5678d] .key-areas .card {
  background-color: #FFFFFF;
  border: 1px solid #EEF0F2;
  border-radius: 8px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.strip[data-id=e5678d] .key-areas .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #E30613;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  border-radius: 8px 8px 0 0;
}
.strip[data-id=e5678d] .key-areas .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(44, 62, 80, 0.1);
  border-color: transparent;
}
.strip[data-id=e5678d] .key-areas .card:hover::after {
  transform: scaleX(1);
}
.strip[data-id=e5678d] .key-areas .card:hover .icon-wrapper {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.15);
}
.strip[data-id=e5678d] .key-areas .card:hover .card-link {
  color: #E30613;
}
.strip[data-id=e5678d] .key-areas .card:hover .card-link svg {
  transform: translateX(5px);
}
.strip[data-id=e5678d] .key-areas .icon-wrapper {
  width: 130px;
  height: 130px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #F8F9FA;
}
.strip[data-id=e5678d] .key-areas .icon-wrapper img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}
.strip[data-id=e5678d] .key-areas h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #2C3E50;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id=e5678d] .key-areas p {
  color: #4A4A4A;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 25px 0;
}
.strip[data-id=e5678d] .key-areas .card-link-wrapper {
  margin-top: auto;
  width: 100%;
}
.strip[data-id=e5678d] .key-areas .card-link {
  font-weight: 600;
  font-size: 15px;
  color: #2C3E50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.strip[data-id=e5678d] .key-areas .card-link svg {
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .strip[data-id=e5678d] .key-areas {
    padding: 80px 0;
  }
  .strip[data-id=e5678d] .key-areas .card {
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=e5678d] .key-areas .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=e5678d] .key-areas {
    padding: 60px 0;
  }
  .strip[data-id=e5678d] .key-areas .grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=b6229b] {
  --section-id: "b6229b";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/b6229b";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/b6229b";
}
.strip[data-id=b6229b] .about-services {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
}
.strip[data-id=b6229b] .about-services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b6229b] .about-services .split-layout {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id=b6229b] .about-services .about-col {
  flex: 1;
  padding: 60px 50px;
  background-color: #f8f9fa;
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-size: 24px 24px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.strip[data-id=b6229b] .about-services .about-col .title-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.strip[data-id=b6229b] .about-services .about-col .title-wrapper h2 {
  font-size: 42px;
  color: #2C3E50;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.strip[data-id=b6229b] .about-services .about-col .title-wrapper::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background-color: #E30613;
  border-radius: 0 4px 4px 0;
}
.strip[data-id=b6229b] .about-services .about-col .text-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.strip[data-id=b6229b] .about-services .about-col .text-content p:last-child {
  margin-bottom: 0;
}
.strip[data-id=b6229b] .about-services .about-col .text-content p strong {
  color: #2C3E50;
  font-weight: 700;
  border-bottom: 2px solid rgba(227, 6, 19, 0.2);
}
.strip[data-id=b6229b] .about-services .services-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id=b6229b] .about-services .services-col .title-wrapper {
  margin-bottom: 40px;
}
.strip[data-id=b6229b] .about-services .services-col .title-wrapper h3 {
  font-size: 32px;
  color: #2C3E50;
  margin: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.strip[data-id=b6229b] .about-services .services-col .title-wrapper h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #E30613;
}
.strip[data-id=b6229b] .about-services .services-col .service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=b6229b] .about-services .services-col .service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: transparent;
}
.strip[data-id=b6229b] .about-services .services-col .service-item:hover {
  background-color: #fdfdfd;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b6229b] .about-services .services-col .service-item:hover .icon-wrapper {
  background-color: #E30613;
}
.strip[data-id=b6229b] .about-services .services-col .service-item:hover .icon-wrapper svg {
  fill: #ffffff;
  transform: scale(1.1);
}
.strip[data-id=b6229b] .about-services .services-col .service-item .icon-wrapper {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff0f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.strip[data-id=b6229b] .about-services .services-col .service-item .icon-wrapper svg {
  width: 26px;
  height: 26px;
  fill: #E30613;
  transition: all 0.3s ease;
}
.strip[data-id=b6229b] .about-services .services-col .service-item .service-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .strip[data-id=b6229b] .about-services .split-layout {
    gap: 40px;
  }
  .strip[data-id=b6229b] .about-services .about-col {
    padding: 40px;
  }
  .strip[data-id=b6229b] .about-services .about-col .title-wrapper::before {
    left: -40px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=b6229b] .about-services {
    padding: 80px 0;
  }
  .strip[data-id=b6229b] .about-services .split-layout {
    flex-direction: column;
    gap: 60px;
  }
  .strip[data-id=b6229b] .about-services .about-col {
    padding: 40px 30px;
  }
  .strip[data-id=b6229b] .about-services .about-col .title-wrapper::before {
    display: none;
  }
  .strip[data-id=b6229b] .about-services .about-col h2 {
    font-size: 36px;
  }
  .strip[data-id=b6229b] .about-services .services-col h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=b6229b] .about-services {
    padding: 60px 0;
  }
  .strip[data-id=b6229b] .about-services .about-col {
    padding: 30px 20px;
  }
  .strip[data-id=b6229b] .about-services .about-col h2 {
    font-size: 30px;
  }
  .strip[data-id=b6229b] .about-services .service-item {
    padding: 10px;
    gap: 15px;
  }
  .strip[data-id=b6229b] .about-services .service-item .icon-wrapper {
    width: 44px;
    height: 44px;
  }
  .strip[data-id=b6229b] .about-services .service-item .icon-wrapper svg {
    width: 22px;
    height: 22px;
  }
  .strip[data-id=b6229b] .about-services .service-item .service-content p {
    font-size: 16px;
  }
}.strip[data-id="7d093b"] {
  --section-id: "7d093b";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/7d093b";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/7d093b";
}
.strip[data-id="7d093b"] .partners-section {
  background-color: #FFFFFF;
  padding: 80px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.strip[data-id="7d093b"] .partners-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d093b"] .partners-section .intro-text {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="7d093b"] .partners-section .intro-text p {
  color: #555555;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="7d093b"] .partners-section .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 80px;
}
.strip[data-id="7d093b"] .partners-section .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}
.strip[data-id="7d093b"] .partners-section .logo-item img {
  display: block;
  max-width: 205px;
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="7d093b"] .partners-section .logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-5px) scale(1.05);
}
@media (max-width: 1200px) {
  .strip[data-id="7d093b"] .partners-section .logo-grid {
    gap: 40px 60px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7d093b"] .partners-section {
    padding: 60px 0;
  }
  .strip[data-id="7d093b"] .partners-section .intro-text {
    margin-bottom: 40px;
  }
  .strip[data-id="7d093b"] .partners-section .logo-grid {
    gap: 30px 40px;
  }
  .strip[data-id="7d093b"] .partners-section .logo-item img {
    max-width: 160px;
    max-height: 60px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="7d093b"] .partners-section .logo-grid {
    gap: 30px;
  }
  .strip[data-id="7d093b"] .partners-section .logo-item img {
    max-width: 140px;
  }
}.strip[data-id="29617c"] {
  --section-id: "29617c";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/29617c";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/29617c";
}
.strip[data-id="29617c"] .eco-promo-section {
  background-color: #2C3E50;
  padding: 80px 20px;
  transition: transform 0.3s ease;
  border-radius: 12px;
  margin: 40px auto;
}
.strip[data-id="29617c"] .eco-promo-section:hover {
  transform: translateY(-5px);
}
.strip[data-id="29617c"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="29617c"] .eco-promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.strip[data-id="29617c"] .text-column {
  flex: 1;
}
.strip[data-id="29617c"] .image-column {
  flex: 0 0 240px;
  display: flex;
  justify-content: center;
}
.strip[data-id="29617c"] .badge {
  display: inline-block;
  background-color: #E30613;
  color: #FFFFFF;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 24px;
}
.strip[data-id="29617c"] .heading {
  color: #FFFFFF;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id="29617c"] .description {
  color: #F8F9FA;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="29617c"] .description p {
  margin: 0;
}
.strip[data-id="29617c"] .description strong {
  color: #FFFFFF;
  font-weight: 700;
}
.strip[data-id="29617c"] .image-wrapper {
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(227, 6, 19, 0.3);
  line-height: 0;
  transition: box-shadow 0.3s ease;
}
.strip[data-id="29617c"] .eco-promo-section:hover .image-wrapper {
  box-shadow: 0 0 40px rgba(227, 6, 19, 0.5);
}
.strip[data-id="29617c"] .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .strip[data-id="29617c"] .eco-promo-content {
    gap: 40px;
  }
  .strip[data-id="29617c"] .heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="29617c"] .eco-promo-section {
    padding: 60px 20px;
    margin: 20px 10px;
  }
  .strip[data-id="29617c"] .eco-promo-content {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="29617c"] .image-column {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
  }
  .strip[data-id="29617c"] .image-wrapper img {
    width: 180px;
    height: 180px;
  }
  .strip[data-id="29617c"] .heading {
    font-size: 32px;
  }
  .strip[data-id="29617c"] .description {
    font-size: 18px;
  }
}.strip[data-id="7bc61d"] {
  --section-id: "7bc61d";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/7bc61d";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/7bc61d";
}
.strip[data-id="7bc61d"] .contact-section {
  background-color: #FFFFFF;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}
.strip[data-id="7bc61d"] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7bc61d"] .contact-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 40px;
  text-align: left;
}
.strip[data-id="7bc61d"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.strip[data-id="7bc61d"] .contact-info-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="7bc61d"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="7bc61d"] .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #1A1A1A;
  transition: all 0.3s ease;
}
.strip[data-id="7bc61d"] .contact-item:hover {
  color: #E30613;
}
.strip[data-id="7bc61d"] .contact-item svg {
  width: 24px;
  height: 24px;
  color: #2C3E50;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.strip[data-id="7bc61d"] .contact-item:hover svg {
  color: #E30613;
}
.strip[data-id="7bc61d"] .contact-item span {
  font-size: 16px;
  line-height: 1.5;
}
.strip[data-id="7bc61d"] .service-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.strip[data-id="7bc61d"] .service-form h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.strip[data-id="7bc61d"] .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.strip[data-id="7bc61d"] .form-group input,
.strip[data-id="7bc61d"] .form-group textarea,
.strip[data-id="7bc61d"] .form-group select {
  padding: 12px 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
  width: 100%;
  background: #fff;
}
.strip[data-id="7bc61d"] .form-group input:focus,
.strip[data-id="7bc61d"] .form-group textarea:focus,
.strip[data-id="7bc61d"] .form-group select:focus {
  border-color: #E30613;
}
.strip[data-id="7bc61d"] .submit-btn {
  background-color: #E30613;
  color: #FFFFFF;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
}
.strip[data-id="7bc61d"] .submit-btn:hover {
  background-color: #c40510;
}
.strip[data-id="7bc61d"] .contact-map {
  height: 100%;
  min-height: 500px;
}
.strip[data-id="7bc61d"] .map-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.strip[data-id="7bc61d"] .map-wrapper:hover {
  transform: translateY(-5px);
}
.strip[data-id="7bc61d"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.strip[data-id="7bc61d"] .form-status {
  margin-top: 15px;
  padding: 12px;
  border-radius: 4px;
  display: none;
  font-size: 14px;
}
.strip[data-id="7bc61d"] .form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
@media (max-width: 992px) {
  .strip[data-id="7bc61d"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="7bc61d"] .contact-map {
    min-height: 400px;
    order: 2;
  }
  .strip[data-id="7bc61d"] .contact-info-form {
    order: 1;
  }
}
@media (max-width: 576px) {
  .strip[data-id="7bc61d"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="7bc61d"] .contact-section h2 {
    font-size: 28px;
  }
  .strip[data-id="7bc61d"] .service-form {
    padding: 20px;
  }
  .strip[data-id="7bc61d"] .submit-btn {
    width: 100%;
  }
}.strip[data-id="893414"] {
  --section-id: "893414";
  --storage-url: "https://preview-aficis-cz.proweb.cz/_section/893414";
  --public-url: "https://preview-aficis-cz.proweb.cz/_section/893414";
}
.strip[data-id="893414"] .corporate-footer {
  background-color: #1A1A1A;
  border-top: 3px solid #E30613;
  padding: 70px 0 40px;
  color: #F8F9FA;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="893414"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="893414"] .footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr;
  gap: 50px;
}
.strip[data-id="893414"] .footer-col h3 {
  color: #F8F9FA;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.strip[data-id="893414"] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #E30613;
}
.strip[data-id="893414"] .logo-wrapper {
  margin-bottom: 25px;
  max-width: 200px;
}
.strip[data-id="893414"] .logo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="893414"] .footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.85);
}
.strip[data-id="893414"] .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="893414"] .contact-item {
  margin-bottom: 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="893414"] .contact-icon {
  width: 18px;
  height: 18px;
  color: #E30613;
  flex-shrink: 0;
}
.strip[data-id="893414"] .contact-link {
  color: #F8F9FA;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="893414"] .contact-link:hover {
  color: #E30613;
  border-bottom-color: #E30613;
}
.strip[data-id="893414"] .social-links {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.strip[data-id="893414"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}
.strip[data-id="893414"] .social-icon:hover {
  background: #E30613;
  border-color: #E30613;
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3);
}
.strip[data-id="893414"] .footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(248, 249, 250, 0.5);
}
@media (max-width: 992px) {
  .strip[data-id="893414"] .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="893414"] .logo-col {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="893414"] .corporate-footer {
    padding: 50px 0 30px;
  }
  .strip[data-id="893414"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="893414"] .footer-col h3::after {
    left: 50%;
    margin-left: -15px;
  }
  .strip[data-id="893414"] .logo-wrapper {
    margin: 0 auto 20px;
  }
  .strip[data-id="893414"] .contact-item {
    justify-content: center;
  }
  .strip[data-id="893414"] .social-links {
    justify-content: center;
  }
  .strip[data-id="893414"] .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}