:root {
  color-scheme: light;
  --ink: #18202f;
  --muted: #5c6678;
  --soft: #eef3f7;
  --paper: #fffdf9;
  --line: #d9e1ea;
  --blue: #2563eb;
  --blue-deep: #1d4fc4;
  --green: #0f8a68;
  --coral: #df5a47;
  --amber: #d88a16;
  --violet: #6d4cc2;
  --card-manila: #fdf6e9;
  --card-manila-line: #ecd9b4;
  --shadow: 0 18px 45px rgba(24, 32, 47, 0.14);
  --radius: 8px;
  --font-display: "Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(217, 225, 234, 0.8);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.94rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 650;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}

.button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #ffffff;
}

.button.secondary {
  background: #ffffff;
}

.button.compact {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.92rem;
}

.hero {
  position: relative;
  min-height: min(760px, 84svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #172033;
  color: #ffffff;
}

.hero.short {
  min-height: min(560px, 70svh);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.42;
  filter: saturate(1.05);
}

.hero-bg.phone-focus {
  object-position: center 34%;
  opacity: 0.39;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 21, 34, 0.86) 0%, rgba(15, 21, 34, 0.72) 42%, rgba(15, 21, 34, 0.25) 100%),
    linear-gradient(0deg, rgba(15, 21, 34, 0.38), rgba(15, 21, 34, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.light-section .eyebrow,
.band .eyebrow,
.page-section .eyebrow {
  color: var(--green);
}

h1,
h2 {
  font-family: var(--font-display);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 7vw, 5.65rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.89);
  font-size: clamp(1.06rem, 2vw, 1.35rem);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.store-badge {
  display: inline-flex;
  width: 180px;
  height: 53px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.store-badge img {
  width: 100%;
  height: 100%;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  min-height: 120px;
  padding: 28px clamp(18px, 3vw, 40px);
  background: #ffffff;
}

.trust-number {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.trust-item span:last-child {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.page-section,
.band {
  padding: clamp(58px, 9vw, 104px) clamp(18px, 4vw, 56px);
}

.page-section.narrow {
  padding-top: 46px;
}

.inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.band {
  background: #edf5f1;
}

.band.blue {
  background: #ecf3ff;
}

.band.warm {
  background: #fff3e4;
}

.level-grid,
.feature-grid,
.shot-grid,
.capability-grid,
.faq-grid,
.two-col {
  display: grid;
  gap: 22px;
}

.level-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid,
.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.two-col {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  align-items: center;
}

.card,
.feature,
.faq-item,
.capability {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 32, 47, 0.06);
}

.card {
  overflow: hidden;
}

.card-body,
.feature,
.faq-item,
.capability {
  padding: 20px;
}

.card-body p,
.feature p,
.faq-item p,
.capability p,
.copy p {
  color: var(--muted);
}

.card-body p {
  margin-top: 9px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.shot img {
  width: 100%;
  height: auto;
}

.phone-shot {
  width: min(320px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 47, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.phone-shot.wide {
  width: min(380px, 100%);
}

.caption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.feature {
  min-height: 186px;
}

.feature strong,
.capability strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(24, 32, 47, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  background: #ffffff;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.copy {
  display: grid;
  gap: 16px;
}

.copy h2,
.copy h3 {
  margin-bottom: 0;
}

.check-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 2px;
  background: var(--amber);
}

.matrix {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 32, 47, 0.06);
}

.matrix th,
.matrix td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.matrix th {
  background: #f5f8fb;
  color: var(--ink);
}

.matrix tr:last-child td {
  border-bottom: 0;
}

.matrix td {
  color: var(--muted);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  max-width: 880px;
}

.legal-layout h2,
.legal-layout h3,
.legal-layout h4 {
  margin-top: 22px;
}

.legal-layout p,
.legal-layout li {
  color: var(--muted);
}

.legal-layout ul,
.legal-layout ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.notice {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff8ed;
  color: var(--muted);
}

.form-grid {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.hidden-field {
  display: none;
}

.level-pill {
  display: inline-flex;
  min-width: 44px;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 10px;
  color: #ffffff;
  font-weight: 900;
}

.level-pill.a1 {
  background: var(--green);
}

.level-pill.b1 {
  background: var(--blue);
}

.level-pill.b2 {
  background: var(--coral);
}

.quote-band {
  padding: clamp(46px, 8vw, 84px) clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: #ffffff;
}

.quote-band .inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: center;
}

.quote-band p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 44px clamp(18px, 4vw, 56px);
  background: #121825;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.disclaimer {
  margin-top: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mini-nav a {
  border: 1px solid rgba(24, 32, 47, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 750;
  text-decoration: none;
}

.info-block {
  max-width: 820px;
  color: var(--muted);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .section-heading,
  .two-col,
  .quote-band .inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .level-grid,
  .feature-grid,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    min-height: auto;
  }

  .nav {
    gap: 10px 12px;
    font-size: 0.88rem;
  }

  .nav .button {
    width: 100%;
  }

  .hero,
  .hero.short {
    min-height: 76svh;
  }

  .hero-content {
    padding: 54px 0 70px;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(15, 21, 34, 0.9), rgba(15, 21, 34, 0.62));
  }

  .trust-row,
  .level-grid,
  .feature-grid,
  .shot-grid,
  .capability-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .matrix {
    display: block;
    overflow-x: auto;
  }

  .button {
    width: 100%;
  }

  .store-links {
    align-items: stretch;
  }

  .store-badge {
    width: min(180px, 100%);
  }
}

/* ============================================================
   v2 — landing page, guides, FAQ (2026 redesign)
   Existing components above are shared with legacy pages.
   ============================================================ */

.mono-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-deep);
}

.mono-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
}

.mono-label.plain::before {
  display: none;
}

/* --- waveform accent ------------------------------------------------ */

.wave {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 22px;
}

.wave i {
  width: 3px;
  border-radius: 2px;
  background: var(--blue);
  height: calc(22px * var(--h, 0.5));
}

.wave.light i {
  background: rgba(255, 255, 255, 0.85);
}

@media (prefers-reduced-motion: no-preference) {
  .wave.animated i {
    animation: wave-bounce 1.15s ease-in-out infinite;
    animation-delay: calc(var(--d, 0) * 1s);
    transform-origin: center;
  }

  @keyframes wave-bounce {
    0%, 100% { transform: scaleY(0.55); }
    50% { transform: scaleY(1); }
  }
}

/* --- v2 hero --------------------------------------------------------- */

.hero-v2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 88% -10%, #e4edff 0%, rgba(228, 237, 255, 0) 60%),
    radial-gradient(700px 420px at -8% 108%, #fdf0da 0%, rgba(253, 240, 218, 0) 55%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-v2 .inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 108px) 0 clamp(56px, 8vw, 96px);
}

.hero-v2 h1 {
  max-width: 640px;
  font-size: clamp(2.5rem, 5.4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.hero-v2 h1 em {
  font-style: normal;
  color: var(--blue);
}

.hero-v2 .hero-copy {
  color: var(--muted);
  max-width: 560px;
}

.hero-v2 .eyebrow {
  color: var(--blue-deep);
}

.hero-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-note strong {
  color: var(--ink);
}

/* phone + floating exam cards */

.hero-stage {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 12px 0;
}

.phone-frame {
  width: min(300px, 78vw);
  border-radius: 34px;
  border: 6px solid #101623;
  background: #101623;
  box-shadow: 0 30px 70px rgba(24, 32, 47, 0.28);
  overflow: hidden;
}

.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.sprechkarte {
  border: 1px solid var(--card-manila-line);
  border-radius: 10px;
  background: var(--card-manila);
  box-shadow: 0 14px 34px rgba(24, 32, 47, 0.16);
  padding: 14px 16px;
  max-width: 250px;
}

.sprechkarte .mono-label {
  color: #a0741f;
  font-size: 0.66rem;
}

.sprechkarte p {
  margin-top: 8px;
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.35;
}

.sprechkarte .wave {
  margin-top: 10px;
}

.hero-stage .sprechkarte {
  position: absolute;
}

.hero-stage .karte-a {
  top: 6%;
  left: max(-30px, -4vw);
  transform: rotate(-4deg);
}

.hero-stage .karte-b {
  bottom: 9%;
  right: max(-26px, -3vw);
  transform: rotate(3deg);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-stage .sprechkarte {
    transition: transform 0.25s ease;
  }

  .hero-stage .karte-a:hover { transform: rotate(-2deg) translateY(-4px); }
  .hero-stage .karte-b:hover { transform: rotate(1.5deg) translateY(-4px); }
}

/* --- how it works ---------------------------------------------------- */

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

.step-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 32, 47, 0.06);
  padding: 22px 20px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.step-card .mono-label {
  color: var(--muted);
}

.step-card h3 {
  font-size: 1.12rem;
}

.step-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

/* --- screenshots gallery --------------------------------------------- */

.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(250px, 68vw);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 4px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.gallery figure {
  margin: 0;
  scroll-snap-align: start;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(24, 32, 47, 0.12);
}

.gallery figcaption {
  padding: 10px 4px 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* --- guide cards ------------------------------------------------------ */

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

.guide-card {
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 32, 47, 0.06);
  padding: 22px 20px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.guide-card:hover {
  border-color: var(--blue);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.14);
}

@media (prefers-reduced-motion: no-preference) {
  .guide-card:hover { transform: translateY(-2px); }
}

.guide-card .mono-label {
  font-size: 0.68rem;
  color: var(--muted);
}

.guide-card h3 {
  font-size: 1.14rem;
  line-height: 1.25;
}

.guide-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.guide-card .read-more {
  margin-top: 4px;
  color: var(--blue-deep);
  font-weight: 750;
  font-size: 0.92rem;
}

/* --- FAQ accordion ----------------------------------------------------- */

.faq-acc {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.faq-acc details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(24, 32, 47, 0.05);
}

.faq-acc summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 750;
  font-size: 1.02rem;
}

.faq-acc summary::-webkit-details-marker {
  display: none;
}

.faq-acc summary::after {
  content: "+";
  flex: none;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue-deep);
  font-weight: 700;
}

.faq-acc details[open] summary::after {
  content: "–";
}

.faq-acc .faq-body {
  padding: 0 20px 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.faq-acc .learn-more {
  color: var(--blue-deep);
  font-weight: 750;
  text-decoration: none;
}

.faq-acc .learn-more:hover {
  text-decoration: underline;
}

/* --- final CTA band ----------------------------------------------------- */

.cta-final {
  background:
    radial-gradient(900px 420px at 80% -20%, rgba(37, 99, 235, 0.35) 0%, rgba(37, 99, 235, 0) 60%),
    var(--ink);
  color: #ffffff;
  padding: clamp(58px, 9vw, 104px) clamp(18px, 4vw, 56px);
}

.cta-final .inner {
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.cta-final h2 {
  max-width: 720px;
}

.cta-final p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.8);
}

.cta-final .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.cta-final .store-links {
  justify-content: center;
  margin-top: 10px;
}

/* --- footer v2 ---------------------------------------------------------- */

.footer-cols {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer-cols h4 {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.footer-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer-cols a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-cols a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  width: min(1120px, 100%);
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

/* --- guide article layout ------------------------------------------------ */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 0.88rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.breadcrumbs .sep {
  opacity: 0.6;
}

.article-hero {
  background:
    radial-gradient(900px 380px at 90% -20%, #e4edff 0%, rgba(228, 237, 255, 0) 60%),
    var(--paper);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 6vw, 64px) clamp(18px, 4vw, 56px) clamp(30px, 5vw, 52px);
}

.article-hero .inner {
  display: grid;
  gap: 16px;
  max-width: 860px;
}

.article-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  letter-spacing: -0.01em;
  max-width: 820px;
}

.article-hero .lede {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 720px;
}

.article-meta {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.article {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(240px, 300px);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: clamp(40px, 6vw, 64px) 0 clamp(52px, 7vw, 84px);
}

.article-body {
  display: grid;
  gap: 18px;
  font-size: 1.04rem;
  line-height: 1.65;
}

.article-body h2 {
  margin-top: 26px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.article-body h3 {
  margin-top: 14px;
  font-size: 1.15rem;
}

.article-body p,
.article-body li {
  color: #333d4f;
}

.article-body ul,
.article-body ol {
  margin: 0;
  padding-left: 24px;
  display: grid;
  gap: 8px;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 0.97rem;
}

.article-body th,
.article-body td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-body th {
  background: #f5f8fb;
}

.article-body tr:last-child td {
  border-bottom: 0;
}

.article-body .de {
  font-style: italic;
}

.quick-answer {
  border: 1px solid var(--card-manila-line);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background: var(--card-manila);
  padding: 18px 20px;
  display: grid;
  gap: 8px;
}

.quick-answer .mono-label {
  color: #a0741f;
}

.quick-answer p {
  color: var(--ink);
  font-size: 1rem;
}

.app-panel {
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 12px;
  background: #f2f6ff;
  padding: 22px;
  display: grid;
  gap: 14px;
}

.app-panel .mono-label {
  color: var(--blue-deep);
}

.app-panel h3 {
  margin-top: 0;
}

.app-panel ol {
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.app-panel .store-links {
  margin-top: 6px;
}

.article-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.aside-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(24, 32, 47, 0.05);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.aside-card .phone-mini {
  border-radius: 14px;
  border: 1px solid var(--line);
  width: 100%;
  height: auto;
}

.aside-card h3 {
  font-size: 1rem;
}

.aside-card p,
.aside-card li {
  color: var(--muted);
  font-size: 0.92rem;
}

.aside-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.aside-card ul a {
  color: var(--blue-deep);
  text-decoration: none;
  font-weight: 650;
}

.aside-card ul a:hover {
  text-decoration: underline;
}

.article-body .store-links {
  margin-top: 4px;
}

.article-body .store-badge {
  width: 156px;
  height: 46px;
}

/* focus visibility */

a:focus-visible,
summary:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}

/* --- responsive for v2 --------------------------------------------------- */

@media (max-width: 920px) {
  .hero-v2 .inner {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    order: -1;
    padding-top: 26px;
  }

  .hero-stage .karte-a { left: 0; }
  .hero-stage .karte-b { right: 0; }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .footer-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .steps-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .hero-stage .sprechkarte {
    max-width: 200px;
  }

  .hero-v2 .inner {
    padding-top: 30px;
  }
}
