/* =========================================
ROOT
========================================= */

:root {

  --bg: #f7f8fa;
  --white: #ffffff;

  --text: #0d1117;
  --muted: #6b7280;

  --anthracite: #0b0f14;
  --anthracite-soft: #151a22;

  --petrol: #0f6b78;

  --purple: #a902e6;
  --pink: #ff278f;

  --border: rgba(15,23,42,0.08);

  --radius: 28px;

  --shadow:
    0 20px 60px rgba(10,15,25,0.08);

}

/* =========================================
BASE
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {

  font-family: "Inter", sans-serif;

  background: var(--bg);
  color: var(--text);

  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* =========================================
TYPO
========================================= */

h1,h2,h3 {
  letter-spacing: -0.05em;
}

h1 {

  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.98;
}

h2 {

  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

p {
  color: var(--muted);
}

.eyebrow {

  display: inline-flex;
  align-items: center;
  gap: 1rem;

  padding: 0.55rem 1rem;

  border-radius: 999px;

  background:
    rgba(255,255,255,0.08);

  border:
    1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(12px);

  color: var(--petrol);

  font-size: 0.75rem;
  font-weight: 700;

  letter-spacing: 0.12em;

  margin-bottom: 1.5rem;
}

.eyebrow-icons {
  display: flex;
  gap: 0.45rem;
}

.eyebrow-icons img {

  width: 16px;
  height: 16px;

  object-fit: contain;

  opacity: 0.9;

  filter:
    brightness(0)
    saturate(100%)
    invert(52%)
    sepia(59%)
    saturate(577%)
    hue-rotate(145deg)
    brightness(91%)
    contrast(90%);
}

/* =========================================
HEADER
========================================= */

.header {

  position: sticky;
  top: 0;

  z-index: 999;

  background:
    rgba(247,248,250,0.78);

  backdrop-filter: blur(18px);

  border-bottom:
    1px solid rgba(255,255,255,0.4);
}

.nav {

  height: 88px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {

  display: flex;
  flex-direction: column;

  text-decoration: none;

  line-height: 1.1;
}

.logo-label {

  font-size: 0.72rem;

  text-transform: uppercase;
  letter-spacing: 0.14em;

  color: var(--muted);

  font-weight: 700;
}

.logo-name {

  font-size: 1.1rem;
  font-weight: 800;

  color: var(--text);
}

.logo-name::first-letter {
  color: var(--petrol);
}

.logo span {

  background:
    linear-gradient(
      135deg,
      var(--purple),
      var(--pink)
    );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desktop-nav {

  display: flex;
  gap: 2rem;
}

.desktop-nav a {

  text-decoration: none;

  color: #525866;

  font-weight: 500;

  transition: 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--purple);
}

/* =========================================
BUTTONS
========================================= */

.btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1rem 1.5rem;

  border-radius: 18px;

  font-weight: 600;
  text-decoration: none;

  transition: 0.25s ease;
}

.btn-primary {

  background:
    linear-gradient(
      135deg,
      var(--purple),
      var(--pink)
    );

  color: white;

  box-shadow:
    0 12px 40px rgba(169,2,230,0.28);
}

.btn-primary:hover {

  transform:
    translateY(-2px);
}

.btn-secondary {

  background: rgba(255,255,255,0.06);

  border:
    1px solid rgba(255,255,255,0.10);

  color: white;
}

/* =========================================
HERO
========================================= */

.hero {

  position: relative;

  overflow: hidden;

  padding:
    7rem 0 6rem;

  background:
    linear-gradient(
      180deg,
      #090d13 0%,
      #101721 100%
    );
}

.hero-gradient {

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(169,2,230,0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255,39,143,0.16),
      transparent 28%
    );
}

.hero-grid {

  position: relative;

  z-index: 2;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;

  gap: 5rem;
  align-items: center;
}

.hero h1 {
  color: white;
}

.hero-text {

  color:
    rgba(255,255,255,0.72);

  font-size: 1.08rem;

  max-width: 640px;

  margin:
    1.5rem 0 2rem;
}

.hero-actions {

  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* =========================================
HERO VISUAL
========================================= */

.hero-visual {

  display: flex;
  justify-content: center;
}

.wheel-wrapper {

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
}

.transparent-wheel {

  border-radius: 0 !important;
  background: transparent !important;

  box-shadow: none !important;

  filter:
    drop-shadow(0 30px 60px rgba(169,2,230,0.18))
    drop-shadow(0 12px 30px rgba(15,107,120,0.18));
}

.glow {

  position: absolute;

  border-radius: 50%;

  filter: blur(80px);
}

.glow-1 {

  width: 240px;
  height: 240px;

  background:
    rgba(169,2,230,0.22);

  left: -40px;
}

.glow-2 {

  width: 220px;
  height: 220px;

  background:
    rgba(255,39,143,0.18);

  right: -20px;
}

.wheel-image {

  position: relative;

  width: 100%;
  max-width: 430px;

  border-radius: 50%;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.45);
}



/* =========================================
USP
========================================= */

.usp-strip {

  margin-top: -3rem;

  position: relative;
  z-index: 5;

  padding-bottom: 6rem;
}

.usp-grid {

  display: grid;
  grid-template-columns: repeat(4,1fr);

  gap: 1.5rem;
}

.usp-item {

  background:
    rgba(255,255,255,0.72);

  backdrop-filter: blur(14px);

  border:
    1px solid rgba(255,255,255,0.7);

  border-radius: var(--radius);

  padding: 2rem;

  box-shadow: var(--shadow);

  transition: 0.25s ease;
}

.usp-item:hover {

  transform:
    translateY(-6px);
}

.icon-wrap {

  width: 60px;
  height: 60px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(169,2,230,0.10),
      rgba(255,39,143,0.10)
    );

  margin-bottom: 1.3rem;
}

.icon-wrap img {

  width: 24px;
  height: 24px;
}

.usp-item h3 {
  margin-bottom: 0.7rem;
}

/* =========================================
ABOUT
========================================= */

.about-teaser {
  padding: 5rem 0 7rem;
}

.about-teaser-grid {

  display: grid;
  grid-template-columns: 0.85fr 1fr;

  gap: 5rem;
  align-items: center;
}

.image-card {

  background: white;

  border-radius: 32px;

  padding: 1rem;

  box-shadow: var(--shadow);
}

.about-image img {
  border-radius: 24px;
}

.text-link {

  display: inline-block;

  margin-top: 2rem;

  color: var(--purple);

  text-decoration: none;

  font-weight: 600;
}

/* =========================================
PROCESS
========================================= */

.process {

  padding: 7rem 0;

  background: white;
}

.section-intro {

  max-width: 760px;

  margin:
    0 auto 4rem;
}

.center {
  text-align: center;
}

.process-grid {

  display: grid;
  grid-template-columns: repeat(4,1fr);

  gap: 1.5rem;
}

.process-step {

  background: var(--bg);

  border-radius: var(--radius);

  padding: 2rem;

  border:
    1px solid var(--border);

  transition: 0.25s ease;
}

.process-step:hover {

  transform:
    translateY(-5px);
}

.process-icon {

  width: 64px;
  height: 64px;

  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(169,2,230,0.10),
      rgba(255,39,143,0.10)
    );

  margin-bottom: 1.5rem;
}

.process-icon img {

  width: 28px;
  height: 28px;
}

/* =========================================
TRUST SECTION
========================================= */

.trust-section {

  padding: 7rem 0;

  background:
    linear-gradient(
      180deg,
      #f7f9fb 0%,
      #ffffff 100%
    );
}

.trust-grid {

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 1.5rem;
}

.trust-card {

  position: relative;

  background: rgba(255,255,255,0.92);

  backdrop-filter: blur(12px);

  padding: 2rem;

  border-radius: 28px;

  border:
    1px solid rgba(15,23,32,0.05);

  box-shadow:
    0 12px 40px rgba(15,23,32,0.05);

  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.trust-card:hover {

  transform:
    translateY(-6px);

  border-color:
    rgba(169,2,230,0.12);

  box-shadow:
    0 24px 60px rgba(15,23,32,0.08);
}

/* GRADIENT TOP BORDER */

.trust-card::before {

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #0f6b78,
      #a902e6,
      #ff278f
    );
}

/* HEADLINE */

.trust-card h3 {

  position: relative;

  display: flex;
  align-items: center;
  gap: 0.8rem;

  font-size: 1.12rem;

  line-height: 1.3;

  margin-bottom: 1rem;

  color: var(--text);
}

/* DOT */

.trust-card h3::before {

  content: "";

  width: 12px;
  height: 12px;

  border-radius: 50%;

  flex-shrink: 0;
}

/* INDIVIDUAL COLORS */

.trust-card:nth-child(1) h3::before {

  background:
    linear-gradient(
      135deg,
      #19c6c2,
      #0f6b78
    );

  box-shadow:
    0 0 18px rgba(25,198,194,0.35);
}

.trust-card:nth-child(2) h3::before {

  background:
    linear-gradient(
      135deg,
      #a902e6,
      #d946ef
    );

  box-shadow:
    0 0 18px rgba(169,2,230,0.30);
}

.trust-card:nth-child(3) h3::before {

  background:
    linear-gradient(
      135deg,
      #ff278f,
      #ff5db1
    );

  box-shadow:
    0 0 18px rgba(255,39,143,0.28);
}

.trust-card:nth-child(4) h3::before {

  background:
    linear-gradient(
      135deg,
      #0f6b78,
      #19c6c2
    );

  box-shadow:
    0 0 18px rgba(15,107,120,0.28);
}

.trust-card:nth-child(5) h3::before {

  background:
    linear-gradient(
      135deg,
      #7c3aed,
      #a902e6
    );

  box-shadow:
    0 0 18px rgba(124,58,237,0.28);
}

.trust-card:nth-child(6) h3::before {

  background:
    linear-gradient(
      135deg,
      #ff278f,
      #a902e6
    );

  box-shadow:
    0 0 18px rgba(255,39,143,0.24);
}

/* TEXT */

.trust-card p {

  color: var(--muted);

  line-height: 1.7;
}

/* MOBILE */

@media (max-width: 980px) {

  .trust-grid {
    grid-template-columns: 1fr;
  }

}
/* =========================================
CTA
========================================= */

.cta-section {

  padding: 7rem 0;

  background:
    linear-gradient(
      180deg,
      #0b1017,
      #141a24
    );
}

.cta-box {

  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 5rem;
  align-items: center;
}

.light {

  color: #ff74c0;
}

.cta-content h2 {

  color: white;

  margin-bottom: 1.5rem;
}

.cta-content p {

  color:
    rgba(255,255,255,0.72);

  margin-bottom: 3rem;
}

.dashboard-card {

  background:
    rgba(255,255,255,0.04);

  border:
    1px solid rgba(255,255,255,0.08);

  border-radius: 32px;

  padding: 1rem;

  backdrop-filter: blur(14px);
}

.cta-image img {

  border-radius: 22px;

  box-shadow:
    0 30px 80px rgba(0,0,0,0.45);
}

/* =========================================
MOBILE NAV
========================================= */

.mobile-toggle {

  display: none;

  background: none;
  border: none;

  cursor: pointer;
}

.mobile-toggle span {

  display: block;

  width: 24px;
  height: 2px;

  background: var(--anthracite);

  margin: 5px 0;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {

  display: flex;

  flex-direction: column;
  gap: 1rem;

  padding: 1.5rem;

  background: white;
}

.mobile-menu a {

  text-decoration: none;

  color: var(--text);

  font-weight: 600;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 980px) {

  .mobile-toggle {
    display: block;
  }

  .desktop-nav,
  .nav-btn {
    display: none;
  }

  .hero-grid,
  .usp-grid,
  .about-teaser-grid,
  .process-grid,
  .trust-grid,
  .cta-box {

    grid-template-columns: 1fr;
  }

  .hero {

    padding-top: 3rem;
  }

  .hero h1 {

    font-size: 2.8rem;
  }

  .hero-visual {
    order: -1;
  }

  .wheel-image {
    max-width: 300px;
  }

  section {
    padding: 5rem 0;
  }

}
/* =========================================
FOOTER
========================================= */

.footer {

  background: #081018;

  color: white;

  padding-top: 5rem;
}

.footer-grid {

  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;

  gap: 4rem;

  padding-bottom: 4rem;
}

.footer-logo {

  font-size: 1.2rem;
  font-weight: 800;

  margin-bottom: 1rem;
}

.footer-brand p {

  color: rgba(255,255,255,0.66);

  max-width: 420px;
}

.footer-links {

  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-links h4 {

  margin-bottom: 1rem;

  color: white;
}

.footer-links a {

  text-decoration: none;

  color: rgba(255,255,255,0.68);

  transition: 0.2s;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {

  border-top:
    1px solid rgba(255,255,255,0.06);

  padding: 1.5rem 0;
}

.footer-bottom-inner {

  display: flex;
  justify-content: space-between;

  color: rgba(255,255,255,0.45);

  font-size: 0.9rem;
}

@media (max-width: 980px) {

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom-inner {

    flex-direction: column;
    gap: 0.5rem;
  }

}

/* =========================================
SERVICES PAGE
========================================= */

.page-hero {

  position: relative;

  overflow: hidden;

  padding:
    7rem 0 5rem;

  background:
    linear-gradient(
      180deg,
      #090d13 0%,
      #101721 100%
    );
}

.page-hero-gradient {

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(169,2,230,0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(255,39,143,0.14),
      transparent 30%
    );
}

.page-hero-inner {

  position: relative;
  z-index: 2;
}

.page-hero-content {

  max-width: 760px;
}

.page-hero h1 {

  color: white;

  margin-bottom: 1.5rem;
}

.page-hero-text {

  color:
    rgba(255,255,255,0.74);

  font-size: 1.08rem;

  max-width: 680px;
}

/* =========================================
SERVICES
========================================= */

.services-section {

  padding:
    6rem 0 7rem;
}

.services-grid {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 1.5rem;
}

.service-card {

  position: relative;

  background:
    rgba(255,255,255,0.88);

  backdrop-filter: blur(14px);

  border-radius: 28px;

  padding: 2.2rem;

  border:
    1px solid rgba(15,23,42,0.06);

  box-shadow:
    0 18px 50px rgba(15,23,42,0.06);

  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {

  transform:
    translateY(-6px);

  box-shadow:
    0 24px 60px rgba(15,23,42,0.10);
}

.service-topline {

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #0f6b78,
      #a902e6,
      #ff278f
    );
}

.service-icon {

  width: 62px;
  height: 62px;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(169,2,230,0.10),
      rgba(255,39,143,0.10)
    );

  margin-bottom: 1.5rem;
}

.service-icon img {

  width: 26px;
  height: 26px;
}

.service-card h3 {

  font-size: 1.3rem;

  margin-bottom: 1rem;
}

.service-card p {

  margin-bottom: 1.5rem;
}

.service-list {

  list-style: none;

  display: flex;
  flex-direction: column;

  gap: 0.8rem;
}

.service-list li {

  position: relative;

  padding-left: 1.2rem;

  color: var(--text);

  font-size: 0.95rem;
}

.service-list li::before {

  content: "";

  position: absolute;

  left: 0;
  top: 0.58rem;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      var(--purple),
      var(--pink)
    );
}

/* =========================================
APPROACH
========================================= */

.services-approach {

  padding: 7rem 0;

  background: white;
}

.approach-grid {

  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  gap: 1.5rem;
}

.approach-card {

  background: var(--bg);

  border-radius: 28px;

  padding: 2rem;

  border:
    1px solid var(--border);

  transition:
    transform 0.25s ease;
}

.approach-card:hover {

  transform:
    translateY(-5px);
}

.approach-card span {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border-radius: 14px;

  margin-bottom: 1.5rem;

  font-weight: 700;

  color: white;

  background:
    linear-gradient(
      135deg,
      var(--purple),
      var(--pink)
    );
}

.approach-card h3 {

  margin-bottom: 0.8rem;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 980px) {

  .services-grid,
  .approach-grid {

    grid-template-columns: 1fr;
  }

  .page-hero {

    padding-top: 4rem;
  }

  .page-hero h1 {

    font-size: 2.8rem;
  }

}

/* =========================================
PAGE VARIANTS (SUBPAGES)
========================================= */


.page-services .page-hero {
  background: linear-gradient(180deg,#08131a 0%,#0b1f2a 100%);
}

/* Gradient etwas technischer */
.page-services .page-hero-gradient {
  background:
    radial-gradient(circle at top left,
      rgba(15,107,120,0.35),
      transparent 35%),

    radial-gradient(circle at bottom right,
      rgba(0,212,255,0.18),
      transparent 40%),

    radial-gradient(circle at center,
      rgba(0,255,200,0.08),
      transparent 60%);
}

.page-services .eyebrow {
  color: #19c6c2;
}

/* Text bleibt klar lesbar, weniger “glowig” */
.page-services .page-hero-text {
  color: rgba(255,255,255,0.70);
}

/* =========================================
REFERENCES PAGE VARIANT
========================================= */

.page-references .page-hero {
  background: linear-gradient(180deg,#060a10 0%,#111b2a 100%);
}

.page-references .page-hero-gradient {
  background:
    radial-gradient(circle at top left,
      rgba(15,107,120,0.22),
      transparent 35%),

    radial-gradient(circle at bottom right,
      rgba(255,39,143,0.18),
      transparent 40%),

    radial-gradient(circle at center,
      rgba(59,130,246,0.10),
      transparent 60%);
}

.page-references .eyebrow {
  color: #3b82f6;
}
.page-references .service-card {
  border-radius: 32px;
}

.page-references .service-card:hover {
  transform: translateY(-8px);
}
/* =========================================
ABOUT PAGE VARIANT
========================================= */

.page-about .page-hero {
  background: linear-gradient(180deg,#0b0a12 0%,#1a1024 100%);
}

.page-about .page-hero-gradient {
  background:
    radial-gradient(circle at top left,
      rgba(169,2,230,0.35),
      transparent 32%),

    radial-gradient(circle at bottom right,
      rgba(255,39,143,0.25),
      transparent 38%),

    radial-gradient(circle at center,
      rgba(124,58,237,0.18),
      transparent 55%);
}

.page-about .eyebrow {
  color: var(--purple);
}

.page-about .page-hero-text {
  color: rgba(255,255,255,0.72);
}

/* =========================
GLOW TUNING (Services only)
========================= */

.page-services .glow-1 {
  background: rgba(15,107,120,0.16);
}

.page-services .glow-2 {
  background: rgba(169,2,230,0.10);
}


/* =========================================
ABOUT PAGE LAYOUT
========================================= */

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: start;
}

.about-left h2 {
  margin-bottom: 1.5rem;
}

.about-left p {
  margin-bottom: 1.2rem;
}

.highlight-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: rgba(169,2,230,0.06);
  border: 1px solid rgba(169,2,230,0.15);
}

.value-card {
  background: white;
  padding: 2rem;
  border-radius: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
}

.value-card ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

.value-card li {
  margin-bottom: 0.6rem;
}

/* IMPACT */

.impact-section {
  padding: 7rem 0;
  background: white;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}

.impact-card {
  background: var(--bg);
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid var(--border);
}

.impact-card h3 {
  margin-bottom: 0.8rem;
}

/* CAREER */

.career-section {
  padding: 7rem 0;
}

.career-box {
  max-width: 900px;
  margin: 0 auto;
}

.career-item {
  margin-top: 2rem;
  padding-left: 1.2rem;
  border-left: 3px solid rgba(169,2,230,0.3);
}

.career-item h3 {
  margin-bottom: 0.5rem;
}

/* CTA ALIGN FIX */

.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end; /* <- WICHTIG */
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 980px) {

  .about-grid,
  .impact-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
    margin-top: 2rem;
  }

}

/* =========================================
VALUES
========================================= */

.values-strip {
  padding: 4rem 0 6rem;
  margin-top: -2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.value {
  background: white;
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.value h3 {
  margin-bottom: 0.6rem;
}

.value p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* =========================================
IMPACT
========================================= */

.impact-section {
  padding: 7rem 0;
  background: white;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}

.impact-card {
  background: var(--bg);
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid var(--border);
}

/* =========================================
STACK
========================================= */

.stack-section {
  padding: 7rem 0;
  background: white;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5rem;
}

.stack-card {
  background: var(--bg);
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid var(--border);
}

/* =========================================
ROOT
========================================= */

:root {

  --bg: #f7f8fa;
  --white: #ffffff;

  --text: #0d1117;
  --muted: #6b7280;

  --anthracite: #0b0f14;
  --anthracite-soft: #151a22;

  --petrol: #0f6b78;

  --purple: #a902e6;
  --pink: #ff278f;

  --border: rgba(15,23,42,0.08);

  --radius: 28px;

  --shadow:
    0 20px 60px rgba(10,15,25,0.08);
}

/* =========================================
BASE
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* =========================================
TYPO
========================================= */

h1,h2,h3 { letter-spacing: -0.05em; }

h1 {
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

p { color: var(--muted); }

/* =========================================
HEADER / NAV / BUTTONS
========================================= */

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(247,248,250,0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Buttons unverändert */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

/* =========================================
HERO (HOME)
========================================= */

.hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 6rem;
  background: linear-gradient(180deg,#090d13 0%,#101721 100%);
}

/* =========================================
ABOUT PAGE HERO 
========================================= */

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
  background: linear-gradient(180deg,#0b1118 0%,#0f1823 100%);
}

.about-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(169,2,230,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(15,107,120,0.16), transparent 28%);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  color: white;
  margin-bottom: 1.5rem;
}

.about-hero-text {
  color: rgba(255,255,255,0.72);
  max-width: 720px;
  font-size: 1.1rem;
}

/* =========================================
ABOUT PAGE LAYOUT
========================================= */

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: start;
}

/* =========================================
VALUES / IMPACT / STACK
========================================= */

.values-grid,
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5rem;
}

/* =========================================
CTA (DEDUPED CLEAN)
========================================= */

.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 980px) {

  .about-grid,
  .values-grid,
  .impact-grid,
  .stack-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}

/* =========================================
CTA FIX 
========================================= */

.cta-section .cta-content h2 {
  color: white !important;
}

.cta-section .cta-content p {
  color: rgba(255,255,255,0.72) !important;
}

.cta-section .cta-left h2,
.cta-section .cta-left p {
  color: white !important;
}

.cta-section .cta-right p {
  color: rgba(255,255,255,0.72) !important;
  margin-bottom: 2rem;
}

/* =========================================
INSIGHTS / BLOG LAYOUT
========================================= */

.insights-section {
  padding: 6rem 0;
  background: #f7f8fa;
}

.insights-section .section-intro h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.insights-section .section-intro p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

/* =========================================
TRUST GRID / CARDS
========================================= */
.insights-section .trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.insights-section .trust-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.insights-section .trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.insights-section .trust-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--text);
  line-height: 1.3;
}

.insights-section .trust-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1rem;
}

/* =========================================
RESPONSIVE GRID
========================================= */
@media (min-width: 980px) {
  .insights-section .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .insights-section .trust-grid {
    grid-template-columns: repeat(2, 1fr); /* weiterhin 2 Cards für Symmetrie */
    gap: 3.5rem;
  }
}


/* =========================================
PAGE VARIANTS (SUBPAGES)
========================================= */


.page-insights .page-hero {
  background: linear-gradient(180deg,#0b1118 0%,#0f1823 100%);
}

.page-insights .page-hero-gradient {
  background:
    radial-gradient(circle at top left, rgba(169,2,230,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(15,107,120,0.16), transparent 28%);
}

.page-insights .eyebrow {
  color: var(--white);
}

.page-insights .page-hero-text {
  color: rgba(255,255,255,0.70);
}

/* =========================================
CONTACT PAGE
========================================= */
.page-contact .contact-hero {
  background: linear-gradient(180deg, #0b1118 0%, #0f1823 100%);
  color: white;
  padding: 7rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-contact .contact-hero .page-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(169,2,230,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(15,107,120,0.16), transparent 28%);
}

.contact-hero h1 {
  color: white;
  margin-bottom: 1.5rem;
}

.contact-hero-text {
  color: rgba(255,255,255,0.72);
  max-width: 720px;
  font-size: 1.1rem;
}

.contact-section {
  padding: 6rem 0;
  background: #f7f8fa;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.contact-info h2,
.contact-form h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.contact-info p a {
  color: var(--primary);
  text-decoration: underline;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 1rem;
}

@media (min-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
/* =========================================
CONTACT FORM BUTTON
========================================= */

.contact-form button {
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: white;
  box-shadow: 0 12px 40px rgba(169,2,230,0.28);

  /* Padding & Font */
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 18px;

  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form button:hover {
  transform: translateY(-2px);
  /* optional etwas dunkler bei Hover */
  filter: brightness(1.05);
}

/* =========================================
IMPRESSUM PAGE
========================================= */

.impressum-section {
  padding: 6rem 0;
  background: #f7f8fa;
}

.impressum-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.impressum-info {
  font-size: 1rem;
  line-height: 1.7;
  color: #0d1117;
}

.impressum-info h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.impressum-info h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #0d1117;
}

.impressum-info a {
  color: #0f6b78;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (min-width: 980px) {
  .impressum-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}