*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font);
  color: var(--ink-2);
  background: var(--paper);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img,
svg,
canvas {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
input,
textarea {
  font: inherit;
  color: inherit;
}
::selection {
  background: rgba(99, 195, 209, 0.18);
}
:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 6px;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
  background: var(--paper);
}
.atmosphere span {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.7;
  will-change: transform;
}
.b1 {
  width: 60vw;
  height: 60vw;
  top: -18vw;
  right: -12vw;
  background: radial-gradient(
    circle,
    rgba(99, 195, 209, 0.34),
    transparent 62%
  );
  animation: drift1 26s ease-in-out infinite;
}
.b2 {
  width: 46vw;
  height: 46vw;
  top: 32vh;
  left: -14vw;
  background: radial-gradient(
    circle,
    rgba(66, 64, 147, 0.2),
    transparent 62%
  );
  animation: drift2 32s ease-in-out infinite;
}
.b3 {
  width: 52vw;
  height: 52vw;
  bottom: -16vw;
  right: 6vw;
  background: radial-gradient(
    circle,
    rgba(138, 137, 194, 0.4),
    transparent 62%
  );
  animation: drift3 30s ease-in-out infinite;
}
.b4 {
  width: 40vw;
  height: 40vw;
  bottom: 18vh;
  left: 8vw;
  background: radial-gradient(
    circle,
    rgba(220, 242, 245, 0.4),
    transparent 62%
  );
  animation: drift1 36s ease-in-out infinite reverse;
}
@keyframes drift1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(4vw, 5vh) scale(1.08);
  }
}
@keyframes drift2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(6vw, -4vh) scale(1.1);
  }
}
@keyframes drift3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-5vw, 3vh) scale(1.06);
  }
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
section {
  position: relative;
}
.section-pad {
  padding-block: clamp(3.75rem, 6vw, 5.5rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--petrol-600);
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--teal-400), transparent);
}
.eyebrow.center::before {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.h2 {
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
}
.lead {
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  color: var(--ink-2);
  max-width: 54ch;
  font-weight: 400;
}

.section-head {
  max-width: 46rem;
}
.section-head .h2 {
  margin-top: 1rem;
}
.section-head .lead {
  margin-top: 1.2rem;
}

.bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(66, 64, 147, 0.06) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  -webkit-mask: radial-gradient(
    62% 60% at 50% 42%,
    #000,
    transparent 78%
  );
  mask: radial-gradient(62% 60% at 50% 42%, #000, transparent 78%);
  opacity: 0.8;
}
.bg-bloom-tr::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    42% 52% at 92% 4%,
    rgba(99, 195, 209, 0.25),
    transparent 60%
  );
}
.bg-bloom-bl::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    40% 50% at 4% 96%,
    rgba(138, 137, 194, 0.42),
    transparent 60%
  );
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.55rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.96rem;
  position: relative;
  isolation: isolate;
  white-space: nowrap;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    background 0.4s var(--ease),
    color 0.3s var(--ease);
}
.btn svg {
  width: 17px;
  height: 17px;
  transition: transform 0.4s var(--ease);
}
.btn-primary {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--petrol-500) 0%,
    var(--petrol-700) 100%
  );
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.25) inset,
    var(--sh-2);
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(135deg, var(--teal-400), var(--petrol-600));
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.3) inset,
    var(--sh-3);
}
.btn-primary:hover::after {
  opacity: 1;
}
.btn-primary:hover svg {
  transform: translateX(4px);
}
.btn-ghost {
  color: var(--petrol-700);
  background: var(--glass);
  border: 1px solid var(--glass-brd-2);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.btn-ghost:hover {
  transform: translateY(-3px);
  background: var(--glass-3);
  box-shadow: var(--sh-1);
}
.btn-ghost:hover svg {
  transform: translateX(4px);
}
.btn-sm {
  padding: 0.62rem 1.1rem;
  font-size: 0.88rem;
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.25) inset,
    var(--sh-1) !important;
}
.btn-primary:disabled::after,
.btn-primary[disabled]::after {
  opacity: 0 !important;
}
.btn:disabled svg,
.btn[disabled] svg {
  transform: none !important;
}
.link-q {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--petrol-700);
  font-size: 0.95rem;
}
.link-q svg {
  width: 16px;
  height: 16px;
  transition: transform 0.35s var(--ease);
}
.link-q:hover svg {
  transform: translateX(4px);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 200;
  background: transparent;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    var(--aqua-300),
    var(--teal-400),
    var(--petrol-600)
  );
  transition: width 0.1s linear;
}

.nav {
  position: fixed;
  inset: 14px 0 auto 0;
  z-index: 100;
  transition: inset 0.4s var(--ease);
}
.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.nav-cta {
  justify-self: end;
}
.nav.scrolled {
  inset: 8px 0 auto 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  justify-self: start;
}
.brand-glyph {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(40, 40, 90, 0.2);
}
.brand-name {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}
.brand-mark {
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--petrol-700);
  padding: 0.26rem 0.62rem;
  border-radius: 100px;
  background: linear-gradient(
    135deg,
    rgba(66, 64, 147, 0.16),
    rgba(99, 195, 209, 0.14)
  );
}
.status .live {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-400);
  position: relative;
}
.status .live::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid var(--teal-400);
  animation: ping 2.2s var(--ease) infinite;
}
@keyframes ping {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: 0.18rem;
  padding: 0.36rem;
  border-radius: 100px;
  background: var(--glass-2);
  border: 1px solid var(--glass-brd);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  box-shadow: var(--sh-1);
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-2);
  padding: 0.55rem 1.05rem;
  border-radius: 100px;
  position: relative;
  transition: color 0.3s;
}
.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--sh-1);
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.3s var(--ease),
    transform 0.3s var(--ease);
  z-index: -1;
}
.nav-links a:hover {
  color: var(--petrol-700);
}
.nav-links a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.nav-links a.active {
  color: #fff;
}
.nav-links a.active::before {
  opacity: 1;
  transform: scale(1);
  background: linear-gradient(
    135deg,
    var(--petrol-700),
    var(--petrol-900)
  );
  box-shadow: 0 6px 16px rgba(66, 64, 147, 0.35);
}
.nav-cta .btn {
  display: inline-flex;
}

.hero {
  position: relative;
  min-height: clamp(580px, 80svh, 800px);
  display: flex;
  align-items: center;
  padding-top: clamp(7rem, 14vw, 9rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
@media (min-width: 1440px) {
  .hero {
    min-height: clamp(580px, 80svh, 900px);
  }
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      58% 70% at 76% 16%,
      rgba(99, 195, 209, 0.42),
      transparent 60%
    ),
    radial-gradient(
      50% 60% at 96% 82%,
      rgba(66, 64, 147, 0.3),
      transparent 60%
    ),
    radial-gradient(
      46% 56% at 6% 30%,
      rgba(138, 137, 194, 0.4),
      transparent 60%
    ),
    var(--paper);
}
#net {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    var(--paper) 6%,
    rgba(250, 251, 253, 0.62) 44%,
    rgba(250, 251, 253, 0) 76%
  );
}
.hero-inner {
  max-width: 56rem;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.15;
  margin-top: 1.7rem;
  letter-spacing: -0.018em;
  font-weight: 300;
  color: var(--ink);
}
.hero h1 .accent {
  font-weight: 600;
  background: linear-gradient(
    115deg,
    var(--petrol-600),
    var(--teal-400) 70%,
    var(--aqua-300)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  position: relative;
  padding-left: 1.1rem;
  margin-top: 1.7rem;
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  color: var(--ink-2);
  font-weight: 400;
  max-width: 36ch;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.hero-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.18em;
  width: 2px;
  border-radius: 3px;
  background: linear-gradient(var(--teal-400), var(--petrol-600));
}
.hero-p {
  margin-top: 1.6rem;
  font-size: 1.02rem;
  color: var(--ink-3);
  max-width: 50ch;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
  align-items: center;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.8rem;
  align-items: center;
  margin-top: 2.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  max-width: 48rem;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink-3);
}
.hero-trust .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-400);
  box-shadow: 0 0 0 4px rgba(66, 64, 147, 0.14);
}
.scroll-hint {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  opacity: 0.7;
}
.scroll-hint .m {
  width: 22px;
  height: 34px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  position: relative;
}
.scroll-hint .m::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 7px;
  border-radius: 3px;
  background: var(--teal-400);
  animation: scrolldot 1.8s var(--ease) infinite;
}
@keyframes scrolldot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.d1 {
  transition-delay: 0.08s;
}
.reveal.d2 {
  transition-delay: 0.16s;
}
.reveal.d3 {
  transition-delay: 0.24s;
}
.reveal.d4 {
  transition-delay: 0.32s;
}
.reveal.d5 {
  transition-delay: 0.4s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .load {
  opacity: 0;
  animation: rise 1s var(--ease) forwards;
}
.hero .l1 {
  animation-delay: 0.1s;
}
.hero .l2 {
  animation-delay: 0.25s;
}
.hero .l3 {
  animation-delay: 0.4s;
}
.hero .l4 {
  animation-delay: 0.55s;
}
.hero .l5 {
  animation-delay: 0.7s;
}
.hero .l6 {
  animation-delay: 0.9s;
}

.contrast-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  margin-top: 3rem;
  align-items: stretch;
}
.col {
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 2.8vw, 2.4rem);
  position: relative;
}
.col-ist {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--line);
}
.col-soll {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.8),
    rgba(220, 242, 245, 0.42)
  );
  border: 1px solid var(--glass-brd);
  box-shadow: var(--sh-2);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.col-soll::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.9),
    rgba(66, 64, 147, 0.35)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.transform-badge {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.transform-badge .ring {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--teal-400), var(--petrol-700));
  box-shadow: var(--sh-2);
  animation: nudge 2.6s var(--ease) infinite;
}
.transform-badge .ring svg {
  width: 24px;
  height: 24px;
}
.transform-badge small {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--petrol-600);
}
@keyframes nudge {
  0%,
  100% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
}
.col-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.col-ist .col-label {
  color: var(--ink-3);
}
.col-soll .col-label {
  color: var(--petrol-600);
}
.col-label .tag {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}
.col-ist .tag {
  background: var(--ink-3);
  opacity: 0.5;
}
.col-soll .tag {
  background: linear-gradient(135deg, var(--teal-400), var(--petrol-600));
}
.col h3 {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  letter-spacing: -0.02em;
}
.point-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.point-list li {
  display: flex;
  gap: 0.8rem;
  font-size: 0.98rem;
  color: var(--ink-2);
  line-height: 1.5;
}
.point-list .ic {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-top: 0.15rem;
}
.col-ist .ic circle,
.col-ist .ic path {
  stroke: var(--ink-3);
}
.col-soll .ic circle,
.col-soll .ic path {
  stroke: var(--petrol-500);
}

.stack-scene {
  margin-top: 4rem;
  perspective: 1900px;
  display: flex;
  justify-content: center;
}
.stack {
  width: min(740px, 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: rotateX(34deg) rotateZ(-2deg) scale(0.98);
  transform-style: preserve-3d;
  transition: transform 0.9s var(--ease);
}
.stack-scene:hover .stack {
  transform: rotateX(6deg) rotateZ(0deg) scale(1.01);
}
.layer {
  --c1: var(--teal-400);
  --c2: var(--petrol-600);
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.5rem;
  border-radius: var(--r);
  background: var(--glass-2);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--sh-2);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  transform-style: preserve-3d;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease),
    background 0.5s var(--ease);
  cursor: default;
}
.layer:hover {
  transform: translateZ(60px) translateY(-2px);
  box-shadow: var(--sh-3);
  background: var(--glass-3);
  z-index: 2;
}
.layer-num {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--petrol-500);
  width: 2.2rem;
  flex: 0 0 auto;
  letter-spacing: -0.02em;
}
.layer-ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 6px 16px rgba(40, 40, 90, 0.22);
}
.layer-ic svg {
  width: 22px;
  height: 22px;
}
.layer-txt h4 {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.layer-txt p {
  font-size: 0.9rem;
  color: var(--ink-2);
  margin-top: 0.12rem;
  line-height: 1.4;
}
.layer.l-app {
  --c1: #63c3d1;
  --c2: #3da6b6;
}
.layer.l-comp {
  --c1: #3da6b6;
  --c2: #2e8593;
}
.layer.l-gov {
  --c1: #2e8593;
  --c2: #424093;
}
.layer.l-ops {
  --c1: #424093;
  --c2: #34337a;
}
.layer.l-infra {
  --c1: #34337a;
  --c2: #232255;
}
.stack-caption {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 0.94rem;
  color: var(--ink-3);
  max-width: 44ch;
  margin-inline: auto;
}

.merge-panel {
  border-radius: var(--r-xl);
  padding: clamp(1.8rem, 4.5vw, 4rem);
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.74),
    rgba(220, 242, 245, 0.34)
  );
  border: 1px solid var(--glass-brd);
  box-shadow: var(--sh-2);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.merge-panel::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(99, 195, 209, 0.34),
    transparent 70%
  );
  pointer-events: none;
}
.merge-panel .section-head {
  position: relative;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.6rem;
  position: relative;
}
.trust-card {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: var(--r-lg);
  background: var(--glass-2);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--sh-1);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}
.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-2);
}
.trust-ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--petrol-700);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  margin-bottom: 1.1rem;
}
.trust-ic svg {
  width: 23px;
  height: 23px;
}
.trust-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
.trust-std {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--petrol-600);
  margin-bottom: 0.7rem;
}
.trust-card p {
  font-size: 0.92rem;
  color: var(--ink-2);
}

.carrier-divider {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(1.6rem, 3vw, 2.4rem);
  position: relative;
}
.carrier-divider::before,
.carrier-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.carrier-divider span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--petrol-600);
}

.carrier-text {
  position: relative;
  max-width: 62ch;
}
.carrier-text h3 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.025em;
}
.carrier-text p {
  margin-top: 1rem;
  color: var(--ink-2);
  font-size: 1.04rem;
}
.coop-points {
  list-style: none;
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.coop-points li {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--petrol-700);
  padding: 0.5rem 0.9rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--line);
}

.marquee {
  margin-top: 2.4rem;
  position: relative;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  mask: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
}
.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: scrollx 38s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes scrollx {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.m-chip {
  flex: 0 0 auto;
  width: 136px;
  height: 62px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  color: var(--petrol-700);
}
.m-chip svg {
  width: 34px;
  height: 34px;
  opacity: 0.55;
}
.members-note {
  font-size: 0.76rem;
  color: var(--ink-3);
  text-align: left;
  margin-top: 1rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(2.4rem, 5vw, 3.4rem);
}
.trust-col {
  padding: 0 clamp(1.5rem, 3vw, 2.6rem);
}
.trust-col:first-child {
  padding-left: 0;
}
.trust-col:last-child {
  padding-right: 0;
}
.trust-col + .trust-col {
  border-left: 1px solid var(--line);
}
.trust-ic-min {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--petrol-600);
  margin-bottom: 1.1rem;
}
.trust-ic-min svg {
  width: 28px;
  height: 28px;
}
.trust-col .trust-std {
  display: block;
  margin-bottom: 0.55rem;
}
.trust-col h3 {
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}
.trust-col p {
  font-size: 0.93rem;
  color: var(--ink-2);
}

.carrier {
  margin-top: clamp(1.4rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 62rem;
}
.carrier-statement {
  font-size: clamp(1.3rem, 2.5vw, 1.95rem);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 40ch;
}
.carrier-statement em {
  font-style: normal;
  font-weight: 600;
  color: var(--petrol-600);
}
.carrier .coop-points {
  margin-top: 0;
}

.carrier-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.carrier-intro .h2 {
  margin-top: 1rem;
}
.carrier-intro .lead {
  margin-top: 1.1rem;
}
.carrier-intro .coop-points {
  margin-top: 1.6rem;
}
.member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.m-tile {
  height: 92px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  color: var(--petrol-700);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    background 0.4s;
}
.m-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-1);
  background: rgba(255, 255, 255, 0.8);
}
.m-tile svg {
  width: 40px;
  height: 40px;
  opacity: 0.55;
}
.carrier-logo-card {
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  padding: clamp(1.75rem, 4vw, 3rem);
  display: grid;
  place-items: center;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    background 0.4s;
}
.carrier-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  background: rgba(255, 255, 255, 0.85);
}
.carrier-logo-card img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.ways-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  gap: 1.6rem;
  margin-top: 3rem;
}
.contact-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-mask: radial-gradient(
    75% 105% at 88% 50%,
    #000 28%,
    transparent 72%
  );
  mask: radial-gradient(75% 105% at 88% 50%, #000 28%, transparent 72%);
}
.contact-visual canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#kontakt .wrap {
  position: relative;
  z-index: 1;
}
.way {
  border-radius: var(--r-xl);
  padding: clamp(1.7rem, 3vw, 2.6rem);
  position: relative;
}
.way-primary {
  background: var(--glass-3);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--sh-2);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}
.way-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.95),
    rgba(99, 195, 209, 0.4)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.way-secondary {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--line);
  align-self: stretch;
}
.way .tagline {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--petrol-600);
}
.way h3 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-top: 0.7rem;
  letter-spacing: -0.025em;
}
.way > p {
  margin-top: 0.8rem;
  color: var(--ink-2);
  font-size: 1rem;
  max-width: 42ch;
}
.way-secondary h3 {
  font-size: 1.4rem;
}
.form {
  margin-top: 1.7rem;
  display: grid;
  gap: 1rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-2);
}
input,
textarea {
  width: 100%;
  padding: 0.82rem 1rem;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    background 0.3s;
}
input::placeholder,
textarea::placeholder {
  color: var(--ink-3);
  opacity: 0.7;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--teal-400);
  background: #fff;
  box-shadow: var(--ring);
}
textarea {
  resize: vertical;
  min-height: 88px;
}
.consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--ink-3);
  line-height: 1.45;
}
.consent input {
  width: auto;
  margin-top: 0.2rem;
  accent-color: var(--petrol-600);
}
.consent a {
  color: var(--petrol-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .btn-primary {
  margin-top: 0.3rem;
  justify-content: center;
  width: 100%;
}
.form-note {
  font-size: 0.8rem;
  color: var(--ink-3);
}
.form-error {
  display: none;
  font-size: 0.86rem;
  font-weight: 600;
  color: #b3261e;
  padding: 0.7rem 0.9rem;
  border-radius: var(--r-sm);
  background: rgba(179, 38, 30, 0.08);
  border: 1px solid rgba(179, 38, 30, 0.25);
}
.form-error.show {
  display: block;
}
.form-success {
  display: none;
  margin-top: 1.7rem;
  padding: 1.5rem;
  border-radius: var(--r);
  background: rgba(220, 242, 245, 0.4);
  border: 1px solid var(--glass-brd);
  text-align: center;
}
.form-success.show {
  display: block;
  animation: rise 0.6s var(--ease);
}
.form-success .ok {
  width: 46px;
  height: 46px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-400), var(--petrol-600));
  display: grid;
  place-items: center;
  color: #fff;
}
.form-success h4 {
  font-size: 1.2rem;
}
.form-success p {
  font-size: 0.94rem;
  color: var(--ink-2);
  margin-top: 0.4rem;
}
.arch-list {
  list-style: none;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.arch-list li {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.92rem;
  color: var(--ink-2);
}
.arch-list svg {
  width: 16px;
  height: 16px;
  color: var(--petrol-500);
  flex: 0 0 auto;
}
.arch-contact {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}
.arch-contact .mail {
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--petrol-700);
  letter-spacing: -0.01em;
}
.way-secondary .btn-ghost {
  margin-top: 1.3rem;
  width: 100%;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 1rem;
}
.faq-aside {
  position: sticky;
  top: 120px;
}
.faq-aside .h2 {
  margin-top: 1rem;
}
.faq-aside .lead {
  margin-top: 1rem;
  font-size: 1rem;
  max-width: 34ch;
}
.faq-aside .link-q {
  margin-top: 1.6rem;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  text-align: left;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  transition: color 0.3s;
}
.faq-q:hover {
  color: var(--petrol-700);
}
.faq-q .pm {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: background 0.35s;
  position: relative;
}
.faq-q .pm::before,
.faq-q .pm::after {
  content: "";
  position: absolute;
  background: var(--petrol-600);
  border-radius: 2px;
  transition:
    transform 0.4s var(--ease),
    opacity 0.3s;
}
.faq-q .pm::before {
  width: 12px;
  height: 1.6px;
}
.faq-q .pm::after {
  width: 1.6px;
  height: 12px;
}
.faq-item.open .pm {
  background: rgba(220, 242, 245, 0.5);
}
.faq-item.open .pm::after {
  transform: rotate(90deg);
  opacity: 0;
}
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease);
}
.faq-item.open .faq-a {
  grid-template-rows: 1fr;
}
.faq-a-inner {
  overflow: hidden;
}
.faq-a-inner p {
  padding-bottom: 1.4rem;
  color: var(--ink-2);
  font-size: 0.98rem;
  max-width: 60ch;
}

.foot-cta {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-radius: var(--r-xl);
  padding: clamp(2.4rem, 5.5vw, 4.2rem);
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    150deg,
    var(--petrol-700),
    var(--petrol-900)
  );
  box-shadow: var(--sh-3);
}
.foot-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      40% 60% at 80% 8%,
      rgba(99, 195, 209, 0.35),
      transparent 60%
    ),
    radial-gradient(
      40% 60% at 12% 92%,
      rgba(66, 64, 147, 0.4),
      transparent 60%
    );
}
.foot-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  position: relative;
  max-width: 20ch;
  margin-inline: auto;
  letter-spacing: -0.025em;
}
.foot-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 1rem;
  position: relative;
  max-width: 46ch;
  margin-inline: auto;
}
.foot-cta .btn {
  margin-top: 1.9rem;
  position: relative;
}
.foot-cta .btn-primary {
  background: #fff;
  color: var(--petrol-900);
  box-shadow: var(--sh-2);
}
.foot-cta .btn-primary::after {
  background: linear-gradient(135deg, var(--aqua-100), #fff);
}
.foot-cta .btn-primary:hover {
  color: var(--petrol-900);
}
footer {
  padding-block: clamp(2.5rem, 5vw, 4rem) 2.2rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--line);
}
.foot-brand .brand {
  margin-bottom: 0.8rem;
}
.foot-brand p {
  color: var(--ink-3);
  font-size: 0.9rem;
  max-width: 30ch;
}
.foot-col h5 {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 0.9rem;
}
.foot-col a {
  display: block;
  padding: 0.3rem 0;
  color: var(--ink-2);
  font-size: 0.92rem;
  transition: color 0.3s;
}
.foot-col a:hover {
  color: var(--petrol-700);
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.8rem;
  font-size: 0.82rem;
  color: var(--ink-3);
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  /* nav-links ausgeblendet -> nur noch Brand + CTA: zwei Spalten,
     damit der CTA sauber rechts sitzt statt in die Mitte zu rutschen */
  .nav-inner {
    grid-template-columns: 1fr auto;
  }
  .contrast-grid {
    grid-template-columns: 1fr;
  }
  .transform-badge {
    flex-direction: row;
  }
  .transform-badge .ring {
    transform: rotate(90deg);
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-col {
    padding: 1.4rem 0;
  }
  .trust-col:first-child {
    padding-top: 0;
  }
  .trust-col + .trust-col {
    border-left: none;
    border-top: 1px solid var(--line);
  }
  .carrier-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ways-grid {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .faq-aside {
    position: static;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
  .stack {
    transform: none !important;
    gap: 14px;
  }
  .stack-scene {
    perspective: none;
  }
  .hero::after {
    background: linear-gradient(
      170deg,
      var(--paper) 30%,
      rgba(250, 251, 253, 0.6) 60%,
      rgba(250, 251, 253, 0.25) 100%
    );
  }
}
@media (max-width: 560px) {
  /* mehr Höhe + Abstand nach unten, damit der „Mehr"-Scroll-Hint
     nicht über dem CTA „Interesse bekunden" liegt */
  .hero {
    min-height: 90svh;
    padding-bottom: clamp(5rem, 16vw, 7rem);
  }
  .scroll-hint {
    bottom: 1rem;
  }
  .row2 {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .layer {
    padding: 1rem 1.1rem;
    gap: 0.9rem;
  }
  .layer-num {
    display: none;
  }
  .status {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .stack {
    transform: rotateX(20deg) rotateZ(-1deg);
  }
}
