/* ============================================
   QUIZ NOW — Preise (zusätzliche Styles)
   ============================================ */

/* ===== HERO ===== */
.price-hero {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
}

.price-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(5, 6, 8, 0.92) 0%, rgba(10, 13, 16, 0.88) 60%, rgba(5, 6, 8, 0.95) 100%),
    radial-gradient(ellipse at 20% 30%, rgba(168, 232, 60, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(168, 232, 60, 0.12) 0%, transparent 50%),
    url('https://images.unsplash.com/photo-1517963879433-6ad2b056d712?w=2000&q=80&auto=format&fit=crop') center / cover no-repeat,
    var(--bg-deep);
  z-index: 0;
}

.price-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.price-hero-headline {
  font-size: clamp(34px, 5.5vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 900;
  margin: 24px 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #c8cee0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-hero-headline em { font-style: normal; background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.price-hero-headline .strike {
  position: relative;
  font-weight: 700;
  background: linear-gradient(180deg, #6a7079 0%, #4a5059 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: line-through;
  text-decoration-color: rgba(168, 232, 60, 0.65);
  text-decoration-thickness: 4px;
}

.price-hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 740px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.price-hero-sub strong { color: var(--text-bright); }

.price-hero .hero-trust { justify-content: center; }

.btn-hero { margin-top: 32px; font-size: 16px; padding: 18px 32px; }

/* ===== SCHNUPPER SECTION ===== */
.schnupper { background: var(--bg-deep); padding-top: 90px; }

/* ===== HERO PRICE CARD ===== */
.price-card-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(17, 21, 26, 0.95) 0%, rgba(24, 28, 34, 0.95) 100%);
  border: 2px solid var(--neon);
  border-radius: 28px;
  padding: 52px 48px;
  margin-top: 24px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(168, 232, 60, 0.18),
    0 0 0 1px rgba(168, 232, 60, 0.4) inset;
  overflow: hidden;
}

.price-card-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(168, 232, 60, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(168, 232, 60, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.price-card-hero > * { position: relative; z-index: 1; }

.price-card-badge {
  position: absolute;
  top: -2px;
  right: 32px;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--neon) 0%, var(--neon-bright) 100%);
  color: #0a1a02;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(168, 232, 60, 0.5), 0 0 24px rgba(168, 232, 60, 0.35);
  z-index: 2;
}

.price-card-head {
  margin-bottom: 32px;
}

.price-card-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--neon-soft);
  border: 1px solid var(--neon-line);
  color: var(--neon-bright);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.price-card-head h3 {
  font-size: clamp(24px, 3vw, 34px);
  color: var(--text-bright);
  line-height: 1.2;
}

/* The anchoring price row */
.price-anchor-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 24px 0 12px;
}

.price-anchor {
  text-align: right;
  position: relative;
}

.price-anchor-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #ff8c6e;
  background: rgba(255, 140, 110, 0.10);
  border: 1px solid rgba(255, 140, 110, 0.40);
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}

.price-anchor-amount {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: line-through;
  text-decoration-color: #ff8c6e;
  text-decoration-thickness: 6px;
  text-decoration-skip-ink: none;
  line-height: 1;
  letter-spacing: -0.01em;
  opacity: 0.85;
}

.price-anchor-detail {
  font-size: 13px;
  color: var(--text-soft);
  margin-top: 8px;
}

.price-arrow {
  font-size: 32px;
  color: var(--neon-bright);
  font-weight: 900;
  text-shadow: 0 0 16px rgba(168, 232, 60, 0.6);
}

/* Spar-Pill zwischen Anchor und Action */
.price-saving-pill {
  text-align: center;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--neon) 0%, var(--neon-bright) 100%);
  color: #0a1a02;
  border-radius: 14px;
  box-shadow:
    0 10px 30px rgba(168, 232, 60, 0.45),
    0 0 0 1px rgba(168, 232, 60, 0.6) inset,
    0 0 24px rgba(168, 232, 60, 0.35);
  position: relative;
  transform: rotate(-3deg);
  animation: pillBounce 3s ease-in-out infinite;
}

.price-saving-pill::before,
.price-saving-pill::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--neon-bright);
  box-shadow: 0 0 8px var(--neon-bright);
  transform: translateY(-50%);
}

.price-saving-pill::before { right: 100%; margin-right: 8px; }
.price-saving-pill::after { left: 100%; margin-left: 8px; }

.saving-pill-amount {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.saving-pill-meta {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 4px;
}

@keyframes pillBounce {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-3deg) translateY(-4px); }
}

/* Eck-Ribbon "−50 %" auf der Hero-Karte */
.price-corner-ribbon {
  position: absolute;
  top: 28px;
  left: -10px;
  background: linear-gradient(135deg, #ff8c6e 0%, #ff6a4a 100%);
  color: #2a0a02;
  padding: 8px 22px 8px 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 8px 24px rgba(255, 106, 74, 0.5);
  z-index: 3;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.price-corner-ribbon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #b8421f;
  border-right-color: #b8421f;
}

.ribbon-pct {
  font-size: 22px;
  font-weight: 900;
}

.ribbon-text {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 2px;
}

.price-active {
  text-align: left;
}

.price-active-label {
  font-size: 12px;
  color: var(--neon-bright);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 4px;
}

.price-active-amount {
  font-size: 96px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.03em;
  filter: drop-shadow(0 0 24px rgba(168, 232, 60, 0.35));
}

.price-active-amount span {
  font-size: 50%;
  vertical-align: super;
  margin-left: 6px;
}

.price-active-detail {
  font-size: 13px;
  color: var(--text-soft);
  margin-top: 8px;
}

@media (max-width: 700px) {
  .price-anchor-row { gap: 20px; flex-direction: column; }
  .price-anchor { text-align: center; }
  .price-active { text-align: center; }
  .price-arrow { transform: rotate(90deg); }
  .price-active-amount { font-size: 72px; }
  .price-anchor-amount { font-size: 44px; }
  .price-saving-pill { transform: rotate(0deg); }
  .price-saving-pill::before, .price-saving-pill::after { display: none; }
  @keyframes pillBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
}

.price-savings {
  text-align: center;
  margin: 14px auto 36px;
  padding: 14px 22px;
  background: var(--neon-soft);
  border: 1px solid var(--neon-line);
  border-radius: 100px;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-size: 15px;
  color: var(--text-bright);
}

.price-savings strong { color: var(--neon-bright); font-weight: 800; }

/* Wrap price-savings so left:50% trick works */
.price-card-hero .price-savings {
  display: table;
  margin: 14px auto 36px;
  position: static;
  transform: none;
}

/* ===== PRICE LISTS ===== */
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.price-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--text);
}

.price-list li:last-child { border-bottom: none; }

.price-list .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--neon-soft);
  border: 1px solid var(--neon);
  color: var(--neon-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.price-list .check.soft {
  background: transparent;
  border-color: var(--text-muted);
  color: var(--text-muted);
}

.price-list .check.bonus {
  background: var(--neon);
  color: #0a1a02;
  border-color: var(--neon-bright);
  box-shadow: 0 0 12px rgba(168, 232, 60, 0.5);
  font-size: 13px;
}

.price-list li:has(.check.bonus) {
  background: linear-gradient(90deg, rgba(168, 232, 60, 0.08) 0%, transparent 100%);
  padding-left: 12px;
  margin: 4px -12px;
  border-radius: 8px;
}

/* ===== BONUS BANNER (für die ersten 5) ===== */
.bonus-banner {
  margin: 0 0 32px;
  padding: 22px 26px;
  background:
    linear-gradient(135deg, rgba(168, 232, 60, 0.14) 0%, rgba(168, 232, 60, 0.06) 100%);
  border: 1.5px solid var(--neon);
  border-radius: 16px;
  position: relative;
  box-shadow: 0 0 30px rgba(168, 232, 60, 0.15) inset, 0 8px 24px rgba(168, 232, 60, 0.12);
}

.bonus-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--neon-bright), var(--neon));
  border-radius: 16px 0 0 16px;
}

.bonus-badge {
  display: inline-block;
  padding: 5px 12px;
  background: var(--neon);
  color: #0a1a02;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(168, 232, 60, 0.35);
}

.bonus-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.bonus-text {
  font-size: 15.5px;
  color: var(--text);
  line-height: 1.55;
  flex: 1;
}

.bonus-text strong { color: var(--neon-bright); }

.bonus-value {
  flex-shrink: 0;
  text-align: right;
  border-left: 1px solid var(--neon-line);
  padding-left: 24px;
}

.bonus-value-label {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
}

.bonus-value-amount {
  display: block;
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

@media (max-width: 600px) {
  .bonus-content { flex-direction: column; align-items: flex-start; }
  .bonus-value { border-left: none; border-top: 1px solid var(--neon-line); padding-left: 0; padding-top: 14px; text-align: left; width: 100%; }
}

.stack-savings small { display: block; margin-top: 8px; font-size: 13px; color: var(--text-muted); }

.price-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.price-list-grid li {
  font-size: 14.5px;
}

@media (max-width: 700px) {
  .price-list-grid { grid-template-columns: 1fr; }
}

/* ===== CTAs in price card ===== */
.price-card-ctas {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-block-cta {
  flex: 1;
  min-width: 220px;
  padding: 18px 24px;
  font-size: 15.5px;
  text-align: center;
}

.price-card-foot {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--text-soft);
}

/* ===== COUNTER BAR ===== */
.counter-bar {
  margin-top: 28px;
  padding: 22px;
  background: rgba(168, 232, 60, 0.04);
  border: 1px dashed var(--neon-line);
  border-radius: 14px;
}

.counter-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.counter-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.counter-value {
  font-size: 22px;
  font-weight: 800;
  color: var(--neon-bright);
}

.counter-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.counter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--neon) 0%, var(--neon-bright) 100%);
  border-radius: 100px;
  box-shadow: 0 0 12px rgba(168, 232, 60, 0.5);
  transition: width 0.6s ease;
}

.counter-foot {
  font-size: 13px;
  color: var(--text-soft);
  text-align: center;
}

.counter-foot strong { color: var(--neon-bright); }

/* ===== PRICE DETAIL (2-CARD GRID) ===== */
.price-detail { background: var(--bg-mid); }

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; }
}

.price-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px 36px;
  position: relative;
  transition: all 0.3s;
}

.price-card:hover {
  border-color: var(--neon-line);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(168, 232, 60, 0.1);
}

.price-card h3 {
  font-size: 26px;
  color: var(--text-bright);
  margin-bottom: 10px;
}

.price-card-desc {
  font-size: 14.5px;
  color: var(--text-soft);
  margin-bottom: 28px;
  line-height: 1.6;
}

.price-amount {
  padding: 24px 0;
  margin-bottom: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.price-amount .strike {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: line-through;
  text-decoration-color: #ff8c6e;
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  margin-bottom: 6px;
  padding: 2px 10px;
  background: rgba(255, 140, 110, 0.08);
  border: 1px solid rgba(255, 140, 110, 0.25);
  border-radius: 6px;
}

.price-amount .strike::before {
  content: 'statt ';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff8c6e;
  text-decoration: none;
  display: inline-block;
  margin-right: 4px;
  vertical-align: 1px;
}

.price-big {
  font-size: 64px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.02em;
}

.price-big-cur {
  font-size: 50%;
  vertical-align: super;
  margin-left: 4px;
  font-weight: 800;
}

.price-meta {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
}

.price-card-mini {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: var(--neon-bright);
  font-weight: 600;
}

/* ===== VALUE STACK ===== */
.value-stack { background: var(--bg-deep); }

.stack-rows {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 36px;
  margin-top: 24px;
}

.stack-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}

.stack-row:last-of-type { border-bottom: none; }

.stack-label { color: var(--text); }

.stack-amount {
  font-weight: 800;
  color: var(--text-bright);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

.stack-row-total {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 2px solid var(--line-strong) !important;
}

.stack-row-total .stack-label { color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; font-weight: 700; }

.stack-strike {
  text-decoration: line-through;
  text-decoration-color: var(--neon);
  text-decoration-thickness: 2px;
  color: var(--text-muted) !important;
}

.stack-row-final {
  background: var(--neon-soft);
  border: 1px solid var(--neon-line) !important;
  border-radius: 12px;
  padding: 18px 22px !important;
  margin-top: 14px;
}

.stack-row-final .stack-label { color: var(--text-bright); font-weight: 700; }

.stack-final {
  font-size: 32px !important;
  background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stack-savings {
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  color: var(--text);
}

.stack-savings strong { color: var(--neon-bright); }

/* ===== FINAL CTA ===== */
.final-cta { background: var(--bg-deep); padding: 80px 0 100px; }

.final-cta-box {
  background:
    linear-gradient(180deg, rgba(17, 21, 26, 0.95) 0%, rgba(10, 13, 16, 0.95) 100%);
  border: 1px solid var(--neon-line);
  border-radius: 28px;
  padding: 56px 48px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(168, 232, 60, 0.08);
  position: relative;
  overflow: hidden;
}

.final-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(168, 232, 60, 0.10) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta-box > * { position: relative; z-index: 1; }

.final-cta-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  background: var(--neon-soft);
  border: 1px solid var(--neon-line);
  color: var(--neon-bright);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.final-cta-box h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--text-bright);
  margin-bottom: 18px;
  line-height: 1.2;
}

.final-cta-box h2 em { font-style: normal; background: linear-gradient(135deg, var(--neon-bright) 0%, var(--neon) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.final-cta-box p {
  font-size: 16px;
  color: var(--text-soft);
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.final-cta-foot {
  font-size: 13px;
  color: var(--text-muted);
}

.final-cta-or {
  margin: 18px auto 22px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  background: rgba(168, 232, 60, 0.05);
  border: 1px dashed var(--neon-line);
  border-radius: 100px;
  flex-wrap: wrap;
  justify-content: center;
}

.final-cta-or > span {
  color: var(--text-muted);
  font-size: 13px;
  letter-spacing: 0.3px;
}

.final-cta-live {
  color: var(--neon-bright);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: text-shadow 0.2s;
}

.final-cta-live:hover { text-shadow: 0 0 12px rgba(168, 232, 60, 0.7); }

/* Nav active state */
.nav-links a.active { color: var(--neon-bright); }
