/* Responsive h1: Desktop bleibt einzeilig, mobil passt sich an */
.container h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  max-width: 100%;
  overflow: visible;
}
.hero-tags {
  margin-bottom: 28px;
}
/* Landingpage Fotobox Screenshot Preview */
.landingpage-preview {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.landingpage-image {
  display: block;
  width: 100%;
  height: auto;
  /* aspect-ratio: 16 / 9; */
  /* object-fit: cover; */
}
/* Device Frame for Fotobox Demo */
.device-frame {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 32px;
  background: var(--glass-strong, rgba(255, 255, 255, 0.09));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    0 0 0 2px var(--border, rgba(255, 255, 255, 0.12));
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 18px 0;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}
.device-frame:hover {
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.38),
    0 0 0 2px var(--cyan, #60cff2);
  transform: translateY(-3px) scale(1.012);
}
.device-frame-inner {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: var(--bg-soft, #0a0e1c);
  position: relative;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.demo-iframe {
  width: 100%;
  min-height: 540px;
  height: 720px;
  border: none;
  display: block;
  background: var(--bg-soft, #0a0e1c);
  border-radius: 28px;
  box-shadow: none;
  overflow: hidden;
}
.device-frame-label {
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 10;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .demo-iframe {
    height: 620px;
    min-height: 420px;
  }
}
@media (max-width: 640px) {
  .device-frame {
    max-width: 100vw;
    border-radius: 18px;
  }
  .device-frame-inner {
    border-radius: 14px;
  }
  .demo-iframe {
    height: 480px;
    min-height: 320px;
    border-radius: 14px;
  }
}
/* Fotobox Live Demo Styles */
.live-demo-shell {
  width: 100%;
  max-width: 760px;
  margin: auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  position: relative;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.live-demo-shell:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.live-demo-shell::before {
  content: "Live Demo";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.live-demo-shell iframe {
  width: 100%;
  height: 720px;
  border: none;
  display: block;
  background: black;
  overflow: hidden;
}

@media (max-width: 900px) {
  .live-demo-shell iframe {
    height: 620px;
  }
}

@media (max-width: 640px) {
  .live-demo-shell iframe {
    height: 540px;
  }
}
:root {
  --bg: #050713;
  --bg-soft: #0a0e1c;
  --panel: rgba(10, 14, 28, 0.74);
  --panel-strong: rgba(13, 20, 38, 0.86);
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.095);
  --border: rgba(255, 255, 255, 0.12);
  --border-accent: rgba(96, 207, 242, 0.42);
  --text: #f4f8ff;
  --muted: rgba(224, 235, 252, 0.68);
  --faint: rgba(224, 235, 252, 0.48);
  --green: #22c55e;
  --teal: #10b981;
  --cyan: #60cff2;
  --indigo: #6366f1;
  --danger: #fb7185;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 34px rgba(59, 182, 227, 0.18);
  --container: min(1180px, calc(100vw - 28px));
  --touch-target: 48px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(34, 197, 94, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 6%,
      rgba(99, 102, 241, 0.22),
      transparent 34%
    ),
    linear-gradient(180deg, #050713 0%, #080d1a 48%, #050713 100%);
  min-height: 100vh;
  letter-spacing: 0;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--text);
  color: var(--bg);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 72px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 7, 19, 0.74);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.nav-shell {
  position: relative;
  width: var(--container);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(10, 14, 28, 0.58);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: var(--touch-target);
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.brand-copy {
  display: block;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.96rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.15;
}

.nav-links {
  position: absolute;
  left: 14px;
  right: 14px;
  top: calc(100% + 10px);
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(10, 14, 28, 0.94);
  border: 1px solid var(--border);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.nav-links a {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--muted);
  font-size: 1rem;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.nav-brand-label {
  display: none;
  align-items: center;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .nav-brand-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;

    color: var(--text);

    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;

    white-space: nowrap;
    text-align: center;
  }
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.nav-links.is-open {
  display: flex;
}

.nav-toggle {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--glass);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 10px;
}

.hero {
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 46px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.18), transparent 32%),
    linear-gradient(315deg, rgba(99, 102, 241, 0.18), transparent 38%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(210, 226, 246, 0.76);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.55);
  animation: pulse 1.5s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 0.96;
  font-weight: 900;
  background: linear-gradient(
    135deg,
    var(--green) 0%,
    var(--teal) 25%,
    var(--indigo) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 20px rgba(34, 197, 94, 0.2);
}

h2 {
  margin-bottom: 16px;
  font-size: 2.1rem;
  line-height: 1.08;
  font-weight: 850;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-text {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(244, 248, 255, 0.78);
  font-size: 1.08rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 14px 20px;
  cursor: pointer;
  font-weight: 800;
  color: var(--text);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  touch-action: manipulation;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px) scale(1.02);
  outline: none;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.95),
    rgba(16, 185, 129, 0.9) 34%,
    rgba(99, 102, 241, 0.92)
  );
  border-color: rgba(112, 224, 255, 0.34);
  box-shadow:
    0 14px 34px rgba(34, 197, 94, 0.18),
    0 0 28px rgba(99, 102, 241, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow:
    0 18px 48px rgba(34, 197, 94, 0.26),
    0 0 38px rgba(96, 207, 242, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(99, 102, 241, 0.18);
  border-color: rgba(99, 102, 241, 0.46);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(210, 226, 246, 0.72);
  background: rgba(34, 62, 94, 0.22);
  border: 1px solid rgba(76, 139, 184, 0.32);
  box-shadow: 0 0 10px rgba(59, 182, 227, 0.12);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-stage {
  position: relative;
  max-width: 540px;
  width: 100%;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 14% -10% -8% 8%;
  border-radius: 38px;
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.18),
    rgba(99, 102, 241, 0.14)
  );
  filter: blur(28px);
}

.device-panel {
  position: relative;
  padding: 18px;
  border-radius: 24px;
  background: rgba(10, 14, 28, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.device-topbar,
.device-title,
.device-actions {
  display: flex;
  align-items: center;
}

.device-topbar {
  gap: 8px;
  margin-bottom: 22px;
}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ok {
  background: var(--green);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.55);
}
.warn {
  background: #f59e0b;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.45);
}
.live {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(96, 207, 242, 0.48);
}

.runtime-pill {
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(236, 251, 255, 0.86);
  background: rgba(48, 176, 210, 0.16);
  border: 1px solid rgba(112, 224, 255, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
}

.device-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.device-title span {
  color: var(--faint);
}

.module-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.module-tile {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.module-tile span {
  color: var(--muted);
}

.module-tile strong {
  font-size: 1.35rem;
}

.module-tile.active {
  border-color: rgba(96, 207, 242, 0.58);
  box-shadow:
    0 0 0 1px rgba(96, 207, 242, 0.2) inset,
    var(--shadow-glow);
}

.module-tile.pulse {
  animation: tilePulse 2.6s ease-in-out infinite;
}

.preview-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.preview-card,
.preview-stack span {
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.03)
    ),
    radial-gradient(
      circle at 30% 20%,
      rgba(96, 207, 242, 0.28),
      transparent 34%
    ),
    radial-gradient(circle at 70% 82%, rgba(34, 197, 94, 0.2), transparent 32%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-card.large {
  min-height: 160px;
}

.preview-stack {
  display: grid;
  gap: 12px;
}

.device-actions {
  gap: 10px;
  flex-direction: column;
}

.device-actions span {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-heading p:last-child {
  max-width: 720px;
}

.benefit-grid,
.event-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.glass-card,
.feature-card,
.event-card,
.faq-card,
.control-panel,
.info-panel {
  border: 1px solid var(--border);
  background: var(--glass);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.glass-card,
.feature-card,
.event-card,
.faq-card {
  border-radius: var(--radius-lg);
  padding: 20px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.glass-card:hover,
.feature-card:hover,
.event-card:hover,
.faq-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-accent);
  background: var(--glass-strong);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.28),
    var(--shadow-glow);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: rgba(236, 251, 255, 0.9);
  background: rgba(42, 150, 190, 0.18);
  border: 1px solid rgba(96, 207, 242, 0.32);
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.feature-card {
  min-height: auto;
}

.feature-card.wide {
  grid-column: auto;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(236, 251, 255, 0.94);
  font-weight: 900;
}

.event-card {
  min-height: auto;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(10, 14, 28, 0.58);
}

.control-grid,
.request-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.control-panel,
.info-panel {
  border-radius: var(--radius-xl);
  padding: 20px;
}

.control-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.control-row:last-child {
  border-bottom: 0;
}

.control-row p {
  margin: 0;
}

.check {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.28);
}

.request-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0)
  );
}

.info-panel {
  margin-top: 26px;
}

.info-panel strong,
.info-panel span {
  display: block;
}

.info-panel span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.request-form {
  padding: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

label,
legend {
  color: rgba(244, 248, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

label.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  min-height: 52px;
  padding: 14px 15px;
  background: rgba(2, 6, 23, 0.42);
  color: var(--text);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(96, 207, 242, 0.72);
  box-shadow: 0 0 0 4px rgba(96, 207, 242, 0.1);
  background: rgba(2, 6, 23, 0.62);
}

fieldset {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.module-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.module-options label,
.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.module-options input,
.consent input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--teal);
}

.consent {
  margin-top: 18px;
  align-items: flex-start;
}

.privacy-note {
  margin: 14px 0 18px;
  font-size: 0.9rem;
}

.form-submit {
  width: 100%;
}

.form-result {
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  color: rgba(244, 248, 255, 0.92);
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  line-height: 1.55;
}

.faq-card {
  padding: 0;
  overflow: hidden;
}

.faq-card summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 850;
}

.faq-card p {
  margin: 0;
  padding: 0 22px 22px;
}

.site-footer {
  padding: 44px 0;
  border-top: 1px solid var(--border);
  background: rgba(5, 7, 19, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.site-footer p {
  max-width: 440px;
  margin: 16px 0 0;
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 10px;
}

.site-footer a,
.site-footer span {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

@keyframes tilePulse {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(59, 182, 227, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 28px rgba(96, 207, 242, 0.24);
    border-color: rgba(112, 224, 255, 0.5);
  }
}

@media (min-width: 560px) {
  :root {
    --container: min(1180px, calc(100vw - 40px));
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .btn {
    width: auto;
  }

  .module-grid,
  .module-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-band {
    grid-template-columns: 1fr 0.52fr;
  }

  .device-actions {
    flex-direction: row;
  }

  .feature-grid,
  .benefit-grid,
  .event-grid,
  .faq-grid,
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card.wide,
  label.full {
    grid-column: span 2;
  }
}

@media (min-width: 760px) {
  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .section {
    padding: 96px 0;
  }

  .hero {
    min-height: 88vh;
    padding-top: 60px;
  }
}

@media (min-width: 981px) {
  .site-header {
    padding: 14px 0;
  }

  .nav-shell {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) auto;
    padding: 12px 14px;
    border-radius: 999px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-links a {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.92rem;
  }

  .nav-brand-label {
    justify-self: center;
    min-height: 44px;
    display: flex;
    padding: 10px 24px;
    font-size: 1.14rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 76px;
  }

  .product-stage {
    max-width: none;
  }

  .device-panel {
    padding: 30px;
    border-radius: 32px;
  }

  .device-title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  h1 {
    font-size: 6.8rem;
  }

  h2 {
    font-size: 4.1rem;
  }

  h3 {
    font-size: 1.28rem;
  }

  .hero-text {
    font-size: 1.32rem;
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-card {
    min-height: 240px;
  }

  .benefit-grid,
  .event-grid,
  .faq-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .control-grid,
  .request-grid {
    grid-template-columns: 0.8fr 1fr;
    gap: 64px;
  }

  .control-panel,
  .info-panel {
    padding: 28px;
  }

  .request-form {
    padding: 30px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.7fr 0.5fr;
  }
}

@media (hover: none) {
  .btn:hover,
  .glass-card:hover,
  .feature-card:hover,
  .event-card:hover,
  .faq-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Mobile */

@media (max-width: 700px) {
  .landingpage-preview-grid {
    grid-template-columns: repeat(2, 1fr);

    max-width: 100%;

    gap: 8px;

    padding: 10px;
  }

  .landingpage-image {
    border-radius: 10px;
  }
}
/* =========================================
   FINAL HERO PREVIEW GRID
========================================= */

.landingpage-preview-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  width: 100%;

  max-width: 760px;

  margin: 0 auto;

  padding: 14px;

  border-radius: 22px;

  background: rgba(10, 14, 28, 0.58);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(16px);
}

/* Bilder */

.landingpage-image {
  width: 100%;

  height: auto;

  display: block;

  object-fit: contain;

  aspect-ratio: auto;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(255, 255, 255, 0.08);

  cursor: zoom-in;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.landingpage-image:hover {
  transform: translateY(-2px);

  border-color: rgba(96, 207, 242, 0.42);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

/* LIGHTBOX */

.image-lightbox {
  position: fixed;

  inset: 0;

  z-index: 9999;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 30px;

  background: rgba(0, 0, 0, 0.82);

  backdrop-filter: blur(10px);

  opacity: 0;

  visibility: hidden;

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.image-lightbox.active {
  opacity: 1;

  visibility: visible;
}

.image-lightbox img {
  max-width: 92vw;

  max-height: 92vh;

  border-radius: 18px;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);

  cursor: zoom-out;
}

/* Mobile */

@media (max-width: 700px) {
  .landingpage-preview-grid {
    max-width: 100%;
  }
}
/* =========================================
   AUTO HERO PREVIEW GRID
========================================= */

.landingpage-preview-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 10px;

  width: 100%;

  max-width: 760px;

  margin: 0 auto;

  padding: 14px;

  border-radius: 22px;

  background: rgba(10, 14, 28, 0.58);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 16px 46px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(16px);
}

.landingpage-image {
  width: 100%;

  height: auto;

  display: block;

  object-fit: contain;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(255, 255, 255, 0.08);

  cursor: zoom-in;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.landingpage-image:hover {
  transform: translateY(-2px);

  border-color: rgba(96, 207, 242, 0.42);

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28);
}

/* LIGHTBOX */

.image-lightbox {
  position: fixed;

  inset: 0;

  z-index: 9999;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 30px;

  background: rgba(0, 0, 0, 0.82);

  backdrop-filter: blur(10px);

  opacity: 0;

  visibility: hidden;

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.image-lightbox.active {
  opacity: 1;

  visibility: visible;
}

.image-lightbox img {
  max-width: 92vw;

  max-height: 92vh;

  border-radius: 18px;

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45);

  cursor: zoom-out;
}

@media (max-width: 700px) {
  .landingpage-preview-grid {
    max-width: 100%;
  }
}

/* =========================================
   ONLY SLIDESHOW CONTAINERS
========================================= */

.slideshow-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
}

.slideshow-slot .landingpage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {

  .nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .brand-copy {
    display: none;
  }

  .nav-brand-label {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 0.95rem;
    font-weight: 800;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
