@font-face {
  font-family: "Source Sans 3";
  src: url("assets/source-sans-3-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --preview-gold: #b99751;
  --preview-gold-text: #755817;
  --preview-gold-soft: #f5efdf;
  --preview-navy: #102f38;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--petrol);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .16s ease;
}
.skip-link:focus { transform: translateY(0); }
.rights-preview .brand .logo {
  display: block;
  width: auto;
  max-width: 190px;
  height: 54px;
  object-fit: contain;
}
.rights-preview .brand-text small {
  color: var(--steel);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.approval-preview { background: #fff; font-family: "Source Sans 3","Segoe UI",Arial,sans-serif; }
.approval-preview h1,.approval-preview h2,.approval-preview h3,.approval-preview h4 { font-weight: 720; letter-spacing: -.025em; line-height: 1.12; }
.approval-preview .nav-close,.approval-preview .nav-backdrop { display: none; }
.preview-notice { background: #f8f1df; border-bottom: 1px solid #dfca96; color: #5d491f; font-size: .84rem; }
.preview-notice__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.preview-notice strong { text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.approval-preview .site-header { top: 0; }
.approval-preview .nav { gap: 18px; }
.kicker { display: block; margin-bottom: 10px; color: var(--blue-dk); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-intro { max-width: 720px; margin-bottom: 32px; }
.section-intro--light .kicker { color: #b9dbe0; }
.section-intro--light h2 { color: #fff; }

.preview-hero { background: radial-gradient(circle at 82% 18%, rgba(185,151,81,.16), transparent 24%), linear-gradient(145deg,#f7faf9 0%,#e7f1f3 58%,#dae9eb 100%); }
.preview-hero .container { padding-top: 76px; padding-bottom: 78px; }
.preview-hero h1 { max-width: 18ch; font-size: clamp(2.5rem,5vw,4.55rem); font-weight: 720; letter-spacing: -.04em; }
.preview-hero .lead { max-width: 64ch; }
.hero-copy { position: relative; z-index: 2; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: .9rem; font-weight: 750; }
.hero-assurances li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--ok); }
.hero-proof { background: rgba(255,255,255,.9); border: 1px solid rgba(20,58,68,.13); border-radius: 24px; padding: 30px; box-shadow: 0 26px 70px rgba(20,58,68,.17); }
.hero-proof__top { display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 22px; }
.hero-proof__top img { width: 132px; filter: drop-shadow(0 12px 20px rgba(20,58,68,.12)); }
.hero-proof__top h2 { font-size: 1.45rem; margin-bottom: 7px; }
.hero-proof__top p { color: var(--muted); font-size: .9rem; margin: 0; }
.hero-proof__quote { margin: 24px 0 18px; padding: 20px 0 20px 20px; border-left: 3px solid var(--preview-gold); color: #31434a; font-size: 1.08rem; font-weight: 500; line-height: 1.55; }
.text-link { display: inline-flex; font-weight: 750; }

.proof-rail { padding: 0; background: var(--preview-navy); color: #fff; }
.proof-rail__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-rail__grid div { min-height: 112px; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; justify-content: center; }
.proof-rail__grid div:last-child { border-right: 0; }
.proof-rail strong { font-size: 1.02rem; color: #fff; }
.proof-rail span { margin-top: 4px; color: #bcd0d4; font-size: .83rem; line-height: 1.45; }

.purpose-grid { gap: 16px; }
.purpose-card { min-height: 250px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.purpose-card::after { content: ""; position: absolute; right: -34px; bottom: -48px; width: 110px; height: 110px; border-radius: 50%; background: var(--soft); transition: transform .25s ease; }
.purpose-card:hover::after { transform: scale(1.25); }
.purpose-card__nr { display: block; color: var(--preview-gold-text); font-weight: 900; font-size: .78rem; letter-spacing: .08em; }
.purpose-card h3 { margin-top: 16px; }
.purpose-card .more { margin-top: auto; position: relative; z-index: 1; }

.decision-section { padding-top: 74px; padding-bottom: 74px; }
.comparison-shell { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); background: #fff; }
.product-table { width: 100%; min-width: 900px; border-collapse: collapse; }
.product-table th,.product-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.product-table thead th { background: var(--preview-navy); color: #fff; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.product-table tbody th { color: var(--navy); width: 190px; }
.product-table tbody tr:last-child th,.product-table tbody tr:last-child td { border-bottom: 0; }
.product-table__featured th,.product-table__featured td { background: #f1f7f7; }
.product-table a { font-weight: 800; }
.table-note { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.finder-wrap { margin-top: 34px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.finder-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.finder-card label { display: block; margin-bottom: 9px; color: var(--navy); font-weight: 750; }
.finder-card select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bfd1d5; border-radius: 10px; background: #fff; font: inherit; }
.finder-result { display: none; margin-top: 16px; padding: 18px; background: var(--soft); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.finder-result.is-visible { display: block; }
.finder-result strong { color: var(--navy); }

.quality-section { padding-top: 78px; padding-bottom: 78px; }
.quality-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.quality-list { margin: 34px 0 0; padding: 0; list-style: none; counter-reset: quality; }
.quality-list li { counter-increment: quality; display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.quality-list li::before { content: counter(quality,decimal-leading-zero); color: var(--preview-gold-text); font-weight: 900; }
.quality-list strong,.quality-list span { display: block; }
.quality-list span { margin-top: 4px; color: var(--muted); font-size: .93rem; }
.report-anatomy { background: var(--preview-navy); color: #dbe8ea; border-radius: 24px; padding: 30px; box-shadow: 0 24px 55px rgba(16,47,56,.22); position: sticky; top: 130px; }
.report-anatomy__head { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.report-anatomy__head span,.report-anatomy__head strong,.report-anatomy__head small { display: block; }
.report-anatomy__head span { color: #b9dbe0; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.report-anatomy__head strong { margin-top: 5px; color: #fff; font-size: 1.4rem; }
.report-anatomy__head small { margin-top: 5px; color: #9fb9bf; }
.report-anatomy ol { margin: 15px 0 24px; padding: 0; list-style: none; }
.report-anatomy li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: .9rem; }
.report-anatomy li span { color: #d7bc7d; font-weight: 800; }

.section-navy { padding: 76px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 30px; }
.process-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.055); }
.process-grid article > span { color: #d7bc7d; font-weight: 900; font-size: .8rem; }
.process-grid h3 { margin-top: 32px; font-size: 1.08rem; }
.process-grid p { color: #c7dadd; font-size: .9rem; margin-bottom: 0; }

.impact-section { background: linear-gradient(135deg,#fff 0%,#f1f6f6 100%); }
.impact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { margin: 8px 0; }
.check-list li::before { content: "✓"; color: var(--ok); font-weight: 900; margin-right: 10px; }
.gap-tool { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.gap-tool label { display: block; margin: 12px 0 6px; color: var(--navy); font-weight: 700; }
.gap-tool input { width: 100%; padding: 12px 14px; border: 1px solid #c6d6da; border-radius: 10px; font: inherit; }
.gap-result { margin-top: 16px; padding: 18px; background: var(--preview-gold-soft); border-radius: 12px; color: #4b3c20; }
.gap-result strong { display: block; margin-bottom: 3px; font-size: 1.35rem; }

.region-hubs { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.region-hubs a {
  position: relative;
  min-height: 145px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #cadcda;
  border-radius: 18px;
  background: linear-gradient(138deg,#ffffff 0%,#f1f7f5 58%,#e6f0ed 100%);
  box-shadow: 0 10px 25px rgba(20,58,68,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.region-hubs a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg,#d8b45f,#a87820);
}
.region-hubs a:nth-child(even) {
  background: linear-gradient(138deg,#ffffff 0%,#f8f5ec 58%,#f1ead7 100%);
}
.region-hubs a:hover {
  text-decoration: none;
  border-color: #9ebfbb;
  box-shadow: 0 16px 34px rgba(20,58,68,.13);
  transform: translateY(-2px);
}
.region-hubs strong { color: var(--navy); font-size: 1.18rem; }
.region-hubs span { margin-top: 8px; color: var(--muted); font-size: .9rem; }

.knowledge-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.author-card { overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }
.author-portrait { height: 300px; margin: 0; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: linear-gradient(145deg,#e8f1f2 0%,#d6e6e8 100%); border-bottom: 1px solid var(--line2); }
.author-portrait img { width: auto; height: 292px; max-width: none; filter: drop-shadow(0 16px 24px rgba(20,58,68,.18)); }
.author-card__content { padding: 30px 32px 32px; }
.author-card__content p { color: var(--muted); }
.qualification-facts { margin: 22px 0 26px; padding: 0; list-style: none; }
.qualification-facts li { position: relative; padding: 8px 0 8px 25px; border-top: 1px solid var(--line2); color: var(--navy); font-weight: 650; }
.qualification-facts li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.knowledge-links { display: grid; gap: 12px; }
.knowledge-links a { padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; }
.knowledge-links a:hover { text-decoration: none; border-color: #aacdd3; background: #fbfdfd; }
.knowledge-links span { color: var(--preview-gold-text); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.knowledge-links strong { margin-top: 5px; color: var(--navy); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: start; }
.faq-layout .faq-item { margin-top: 0; margin-bottom: 12px; }
.faq-market-note { margin-top: 14px; padding: 12px 14px; border-left: 3px solid var(--gold); border-radius: 12px; background: rgba(214,176,91,.12); color: #6f7f82; font-size: .98rem; font-weight: 750; }
.rights-faq {
  padding: 86px 0;
  background: linear-gradient(145deg,#f8faf9 0%,#eef5f3 54%,#f7f3e8 100%);
}
.rights-faq .section-intro {
  position: sticky;
  top: 124px;
}
.rights-faq .section-intro p {
  max-width: 46ch;
  margin-top: 18px;
  color: #5c7074;
}
.rights-faq .faq-list {
  display: grid;
  gap: 14px;
}
.rights-faq .faq-list details {
  overflow: hidden;
  border: 1px solid #c8dad8;
  border-radius: 16px;
  background: linear-gradient(135deg,#ffffff 0%,#f1f7f5 100%);
  box-shadow: 0 9px 22px rgba(20,58,68,.07);
}
.rights-faq .faq-list details:nth-child(even) {
  background: linear-gradient(135deg,#ffffff 0%,#f8f4e9 100%);
}
.rights-faq .faq-list details[open] {
  border-color: #b9a16c;
  box-shadow: 0 14px 30px rgba(20,58,68,.11);
}
.rights-faq .faq-list summary {
  position: relative;
  padding: 21px 58px 21px 24px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}
.rights-faq .faq-list summary::-webkit-details-marker { display: none; }
.rights-faq .faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(170,120,30,.42);
  border-radius: 50%;
  color: #9d711e;
  transform: translateY(-50%);
}
.rights-faq .faq-list details[open] summary::after { content: "–"; }
.rights-faq .faq-list details > p {
  margin: 0;
  padding: 0 24px 22px;
  color: #536a6e;
  line-height: 1.72;
}

.finance-offer { padding: 86px 0; background: linear-gradient(180deg,#f7faf7 0%,#edf5f2 100%); }
.finance-offer__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.finance-offer h2 { max-width: 820px; margin: 12px 0 20px; color: var(--petrol); font-size: clamp(2.6rem,4.3vw,4.35rem); line-height: .97; letter-spacing: -.055em; }
.finance-offer p { max-width: 760px; color: #60777c; font-size: 1.15rem; line-height: 1.72; }
.finance-offer__panel { align-self: center; padding: 34px; border: 1px solid rgba(199,155,65,.42); border-radius: 30px; background: radial-gradient(circle at 88% 0%,rgba(214,176,91,.22),transparent 32%),linear-gradient(145deg,#123f46 0%,#1f5d60 100%); color: #e8f1f2; box-shadow: 0 24px 60px rgba(20,58,68,.16); }
.finance-offer__panel h3 { margin: 0 0 24px; color: #fff; font-size: 1.45rem; }
.finance-offer__panel ul { display: grid; gap: 15px; margin: 0 0 30px; padding: 0; list-style: none; }
.finance-offer__panel li { position: relative; padding-left: 34px; color: rgba(255,255,255,.78); line-height: 1.55; }
.finance-offer__panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 18px; height: 2px; background: var(--gold); }
.finance-offer__panel .btn { width: 100%; justify-content: center; }
.finance-offer__contact { display: grid; gap: 3px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }
.finance-offer__contact span { color: #bdd0d2; font-size: .9rem; }
.finance-offer__contact a { width: fit-content; color: #fff; font-size: 1.15rem; font-weight: 850; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.finance-legal { padding: 96px 0; background: #fff; }
.finance-legal .section-intro { max-width: 980px; }
.finance-legal .section-intro h2 { max-width: 900px; }
.finance-legal__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.finance-legal__grid article { min-height: 270px; padding: 32px; border: 1px solid rgba(20,58,68,.14); border-radius: 24px; background: linear-gradient(145deg,#fbfcfa 0%,#f1f6f3 100%); box-shadow: 0 18px 44px rgba(20,58,68,.08); }
.finance-legal__grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border: 1px solid rgba(183,132,34,.42); border-radius: 50%; color: #a77a24; font-size: .78rem; font-weight: 950; letter-spacing: .08em; }
.finance-legal__grid h3 { margin: 0 0 14px; color: var(--petrol); font-size: 1.35rem; line-height: 1.15; }
.finance-legal__grid p { margin: 0; color: #60777c; line-height: 1.65; }
.finance-legal__note { margin: 22px 0 0; padding: 18px 22px; border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; background: #f6f3ea; color: #596e72; font-size: .96rem; line-height: 1.65; }
.finance-legal__sources { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; color: #6d7e82; font-size: .88rem; }
.finance-legal__sources span { font-weight: 800; }
.finance-legal__sources a { color: var(--petrol); font-weight: 800; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.finance-proof .rights-proof__grid > div { min-height: 138px; }
.finance-proof__credential {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 15px;
  align-items: center;
}
.finance-proof__credential img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(20,58,68,.14));
}
.finance-proof__credential > span { margin: 0; }
.finance-proof__credential small { margin-top: 4px; }

.finance-evidence {
  padding: 96px 0;
  background:
    radial-gradient(circle at 87% 8%,rgba(214,176,91,.14),transparent 24%),
    linear-gradient(135deg,#0e373e 0%,#174b51 58%,#285f61 100%);
  color: #dce8e9;
}
.finance-evidence__layout {
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(420px,1.18fr) minmax(270px,.72fr);
  gap: 56px;
  align-items: start;
}
.finance-evidence .kicker { color: #e2bd66; }
.finance-evidence h2,
.finance-evidence h3 { color: #fff; }
.finance-evidence__intro h2 {
  margin-top: 12px;
  font-size: clamp(2.35rem,3.6vw,3.8rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.finance-evidence__intro > p {
  margin-top: 22px;
  color: #c8d9db;
  font-size: 1.04rem;
  line-height: 1.72;
}
.finance-evidence__plain {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.finance-evidence__ledger { border-top: 1px solid rgba(255,255,255,.22); }
.finance-evidence__ledger article {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.finance-evidence__ledger article > span {
  color: #e2bd66;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.finance-evidence__ledger h3 { margin: 0 0 7px; font-size: 1.16rem; }
.finance-evidence__ledger p { margin: 0; color: #bfd1d3; font-size: .92rem; line-height: 1.6; }
.finance-evidence__result {
  padding: 28px;
  border: 1px solid rgba(226,189,102,.34);
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 24px 54px rgba(0,0,0,.12);
}
.finance-evidence__result h3 { margin-top: 10px; font-size: 1.38rem; line-height: 1.18; }
.finance-evidence__result ul { margin: 22px 0; padding: 0; list-style: none; }
.finance-evidence__result li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #c9d9db;
  font-size: .9rem;
  line-height: 1.5;
}
.finance-evidence__result li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25em;
  width: 12px;
  height: 2px;
  background: #e2bd66;
}
.finance-evidence__result .text-link { color: #f0cf84; }

.finance-authority { padding: 82px 0; background: linear-gradient(180deg,#fff 0%,#f2f7f5 100%); }
.finance-authority__card {
  display: grid;
  grid-template-columns: minmax(180px,.48fr) minmax(0,1.35fr) minmax(190px,.52fr);
  overflow: hidden;
  border: 1px solid #d5e2e1;
  border-top: 3px solid var(--rights-gold);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(20,58,68,.12);
}
.finance-authority__portrait {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%,rgba(255,255,255,.11),transparent 35%),
    linear-gradient(145deg,#0c3037,#1c5358);
}
.finance-authority__portrait img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, 310px);
  height: 96%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 26px rgba(0,0,0,.28));
}
.finance-authority__content { align-self: center; padding: 42px; }
.finance-authority__content h2 {
  margin: 10px 0 14px;
  color: var(--rights-petrol);
  font-size: clamp(2rem,3vw,3.05rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.finance-authority__content p { margin: 0; color: #536a6e; font-size: 1.02rem; line-height: 1.7; }
.finance-authority__content ul { margin: 24px 0; padding: 0; border-top: 1px solid #dbe5e4; list-style: none; }
.finance-authority__content li { padding: 10px 0; border-bottom: 1px solid #dbe5e4; color: #385359; font-size: .93rem; }
.finance-authority__certificate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 34px 28px;
  border-left: 1px solid #dce6e5;
  background: linear-gradient(145deg,#f6f9f7,#edf4f1);
  text-align: center;
}
.finance-authority__certificate img { width: 160px; height: auto; filter: drop-shadow(0 12px 22px rgba(20,58,68,.14)); }
.finance-authority__certificate strong { margin-top: 18px; color: var(--rights-petrol); font-size: 1rem; }
.finance-authority__certificate span { margin-top: 8px; color: #667b80; font-size: .8rem; line-height: 1.5; }

.finance-testimonial {
  padding: 74px 0;
  border-top: 1px solid #dce6e5;
  border-bottom: 1px solid #dce6e5;
  background: linear-gradient(135deg,#f8faf8 0%,#edf5f2 100%);
}
.finance-testimonial__layout {
  display: grid;
  grid-template-columns: minmax(150px,.45fr) minmax(0,1.35fr) minmax(220px,.62fr);
  gap: 44px;
  align-items: start;
}
.finance-testimonial__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.finance-testimonial__meta .kicker { margin-bottom: 12px; }
.finance-testimonial__stars {
  color: #ae7a1b;
  font-size: 1.12rem;
  letter-spacing: .12em;
}
.finance-testimonial__meta strong {
  margin-top: 12px;
  color: var(--rights-petrol);
  font-size: 1.04rem;
}
.finance-testimonial__meta > span:last-child {
  margin-top: 3px;
  color: #718387;
  font-size: .82rem;
}
.finance-testimonial blockquote {
  margin: 0;
  padding-left: 30px;
  border-left: 3px solid var(--rights-gold);
}
.finance-testimonial blockquote p {
  margin: 0;
  color: var(--rights-petrol);
  font-family: var(--font-display);
  font-size: clamp(1.18rem,1.55vw,1.5rem);
  line-height: 1.5;
  letter-spacing: -.015em;
}
.finance-testimonial blockquote p + p { margin-top: 14px; }
.finance-testimonial blockquote footer {
  margin-top: 14px;
  color: #6a7d81;
  font-size: .82rem;
}
.finance-testimonial__action p {
  margin: 0 0 20px;
  color: #486167;
  font-size: .96rem;
  line-height: 1.55;
}
.finance-testimonial__action .btn {
  width: 100%;
  justify-content: center;
}
.finance-testimonial__action .text-link {
  display: block;
  margin-top: 14px;
  font-size: .9rem;
}
.finance-testimonial__note {
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid #d7e2e1;
  color: #6b7d81;
  font-size: .78rem;
  line-height: 1.55;
}

.finance-mobile-contact { display: none; }

.contact-stage { padding: 92px 0; background: radial-gradient(circle at 80% 0%,rgba(214,176,91,.24),transparent 28%),linear-gradient(135deg,#0d343b 0%,#143f46 52%,#2a6264 100%); color: #dbe7e9; }
.contact-stage h2 { color: #fff; font-size: clamp(2rem,4vw,3.25rem); }
.contact-stage .kicker { color: #c4a766; }
.contact-stage__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: center; }
.contact-stage__intro { align-self: start; }
.contact-stage__intro--portrait {
  position: relative;
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 30px;
}
.contact-portrait {
  position: sticky;
  top: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px 0 24px 24px;
  background:
    radial-gradient(circle at 48% 17%,rgba(255,255,255,.13),transparent 35%),
    linear-gradient(148deg,#09272d 0%,#17464d 56%,#2c6464 100%);
  box-shadow: 0 22px 50px rgba(3,24,29,.3);
}
.contact-portrait img {
  width: min(92%,360px);
  height: 350px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.34));
}
.contact-portrait figcaption {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 2;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(7,35,40,.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.contact-portrait figcaption strong,
.contact-portrait figcaption span { display: block; }
.contact-portrait figcaption strong { color: #fff; font-size: .94rem; }
.contact-portrait figcaption span { margin-top: 2px; color: #bad0d2; font-size: .78rem; }
.contact-stage__assurance { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--preview-gold); background: rgba(255,255,255,.07); border-radius: 0 16px 16px 0; }
.contact-stage__assurance strong,.contact-stage__assurance span { display: block; }
.contact-stage__assurance span { color: #adc3c8; font-size: .88rem; }
.contact-actions { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.contact-action { min-height: 116px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: rgba(255,255,255,.055); }
.contact-action:hover { text-decoration: none; background: rgba(255,255,255,.1); }
.contact-action--primary { background: #fff; color: var(--navy); }
.contact-action--primary:hover { background: #eef5f5; }
.contact-action strong { color: inherit; }
.contact-action span { margin-top: 3px; color: #b5c9cd; font-size: .83rem; }
.contact-action--primary span { color: var(--muted); }
.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214,176,91,.42);
  border-radius: 28px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(145deg,rgba(214,176,91,.75),rgba(255,255,255,.42),rgba(214,176,91,.26)) border-box;
  box-shadow: 0 34px 90px rgba(4,28,33,.34);
}
.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg,#d6b05b,#f1dc9e,#b9872f);
}
.landing-contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 36px;
  color: var(--navy);
}
.landing-contact-form label {
  display: grid;
  gap: 8px;
  color: #163f46;
  font-size: .9rem;
  font-weight: 800;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
.landing-contact-form input,
.landing-contact-form select,
.landing-contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #bed1d3;
  border-radius: 14px;
  padding: 13px 15px;
  background: linear-gradient(180deg,#fbfdfd 0%,#f2f7f6 100%);
  color: var(--navy);
  font: inherit;
  font-weight: 520;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.landing-contact-form textarea {
  min-height: 146px;
  resize: vertical;
}
.form-section {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(20,58,68,.12);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(247,250,247,.92),rgba(237,245,242,.72));
}
.form-section h3 {
  margin: 0 0 2px;
  color: #123f46;
  font-size: 1.04rem;
  line-height: 1.25;
}
.form-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.tax-form-head {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(214,176,91,.34);
  border-radius: 18px;
  background: radial-gradient(circle at 90% 0%,rgba(214,176,91,.18),transparent 42%),linear-gradient(135deg,#f9fbf8,#eef6f3);
}
.tax-form-head span {
  color: #a77a24;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.tax-form-head strong {
  color: #123f46;
  font-size: 1.28rem;
  line-height: 1.12;
}
.contact-methods {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(214,176,91,.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%,rgba(214,176,91,.18),transparent 32%),
    linear-gradient(145deg,#f9fbfa,#edf5f3);
}
.contact-methods legend {
  padding: 0 8px;
  color: #163f46;
  font-size: .9rem;
  font-weight: 850;
}
.contact-methods__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.contact-methods label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cfdedf;
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  color: var(--navy);
  font-size: .9rem;
  font-weight: 780;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.contact-methods label:hover {
  border-color: rgba(214,176,91,.72);
  box-shadow: 0 10px 22px rgba(20,58,68,.10);
}
.contact-methods label:focus-within {
  outline: 3px solid rgba(214,176,91,.28);
  border-color: #c49b43;
}
.contact-methods input {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-methods span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.contact-methods span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c9d8da;
  box-shadow: 0 0 0 4px rgba(201,216,218,.35);
}
.contact-methods input:checked + span::before {
  background: #d6b05b;
  box-shadow: 0 0 0 4px rgba(214,176,91,.25);
}
.contact-methods label:has(input:checked) {
  border-color: #d6b05b;
  background: linear-gradient(145deg,#fffaf0,#f5ead0);
}
.tax-checklist {
  margin: 0;
  padding: 16px;
  border: 1px solid #d7e4e2;
  border-radius: 18px;
  background: #f8fbfa;
}
.tax-checklist legend {
  padding: 0 8px;
  color: #163f46;
  font-size: .9rem;
  font-weight: 900;
}
.tax-checklist > div {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
}
.tax-checklist label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid #dbe7e5;
  border-radius: 13px;
  background: #fff;
  color: #254b52;
  font-size: .92rem;
  font-weight: 750;
}
.tax-checklist input {
  width: 17px;
  min-height: 17px;
  accent-color: #c49b43;
}
.landing-contact-form input:focus,
.landing-contact-form select:focus,
.landing-contact-form textarea:focus {
  outline: 3px solid rgba(214,176,91,.28);
  border-color: #c49b43;
  background: #fff;
}
.form-consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 2px;
  padding: 14px 16px;
  border: 1px solid #d9e4e5;
  border-radius: 14px;
  background: #f6faf9;
  color: #526a70;
  font-size: .84rem;
  font-weight: 560;
  line-height: 1.45;
}
.form-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}
.landing-contact-form button {
  width: 100%;
  min-height: 60px;
  border-radius: 16px;
  font-size: 1.03rem;
  box-shadow: 0 18px 36px rgba(21,72,80,.22);
}
.form-note {
  margin: -2px 0 0;
  color: #60777c;
  font-size: .88rem;
  line-height: 1.45;
}
.form-status {
  min-height: 1.45em;
  margin: -4px 0 0;
  color: #986d1e;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.45;
}
.contact-direct {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #d0dddd;
  background:
    radial-gradient(circle at 90% 10%,rgba(214,176,91,.16),transparent 28%),
    linear-gradient(145deg,#edf5f4,#dfeceb);
}
.contact-direct a {
  display: grid;
  grid-template-columns: minmax(132px,.36fr) 1fr;
  align-items: center;
  gap: 7px;
  padding: 24px 34px;
  color: var(--navy);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.contact-direct a + a {
  border-top: 1px solid #d7e3e4;
}
.contact-direct a:hover {
  background: rgba(255,255,255,.55);
}
.contact-direct strong {
  color: var(--navy);
  font-size: clamp(1.45rem,2.65vw,2.15rem);
  line-height: 1.08;
  letter-spacing: .01em;
  overflow-wrap: anywhere;
}
.contact-direct .tel-number__suffix {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.contact-direct a[href^="mailto"] strong {
  font-size: clamp(1.35rem,2.15vw,1.95rem);
  line-height: 1.1;
  letter-spacing: 0;
}
.contact-direct span {
  color: #b37d23;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-direct small {
  grid-column: 2;
  color: #5a7378;
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.35;
}
.contact-direct a[href*="wa.me"] strong,
.contact-direct a[href$="termin.html"] strong {
  font-size: clamp(1.18rem,1.9vw,1.62rem);
}

.preview-footer { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 40px; }
.footer-logo { width: 220px; padding: 0; background: transparent; border-radius: 0; margin-bottom: 18px; }
.rights-footer .preview-footer div:nth-child(2) .small {
  margin-top: 12px;
  font-size: 1.05rem;
  line-height: 1.8;
}
.rights-footer .preview-footer div:nth-child(2) a {
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 1000px) {
  .proof-rail__grid,.process-grid { grid-template-columns: repeat(2,1fr); }
  .proof-rail__grid div:nth-child(2) { border-right: 0; }
  .quality-layout,.impact-layout,.knowledge-layout,.faq-layout,.contact-stage__layout { grid-template-columns: 1fr; }
  .finance-offer__grid { grid-template-columns: 1fr; }
  .finance-legal__grid { grid-template-columns: 1fr; }
  .finance-legal__grid article { min-height: 0; }
  .finance-evidence__layout { grid-template-columns: 1fr 1fr; gap: 42px; }
  .finance-evidence__intro { grid-column: 1 / -1; max-width: 800px; }
  .finance-authority__card { grid-template-columns: minmax(210px,.55fr) minmax(0,1.2fr); }
  .finance-authority__certificate {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 120px minmax(180px,.55fr) minmax(0,1fr);
    gap: 22px;
    border-top: 1px solid #dce6e5;
    border-left: 0;
    text-align: left;
  }
  .finance-authority__certificate img { grid-row: 1 / span 2; width: 112px; }
  .finance-authority__certificate strong,
  .finance-authority__certificate span { margin-top: 0; }
  .finance-testimonial__layout {
    grid-template-columns: minmax(150px,.42fr) minmax(0,1.58fr);
    gap: 34px;
  }
  .finance-testimonial__action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px 24px;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #d7e2e1;
  }
  .finance-testimonial__action p { margin: 0; }
  .finance-testimonial__action .btn { width: auto; grid-row: 1 / span 2; grid-column: 2; }
  .finance-testimonial__action .text-link { margin-top: 0; }
  .report-anatomy { position: static; }
  .contact-stage__intro--portrait,
  .rights-faq .section-intro { position: static; }
  .contact-portrait { position: static; }
}

@media (max-width: 1199px) {
  .approval-preview .nav-close { display: flex; }
  .approval-preview .menu-toggle:checked ~ .nav-backdrop { display: block; }
}

@media (max-width: 700px) {
  .rights-preview .brand .logo { height: 44px; max-width: 152px; }
  .rights-preview .brand-text { display: none; }
  .preview-notice__inner { flex-direction: column; gap: 0; padding-top: 7px; padding-bottom: 7px; }
  .preview-hero .container { padding-top: 50px; padding-bottom: 54px; }
  .preview-hero h1 { font-size: 2.35rem; }
  .hero-proof { padding: 22px; }
  .hero-proof__top { grid-template-columns: 86px 1fr; }
  .hero-proof__top img { width: 86px; }
  .hero-assurances { display: grid; }
  .proof-rail__grid,.process-grid,.region-hubs,.contact-actions,.preview-footer { grid-template-columns: 1fr; }
  .form-grid,.form-grid--three,.contact-direct { grid-template-columns: 1fr; }
  .contact-methods__grid { grid-template-columns: 1fr; }
  .tax-checklist > div { grid-template-columns: 1fr; }
  .contact-portrait { min-height: 310px; }
  .contact-portrait img { height: 300px; }
  .contact-direct a {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contact-direct a + a { border-left: 0; border-top: 1px solid #d7e3e4; }
  .contact-direct small { grid-column: auto; }
  .landing-contact-form { padding: 24px; }
  .form-section { padding: 18px; }
  .contact-direct strong { font-size: 1.42rem; }
  .contact-direct a[href^="mailto"] strong { font-size: 1.26rem; }
  .contact-direct a { padding: 22px 24px; }
  .proof-rail__grid div { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .finder-wrap { grid-template-columns: 1fr; }
  .quality-layout,.impact-layout,.knowledge-layout,.faq-layout,.contact-stage__layout { gap: 34px; }
  .author-portrait { height: 270px; }
  .author-portrait img { height: 262px; }
  .author-card__content { padding: 26px 24px 28px; }
  .contact-stage { padding: 62px 0; }
  .finance-offer,
  .finance-legal,
  .finance-evidence,
  .finance-authority,
  .finance-testimonial { padding: 62px 0; }
  .finance-offer__grid { gap: 32px; }
  .finance-offer h2 { font-size: clamp(2.25rem,11vw,3.15rem); }
  .finance-offer__panel { padding: 26px 24px; border-radius: 22px; }
  .finance-proof__credential { grid-template-columns: 62px minmax(0,1fr); }
  .finance-proof__credential img { width: 62px; height: 62px; }
  .finance-evidence__layout { grid-template-columns: 1fr; gap: 34px; }
  .finance-evidence__intro { grid-column: auto; }
  .finance-evidence__intro h2 { font-size: clamp(2.2rem,10vw,3.05rem); }
  .finance-evidence__result { padding: 24px; }
  .finance-authority__card { grid-template-columns: 1fr; }
  .finance-authority__portrait { min-height: 330px; }
  .finance-authority__portrait img { width: min(92%, 290px); height: 94%; }
  .finance-authority__content { padding: 30px 24px; }
  .finance-authority__certificate {
    grid-column: auto;
    grid-template-columns: 96px 1fr;
    gap: 8px 20px;
    align-items: center;
    padding: 24px;
  }
  .finance-authority__certificate img { grid-row: 1 / span 2; width: 96px; }
  .finance-authority__certificate strong,
  .finance-authority__certificate span { grid-column: 2; }
  .finance-authority__certificate strong { align-self: end; }
  .finance-authority__certificate span { align-self: start; }
  .finance-testimonial__layout { grid-template-columns: 1fr; gap: 28px; }
  .finance-testimonial blockquote { padding-left: 20px; }
  .finance-testimonial__action {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .finance-testimonial__action p { margin: 0; }
  .finance-testimonial__action .btn {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
  }
  .finance-testimonial__action .text-link { margin-top: 0; }
  .finance-testimonial__note { margin-top: 24px; }
  .finance-mobile-contact {
    position: fixed;
    z-index: 70;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 16px;
    background: #103c43;
    box-shadow: 0 18px 45px rgba(4,25,30,.3);
  }
  .finance-mobile-contact a {
    min-height: 52px;
    display: grid;
    place-items: center;
    padding: 10px 12px;
    color: #fff;
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
  }
  .finance-mobile-contact a + a { background: #c99d42; color: #103c43; }
  .rights-preview:has(.finance-mobile-contact) { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* ===========================================================
   Freigabevorschau: Nießbrauch, Wohnrecht und Leibrente
   Eigenständige Landingpage im bestehenden Petrol-Gold-CI.
   =========================================================== */
.rights-preview {
  --rights-petrol: #0f3b43;
  --rights-petrol-mid: #1a5157;
  --rights-petrol-light: #2b6668;
  --rights-gold: #d6b05b;
  --rights-gold-soft: #f2e5c2;
  --rights-cream: #f8f6f0;
  background: #fff;
}

.rights-preview h1,
.rights-preview h2,
.rights-preview h3 {
  text-wrap: balance;
}

.rights-preview .tel-number__suffix {
  margin-left: .28em;
}

.rights-preview .header-cta .tel {
  font-size: 1.08rem;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .rights-preview .header-cta .btn {
    display: none;
  }
}

.rights-preview .hamburger,
.rights-preview .nav-close {
  width: 44px;
  height: 44px;
  border: 0;
  font: inherit;
}

.rights-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--rights-gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rights-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 86px;
  background:
    radial-gradient(circle at 88% 16%, rgba(214,176,91,.18), transparent 24%),
    linear-gradient(128deg, #0d353d 0%, #123f46 44%, #285b5c 100%);
  color: #d9e7e9;
}

.rights-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(214,176,91,.22);
  border-radius: 50%;
}

.rights-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(390px,.9fr);
  gap: 72px;
  align-items: center;
}

.rights-hero h1 {
  max-width: 18ch;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.65rem,4.2vw,4rem);
  font-weight: 740;
  letter-spacing: -.045em;
  line-height: .99;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.rights-hero__lead {
  max-width: 63ch;
  margin-bottom: 30px;
  color: #cbdcdf;
  font-size: 1.12rem;
  line-height: 1.72;
}

.rights-btn--gold {
  background: linear-gradient(135deg,#dbb862,#c79c41);
  color: #173b41;
  box-shadow: 0 12px 30px rgba(4,25,29,.28);
}

.rights-btn--gold:hover {
  color: #102f35;
  box-shadow: 0 16px 36px rgba(4,25,29,.36);
}

.rights-btn--dark {
  border-color: rgba(255,255,255,.38);
  background: transparent;
  color: #fff;
}

.rights-btn--dark:hover {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.07);
  color: #fff;
}

.rights-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #d8e6e7;
  font-size: .84rem;
  font-weight: 700;
}

.rights-hero__assurances li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 9px 2px 0;
  border-radius: 50%;
  background: var(--rights-gold);
}

.rights-hero__panel {
  border: 1px solid rgba(214,176,91,.48);
  border-radius: 24px 0 24px 24px;
  padding: 34px 36px 30px;
  background: linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
  box-shadow: 0 30px 70px rgba(3,25,29,.25);
}
.rights-hero__panel h2 {
  margin: 0 0 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.15;
}
.rights-hero__panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rights-hero__panel ul li {
  position: relative;
  display: block;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #e7eff0;
  line-height: 1.5;
}
.rights-hero__panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.82em;
  width: 17px;
  height: 2px;
  background: var(--rights-gold);
}

.rights-panel__label {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: #fff;
  font-size: 1.04rem;
  font-weight: 800;
}

.rights-hero__panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rights-hero__panel li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.rights-hero__panel li > span {
  grid-row: 1 / span 2;
  color: var(--rights-gold);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.rights-hero__panel strong {
  color: #fff;
  font-size: .98rem;
}

.rights-hero__panel small {
  margin-top: 2px;
  color: #b7cdd0;
  font-size: .78rem;
  line-height: 1.45;
}

.rights-hero__panel > p {
  margin: 20px 0 0;
  color: #c5d7da;
  font-size: .86rem;
}

.rights-proof {
  padding: 0;
  border-bottom: 1px solid #dbe6e6;
  background: #fff;
}

.rights-proof__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.rights-proof__grid > div {
  min-height: 126px;
  padding: 27px 24px;
  border-right: 1px solid #dfe8e8;
}

.rights-proof__grid > div:last-child {
  border-right: 0;
}

.rights-proof__grid span,
.rights-proof__grid strong,
.rights-proof__grid small {
  display: block;
}

.rights-proof__grid span {
  color: #a9781c;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.rights-proof__grid strong {
  margin-top: 6px;
  color: var(--rights-petrol);
}

.rights-proof__grid small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.45;
}

.rights-section {
  padding: 76px 0;
}

.rights-editorial {
  display: grid;
  grid-template-columns: minmax(0,.87fr) minmax(0,1.13fr);
  gap: 78px;
  align-items: start;
}

.rights-editorial__intro {
  position: sticky;
  top: 120px;
}

.rights-editorial__intro h2,
.rights-heading h2,
.rights-tax h2,
.rights-docs h2 {
  font-size: clamp(2rem,3.4vw,3.2rem);
  letter-spacing: -.035em;
  line-height: 1.04;
}

.rights-editorial__intro > p:not(.rights-source-note) {
  margin-top: 24px;
  color: #40545a;
  font-size: 1.04rem;
  line-height: 1.78;
}

.rights-source-note {
  margin-top: 26px;
  padding: 17px 0 0 18px;
  border-top: 1px solid #dce7e7;
  border-left: 2px solid var(--rights-gold);
  color: #62757a;
  font-size: .82rem;
}

.rights-cases {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccdcdc;
  list-style: none;
}

.rights-cases li {
  display: grid;
  grid-template-columns: 126px minmax(0,1fr);
  gap: 8px 28px;
  padding: 27px 0;
  border-bottom: 1px solid #ccdcdc;
}

.rights-cases li > span {
  grid-row: 1 / span 2;
  padding-top: 3px;
  color: #9e711d;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rights-cases h3 {
  margin: 0;
  font-size: 1.3rem;
}

.rights-cases p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.rights-paths {
  padding: 78px 0;
  background: linear-gradient(135deg,#0f3b43 0%,#1a5157 58%,#2a6264 100%);
  color: #d5e4e6;
}

.rights-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.rights-heading > p {
  max-width: 65ch;
  margin: 14px 0 0;
  color: var(--muted);
}

.rights-heading--light h2,
.rights-heading--light p {
  color: #fff;
}

.rights-heading--light p {
  color: #bfd1d4;
}

.rights-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rights-heading--center > p {
  margin-right: auto;
  margin-left: auto;
}

.rights-paths__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.rights-paths__grid article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 42px 42px 42px 0;
}

.rights-paths__grid article + article {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.rights-paths__nr {
  color: var(--rights-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.rights-overline {
  margin: 0 0 8px;
  color: var(--rights-gold);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.rights-paths h3 {
  color: #fff;
  font-size: 1.6rem;
}

.rights-paths article p:not(.rights-overline),
.rights-paths li {
  color: #c4d6d8;
}

.rights-paths ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rights-paths li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .9rem;
}

.rights-paths li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 1px;
  background: var(--rights-gold);
}

.rights-paths__conclusion {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 28px;
}

.rights-paths__conclusion strong {
  max-width: 42ch;
  color: #fff;
}

.rights-paths__conclusion span {
  max-width: 58ch;
  color: #afc5c8;
  font-size: .86rem;
}

.rights-factors {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: 70px;
  align-items: start;
}

.rights-ledger {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid #ccdcdc;
}

.rights-ledger article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid #ccdcdc;
}

.rights-ledger article:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid #ccdcdc;
}

.rights-ledger article > span {
  color: #a9781c;
  font-size: .72rem;
  font-weight: 900;
}

.rights-ledger h3 {
  margin: 0 0 7px;
  font-size: 1.04rem;
}

.rights-ledger p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}

.rights-tax {
  padding: 78px 0;
  background:
    radial-gradient(circle at 83% 18%,rgba(214,176,91,.15),transparent 23%),
    var(--rights-cream);
}

.rights-tax__grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  gap: 78px;
  align-items: center;
}

.rights-tax__grid > div > p {
  max-width: 68ch;
  color: #52656a;
}

.rights-tax__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
}

.rights-tax__links a {
  color: var(--rights-petrol);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #c8a457;
  text-underline-offset: 4px;
}

.rights-tax__comparison {
  border-top: 3px solid var(--rights-gold);
  background: #fff;
  box-shadow: 0 24px 60px rgba(31,65,68,.13);
}

.rights-tax__comparison > div {
  padding: 24px 28px;
  border-bottom: 1px solid #dce6e5;
}

.rights-tax__comparison span,
.rights-tax__comparison strong,
.rights-tax__comparison small {
  display: block;
}

.rights-tax__comparison span {
  color: #9d711f;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rights-tax__comparison strong {
  margin-top: 5px;
  color: var(--rights-petrol);
}

.rights-tax__comparison small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .8rem;
}

.rights-tax__comparison > p {
  margin: 0;
  padding: 20px 28px;
  color: #66787c;
  font-size: .78rem;
}

.rights-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.rights-process::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: #c6d7d7;
}

.rights-process li {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}

.rights-process li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #cba650;
  border-radius: 50%;
  background: #fff;
  color: #946718;
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(24,64,69,.09);
}

.rights-process h3 {
  margin-top: 21px;
  font-size: 1.02rem;
}

.rights-process p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.rights-docs {
  padding: 78px 0;
  border-top: 1px solid #e2e9e9;
  background: linear-gradient(140deg,#f5f8f7 0%,#eef4f3 62%,#e5efee 100%);
}

.rights-docs__grid {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(560px,1.05fr);
  gap: 54px;
  align-items: center;
}

.rights-docs__lead {
  max-width: 65ch;
  color: var(--muted);
}

.rights-doc-list {
  margin: 30px 0;
  padding: 0;
  border-top: 1px solid #c9d9d9;
  list-style: none;
}

.rights-doc-list li {
  display: grid;
  grid-template-columns: minmax(180px,.8fr) minmax(0,1.2fr);
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid #c9d9d9;
}

.rights-doc-list strong {
  color: var(--rights-petrol);
  font-size: .9rem;
}

.rights-doc-list span {
  color: var(--muted);
  font-size: .86rem;
}

.rights-expert {
  display: grid;
  grid-template-columns: minmax(290px,1.05fr) minmax(0,1fr);
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px 0 24px 24px;
  background: linear-gradient(145deg,#123e45,#225b5f);
  color: #d8e7e8;
  box-shadow: 0 28px 70px rgba(20,58,68,.2);
}

.rights-expert figure {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  padding-top: 34px;
  background:
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.12),transparent 34%),
    linear-gradient(148deg,#071c21 0%,#103940 52%,#1e5559 100%);
}

.rights-expert__portrait {
  position: relative;
  z-index: 2;
  width: min(100%, 410px);
  height: auto;
  max-height: 505px;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.34));
}

.rights-expert__mark {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 34px;
  width: 84px;
  height: auto;
  opacity: .16;
  filter: saturate(.8) brightness(1.15);
  pointer-events: none;
}

.rights-expert__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
}

.rights-expert__badge {
  width: 128px;
  height: auto;
  margin-bottom: 24px;
  opacity: .78;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.2));
}

.rights-expert h2,
.rights-expert h3 {
  color: #fff;
  font-size: clamp(1.7rem,2.6vw,2.35rem);
  line-height: 1.08;
}

.rights-expert p,
.rights-expert li {
  color: #c3d7d9;
}

.rights-expert ul {
  margin: 12px 0 25px;
  padding: 0;
  list-style: none;
}

.rights-expert li {
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
}

.rights-expert__content > a {
  color: #f0d28f;
  font-size: .88rem;
  font-weight: 800;
}

.rights-authority {
  padding: 0 0 76px;
  background: #fff;
}

.rights-authority__card {
  display: grid;
  grid-template-columns: 168px minmax(0,1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 28px 32px;
  border: 1px solid #dbe6e6;
  border-left: 4px solid var(--rights-gold);
  border-radius: 20px;
  background:
    linear-gradient(145deg,#ffffff 0%,#f7faf9 100%);
  box-shadow: 0 18px 44px rgba(20,58,68,.08);
}

.rights-authority__card .rights-authority__badge {
  width: 168px;
  height: auto;
  opacity: .9;
  filter: saturate(.88) contrast(.98) drop-shadow(0 12px 22px rgba(20,58,68,.14));
}

.rights-authority__card .kicker {
  margin-bottom: 8px;
}

.rights-authority__card h2 {
  margin: 0;
  color: var(--rights-petrol);
  font-size: clamp(1.45rem,2.1vw,2rem);
  letter-spacing: -.025em;
  line-height: 1.12;
}

.rights-authority__card p {
  max-width: 70ch;
  margin: 8px 0 0;
  color: #52666b;
  font-size: 1rem;
  line-height: 1.65;
}

.rights-authority__card .text-link {
  justify-self: end;
  white-space: nowrap;
  color: #a9781c;
}

.rights-contact {
  background:
    radial-gradient(circle at 83% 12%,rgba(214,176,91,.22),transparent 27%),
    linear-gradient(128deg,#0f3b43 0%,#1a5157 58%,#2a6264 100%);
}

.rights-footer {
  background: linear-gradient(130deg,#0b3037 0%,#123f46 55%,#1a4d50 100%);
}

@media (max-width: 1050px) {
  .rights-editorial,
  .rights-factors,
  .rights-tax__grid,
  .rights-docs__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rights-editorial__intro {
    position: static;
  }

  .rights-hero__panel,
  .rights-tax__comparison {
    max-width: 720px;
  }

  .rights-process {
    grid-template-columns: repeat(3,1fr);
    gap: 28px 0;
  }

  .rights-process::before {
    display: none;
  }

  .rights-expert {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .rights-hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rights-hero h1 {
    max-width: 20ch;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .rights-hero__panel ol {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 28px;
  }
}

@media (max-width: 760px) {
  .rights-preview .preview-notice__inner span {
    display: none;
  }

  .rights-preview .announce {
    padding: 7px 10px;
    font-size: .76rem;
  }

  .rights-hero {
    padding: 58px 0 62px;
  }

  .rights-hero h1 {
    max-width: none;
    font-size: clamp(2rem,8.5vw,2.7rem);
    line-height: 1.02;
  }

  .rights-hero__lead {
    font-size: 1.02rem;
  }

  .rights-hero__panel {
    padding: 27px 24px 24px;
  }

  .rights-hero__panel li {
    padding: 13px 0;
  }

  .rights-hero__assurances,
  .rights-paths__conclusion {
    display: grid;
  }

  .rights-proof__grid {
    grid-template-columns: repeat(2,1fr);
  }

  .rights-proof__grid > div:nth-child(2) {
    border-right: 0;
  }

  .rights-proof__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #dfe8e8;
  }

  .rights-section,
  .rights-paths,
  .rights-tax,
  .rights-docs {
    padding: 62px 0;
  }

  .rights-cases li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rights-cases li > span {
    grid-row: auto;
  }

  .rights-paths__grid,
  .rights-ledger {
    grid-template-columns: 1fr;
  }

  .rights-paths__grid article,
  .rights-paths__grid article + article {
    padding: 32px 0;
    border-left: 0;
  }

  .rights-paths__grid article + article {
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .rights-ledger article,
  .rights-ledger article:nth-child(even) {
    padding: 22px 0;
    border-left: 0;
  }

  .rights-process {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .rights-process li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 4px 18px;
    padding: 18px 0;
    border-top: 1px solid #d1dede;
    text-align: left;
  }

  .rights-process li > span {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
  }

  .rights-process h3 {
    margin: 2px 0 0;
  }

  .rights-doc-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .rights-expert {
    grid-template-columns: 1fr;
  }

  .rights-expert figure {
    min-height: 330px;
    max-height: 400px;
  }

  .rights-expert__portrait {
    width: min(92%, 340px);
    max-height: 395px;
  }

  .rights-expert__content {
    padding: 34px 26px;
  }

  .rights-authority {
    padding-bottom: 62px;
  }

  .rights-authority__card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .rights-authority__card .rights-authority__badge {
    width: 124px;
  }

  .rights-authority__card .text-link {
    grid-column: 1;
    justify-self: start;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .rights-preview h2,
  .rights-preview h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .rights-preview .rights-hero h1 {
    font-size: clamp(1.78rem, 7.7vw, 2.05rem);
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .rights-proof__grid {
    grid-template-columns: 1fr;
  }

  .rights-proof__grid > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dfe8e8;
  }

  .rights-hero__panel li {
    grid-template-columns: 30px 1fr;
  }

  .rights-editorial__intro h2,
  .rights-heading h2,
  .rights-tax h2,
  .rights-docs h2 {
    font-size: 2rem;
  }
}

/* Feinschliff: echtes Markenlogo und konsistente Mindestgroessen fuer Lesetexte. */
.rights-preview .brand-logo {
  width: auto;
  height: 54px;
  object-fit: contain;
}

.rights-preview .preview-notice { font-size: .9rem; }
.rights-preview .preview-notice strong { font-size: .78rem; }
.rights-preview .announce { font-size: .9rem; }
.rights-preview .kicker,
.rights-kicker { font-size: .86rem; }
.rights-hero__panel small { font-size: .9rem; }
.rights-hero__panel > p { font-size: .96rem; }
.rights-proof__grid span { font-size: .78rem; }
.rights-proof__grid small { font-size: .92rem; }
.rights-source-note { font-size: .92rem; }
.rights-cases li > span { font-size: .82rem; }
.rights-cases p { font-size: 1rem; }
.rights-paths__nr { font-size: .84rem; }
.rights-overline { font-size: .84rem; }
.rights-paths article p:not(.rights-overline) { font-size: 1rem; }
.rights-paths li { font-size: .96rem; }
.rights-paths__conclusion span { font-size: .94rem; }
.rights-ledger article > span { font-size: .82rem; }
.rights-ledger h3 { font-size: 1.12rem; }
.rights-ledger p { font-size: .95rem; }
.rights-tax__links a { font-size: .94rem; }
.rights-tax__comparison span { font-size: .8rem; }
.rights-tax__comparison small { font-size: .9rem; }
.rights-tax__comparison > p { font-size: .88rem; }
.rights-process li > span { font-size: .8rem; }
.rights-process h3 { font-size: 1.1rem; }
.rights-process p { font-size: .92rem; }
.rights-doc-list strong { font-size: .96rem; }
.rights-doc-list span { font-size: .94rem; }
.rights-expert li { font-size: .92rem; }
.rights-expert__content > a { font-size: .96rem; }
.rights-preview .contact-action span { font-size: .92rem; }
.rights-preview .foot-grid li { font-size: .96rem; }
.rights-preview .foot-bottom,
.rights-preview .disclaimer { font-size: .86rem; }

@media (max-width: 760px) {
  .rights-preview .announce { font-size: .82rem; }
  .rights-preview .brand-logo { height: 44px; }
}

.rights-expert figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(7,28,33,0), rgba(7,28,33,.78));
}

.rights-expert__portrait {
  z-index: 3;
  width: min(100%, 410px);
  height: auto;
  max-height: 500px;
  transform: translateY(-30px);
}

@media (max-width: 760px) {
  .rights-expert__portrait {
    width: min(92%, 340px);
    height: auto;
    max-height: 395px;
    transform: translateY(-18px);
  }

  .rights-expert__mark {
    width: 62px;
    left: 18px;
    top: 24px;
  }
}

/* Fachliche Quellenkarte: ruhig, klar und ohne eine weitere gleichförmige
   Kachelwand. Die amtlichen Grundlagen bleiben sichtbar und prüfbar. */
.rights-tax .tax-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(202, 165, 80, .42);
  border-radius: 28px 0 28px 0;
  color: #f7f5ee;
  background:
    radial-gradient(circle at 100% 0, rgba(209, 174, 93, .18), transparent 34%),
    linear-gradient(135deg, #0d3b43 0%, #1e5353 100%);
  box-shadow: 0 24px 58px rgba(12, 53, 59, .16);
}

.rights-tax .tax-card::after {
  position: absolute;
  inset: auto -46px -70px auto;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(220, 188, 111, .24);
  border-radius: 50%;
  content: "";
}

.rights-tax .tax-card h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.rights-tax .tax-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.rights-tax .tax-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, .9);
}

.rights-tax .tax-card li::before {
  width: 20px;
  height: 1px;
  margin-top: .75em;
  background: var(--gold);
  content: "";
}

.rights-tax .tax-card > p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .74);
  font-size: .92rem;
}

.official-sources {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 18px;
}

.official-sources span {
  width: 100%;
  color: #e1bd68;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.official-sources a {
  color: #fff;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: #d9b55f;
  text-underline-offset: 4px;
}

.official-sources a:hover,
.official-sources a:focus-visible {
  color: #f2d791;
}

@media (max-width: 760px) {
  .rights-tax .tax-card {
    padding: 26px 22px;
    border-radius: 22px 0 22px 0;
  }
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
