/* Advertising & sponsorship — rate card page (distinct from homepage) */
.advertising-page {
  --ad-ink: #2d2636;
  --ad-muted: #635c5e;
  --ad-line: rgba(45, 38, 54, 0.12);
  --ad-panel: var(--surface);
  --ad-canvas: var(--brand-cream);
  --ad-soft: rgba(250, 247, 242, 0.94);
  --ad-soft-muted: rgba(245, 240, 232, 0.82);
  --ad-events-accent: #7a3d8a;
  --ad-events-accent-soft: rgba(194, 153, 209, 0.16);
  --ad-events-accent-border: rgba(122, 61, 138, 0.28);
  --ad-organisers-accent: #2563eb;
  --ad-organisers-accent-soft: rgba(37, 99, 235, 0.1);
  --ad-organisers-accent-border: rgba(37, 99, 235, 0.24);
  --ad-opportunities-accent: #c9961f;
  --ad-opportunities-accent-soft: rgba(201, 150, 31, 0.12);
  --ad-opportunities-accent-border: rgba(201, 150, 31, 0.32);
  --ad-opportunities-navy: #0d1f3c;
  --ad-opportunities-muted: #5c6b82;
}

.advertising-page-main {
  padding-bottom: 0;
  background: transparent;
}

body.advertising-page {
  background: var(--brand-cream);
}

/* ─── Page header ─── */
.ad-page-header {
  padding: clamp(18px, 2.5vw, 26px) 24px clamp(14px, 2vw, 20px);
  background: linear-gradient(165deg, #fffdf9 0%, var(--cream) 45%, var(--lavender-light) 100%);
  border-bottom: 1px solid var(--border-soft);
}

.ad-page-header-inner {
  max-width: 48em;
  margin: 0 auto;
  text-align: center;
}

.ad-page-kicker {
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lavender-deep);
}

.ad-page-header h1 {
  font-family: 'DM Serif Display', 'DM Serif Display Fallback', Georgia, serif;
  font-size: clamp(1.75rem, 3.8vw, 2.25rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 10px;
  color: var(--ad-ink);
}

.ad-page-lede {
  margin: 0 auto 22px;
  max-width: 40em;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ad-ink);
  opacity: 0.88;
}

.ad-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 42em;
  margin: 0 auto 22px;
  padding: 14px 8px;
  border-radius: 14px;
  border: 1px solid var(--ad-line);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 2px 12px rgba(45, 38, 54, 0.04);
}

.ad-trust-metric {
  position: relative;
  padding: 4px 12px;
  text-align: center;
}

.ad-trust-metric:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 12%;
  right: 0;
  width: 1px;
  height: 76%;
  background: var(--ad-line);
}

.ad-trust-metric strong {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ad-ink);
}

.ad-trust-metric span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-page-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 2px;
}

.ad-page-header-cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  background: var(--ad-ink);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.ad-page-header-cta:hover {
  background: var(--lavender-deep);
  color: #fff;
}

.ad-page-header-meta {
  margin: 14px 0 0;
  max-width: 34em;
  margin-inline: auto;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ad-muted);
  opacity: 0.88;
}

.ad-page-header-cta--secondary {
  background: #fff;
  color: var(--ad-ink);
  border: 1px solid var(--ad-line);
}

.ad-page-header-cta--secondary:hover {
  background: var(--ad-soft-muted);
  color: var(--ad-ink);
}

.ad-package-picker {
  margin: 0 0 1.75rem;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--ad-line);
  background: linear-gradient(165deg, #fff 0%, var(--ad-soft-muted) 100%);
}

.ad-package-picker--collapsible {
  padding: 12px 16px;
}

.ad-package-picker-details {
  margin: 0;
}

.ad-package-picker-details[open] {
  padding-bottom: 4px;
}

.ad-package-picker-title {
  margin: 0 0 12px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  font-weight: 400;
  color: var(--ad-ink);
}

.ad-package-picker--collapsible .ad-package-picker-title {
  margin: 0;
  font-size: 1rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.ad-package-picker--collapsible .ad-package-picker-title::-webkit-details-marker {
  display: none;
}

.ad-package-picker--collapsible .ad-package-picker-title::after {
  content: '+';
  float: right;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--ad-muted);
}

.ad-package-picker-details[open] .ad-package-picker-title::after {
  content: '−';
}

.ad-package-picker-details[open] .ad-package-picker-title {
  margin-bottom: 12px;
}

.ad-package-picker--collapsible .ad-package-picker-grid {
  margin-top: 4px;
}

.ad-package-picker-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .ad-package-picker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ad-package-picker-card {
  display: grid;
  gap: 4px;
  padding: 14px 14px 12px;
  border-radius: 12px;
  border: 1px solid var(--ad-line);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ad-package-picker-card:hover {
  border-color: rgba(122, 61, 138, 0.35);
  box-shadow: 0 4px 16px rgba(45, 38, 54, 0.06);
}

.ad-package-picker-card strong {
  font-size: 0.92rem;
  color: var(--ad-ink);
}

.ad-package-picker-card span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--ad-muted);
}

.ad-slot-status {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ad-muted);
}

.ad-slot-status.is-available {
  color: #2f6b3f;
}

.ad-slot-status.is-waitlist {
  color: #8a5a12;
}

.ad-faq {
  margin: 2rem 0 1.5rem;
}

.ad-faq h2 {
  margin: 0 0 12px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 400;
  color: var(--ad-ink);
}

.ad-faq-list {
  display: grid;
  gap: 8px;
}

.ad-faq-item {
  border: 1px solid var(--ad-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.ad-faq-item summary {
  cursor: pointer;
  padding: 14px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ad-ink);
  list-style: none;
}

.ad-faq-item summary::-webkit-details-marker {
  display: none;
}

.ad-faq-item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ad-muted);
}

.ad-enquiry-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ad-enquiry-status {
  margin: 10px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.ad-enquiry-status.is-ok {
  color: #2f6b3f;
}

.ad-enquiry-status.is-error {
  color: #9b2c2c;
}

.ad-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /* Above cookie banner (200). Hubert parks left on this page so the bar stays clear. */
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--ad-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 -8px 24px rgba(45, 38, 54, 0.08);
}

/* Keep cookie consent tappable — hide sticky CTAs while the banner is up */
body:has(#hub-cookie-banner:not([hidden])) .ad-sticky-cta {
  visibility: hidden;
  pointer-events: none;
}

body.nav-menu-open .ad-sticky-cta {
  visibility: hidden;
  pointer-events: none;
}

.ad-sticky-cta-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}

.ad-sticky-cta-btn--primary {
  background: var(--ad-ink);
  color: #fff;
}

.ad-sticky-cta-btn--secondary {
  min-height: 0;
  padding: 2px 4px 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--ad-ink);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .ad-sticky-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .advertising-page-main {
    padding-bottom: 96px;
  }
}

.ad-page-body {
  position: relative;
  padding-bottom: 48px;
  /* overflow-x only — overflow:hidden was clipping mobile content / sticky CTAs */
  overflow-x: clip;
  overflow-y: visible;
}

.ad-page-body > .content-body.ad-content-body {
  position: relative;
  z-index: 1;
}

.ad-page-body .content-flow-orb {
  z-index: 0;
}

/* ─── Audience proof ─── */
.ad-audience {
  margin-bottom: 1.75rem;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--ad-line);
  background: linear-gradient(165deg, var(--surface) 0%, rgba(235, 224, 240, 0.32) 100%);
}

.ad-audience-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lavender-deep);
}

.ad-audience-head h2 {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ad-ink);
}

.ad-audience-lede {
  margin: 0;
  max-width: 42em;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ad-muted);
}

.ad-audience-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 14px;
  padding: 0;
  list-style: none;
}

.ad-audience-stats li {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--ad-line);
  background: var(--ad-soft);
}

.ad-audience-stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  color: var(--ad-ink);
}

.ad-audience-stats span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ad-muted);
}

.ad-audience-sectors {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ad-muted);
}

/* ─── Package comparison ─── */
.ad-compare {
  margin-bottom: 1.5rem;
}

.ad-compare-head h2 {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.3rem, 2.8vw, 1.65rem);
  font-weight: 400;
  color: var(--ad-ink);
}

.ad-compare-lede {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: var(--ad-muted);
  line-height: 1.55;
}

.ad-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ad-compare-table th,
.ad-compare-table td {
  padding: 11px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--ad-line);
}

.ad-compare-table thead th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ad-muted);
  background: var(--ad-soft-muted);
}

.ad-compare-table tbody td:first-child {
  font-weight: 600;
  color: var(--ad-ink);
  white-space: nowrap;
}

.ad-compare-table tbody td:nth-child(4) {
  font-weight: 700;
  white-space: nowrap;
}

.ad-compare-table .ad-compare-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 38, 54, 0.22);
}

.ad-compare-table .ad-compare-link:hover {
  color: var(--lavender-deep);
  border-bottom-color: var(--lavender-deep);
}

.ad-bundle-callout {
  margin-bottom: 1.5rem;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(122, 61, 138, 0.22);
  background: linear-gradient(135deg, var(--surface) 0%, rgba(194, 153, 209, 0.14) 100%);
}

.ad-bundle-callout strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  color: var(--ad-ink);
}

.ad-bundle-callout p {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ad-muted);
}

.ad-bundle-callout a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--lavender-deep);
  text-decoration: none;
}

.ad-bundle-callout a:hover {
  text-decoration: underline;
}

/* ─── Enquiry form ─── */
.ad-enquiry {
  margin: 2rem 0 1.5rem;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--ad-line);
  background: var(--ad-soft-muted);
}

.ad-enquiry-head h2 {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 400;
  color: var(--ad-ink);
}

.ad-enquiry-lede {
  margin: 0 0 16px;
  max-width: 42em;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ad-muted);
}

.ad-enquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.ad-enquiry-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ad-enquiry-field--full {
  margin-bottom: 14px;
}

.ad-enquiry-field span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-enquiry-field input,
.ad-enquiry-field select,
.ad-enquiry-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ad-line);
  border-radius: 10px;
  background: var(--surface-warm);
  font: inherit;
  font-size: 0.94rem;
  color: var(--ad-ink);
}

.ad-enquiry-field input:focus,
.ad-enquiry-field select:focus,
.ad-enquiry-field textarea:focus {
  outline: 2px solid rgba(154, 122, 168, 0.35);
  outline-offset: 1px;
}

.ad-enquiry-submit {
  border: none;
  cursor: pointer;
}

.ad-enquiry-note {
  margin: 10px 0 0;
  font-size: 0.82rem;
  color: var(--ad-muted);
}

/* ─── Quick enquiry strip ─── */
.ad-enquiry-quick {
  margin: 0 0 1rem;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--ad-line);
  background: linear-gradient(165deg, #fff 0%, var(--ad-soft-muted) 100%);
  scroll-margin-top: 88px;
}

.ad-enquiry-quick-title {
  margin: 0 0 4px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ad-ink);
}

.ad-enquiry-quick-lede {
  margin: 0 0 10px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ad-muted);
}

.ad-enquiry-quick-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  align-items: end;
}

.ad-enquiry-quick-fields .ad-enquiry-field input {
  min-height: 36px;
  font-size: 0.84rem;
}

.ad-enquiry-quick-submit {
  min-height: 36px;
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: var(--ad-ink);
  color: #fff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.ad-enquiry-quick-submit:hover {
  background: var(--lavender-deep);
}

.ad-enquiry-quick-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ad-enquiry-quick-more {
  margin: 8px 0 0;
  font-size: 0.8rem;
  color: var(--ad-muted);
}

.ad-enquiry-privacy-note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ad-muted);
}

.ad-enquiry-privacy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.city-partner-email-field + .ad-enquiry-privacy-note {
  margin-top: 8px;
  margin-bottom: 4px;
}

.ad-enquiry-quick-more a {
  color: var(--lavender-deep);
  font-weight: 600;
  text-decoration: none;
}

.ad-enquiry-quick-more a:hover {
  text-decoration: underline;
}

.ad-enquiry-quick-status {
  margin: 8px 0 0;
  font-size: 0.84rem;
}

.ad-enquiry-quick-status.is-ok {
  color: #2f6b3f;
}

.ad-enquiry-quick-status.is-error {
  color: #9b2c2c;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ad-package-terms {
  margin: -6px 0 12px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--ad-muted);
}

.ad-email-stats--reach td {
  font-size: 0.88rem;
  font-weight: 600;
}

.ad-email-stats--reach thead th {
  font-size: 0.68rem;
}

.ad-full-email-mini-row {
  margin: 0;
  padding: 14px 16px 18px;
  background: #fff;
  border-top: 1px solid #e6e0e2;
}

.ad-full-email-mini-row-label {
  margin: 0 0 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #7a7274;
}

.ad-full-email-mini-row-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #e6e0e2;
  background: #fff;
}

.ad-full-email-mini-row-logos img {
  width: 64px;
  height: auto;
  opacity: 0.92;
}

.ad-full-email-mini-row-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(45, 38, 54, 0.06);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9a9092;
}

/* ─── Partners strip ─── */
.ad-partners-strip {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

.ad-partners-panel {
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--ad-soft);
  border: 1px solid var(--ad-line);
}

@keyframes ad-accent-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ad-partners-kicker {
  margin: 0 0 14px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lavender-deep);
}

.ad-partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
}

.ad-partners-logos img {
  max-height: 44px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.88;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.ad-partners-logos a:hover img {
  opacity: 1;
  filter: none;
}

/* ─── Scroll reveal ─── */
.ad-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ad-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .ad-partners-panel::before {
    animation: none !important;
  }

  .ad-package-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ad-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.content-body.ad-content-body {
  max-width: 980px;
  padding-top: 16px;
}

/* ─── Section navigation (single control — not duplicated tabs) ─── */
.ad-section-nav {
  position: sticky;
  top: 72px;
  z-index: 10;
  margin-bottom: 1rem;
  padding: 0 0 8px;
  background: linear-gradient(180deg, var(--ad-canvas) 90%, transparent);
  scroll-margin-top: 88px;
}

.ad-section-nav-label {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-section-picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(122, 61, 138, 0.12);
  background: linear-gradient(165deg, rgba(255, 253, 249, 0.98) 0%, rgba(235, 224, 240, 0.28) 100%);
  box-shadow: 0 8px 28px rgba(45, 38, 54, 0.07);
}

.ad-section-pick {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 18px 16px 16px;
  border: 1px solid rgba(45, 38, 54, 0.14);
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--ad-ink);
  background: #fff;
  box-shadow: 0 4px 14px rgba(45, 38, 54, 0.06);
  overflow: hidden;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease;
}

.ad-section-pick::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.ad-section-pick[data-ad-tab="events"] {
  background: linear-gradient(180deg, rgba(235, 224, 240, 0.72) 0%, #fff 38%);
}

.ad-section-pick[data-ad-tab="events"]::before {
  background: linear-gradient(90deg, #6b3479 0%, #9a5aad 100%);
}

.ad-section-pick[data-ad-tab="organisers"] {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1) 0%, #fff 38%);
}

.ad-section-pick[data-ad-tab="organisers"]::before {
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 100%);
}

.ad-section-pick[data-ad-tab="opportunities"] {
  background: linear-gradient(180deg, rgba(252, 243, 220, 0.82) 0%, #fff 38%);
}

.ad-section-pick[data-ad-tab="opportunities"]::before {
  background: linear-gradient(90deg, #a67c00 0%, #d4a832 100%);
}

.ad-section-pick:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 61, 138, 0.32);
  box-shadow: 0 10px 26px rgba(45, 38, 54, 0.1);
}

.ad-section-pick.is-active {
  border-color: rgba(122, 61, 138, 0.55);
  box-shadow:
    0 12px 30px rgba(122, 61, 138, 0.16),
    inset 0 0 0 1px rgba(122, 61, 138, 0.08);
  transform: translateY(-2px);
}

.ad-section-pick.is-active::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(122, 61, 138, 0.22);
  border-radius: 14px;
  pointer-events: none;
}

.ad-section-pick-pill {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ad-section-pick[data-ad-tab="events"] .ad-section-pick-pill {
  background: rgba(122, 61, 138, 0.14);
  color: #5c2d6a;
  border: 1px solid rgba(122, 61, 138, 0.28);
}

.ad-section-pick[data-ad-tab="organisers"] .ad-section-pick-pill {
  background: rgba(37, 99, 235, 0.12);
  color: #1e40af;
  border: 1px solid rgba(37, 99, 235, 0.26);
}

.ad-section-pick[data-ad-tab="opportunities"] .ad-section-pick-pill {
  background: rgba(201, 150, 31, 0.14);
  color: #7a5a08;
  border: 1px solid rgba(201, 150, 31, 0.3);
}

.ad-section-pick-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  color: var(--lavender-deep);
  background: rgba(122, 61, 138, 0.08);
  border: 1px solid rgba(122, 61, 138, 0.12);
  opacity: 0.85;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.ad-section-pick:hover .ad-section-pick-arrow,
.ad-section-pick.is-active .ad-section-pick-arrow {
  opacity: 1;
  background: rgba(122, 61, 138, 0.14);
  transform: translateX(2px);
}

.ad-section-pick.is-active .ad-section-pick-arrow {
  background: var(--lavender-deep);
  color: #fff;
  border-color: transparent;
}

.ad-section-pick:focus-visible {
  outline: 2px solid var(--lavender-deep);
  outline-offset: 2px;
}

.ad-section-pick-body strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--ad-ink);
  line-height: 1.35;
}

.ad-section-pick-body em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  color: #5c2d6a;
}

.ad-section-pick[data-ad-tab="organisers"] .ad-section-pick-body em {
  color: #1e40af;
}

.ad-section-pick[data-ad-tab="opportunities"] .ad-section-pick-body em {
  color: #7a5a08;
}

.ad-tab-panel--events {
  --ad-section-accent: var(--ad-events-accent);
  --ad-section-accent-soft: var(--ad-events-accent-soft);
  --ad-section-accent-border: var(--ad-events-accent-border);
  --ad-section-price-bg: var(--ad-events-accent);
  --ad-section-tab-bar: var(--ad-events-accent);
}

.ad-tab-panel--organisers {
  --ad-section-accent: var(--ad-organisers-accent);
  --ad-section-accent-soft: var(--ad-organisers-accent-soft);
  --ad-section-accent-border: var(--ad-organisers-accent-border);
  --ad-section-price-bg: var(--ad-organisers-accent);
  --ad-section-tab-bar: var(--ad-organisers-accent);
}

.ad-tab-panel--opportunities {
  --ad-section-accent: var(--ad-opportunities-accent);
  --ad-section-accent-soft: var(--ad-opportunities-accent-soft);
  --ad-section-accent-border: var(--ad-opportunities-accent-border);
  --ad-section-price-bg: var(--ad-opportunities-navy);
  --ad-section-tab-bar: var(--ad-opportunities-navy);
}

.ad-tab-panel .ad-section-intro-band {
  border-left-color: var(--ad-section-accent);
  border-color: var(--ad-section-accent-border);
  background: linear-gradient(135deg, var(--surface) 0%, var(--ad-section-accent-soft) 100%);
}

.ad-tab-panel .ad-section-head a {
  color: var(--ad-section-accent);
}

.ad-tab-panel .ad-package-badge {
  background: var(--ad-section-accent-soft);
  color: var(--ad-section-accent);
}

.ad-tab-panel .ad-package--featured .ad-package-price,
.ad-tab-panel .ad-package-price {
  background: var(--ad-section-price-bg);
  color: #fff;
}

.ad-tab-panel .ad-package-cta {
  background: var(--ad-section-accent);
  color: #fff;
}

.ad-tab-panel .ad-package--featured .ad-package-cta {
  background: var(--ad-section-price-bg);
}

.ad-tab-panel--opportunities .ad-package-cta {
  background: var(--ad-opportunities-navy);
}

.ad-tab-panel .ad-package-cta:hover {
  filter: brightness(1.06);
  color: #fff;
}

.ad-tab-panel .ad-package-main {
  background: linear-gradient(180deg, var(--surface) 0%, color-mix(in srgb, var(--ad-section-accent-soft) 72%, var(--surface)) 100%);
}

.ad-tab-panel .ad-package-preview {
  background: color-mix(in srgb, var(--ad-section-accent-soft) 38%, var(--surface));
}

.ad-tab-panel--organisers .ad-package-preview {
  background: color-mix(in srgb, var(--ad-organisers-accent-soft) 42%, var(--surface));
}

.ad-tab-panel--opportunities .ad-package-preview {
  background: color-mix(in srgb, var(--ad-opportunities-accent-soft) 40%, var(--surface));
}

.ad-tab-panel--opportunities .ad-package-tab.is-active::after {
  background: linear-gradient(90deg, var(--ad-opportunities-accent) 0%, #e8b84a 100%);
}

.ad-tab-panel--organisers .ad-package-tab.is-active::after {
  background: var(--ad-organisers-accent);
}

.ad-tab-panel--events .ad-package-tab.is-active::after {
  background: var(--ad-events-accent);
}

.ad-tab-panel .ad-email-reach {
  border-color: var(--ad-section-accent-border);
  background: var(--ad-section-accent-soft);
}

.ad-tab-panel .ad-email-reach-title {
  color: var(--ad-section-accent);
}

.ad-tab-panel--opportunities .ad-email-reach-title span {
  color: var(--ad-opportunities-muted);
}

.ad-pricing-glance--events {
  border-color: var(--ad-events-accent-border);
  box-shadow: 0 8px 28px rgba(194, 153, 209, 0.12);
}

.ad-pricing-glance--events .ad-pricing-glance-toggle::after {
  color: var(--ad-events-accent);
}

.ad-pricing-glance--organisers {
  border-color: var(--ad-organisers-accent-border);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.1);
}

.ad-pricing-glance--organisers .ad-pricing-glance-toggle::after {
  color: var(--ad-organisers-accent);
}

.ad-pricing-glance--opportunities {
  border-color: var(--ad-opportunities-accent-border);
  box-shadow: 0 8px 28px rgba(201, 150, 31, 0.12);
}

.ad-pricing-glance--opportunities .ad-pricing-glance-toggle::after {
  color: var(--ad-opportunities-accent);
}

.ad-tab-panel .ad-package--highlight {
  animation: adPackageHighlightSection 1.8s ease;
}

@keyframes adPackageHighlightSection {
  0%,
  100% {
    box-shadow: 0 2px 8px rgba(45, 38, 54, 0.04);
  }
  20%,
  60% {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--ad-section-accent) 40%, transparent);
  }
}

.ad-pricing-note {
  margin: 0.75rem 0 1.25rem;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ad-soft, rgba(235, 224, 240, 0.35));
  border: 1px solid var(--ad-line, rgba(45, 38, 54, 0.08));
  font-size: 0.88rem;
  color: var(--ad-muted, #5c5668);
  line-height: 1.5;
  text-align: center;
  overflow-wrap: anywhere;
}

.ad-pricing-note a {
  color: var(--lavender-deep);
  font-weight: 600;
}

.ad-tab-panel {
  animation: adPanelIn 0.25s ease;
}

.ad-tab-panel[hidden] {
  display: none !important;
}

@keyframes adPanelIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ad-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 12px;
}

.ad-section-head h2 {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 400;
}

.ad-section-head h2 a {
  color: inherit;
  text-decoration: none;
}

.ad-section-head h2 a:hover {
  color: var(--lavender-deep);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ad-section-head a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--lavender-deep);
  text-decoration: none;
  white-space: nowrap;
}

.ad-section-head a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ad-section-lede {
  max-width: 52em;
  margin: 0;
}

.ad-section-intro-band {
  margin-bottom: 1.75rem;
  padding: 16px 18px;
  border-radius: 10px;
  background: var(--ad-soft);
  border: 1px solid var(--ad-line);
  border-left: 3px solid var(--ad-ink);
}

.ad-section-intro-band .ad-section-lede {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ─── At-a-glance pricing ─── */
.ad-pricing-glance {
  margin-bottom: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(194, 153, 209, 0.1);
  overflow: hidden;
}

.ad-pricing-glance-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.ad-pricing-glance-toggle::-webkit-details-marker {
  display: none;
}

.ad-pricing-glance-toggle::after {
  content: '▾';
  font-size: 0.85rem;
  color: var(--lavender-deep);
  transition: transform 0.2s ease;
}

.ad-pricing-glance[open] .ad-pricing-glance-toggle::after {
  transform: rotate(180deg);
}

.ad-pricing-glance-toggle-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-pricing-glance-toggle-hint {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.ad-pricing-glance-body {
  padding: 0 18px 16px;
  border-top: 1px solid var(--border-soft);
}

.ad-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ad-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.ad-pricing-table th {
  padding: 10px 12px 8px 0;
  text-align: left;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-soft);
}

.ad-pricing-table td {
  padding: 11px 12px 11px 0;
  vertical-align: top;
  border-bottom: 1px solid rgba(194, 153, 209, 0.15);
}

.ad-pricing-table tr:last-child td {
  border-bottom: none;
}

.ad-pricing-table tbody tr {
  transition: background 0.15s ease;
}

.ad-pricing-table tbody tr:hover {
  background: rgba(235, 224, 240, 0.35);
}

.ad-pricing-row-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ad-pricing-row-link:hover strong {
  color: var(--lavender-deep);
}

.ad-pricing-row-link strong {
  display: block;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.35;
}

.ad-pricing-row-link span {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.ad-pricing-price {
  font-weight: 700;
  color: var(--charcoal);
  white-space: nowrap;
}

.ad-pricing-type {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.ad-pricing-type--brand {
  background: rgba(194, 153, 209, 0.2);
  color: var(--lavender-deep);
}

.ad-pricing-type--self {
  background: rgba(184, 149, 106, 0.18);
  color: #8a6d42;
}

/* ─── Trust badges ─── */
.ad-trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  list-style: disc;
  margin: 2.5rem 0 0;
  padding: 18px 20px 18px 36px;
  border-radius: 14px;
  background: var(--ad-soft-muted);
  border: 1px solid var(--border-soft);
}

.ad-trust-badges li {
  display: list-item;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--charcoal-soft);
}

.ad-how-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--charcoal);
}

.ad-section-intro-band .ad-section-lede {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.ad-email-reach {
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.ad-email-reach--tiers {
  margin-top: 16px;
}

.ad-email-reach-head {
  margin-bottom: 12px;
}

.ad-email-reach-heading {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ad-section-accent, var(--ad-ink));
}

.ad-email-reach-sub {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: var(--ad-muted);
}

.ad-reach-tier-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.ad-package-main .ad-reach-tier-grid {
  grid-template-columns: 1fr;
}

.ad-reach-tier-grid--wide {
  grid-template-columns: 1fr;
}

.ad-reach-tier {
  padding: 14px 14px 12px;
  border-radius: 12px;
  border: 1px solid var(--ad-section-accent-border, var(--ad-line));
  background: linear-gradient(180deg, var(--surface) 0%, var(--ad-section-accent-soft, var(--ad-soft)) 100%);
}

.ad-reach-tier-name {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(45, 38, 54, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ad-section-accent, var(--ad-ink));
}

.ad-reach-tier-stats {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ad-reach-tier-stats li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(45, 38, 54, 0.08);
}

.ad-reach-tier-stats span {
  font-size: 0.76rem;
  color: var(--ad-muted);
  line-height: 1.35;
  min-width: 0;
}

.ad-reach-tier-stats strong {
  font-size: 0.88rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ad-ink);
  text-align: right;
  white-space: nowrap;
}

.ad-reach-tier-stats li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ad-reach-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--ad-section-accent-border, var(--ad-line));
  background: linear-gradient(180deg, var(--surface) 0%, var(--ad-section-accent-soft, var(--ad-soft)) 100%);
}

.ad-reach-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
  line-height: 1.45;
}

.ad-reach-table th,
.ad-reach-table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed rgba(45, 38, 54, 0.08);
}

.ad-reach-table thead th {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ad-section-accent, var(--ad-ink));
  background: rgba(255, 255, 255, 0.45);
}

.ad-reach-table tbody th {
  font-weight: 700;
  color: var(--ad-ink);
  white-space: nowrap;
}

.ad-reach-table tbody td:nth-child(2) {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ad-ink);
  white-space: nowrap;
}

.ad-package-spec-table tbody td:nth-child(2) {
  font-weight: 600;
  color: var(--ad-ink);
  white-space: normal;
}

.ad-reach-table tbody td:nth-child(3) {
  color: var(--ad-muted);
  min-width: 140px;
}

.ad-reach-table tbody tr:last-child th,
.ad-reach-table tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 720px) {
  .ad-reach-tier-grid,
  .ad-reach-tier-grid--wide {
    grid-template-columns: 1fr;
  }
}

.ad-email-reach-title {
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ad-email-reach-title span {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ad-muted);
}

.ad-email-stats {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ad-email-stats thead th {
  padding: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  color: var(--ad-muted);
  border-bottom: 1px solid var(--ad-section-accent-border, var(--ad-line));
}

.ad-email-stats tbody th,
.ad-email-stats tbody td {
  padding: 7px 0;
  border-bottom: 1px solid rgba(45, 38, 54, 0.08);
}

.ad-email-stats tbody tr:last-child th,
.ad-email-stats tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.ad-email-stats tbody th {
  width: 34%;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ad-muted);
  text-align: left;
}

.ad-email-stats tbody td {
  font-size: 0.96rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ad-ink);
}

.ad-package-benefits {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ad-benefit-block {
  margin: 0;
}

.ad-benefit-heading {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ad-section-accent, var(--ad-ink));
}

.ad-benefit-block ul {
  margin: 0;
}

.ad-email-reach-tiers {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.ad-email-reach-tiers li {
  margin: 0 0 4px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ad-ink);
}

.ad-email-reach-tiers strong {
  display: inline-block;
  min-width: 4.8em;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-email-reach-note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--ad-muted);
}

.ad-packages {
  display: block;
}

.ad-package-browser {
  margin-top: 0.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ad-section-accent-border, var(--ad-line));
  box-shadow: 0 10px 32px rgba(45, 38, 54, 0.06);
  background: var(--surface);
}

.ad-package-tabs {
  display: flex;
  gap: 4px;
  padding: 8px 8px 0;
  background: var(--ad-section-tab-bar, var(--ad-section-accent));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ad-package-tabs::-webkit-scrollbar {
  display: none;
}

.ad-package-tab {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 0;
  min-width: max-content;
  padding: 12px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.ad-package-tab:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

.ad-package-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
  z-index: 2;
}

.ad-package-tab.is-active {
  background: var(--surface);
  color: var(--ad-ink);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  transform: none;
  font-weight: 700;
}

.ad-package-tab.is-active::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--ad-section-accent);
}

.ad-package-tab-label {
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.ad-package-tab-price {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.88;
  white-space: nowrap;
}

.ad-package-tab.is-active .ad-package-tab-price {
  color: var(--ad-section-accent);
  opacity: 1;
}

.ad-package-browser .ad-packages {
  gap: 0;
}

.ad-package-browser .ad-package.is-active-package {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

/* Package collapse removed — always show full package under tabs (covers stale cached JS). */
.ad-package-summary {
  display: none !important;
}

.ad-package--collapsible.is-collapsed .ad-package-main,
.ad-package--collapsible.is-collapsed .ad-package-preview,
.ad-package--collapsible.is-collapsed .ad-package-span-full,
.ad-package--collapsible.is-collapsed .ad-package-foot {
  display: block !important;
}

.ad-package-browser .ad-package {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-margin-top: 140px;
}

.ad-package-browser .ad-package[hidden] {
  display: none !important;
}

.ad-package-main,
.ad-package-preview {
  min-width: 0;
}

.ad-package-browser .ad-package-main {
  overflow-wrap: break-word;
}

.ad-package-browser .ad-package-preview {
  min-height: 320px;
}

@media (min-width: 860px) {
  .ad-package-browser .ad-package-split.is-active-package {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  }

  .ad-package-browser .ad-package-preview {
    min-height: 420px;
  }
}

.ad-package {
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--ad-soft);
  box-shadow: 0 2px 8px rgba(45, 38, 54, 0.03);
  overflow: hidden;
  scroll-margin-top: 120px;
}

.ad-package--highlight {
  animation: adPackageHighlight 1.8s ease;
}

@keyframes adPackageHighlight {
  0%, 100% { box-shadow: 0 2px 8px rgba(45, 38, 54, 0.04); }
  20%, 60% { box-shadow: 0 0 0 3px rgba(154, 122, 168, 0.4); }
}

.ad-package--featured {
  position: relative;
  border-color: rgba(45, 38, 54, 0.22);
}

.ad-package--featured::before {
  content: none;
}

.ad-package--featured .ad-package-main {
  background: var(--surface-warm);
  border-bottom: 1px solid var(--ad-line);
}

.ad-package-foot {
  padding: 0 24px 24px;
}

.ad-package-foot .ad-package-note {
  margin-bottom: 0.75rem;
}

.ad-package-main .ad-email-reach--table {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ad-line);
}

.ad-package-main .ad-reach-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ad-package-main .ad-reach-table {
  min-width: 0;
  font-size: 0.82rem;
}

.ad-package-main .ad-reach-table tbody td:nth-child(3) {
  min-width: 0;
  white-space: normal;
}

.ad-package-span-full.ad-email-reach--table {
  margin-top: 0;
  padding: 18px 24px 4px;
  border-top: 1px solid var(--ad-line);
}

.ad-package-span-full .ad-reach-table {
  font-size: 0.85rem;
}

.ad-package-span-full .ad-reach-table-wrap {
  overflow-x: visible;
}

.ad-package-span-full .ad-reach-table tbody td:nth-child(3) {
  min-width: 0;
  white-space: normal;
}

.ad-package-main {
  padding: 22px 24px 24px;
}

.ad-package-preview {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--ad-line);
  background: rgba(237, 225, 245, 0.14);
}

@media (min-width: 860px) {
  .ad-package-preview {
    border-top: 0;
    border-left: 1px solid var(--ad-line);
    background: rgba(237, 225, 245, 0.14);
  }
}

.ad-package-price {
  display: inline-block;
  margin: 14px 0 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--ad-ink);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.ad-package-term-note {
  margin: 0 0 16px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #625f73;
}

.ad-package-price span {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.ad-package--featured .ad-package-price {
  background: var(--lavender-deep);
}

.ad-package-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ad-package-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ad-packages .ad-package-reveal:nth-child(2) { transition-delay: 0.06s; }
.ad-packages .ad-package-reveal:nth-child(3) { transition-delay: 0.12s; }
.ad-packages .ad-package-reveal:nth-child(4) { transition-delay: 0.18s; }
.ad-packages .ad-package-reveal:nth-child(5) { transition-delay: 0.24s; }

.ad-package-split {
  display: grid;
  gap: 0;
}

@media (min-width: 860px) {
  .ad-package-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  }

  .ad-package-split > .ad-package-main {
    grid-column: 1;
    grid-row: 1;
  }

  .ad-package-split > .ad-package-preview {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .ad-package-split > .ad-package-span-full {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ad-package-split > .ad-package-foot {
    grid-column: 1;
    grid-row: 3;
  }

  .ad-package-preview {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }
}

.ad-package-preview .ad-mock-page,
.ad-package-preview .ad-mock-spotlight,
.ad-package-preview .ad-mock-detail-layout {
  max-width: 100%;
}

.ad-package-preview .ad-mock-sponsor,
.ad-package-preview .ad-mock-carousel,
.ad-package-preview .ad-mock-compact {
  max-width: 100%;
}

.ad-package-preview .ad-mock-hero-row {
  align-items: stretch;
}

.ad-package-preview .ad-live-preview--hero .ad-mock-sponsor,
.ad-package-preview .ad-mock-sponsor {
  transform: scale(0.94);
  transform-origin: top center;
}

.ad-preview-label {
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ad-package-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(194, 153, 209, 0.18);
  color: var(--lavender-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-package-title {
  margin: 0 0 6px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--charcoal);
}

.ad-package-placement {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.ad-package-pitch {
  margin: 10px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-secondary, #4a5568);
}

.ad-package-main ul {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
}

.ad-package-benefits .ad-package-main ul,
.ad-package-benefits ul {
  margin: 0 0 0.75rem;
}

.ad-package-main li {
  margin-bottom: 0.55rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.ad-package-note {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.ad-package-note .ad-help-mark,
.ad-vetting-callout-note .ad-help-mark {
  display: inline-block;
  vertical-align: middle;
}

.ad-package-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.ad-package-cta:hover {
  background: var(--lavender-deep);
  color: #fff;
  transform: translateY(-1px);
}

/* —— Placement mockups —— */
.ad-mock-page {
  border-radius: 10px;
  border: 1px solid rgba(45, 38, 54, 0.1);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(45, 38, 54, 0.08);
}

.ad-mock-page-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #ece8f0;
  border-bottom: 1px solid rgba(45, 38, 54, 0.08);
}

.ad-mock-page-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(45, 38, 54, 0.18);
}

.ad-mock-page-bar em {
  margin-left: auto;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--text-muted);
}

.ad-mock-page-body {
  padding: 12px;
}

.ad-mock-page--sidebar .ad-mock-page-bar em {
  font-size: 0.62rem;
}

.ad-mock-sidebar-layout {
  display: grid;
  gap: 12px;
  padding: 12px;
}

@media (min-width: 480px) {
  .ad-mock-sidebar-layout {
    grid-template-columns: 1fr minmax(120px, 38%);
    align-items: start;
  }
}

.ad-opp-detail-sidebar {
  display: grid;
  gap: 10px;
}

.ad-opp-mock-enquire {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #fff;
  box-shadow: 0 2px 8px rgba(45, 38, 54, 0.06);
}

.ad-opp-mock-enquire h5 {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.3;
}

.ad-opp-mock-enquire p {
  margin: 0 0 8px;
  font-size: 0.58rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.ad-opp-mock-enquire-btn {
  display: block;
  width: 100%;
  padding: 7px 8px;
  border-radius: 8px;
  background: #c9961f;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  text-align: center;
}

.ad-mock-copy-block--detail .line {
  margin-bottom: 8px;
}

.ad-mock-copy-block--detail .line--title {
  width: 75%;
  height: 10px;
}

.ad-mock-hero-row {
  display: grid;
  gap: 10px;
}

@media (min-width: 520px) {
  .ad-mock-hero-row {
    grid-template-columns: 1.2fr 0.9fr;
    align-items: stretch;
  }
}

.ad-mock-copy-block {
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(165deg, #fffdf9 0%, var(--lavender-light) 100%);
  border: 1px solid var(--border-soft);
}

.ad-mock-copy-block .line {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(45, 38, 54, 0.1);
  margin-bottom: 6px;
}

.ad-mock-copy-block .line--short {
  width: 55%;
}

.ad-mock-copy-block .line--title {
  height: 12px;
  width: 80%;
  margin-bottom: 10px;
  background: rgba(122, 61, 138, 0.18);
}

.ad-mock-sponsor {
  position: relative;
  background: linear-gradient(165deg, #fff 0%, #faf6fe 55%, #f5f0fb 100%);
  border: 1px solid rgba(122, 61, 138, 0.28);
  border-radius: 10px;
  padding: 12px 12px 14px;
  box-shadow: 0 4px 14px rgba(91, 47, 153, 0.1);
}

.ad-mock-sponsor-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ad-mock-sponsor-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-mock-sponsor-head .star {
  color: var(--lavender-deep);
}

.ad-mock-logo-band {
  margin: 0 -12px 10px;
  padding: 14px 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-mock-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 6px;
  background: #2d2636;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ad-mock-sponsor-logo-img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.ad-mock-tagline-desc {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--charcoal-soft);
}

.ad-mock-tagline {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--charcoal);
}

.ad-mock-tagline em {
  font-style: normal;
  color: var(--lavender-deep);
}

.ad-mock-cta {
  display: block;
  text-align: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #2d2636;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.ad-mock-email {
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(45, 38, 54, 0.08);
}

.ad-mock-email-head {
  padding: 12px 14px;
  background: var(--lavender-light);
  border-bottom: 1px solid var(--border-soft);
  font-size: 11px;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-mock-email-body {
  padding: 14px;
}

.ad-mock-email-body .line {
  height: 7px;
  border-radius: 4px;
  background: rgba(45, 38, 54, 0.08);
  margin-bottom: 6px;
}

.ad-mock-email-sponsor {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
  text-align: center;
}

.ad-mock-email-sponsor p {
  margin: 0 0 8px;
  font-size: 9px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ad-mock-carousel {
  position: relative;
  border: 1px solid rgba(122, 61, 138, 0.22);
  border-radius: 10px;
  background: #fff;
  padding: 24px 12px 12px;
  box-shadow: 0 2px 12px rgba(91, 47, 153, 0.08);
}

.ad-mock-carousel-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ad-mock-carousel-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 72px;
  padding: 8px;
  background: #f8f6fa;
  border-radius: 8px;
}

.ad-mock-carousel-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 36px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(122, 61, 138, 0.15);
  font-size: 8px;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-mock-carousel-logos span.is-active {
  border-color: var(--lavender-deep);
  box-shadow: 0 0 0 2px rgba(194, 153, 209, 0.35);
}

.ad-mock-carousel-logos--single {
  min-height: 88px;
}

.ad-mock-carousel-logos--carousel {
  position: relative;
  min-height: 88px;
  overflow: hidden;
}

.ad-mock-carousel-slide {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
}

.ad-mock-carousel-slide.is-active {
  display: flex;
}

.ad-mock-carousel-logo-img {
  display: block;
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.ad-mock-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.ad-mock-carousel-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(122, 61, 138, 0.25);
}

.ad-mock-carousel-dots i.is-active {
  background: var(--lavender-deep);
}

.ad-mock-spotlight {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--surface-card);
  padding: 10px;
}

.ad-mock-spotlight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-mock-spotlight-card {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.ad-mock-spotlight-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--lavender-light), #fff);
  flex-shrink: 0;
}

.ad-mock-spotlight-meta .line {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: rgba(45, 38, 54, 0.1);
  margin-bottom: 5px;
}

.ad-mock-spotlight-meta .line--title {
  width: 85%;
  height: 8px;
  background: rgba(122, 61, 138, 0.2);
}

.ad-mock-spotlight-card--rich {
  align-items: center;
  border-color: rgba(194, 153, 209, 0.28);
  background: linear-gradient(180deg, #fff 0%, #faf7fc 100%);
}

.ad-mock-spotlight-card--rich .ad-mock-spotlight-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ad-mock-spotlight-card--rich strong {
  font-size: 11px;
  line-height: 1.3;
  color: var(--charcoal);
}

.ad-mock-spotlight-card--rich span {
  font-size: 9px;
  color: var(--text-muted);
  line-height: 1.35;
}

.ad-mock-spotlight-tag {
  display: inline-block;
  width: fit-content;
  margin-top: 2px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(194, 153, 209, 0.18);
  color: var(--lavender-deep);
  font-size: 8px !important;
  font-weight: 700;
}

.ad-mock-spotlight-tag--featured {
  background: rgba(201, 150, 31, 0.16);
  color: #8a6d42;
}

.ad-mock-spotlight-thumb--event {
  background: linear-gradient(135deg, #d4b8e8 0%, #f5eef9 100%);
}

.ad-mock-spotlight-thumb--organiser {
  background: linear-gradient(135deg, #c8e6d8 0%, #eef8f2 100%);
}

.ad-mock-spotlight-thumb--opp {
  background: linear-gradient(135deg, #c9d4ef 0%, #eef2fa 100%);
}

.ad-mock-spotlight--featured {
  border-color: rgba(194, 153, 209, 0.35);
  background: linear-gradient(180deg, #fff 0%, #faf6fe 100%);
}

.ad-mock-spotlight--directory {
  background: #fff;
}

.ad-mock-compact {
  position: relative;
  border: 1px solid rgba(201, 150, 31, 0.28);
  border-radius: 10px;
  background: #fff;
  padding: 26px 12px 12px;
  box-shadow: 0 4px 14px rgba(13, 31, 60, 0.08);
}

.ad-mock-compact--logo-only {
  padding-bottom: 14px;
}

.ad-mock-compact-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d99ae;
}

.ad-mock-compact-cta {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border-radius: 8px;
  background: #0d1f3c;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.ad-mock-compact-logo-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
}

.ad-mock-compact-logo-img {
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
}

.ad-mock-compact-logo-placeholder {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
}

.ad-mock-context {
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(45, 38, 54, 0.04);
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.ad-vetting-callout {
  margin: 2.5rem 0 0;
  padding: 24px 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(194, 153, 209, 0.35);
  background: linear-gradient(165deg, var(--lavender-light) 0%, #fffdf9 100%);
}

.ad-vetting-callout h3,
.ad-vetting-callout-title {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.ad-vetting-callout p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-secondary, #4a5568);
}

.ad-vetting-callout-note {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-secondary, #4a5568);
}

.ad-help-mark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ad-help-mark summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: 4px;
  border-radius: 999px;
  border: 1px solid rgba(122, 61, 138, 0.35);
  background: rgba(194, 153, 209, 0.18);
  color: var(--lavender-deep);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.ad-help-mark summary::-webkit-details-marker {
  display: none;
}

.ad-help-mark[open] summary {
  background: var(--lavender-deep);
  border-color: var(--lavender-deep);
  color: #fff;
}

.ad-help-mark-body {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(122, 61, 138, 0.22);
  background: #fff;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--ad-muted);
  box-shadow: 0 8px 24px rgba(45, 38, 54, 0.08);
}

.ad-help-mark-body p {
  margin: 0 0 8px;
}

.ad-help-mark-body p:last-child {
  margin-bottom: 0;
}

.ad-help-mark--inline {
  margin-left: 2px;
}

.ad-help-mark--inline .ad-help-mark-body {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 5;
  width: min(280px, 72vw);
}

.ad-mock-page--opp-detail .ad-mock-detail-cta {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0d1f3c;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.ad-mock-spotlight-card--directory {
  border-color: rgba(201, 150, 31, 0.28);
}

.ad-mock-spotlight--directory .ad-mock-spotlight-head {
  color: #0d1f3c;
}

.ad-vetting-callout ul {
  margin-bottom: 0;
}

.ad-how-grid {
  display: grid;
  gap: 16px;
  margin: 1.5rem 0 0;
}

@media (min-width: 720px) {
  .ad-how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ad-how-step {
  position: relative;
  padding: 22px 20px 20px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--ad-soft);
  box-shadow: 0 6px 22px rgba(194, 153, 209, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ad-how-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(194, 153, 209, 0.14);
}

.ad-how-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--charcoal);
}

.ad-how-step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ad-section-intro {
  max-width: 36em;
  margin-bottom: 0.5rem;
}

.ad-section-kicker {
  display: inline-block;
  margin: 0 0 8px;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--gold-light);
  border: 1px solid rgba(184, 149, 106, 0.2);
  color: var(--charcoal-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ad-section-intro h2 {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 400;
}

.ad-section-intro-lede {
  margin: 0;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ad-page-cta {
  margin-top: 3rem;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
}

.ad-page-cta-inner {
  position: relative;
  padding: 40px 32px;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(237, 225, 245, 0.5) 0%, var(--cream) 55%, var(--surface-warm) 100%);
  border: 1px solid rgba(194, 153, 209, 0.28);
  box-shadow: 0 22px 54px rgba(74, 68, 70, 0.12);
  overflow: hidden;
}

.ad-page-cta-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lavender-deep), var(--gold), var(--lavender-deep));
  background-size: 200% 100%;
  animation: ad-accent-shimmer 10s ease-in-out infinite;
}

.ad-page-cta h2 {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--charcoal);
}

.ad-page-cta p {
  max-width: 32em;
  margin: 0 auto 20px;
  color: var(--text-muted);
  line-height: 1.6;
}

.ad-page-cta-btn {
  margin-top: 4px;
  padding: 14px 28px;
  font-size: 1rem;
  box-shadow: 0 8px 24px rgba(74, 68, 70, 0.18);
}

.ad-section {
  scroll-margin-top: 96px;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-soft);
}

/* Live previews from CMS */
.ad-live-empty {
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: rgba(45, 38, 54, 0.04);
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

.ad-live-preview--hero .sponsor-hub {
  position: relative;
  background: linear-gradient(165deg, #fff 0%, #faf6fe 55%, #f5f0fb 100%);
  border: 1px solid rgba(122, 61, 138, 0.28);
  border-radius: 10px;
  padding: 12px 12px 14px;
  box-shadow: 0 4px 14px rgba(91, 47, 153, 0.1);
}

.ad-live-preview--hero .sponsor-hub-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ad-live-preview--hero .sponsor-hub-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding-right: 56px;
  font-size: 11px;
  font-weight: 700;
  color: var(--charcoal);
}

.ad-live-preview .sponsor-hub-head {
  display: none;
}

.ad-live-preview--hero .sponsor-logo-wrap {
  margin: 0 -12px 10px;
  width: calc(100% + 24px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #f3f4f6;
}

.ad-live-preview--hero .sponsor-logo,
.ad-live-preview--hero .sponsor-logo--full {
  display: block;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.ad-live-preview--hero .sponsor-company {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--charcoal);
}

.ad-live-preview--hero .sponsor-tagline {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.ad-live-preview--hero .sponsor-tagline em {
  font-style: normal;
  color: var(--lavender-deep);
}

.ad-live-preview--hero .sponsor-cta {
  display: block;
  text-align: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #2d2636;
  color: #fff !important;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.ad-live-email-logo {
  display: block;
  max-width: 140px;
  max-height: 48px;
  margin: 0 auto;
  object-fit: contain;
}

.ad-mini-sponsor-dual {
  display: grid;
  gap: 12px;
}

@media (min-width: 560px) {
  .ad-mini-sponsor-dual {
    grid-template-columns: 1fr 1fr;
  }
}

.ad-mini-page-label {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ad-live-preview--mini .cms-ad-carousel-viewport {
  min-height: 108px;
}

.ad-live-preview--mini .cms-ad-logo-only--fill {
  min-height: 108px;
}

.ad-live-preview--mini .cms-ad-carousel-slide .cms-ad-logo-only--fill {
  min-height: 108px;
}

.ad-live-preview--mini .cms-ad-carousel-controls {
  margin-top: 6px;
}

.ad-live-preview--mini .cms-ad-carousel-arrow {
  width: 22px;
  height: 22px;
  font-size: 14px;
}

.ad-live-preview--mini .cms-ad-carousel-dot {
  width: 6px;
  height: 6px;
}

.ad-live-preview--mini .cms-ad-logo-only-placeholder {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a9092;
}

.ad-live-preview--compact .cms-ad-compact {
  position: relative;
  border: 1px solid rgba(201, 150, 31, 0.28);
  border-radius: 10px;
  background: #fff;
  padding: 26px 12px 12px;
  box-shadow: 0 4px 14px rgba(13, 31, 60, 0.08);
}

.ad-live-preview--compact .cms-ad-compact-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d99ae;
}

.ad-live-preview--compact .sponsor-logo-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
}

.ad-live-preview--compact .cms-ad-compact-logo,
.ad-live-preview--compact .sponsor-logo--full {
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
}

.ad-live-preview--compact .cms-ad-compact-cta {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border-radius: 8px;
  background: #0d1f3c;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

/* Example gallery — main sponsor */
.ad-example-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ad-example-stage {
  height: 196px;
  max-height: 196px;
  overflow: hidden;
}

.ad-example-stage--tall {
  height: 248px;
  max-height: 248px;
}

.ad-example-gallery--mini .ad-example-stage--tall {
  height: 260px;
  max-height: 260px;
}

.ad-example-panel {
  height: 100%;
}

.ad-example-panel.is-active {
  height: 100%;
}

/* Events directory mock — scaled miniature of /events/ */
.ad-mock-page--events-dir {
  background: #faf7f2;
}

.ad-mock-page--events-dir .ad-mock-page-bar {
  background: #ece8f0;
}

.ad-events-dir-scale {
  width: 100%;
  max-width: 100%;
  height: 176px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ad-events-dir-mock {
  width: 680px;
  flex-shrink: 0;
  transform: scale(0.44);
  transform-origin: top center;
  font-family: 'DM Sans', system-ui, sans-serif;
}

.ad-events-dir-hero {
  background: #1a1a2e;
  color: #fff;
  padding: 20px 22px 26px;
  position: relative;
  overflow: hidden;
}

.ad-events-dir-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 40%, rgba(194, 153, 209, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(195, 151, 195, 0.08), transparent 50%);
  pointer-events: none;
}

.ad-events-dir-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: start;
}

.ad-events-dir-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.ad-events-dir-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(212, 184, 232, 0.28);
  color: #e8dcf0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-events-dir-headline {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 400;
  color: #fff;
}

.ad-events-dir-sub {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ad-events-dir-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.ad-events-dir-line--badge {
  width: 88px;
  height: 18px;
  border-radius: 999px;
  background: rgba(212, 184, 232, 0.28);
}

.ad-events-dir-line--title {
  width: 92%;
  height: 16px;
  background: rgba(255, 255, 255, 0.34);
}

.ad-events-dir-line--title2 {
  width: 72%;
  height: 16px;
  background: rgba(212, 184, 232, 0.38);
}

.ad-events-dir-line--short {
  width: 58%;
}

.ad-events-dir-line-row {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.ad-events-dir-line--btn {
  width: 96px;
  height: 28px;
  border-radius: 8px;
  background: rgba(212, 184, 232, 0.55);
}

.ad-events-dir-line--btn-ghost {
  width: 108px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ad-events-dir-sponsor-col {
  min-width: 0;
  position: relative;
}

.ad-events-dir-sponsor-col::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px dashed rgba(212, 184, 232, 0.55);
  border-radius: 12px;
  pointer-events: none;
  z-index: 2;
}

.ad-events-dir-sponsor-slot {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ad-events-dir-shell {
  margin: -14px 18px 0;
  padding: 14px 16px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(194, 153, 209, 0.18);
  box-shadow: 0 8px 24px rgba(45, 38, 54, 0.06);
  position: relative;
  z-index: 2;
}

.ad-events-dir-shell-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.ad-events-dir-shell-tabs span {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  background: rgba(45, 38, 54, 0.06);
}

.ad-events-dir-shell-tabs span.is-active {
  color: var(--lavender-deep);
  background: rgba(194, 153, 209, 0.18);
}

.ad-events-dir-shell-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ad-events-dir-shell-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #faf7f2 0%, #f3eef8 100%);
  border: 1px solid rgba(194, 153, 209, 0.14);
}

.ad-events-dir-shell-card strong {
  font-size: 9px;
  line-height: 1.3;
  color: #2d2636;
}

.ad-events-dir-shell-card span {
  font-size: 8px;
  line-height: 1.35;
  color: #635c5e;
}

.ad-events-dir-shell-card--short {
  grid-column: span 1;
  min-height: 34px;
}

.ad-events-dir-line--shell {
  width: 100%;
  height: 12px;
  background: rgba(45, 38, 54, 0.08);
}

.ad-events-dir-line--shell-short {
  width: 68%;
  height: 10px;
  background: rgba(45, 38, 54, 0.06);
}

/* Opportunities browse hero mock */
.ad-mock-page--opp-browse .ad-mock-page-bar {
  background: #eef2f8;
}

.ad-opp-dir-scale {
  width: 100%;
  max-width: 100%;
  height: 188px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ad-opp-dir-mock {
  width: 760px;
  flex-shrink: 0;
  transform: scale(0.42);
  transform-origin: top center;
  font-family: 'DM Sans', system-ui, sans-serif;
}

.ad-opp-dir-hero {
  background: #0d1f3c;
  color: #fff;
  padding: 24px 24px 28px;
  position: relative;
  overflow: hidden;
}

.ad-opp-dir-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 40%, rgba(201, 150, 31, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(201, 150, 31, 0.08), transparent 50%);
  pointer-events: none;
}

.ad-opp-dir-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.ad-opp-dir-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(232, 184, 75, 0.45);
  color: #e8b84b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-opp-dir-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8b84b;
  box-shadow: 0 0 8px #e8b84b;
}

.ad-opp-dir-headline {
  margin: 0 0 12px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.ad-opp-dir-headline em {
  color: #e8b84b;
  font-style: normal;
}

.ad-opp-dir-sub {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.ad-opp-dir-provider {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.ad-opp-dir-provider span {
  color: #e8b84b;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ad-opp-dir-sponsor-col,
.ad-opp-dir-sponsor-slot {
  min-width: 0;
}

.ad-opp-dir-mock .sponsor-hub {
  position: relative;
  background: linear-gradient(165deg, #fff 0%, #fdf8ef 55%, #faf3e3 100%);
  border: 1px solid rgba(201, 150, 31, 0.3);
  border-radius: 12px;
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(13, 31, 60, 0.08);
}

.ad-opp-dir-mock .sponsor-hub-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7274;
}

.ad-opp-dir-mock .sponsor-hub-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #0d1f3c;
}

.ad-opp-dir-mock .sponsor-hub-head .icon {
  color: #c9961f;
}

.ad-opp-dir-mock .sponsor-logo-wrap {
  margin: 0 -18px 10px;
  width: calc(100% + 36px);
  min-height: 96px;
  padding: 10px 14px;
  background: #fff;
  border-top: 1px solid rgba(201, 150, 31, 0.12);
  border-bottom: 1px solid rgba(201, 150, 31, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-opp-dir-mock .sponsor-logo,
.ad-opp-dir-mock .sponsor-logo--full {
  display: block;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.ad-opp-dir-mock .sponsor-company {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: #0d1f3c;
}

.ad-opp-dir-mock .sponsor-tagline {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
  color: #625f73;
}

.ad-opp-dir-mock .sponsor-cta {
  display: block;
  padding: 9px 12px;
  border-radius: 999px;
  background: #0d1f3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ad-live-preview--events-dir .sponsor-hub {
  background: linear-gradient(165deg, #fff 0%, #faf6fe 55%, #f5f0fb 100%);
  border: 1px solid rgba(122, 61, 138, 0.28);
  border-radius: 12px;
  padding: 14px 18px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ad-live-preview--events-dir .sponsor-hub-badge {
  font-size: 9px;
  top: 10px;
  right: 10px;
}

.ad-live-preview--events-dir .sponsor-hub-head {
  margin-bottom: 10px;
  padding-right: 64px;
  font-size: 13px;
}

.ad-live-preview--events-dir .sponsor-logo-wrap {
  margin: 0 -18px 10px;
  width: calc(100% + 36px);
  min-height: 96px;
  padding: 10px 14px;
}

.ad-live-preview--events-dir .sponsor-logo,
.ad-live-preview--events-dir .sponsor-logo--full {
  max-height: 88px;
}

.ad-live-preview--events-dir .sponsor-company {
  font-size: 13px;
  margin-bottom: 4px;
}

.ad-live-preview--events-dir .sponsor-tagline {
  font-size: 12px;
  margin-bottom: 8px;
}

.ad-live-preview--events-dir .sponsor-body {
  display: none;
}

.ad-live-preview--events-dir .sponsor-cta {
  padding: 10px 12px;
  font-size: 12px;
}

.ad-example-panel[hidden] {
  display: none !important;
}

.ad-example-panel.is-active {
  animation: adExampleIn 0.35s ease;
}

@keyframes adExampleIn {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: none; }
}

.ad-example-gallery.is-paused .ad-example-thumb-frame::after {
  animation-play-state: paused;
}

.ad-email-inventory {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.ad-email-inventory summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--lavender-deep);
}

.ad-email-inventory--preview {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border-soft);
}

.ad-email-inventory-heading {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted, #7a7274);
}

.ad-package-preview .ad-email-inventory-list {
  columns: 1;
  font-size: 0.82rem;
  padding-left: 1rem;
}

.ad-email-inventory-list {
  margin: 10px 0 0;
  padding-left: 1.15rem;
  columns: 2;
  column-gap: 20px;
  line-height: 1.55;
}

.ad-email-inventory-list li {
  break-inside: avoid;
  margin-bottom: 4px;
}

@media (max-width: 640px) {
  .ad-email-inventory-list {
    columns: 1;
  }
}

.ad-example-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ad-example-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 6px 10px;
  border: 2px solid var(--border-soft);
  border-radius: 12px;
  background: var(--surface-card);
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ad-tab-panel--events .ad-example-thumb.is-active {
  border-color: var(--ad-events-accent);
  background: var(--ad-events-accent-soft);
  box-shadow: 0 4px 16px rgba(194, 153, 209, 0.2);
}

.ad-tab-panel--organisers .ad-example-thumb.is-active {
  border-color: var(--ad-organisers-accent);
  background: var(--ad-organisers-accent-soft);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.16);
}

.ad-tab-panel--opportunities .ad-example-thumb.is-active {
  border-color: var(--ad-opportunities-accent);
  background: var(--ad-opportunities-accent-soft);
  box-shadow: 0 4px 16px rgba(201, 150, 31, 0.18);
}

.ad-example-thumb.is-active {
  border-color: var(--lavender-deep);
  background: var(--lavender-light);
  box-shadow: 0 4px 16px rgba(194, 153, 209, 0.2);
}

.ad-example-thumb:focus-visible {
  outline: 2px solid var(--lavender-deep);
  outline-offset: 2px;
}

.ad-example-thumb-frame {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  border: 1px solid rgba(45, 38, 54, 0.08);
  background: #fff;
  overflow: hidden;
  position: relative;
}

.ad-example-thumb-frame--events::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1a1a2e 0%, #1a1a2e 42%, #faf7f2 42%, #faf7f2 100%);
}

.ad-example-thumb-frame--events::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 7%;
  width: 34%;
  height: 28%;
  border-radius: 4px;
  border: 1px solid rgba(212, 184, 232, 0.45);
  background: linear-gradient(165deg, #fff 0%, #faf6fe 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.ad-example-thumb-frame--opportunities::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #faf7f2 0%, #faf7f2 100%);
}

.ad-example-thumb-frame--opportunities::after {
  content: '';
  position: absolute;
  top: 8%;
  right: 7%;
  width: 34%;
  height: 34%;
  border-radius: 4px;
  border: 1px solid rgba(201, 150, 31, 0.35);
  background: linear-gradient(165deg, #fff 0%, #fffaf0 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.ad-example-thumb-frame--organisers::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #faf7f2 0%, #faf7f2 100%);
}

.ad-example-thumb-frame--organisers::after {
  content: '';
  position: absolute;
  top: 8%;
  right: 7%;
  width: 34%;
  height: 34%;
  border-radius: 4px;
  border: 1px solid rgba(154, 122, 168, 0.35);
  background: linear-gradient(165deg, #fff 0%, #faf6fe 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.ad-example-thumb-frame--email {
  background: #faf7f2;
}

.ad-example-thumb-frame--email::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  height: 78%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(45, 38, 54, 0.08);
}

.ad-example-thumb-frame--email::after {
  content: '';
  position: absolute;
  top: 22%;
  left: 18%;
  right: 18%;
  height: 14%;
  border-radius: 3px;
  background: rgba(154, 122, 168, 0.25);
}

.ad-example-thumb-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--charcoal);
  text-align: center;
  line-height: 1.3;
}

/* Full booking email preview */
.ad-email-preview-wrap {
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: #faf7f2;
  padding: 4px 4px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ad-email-preview-scale {
  width: 300px;
  flex-shrink: 0;
  transform: scale(0.58);
  transform-origin: top center;
  overflow: visible;
}

.ad-email-preview-inner {
  width: 300px;
  max-width: 300px;
  margin: 0 auto;
}

.ad-email-preview-inner .ad-full-email-card {
  width: 100%;
  max-width: 300px;
}

.ad-full-email-card {
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(74, 68, 70, 0.1);
  font-family: 'DM Sans', system-ui, sans-serif;
}

.ad-full-email-header {
  background: #f5f0e8;
  text-align: center;
  padding: 12px 14px 0;
}

.ad-full-email-hub-logo {
  display: block;
  width: 128px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ad-full-email-hub-logo--sm {
  width: 96px;
  margin-bottom: 8px;
  opacity: 0.95;
}

.ad-full-email-sponsor {
  padding: 10px 16px 6px;
  text-align: center;
}

.ad-full-email-sponsor-label {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a7274;
}

.ad-full-email-sponsor--highlight {
  position: relative;
}

.ad-full-email-sponsor--highlight::before {
  content: '';
  position: absolute;
  inset: 0 8px 0;
  border: 2px dashed rgba(154, 122, 168, 0.45);
  border-radius: 10px;
  pointer-events: none;
}

.ad-full-email-sponsor a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.ad-full-email-sponsor-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  max-height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

.ad-email-line {
  display: block;
  width: 84%;
  height: 8px;
  border-radius: 999px;
  background: rgba(45, 38, 54, 0.1);
  margin: 0 auto 8px;
}

.ad-email-line--sponsor-kicker {
  width: 72%;
  height: 7px;
  margin-bottom: 10px;
  background: rgba(154, 122, 168, 0.22);
}

.ad-email-line--kicker {
  width: 38%;
  height: 6px;
  background: rgba(154, 122, 168, 0.28);
}

.ad-email-line--title {
  width: 52%;
  height: 12px;
  background: rgba(45, 38, 54, 0.14);
}

.ad-email-line--short {
  width: 68%;
}

.ad-email-line--on-dark {
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 8px;
}

.ad-email-line--on-dark.ad-email-line--xs {
  width: 24%;
  height: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.ad-email-line--on-dark.ad-email-line--title {
  width: 78%;
  height: 11px;
}

.ad-email-line--on-dark.ad-email-line--btn {
  width: 42%;
  height: 22px;
  border-radius: 999px;
  margin-top: 4px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.14);
}

.ad-email-line-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ad-email-line--meta {
  width: 100%;
  height: 16px;
  margin: 0;
}

.ad-email-line--upsell {
  width: 34%;
  height: 6px;
  margin: 0 0 8px;
  background: rgba(154, 122, 168, 0.28);
}

.ad-email-line--upsell.ad-email-line--title {
  width: 88%;
  height: 10px;
}

.ad-email-line--upsell.ad-email-line--short {
  width: 72%;
  margin-bottom: 0;
}

.ad-email-line--footer {
  width: 100%;
  height: 8px;
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
}

.ad-email-line--brand {
  width: 42%;
  height: 7px;
  margin: 8px auto 6px;
}

.ad-email-line--brand-short {
  width: 58%;
  height: 6px;
  margin-bottom: 0;
}

.ad-full-email-sponsor-name {
  font-size: 14px;
  font-weight: 600;
  color: #9a7aa8;
}

.ad-full-email-wave {
  height: 18px;
  margin-top: 6px;
  background: linear-gradient(180deg, #f5f0e8 0%, #fff 100%);
  border-bottom: 1px solid rgba(194, 153, 209, 0.35);
  clip-path: ellipse(120% 100% at 50% 0%);
}

.ad-full-email-body {
  padding: 14px 16px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ad-full-email-check {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #ebe0f0;
}

.ad-full-email-kicker {
  margin: 0 0 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a7aa8;
}

.ad-full-email-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #4a4446;
  line-height: 1.25;
}

.ad-full-email-lede {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  color: #736b6e;
}

.ad-full-email-footer-note {
  margin: 0;
  padding: 12px 16px;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}

.ad-mock-copy-block--rich {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
}

.ad-mock-copy-block--navy {
  background: linear-gradient(165deg, #0d1f3c 0%, #1a3358 100%);
  border-color: rgba(13, 31, 60, 0.2);
  color: #fff;
}

.ad-mock-page-kicker {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lavender-deep);
}

.ad-mock-copy-block--navy .ad-mock-page-kicker {
  color: rgba(255, 255, 255, 0.55);
}

.ad-mock-page-title {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 14px;
  line-height: 1.2;
  color: var(--charcoal);
}

.ad-mock-copy-block--navy .ad-mock-page-title {
  color: #fff;
}

.ad-mock-page-sub {
  margin: 0;
  font-size: 9px;
  line-height: 1.45;
  color: var(--text-muted);
}

.ad-mock-copy-block--navy .ad-mock-page-sub {
  color: rgba(255, 255, 255, 0.72);
}

.ad-tab-panel--organisers .ad-mock-copy-block--rich {
  background: linear-gradient(165deg, #fff 0%, #eef4ff 100%);
  border-color: rgba(37, 99, 235, 0.18);
}

.ad-tab-panel--organisers .ad-mock-page-kicker {
  color: #2563eb;
}

.ad-tab-panel--organisers .ad-mock-sponsor,
.ad-tab-panel--organisers .ad-mock-carousel {
  border-color: rgba(37, 99, 235, 0.24);
  background: linear-gradient(165deg, #fff 0%, #f8fbff 55%, #eef4ff 100%);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}

.ad-tab-panel--organisers .ad-mock-cta,
.ad-tab-panel--organisers .ad-mock-compact-cta {
  background: #1e3a5f;
}

.ad-tab-panel--organisers .ad-mock-detail-badge,
.ad-tab-panel--organisers .ad-mock-spotlight-tag {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.ad-tab-panel--opportunities .ad-mock-page-kicker {
  color: #c9961f;
}

.ad-tab-panel--opportunities .ad-mock-sponsor,
.ad-tab-panel--opportunities .ad-mock-carousel,
.ad-tab-panel--opportunities .ad-mock-compact {
  border-color: rgba(201, 150, 31, 0.28);
}

.ad-tab-panel--opportunities .ad-mock-cta,
.ad-tab-panel--opportunities .ad-mock-compact-cta {
  background: #0d1f3c;
}

.ad-tab-panel--opportunities .ad-mock-detail-badge,
.ad-tab-panel--opportunities .ad-mock-spotlight-tag {
  background: rgba(201, 150, 31, 0.14);
  color: #8a6d42;
}

.ad-tab-panel--events .ad-mock-detail-badge,
.ad-tab-panel--events .ad-mock-spotlight-tag {
  background: rgba(194, 153, 209, 0.18);
  color: var(--lavender-deep);
}

.ad-mock-page--detail .ad-mock-page-bar em,
.ad-mock-page--sidebar .ad-mock-page-bar em {
  font-size: 0.58rem;
}

.ad-mock-detail-layout {
  display: grid;
  gap: 12px;
  padding: 12px;
}

@media (min-width: 520px) {
  .ad-mock-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 34%);
    align-items: start;
  }
}

.ad-mock-detail-main {
  min-width: 0;
}

.ad-mock-detail-main--compact .ad-mock-detail-title {
  font-size: 12px;
}

.ad-mock-detail-badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(194, 153, 209, 0.16);
  color: var(--lavender-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-mock-detail-title {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.25;
  color: var(--charcoal);
}

.ad-mock-detail-meta {
  margin: 0 0 10px;
  font-size: 9px;
  color: var(--text-muted);
}

.ad-mock-detail-body .line {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: rgba(45, 38, 54, 0.08);
  margin-bottom: 6px;
}

.ad-mock-detail-body .line--short {
  width: 62%;
}

/* Lorem ipsum body copy in previews */
.ad-mock-lorem {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.5;
  color: #635c5e;
}

.ad-mock-lorem--short {
  margin-bottom: 0;
  font-size: 9px;
  color: #7a7476;
}

.ad-mock-lorem--city {
  margin-top: 6px;
  font-size: 8px;
  line-height: 1.45;
}

.ad-mock-lorem--detail {
  font-size: 11px;
  line-height: 1.55;
}

.ad-mock-lorem--host {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.4;
  font-style: normal;
  color: #635c5e;
}

.ad-mock-lorem--card {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  line-height: 1.35;
  color: #7a7476;
}

.ad-full-email-lorem {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.65;
  color: #635c5e;
}

.ad-mock-detail-sidebar {
  min-width: 0;
}

/* Event detail page mock — scaled miniature of /events/:slug */
.ad-mock-page--event-detail {
  background: #faf7f2;
}

.ad-mock-page--event-detail .ad-mock-page-bar {
  background: #ece8f0;
}

.ad-event-detail-scale {
  width: 100%;
  max-width: 100%;
  height: 236px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ad-event-detail-mock {
  width: 760px;
  flex-shrink: 0;
  transform: scale(0.34);
  transform-origin: top center;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #faf7f2;
}

.ad-event-detail-hero {
  position: relative;
  height: 120px;
  background: linear-gradient(135deg, #d4b8e8 0%, #f5eef9 55%, #ece8f0 100%);
}

.ad-event-detail-hero-badge {
  position: absolute;
  left: 18px;
  bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.94);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d2636;
  box-shadow: 0 2px 10px rgba(42, 38, 40, 0.12);
}

.ad-event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  padding: 18px 20px 24px;
  align-items: start;
}

.ad-event-detail-title {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  color: #2d2636;
}

.ad-event-detail-meta {
  margin: 0 0 14px;
  font-size: 12px;
  color: #635c5e;
}

.ad-event-detail-host {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(45, 38, 54, 0.08);
  background: #fff;
}

.ad-event-detail-host-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c299d1, #e8dcf0);
  flex-shrink: 0;
}

.ad-event-detail-host-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ad-event-detail-host-copy strong {
  font-size: 12px;
  color: #2d2636;
}

.ad-event-detail-host-copy em {
  font-style: normal;
  font-size: 10px;
  color: #635c5e;
}

.ad-event-detail-section-title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #2d2636;
}

.ad-event-detail-line {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(45, 38, 54, 0.08);
  margin-bottom: 7px;
}

.ad-event-detail-line--short {
  width: 72%;
}

.ad-event-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ad-event-detail-tickets {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(45, 38, 54, 0.1);
  background: #fff;
  box-shadow: 0 4px 16px rgba(45, 38, 54, 0.06);
}

.ad-event-detail-tickets-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ad-event-detail-tickets-head span {
  font-size: 10px;
  color: #635c5e;
}

.ad-event-detail-tickets-head strong {
  font-size: 18px;
  color: #2d8a4e;
}

.ad-event-detail-ticket-row {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(45, 38, 54, 0.06);
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #635c5e;
}

.ad-event-detail-ticket-cta {
  display: block;
  padding: 10px;
  border-radius: 999px;
  background: #1c2040;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

/* Organiser profile page mock */
.ad-mock-page--organiser-detail .ad-mock-page-bar {
  background: #eef4ff;
}

.ad-organiser-detail-scale {
  width: 100%;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ad-organiser-detail-mock {
  width: 920px;
  flex-shrink: 0;
  transform: scale(0.33);
  transform-origin: top center;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 180px, #faf8fc 360px);
  padding: 0 0 28px;
}

.ad-org-mock-back {
  margin: 0;
  padding: 16px 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
}

.ad-org-mock-showcase {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 0;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
}

.ad-org-mock-showcase-visual {
  border-left: 4px solid #2563eb;
  padding: 22px 20px 24px;
  background: linear-gradient(165deg, #f8fbff 0%, #fff 100%);
}

.ad-org-mock-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: #fff;
}

.ad-org-mock-photo-mark {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2563eb;
}

.ad-org-mock-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.ad-org-mock-name {
  margin: 0 0 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 400;
  color: #1e293b;
}

.ad-org-mock-rating {
  margin: 0 0 14px;
  font-size: 12px;
  color: #64748b;
}

.ad-org-mock-stars {
  color: #f59e0b;
  letter-spacing: 0.04em;
}

.ad-org-mock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ad-org-mock-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid #2563eb;
  background: #fff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.ad-org-mock-btn--primary {
  background: #2563eb;
  color: #fff;
}

.ad-org-mock-reviews {
  padding: 22px 24px;
  background: #fff;
}

.ad-org-mock-reviews-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}

.ad-org-mock-review {
  padding: 12px 0;
  border-top: 1px solid rgba(37, 99, 235, 0.08);
}

.ad-org-mock-review:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.ad-org-mock-review-stars {
  display: block;
  margin-bottom: 4px;
  color: #f59e0b;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.ad-org-mock-review p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}

.ad-org-mock-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
}

.ad-org-mock-section {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
}

.ad-org-mock-section--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.ad-org-mock-section h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}

.ad-org-mock-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ad-org-mock-pills span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, 0.15);
  font-size: 11px;
  font-weight: 600;
}

.ad-org-mock-event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: #fff;
}

.ad-org-mock-event-row div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ad-org-mock-event-row strong {
  font-size: 13px;
  color: #1e293b;
}

.ad-org-mock-event-row span {
  font-size: 11px;
  color: #64748b;
}

.ad-org-mock-event-row em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: #2563eb;
  white-space: nowrap;
}

.ad-org-mock-sidebar {
  min-width: 0;
}

.ad-tab-panel--organisers .ad-org-mock-sidebar .cms-ad-carousel,
.ad-tab-panel--organisers .ad-org-mock-sidebar .ad-mock-carousel {
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.08);
}

.ad-tab-panel--organisers .ad-org-mock-sidebar .ad-mock-carousel-dots i.is-active,
.ad-tab-panel--organisers .ad-org-mock-sidebar .cms-ad-carousel-dot.is-active {
  background: #2563eb;
}

/* Featured listing browse mock */
.ad-mock-page--events-browse,
.ad-mock-page--organisers-browse,
.ad-mock-page--opportunities-browse {
  background: #faf7f2;
}

.ad-featured-listing-scale {
  width: 100%;
  max-width: 100%;
  height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ad-featured-listing-mock {
  width: 680px;
  flex-shrink: 0;
  transform: scale(0.46);
  transform-origin: top center;
  font-family: 'DM Sans', system-ui, sans-serif;
  padding: 0 4px 12px;
}

.ad-featured-listing-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.ad-featured-listing-filter {
  height: 34px;
  border-radius: 10px;
  background: rgba(45, 38, 54, 0.08);
  flex: 0 0 96px;
}

.ad-featured-listing-filter--text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #fff;
  border: 1px solid rgba(45, 38, 54, 0.1);
  font-size: 9px;
  color: #9a9092;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-featured-listing-filter--wide {
  flex: 1 1 auto;
}

.ad-featured-listing-pin {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6d42;
}

.ad-featured-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ad-featured-listing-grid--organisers,
.ad-featured-listing-grid--opportunities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ad-featured-event-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(45, 38, 54, 0.1);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(45, 38, 54, 0.06);
}

.ad-featured-event-card.is-premium {
  border-color: #e8c96a;
  box-shadow: 0 4px 18px rgba(212, 160, 23, 0.18);
}

.ad-featured-event-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #d4b8e8 0%, #f5eef9 100%);
}

.ad-featured-event-media--muted {
  background: linear-gradient(135deg, #ece8f0 0%, #f7f4f8 100%);
}

.ad-featured-event-media--organiser {
  background: linear-gradient(135deg, #c8e6d8 0%, #eef8f2 100%);
}

.ad-featured-event-media--opp {
  background: linear-gradient(135deg, #c9d4ef 0%, #eef2fa 100%);
}

.ad-featured-event-category {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 72px);
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.94);
  font-size: 9px;
  font-weight: 600;
  color: #2d2636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-featured-event-premium {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #d4a017;
  color: #1a1200;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-featured-event-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 12px;
}

.ad-featured-event-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ad-featured-event-format {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d8a4e;
}

.ad-featured-event-price {
  font-size: 10px;
  font-weight: 700;
  color: #2d8a4e;
}

.ad-featured-event-title {
  font-size: 12px;
  line-height: 1.3;
  color: #7a3d8a;
}

.ad-featured-event-meta {
  font-size: 10px;
  color: #635c5e;
  line-height: 1.35;
}

.ad-featured-event-tag {
  display: inline-block;
  width: fit-content;
  margin-top: 2px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(194, 153, 209, 0.18);
  color: #7a3d8a;
  font-size: 8px;
  font-weight: 700;
}

.ad-featured-event-tag--gold {
  background: rgba(201, 150, 31, 0.16);
  color: #8a6d42;
}

.ad-featured-event-card--organiser .ad-featured-event-title {
  color: #1e3a5f;
}

.ad-featured-event-card--opp .ad-featured-event-title {
  color: #0d1f3c;
}

.ad-full-email-event-wrap {
  padding: 0 14px 8px;
}

.ad-full-email-event {
  text-align: left;
  background: #4a4446;
  border-radius: 12px;
  padding: 12px;
  color: #fff;
  margin-bottom: 0;
}

.ad-full-email-event-kicker {
  margin: 0 0 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ad-full-email-event-name {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.ad-full-email-event-date {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ad-full-email-event-date span {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 3px;
}

.ad-full-email-event-date strong {
  font-size: 11px;
  font-weight: 600;
}

.ad-full-email-event-desc {
  margin: 0 0 12px;
  font-size: 10px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.ad-full-email-event-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.ad-full-email-event-meta span {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 3px;
}

.ad-full-email-event-meta strong {
  font-size: 11px;
  font-weight: 600;
}

.ad-full-email-event-cta {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  font-size: 10px;
  font-weight: 600;
}

.ad-full-email-upsell-wrap {
  padding: 0 14px 8px;
}

.ad-full-email-upsell {
  text-align: left;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f5f0e8;
  border: 1px solid #d9c4e0;
}

.ad-full-email-upsell-kicker {
  margin: 0 0 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a7aa8;
}

.ad-full-email-upsell-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #4a4446;
  line-height: 1.35;
}

.ad-full-email-upsell-copy {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.55;
  color: #736b6e;
}

.ad-full-email-upsell-cta {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #4a4446;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.ad-full-email-footer {
  background: #4a4446;
  color: #fff;
  padding: 10px 8px;
}

.ad-full-email-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.ad-full-email-brand {
  background: #f5f0e8;
  padding: 12px 14px;
  text-align: center;
  border-top: 1px solid rgba(194, 153, 209, 0.35);
}

.ad-full-email-brand p {
  margin: 0;
  font-size: 10px;
  color: #736b6e;
  line-height: 1.6;
}

.ad-full-email-brand-name {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #4a4446;
}

.ad-full-email-brand-meta {
  margin: 0;
  font-size: 9px;
  color: #736b6e;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .ad-example-thumbs {
    grid-template-columns: 1fr;
  }

  .ad-full-email-footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.ad-package-span-full.ad-package-note--launch {
  margin: 0;
  padding: 0 24px 20px;
}

.ad-package-span-full.ad-package-note--launch .ad-reach-table-wrap {
  overflow-x: visible;
}

.ad-package-span-full .city-partner-launch-table {
  font-size: 0.85rem;
}

.ad-package-span-full .city-partner-launch-table td:nth-child(2) {
  white-space: normal;
  min-width: 140px;
}

.ad-package-span-full .city-partner-launch-table .city-partner-launch-active,
.ad-package-span-full .city-partner-launch-table .city-partner-launch-standard {
  white-space: nowrap;
}

.ad-package-note--launch {
  margin-bottom: 1rem;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(201, 150, 31, 0.45);
  background: linear-gradient(165deg, #fff9eb 0%, #fdf3dc 100%);
  color: #5c4a1a;
  box-shadow: 0 2px 10px rgba(212, 160, 23, 0.12);
}

.ad-package-note--launch strong {
  color: #8a6d42;
}

.city-partner-launch-kicker {
  margin: 0 0 10px;
  font-size: 0.92rem;
}

.city-partner-launch-footnote {
  margin: 10px 0 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: #7a6538;
}

.city-partner-launch-table .city-partner-launch-active {
  font-weight: 700;
  color: #5c4a1a;
  white-space: nowrap;
}

.city-partner-launch-table .city-partner-launch-standard {
  font-weight: 500;
  color: #8a7a55;
  white-space: nowrap;
}

.city-partner-exclusivity-summary {
  margin-top: 0.75rem;
}

.city-partner-exclusivity-heading {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
}

.city-partner-exclusivity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-partner-exclusivity-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-secondary, #4a5568);
}

.city-partner-exclusivity-text {
  min-width: 0;
  flex: 1 1 auto;
}

.city-partner-exclusivity-city {
  font-weight: 700;
  color: #2b2648;
  white-space: nowrap;
}

.city-partner-claimed-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.45em;
  border-radius: 50%;
  background: #d64545;
  box-shadow: 0 0 0 2px rgba(214, 69, 69, 0.18);
}

.ad-package-preview--city-partner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ad-preview-label--checkout {
  margin-top: 18px;
}

.ad-mock-page--city-partner .ad-mock-page-bar em {
  font-size: 0.58rem;
}

.ad-mock-city-partner-intro {
  --region-accent: #322b78;
  --region-accent-soft: rgba(50, 43, 120, 0.1);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, var(--region-accent-soft) 100%);
}

.ad-mock-city-partner-accent {
  height: 3px;
  background: var(--region-accent);
}

.ad-mock-city-partner-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}

.ad-mock-city-partner-copy {
  flex: 1 1 140px;
  min-width: 0;
}

.ad-mock-city-partner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: var(--region-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-mock-city-partner-kicker::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--region-accent);
  box-shadow: 0 0 0 2px var(--region-accent-soft);
}

.ad-mock-city-partner-title {
  margin: 0;
  color: #1c2040;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 15px;
  line-height: 1.2;
}

.ad-mock-city-partner-title em {
  color: var(--region-accent);
  font-style: normal;
}

.ad-mock-city-partner-copyline {
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.45;
  color: #635c5e;
}

.ad-mock-city-partner-organiser-link {
  margin: 7px 0 0;
  color: var(--region-accent);
  font-size: 9px;
  font-weight: 600;
}

.ad-mock-city-partner-ad {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 160px;
  max-width: 200px;
}

.ad-mock-city-partner-badge {
  color: #7a7790;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-mock-city-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
}

.ad-mock-city-partner-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

@media (max-width: 520px) {
  .ad-mock-city-partner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .ad-mock-city-partner-ad {
    width: 100%;
    max-width: none;
  }
}

.city-partner-vat-note {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #625f73;
}

.city-partner-term-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.city-partner-term-fieldset .city-partner-section-label {
  margin-bottom: 8px;
}

.city-partner-term-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.city-partner-term-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(109, 92, 232, 0.22);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.city-partner-term-option:hover,
.city-partner-term-option:focus-within {
  border-color: rgba(109, 92, 232, 0.45);
  box-shadow: 0 1px 6px rgba(109, 92, 232, 0.1);
}

.city-partner-term-option:has(input:checked) {
  border-color: rgba(109, 92, 232, 0.65);
  background: linear-gradient(180deg, #faf8ff 0%, #fff 100%);
  box-shadow: 0 1px 8px rgba(109, 92, 232, 0.12);
}

.city-partner-term-option input {
  margin-top: 2px;
  flex: 0 0 auto;
}

.city-partner-term-option-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.city-partner-term-option-copy strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d2636;
  overflow-wrap: break-word;
}

.city-partner-term-option-copy em {
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #625f73;
  overflow-wrap: break-word;
}

@media (min-width: 420px) {
  .city-partner-term-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.city-partner-quote-save {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: #2f6b4f;
}

.city-partner-checkout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: var(--ad-soft-muted);
  border: 1px solid rgba(109, 92, 232, 0.15);
}

.city-partner-section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #625f73;
}

.city-partner-available-details {
  margin: 0;
}

.city-partner-available-details summary {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  cursor: pointer;
  list-style: none;
  font-size: 0.88rem;
  color: var(--ad-muted);
}

.city-partner-available-details summary::-webkit-details-marker {
  display: none;
}

.city-partner-available-details summary::after {
  content: '';
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 2px solid #625f73;
  border-bottom: 2px solid #625f73;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.city-partner-available-details[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.city-partner-available-names {
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  columns: 2;
  column-gap: 16px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--ad-muted);
}

.city-partner-available-names li {
  break-inside: avoid;
  margin-bottom: 2px;
}

.city-partner-available-empty {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  color: var(--ad-muted);
}

.city-partner-available-panel {
  border: 1px solid rgba(109, 92, 232, 0.28);
  border-radius: 12px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(109, 92, 232, 0.08);
}

.city-partner-city-picker-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(180deg, #faf8ff 0%, #fff 100%);
  transition: background 0.15s ease;
}

.city-partner-city-picker-trigger:hover,
.city-partner-city-picker-trigger:focus-visible {
  background: linear-gradient(180deg, #f3efff 0%, #faf8ff 100%);
  outline: none;
}

.city-partner-city-picker-trigger::-webkit-details-marker {
  display: none;
}

.city-partner-city-picker-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.city-partner-city-picker-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #2b2648;
}

.city-partner-city-picker-hint {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #625f73;
}

.city-partner-available-count {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(109, 92, 232, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #6d5ce8;
  white-space: nowrap;
}

.city-partner-city-picker-chevron {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6d5ce8;
  border-bottom: 2px solid #6d5ce8;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.city-partner-available-panel[open] .city-partner-city-picker-chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.city-partner-available-panel[open] .city-partner-city-picker-hint::before {
  content: 'Showing city list · ';
}

.city-partner-available-panel .city-partner-city-grid {
  margin: 0;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(109, 92, 232, 0.12);
  background: #fff;
}

.city-partner-booked-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(50, 43, 120, 0.1);
}

.city-partner-booked-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.city-partner-booked-item {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(50, 43, 120, 0.1);
  background: #fff;
  box-shadow: 0 1px 4px rgba(50, 43, 120, 0.06);
}

.city-partner-booked-name {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #625f73;
  min-width: 0;
}

.city-partner-booked-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.city-partner-booked-heading {
  display: block;
}

.city-partner-booked-name strong,
.city-partner-booked-copy strong,
.city-partner-booked-heading strong {
  font-weight: 700;
  color: #2b2648;
  white-space: nowrap;
}

.city-partner-booked-status {
  grid-column: 1 / -1;
  font-size: 12px;
  line-height: 1.45;
  color: #625f73;
}

.city-partner-booked-waitlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 14px;
  border: none;
  border-radius: 999px;
  background: var(--ad-section-accent, var(--lavender-deep));
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: filter 0.15s ease;
}

.city-partner-booked-waitlist:hover:not(:disabled),
.city-partner-booked-waitlist:focus-visible:not(:disabled) {
  filter: brightness(1.06);
}

.city-partner-booked-waitlist:disabled,
.city-partner-booked-waitlist--joined {
  background: rgba(2, 122, 72, 0.12);
  color: #027a48;
  cursor: default;
  filter: none;
}

.city-partner-booked-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #625f73;
}

.city-partner-booked-note a {
  color: #6d5ce8;
  font-weight: 700;
  text-decoration: none;
}

.city-partner-booked-note a:hover,
.city-partner-booked-note a:focus-visible {
  text-decoration: underline;
}

.city-partner-booked-summary {
  color: #625f73;
}

.city-partner-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.city-partner-city {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(50, 43, 120, 0.12);
  background: var(--surface-warm);
  font-size: 13px;
  color: #2b2648;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.city-partner-city:has(input:checked) {
  border-color: rgba(109, 92, 232, 0.45);
  box-shadow: 0 0 0 2px rgba(109, 92, 232, 0.12);
}

.city-partner-city--unavailable {
  opacity: 0.72;
  cursor: not-allowed;
  border-style: dashed;
  background: #fafafa;
}

.city-partner-city-status {
  margin-left: 0.35rem;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b45309;
}

.city-partner-city input {
  accent-color: #6d5ce8;
}

.city-partner-quote {
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--surface-warm);
  border: 1px solid rgba(50, 43, 120, 0.1);
}

.city-partner-quote-total {
  margin: 0;
  font-size: 22px;
  color: #1c2040;
}

.city-partner-quote-total span {
  font-size: 13px;
  font-weight: 500;
  color: #625f73;
}

.city-partner-quote-breakdown,
.city-partner-quote-cities,
.city-partner-quote-vat,
.city-partner-quote-empty {
  margin: 4px 0 0;
  font-size: 12px;
  color: #625f73;
}

.city-partner-quote-vat {
  margin-top: 6px;
  font-size: 13px;
  color: #4a4560;
}

.city-partner-quote-vat strong {
  color: #1c2040;
}

.city-partner-email-field {
  margin: 0;
  gap: 6px;
}

.city-partner-submit {
  width: 100%;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.city-partner-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.city-partner-status {
  margin: 0;
  font-size: 12px;
  color: #625f73;
}

.city-partner-status--error {
  color: #b42318;
  font-weight: 600;
}

.city-partner-status--ok {
  color: #027a48;
  font-weight: 600;
}

.city-partner-empty {
  margin: 0;
  font-size: 13px;
  color: #625f73;
  grid-column: 1 / -1;
}

@media (max-width: 520px) {
  .city-partner-city-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ad-audience-stats {
    grid-template-columns: 1fr;
  }

  .ad-enquiry-grid {
    grid-template-columns: 1fr;
  }

  .ad-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ad-pricing-glance-toggle-hint {
    width: 100%;
  }

  /* Section picks: stack instead of sideways carousel */
  .ad-section-picks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 12px;
  }

  .ad-section-pick {
    flex: none;
    width: 100%;
    min-width: 0;
    scroll-snap-align: none;
  }

  /* Package tabs: wrap grid, no horizontal scroll */
  .ad-package-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding: 8px;
  }

  .ad-package-tab {
    flex: none;
    width: 100%;
    min-width: 0;
    white-space: normal;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 8px 12px;
  }

  .ad-package-tab.is-active::after {
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 2px;
  }

  .ad-package-tab-label {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .ad-package-tab-price {
    font-size: 0.72rem;
  }

  /* Reach / pricing / compare tables → stacked cards */
  .ad-reach-table-wrap,
  .ad-table-scroll,
  .ad-pricing-glance-body,
  .ad-email-stats--reach,
  .ad-package-main .ad-reach-table-wrap,
  .ad-package-span-full .ad-reach-table-wrap {
    overflow: visible !important;
    overflow-x: visible !important;
  }

  .ad-reach-table,
  .ad-pricing-table,
  .ad-compare-table,
  .ad-email-stats,
  .city-partner-launch-table {
    width: 100% !important;
    min-width: 0 !important;
  }

  .ad-reach-table thead,
  .ad-pricing-table thead,
  .ad-compare-table thead,
  .ad-email-stats thead {
    display: none;
  }

  .ad-reach-table tbody,
  .ad-pricing-table tbody,
  .ad-compare-table tbody,
  .ad-email-stats tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ad-reach-table tbody tr,
  .ad-pricing-table tbody tr,
  .ad-compare-table tbody tr,
  .ad-email-stats tbody tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid rgba(45, 38, 54, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(45, 38, 54, 0.05);
  }

  .ad-reach-table tbody th,
  .ad-reach-table tbody td,
  .ad-pricing-table tbody th,
  .ad-pricing-table tbody td,
  .ad-compare-table tbody th,
  .ad-compare-table tbody td,
  .ad-email-stats tbody th,
  .ad-email-stats tbody td,
  .city-partner-launch-table tbody th,
  .city-partner-launch-table tbody td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal !important;
    min-width: 0 !important;
    border: none !important;
    padding: 4px 0 !important;
  }

  .ad-reach-table tbody th,
  .ad-pricing-table tbody th,
  .ad-compare-table tbody td:first-child,
  .ad-email-stats tbody th,
  .city-partner-launch-table tbody th {
    font-weight: 700;
    color: var(--ad-ink, #2d2636);
    margin-bottom: 2px;
  }

  .ad-reach-table tbody td:nth-child(2),
  .ad-pricing-table tbody td:nth-child(2),
  .city-partner-launch-table .city-partner-launch-active,
  .city-partner-launch-table .city-partner-launch-standard {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
  }

  .ad-reach-table tbody td:nth-child(3),
  .ad-compare-table tbody td:nth-child(4) {
    color: var(--ad-muted, #625f73);
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .ad-package-span-full .city-partner-launch-table td:nth-child(2),
  .ad-package-span-full .city-partner-launch-table .city-partner-launch-active,
  .ad-package-span-full .city-partner-launch-table .city-partner-launch-standard {
    white-space: normal !important;
    min-width: 0 !important;
  }

  /* Previews must not blow past the viewport */
  .ad-package-preview:not(.ad-package-preview--city-partner),
  .ad-example-stage,
  .ad-example-gallery,
  .ad-mock-page,
  .ad-mock-spotlight,
  .ad-mock-detail-layout,
  .ad-package-browser,
  .ad-packages,
  .ad-package {
    max-width: 100%;
  }

  .ad-package-preview:not(.ad-package-preview--city-partner),
  .ad-example-stage {
    overflow-x: hidden;
  }

  /* City Sponsor checkout lives inside the preview column — keep it fully tappable */
  .ad-package-preview--city-partner {
    overflow: visible;
    max-width: 100%;
  }

  .ad-package-preview--city-partner .ad-mock-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .city-partner-checkout,
  .city-partner-city,
  .city-partner-submit,
  .city-partner-term-option,
  .city-partner-city-picker-trigger {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .ad-enquiry-quick-fields {
    grid-template-columns: 1fr;
  }

  .ad-enquiry-quick-submit,
  .ad-package-cta {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .ad-trust-bar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
  }

  .ad-trust-metric:not(:last-child)::after {
    display: none;
  }

  .ad-trust-metric {
    padding: 0;
  }

  .ad-section-nav {
    top: 64px;
  }

  .ad-partners-strip {
    padding: 16px 16px 0;
  }

  .ad-page-cta-inner {
    padding: 32px 20px;
  }

  .ad-package-span-full.ad-package-note--launch {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 520px) {
  .ad-page-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-body.ad-content-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
