:root {
  --cue-black: #080807;
  --cue-charcoal: #151513;
  --cue-ink: #24231f;
  --cue-paper: #f8f8f4;
  --cue-muted: #747068;
  --cue-line: rgba(255, 255, 255, 0.15);
  --cue-pink: #ff3d8b;
  --cue-cyan: #36d7ff;
  --cue-violet: #AF52DE;
  --cue-violet-hover: #BF6BE6;
  --cue-violet-soft: rgba(175, 82, 222, 0.28);
  --cue-red: #ff5f52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cue-ink);
  background: var(--cue-paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.cue-navbar {
  min-height: 72px;
  background: rgba(8, 8, 7, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.cue-navbar .navbar-brand {
  color: #fff;
  font-weight: 800;
}

.cue-navbar .navbar-brand img {
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(175, 82, 222, 0.32);
}

.cue-navbar .nav-link {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
}

.cue-navbar .nav-link:hover,
.cue-navbar .nav-link:focus {
  color: var(--cue-violet);
}

.cue-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.22);
}

.cue-navbar .navbar-toggler-icon {
  filter: invert(1);
}

.hero-section {
  position: relative;
  min-height: 48vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(175, 82, 222, 0.34), transparent 32%),
    linear-gradient(135deg, #080807, #151513);
  padding: 116px 0 44px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.product-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-weight: 800;
}

.product-mark img {
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.product-mark span {
  color: var(--cue-violet);
}

.hero-section h1 {
  margin: 0;
  font-size: clamp(4rem, 4.9rem, 5.4rem);
  line-height: 0.95;
  font-weight: 900;
}

.hero-section .lead {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.35rem;
  line-height: 1.48;
}

.btn {
  border-radius: 8px;
  font-weight: 800;
}

.btn i {
  margin-right: 8px;
}

.btn-cue {
  color: #fff;
  background: var(--cue-violet);
  border: 2px solid var(--cue-violet);
  box-shadow: 0 18px 44px rgba(175, 82, 222, 0.34);
}

.btn-cue:hover,
.btn-cue:focus {
  color: #fff;
  background: var(--cue-violet-hover);
  border-color: var(--cue-violet-hover);
}

.btn-cue-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.46);
}

.btn-cue-outline:hover,
.btn-cue-outline:focus {
  color: #fff;
  background: var(--cue-violet);
  border-color: var(--cue-violet);
}

.btn-cue-outline-dark {
  color: var(--cue-black);
  background: #fff;
  border: 2px solid rgba(8, 8, 7, 0.32);
}

.btn-cue-outline-dark:hover,
.btn-cue-outline-dark:focus {
  color: #fff;
  background: var(--cue-violet);
  border-color: var(--cue-violet);
}

kbd {
  color: inherit;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: none;
}

.section-block {
  padding: 96px 0;
  overflow-x: clip;
}

.light-section {
  background: var(--cue-paper);
}

.dark-section,
.download-section {
  color: #fff;
  background: var(--cue-charcoal);
}

#features {
  padding-top: 72px;
}

.use-case-section {
  color: #fff;
  background: #0d0d0c;
}

.setup-section {
  background: #fff;
}

.workflow-section {
  background: #fff;
}

.faq-section {
  background: var(--cue-paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.inverted {
  color: #fff;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
  color: var(--cue-violet);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 2.8rem, 3.15rem);
  line-height: 1.05;
  font-weight: 900;
}

.section-heading p:last-child {
  margin-top: 16px;
  color: var(--cue-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.section-heading.inverted p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.screenshot-card {
  height: 100%;
  margin: 0;
}

.screenshot-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 38px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(8, 8, 7, 0.1);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(8, 8, 7, 0.08);
}

.screenshot-segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 8px;
  padding: 0 18px;
  color: var(--cue-muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
}

.screenshot-segment:hover,
.screenshot-segment:focus-visible {
  color: var(--cue-ink);
  outline: 0;
}

.screenshot-segment.active {
  color: #fff;
  background: var(--cue-violet);
  box-shadow: 0 12px 30px rgba(175, 82, 222, 0.28);
}

.screenshot-segment i {
  font-size: 1.08rem;
}

.screenshot-panel[hidden] {
  display: none;
}

.screenshot-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
  isolation: isolate;
}

.device-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 27px;
  background: #080807;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.screenshot-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: min(100%, 310px);
  max-height: 690px;
  object-fit: contain;
  background: #080807;
  border: 12px solid #080807;
  border-radius: 46px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 28px 58px rgba(0, 0, 0, 0.28),
    0 18px 54px rgba(175, 82, 222, 0.2);
}

.device-phone img {
  max-width: min(100%, 310px);
  max-height: 690px;
  border-width: 12px;
  border-radius: 46px;
}

.device-tablet img {
  max-width: min(100%, 500px);
  max-height: 670px;
  border-width: 12px;
  border-radius: 34px;
}

.device-watch img {
  max-width: min(100%, 245px);
  max-height: 340px;
  padding: 10px;
  background: #080807;
  border-width: 12px;
  border-radius: 52px;
}

.screenshot-card figcaption {
  display: grid;
  gap: 6px;
  max-width: 340px;
  margin: 0 auto;
  padding: 16px 2px 0;
}

.screenshot-card figcaption strong {
  font-size: 1.05rem;
}

.screenshot-card figcaption span {
  color: var(--cue-muted);
}

.screenshot-grid-tablet .screenshot-card figcaption {
  max-width: 500px;
}

.screenshot-card-watch figcaption {
  max-width: 320px;
}

.theme-badge {
  justify-self: start;
  margin-bottom: 4px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.screenshot-card figcaption .theme-badge {
  color: #fff;
}

.theme-dark {
  background: var(--cue-black);
}

.theme-light {
  color: var(--cue-ink) !important;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(8, 8, 7, 0.14);
}

.theme-watch {
  background: var(--cue-violet);
}

.workflow-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.workflow-detail {
  min-height: 220px;
  padding: 26px;
  color: var(--cue-ink);
  background: var(--cue-paper);
  border: 1px solid rgba(8, 8, 7, 0.08);
  border-radius: 8px;
}

.workflow-detail i {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--cue-violet);
  border-radius: 8px;
  font-size: 1.35rem;
}

.workflow-detail h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  font-weight: 900;
}

.workflow-detail p {
  margin: 0;
  color: var(--cue-muted);
  line-height: 1.62;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.use-case-card {
  grid-column: span 3;
  min-height: 250px;
  padding: 28px;
  color: #fff;
  background: #171715;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.use-case-card.primary-use-case {
  grid-column: span 3;
  background:
    linear-gradient(135deg, rgba(175, 82, 222, 0.28), rgba(8, 8, 7, 0.08)),
    #171715;
  border-color: rgba(175, 82, 222, 0.52);
}

.use-case-card i {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--cue-violet);
  border-radius: 8px;
  font-size: 1.35rem;
}

.use-case-card h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
  font-weight: 900;
}

.use-case-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.feature-card {
  min-height: 260px;
  height: 100%;
  padding: 28px;
  color: #fff;
  background: #0d0d0c;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.feature-card i {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  color: #fff;
  background: var(--cue-violet);
  border-radius: 8px;
  font-size: 1.35rem;
}

.feature-card h3,
.download-panel h3,
.setup-step h3,
.requirements h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 900;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.feature-card.accent-pink i {
  color: #fff;
  background: var(--cue-pink);
}

.feature-card.accent-cyan i,
.feature-card.accent-white i {
  background: var(--cue-cyan);
}

.feature-card.accent-purple i {
  color: #fff;
  background: var(--cue-violet);
}

.feature-card.accent-red i {
  color: #fff;
  background: var(--cue-red);
}

.sticky-heading {
  position: sticky;
  top: 110px;
}

.setup-timeline {
  display: grid;
  gap: 18px;
}

.setup-step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  color: var(--cue-ink);
  background: var(--cue-paper);
  border: 1px solid rgba(8, 8, 7, 0.08);
  border-radius: 8px;
}

.setup-step > span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--cue-violet);
  border-radius: 8px;
  font-weight: 950;
}

.setup-step p {
  margin: 0;
  color: var(--cue-muted);
  line-height: 1.62;
}

.download-panel {
  height: 100%;
  padding: 32px;
  background: #fff;
  color: var(--cue-ink);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.download-panel > i {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--cue-violet);
  border-radius: 8px;
  font-size: 1.5rem;
}

.secondary-download > i {
  background: var(--cue-cyan);
}

.download-panel p {
  color: var(--cue-muted);
  line-height: 1.62;
}

.download-panel small {
  display: block;
  margin-top: 14px;
  color: var(--cue-muted);
}

.requirements {
  padding: 28px;
  color: #fff;
  background: #0d0d0c;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.requirements ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.requirements li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.requirements i {
  color: var(--cue-violet);
  flex: 0 0 auto;
}

.cue-accordion .accordion-item {
  background: #fff;
  border: 1px solid rgba(8, 8, 7, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.cue-accordion .accordion-item + .accordion-item {
  margin-top: 12px;
}

.cue-accordion .accordion-button {
  font-weight: 850;
  box-shadow: none;
}

.cue-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--cue-violet);
}

.site-footer {
  padding: 34px 0;
  color: #fff;
  background: var(--cue-black);
  overflow-x: clip;
}

.site-footer img {
  border-radius: 8px;
}

.site-footer span {
  font-weight: 900;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--cue-violet);
}

.legal-hero {
  padding: 126px 0 68px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(175, 82, 222, 0.34), transparent 32%),
    linear-gradient(135deg, #080807, #151513);
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  font-weight: 900;
}

.legal-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  line-height: 1.62;
}

.legal-section {
  padding: 76px 0;
  background: var(--cue-paper);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 28px;
  align-items: start;
}

.legal-nav,
.legal-card {
  background: #fff;
  border: 1px solid rgba(8, 8, 7, 0.08);
  border-radius: 8px;
}

.legal-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.legal-nav a {
  color: var(--cue-ink);
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 800;
}

.legal-nav a:hover,
.legal-nav a:focus {
  color: #fff;
  background: var(--cue-violet);
}

.legal-card {
  padding: 34px;
}

.legal-card + .legal-card {
  margin-top: 18px;
}

.legal-card h2,
.legal-card h3 {
  margin: 0 0 14px;
  font-weight: 900;
}

.legal-card p,
.legal-card li {
  color: var(--cue-muted);
  line-height: 1.68;
}

.legal-card address {
  margin: 0;
  color: var(--cue-ink);
  line-height: 1.68;
}

.legal-card a {
  color: var(--cue-violet);
  font-weight: 800;
}

.legal-meta {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.legal-meta-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.32fr) 1fr;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(8, 8, 7, 0.08);
}

.legal-meta-row strong {
  color: var(--cue-ink);
}

.locale-de {
  display: none;
}

html[lang="de"] .locale-en {
  display: none;
}

html[lang="de"] .locale-de {
  display: block;
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 104px 0 42px;
  }

  .hero-section h1 {
    font-size: 4rem;
  }

  .hero-section .lead {
    font-size: 1.18rem;
  }

  .section-block {
    padding: 72px 0;
  }

  #features {
    padding-top: 58px;
  }

  .use-case-card,
  .use-case-card.primary-use-case {
    grid-column: span 3;
  }

  .sticky-heading {
    position: static;
  }

  .requirements ul {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .cue-navbar {
    min-height: 64px;
  }

  .hero-section {
    padding: 92px 0 34px;
  }

  .legal-hero {
    padding: 104px 0 52px;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-meta-row {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 3.15rem;
  }

  .product-mark img {
    width: 54px;
    height: 54px;
  }

  .product-mark span {
    font-size: 0.95rem;
  }

  .screenshot-media {
    padding: 0;
  }

  .device-phone::before {
    top: 15px;
    width: 78px;
    height: 23px;
  }

  .device-phone img {
    max-width: min(100%, 286px);
    border-width: 10px;
    border-radius: 40px;
  }

  .device-tablet img {
    max-width: min(100%, 340px);
    border-width: 10px;
    border-radius: 28px;
  }

  .device-watch img {
    max-width: min(100%, 220px);
    border-width: 10px;
    border-radius: 46px;
  }

  .workflow-detail-grid {
    grid-template-columns: 1fr;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-card,
  .use-case-card.primary-use-case {
    grid-column: auto;
  }

  .setup-step {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 2.1rem;
  }
}
