:root {
  --navy: #0b1f3a;
  --navy-2: #102b4f;
  --blue: #1e5b8f;
  --orange: #f28c28;
  --paper: #f6f8fb;
  --white: #ffffff;
  --ink: #182536;
  --muted: #65758a;
  --line: rgba(24, 37, 54, 0.14);
  --shadow: 0 28px 80px rgba(11, 31, 58, 0.16);
  --radius: 28px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 31, 58, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 74%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(246, 248, 251, 0.82);
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Bahnschrift", "Aptos", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.15);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a,
.login-link {
  transition: color 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.login-link:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.login-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.08);
  cursor: pointer;
}

.flag {
  position: relative;
  top: -1px;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(11, 31, 58, 0.18);
}

.flag-de {
  background: linear-gradient(180deg, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

.flag-en {
  background:
    linear-gradient(26deg, transparent 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%),
    linear-gradient(-26deg, transparent 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%),
    linear-gradient(90deg, transparent 43%, #fff 43% 57%, transparent 57%),
    linear-gradient(180deg, transparent 38%, #fff 38% 62%, transparent 62%),
    linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%),
    linear-gradient(180deg, transparent 43%, #c8102e 43% 57%, transparent 57%),
    #012169;
}

.section-bleed {
  width: 100%;
}

.section-pad {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 32px);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding: clamp(46px, 8vw, 98px) clamp(18px, 6vw, 86px);
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(242, 140, 40, 0.22), transparent 28%),
    linear-gradient(135deg, #071525 0%, #0b1f3a 46%, #102b4f 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 76% 52%, #000, transparent 66%);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bahnschrift", "Aptos", sans-serif;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(68px, 13vw, 176px);
  line-height: 0.82;
}

h2 {
  max-width: 860px;
  color: var(--navy);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.96;
}

h3 {
  color: var(--navy);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
}

.hero-subline {
  max-width: 780px;
  margin: 22px 0 0;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.availability {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.availability span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #1b1207;
  background: var(--orange);
  box-shadow: 0 18px 40px rgba(242, 140, 40, 0.32);
}

.button.primary:hover {
  box-shadow: 0 22px 52px rgba(242, 140, 40, 0.42);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  min-height: 580px;
  display: grid;
  place-items: center;
}

.inventory-orbit {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.75;
}

.inventory-orbit span {
  position: absolute;
  width: min(84vw, 640px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}

.inventory-orbit span:nth-child(2) {
  width: min(70vw, 500px);
  animation-delay: 1.2s;
}

.inventory-orbit span:nth-child(3) {
  width: min(54vw, 370px);
  border-color: rgba(242, 140, 40, 0.3);
  animation-delay: 2.1s;
}

.command-panel {
  position: relative;
  width: min(100%, 560px);
  padding: clamp(22px, 4vw, 34px);
  color: var(--white);
  background: rgba(246, 248, 251, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(28px);
  transform: perspective(900px) rotateX(4deg) rotateY(-8deg);
}

.panel-topline,
.asset-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-topline {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.panel-topline strong {
  color: #132034;
  background: #b8ffcf;
  padding: 6px 10px;
  border-radius: 999px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.signal-grid div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
}

.signal-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.signal-grid strong {
  font-family: "Bahnschrift", "Aptos", sans-serif;
  font-size: 46px;
  letter-spacing: -0.08em;
}

.scan-line {
  position: relative;
  height: 2px;
  margin: 26px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.scan-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  animation: scan 2.6s ease-in-out infinite;
}

.asset-list {
  display: grid;
  gap: 10px;
}

.asset-row {
  padding: 15px;
  background: rgba(5, 13, 25, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.asset-row.active {
  border-color: rgba(242, 140, 40, 0.58);
  box-shadow: inset 3px 0 0 var(--orange);
}

.asset-row span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
}

.asset-row strong {
  flex: 1;
  font-size: 15px;
}

.asset-row em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-style: normal;
}

.section-heading {
  display: grid;
  gap: 18px;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.problem {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.problem-lines {
  display: grid;
  gap: 12px;
}

.problem-lines p {
  margin: 0;
  padding: 20px 0;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 850;
  letter-spacing: -0.045em;
}

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

.module-card {
  position: relative;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(11, 31, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.module-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid rgba(30, 91, 143, 0.18);
  border-radius: 50%;
}

.module-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.module-index {
  color: var(--orange);
  font-weight: 950;
}

.module-card h3 {
  margin-top: 40px;
}

.module-card p {
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.module-card ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.module-card li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 750;
}

.module-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: start;
}

.workflow-sticky {
  position: sticky;
  top: calc(var(--header-height) + 44px);
}

.workflow-sticky p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.workflow-steps {
  display: grid;
  gap: 18px;
}

.workflow-step {
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74));
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: var(--radius);
}

.workflow-step span {
  color: var(--orange);
  font-weight: 950;
}

.workflow-step h3 {
  margin-top: 22px;
}

.workflow-step p {
  max-width: 580px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.attention {
  padding: clamp(72px, 10vw, 130px) clamp(18px, 6vw, 86px);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy) 0%, #0f345b 100%);
}

.attention-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.attention h2 {
  color: var(--white);
}

.attention-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.attention-grid div {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.attention-grid strong {
  font-family: "Bahnschrift", "Aptos", sans-serif;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.attention-grid span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.admin-strip,
.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.admin-strip span,
.audience-list span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(11, 31, 58, 0.07);
  font-weight: 850;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.pricing p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.price-mark {
  min-width: 270px;
  padding: 28px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.price-mark span,
.price-mark em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.price-mark strong {
  display: block;
  margin: 2px 0;
  font-family: "Bahnschrift", "Aptos", sans-serif;
  font-size: 92px;
  letter-spacing: -0.08em;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: clamp(34px, 8vw, 88px);
  align-items: start;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(242, 140, 40, 0.16), transparent 28%),
    linear-gradient(135deg, #071525 0%, var(--navy) 100%);
}

.contact h2 {
  color: var(--white);
}

.contact-copy p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: clamp(18px, 4vw, 30px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(20px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(5, 13, 25, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  outline: none;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(242, 140, 40, 0.78);
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.12);
}

.contact-form option {
  color: var(--ink);
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.legal {
  display: grid;
  gap: 22px;
}

.legal details {
  background: var(--white);
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(11, 31, 58, 0.05);
}

.legal summary {
  padding: 24px 28px;
  color: var(--navy);
  font-family: "Bahnschrift", "Aptos", sans-serif;
  font-size: 24px;
  font-weight: 850;
  cursor: pointer;
}

.legal details > div {
  max-width: 900px;
  padding: 0 28px 30px;
  color: var(--muted);
  line-height: 1.65;
}

.legal p {
  margin: 0 0 14px;
}

.legal h3 {
  margin: 24px 0 8px;
  color: var(--navy);
  font-size: 19px;
  letter-spacing: 0;
}

.legal a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@keyframes orbitPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.42;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.82;
  }
}

@keyframes scan {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(340%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero,
  .problem,
  .workflow,
  .pricing,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
  }

  .command-panel {
    transform: none;
  }

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

  .workflow-sticky {
    position: static;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand span {
    display: none;
  }

  .login-link {
    display: none;
  }

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

  h1 {
    font-size: clamp(58px, 17vw, 92px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .availability span {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 410px;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .asset-row {
    display: grid;
    align-items: start;
  }

  .problem-lines p {
    font-size: 24px;
  }

  .module-card {
    min-height: auto;
  }

  .price-mark {
    min-width: 0;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
