@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.strip[data-id="6cae17"] {
  --section-id: "6cae17";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/6cae17";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/6cae17";
  /* Mobile Menu Toggle */
  /* Mobile Bottom Bar */
  /* Mobile Overlay */
}
.strip[data-id="6cae17"] .site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Inter", sans-serif;
  transition: transform 0.3s ease;
}
.strip[data-id="6cae17"] .top-bar {
  background-color: hsl(216, 100%, 13%);
  color: #ffffff;
  padding: 8px 0;
  font-size: 13px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  max-height: 40px;
}
.strip[data-id="6cae17"] .top-bar.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.strip[data-id="6cae17"] .top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6cae17"] .top-bar-links {
  display: flex;
  gap: 20px;
}
.strip[data-id="6cae17"] .top-bar-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="6cae17"] .top-bar-links a:hover {
  color: #ffffff;
}
.strip[data-id="6cae17"] .top-bar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="6cae17"] .main-nav {
  background-color: hsla(0, 0%, 100%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 0;
}
.strip[data-id="6cae17"] .main-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6cae17"] .logo-wrapper img {
  height: 40px;
  width: auto;
  display: block;
}
.strip[data-id="6cae17"] .nav-menu {
  display: flex;
  gap: 24px;
}
.strip[data-id="6cae17"] .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="6cae17"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(200, 100%, 50%);
  transition: width 0.3s ease;
}
.strip[data-id="6cae17"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="6cae17"] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="6cae17"] .action-icon {
  color: hsl(0, 0%, 15%);
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.strip[data-id="6cae17"] .action-icon:hover {
  color: hsl(200, 100%, 50%);
}
.strip[data-id="6cae17"] .cta-button {
  background-color: hsl(210, 100%, 45%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="6cae17"] .cta-button:hover {
  background-color: hsl(210, 100%, 40%);
  transform: translateY(-1px);
}
.strip[data-id="6cae17"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: hsl(0, 0%, 15%);
}
.strip[data-id="6cae17"] .mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 1001;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id="6cae17"] .mobile-bottom-bar .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.strip[data-id="6cae17"] .mobile-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: hsl(0, 0%, 15%);
  font-size: 10px;
}
.strip[data-id="6cae17"] .mobile-bottom-item i {
  font-size: 20px;
}
.strip[data-id="6cae17"] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.strip[data-id="6cae17"] .mobile-overlay.active {
  transform: translateX(0);
}
.strip[data-id="6cae17"] .mobile-overlay a {
  font-size: 18px;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .strip[data-id="6cae17"] .nav-menu, .strip[data-id="6cae17"] .top-bar-links {
    display: none;
  }
  .strip[data-id="6cae17"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="6cae17"] .mobile-bottom-bar {
    display: block;
  }
  .strip[data-id="6cae17"] .site-header {
    padding-bottom: 0;
  }
  .strip[data-id="6cae17"] .header-actions .cta-button, .strip[data-id="6cae17"] .header-actions .action-icon {
    display: none;
  }
  .strip[data-id="6cae17"] .main-nav {
    padding: 15px 0;
  }
}.strip[data-id=e4dd2c] {
  --section-id: "e4dd2c";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/e4dd2c";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/e4dd2c";
}
.strip[data-id=e4dd2c] .hero-search {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 120px 24px;
  overflow: hidden;
  color: #ffffff;
  font-family: sans-serif;
}
.strip[data-id=e4dd2c] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, hsla(216, 100%, 13%, 0.7) 0%, hsl(216, 100%, 8%) 100%);
  z-index: 1;
}
.strip[data-id=e4dd2c] .particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.strip[data-id=e4dd2c] .container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.strip[data-id=e4dd2c] .hero-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=e4dd2c] h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id=e4dd2c] .description {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin-bottom: 56px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=e4dd2c] .search-container {
  max-width: 700px;
  margin: 0 auto 48px;
}
.strip[data-id=e4dd2c] .search-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.strip[data-id=e4dd2c] .search-form:focus-within {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.6);
  background: #ffffff;
}
.strip[data-id=e4dd2c] .search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.strip[data-id=e4dd2c] .search-icon {
  width: 20px;
  height: 20px;
  color: #666;
  margin-right: 12px;
  opacity: 0.7;
}
.strip[data-id=e4dd2c] .search-form input {
  flex: 1;
  border: none;
  padding: 16px 0;
  font-size: 1.125rem;
  background: transparent;
  outline: none;
  color: #1a1a1a;
  width: 100%;
}
.strip[data-id=e4dd2c] .search-form button {
  background: linear-gradient(135deg, hsl(215, 90%, 50%) 0%, hsl(215, 100%, 40%) 100%);
  color: #ffffff;
  border: none;
  padding: 16px 40px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.strip[data-id=e4dd2c] .search-form button:hover {
  filter: brightness(1.1);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
  transform: translateX(2px);
}
.strip[data-id=e4dd2c] .hero-links {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.strip[data-id=e4dd2c] .hero-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  opacity: 0.85;
}
.strip[data-id=e4dd2c] .hero-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id=e4dd2c] .hero-link:hover {
  opacity: 1;
  color: hsl(215, 90%, 60%);
}
.strip[data-id=e4dd2c] .hero-link:hover svg {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .strip[data-id=e4dd2c] .hero-search {
    padding: 80px 20px;
    min-height: auto;
  }
  .strip[data-id=e4dd2c] .search-form {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    box-shadow: none;
    padding: 16px;
    gap: 16px;
    border-radius: 24px;
  }
  .strip[data-id=e4dd2c] .search-input-wrapper {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    padding: 0 20px;
  }
  .strip[data-id=e4dd2c] .search-form button {
    width: 100%;
    border-radius: 16px;
  }
  .strip[data-id=e4dd2c] .hero-links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}.strip[data-id=ecfc93] {
  --section-id: "ecfc93";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/ecfc93";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/ecfc93";
}
.strip[data-id=ecfc93] .services-section {
  background-color: hsl(210, 20%, 98%);
  padding: 80px 20px;
  font-family: sans-serif;
}
.strip[data-id=ecfc93] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ecfc93] .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.strip[data-id=ecfc93] .card {
  background-color: #ffffff;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.strip[data-id=ecfc93] .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=ecfc93] .icon-wrapper {
  width: 120px;
  height: 120px;
  background-color: hsl(210, 100%, 96%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.strip[data-id=ecfc93] .icon-wrapper img {
  max-height: 80px;
  max-width: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.strip[data-id=ecfc93] h3 {
  color: hsl(216, 100%, 13%);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.strip[data-id=ecfc93] p {
  color: hsl(216, 20%, 40%);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.strip[data-id=ecfc93] .price-tag {
  margin-top: auto;
}
.strip[data-id=ecfc93] .variant-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: hsl(216, 20%, 60%);
  margin-bottom: 4px;
}
.strip[data-id=ecfc93] .price {
  color: hsl(210, 80%, 40%);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=ecfc93] .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=ecfc93] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ecfc93] .services-section {
    padding: 60px 20px;
  }
}.strip[data-id=d548bc] {
  --section-id: "d548bc";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/d548bc";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/d548bc";
}
.strip[data-id=d548bc] .benefits-section {
  background-color: hsl(0, 0%, 100%);
  padding: 100px 20px;
  overflow: hidden;
}
.strip[data-id=d548bc] .container {
  max-width: 1100px;
  margin: 0 auto;
}
.strip[data-id=d548bc] .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=d548bc] .section-title {
  font-size: 42px;
  color: hsl(216, 100%, 13%);
  margin: 0 0 20px 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.strip[data-id=d548bc] .divider {
  width: 50px;
  height: 5px;
  background-color: hsl(200, 100%, 50%);
  margin: 0 auto;
  border-radius: 10px;
}
.strip[data-id=d548bc] .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
.strip[data-id=d548bc] .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}
.strip[data-id=d548bc] .benefit-item:hover {
  transform: translateY(-8px);
  background: hsl(210, 30%, 98%);
}
.strip[data-id=d548bc] .benefit-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(200, 100%, 97%);
  border-radius: 18px;
  transition: transform 0.3s ease;
}
.strip[data-id=d548bc] .benefit-item:hover .benefit-icon {
  transform: scale(1.1);
  background: hsl(200, 100%, 94%);
}
.strip[data-id=d548bc] .benefit-icon img {
  max-width: 45px;
  max-height: 45px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.strip[data-id=d548bc] .benefit-content {
  flex: 1;
}
.strip[data-id=d548bc] .benefit-name {
  font-size: 22px;
  font-weight: 700;
  color: hsl(216, 100%, 13%);
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.strip[data-id=d548bc] .benefit-text {
  font-size: 16px;
  line-height: 1.6;
  color: hsl(215, 15%, 35%);
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id=d548bc] .benefits-grid {
    gap: 40px 30px;
  }
  .strip[data-id=d548bc] .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .strip[data-id=d548bc] .benefits-section {
    padding: 60px 20px;
  }
  .strip[data-id=d548bc] .benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id=d548bc] .benefit-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  .strip[data-id=d548bc] .benefit-icon {
    margin-bottom: 15px;
  }
  .strip[data-id=d548bc] .benefit-item:hover {
    transform: translateY(-5px);
  }
}@charset "UTF-8";
.strip[data-id=dba772] {
  --section-id: "dba772";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/dba772";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/dba772";
}
.strip[data-id=dba772] .trust-section {
  background: linear-gradient(180deg, hsl(210, 10%, 96%) 0%, hsl(210, 10%, 94%) 100%);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=dba772] .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=dba772] .trust-title {
  font-size: 26px;
  font-weight: 600;
  color: hsl(210, 20%, 30%);
  margin-bottom: 50px;
  margin-top: 0;
  letter-spacing: -0.01em;
}
.strip[data-id=dba772] .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;
  margin-bottom: 50px;
}
.strip[data-id=dba772] .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=dba772] .logo-item:hover {
  transform: scale(1.08);
}
.strip[data-id=dba772] .logo-item img {
  max-height: 55px;
  max-width: 180px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.4s ease, opacity 0.4s ease;
  object-fit: contain;
}
.strip[data-id=dba772] .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.strip[data-id=dba772] .trust-footer {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid hsla(210, 15%, 40%, 0.1);
}
.strip[data-id=dba772] .trust-footer-text {
  font-size: 15px;
  color: hsl(210, 15%, 50%);
  margin-bottom: 15px;
  line-height: 1.5;
}
.strip[data-id=dba772] .trust-link {
  display: inline-flex;
  align-items: center;
  color: hsl(210, 80%, 45%);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
  padding: 8px 16px;
  border-radius: 20px;
  background: transparent;
}
.strip[data-id=dba772] .trust-link:hover {
  color: hsl(210, 90%, 35%);
  background: hsla(210, 80%, 45%, 0.05);
  transform: translateY(-1px);
}
.strip[data-id=dba772] .trust-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.strip[data-id=dba772] .trust-link:hover::after {
  transform: translateX(4px);
}
@media (max-width: 992px) {
  .strip[data-id=dba772] .logo-grid {
    gap: 30px 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=dba772] .trust-section {
    padding: 60px 15px;
  }
  .strip[data-id=dba772] .logo-grid {
    gap: 25px 35px;
  }
  .strip[data-id=dba772] .logo-item img {
    max-height: 45px;
    max-width: 140px;
  }
  .strip[data-id=dba772] .trust-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=dba772] .logo-grid {
    gap: 20px 30px;
  }
  .strip[data-id=dba772] .logo-item img {
    max-height: 38px;
    max-width: 110px;
  }
  .strip[data-id=dba772] .trust-footer-text {
    font-size: 14px;
  }
}.strip[data-id="521e10"] {
  --section-id: "521e10";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/521e10";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/521e10";
}
.strip[data-id="521e10"] .blog-tips {
  background-color: hsl(0, 0%, 100%);
  padding: 100px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333;
}
.strip[data-id="521e10"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="521e10"] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="521e10"] .section-title {
  font-size: 42px;
  color: #191970;
  margin: 0 0 20px 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.strip[data-id="521e10"] .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: hsl(210, 80%, 40%);
  border-radius: 2px;
}
.strip[data-id="521e10"] .section-subtitle {
  font-size: 19px;
  color: #555;
  margin: 25px auto 0;
  max-width: 650px;
  line-height: 1.6;
}
.strip[data-id="521e10"] .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id="521e10"] .blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id="521e10"] .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.strip[data-id="521e10"] .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.strip[data-id="521e10"] .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.strip[data-id="521e10"] .blog-card:hover .card-image-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="521e10"] .card-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(25, 25, 112, 0.9);
  color: white;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.strip[data-id="521e10"] .card-content {
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="521e10"] .card-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="521e10"] .card-title {
  font-size: 22px;
  color: #191970;
  margin: 0 0 16px 0;
  line-height: 1.3;
  font-weight: 700;
  transition: color 0.3s ease;
}
.strip[data-id="521e10"] .blog-card:hover .card-title {
  color: hsl(210, 80%, 40%);
}
.strip[data-id="521e10"] .card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.strip[data-id="521e10"] .section-footer {
  text-align: center;
}
.strip[data-id="521e10"] .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  border: 2px solid hsl(210, 80%, 40%);
  color: hsl(210, 80%, 40%);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 17px;
}
.strip[data-id="521e10"] .btn-outline svg {
  transition: transform 0.3s ease;
}
.strip[data-id="521e10"] .btn-outline:hover {
  background-color: hsl(210, 80%, 40%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(30, 107, 184, 0.3);
}
.strip[data-id="521e10"] .btn-outline:hover svg {
  transform: translateX(5px);
}
@media (max-width: 1100px) {
  .strip[data-id="521e10"] .blog-grid {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="521e10"] .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .strip[data-id="521e10"] .blog-tips {
    padding: 70px 0;
  }
  .strip[data-id="521e10"] .blog-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="521e10"] .section-title {
    font-size: 32px;
  }
  .strip[data-id="521e10"] .card-content {
    padding: 24px;
  }
}.strip[data-id="169653"] {
  --section-id: "169653";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/169653";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/169653";
  /* Subtle decorative element */
}
.strip[data-id="169653"] .contact-strip {
  background: radial-gradient(circle at top left, hsl(215, 90%, 55%) 0%, hsl(215, 90%, 45%) 100%);
  padding: 60px 0;
  color: hsl(0, 0%, 100%);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="169653"] .contact-strip::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id="169653"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id="169653"] .contact-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.strip[data-id="169653"] .contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 0.3s ease;
}
.strip[data-id="169653"] .contact-item:hover {
  transform: translateY(-2px);
}
.strip[data-id="169653"] .icon-wrapper {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.strip[data-id="169653"] .contact-item:hover .icon-wrapper {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.strip[data-id="169653"] .contact-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id="169653"] .contact-label {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.2;
}
.strip[data-id="169653"] .contact-link {
  color: hsl(0, 0%, 100%);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2;
  display: inline-block;
}
.strip[data-id="169653"] .contact-link:hover {
  color: hsl(180, 100%, 80%);
  text-shadow: 0 0 10px rgba(128, 255, 255, 0.3);
}
@media (max-width: 1100px) {
  .strip[data-id="169653"] .contact-grid {
    gap: 40px;
  }
  .strip[data-id="169653"] .contact-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="169653"] .contact-grid {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .strip[data-id="169653"] .contact-strip {
    padding: 50px 0;
  }
  .strip[data-id="169653"] .contact-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    max-width: 400px;
    margin: 0 auto;
  }
  .strip[data-id="169653"] .contact-item {
    width: 100%;
  }
  .strip[data-id="169653"] .contact-link {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="169653"] .container {
    padding: 0 20px;
  }
  .strip[data-id="169653"] .contact-item {
    gap: 16px;
  }
  .strip[data-id="169653"] .icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .strip[data-id="169653"] .contact-link {
    font-size: 18px;
  }
}.strip[data-id="234c26"] {
  --section-id: "234c26";
  --storage-url: "https://preview-domena-cz.praweb.cz/_section/234c26";
  --public-url: "https://preview-domena-cz.praweb.cz/_section/234c26";
}
.strip[data-id="234c26"] section {
  background-color: hsl(216, 100%, 13%);
  padding: 80px 0 40px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
}
.strip[data-id="234c26"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="234c26"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 60px;
}
.strip[data-id="234c26"] .footer-col h4 {
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  margin-top: 0;
  position: relative;
}
.strip[data-id="234c26"] .footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: hsl(200, 100%, 60%); /* Sky blue accent */
}
.strip[data-id="234c26"] .footer-col p, .strip[data-id="234c26"] .footer-col ul {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="234c26"] .footer-col ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="234c26"] .footer-col ul li {
  margin-bottom: 12px;
}
.strip[data-id="234c26"] .footer-col ul li a {
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="234c26"] .footer-col ul li a:hover {
  color: hsl(0, 0%, 100%);
  transform: translateX(5px);
}
.strip[data-id="234c26"] .logo-container {
  margin-bottom: 24px;
}
.strip[data-id="234c26"] .logo-container img {
  max-width: 180px;
  height: auto;
  display: block;
}
.strip[data-id="234c26"] .contact-info {
  margin-top: 20px;
}
.strip[data-id="234c26"] .contact-info p {
  margin-bottom: 8px;
}
.strip[data-id="234c26"] .contact-info a {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.strip[data-id="234c26"] .contact-info a:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.strip[data-id="234c26"] .map-container {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  /* Dark map filter to match theme */
  filter: grayscale(100%) invert(92%) contrast(83%) brightness(95%);
}
.strip[data-id="234c26"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id="234c26"] .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="234c26"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: hsla(0, 0%, 100%, 0.05);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strip[data-id="234c26"] .social-icon:hover {
  background: hsla(0, 0%, 100%, 0.15);
  transform: translateY(-3px);
  border-color: hsla(0, 0%, 100%, 0.3);
}
.strip[data-id="234c26"] .social-icon img {
  width: 20px;
  height: 20px;
  /* Sky blue filter for the twitter icon */
  filter: invert(75%) sepia(21%) saturate(4649%) hue-rotate(165deg) brightness(101%) contrast(101%);
}
.strip[data-id="234c26"] .footer-bottom {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.4);
}
.strip[data-id="234c26"] .footer-bottom-links {
  display: flex;
  gap: 24px;
}
.strip[data-id="234c26"] .footer-bottom-links a {
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="234c26"] .footer-bottom-links a:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
@media (max-width: 1024px) {
  .strip[data-id="234c26"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="234c26"] section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="234c26"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .strip[data-id="234c26"] .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding-top: 24px;
  }
  .strip[data-id="234c26"] .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}