/* LYNIQ Media – AI Agency
   Deep dark blue, vibrant light blue accents, glow effects */

:root {
  --bg: #0c1222;
  --bg-card: #0f172a;
  --bg-elevated: #1e293b;
  --bg-card-hover: #1e3a5f;
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --accent: #38bdf8;
  --accent-start: #22d3ee;
  --accent-end: #3b82f6;
  --gradient: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-end) 100%);
  --gradient-h: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  --glow: 0 0 30px rgba(56, 189, 248, 0.35);
  --glow-strong: 0 0 50px rgba(56, 189, 248, 0.45);
  --glow-subtle: 0 0 20px rgba(56, 189, 248, 0.15);
  --radius: 12px;
  --radius-lg: 20px;
  --font: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --header-h: 72px;
  --container: min(1200px, 100% - 2rem);
}

@media (max-width: 480px) {
  :root {
    --header-h: 64px;
  }
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
}

/* Page main (inner pages) */
.page-main {
  padding-top: var(--header-h);
}

.section-page-hero {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.section-cta {
  margin-top: 2rem;
  text-align: center;
}

.section-cta .btn-cta-large {
  display: inline-flex;
}

.legal-content .legal-text {
  color: var(--text-muted);
  max-width: 720px;
  margin-top: 1rem;
}

.nav-active {
  color: var(--accent) !important;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(12, 18, 34, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(56, 189, 248, 0.1);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 48px;
  width: auto;
  transition: transform 0.2s ease;
}

.logo:hover .logo-img {
  transform: scale(1.05);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links .btn-nav {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ffffff;
}

.nav-links .btn-nav:hover {
  color: #ffffff;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary {
  background: var(--gradient);
  color: #0c1222;
  box-shadow: var(--glow-subtle);
}

.btn-primary:hover {
  box-shadow: var(--glow);
  transform: translateY(-2px);
}

.btn-arrow {
  margin-left: 0.5rem;
  font-size: 1.1em;
  opacity: 0.95;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(56, 189, 248, 0.4);
}

.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: var(--glow-subtle);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}

.hero .container {
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(56, 189, 248, 0.15), transparent),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(59, 130, 246, 0.1), transparent);
  pointer-events: none;
  opacity: 1;
}

/* Wellen: kompletter Bildschirm, animiert */
.hero-bg::before {
  content: '';
  position: absolute;
  left: -5vw;
  top: -20%;
  width: 110vw;
  height: 140vh;
  min-height: 140vmin;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cpath d='M0 100 Q300 40 600 100 T1200 100' stroke='rgba(56,189,248,0.14)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0 120 Q300 60 600 120 T1200 120' stroke='rgba(59,130,246,0.1)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 80 Q300 140 600 80 T1200 80' stroke='rgba(56,189,248,0.1)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 140 Q400 60 800 140 T1600 140' stroke='rgba(56,189,248,0.08)' fill='none' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100% 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  pointer-events: none;
  animation: hero-waves 10s ease-in-out infinite;
}

.hero-bg::after {
  content: '';
  position: absolute;
  left: -5vw;
  top: -20%;
  width: 110vw;
  height: 140vh;
  min-height: 140vmin;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cpath d='M0 90 Q400 150 800 90 T1600 90' stroke='rgba(56,189,248,0.06)' fill='none' stroke-width='1'/%3E%3Cpath d='M0 110 Q250 50 600 110 T1200 110' stroke='rgba(59,130,246,0.07)' fill='none' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100% 180px;
  background-repeat: repeat-y;
  background-position: 0 20px;
  pointer-events: none;
  animation: hero-waves 14s ease-in-out infinite reverse;
}

@keyframes hero-waves {
  0%, 100% { transform: translateY(0) translateX(0) scaleY(1); opacity: 1; }
  25% { transform: translateY(-12px) translateX(2px) scaleY(1.01); opacity: 0.95; }
  50% { transform: translateY(-24px) translateX(-1px) scaleY(1.02); opacity: 0.92; }
  75% { transform: translateY(-12px) translateX(1px) scaleY(1.01); opacity: 0.95; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg::before,
  .hero-bg::after {
    animation: none;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  background: rgba(56, 189, 248, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.15);
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  text-align: left;
}

.hero-title-line {
  display: block;
}

.hero-title .hero-title-accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 0 2rem;
  text-align: left;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

.hero-value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-muted);
  text-align: left;
}

.hero-value-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
}

.hero-check::before {
  content: '✓';
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  color: var(--text-muted);
  transition: color 0.2s, transform 0.2s;
}

.hero-scroll:hover {
  color: var(--accent);
  transform: translate(-50%, 4px);
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.5));
}

.hero-scroll svg {
  display: block;
}

/* Scroll-Reveal: Effekte beim Runterscrollen */
body.scroll-reveal-ready .section {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Karten starten unsichtbar, erscheinen mit Stagger wenn Sektion sichtbar */
body.scroll-reveal-ready .section .stat-card,
body.scroll-reveal-ready .section .problem-card,
body.scroll-reveal-ready .section .service-card,
body.scroll-reveal-ready .section .work-card,
body.scroll-reveal-ready .section .process-step {
  opacity: 0;
}

body.scroll-reveal-ready .section.is-visible .stat-card,
body.scroll-reveal-ready .section.is-visible .problem-card,
body.scroll-reveal-ready .section.is-visible .service-card,
body.scroll-reveal-ready .section.is-visible .work-card {
  animation: cardReveal 0.6s ease-out forwards;
}

body.scroll-reveal-ready .section.is-visible .stats-grid .stat-card:nth-child(1) { animation-delay: 0.05s; }
body.scroll-reveal-ready .section.is-visible .stats-grid .stat-card:nth-child(2) { animation-delay: 0.15s; }
body.scroll-reveal-ready .section.is-visible .stats-grid .stat-card:nth-child(3) { animation-delay: 0.25s; }
body.scroll-reveal-ready .section.is-visible .stats-grid .stat-card:nth-child(4) { animation-delay: 0.35s; }

body.scroll-reveal-ready .section.is-visible .problem-grid .problem-card:nth-child(1) { animation-delay: 0.05s; }
body.scroll-reveal-ready .section.is-visible .problem-grid .problem-card:nth-child(2) { animation-delay: 0.15s; }
body.scroll-reveal-ready .section.is-visible .problem-grid .problem-card:nth-child(3) { animation-delay: 0.25s; }

body.scroll-reveal-ready .section.is-visible .services-grid .service-card:nth-child(1) { animation-delay: 0.08s; }
body.scroll-reveal-ready .section.is-visible .services-grid .service-card:nth-child(2) { animation-delay: 0.18s; }
body.scroll-reveal-ready .section.is-visible .services-grid .service-card:nth-child(3) { animation-delay: 0.28s; }

body.scroll-reveal-ready .section.is-visible .work-grid .work-card:nth-child(1) { animation-delay: 0.08s; }
body.scroll-reveal-ready .section.is-visible .work-grid .work-card:nth-child(2) { animation-delay: 0.18s; }

body.scroll-reveal-ready .section.is-visible .process-step { animation: cardReveal 0.6s ease-out forwards; }
body.scroll-reveal-ready .section.is-visible .process-steps .process-step:nth-child(1) { animation-delay: 0.1s; }
body.scroll-reveal-ready .section.is-visible .process-steps .process-step:nth-child(2) { animation-delay: 0.25s; }
body.scroll-reveal-ready .section.is-visible .process-steps .process-step:nth-child(3) { animation-delay: 0.4s; }

@keyframes cardReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.scroll-reveal-ready .section,
  body.scroll-reveal-ready .section .stat-card,
  body.scroll-reveal-ready .section .problem-card,
  body.scroll-reveal-ready .section .service-card,
  body.scroll-reveal-ready .section .work-card,
  body.scroll-reveal-ready .section .process-step {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
  margin: 0 0 1rem;
  max-width: 560px;
}

.section-title-accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-link {
  display: inline-block;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 2rem;
  transition: color 0.2s, text-shadow 0.2s;
}

.section-link:hover {
  color: var(--accent-end);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

/* Features row */
.section-features {
  padding: 2.5rem 0;
}

.features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--text-muted);
}

.feature-icon {
  font-size: 0.75rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Quote */
.section-quote {
  padding: 3rem 0;
}

.quote-block {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
  padding: 0 1rem;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  border-left: none;
}

/* Stats */
.section-stats {
  padding: 3rem 0;
  background: var(--bg-elevated);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.stat-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: var(--glow-subtle);
}

.stat-value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Problem */
.section-problem .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-problem .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}

.problem-card {
  padding: 1.75rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.problem-card:hover {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: var(--glow-subtle);
}

.problem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.problem-icon svg {
  width: 28px;
  height: 28px;
}

.problem-icon--red {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.25);
}

.problem-icon--orange {
  background: rgba(249, 115, 22, 0.15);
  color: #f97316;
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.25);
}

.problem-icon--green {
  background: rgba(234, 179, 8, 0.15);
  color: #eab308;
  box-shadow: 0 0 20px rgba(234, 179, 8, 0.25);
}

.problem-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.problem-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* Services */
.section-services {
  background: var(--bg-elevated);
}

.services-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.services-header-text .section-title {
  margin-bottom: 0.5rem;
}

.services-header-text .section-subtitle {
  margin: 0;
  max-width: 42rem;
}

.services-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, text-shadow 0.2s;
}

.services-all-link:hover {
  color: var(--accent-end);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

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

.service-card {
  position: relative;
  padding: 1.75rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: var(--glow-subtle);
}

.service-icon-wrap {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.4));
}

.service-icon-svg {
  width: 28px;
  height: 28px;
}

.service-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  padding-right: 3rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 1rem;
  line-height: 1.55;
}

.service-features {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.service-features li {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.service-features li::marker {
  color: var(--accent);
}

.service-features--standalone {
  margin: 1.5rem 0;
  max-width: 36rem;
}

.service-btn {
  align-self: flex-start;
  margin-top: auto;
}

.service-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent);
  transition: color 0.2s, text-shadow 0.2s;
}

.service-link:hover {
  color: var(--accent-end);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

/* Demo – AI Voice Agent (farblich abgetrennt) */
.section-demo {
  background: linear-gradient(180deg, var(--bg-elevated) 0%, #0a0f1a 100%);
  text-align: center;
  border-bottom: 1px solid rgba(56, 189, 248, 0.15);
  position: relative;
}

.section-demo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 400px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.4), transparent);
  opacity: 0.8;
}

/* Abgrenzung zur nächsten Sektion */
.section-process {
  border-top: 1px solid rgba(56, 189, 248, 0.08);
}

.demo-inner {
  max-width: 720px;
  margin-inline: auto;
}

.demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  background: rgba(56, 189, 248, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.demo-badge-icon {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.demo-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.demo-text {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 2.5rem;
}

/* Wrapper für 3D-Perspektive */
.demo-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1400px;
  min-height: 480px;
}

/* iPhone-Mockup: schlanker und länger (weniger chubby) */
.demo-phone-mockup {
  width: 248px;
  max-width: 100%;
  transform-style: preserve-3d;
  transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Initial-Zustand für Scroll-Animation (wird von JS .is-visible überschrieben) */
body.scroll-reveal-ready .section-demo .demo-phone-mockup {
  opacity: 0;
  transform: translateX(-160px) rotateY(48deg) scale(0.88);
}

body.scroll-reveal-ready .section-demo.is-visible .demo-phone-mockup {
  opacity: 1;
  transform: translateX(0) rotateY(0) scale(1);
}

/* Form-Box erscheint unmittelbar danach (nach dem längeren 3D-Effekt) */
body.scroll-reveal-ready .section-demo .demo-phone-screen {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease 1s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}

body.scroll-reveal-ready .section-demo.is-visible .demo-phone-screen {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.scroll-reveal-ready .section-demo .demo-phone-mockup,
  body.scroll-reveal-ready .section-demo .demo-phone-screen {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* iPhone-Rahmen (iPhone 15 Pro – schlanker, länger) */
.demo-phone-frame {
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 40%, #0d0d0d 100%);
  border-radius: 46px;
  padding: 10px;
  box-shadow:
    0 0 0 2px #333,
    0 0 0 4px #1a1a1a,
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 -1px 0 rgba(0, 0, 0, 0.5) inset,
    0 25px 50px -12px rgba(0, 0, 0, 0.6),
    0 12px 24px -8px rgba(0, 0, 0, 0.4);
}

.demo-phone-frame::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 42px;
  background: linear-gradient(165deg, rgba(255,255,255,0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* iPhone Seitentasten – realistische Positionen */
.demo-phone-btn {
  position: absolute;
  width: 4px;
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 50%, #0d0d0d 100%);
  border-radius: 3px;
  z-index: 3;
  box-shadow:
    1px 0 0 rgba(0, 0, 0, 0.5),
    -1px 0 0 rgba(255, 255, 255, 0.03);
}

.demo-phone-btn--silent {
  left: -5px;
  top: 95px;
  height: 22px;
}

.demo-phone-btn--vol-down {
  left: -5px;
  top: 128px;
  height: 38px;
}

.demo-phone-btn--vol-up {
  left: -5px;
  top: 178px;
  height: 38px;
}

.demo-phone-btn--power {
  right: -5px;
  top: 118px;
  height: 62px;
}

/* Dynamic Island – Pill mit Cutout-Optik */
.demo-phone-dynamic-island {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 32px;
  background: #000;
  border-radius: 24px;
  z-index: 2;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-phone-island-cutout {
  display: block;
  width: 52px;
  height: 8px;
  background: #0a0a0a;
  border-radius: 4px;
  opacity: 0.9;
}

/* Bildschirmbereich – weißer Hintergrund, länger (schlankeres Verhältnis) */
.demo-phone-screen {
  position: relative;
  background: #ffffff;
  border-radius: 34px;
  padding: 2.25rem 1rem 2.5rem;
  min-height: 560px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Home-Indicator (weißer Balken unten) */
.demo-phone-home-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background: #000;
  border-radius: 3px;
  opacity: 0.25;
}

/* Formular auf weißem Hintergrund: dunkle Schrift */
.demo-phone-screen .demo-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}

.demo-phone-screen .demo-form-headline,
.demo-phone-screen .demo-form-label {
  color: #1e293b;
}

.demo-phone-screen .demo-form-check {
  background: var(--accent);
}

.demo-phone-screen .demo-form-input {
  color: #0f172a;
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.12);
}

.demo-phone-screen .demo-form-input::placeholder {
  color: #64748b;
}

.demo-phone-screen .demo-form-input:focus {
  border-color: var(--accent);
  background: #fff;
}

.demo-phone-screen .demo-form-hint {
  color: #64748b;
}

.demo-phone-screen .demo-form-submit {
  color: #0f172a;
  background: #e2e8f0;
  border-color: rgba(0, 0, 0, 0.15);
}

.demo-phone-screen .demo-form-submit:hover {
  background: #cbd5e1;
  border-color: var(--accent);
}

.demo-form-headline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.5rem;
}

.demo-form-check {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
  flex-shrink: 0;
}

.demo-form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.25rem;
}

.demo-form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.demo-form-input::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.demo-form-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}

.demo-form-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.demo-form-submit {
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.demo-form-submit:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.2);
}

.demo-form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Process – Der Weg zur Automatisierung */
.section-title--center,
.section-process .section-title {
  text-align: center;
}

.section-subtitle--center,
.section-process .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.process-connect {
  position: relative;
}

.process-connect::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
  width: 60%;
  max-width: 520px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 167, 255, 0.5), rgba(0, 167, 255, 0.8), rgba(0, 167, 255, 0.5), transparent);
  box-shadow: 0 0 16px rgba(0, 167, 255, 0.4);
  pointer-events: none;
  z-index: 0;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 320px;
  text-align: center;
  padding: 0 0.5rem;
}

.process-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background: #2C3545;
  border-radius: 50%;
  color: var(--accent);
  box-shadow: 0 0 0 1px rgba(0, 167, 255, 0.3), 0 0 30px rgba(0, 167, 255, 0.25);
  transition: box-shadow 0.2s;
}

.process-step:hover .process-step-icon {
  box-shadow: 0 0 0 1px rgba(0, 167, 255, 0.5), 0 0 40px rgba(0, 167, 255, 0.35);
}

.process-step-icon svg {
  width: 36px;
  height: 36px;
}

.process-step-num {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text);
  background: #2C3545;
  border-radius: 999px;
}

.process-step h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: var(--text);
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

/* About */
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gradient);
}

.about-visual {
  display: flex;
  justify-content: center;
}

.about-card {
  padding: 2rem 2.5rem;
  background: var(--gradient);
  color: #0a0a0b;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: 0 0 40px rgba(34, 211, 238, 0.2);
}

.about-stat {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.9;
}

/* Work */
.section-work {
  background: var(--bg-elevated);
}

.section-work .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-work .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.work-card {
  padding: 1.75rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.work-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: var(--glow-subtle);
}

.work-meta {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.work-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.work-problem,
.work-solution {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
}

.work-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.work-before,
.work-after {
  text-align: center;
  padding: 0.75rem;
  background: rgba(15, 23, 42, 0.8);
  border-radius: var(--radius);
}

.work-after {
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.1);
}

.work-comp-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.work-comp-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.work-after .work-comp-value {
  color: var(--accent);
}

.work-cta {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--accent);
  transition: color 0.2s, text-shadow 0.2s;
}

.work-cta:hover {
  color: var(--accent-end);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

/* FAQ */
.section-faq .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-faq .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.faq-list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border-bottom: 1px solid rgba(56, 189, 248, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.25s;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 12px;
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  padding-right: 2rem;
}

/* Über Uns / Placeholder */
.section-ueber .section-subtitle,
.section-placeholder .section-subtitle {
  margin-bottom: 0;
}

.section-placeholder {
  padding: 3rem 0;
}

/* Über Uns Seite – Inhalte aus Design */
.section-ueber-content {
  padding-top: 0;
}

.section-ueber-content .container {
  max-width: 800px;
}

.ueber-card {
  background: #283A4F;
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(56, 189, 248, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ueber-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1rem;
}

.ueber-card p {
  color: #E0E0E0;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.ueber-card p:last-child {
  margin-bottom: 0;
}

.ueber-quote {
  margin: 0 0 2rem;
  padding: 1.25rem 0 1.25rem 1.5rem;
  border-left: 4px solid var(--accent);
  color: var(--text);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.6;
  background: transparent;
  box-shadow: none;
}

.ueber-intro {
  color: #CCCCCC;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 2.5rem;
  max-width: 720px;
}

.ueber-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.ueber-feature-card {
  background: #242838;
  border-radius: var(--radius-lg);
  padding: 1.75rem 2rem;
  border: 1px solid rgba(56, 189, 248, 0.06);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ueber-feature-card:hover {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.08);
}

.ueber-feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.5rem;
}

.ueber-feature-card p {
  color: #E0E0E0;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 768px) {
  .ueber-cards {
    grid-template-columns: 1fr;
  }
}

.section-legal {
  padding: 2rem 0;
  background: var(--bg);
}

/* Legal pages – Impressum, Datenschutz, AGB */
.section-legal-hero {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.legal-hero-inner {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.legal-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  color: var(--accent);
}

.legal-hero-icon svg {
  width: 32px;
  height: 32px;
}

.legal-page-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}

.legal-page-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}

.legal-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.legal-content-width {
  max-width: 800px;
  margin-inline: auto;
}

.section-legal-content {
  padding-top: 0;
  padding-bottom: 4rem;
}

.legal-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: var(--radius-lg);
}

.legal-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--accent);
}

.legal-card-icon svg {
  width: 24px;
  height: 24px;
}

.legal-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}

.legal-card-body {
  flex: 1;
}

.legal-card-body p {
  color: #E0E0E0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.legal-card-body p:last-child {
  margin-bottom: 0;
}

.legal-card-body a {
  color: var(--accent);
  transition: color 0.2s;
}

.legal-card-body a:hover {
  color: #7dd3fc;
}

.legal-cta-block {
  margin-top: 2.5rem;
  padding: 2rem;
  text-align: center;
  background: rgba(56, 189, 248, 0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(56, 189, 248, 0.12);
}

.legal-cta-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}

.legal-cta-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 0.75rem;
}

.legal-cta-contact {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  line-height: 1.7;
}

.legal-cta-contact a {
  color: var(--accent);
}

.legal-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.legal-intro-box {
  padding: 1.75rem 2rem;
  margin-bottom: 2rem;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius-lg);
  color: #E0E0E0;
  font-size: 1rem;
  line-height: 1.65;
}

.legal-section-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 2rem;
  margin-bottom: 1.5rem;
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: var(--radius-lg);
}

.legal-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 2.5em;
  height: 36px;
  padding: 0 0.5rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--accent);
  background: rgba(56, 189, 248, 0.12);
  border-radius: var(--radius);
}

.legal-section-card .legal-section-num {
  width: auto;
  min-width: 2.5em;
}

.legal-section-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.75rem;
}

.legal-section-card .legal-section-body p,
.legal-section-card .legal-section-body li {
  color: #E0E0E0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.legal-section-body ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}

.legal-section-body a {
  color: var(--accent);
}

.legal-highlight {
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  background: rgba(34, 211, 238, 0.1);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  font-size: 0.9rem;
  color: #E0E0E0;
  line-height: 1.55;
}

.legal-highlight--red {
  background: rgba(239, 68, 68, 0.08);
  border-left-color: #ef4444;
}

.section-legal {
  padding: 2rem 0;
  background: var(--bg);
}

/* Contact */
.section-contact {
  padding-bottom: 6rem;
  text-align: center;
}

.section-contact .contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-contact .section-title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-cta-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.btn-cta-large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  box-shadow: var(--glow-subtle);
}

.btn-cta-large:hover {
  box-shadow: var(--glow);
}

.contact-text {
  color: var(--text-muted);
  margin: 0 0 2rem;
  max-width: 480px;
}

.contact-form {
  max-width: 420px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

/* Vorname + Nachname auf einer Ebene */
.form-row-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.section-contact .btn-submit {
  align-self: center;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-row label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--bg-card);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}

.form-row textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit {
  align-self: flex-start;
  margin-top: 0.25rem;
}

/* Footer */
.footer {
  padding: 3rem 0 1.5rem;
  border-top: 1px solid rgba(56, 189, 248, 0.1);
  background: var(--bg-card);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-logo .logo-img {
  height: 38px;
  width: auto;
  transition: transform 0.2s ease;
}

.footer-logo:hover .logo-img {
  transform: scale(1.05);
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.footer-heading {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin: 0 0 0.75rem;
}

.footer-nav-block .footer-links,
.footer-legal-block .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: color 0.2s;
}

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

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(56, 189, 248, 0.08);
}

.footer-copy {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0;
}

/* ========== Responsive: Tablet & kleiner ========== */
@media (max-width: 1024px) {
  .container {
    padding-inline: 1.25rem;
  }

  .section {
    padding: 4rem 0;
  }

  .section-page-hero {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .problem-grid,
  .work-grid {
    max-width: 100%;
  }
}

/* ========== Responsive: Tablet Portrait & Mobile ========== */
@media (max-width: 768px) {
  .container {
    padding-inline: 1rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
  }

  .section-subtitle {
    font-size: 1rem;
  }

  /* Header & Nav */
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 1.5rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    gap: 0.5rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-links .btn-nav {
    justify-content: center;
    width: 100%;
  }

  /* Hero */
  .hero-title {
    font-size: clamp(2rem, 8vw, 2.75rem);
    margin-bottom: 0.75rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .hero-cta {
    flex-wrap: wrap;
  }

  .hero-cta .btn {
    min-height: 48px;
  }

  .hero-value-list {
    gap: 1rem;
    margin-top: 1.25rem;
    font-size: 0.9rem;
  }

  .hero-scroll {
    bottom: 1.5rem;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stat-card {
    padding: 1.25rem;
  }

  .stat-value {
    font-size: 1.75rem;
  }

  /* Problem */
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .problem-card {
    padding: 1.5rem;
  }

  /* Services */
  .services-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .services-header-text .section-subtitle {
    max-width: 100%;
  }

  .services-all-link {
    white-space: normal;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-card h3 {
    padding-right: 2.5rem;
  }

  .service-icon-wrap {
    width: 40px;
    height: 40px;
    top: 1rem;
    right: 1rem;
  }

  .service-icon-svg {
    width: 24px;
    height: 24px;
  }

  .service-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  /* Demo: auf Tablet/Mobile weniger 3D, Slide von links */
  .demo-text {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .demo-phone-wrap {
    min-height: 420px;
  }

  body.scroll-reveal-ready .section-demo .demo-phone-mockup {
    transform: translateX(-100px) rotateY(28deg) scale(0.9);
  }

  .demo-phone-mockup {
    width: 228px;
  }

  .demo-phone-screen {
    min-height: 500px;
    padding: 1.5rem 1rem;
  }

  /* Process */
  .process-connect::before {
    display: none;
  }

  .process-steps {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .process-step {
    max-width: 100%;
    padding: 1.5rem;
  }

  .process-step-num {
    font-size: 0.75rem;
  }

  /* Work / Ergebnisse */
  .work-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .work-card {
    padding: 1.5rem;
  }

  .work-comparison {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .faq-list {
    max-width: 100%;
  }

  .faq-question {
    padding: 1rem 0;
    font-size: 0.95rem;
    text-align: left;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  /* CTA Block */
  .cta-block {
    padding: 2rem 1.5rem;
  }

  .cta-block .section-title {
    font-size: 1.5rem;
  }

  /* Footer */
  .footer {
    padding: 2.5rem 0 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .footer-brand .footer-logo {
    display: inline-block;
  }

  .footer-nav-block .footer-links,
  .footer-legal-block .footer-links {
    align-items: center;
  }

  /* Über uns */
  .about-inner {
    grid-template-columns: 1fr;
  }

  .about-visual {
    order: -1;
  }

  /* Kontakt-Section (Index) */
  .section-contact {
    padding-bottom: 4rem;
  }

  /* Legal pages */
  .section-legal-hero {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .legal-hero-inner {
    padding-inline: 0;
  }

  .legal-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .legal-hero-buttons .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .legal-section-card,
  .legal-card {
    padding: 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
  }

  .legal-cta-block {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .legal-cta-buttons {
    flex-direction: column;
  }

  .legal-cta-buttons .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  /* Kontakt / Form */
  .contact-cta-wrap {
    margin-bottom: 2rem;
  }

  .contact-cta-wrap .btn-cta-large {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .contact-form {
    max-width: 100%;
  }

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

  .contact-form .form-row {
    width: 100%;
  }

  .form-row input,
  .form-row textarea {
    padding: 0.75rem 1rem;
  }

  .btn-submit {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
}

/* ========== Responsive: Kleine Smartphones ========== */
@media (max-width: 480px) {
  .container {
    padding-inline: 0.75rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .section-page-hero {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .section-title {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  /* Hero */
  .hero-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.85rem;
    margin-bottom: 0.75rem;
  }

  .hero-title {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .hero-cta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .hero-value-list {
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.85rem;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .stat-card {
    padding: 1rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  /* Problem */
  .problem-card {
    padding: 1.25rem;
  }

  .problem-card-title {
    font-size: 1rem;
  }

  /* Services */
  .services-grid {
    gap: 1rem;
  }

  .service-card {
    padding: 1.25rem;
  }

  .service-card h3 {
    font-size: 1.05rem;
    padding-right: 2.25rem;
  }

  /* Process */
  .process-step {
    padding: 1.25rem;
  }

  .process-step h3 {
    font-size: 1.1rem;
  }

  /* Work */
  .work-card {
    padding: 1.25rem;
  }

  .work-card h3 {
    font-size: 1.05rem;
  }

  .work-comparison {
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .work-before,
  .work-after {
    padding: 0.6rem;
  }

  .work-comp-value {
    font-size: 0.9rem;
  }

  /* FAQ */
  .faq-question {
    padding: 0.85rem 0;
    font-size: 0.9rem;
  }

  /* CTA */
  .cta-block {
    padding: 1.5rem 1rem;
  }

  .cta-block .section-title {
    font-size: 1.25rem;
  }

  .demo-phone-mockup {
    width: 100%;
    max-width: 260px;
  }

  .demo-phone-screen {
    min-height: 460px;
    padding: 1.25rem 1rem;
  }

  .demo-form-submit {
    min-height: 48px;
  }

  .btn-cta-large {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .section-cta .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  /* Footer */
  .footer {
    padding: 2rem 0 1rem;
  }

  .footer-grid {
    gap: 1.25rem;
  }

  .footer-copy {
    font-size: 0.8rem;
  }

  /* Legal */
  .legal-page-title {
    font-size: 1.75rem;
  }

  .legal-section-card,
  .legal-card {
    padding: 1rem 1rem;
  }

  .legal-cta-contact {
    font-size: 0.9rem;
  }
}

/* ========== Sehr kleine Displays (z. B. iPhone SE) ========== */
@media (max-width: 360px) {
  .container {
    padding-inline: 0.6rem;
  }

  .logo-img {
    height: 36px;
  }

  .footer-logo .logo-img {
    height: 32px;
  }

  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .btn {
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    min-height: 44px;
  }
}
