/* German Packaging EPR landing page - deliberately namespaced. */
.epr-page {
  --epr-ink: #261f2a;
  --epr-muted: #5f5264;
  --epr-purple: #8f1f88;
  --epr-violet: #6636cc;
  --epr-deep: #210527;
  --epr-gold: #e0b35d;
  --epr-mint: #89d6bd;
  --epr-line: rgba(45, 10, 53, 0.12);
  --epr-card: #fff;
  --epr-soft: #f8f4f9;
  background: #fff;
  color: var(--epr-ink);
}

.epr-page .site-header {
  border-bottom-color: rgba(45, 10, 53, 0.12);
}

.epr-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.epr-language-wrap {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  padding: 12px 20px;
  border-bottom: 1px solid var(--epr-line);
  background: #fbf8fc;
}

.epr-language {
  display: flex;
  width: min(1160px, 100%);
  margin: 0 auto;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 2px 0 5px;
}

.epr-language a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #493b4d;
  font-size: .86rem;
  text-decoration: none;
}

.epr-language a:hover,
.epr-language a:focus-visible {
  border-color: rgba(143, 31, 136, .25);
  background: #fff;
  color: var(--epr-purple);
}

.epr-language a[aria-current="page"] {
  border-color: rgba(143, 31, 136, .3);
  background: linear-gradient(135deg, rgba(177, 46, 169, .13), rgba(102, 54, 204, .1));
  color: #71166c;
  box-shadow: 0 5px 16px rgba(45, 10, 53, .08);
}

.epr-flag {
  font-size: 1.05rem;
  line-height: 1;
}

.epr-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 8vw, 112px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(224, 179, 93, .2), transparent 22rem),
    radial-gradient(circle at 13% 100%, rgba(102, 54, 204, .34), transparent 28rem),
    linear-gradient(125deg, #19031e 0%, #3d0c47 56%, #230627 100%);
}

.epr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(30deg, transparent 24%, rgba(255, 255, 255, .09) 25%, rgba(255, 255, 255, .09) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .09) 75%, rgba(255, 255, 255, .09) 76%, transparent 77%),
    linear-gradient(150deg, transparent 24%, rgba(255, 255, 255, .07) 25%, rgba(255, 255, 255, .07) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .07) 75%, rgba(255, 255, 255, .07) 76%, transparent 77%);
  background-size: 68px 118px;
  pointer-events: none;
}

.epr-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}

.epr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--epr-purple);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.epr-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}

.epr-hero .epr-kicker,
.epr-process .epr-kicker,
.epr-history .epr-kicker,
.epr-onboarding .epr-kicker {
  color: #e8c5f0;
}

.epr-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4rem;
  line-height: .99;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.epr-hero-intro {
  max-width: 720px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(1.08rem, 2vw, 1.27rem);
  line-height: 1.7;
}

.epr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.epr-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.epr-status-note {
  max-width: 680px;
  margin: 20px 0 0;
  padding-left: 17px;
  border-left: 3px solid var(--epr-gold);
  color: rgba(255, 255, 255, .7);
  font-size: .91rem;
  line-height: 1.55;
}

.epr-route {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 30px 80px rgba(0, 0, 0, .25);
  backdrop-filter: blur(9px);
}

.epr-route svg {
  position: absolute;
  inset: 125px 8% auto;
  width: 84%;
  overflow: visible;
}

.epr-route svg path {
  fill: none;
  stroke: rgba(224, 179, 93, .86);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 6 9;
}

.epr-route svg circle { fill: #f2ce86; }

.epr-route-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(16, 2, 20, .56);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .23);
}

.epr-route-card span { color: rgba(255, 255, 255, .58); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.epr-route-card strong { color: #fff; line-height: 1.25; }
.epr-route-start { top: 45px; left: 28px; }
.epr-route-middle { right: 30px; bottom: 137px; }
.epr-route-end { right: 35px; top: 48px; min-width: 96px; }
.epr-route-end strong { font-size: 2rem; color: #f2ce86; }

.epr-package {
  position: absolute;
  left: 18%;
  bottom: 45px;
  width: 158px;
  height: 128px;
  transform: rotate(-4deg);
  border: 2px solid rgba(255, 255, 255, .48);
  background: linear-gradient(135deg, rgba(224, 179, 93, .38), rgba(224, 179, 93, .1));
  box-shadow: 18px 23px 0 rgba(0, 0, 0, .14);
}

.epr-package::before,
.epr-package::after,
.epr-package span { content: ""; position: absolute; background: rgba(255, 255, 255, .34); }
.epr-package::before { width: 2px; height: 100%; left: 50%; }
.epr-package::after { height: 2px; width: 100%; top: 28%; }
.epr-package span:first-child { width: 50%; height: 2px; top: 14%; left: 25%; transform: rotate(24deg); }
.epr-package span:nth-child(2) { width: 38px; height: 38px; right: 15px; bottom: 14px; border-radius: 50%; background: transparent; border: 2px solid rgba(137, 214, 189, .8); }
.epr-package span:nth-child(3) { width: 15px; height: 2px; right: 26px; bottom: 32px; background: rgba(137, 214, 189, .8); transform: rotate(45deg); }

.epr-trust {
  position: relative;
  z-index: 2;
  margin-top: -24px;
}

.epr-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--epr-line);
  border-radius: 16px;
  background: var(--epr-card);
  box-shadow: 0 18px 45px rgba(45, 10, 53, .12);
}

.epr-trust article { padding: 24px 27px; }
.epr-trust article + article { border-left: 1px solid var(--epr-line); }
.epr-trust h2 { margin: 0 0 8px; color: var(--epr-purple); font-size: 1.05rem; }
.epr-trust p { margin: 0; color: var(--epr-muted); line-height: 1.55; }

.epr-section { padding: clamp(66px, 8vw, 108px) 0; }
.epr-section h2 { margin: 0; color: var(--epr-deep); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.epr-section h3 { text-wrap: balance; }
.epr-section-head { display: grid; grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr); gap: 42px; align-items: end; margin-bottom: 39px; }
.epr-section-head > p,
.epr-lead { margin: 0; color: var(--epr-muted); font-size: 1.1rem; line-height: 1.75; }

.epr-change { background: #fff; }
.epr-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.epr-check-grid > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 22px; border: 1px solid var(--epr-line); border-radius: 13px; background: var(--epr-card); box-shadow: 0 10px 24px rgba(45, 10, 53, .045); }
.epr-check-grid span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(137, 214, 189, .25); color: #1c6754; font-weight: 900; }
.epr-check-grid p { margin: 0; color: #4e4352; line-height: 1.65; }
.epr-precision { margin-top: 22px; padding: 24px 27px; border-left: 4px solid var(--epr-gold); border-radius: 11px; background: var(--epr-deep); color: #fff; }
.epr-precision h3 { margin: 0 0 9px; font-size: 1.1rem; }
.epr-precision p { margin: 0; color: rgba(255, 255, 255, .8); line-height: 1.65; }

.epr-handle { background: var(--epr-soft); }
.epr-handle-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 25px; align-items: stretch; }
.epr-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.epr-feature-list li { position: relative; padding: 18px 18px 18px 44px; border: 1px solid var(--epr-line); border-radius: 11px; background: var(--epr-card); color: #4d4251; line-height: 1.5; box-shadow: 0 8px 18px rgba(45, 10, 53, .04); }
.epr-feature-list li::before { content: ""; position: absolute; left: 18px; top: 22px; width: 13px; height: 8px; border-left: 2px solid var(--epr-purple); border-bottom: 2px solid var(--epr-purple); transform: rotate(-45deg); }
.epr-personal-card { padding: 29px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #2d0a35, #5e1764); box-shadow: 0 20px 45px rgba(45, 10, 53, .2); }
.epr-card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 12px; color: #f0d8f5; font-weight: 900; letter-spacing: .08em; }
.epr-personal-card h3 { margin: 0 0 13px; font-size: 1.4rem; }
.epr-personal-card p { margin: 0; color: rgba(255, 255, 255, .8); line-height: 1.7; }

.epr-scope { background: #fff; }
.epr-scope-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 22px; }
.epr-scope-card,
.epr-threshold { padding: 29px; border: 1px solid var(--epr-line); border-radius: 16px; background: var(--epr-card); box-shadow: 0 14px 32px rgba(45, 10, 53, .065); }
.epr-scope-card h3,
.epr-threshold h3 { margin: 0 0 18px; color: var(--epr-deep); font-size: 1.35rem; }
.epr-scope-card ul { display: grid; gap: 10px; margin: 0; padding-left: 21px; color: #514656; line-height: 1.5; }
.epr-scope-card.is-in { border-top: 4px solid var(--epr-mint); }
.epr-threshold { border-top: 4px solid var(--epr-gold); }
.epr-threshold-number { margin-bottom: 18px; color: var(--epr-purple); font-size: clamp(3rem, 7vw, 5.3rem); font-weight: 900; line-height: .85; letter-spacing: -.05em; }
.epr-threshold-number small { font-size: .35em; letter-spacing: 0; }
.epr-threshold p { margin: 0; color: var(--epr-muted); line-height: 1.7; }
.epr-scope-card.is-out { margin-top: 22px; border-top: 4px solid #c4909c; background: #fbf7f8; }
.epr-scope-card.is-out ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; }
.epr-scope-card.is-out > p { margin: 22px 0 0; padding-top: 19px; border-top: 1px solid var(--epr-line); color: var(--epr-muted); line-height: 1.65; }

.epr-history { color: #fff; background: linear-gradient(130deg, #220527, #42104b 56%, #1d061f); }
.epr-history-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 55px; align-items: center; }
.epr-history h2 { color: #fff; }
.epr-history .epr-lead { margin-top: 20px; color: rgba(255, 255, 255, .78); }
.epr-history ul { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.epr-history li { position: relative; padding-left: 25px; color: rgba(255, 255, 255, .78); line-height: 1.55; }
.epr-history li::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 9px; border: 2px solid var(--epr-gold); border-radius: 50%; }
.epr-history aside { padding: 30px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; background: rgba(255, 255, 255, .08); box-shadow: inset 0 1px rgba(255, 255, 255, .1); }
.epr-history-mark { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 50%; background: var(--epr-gold); color: #2b1720; font-size: 1.6rem; font-weight: 900; }
.epr-history aside h3 { margin: 0 0 12px; font-size: 1.42rem; }
.epr-history aside p { margin: 0; color: rgba(255, 255, 255, .78); line-height: 1.68; }

.epr-audience { background: var(--epr-soft); }
.epr-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.epr-audience-grid article { padding: 27px; border: 1px solid var(--epr-line); border-radius: 15px; background: var(--epr-card); }
.epr-audience-grid h3 { margin: 0 0 17px; color: var(--epr-deep); }
.epr-tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.epr-tag-list li { padding: 9px 12px; border: 1px solid rgba(143, 31, 136, .15); border-radius: 999px; background: rgba(143, 31, 136, .055); color: #5a485e; font-size: .91rem; }
.epr-regulatory { margin-top: 21px; padding: 24px 27px; border: 1px solid rgba(224, 179, 93, .38); border-radius: 13px; background: #fffaf0; }
.epr-regulatory h3 { margin: 0 0 9px; color: #5b451d; }
.epr-regulatory p { margin: 0; color: #675b47; line-height: 1.65; }

.epr-process { color: #fff; background: #17031c; }
.epr-process h2 { max-width: 780px; color: #fff; }
.epr-process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; margin: 40px 0 0; padding: 0; list-style: none; counter-reset: epr-step; }
.epr-process-list li { position: relative; min-width: 0; padding: 22px 19px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px; background: rgba(255, 255, 255, .065); }
.epr-process-list li::after { content: ""; position: absolute; top: 39px; right: -14px; z-index: 2; width: 14px; height: 1px; background: rgba(224, 179, 93, .56); }
.epr-process-list li:last-child::after { display: none; }
.epr-process-list span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 18px; border-radius: 50%; background: linear-gradient(135deg, var(--epr-purple), var(--epr-violet)); color: #fff; font-weight: 900; }
.epr-process-list h3 { margin: 0 0 10px; color: #fff; font-size: 1.03rem; line-height: 1.3; }
.epr-process-list p { margin: 0; color: rgba(255, 255, 255, .7); font-size: .92rem; line-height: 1.58; }

.epr-why { background: #fff; }
.epr-why-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 56px; align-items: start; }
.epr-why .epr-lead { margin-top: 21px; }
.epr-why ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 0; padding: 0; list-style: none; }
.epr-why li { position: relative; padding: 18px 17px 18px 45px; border: 1px solid var(--epr-line); border-radius: 11px; color: #514656; line-height: 1.5; }
.epr-why li::before { content: "+"; position: absolute; left: 17px; top: 14px; color: var(--epr-purple); font-size: 1.3rem; font-weight: 900; }

.epr-faq { background: var(--epr-soft); }
.epr-faq .epr-lead { margin-top: 15px; }
.epr-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 33px; align-items: start; }
.epr-faq details { border: 1px solid var(--epr-line); border-radius: 11px; background: var(--epr-card); box-shadow: 0 8px 20px rgba(45, 10, 53, .035); }
.epr-faq summary { position: relative; padding: 18px 49px 18px 19px; color: var(--epr-deep); cursor: pointer; font-weight: 800; line-height: 1.4; list-style: none; }
.epr-faq summary::-webkit-details-marker { display: none; }
.epr-faq summary::after { content: "+"; position: absolute; right: 18px; top: 14px; color: var(--epr-purple); font-size: 1.5rem; font-weight: 500; }
.epr-faq details[open] summary::after { content: "−"; }
.epr-faq details p { margin: 0; padding: 0 19px 20px; color: var(--epr-muted); line-height: 1.65; }

.epr-onboarding { color: #fff; background: linear-gradient(135deg, #210527, #43114e); }
.epr-onboarding .epr-section-head h2 { color: #fff; }
.epr-onboarding .epr-section-head > p { color: rgba(255, 255, 255, .75); }
.epr-form-alert { display: grid; gap: 5px; margin: 0 0 15px; padding: 18px 20px; border: 1px solid rgba(224, 179, 93, .42); border-radius: 11px; background: rgba(224, 179, 93, .13); color: #fff4dc; }
.epr-form-alert[hidden] { display: none; }
.epr-form-alert.is-history { border-color: rgba(232, 197, 240, .38); background: rgba(177, 46, 169, .17); color: #f7e7fa; }
.epr-form-alert span { color: rgba(255, 255, 255, .77); line-height: 1.55; }
.epr-form { padding: clamp(22px, 4vw, 42px); border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: rgba(11, 2, 14, .42); box-shadow: 0 28px 65px rgba(0, 0, 0, .22); }
.epr-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.epr-required-note { margin: 0 0 25px; color: rgba(255, 255, 255, .63); font-size: .87rem; }
.epr-required { color: #f2ce86; }
.epr-form > fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.epr-form > fieldset > legend { width: 100%; margin-bottom: 21px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .13); color: #fff; font-size: 1.28rem; font-weight: 900; }
.epr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.epr-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.epr-field label { color: rgba(255, 255, 255, .86); font-size: .92rem; font-weight: 700; line-height: 1.4; }
.epr-field input,
.epr-field select,
.epr-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 8px; outline: 0; background: rgba(255, 255, 255, .09); color: #fff; font: inherit; }
.epr-field select { color-scheme: dark; }
.epr-field textarea { min-height: 105px; resize: vertical; }
.epr-field input::placeholder,
.epr-field textarea::placeholder { color: rgba(255, 255, 255, .42); }
.epr-field input:focus,
.epr-field select:focus,
.epr-field textarea:focus { border-color: #dca2e5; box-shadow: 0 0 0 3px rgba(220, 162, 229, .19); background: rgba(255, 255, 255, .13); }
.epr-field input:user-invalid,
.epr-field select:user-invalid,
.epr-field textarea:user-invalid { border-color: #f4a6b8; }
.epr-span-2 { grid-column: 1 / -1; }
.epr-conditional { min-width: 0; }
.js .epr-conditional[hidden] { display: none; }
.epr-history-fields { margin-top: 18px; padding: 21px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 12px; background: rgba(255, 255, 255, .045); }
.epr-materials { grid-column: 1 / -1; margin: 23px 0 0; padding: 0; border: 0; }
.epr-materials legend { margin-bottom: 10px; color: rgba(255, 255, 255, .86); font-size: .92rem; font-weight: 700; }
.epr-check-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.epr-check-options label,
.epr-consents label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.epr-check-options label { min-height: 48px; padding: 11px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 8px; background: rgba(255, 255, 255, .06); }
.epr-check-options input,
.epr-consents input { width: 19px; height: 19px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--epr-purple); }
.epr-check-options span { color: rgba(255, 255, 255, .82); font-size: .91rem; line-height: 1.35; }
.epr-consents { display: grid; gap: 14px; margin-top: 5px; }
.epr-consents label { padding: 16px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 10px; background: rgba(255, 255, 255, .055); }
.epr-consents span { color: rgba(255, 255, 255, .78); font-size: .91rem; line-height: 1.55; }
.epr-consents a { color: #e8c5f0; }
.epr-no-appointment { margin-top: 18px; padding: 18px 20px; border-left: 4px solid var(--epr-gold); border-radius: 9px; background: rgba(0, 0, 0, .22); }
.epr-no-appointment p { margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.62; }
.epr-form-status { min-height: 1.6em; margin-top: 16px; color: #f6ddeb; font-weight: 700; line-height: 1.5; }
.epr-form-status.is-success { padding: 15px 17px; border-radius: 9px; background: rgba(67, 163, 124, .22); color: #d9ffef; }
.epr-form-status.is-error { padding: 15px 17px; border-radius: 9px; background: rgba(191, 79, 104, .2); color: #ffe4eb; }
.epr-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 4px; padding: 13px 25px; border: 0; border-radius: 9px; color: #fff; cursor: pointer; font: inherit; font-weight: 900; background: linear-gradient(135deg, #b12ea9, #6636cc); box-shadow: 0 9px 25px rgba(177, 46, 169, .35); }
.epr-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 31px rgba(177, 46, 169, .45); }
.epr-submit:disabled { opacity: .62; cursor: wait; }

.epr-sources { background: #fff; }
.epr-source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.epr-source-list a { display: flex; min-height: 64px; align-items: center; padding: 15px 42px 15px 17px; border: 1px solid var(--epr-line); border-radius: 10px; color: var(--epr-purple); font-weight: 800; line-height: 1.4; text-decoration: none; background: var(--epr-card); position: relative; }
.epr-source-list a::after { content: "↗"; position: absolute; right: 17px; color: var(--epr-violet); }
.epr-source-list a:hover,
.epr-source-list a:focus-visible { border-color: rgba(143, 31, 136, .35); background: var(--epr-soft); text-decoration: underline; }
.epr-reviewed { margin: 20px 0 0; color: var(--epr-muted); font-weight: 800; }
.epr-legal-note { margin-top: 28px; padding: 24px 27px; border-radius: 12px; background: var(--epr-deep); color: #fff; }
.epr-legal-note h3 { margin: 0 0 9px; }
.epr-legal-note p { margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.65; }

@media (prefers-color-scheme: dark) {
  .epr-page { --epr-ink: #f1eaf2; --epr-muted: rgba(255, 255, 255, .7); --epr-line: rgba(255, 255, 255, .1); --epr-card: #19151b; --epr-soft: #100d11; background: #0c0a0d; }
  .epr-page .site-header { background: #0d0d0d; }
  .epr-language-wrap { background: #121013; }
  .epr-language a { color: rgba(255, 255, 255, .78); }
  .epr-language a:hover,
  .epr-language a:focus-visible { background: #1c171e; color: #e2b9e7; }
  .epr-language a[aria-current="page"] { color: #f2d9f5; }
  .epr-section h2,
  .epr-scope-card h3,
  .epr-threshold h3,
  .epr-audience-grid h3,
  .epr-faq summary { color: #fff; }
  .epr-change,
  .epr-scope,
  .epr-why,
  .epr-sources { background: #0c0a0d; }
  .epr-check-grid p,
  .epr-feature-list li,
  .epr-scope-card ul,
  .epr-threshold p,
  .epr-why li { color: rgba(255, 255, 255, .72); }
  .epr-scope-card.is-out { background: #1b1518; }
  .epr-regulatory { background: #241f14; }
  .epr-regulatory h3 { color: #f0d99e; }
  .epr-regulatory p { color: rgba(255, 255, 255, .7); }
  .epr-tag-list li { color: rgba(255, 255, 255, .72); }
}

@media (max-width: 980px) {
  .epr-hero-grid,
  .epr-section-head,
  .epr-handle-grid,
  .epr-history-grid,
  .epr-why-grid { grid-template-columns: 1fr; }
  .epr-hero-grid { gap: 48px; }
  .epr-route { min-height: 390px; }
  .epr-section-head { gap: 17px; align-items: start; }
  .epr-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .epr-process-list li::after { display: none; }
  .epr-process-list li:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .epr-shell { width: min(100% - 30px, 1160px); }
  .epr-language-wrap { padding-inline: 14px; }
  .epr-language a { padding: 7px 10px; }
  .epr-language a span:last-of-type { font-size: .82rem; }
  .epr-hero { padding: 60px 0 75px; }
  .epr-hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .epr-actions { flex-direction: column; }
  .epr-actions .btn { width: 100%; }
  .epr-route { min-height: 340px; }
  .epr-route-card { padding: 11px 12px; }
  .epr-route-start { top: 25px; left: 18px; }
  .epr-route-end { top: 25px; right: 18px; }
  .epr-route-middle { right: 18px; bottom: 74px; max-width: 180px; }
  .epr-route svg { top: 86px; }
  .epr-package { left: 12%; bottom: 35px; width: 110px; height: 92px; }
  .epr-trust-grid,
  .epr-check-grid,
  .epr-feature-list,
  .epr-scope-grid,
  .epr-audience-grid,
  .epr-why ul,
  .epr-faq-list,
  .epr-source-list,
  .epr-form-grid { grid-template-columns: 1fr; }
  .epr-trust article + article { border-left: 0; border-top: 1px solid var(--epr-line); }
  .epr-scope-card.is-out ul { grid-template-columns: 1fr; }
  .epr-process-list { grid-template-columns: 1fr; }
  .epr-process-list li:last-child { grid-column: auto; }
  .epr-check-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .epr-span-2 { grid-column: auto; }
}

@media (max-width: 420px) {
  .epr-shell { width: min(100% - 24px, 1160px); }
  .epr-section { padding: 58px 0; }
  .epr-route { min-height: 315px; }
  .epr-route-middle { max-width: 156px; }
  .epr-route-middle strong { font-size: .82rem; }
  .epr-route-end { min-width: 74px; }
  .epr-package { left: 8%; bottom: 26px; }
  .epr-check-options { grid-template-columns: 1fr; }
  .epr-form { padding: 20px 14px; border-radius: 14px; }
  .epr-history-fields { padding: 14px; }
  .epr-submit { width: 100%; }
}
