@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
.strip[data-id=a6b63e] {
  --section-id: "a6b63e";
  --storage-url: "https://dermaguard.proweb.cz/_section/a6b63e";
  --public-url: "https://dermaguard.proweb.cz/_section/a6b63e";
}
.strip[data-id=a6b63e] .dg-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  width: 100%;
  z-index: 100;
}
.strip[data-id=a6b63e] .dg-header .header-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.strip[data-id=a6b63e] .dg-header .logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  user-select: none;
  transition: opacity 0.2s ease;
}
.strip[data-id=a6b63e] .dg-header .logo-link:hover {
  opacity: 0.88;
}
.strip[data-id=a6b63e] .dg-header .logo-svg {
  display: block;
  width: 140px;
  height: auto;
  max-height: 52px;
}
.strip[data-id=a6b63e] .dg-header .desktop-nav {
  display: flex;
  align-items: center;
}
.strip[data-id=a6b63e] .dg-header .nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.strip[data-id=a6b63e] .dg-header .nav-item {
  margin: 0;
  padding: 0;
}
.strip[data-id=a6b63e] .dg-header .nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.strip[data-id=a6b63e] .dg-header .nav-link:hover {
  color: #c61f78;
}
.strip[data-id=a6b63e] .dg-header .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #c61f78;
  transition: width 0.2s ease;
}
.strip[data-id=a6b63e] .dg-header .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=a6b63e] .dg-header .mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #222222;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.strip[data-id=a6b63e] .dg-header .mobile-toggle:hover {
  background-color: #f3f4f6;
}
.strip[data-id=a6b63e] .dg-header .mobile-toggle svg {
  display: block;
  width: 26px;
  height: 26px;
}
.strip[data-id=a6b63e] .dg-header .mobile-menu {
  display: none;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  padding: 16px 24px 24px;
}
.strip[data-id=a6b63e] .dg-header .mobile-menu.is-open {
  display: block;
}
.strip[data-id=a6b63e] .dg-header .mobile-menu .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id=a6b63e] .dg-header .mobile-menu .mobile-nav-link {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.strip[data-id=a6b63e] .dg-header .mobile-menu .mobile-nav-link:hover {
  color: #c61f78;
  padding-left: 6px;
}
@media (max-width: 1080px) {
  .strip[data-id=a6b63e] .dg-header .nav-list {
    gap: 20px;
  }
  .strip[data-id=a6b63e] .dg-header .nav-link {
    font-size: 12.5px;
  }
}
@media (max-width: 960px) {
  .strip[data-id=a6b63e] .dg-header .desktop-nav {
    display: none;
  }
  .strip[data-id=a6b63e] .dg-header .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}.strip[data-id="9f2466"] {
  --section-id: "9f2466";
  --storage-url: "https://dermaguard.proweb.cz/_section/9f2466";
  --public-url: "https://dermaguard.proweb.cz/_section/9f2466";
}
.strip[data-id="9f2466"] .dg-hero {
  position: relative;
  width: 100%;
  background-color: #07091e;
  background-image: url(https://dermaguard.proweb.cz/_section/9f2466/hero-bg.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.strip[data-id="9f2466"] .dg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 8, 28, 0.95) 0%, rgba(6, 8, 28, 0.8) 35%, rgba(6, 8, 28, 0.25) 60%, rgba(6, 8, 28, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="9f2466"] .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 90px 28px;
  box-sizing: border-box;
}
.strip[data-id="9f2466"] .hero-content {
  max-width: 560px;
}
.strip[data-id="9f2466"] .hero-title {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 40px;
}
.strip[data-id="9f2466"] .hero-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 20px;
}
.strip[data-id="9f2466"] .hero-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #e0e4ec;
  margin: 0 0 36px;
}
.strip[data-id="9f2466"] .hero-action {
  display: flex;
  align-items: center;
}
.strip[data-id="9f2466"] .hero-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #92135a;
  color: #fff;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(146, 19, 90, 0.4);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.strip[data-id="9f2466"] .hero-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 42%;
  background: rgba(255, 255, 255, 0.22);
  filter: blur(10px);
  transform: skewX(-22deg);
  transition: left 0.7s ease;
  pointer-events: none;
}
.strip[data-id="9f2466"] .hero-btn:hover::after {
  left: 120%;
}
.strip[data-id="9f2466"] .hero-btn:hover {
  background-color: #ad186c;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(173, 24, 108, 0.5);
}
.strip[data-id="9f2466"] .hero-btn:active {
  transform: translateY(0);
}
.strip[data-id="9f2466"] .btn-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.strip[data-id="9f2466"] .hero-btn:hover .btn-arrow {
  transform: translateX(4px);
}
@media (max-width: 1200px) {
  .strip[data-id="9f2466"] .dg-hero {
    min-height: 590px;
  }
  .strip[data-id="9f2466"] .hero-title {
    font-size: 41px;
    margin-bottom: 40px;
  }
  .strip[data-id="9f2466"] .hero-content {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .strip[data-id="9f2466"] .dg-hero {
    min-height: 560px;
    background-position: 70% center;
  }
  .strip[data-id="9f2466"] .dg-hero::before {
    background: linear-gradient(90deg, rgba(6, 8, 28, 0.95) 0%, rgba(6, 8, 28, 0.88) 55%, rgba(6, 8, 28, 0.4) 100%);
  }
  .strip[data-id="9f2466"] .hero-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .strip[data-id="9f2466"] .hero-subtitle {
    font-size: 17px;
  }
  .strip[data-id="9f2466"] .hero-description {
    font-size: 15px;
  }
  .strip[data-id="9f2466"] .hero-content {
    max-width: 460px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="9f2466"] .dg-hero {
    min-height: auto;
    padding: 30px 0;
    background-position: center right;
  }
  .strip[data-id="9f2466"] .dg-hero::before {
    background: rgba(6, 8, 28, 0.88);
  }
  .strip[data-id="9f2466"] .hero-container {
    padding: 58px 20px;
  }
  .strip[data-id="9f2466"] .hero-title {
    font-size: 30px;
    line-height: 1.22;
    margin-bottom: 40px;
  }
  .strip[data-id="9f2466"] .hero-subtitle {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .strip[data-id="9f2466"] .hero-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 34px;
  }
  .strip[data-id="9f2466"] .hero-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 13.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="9f2466"] .hero-btn, .strip[data-id="9f2466"] .hero-btn::after, .strip[data-id="9f2466"] .btn-arrow {
    transition: none;
  }
}.strip[data-id="70b23f"] {
  --section-id: "70b23f";
  --storage-url: "https://dermaguard.proweb.cz/_section/70b23f";
  --public-url: "https://dermaguard.proweb.cz/_section/70b23f";
}
.strip[data-id="70b23f"] .benefits-strip {
  background: #fff;
  padding: 18px 24px 20px;
  color: #18205c;
}
.strip[data-id="70b23f"] .benefits-strip__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.strip[data-id="70b23f"] .benefit-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 4px 27px;
  border-right: 1px solid rgba(24, 32, 92, 0.28);
  transition: transform 0.25s ease, background-color 0.25s ease;
  border-radius: 8px;
}
.strip[data-id="70b23f"] .benefit-item:hover {
  transform: translateY(-3px);
  background-color: rgba(244, 241, 252, 0.7);
}
.strip[data-id="70b23f"] .benefit-item:first-child {
  padding-left: 0;
}
.strip[data-id="70b23f"] .benefit-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.strip[data-id="70b23f"] .benefit-item__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
.strip[data-id="70b23f"] .benefit-item__icon img {
  display: block;
  width: 43px;
  height: 43px;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id="70b23f"] .benefit-item:hover .benefit-item__icon img {
  transform: scale(1.08) rotate(-3deg);
}
.strip[data-id="70b23f"] .benefit-item__copy {
  min-width: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.strip[data-id="70b23f"] .benefit-item__copy > editable-content:first-child {
  display: block;
  margin-bottom: 7px;
  color: #171d63;
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.strip[data-id="70b23f"] .benefit-item__copy > editable-content:last-child {
  display: block;
  color: #30356c;
  font-size: clamp(0.63rem, 0.66vw, 0.76rem);
  line-height: 1.35;
}
@media (max-width: 1050px) {
  .strip[data-id="70b23f"] .benefits-strip {
    padding: 16px 20px;
  }
  .strip[data-id="70b23f"] .benefits-strip__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }
  .strip[data-id="70b23f"] .benefit-item:nth-child(3) {
    border-right: 0;
  }
  .strip[data-id="70b23f"] .benefit-item:nth-child(4) {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .strip[data-id="70b23f"] .benefits-strip {
    padding: 16px 18px;
  }
  .strip[data-id="70b23f"] .benefits-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 0;
  }
  .strip[data-id="70b23f"] .benefit-item, .strip[data-id="70b23f"] .benefit-item:first-child, .strip[data-id="70b23f"] .benefit-item:nth-child(4) {
    padding: 0 14px;
    border-right: 1px solid rgba(24, 32, 92, 0.22);
  }
  .strip[data-id="70b23f"] .benefit-item:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
  }
  .strip[data-id="70b23f"] .benefit-item:nth-child(2n+1) {
    padding-left: 0;
  }
  .strip[data-id="70b23f"] .benefit-item__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .strip[data-id="70b23f"] .benefit-item__icon img {
    width: 35px;
    height: 35px;
  }
  .strip[data-id="70b23f"] .benefit-item {
    gap: 10px;
    align-items: flex-start;
  }
}
@media (max-width: 430px) {
  .strip[data-id="70b23f"] .benefits-strip__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .strip[data-id="70b23f"] .benefit-item, .strip[data-id="70b23f"] .benefit-item:first-child, .strip[data-id="70b23f"] .benefit-item:nth-child(4), .strip[data-id="70b23f"] .benefit-item:nth-child(2n+1) {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 32, 92, 0.18);
  }
  .strip[data-id="70b23f"] .benefit-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="70b23f"] .benefit-item, .strip[data-id="70b23f"] .benefit-item__icon img {
    transition: none;
  }
}.strip[data-id=dbf157] {
  --section-id: "dbf157";
  --storage-url: "https://dermaguard.proweb.cz/_section/dbf157";
  --public-url: "https://dermaguard.proweb.cz/_section/dbf157";
}
.strip[data-id=dbf157] .dg-solutions-section {
  width: 100%;
  box-sizing: border-box;
  padding: 36px 24px 52px;
  background: #fff;
}
.strip[data-id=dbf157] .solutions-container {
  width: min(100%, 1360px);
  margin: 0 auto;
}
.strip[data-id=dbf157] .solutions-heading {
  margin: 0 0 28px;
  color: #101638;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}
.strip[data-id=dbf157] .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.strip[data-id=dbf157] .solution-card {
  position: relative;
  display: flex;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(28, 24, 74, 0.08);
  border-radius: 14px;
  box-shadow: 0 5px 22px rgba(25, 28, 76, 0.1);
  isolation: isolate;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.strip[data-id=dbf157] .dg-solutions-section.is-visible .solution-card {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=dbf157] .dg-solutions-section.is-visible .solution-card:nth-child(2) {
  transition-delay: 0.08s;
}
.strip[data-id=dbf157] .dg-solutions-section.is-visible .solution-card:nth-child(3) {
  transition-delay: 0.16s;
}
.strip[data-id=dbf157] .solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(25, 28, 76, 0.16);
}
.strip[data-id=dbf157] .dg-solutions-section.is-visible .solution-card:hover {
  transform: translateY(-6px);
}
.strip[data-id=dbf157] .card-protect {
  background: #f3effb;
}
.strip[data-id=dbf157] .card-cleanse {
  background: #eef5fb;
}
.strip[data-id=dbf157] .card-care {
  background: #edf8f3;
}
.strip[data-id=dbf157] .card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 68%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 12px 22px 24px;
}
.strip[data-id=dbf157] .card-header, .strip[data-id=dbf157] .card-desc, .strip[data-id=dbf157] .card-list, .strip[data-id=dbf157] .card-actions {
  max-width: 228px;
}
.strip[data-id=dbf157] .card-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}
.strip[data-id=dbf157] .card-icon-wrapper {
  display: grid;
  width: 50px;
  height: 56px;
  flex: 0 0 50px;
  place-items: center;
}
.strip[data-id=dbf157] .card-icon {
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}
.strip[data-id=dbf157] .solution-card:hover .card-icon {
  transform: scale(1.06);
}
.strip[data-id=dbf157] .card-protect .card-icon, .strip[data-id=dbf157] .card-protect .check-icon {
  color: #4e2691;
}
.strip[data-id=dbf157] .card-cleanse .card-icon, .strip[data-id=dbf157] .card-cleanse .check-icon {
  color: #244d9b;
}
.strip[data-id=dbf157] .card-care .card-icon, .strip[data-id=dbf157] .card-care .check-icon {
  color: #24745d;
}
.strip[data-id=dbf157] .card-title-group {
  display: flex;
  flex-direction: column;
}
.strip[data-id=dbf157] .card-title-main, .strip[data-id=dbf157] .card-title-sub {
  color: #11183e;
  font-family: Arial, Helvetica, sans-serif;
}
.strip[data-id=dbf157] .card-title-main {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.12;
}
.strip[data-id=dbf157] .card-title-sub {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.18;
}
.strip[data-id=dbf157] .card-desc {
  min-height: 62px;
  margin: 0 0 15px;
  color: #27304d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}
.strip[data-id=dbf157] .card-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.strip[data-id=dbf157] .card-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202846;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.28;
}
.strip[data-id=dbf157] .check-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
.strip[data-id=dbf157] .card-actions {
  margin-top: auto;
}
.strip[data-id=dbf157] .card-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 40px;
  box-sizing: border-box;
  padding: 11px 16px 11px 18px;
  border-radius: 5px;
  background: #291269;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.strip[data-id=dbf157] .card-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 42%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(10px);
  transform: skewX(-22deg);
  transition: left 0.7s ease;
  pointer-events: none;
}
.strip[data-id=dbf157] .card-btn:hover::after {
  left: 120%;
}
.strip[data-id=dbf157] .card-btn:hover {
  background: #43218d;
  transform: translateY(-1px);
}
.strip[data-id=dbf157] .btn-arrow {
  font-size: 1.12rem;
  line-height: 0.7;
}
.strip[data-id=dbf157] .card-media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
  overflow: hidden;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}
.strip[data-id=dbf157] .card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
.strip[data-id=dbf157] .solution-card:hover .card-media img {
  transform: scale(1.045);
}
@media (max-width: 1120px) {
  .strip[data-id=dbf157] .solutions-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
  .strip[data-id=dbf157] .solution-card {
    min-height: 330px;
  }
}
@media (max-width: 560px) {
  .strip[data-id=dbf157] .dg-solutions-section {
    padding: 28px 15px 40px;
  }
  .strip[data-id=dbf157] .solutions-heading {
    margin-bottom: 20px;
    font-size: 1.55rem;
  }
  .strip[data-id=dbf157] .solution-card {
    min-height: 0;
    flex-direction: column;
  }
  .strip[data-id=dbf157] .card-content {
    flex-basis: auto;
    padding: 24px 20px 22px;
  }
  .strip[data-id=dbf157] .card-header, .strip[data-id=dbf157] .card-desc, .strip[data-id=dbf157] .card-list, .strip[data-id=dbf157] .card-actions {
    max-width: none;
  }
  .strip[data-id=dbf157] .card-title-main {
    font-size: 1.2rem;
  }
  .strip[data-id=dbf157] .card-title-sub {
    font-size: 1.08rem;
  }
  .strip[data-id=dbf157] .card-desc {
    min-height: 0;
    font-size: 0.92rem;
  }
  .strip[data-id=dbf157] .card-list-item {
    font-size: 0.8rem;
  }
  .strip[data-id=dbf157] .card-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 215px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }
  .strip[data-id=dbf157] .card-btn {
    width: 100%;
    min-height: 46px;
    padding: 13px 18px;
    font-size: 0.72rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=dbf157] .solution-card, .strip[data-id=dbf157] .card-icon, .strip[data-id=dbf157] .card-media img, .strip[data-id=dbf157] .card-btn, .strip[data-id=dbf157] .card-btn::after {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .strip[data-id=dbf157] .solution-card:hover {
    transform: none;
  }
}.strip[data-id="42f7ab"] {
  --section-id: "42f7ab";
  --storage-url: "https://dermaguard.proweb.cz/_section/42f7ab";
  --public-url: "https://dermaguard.proweb.cz/_section/42f7ab";
}
.strip[data-id="42f7ab"] .industry-showcase {
  background: #fff;
  padding: clamp(1.4rem, 3vw, 2.6rem) 1.25rem clamp(2rem, 3.8vw, 3rem);
  overflow: hidden;
}
.strip[data-id="42f7ab"] .industry-showcase__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
.strip[data-id="42f7ab"] .industry-showcase h2 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  color: #172353;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
.strip[data-id="42f7ab"] .industry-showcase__viewport {
  overflow: hidden;
  margin: 0 auto;
}
.strip[data-id="42f7ab"] .industry-showcase__track {
  display: flex;
  gap: clamp(0.7rem, 1.6vw, 1.25rem);
  transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.strip[data-id="42f7ab"] .industry-card {
  position: relative;
  flex: 0 0 calc((100% - 4 * clamp(0.7rem, 1.6vw, 1.25rem)) / 5);
  aspect-ratio: 0.78;
  min-height: 245px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #6245c5, #182653);
  box-shadow: 0 12px 24px rgba(27, 38, 83, 0.14);
}
.strip[data-id="42f7ab"] .industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 29, 67, 0.02) 25%, rgba(20, 29, 67, 0.22) 48%, rgba(20, 29, 67, 0.94) 100%);
}
.strip[data-id="42f7ab"] .industry-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="42f7ab"] .industry-card__label {
  position: absolute;
  z-index: 1;
  right: 0.8rem;
  bottom: 1rem;
  left: 0.8rem;
  color: #fff;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}
.strip[data-id="42f7ab"] .industry-showcase__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.42rem;
  margin-top: 1.25rem;
}
.strip[data-id="42f7ab"] .industry-dot {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9ec;
  transition: transform 0.25s ease, background 0.25s ease;
}
.strip[data-id="42f7ab"] .industry-dot.is-active {
  background: #4f2bb8;
  transform: scale(1.3);
}
@media (max-width: 900px) {
  .strip[data-id="42f7ab"] .industry-card {
    flex-basis: calc((100% - 2 * clamp(0.7rem, 1.6vw, 1.25rem)) / 3);
  }
}
@media (max-width: 600px) {
  .strip[data-id="42f7ab"] .industry-showcase {
    padding: 1.5rem 1rem 2.2rem;
  }
  .strip[data-id="42f7ab"] .industry-card {
    flex-basis: calc((100% - 0.75rem) / 2);
    min-height: 220px;
  }
  .strip[data-id="42f7ab"] .industry-card__label {
    font-size: 0.7rem;
  }
}
@media (max-width: 420px) {
  .strip[data-id="42f7ab"] .industry-card {
    flex-basis: 100%;
    min-height: 300px;
  }
}.strip[data-id=f869ec] {
  --section-id: "f869ec";
  --storage-url: "https://dermaguard.proweb.cz/_section/f869ec";
  --public-url: "https://dermaguard.proweb.cz/_section/f869ec";
}
.strip[data-id=f869ec] .dg-trust-strip {
  width: 100%;
  padding: clamp(0.8rem, 2.2vw, 1.55rem) 1rem;
  background: #fff;
  box-sizing: border-box;
}
.strip[data-id=f869ec] .trust-container {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(1.15rem, 2vw, 1.5rem) clamp(1.15rem, 3vw, 2.4rem);
  background: #080f45;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 7px 18px rgba(10, 18, 67, 0.2);
  box-sizing: border-box;
}
.strip[data-id=f869ec] .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.strip[data-id=f869ec] .trust-item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: clamp(0.8rem, 1.6vw, 1.35rem);
  padding: 0.15rem clamp(0.8rem, 2.1vw, 2rem);
  box-sizing: border-box;
}
.strip[data-id=f869ec] .trust-item + .trust-item {
  border-left: 1px solid rgba(210, 219, 255, 0.42);
}
.strip[data-id=f869ec] .trust-icon {
  flex: 0 0 clamp(2.65rem, 4vw, 3.45rem);
  width: clamp(2.65rem, 4vw, 3.45rem);
  height: clamp(2.65rem, 4vw, 3.45rem);
}
.strip[data-id=f869ec] .trust-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strip[data-id=f869ec] .trust-copy {
  min-width: 0;
}
.strip[data-id=f869ec] .trust-copy h3 {
  margin: 0 0 0.28rem;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.strip[data-id=f869ec] .trust-copy p {
  max-width: 18rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial, sans-serif;
  font-size: clamp(0.62rem, 0.9vw, 0.74rem);
  line-height: 1.38;
}
@media (max-width: 760px) {
  .strip[data-id=f869ec] .trust-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .strip[data-id=f869ec] .trust-item {
    padding: 0;
  }
  .strip[data-id=f869ec] .trust-item + .trust-item {
    padding-top: 0.8rem;
    border-top: 1px solid rgba(210, 219, 255, 0.42);
    border-left: 0;
  }
}
@media (max-width: 420px) {
  .strip[data-id=f869ec] .dg-trust-strip {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }
  .strip[data-id=f869ec] .trust-container {
    border-radius: 12px;
    padding: 1rem 0.9rem;
  }
}.strip[data-id=f23cff] {
  --section-id: "f23cff";
  --storage-url: "https://dermaguard.proweb.cz/_section/f23cff";
  --public-url: "https://dermaguard.proweb.cz/_section/f23cff";
}
.strip[data-id=f23cff] .products-section {
  background: #fff;
  padding: 2.35rem 1.5rem 2.6rem;
  color: #241052;
}
.strip[data-id=f23cff] .products-container {
  max-width: 1360px;
  margin: 0 auto;
}
.strip[data-id=f23cff] h2 {
  margin: 0 0 1.45rem;
  color: #3b176f;
  font-size: clamp(1.6rem, 2.45vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.strip[data-id=f23cff] h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  margin: 0.55rem auto 0;
  border-radius: 99px;
  background: #3b176f;
}
.strip[data-id=f23cff] .products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}
.strip[data-id=f23cff] .product-card {
  min-width: 0;
  padding: 1.05rem 0.95rem 1.35rem;
  border: 1px solid #e7def1;
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(59, 23, 111, 0.24), 0 3px 8px rgba(59, 23, 111, 0.12);
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.strip[data-id=f23cff] .products-section.is-visible .product-card {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=f23cff] .products-section.is-visible .product-card:nth-child(2) {
  transition-delay: 0.06s;
}
.strip[data-id=f23cff] .products-section.is-visible .product-card:nth-child(3) {
  transition-delay: 0.12s;
}
.strip[data-id=f23cff] .products-section.is-visible .product-card:nth-child(4) {
  transition-delay: 0.18s;
}
.strip[data-id=f23cff] .products-section.is-visible .product-card:nth-child(5) {
  transition-delay: 0.24s;
}
.strip[data-id=f23cff] .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 34px rgba(59, 23, 111, 0.28), 0 4px 10px rgba(59, 23, 111, 0.14);
}
.strip[data-id=f23cff] .products-section.is-visible .product-card:hover {
  transform: translateY(-5px);
}
.strip[data-id=f23cff] .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.75rem;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
.strip[data-id=f23cff] .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}
.strip[data-id=f23cff] .product-card:hover .product-image img {
  transform: scale(1.045);
}
.strip[data-id=f23cff] h3 {
  margin: 0.2rem 0 0.65rem;
  color: #2d105c;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=f23cff] p {
  max-width: 16rem;
  margin: 0 auto;
  color: #302744;
  font-size: clamp(0.82rem, 0.98vw, 1rem);
  line-height: 1.45;
}
.strip[data-id=f23cff] .products-action {
  margin-top: 1.6rem;
  text-align: center;
}
.strip[data-id=f23cff] .products-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-width: min(18rem, 100%);
  padding: 0.9rem 1.6rem;
  border-radius: 0.35rem;
  background: #310c63;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}
.strip[data-id=f23cff] .products-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 42%;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(10px);
  transform: skewX(-22deg);
  transition: left 0.7s ease;
  pointer-events: none;
}
.strip[data-id=f23cff] .products-button:hover::after, .strip[data-id=f23cff] .products-button:focus-visible::after {
  left: 120%;
}
.strip[data-id=f23cff] .products-button:hover, .strip[data-id=f23cff] .products-button:focus-visible {
  background: #4d1a8a;
  transform: translateY(-2px);
}
@media (max-width: 1100px) {
  .strip[data-id=f23cff] .products-grid {
    gap: 0.95rem;
  }
  .strip[data-id=f23cff] .product-card {
    padding-inline: 0.7rem;
  }
}
@media (max-width: 900px) {
  .strip[data-id=f23cff] .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
  .strip[data-id=f23cff] .product-image {
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .strip[data-id=f23cff] .products-section {
    padding: 1.8rem 0.9rem 2.1rem;
  }
  .strip[data-id=f23cff] h2 {
    margin-bottom: 1.2rem;
  }
  .strip[data-id=f23cff] .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
  .strip[data-id=f23cff] .product-card {
    padding: 0.75rem 0.6rem 1rem;
  }
  .strip[data-id=f23cff] .product-image {
    height: 8.2rem;
    margin-bottom: 0.4rem;
  }
  .strip[data-id=f23cff] h3 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
  .strip[data-id=f23cff] p {
    font-size: 0.78rem;
    line-height: 1.35;
  }
}
@media (max-width: 390px) {
  .strip[data-id=f23cff] .products-grid {
    grid-template-columns: 1fr;
    max-width: 18rem;
    margin: 0 auto;
    gap: 1rem;
  }
  .strip[data-id=f23cff] .product-image {
    height: 10rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=f23cff] .product-card, .strip[data-id=f23cff] .product-image img, .strip[data-id=f23cff] .products-button, .strip[data-id=f23cff] .products-button::after {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .strip[data-id=f23cff] .product-card:hover {
    transform: none;
  }
}.strip[data-id="560cd9"] {
  --section-id: "560cd9";
  --storage-url: "https://dermaguard.proweb.cz/_section/560cd9";
  --public-url: "https://dermaguard.proweb.cz/_section/560cd9";
}
.strip[data-id="560cd9"] .distributor-band {
  background: #f5f1fb;
  color: #2d1452;
  padding: clamp(0.8rem, 2.2vw, 1.55rem) 1.25rem;
}
.strip[data-id="560cd9"] .distributor-band__inner {
  width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 220px;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.25rem);
}
.strip[data-id="560cd9"] .distributor-band__icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #35105c;
  color: #fff;
  box-shadow: 0 8px 18px rgba(53, 16, 92, 0.16);
}
.strip[data-id="560cd9"] .distributor-band__icon svg {
  width: 64px;
  height: 64px;
}
.strip[data-id="560cd9"] .distributor-band__copy h2 {
  margin: 0;
  color: #35105c;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.strip[data-id="560cd9"] .distributor-band__action {
  justify-self: center;
}
.strip[data-id="560cd9"] .distributor-band__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 220px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid #8d6ab0;
  border-radius: 6px;
  color: #35105c;
  background: transparent;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="560cd9"] .distributor-band__button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -48%;
  width: 42%;
  background: rgba(53, 16, 92, 0.1);
  filter: blur(10px);
  transform: skewX(-22deg);
  transition: left 0.7s ease;
  pointer-events: none;
}
.strip[data-id="560cd9"] .distributor-band__button:hover::after, .strip[data-id="560cd9"] .distributor-band__button:focus-visible::after {
  left: 120%;
}
.strip[data-id="560cd9"] .distributor-band__button span {
  font-family: Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 0.8;
  font-weight: 400;
}
.strip[data-id="560cd9"] .distributor-band__button:hover, .strip[data-id="560cd9"] .distributor-band__button:focus-visible {
  color: #fff;
  background: #35105c;
  transform: translateY(-2px);
}
@media (max-width: 700px) {
  .strip[data-id="560cd9"] .distributor-band__inner {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 1rem;
  }
  .strip[data-id="560cd9"] .distributor-band__icon {
    width: 72px;
    height: 72px;
  }
  .strip[data-id="560cd9"] .distributor-band__icon svg {
    width: 50px;
    height: 50px;
  }
  .strip[data-id="560cd9"] .distributor-band__action {
    grid-column: 1/-1;
    justify-self: stretch;
    padding-left: 0;
  }
  .strip[data-id="560cd9"] .distributor-band__button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .strip[data-id="560cd9"] .distributor-band__copy h2 {
    font-size: 1rem;
  }
  .strip[data-id="560cd9"] .distributor-band__desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="560cd9"] .distributor-band__button, .strip[data-id="560cd9"] .distributor-band__button::after {
    transition: none;
  }
}.strip[data-id=b62b91] {
  --section-id: "b62b91";
  --storage-url: "https://dermaguard.proweb.cz/_section/b62b91";
  --public-url: "https://dermaguard.proweb.cz/_section/b62b91";
}
.strip[data-id=b62b91] .testimonials-section {
  position: relative;
  overflow: hidden;
  color: #d9b9d9;
  background-color: #250038;
  background-image: linear-gradient(180deg, rgba(30, 0, 43, 0.04) 0%, rgba(17, 0, 31, 0.2) 100%), url(https://dermaguard.proweb.cz/_section/b62b91/testimonials-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 38px 24px 32px;
}
.strip[data-id=b62b91] .testimonials-section::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 190%;
  right: -9%;
  top: -48%;
  border-left: 1px solid rgba(225, 177, 221, 0.1);
  border-radius: 50%;
  transform: rotate(24deg);
  pointer-events: none;
}
.strip[data-id=b62b91] .testimonials-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 28px;
  row-gap: 20px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
}
.strip[data-id=b62b91] .quote-mark {
  grid-row: 1/span 2;
  align-self: center;
  color: rgba(207, 139, 207, 0.62);
  font-family: Georgia, serif;
  font-size: 118px;
  font-weight: 700;
  line-height: 0.65;
  transform: translateY(-10px);
}
.strip[data-id=b62b91] .testimonials-slider {
  position: relative;
  min-height: 132px;
  display: flex;
  align-items: center;
}
.strip[data-id=b62b91] .testimonial-slide {
  display: none;
  width: 100%;
  animation: testimonial-fade 0.55s ease both;
  text-align: center;
}
.strip[data-id=b62b91] .testimonial-slide.is-active {
  display: block;
}
.strip[data-id=b62b91] .testimonial-slide blockquote {
  margin: 0;
  color: #d9b9d9;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.23rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.strip[data-id=b62b91] .testimonial-author {
  margin: 18px 0 0;
  color: #cda8ce;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 0.96rem;
  font-style: normal;
  line-height: 1.3;
}
.strip[data-id=b62b91] .testimonial-dots {
  display: flex;
  grid-column: 2;
  justify-content: center;
  gap: 8px;
  margin-top: 3px;
}
.strip[data-id=b62b91] .testimonial-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(218, 171, 213, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id=b62b91] .testimonial-dot:hover, .strip[data-id=b62b91] .testimonial-dot:focus-visible {
  transform: scale(1.3);
}
.strip[data-id=b62b91] .testimonial-dot.is-active {
  background: #d9b9d9;
}
@keyframes testimonial-fade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .strip[data-id=b62b91] .testimonials-section {
    padding: 30px 20px 24px;
    background-position: center center;
  }
  .strip[data-id=b62b91] .testimonials-inner {
    display: block;
  }
  .strip[data-id=b62b91] .quote-mark {
    height: 36px;
    font-size: 76px;
    line-height: 0.8;
    text-align: center;
    transform: none;
  }
  .strip[data-id=b62b91] .testimonials-slider {
    min-height: 245px;
    display: flex;
    align-items: center;
  }
  .strip[data-id=b62b91] .testimonial-slide {
    width: 100%;
  }
  .strip[data-id=b62b91] .testimonial-slide blockquote {
    font-size: 1rem;
    line-height: 1.55;
  }
  .strip[data-id=b62b91] .testimonial-author {
    margin-top: 20px;
  }
  .strip[data-id=b62b91] .testimonial-dots {
    margin-top: 10px;
  }
}.strip[data-id="2bc753"] {
  --section-id: "2bc753";
  --storage-url: "https://dermaguard.proweb.cz/_section/2bc753";
  --public-url: "https://dermaguard.proweb.cz/_section/2bc753";
}
.strip[data-id="2bc753"] .dg-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ececf0;
  color: #252238;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 42px 28px 36px;
}
.strip[data-id="2bc753"] .dg-footer .footer-container {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(165px, 1.1fr) 1.45fr 1.05fr 1.05fr 1fr;
  gap: 42px;
  align-items: start;
}
.strip[data-id="2bc753"] .dg-footer .footer-brand,
.strip[data-id="2bc753"] .dg-footer .footer-column {
  min-width: 0;
}
.strip[data-id="2bc753"] .dg-footer .footer-logo-link {
  display: inline-flex;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.strip[data-id="2bc753"] .dg-footer .footer-logo-link:hover {
  opacity: 0.82;
}
.strip[data-id="2bc753"] .dg-footer .footer-logo {
  display: block;
  width: 140px;
  height: auto;
  max-height: 63px;
}
.strip[data-id="2bc753"] .dg-footer .copyright {
  margin: 15px 0 0;
  color: #4c4a58;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id="2bc753"] .dg-footer .footer-column h2 {
  margin: 2px 0 18px;
  color: #17152d;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.35;
  text-transform: uppercase;
}
.strip[data-id="2bc753"] .dg-footer .footer-column p {
  margin: 0;
  color: #4f4d5d;
  font-size: 16px;
  line-height: 1.75;
}
.strip[data-id="2bc753"] .dg-footer .footer-column a:not(.facebook-link) {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="2bc753"] .dg-footer .footer-column a:not(.facebook-link):hover {
  color: #c61f78;
}
.strip[data-id="2bc753"] .dg-footer .facebook-link {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #321168;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.strip[data-id="2bc753"] .dg-footer .facebook-link:hover {
  background: #c61f78;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .strip[data-id="2bc753"] .dg-footer {
    padding: 38px 24px 32px;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 34px;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 520px) {
  .strip[data-id="2bc753"] .dg-footer {
    padding: 34px 20px 28px;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-brand {
    grid-column: auto;
    text-align: center;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-logo-link {
    justify-content: center;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-column {
    text-align: center;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-column h2 {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .strip[data-id="2bc753"] .dg-footer .footer-column p {
    font-size: 16px;
    line-height: 1.7;
  }
}