:root {
  --aw-tuerkis: #2b8ca3;
  --aw-gelb: #f0c63e;
  --aw-nebel: #f5f7fa;
  --aw-nacht: #162b47;
  --aw-schwarz: #1e1e1e;
  --aw-text-muted: #4b5563;
  --aw-border: #e5e7eb;
  --aw-radius-lg: 18px;
  --aw-radius-md: 12px;
  --aw-radius-sm: 8px;
  --aw-max-width: 1120px;
}

[data-theme="dark"] {
  --aw-tuerkis: #5ac8e6;
  --aw-gelb: #f7d14b;
  --aw-nebel: #0f172a;
  --aw-schwarz: #f5f7fa;
  --aw-text-muted: #cbd5e1;
  --aw-border: rgba(255, 255, 255, 0.16);
}

.landing-main {
  background: #ffffff;
  color: var(--aw-schwarz);
}

[data-theme="dark"] .landing-main {
  background: #0b1624;
  color: var(--aw-schwarz);
}

.aw-shell {
  max-width: var(--aw-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aw-tuerkis), var(--aw-gelb));
  width: 0%;
  z-index: 9999;
  transition: width 0.1s ease;
}

.btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.btn-primary {
  background: var(--aw-tuerkis);
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(22, 101, 120, 0.28);
}

.btn-primary:hover {
  background: #267a8f;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(22, 101, 120, 0.3);
}

.btn-secondary {
  background: rgba(43, 140, 163, 0.08);
  color: var(--aw-tuerkis);
  border: 1px solid rgba(43, 140, 163, 0.18);
}

.btn-secondary:hover {
  background: rgba(43, 140, 163, 0.16);
  border-color: rgba(43, 140, 163, 0.28);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #f3f4f6;
}

[data-theme="dark"] .hero-section {
  background: #0b1624;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

#particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.08;
}

.aw-hero {
  padding: 96px 0 72px;
}

.aw-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.aw-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aw-text-muted);
  margin-bottom: 16px;
  font-weight: 600;
}

.aw-hero-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.aw-hero-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--aw-text-muted);
  max-width: 520px;
  margin-bottom: 28px;
}

.aw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.aw-btn-primary {
  box-shadow: none;
}

.aw-btn-ghost {
  background: transparent;
  color: var(--aw-schwarz);
  padding-left: 8px;
  padding-right: 8px;
}

.aw-hero-meta {
  font-size: 13px;
  color: var(--aw-text-muted);
}

.aw-hero-meta-strong {
  font-weight: 600;
  color: var(--aw-schwarz);
}

.aw-hero-visual {
  position: relative;
  border-radius: var(--aw-radius-lg);
  border: 1px solid var(--aw-border);
  background: radial-gradient(circle at 0% 0%, #ffffff 0, #f5f7fa 40%, #eef3f7 100%);
  padding: 18px 18px 16px;
  min-height: 250px;
  overflow: hidden;
}

[data-theme="dark"] .aw-hero-visual {
  background: radial-gradient(circle at 0% 0%, #111f32 0, #0b1624 40%, #0f172a 100%);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--aw-schwarz);
}

/* Hero Video Styles */
.aw-hero-video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
}

.aw-hero-video video {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  border-radius: var(--aw-radius-lg);
}

.aw-hero-video-light {
  display: block;
}

.aw-hero-video-dark {
  display: none;
}

[data-theme="dark"] .aw-hero-video-light {
  display: none;
}

[data-theme="dark"] .aw-hero-video-dark {
  display: block;
}

[data-theme="dark"] .aw-hero-video {
  background: transparent;
  border: none;
}

.aw-hero-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 11px;
  color: var(--aw-text-muted);
}

.aw-hero-dots {
  display: flex;
  gap: 4px;
}

.aw-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e5e7eb;
}

.aw-hero-dot:nth-child(1) {
  background: #f97373;
}
.aw-hero-dot:nth-child(2) {
  background: #facc15;
}
.aw-hero-dot:nth-child(3) {
  background: #22c55e;
}

.aw-hero-visual-body {
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 16px;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .aw-hero-visual-body {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(15, 23, 42, 0.4);
}

.aw-hero-tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--aw-text-muted);
  margin-bottom: 6px;
}

[data-theme="dark"] .aw-hero-tagline,
[data-theme="dark"] .aw-hero-mini-title,
[data-theme="dark"] .aw-hero-mini-text,
[data-theme="dark"] .aw-hero-stat-label,
[data-theme="dark"] .aw-hero-stat-value,
[data-theme="dark"] .aw-hero-badge {
  color: #e5e7eb;
}

[data-theme="dark"] .aw-hero-badge {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(17, 24, 39, 0.4);
}

.aw-hero-mini-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.aw-hero-mini-text {
  font-size: 12px;
  color: var(--aw-text-muted);
  margin-bottom: 10px;
}

.aw-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
}

.aw-hero-badge {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(248, 250, 252, 0.8);
}

.aw-hero-right {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.aw-hero-stat-label {
  color: var(--aw-text-muted);
}

.aw-hero-stat-value {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.aw-hero-brandmark {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.32);
}

.aw-section {
  padding: 72px 0;
  border-top: 1px solid #f3f4f6;
}

.aw-section-header {
  max-width: 520px;
  margin-bottom: 40px;
}

.aw-section-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aw-text-muted);
  margin-bottom: 10px;
  font-weight: 600;
}

.aw-section-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.aw-section-text {
  font-size: 15px;
  color: var(--aw-text-muted);
  line-height: 1.7;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.featured-card {
  padding: 22px 20px;
  border-radius: var(--aw-radius-md);
  border: 1px solid var(--aw-border);
  background: #ffffff;
  transition: border-color 0.15s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

[data-theme="dark"] .featured-card {
  background: #111f32;
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--aw-schwarz);
}

.featured-card:hover {
  border-color: var(--aw-tuerkis);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(43, 140, 163, 0.08);
}

.featured-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.featured-card-icon img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--aw-border);
  background: var(--aw-nebel);
}

.featured-card-title {
  font-size: 17px;
  margin: 0 0 4px;
}

.featured-card-category {
  font-size: 12px;
  color: var(--aw-text-muted);
}

.featured-card-description {
  font-size: 14px;
  color: var(--aw-text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

.featured-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--aw-tuerkis);
  text-decoration: none;
}

.loading-skeleton {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  width: 100%;
}

.skeleton-card {
  height: 180px;
  border-radius: var(--aw-radius-md);
  background: linear-gradient(90deg, #f5f7fa 25%, #eef1f6 37%, #f5f7fa 63%);
  background-size: 400% 100%;
  animation: skeleton 1.2s ease-in-out infinite;
}

@keyframes skeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.section-cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.aw-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.aw-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 14px;
  border-radius: var(--aw-radius-md);
  border: 1px solid var(--aw-border);
  background: #ffffff;
  transition: border-color 0.18s ease, transform 0.12s ease, background 0.18s ease;
}

[data-theme="dark"] .aw-category {
  background: #111f32;
  border-color: rgba(255, 255, 255, 0.12);
}

.aw-category:hover {
  border-color: var(--aw-tuerkis);
  background: rgba(43, 140, 163, 0.03);
  transform: translateY(-1px);
}

.aw-category-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.aw-category-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.aw-category-meta {
  font-size: 13px;
  color: var(--aw-text-muted);
}

.aw-category-accent {
  width: 3px;
  height: 36px;
  border-radius: 999px;
  background: rgba(43, 140, 163, 0.35);
  transition: background 0.2s ease, height 0.18s ease;
}

.aw-category:hover .aw-category-accent {
  background: var(--aw-gelb);
  height: 42px;
}

.logos-section {
  background: #ffffff;
}

.logos-carousel {
  position: relative;
  overflow: hidden;
}

.logos-track {
  display: flex;
  gap: 18px;
  animation: logoScroll 42s linear infinite;
}

.logos-track:hover {
  animation-play-state: paused;
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  min-width: 180px;
  border: 1px solid var(--aw-border);
  border-radius: var(--aw-radius-md);
  background: #ffffff;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

[data-theme="dark"] .logo-item {
  background: #111f32;
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--aw-schwarz);
}

.logo-item:hover {
  border-color: var(--aw-tuerkis);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(43, 140, 163, 0.12);
}

.logo-item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo-text {
  font-weight: 600;
  color: var(--aw-schwarz);
}

.aw-newsletter-wrapper {
  padding: 80px 0 96px;
  border-top: 1px solid #f3f4f6;
}

.aw-newsletter {
  border-radius: 24px;
  background: radial-gradient(circle at 0% 0%, #1f2937 0, #111827 40%, #020617 100%);
  padding: 40px 32px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 32px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .aw-newsletter {
  background: radial-gradient(circle at 0% 0%, #0b1624 0, #0f172a 50%, #020617 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.aw-newsletter::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 140, 163, 0.16), transparent 60%);
}

.aw-newsletter-header {
  position: relative;
  z-index: 1;
}

.aw-newsletter-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(249, 250, 251, 0.7);
  margin-bottom: 10px;
}

.aw-newsletter-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 28px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.aw-newsletter-text {
  font-size: 14px;
  color: rgba(209, 213, 219, 0.9);
  max-width: 420px;
}

.aw-newsletter-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.aw-input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 380px;
}

.aw-input {
  flex: 1 1 180px;
  min-width: 0;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: rgba(15, 23, 42, 0.46);
  color: #f9fafb;
  font-size: 13px;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.aw-input::placeholder {
  color: rgba(156, 163, 175, 0.9);
}

.aw-input:focus {
  border-color: var(--aw-tuerkis);
  background: rgba(15, 23, 42, 0.72);
}

.aw-newsletter-hint {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.9);
}

.aw-btn-newsletter {
  background: var(--aw-tuerkis);
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.1s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aw-btn-newsletter:hover {
  background: #267a8f;
  transform: translateY(-1px);
}

.final-cta-section {
  padding: 68px 0 88px;
}

.aw-final-cta {
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--aw-border);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 12px 40px rgba(43, 140, 163, 0.08);
}

[data-theme="dark"] .aw-final-cta {
  background: #111f32;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.final-cta-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.final-cta-description {
  font-size: 15px;
  color: var(--aw-text-muted);
  margin-bottom: 18px;
}

.footer {
  border-top: 1px solid #e5e7eb;
}

.aw-footer {
  padding-top: 32px;
}

.aw-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
}

.footer-text {
  color: var(--aw-text-muted);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-link {
  position: relative;
  color: var(--aw-text-muted);
  text-decoration: none;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: rgba(148, 163, 184, 0.9);
  transition: width 0.18s ease;
}

.footer-link:hover {
  color: var(--aw-schwarz);
}

.footer-link:hover::after {
  width: 100%;
}

@media (max-width: 960px) {
  .aw-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .aw-hero-visual {
    max-width: 520px;
    margin-inline: auto;
  }

  .featured-grid,
  .loading-skeleton {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .aw-newsletter {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .aw-shell {
    padding-inline: 18px;
  }

  .aw-hero {
    padding: 64px 0 48px;
  }

  .aw-section {
    padding: 56px 0;
  }

  .aw-newsletter-wrapper {
    padding: 56px 0 72px;
  }

  .aw-section-title {
    font-size: 28px;
  }

  .aw-section-header {
    margin-bottom: 28px;
  }

  .aw-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .featured-grid,
  .loading-skeleton {
    grid-template-columns: minmax(0, 1fr);
  }
}
