@charset "UTF-8";

:root {
  --kt-bg: #041018;
  --kt-panel: rgba(16, 27, 34, 0.88);
  --kt-panel-strong: rgba(8, 19, 26, 0.95);
  --kt-line: rgba(22, 182, 190, 0.28);
  --kt-blue: #24b7ff;
  --kt-cyan: #00b6b2;
  --kt-green: #9cb684;
  --kt-amber: #d98518;
  --cms-blue: #1887a2;
  --cms-sky: #20c6e8;
  --cms-teal: #008b88;
  --cms-green: #9bb984;
  --cms-gold: #d88b1a;
  --cms-coral: #e14f61;
  --noir-cream: #f2eadb;
  --noir-rose: #d85f82;
  --noir-rust: #8b2f10;
  --noir-mauve: #6d4650;
  --noir-ink: #02151b;
}

body {
  background:
    radial-gradient(circle at 16% 8%, rgba(0, 182, 178, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 2%, rgba(216, 95, 130, 0.11), transparent 28rem),
    radial-gradient(circle at 72% 72%, rgba(216, 139, 26, 0.08), transparent 36rem),
    linear-gradient(180deg, rgba(242, 234, 219, 0.045), transparent 36rem),
    var(--kt-bg);
}

body.aktuelles-page {
  position: relative;
  background: #030813;
}

body.aktuelles-page::after {
  content: "";
  position: fixed;
  inset: -26vh 0;
  pointer-events: none;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.3), rgba(3, 8, 19, 0.82) 48%, rgba(3, 8, 19, 0.95)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.62), rgba(3, 8, 19, 0.16) 48%, rgba(3, 8, 19, 0.7)),
    url("../img/backgrounds/aurora-aktuelles.jpg") center top / cover no-repeat;
  transform: translate3d(0, var(--kt-aurora-drift, 0px), 0) scale(1.04);
  transform-origin: center top;
  will-change: transform;
}

body::before {
  content: "";
  position: fixed;
  inset: -30vh 0;
  pointer-events: none;
  z-index: -1;
  transform: translate3d(0, var(--kt-star-drift, 0px), 0);
  will-change: transform, background-position;
  background-image:
    radial-gradient(circle, rgba(242, 234, 219, 0.74) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(216, 95, 130, 0.2) 0 1px, transparent 2px),
    linear-gradient(rgba(0, 182, 178, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 139, 26, 0.026) 1px, transparent 1px);
  background-size: 160px 160px, 240px 240px, 58px 58px, 58px 58px;
  opacity: 0.42;
  animation: kt-stars 48s linear infinite;
}

body:not(.aktuelles-page)::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: 0.22;
  background:
    radial-gradient(circle at 8% 24%, rgba(0, 139, 136, 0.18), transparent 20rem),
    radial-gradient(circle at 92% 18%, rgba(216, 95, 130, 0.14), transparent 22rem),
    linear-gradient(115deg, transparent 0 18%, rgba(242, 234, 219, 0.025) 18.4%, transparent 19.2% 48%, rgba(216, 139, 26, 0.032) 48.4%, transparent 49.4%),
    repeating-linear-gradient(0deg, rgba(242, 234, 219, 0.018) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
  body::before {
    transform: none;
    animation: none;
  }
}

@keyframes kt-stars {
  to {
    background-position: 380px 260px, 58px 58px, 58px 58px;
  }
}

.header {
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(101, 184, 255, 0.16);
}

.scrolled .header,
.header {
  --background-color: rgba(3, 8, 19, 0.78);
}

.logo .sitename {
  display: none;
}

.brand-logo-img {
  display: block;
  width: min(230px, 42vw);
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.16));
}

.header-social-links a {
  border: 1px solid var(--kt-line);
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  padding-left: 0;
  margin-left: 5px;
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 1200px) {
  .navmenu > ul > li {
    padding-inline: 9px;
  }

  .navmenu a,
  .navmenu a:focus {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header {
    isolation: isolate;
    z-index: 2147483000;
  }

  .header .container {
    gap: 12px;
  }

  .header .logo {
    min-width: 0;
    flex: 1 1 auto;
  }

  .header .navmenu {
    order: 4;
    flex: 0 0 auto;
  }

  .header .header-social-links {
    order: 3;
    padding-right: 0;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 2147483020;
    display: inline-grid !important;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 1px solid rgba(105, 247, 255, 0.3);
    border-radius: 50%;
    background: rgba(8, 18, 34, 0.82);
    color: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    touch-action: manipulation;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 2147483040;
    color: #fff;
    background: rgba(8, 18, 34, 0.95);
    border-color: rgba(105, 247, 255, 0.52);
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    inset: 0;
    z-index: 2147483010;
    overflow: hidden;
    background:
      radial-gradient(circle at 70% 20%, rgba(105, 247, 255, 0.16), transparent 24rem),
      rgba(2, 6, 14, 0.84);
    backdrop-filter: blur(18px);
  }

  .navmenu ul {
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
      rgba(8, 16, 31, 0.96);
    border: 1px solid rgba(151, 191, 240, 0.24);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  }

  .mobile-nav-active .navmenu > ul {
    display: block !important;
    position: fixed;
    inset: 86px 18px auto 18px;
    max-height: calc(100vh - 116px);
    padding: 16px;
    overflow-y: auto;
    z-index: 2147483030;
  }

  .navmenu a,
  .navmenu a:focus {
    border-radius: 14px;
    color: rgba(244, 248, 255, 0.88);
    font-size: 1.05rem;
    font-weight: 850;
    padding: 14px 16px;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff;
    background: rgba(105, 247, 255, 0.1);
  }
}

.hero {
  min-height: 100vh;
}

.index-page #hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #000;
}

.index-page #hero::before,
.index-page #hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.index-page #hero::before {
  z-index: 1;
  opacity: 0.62;
  mix-blend-mode: screen;
  background:
    linear-gradient(118deg, transparent 9%, rgba(105, 247, 255, 0.34) 10%, transparent 12% 38%, rgba(101, 184, 255, 0.28) 39%, transparent 41%),
    linear-gradient(24deg, transparent 18%, rgba(112, 200, 204, 0.22) 19%, transparent 21% 58%, rgba(105, 247, 255, 0.25) 59%, transparent 61%),
    radial-gradient(circle at 18% 72%, rgba(105, 247, 255, 0.26), transparent 11rem),
    radial-gradient(circle at 78% 36%, rgba(101, 184, 255, 0.32), transparent 13rem),
    radial-gradient(circle at 62% 68%, rgba(255, 214, 112, 0.16), transparent 9rem);
  background-size: 140% 140%, 132% 132%, auto, auto, auto;
  filter: blur(0.2px) drop-shadow(0 0 18px rgba(105, 247, 255, 0.26));
  animation: kt-city-current 11s ease-in-out infinite alternate;
}

.index-page #hero::after {
  z-index: 1;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(105, 247, 255, 0.88) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(101, 184, 255, 0.7) 0 1.3px, transparent 2.6px);
  background-size: 90px 90px, 142px 142px, 210px 210px;
  background-position: 0 0, 50px 28px, 120px 84px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 18%, black 90%, transparent);
  animation: kt-city-windows 6.5s ease-in-out infinite alternate;
}

.index-page #hero > .container {
  position: relative;
  z-index: 2;
}

.aktuelles-page #hero::before,
.aktuelles-page #hero::after {
  display: none;
  animation: none;
}

.index-page .main > .about.section:first-child {
  padding-top: clamp(130px, 13vw, 180px);
}

.index-page .main > .about.section:first-child .home-ai-feature {
  width: min(100% + clamp(80px, 10vw, 210px), 1860px);
  max-width: none;
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

.home-ai-feature-row {
  --bs-gutter-x: clamp(2.4rem, 6vw, 8rem);
}

.home-ai-image {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 31vw, 560px);
  border-radius: 12px;
  background: transparent;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 80px rgba(101, 184, 255, 0.12);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 92%, transparent 100%);
}

.home-ai-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.08), transparent 28%, rgba(3, 8, 19, 0.04)),
    linear-gradient(180deg, rgba(3, 8, 19, 0.08), transparent 24%, rgba(3, 8, 19, 0.12));
}

.home-ai-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.home-ai-feature .about-content {
  max-width: min(860px, 100%);
  padding-right: clamp(28px, 7vw, 150px);
}

.home-ai-intro .home-ai-feature {
  padding-inline: clamp(16px, 2.2vw, 42px);
}

.home-ai-intro.production-hero {
  background:
    radial-gradient(circle at 34% 46%, rgba(255, 224, 132, 0.18), transparent 24rem),
    radial-gradient(circle at 54% 42%, rgba(255, 255, 226, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(105, 247, 255, 0.06), transparent 24rem),
    linear-gradient(90deg, rgba(3, 8, 19, 0.94), rgba(3, 8, 19, 0.98));
}

.home-ai-intro.production-hero::before {
  opacity: 0.26;
}

.home-ai-intro .home-ai-image {
  border-radius: 16px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 110px rgba(255, 214, 112, 0.2);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.86) 13%, black 34%, black 68%, rgba(0, 0, 0, 0.82) 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.86) 13%, black 34%, black 68%, rgba(0, 0, 0, 0.82) 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

.home-ai-intro .home-ai-image::after {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 224, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(3, 8, 19, 0.18), transparent 30%, transparent 70%, rgba(3, 8, 19, 0.64)),
    linear-gradient(180deg, rgba(3, 8, 19, 0.2), transparent 28%, rgba(3, 8, 19, 0.22));
}

.home-ai-intro .home-ai-image img {
  object-position: center;
}

.home-ai-intro .about-content {
  position: relative;
  z-index: 3;
  margin-left: clamp(-270px, -13vw, -132px);
  padding: clamp(30px, 4.2vw, 62px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-ai-intro .about-content::before {
  content: none;
}

.home-ai-intro .about-content > * {
  position: relative;
  z-index: 1;
}

.home-service-modules {
  width: min(1480px, calc(100vw - clamp(24px, 4vw, 72px)));
  max-width: none;
  margin-inline: auto;
  justify-content: center;
}

.home-service-modules .about-card {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--module-accent) 52%, rgba(151, 191, 240, 0.24)) !important;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--module-accent) 18%, transparent), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.032)),
    rgba(8, 15, 29, 0.84) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 0 36px color-mix(in srgb, var(--module-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-service-modules .about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--module-accent) 22%, transparent), transparent 32%),
    linear-gradient(115deg, transparent 62%, color-mix(in srgb, var(--module-accent) 16%, transparent));
  opacity: 0.7;
}

.home-service-modules .about-card > * {
  position: relative;
  z-index: 1;
}

.home-service-modules .about-card .icon-wrap {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--module-accent) 92%, white 8%), color-mix(in srgb, var(--module-accent) 64%, #0b1220 36%)) !important;
  color: #06101f !important;
  box-shadow:
    0 18px 34px color-mix(in srgb, var(--module-accent) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.home-service-modules .about-card .icon-wrap i {
  color: #06101f !important;
}

.home-service-modules .about-card h5 {
  color: #fff;
}

.home-service-modules .kt-link-card {
  height: 100%;
}

.card-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: color-mix(in srgb, var(--module-accent, var(--kt-cyan)) 84%, #fff 16%);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.card-mini-link i {
  transition: transform 0.22s ease;
}

.kt-link-card:hover .card-mini-link i,
.kt-link-card:focus-visible .card-mini-link i {
  transform: translateX(5px);
}

.hero .hero-background .overlay {
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.78), rgba(3, 8, 19, 0.38), rgba(3, 8, 19, 0.74)),
    radial-gradient(circle at 72% 45%, rgba(105, 247, 255, 0.2), transparent 22rem);
}

.ai-timeshift-hero {
  isolation: isolate;
}

.ai-timeshift-hero .hero-background {
  overflow: hidden;
}

.ai-timeshift-hero .hero-background img {
  transform: scaleX(-1) scale(1.08);
  transform-origin: center;
  filter: saturate(1.2) contrast(1.08) brightness(0.92);
  animation: kt-ai-timeshift-drift 20s ease-in-out infinite alternate;
}

.ai-timeshift-hero .hero-background::before,
.ai-timeshift-hero .hero-background::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 2;
  pointer-events: none;
}

.ai-timeshift-hero .hero-background::before {
  background:
    radial-gradient(circle at 32% 42%, rgba(105, 247, 255, 0.32), transparent 18rem),
    radial-gradient(circle at 72% 34%, rgba(101, 184, 255, 0.2), transparent 24rem),
    linear-gradient(115deg, transparent 18%, rgba(105, 247, 255, 0.13) 45%, transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: kt-ai-timeshift-glow 7s ease-in-out infinite alternate;
}

.ai-timeshift-hero .hero-background::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(105, 247, 255, 0.72) 0 1px, transparent 1.8px);
  background-size: 86px 86px, 142px 142px;
  background-position: 0 0, 32px 54px;
  opacity: 0.18;
  mix-blend-mode: screen;
  animation: kt-ai-timeshift-sparkle 11s linear infinite;
}

.ai-timeshift-hero .hero-background .overlay {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.82), rgba(3, 8, 19, 0.28) 46%, rgba(3, 8, 19, 0.78)),
    linear-gradient(180deg, rgba(3, 8, 19, 0.96), rgba(3, 8, 19, 0.08) 30%, rgba(3, 8, 19, 0.9)),
    radial-gradient(circle at 28% 46%, rgba(105, 247, 255, 0.24), transparent 24rem);
}

.ai-timeshift-hero .hero-content {
  background: linear-gradient(135deg, rgba(3, 8, 19, 0.46), rgba(3, 8, 19, 0.2));
}

@keyframes kt-ai-timeshift-drift {
  from {
    transform: scaleX(-1) translateX(-1.6%) scale(1.08);
  }

  to {
    transform: scaleX(-1) translateX(1.6%) scale(1.12);
  }
}

@keyframes kt-ai-timeshift-glow {
  from {
    opacity: 0.48;
    transform: translate3d(-1%, 1%, 0) scale(1);
  }

  to {
    opacity: 0.86;
    transform: translate3d(1.5%, -1%, 0) scale(1.04);
  }
}

@keyframes kt-ai-timeshift-sparkle {
  from {
    background-position: 0 0, 32px 54px;
  }

  to {
    background-position: 86px -86px, -110px 196px;
  }
}

.hero .hero-content {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(101, 184, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(3, 8, 19, 0.72), rgba(3, 8, 19, 0.34));
  backdrop-filter: blur(8px);
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero .hero-content .hero-badge,
.kt-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 182, 178, 0.42);
  border-radius: 999px;
  color: var(--kt-cyan);
  background:
    linear-gradient(135deg, rgba(242, 234, 219, 0.08), rgba(242, 234, 219, 0.02)),
    rgba(2, 21, 27, 0.75);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 219, 0.12),
    0 0 22px rgba(0, 182, 178, 0.08);
}

.hero .hero-content h1 {
  max-width: 780px;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 32px rgba(105, 247, 255, 0.18), 0 2px 18px rgba(0, 0, 0, 0.8);
}

.hero .hero-content p {
  max-width: 680px;
  color: rgba(243, 246, 244, 0.92);
}

.hero .btn-primary,
.hero .hero-actions .btn-primary,
.about .about-content .btn-primary,
.call-to-action .action-area .btn-primary,
.btn-primary,
.cta-button,
.btn-komtrigon {
  background: linear-gradient(135deg, #88e8ff, #7aa6ff 58%, #70c8cc);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #051224;
  border-radius: 999px !important;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(105, 151, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero .btn-primary:hover,
.hero .hero-actions .btn-primary:hover,
.about .about-content .btn-primary:hover,
.call-to-action .action-area .btn-primary:hover,
.btn-primary:hover,
.cta-button:hover,
.btn-komtrigon:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 18px 42px rgba(105, 151, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.hero .btn-secondary,
.hero .hero-actions .btn-secondary,
.btn-ghost-komtrigon {
  border: 1px solid rgba(151, 191, 240, 0.32);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero .hero-actions .btn-primary,
.hero .hero-actions .btn-secondary {
  min-width: min(100%, 232px);
  min-height: 52px;
  justify-content: center;
  white-space: nowrap;
}

.hero .hero-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@keyframes kt-city-current {
  from {
    opacity: 0.4;
    background-position: 0% 48%, 100% 60%, center, center, center;
  }

  45% {
    opacity: 0.78;
  }

  to {
    opacity: 0.64;
    background-position: 82% 44%, 22% 56%, center, center, center;
  }
}

@keyframes kt-city-windows {
  from {
    opacity: 0.24;
    background-position: 0 0, 50px 28px, 120px 84px;
  }

  to {
    opacity: 0.58;
    background-position: 24px -18px, 34px 50px, 154px 60px;
  }
}

.kt-motion-hero {
  position: relative;
  isolation: isolate;
  --motion-poster: url("../img/services/services-8.webp");
  min-height: clamp(430px, 58vh, 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-block: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.78), rgba(3, 8, 19, 0.22) 42%, rgba(3, 8, 19, 0.84)),
    rgba(3, 8, 19, 0.18);
}

.kt-motion-hero .motion-bg,
.kt-motion-hero .motion-poster,
.kt-motion-hero .motion-overlay,
.kt-motion-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kt-motion-hero .motion-bg {
  z-index: -2;
  inset: -2px 0;
  background: transparent;
  mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 82%, transparent 100%);
}

.kt-motion-hero video,
.kt-motion-hero .motion-poster {
  object-fit: cover;
  object-position: var(--motion-position, center);
  transform: scale(1.04);
}

.kt-motion-hero video {
  z-index: 1;
  opacity: 0.72;
  filter: saturate(0.9) contrast(1.08) brightness(0.68);
}

.kt-motion-hero .motion-poster {
  z-index: 0;
  background-image: var(--motion-poster);
  background-size: cover;
  background-position: var(--motion-position, center);
  opacity: 0.9;
}

.kt-motion-hero .motion-overlay {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.96), rgba(3, 8, 19, 0.18) 22%, rgba(3, 8, 19, 0.12) 68%, rgba(3, 8, 19, 0.98)),
    linear-gradient(var(--motion-angle, 90deg), rgba(3, 8, 19, 0.9), rgba(3, 8, 19, 0.58) 48%, rgba(8, 38, 68, 0.8)),
    radial-gradient(circle at var(--motion-glow-x, 76%) var(--motion-glow-y, 22%), rgba(105, 247, 255, 0.28), transparent 32rem),
    linear-gradient(rgba(101, 184, 255, 0.06) 1px, transparent 1px);
  background-size: auto, auto, auto, 70px 70px;
}

.kt-motion-hero::before,
.kt-motion-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(70px, 12vw, 150px);
  z-index: 2;
  pointer-events: none;
}

.kt-motion-hero::before {
  top: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0)),
    radial-gradient(circle at 50% 0%, rgba(105, 247, 255, 0.12), transparent 42rem);
}

.kt-motion-hero::after {
  bottom: 0;
  background:
    linear-gradient(0deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0)),
    radial-gradient(circle at 50% 100%, rgba(101, 184, 255, 0.1), transparent 42rem);
}

.kt-motion-hero .container {
  position: relative;
  z-index: 3;
}

.kt-motion-copy {
  width: min(760px, 100%);
  margin-inline: auto;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(151, 191, 240, 0.3);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(3, 8, 19, 0.74), rgba(3, 8, 19, 0.36));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  text-align: center;
}

.kt-motion-copy h1,
.kt-motion-copy h2 {
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(2.1rem, 4.5vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.kt-motion-copy p {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(247, 251, 255, 0.9);
  font-size: clamp(1.04rem, 1.35vw, 1.24rem);
  line-height: 1.7;
  margin-bottom: 0;
}

.kt-motion-copy .motion-note {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(105, 247, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 8, 19, 0.42);
  color: #dff8ff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.kt-motion-copy .motion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
  justify-content: center;
}

.kt-motion-copy .btn-primary,
.kt-motion-copy .btn-secondary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  padding: 13px 22px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
}

.kt-motion-hero.align-end .kt-motion-copy {
  margin-inline: auto;
}

.kt-motion-hero.align-center .kt-motion-copy {
  margin-inline: auto;
  text-align: center;
}

.kt-motion-hero.align-center .kt-motion-copy p,
.kt-motion-hero.align-center .motion-actions {
  margin-inline: auto;
  justify-content: center;
}

.kt-motion-hero.motion-right {
  --motion-angle: 270deg;
  --motion-glow-x: 18%;
  --motion-glow-y: 22%;
}

.kt-motion-hero.motion-home {
  --motion-poster: url("../img/backgrounds/gold-star-design.jpg");
  --motion-position: center center;
  min-height: clamp(520px, 62vh, 760px);
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 202, 91, 0.34), transparent 34rem),
    linear-gradient(180deg, rgba(4, 16, 24, 0.96), rgba(30, 20, 8, 0.52) 48%, rgba(4, 16, 24, 0.96));
}

.kt-motion-hero.motion-home .motion-bg {
  mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 18%, black 82%, transparent 100%);
}

.kt-motion-hero.motion-home .motion-poster {
  opacity: 1.08;
  background-image: var(--motion-poster);
  background-position: center bottom;
  background-size: cover;
  filter: saturate(1.3) contrast(1.13) brightness(1.18);
  animation: kt-gold-design-drift 18s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-home .motion-bg::after {
  content: "";
  position: absolute;
  inset: 8% 2%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(rgba(216, 139, 26, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 139, 26, 0.06) 1px, transparent 1px);
  background-size: 82px 82px, 82px 82px;
  filter: drop-shadow(0 0 20px rgba(216, 139, 26, 0.42));
  transform: translate3d(0, calc(var(--kt-star-drift, 0px) * 0.08), 0);
}

.kt-motion-hero.motion-home .motion-overlay {
  background:
    linear-gradient(180deg, rgba(4, 16, 24, 0.99), rgba(4, 16, 24, 0.08) 20%, rgba(4, 16, 24, 0.03) 60%, rgba(4, 16, 24, 0.98)),
    linear-gradient(90deg, rgba(4, 16, 24, 0.62), rgba(4, 16, 24, 0.08) 50%, rgba(4, 16, 24, 0.58)),
    radial-gradient(circle at 50% 62%, rgba(255, 198, 83, 0.3), transparent 35rem);
}

.kt-motion-hero.motion-home .kt-motion-copy {
  border-color: rgba(255, 205, 102, 0.36);
  background:
    linear-gradient(135deg, rgba(6, 10, 15, 0.5), rgba(39, 23, 6, 0.18)),
    radial-gradient(circle at 50% 100%, rgba(255, 195, 70, 0.14), transparent 24rem);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.28),
    0 0 58px rgba(216, 139, 26, 0.18),
    inset 0 1px 0 rgba(255, 238, 190, 0.18);
  backdrop-filter: blur(8px) saturate(1.15);
}

.launch-countdown {
  width: min(100%, 560px);
  margin: 26px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 205, 102, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 204, 99, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(5, 9, 14, 0.34);
  box-shadow:
    0 0 48px rgba(216, 139, 26, 0.2),
    inset 0 1px 0 rgba(255, 238, 190, 0.18);
  color: #fff5d6;
}

.launch-countdown .countdown-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 245, 214, 0.82);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-countdown strong {
  display: block;
  color: #ffd36e;
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 1;
  text-shadow: 0 0 26px rgba(255, 205, 102, 0.42);
}

.launch-countdown small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 245, 214, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
}

@keyframes kt-gold-design-drift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.1%, -1%, 0);
  }
}

.kt-motion-hero.motion-company {
  --motion-poster: url("../img/backgrounds/unternehmen-ai-hands.jpg");
  --motion-position: center center;
  --motion-glow-x: 50%;
  --motion-glow-y: 54%;
}

.kt-motion-hero.motion-production {
  --motion-poster: url("../img/ai/ai-operations.png");
  --motion-position: center center;
  --motion-glow-x: 74%;
  --motion-glow-y: 26%;
}

.kt-motion-hero.motion-production .motion-poster {
  filter: saturate(1.18) contrast(1.08) brightness(0.8);
  animation: kt-production-city-drift 16s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-production .motion-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.68;
  mix-blend-mode: screen;
  background:
    linear-gradient(112deg, transparent 10%, rgba(105, 247, 255, 0.34) 11%, transparent 13% 38%, rgba(101, 184, 255, 0.22) 39%, transparent 41%),
    radial-gradient(circle at 74% 24%, rgba(101, 184, 255, 0.36), transparent 14rem),
    radial-gradient(circle at 58% 68%, rgba(105, 247, 255, 0.28), transparent 12rem),
    radial-gradient(circle at 30% 78%, rgba(255, 214, 112, 0.14), transparent 9rem);
  background-size: 140% 140%, auto, auto, auto;
  filter: drop-shadow(0 0 18px rgba(105, 247, 255, 0.3));
  animation: kt-production-city-current 9s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-production .motion-overlay {
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0.24) 24%, rgba(3, 8, 19, 0.18) 68%, rgba(3, 8, 19, 0.98)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.82), rgba(3, 8, 19, 0.42) 50%, rgba(3, 8, 19, 0.8)),
    radial-gradient(circle at 76% 22%, rgba(101, 184, 255, 0.28), transparent 28rem),
    linear-gradient(rgba(101, 184, 255, 0.045) 1px, transparent 1px);
  background-size: auto, auto, auto, 74px 74px;
}

.kt-motion-hero.motion-ai {
  --motion-poster: none;
  --motion-position: center;
  --motion-glow-x: 26%;
  --motion-glow-y: 18%;
}

.ai-starfield-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(101, 184, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 82% 26%, rgba(105, 247, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 52% 66%, rgba(112, 200, 204, 0.12), transparent 32rem),
    linear-gradient(180deg, rgba(3, 8, 19, 0.94), rgba(5, 13, 28, 0.98));
}

.ai-starfield-band::before,
.ai-starfield-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ai-starfield-band > * {
  position: relative;
  z-index: 1;
}

.ai-starfield-band::before {
  opacity: 0.8;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(105, 247, 255, 0.75) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.6px);
  background-position: 0 0, 34px 58px, 92px 24px;
  background-size: 170px 170px, 260px 260px, 360px 360px;
  mask-image: linear-gradient(180deg, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 7%, black 93%, transparent 100%);
  animation: kt-ai-stars 52s linear infinite;
}

.ai-starfield-band::after {
  opacity: 0.42;
  background:
    radial-gradient(circle at 25% 24%, rgba(255, 255, 255, 0.34), transparent 0.85rem),
    radial-gradient(circle at 70% 38%, rgba(105, 247, 255, 0.3), transparent 1rem),
    radial-gradient(circle at 46% 76%, rgba(255, 255, 255, 0.28), transparent 0.9rem),
    linear-gradient(115deg, transparent 8%, rgba(101, 184, 255, 0.08), transparent 44%, rgba(105, 247, 255, 0.06), transparent 78%);
  filter: blur(0.2px);
  animation: kt-ai-twinkle 8s ease-in-out infinite alternate;
}

.ai-starfield-band > .section,
.ai-starfield-band > .kt-motion-hero,
.ai-starfield-band .services.section.light-background {
  background: transparent !important;
}

.kt-motion-hero.motion-ai {
  background:
    radial-gradient(circle at 68% 18%, rgba(105, 247, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 26% 72%, rgba(101, 184, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, rgba(3, 8, 19, 0.42), rgba(3, 8, 19, 0.08) 44%, rgba(3, 8, 19, 0.52));
}

.kt-motion-hero.motion-ai .motion-poster {
  background-image:
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 62%, rgba(105, 247, 255, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 48%, rgba(101, 184, 255, 0.24), transparent 25rem),
    linear-gradient(140deg, rgba(3, 8, 19, 0.24), rgba(8, 32, 58, 0.38));
  background-size: 180px 180px, 260px 260px, auto, auto;
  opacity: 1;
}

@keyframes kt-ai-stars {
  to {
    background-position: 170px 340px, -226px 318px, 452px 384px;
  }
}

@keyframes kt-ai-twinkle {
  from {
    opacity: 0.32;
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0.58;
    transform: translate3d(0, -18px, 0) scale(1.02);
  }
}

.kt-motion-hero.motion-projects {
  --motion-poster: url("../img/backgrounds/gold-star-design.jpg");
  --motion-position: right center;
  --motion-glow-x: 76%;
  --motion-glow-y: 48%;
  min-height: clamp(620px, 78vh, 860px);
  background:
    radial-gradient(circle at 78% 52%, rgba(255, 198, 91, 0.22), transparent 30rem),
    linear-gradient(180deg, rgba(2, 6, 17, 0.98), rgba(9, 12, 18, 0.78) 48%, rgba(2, 6, 17, 0.98));
}

.kt-motion-hero.motion-projects .motion-poster {
  background-image: var(--motion-poster);
  background-size: cover;
  background-position: right center;
  opacity: 0.96;
  filter: saturate(1.18) contrast(1.08) brightness(1.04);
  transform: translateX(8%) scale(1.08);
  animation: kt-project-gold-drift 18s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-projects .motion-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0.72) 31%, rgba(3, 8, 19, 0.14) 62%, rgba(3, 8, 19, 0.24)),
    linear-gradient(180deg, rgba(3, 8, 19, 1) 0%, rgba(3, 8, 19, 0.99) 14%, rgba(3, 8, 19, 0.74) 24%, transparent 40%, transparent 76%, rgba(3, 8, 19, 0.98)),
    radial-gradient(circle at 82% 62%, rgba(255, 205, 114, 0.38), transparent 24rem);
  opacity: 1;
  transform: translate3d(0, calc(var(--kt-star-drift, 0px) * 0.12), 0);
}

.kt-motion-hero.motion-projects::before {
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 1) 0%, rgba(3, 8, 19, 0.98) 42%, rgba(3, 8, 19, 0) 100%),
    radial-gradient(circle at 50% 0%, rgba(105, 247, 255, 0.04), transparent 42rem);
}

.kt-motion-hero.motion-projects .motion-overlay {
  background:
    radial-gradient(circle at 82% 58%, rgba(255, 213, 131, 0.24), transparent 28rem),
    linear-gradient(90deg, rgba(3, 8, 19, 0.92), rgba(3, 8, 19, 0.48) 40%, rgba(3, 8, 19, 0.08) 72%, rgba(3, 8, 19, 0.36)),
    linear-gradient(180deg, rgba(3, 8, 19, 1) 0%, rgba(3, 8, 19, 0.94) 16%, rgba(3, 8, 19, 0.14) 34%, rgba(3, 8, 19, 0.08) 75%, rgba(3, 8, 19, 0.98));
}

.kt-motion-hero.motion-projects .container {
  max-width: 1320px;
}

.kt-motion-hero.motion-projects .kt-motion-copy {
  margin-inline: 0 auto;
  max-width: 680px;
  padding: clamp(18px, 4vw, 42px) 0;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.kt-motion-hero.motion-projects .kt-motion-copy p,
.kt-motion-hero.motion-projects .motion-actions {
  margin-inline: 0;
  justify-content: flex-start;
}

@keyframes kt-project-gold-drift {
  from {
    transform: translateX(8%) translateY(0) scale(1.08);
  }

  to {
    transform: translateX(5%) translateY(-12px) scale(1.1);
  }
}

.kt-motion-hero.motion-signature {
  --motion-poster: url("../img/ai/night-hero.png");
  --motion-position: center center;
  --motion-glow-x: 58%;
  --motion-glow-y: 38%;
}

.kt-motion-hero.motion-signature .motion-bg {
  mask-image: linear-gradient(180deg, transparent 0%, black 21%, black 79%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 21%, black 79%, transparent 100%);
}

.kt-motion-hero.motion-signature .motion-overlay {
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0.24) 24%, rgba(3, 8, 19, 0.2) 66%, rgba(3, 8, 19, 0.99)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.86), rgba(3, 8, 19, 0.44) 46%, rgba(8, 38, 68, 0.72)),
    radial-gradient(circle at 58% 36%, rgba(105, 247, 255, 0.25), transparent 30rem),
    linear-gradient(rgba(101, 184, 255, 0.055) 1px, transparent 1px);
  background-size: auto, auto, auto, 70px 70px;
}

.kt-motion-hero.motion-hosting {
  --motion-poster: url("../img/backgrounds/unternehmen-neon-plattform.jpg");
  --motion-position: center center;
  --motion-glow-x: 40%;
  --motion-glow-y: 54%;
  min-height: clamp(480px, 56vh, 680px);
}

.kt-motion-hero.motion-hosting .motion-poster {
  filter: saturate(1.22) contrast(1.08) brightness(0.74);
  animation: kt-production-city-drift 17s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-hosting .motion-overlay {
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0.18) 20%, rgba(3, 8, 19, 0.15) 68%, rgba(3, 8, 19, 0.98)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.86), rgba(3, 8, 19, 0.36) 50%, rgba(6, 26, 44, 0.76)),
    radial-gradient(circle at 50% 50%, rgba(105, 247, 255, 0.22), transparent 28rem),
    radial-gradient(circle at 72% 22%, rgba(255, 207, 93, 0.16), transparent 18rem),
    linear-gradient(rgba(101, 184, 255, 0.055) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 74px 74px;
}

.kt-motion-hero.motion-marketing {
  --motion-poster: url("../img/backgrounds/marketing-mitgliedergewinnung.jpg");
  --motion-position: center center;
  --motion-glow-x: 58%;
  --motion-glow-y: 42%;
  min-height: clamp(480px, 56vh, 680px);
}

.kt-motion-hero.motion-marketing .motion-poster {
  filter: saturate(1.12) contrast(1.06) brightness(0.68);
  animation: kt-production-city-drift 18s ease-in-out infinite alternate;
}

.kt-motion-hero.motion-marketing .motion-overlay {
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.99), rgba(3, 8, 19, 0.28) 20%, rgba(3, 8, 19, 0.22) 68%, rgba(3, 8, 19, 0.99)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.88), rgba(3, 8, 19, 0.42) 52%, rgba(42, 24, 8, 0.72)),
    radial-gradient(circle at 64% 44%, rgba(255, 207, 93, 0.22), transparent 26rem),
    radial-gradient(circle at 32% 56%, rgba(105, 247, 255, 0.16), transparent 25rem);
}

@media (prefers-reduced-motion: reduce) {
  .index-page #hero::before,
  .index-page #hero::after {
    animation: none;
  }

  .production-hero::before,
  .production-hero::after,
  .kt-motion-hero.motion-production .motion-poster,
  .kt-motion-hero.motion-production .motion-bg::after {
    animation: none;
  }

  .ai-timeshift-hero .hero-background img,
  .ai-timeshift-hero .hero-background::before,
  .ai-timeshift-hero .hero-background::after {
    animation: none;
  }

  .ai-membership-shell::before,
  .ai-membership-shell::after {
    animation: none;
  }

  .kt-motion-hero video {
    display: none;
  }
}

@media (max-width: 767px) {
  .kt-motion-hero {
    min-height: 600px;
  }

  .kt-motion-copy {
    border-radius: 24px;
  }

  .kt-motion-copy .btn-primary,
  .kt-motion-copy .btn-secondary {
    width: 100%;
  }
}

.hero-visual .feature-card,
.kt-panel,
.service-item,
.about-card,
.feature-item,
.contact .info-card,
.pricing-card,
.legal-panel {
  border: 1px solid var(--kt-line) !important;
  background:
    linear-gradient(145deg, rgba(242, 234, 219, 0.1), rgba(242, 234, 219, 0.026)),
    radial-gradient(circle at 0% 0%, rgba(0, 182, 178, 0.08), transparent 13rem),
    radial-gradient(circle at 100% 100%, rgba(216, 95, 130, 0.055), transparent 14rem),
    var(--kt-panel) !important;
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(216, 139, 26, 0.035),
    inset 0 1px 0 rgba(242, 234, 219, 0.1);
}

.kt-link-card {
  position: relative;
  display: grid;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.kt-link-card:hover,
.kt-link-card:focus-visible {
  color: #fff;
  transform: translateY(-4px);
  border-color: rgba(0, 182, 178, 0.54) !important;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(216, 139, 26, 0.1),
    0 0 34px rgba(0, 182, 178, 0.14),
    inset 0 1px 0 rgba(242, 234, 219, 0.14);
}

.kt-link-card:focus-visible {
  outline: 2px solid rgba(216, 139, 26, 0.82);
  outline-offset: 4px;
}

.index-page #hero .hero-visual .feature-card {
  min-height: 150px;
  border-color: rgba(190, 224, 255, 0.3) !important;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.05) 48%, rgba(105, 247, 255, 0.08)),
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.2), transparent 8rem),
    rgba(10, 20, 38, 0.52) !important;
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(105, 247, 255, 0.08);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.index-page #hero .hero-visual .feature-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(105, 247, 255, 0.1), transparent 38%);
  opacity: 0.72;
  pointer-events: none;
}

.index-page #hero .hero-visual .feature-card i,
.index-page #hero .hero-visual .feature-card span {
  position: relative;
  z-index: 1;
}

.index-page #hero .hero-visual .feature-card span {
  color: rgba(247, 251, 255, 0.94);
  text-shadow: 0 0 22px rgba(105, 247, 255, 0.14);
}

.kt-auto-shine {
  position: relative;
  overflow: hidden;
}

:where(.kt-shine-candidate, .kt-auto-shine)::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  background:
    linear-gradient(120deg, rgba(255, 214, 112, 0), rgba(255, 214, 112, 0.92), rgba(105, 247, 255, 0.26), rgba(255, 214, 112, 0));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.34s ease;
}

:where(.kt-shine-candidate, .kt-auto-shine)::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 233, 164, 0.18), transparent 46%);
  transform: translateX(-120%);
  pointer-events: none;
}

:where(.kt-shine-candidate, .kt-auto-shine).is-gold-shine {
  border-color: rgba(255, 214, 112, 0.62) !important;
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(255, 192, 72, 0.18),
    inset 0 1px 0 rgba(255, 246, 214, 0.18);
}

:where(.kt-shine-candidate, .kt-auto-shine).is-gold-shine::before {
  opacity: 1;
  animation: kt-gold-border-pulse 1.8s ease both;
}

:where(.kt-shine-candidate, .kt-auto-shine).is-gold-shine::after {
  opacity: 1;
  animation: kt-gold-sweep 1.15s ease both;
}

@keyframes kt-gold-border-pulse {
  0%,
  100% {
    opacity: 0;
  }

  18%,
  72% {
    opacity: 1;
  }
}

@keyframes kt-gold-sweep {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.kt-shine-candidate, .kt-auto-shine).is-gold-shine::before,
  :where(.kt-shine-candidate, .kt-auto-shine).is-gold-shine::after {
    animation: none;
  }
}

.hero-visual .feature-card,
.service-item,
.about-card,
.feature-item,
.contact .info-card,
.pricing-card,
.legal-panel,
.metric-card,
.stat-item,
.kt-timeline-item {
  padding: clamp(24px, 2.6vw, 36px) !important;
  border-radius: 22px !important;
}

.hero-visual .feature-card span,
.service-item h3,
.about-card h5,
.feature-item h3,
.contact .info-card h3,
.legal-panel h1,
.legal-panel h2,
.kt-timeline-item h3 {
  line-height: 1.16;
  overflow-wrap: break-word;
}

.service-item h3,
.about-card h5,
.feature-item h3,
.contact .info-card h3,
.kt-timeline-item h3 {
  margin-bottom: 14px;
}

.contact .info-card i,
.service-item .icon {
  margin-bottom: 18px;
}

.service-item .icon,
.about-card .icon-wrap,
.feature-icon-wrapper,
.hero-visual .feature-card i,
.contact .info-card > i {
  width: 66px;
  height: 66px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cms-teal), var(--cms-sky));
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(0, 182, 178, 0.24),
    0 0 22px rgba(0, 182, 178, 0.12),
    inset 0 1px 0 rgba(242, 234, 219, 0.42),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.service-item:nth-child(3n + 2) .icon,
.features-collection .feature-item:nth-child(2n) .feature-icon-wrapper,
.about-card:nth-child(3n + 2) .icon-wrap {
  background: linear-gradient(135deg, var(--cms-coral), var(--noir-rose));
  box-shadow: 0 12px 26px rgba(225, 79, 97, 0.22), inset 0 1px 0 rgba(242, 234, 219, 0.42);
}

.service-item:nth-child(3n) .icon,
.features-collection .feature-item:nth-child(3n) .feature-icon-wrapper,
.about-card:nth-child(3n) .icon-wrap {
  background: linear-gradient(135deg, var(--cms-gold), var(--noir-rust));
  box-shadow: 0 12px 26px rgba(216, 139, 26, 0.22), inset 0 1px 0 rgba(242, 234, 219, 0.42);
}

.services .row > [class*="col-"]:nth-child(6n + 2) .service-item .icon,
.services .row > [class*="col-"]:nth-child(6n + 8) .service-item .icon,
.about .row > [class*="col-"]:nth-child(6n + 2) .about-card .icon-wrap {
  background: linear-gradient(135deg, var(--cms-coral), var(--noir-rose));
  box-shadow:
    0 12px 26px rgba(225, 79, 97, 0.22),
    inset 0 1px 0 rgba(242, 234, 219, 0.42),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.services .row > [class*="col-"]:nth-child(6n + 3) .service-item .icon,
.services .row > [class*="col-"]:nth-child(6n + 9) .service-item .icon,
.about .row > [class*="col-"]:nth-child(6n + 3) .about-card .icon-wrap {
  background: linear-gradient(135deg, var(--cms-teal), #5fb2bc);
  box-shadow:
    0 12px 26px rgba(112, 200, 204, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.services .row > [class*="col-"]:nth-child(6n + 4) .service-item .icon,
.about .row > [class*="col-"]:nth-child(6n + 4) .about-card .icon-wrap {
  background: linear-gradient(135deg, var(--cms-gold), #e7b94e);
  box-shadow:
    0 12px 26px rgba(242, 204, 101, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.services .row > [class*="col-"]:nth-child(6n + 5) .service-item .icon {
  background: linear-gradient(135deg, var(--cms-green), #62b977);
  box-shadow:
    0 12px 26px rgba(120, 202, 134, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.services .row > [class*="col-"]:nth-child(6n + 6) .service-item .icon {
  background: linear-gradient(135deg, var(--cms-coral), #d77867);
  box-shadow:
    0 12px 26px rgba(223, 138, 114, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.service-item .icon i,
.about-card .icon-wrap i,
.feature-icon-wrapper i,
.hero-visual .feature-card i,
.contact .info-card > i {
  font-size: 1.7rem;
  line-height: 1;
  color: #fff !important;
}

.contact .info-card p:last-child,
.service-item p:last-child,
.about-card p:last-child,
.feature-item p:last-child,
.legal-panel p:last-child,
.kt-timeline-item p:last-child {
  margin-bottom: 0;
}

.section-title h2,
.features-intro h2,
.about-content h2,
.content-area h3,
.contact .section-title h2 {
  color: #f7fbff;
}

.section-title p,
.about-content p,
.features-intro p,
.feature-item p,
.service-item p,
.content-area p,
.legal-panel p,
.legal-panel li {
  color: color-mix(in srgb, var(--default-color), transparent 22%);
}

.metric-card,
.stat-item {
  border: 1px solid rgba(101, 184, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 22px !important;
}

.hero .hero-stats {
  gap: 24px;
}

.hero .hero-stats .stat-item {
  min-width: 170px;
  padding: 18px 22px 16px;
}

.hero .hero-stats .stat-item .stat-number,
.hero .hero-stats .stat-item .stat-label {
  padding-left: 0;
}

.signature-hero .container {
  width: min(100% - clamp(32px, 6vw, 120px), 1440px);
  max-width: none;
}

.signature-hero .row {
  --bs-gutter-x: clamp(2rem, 4vw, 5rem);
}

.signature-hero .hero-content {
  padding: clamp(14px, 2.2vw, 28px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.company-platform-section {
  overflow: hidden;
  padding-top: 0;
}

.company-platform-feature {
  position: relative;
  width: 100vw;
  min-height: clamp(780px, 92vh, 1080px);
  margin-left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  padding: clamp(118px, 12vw, 174px) clamp(24px, 6vw, 112px) clamp(70px, 8vw, 116px);
  overflow: hidden;
}

.company-platform-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 16, 24, 0.86), rgba(4, 16, 24, 0.08) 20%, rgba(4, 16, 24, 0.1) 78%, rgba(4, 16, 24, 0.98)),
    linear-gradient(90deg, rgba(4, 16, 24, 0.2), rgba(4, 16, 24, 0.34) 54%, rgba(4, 16, 24, 0.78)),
    radial-gradient(circle at 72% 50%, rgba(105, 247, 255, 0.16), transparent 31rem),
    radial-gradient(circle at 28% 58%, rgba(216, 95, 130, 0.16), transparent 28rem);
  filter: none;
}

.company-platform-visual,
.company-platform-copy {
  position: relative;
  z-index: 1;
}

.company-platform-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  mask-image: linear-gradient(180deg, black 0%, black 86%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 86%, transparent 100%);
}

.company-platform-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.06), rgba(3, 8, 19, 0.18) 44%, rgba(3, 8, 19, 0.74)),
    linear-gradient(180deg, rgba(3, 8, 19, 0.58), transparent 24%, transparent 72%, rgba(3, 8, 19, 0.68));
}

.company-platform-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.08) brightness(0.92);
}

.company-platform-copy {
  width: min(1420px, 100%);
  padding-inline: 0;
}

.company-platform-copy .about-content {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  padding: clamp(30px, 3.2vw, 54px);
  border: 1px solid rgba(151, 191, 240, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.034)),
    rgba(8, 15, 29, 0.58);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.company-platform-column + .company-platform-column {
  border-left: 1px solid rgba(151, 191, 240, 0.18);
  padding-left: clamp(26px, 3.2vw, 56px);
}

.company-platform-copy .about-content h2 {
  font-size: clamp(2.25rem, 4.1vw, 5.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.company-platform-copy .about-content h3 {
  margin-top: 0;
  color: #eef7ff;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.company-value-grid {
  width: min(1480px, calc(100vw - clamp(24px, 4vw, 72px)));
  max-width: none;
  margin-inline: auto;
  justify-content: center;
}

.company-cms-showcase {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100vw - clamp(28px, 6vw, 120px)));
  margin: clamp(-124px, -7vw, -72px) auto clamp(66px, 6vw, 112px);
  text-align: center;
}

.company-cms-showcase .kt-badge {
  color: #8df8ff;
  border-color: rgba(126, 231, 239, 0.42);
  background: rgba(8, 15, 29, 0.68);
  box-shadow: 0 0 38px rgba(126, 231, 239, 0.08);
}

.company-cms-showcase h2 {
  margin: 0 auto clamp(10px, 1.4vw, 18px);
  color: #f7fbff;
  font-size: clamp(2.1rem, 4vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 16px 54px rgba(0, 0, 0, 0.5);
}

.company-cms-launch {
  margin: 0 auto clamp(24px, 2.8vw, 40px);
  color: rgba(255, 216, 132, 0.94);
  font-size: clamp(0.95rem, 1.05vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(255, 207, 93, 0.28),
    0 12px 34px rgba(0, 0, 0, 0.42);
}

.company-cms-device {
  position: relative;
  overflow: hidden;
  padding: clamp(12px, 1.1vw, 18px);
  border: 1px solid rgba(151, 191, 240, 0.34);
  border-radius: clamp(24px, 2.4vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    linear-gradient(135deg, rgba(12, 22, 38, 0.98), rgba(18, 30, 50, 0.92));
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.44),
    0 0 90px rgba(105, 247, 255, 0.12),
    0 0 120px rgba(255, 207, 93, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: rotateX(2deg);
}

.company-cms-device::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 0%, rgba(105, 247, 255, 0.24), transparent 20rem),
    linear-gradient(112deg, transparent 12%, rgba(255, 255, 255, 0.16) 13%, transparent 15% 64%, rgba(255, 207, 93, 0.18) 65%, transparent 67%);
  opacity: 0.74;
  mix-blend-mode: screen;
}

.company-cms-device::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 2;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  background:
    conic-gradient(from 0deg,
      transparent 0deg,
      transparent 54deg,
      rgba(255, 229, 156, 0.95) 78deg,
      rgba(255, 191, 58, 0.6) 102deg,
      transparent 134deg,
      transparent 360deg);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  filter: drop-shadow(0 0 22px rgba(255, 207, 93, 0.44));
  animation: kt-cms-gold-orbit 5.8s ease-out 0.35s 1 both;
}

@keyframes kt-cms-gold-orbit {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  12%,
  64% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

.company-cms-device-bar {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 8px;
  padding: 8px 10px 13px;
}

.company-cms-device-bar span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--kt-cyan);
  box-shadow: 0 0 16px rgba(105, 247, 255, 0.38);
}

.company-cms-device-bar span:nth-child(2) {
  background: var(--cms-sky);
}

.company-cms-device-bar span:nth-child(3) {
  background: var(--cms-green);
}

.company-cms-screen {
  position: relative;
  z-index: 3;
  overflow: hidden;
  aspect-ratio: 16 / 9.05;
  border-radius: clamp(16px, 1.6vw, 24px);
  background: #06101f;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.company-cms-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.company-value-card {
  --module-accent: #7ee7ef;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-color: color-mix(in srgb, var(--module-accent) 48%, rgba(151, 191, 240, 0.24)) !important;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--module-accent) 20%, transparent), transparent 19rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(8, 15, 29, 0.86) !important;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, 0.3),
    0 0 42px color-mix(in srgb, var(--module-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.company-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--module-accent) 24%, transparent), transparent 34%),
    linear-gradient(115deg, transparent 60%, color-mix(in srgb, var(--module-accent) 18%, transparent));
  opacity: 0.74;
}

.company-value-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-135%);
  background: linear-gradient(112deg, transparent 18%, rgba(255, 222, 138, 0) 38%, rgba(255, 226, 156, 0.78) 50%, rgba(255, 222, 138, 0) 62%, transparent 82%);
  mix-blend-mode: screen;
  animation: kt-company-gold-flow 70s ease-out var(--shine-delay, 0s) 1 both;
}

.company-value-card > * {
  position: relative;
  z-index: 1;
}

.company-value-card .icon-wrap {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--module-accent) 90%, #fff 10%), color-mix(in srgb, var(--module-accent) 62%, #0b1220 38%)) !important;
  color: #06101f !important;
  box-shadow:
    0 18px 34px color-mix(in srgb, var(--module-accent) 25%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.company-value-card .icon-wrap i {
  color: #06101f !important;
}

.company-value-card h5 {
  color: #fff;
  font-size: clamp(1.18rem, 1.35vw, 1.48rem);
}

.company-value-card p {
  color: rgba(235, 242, 247, 0.78);
  line-height: 1.64;
}

@keyframes kt-company-gold-flow {
  0%,
  10%,
  100% {
    opacity: 0;
    transform: translateX(-135%);
  }

  16%,
  25% {
    opacity: 0.85;
  }

  38% {
    opacity: 0;
    transform: translateX(135%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-value-card::after {
    animation: none;
  }

  .company-cms-device::after {
    animation: none;
    opacity: 0.36;
  }
}

@media (max-width: 767px) {
  .company-cms-showcase {
    width: min(100% - 24px, 620px);
    margin-top: -48px;
    margin-bottom: 58px;
  }

  .company-cms-device {
    border-radius: 22px;
    padding: 10px;
    transform: none;
  }

  .company-cms-showcase h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .company-cms-launch {
    margin-bottom: 24px;
    font-size: 0.9rem;
  }
}

.kt-hero-logo {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--kt-line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(105, 247, 255, 0.2), transparent 52%),
    linear-gradient(135deg, rgba(101, 184, 255, 0.1), rgba(131, 245, 109, 0.06));
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  width: min(100%, 420px);
  margin-inline: auto;
}

.kt-hero-logo::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: inherit;
  border: 1px solid rgba(105, 247, 255, 0.42);
  box-shadow: inset 0 0 80px rgba(105, 247, 255, 0.12), 0 0 70px rgba(105, 247, 255, 0.22);
  animation: kt-orbit 12s linear infinite;
}

.kt-hero-logo img {
  position: absolute;
  width: min(76%, 310px);
  height: auto;
  border-radius: 22px;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.kt-hero-logo-plus {
  width: min(100%, 430px);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(105, 247, 255, 0.28), transparent 58%),
    rgba(3, 8, 19, 0.34);
  box-shadow:
    0 0 0 1px rgba(105, 247, 255, 0.22),
    0 0 70px rgba(105, 247, 255, 0.26),
    0 34px 90px rgba(0, 0, 0, 0.44);
}

.kt-hero-logo-plus::before {
  inset: 18px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 0 90px rgba(105, 247, 255, 0.13),
    0 0 42px rgba(105, 247, 255, 0.22);
}

.kt-hero-logo-plus img {
  width: min(70%, 300px);
  border-radius: 50%;
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.12))
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.48));
}

@keyframes kt-orbit {
  to {
    transform: rotate(360deg);
  }
}

.kt-timeline {
  display: grid;
  gap: 22px;
}

.kt-timeline-item {
  padding: 24px;
  border-left: 3px solid var(--kt-cyan);
  background: var(--kt-panel);
  border-radius: 0 18px 18px 0;
}

.kt-timeline-item time {
  color: var(--kt-cyan);
  font-weight: 900;
}

.kt-project-thumb {
  min-height: 180px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(rgba(3, 8, 19, 0.04), rgba(3, 8, 19, 0.68)),
    var(--shot) center/cover;
}

.services .service-item.project-card,
.project-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project-screenshot-frame {
  aspect-ratio: 1.52;
  margin: 16px 16px 0;
  border-radius: 16px;
  padding: 10px;
  background: #f7fbff;
  border: 0;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 20px 50px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.project-screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  transform: scale(1.16) translateX(-1.8%);
  transform-origin: center top;
}

.project-card-body {
  padding: clamp(22px, 2.3vw, 30px);
  flex: 1;
}

.project-card-body h3 {
  margin-bottom: 14px;
}

.project-clubs-section {
  position: relative;
  overflow: hidden;
}

.project-clubs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(91, 230, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(226, 167, 59, 0.13), transparent 24%),
    linear-gradient(180deg, rgba(3, 8, 19, 0), rgba(91, 230, 255, 0.035), rgba(3, 8, 19, 0));
}

.project-club-card {
  position: relative;
  min-height: 100%;
}

.project-club-photo {
  position: relative;
  aspect-ratio: 1.52;
  margin: 16px 16px 0;
  border-radius: 18px;
  padding: 8px;
  overflow: hidden;
  background: rgba(238, 247, 255, 0.94);
  border: 1px solid rgba(122, 222, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 48px rgba(0, 0, 0, 0.25);
}

.project-club-photo::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0), rgba(3, 8, 19, 0.18)),
    radial-gradient(circle at 80% 18%, rgba(91, 230, 255, 0.24), transparent 34%);
  mix-blend-mode: multiply;
}

.project-club-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.01);
}

.project-club-photo.is-screenshot {
  aspect-ratio: 1.72;
  background: rgba(255, 255, 255, 0.96);
}

.project-club-photo.is-screenshot img {
  object-fit: contain;
  background: #fff;
  transform: none;
}

.project-club-site {
  position: relative;
  aspect-ratio: 1.52;
  margin: 16px 16px 0;
  border-radius: 18px;
  padding: 8px;
  overflow: hidden;
  background: #f7fbff;
  border: 1px solid rgba(122, 222, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 48px rgba(0, 0, 0, 0.25);
}

.project-club-site::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(18, 42, 72, 0.08);
}

.club-site-top,
.club-site-hero,
.club-site-cards {
  position: relative;
  z-index: 1;
}

.club-site-top {
  height: 19%;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12%;
  color: #1a1d22;
  background: #fff;
}

.club-site-mark {
  width: 24px;
  height: 20px;
  border: 2px solid #4db0df;
  border-top: 0;
  position: relative;
}

.club-site-mark::before,
.club-site-mark::after {
  content: "";
  position: absolute;
  top: -12px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #4db0df;
  transform: rotate(45deg);
}

.club-site-mark::before {
  left: -2px;
  border-left: 2px solid #4db0df;
}

.club-site-mark::after {
  right: -5px;
  border-left: 2px solid #4db0df;
}

.club-site-brand {
  font-size: clamp(0.74rem, 1.05vw, 1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.club-site-search {
  margin-left: auto;
  width: 22%;
  height: 14px;
  border: 1px solid rgba(20, 35, 50, 0.2);
  border-radius: 1px;
  opacity: 0.75;
}

.club-site-hero {
  height: 52%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.48) 43%, rgba(255, 255, 255, 0.05) 100%),
    var(--club-bg) center/cover;
}

.club-site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background:
    linear-gradient(180deg, rgba(117, 178, 61, 0), rgba(117, 178, 61, 0.64)),
    radial-gradient(ellipse at 16% 100%, rgba(105, 159, 36, 0.8), transparent 46%);
}

.club-site-menu,
.club-site-topic {
  position: absolute;
  top: 0;
  min-width: 22%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 800;
  background: #4db0df;
}

.club-site-menu {
  left: 0;
}

.club-site-topic {
  right: 0;
}

.club-site-copy {
  position: absolute;
  left: 22%;
  top: 31%;
  color: #4aa9dd;
}

.club-site-copy strong {
  display: block;
  font-size: clamp(0.88rem, 1.18vw, 1.18rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.club-site-copy small {
  display: block;
  margin-top: 7px;
  color: #111;
  font-size: 0.48rem;
  font-weight: 800;
}

.club-site-cards {
  width: 68%;
  margin: -12% auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.club-site-cards span {
  min-height: 38px;
  border-radius: 1px;
  background:
    linear-gradient(#dff3fb 0 22%, transparent 22%),
    linear-gradient(90deg, #4db0df 0 52%, transparent 52%),
    #d7eef7;
  border: 1px solid rgba(77, 176, 223, 0.24);
  box-shadow: 0 12px 18px rgba(8, 23, 35, 0.12);
}

.project-club-visual {
  position: relative;
  min-height: 150px;
  margin: 16px 16px 0;
  border-radius: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(87, 206, 229, 0.2), rgba(10, 18, 35, 0.7)),
    radial-gradient(circle at 72% 28%, rgba(226, 167, 59, 0.2), transparent 24%),
    rgba(13, 25, 46, 0.82);
  border: 1px solid rgba(122, 222, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 48px rgba(0, 0, 0, 0.25);
}

.project-club-visual::before,
.project-club-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(206, 237, 255, 0.26);
  border-radius: 12px;
}

.project-club-visual::after {
  inset: 44px 28px 28px;
  border-color: rgba(91, 230, 255, 0.22);
  clip-path: polygon(0 0, 74% 0, 74% 46%, 100% 46%, 100% 100%, 0 100%);
}

.project-club-visual i {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #eff8ff;
  font-size: 2.3rem;
  background: linear-gradient(135deg, rgba(91, 230, 255, 0.82), rgba(63, 132, 230, 0.72));
  box-shadow: 0 0 32px rgba(91, 230, 255, 0.28);
}

.project-club-visual span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kt-gold);
  box-shadow: 0 0 16px rgba(226, 167, 59, 0.82);
}

.project-club-visual span:nth-child(2) {
  left: 20%;
  top: 26%;
}

.project-club-visual span:nth-child(3) {
  right: 18%;
  top: 32%;
}

.project-club-visual span:nth-child(4) {
  right: 27%;
  bottom: 20%;
}

.project-club-card .project-card-body h3 {
  font-size: clamp(1.16rem, 1.35vw, 1.48rem);
  line-height: 1.15;
}

.project-club-card .project-card-body p {
  margin: 0;
  color: var(--kt-cyan);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.production-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.9), rgba(3, 8, 19, 0.6)),
    url("../img/ai/ai-operations.png") center/cover;
}

.production-hero::before,
.production-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.production-hero::before {
  z-index: 0;
  opacity: 0.7;
  mix-blend-mode: screen;
  background:
    linear-gradient(112deg, transparent 12%, rgba(105, 247, 255, 0.28) 13%, transparent 15% 44%, rgba(101, 184, 255, 0.24) 45%, transparent 47%),
    radial-gradient(circle at 76% 22%, rgba(101, 184, 255, 0.34), transparent 13rem),
    radial-gradient(circle at 44% 74%, rgba(105, 247, 255, 0.24), transparent 12rem),
    radial-gradient(circle at 24% 82%, rgba(255, 214, 112, 0.12), transparent 10rem);
  background-size: 145% 145%, auto, auto, auto;
  filter: blur(0.2px) drop-shadow(0 0 16px rgba(105, 247, 255, 0.25));
  animation: kt-production-city-current 9s ease-in-out infinite alternate;
}

.production-hero::after {
  z-index: 0;
  opacity: 0.36;
  background-image:
    radial-gradient(circle, rgba(105, 247, 255, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.66) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(101, 184, 255, 0.64) 0 1.2px, transparent 2.4px);
  background-size: 88px 88px, 138px 138px, 218px 218px;
  background-position: 0 0, 54px 30px, 118px 82px;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 16%, black 92%, transparent);
  animation: kt-production-city-windows 7s ease-in-out infinite alternate;
}

.production-hero > .container {
  position: relative;
  z-index: 1;
}

@keyframes kt-production-city-current {
  from {
    opacity: 0.42;
    background-position: 0% 52%, center, center, center;
  }

  48% {
    opacity: 0.78;
  }

  to {
    opacity: 0.62;
    background-position: 86% 46%, center, center, center;
  }
}

@keyframes kt-production-city-windows {
  from {
    opacity: 0.22;
    background-position: 0 0, 54px 30px, 118px 82px;
  }

  to {
    opacity: 0.52;
    background-position: 26px -16px, 32px 54px, 152px 58px;
  }
}

@keyframes kt-production-city-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.07) translate3d(-1.5%, -0.8%, 0);
  }
}

.production-intro-merged {
  padding-top: clamp(132px, 12vw, 178px);
  padding-bottom: clamp(60px, 7vw, 96px);
  overflow: hidden;
}

.production-intro-merged .about-content h1 {
  margin-bottom: 24px;
  color: #f7fbff;
  font-size: clamp(2.55rem, 4.8vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.production-intro-merged .about-content p {
  max-width: 760px;
}

.production-dashboard {
  position: relative;
  overflow: hidden;
}

.production-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(136, 232, 255, 0.18), transparent 17rem),
    radial-gradient(circle at 92% 20%, rgba(101, 184, 255, 0.2), transparent 18rem);
}

.production-dashboard-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  color: rgba(247, 251, 255, 0.78);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.production-dashboard-head i {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cms-blue), var(--cms-sky));
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 12px 26px rgba(111, 145, 245, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.production-dashboard-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.production-dashboard-grid div {
  min-height: auto;
  padding: 20px;
  border: 1px solid rgba(151, 191, 240, 0.24);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.production-dashboard-grid strong,
.production-dashboard-grid span {
  display: block;
}

.production-dashboard-grid strong {
  color: #ffffff;
  font-size: clamp(1.85rem, 2.4vw, 2.45rem);
  line-height: 1;
  margin-bottom: 12px;
}

.production-dashboard-grid span {
  color: rgba(247, 251, 255, 0.78);
  font-weight: 800;
  line-height: 1.35;
}

.production-monitor {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: center;
  perspective: 1200px;
}

.production-monitor::before {
  content: "";
  position: absolute;
  inset: 18% 2% 8% 9%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(101, 184, 255, 0.28), transparent 55%),
    radial-gradient(circle at 64% 45%, rgba(101, 184, 255, 0.2), transparent 58%);
  filter: blur(30px);
  opacity: 0.78;
}

.production-monitor-shell {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(12, 22, 38, 0.98), rgba(18, 30, 50, 0.9));
  border: 1px solid rgba(151, 191, 240, 0.32);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(101, 184, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: rotateY(-9deg) rotateX(4deg) rotateZ(-1deg);
  transform-origin: center;
}

.production-monitor-bar {
  display: flex;
  gap: 8px;
  padding: 9px 10px 12px;
}

.production-monitor-bar span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kt-cyan);
  box-shadow: 0 0 14px rgba(105, 247, 255, 0.36);
}

.production-monitor-bar span:nth-child(2) {
  background: var(--cms-sky);
}

.production-monitor-bar span:nth-child(3) {
  background: var(--cms-green);
}

.production-monitor-screen {
  aspect-ratio: 16 / 9.25;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(3, 8, 19, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.26);
}

.production-monitor-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform: none;
  transform-origin: center top;
}

.production-monitor-chip {
  position: absolute;
  right: 0;
  bottom: 28px;
  max-width: 260px;
  padding: 18px 20px;
  border: 1px solid rgba(151, 191, 240, 0.32);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(8, 15, 29, 0.86);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.production-monitor-chip strong,
.production-monitor-chip span {
  display: block;
}

.production-monitor-chip strong {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.1;
}

.production-monitor-chip span {
  margin-top: 6px;
  color: rgba(247, 251, 255, 0.78);
  font-weight: 800;
  line-height: 1.35;
}

.production-services .feature-item p {
  margin-bottom: 0;
}

.production-extensions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(105, 247, 255, 0.13), transparent 27rem),
    radial-gradient(circle at 86% 24%, rgba(112, 200, 204, 0.16), transparent 30rem),
    linear-gradient(180deg, rgba(3, 8, 19, 0.42), rgba(3, 8, 19, 0.74));
}

.production-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.production-module-card {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid color-mix(in srgb, var(--module-accent) 52%, rgba(151, 191, 240, 0.24));
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--module-accent) 18%, transparent), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.032)),
    rgba(8, 15, 29, 0.84);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 0 36px color-mix(in srgb, var(--module-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  overflow: hidden;
}

.production-module-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--module-accent) 22%, transparent), transparent 32%),
    linear-gradient(115deg, transparent 62%, color-mix(in srgb, var(--module-accent) 16%, transparent));
  opacity: 0.7;
}

.production-module-card > * {
  position: relative;
  z-index: 1;
}

.production-module-card-wide {
  grid-column: 1 / -1;
}

.module-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--module-accent) 92%, white 8%), color-mix(in srgb, var(--module-accent) 64%, #0b1220 36%));
  color: #06101f;
  font-size: 1.7rem;
  box-shadow:
    0 18px 34px color-mix(in srgb, var(--module-accent) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.module-body h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.35rem, 1.8vw, 1.78rem);
  line-height: 1.12;
}

.module-body p {
  margin-bottom: 14px;
  color: rgba(247, 251, 255, 0.78);
  line-height: 1.62;
}

.module-body a,
.module-example {
  display: inline-flex;
  align-items: center;
  color: color-mix(in srgb, var(--module-accent) 82%, white 18%);
  font-weight: 900;
  text-decoration: none;
}

.module-body a:hover {
  color: #fff;
}

.module-price {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--module-accent) 52%, rgba(255, 255, 255, 0.16));
  border-radius: 999px;
  background: rgba(3, 8, 19, 0.58);
  color: #fff;
  font-weight: 900;
  font-size: 0.88rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-production-teaser {
  position: relative;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.18), rgba(3, 8, 19, 0.42)),
    rgba(3, 8, 19, 0.18);
}

.home-production-teaser .container,
.production-intro-merged .container {
  width: min(100% - clamp(24px, 4vw, 72px), 1680px);
  max-width: none;
}

.hosting-page .header .navmenu a.active {
  color: var(--kt-cyan);
}

.hosting-hero {
  min-height: clamp(650px, 82vh, 900px);
  display: flex;
  align-items: center;
  padding-top: clamp(135px, 11vw, 180px);
  padding-bottom: clamp(86px, 9vw, 130px);
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.94), rgba(3, 8, 19, 0.64) 48%, rgba(3, 8, 19, 0.9)),
    url("../img/backgrounds/unternehmen-neon-plattform.jpg") center/cover;
}

.hosting-hero::before {
  opacity: 0.48;
}

.hosting-hero .about-content {
  max-width: 720px;
}

.hosting-hero .about-content h1 {
  margin-bottom: 24px;
  color: #f7fbff;
  font-size: clamp(2.65rem, 5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hosting-hero .about-content .lead {
  color: rgba(247, 251, 255, 0.92);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
}

.hosting-orbit-panel {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgba(151, 191, 240, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(105, 247, 255, 0.24), transparent 17%),
    radial-gradient(circle at 50% 50%, rgba(255, 207, 93, 0.12), transparent 33%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.055), transparent 58%),
    rgba(5, 12, 25, 0.44);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.34),
    0 0 84px rgba(105, 247, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hosting-orbit-panel::before,
.hosting-orbit-panel::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(105, 247, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(105, 247, 255, 0.1);
}

.hosting-orbit-panel::after {
  inset: 27%;
  border-style: dashed;
  opacity: 0.8;
  animation: kt-orbit-spin 20s linear infinite;
}

.hosting-orbit-core {
  position: absolute;
  inset: 50%;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(105, 247, 255, 0.9), rgba(101, 184, 255, 0.78)),
    rgba(255, 255, 255, 0.08);
  color: #06101f;
  font-size: 3rem;
  transform: translate(-50%, -50%) rotate(-7deg);
  box-shadow:
    0 24px 58px rgba(105, 247, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  z-index: 2;
}

.hosting-orbit-node {
  position: absolute;
  width: clamp(92px, 12vw, 126px);
  height: clamp(92px, 12vw, 126px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(151, 191, 240, 0.34);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(8, 15, 29, 0.78);
  color: #f7fbff;
  font-weight: 900;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.hosting-orbit-node span {
  display: block;
}

.hosting-orbit-node.node-one {
  left: 6%;
  top: 18%;
}

.hosting-orbit-node.node-two {
  right: 4%;
  top: 22%;
}

.hosting-orbit-node.node-three {
  left: 12%;
  bottom: 10%;
}

.hosting-orbit-node.node-four {
  right: 12%;
  bottom: 9%;
}

.hosting-signal {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent, rgba(105, 247, 255, 0.42), transparent 22%, transparent 100%);
  opacity: 0.7;
  animation: kt-orbit-spin 11s linear infinite;
}

.hosting-signal.signal-two {
  inset: 24%;
  animation-duration: 15s;
  animation-direction: reverse;
  background:
    conic-gradient(from 180deg, transparent, rgba(255, 207, 93, 0.38), transparent 26%, transparent 100%);
}

@keyframes kt-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.hosting-teasers {
  padding-top: clamp(58px, 6vw, 88px);
}

.hosting-platform {
  position: relative;
  overflow: hidden;
}

.hosting-platform::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 50%, rgba(105, 247, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 84% 50%, rgba(255, 207, 93, 0.1), transparent 24rem);
}

.hosting-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.hosting-stack div {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid rgba(151, 191, 240, 0.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(105, 247, 255, 0.15), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028)),
    rgba(8, 15, 29, 0.76);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hosting-stack div:nth-child(2) {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 207, 93, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028)),
    rgba(8, 15, 29, 0.76);
}

.hosting-stack div:nth-child(3) {
  background:
    radial-gradient(circle at 0% 0%, rgba(131, 245, 109, 0.14), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028)),
    rgba(8, 15, 29, 0.76);
}

.hosting-stack i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cms-teal), var(--cms-sky));
  color: #fff;
  font-size: 1.75rem;
  box-shadow:
    0 12px 26px rgba(0, 182, 178, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hosting-stack strong {
  color: #fff;
  font-size: clamp(1.38rem, 1.8vw, 1.8rem);
  line-height: 1.12;
}

.hosting-stack span {
  color: rgba(247, 251, 255, 0.72);
  font-weight: 800;
}

.hosting-operation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.hosting-operation-grid .feature-item {
  padding: clamp(30px, 3.2vw, 46px) !important;
  overflow: hidden;
}

.hosting-operation-grid .feature-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 2vw, 28px);
  margin-bottom: clamp(18px, 1.8vw, 26px);
}

.hosting-operation-grid .feature-icon-wrapper {
  width: clamp(72px, 7vw, 92px);
  height: clamp(72px, 7vw, 92px);
  border-radius: 24px;
  flex: 0 0 auto;
}

.hosting-operation-grid .feature-icon-wrapper i {
  font-size: clamp(1.85rem, 2.2vw, 2.45rem);
}

.hosting-operation-grid .feature-meta {
  min-width: 0;
}

.hosting-operation-grid .feature-meta h3 {
  max-width: 100%;
  margin: 0 0 14px;
  font-size: clamp(1.72rem, 2.45vw, 2.72rem);
  line-height: 1.08;
  text-wrap: balance;
}

.hosting-operation-grid .feature-tag {
  display: inline-flex;
  max-width: 100%;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 800;
  line-height: 1.1;
}

.hosting-operation-grid .feature-item p {
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.72;
}

@media (max-width: 1199px) {
  .hosting-operation-grid .feature-header {
    grid-template-columns: 1fr;
  }
}

.hosting-experience .features-intro {
  min-height: 100%;
}

.marketing-page .header .navmenu a.active {
  color: var(--kt-cyan);
}

.marketing-hero {
  min-height: clamp(650px, 82vh, 900px);
  display: flex;
  align-items: center;
  padding-top: clamp(135px, 11vw, 180px);
  padding-bottom: clamp(86px, 9vw, 130px);
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.98), rgba(3, 8, 19, 0.08) 20%, rgba(3, 8, 19, 0.08) 72%, rgba(3, 8, 19, 0.98)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.94), rgba(3, 8, 19, 0.44) 42%, rgba(3, 8, 19, 0.18) 68%, rgba(3, 8, 19, 0.56)),
    url("../img/backgrounds/marketing-hero-android.jpg") center center / cover no-repeat;
}

.marketing-hero::before {
  opacity: 0.54;
  background:
    linear-gradient(112deg, transparent 10%, rgba(255, 207, 93, 0.24) 11%, transparent 13% 38%, rgba(105, 247, 255, 0.2) 39%, transparent 41%),
    radial-gradient(circle at 68% 32%, rgba(255, 207, 93, 0.28), transparent 16rem),
    radial-gradient(circle at 42% 78%, rgba(105, 247, 255, 0.18), transparent 14rem);
}

.marketing-hero .about-content h1 {
  margin-bottom: 24px;
  color: #f7fbff;
  font-size: clamp(2.65rem, 5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.marketing-hero .about-content .lead {
  color: rgba(247, 251, 255, 0.92);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
}

.marketing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.marketing-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 207, 93, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 207, 93, 0.15), rgba(105, 247, 255, 0.065)),
    rgba(8, 15, 29, 0.52);
  color: #fff5d6;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.marketing-monitor .production-monitor-shell {
  width: min(800px, 118%);
  margin-left: clamp(-90px, -5vw, -42px);
  transform: rotateY(-7deg) rotateX(3deg) rotateZ(1deg) scale(1.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045)),
    linear-gradient(135deg, rgba(14, 23, 40, 0.98), rgba(30, 32, 45, 0.92));
  border-color: rgba(255, 207, 93, 0.34);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.38),
    0 0 82px rgba(255, 207, 93, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.marketing-monitor .production-monitor-screen {
  aspect-ratio: 16 / 9.5;
}

.marketing-monitor .production-monitor-screen img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1199px) {
  .marketing-monitor .production-monitor-shell {
    width: 100%;
    margin-left: 0;
    transform: rotateY(-5deg) rotateX(2deg) rotateZ(0.5deg) scale(1.04);
  }
}

.marketing-teasers {
  padding-top: clamp(58px, 6vw, 88px);
}

.marketing-performance {
  position: relative;
  overflow: hidden;
}

.marketing-performance::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 330px;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 207, 93, 0.12), transparent 24rem),
    radial-gradient(circle at 86% 50%, rgba(105, 247, 255, 0.13), transparent 28rem);
}

.marketing-campaigns .production-module-card:nth-child(2) {
  transform: translateY(18px);
}

.marketing-campaigns .production-module-card:nth-child(3) {
  transform: translateY(-6px);
}

.marketing-benefits .features-intro {
  min-height: 100%;
}

.marketing-performance .hosting-operation-grid .feature-item {
  padding: clamp(30px, 3vw, 44px) !important;
}

.marketing-performance .hosting-operation-grid .feature-header {
  grid-template-columns: 1fr;
  gap: clamp(18px, 1.8vw, 24px);
  margin-bottom: clamp(20px, 2vw, 28px);
}

.marketing-performance .hosting-operation-grid .feature-icon-wrapper {
  width: clamp(78px, 6.2vw, 108px);
  height: clamp(78px, 6.2vw, 108px);
}

.marketing-performance .hosting-operation-grid .feature-meta h3 {
  max-width: none;
  font-size: clamp(1.45rem, 1.58vw, 1.92rem);
  line-height: 1.12;
  margin-bottom: 14px;
}

.marketing-performance .hosting-operation-grid .feature-tag {
  margin-top: 2px;
}

.marketing-performance .hosting-operation-grid .feature-item p {
  line-height: 1.76;
}

@media (max-width: 1199px) {
  .marketing-performance .hosting-operation-grid .feature-header {
    gap: 26px;
  }
}

.home-production-teaser .row,
.production-intro-merged .row {
  --bs-gutter-x: clamp(2rem, 5vw, 7rem);
}

.home-production-teaser .production-monitor,
.production-intro-merged .production-monitor {
  min-height: clamp(500px, 43vw, 720px);
}

.home-production-teaser .production-monitor-shell,
.production-intro-merged .production-monitor-shell {
  border-radius: 34px;
  padding: clamp(14px, 1.2vw, 22px);
}

.home-production-teaser .production-monitor-screen,
.production-intro-merged .production-monitor-screen {
  aspect-ratio: 16 / 9.05;
}

.home-production-teaser .production-monitor-chip,
.production-intro-merged .production-monitor-chip {
  right: clamp(-22px, -1.4vw, -8px);
  bottom: clamp(34px, 5vw, 82px);
  max-width: clamp(250px, 17vw, 340px);
}

.home-production-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-production-link:hover,
.home-production-link:focus {
  color: inherit;
  text-decoration: none;
}

.home-production-link .production-monitor {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.home-production-link:hover .production-monitor {
  transform: translateY(-5px);
  filter: saturate(1.08);
}

.ai-membership-intro {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(105, 247, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 84% 10%, rgba(101, 184, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, rgba(3, 8, 19, 0.96), rgba(7, 17, 31, 0.9));
}

.ai-membership-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(101, 184, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 184, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.ai-membership-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: none;
  overflow: hidden;
  padding: clamp(68px, 7vw, 118px) clamp(24px, 4vw, 72px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ai-membership-shell::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 8, 19, 0.94), rgba(3, 8, 19, 0.08) 19%, rgba(3, 8, 19, 0.08) 72%, rgba(3, 8, 19, 0.96)),
    linear-gradient(90deg, rgba(3, 8, 19, 0.72), rgba(3, 8, 19, 0.18) 45%, rgba(3, 8, 19, 0.5)),
    radial-gradient(circle at 74% 42%, rgba(105, 247, 255, 0.34), transparent 23rem),
    url("../img/ai/night-hero.png") center / cover no-repeat;
  opacity: 1;
  filter: saturate(1.18) contrast(1.08) brightness(0.96);
  transform: translate3d(-1.4%, 0, 0) scale(1.08);
  transform-origin: center;
  will-change: transform, filter;
  animation: kt-ai-membership-city-drift 24s ease-in-out infinite alternate;
}

.ai-membership-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 36%, rgba(105, 247, 255, 0.42), transparent 21rem),
    radial-gradient(circle at 55% 67%, rgba(255, 214, 112, 0.22), transparent 18rem),
    linear-gradient(115deg, transparent 18%, rgba(105, 247, 255, 0.18) 44%, transparent 70%),
    radial-gradient(circle, rgba(184, 244, 255, 0.9) 0 1.3px, transparent 2.6px),
    radial-gradient(circle, rgba(255, 214, 112, 0.68) 0 1px, transparent 2.3px);
  background-size: auto, auto, auto, 92px 92px, 154px 154px;
  background-position: center, center, center, 0 0, 48px 68px;
  filter: blur(0.15px);
  opacity: 0.62;
  mix-blend-mode: screen;
  will-change: opacity, background-position;
  animation: kt-ai-membership-lights 8.5s ease-in-out infinite alternate;
}

.ai-membership-shell > .row {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin-inline: auto;
}

.ai-membership-shell h1 {
  max-width: 920px;
  margin: 20px 0 18px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.ai-membership-shell p {
  max-width: 820px;
  color: rgba(247, 251, 255, 0.82);
  line-height: 1.72;
}

.ai-membership-shell .lead {
  color: rgba(247, 251, 255, 0.94);
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  line-height: 1.55;
}

.ai-membership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ai-membership-actions .btn-primary,
.ai-membership-actions .btn-secondary {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ai-membership-actions .btn-primary {
  box-shadow: 0 18px 36px rgba(78, 171, 255, 0.24);
}

.ai-membership-actions .btn-secondary {
  border: 1px solid rgba(151, 191, 240, 0.32);
  color: #f7fbff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
}

.ai-membership-actions .btn-secondary:hover {
  border-color: rgba(105, 247, 255, 0.52);
  color: #ffffff;
  transform: translateY(-2px);
}

.ai-membership-card {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2.5vw, 28px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}

.ai-membership-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: rgba(247, 251, 255, 0.74);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.ai-membership-card-head i {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--cms-blue), var(--cms-sky));
  font-size: 1.45rem;
  box-shadow: 0 12px 26px rgba(111, 145, 245, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ai-membership-stat {
  padding: 18px 0;
  border-top: 1px solid rgba(151, 191, 240, 0.18);
}

.ai-membership-stat strong,
.ai-membership-stat span {
  display: block;
}

.ai-membership-stat strong {
  color: #ffffff;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1;
}

.ai-membership-stat span {
  margin-top: 8px;
  color: rgba(247, 251, 255, 0.76);
  font-weight: 800;
  line-height: 1.35;
}

.ai-membership-card p {
  margin: 16px 0 0;
  color: rgba(247, 251, 255, 0.78);
}

@keyframes kt-ai-membership-city-drift {
  0% {
    transform: translate3d(-1.4%, 0, 0) scale(1.08);
    filter: saturate(1.12) contrast(1.06) brightness(0.88);
  }

  48% {
    filter: saturate(1.3) contrast(1.12) brightness(1.02);
  }

  100% {
    transform: translate3d(1.4%, -1.1%, 0) scale(1.13);
    filter: saturate(1.2) contrast(1.1) brightness(0.96);
  }
}

@keyframes kt-ai-membership-lights {
  0% {
    opacity: 0.36;
    background-position: center, center, center, 0 0, 48px 68px;
  }

  45% {
    opacity: 0.82;
  }

  100% {
    opacity: 0.58;
    background-position: center, center, center, 42px -30px, -28px 124px;
  }
}

.ai-membership-detail {
  position: relative;
  margin-top: 26px;
}

.ai-performance {
  position: relative;
  overflow: hidden;
}

.ai-performance::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 24%, rgba(105, 247, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(131, 245, 109, 0.12), transparent 26rem);
}

.ai-performance-shell {
  position: relative;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(151, 191, 240, 0.3);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(12, 22, 38, 0.94), rgba(21, 35, 57, 0.84));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.ai-performance-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.ai-performance-header h2 {
  margin: 18px 0 0;
  max-width: 760px;
  color: #f7fbff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.ai-report-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(151, 191, 240, 0.32);
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.88);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ai-report-chip i {
  color: var(--kt-cyan);
}

.ai-donut-wrap {
  display: grid;
  place-items: center;
}

.ai-donut {
  width: min(100%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background:
    conic-gradient(
      var(--cms-blue) 0 32.3%,
      var(--cms-teal) 32.3% 51.3%,
      var(--cms-green) 51.3% 61%,
      var(--cms-gold) 61% 70.6%,
      var(--cms-coral) 70.6% 78%,
      var(--cms-sky) 78% 100%
    );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 55px rgba(105, 247, 255, 0.24),
    0 24px 70px rgba(0, 0, 0, 0.42);
}

.ai-donut::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  background: rgba(3, 8, 19, 0.9);
  box-shadow: inset 0 0 60px rgba(105, 247, 255, 0.1);
}

.ai-donut::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  border: 1px solid rgba(105, 247, 255, 0.18);
}

.ai-donut-center {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(247, 251, 255, 0.78);
}

.ai-donut-center span,
.ai-donut-center small {
  display: block;
  font-weight: 800;
}

.ai-donut-center strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  text-shadow: 0 0 24px rgba(105, 247, 255, 0.26);
}

.ai-case-grid {
  display: grid;
  gap: 12px;
}

.ai-case-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(151, 191, 240, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ai-case-item > span {
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--case-color);
  box-shadow: 0 0 20px color-mix(in srgb, var(--case-color), transparent 34%);
}

.ai-case-item strong,
.ai-case-item small {
  display: block;
}

.ai-case-item strong {
  color: #f7fbff;
  line-height: 1.24;
}

.ai-case-item small {
  color: color-mix(in srgb, var(--case-color), white 24%);
  font-weight: 900;
}

.ai-success-story {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 46px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(151, 191, 240, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(111, 145, 245, 0.14), rgba(101, 184, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ai-success-metric {
  text-align: center;
  padding: 22px;
  border-radius: 22px;
  background: rgba(3, 8, 19, 0.42);
  border: 1px solid rgba(101, 184, 255, 0.18);
}

.ai-success-metric strong {
  display: block;
  color: var(--kt-cyan);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
}

.ai-success-metric span {
  display: block;
  margin-top: 8px;
  color: rgba(247, 251, 255, 0.82);
  font-weight: 800;
}

.ai-success-story p {
  margin: 0;
  color: rgba(247, 251, 255, 0.84);
  line-height: 1.72;
}

.signature-device,
.api-flow-card,
.identity-panel,
.process-console,
.signature-copy {
  border: 1px solid var(--kt-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 15, 29, 0.9), rgba(12, 21, 39, 0.74));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.signature-device {
  padding: 22px;
  max-width: min(720px, 100%);
  margin-inline: auto;
  transform: perspective(900px) rotateY(-5deg) rotateX(3deg);
  border-color: rgba(198, 224, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(101, 184, 255, 0.08)),
    rgba(16, 30, 52, 0.9);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.signature-hero .signature-device {
  width: min(116%, 840px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transform: perspective(900px) translateX(-14%) rotateY(-4deg) rotateX(3deg);
}

.device-top,
.device-nav,
.device-stage,
.device-footer {
  border: 1px solid rgba(101, 184, 255, 0.2);
}

.device-top {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.04);
}

.device-top span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kt-cyan);
  opacity: 0.7;
}

.signature-screen {
  position: relative;
  aspect-ratio: 16 / 9.7;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0 0 10px 10px;
  background: #f7f8fb;
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.94),
    inset 0 0 0 9px rgba(3, 8, 19, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.signature-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform: none;
  transform-origin: center top;
}

.device-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px;
  color: rgba(247, 251, 255, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.24);
}

.device-stage {
  min-height: 210px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 20%, rgba(131, 245, 109, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(101, 184, 255, 0.14), rgba(255, 182, 93, 0.12));
}

.device-stage p {
  margin-bottom: 8px;
  color: #f7fbff;
  font-weight: 900;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.device-stage small {
  display: block;
  color: rgba(247, 251, 255, 0.78);
}

.device-stage button {
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--kt-green);
  color: #06101d;
  font-weight: 900;
}

.device-footer {
  padding: 18px;
  border-radius: 0 0 18px 18px;
  color: var(--kt-green);
  font-weight: 800;
  text-align: center;
}

.signature-stat-band {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(101, 184, 255, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(101, 184, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(8, 15, 29, 0.92);
  color: #fff;
  text-align: center;
}

.signature-stat-band strong {
  display: block;
  color: var(--kt-blue);
  font-size: clamp(2.1rem, 6vw, 4rem);
  line-height: 1;
}

.signature-stat-band span {
  display: block;
  margin-top: 8px;
  max-width: 960px;
  margin-inline: auto;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.45;
}

.signature-copy {
  padding: clamp(24px, 3vw, 40px);
}

.api-flow-card {
  min-height: 280px;
  padding: clamp(24px, 3vw, 42px);
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  gap: 12px;
}

.api-node {
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  border: 1px solid rgba(101, 184, 255, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.api-node.primary {
  background: linear-gradient(135deg, rgba(105, 247, 255, 0.18), rgba(101, 184, 255, 0.16));
}

.api-node i {
  color: var(--kt-cyan);
  font-size: 2rem;
}

.api-node span {
  color: #f7fbff;
  font-weight: 900;
}

.api-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--kt-cyan), transparent);
  position: relative;
}

.api-line::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--kt-cyan);
  transform: translateY(-50%);
  box-shadow: 0 0 18px var(--kt-cyan);
}

.identity-panel {
  padding: clamp(28px, 4vw, 52px);
}

.identity-orbit {
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(105, 247, 255, 0.38);
  background:
    radial-gradient(circle, rgba(105, 247, 255, 0.22), transparent 48%),
    rgba(255, 255, 255, 0.04);
  color: #f7fbff;
  position: relative;
}

.identity-orbit::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: inherit;
  border: 1px dashed rgba(131, 245, 109, 0.42);
  animation: kt-orbit 14s linear infinite;
}

.identity-orbit i {
  color: var(--kt-cyan);
  font-size: 4rem;
}

.identity-orbit span {
  position: absolute;
  bottom: 58px;
  font-weight: 900;
}

.signature-process-cards > [class*="col-"]:nth-child(1) {
  --signature-accent: var(--cms-blue);
}

.signature-process-cards > [class*="col-"]:nth-child(2) {
  --signature-accent: var(--cms-gold);
}

.signature-process-cards > [class*="col-"]:nth-child(3) {
  --signature-accent: var(--cms-green);
}

.signature-process-cards .service-item {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--signature-accent) 46%, rgba(151, 191, 240, 0.24));
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--signature-accent) 20%, transparent), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.026)),
    rgba(8, 15, 29, 0.76);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.25),
    0 0 0 1px color-mix(in srgb, var(--signature-accent) 16%, transparent);
}

.signature-process-cards .service-item::after {
  content: "";
  position: absolute;
  inset: auto -24% -46% 30%;
  height: 76%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--signature-accent) 18%, transparent);
  filter: blur(28px);
  pointer-events: none;
}

.signature-process-cards .service-item .icon {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--signature-accent) 88%, white 12%),
    color-mix(in srgb, var(--signature-accent) 60%, #07111f 40%)
  );
  color: #fff;
  box-shadow:
    0 18px 36px color-mix(in srgb, var(--signature-accent) 25%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.signature-process-cards .service-item h3,
.signature-process-cards .service-item p {
  position: relative;
  z-index: 1;
}

.signature-process-cards .service-item h3 {
  color: #f7fbff;
}

.signature-benefits {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(131, 245, 109, 0.1), transparent 24rem),
    radial-gradient(circle at 82% 22%, rgba(105, 247, 255, 0.1), transparent 28rem);
}

.signature-benefit-grid {
  align-items: stretch;
}

.signature-benefit-card {
  min-height: 100%;
  text-align: left;
  background:
    radial-gradient(circle at 18% 8%, rgba(131, 245, 109, 0.1), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(8, 15, 29, 0.74);
}

.signature-benefit-card .icon {
  margin-bottom: 22px;
}

.signature-benefit-card h3 {
  max-width: 15ch;
  font-size: clamp(1.28rem, 1.7vw, 1.75rem);
  line-height: 1.16;
}

.signature-benefit-card p {
  max-width: 32ch;
}

.process-console {
  padding: clamp(24px, 4vw, 44px);
}

.process-table {
  overflow: hidden;
  border: 1px solid rgba(101, 184, 255, 0.2);
  border-radius: 22px;
}

.process-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.8fr;
}

.process-row span {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 251, 255, 0.88);
}

.process-row span:last-child {
  border-right: 0;
}

.process-head span {
  background: rgba(255, 255, 255, 0.08);
  color: var(--kt-cyan);
  font-weight: 900;
}

.process-row .ok {
  background: rgba(131, 245, 109, 0.22);
  color: #dfffd8;
  font-weight: 900;
}

.process-row .wait {
  background: rgba(255, 182, 93, 0.22);
  color: #ffe3b8;
  font-weight: 900;
}

.process-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.process-actions button {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  color: #06101d;
  font-weight: 900;
}

.process-actions button:first-child {
  background: var(--kt-amber);
}

.process-actions button:last-child {
  background: linear-gradient(135deg, var(--kt-cyan), var(--kt-blue));
}

.legal-hero {
  padding: 150px 0 70px;
  background:
    linear-gradient(rgba(3, 8, 19, 0.4), rgba(3, 8, 19, 0.9)),
    url("../img/ai/ai-operations.png") center/cover;
}

.legal-panel {
  padding: clamp(24px, 5vw, 48px);
  border-radius: 22px;
}

.legal-document-section {
  padding-top: clamp(58px, 8vw, 112px);
}

.legal-document {
  max-width: 1120px;
  margin-inline: auto;
}

.legal-document > section {
  position: relative;
  padding: 0 0 clamp(36px, 5vw, 62px) clamp(34px, 4vw, 58px);
  margin-bottom: clamp(34px, 5vw, 58px);
  border-bottom: 1px solid rgba(111, 220, 231, 0.16);
}

.legal-document > section::before {
  content: "";
  position: absolute;
  top: 0.34rem;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(111, 220, 231, 0.8);
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(111, 220, 231, 0.06),
    0 0 22px rgba(111, 220, 231, 0.28);
}

.legal-document > section::after {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 18px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 220, 231, 0.72), transparent);
}

.legal-document > section:last-of-type {
  margin-bottom: 0;
}

.legal-document h2 {
  max-width: 920px;
  margin: 0 0 20px;
  color: #f7fbff;
  font-size: clamp(2rem, 4.1vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-document p,
.legal-document li {
  max-width: 92ch;
  color: rgba(247, 251, 255, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.82;
}

.legal-document a {
  color: #7ed8ff;
}

.legal-panel h2 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.agb-panel {
  max-width: 1060px;
  margin-inline: auto;
}

.agb-meta,
.agb-stand {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid rgba(101, 184, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 251, 255, 0.78);
  font-weight: 800;
}

.agb-stand {
  margin-top: 24px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .legal-document > section {
    padding-left: 30px;
  }

  .legal-document > section::after {
    width: 32px;
  }
}

.footer {
  background: #020611;
  border-top: 1px solid rgba(101, 184, 255, 0.18);
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding-top: 130px;
  }

  .index-page .main > .about.section:first-child .home-ai-feature {
    width: min(100% - 24px, 720px);
    max-width: none;
    margin-inline: auto;
    transform: none;
  }

  .home-ai-feature .about-content {
    padding-right: 0;
  }

  .home-ai-intro .about-content {
    margin-left: 0;
    padding: clamp(26px, 7vw, 38px);
  }

  .home-ai-image {
    min-height: 320px;
  }

  .company-platform-feature {
    width: 100vw;
    min-height: clamp(720px, 88vh, 960px);
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 112px 24px 76px;
  }

  .company-platform-visual {
    position: absolute;
    inset: 0;
    min-height: 100%;
    border-radius: 0;
    mask-image: linear-gradient(180deg, black 0%, black 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 86%, transparent 100%);
  }

  .company-platform-visual img {
    width: 100%;
    transform: scale(1.12);
  }

  .company-platform-copy {
    width: min(100%, 720px);
    padding-inline: 0;
  }

  .company-platform-copy .about-content {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .company-platform-column + .company-platform-column {
    border-left: 0;
    border-top: 1px solid rgba(151, 191, 240, 0.18);
    padding-left: 0;
    padding-top: 26px;
  }

  .ai-membership-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    transform: none;
    padding: 64px 24px;
  }

  .ai-membership-shell::before {
    inset: -10%;
    transform: translate3d(0, calc(var(--kt-aurora-drift, 0px) * 0.4), 0) scale(1.08);
  }

  .ai-membership-shell::after {
    inset: 0;
    width: auto;
    opacity: 0.42;
  }

  .production-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .signature-hero .signature-device {
    width: 100%;
    max-width: min(720px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .production-dashboard-grid div {
    min-height: auto;
  }

  .production-monitor {
    min-height: auto;
  }

  .home-production-teaser .production-monitor,
  .production-intro-merged .production-monitor {
    min-height: auto;
  }

  .production-monitor-shell {
    transform: none;
  }

  .production-monitor-chip {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 16px;
  }

  .production-module-grid {
    grid-template-columns: 1fr;
  }

  .production-module-card-wide {
    grid-column: auto;
  }

  .hosting-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hosting-orbit-panel {
    width: min(100%, 460px);
  }

  .hosting-operation-grid,
  .hosting-stack {
    grid-template-columns: 1fr;
  }

  .ai-performance-header,
  .ai-success-story {
    grid-template-columns: 1fr;
  }

  .ai-performance-header {
    flex-direction: column;
  }

  .api-flow-card {
    grid-template-columns: 1fr;
  }

  .api-line {
    width: 2px;
    height: 54px;
    margin-inline: auto;
    background: linear-gradient(180deg, transparent, var(--kt-cyan), transparent);
  }

  .process-row {
    grid-template-columns: 1fr;
  }

  .process-row span {
    border-right: 0;
  }

}

@media (max-width: 575px) {
  .brand-logo-img {
    width: min(190px, 58vw);
  }

  .ai-donut {
    width: min(100%, 290px);
  }

  .ai-report-chip {
    align-items: flex-start;
    border-radius: 18px;
  }

  .hero .hero-stats .stat-item {
    min-width: 145px;
    padding: 16px 18px 14px;
  }

  .production-module-card {
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .hosting-orbit-core {
    width: 108px;
    height: 108px;
    border-radius: 28px;
    font-size: 2.3rem;
  }

  .hosting-orbit-node {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    font-size: 0.84rem;
  }

  .module-price {
    left: 20px;
    right: auto;
  }
}

@media (max-width: 1199px) {
  #header,
  #header .container,
  #navmenu,
  #navmenu > ul,
  .mobile-nav-toggle {
    pointer-events: auto;
  }

  body.mobile-nav-active #header,
  body.mobile-nav-active #navmenu,
  body.mobile-nav-active #navmenu > ul,
  body.mobile-nav-active .mobile-nav-toggle {
    z-index: 2147483040;
  }

  .hero-background,
  .hero-background .overlay,
  .kt-motion-hero::before,
  .kt-motion-hero::after,
  .kt-motion-hero .motion-overlay,
  .motion-bg,
  .motion-bg::before,
  .motion-bg::after,
  .star-field,
  .star-field::before,
  .star-field::after,
  .login-orb,
  .parallax-bg {
    pointer-events: none;
  }
}

@media (max-width: 1199px) {
  body.mobile-nav-active {
    overflow: hidden;
  }

  body.mobile-nav-active #header {
    overflow: visible !important;
    z-index: 2147483000 !important;
  }

  body.mobile-nav-active #navmenu {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 2147483010 !important;
    background:
      radial-gradient(circle at 72% 18%, rgba(105, 247, 255, 0.2), transparent 25rem),
      radial-gradient(circle at 18% 88%, rgba(213, 160, 72, 0.15), transparent 22rem),
      rgba(3, 8, 18, 0.94) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }

  body.mobile-nav-active #navmenu > ul {
    position: fixed !important;
    top: 104px !important;
    right: 18px !important;
    bottom: 22px !important;
    left: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 18px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 2147483030 !important;
    border-radius: 24px !important;
  }

  body.mobile-nav-active #navmenu > ul > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mobile-nav-active #navmenu > ul > li > a,
  body.mobile-nav-active #navmenu > ul > li > a:focus {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 14px 16px !important;
    color: #f4f8ff !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(105, 247, 255, 0.14) !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 2147483031 !important;
  }

  body.mobile-nav-active #navmenu > ul > li > a::before,
  body.mobile-nav-active #navmenu > ul > li > a::after {
    display: none !important;
  }

  body.mobile-nav-active .mobile-nav-toggle {
    z-index: 2147483040 !important;
  }
}

.project-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 28px;
}

.project-card-link:hover,
.project-card-link:focus {
  color: inherit;
  text-decoration: none;
}

.project-card-link:focus-visible {
  outline: 2px solid rgba(105, 247, 255, 0.82);
  outline-offset: 7px;
}

.project-card-link:hover .project-card,
.project-card-link:focus-visible .project-card {
  transform: translateY(-5px);
  border-color: rgba(105, 247, 255, 0.44);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(105, 247, 255, 0.12);
}

.project-club-card .project-card-body .project-card-url {
  margin-top: 8px;
  color: rgba(105, 247, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
