/**
 * Mailer single (Berlin) — Spacious redesign
 * Brief: werkstatt-wp/briefs/MailerDirectory/Single-mailer variant concepts/
 *        README-MAILER-SINGLE-PAGE-SPACIOUS-HANDOFF.md
 *
 * Color rule: green (#17A24C) = PaperKarma action; neutral = mailer info.
 */

/* Legacy Augsburg main padding reset */
body.pk-mailer-single.search-mailer-form-in-header > main,
body.pk-mailer-single.pk-berlin-chrome.search-mailer-form-in-header > main {
  padding-top: 0 !important;
  min-height: 0;
}

body.pk-mailer-single {
  --pk-mailer-main-max: 700px;
  --pk-mailer-sidebar: 320px;
  --pk-mailer-section-gap: 64px;
  --pk-mailer-scroll-offset: 88px;
  font-family: var(--pk-abs-sans);
  color: var(--pk-abs-text-soft);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.pk-mailer-single strong {
  font-family: inherit !important;
  font-weight: 700;
}

body.pk-mailer-single.pk-berlin-chrome > .pk-site-header {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid var(--pk-abs-border);
}

body.pk-mailer-single main {
  background: #fff;
  color: var(--pk-abs-text-soft);
  padding-bottom: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

/* Match site chrome: body.pk-berlin-chrome .wrap (1280px + 32px gutter). */
body.pk-mailer-single .pk-mailer-page-inner.wrap {
  max-width: var(--pk-abs-container, 1280px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Let site-chrome .wrap own horizontal padding; do not stack a second gutter. */
body.pk-mailer-single.pk-berlin-chrome .pk-mailer-page-inner.wrap {
  padding-left: 32px;
  padding-right: 32px;
}

/* ---- Search (plain white band — Berlin pk-mdir-search-form) ---- */
body.pk-mailer-single .pk-mailer-search-band--plain {
  background: #fff;
  padding: 20px 0 0;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search {
  max-width: 480px;
  margin: 0;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-hint {
  display: none;
}

/* Berlin directory search form (shared markup; styles live here on singles). */
body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-wrap {
  position: relative;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-form {
  position: relative;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-field {
  display: flex;
  align-items: stretch;
  gap: 10px;
  position: relative;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pk-abs-green-bright, #17a24c);
  pointer-events: none;
  z-index: 1;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-field input[type="search"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 16px 0 46px;
  border: 1.5px solid var(--pk-abs-border, #e5e7eb);
  border-radius: 12px;
  font: 400 16px/1 var(--pk-abs-sans, Roboto, sans-serif);
  color: var(--pk-abs-text, #202a37);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
  appearance: none;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-field input[type="search"]:focus {
  outline: none;
  border-color: var(--pk-abs-green-bright, #17a24c);
  box-shadow: 0 0 0 3px rgba(23, 162, 76, 0.14);
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-submit {
  height: 54px;
  min-height: 54px;
  border-radius: 12px;
  background: var(--pk-abs-green-bright, #17a24c);
  color: #fff;
  font: 700 15px/1 var(--pk-abs-sans, Roboto, sans-serif);
  border: none;
  padding: 0 22px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: none;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-submit:hover {
  background: var(--pk-abs-green-hover, #14924a);
  color: #fff;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  background: #fff;
  border: 1px solid var(--pk-abs-border, #e5e7eb);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(32, 42, 55, 0.12);
  max-height: 360px;
  overflow: auto;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__loading,
body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__empty {
  padding: 14px 16px;
  font: 500 14px/1.45 var(--pk-abs-sans, Roboto, sans-serif);
  color: var(--pk-abs-text-soft, #525252);
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__group {
  padding: 10px 0 4px;
  border-top: 1px solid var(--pk-abs-border, #e5e7eb);
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__group:first-child {
  border-top: 0;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__label {
  margin: 0;
  padding: 4px 16px 8px;
  font: 700 11px/1.3 var(--pk-abs-sans, Roboto, sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pk-abs-text-faint, #737373);
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px;
  font: 600 14px/1.35 var(--pk-abs-sans, Roboto, sans-serif);
  color: var(--pk-abs-text, #202a37);
  text-decoration: none;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__item:hover,
body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__item.is-active {
  background: #eaf7ee;
  color: var(--pk-abs-green-bright, #17a24c);
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__chip {
  font: 600 11px/1 var(--pk-abs-sans, Roboto, sans-serif);
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--pk-abs-surface-warm, #fafaf8);
  border: 1px solid var(--pk-abs-border, #e5e7eb);
  color: var(--pk-abs-text-soft, #525252);
  flex-shrink: 0;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__footer {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid var(--pk-abs-border, #e5e7eb);
  font: 700 13px/1.4 var(--pk-abs-sans, Roboto, sans-serif);
  color: var(--pk-abs-green-bright, #17a24c);
  text-decoration: none;
}

body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-typeahead__footer:hover {
  background: #fafafa;
}

@media (max-width: 640px) {
  body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search {
    max-width: none;
  }

  body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-field input[type="search"] {
    height: 48px;
    min-height: 48px;
  }

  body.pk-mailer-single .pk-mailer-search-band--plain .pk-mdir-search-submit {
    height: 48px;
    min-height: 48px;
    padding: 0 18px;
  }
}

/* Sticky app bar: mobile only (fallback when berlin-components.css is not bundled). */
body.pk-mailer-single .pk-berlin-sticky-app {
  display: none;
}

@media (max-width: 860px) {
  body.pk-mailer-single .pk-berlin-sticky-app {
    display: flex;
  }

  body.pk-mailer-single {
    padding-bottom: 68px;
  }
}

/* ---- Breadcrumb + hero ---- */
body.pk-mailer-single nav.pk-mailer-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 20px 0 0 !important;
  margin: 0 !important;
  border: none !important;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--pk-abs-sans);
}

body.pk-mailer-single .pk-mailer-breadcrumb a {
  color: var(--pk-abs-green);
  text-decoration: none;
}

body.pk-mailer-single .pk-mailer-breadcrumb a:hover {
  color: var(--pk-abs-green-hover);
  text-decoration: underline;
}

body.pk-mailer-single .pk-mailer-breadcrumb-sep {
  color: #C4C4C4;
}

body.pk-mailer-single .pk-mailer-breadcrumb-current {
  color: var(--pk-abs-text-faint);
}

/* Heading row: breadcrumb is a sibling above this; beat body-row 64px padding. */
body.pk-mailer-single .pk-mailer-body-row.pk-mailer-hero-row {
  align-items: center;
  padding-bottom: 0;
  margin: 0;
}

body.pk-mailer-single .pk-mailer-band--white .pk-mailer-hero {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 0 24px;
}

body.pk-mailer-single .pk-mailer-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.pk-mailer-single .pk-mailer-logo-tile {
  flex-shrink: 0;
  width: 200px;
  height: 80px;
  max-width: 200px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: #EEF0F2;
  border: 1px solid #E0E3E7;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pk-mailer-single .pk-mailer-logo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

body.pk-mailer-single .pk-mailer-logo-tile--hero {
  display: flex;
}

@media (min-width: 861px) {
  body.pk-mailer-single .pk-mailer-hero .pk-mailer-logo-tile--hero {
    display: none !important;
  }

  body.pk-mailer-single .pk-mailer-sidebar--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    top: auto;
    width: var(--pk-mailer-sidebar);
    align-self: center;
  }

  body.pk-mailer-single .pk-mailer-sidebar--logo .pk-mailer-logo-tile--sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 200px;
    height: 80px;
    margin: 0 auto;
  }

  body.pk-mailer-single .pk-mailer-sidebar--logo .pk-mailer-logo-tile--sidebar img {
    margin: 0 auto;
    object-position: center;
  }
}

body.pk-mailer-single .pk-mailer-hero-main {
  flex: 1;
  min-width: 0;
  order: 1;
}

body.pk-mailer-single .pk-mailer-h1 {
  font-family: var(--pk-abs-sans);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pk-abs-text);
  margin: 0 0 16px;
}

body.pk-mailer-single .pk-mailer-h1-accent {
  color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}

/* Neutral verified badge (not green-tinted) */
body.pk-mailer-single .pk-mailer-verified {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--pk-abs-surface-alt);
  color: var(--pk-abs-text-soft);
  border: 1px solid var(--pk-abs-border);
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: default;
}

body.pk-mailer-single .pk-mailer-verified svg {
  stroke: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-verified-tip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 232px;
  background: var(--pk-abs-text);
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  z-index: 30;
}

body.pk-mailer-single .pk-mailer-verified:hover .pk-mailer-verified-tip,
body.pk-mailer-single .pk-mailer-verified:focus-visible .pk-mailer-verified-tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.pk-mailer-single .pk-mailer-meta-text,
body.pk-mailer-single .pk-mailer-meta-link {
  color: var(--pk-abs-text-faint);
  font-weight: 400;
}

body.pk-mailer-single .pk-mailer-meta-link:hover {
  color: var(--pk-abs-green-hover);
}

/* ---- Body layout ---- */
body.pk-mailer-single .pk-mailer-band--canvas {
  background: var(--pk-abs-surface-warm);
  padding: 56px 0 0;
}

body.pk-mailer-single .pk-mailer-body-row {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: flex-start;
  padding-bottom: 64px;
}

body.pk-mailer-single .pk-mailer-main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: var(--pk-mailer-main-max);
  display: flex;
  flex-direction: column;
  gap: var(--pk-mailer-section-gap);
}

body.pk-mailer-single .pk-mailer-sidebar {
  flex-shrink: 0;
  width: var(--pk-mailer-sidebar);
  position: sticky;
  top: 88px;
}

body.pk-mailer-single .pk-mailer-section h2 {
  font-family: var(--pk-abs-sans);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--pk-abs-text);
  margin: 0 0 8px;
}

body.pk-mailer-single .pk-mailer-instructions-card.pk-prose > h2:not(:first-child) {
  margin-top: var(--pk-mailer-section-gap);
}

body.pk-mailer-single .pk-mailer-section-lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--pk-abs-text-soft);
  margin: 0 0 24px;
}

/* ---- Contact rows ---- */
body.pk-mailer-single .pk-mailer-contact-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.pk-mailer-single .pk-mailer-contact-row {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

body.pk-mailer-single .pk-mailer-contact-row__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--pk-abs-surface-alt);
  color: var(--pk-abs-text-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pk-mailer-single .pk-mailer-contact-row__body {
  flex: 1;
  min-width: 0;
}

body.pk-mailer-single .pk-mailer-contact-row__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pk-abs-text-faint);
  margin: 0 0 6px;
}

body.pk-mailer-single .pk-mailer-contact-row__value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pk-abs-text);
  margin: 0;
}

body.pk-mailer-single .pk-mailer-contact-row__value--link {
  text-decoration: underline;
  text-decoration-color: var(--pk-abs-border-strong);
  text-underline-offset: 3px;
  color: var(--pk-abs-text);
}

body.pk-mailer-single .pk-mailer-contact-row__value--link:hover {
  color: var(--pk-abs-green-hover);
}

body.pk-mailer-single .pk-mailer-contact-row__hours {
  font-size: 14px;
  color: var(--pk-abs-text-faint);
  margin-left: 10px;
}

body.pk-mailer-single .pk-mailer-contact-row__caption {
  font-size: 13px;
  color: var(--pk-abs-text-faint);
  margin: 6px 0 0;
}

body.pk-mailer-single .pk-mailer-suggest {
  margin: 16px 0 0;
  font-size: 14px;
}

body.pk-mailer-single .pk-mailer-suggest-link {
  color: var(--pk-abs-green);
  font-weight: 600;
  text-decoration: underline;
}

/* Email reveal */
body.pk-mailer-single .pk-mailer-email-reveal__obfuscated {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

body.pk-mailer-single .pk-mailer-email-reveal__mask {
  font-size: 17px;
  font-weight: 600;
  color: var(--pk-abs-text);
  user-select: none;
}

body.pk-mailer-single .pk-mailer-email-reveal__btn,
body.pk-mailer-single .pk-mailer-email-reveal__copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pk-abs-text);
  cursor: pointer;
  font-family: inherit;
}

body.pk-mailer-single .pk-mailer-email-reveal__verifying {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--pk-abs-text-faint);
}

body.pk-mailer-single .pk-mailer-email-reveal__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid var(--pk-abs-border);
  border-top-color: var(--pk-abs-text-faint);
  border-radius: 50%;
  animation: pk-mailer-spin 0.7s linear infinite;
}

@keyframes pk-mailer-spin {
  to { transform: rotate(360deg); }
}

body.pk-mailer-single .pk-mailer-email-reveal__revealed {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

body.pk-mailer-single .pk-mailer-email-reveal__email {
  font-size: 17px;
  font-weight: 600;
  color: var(--pk-abs-green);
  text-decoration: none;
}

body.pk-mailer-single .pk-mailer-email-reveal__note {
  font-size: 13px;
  line-height: 1.4;
  color: var(--pk-abs-text-faint);
  margin: 8px 0 0;
}

body.pk-mailer-single .pk-mailer-email-reveal__note.is-error {
  color: var(--pk-abs-red);
}

body.pk-mailer-single .pk-mailer-email-reveal__turnstile {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* ---- Delay notice ---- */
body.pk-mailer-single .pk-mailer-delay-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  border-radius: 16px;
  padding: 22px;
  color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-delay-card--mobile {
  display: none;
}

body.pk-mailer-single .pk-mailer-delay-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--pk-abs-text);
  margin: 0 0 4px;
}

body.pk-mailer-single .pk-mailer-delay-body {
  font-size: 14px;
  line-height: 1.5;
  color: var(--pk-abs-text-faint);
  margin: 0;
}

/* ---- Soft PK banner (desktop) ---- */
body.pk-mailer-single .pk-mailer-soft-pk-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--pk-abs-green-lighter);
  border: 1px solid var(--pk-abs-green-light);
  border-radius: 16px;
  padding: 28px;
}

body.pk-mailer-single .pk-mailer-soft-pk-banner__body {
  flex: 1;
  min-width: 260px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--pk-abs-text);
  margin: 0;
}

body.pk-mailer-single .pk-mailer-soft-pk-banner__btn {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--pk-abs-green);
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(23, 162, 76, 0.3);
}

body.pk-mailer-single .pk-mailer-mobile-inline-sidebar {
  display: none;
}

/* ---- DIY vs PK cards ---- */
body.pk-mailer-single .pk-mailer-diy-vs-pk__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__card {
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  border-radius: 16px;
  padding: 28px;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__card--pk {
  background: var(--pk-abs-green-lighter);
  border: 1px solid var(--pk-abs-green-light);
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--pk-abs-text);
  margin: 0 0 20px;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__rows > div {
  margin: 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__rows dt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A3A3A3;
  margin: 0 0 4px;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__rows dd {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pk-abs-text-soft);
  margin: 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__card--pk .pk-mailer-diy-vs-pk__rows dd {
  color: var(--pk-abs-text);
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__btn {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--pk-abs-green);
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(23, 162, 76, 0.3);
  box-sizing: border-box;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__btn--diy {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  box-shadow: none;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__btn--diy:hover,
body.pk-mailer-single .pk-mailer-diy-vs-pk__btn--diy:focus {
  color: #000;
  background: #fff;
}

body.pk-mailer-single .pk-mailer-diy-anchor,
body.pk-mailer-single #pk-diy-path {
  scroll-margin-top: var(--pk-mailer-scroll-offset);
}

body.pk-mailer-single .pk-mailer-email-copy {
  width: 100%;
  max-width: 100%;
  margin: 16px 0 20px;
  box-sizing: border-box;
}

body.pk-mailer-single .pk-mailer-step-body .pk-mailer-email-copy {
  margin: 14px 0 0;
}

body.pk-mailer-single .pk-mailer-email-copy__intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--pk-abs-text);
  margin: 0 0 12px;
}

body.pk-mailer-single .pk-mailer-email-copy__card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  border-radius: 16px;
  padding: 20px;
}

body.pk-mailer-single .pk-mailer-email-copy__scroll {
  overflow-x: hidden;
}

body.pk-mailer-single .pk-mailer-email-copy__text {
  display: block;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pk-abs-text);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body.pk-mailer-single .pk-mailer-email-copy__btn {
  display: inline-flex;
  width: auto;
  max-width: max-content;
  margin-top: 12px;
}

body.pk-mailer-single .pk-mailer-email-copy__caption {
  font-size: 14px;
  line-height: 1.5;
  color: var(--pk-abs-text-faint);
  margin: 10px 0 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__footnote {
  font-size: 13px;
  color: #A3A3A3;
  text-align: center;
  margin: 16px 0 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__footnote a {
  color: var(--pk-abs-text-faint);
  text-decoration: underline;
}

/* ---- Steps ---- */
body.pk-mailer-single .pk-mailer-steps--spacious {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.pk-mailer-single .pk-mailer-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

body.pk-mailer-single .pk-mailer-step-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pk-abs-green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.pk-mailer-single .pk-mailer-step.is-muted .pk-mailer-step-num {
  background: #F0F0F0;
  color: var(--pk-abs-text-faint);
}

body.pk-mailer-single .pk-mailer-step-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--pk-abs-text);
  margin: 0 0 5px;
}

body.pk-mailer-single .pk-mailer-step.is-muted .pk-mailer-step-title,
body.pk-mailer-single .pk-mailer-step.is-muted .pk-mailer-step-detail {
  color: var(--pk-abs-text-faint);
}

body.pk-mailer-single .pk-mailer-step-detail {
  font-size: 16px;
  line-height: 1.55;
  color: var(--pk-abs-text-soft);
  margin: 0;
}

body.pk-mailer-single .pk-mailer-step-detail p {
  margin: 0 0 0.7em;
}

body.pk-mailer-single .pk-mailer-step-detail p:last-child {
  margin-bottom: 0;
}

body.pk-mailer-single .pk-mailer-step-title a,
body.pk-mailer-single .pk-mailer-step-detail a {
  color: var(--pk-abs-green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(23, 162, 76, 0.3);
  text-underline-offset: 3px;
}

body.pk-mailer-single .pk-mailer-step-title a strong,
body.pk-mailer-single .pk-mailer-step-detail a strong {
  color: inherit;
  font-weight: 600;
}

body.pk-mailer-single .pk-mailer-step-title a:hover,
body.pk-mailer-single .pk-mailer-step-detail a:hover {
  text-decoration-color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-step-note {
  font-size: 15px;
  font-style: italic;
  color: var(--pk-abs-text-faint);
}

/* ---- FAQ: same accordion as berlin-components / blog / HiW.
   Mailer `main` is 17px / weight 400 / text-soft; without these, questions flatten. ---- */
body.pk-mailer-single .pk-mailer-faq h2 {
  margin: 0 0 16px;
}

body.pk-mailer-single .pk-mailer-faq .faq-list {
  border-top: 1px solid var(--pk-abs-border);
}

body.pk-mailer-single .pk-mailer-faq .faq-summary {
  padding: 28px 8px;
}

body.pk-mailer-single .pk-mailer-faq .faq-summary h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--pk-abs-text);
  margin: 0;
}

body.pk-mailer-single .pk-mailer-faq .faq-answer {
  padding: 0 8px 28px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--pk-abs-text-soft);
}

body.pk-mailer-single .pk-mailer-faq .faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--pk-abs-text-soft);
}

body.pk-mailer-single .pk-mailer-faq .faq-answer a {
  color: var(--pk-abs-green);
  font-weight: 600;
}

@media (max-width: 720px) {
  body.pk-mailer-single .pk-mailer-faq .faq-summary {
    padding: 22px 4px;
  }

  body.pk-mailer-single .pk-mailer-faq .faq-summary h3 {
    font-size: 17px;
  }
}

/* ---- Related mailers ---- */
body.pk-mailer-single .pk-mailer-related__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

body.pk-mailer-single .pk-mailer-related__chip {
  font-size: 15px;
  font-weight: 600;
  color: var(--pk-abs-text);
  background: #fff;
  border: 1px solid var(--pk-abs-border);
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
}

body.pk-mailer-single .pk-mailer-related__chip:hover {
  border-color: var(--pk-abs-green);
  color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-related__subline {
  font-size: 14px;
  color: var(--pk-abs-text-faint);
  margin: 0;
}

/* ---- Sidebar PK card ---- */
body.pk-mailer-single .pk-mailer-pk-card {
  background: var(--pk-abs-green-lighter);
  border: 1px solid var(--pk-abs-green-light);
  border-radius: 16px;
  padding: 28px;
}

body.pk-mailer-single .pk-mailer-pk-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

body.pk-mailer-single .pk-mailer-pk-logo {
  height: 16px;
  width: auto;
}

body.pk-mailer-single .pk-mailer-pk-pill {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--pk-abs-green);
  background: var(--pk-abs-green-light);
  padding: 4px 8px;
  border-radius: 999px;
}

body.pk-mailer-single .pk-mailer-pk-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--pk-abs-text);
  margin: 0 0 12px;
}

body.pk-mailer-single .pk-mailer-pk-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pk-abs-text-soft);
  margin: 0 0 20px;
}

body.pk-mailer-single .pk-mailer-pk-unsub-stat {
  font-size: 15px;
  font-weight: 700;
  color: var(--pk-abs-green);
  margin: 0 0 14px;
}

body.pk-mailer-single .pk-mailer-pk-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

body.pk-mailer-single .pk-mailer-pk-proof-bubbles {
  display: flex;
}

body.pk-mailer-single .pk-mailer-pk-proof-bubble {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--pk-abs-green-lighter);
  background-color: var(--pk-abs-green-light);
  background-size: cover;
  background-position: center;
  margin-right: -8px;
}

body.pk-mailer-single .pk-mailer-pk-proof-bubble:last-child {
  margin-right: 0;
}

body.pk-mailer-single .pk-mailer-pk-proof-stars {
  color: var(--pk-abs-yellow);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}

body.pk-mailer-single .pk-mailer-pk-proof-num {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--pk-abs-text);
  margin-top: 4px;
}

body.pk-mailer-single .pk-mailer-pk-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
}

body.pk-mailer-single .pk-mailer-pk-qr-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--pk-abs-text);
}

body.pk-mailer-single .pk-mailer-pk-qr-sub {
  font-size: 13px;
  color: var(--pk-abs-text-faint);
}

body.pk-mailer-single .pk-mailer-pk-download-btn {
  display: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--pk-abs-green);
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(23, 162, 76, 0.3);
}

body.pk-mailer-single .pk-mailer-pk-guarantee {
  font-size: 13px;
  color: var(--pk-abs-text-faint);
  text-align: center;
  margin: 0;
}

body.pk-mailer-single .pk-mailer-sidebar .pk-mailer-delay-card {
  margin-top: 16px;
}

/* ---- Final CTA ---- */
body.pk-mailer-single .pk-mailer-final-cta-wrap {
  margin-top: 0;
  padding: 64px 32px 96px;
  box-sizing: border-box;
  max-width: var(--pk-abs-container, 1280px);
  margin-left: auto;
  margin-right: auto;
}

body.pk-mailer-single .pk-mailer-final-cta-wrap .final-cta {
  max-width: none;
  width: 100%;
}

/* Scroll targets */
body.pk-mailer-single #pk-opt-out-info,
body.pk-mailer-single #pk-how-to,
body.pk-mailer-single #pk-proactive-steps,
body.pk-mailer-single #pk-privacy-rights,
body.pk-mailer-single #pk-faq,
body.pk-mailer-single #pk-your-options {
  scroll-margin-top: var(--pk-mailer-scroll-offset);
}

/* ---- Mobile (<=860px) ---- */
@media (max-width: 760px) {
  body.pk-mailer-single .pk-mailer-page-inner.wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.pk-mailer-single .pk-mailer-final-cta-wrap {
    padding: 32px 16px 48px;
  }
}

@media (max-width: 860px) {
  body.pk-mailer-single {
    --pk-mailer-section-gap: 48px;
  }

  body.pk-mailer-single .pk-mailer-body-row {
    flex-direction: column;
    gap: 32px;
  }

  body.pk-mailer-single .pk-mailer-main {
    max-width: none;
  }

  body.pk-mailer-single .pk-mailer-sidebar {
    display: none;
  }

  body.pk-mailer-single .pk-mailer-soft-pk-banner--desktop {
    display: none;
  }

  body.pk-mailer-single .pk-mailer-delay-card--mobile {
    display: flex;
  }

  body.pk-mailer-single .pk-mailer-mobile-inline-sidebar {
    display: block;
  }

  body.pk-mailer-single .pk-mailer-pk-qr--desktop {
    display: none;
  }

  /* Bottom CTA: download button only on mobile (no QR scan block). */
  body.pk-mailer-single .pk-mailer-final-cta-wrap .final-qr-desktop {
    display: none;
  }

  body.pk-mailer-single .pk-mailer-pk-download-btn {
    display: block;
    width: 100%;
  }

  body.pk-mailer-single .pk-mailer-diy-vs-pk__grid {
    grid-template-columns: 1fr;
  }

  body.pk-mailer-single .pk-mailer-email-copy__scroll {
    max-height: 12em;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.pk-mailer-single .pk-mailer-email-copy__btn {
    display: flex;
    width: 100%;
    max-width: none;
  }

  body.pk-mailer-single .pk-mailer-hero {
    flex-direction: row;
    align-items: center;
  }

  /* Mobile: hide the 320px logo column; show the hero tile next to the H1. */
  body.pk-mailer-single .pk-mailer-sidebar--logo {
    display: none !important;
  }

  body.pk-mailer-single .pk-mailer-body-row.pk-mailer-hero-row {
    display: block;
    padding-bottom: 0;
  }

  body.pk-mailer-single .pk-mailer-band--white .pk-mailer-hero {
    padding: 12px 0 16px;
  }

  body.pk-mailer-single .pk-mailer-logo-tile--hero {
    display: flex;
    order: 2;
    justify-content: center;
    width: 120px;
    height: 56px;
    max-width: 120px;
    padding: 6px;
  }

  body.pk-mailer-single .pk-mailer-logo-tile--hero img {
    object-position: center;
  }

  body.pk-mailer-single .pk-mailer-section h2 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pk-mailer-single .pk-mailer-email-reveal__spinner {
    animation: none;
  }

  body.pk-mailer-single .pk-mailer-flow-sheet,
  body.pk-mailer-single .pk-mailer-flow-backdrop {
    transition: none;
  }
}

/* ---- Flow entry fork (email_proxy lane) — layout only; page margins unchanged ---- */

body.pk-mailer-single .pk-mailer-contact-row--fork {
  align-items: flex-start;
}

body.pk-mailer-single .pk-mailer-email-fork__mask {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pk-abs-text);
  margin: 0 0 8px;
}

body.pk-mailer-single .pk-mailer-email-fork__pitch {
  font-size: 15px;
  line-height: 1.5;
  color: var(--pk-abs-text);
  margin: 0 0 16px;
}

body.pk-mailer-single .pk-mailer-email-fork__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

body.pk-mailer-single .pk-mailer-flow-cta.btn {
  height: auto;
  min-height: 0;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(23, 162, 76, 0.3);
  white-space: normal;
}

body.pk-mailer-single .pk-mailer-email-reveal--fork {
  width: 100%;
}

body.pk-mailer-single .pk-mailer-email-reveal__btn--ghost {
  background: transparent;
  border: 1px solid var(--pk-abs-border);
  color: var(--pk-abs-text);
}

body.pk-mailer-single .pk-mailer-email-reveal__btn--ghost:hover {
  background: var(--pk-abs-surface-alt);
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__btn--flow {
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__ledger-caption {
  font-size: 13px;
  line-height: 1.5;
  color: var(--pk-abs-text-faint);
  text-align: center;
  margin: 12px 0 0;
}

body.pk-mailer-single .pk-mailer-diy-vs-pk__ledger-caption a {
  color: var(--pk-abs-text-faint);
  text-decoration: underline;
}

/* ---- Flow sheet overlay (does not affect page section spacing) ---- */

body.pk-mailer-flow-open {
  overflow: hidden;
}

body.pk-mailer-single .pk-mailer-flow-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(32, 42, 55, 0.45);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

body.pk-mailer-single .pk-mailer-flow-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.pk-mailer-single .pk-mailer-flow-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  max-height: 92vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(105%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0.33, 1);
}

body.pk-mailer-single .pk-mailer-flow-sheet.is-open {
  transform: translateY(0);
}

body.pk-mailer-single .pk-mailer-flow-sheet__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 10px;
  border-bottom: 1px solid #F0F0F0;
  background: #fff;
}

body.pk-mailer-single .pk-mailer-flow-sheet__head-left {
  display: flex;
  align-items: center;
  gap: 2px;
}

body.pk-mailer-single .pk-mailer-flow-sheet__step-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-flow-sheet__back,
body.pk-mailer-single .pk-mailer-flow-sheet__close {
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  color: var(--pk-abs-text-faint);
}

body.pk-mailer-single .pk-mailer-flow-sheet__back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--pk-abs-text);
  padding: 4px 10px 4px 0;
}

body.pk-mailer-single .pk-mailer-flow-sheet__close {
  font-size: 22px;
  line-height: 1;
  padding: 4px;
}

body.pk-mailer-single .pk-mailer-flow-pane {
  display: none;
  padding: 20px 18px 26px;
}

body.pk-mailer-single .pk-mailer-flow-pane.is-active {
  display: block;
}

body.pk-mailer-single .pk-mailer-flow-pane__title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--pk-abs-text);
  margin: 0 0 6px;
}

body.pk-mailer-single .pk-mailer-flow-pane__lede {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--pk-abs-text-soft);
  margin: 0 0 16px;
}

body.pk-mailer-single .pk-mailer-flow-field__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--pk-abs-text);
  margin: 0 0 6px;
}

body.pk-mailer-single .pk-mailer-flow-field {
  width: 100%;
  border: 1px solid var(--pk-abs-border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 13px;
  color: var(--pk-abs-text);
  margin: 0 0 14px;
  background: #fff;
  box-sizing: border-box;
}

body.pk-mailer-single .pk-mailer-flow-field:focus {
  outline: 2px solid var(--pk-abs-green);
  outline-offset: 0;
  border-color: var(--pk-abs-green);
}

body.pk-mailer-single .pk-mailer-flow-field.is-error {
  border-color: var(--pk-abs-red);
  outline-color: var(--pk-abs-red);
}

body.pk-mailer-single .pk-mailer-flow-field__error {
  font-size: 12px;
  color: var(--pk-abs-red);
  margin: -9px 0 12px;
}

body.pk-mailer-single .pk-mailer-flow-pane__cta {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(23, 162, 76, 0.3);
}

body.pk-mailer-single .pk-mailer-flow-pane__fine {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--pk-abs-text-faint);
  margin: 10px 0 0;
  text-align: center;
}

@media (min-width: 721px) {
  body.pk-mailer-single .pk-mailer-flow-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    width: min(560px, calc(100% - 48px));
    max-height: min(92vh, 640px);
    border-radius: 20px;
    transform: translate(-50%, -46%) scale(0.96);
    opacity: 0;
  }

  body.pk-mailer-single .pk-mailer-flow-sheet.is-open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
