/* ═══════════════════════════════════════════
   NODUS NEXUS — SUBPAGES (preise + legal)
   loads after style.css + extreme.css
═══════════════════════════════════════════ */

.sub { background: var(--paper); }
.sub .nav { position: sticky; top: 0; }
.accent-i { font-style: normal; color: var(--petrol); }

/* ── LEGAL WRAPPER ── */
.legal { color: var(--ink); background: var(--paper); }

/* ── ND- LEGAL STRUCTURE ── */
.nd-impressum-page { background: var(--paper); min-height: 100vh; }
.nd-impressum-header { background: #fff; border-bottom: 1px solid rgba(7,37,48,0.1); padding: 148px 40px 64px; }
.nd-impressum-inner { max-width: 1160px; margin: 0 auto; }
.nd-impressum-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(36px, 4vw, 60px); font-weight: 800; color: var(--ink); letter-spacing: -0.025em; margin: 0; line-height: 1.1; }
.nd-impressum-subtitle { font-size: 15px; color: rgba(7,37,48,0.5); margin: 10px 0 0; }
.nd-impressum-body { padding: 0; }
.nd-impressum-body > .nd-impressum-inner { padding: 56px 40px 100px; }
.nd-cookie-page-cards { max-width: 860px; margin: 0 auto; padding: 56px 40px 100px; }
.nd-imp-section { margin-bottom: 32px; }
.nd-imp-section--links { margin-top: 20px; padding-bottom: 40px; }
.nd-imp-section h2 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--petrol); margin: 0 0 12px; }
.nd-imp-section h3 { font-size: 15px; font-weight: 600; color: var(--ink); margin: 20px 0 6px; }
.nd-imp-section p { font-size: 15px; line-height: 1.75; color: rgba(7,37,48,0.72); margin: 0 0 8px; }
.nd-imp-section a { color: var(--petrol); text-decoration: none; }
.nd-imp-section a:hover { text-decoration: underline; }
.nd-imp-hr { border: none; border-top: 1px solid rgba(7,37,48,0.1); margin: 28px 0; }
.nd-imp-placeholder { color: #b45309; font-style: italic; }

/* ── ND- TWO-COLUMN LAYOUT (AGB / DSE / Cookies) ── */
.nd-dse-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 40px 100px;
  align-items: start;
}
.nd-dse-toc { position: sticky; top: 88px; }
.nd-dse-toc-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(7,37,48,0.4); margin: 0 0 16px; }
.nd-dse-toc-list { list-style: none; margin: 0; padding: 0; }
.nd-dse-toc-list a { display: block; padding: 5px 10px; font-size: 13px; color: rgba(7,37,48,0.52); text-decoration: none; border-left: 2px solid transparent; transition: color 0.2s, border-color 0.2s; line-height: 1.45; }
.nd-dse-toc-list a:hover, .nd-dse-toc-list a.nd-dse-toc-active { color: var(--petrol); border-left-color: var(--petrol); font-weight: 600; }
.nd-dse-card { background: #fff; border: 1px solid rgba(7,37,48,0.09); border-radius: 14px; margin-bottom: 10px; padding: 0 24px; box-shadow: 0 2px 16px rgba(7,37,48,0.04); }
.nd-dse-card summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; align-items: center; gap: 14px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 14.5px; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: 0.05em; user-select: none; }
.nd-dse-card summary::-webkit-details-marker { display: none; }
.nd-dse-card summary::before { content: '+'; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(14,132,146,0.1); color: var(--petrol); font-size: 18px; font-weight: 700; flex-shrink: 0; transition: background 0.2s, color 0.2s; }
.nd-dse-card details[open] summary::before { content: '−'; background: var(--petrol); color: #fff; }
.nd-dse-card-body { padding: 4px 0 24px 40px; }
.nd-dse-card-body p { font-size: 14.5px; line-height: 1.8; color: rgba(7,37,48,0.68); margin: 0 0 10px; }
.nd-dse-card-body p:last-child { margin-bottom: 0; }
.nd-dse-card-body a { color: var(--petrol); text-decoration: none; }
.nd-dse-card-body a:hover { text-decoration: underline; }
.nd-dse-card-body ul { margin: 6px 0 10px; padding-left: 20px; font-size: 14.5px; line-height: 1.8; color: rgba(7,37,48,0.68); }
.nd-agb-summary-box { background: rgba(14,132,146,0.04); border: 1px solid rgba(14,132,146,0.15); border-radius: 14px; padding: 24px 28px; margin-bottom: 24px; }
.nd-agb-summary-box h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--petrol); margin: 0 0 18px; }
.nd-agb-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nd-agb-summary-item { background: #fff; border: 1px solid rgba(7,37,48,0.09); border-radius: 10px; padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.nd-agb-summary-item strong { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--petrol); }
.nd-agb-summary-item span { font-size: 14px; color: rgba(7,37,48,0.72); }
.nd-dse-rights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.nd-dse-right-item { background: rgba(14,132,146,0.04); border: 1px solid rgba(14,132,146,0.14); border-radius: 10px; padding: 13px 16px; font-size: 13.5px; color: rgba(7,37,48,0.65); }
.nd-dse-right-item strong { display: block; color: var(--ink); font-size: 13.5px; font-weight: 700; margin-bottom: 3px; }
.nd-dse-table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 14px 0; }
.nd-dse-table th { text-align: left; background: rgba(14,132,146,0.06); color: var(--ink); font-weight: 700; padding: 10px 14px; border-bottom: 2px solid rgba(7,37,48,0.1); white-space: nowrap; }
.nd-dse-table td { padding: 10px 14px; color: rgba(7,37,48,0.65); border-bottom: 1px solid rgba(7,37,48,0.06); vertical-align: top; }
.nd-dse-table tr:last-child td { border-bottom: none; }
.nd-dse-toc-mobile { display: none; margin-bottom: 20px; }
.nd-dse-toc-toggle { background: rgba(14,132,146,0.06); border: 1px solid rgba(14,132,146,0.15); border-radius: 10px; padding: 13px 18px; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; }
.nd-dse-toc-mobile-list { border: 1px solid rgba(7,37,48,0.1); border-top: none; border-radius: 0 0 10px 10px; display: none; }
.nd-dse-toc-mobile-list.nd-dse-open { display: block; }
.nd-dse-toc-mobile-list a { display: block; padding: 11px 18px; font-size: 14px; color: rgba(7,37,48,0.6); text-decoration: none; border-bottom: 1px solid rgba(7,37,48,0.07); }
.nd-dse-toc-mobile-list a:last-child { border-bottom: none; }
.nd-legal-other { text-align: center; padding: 60px 24px; }
.nd-legal-other h2 { font-size: 18px; color: var(--ink); margin-bottom: 16px; }
.nd-legal-other a { color: var(--petrol); text-decoration: none; font-size: 15px; }
.nd-legal-other a:hover { text-decoration: underline; }
@media (max-width: 900px) { .nd-dse-layout { grid-template-columns: 1fr; gap: 32px; } .nd-dse-toc { position: static; } .nd-dse-toc-mobile { display: block; } .nd-dse-toc-list { display: none; } }
@media (max-width: 640px) { .nd-impressum-header { padding: 116px 20px 40px; } .nd-impressum-body > .nd-impressum-inner { padding: 36px 20px 72px; } .nd-cookie-page-cards { padding: 36px 20px 72px; } .nd-dse-layout { padding: 32px 20px 64px; } .nd-agb-summary-grid { grid-template-columns: 1fr; } .nd-dse-rights { grid-template-columns: 1fr; } }

/* ── PREISE: header + pakete (light) ── */
.scene-preise { background: var(--paper); color: var(--ink); padding: 150px 7vw 120px; }
.scene-preise .kicker { color: var(--petrol); }
.loss-hint {
  text-align: center; font-size: 14px; font-weight: 600;
  color: var(--petrol); margin: -34px auto 54px; max-width: 64ch;
}
.pakete-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 880px; }
.pov-tag {
  align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--petrol); background: rgba(14,132,146,0.09);
  border: 1px solid rgba(14,132,146,0.2);
  padding: 3px 11px; border-radius: 16px; margin-bottom: 14px;
}
.pov-for { font-size: 13.5px; color: rgba(7,37,48,0.6); margin-bottom: 18px; }

.ent-band {
  display: grid; grid-template-columns: 300px 1fr; gap: 44px;
  max-width: 1080px; margin: 56px auto 0;
  background: var(--ink);
  color: var(--txt);
  border-radius: 22px;
  padding: 44px 46px;
  box-shadow: 0 30px 70px rgba(7,37,48,0.25);
}
.ent-left h3 { font-size: 22px; color: var(--gold-light); }
.ent-price { font-family: 'Bricolage Grotesque', sans-serif; font-size: 38px; font-weight: 800; margin-top: 10px; }
.ent-sub { font-size: 13px; color: var(--txt-dim); margin-bottom: 14px; }
.ent-impl { font-size: 13.5px; color: var(--txt-dim); margin-bottom: 22px; }
.ent-left .paket-cta { display: inline-block; padding: 12px 26px; }
.ent-hint { font-size: 12px; color: var(--txt-faint); margin-top: 12px; }
.ent-feats-title { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--aqua); margin-bottom: 18px; }
.ent-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }
.ent-feats ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ent-feats li { font-size: 14px; color: var(--txt-dim); padding-left: 22px; position: relative; }
.ent-feats li::before { content: '✓'; position: absolute; left: 0; color: var(--aqua); font-weight: 700; }

/* ── ONBOARDING-TRANSPARENZ (dark) ── */
.scene-pt { background: var(--ink-soft); padding: 120px 7vw 130px; }
.pt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.pt-card {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 18px;
  padding: 30px 28px;
  backdrop-filter: blur(10px);
}
.pt-card h3 { font-size: 18px; margin-bottom: 12px; }
.pt-price { font-family: 'Bricolage Grotesque', sans-serif; font-size: 32px; font-weight: 800; color: var(--gold-light); }
.pt-price small { font-family: 'Instrument Sans', sans-serif; font-size: 13px; font-weight: 500; color: var(--txt-faint); }
.pt-market { display: flex; justify-content: space-between; font-size: 13px; color: var(--txt-dim); margin-top: 14px; }
.pt-market span:last-child { text-decoration: line-through; color: var(--txt-faint); }
.pt-save { font-size: 13px; color: #7ce8b8; margin-top: 6px; }
.pt-save strong { font-weight: 700; }
.pt-toggle {
  margin-top: 18px; width: 100%;
  background: none; border: none; cursor: pointer;
  font: 600 13px 'Instrument Sans', sans-serif;
  color: var(--aqua); text-align: left; padding: 0;
}
.pt-toggle em { font-style: normal; display: inline-block; transition: transform 0.45s var(--eo); }
.pt-card--open .pt-toggle em { transform: rotate(180deg); }
.pt-breakdown {
  display: grid; grid-template-rows: 0fr;
  opacity: 0; margin-top: 0;
  transition: grid-template-rows 0.55s var(--eo), opacity 0.4s ease, margin-top 0.55s var(--eo);
}
.pt-card--open .pt-breakdown { grid-template-rows: 1fr; opacity: 1; margin-top: 14px; }
.pt-breakdown-in { overflow: hidden; min-height: 0; }
.pt-row {
  display: flex; justify-content: space-between; gap: 14px;
  font-size: 12.5px; color: var(--txt-dim); padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  opacity: 0; transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.4s var(--eo);
}
.pt-card--open .pt-row { opacity: 1; transform: none; }
.pt-card--open .pt-row:nth-child(1)  { transition-delay: 0.10s; }
.pt-card--open .pt-row:nth-child(2)  { transition-delay: 0.15s; }
.pt-card--open .pt-row:nth-child(3)  { transition-delay: 0.20s; }
.pt-card--open .pt-row:nth-child(4)  { transition-delay: 0.25s; }
.pt-card--open .pt-row:nth-child(5)  { transition-delay: 0.30s; }
.pt-card--open .pt-row:nth-child(6)  { transition-delay: 0.35s; }
.pt-card--open .pt-row:nth-child(7)  { transition-delay: 0.40s; }
.pt-card--open .pt-row:nth-child(8)  { transition-delay: 0.45s; }
.pt-card--open .pt-row:nth-child(9)  { transition-delay: 0.50s; }
.pt-card--open .pt-row:nth-child(10) { transition-delay: 0.55s; }
@media (prefers-reduced-motion: reduce) {
  .pt-breakdown, .pt-row, .pt-toggle em { transition: none !important; }
}
.pt-row--head { font-weight: 700; color: var(--txt); }
.pt-row--total { font-weight: 700; color: var(--gold-light); border-bottom: none; }

/* ── PRICING TABLES (light cmp variant) ── */
.scene-ptbl { background: var(--paper); color: var(--ink); padding: 120px 4vw 130px; }
.scene-ptbl .kicker { color: var(--petrol); }
.scene-ptbl .uc-title { margin-bottom: 40px; }
.cmp-wrap--light { border-color: rgba(7,37,48,0.12); background: #fff; max-width: 1080px; }
.cmp-wrap--narrow { max-width: 860px; }
.cmp--light { min-width: 700px; }
.cmp--light thead th { background: rgba(14,132,146,0.06); border-bottom-color: rgba(7,37,48,0.14); color: var(--ink); }
.cmp--light tbody th, .cmp--light td { color: rgba(7,37,48,0.72); border-bottom-color: rgba(7,37,48,0.07); }
.cmp--light .col-n1 { background: rgba(14,132,146,0.08); }
.cmp--light thead .col-n1 { color: var(--petrol); box-shadow: inset 0 2px 0 var(--petrol); }
.cmp--light .col-n2 { background: rgba(200,169,81,0.08); }
.cmp--light thead .col-n2 { color: #9b7c2e; box-shadow: inset 0 2px 0 var(--gold); }

/* ── ROI CALCULATOR (dark) ── */
.scene-roi { background: var(--ink); padding: 120px 7vw 140px; }
.roi-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 34px; max-width: 1080px; margin: 0 auto; align-items: start; }
.roi-inputs {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 18px; padding: 32px 30px;
  display: flex; flex-direction: column; gap: 28px;
}
.roi-group label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--txt-faint); margin-bottom: 6px; }
.roi-val { font-family: 'Bricolage Grotesque', sans-serif; font-size: 26px; font-weight: 800; color: var(--aqua); margin-bottom: 10px; }
.roi-range { display: flex; justify-content: space-between; font-size: 11px; color: var(--txt-faint); margin-top: 6px; }
.roi-inputs input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px; border-radius: 4px;
  background: rgba(255,255,255,0.14); outline: none; cursor: pointer;
}
.roi-inputs input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 14px rgba(52,192,206,0.6);
  border: 2px solid var(--ink);
}
.roi-inputs input[type="range"]::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--aqua); border: 2px solid var(--ink);
  box-shadow: 0 0 14px rgba(52,192,206,0.6);
}
.roi-results { display: flex; flex-direction: column; gap: 16px; }
.roi-card {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 18px; padding: 24px 26px;
}
.roi-card--accent { border-color: rgba(52,192,206,0.3); box-shadow: 0 0 40px rgba(14,132,146,0.18); }
.roi-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--txt-faint); margin-bottom: 12px; }
.roi-big { font-family: 'Bricolage Grotesque', sans-serif; font-size: 38px; font-weight: 800; color: var(--gold-light); }
.roi-big span { font-size: 15px; font-weight: 600; color: var(--txt-dim); }
.roi-row { display: flex; justify-content: space-between; gap: 14px; font-size: 14px; color: var(--txt-dim); padding: 5px 0; }
.roi-row span:last-child { font-weight: 700; color: var(--txt); }
.roi-div { height: 1px; background: rgba(255,255,255,0.1); margin: 8px 0; }
.roi-row--save span { color: #7ce8b8 !important; font-size: 16px; }
.roi-cta { align-self: center; margin-top: 10px; font-size: 15px; padding: 15px 32px; }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .pt-grid { grid-template-columns: 1fr; max-width: 520px; }
  .roi-grid { grid-template-columns: 1fr; max-width: 560px; }
}
@media (max-width: 900px) {
  .pakete-grid--two { grid-template-columns: 1fr; max-width: 480px; }
  .ent-band { grid-template-columns: 1fr; padding: 36px 30px; }
  .ent-feats { grid-template-columns: 1fr; }
  .scene-preise { padding: 90px 5vw 80px; }
  .scene-pt { padding: 80px 5vw 90px; }
  .pt-grid { margin: 0 auto; }
  .scene-ptbl { padding: 80px 4vw 90px; }
  .scene-roi { padding: 80px 5vw 90px; }
  .roi-grid { margin: 0 auto; }
}
@media (max-width: 640px) {
  .scene-preise { padding: 80px 5vw 70px; }
  .uc-title { font-size: clamp(26px, 8vw, 40px); }
  .paket-price { font-size: 32px; }
  .ent-price { font-size: 32px; }
  .ent-left, .ent-right { padding: 0; }
  .pt-card { padding: 22px 18px; }
  .pt-price { font-size: 26px; }
  .roi-inputs, .roi-card { border-radius: 12px; padding: 22px 18px; }
  .roi-big { font-size: 28px; }
  .cmp-wrap--light { border-radius: 12px; }
}
