
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="886a09"] {
  --section-id: "886a09";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/886a09";
  --public-url: "https://ach-epsilon.proweb.cz/_section/886a09";
}
.strip[data-id="886a09"] .abyss-nav {
  position: relative;
  z-index: 100;
  background: rgba(3, 12, 32, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(94, 234, 212, 0.14);
}
.strip[data-id="886a09"] .abyss-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.strip[data-id="886a09"] .abyss-nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #f0faff;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.strip[data-id="886a09"] .abyss-nav__logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.25), rgba(167, 139, 250, 0.25));
  border: 1px solid rgba(34, 211, 238, 0.45);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
}
.strip[data-id="886a09"] .abyss-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="886a09"] .abyss-nav__links a {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 999px;
  color: #c7d8e8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.strip[data-id="886a09"] .abyss-nav__links a:hover {
  color: #5eead4;
  background: rgba(94, 234, 212, 0.08);
}
.strip[data-id="886a09"] .abyss-nav__links a.is-active {
  color: #04121f;
  background: linear-gradient(120deg, #22d3ee, #a78bfa);
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.4);
}
.strip[data-id="886a09"] .abyss-nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="886a09"] .abyss-nav__burger span {
  width: 24px;
  height: 2px;
  background: #5eead4;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 720px) {
  .strip[data-id="886a09"] .abyss-nav__burger {
    display: flex;
  }
  .strip[data-id="886a09"] .abyss-nav__links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px 20px 20px;
    background: rgba(3, 12, 32, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(94, 234, 212, 0.14);
    display: none;
  }
  .strip[data-id="886a09"] .abyss-nav__links.is-open {
    display: flex;
  }
  .strip[data-id="886a09"] .abyss-nav__links a {
    text-align: center;
    padding: 12px 20px;
  }
}.strip[data-id=bc802f] {
  --section-id: "bc802f";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/bc802f";
  --public-url: "https://ach-epsilon.proweb.cz/_section/bc802f";
}
.strip[data-id=bc802f] .abyss-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(2, 8, 32, 0.55) 0%, rgba(2, 8, 32, 0.75) 60%, #02081f 100%), url(https://ach-epsilon.proweb.cz/_section/bc802f/hero-bg.jpg) center/cover no-repeat;
  padding: 120px 24px 80px;
  overflow: hidden;
  text-align: center;
}
.strip[data-id=bc802f] .abyss-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=bc802f] .abyss-hero__eyebrow {
  color: #5eead4;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-shadow: 0 0 18px rgba(94, 234, 212, 0.8);
  animation: abyssFadeUp 1s ease both;
}
.strip[data-id=bc802f] .abyss-hero__title {
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 1.02;
  font-weight: 800;
  color: #f0faff;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
  animation: abyssFadeUp 1s 0.15s ease both;
}
.strip[data-id=bc802f] .abyss-hero__title span {
  background: linear-gradient(120deg, #22d3ee, #a78bfa, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(34, 211, 238, 0.45));
}
.strip[data-id=bc802f] .abyss-hero__lead {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: #c7d8e8;
  animation: abyssFadeUp 1s 0.3s ease both;
}
.strip[data-id=bc802f] .abyss-hero__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: abyssFadeUp 1s 0.45s ease both;
}
.strip[data-id=bc802f] .abyss-btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.strip[data-id=bc802f] .abyss-btn--glow {
  background: linear-gradient(120deg, #22d3ee, #a78bfa);
  color: #04121f;
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.45), 0 0 60px rgba(167, 139, 250, 0.25);
}
.strip[data-id=bc802f] .abyss-btn--glow:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 45px rgba(34, 211, 238, 0.7), 0 0 90px rgba(167, 139, 250, 0.4);
}
.strip[data-id=bc802f] .abyss-btn--ghost {
  border: 1px solid rgba(94, 234, 212, 0.5);
  color: #d9fbf5;
  background: rgba(8, 25, 55, 0.4);
  backdrop-filter: blur(6px);
}
.strip[data-id=bc802f] .abyss-btn--ghost:hover {
  background: rgba(94, 234, 212, 0.12);
  box-shadow: 0 0 25px rgba(94, 234, 212, 0.35);
  transform: translateY(-3px);
}
.strip[data-id=bc802f] .abyss-hero__stats {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  animation: abyssFadeUp 1s 0.6s ease both;
}
.strip[data-id=bc802f] .abyss-stat {
  min-width: 170px;
  padding: 18px 26px;
  border-radius: 18px;
  background: rgba(10, 30, 60, 0.55);
  border: 1px solid rgba(94, 234, 212, 0.22);
  backdrop-filter: blur(8px);
}
.strip[data-id=bc802f] .abyss-stat strong {
  display: block;
  font-size: 1.7rem;
  color: #5eead4;
  text-shadow: 0 0 16px rgba(94, 234, 212, 0.6);
}
.strip[data-id=bc802f] .abyss-stat span {
  font-size: 0.85rem;
  color: #9fb6cc;
}
.strip[data-id=bc802f] .abyss-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 44px;
  border: 2px solid rgba(94, 234, 212, 0.5);
  border-radius: 999px;
  z-index: 2;
}
.strip[data-id=bc802f] .abyss-hero__scroll span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: #5eead4;
  border-radius: 4px;
  animation: abyssScroll 1.8s ease-in-out infinite;
}
@keyframes abyssScroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes abyssFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .strip[data-id=bc802f] .abyss-hero {
    padding: 100px 18px 90px;
  }
  .strip[data-id=bc802f] .abyss-hero__stats {
    gap: 12px;
    margin-top: 44px;
  }
  .strip[data-id=bc802f] .abyss-stat {
    min-width: 130px;
    padding: 14px 16px;
  }
  .strip[data-id=bc802f] .abyss-stat strong {
    font-size: 1.25rem;
  }
}@charset "UTF-8";
.strip[data-id=d57b9b] {
  --section-id: "d57b9b";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/d57b9b";
  --public-url: "https://ach-epsilon.proweb.cz/_section/d57b9b";
}
.strip[data-id=d57b9b] .abyss-about {
  background: linear-gradient(180deg, #02081f 0%, #04102e 100%);
  padding: 110px 24px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=d57b9b] .abyss-about::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.18), transparent 65%);
  pointer-events: none;
}
.strip[data-id=d57b9b] .abyss-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id=d57b9b] .abyss-about__media {
  position: relative;
}
.strip[data-id=d57b9b] .abyss-about__media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 50px rgba(34, 211, 238, 0.18);
  border: 1px solid rgba(94, 234, 212, 0.25);
}
.strip[data-id=d57b9b] .abyss-about__media::after {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 180px;
  height: 180px;
  border-right: 3px solid rgba(34, 211, 238, 0.6);
  border-bottom: 3px solid rgba(34, 211, 238, 0.6);
  border-radius: 0 0 28px 0;
  pointer-events: none;
}
.strip[data-id=d57b9b] .abyss-about__eyebrow {
  color: #5eead4;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.strip[data-id=d57b9b] .abyss-about__title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  color: #f0faff;
  margin: 0 0 22px;
  font-weight: 800;
}
.strip[data-id=d57b9b] .abyss-about__title em {
  font-style: normal;
  color: #22d3ee;
  text-shadow: 0 0 24px rgba(34, 211, 238, 0.5);
}
.strip[data-id=d57b9b] .abyss-about__text {
  color: #b9cbe0;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 16px;
}
.strip[data-id=d57b9b] .abyss-about__list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}
.strip[data-id=d57b9b] .abyss-about__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #d3e3f2;
  font-size: 1rem;
  line-height: 1.6;
}
.strip[data-id=d57b9b] .abyss-about__list li::before {
  content: "✦";
  color: #a78bfa;
  text-shadow: 0 0 12px rgba(167, 139, 250, 0.8);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .strip[data-id=d57b9b] .abyss-about {
    padding: 80px 20px;
  }
  .strip[data-id=d57b9b] .abyss-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=d57b9b] .abyss-about__media img {
    height: 320px;
  }
}.strip[data-id="6e5bfe"] {
  --section-id: "6e5bfe";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/6e5bfe";
  --public-url: "https://ach-epsilon.proweb.cz/_section/6e5bfe";
}
.strip[data-id="6e5bfe"] .abyss-cards {
  background: linear-gradient(180deg, #04102e 0%, #02081f 100%);
  padding: 110px 24px;
}
.strip[data-id="6e5bfe"] .abyss-cards__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="6e5bfe"] .abyss-cards__head {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="6e5bfe"] .abyss-cards__eyebrow {
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.strip[data-id="6e5bfe"] .abyss-cards__title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: #f0faff;
  font-weight: 800;
  margin: 0;
}
.strip[data-id="6e5bfe"] .abyss-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.strip[data-id="6e5bfe"] .abyss-card {
  position: relative;
  border-radius: 26px;
  padding: 44px 32px 36px;
  background: rgba(12, 32, 64, 0.6);
  border: 1px solid rgba(94, 234, 212, 0.16);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.strip[data-id="6e5bfe"] .abyss-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22d3ee, #a78bfa, #f472b6);
  opacity: 0.7;
}
.strip[data-id="6e5bfe"] .abyss-card:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 234, 212, 0.5);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(34, 211, 238, 0.15);
}
.strip[data-id="6e5bfe"] .abyss-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 26px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.35);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.25);
}
.strip[data-id="6e5bfe"] .abyss-card:nth-child(2) .abyss-card__icon {
  background: rgba(167, 139, 250, 0.12);
  border-color: rgba(167, 139, 250, 0.4);
  box-shadow: 0 0 24px rgba(167, 139, 250, 0.3);
}
.strip[data-id="6e5bfe"] .abyss-card:nth-child(3) .abyss-card__icon {
  background: rgba(244, 114, 182, 0.12);
  border-color: rgba(244, 114, 182, 0.4);
  box-shadow: 0 0 24px rgba(244, 114, 182, 0.3);
}
.strip[data-id="6e5bfe"] .abyss-card__title {
  font-size: 1.35rem;
  color: #f0faff;
  margin: 0 0 14px;
  font-weight: 700;
}
.strip[data-id="6e5bfe"] .abyss-card__text {
  color: #aebfd4;
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0;
}
.strip[data-id="6e5bfe"] .abyss-card__tag {
  display: inline-block;
  margin-top: 22px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5eead4;
}
@media (max-width: 900px) {
  .strip[data-id="6e5bfe"] .abyss-cards {
    padding: 80px 20px;
  }
  .strip[data-id="6e5bfe"] .abyss-cards__grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=a542fe] {
  --section-id: "a542fe";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/a542fe";
  --public-url: "https://ach-epsilon.proweb.cz/_section/a542fe";
}
.strip[data-id=a542fe] .abyss-gallery {
  background: linear-gradient(180deg, #02081f 0%, #030d28 100%);
  padding: 110px 24px;
}
.strip[data-id=a542fe] .abyss-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a542fe] .abyss-gallery__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.strip[data-id=a542fe] .abyss-gallery__eyebrow {
  color: #f472b6;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.strip[data-id=a542fe] .abyss-gallery__title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: #f0faff;
  font-weight: 800;
  margin: 0;
}
.strip[data-id=a542fe] .abyss-gallery__note {
  color: #8fa5bd;
  font-size: 0.95rem;
  max-width: 320px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=a542fe] .abyss-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.strip[data-id=a542fe] .abyss-gallery__item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3/4;
  border: 1px solid rgba(94, 234, 212, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.strip[data-id=a542fe] .abyss-gallery__item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 36px rgba(34, 211, 238, 0.25);
  z-index: 2;
}
.strip[data-id=a542fe] .abyss-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id=a542fe] .abyss-gallery__item:hover img {
  transform: scale(1.08);
}
.strip[data-id=a542fe] .abyss-gallery__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 31, 0.92));
  color: #eaf6ff;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
}
.strip[data-id=a542fe] .abyss-gallery__cap small {
  display: block;
  color: #5eead4;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .strip[data-id=a542fe] .abyss-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=a542fe] .abyss-gallery {
    padding: 80px 18px;
  }
  .strip[data-id=a542fe] .abyss-gallery__grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a542fe] .abyss-gallery__item {
    aspect-ratio: 4/5;
  }
}.strip[data-id=e4956c] {
  --section-id: "e4956c";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/e4956c";
  --public-url: "https://ach-epsilon.proweb.cz/_section/e4956c";
}
.strip[data-id=e4956c] .abyss-cta {
  position: relative;
  padding: 120px 24px;
  background: linear-gradient(180deg, #030d28 0%, #02081f 100%);
  overflow: hidden;
  text-align: center;
}
.strip[data-id=e4956c] .abyss-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(34, 211, 238, 0.12), transparent 40%), radial-gradient(circle at 80% 50%, rgba(167, 139, 250, 0.14), transparent 40%);
  pointer-events: none;
}
.strip[data-id=e4956c] .abyss-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id=e4956c] .abyss-cta__eyebrow {
  color: #5eead4;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.strip[data-id=e4956c] .abyss-cta__title {
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: #f0faff;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 24px;
}
.strip[data-id=e4956c] .abyss-cta__title span {
  background: linear-gradient(120deg, #22d3ee, #a78bfa, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.strip[data-id=e4956c] .abyss-cta__text {
  color: #b9cbe0;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 40px;
}
.strip[data-id=e4956c] .abyss-cta__btn {
  display: inline-block;
  padding: 18px 44px;
  border-radius: 999px;
  background: linear-gradient(120deg, #22d3ee, #a78bfa);
  color: #04121f;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.5), 0 0 70px rgba(167, 139, 250, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.strip[data-id=e4956c] .abyss-cta__btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 0 50px rgba(34, 211, 238, 0.75), 0 0 100px rgba(167, 139, 250, 0.5);
}
.strip[data-id=e4956c] .abyss-cta__hint {
  margin-top: 22px;
  color: #6f8aa5;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .strip[data-id=e4956c] .abyss-cta {
    padding: 90px 18px;
  }
}.strip[data-id="6c803f"] {
  --section-id: "6c803f";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/6c803f";
  --public-url: "https://ach-epsilon.proweb.cz/_section/6c803f";
}
.strip[data-id="6c803f"] .abyss-snow {
  background: #02081f;
  padding: 110px 24px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6c803f"] .abyss-snow__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="6c803f"] .abyss-snow__media {
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  position: relative;
}
.strip[data-id="6c803f"] .abyss-snow__media img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 0 60px rgba(34, 211, 238, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id="6c803f"] .abyss-snow__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #f0faff;
  font-weight: 800;
  margin-bottom: 24px;
}
.strip[data-id="6c803f"] .abyss-snow__title span {
  color: #5eead4;
  text-shadow: 0 0 20px rgba(94, 234, 212, 0.5);
}
.strip[data-id="6c803f"] .abyss-snow__text {
  max-width: 700px;
  color: #b9cbe0;
  font-size: 1.1rem;
  line-height: 1.8;
}
.strip[data-id="6c803f"] .abyss-snow__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.strip[data-id="6c803f"] .abyss-snow__particle {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(1px);
  animation: abyssSnowFall linear infinite;
}
@keyframes abyssSnowFall {
  0% {
    transform: translateY(-10vh) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(110vh) translateX(20px);
    opacity: 0;
  }
}.strip[data-id="150eb2"] {
  --section-id: "150eb2";
  --storage-url: "https://ach-epsilon.proweb.cz/_section/150eb2";
  --public-url: "https://ach-epsilon.proweb.cz/_section/150eb2";
}
.strip[data-id="150eb2"] .abyss-footer {
  background: #01050f;
  border-top: 1px solid rgba(94, 234, 212, 0.12);
  padding: 60px 24px 40px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="150eb2"] .abyss-footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 160px;
  background: radial-gradient(ellipse, rgba(34, 211, 238, 0.1), transparent 70%);
  pointer-events: none;
}
.strip[data-id="150eb2"] .abyss-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.strip[data-id="150eb2"] .abyss-footer__brand {
  font-weight: 800;
  color: #f0faff;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="150eb2"] .abyss-footer__brand span {
  color: #5eead4;
  text-shadow: 0 0 14px rgba(94, 234, 212, 0.6);
}
.strip[data-id="150eb2"] .abyss-footer__text {
  color: #6f8aa5;
  font-size: 0.9rem;
  margin: 0;
}
.strip[data-id="150eb2"] .abyss-footer__links {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="150eb2"] .abyss-footer__links a {
  color: #9fb6cc;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.strip[data-id="150eb2"] .abyss-footer__links a:hover {
  color: #5eead4;
  text-shadow: 0 0 14px rgba(94, 234, 212, 0.6);
}
@media (max-width: 640px) {
  .strip[data-id="150eb2"] .abyss-footer {
    padding: 50px 18px 36px;
  }
  .strip[data-id="150eb2"] .abyss-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}