/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: background .2s ease, border-color .2s ease, backdrop-filter .2s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.nav--scrolled {
  background: rgba(15, 31, 61, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: rgba(255,255,255,0.08);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 72px;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.nav__mark {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: linear-gradient(135deg, #2563EB 0%, #60A5FA 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset;
}
.nav__mark-inner {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
.nav__wordmark-accent { color: var(--blue-400); margin: 0 2px; }
.nav__wordmark-tld { font-weight: 500; opacity: 0.6; }
.nav__wordmark--fitcard {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0F1F3D;
}
.nav--scrolled .nav__wordmark--fitcard { color: #fff; }
.nav--scrolled .nav__logo-mark { content: url("assets/fitcard-mark-white.png"); }

/* Full lockup (with tagline) — swaps between navy & white based on nav state */
.nav__lockup {
  display: block;
  height: 40px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  object-position: left center;
  transition: opacity .25s ease;
}
.nav__lockup--white { display: none; }
.nav--scrolled .nav__lockup--navy { display: none; }
.nav--scrolled .nav__lockup--white { display: block; }
@media (max-width: 720px) {
  .nav__lockup { height: 32px; max-width: 180px; }
}

.nav__links {
  display: flex;
  gap: 4px;
  margin-left: 16px;
  flex: 1;
}
.nav__link {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: color .15s ease, background .15s ease;
}
.nav__link:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav__link--muted { color: rgba(255,255,255,0.65); }

.nav__actions { display: flex; align-items: center; gap: 12px; }
.btn-sm { padding: 9px 14px; font-size: 14px; border-radius: 8px; }

.nav__burger {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 8px;
  width: 38px;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.nav__burger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.nav__mobile {
  display: none;
  background: var(--navy-900);
  padding: 16px 24px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-direction: column;
  gap: 4px;
}
.nav__mobile-link {
  color: rgba(255,255,255,0.85);
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 920px) {
  .nav__links, .nav__actions { display: none; }
  .nav__burger { display: flex; }
  .nav__mobile { display: flex; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  background: var(--navy-800);
  color: #fff;
  padding-top: 32px;
  padding-bottom: 120px;
  overflow: hidden;
  isolation: isolate;
}
.hero__photo {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1593079831268-3381b0db4a77?w=2000&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: 70% 45%;
  filter: grayscale(10%) contrast(1.05) brightness(1);
  opacity: 1;
}
.hero__photo-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,23,48,0.97) 0%, rgba(10,23,48,0.85) 28%, rgba(10,23,48,0.35) 55%, rgba(10,23,48,0.15) 100%),
    linear-gradient(180deg, rgba(10,23,48,0.35) 0%, rgba(10,23,48,0) 25%, rgba(10,23,48,0) 65%, rgba(10,23,48,0.9) 100%);
}

/* ============ LIFESTYLE ============ */
.lifestyle {
  background: var(--navy-900);
  padding: 96px 0;
  position: relative;
}
.lifestyle__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}
.lifestyle__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(191, 211, 255, 0.85);
}
.lifestyle__label-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #60A5FA;
  box-shadow: 0 0 0 3px rgba(96,165,250,0.22);
}
.lifestyle__locations {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
.lifestyle__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lifestyle__card {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(96, 165, 250, 0.14);
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.6);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.lifestyle__card--0 { transform: translateY(20px); }
.lifestyle__card--1 { transform: translateY(-12px); }
.lifestyle__card--2 { transform: translateY(28px); }
.lifestyle__card:hover { transform: translateY(-6px); }
.lifestyle__card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: grayscale(20%) contrast(1.05) brightness(0.78);
}
.lifestyle__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,20,60,0.45) 0%, rgba(0,20,60,0.55) 50%, rgba(10,23,48,0.92) 100%);
  pointer-events: none;
}
.lifestyle__caption {
  position: absolute;
  left: 18px; bottom: 18px;
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-size: 14px; font-weight: 600;
}
.lifestyle__caption-num {
  font-size: 11px;
  color: #BFD3FF;
  letter-spacing: 0.08em;
  background: rgba(96,165,250,0.18);
  border: 1px solid rgba(96,165,250,0.32);
  padding: 3px 7px;
  border-radius: 4px;
}
@media (max-width: 820px) {
  .lifestyle__grid { grid-template-columns: 1fr; }
  .lifestyle__card { transform: none !important; aspect-ratio: 16 / 9; }
}

/* ============ STANDORTE ============ */
.standorte {
  background: var(--navy-900);
  color: #fff;
  padding: 96px 0;
  position: relative;
}
.standorte__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.16);
}
.standorte__intro h2 { color: #fff; }
.standorte__intro .lead { color: rgba(255,255,255,0.7); }
.standorte__intro .eyebrow { color: #BFD3FF; }
.standorte__count {
  display: flex;
  align-items: center;
  gap: 16px;
}
.standorte__count-num {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #60A5FA 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.standorte__count-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

.standorte__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.studio {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 20px;
  padding: 24px 28px;
  background: rgba(96, 165, 250, 0.04);
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 12px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.studio:hover {
  background: rgba(96, 165, 250, 0.08);
  border-color: rgba(96, 165, 250, 0.32);
  transform: translateY(-1px);
}
.studio__num {
  font-size: 13px;
  font-weight: 600;
  color: rgba(96, 165, 250, 0.7);
  letter-spacing: 0.05em;
  padding-top: 4px;
}
.studio__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.studio__name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.012em;
  line-height: 1.2;
}
.studio__plz {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}
.studio__buy {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #60A5FA;
  letter-spacing: 0.01em;
  align-self: flex-start;
  transition: color .15s ease, gap .15s ease;
}
a.studio.studio--link:hover .studio__buy {
  color: #fff;
  gap: 10px;
}

.standorte__note {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.standorte__note-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #60A5FA;
  box-shadow: 0 0 0 3px rgba(96,165,250,0.2);
  animation: standortePulse 2.4s ease-in-out infinite;
}
@keyframes standortePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(96,165,250,0.2); }
  50% { box-shadow: 0 0 0 7px rgba(96,165,250,0); }
}

@media (max-width: 720px) {
  .standorte { padding: 64px 0; }
  .standorte__head {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .standorte__grid { grid-template-columns: 1fr; }
  .studio { padding: 18px 20px; gap: 14px; }
  .studio__name { font-size: 18px; }
  .studio__body { gap: 4px; }
  .standorte__search { max-width: 100% !important; width: 100%; }
}

/* Studio as link */
a.studio.studio--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
a.studio.studio--link:hover {
  background: rgba(96,165,250,0.08);
  border-color: rgba(96,165,250,0.4);
  transform: translateY(-1px);
}
.studio__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #BFD3FF;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .15s ease, transform .15s ease, color .15s ease;
  white-space: nowrap;
}
a.studio.studio--link:hover .studio__cta {
  opacity: 1;
  transform: translateX(0);
  color: #fff;
}
@media (max-width: 720px) {
  .studio__cta { opacity: 1; transform: none; font-size: 12px; }
  .studio__cta-text { display: none; }
}

/* Search + empty state */
.studio__plz--legacy {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
.standorte__search {
  position: relative;
  margin: 32px auto 24px;
  max-width: 480px;
  width: 100%;
}
.standorte__search-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px 12px 46px;
  font-size: 16px;
  border-radius: 12px;
  border: 1.5px solid #d0d5dd;
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.standorte__search-icon {
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.5);
  pointer-events: none;
  display: grid; place-items: center;
}
.standorte__search-input {
  width: 100%;
  padding: 14px 16px 14px 46px;
  font-size: 16px;
  color: #fff;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid #d0d5dd;
  border-radius: 12px;
  font-family: inherit;
  height: 48px;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.standorte__search-input {
  width: 100%;
  padding: 14px 16px 14px 46px;
  font-size: 16px;
  color: #fff;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid #d0d5dd;
  border-radius: 12px;
  font-family: inherit;
  height: 48px;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.standorte__search-input::placeholder { color: rgba(255,255,255,0.45); }
.standorte__search-input:focus {
  outline: none;
  border-color: #60A5FA;
  background: rgba(96,165,250,0.08);
  box-shadow: 0 0 0 3px rgba(96,165,250,0.18);
}
.standorte__empty {
  padding: 32px 28px;
  background: rgba(96, 165, 250, 0.04);
  border: 1px dashed rgba(96, 165, 250, 0.28);
  border-radius: 12px;
  text-align: center;
}
.standorte__empty-link {
  color: #BFD3FF;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 15px;
  font-weight: 500;
}
.standorte__empty-link:hover { color: #fff; }

/* Studio-Anfrage */
.studio-anfrage {
  background: var(--bg);
  padding: 96px 0;
}
.anfrage__form {
  margin: 48px auto 0;
  max-width: 980px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.anfrage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.anfrage__col { display: flex; flex-direction: column; gap: 16px; }
.anfrage__col-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-600);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.anfrage__field { display: flex; flex-direction: column; gap: 6px; }
.anfrage__field input,
.anfrage__field textarea,
.anfrage__field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line, #E5E7EB);
  border-radius: var(--radius, 10px);
  font-family: inherit;
  font-size: 15px;
  color: var(--ink-900, #0F172A);
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.anfrage__field input:focus,
.anfrage__field textarea:focus {
  outline: none;
  border-color: var(--blue-500, #3B82F6);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
}
.anfrage__field .pform__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-700, #475569);
  letter-spacing: -0.005em;
  display: block;
  margin-bottom: 6px;
}
.anfrage__submit {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.anfrage__hint {
  font-size: 13px;
  color: var(--ink-500, #6b7280);
  margin: 0;
  max-width: 600px;
  line-height: 1.5;
}
.anfrage__sent {
  margin: 48px auto 0;
  max-width: 560px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 56px 36px;
  text-align: center;
}
.anfrage__sent-check {
  width: 56px; height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ECFDF5;
  color: #059669;
  display: grid; place-items: center;
}
.anfrage__sent-title { font-size: 22px; font-weight: 700; color: var(--ink-900); margin-bottom: 8px; }
.anfrage__sent-sub { font-size: 15px; color: var(--ink-700); }

@media (max-width: 720px) {
  .studio-anfrage { padding: 64px 0; }
  .anfrage__form { padding: 24px; }
  .anfrage__grid { grid-template-columns: 1fr !important; gap: 28px; }
  .anfrage__col { width: 100%; }
  .anfrage__field { display: flex !important; flex-direction: column !important; gap: 6px !important; width: 100%; }
  .anfrage__field .pform__label { display: block !important; width: 100% !important; margin-bottom: 6px; }
  .anfrage__field input,
  .anfrage__field textarea,
  .anfrage__field select { width: 100% !important; box-sizing: border-box; }
  .standorte__search { max-width: 100%; }
}
.how__step--photo {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}
.how__step--photo::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1593079831268-3381b0db4a77?w=900&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  filter: grayscale(50%) brightness(0.55);
  z-index: -2;
  border-radius: 10px;
}
.how__step--photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,31,61,0.55) 0%, rgba(10,23,48,0.92) 100%);
  z-index: -1;
  border-radius: 10px;
}
.how__step--photo:hover, .how__step--photo.how__step--active { background: transparent; }
.how__step--photo .how__step-title { color: #fff; }
.how__step--photo .how__step-desc { color: rgba(255,255,255,0.85); }
.how__step--photo .how__step-detail {
  color: rgba(255,255,255,0.7);
  border-top-color: rgba(255,255,255,0.15);
}
.how__step--photo .how__step-num > span:first-child {
  background: rgba(96,165,250,0.2); color: #BFD3FF;
}
.how__step--photo.how__step--active .how__step-num > span:first-child,
.how__step--photo.how__step--done .how__step-num > span:first-child {
  background: var(--blue-600); color: #fff;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  mask-image: radial-gradient(ellipse 80% 60% at 60% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 60% 30%, #000 30%, transparent 75%);
}
.hero__glow {
  position: absolute;
  width: 60vw;
  height: 60vw;
  max-width: 900px;
  max-height: 900px;
  right: -10%;
  top: -20%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, rgba(37,99,235,0) 60%);
  filter: blur(20px);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  padding-top: 40px;
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  background: rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 999px;
  font-size: 13px;
  color: #BFD3FF;
  margin-bottom: 28px;
}
.hero__pill-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #60A5FA;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.25);
}

.hero__h1 {
  color: #fff;
  margin-bottom: 24px;
}
.hero__h1-accent {
  background: linear-gradient(120deg, #60A5FA 0%, #93C5FD 60%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__sub {
  color: rgba(255,255,255,0.78);
  font-size: 19px;
  line-height: 1.55;
  max-width: 540px;
  margin-bottom: 36px;
  text-wrap: pretty;
}
.hero__sub strong { color: #fff; font-weight: 600; }

.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.btn-lg { padding: 16px 26px; font-size: 16px; border-radius: 12px; }
.btn-xl { padding: 20px 32px; font-size: 17px; border-radius: 14px; }

.hero__meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}
.hero__meta-item {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.7);
}
.hero__meta-item svg { color: #60A5FA; }

/* ============ HERO VISUAL — Card Stack v2 ============ */
.hero__visual {
  position: relative;
  perspective: 1600px;
}
.vstack {
  position: relative;
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  transform-style: preserve-3d;
}

/* Email notification — clean, minimal */
.email-notif {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(15, 31, 61, 0.6);
  border: 1px solid rgba(96, 165, 250, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 12px 14px;
  width: 78%;
  margin-left: auto;
  margin-bottom: -28px;
  margin-right: -8px;
  z-index: 5;
  box-shadow: 0 18px 36px -16px rgba(0,0,0,0.5);
  animation: notifIn .6s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: 250ms;
}
@keyframes notifIn {
  from { transform: translateY(-12px) translateX(20px); opacity: 0; }
}
.email-notif__icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(96, 165, 250, 0.16);
  color: #BFD3FF;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.email-notif__body { flex: 1; min-width: 0; }
.email-notif__title { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: -0.005em; }
.email-notif__check { color: #60A5FA; margin-left: 4px; }
.email-notif__meta { color: rgba(255,255,255,0.55); font-size: 11px; margin-top: 2px; font-feature-settings: "tnum"; }
.email-notif__pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #60A5FA;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.6);
  animation: notifPulse 2s ease-in-out infinite;
}
@keyframes notifPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.6); }
  50% { box-shadow: 0 0 0 6px rgba(96, 165, 250, 0); }
}

/* Card stack wrapper */
.vcard-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1.586 / 1;   /* credit-card ratio */
  margin: 0 auto;
  perspective: 1400px;
  z-index: 3;
}

/* Stack back cards */
.vcard-stack__back {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #1B3060 0%, #0F2249 60%, #0A1730 100%);
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.6), 0 0 0 1px rgba(96,165,250,0.12) inset;
  transform-origin: 50% 100%;
  animation: backIn 1s cubic-bezier(.2,.8,.2,1) both;
}
.vcard-stack__back--1 {
  transform: translate(18px, 14px) rotate(3deg) scale(0.97);
  opacity: 0.85;
  z-index: 1;
  animation-delay: 100ms;
}
.vcard-stack__back--2 {
  transform: translate(34px, 28px) rotate(6deg) scale(0.93);
  opacity: 0.55;
  z-index: 0;
  animation-delay: 0ms;
}
@keyframes backIn { from { opacity: 0; transform: translate(0, 0) rotate(0); } }

/* THE CARD */
.vcard {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  padding: 26px 28px 24px;
  color: #fff;
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(96, 165, 250, 0.30) 0%, rgba(96,165,250,0) 55%),
    radial-gradient(ellipse 100% 80% at 0% 100%, rgba(37, 99, 235, 0.25) 0%, rgba(37,99,235,0) 55%),
    linear-gradient(135deg, #1F3A6E 0%, #15295A 50%, #0A1730 100%);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.22) inset,
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 40px 80px -25px rgba(5, 12, 30, 0.85),
    0 18px 40px -15px rgba(37, 99, 235, 0.45);
  overflow: hidden;
  z-index: 2;
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  display: flex;
  flex-direction: column;
  cursor: default;
  animation: cardIn 1.1s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: 200ms;
  will-change: transform;
}
@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(30px) rotateX(-12deg) rotateY(-6deg);
  }
}
.vcard--hover {
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.45) inset,
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 50px 100px -20px rgba(5, 12, 30, 0.9),
    0 24px 60px -15px rgba(37, 99, 235, 0.6);
}

.vcard__foil {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.85;
  transition: background .15s ease;
}
.vcard__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: background .15s ease;
}
.vcard__guilloche {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  mask-image: linear-gradient(135deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
}

.vcard__edge {
  position: absolute; inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.18) 100%);
  mix-blend-mode: overlay;
}

/* Top row */
.vcard__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vcard__logo { display: flex; align-items: center; gap: 10px; }
.vcard__logo-mark {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #60A5FA, #2563EB);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18) inset, 0 4px 12px -2px rgba(37,99,235,0.5);
}
.vcard__logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.vcard__logo-fp { font-size: 15px; font-weight: 800; letter-spacing: 0.04em; color: #fff; }
.vcard__logo-sub { font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(191, 211, 255, 0.75); }

.vcard__chip {
  width: 36px; height: 28px;
  border-radius: 5px;
  background: linear-gradient(135deg, #D4B968 0%, #F5DC92 25%, #B89B4E 55%, #E8CB7A 85%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 4px 5px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.18) inset, 0 1px 2px rgba(0,0,0,0.4);
}
.vcard__chip-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.45), rgba(0,0,0,0.18));
  border-radius: 1px;
}

/* Center voucher hierarchy */
.vcard__voucher {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vcard__voucher-kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(191, 211, 255, 0.75);
  font-weight: 600;
}
.vcard__voucher-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  background: linear-gradient(180deg, #FFFFFF 0%, #DCE8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 12px rgba(96,165,250,0.30);
}
.vcard__voucher-meta {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
}

/* Center amount (legacy — kept for safety) */
.vcard__amount {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: auto;
  margin-bottom: 4px;
}
.vcard__currency {
  font-size: 32px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
  letter-spacing: -0.02em;
}
.vcard__value {
  font-size: 84px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  background: linear-gradient(180deg, #FFFFFF 0%, #DCE8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 12px rgba(96,165,250,0.35);
}
.vcard__period {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-top: 18px;
  margin-left: 6px;
  font-weight: 500;
}
.vcard__caption {
  position: relative;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(191, 211, 255, 0.75);
  margin-bottom: 18px;
  font-weight: 600;
}

/* Bottom row */
.vcard__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.vcard__code {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.vcard__valid { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.vcard__valid-label {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 2px;
}
.vcard__valid-date { font-size: 14px; font-weight: 600; color: #fff; letter-spacing: 0.02em; }

/* Counter widget — replaces savings bar */
.counter-widget {
  position: relative;
  margin-top: 20px;
  margin-left: 0;
  width: 100%;
  background: rgba(15, 31, 61, 0.7);
  border: 1px solid rgba(96, 165, 250, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 16px 18px;
  z-index: 4;
  box-shadow: 0 24px 40px -18px rgba(0,0,0,0.55);
  animation: notifIn .7s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: 500ms;
}
.counter-widget__head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.counter-widget__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #60A5FA;
  box-shadow: 0 0 0 3px rgba(96,165,250,0.22);
}
.counter-widget__label { font-size: 11px; color: rgba(255,255,255,0.65); font-weight: 500; letter-spacing: 0.01em; }
.counter-widget__value {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 12px;
}
.counter-widget__currency { font-size: 18px; color: rgba(255,255,255,0.6); font-weight: 500; }
.counter-widget__num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 0%, #BFD3FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-sans);
  line-height: 1;
}
.counter-widget__foot { display: flex; align-items: flex-end; gap: 12px; justify-content: space-between; }
.counter-widget__bars { display: flex; align-items: flex-end; gap: 2px; height: 18px; flex: 1; }
.counter-widget__bar {
  flex: 1;
  height: 30%;
  background: linear-gradient(180deg, #60A5FA, #2563EB);
  border-radius: 1px;
  opacity: 0.85;
  animation: barRise .9s cubic-bezier(.2,.8,.2,1) both;
}
.counter-widget__bars .counter-widget__bar:nth-child(1) { height: 22%; }
.counter-widget__bars .counter-widget__bar:nth-child(2) { height: 35%; }
.counter-widget__bars .counter-widget__bar:nth-child(3) { height: 48%; }
.counter-widget__bars .counter-widget__bar:nth-child(4) { height: 38%; }
.counter-widget__bars .counter-widget__bar:nth-child(5) { height: 55%; }
.counter-widget__bars .counter-widget__bar:nth-child(6) { height: 70%; }
.counter-widget__bars .counter-widget__bar:nth-child(7) { height: 60%; }
.counter-widget__bars .counter-widget__bar:nth-child(8) { height: 78%; }
.counter-widget__bars .counter-widget__bar:nth-child(9) { height: 90%; }
.counter-widget__bars .counter-widget__bar:nth-child(10) { height: 72%; }
.counter-widget__bars .counter-widget__bar:nth-child(11) { height: 88%; }
.counter-widget__bars .counter-widget__bar:nth-child(12) { height: 100%; }
@keyframes barRise { from { transform: scaleY(0); transform-origin: bottom; opacity: 0; } }
.counter-widget__sub { font-size: 11px; color: rgba(255,255,255,0.6); white-space: nowrap; }
.counter-widget__sub span { color: rgba(255,255,255,0.4); }

@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; padding-top: 24px; }
  .hero__visual { display: flex; justify-content: center; }
  .vstack { width: 100%; max-width: 460px; margin: 0 auto; }
  .email-notif { width: 80%; margin-right: 0; }
  .counter-widget { margin-left: 0; width: 75%; }
}
@media (max-width: 540px) {
  .hero { padding-bottom: 80px; }
  .hero__photo { background-position: center 35%; opacity: 0.55; }
  .hero__photo-veil {
    background:
      linear-gradient(180deg, rgba(10,23,48,0.88) 0%, rgba(10,23,48,0.72) 35%, rgba(10,23,48,0.92) 80%, rgba(10,23,48,1) 100%);
  }
  .hero__pill { font-size: 12px; padding: 7px 12px 7px 10px; margin-bottom: 20px; }
  .hero__sub { font-size: 16px; margin-bottom: 24px; }
  .hero__ctas { gap: 10px; }
  .btn-lg { padding: 14px 20px; font-size: 15px; width: 100%; justify-content: center; }
  .hero__meta { gap: 14px; font-size: 12px; }
  .vcard { padding: 22px 22px 20px; border-radius: 18px; }
  .vcard__value { font-size: 64px; }
  .vcard__currency { font-size: 26px; margin-top: 8px; }
  .vstack { gap: 16px; }
  .email-notif, .counter-widget { width: 100%; }
}

/* ============ TRUST ============ */
.trust {
  background: var(--bg);
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--line);
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
}
.trust__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 32px;
  border-right: 1px solid var(--line);
}
.trust__item:last-child { border-right: none; }
.trust__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--blue-50);
  color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust__value {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-900);
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-feature-settings: "tnum";
}
.trust__unit { font-size: 14px; font-weight: 500; color: var(--ink-500); }
.trust__label { font-size: 13px; color: var(--ink-500); margin-top: 2px; }

.trust__logos { display: flex; align-items: center; gap: 32px; margin-top: 36px; }
.trust__logos-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink-400); font-weight: 600; flex-shrink: 0;
}
.trust__logos-row { display: flex; gap: 32px; flex-wrap: wrap; flex: 1; align-items: center; }
.trust__logo {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink-400);
  font-family: var(--font-sans);
  filter: grayscale(100%);
  opacity: 0.75;
  transition: opacity .15s ease;
}
.trust__logo:hover { opacity: 1; }

@media (max-width: 820px) {
  .trust__grid { grid-template-columns: 1fr; }
  .trust__item { border-right: none; border-bottom: 1px solid var(--line); }
  .trust__item:last-child { border-bottom: none; }
  .trust__logos { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ============ HOW ============ */
.how { background: var(--bg-soft); }
.how__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 8px;
  position: relative;
}
.how__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 28px 24px 24px;
  background: transparent;
  border: none;
  border-radius: var(--radius);
  transition: background .25s ease;
  position: relative;
  cursor: pointer;
}
.how__step:hover, .how__step--active { background: var(--bg-soft); }
.how__step-num {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  color: var(--blue-600);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
}
.how__step-num > span:first-child {
  background: var(--blue-50);
  color: var(--blue-600);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  transition: background .25s ease, color .25s ease;
}
.how__step--active .how__step-num > span:first-child,
.how__step--done .how__step-num > span:first-child {
  background: var(--blue-600);
  color: #fff;
}
.how__step-arrow {
  flex: 1;
  height: 2px;
  margin: 0 12px;
  color: var(--line);
  display: block;
}
.how__step-arrow svg { display: block; }
.how__step--done + .how__step .how__step-num > span:first-child { background: var(--blue-600); color: #fff; }
.how__step-title { font-size: 18px; margin-bottom: 8px; }
.how__step-desc { font-size: 14px; color: var(--ink-700); margin-bottom: 12px; }
.how__step-detail {
  font-size: 13px;
  color: var(--ink-500);
  padding-top: 12px;
  border-top: 1px solid var(--line);
  line-height: 1.5;
}

.how__progress { display: flex; gap: 6px; justify-content: center; margin-top: 24px; }
.how__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--line); transition: background .2s, width .2s; }
.how__dot--active { background: var(--blue-600); width: 24px; border-radius: 3px; }

@media (max-width: 880px) {
  .how__track { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .how__track { grid-template-columns: 1fr; }
}

/* ============ COMPARISON ============ */
.vergleich { background: var(--bg); }
.cmp {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.cmp__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
.cmp__head-cell { padding: 28px 24px; border-right: 1px solid var(--line); }
.cmp__head-cell:last-child { border-right: none; }
.cmp__head-cell--label { background: #fff; }
.cmp__head-cell--a { background: rgba(37, 99, 235, 0.04); border-top: 3px solid var(--blue-600); padding-top: 25px; }
.cmp__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.cmp__badge--good { background: var(--blue-600); color: #fff; }
.cmp__badge--neutral { background: var(--ink-700); color: #fff; opacity: 0.6; }
.cmp__head-title { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 4px; }
.cmp__head-sub { font-size: 13px; color: var(--ink-500); }

.cmp__body { display: grid; }
.cmp__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid var(--line-2);
}
.cmp__row:last-child { border-bottom: none; }
.cmp__row--bold .cmp__cell { font-weight: 600; }
.cmp__row--highlight {
  background: linear-gradient(90deg, transparent 0%, rgba(37,99,235,0.04) 30%, rgba(37,99,235,0.06) 100%);
}
.cmp__cell {
  padding: 18px 24px;
  font-size: 15px;
  color: var(--ink-900);
  border-right: 1px solid var(--line-2);
  display: flex;
  align-items: center;
}
.cmp__cell:last-child { border-right: none; }
.cmp__cell--label { flex-direction: column; align-items: flex-start; color: var(--ink-700); }
.cmp__cell--a { background: rgba(37, 99, 235, 0.025); }
.cmp__hint { font-size: 12px; color: var(--ink-400); margin-top: 4px; }
.cmp__cell--neg { color: var(--ink-500); }

.cmp__summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  background: var(--navy-800);
  color: #fff;
  padding: 28px;
  align-items: center;
}
.cmp__summary-item { padding: 4px 24px; }
.cmp__summary-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); margin-bottom: 6px; }
.cmp__summary-value { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.cmp__summary-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.12); }
.cmp__summary-item--accent .cmp__summary-value { color: #60A5FA; }

.cmp__legal {
  margin-top: 16px;
  font-size: 12px;
  color: var(--ink-400);
}

@media (max-width: 820px) {
  .cmp__head, .cmp__row { grid-template-columns: 1fr 1fr; }
  .cmp__head-cell--label, .cmp__cell--label { grid-column: 1 / -1; border-right: none; padding-bottom: 8px; padding-top: 16px; background: var(--bg-soft); }
  .cmp__summary { grid-template-columns: 1fr; gap: 16px; }
  .cmp__summary-divider { width: 100%; height: 1px; }
  .cmp__summary-item { padding: 0; }
}

/* ============ CALCULATOR ============ */
.calc { background: var(--bg-soft); }
.calc__shell {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.calc__legal { font-size: 12px; color: var(--ink-400); margin-top: 24px; max-width: 420px; }

.calc__panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.calc__field { margin-bottom: 28px; }
.calc__field:last-child { margin-bottom: 0; }
.calc__field-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.calc__field-head label, .calc__field-label {
  font-size: 13px; font-weight: 600; color: var(--ink-700); letter-spacing: -0.005em;
}
.calc__field-value { font-size: 18px; font-weight: 700; color: var(--blue-600); }
.calc__field-foot { display: flex; justify-content: space-between; font-size: 11px; color: var(--ink-400); margin-top: 6px; }

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: var(--bg-cool);
  border-radius: 999px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  background: #fff;
  border: 2px solid var(--blue-600);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(37,99,235,0.3);
  transition: transform .12s ease;
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.1); }
input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px;
  background: #fff;
  border: 2px solid var(--blue-600);
  border-radius: 50%;
  cursor: pointer;
}

.calc__amounts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.calc__amount {
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-700);
  font-family: var(--font-mono);
  transition: all .15s ease;
}
.calc__amount:hover { border-color: var(--ink-700); }
.calc__amount--active {
  background: var(--blue-600);
  color: #fff;
  border-color: var(--blue-600);
  box-shadow: 0 4px 10px -3px rgba(37,99,235,0.45);
}

.calc__results { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 20px; }
.calc__result-divider { height: 1px; background: var(--line-2); }
.calc__result-label { font-size: 13px; color: var(--ink-500); display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.calc__result-value { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink-900); line-height: 1; }
.calc__result-value--strike { text-decoration: line-through; color: var(--ink-400); font-size: 22px; }
.calc__result-sub { font-size: 12px; color: var(--ink-500); margin-top: 4px; }
.calc__result--save { background: var(--navy-800); color: #fff; padding: 20px; border-radius: var(--radius); margin-top: 4px; }
.calc__result--save .calc__result-label { color: rgba(255,255,255,0.7); }
.calc__result--save .calc__result-value { color: #60A5FA; font-size: 36px; }
.calc__result--save .calc__result-sub { color: rgba(255,255,255,0.5); }
.calc__save-dot { width: 8px; height: 8px; border-radius: 50%; background: #60A5FA; box-shadow: 0 0 0 3px rgba(96,165,250,0.25); }

@media (max-width: 920px) {
  .calc__shell { grid-template-columns: 1fr; gap: 40px; }
}

/* ============ FAQ ============ */
.faq { background: var(--bg); }
.faq__container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.faq__intro { position: sticky; top: 100px; }
.faq__mail { color: var(--blue-600); border-bottom: 1px solid currentColor; }
.faq__list { display: grid; gap: 4px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 4px;
  background: transparent;
  border: none;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.faq__q-num { font-size: 12px; color: var(--ink-400); width: 28px; flex-shrink: 0; }
.faq__q-text { font-size: 17px; font-weight: 600; color: var(--ink-900); flex: 1; letter-spacing: -0.01em; }
.faq__q-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-700);
  flex-shrink: 0;
  transition: transform .25s ease, background .15s ease;
}
.faq__item--open .faq__q-icon { transform: rotate(180deg); background: var(--blue-600); color: #fff; }
.faq__a-wrap { display: grid; transition: grid-template-rows .3s ease; }
.faq__a-inner { overflow: hidden; }
.faq__a { padding: 0 4px 24px 48px; color: var(--ink-700); font-size: 15px; line-height: 1.6; max-width: 640px; }

@media (max-width: 900px) {
  .faq__container { grid-template-columns: 1fr; gap: 40px; }
  .faq__intro { position: static; }
}

/* ============ FINAL CTA ============ */
.finalcta {
  position: relative;
  background: var(--navy-800);
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.finalcta__bg { position: absolute; inset: 0; z-index: 0; }
.finalcta__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 75%);
}
.finalcta__glow {
  position: absolute;
  width: 80vw; height: 80vw;
  max-width: 900px; max-height: 900px;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(37,99,235,0.4) 0%, rgba(37,99,235,0) 60%);
  filter: blur(20px);
}

.finalcta__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.finalcta__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 999px;
  font-size: 13px;
  color: #BFD3FF;
  margin-bottom: 32px;
}
.finalcta__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #60A5FA; box-shadow: 0 0 0 3px rgba(96,165,250,0.3); }
.finalcta__h2 { color: #fff; margin-bottom: 24px; font-size: clamp(36px, 4.5vw, 56px); }
.finalcta__accent {
  background: linear-gradient(120deg, #60A5FA 0%, #BFD3FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.finalcta__sub { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 560px; margin: 0 auto 40px; }
.finalcta__ctas { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.finalcta__meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
}
.finalcta__meta-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.3); }

/* ============ FOOTER ============ */
.footer { background: var(--navy-900); color: rgba(255,255,255,0.7); }
.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 64px;
  padding: 64px 0 48px;
}
.footer__logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 16px; }
.footer__lockup {
  display: block;
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 720px) {
  .footer__lockup { height: 52px; }
}
.footer__mark {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: linear-gradient(135deg, #2563EB 0%, #60A5FA 100%);
  display: inline-flex; align-items: center; justify-content: center;
}
.footer__mark > span { width: 8px; height: 8px; background: #fff; border-radius: 2px; transform: rotate(45deg); }
.footer__tagline { font-size: 14px; margin-top: 16px; max-width: 320px; line-height: 1.55; color: rgba(255,255,255,0.65); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__col { display: flex; flex-direction: column; gap: 8px; }
.footer__col-title { color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.005em; }
.footer__col a, .footer__col span { font-size: 14px; color: rgba(255,255,255,0.6); }
.footer__col a:hover { color: #fff; }

.footer__disclaimer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  background: rgba(0,0,0,0.18);
}
.footer__disclaimer p {
  font-size: 11.5px;
  line-height: 1.65;
  color: rgba(186, 211, 255, 0.55);
  margin: 0;
  max-width: 980px;
}
.footer__bar { border-top: 1px solid rgba(255,255,255,0.08); }
.footer__bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 13px;
}
.footer__bar-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer__bar-links a { color: rgba(255,255,255,0.6); transition: color 120ms ease; }
.footer__bar-links a:hover { color: #fff; }

.footer__note {
  padding: 12px 0 20px;
}
.footer__note p {
  font-size: 11.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
  margin: 0;
  max-width: 980px;
  font-weight: 400;
  text-wrap: pretty;
}
@media (max-width: 820px) {
  .footer__bar-links { gap: 16px 20px; justify-content: center; }
  .footer__note { padding: 4px 0 18px; text-align: center; }
}

@media (max-width: 820px) {
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__bar-inner { flex-direction: column; gap: 12px; }
}

/* ============ MODAL ============ */
.modal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(10, 23, 48, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: modalIn .2s ease;
}
@keyframes modalIn { from { opacity: 0; } to { opacity: 1; } }
.modal__panel {
  background: #fff;
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(0,0,0,0.5);
  animation: panelIn .25s cubic-bezier(.2,.8,.2,1);
}
@keyframes panelIn { from { transform: translateY(20px) scale(0.97); opacity: 0; } }
.modal__close {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: none;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-700);
  z-index: 1;
  transition: background .15s ease;
}
.modal__close:hover { background: var(--bg-cool); }

.modal__progress {
  display: flex;
  gap: 12px;
  padding: 24px 32px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.modal__progress-step {
  display: flex; align-items: center; gap: 6px;
  color: var(--ink-400);
}
.modal__progress-step span:first-child {
  width: 22px; height: 22px;
  background: var(--bg-cool);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  font-weight: 600;
}
.modal__progress-step--done span:first-child { background: var(--blue-50); color: var(--blue-600); }
.modal__progress-step--active span:first-child { background: var(--blue-600); color: #fff; }
.modal__progress-step--active { color: var(--ink-900); font-weight: 600; }

.modal__step { padding: 28px 32px 32px; }
.modal__step--success { padding: 40px 32px 32px; text-align: center; }
.modal__title { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.modal__sub { font-size: 14px; color: var(--ink-500); margin-bottom: 24px; }

.modal__field { margin-bottom: 22px; }
.modal__field-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.modal__field-head label, .modal__field-label { font-size: 13px; font-weight: 600; color: var(--ink-700); }
.modal__field-value { font-size: 15px; font-weight: 700; color: var(--blue-600); }
.modal__field-label { display: block; margin-bottom: 10px; }
.modal__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.modal__chip {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-700);
  font-family: var(--font-mono);
  transition: all .15s ease;
  flex: 1;
  min-width: 70px;
}
.modal__chip--active {
  background: var(--blue-600); color: #fff; border-color: var(--blue-600);
}

.modal__summary {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 24px;
  font-size: 14px;
}
.modal__summary-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; color: var(--ink-700); }
.modal__summary-row--total {
  font-weight: 700; color: var(--ink-900); font-size: 16px;
  border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px;
}

.modal__form { display: grid; gap: 16px; margin-bottom: 24px; }
.modal__input label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-700); margin-bottom: 6px; }
.modal__input input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink-900);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.modal__input input:focus {
  outline: none;
  border-color: var(--blue-600);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.modal__input--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal__input--row > div { width: 100%; }

.modal__actions {
  display: flex; justify-content: space-between; gap: 12px;
  padding-top: 8px;
}
.modal__actions--single { justify-content: center; }
.modal__actions .btn:disabled { opacity: 0.5; cursor: not-allowed; }

.modal__success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.modal__order {
  margin-top: 24px;
  padding: 18px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  text-align: left;
  font-size: 14px;
}
.modal__order-row { display: flex; justify-content: space-between; padding: 6px 0; color: var(--ink-700); }
.modal__order-row--total { font-weight: 700; color: var(--ink-900); border-top: 1px solid var(--line); padding-top: 12px; margin-top: 6px; }

/* ============ TRUST USPs ROW ============ */
.trust__usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  padding: 18px 24px;
  margin-bottom: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.trust__usp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-800);
}
.trust__usp-icon {
  display: inline-flex;
  width: 32px; height: 32px;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .trust__usps {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
  }
}

/* ============ ABLAUF SECTION ============ */
.ablauf { padding: 96px 0; background: #fff; }
.ablauf__head { max-width: 720px; margin-bottom: 48px; }
.ablauf__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ablauf__col {
  position: relative;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ablauf__num {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-500);
  letter-spacing: 0.05em;
}
.ablauf__icon {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--blue-600);
  border: 1px solid var(--line);
}
.ablauf__kicker {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.ablauf__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-700);
  margin: 0;
}
@media (max-width: 920px) {
  .ablauf { padding: 64px 0; }
  .ablauf__grid { grid-template-columns: 1fr; }
}

/* ============ KONTAKT SECTION ============ */
.kontakt {
  padding: 96px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}
.kontakt__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.kontakt__intro h2 { letter-spacing: -0.02em; }
.kontakt__direct {
  margin-top: 12px;
  font-size: 15px;
  color: var(--ink-700);
}
.kontakt__direct a { color: var(--blue-600); font-weight: 600; text-decoration: none; }
.kontakt__direct a:hover { text-decoration: underline; }

.kontakt__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 1px 2px rgba(15,31,61,0.04);
}
.kontakt__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.kontakt__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kontakt__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-800);
}
.kontakt__field input,
.kontakt__field textarea {
  font-family: inherit;
  font-size: 15px;
  color: var(--ink-900);
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  resize: vertical;
}
.kontakt__field input:focus,
.kontakt__field textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
}
.kontakt__submit { align-self: flex-start; margin-top: 4px; }

.kontakt__sent {
  text-align: center;
  padding: 32px 16px;
}
.kontakt__sent-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.kontakt__sent-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-900);
}
.kontakt__sent-sub {
  margin-top: 6px;
  font-size: 14px;
  color: var(--ink-700);
}

@media (max-width: 920px) {
  .kontakt { padding: 64px 0; }
  .kontakt__inner { grid-template-columns: 1fr; gap: 32px; }
  .kontakt__row { grid-template-columns: 1fr; }
  .kontakt__form { padding: 24px; }
}

/* ============ FOOTER ADDRESS ============ */
.footer__addr {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
}


/* Mobile: stack comparison cols vertically */
@media (max-width: 720px) {
  .cmp__head { grid-template-columns: 1fr; }
  .cmp__head-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .cmp__head-cell:last-child { border-bottom: none; }
  .cmp__head-cell--label { display: none; }
  .cmp__row { grid-template-columns: 1fr; gap: 4px; padding: 12px 16px; }
  .cmp__cell { padding: 4px 0; }
  .cmp__cell--label { font-weight: 600; color: var(--ink-700); border-bottom: none !important; padding-top: 8px !important; padding-bottom: 4px !important; background: transparent !important; grid-column: auto; }
  .cmp__cell--a, .cmp__cell--b { padding-left: 16px; position: relative; }
  .cmp__cell--a::before { content: 'FITCARD: '; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--blue-600); margin-right: 8px; }
  .cmp__cell--b::before { content: 'GEHALTSERHÖHUNG: '; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--ink-500); margin-right: 8px; }
}

/* Mobile: voucher card fits viewport */
@media (max-width: 480px) {
  .vcard, .vstack, .vcard-stack { max-width: 100%; }
  .vcard { padding: 18px 18px 16px; }
  .vcard__voucher-title { font-size: 26px; }
  .vcard__voucher-kicker { font-size: 11px; }
  .vcard__top, .vcard__bottom { flex-wrap: wrap; gap: 8px; }
  .vstack { padding: 0 4px; }
  .email-notif { width: 100%; box-sizing: border-box; }
  .counter-widget { width: 100%; box-sizing: border-box; }
}
@media (max-width: 767px) {
  .footer .container,
  .footer__inner,
  .footer__bar .container,
  .footer__bar-inner,
  .footer__disclaimer .container,
  .footer__note {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .footer__col { padding-left: 0; padding-right: 0; }
}
