/* Studievägledare AI — marketing one-pager */
:root {
  --accent: #38bdf8;
  --accent2: #a78bfa;
  --warm: #fb923c;
  --radius: 1.25rem;
  --font: "Outfit", system-ui, sans-serif;
  --font-display: "Syne", var(--font);
  --card-hover-border: rgba(56, 189, 248, 0.35);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg-deep: #0b0f1a;
  --bg-card: rgba(255, 255, 255, 0.04);
  --bg-card-hover: rgba(255, 255, 255, 0.07);
  --border: rgba(148, 163, 184, 0.15);
  --text: #f1f5f9;
  --muted: #94a3b8;
  --text-soft: #cbd5e1;
  /* Cadet grey header — lighter bar so logo/arrow reads clearly */
  --header-bg: #91a3b0;
  --header-border: rgba(15, 23, 42, 0.14);
  --header-fg: #0f172a;
  --header-fg-muted: #334155;
  --nav-link: #1e293b;
  --nav-login: #1e293b;
  --toggle-bg: rgba(255, 255, 255, 0.38);
  --toggle-border: rgba(15, 23, 42, 0.14);
  --toggle-active-bg: rgba(255, 255, 255, 0.62);
  --menu-bg: #91a3b0;
  --menu-toggle-bar: #0f172a;
  --header-logo-gradient: linear-gradient(120deg, #0369a1, #1e40af);
  --hero-overlay: linear-gradient(
    105deg,
    rgba(6, 8, 14, 0.94) 0%,
    rgba(6, 8, 14, 0.82) 38%,
    rgba(6, 8, 14, 0.45) 62%,
    rgba(6, 8, 14, 0.72) 100%
  );
  --hero-heading: #ffffff;
  --hero-subtitle: rgba(226, 232, 240, 0.88);
  --hero-lead: rgba(203, 213, 225, 0.92);
  --hero-badge-bg: rgba(255, 255, 255, 0.06);
  --hero-badge-border: rgba(255, 255, 255, 0.12);
  --hero-badge-text: rgba(226, 232, 240, 0.85);
  --hero-highlight: rgba(203, 213, 225, 0.9);
  --hero-note: rgba(148, 163, 184, 0.95);
  --btn-secondary-bg: rgba(8, 10, 16, 0.55);
  --btn-secondary-text: #f8fafc;
  --btn-secondary-border: rgba(255, 255, 255, 0.22);
  --btn-secondary-hover-bg: rgba(255, 255, 255, 0.08);
  --btn-nav-text: #0f172a;
  --btn-nav-bg: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  --band-text: #cbd5e1;
  --surface-bg: linear-gradient(
    180deg,
    rgba(30, 41, 59, 0.92) 0%,
    rgba(15, 23, 42, 0.96) 55%,
    rgba(15, 23, 42, 0.98) 100%
  );
  --surface-bg-hover: linear-gradient(
    180deg,
    rgba(51, 65, 85, 0.95) 0%,
    rgba(30, 41, 59, 0.98) 100%
  );
  --surface-nested-bg: linear-gradient(180deg, rgba(51, 65, 85, 0.5) 0%, rgba(15, 23, 42, 0.85) 100%);
  --surface-border: rgba(148, 163, 184, 0.22);
  --surface-shadow: 0 10px 32px rgba(2, 6, 23, 0.4), 0 2px 8px rgba(56, 189, 248, 0.08);
  --surface-shadow-hover: 0 16px 42px rgba(2, 6, 23, 0.5), 0 4px 14px rgba(56, 189, 248, 0.14);
  --step-num-bg: rgba(129, 140, 248, 0.28);
  --step-num-text: #e0e7ff;
  --module-accent-bg: linear-gradient(
    180deg,
    rgba(56, 189, 248, 0.14) 0%,
    rgba(30, 41, 59, 0.92) 45%,
    rgba(15, 23, 42, 0.96) 100%
  );
  --jotform-wrap-bg: rgba(15, 23, 42, 0.72);
  --jotform-shadow: rgba(2, 6, 23, 0.35);
  --footer-strong: #cbd5e1;
  --footer-link: #94a3b8;
  --logo-gradient: linear-gradient(120deg, #e0f2fe, var(--accent));
}

html[data-theme="light"] {
  color-scheme: light;
  --bg-deep: #f1f5f9;
  --bg-card: rgba(255, 255, 255, 0.92);
  --bg-card-hover: #ffffff;
  --border: rgba(15, 23, 42, 0.1);
  --text: #0f172a;
  --muted: #64748b;
  --text-soft: #475569;
  --header-bg: rgba(255, 255, 255, 0.88);
  --header-border: rgba(15, 23, 42, 0.08);
  --nav-link: rgba(51, 65, 85, 0.95);
  --nav-login: rgba(30, 41, 59, 0.9);
  --toggle-bg: rgba(15, 23, 42, 0.05);
  --toggle-border: rgba(15, 23, 42, 0.12);
  --toggle-active-bg: rgba(56, 189, 248, 0.18);
  --menu-bg: rgba(255, 255, 255, 0.98);
  --menu-toggle-bar: #0f172a;
  --hero-overlay: linear-gradient(
    105deg,
    rgba(241, 245, 249, 0.94) 0%,
    rgba(241, 245, 249, 0.88) 40%,
    rgba(241, 245, 249, 0.55) 65%,
    rgba(226, 232, 240, 0.75) 100%
  );
  --hero-heading: #0f172a;
  --hero-subtitle: rgba(30, 41, 59, 0.88);
  --hero-lead: rgba(51, 65, 85, 0.95);
  --hero-badge-bg: rgba(255, 255, 255, 0.75);
  --hero-badge-border: rgba(15, 23, 42, 0.1);
  --hero-badge-text: rgba(51, 65, 85, 0.9);
  --hero-highlight: rgba(51, 65, 85, 0.92);
  --hero-note: rgba(100, 116, 139, 0.95);
  --btn-secondary-bg: rgba(255, 255, 255, 0.72);
  --btn-secondary-text: #0f172a;
  --btn-secondary-border: rgba(15, 23, 42, 0.18);
  --btn-secondary-hover-bg: rgba(255, 255, 255, 0.95);
  --btn-nav-text: #f8fafc;
  --btn-nav-bg: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  --band-text: #475569;
  --surface-bg: linear-gradient(180deg, #ffffff 0%, #f8fbff 50%, #eef4fc 100%);
  --surface-bg-hover: linear-gradient(180deg, #ffffff 0%, #f0f7ff 52%, #e6effa 100%);
  --surface-nested-bg: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  --surface-border: rgba(148, 163, 184, 0.38);
  --surface-shadow: 0 10px 32px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(99, 102, 241, 0.06);
  --surface-shadow-hover: 0 16px 40px rgba(15, 23, 42, 0.1), 0 4px 14px rgba(56, 189, 248, 0.12);
  --step-num-bg: #e0e7ff;
  --step-num-text: #312e81;
  --module-accent-bg: linear-gradient(
    180deg,
    rgba(224, 242, 254, 0.95) 0%,
    #f8fbff 48%,
    #eef4fc 100%
  );
  --jotform-wrap-bg: rgba(255, 255, 255, 0.95);
  --jotform-shadow: rgba(15, 23, 42, 0.08);
  --footer-strong: #334155;
  --footer-link: #64748b;
  --logo-gradient: linear-gradient(120deg, #0369a1, #4f46e5);
  --card-hover-border: rgba(14, 165, 233, 0.45);
}

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

/* Unified surface boxes — cards, pricing, bands, flow, etc. */
.card,
.module-card,
.pricing-card,
.how-flow__node,
.mobile-stage,
.band,
.jotform-wrap,
.preview-modal__dialog,
.hero__badge,
.mobile-pill,
.how-flow__card,
.mobile-demo__tabs,
.video-showcase {
  border-radius: var(--radius);
  border: 1px solid var(--surface-border);
  background: var(--surface-bg);
  box-shadow: var(--surface-shadow);
}

.card,
.module-card,
.pricing-card,
.how-flow__node,
.mobile-stage,
.band,
.jotform-wrap {
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.card:hover,
.module-card:hover,
.pricing-card:hover,
.how-flow__node:hover {
  transform: translateY(-4px);
  border-color: var(--card-hover-border);
  box-shadow: var(--surface-shadow-hover);
  background: var(--surface-bg-hover);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

main {
  text-align: center;
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ---- Header (full-width SaaS bar) ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  width: 100%;
  padding: 0.85rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--header-border);
  background: var(--header-bg);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}
.logo:hover {
  text-decoration: none;
  color: var(--text);
}
.logo__icon {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
html[data-theme="dark"] .logo__icon {
  filter: none;
}
html[data-theme="dark"] .site-header .logo {
  color: var(--header-fg);
}
html[data-theme="dark"] .site-header .logo__accent {
  background: var(--header-logo-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}
html[data-theme="dark"] .site-header .logo:hover {
  color: var(--header-fg);
}
html[data-theme="dark"] .site-header .nav__links a {
  color: var(--nav-link);
}
html[data-theme="dark"] .site-header .nav__links a:hover {
  color: var(--header-fg);
}
html[data-theme="dark"] .site-header .nav-login {
  color: var(--nav-login);
}
html[data-theme="dark"] .site-header .nav-login:hover {
  color: var(--header-fg);
}
html[data-theme="dark"] .site-header .theme-toggle {
  color: var(--header-fg);
}
html[data-theme="dark"] .site-header .lang-toggle button {
  color: var(--header-fg-muted);
}
html[data-theme="dark"] .site-header .lang-toggle button[aria-pressed="true"] {
  color: #0369a1;
}
@media (max-width: 900px) {
  html[data-theme="dark"] .site-header .nav {
    border-top-color: var(--header-border);
  }
  html[data-theme="dark"] .site-header .nav__links a:hover {
    background: rgba(15, 23, 42, 0.08);
  }
}
.logo__accent {
  background: var(--logo-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 0.45rem;
  border: 1px solid var(--toggle-border);
  background: var(--toggle-bg);
  color: var(--text);
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.theme-toggle:hover {
  border-color: var(--accent);
  background: var(--toggle-active-bg);
}
.theme-toggle__icon {
  width: 1.15rem;
  height: 1.15rem;
}
html[data-theme="dark"] .theme-toggle__icon--moon {
  display: none;
}
html[data-theme="light"] .theme-toggle__icon--sun {
  display: none;
}
.nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  min-width: 0;
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0.25rem 1.35rem;
}
.nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1rem;
  flex-shrink: 0;
  margin-left: auto;
}
.nav-login {
  color: var(--nav-login);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.35rem 0.25rem;
  transition: color 0.2s;
}
.nav-login:hover {
  color: #fff;
  text-decoration: none;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  background: var(--menu-bg);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--menu-toggle-bar);
  border-radius: 99px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav__links a {
  color: var(--nav-link);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.35rem 0;
  transition: color 0.2s;
}
.nav__links a:hover {
  color: var(--text);
  text-decoration: none;
}
.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--toggle-border);
  border-radius: 0.45rem;
  overflow: hidden;
  font-size: 0.75rem;
  background: var(--toggle-bg);
}
.lang-toggle button {
  border: none;
  background: transparent;
  color: var(--muted);
  padding: 0.4rem 0.7rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.lang-toggle button[aria-pressed="true"] {
  background: var(--toggle-active-bg);
  color: var(--accent);
}
@media (max-width: 960px) {
  .site-header {
    flex-wrap: wrap;
  }
  .logo {
    flex: 1;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .nav {
    display: none;
    order: 3;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 0.75rem 0 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.25rem;
  }
  .nav.is-open {
    display: flex;
  }
  .nav__links {
    flex-direction: column;
    gap: 0.15rem;
  }
  .nav__links a {
    border-radius: 0.5rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
  }
  .nav__links a:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .nav__actions {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    gap: 0.5rem;
    align-items: center;
  }
  .theme-toggle {
    width: 2.5rem;
  }
  .lang-toggle {
    width: 100%;
    justify-content: center;
  }
  .lang-toggle button {
    flex: 1;
    max-width: 4rem;
  }
  .nav-login {
    grid-column: 1 / -1;
    text-align: center;
    padding: 0.65rem;
    border-radius: 0.5rem;
    border: 1px solid var(--border);
  }
  .btn--nav {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

/* ---- Hero (full-bleed splash, left-aligned) ---- */
.hero--splash {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(88vh, 920px);
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  transition: background 0.25s ease;
}
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(5.5rem, 12vh, 8rem) clamp(1.25rem, 4vw, 2.5rem)
    clamp(3rem, 8vh, 4.5rem);
}
.hero__badge {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hero-badge-text);
  box-shadow: var(--surface-shadow);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.5vw, 4.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 1.25rem;
  max-width: 14ch;
  color: var(--hero-heading);
}
.hero__title-sub {
  display: block;
  margin-top: 0.2em;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--hero-subtitle);
}
.hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  color: var(--hero-lead);
  max-width: 36rem;
  margin: 0 0 1.75rem;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.btn:active {
  transform: scale(0.98);
}
.btn:hover {
  text-decoration: none;
}
.btn--primary {
  background: linear-gradient(180deg, #fb923c 0%, #ea580c 100%);
  color: #0c0a09;
  box-shadow: 0 4px 20px rgba(249, 115, 22, 0.35);
}
.btn--primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.45);
}
.btn--secondary {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  border: 1px solid var(--btn-secondary-border);
  backdrop-filter: blur(8px);
}
.btn--secondary:hover {
  background: var(--btn-secondary-hover-bg);
  border-color: var(--btn-secondary-border);
}
.btn--nav {
  padding: 0.5rem 1rem;
  border-radius: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--btn-nav-text);
  background: var(--btn-nav-bg);
  border: 1px solid var(--border);
  box-shadow: none;
}
.btn--nav:hover {
  filter: brightness(1.05);
  color: var(--btn-nav-text);
}
.btn--ghost {
  background: rgba(15, 23, 42, 0.5);
  color: var(--text);
  border: 1px solid var(--border);
}
.hero__highlights {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  max-width: 36rem;
}
.hero__highlights li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--hero-highlight);
  text-align: left;
}
.hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 8px rgba(251, 146, 60, 0.5);
}
.hero__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--hero-note);
  max-width: 36rem;
  text-align: left;
}
@media (max-width: 640px) {
  .hero__bg {
    object-position: 70% center;
  }
  .hero h1 {
    max-width: none;
  }
}

/* ---- Sections ---- */
section {
  padding: 3.5rem 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.section-lead {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}

.grid-3,
.report-grid {
  text-align: center;
}

.grid-3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  padding: 1.5rem;
  text-align: center;
}
.card__icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

/* How it works — example flow */
.section--how .section-lead {
  margin-left: auto;
  margin-right: auto;
}
.how-flow {
  margin: 0 auto 2.5rem;
  max-width: 1060px;
}
.how-flow__track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
@media (min-width: 900px) {
  .how-flow__track {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 0;
  }
}
.how-flow__node {
  flex: 1 1 220px;
  max-width: 300px;
  width: 100%;
  padding: 1.25rem 1.1rem 1.15rem;
  text-align: center;
}
.how-flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  border: none;
  background: var(--step-num-bg);
  color: var(--step-num-text);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: none;
}
.how-flow__node-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}
.how-flow__node-hint {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}
.how-flow__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.25rem 0;
  color: var(--accent);
}
.how-flow__arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.85;
}
@media (max-width: 899px) {
  .how-flow__arrow {
    transform: rotate(90deg);
  }
}
@media (min-width: 900px) {
  .how-flow__connector {
    width: 2.5rem;
    padding: 0 0.15rem;
    align-self: center;
  }
}
.how-flow__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  padding: 1rem 0.85rem;
  background: var(--surface-nested-bg);
  text-align: center;
  font-family: var(--font);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
button.how-flow__card:hover,
button.how-flow__card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--card-hover-border);
  box-shadow: var(--surface-shadow-hover);
  background: var(--surface-bg-hover);
  outline: none;
}
.how-flow__card--profile {
  cursor: default;
  text-align: left;
}
.how-flow__card--profile:hover {
  transform: none;
  box-shadow: var(--surface-shadow);
  background: var(--surface-nested-bg);
}
.how-flow__card-icon {
  font-size: 1.75rem;
  line-height: 1;
}
.how-flow__card-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}
.how-flow__card-cta {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--accent);
}
.how-flow__profile-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.how-flow__profile-quote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--text);
}
.how-flow__card--report {
  background: linear-gradient(
    180deg,
    rgba(224, 242, 254, 0.7) 0%,
    var(--surface-nested-bg) 55%
  );
}
html[data-theme="dark"] .how-flow__card--report {
  background: linear-gradient(
    180deg,
    rgba(56, 189, 248, 0.12) 0%,
    var(--surface-nested-bg) 55%
  );
}
.how-flow__report-mock {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.how-flow__report-line {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: var(--border);
}
.how-flow__report-line--wide {
  width: 88%;
  align-self: center;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
}
.how-flow__report-line--accent {
  width: 62%;
  align-self: center;
  background: rgba(251, 146, 60, 0.55);
}
.how-flow__footnote {
  margin: 1.25rem auto 0;
  max-width: 40rem;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
}

/* PDF preview modal */
.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.preview-modal[hidden] {
  display: none;
}
.preview-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
}
.preview-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.15rem;
  box-shadow: var(--surface-shadow-hover);
}
.preview-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.preview-modal__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.preview-modal__close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--bg-card);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.preview-modal__close:hover {
  border-color: var(--accent);
}
.preview-modal__note {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.preview-modal__viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  max-height: min(58vh, 520px);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #f8fafc;
}
html[data-theme="dark"] .preview-modal__viewport {
  background: #0f172a;
}
.preview-modal__viewport iframe {
  display: block;
  width: 100%;
  height: 1100px;
  border: 0;
}
.preview-modal__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to bottom, transparent, #f8fbff 88%);
  pointer-events: none;
}
html[data-theme="dark"] .preview-modal__shade {
  background: linear-gradient(to bottom, transparent, rgba(15, 23, 42, 0.96) 88%);
}
@media (max-width: 640px) {
  .preview-modal {
    padding: 0.5rem;
    align-items: flex-end;
  }
  .preview-modal__dialog {
    max-height: 94vh;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .preview-modal__viewport {
    max-height: min(70vh, 560px);
  }
}

/* Highlight band */
.band {
  margin: 2rem auto;
  width: min(1120px, calc(100% - 2rem));
  padding: 2rem 1.5rem;
  background:
    linear-gradient(135deg, rgba(251, 146, 60, 0.1), rgba(167, 139, 250, 0.08)),
    var(--surface-bg);
  text-align: center;
}
.band p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--band-text);
}
.band--highlight {
  border-color: rgba(56, 189, 248, 0.35);
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(167, 139, 250, 0.1)),
    var(--surface-bg);
}
.band__kicker {
  margin: 0 0 0.5rem !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent) !important;
}
.band__title {
  margin: 0 0 0.75rem !important;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  color: var(--text) !important;
  line-height: 1.25;
}

/* Promo video */
.section--video {
  text-align: center;
}
.section--video .section-lead {
  margin-left: auto;
  margin-right: auto;
}
.video-showcase {
  max-width: 420px;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
}
.video-showcase__player {
  margin: 0 auto;
  border-radius: calc(var(--radius) - 0.15rem);
  overflow: hidden;
  background: #0f172a;
  line-height: 0;
  width: fit-content;
}
.video-showcase__video {
  display: block;
  width: min(300px, 78vw);
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #0f172a;
}
.video-showcase__caption {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}
.video-showcase__cta {
  margin-top: 1.25rem;
}

/* Report topic cards */
.section--report {
  padding-top: 2rem;
}
.report-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .report-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .report-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module-card {
  position: relative;
  padding: 1.35rem;
  text-align: center;
}
.module-card--accent {
  border-color: var(--card-hover-border);
  background: var(--module-accent-bg);
}
.module-card .card__icon {
  margin-bottom: 0.5rem;
}
.module-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 600;
}
.module-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}
.report-footnote {
  margin: 1.5rem auto 0;
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 720px;
}

/* Contact */
#kontakt {
  padding-bottom: 4rem;
}
.jotform-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--surface-bg);
  box-shadow: var(--surface-shadow);
}
.jotform-frame {
  width: 100%;
  min-height: 980px;
  border: 0;
  background: #ffffff;
}
.jotform-fallback {
  margin: 0.9rem auto 0;
  max-width: 980px;
  color: var(--muted);
  font-size: 0.9rem;
}
.form {
  display: grid;
  gap: 1rem;
  max-width: 520px;
}
.form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #cbd5e1;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.8);
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}
.form textarea {
  min-height: 120px;
  resize: vertical;
}
.form__success {
  display: none;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: rgba(6, 78, 59, 0.35);
  box-shadow: var(--surface-shadow);
  color: #a7f3d0;
  font-size: 0.95rem;
}
.form__success.is-visible {
  display: block;
}

/* Footer */
.site-footer {
  padding: 2rem 1.5rem 3rem;
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.site-footer strong {
  color: var(--footer-strong);
}
.site-footer__logo-link {
  display: inline-block;
  margin: 0 auto 0.75rem;
  border-radius: var(--radius);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-footer__logo-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.site-footer__logo {
  display: block;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 0 auto 1rem;
  font-size: 0.9rem;
}
.site-footer__links a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}
.site-footer__links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__sep {
  color: var(--muted);
  user-select: none;
}
.site-footer__photos {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
}
.site-footer__photos a {
  color: var(--footer-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site-footer__photos a:hover {
  color: var(--accent);
}

/* Pricing */
.section--pricing {
  text-align: center;
}
.pricing-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.pricing-card--featured {
  border-color: var(--accent);
  box-shadow: var(--surface-shadow-hover);
  background: var(--surface-bg-hover);
}
.pricing-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent);
}
.pricing-card__name {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}
.pricing-card__price {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text);
}
.pricing-card__vat {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
}
.pricing-card__period {
  margin: 0.35rem 0 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.pricing-card__features {
  flex: 1;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: var(--muted);
}
.pricing-card__features li {
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
}
.pricing-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
.pricing-card__features li.pricing-card__features-item--excluded::before {
  content: "✕";
  color: #dc2626;
  font-weight: 700;
}
html[data-theme="dark"] .pricing-card__features li.pricing-card__features-item--excluded::before {
  color: #f87171;
}
.pricing-card__cta {
  width: 100%;
  margin-top: auto;
  justify-content: center;
}

/* Mobile showcase — interactive stage */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section--mobile {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  max-width: 1180px;
}
.section--mobile.reveal.is-visible .mobile-pill {
  animation: mobile-pill-in 0.55s ease backwards;
}
.section--mobile.reveal.is-visible .mobile-pill:nth-child(1) {
  animation-delay: 0.15s;
}
.section--mobile.reveal.is-visible .mobile-pill:nth-child(2) {
  animation-delay: 0.25s;
}
.section--mobile.reveal.is-visible .mobile-pill:nth-child(3) {
  animation-delay: 0.35s;
}
.section--mobile.reveal.is-visible .mobile-device {
  animation: mobile-float 5s ease-in-out infinite;
}

.mobile-stage {
  position: relative;
  text-align: center;
  padding: 2rem 1.25rem 2.25rem;
  overflow: hidden;
}
.mobile-stage__glow {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(
    ellipse 55% 45% at 50% 30%,
    rgba(56, 189, 248, 0.18),
    transparent 65%
  );
  pointer-events: none;
  animation: mobile-glow-pulse 8s ease-in-out infinite;
}
.mobile-stage__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.45;
  pointer-events: none;
}
.mobile-stage__orb--1 {
  width: 180px;
  height: 180px;
  top: 8%;
  left: 6%;
  background: var(--accent);
  animation: mobile-orb-drift 14s ease-in-out infinite;
}
.mobile-stage__orb--2 {
  width: 140px;
  height: 140px;
  bottom: 12%;
  right: 8%;
  background: var(--accent2);
  animation: mobile-orb-drift 18s ease-in-out infinite reverse;
}
.mobile-stage__header,
.mobile-demo,
.mobile-stage__note,
.mobile-stage__cta {
  position: relative;
  z-index: 1;
}
.mobile-stage__header .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.mobile-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.mobile-pill {
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text);
  border-radius: 999px;
  background: var(--surface-nested-bg);
}

.mobile-demo {
  margin-top: 2rem;
}
.mobile-demo__tabs {
  position: relative;
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: var(--surface-nested-bg);
}
.mobile-demo__tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.25s ease;
}
.mobile-demo__tab:hover {
  color: var(--text);
}
.mobile-demo__tab.is-active {
  color: var(--text);
}
.mobile-demo__tab-icon {
  font-size: 1rem;
  line-height: 1;
}
.mobile-demo__tab-indicator {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(50% - 0.15rem);
  height: calc(100% - 0.6rem);
  border-radius: 999px;
  background: var(--surface-bg-hover);
  border: 1px solid var(--surface-border);
  box-shadow: var(--surface-shadow);
  transition: transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none;
}
.mobile-demo[data-active-tab="app"] .mobile-demo__tab-indicator {
  transform: translateX(100%);
}
.mobile-demo__blurb {
  margin: 1rem auto 0;
  max-width: 32rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
  min-height: 3em;
  transition: opacity 0.3s ease;
}
.mobile-demo__blurb.is-fading {
  opacity: 0;
  transform: translateY(4px);
}
.mobile-demo__blurb {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-demo__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .mobile-demo__stage {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
  }
}

.mobile-device {
  margin: 0;
  width: min(280px, 78vw);
  perspective: 900px;
  transform-style: preserve-3d;
}
.mobile-device__slides {
  position: relative;
  width: 100%;
  transition: transform 0.35s ease;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.2));
}
html[data-theme="dark"] .mobile-device__slides {
  filter: drop-shadow(0 20px 40px rgba(2, 6, 23, 0.55));
}
.mobile-device[data-tilt-active="true"] .mobile-device__slides {
  transition: transform 0.12s ease-out;
}
.mobile-device__img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  opacity: 0;
  transform: scale(0.98) translateY(6px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-device__img.is-active {
  position: relative;
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.mobile-device__caption {
  display: block;
  margin-top: 0.85rem;
}
.mobile-device__caption-text {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
  min-height: 1.35em;
  transition: opacity 0.3s ease;
}
.mobile-device__caption-text.is-fading {
  opacity: 0;
}
.mobile-device__progress {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 3px;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  background: var(--border);
  overflow: hidden;
}
.mobile-device__progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  transition: width 0.1s linear;
}

.mobile-demo__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.mobile-thumb {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.mobile-thumb:hover {
  opacity: 0.85;
  transform: scale(1.03);
}
.mobile-thumb.is-active {
  opacity: 1;
  transform: scale(1.06);
}
.mobile-thumb img {
  display: block;
  width: 52px;
  height: auto;
  border: none;
  border-radius: 0;
}
.mobile-thumb--hidden {
  display: none;
}

.mobile-demo__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.mobile-dot {
  width: 2.25rem;
  height: 0.35rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--border);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.mobile-dot.is-active {
  width: 2.75rem;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
}
.mobile-dot:hover:not(.is-active) {
  background: rgba(56, 189, 248, 0.35);
}

.mobile-stage__note {
  margin: 2rem auto 1.25rem;
  max-width: 42rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}
.mobile-stage__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@keyframes mobile-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes mobile-glow-pulse {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes mobile-orb-drift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -18px);
  }
}
@keyframes mobile-pill-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section--mobile.reveal.is-visible .mobile-device,
  .mobile-stage__glow,
  .mobile-stage__orb {
    animation: none;
  }
  .mobile-device__img,
  .mobile-demo__blurb,
  .mobile-device__slides {
    transition: none;
  }
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
