:root {
  color-scheme: light;
  --paid-ink: #1d2630;
  --paid-muted: #66707d;
  --paid-line: #ded3c1;
  --paid-paper: #fffaf2;
  --paid-wash: #f5efe6;
  --paid-navy: #223546;
  --paid-orange: #d46d00;
  --paid-yellow: #f48b20;
  --paid-radius: 18px;
  --paid-shadow: 0 18px 46px rgba(24, 31, 40, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.paid-market-page {
  margin: 0;
  color: var(--paid-ink);
  background:
    radial-gradient(circle at top left, rgba(244, 139, 32, 0.12), transparent 28%),
    linear-gradient(180deg, #faf5ed 0%, #f5efe6 100%);
  font-family: "Avenir Next", "PingFang SC", "Hiragino Sans GB", "Segoe UI", sans-serif;
  line-height: 1.58;
}

body.paid-market-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.paid-market-page a {
  color: inherit;
}

body.paid-market-page .lang-toggle,
body.paid-market-page .paid-nav-language-unavailable {
  display: none !important;
}

.paid-hero__mobile-conversion,
.paid-mobile-nav-actions {
  display: none;
}

.paid-product-card__body--compact {
  display: grid;
  gap: 10px;
}

.paid-product-inquiry {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--paid-navy);
  border-radius: 12px;
  color: var(--paid-navy);
  background: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

/* Paid pages reuse the official site shell while keeping the country landing
   content isolated below it. */
body.paid-market-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

body.paid-market-page .paid-site-footer button[data-privacy-settings] {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted, #68717d);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.paid-market-page .paid-form button[data-privacy-settings] {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0b6b73;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

body.paid-market-page .paid-form button[data-privacy-settings]:focus-visible {
  outline: 3px solid rgba(242, 138, 35, 0.35);
  outline-offset: 3px;
}

body.paid-market-page .paid-site-footer button[data-privacy-settings]:hover {
  color: var(--orange, #c96000);
}

body.paid-market-page .paid-site-footer button[data-privacy-settings]:focus-visible {
  outline: 3px solid rgba(242, 138, 35, 0.35);
  outline-offset: 3px;
}

@media (min-width: 1121px) {
  body.paid-market-page .site-header-inner {
    width: min(1380px, calc(100% - 40px));
    min-height: 82px;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 10px 0;
  }

  body.paid-market-page .site-header .brand {
    width: auto;
    max-width: 410px;
    flex: 0 1 410px;
  }

  body.paid-market-page .site-header .brand-copy strong {
    font-size: clamp(0.94rem, 1.05vw, 1.08rem);
    white-space: nowrap;
  }

  body.paid-market-page .site-header .brand-copy span {
    font-size: 0.76rem;
    white-space: nowrap;
  }

  body.paid-market-page .site-header .nav {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: clamp(8px, 0.82vw, 14px);
    overflow: visible;
    padding: 0;
  }

  body.paid-market-page .site-header .nav > a,
  body.paid-market-page .site-header .nav > details > summary {
    font-size: clamp(0.78rem, 0.82vw, 0.9rem);
    white-space: nowrap;
  }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  body.paid-market-page .site-header .brand {
    max-width: none;
    flex: 0 0 auto;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  body.paid-market-page .site-header-inner {
    width: min(1380px, calc(100% - 40px));
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 0 12px;
  }

  body.paid-market-page .site-header .brand {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
  }

  body.paid-market-page .site-header .brand-copy strong,
  body.paid-market-page .site-header .brand-copy span {
    white-space: normal;
  }

  body.paid-market-page .site-header .nav {
    width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: clamp(10px, 1.25vw, 18px);
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 0 4px;
    scrollbar-width: none;
  }

  body.paid-market-page .site-header .nav::-webkit-scrollbar {
    display: none;
  }
}

.paid-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 50;
  padding: 10px 14px;
  color: #fff;
  background: var(--paid-navy);
  border-radius: 8px;
  transform: translateY(-160%);
}

.paid-skip-link:focus {
  transform: none;
}

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

.paid-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 245, 237, 0.96);
  border-bottom: 1px solid var(--paid-line);
  backdrop-filter: blur(12px);
}

.paid-header__inner,
.paid-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}

.paid-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
}

.paid-brand img {
  width: 40px;
  height: 52px;
  object-fit: contain;
}

.paid-brand__copy {
  display: grid;
  gap: 2px;
}

.paid-brand__copy small {
  color: var(--paid-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.paid-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.9rem;
  font-weight: 700;
}

.paid-nav a {
  text-decoration: none;
}

.paid-nav__site {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--paid-orange);
}

body.paid-market-page .paid-button,
body.paid-market-page button.paid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid var(--paid-navy);
  border-radius: 999px;
  color: #fff;
  background: var(--paid-navy);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.paid-nav .paid-button {
  white-space: nowrap;
}

body.paid-market-page .paid-button--accent {
  color: #fff;
  background: #f48b20;
  border-color: #f48b20;
}

body.paid-market-page .paid-button--ghost {
  color: var(--paid-navy);
  background: transparent;
}

body.paid-market-page .paid-button--light {
  color: var(--paid-navy);
  background: #fff;
  border-color: #fff;
}

body.paid-market-page .paid-hero .paid-button--ghost {
  color: var(--paid-navy);
  background: transparent;
  border-color: var(--paid-navy);
}

.paid-button:focus-visible,
.paid-nav a:focus-visible,
.paid-form input:focus-visible,
.paid-form select:focus-visible,
.paid-form textarea:focus-visible {
  outline: 3px solid rgba(242, 138, 35, 0.35);
  outline-offset: 3px;
}

.paid-hero {
  overflow: hidden;
  color: var(--paid-ink);
  background: transparent;
  border-bottom: 0;
}

.paid-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  min-height: auto;
  padding-block: 64px 40px;
}

body.paid-market-page[data-market="Germany"] .paid-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 24px;
}

.paid-hero__grid > div {
  padding: 30px;
  border: 1px solid rgba(222, 211, 193, 0.9);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.8);
  box-shadow: var(--paid-shadow);
}

.paid-kicker {
  margin: 0 0 16px;
  color: var(--paid-orange);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.paid-kicker::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 10px 4px 0;
  background: currentColor;
}

.paid-hero h1,
.paid-section h2 {
  margin: 0;
  color: var(--paid-ink);
  font-size: clamp(1.72rem, 2.55vw, 2.95rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.paid-section h2 {
  color: var(--paid-navy);
  font-size: clamp(1.52rem, 2.35vw, 2.35rem);
  line-height: 1.05;
}

body.paid-market-page[data-market="Germany"] .paid-hero h1 {
  font-size: clamp(1.72rem, 2.45vw, 2.8rem);
}

.paid-lead {
  max-width: 54ch;
  margin: 16px 0 0;
  color: var(--paid-muted);
  font-size: 1rem;
  line-height: 1.58;
}

.paid-manufacturer-line {
  margin: 18px 0 0;
  padding-left: 15px;
  color: var(--paid-muted);
  border-left: 3px solid var(--paid-orange);
  font-size: 0.9rem;
}

.paid-manufacturer-line strong {
  color: var(--paid-navy);
}

.paid-hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
  border: 0;
}

.paid-hero__proofs div {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--paid-line);
  border-radius: 14px;
  background: #fff;
}

.paid-hero__proofs div + div {
  padding-left: 14px;
  border-left: 1px solid var(--paid-line);
}

.paid-hero__proofs strong,
.paid-hero__proofs span {
  display: block;
}

.paid-hero__proofs strong {
  color: var(--paid-navy);
  font-size: 0.86rem;
}

.paid-hero__proofs span {
  margin-top: 3px;
  color: var(--paid-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.paid-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.paid-response-note {
  margin: 18px 0 0;
  color: var(--paid-navy);
  font-size: 0.86rem;
  font-weight: 750;
}

.paid-direct-contact {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(17, 50, 78, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 50, 78, 0.07);
}

.paid-direct-contact__copy {
  display: grid;
  gap: 5px;
}

.paid-direct-contact__copy strong {
  color: var(--paid-navy);
  font-size: 1rem;
}

.paid-direct-contact__copy span {
  color: var(--paid-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.paid-direct-contact__channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}

.paid-direct-contact__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--paid-navy);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.paid-direct-contact__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 50, 78, 0.12);
}

.paid-direct-contact__button:focus-visible {
  outline: 3px solid rgba(239, 139, 47, 0.32);
  outline-offset: 3px;
}

.paid-direct-contact__button--whatsapp {
  border-color: #1f9f50;
  background: #1f9f50;
  color: #fff;
}

.paid-direct-contact__button--email {
  background: #fff;
  color: var(--paid-navy);
}

.paid-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--paid-shadow);
}

.paid-hero__visual img {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 386px;
  aspect-ratio: auto;
  border-radius: 20px;
  object-fit: cover;
}

.paid-hero__specs {
  display: none;
}

.paid-hero__visual[data-paid-hero-image-only] img {
  height: 100%;
}

.paid-hero__specs div {
  min-width: 0;
  padding: 16px 4px 0;
}

.paid-hero__specs div + div {
  padding-left: 18px;
  border-left: 1px solid var(--paid-line);
}

.paid-hero__specs strong,
.paid-hero__specs span {
  display: block;
}

.paid-hero__specs strong {
  color: var(--paid-navy);
  font-size: 1rem;
}

.paid-hero__specs span {
  margin-top: 4px;
  color: var(--paid-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.paid-note {
  margin: 0;
  padding: 14px 18px;
  color: #405160;
  background: var(--paid-paper);
  font-size: 0.82rem;
}

.paid-company-trust {
  padding: 0 0 34px;
}

.paid-company-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--paid-line);
  border-radius: 28px;
  color: var(--paid-ink);
  background: #fff;
  box-shadow: var(--paid-shadow);
}

.paid-company-intro h2 {
  max-width: 24ch;
  margin: 0;
  color: var(--paid-navy);
  font-size: clamp(1.52rem, 2.35vw, 2.35rem);
  line-height: 1.06;
}

.paid-company-intro p {
  margin: 14px 0 0;
  color: var(--paid-muted);
  line-height: 1.68;
}

.paid-company-links {
  display: grid;
  gap: 10px;
}

.paid-company-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid var(--paid-line);
  border-radius: 14px;
  color: var(--paid-navy);
  background: var(--paid-paper);
  font-weight: 800;
  text-decoration: none;
}

.paid-company-links a::after {
  content: "→";
  color: var(--paid-orange);
}

.paid-facts--trust {
  gap: 12px;
  margin-top: 0;
}

.paid-facts--trust .paid-fact {
  min-height: 132px;
  padding: 18px;
  box-shadow: none;
}

.paid-facts--trust .paid-fact strong {
  margin-bottom: 4px;
}

.paid-facts--trust .paid-fact span {
  font-size: 0.88rem;
  line-height: 1.45;
}

.paid-section {
  padding-block: 34px;
  background: transparent;
}

.paid-section--wash {
  background: transparent;
}

.paid-grid,
.paid-product-grid,
.paid-facts {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.paid-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.paid-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paid-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.paid-card,
.paid-product-card,
.paid-fact {
  padding: 25px;
  border: 1px solid var(--paid-line);
  border-radius: var(--paid-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 31, 40, 0.05);
}

.paid-card h3,
.paid-product-card h3,
.paid-fact strong {
  margin: 0 0 8px;
  color: var(--paid-navy);
  font-size: 1.18rem;
}

.paid-card p,
.paid-product-card p,
.paid-fact span {
  margin: 0;
  color: var(--paid-muted);
}

.paid-fact strong,
.paid-fact span {
  display: block;
}

/* Opt-in compact process: keep detailed terms out of the narrow step columns. */
.paid-process--compact .paid-process__steps {
  gap: 24px;
  margin-top: 24px;
}

.paid-process--compact .paid-card {
  padding: 16px 0 0;
  border: 0;
  border-top: 2px solid var(--paid-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.paid-process--compact .paid-card h3 {
  font-size: 1.05rem;
}

.paid-process--compact .paid-process__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid var(--paid-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--paid-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.paid-process--compact .paid-process__notes p {
  margin: 0;
}

.paid-process--compact .paid-process__notes strong {
  color: var(--paid-navy);
}

@media (max-width: 620px) {
  .paid-process--compact .paid-process__notes {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

.paid-product-card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.paid-product-visual {
  display: flex;
  margin: 0;
  flex-direction: column;
  background: #f7f3ec;
}

.paid-product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.paid-product-card img.hm025-application-image {
  box-sizing: border-box;
  padding: 8px 10px;
  object-fit: cover;
}

.paid-product-visual figcaption {
  flex: 1 1 auto;
  min-height: 54px;
  margin: 0;
  padding: 11px 16px 12px;
  color: #667685;
  border-top: 1px solid var(--paid-line);
  background: var(--paid-paper);
  font-size: 0.75rem;
  line-height: 1.45;
}

.paid-product-fabric {
  display: flex;
  margin: 0;
  flex-direction: column;
  border-top: 1px solid var(--paid-line);
  background: #f7f3ec;
}

.paid-product-fabric .hm025-fabric-crop {
  position: relative;
  height: clamp(128px, 12vw, 188px);
  overflow: hidden;
}

.paid-product-card .paid-product-fabric .hm025-fabric-crop img {
  height: 100%;
  transform: scale(1.16);
  transform-origin: left top;
}

.paid-product-card .paid-product-fabric img {
  height: clamp(128px, 12vw, 188px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.paid-product-fabric figcaption {
  flex: 1 1 auto;
  min-height: 68px;
  margin: 0;
  padding: 11px 16px 12px;
  color: #667685;
  border-top: 1px solid var(--paid-line);
  background: var(--paid-paper);
  font-size: 0.75rem;
  line-height: 1.45;
}

.paid-product-fabric figcaption strong {
  display: block;
  margin-bottom: 3px;
  color: var(--paid-navy);
  font-size: 0.82rem;
}

.paid-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.paid-product-card__body--compact {
  padding: 12px 16px 16px;
}

.paid-product-card__body .paid-actions {
  margin-top: auto;
  padding-top: 24px;
}

.paid-product-label {
  margin: 0 0 9px !important;
  color: #a94d00 !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.paid-product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.paid-product-specs span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #a94d00;
  background: #fff3e4;
  font-size: 0.74rem;
  font-weight: 900;
}

.paid-product-review {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 14px;
  border: 1px solid #df6b12;
  border-radius: 8px;
  color: #c85f00;
  background: var(--paid-paper);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.paid-product-review:hover {
  color: #fff;
  background: #c85f00;
  text-decoration: none;
}

.paid-evidence-register {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.72fr);
  overflow: hidden;
  border: 1px solid var(--paid-line);
  border-radius: 24px;
  background: var(--paid-paper);
  box-shadow: var(--paid-shadow);
}

.paid-evidence-register__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 470px;
  padding: clamp(32px, 3.2vw, 46px);
  color: #eef3f7;
  background: var(--paid-navy);
}

.paid-evidence-register__intro .paid-kicker {
  color: #f28a23;
}

.paid-evidence-register__intro h2 {
  color: #fff;
  font-size: clamp(2.15rem, 3vw, 3.2rem);
}

body.paid-market-page[data-market="Germany"] .paid-evidence-register__intro h2 {
  hyphens: manual;
  font-size: clamp(1.85rem, 2.65vw, 3rem);
}

.paid-evidence-register__intro p:not(.paid-kicker) {
  margin: 24px 0 0;
  color: #dce6ec;
}

.paid-evidence-register__intro .paid-button {
  width: 100%;
}

.paid-evidence-register__actions {
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}

.paid-evidence-register__panel {
  display: grid;
  min-width: 0;
}

.paid-evidence-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(150px, 0.58fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 19px 28px;
}

.paid-evidence-row + .paid-evidence-row {
  border-top: 1px solid var(--paid-line);
}

.paid-evidence-row__preview {
  display: block;
  border-radius: 9px;
}

.paid-evidence-row img {
  width: 132px;
  height: 88px;
  border: 1px solid var(--paid-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(44, 34, 23, 0.09);
  object-fit: cover;
  object-position: top;
}

.paid-evidence-row__preview:focus-visible {
  outline: 3px solid rgba(242, 138, 35, 0.45);
  outline-offset: 4px;
}

.paid-evidence-row h3 {
  margin: 0;
  color: var(--paid-navy);
  font-size: 1.08rem;
  line-height: 1.3;
}

.paid-evidence-row p {
  margin: 5px 0 0;
  color: var(--paid-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.paid-evidence-row .paid-evidence-row__status {
  margin: 0;
  color: var(--paid-navy);
  font-weight: 750;
}

.paid-evidence-register__note {
  margin: 0;
  padding: 17px 32px;
  color: var(--paid-muted);
  border-top: 1px solid var(--paid-line);
  font-size: 0.82rem;
}

.paid-cert-showcase {
  color: var(--paid-navy);
  background: #f7f1e8;
}

.paid-cert-showcase__frame {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid #e4d4bf;
  border-radius: 28px;
  background: #fffaf3;
}

.paid-cert-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.paid-cert-showcase__header h2 {
  max-width: 760px;
  margin: 12px 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.paid-cert-showcase__header > div > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--paid-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.paid-cert-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.paid-cert-showcase__actions .paid-button--light {
  color: #b95800;
  border-color: #d86b00;
  background: transparent;
}

.paid-cert-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e4d4bf;
  border-bottom: 1px solid #e4d4bf;
}

.paid-cert-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.paid-cert-card + .paid-cert-card {
  border-left: 1px solid #e4d4bf;
}

.paid-cert-card__preview {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #eadfce;
  border-radius: 15px;
  background: #f3eee6;
}

.paid-cert-card__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f3eee6;
}

.paid-cert-card__type {
  margin: 22px 0 7px;
  color: #db6500;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.paid-cert-card h3 {
  margin: 0;
  color: var(--paid-navy);
  font-size: 1.35rem;
  line-height: 1.25;
}

.paid-cert-card__name {
  margin: 9px 0 0;
  color: var(--paid-navy);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.45;
}

.paid-cert-card__scope {
  flex: 1;
  margin: 7px 0 0;
  color: var(--paid-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.paid-cert-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  color: #b95800;
  font-weight: 800;
  text-decoration: none;
}

.paid-cert-card__link:hover,
.paid-cert-card__link:focus-visible {
  color: var(--paid-navy);
  text-decoration: underline;
}

.paid-cert-showcase__note {
  margin: 18px 0 0;
  color: var(--paid-muted);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 980px) {
  .paid-cert-showcase__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .paid-cert-showcase__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .paid-cert-showcase__frame {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .paid-cert-showcase__header {
    gap: 18px;
    margin-bottom: 20px;
  }

  .paid-cert-showcase__header h2 {
    font-size: 2.1rem;
  }

  .paid-cert-showcase__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .paid-cert-showcase__actions .paid-button {
    justify-content: center;
    width: 100%;
  }

  .paid-cert-showcase__grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .paid-cert-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e4d4bf;
  }

  .paid-cert-card + .paid-cert-card {
    border-left: 0;
  }

  .paid-cert-card__preview {
    grid-row: 1 / span 5;
    align-self: start;
    border-radius: 10px;
  }

  .paid-cert-card__type,
  .paid-cert-card h3,
  .paid-cert-card__name,
  .paid-cert-card__scope,
  .paid-cert-card__link {
    grid-column: 2;
  }

  .paid-cert-card__type {
    margin: 0 0 5px;
    font-size: 0.7rem;
  }

  .paid-cert-card h3 {
    font-size: 1.16rem;
  }

  .paid-cert-card__name {
    margin-top: 5px;
    font-size: 0.86rem;
  }

  .paid-cert-card__scope {
    flex: none;
    margin-top: 4px;
    font-size: 0.8rem;
  }

  .paid-cert-card__link {
    min-height: 40px;
    margin-top: 6px;
    padding-top: 0;
    font-size: 0.86rem;
  }
}

@media (max-width: 390px) {
  .paid-cert-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 0 12px;
  }
}

.paid-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  gap: 24px;
  align-items: start;
}

.paid-form-intro {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.paid-form-hint {
  margin: 0;
  color: var(--paid-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.paid-form-details summary {
  cursor: pointer;
  color: var(--paid-navy);
  font-weight: 700;
}

.paid-form-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
}

.paid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--paid-line);
  border-radius: 24px;
  background: var(--paid-paper);
  box-shadow: var(--paid-shadow);
}

.paid-form label {
  display: grid;
  gap: 7px;
  color: var(--paid-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.paid-form .paid-field--full,
.paid-form .paid-honeypot,
.paid-form .paid-form-status,
.paid-form .paid-form-actions {
  grid-column: 1 / -1;
}

.paid-form input,
.paid-form select,
.paid-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #c8d0d8;
  border-radius: 10px;
  color: var(--paid-ink);
  background: #fff;
  font: inherit;
}

.paid-form textarea {
  min-height: 80px;
  resize: vertical;
}

.paid-mobile-actions {
  display: none;
}

#inquiry {
  scroll-margin-top: 80px;
}

.paid-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.paid-form-status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
}

.paid-form-status.is-visible {
  display: block;
}

.paid-form-status.is-success {
  color: #155b36;
  background: #e9f7ef;
}

.paid-form-status.is-error {
  color: #8a2525;
  background: #fff0f0;
}

.paid-footer {
  color: #dce6ec;
  background: #102635;
}

.paid-footer a {
  color: #fff;
}

@media (max-width: 860px) {
  .paid-hero__grid,
  .paid-form-wrap,
  .paid-company-intro {
    grid-template-columns: 1fr;
  }

  body.paid-market-page[data-market="Germany"] .paid-hero__grid {
    grid-template-columns: 1fr;
  }

  .paid-hero__grid {
    min-height: auto;
    padding-block: 40px 30px;
  }

  .paid-grid,
  .paid-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paid-form-wrap {
    gap: 30px;
  }

  .paid-evidence-register {
    grid-template-columns: 1fr;
  }

  .paid-evidence-register__intro {
    min-height: auto;
  }

  body.paid-market-page[data-market="Germany"] .paid-evidence-register__intro h2 {
    font-size: clamp(2rem, 7vw, 3rem);
  }
}

@media (max-width: 620px) {
  body.paid-market-page {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  .paid-shell {
    width: min(100% - 28px, 1320px);
  }

  .paid-hero h1 {
    overflow-wrap: anywhere;
  }

  body.paid-market-page[data-market="Germany"] .paid-hero h1 {
    overflow-wrap: anywhere;
  }

  .paid-header__inner {
    min-height: 64px;
  }

  .paid-brand span,
  .paid-nav a:not(.paid-button):not(.paid-nav__site) {
    display: none;
  }

  .paid-nav {
    gap: 10px;
  }

  .paid-nav__site {
    padding: 8px 0;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  body.paid-market-page .paid-nav .paid-button {
    min-height: 42px;
    padding: 9px 11px;
    font-size: 0.72rem;
  }

  .paid-hero__grid,
  .paid-section {
    padding-block: 34px;
  }

  .paid-hero__grid {
    padding-block: 28px 24px;
  }

  .paid-actions .paid-button {
    width: 100%;
  }

  .paid-direct-contact {
    padding: 14px;
  }

  .paid-direct-contact__channels {
    grid-template-columns: 1fr;
  }

  .paid-direct-contact__button {
    min-height: 54px;
  }

  .paid-company-trust {
    padding-bottom: 34px;
  }

  .paid-hero__proofs {
    display: none;
  }

  .paid-hero__visual {
    min-height: 0;
  }

  .paid-hero__visual img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .paid-grid,
  .paid-product-grid,
  .paid-facts,
  .paid-form,
  .paid-form-details-grid {
    grid-template-columns: 1fr;
  }

  .paid-evidence-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .paid-evidence-row img {
    width: 92px;
    height: 72px;
  }

  .paid-evidence-row .paid-evidence-row__status {
    grid-column: 2;
  }

  .paid-evidence-register__note {
    padding: 16px 20px;
  }

  .paid-form .paid-field--full,
  .paid-form .paid-honeypot,
  .paid-form .paid-form-status,
  .paid-form .paid-form-actions {
    grid-column: auto;
  }

  .paid-form {
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .paid-form input,
  .paid-form select,
  .paid-form textarea {
    min-height: 52px;
    font-size: 16px;
  }

  .paid-form > .inquiry-feedback {
    order: 20;
  }

  .paid-form-actions .paid-button {
    width: 100%;
  }

  .paid-mobile-actions {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    z-index: 34;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(34, 53, 70, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(17, 50, 78, 0.18);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .paid-mobile-actions.is-form-active,
  .paid-mobile-actions.is-submit-visible,
  body.paid-mobile-menu-open .paid-mobile-actions,
  body.paid-mobile-pilot.hm-consent-pending .paid-mobile-actions {
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
  }

  .paid-mobile-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid var(--paid-navy);
    border-radius: 12px;
    color: var(--paid-navy);
    background: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }

  .paid-mobile-actions .paid-mobile-actions__whatsapp {
    color: #fff;
    border-color: #1f9f50;
    background: #1f9f50;
  }

  .paid-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 24px;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav {
    align-items: stretch;
    flex-direction: column;
    max-height: min(68vh, 540px);
    padding: 8px 0 12px !important;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-secondary,
  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-language-unavailable {
    display: none !important;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-essential {
    width: 100%;
    flex: 0 0 auto;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > a.paid-nav-essential,
  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > details.paid-nav-essential > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid rgba(34, 53, 70, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
  }

  .paid-mobile-nav-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    margin-bottom: 2px;
  }

  .paid-mobile-nav-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid var(--paid-navy);
    border-radius: 12px;
    color: var(--paid-navy);
    background: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }

  .paid-mobile-nav-actions .paid-mobile-nav-actions__whatsapp {
    color: #fff;
    border-color: #1f9f50;
    background: #1f9f50;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 760px) {
  body.paid-market-page .site-header.has-mobile-nav-toggle .nav {
    align-items: stretch;
    flex-direction: column;
    max-height: min(68vh, 540px);
    padding: 8px 0 12px !important;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-secondary,
  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-language-unavailable {
    display: none !important;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > .paid-nav-essential {
    width: 100%;
    flex: 0 0 auto;
  }

  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > a.paid-nav-essential,
  body.paid-market-page .site-header.has-mobile-nav-toggle .nav > details.paid-nav-essential > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid rgba(34, 53, 70, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
  }

  .paid-mobile-nav-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    margin-bottom: 2px;
  }

  .paid-hero__mobile-conversion {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .paid-hero__mobile-facts,
  .paid-hero__mobile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .paid-hero__mobile-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .paid-hero__mobile-facts span {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 7px 6px;
    border: 1px solid rgba(222, 211, 193, 0.95);
    border-radius: 10px;
    color: var(--paid-navy);
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }

  .paid-hero__mobile-actions .paid-button {
    min-height: 50px;
    padding: 10px 8px;
    font-size: 0.76rem;
    line-height: 1.18;
  }

  .paid-hero__mobile-actions .paid-button--whatsapp {
    color: #fff;
    border-color: #1f9f50;
    background: #1f9f50;
  }

  .paid-hero--factory .paid-hero__visual {
    height: 210px;
  }

  .paid-hero--factory .paid-hero__visual img {
    height: 100%;
    object-fit: cover;
  }

  .paid-hero--factory .paid-hero__specs {
    display: none;
  }
}

/* Compact factory-led hero used by the paid-market landing pages. */
.paid-hero--factory {
  padding: 42px 0 34px;
}

.paid-hero--factory .paid-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}

.paid-hero--factory .paid-hero__copy {
  align-self: center;
  padding: 10px 8px 10px 0;
}

.paid-hero--factory h1 {
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 1.02;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.paid-hero--factory .paid-lead {
  max-width: 48ch;
}

.paid-hero--factory .paid-hero__visual {
  min-height: 0;
  height: clamp(360px, 34vw, 500px);
  padding: 12px;
}

.paid-hero--factory .paid-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 47%;
}

.paid-hero--factory .paid-hero__details {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(222, 211, 193, 0.9);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: var(--paid-shadow);
}

.paid-hero--factory .paid-manufacturer-line {
  margin-top: 0;
}

.paid-hero--factory .paid-hero__proofs,
.paid-hero--factory .paid-actions {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .paid-hero--factory {
    padding-top: 28px;
  }

  .paid-hero--factory .paid-hero__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .paid-hero--factory .paid-hero__copy {
    padding: 0;
  }

  .paid-hero--factory .paid-hero__visual {
    height: clamp(280px, 58vw, 420px);
  }
}

@media (max-width: 620px) {
  .paid-hero--factory {
    padding: 22px 0 28px;
  }

  .paid-hero--factory .paid-shell {
    display: grid;
    gap: 16px;
  }

  .paid-hero--factory .paid-hero__top {
    display: contents;
  }

  .paid-hero--factory .paid-hero__copy {
    order: 1;
  }

  .paid-hero--factory .paid-hero__details {
    order: 3;
    margin-top: 0;
  }

  .paid-hero--factory .paid-hero__visual {
    order: 2;
  }

  .paid-hero__mobile-conversion {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .paid-hero__mobile-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .paid-hero__mobile-facts span {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 7px 6px;
    border: 1px solid rgba(222, 211, 193, 0.95);
    border-radius: 10px;
    color: var(--paid-navy);
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }

  .paid-hero__mobile-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .paid-hero__mobile-actions .paid-button {
    min-height: 50px;
    padding: 10px 8px;
    font-size: 0.76rem;
    line-height: 1.18;
  }

  .paid-hero__mobile-actions .paid-button--whatsapp {
    color: #fff;
    border-color: #1f9f50;
    background: #1f9f50;
  }

  .paid-hero--factory h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .paid-hero--factory .paid-hero__visual {
    height: 220px;
    padding: 8px;
    border-radius: 20px;
  }

  .paid-hero--factory .paid-hero__visual img {
    object-position: 68% 47%;
  }

  .paid-hero--factory .paid-hero__details {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
  }

  .paid-hero--factory .paid-hero__proofs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .paid-hero--factory .paid-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .paid-hero--factory h1 {
    font-size: clamp(1.82rem, 8.9vw, 2.35rem);
    line-height: 1.04;
  }

  .paid-hero--factory .paid-lead {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .paid-hero--factory .paid-hero__visual {
    height: 170px;
  }

  .paid-hero--factory .paid-hero__visual img {
    height: 100%;
    object-position: center 50%;
  }

  .paid-hero--factory .paid-hero__specs {
    display: none;
  }

  .paid-hero--factory .paid-hero__specs div,
  .paid-hero--factory .paid-hero__specs div + div {
    padding: 0;
    border-left: 0;
  }

  .paid-hero--factory .paid-hero__specs strong {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .paid-hero--factory .paid-hero__specs span {
    display: none;
  }

  .paid-hero--factory .paid-manufacturer-line,
  .paid-hero--factory .paid-hero__proofs {
    display: none;
  }

  .paid-hero--factory .paid-hero__details {
    padding: 14px;
  }

  .paid-hero--factory .paid-hero__details > p:first-of-type + .paid-hero__proofs + p {
    margin-top: 0;
  }
}
