/*
Theme Name: Oui'Energy Dynamic V2
Theme URI: https://ouienergy.de
Author: Codex
Description: Modernes WordPress Theme für Oui'Energy mit dynamischer Landingpage.
Version: 2.0.3
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: ouienergy-dynamic
*/

:root {
  --oe-bg: #070b1f;
  --oe-bg-2: #0b1026;
  --oe-surface: rgba(14, 20, 44, 0.82);
  --oe-surface-2: rgba(255, 255, 255, 0.06);
  --oe-text: #f6f9ff;
  --oe-muted: #b9c7e6;
  --oe-line: rgba(255, 255, 255, 0.1);
  --oe-blue: #123b8f;
  --oe-cyan: #17c9ff;
  --oe-orange: #ff7a1a;
  --oe-lime: #c7f447;
  --oe-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --oe-radius: 28px;
  --oe-max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--oe-text);
  background:
    radial-gradient(circle at 18% 18%, rgba(23, 201, 255, 0.18), transparent 18%),
    radial-gradient(circle at 82% 24%, rgba(255, 122, 26, 0.18), transparent 16%),
    linear-gradient(180deg, #060815 0%, var(--oe-bg) 45%, #040611 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-wrap {
  overflow: hidden;
}

.site-wrap::before,
.site-wrap::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.16;
}

.site-wrap::before {
  top: 14%;
  left: -10vw;
  background: var(--oe-cyan);
  animation: pageGlowA 16s ease-in-out infinite;
}

.site-wrap::after {
  right: -10vw;
  bottom: 10%;
  background: var(--oe-orange);
  animation: pageGlowB 18s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 21, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner,
.container {
  width: min(var(--oe-max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
}

.brand__logo {
  width: 320px;
  height: 86px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 24px rgba(23, 201, 255, 0.18));
}

.main-nav {
  display: flex;
  gap: 22px;
  color: var(--oe-muted);
  font-size: 0.95rem;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--oe-text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--oe-orange), #ff9b3d 55%, var(--oe-cyan));
  box-shadow: 0 18px 36px rgba(23, 201, 255, 0.18);
  background-size: 220% 220%;
  animation: ctaGlowFlow 4.8s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.button--primary::after {
  content: "";
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 56%);
  opacity: 0.42;
  pointer-events: none;
  animation: ctaHaloPulse 3.2s ease-in-out infinite;
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.button--header-cta {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.96), #ffb24c 50%, rgba(23, 201, 255, 0.96));
  background-size: 220% 220%;
  box-shadow:
    0 18px 38px rgba(23, 201, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  animation: ctaGlowFlow 4.8s ease-in-out infinite;
}

.button--header-cta::after {
  content: "";
  position: absolute;
  inset: -22%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.30), transparent 56%);
  opacity: 0.34;
  pointer-events: none;
  animation: ctaHaloPulse 3.2s ease-in-out infinite;
}

.hero {
  position: relative;
  padding: 84px 0 44px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 59, 143, 0.3), transparent 36%),
    linear-gradient(135deg, rgba(23, 201, 255, 0.05), transparent 35%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  gap: 44px;
  align-items: center;
}

.hero__copy {
  min-width: 0;
  max-width: 100%;
  padding-right: 10px;
}

.eyebrow,
.section-tag,
.card-index,
.process-card__step {
  display: inline-block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oe-cyan);
  font-size: 0.78rem;
  font-weight: 800;
}

#leistungen .card-index {
  display: none;
}

.hero h1,
.section-heading,
.panel h2 {
  margin: 14px 0 18px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 9.8ch;
  font-size: clamp(2.15rem, 4.35vw, 3.75rem);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.lead,
.section-copy,
.card p,
.vision-list span,
.process-card p,
.cta-copy p,
.panel p,
.panel li {
  color: var(--oe-muted);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 34px;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-card,
.panel,
.card,
.mission,
.vision,
.process-card,
.cta-card {
  background: linear-gradient(180deg, rgba(12, 17, 37, 0.94), rgba(10, 15, 31, 0.9));
  border: 1px solid var(--oe-line);
  border-radius: var(--oe-radius);
  box-shadow: var(--oe-shadow);
}

.stat-card {
  padding: 20px;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  color: #fff;
}

.hero__visual {
  position: relative;
  min-height: 560px;
  min-width: 0;
}

.hero-orb {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 42% 38%, rgba(23, 201, 255, 0.3), transparent 20%),
    radial-gradient(circle at 72% 58%, rgba(255, 122, 26, 0.26), transparent 22%),
    linear-gradient(180deg, rgba(14, 20, 44, 0.9), rgba(8, 12, 24, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  opacity: 0.35;
}

.energy-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.energy-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(23, 201, 255, 0.24);
  box-shadow: 0 0 40px rgba(23, 201, 255, 0.1), inset 0 0 28px rgba(23, 201, 255, 0.06);
}

.energy-ring--one {
  width: 360px;
  height: 360px;
  right: -80px;
  top: 34px;
  animation: ringPulse 7s ease-in-out infinite;
}

.energy-ring--two {
  width: 250px;
  height: 250px;
  right: 30px;
  bottom: 44px;
  border-color: rgba(255, 122, 26, 0.24);
  box-shadow: 0 0 40px rgba(255, 122, 26, 0.12), inset 0 0 24px rgba(255, 122, 26, 0.08);
  animation: ringPulse 6s ease-in-out infinite reverse;
}

.energy-ring--three {
  width: 120px;
  height: 120px;
  left: 36px;
  bottom: 36px;
  border-color: rgba(199, 244, 71, 0.28);
  box-shadow: 0 0 24px rgba(199, 244, 71, 0.12), inset 0 0 18px rgba(199, 244, 71, 0.08);
  animation: ringFloat 5.5s ease-in-out infinite;
}

.hero-orb::before,
.hero-orb::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 420px;
  height: 8px;
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.9;
}

.hero-orb::before {
  top: 56%;
  left: 18%;
  background: linear-gradient(90deg, transparent, var(--oe-cyan), var(--oe-orange), transparent);
  box-shadow: 0 0 28px rgba(23, 201, 255, 0.6);
  transform: rotate(-13deg);
  animation: energyLineA 7s ease-in-out infinite;
}

.hero-orb::after {
  top: 48%;
  left: 8%;
  background: linear-gradient(90deg, transparent, #ffffff, var(--oe-cyan), transparent);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
  transform: rotate(8deg);
  animation: energyLineB 6s ease-in-out infinite;
}

.hero__visual::before,
.hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.82;
  filter: blur(1px);
}

.hero__visual::before {
  width: 260px;
  height: 8px;
  top: 18%;
  left: -6%;
  background: linear-gradient(90deg, transparent, rgba(23, 201, 255, 0.95), rgba(255, 255, 255, 0.9), transparent);
  box-shadow: 0 0 22px rgba(23, 201, 255, 0.3);
  animation: oeWandLineA 10s ease-in-out infinite;
}

.hero__visual::after {
  width: 220px;
  height: 8px;
  bottom: 22%;
  right: -4%;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.95), rgba(23, 201, 255, 0.7), transparent);
  box-shadow: 0 0 22px rgba(255, 122, 26, 0.26);
  animation: oeWandLineB 11.5s ease-in-out infinite;
}

.hero-logo-card,
.hero-highlight,
.hero-mini-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-logo-card {
  top: 38px;
  left: 34px;
  width: min(76%, 500px);
  padding: 18px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 122, 26, 0.18), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(23, 201, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(10, 15, 31, 0.22), rgba(10, 15, 31, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(3px);
  box-shadow: inset 0 0 80px rgba(8, 12, 24, 0.45);
  z-index: 2;
}

.hero-logo-card img {
  width: 100%;
  border-radius: 26px;
  display: block;
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 18px 30px rgba(23, 201, 255, 0.14));
}

.hero-logo-card::before,
.hero-logo-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  pointer-events: none;
}

.hero-logo-card::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 48%, rgba(7, 11, 31, 0.14) 72%, rgba(7, 11, 31, 0.42) 100%);
  z-index: 2;
}

.hero-logo-card::after {
  inset: auto;
  width: 180px;
  height: 180px;
  top: -16px;
  right: -26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 201, 255, 0.26), transparent 68%);
  filter: blur(26px);
  z-index: 1;
}

.hero-highlight {
  right: 28px;
  bottom: 26px;
  width: 214px;
  min-height: 150px;
  padding: 22px;
  border-radius: 24px;
  z-index: 3;
  animation: oeHeroCardRight 1.15s cubic-bezier(0.2, 0.9, 0.2, 1) 0.28s both;
}

.hero-mini-card {
  left: 28px;
  bottom: 104px;
  width: 198px;
  min-height: 124px;
  padding: 18px 20px;
  border-radius: 22px;
  z-index: 3;
  animation: oeHeroCardLeft 1.15s cubic-bezier(0.2, 0.9, 0.2, 1) 0.15s both;
}

.hero-mini-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--oe-cyan);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-mini-card strong {
  display: block;
  line-height: 1.45;
}

.hero-highlight strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.energy-points {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.energy-points span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px currentColor;
}

.energy-points span:nth-child(1) {
  top: 26%;
  right: 31%;
  color: var(--oe-cyan);
}

.energy-points span:nth-child(2) {
  top: 54%;
  right: 19%;
  color: var(--oe-orange);
}

.energy-points span:nth-child(3) {
  bottom: 18%;
  left: 26%;
  color: var(--oe-lime);
}

.section {
  position: relative;
  padding: 28px 0;
  z-index: 1;
}

.section-heading {
  font-size: clamp(1.3rem, 2.1vw, 2.05rem);
  text-wrap: balance;
}

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

.mission {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 28px;
  padding: 34px;
}

.mission__intro {
  display: grid;
  align-content: start;
  gap: 20px;
}

.mission__headline {
  margin: 2px 0 18px;
  font-size: clamp(0.96rem, 1.25vw, 1.18rem);
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--oe-text);
  max-width: 32ch;
  text-wrap: balance;
}

.mission__media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(12, 17, 37, 0.92), rgba(10, 15, 31, 0.95));
  box-shadow: var(--oe-shadow);
}

.mission__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 21, 0.06), rgba(6, 8, 21, 0.22)),
    radial-gradient(circle at 18% 18%, rgba(23, 201, 255, 0.12), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(255, 122, 26, 0.12), transparent 26%);
  pointer-events: none;
}

.mission__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(23, 201, 255, 0.16), transparent 18%),
    radial-gradient(circle at 18% 78%, rgba(255, 122, 26, 0.14), transparent 20%);
  pointer-events: none;
  z-index: 1;
}

.mission__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}


.mission-orb,
.mission-ring,
.mission-point {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mission-orb {
  inset: 0;
}

.mission-orb::before,
.mission-orb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.88;
}

.mission-orb::before {
  width: 210px;
  height: 7px;
  top: 28%;
  left: -4%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), rgba(23, 201, 255, 0.95), transparent);
  box-shadow: 0 0 24px rgba(23, 201, 255, 0.26);
  transform: rotate(11deg);
  animation: missionLineA 8.8s ease-in-out infinite;
}

.mission-orb::after {
  width: 240px;
  height: 7px;
  right: -8%;
  bottom: 24%;
  background: linear-gradient(90deg, transparent, rgba(23, 201, 255, 0.92), rgba(255, 122, 26, 0.95), transparent);
  box-shadow: 0 0 22px rgba(255, 122, 26, 0.24);
  transform: rotate(-12deg);
  animation: missionLineB 9.6s ease-in-out infinite;
}

.mission-ring {
  border-radius: 50%;
  border: 1px solid rgba(23, 201, 255, 0.22);
  box-shadow: 0 0 28px rgba(23, 201, 255, 0.12), inset 0 0 18px rgba(23, 201, 255, 0.06);
}

.mission-ring--one {
  width: 180px;
  height: 180px;
  right: -24px;
  top: -8px;
  animation: missionRingFloat 7.2s ease-in-out infinite;
}

.mission-ring--two {
  width: 120px;
  height: 120px;
  left: -14px;
  bottom: -14px;
  border-color: rgba(255, 122, 26, 0.2);
  box-shadow: 0 0 24px rgba(255, 122, 26, 0.1), inset 0 0 16px rgba(255, 122, 26, 0.05);
  animation: missionRingFloat 6.3s ease-in-out infinite reverse;
}

.mission-point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px currentColor;
  opacity: 0.74;
}

.mission-point--one {
  top: 14%;
  right: 8%;
  color: var(--oe-cyan);
  animation: missionPointPulse 4.2s ease-in-out infinite;
}

.mission-point--two {
  bottom: 18%;
  left: 14%;
  color: var(--oe-orange);
  animation: missionPointPulse 4.8s ease-in-out infinite 0.8s;
}

.mission-note {
  position: relative;
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 0% 0%, rgba(255, 122, 26, 0.08), transparent 24%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.mission-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 100%);
  pointer-events: none;
  opacity: 0.35;
}

.mission-note::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd18a 0%, #ffb95a 55%, rgba(255, 185, 90, 0.18) 100%);
  box-shadow: 0 0 16px rgba(255, 185, 90, 0.36);
  z-index: 2;
}

.mission-note p {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #e9efff;
  line-height: 1.6;
  font-size: 0.96rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.mission-note p:last-child {
  margin-bottom: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.services-media {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 22px auto 34px;
  perspective: 1600px;
  isolation: isolate;
}

.services-media .services-ambient,
.services-media .services-wand,
.services-media .services-orbit,
.services-media .services-node {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.services-media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 540px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(23, 201, 255, 0.16), transparent 44%),
    radial-gradient(circle at 72% 52%, rgba(255, 122, 26, 0.10), transparent 38%);
  filter: blur(24px);
  opacity: 0.95;
  z-index: 0;
  animation: servicesStageGlow 9s ease-in-out infinite;
}

.services-media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: min(72%, 420px);
  height: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(23, 201, 255, 0.74), rgba(255, 181, 92, 0.76), transparent);
  box-shadow:
    0 0 28px rgba(23, 201, 255, 0.18),
    0 0 48px rgba(255, 122, 26, 0.10);
  opacity: 0.72;
  z-index: 0;
}

.services-media .services-ambient {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.42;
  animation: servicesAmbientFloat 11s ease-in-out infinite;
}

.services-media .services-ambient--left {
  left: -190px;
  top: 120px;
  background:
    radial-gradient(circle, rgba(23, 201, 255, 0.7), rgba(23, 201, 255, 0.16) 46%, transparent 72%);
}

.services-media .services-ambient--right {
  right: -200px;
  top: 138px;
  background:
    radial-gradient(circle, rgba(255, 122, 26, 0.62), rgba(255, 122, 26, 0.14) 44%, transparent 72%);
  animation-delay: 1.4s;
}

.services-media .services-wand {
  width: 270px;
  height: 6px;
  border-radius: 999px;
  opacity: 0.82;
  filter: blur(0.5px);
  animation: servicesWandDrift 9.5s ease-in-out infinite;
}

.services-media .services-wand--left {
  left: -118px;
  top: 224px;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.86), rgba(23,201,255,0.95), transparent);
  box-shadow: 0 0 20px rgba(23, 201, 255, 0.34);
}

.services-media .services-wand--right {
  right: -124px;
  top: 258px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,181,92,0.92), rgba(23,201,255,0.78), transparent);
  box-shadow: 0 0 20px rgba(255, 122, 26, 0.28);
  animation-delay: 1.2s;
}

.services-media .services-orbit {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(123, 216, 255, 0.14);
  box-shadow: inset 0 0 32px rgba(23, 201, 255, 0.03), 0 0 30px rgba(23, 201, 255, 0.04);
  opacity: 0.7;
  animation: servicesOrbitDrift 15s ease-in-out infinite;
}

.services-media .services-orbit--left {
  left: -214px;
  top: 44px;
}

.services-media .services-orbit--right {
  right: -206px;
  top: 98px;
  border-color: rgba(255, 181, 92, 0.14);
  box-shadow: inset 0 0 30px rgba(255, 122, 26, 0.03), 0 0 28px rgba(255, 122, 26, 0.04);
  animation-delay: 1.8s;
}

.services-media .services-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.36),
    0 0 28px currentColor;
  animation: servicesNodeFloat 7.4s ease-in-out infinite;
}

.services-media .services-node--left {
  left: 88px;
  top: 314px;
  color: var(--oe-cyan);
}

.services-media .services-node--right {
  right: 92px;
  top: 340px;
  color: var(--oe-orange);
  animation-delay: 1.2s;
}

.services-media__glass {
  position: relative;
  width: min(100%, 560px);
  padding: 14px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(10, 18, 40, 0.68), rgba(9, 14, 30, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(120%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 40px rgba(7, 11, 31, 0.26);
  transform: rotateX(5deg) rotateY(-3deg);
  overflow: hidden;
}

.services-media__glass::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto 10px;
  height: 34%;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.services-media__glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 24%, transparent 40%),
    radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.16), transparent 20%);
  opacity: 0.52;
  mix-blend-mode: screen;
  pointer-events: none;
}

.services-media__glass img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.services-media__glow,
.services-media__spark,
.services-media__ring {
  position: absolute;
  pointer-events: none;
}

.services-media__glow,
.services-media__spark,
.services-media__ring {
  z-index: 0;
}

.services-media__glow {
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.3;
  animation: servicesGlowFloat 9s ease-in-out infinite;
}

.services-media__glow--one {
  width: 220px;
  height: 220px;
  top: -40px;
  left: -20px;
  background: rgba(23, 201, 255, 0.34);
}

.services-media__glow--two {
  width: 240px;
  height: 240px;
  right: -30px;
  bottom: -20px;
  background: rgba(255, 122, 26, 0.28);
  animation-delay: 1.2s;
}

.services-media__spark {
  width: 160px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), rgba(23,201,255,0.95), transparent);
  box-shadow: 0 0 18px rgba(23, 201, 255, 0.45);
  opacity: 0.85;
  animation: servicesSparkMove 7s ease-in-out infinite;
}

.services-media__spark--one {
  top: 18%;
  right: 8%;
  --spark-rotate: -12deg;
  transform: rotate(-12deg);
}

.services-media__spark--two {
  bottom: 14%;
  left: 8%;
  --spark-rotate: 10deg;
  transform: rotate(10deg);
  animation-delay: 1.4s;
}

.services-media__ring {
  border-radius: 50%;
  border: 1px solid rgba(123, 216, 255, 0.2);
  box-shadow: inset 0 0 24px rgba(23, 201, 255, 0.05), 0 0 24px rgba(23, 201, 255, 0.08);
  animation: servicesRingPulse 8s ease-in-out infinite;
}

.services-media__ring--one {
  width: 280px;
  height: 280px;
  top: 40px;
  left: -70px;
}

.services-media__ring--two {
  width: 220px;
  height: 220px;
  right: -40px;
  bottom: 44px;
  border-color: rgba(255, 181, 92, 0.24);
  box-shadow: inset 0 0 22px rgba(255, 122, 26, 0.06), 0 0 20px rgba(255, 122, 26, 0.10);
  animation-delay: 1.2s;
}

.services-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px auto 0;
  max-width: 980px;
}

.services-icon-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  padding: 8px 12px 0;
  animation: servicesIconFloat 6.8s ease-in-out infinite;
}

.services-icon-card:nth-child(2) {
  animation-delay: 0.8s;
}

.services-icon-card:nth-child(3) {
  animation-delay: 1.6s;
}

.services-icon-card strong {
  color: var(--oe-text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.services-icon {
  position: relative;
  width: 92px;
  height: 72px;
  filter: drop-shadow(0 0 18px rgba(23, 201, 255, 0.24));
}

.services-icon::before {
  content: "";
  position: absolute;
  inset: auto 12px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(23, 201, 255, 0.95), transparent);
  box-shadow: 0 0 16px rgba(23, 201, 255, 0.45);
}

.services-icon--analysis::before,
.services-icon--switch::before,
.services-icon--support::before {
  bottom: 2px;
}

.services-icon--analysis span,
.services-icon--switch span,
.services-icon--support span {
  position: absolute;
}

.services-icon--analysis span:nth-child(1) {
  inset: 8px 18px 18px;
  border: 2px solid rgba(123, 216, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(23, 201, 255, 0.22), inset 0 0 18px rgba(23, 201, 255, 0.08);
}

.services-icon--analysis span:nth-child(2) {
  width: 10px;
  height: 26px;
  left: 34px;
  bottom: 24px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, rgba(255, 181, 92, 0.96), rgba(23, 201, 255, 0.92));
  box-shadow: 0 0 12px rgba(23, 201, 255, 0.24);
}

.services-icon--analysis span:nth-child(3) {
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
  border-radius: 50%;
  border: 2px solid rgba(123, 216, 255, 0.95);
  box-shadow: 0 0 12px rgba(23, 201, 255, 0.24);
}

.services-icon--switch span:nth-child(1),
.services-icon--switch span:nth-child(2) {
  inset: auto;
  width: 46px;
  height: 12px;
  top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123, 216, 255, 0.95), rgba(23, 201, 255, 0.95));
  box-shadow: 0 0 14px rgba(23, 201, 255, 0.28);
}

.services-icon--switch span:nth-child(1) {
  left: 12px;
}

.services-icon--switch span:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid rgba(123, 216, 255, 0.95);
}

.services-icon--switch span:nth-child(2) {
  right: 12px;
  top: 40px;
  background: linear-gradient(90deg, rgba(255, 181, 92, 0.96), rgba(23, 201, 255, 0.95));
}

.services-icon--switch span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid rgba(255, 181, 92, 0.96);
}

.services-icon--support span:nth-child(1) {
  inset: 10px 22px 16px;
  border: 2px solid rgba(123, 216, 255, 0.95);
  border-bottom: 0;
  border-radius: 24px 24px 12px 12px;
  box-shadow: 0 0 16px rgba(23, 201, 255, 0.24);
}

.services-icon--support span:nth-child(2) {
  width: 22px;
  height: 22px;
  left: 35px;
  top: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 181, 92, 0.95);
  box-shadow: 0 0 12px rgba(255, 181, 92, 0.22);
}

.services-icon--support span:nth-child(3) {
  width: 34px;
  height: 18px;
  left: 29px;
  bottom: 18px;
  border: 2px solid rgba(123, 216, 255, 0.95);
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(23, 201, 255, 0.12), transparent 66%);
  pointer-events: none;
}

.card::before,
.process-card::before,
.mission::before,
.vision::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.14;
  pointer-events: none;
}

.card:nth-child(1)::before {
  top: -40px;
  right: -30px;
  background: var(--oe-cyan);
}

.card:nth-child(2)::before {
  top: -50px;
  right: -20px;
  background: var(--oe-orange);
}

.card:nth-child(3)::before {
  top: -44px;
  right: -18px;
  background: var(--oe-lime);
}

.card h3,
.vision-list strong,
.process-card h3 {
  margin: 10px 0 12px;
  font-size: 1.3rem;
}

.vision {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  padding: 32px;
}

.vision__content {
  display: grid;
  align-content: start;
  gap: 6px;
}

.vision-side {
  display: grid;
  align-content: start;
  justify-items: end;
}

.vision-media {
  position: relative;
  min-height: 700px;
  width: min(100%, 560px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 112px 0 18px;
  overflow: hidden;
  border-radius: 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vision-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 21, 0.04), rgba(6, 8, 21, 0.2)),
    radial-gradient(circle at 82% 18%, rgba(23, 201, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.vision-media::before {
  content: "";
  position: absolute;
  inset: 88px 10px 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 122, 26, 0.16), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(23, 201, 255, 0.18), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(23, 201, 255, 0.10), transparent 32%);
  filter: blur(10px);
  opacity: 0.95;
  pointer-events: none;
}

.vision-media img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  position: relative;
  z-index: 1;
  border-radius: 34px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.vision-list {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px 0 6px 22px;
  margin-top: 6px;
  max-width: 720px;
}

.vision-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: -14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(23, 201, 255, 0.08), rgba(23, 201, 255, 0.36), rgba(255, 122, 26, 0.28), rgba(23, 201, 255, 0.08));
  box-shadow: 0 0 18px rgba(23, 201, 255, 0.16);
  animation: visionLineFlow 7.5s ease-in-out infinite;
}

.vision-list article {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vision-list article::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, #8adfff 55%, rgba(23, 201, 255, 0.16) 100%);
  box-shadow: 0 0 8px rgba(23, 201, 255, 0.16);
  opacity: 0.86;
  animation: visionNodePulse 4.6s ease-in-out infinite;
}

.vision-list article:nth-child(2)::before {
  animation-delay: 0.8s;
}

.vision-list article:nth-child(3)::before {
  animation-delay: 1.6s;
}

.vision-list article::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -12px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0.12;
  pointer-events: none;
  animation: visionGlowDrift 8.5s ease-in-out infinite;
}

.vision-list article:nth-child(1)::after {
  background: rgba(23, 201, 255, 0.56);
}

.vision-list article:nth-child(2)::after {
  background: rgba(255, 122, 26, 0.46);
  animation-delay: 1.1s;
}

.vision-list article:nth-child(3)::after {
  background: rgba(199, 244, 71, 0.34);
  animation-delay: 2s;
}

.vision-list article:last-child {
  border-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px auto 0;
  max-width: 920px;
}

.benefit-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 10px 12px 6px;
  text-align: center;
  border-radius: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  animation: benefitFloat 7.2s ease-in-out infinite;
}

.benefit-card:nth-child(2) {
  animation-delay: 0.8s;
}

.benefit-card:nth-child(3) {
  animation-delay: 1.6s;
}

.benefit-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  padding: 0 8px;
  border-radius: 16px;
  color: #ffb65c;
  font-size: 1.55rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 18px rgba(23, 201, 255, 0.08);
}

.benefit-card strong {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  font-size: 0.98rem;
  line-height: 1.28;
}

.benefit-card__icon--handshake span {
  position: absolute;
  width: 18px;
  height: 10px;
  border: 2px solid #ffb65c;
  border-radius: 8px;
  transform-origin: center;
}

.benefit-card__icon--handshake span:first-child {
  transform: rotate(22deg) translateX(-6px);
}

.benefit-card__icon--handshake span:last-child {
  transform: rotate(-22deg) translateX(6px);
}

.benefit-card__icon--chat span {
  position: absolute;
  width: 24px;
  height: 18px;
  border: 2px solid #7bd8ff;
  border-radius: 10px;
}

.benefit-card__icon--chat span::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #7bd8ff;
  border-bottom: 2px solid #7bd8ff;
  transform: skew(-18deg);
}

.benefit-card__icon--percent {
  color: #ffb65c;
  font-size: 1.8rem;
}

.process-card {
  position: relative;
  padding: 26px;
  overflow: hidden;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--oe-line);
  background: linear-gradient(180deg, rgba(12, 17, 37, 0.92), rgba(10, 15, 31, 0.95));
  box-shadow: var(--oe-shadow);
  min-height: 520px;
}

.team-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(6, 8, 21, 0.16) 20%, rgba(6, 8, 21, 0.9));
}

.team-card--info {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

.team-card--info::before {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.22;
}

.team-card--info:nth-child(2)::before {
  background: var(--oe-cyan);
}

.team-card--info:nth-child(3)::before {
  background: var(--oe-orange);
}

.team-card__image {
  position: absolute;
  inset: 0;
}

.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
}

.team-card__meta h3 {
  margin: 0 0 6px;
  font-size: 1.7rem;
}

.team-card__meta p {
  margin: 0;
  color: #ffc56a;
  font-size: 1.15rem;
  font-weight: 700;
}

.team-card__panel {
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.team-card__panel h3 {
  margin: 12px 0;
  font-size: 1.5rem;
  line-height: 1.08;
}

.team-card__panel p {
  margin: 0;
  color: var(--oe-muted);
  line-height: 1.75;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--oe-line);
  background: linear-gradient(180deg, rgba(12, 17, 37, 0.94), rgba(10, 15, 31, 0.94));
  box-shadow: var(--oe-shadow);
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(44px);
  background: rgba(23, 201, 255, 0.18);
}

.review-card__quote {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--oe-text);
  line-height: 1.7;
  font-size: 0.98rem;
}

.review-card strong,
.review-card span {
  position: relative;
  z-index: 1;
}

.review-card strong {
  display: block;
  margin-bottom: 6px;
}

.review-card span {
  color: var(--oe-muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.64fr) minmax(260px, 300px);
  gap: 22px;
  align-items: start;
}

.contact-main {
  display: grid;
  gap: 22px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.contact-form__full {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form label > span {
  color: var(--oe-text);
  font-size: 0.98rem;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025)),
    linear-gradient(180deg, rgba(12, 17, 37, 0.96), rgba(10, 15, 31, 0.94));
  color: var(--oe-text);
  padding: 16px 18px;
  font: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.contact-form textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a1bf;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(23, 201, 255, 0.34);
  box-shadow:
    0 0 0 3px rgba(23, 201, 255, 0.10),
    0 22px 48px rgba(0, 0, 0, 0.2);
}

.contact-form__privacy {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  color: var(--oe-muted);
  font-size: 0.74rem;
  line-height: 1.28;
}

.contact-form__privacy input {
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 2px;
}

.contact-form__privacy span {
  display: block;
  min-width: 0;
}

.contact-form__privacy a {
  color: var(--oe-cyan);
  text-decoration: underline;
  text-decoration-color: rgba(23, 201, 255, 0.32);
}

.contact-form-wrap {
  width: 100%;
  position: relative;
}

.contact-notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 201, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--oe-text);
  line-height: 1.6;
}


.contact-person {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--oe-line);
  background: linear-gradient(180deg, rgba(12, 17, 37, 0.94), rgba(10, 15, 31, 0.94));
  box-shadow: var(--oe-shadow);
  min-height: 540px;
  isolation: isolate;
  width: 100%;
  max-width: 300px;
  justify-self: end;
}

.contact-person__image {
  position: absolute;
  inset: 0;
}

.contact-person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}

.contact-person::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(6, 8, 21, 0.16) 20%, rgba(6, 8, 21, 0.95));
}

.contact-person::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 18%, rgba(23, 201, 255, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(6, 8, 21, 0.02), rgba(6, 8, 21, 0.18));
  pointer-events: none;
}

.contact-person__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px;
}

.contact-person__meta h3 {
  margin: 0 0 6px;
  font-size: 1.55rem;
}

.contact-person__meta p {
  margin: 0;
  color: #ffc56a;
  font-size: 0.98rem;
  font-weight: 700;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.contact-info-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(12, 17, 37, 0.96), rgba(10, 15, 31, 0.92));
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -18px 36px rgba(7, 11, 31, 0.22);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-info-card::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto 10px;
  height: 40%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.01));
  pointer-events: none;
}

.contact-info-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(42px);
  background: rgba(23, 201, 255, 0.16);
  opacity: 0.75;
  pointer-events: none;
}

.contact-info-card:hover {
  transform: translateY(-8px) rotateX(3deg) rotateY(-2deg);
  border-color: rgba(123, 216, 255, 0.24);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(23, 201, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.contact-info-card strong,
.contact-info-card a,
.contact-info-card span {
  position: relative;
  z-index: 1;
}

.contact-info-card strong {
  color: var(--oe-text);
  font-size: 1.05rem;
}

.contact-info-card a {
  color: #ffc56a;
  font-weight: 700;
}

.contact-info-card span {
  color: var(--oe-muted);
}

.cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px;
  overflow: hidden;
}

.mission::before,
.vision::before,
.cta-card::before {
  top: -44px;
  right: -36px;
  background: var(--oe-cyan);
}

.process-card:nth-child(2)::before {
  top: auto;
  bottom: -60px;
  right: -40px;
  background: var(--oe-orange);
}

.process-card:nth-child(3)::before {
  top: auto;
  bottom: -60px;
  right: -40px;
  background: var(--oe-lime);
}

.section-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.14;
  pointer-events: none;
  animation: sectionGlowMove 14s ease-in-out infinite;
}

.section-glow--cyan {
  top: 40px;
  left: -80px;
  background: var(--oe-cyan);
}

.section-glow--orange {
  top: 20px;
  right: -60px;
  background: var(--oe-orange);
}

.section-glow--blue {
  bottom: -30px;
  left: -70px;
  background: #4e7dff;
}

.section-glow--lime {
  top: 10px;
  right: -80px;
  background: var(--oe-lime);
}

.site-footer {
  padding: 28px 0 42px;
  color: var(--oe-muted);
}

.legal-page {
  padding: 54px 0 72px;
}

.legal-page__inner {
  max-width: 980px;
}

.legal-page__article {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(12, 17, 37, 0.96), rgba(10, 15, 31, 0.94));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.legal-page__content {
  color: var(--oe-muted);
  line-height: 1.8;
}

.legal-page__content h2,
.legal-page__content h3 {
  color: var(--oe-text);
  margin: 28px 0 10px;
  line-height: 1.2;
}

.legal-page__content h2 {
  font-size: 1.4rem;
}

.legal-page__content h3 {
  font-size: 1.1rem;
}

.legal-page__content p,
.legal-page__content li {
  margin: 0 0 14px;
}

.legal-page__content ul {
  padding-left: 20px;
  margin: 0 0 16px;
}

.legal-page__content a {
  color: var(--oe-cyan);
  text-decoration: underline;
  text-decoration-color: rgba(23, 201, 255, 0.36);
}

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 122, 26, 0.92), rgba(23, 201, 255, 0.92));
  color: #ffffff;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(23, 201, 255, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
  opacity: 0.96;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top span {
  font-size: 1.9rem;
  line-height: 1;
  transform: translateY(-1px);
}

.js .back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
}

.js .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
  transform: translateY(-6px) scale(1.04);
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(23, 201, 255, 0.24);
  filter: saturate(1.08);
}

@media (max-width: 680px) {
  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
}

.site-footer__inner {
  width: min(var(--oe-max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

.site-footer__brand strong,
.site-footer__center {
  color: var(--oe-text);
  font-weight: 700;
}

.site-footer__brand,
.site-footer__center,
.footer-socials,
.footer-links {
  flex: 1 1 0;
}

.site-footer__center {
  text-align: center;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(14, 20, 44, 0.92), rgba(10, 15, 31, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-socials__link svg {
  width: 18px;
  height: 18px;
  fill: var(--oe-muted);
  transition: fill 0.25s ease;
}

.footer-socials__link:hover,
.footer-socials__link:focus {
  transform: translateY(-2px);
  border-color: rgba(23, 201, 255, 0.35);
  box-shadow: 0 16px 34px rgba(23, 201, 255, 0.16);
}

.footer-socials__link:hover svg,
.footer-socials__link:focus svg {
  fill: var(--oe-cyan);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--oe-muted);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--oe-text);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js #leistungen .card.reveal {
  opacity: 0;
  transform: translate3d(0, 90px, 0) scale(0.96) rotateX(8deg);
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease;
  transform-origin: center bottom;
}

.js #leistungen .card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

.js #leistungen .card.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.js #leistungen .card.reveal:nth-child(2) {
  transition-delay: 0.18s;
}

.js #leistungen .card.reveal:nth-child(3) {
  transition-delay: 0.31s;
}

#leistungen .card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(23, 201, 255, 0.08);
}

.js .section-tag.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .section-tag.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .section-heading.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transform-origin: center top;
  transition: opacity 0.65s ease, transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .section-heading.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js #leistungen .services-media.reveal,
.js #vision .vision-media.reveal,
.js #mission .mission__media.reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0) scale(0.965);
  transition:
    opacity 0.75s ease,
    transform 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.75s ease;
  filter: saturate(0.88) blur(1px);
}

.js #leistungen .services-media.reveal.is-visible,
.js #vision .vision-media.reveal.is-visible,
.js #mission .mission__media.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: saturate(1) blur(0);
}

.js .process-card.reveal {
  opacity: 0;
  transform: translate3d(0, 120px, 0) scale(0.94) rotateX(11deg);
  transition:
    opacity 0.82s ease,
    transform 1.08s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease;
  transform-origin: center bottom;
}

.js .process-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

.js .process-card.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.js .process-card.reveal:nth-child(2) {
  transition-delay: 0.18s;
}

.js .process-card.reveal:nth-child(3) {
  transition-delay: 0.31s;
}

.js .review-card.reveal {
  opacity: 0;
  transform: translate3d(0, 118px, 0) scale(0.945) rotateX(10deg);
  transition:
    opacity 0.82s ease,
    transform 1.08s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease;
  transform-origin: center bottom;
}

.js .review-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
}

.js .review-card.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.js .review-card.reveal:nth-child(2) {
  transition-delay: 0.18s;
}

.js .review-card.reveal:nth-child(3) {
  transition-delay: 0.31s;
}

.js .benefit-card.reveal,
.js .contact-info-card.reveal {
  opacity: 0;
  transform: translate3d(0, 70px, 0) scale(0.96);
  transition: opacity 0.72s ease, transform 0.98s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js .benefit-card.reveal.is-visible,
.js .contact-info-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#leistungen .container,
#bewertungen .container {
  overflow: hidden;
}

#leistungen .container::before,
#leistungen .container::after,
#bewertungen .container::before,
#bewertungen .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  opacity: 0.85;
}

#leistungen .container::before {
  width: 240px;
  height: 8px;
  left: 2%;
  top: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), rgba(23, 201, 255, 0.95), transparent);
  box-shadow: 0 0 22px rgba(23, 201, 255, 0.24);
  transform: rotate(16deg);
  animation: sectionFlyLineLeft 9.5s ease-in-out infinite;
}

#leistungen .container::after {
  width: 260px;
  height: 8px;
  right: 2%;
  top: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.92), rgba(23, 201, 255, 0.82), transparent);
  box-shadow: 0 0 22px rgba(255, 122, 26, 0.2);
  transform: rotate(-14deg);
  animation: sectionFlyLineRight 10.6s ease-in-out infinite;
}

#bewertungen .container::before {
  width: 190px;
  height: 190px;
  left: -40px;
  top: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 201, 255, 0.22), transparent 68%);
  filter: blur(18px);
  animation: sectionOrbFloatA 10.8s ease-in-out infinite;
}

#bewertungen .container::after {
  width: 210px;
  height: 210px;
  right: -30px;
  top: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.20), transparent 68%);
  filter: blur(20px);
  animation: sectionOrbFloatB 12s ease-in-out infinite;
}

#leistungen .card,
.process-card,
.review-card {
  will-change: transform, opacity, box-shadow;
}

@keyframes energyLineA {
  0%, 100% { transform: rotate(-13deg) translateX(0); }
  50% { transform: rotate(-10deg) translateX(24px); }
}

@keyframes energyLineB {
  0%, 100% { transform: rotate(8deg) translateX(0); }
  50% { transform: rotate(11deg) translateX(-18px); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes ringFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes sectionGlowMove {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(16px, -10px, 0) scale(1.04); }
}

@keyframes pageGlowA {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.06); }
}

@keyframes pageGlowB {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(22px) scale(1.08); }
}

@keyframes servicesGlowFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(12px, -10px, 0) scale(1.06); }
}

@keyframes sectionFlyLineLeft {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(16deg); opacity: 0.52; }
  50% { transform: translate3d(32px, -14px, 0) rotate(11deg); opacity: 0.95; }
}

@keyframes sectionFlyLineRight {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-14deg); opacity: 0.48; }
  50% { transform: translate3d(-34px, 16px, 0) rotate(-8deg); opacity: 0.92; }
}

@keyframes sectionOrbFloatA {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.42; }
  50% { transform: translate3d(18px, -16px, 0) scale(1.08); opacity: 0.74; }
}

@keyframes sectionOrbFloatB {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.38; }
  50% { transform: translate3d(-18px, 18px, 0) scale(1.1); opacity: 0.72; }
}

@keyframes servicesSparkMove {
  0%, 100% { opacity: 0.45; transform: translateX(0) rotate(var(--spark-rotate, 0deg)); }
  50% { opacity: 1; transform: translateX(14px) rotate(var(--spark-rotate, 0deg)); }
}

@keyframes servicesIconFloat {
  0%, 100% {
    transform: translateY(0);
    filter: drop-shadow(0 0 0 rgba(23, 201, 255, 0));
  }
  50% {
    transform: translateY(-6px);
    filter: drop-shadow(0 0 18px rgba(23, 201, 255, 0.18));
  }
}

@keyframes servicesRingPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes servicesBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes servicesOrbitDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.62; }
  50% { transform: translate3d(12px, -10px, 0) scale(1.04); opacity: 0.86; }
}

@keyframes servicesNodeFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.72; }
  50% { transform: translate3d(8px, -9px, 0) scale(1.18); opacity: 1; }
}

@keyframes servicesStageGlow {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.82; }
  50% { transform: translateX(-50%) scale(1.04); opacity: 1; }
}

@keyframes servicesAmbientFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(14px, -12px, 0) scale(1.08); }
}

@keyframes servicesWandDrift {
  0%, 100% { opacity: 0.46; }
  50% { opacity: 0.98; }
}

@keyframes oeHeroCardLeft {
  0% {
    opacity: 0;
    transform: translate3d(-180px, 24px, 0) rotate(-6deg) scale(0.92);
  }
  65% {
    opacity: 1;
    transform: translate3d(14px, -6px, 0) rotate(1.5deg) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes oeHeroCardRight {
  0% {
    opacity: 0;
    transform: translate3d(190px, 24px, 0) rotate(6deg) scale(0.92);
  }
  65% {
    opacity: 1;
    transform: translate3d(-14px, -6px, 0) rotate(-1.5deg) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes oeWandLineA {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-16deg);
  }
  50% {
    transform: translate3d(120px, 70px, 0) rotate(-8deg);
  }
}

@keyframes oeWandLineB {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(12deg);
  }
  50% {
    transform: translate3d(-140px, -85px, 0) rotate(4deg);
  }
}

@keyframes oeFloatWandOne {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-18deg) scaleX(1);
  }
  50% {
    transform: translate3d(180px, 120px, 0) rotate(-8deg) scaleX(1.12);
  }
}

@keyframes oeFloatWandTwo {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(16deg) scaleX(1);
  }
  50% {
    transform: translate3d(-220px, -140px, 0) rotate(6deg) scaleX(1.08);
  }
}

@keyframes oeFloatWandThree {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-8deg) scaleX(1);
  }
  50% {
    transform: translate3d(160px, -120px, 0) rotate(4deg) scaleX(1.1);
  }
}

@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }

  .brand__logo {
    width: 240px;
    height: 66px;
  }

  .hero__grid,
  .mission,
  .vision,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .cards,
  .process-grid,
  .services-icons,
  .hero__stats,
  .team-grid,
  .reviews-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-person {
    max-width: 100%;
    min-height: 520px;
    justify-self: stretch;
  }

  .hero__visual {
    min-height: 460px;
  }

  .hero-logo-card {
    width: calc(100% - 48px);
    left: 24px;
    top: 26px;
  }

  .hero-mini-card,
  .hero-highlight {
    width: calc(50% - 30px);
  }

  .hero-highlight {
    left: auto;
    right: 24px;
    bottom: 24px;
  }

  .hero-mini-card {
    left: 24px;
    bottom: 146px;
  }
}

@media (max-width: 680px) {
  .site-header__inner,
  .cta-card,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-socials,
  .site-footer__center,
  .footer-links {
    justify-content: flex-start;
    text-align: left;
  }

  .brand__logo {
    width: 200px;
    height: 56px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero__visual {
    min-height: 380px;
  }

  .hero-logo-card,
  .hero-highlight,
  .hero-mini-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-orb {
    display: grid;
    gap: 16px;
    padding: 18px;
  }

  .hero-grid-lines {
    display: none;
  }

  .energy-ring--one {
    width: 220px;
    height: 220px;
    right: -40px;
  }

  .energy-ring--two {
    width: 150px;
    height: 150px;
  }

  .button {
    width: 100%;
  }

  .hero__actions {
    width: 100%;
  }
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  mix-blend-mode: screen;
}

body::before {
  width: 32vw;
  height: 32vw;
  top: 10%;
  left: -8vw;
  background: radial-gradient(circle, rgba(23, 201, 255, 0.9), rgba(23, 201, 255, 0.18) 45%, transparent 72%);
  animation: oeFloatGlowA 18s ease-in-out infinite;
}

body::after {
  width: 30vw;
  height: 30vw;
  right: -8vw;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.85), rgba(255, 122, 26, 0.16) 42%, transparent 72%);
  animation: oeFloatGlowB 22s ease-in-out infinite;
}

.site-wrap {
  position: relative;
  overflow: hidden;
}

.site-wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(23, 201, 255, 0.08), transparent 18%),
    radial-gradient(circle at 75% 22%, rgba(255, 122, 26, 0.08), transparent 16%),
    radial-gradient(circle at 65% 68%, rgba(199, 244, 71, 0.05), transparent 14%);
  animation: oeAmbientShift 26s linear infinite;
}

.site-wrap::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.035) 45%, transparent 52%),
    linear-gradient(295deg, transparent 0%, rgba(23,201,255,0.045) 48%, transparent 55%);
  background-size: 180% 180%;
  animation: oeLightSweep 20s ease-in-out infinite;
}

.site-wrap .energy-wand {
  position: fixed;
  width: 180px;
  height: 6px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.38;
  filter: blur(1px);
  mix-blend-mode: screen;
}

.site-wrap .energy-wand--one {
  top: 22%;
  left: 8%;
  background: linear-gradient(90deg, transparent, rgba(23, 201, 255, 0.9), transparent);
  animation: oeFloatWandOne 18s ease-in-out infinite;
}

.site-wrap .energy-wand--two {
  top: 48%;
  right: 10%;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.9), transparent);
  animation: oeFloatWandTwo 20s ease-in-out infinite;
}

.site-wrap .energy-wand--three {
  bottom: 18%;
  left: 20%;
  background: linear-gradient(90deg, transparent, rgba(199, 244, 71, 0.75), transparent);
  animation: oeFloatWandThree 22s ease-in-out infinite;
}

.hero,
.section,
.site-footer,
.site-header {
  position: relative;
  z-index: 1;
}

.card,
.process-card,
.team-card,
.review-card,
.mission,
.vision,
.cta-card,
.stat-card {
  animation: oeCardGlow 8s ease-in-out infinite;
}

.card:nth-child(2),
.process-card:nth-child(2),
.review-card:nth-child(2) {
  animation-delay: 1.5s;
}

.card:nth-child(3),
.process-card:nth-child(3),
.review-card:nth-child(3) {
  animation-delay: 3s;
}

@keyframes oeFloatGlowA {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(40px, 20px, 0) scale(1.08);
  }
  50% {
    transform: translate3d(70px, -10px, 0) scale(0.96);
  }
  75% {
    transform: translate3d(24px, -34px, 0) scale(1.05);
  }
}

@keyframes oeFloatGlowB {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  30% {
    transform: translate3d(-36px, -18px, 0) scale(1.04);
  }
  55% {
    transform: translate3d(-74px, 16px, 0) scale(1.1);
  }
  80% {
    transform: translate3d(-20px, 30px, 0) scale(0.98);
  }
}

@keyframes oeAmbientShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -20px, 0) scale(1.03);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes oeLightSweep {
  0%, 100% {
    background-position: 0% 50%, 100% 50%;
    opacity: 0.55;
  }
  50% {
    background-position: 100% 50%, 0% 50%;
    opacity: 0.9;
  }
}

@keyframes oeCardGlow {
  0%, 100% {
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.35),
      0 0 0 rgba(23, 201, 255, 0);
  }
  50% {
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.4),
      0 0 34px rgba(23, 201, 255, 0.08);
  }
}

@keyframes missionLineA {
  0%, 100% { transform: rotate(11deg) translateX(0); opacity: 0.82; }
  50% { transform: rotate(8deg) translateX(22px); opacity: 1; }
}

@keyframes missionLineB {
  0%, 100% { transform: rotate(-12deg) translateX(0); opacity: 0.78; }
  50% { transform: rotate(-8deg) translateX(-20px); opacity: 1; }
}

@keyframes missionRingFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.82; }
  50% { transform: translateY(-8px) scale(1.04); opacity: 1; }
}

@keyframes missionPointPulse {
  0%, 100% { transform: scale(1); opacity: 0.86; }
  50% { transform: scale(1.28); opacity: 1; }
}

@keyframes ctaGlowFlow {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow:
      0 18px 36px rgba(23, 201, 255, 0.18),
      0 0 24px rgba(255, 122, 26, 0.18);
    filter: saturate(1);
  }
  50% {
    background-position: 100% 50%;
    box-shadow:
      0 22px 42px rgba(23, 201, 255, 0.28),
      0 0 34px rgba(255, 122, 26, 0.28);
    filter: saturate(1.08);
  }
}

@keyframes ctaHaloPulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.28;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.52;
  }
}

@keyframes visionLineFlow {
  0%, 100% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
}

@keyframes visionNodePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.84;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes visionGlowDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-8px, 10px, 0) scale(1.06);
  }
}

@keyframes benefitFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: var(--oe-shadow);
  }
  50% {
    transform: translateY(-6px);
    box-shadow:
      0 28px 88px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(23, 201, 255, 0.08);
  }
}


