/* NurPrivat — landing page.
 * Measurements come from the design handoff README, which is authoritative.
 * Shared tokens (colour, type stacks, header, footer) live in nurprivat.css.
 */

.section { padding: 76px 0; }
.section > .col { padding-left: 28px; padding-right: 28px; }

.section--dark { background: var(--ink); color: var(--dark-text); }
.section--tint {
  background: var(--surface-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--blue { background: var(--accent); color: #fff; text-align: center; }

.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--eyebrow);
  margin: 0 0 16px;
}
.eyebrow--dark { color: var(--eyebrow-dark); }

h2 { font-size: 46px; line-height: 1.12; margin: 0 0 16px; max-width: 22ch; }
.h2--dark { color: #F5F7FB; }
.h2--dark em, h2 em { font-style: italic; color: var(--accent); }
.h2--dark em { color: var(--accent-on-dark); }

.section__sub { font-size: 18px; color: var(--ink-3); max-width: 58ch; margin: 0 0 12px; }
.sub--dark { font-size: 18px; color: var(--dark-text); max-width: 58ch; margin: 0; }

.footnote { font-size: 13px; color: var(--muted); margin-top: 26px; max-width: 70ch; }
.footnote--dark { font-size: 13px; color: #6B7580; margin-top: 34px; max-width: 78ch; }

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

.hero { padding: 76px 28px 64px; }

.eyebrow-row { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; }
.eyebrow-row .eyebrow { margin: 0; }
.eyebrow-mark {
  width: 30px; height: 30px; border-radius: 8px; background: var(--accent);
  color: #fff; display: grid; place-items: center; flex: none;
}

h1 {
  font-size: 78px; line-height: 1.02; letter-spacing: -.02em;
  max-width: 14ch; margin: 0;
}
h1 em { font-style: italic; color: var(--accent); }

.hero__body {
  font-size: 20px; line-height: 1.6; color: var(--ink-2);
  max-width: 60ch; margin: 28px 0 0;
}
.hero__link { margin: 20px 0 0; font-size: 16px; font-weight: 500; }
.hero__link a { text-decoration: none; }
.hero__link a:hover { text-decoration: underline; }

.trust-row {
  display: flex; gap: 22px; flex-wrap: wrap; margin: 22px 0 0;
  padding: 0; list-style: none; font-size: 14px; color: var(--muted);
}
.trust-row li::before { content: "✓"; color: var(--accent); margin-right: 7px; font-weight: 600; }

/* -------------------------------------------------------------------- cta --- */

.cta--hero {
  margin-top: 40px; height: 66px; padding: 0 34px; border-radius: 13px;
  box-shadow: 0 8px 22px rgba(47,107,255,.32);
}
.cta__stack { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.25; }
.cta__main { font-size: 19px; font-weight: 600; }
.cta__sub { font-size: 13px; font-weight: 400; color: rgba(255,255,255,.86); }

.cta--final {
  height: 66px; padding: 0 34px; border-radius: 13px;
  background: #fff; color: var(--accent); font-size: 19px;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
.cta--final:hover { background: var(--accent-tint); color: var(--accent); }

/* Single black-with-alpha PNG, recoloured via CSS mask. */
.chrome-mark {
  width: 26px; height: 26px; display: block; flex: none; background: #fff;
  -webkit-mask: url(/assets/chrome-mark.png) center/contain no-repeat;
          mask: url(/assets/chrome-mark.png) center/contain no-repeat;
}
.chrome-mark--sm { width: 16px; height: 16px; }
.chrome-mark--blue { background: var(--accent); }

/* ------------------------------------------------------------------ stats --- */

.stats { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; margin: 44px 0 24px; }

.card--dark, .stat {
  background: var(--dark-card); border: 1px solid var(--dark-line);
  border-radius: 14px; padding: 28px 30px;
}
.stat__label { font-size: 13px; color: var(--dark-muted); }
.stat__figure {
  font-family: var(--serif); font-size: 60px; line-height: 1.05;
  color: #F5F7FB; margin: 6px 0 16px;
}
.stat__figure--accent { color: var(--accent-on-dark); }
.stat__bar { height: 8px; background: #22272D; border-radius: 4px; overflow: hidden; }
.stat__bar-fill { height: 100%; border-radius: 4px; }

.befund-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 24px; }
.h3--dark { font-family: var(--serif); font-weight: 400; font-size: 21px; color: #F5F7FB; margin: 0 0 16px; }

.quote {
  background: #0E1114; border: 1px solid var(--dark-line); border-radius: 9px;
  padding: 14px 16px; margin: 0 0 12px; font-size: 14.5px; color: var(--dark-text);
}
.quote mark { background: var(--accent); color: #fff; padding: 1px 5px; border-radius: 3px; }
.quote cite { display: block; font-style: normal; font-size: 12.5px; color: var(--eyebrow-dark); margin-top: 9px; }
.cite--muted { color: var(--dark-muted) !important; }
.card__note { font-size: 14.5px; color: var(--dark-text); margin: 14px 0 0; }

.agency-list { list-style: none; margin: 0; padding: 0; }
.agency-list li { padding: 13px 0; border-bottom: 1px solid var(--dark-line); font-size: 15px; color: #E4E9ED; }
.agency-list li:last-child { border-bottom: 0; }

/* ------------------------------------------------------------------- bars --- */

.bars { margin-top: 34px; }
.bar { display: flex; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.bar:last-child { border-bottom: 0; }
.bar__label { width: 230px; flex: none; font-size: 16px; color: var(--ink-2); }
.bar__track { flex: 1; height: 30px; background: var(--fill); border-radius: 5px; overflow: hidden; }
.bar__fill { height: 100%; border-radius: 5px; transition: width .4s ease; }
.bar__value { width: 110px; flex: none; text-align: right; font-size: 16px; font-weight: 600; color: var(--ink); }

/* ---------------------------------------------------------------- loesung --- */

.loesung { display: grid; grid-template-columns: minmax(0,1fr) 392px; gap: 56px; align-items: start; }

.steps { list-style: none; counter-reset: s; margin: 34px 0 0; padding: 0; }
.steps li { counter-increment: s; position: relative; padding: 0 0 26px 52px; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0;
  width: 34px; height: 34px; border-radius: 50%; background: var(--ink);
  color: var(--page); display: grid; place-items: center; font-size: 15px;
}
.steps h3 { font-family: var(--serif); font-weight: 400; font-size: 23px; margin: 3px 0 6px; }
.steps p { font-size: 16px; line-height: 1.65; color: var(--ink-3); margin: 0; }

.card {
  background: var(--surface); border: 1px solid #DEE2EA; border-radius: 12px;
  padding: 24px 26px; margin-top: 8px;
}
.card h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 0 0 10px; }
.card p { font-size: 15.5px; line-height: 1.65; color: var(--ink-3); margin: 0 0 10px; }
.card__rule { color: var(--ink-2) !important; font-weight: 500; margin-bottom: 0 !important; }

/* Static replica of the extension popup, at its true width. */
.popup-shell { position: sticky; top: 88px; }
.popup {
  width: 392px; max-width: 100%; background: #fff; border: 1px solid #DFE3EB;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 46px rgba(20,22,26,.20), 0 2px 6px rgba(20,22,26,.09);
}
.popup__header { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: var(--accent); color: #fff; }
.popup__logo { display: grid; place-items: center; }
.popup__titles { display: flex; flex-direction: column; }
.popup__name { font-family: var(--serif); font-size: 19px; }
.popup__sub { font-size: 10.5px; letter-spacing: .06em; color: rgba(255,255,255,.68); }
.popup__master { margin-left: auto; width: 36px; height: 21px; border-radius: 11px; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: flex-end; padding: 3px; }
.popup__master i { width: 15px; height: 15px; border-radius: 50%; background: var(--accent); display: block; }

.popup__body { padding: 13px 15px 4px; }
.popup__label { font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #A5A9B0; margin: 0 0 9px; }

.mode { display: flex; gap: 10px; padding: 12px 13px; border-radius: 10px; border: 1.5px solid var(--line-2); margin-bottom: 8px; }
.mode--on { border-color: var(--accent); background: var(--accent-tint); }
.mode b { display: block; font-size: 13.5px; color: #16191C; }
.mode em { display: block; font-style: normal; font-size: 12px; color: #7A7F87; margin-top: 3px; }
.radio { width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid #C9CFDA; background: #fff; flex: none; margin-top: 1px; }
.radio--on { border: 5px solid var(--accent); }

.toggles { padding: 8px 0 10px; }
.toggle { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 13px; color: #16191C; }
.sw { width: 34px; height: 20px; border-radius: 10px; background: #CFCBC1; display: flex; align-items: center; padding: 2.5px; }
.sw--on { background: var(--accent); justify-content: flex-end; }
.sw::after { content: ""; width: 15px; height: 15px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.22); }

.popup__footer { display: flex; justify-content: space-between; padding: 10px 15px; background: var(--surface-3); border-top: 1px solid #EBEEF4; font-size: 11.5px; }
.popup__footer span:first-child { color: var(--accent); font-weight: 500; }
.popup__footer span:last-child { color: #A5A9B0; }
.popup__caption { font-size: 13px; color: var(--muted); text-align: center; margin: 14px 0 0; }

/* ---------------------------------------------------------------- compare --- */

.compare { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 26px; margin-top: 30px; }
.compare__head {
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: #8A8E96; padding-bottom: 10px; border-bottom: 1px solid var(--line); margin: 0 0 14px;
}
.compare__head--accent { color: var(--accent); border-bottom-color: var(--accent-border); }

.listing {
  display: flex; align-items: center; gap: 12px; background: #fff;
  border: 1px solid #E2E6EE; border-radius: 9px; padding: 11px 13px; margin-bottom: 8px;
}
.listing--keep { border-left: 3px solid var(--accent); }
.listing__thumb { width: 44px; height: 34px; border-radius: 5px; background: var(--fill); flex: none; }
.listing__text { min-width: 0; flex: 1; }
.listing__title { font-size: 13.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing__advertiser { font-size: 12px; color: #8A8E96; }
.chip { font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 5px; flex: none; }

.summary-tile {
  border: 1px dashed var(--accent-border); background: #F7F9FF; border-radius: 9px;
  padding: 13px 15px; font-size: 13px; color: #5A6B95; text-align: center; margin-top: 12px;
}

/* -------------------------------------------------------------- vertrauen --- */

.vertrauen { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; }
.check-list li { padding: 15px 0; border-bottom: 1px solid var(--dark-line); font-size: 15.5px; color: #E4E9ED; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; color: var(--accent-on-dark); margin-right: 11px; font-weight: 600; }
.card--person { margin-top: 56px; }
.card--person p { font-size: 15px; line-height: 1.7; color: var(--dark-text); margin: 0 0 14px; }
.person__sign { font-size: 14px; color: var(--dark-muted) !important; margin: 0 !important; }
.person__sign a { color: var(--accent-on-dark); }

/* -------------------------------------------------------------------- faq --- */

.faq { max-width: 820px; margin-top: 26px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  display: flex; justify-content: space-between; align-items: baseline; gap: 30px;
  padding: 22px 0; cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 20px; line-height: 1.4; color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
/* Flex items default to min-width:auto and refuse to shrink below their content.
 * Without this the question text pushes the + past the padding edge and the whole
 * page gains horizontal scroll on narrow viewports. */
.faq__q > span:first-child { min-width: 0; }
/* Fixed square with the glyph centred: rotating a bare text node expands its
 * visual box past the content edge and creates horizontal scroll on narrow
 * viewports. A centred box keeps the rotation inside its own footprint. */
.faq__plus {
  font-family: var(--sans); font-size: 24px; line-height: 1; color: #A5A9B0;
  flex: none; width: 24px; height: 24px;
  display: grid; place-items: center;
  transition: transform .18s ease, color .18s ease;
}
.faq__item[open] .faq__plus { transform: rotate(45deg); color: var(--accent); }
.faq__a p { font-size: 16.5px; line-height: 1.72; color: var(--ink-2); margin: 0; padding: 0 60px 26px 0; max-width: 70ch; }

/* ------------------------------------------------------------------ final --- */

.final { display: flex; flex-direction: column; align-items: center; }
.h2--final { font-size: 52px; line-height: 1.1; letter-spacing: -.02em; color: #fff; max-width: 18ch; margin: 0 0 14px; }
.final__sub { font-size: 18px; color: rgba(255,255,255,.82); margin: 0 0 32px; max-width: 50ch; }

/* ------------------------------------------------------------- responsive --- */

@media (max-width: 900px) {
  .stats, .befund-grid, .loesung, .compare, .vertrauen { grid-template-columns: minmax(0,1fr); }
  .popup-shell { position: static; }
  .popup { width: 100%; }
  .card--person { margin-top: 0; }
  h1 { font-size: 58px; }
  h2, .h2--final { font-size: 36px; }
}

@media (max-width: 640px) {
  .section, .hero { padding: 48px 0; }
  .section > .col, .hero { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 44px; max-width: none; }
  h2, .h2--final { font-size: 32px; max-width: none; }
  .hero__body, .section__sub, .sub--dark { font-size: 17px; }
  .cta--hero, .cta--final { width: 100%; justify-content: center; }
  .bar { flex-wrap: wrap; gap: 8px; }
  .bar__label { width: 100%; font-size: 15px; }
  .bar__value { width: auto; }
  .faq__q { font-size: 18px; gap: 16px; }
  .faq__a p { padding-right: 0; }
  .stat__figure { font-size: 46px; }
}
