:root {
  --brand: #b4a404;
  --brand-dark: #746b07;
  --brand-soft: #f1edbd;
  --ink: #1c1c1b;
  --muted: #6e6c66;
  --paper: #f5f4ef;
  --line: #dedcd3;
  --white: #ffffff;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow: 0 18px 55px rgba(28, 28, 27, .08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  padding: .75rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: .75rem;
}

.skip-link:focus {
  top: 1rem;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon,
.icon-lg,
.format-icon,
.social-arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.icon-lg {
  width: 1.75rem;
  height: 1.75rem;
}

.site-header {
  z-index: 1030;
}

.navbar {
  min-height: 74px;
}

.brand-logo {
  display: block;
  width: min(255px, 58vw);
  height: auto;
}

.navbar .nav-link {
  position: relative;
  padding: .55rem .75rem !important;
  color: #45433f;
  font-size: .93rem;
  font-weight: 600;
}

.navbar .nav-link::after {
  position: absolute;
  right: .75rem;
  bottom: .35rem;
  left: .75rem;
  height: 2px;
  content: "";
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.mobile-nav .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
}

.btn-brand {
  border-color: var(--brand);
  background: var(--brand);
  color: #171717;
}

.btn-brand:hover,
.btn-brand:focus {
  border-color: #c8b817;
  background: #c8b817;
  color: #111;
}

.bg-brand-soft {
  background: var(--brand-soft) !important;
}

.text-brand {
  color: var(--brand) !important;
}

.text-brand-dark {
  color: var(--brand-dark) !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #171717;
  background-size: 42px 42px;
}

.hero-section::after {
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(0,0,0,.18));
}

.hero-section .container {
  z-index: 1;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb-one {
  top: -260px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(209,195,28,.38), rgba(180,164,4,.04) 62%, transparent 70%);
}

.hero-orb-two {
  bottom: 40px;
  left: 34%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(180,164,4,.18), transparent 70%);
}

.hero-kicker {
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(180,164,4,.15);
}

.hero-copy {
  max-width: 720px;
  color: rgba(255,255,255,.68);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-fact {
  display: flex;
  flex-direction: column;
  min-height: 84px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(6px);
}

.hero-fact strong {
  color: #fff;
  font-size: 1.35rem;
}

.hero-fact span {
  color: rgba(255,255,255,.5);
  font-size: .8rem;
}

.reach-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  box-shadow: 0 40px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.reach-panel::before {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  content: "";
  background: rgba(180,164,4,.12);
}

.reach-primary {
  position: relative;
}

.reach-label {
  display: block;
  margin-bottom: .35rem;
  color: rgba(255,255,255,.5);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.reach-primary strong {
  color: #fff;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.reach-primary span {
  color: rgba(255,255,255,.7);
}

.reach-primary small {
  display: block;
  color: rgba(255,255,255,.42);
}

.reach-chart {
  position: relative;
  overflow: hidden;
  height: 170px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(0,0,0,.22);
}

.reach-chart svg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reach-chart-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.mini-metric {
  display: flex;
  flex-direction: column;
  min-height: 82px;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
}

.mini-metric span {
  color: rgba(255,255,255,.45);
  font-size: .75rem;
}

.mini-metric strong {
  color: #fff;
}

.hero-trust-bar {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: rgba(255,255,255,.05);
}

.trust-item {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 1rem 1.15rem;
  gap: .65rem;
  color: rgba(255,255,255,.68);
  font-size: .85rem;
  font-weight: 600;
}

.trust-item .icon {
  color: var(--brand);
}

.section-padding {
  padding: clamp(4.25rem, 8vw, 7rem) 0;
}

.bg-paper {
  background: var(--paper);
}

.bg-dark-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(180,164,4,.16), transparent 28%),
    #171717;
}

.section-kicker {
  display: inline-block;
  margin-bottom: .85rem;
  color: var(--brand-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.section-title {
  max-width: 850px;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.section-lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.06rem;
}

.certificate-card {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  gap: 1rem;
}

.certificate-icon,
.value-icon {
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.certificate-card span,
.certificate-card small {
  display: block;
  color: var(--muted);
  font-size: .8rem;
}

.certificate-card strong {
  display: block;
  font-size: 1.05rem;
}

.value-card {
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.value-card h3 {
  margin: 1.25rem 0 .55rem;
  font-size: 1.08rem;
  font-weight: 800;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list-item {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
  gap: 1rem;
}

.audience-number {
  color: var(--brand-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.audience-list-item strong {
  display: block;
  margin-bottom: .25rem;
}

.audience-list-item p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.audience-dashboard {
  padding: clamp(1rem, 3vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.audience-panel {
  min-height: 280px;
  padding: 1.4rem;
  border-radius: var(--radius);
  background: #fff;
}

.panel-label {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.topic-cloud span {
  padding: .55rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fafaf7;
  font-size: .86rem;
  font-weight: 700;
}

.topic-cloud span:nth-child(3n + 1) {
  border-color: rgba(180,164,4,.4);
  background: var(--brand-soft);
}

.signal-list {
  display: grid;
  gap: .9rem;
}

.signal-list > div {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: #44423e;
  font-size: .92rem;
}

.signal-list .icon {
  margin-top: .2rem;
  color: var(--brand-dark);
}

.analytics-note {
  display: grid;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  gap: 2rem;
}

.analytics-note h3 {
  margin: 1rem 0 .45rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.analytics-note p {
  color: rgba(255,255,255,.58);
}

.analytics-badge {
  display: inline-flex;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(180,164,4,.2);
  color: #e7dc56;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.analytics-grid div {
  display: flex;
  flex-direction: column;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.analytics-grid span {
  color: rgba(255,255,255,.42);
  font-size: .72rem;
}

.analytics-grid strong {
  font-size: 1.2rem;
}

.format-card {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  color: #fff;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.format-card:hover {
  border-color: rgba(180,164,4,.55);
  background: rgba(255,255,255,.075);
  transform: translateY(-5px);
}

.format-index {
  position: absolute;
  top: 1.35rem;
  right: 1.4rem;
  color: rgba(255,255,255,.28);
  font-size: .75rem;
  font-weight: 900;
}

.format-icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 2.2rem;
  color: var(--brand);
}

.format-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
}

.format-card p {
  color: rgba(255,255,255,.55);
  font-size: .92rem;
}

.format-list {
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.format-list li {
  position: relative;
  padding: .38rem 0 .38rem 1.15rem;
  color: rgba(255,255,255,.72);
  font-size: .86rem;
}

.format-list li::before {
  position: absolute;
  top: .85rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--brand);
}

.draft-pill {
  display: inline-flex;
  padding: .6rem .9rem;
  border: 1px dashed var(--brand-dark);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 800;
}

.pricing-tabs {
  padding: .35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  gap: .25rem;
}

.pricing-tabs .nav-link {
  min-width: 110px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
}

.pricing-tabs .nav-link.active {
  background: var(--ink);
  color: #fff;
}

.pricing-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.pricing-table thead th {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
  background: #efeee9;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.pricing-table tbody td {
  padding: 1.2rem 1.25rem;
  border-color: #eceae3;
  color: #5a5852;
}

.price-name {
  color: var(--ink);
  font-weight: 800;
}

.price-value {
  white-space: nowrap;
  color: var(--ink);
  font-size: 1.1rem;
}

.pricing-notes {
  display: grid;
  padding: 1.35rem;
  border-top: 1px solid var(--line);
  background: #faf9f5;
  gap: .7rem;
}

.pricing-notes > div {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: var(--muted);
  font-size: .86rem;
}

.pricing-notes .icon {
  margin-top: .18rem;
  color: var(--brand-dark);
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.package-card-featured {
  border-color: var(--brand);
}

.package-ribbon {
  position: absolute;
  top: -1px;
  right: 1.4rem;
  padding: .35rem .65rem;
  border-radius: 0 0 10px 10px;
  background: var(--brand);
  color: #111;
  font-size: .65rem;
  font-weight: 900;
}

.package-type {
  color: var(--brand-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.package-card h3 {
  margin: .8rem 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.package-card p,
.package-card li {
  color: var(--muted);
  font-size: .9rem;
}

.package-card ul {
  flex: 1;
  padding-left: 1.2rem;
}

.package-price {
  margin: 1.25rem 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.social-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
  gap: 1rem;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.social-card:hover {
  border-color: var(--brand);
  color: inherit;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.social-icon {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: var(--paper);
  color: var(--ink);
}

.social-card span,
.social-card small {
  display: block;
  color: var(--muted);
  font-size: .75rem;
}

.social-card strong {
  display: block;
  font-size: .95rem;
}

.social-arrow {
  width: 1.15rem;
  height: 1.15rem;
  margin-left: auto;
  color: var(--brand-dark);
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
  gap: 1rem;
}

.process-step > span {
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 900;
}

.process-step h3 {
  margin-bottom: .35rem;
  font-size: 1.12rem;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--paper);
}

.contact-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 10%, rgba(180,164,4,.25), transparent 28%),
    #171717;
  box-shadow: 0 30px 80px rgba(28,28,27,.18);
}

.contact-shell::before {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
}

.contact-copy {
  max-width: 650px;
  color: rgba(255,255,255,.6);
  font-size: 1.05rem;
}

.contact-item {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  color: #fff;
  text-decoration: none;
  gap: .8rem;
}

a.contact-item:hover {
  border-color: rgba(180,164,4,.55);
  color: #fff;
}

.contact-item .icon {
  color: var(--brand);
}

.contact-item span {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: .72rem;
}

.contact-item strong {
  display: block;
  font-size: .9rem;
}

.brief-card {
  position: relative;
  padding: clamp(1.2rem, 3vw, 1.75rem);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.brief-card h3 {
  font-weight: 800;
}

.brief-card p {
  color: rgba(255,255,255,.5);
  font-size: .88rem;
}

.brief-card .form-label {
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  font-weight: 700;
}

.brief-card .form-control,
.brief-card .form-select {
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background-color: rgba(0,0,0,.22);
  color: #fff;
}

.brief-card .form-control::placeholder {
  color: rgba(255,255,255,.35);
}

.brief-card .form-select {
  color-scheme: dark;
}

.brief-card textarea.form-control {
  min-height: 116px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.footer-logo {
  width: min(220px, 64vw);
  height: auto;
  opacity: .85;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1020;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .analytics-note {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .hero-section .display-3 {
    font-size: clamp(2.5rem, 10vw, 4.5rem);
  }

  .hero-trust-bar {
    margin-top: 0;
  }

  .trust-item {
    border-top: 1px solid rgba(255,255,255,.06);
  }
}

@media (max-width: 767.98px) {
  .navbar {
    min-height: 66px;
  }

  .brand-logo {
    width: min(215px, 62vw);
  }

  .hero-section .row {
    padding-top: 1.5rem !important;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-trust-bar {
    border-radius: 18px 18px 0 0;
  }

  .trust-item {
    min-height: 82px;
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }

  .pricing-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    border-radius: 18px;
  }

  .pricing-tabs .nav-link {
    min-width: 100px;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tr {
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .pricing-table tbody td {
    padding: .35rem 0;
    border: 0;
    text-align: left !important;
  }

  .pricing-table tr:last-child {
    border-bottom: 0;
  }

  .price-value {
    display: inline-block;
    margin-top: .35rem;
    font-size: 1.25rem;
  }

  .process-step {
    grid-template-columns: 45px 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 4rem 0;
  }

  .reach-panel {
    border-radius: 22px;
  }

  .reach-primary strong {
    font-size: 3.25rem;
  }

  .audience-dashboard {
    padding: .75rem;
    border-radius: 22px;
  }

  .analytics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-shell {
    border-radius: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  body {
    color: #111;
    background: #fff;
    font-size: 10pt;
  }

  .site-header,
  .offcanvas,
  .back-to-top,
  [data-print],
  .brief-card,
  .btn,
  .pricing-tabs {
    display: none !important;
  }

  .hero-section,
  .bg-dark-section,
  .contact-shell {
    color: #111 !important;
    background: #fff !important;
  }

  .hero-section {
    border-bottom: 2px solid #111;
  }

  .hero-section::after,
  .hero-orb,
  .contact-shell::before {
    display: none;
  }

  .text-white,
  .text-white-50,
  .hero-copy,
  .hero-kicker,
  .hero-fact strong,
  .hero-fact span,
  .reach-primary strong,
  .reach-primary span,
  .reach-primary small,
  .reach-label,
  .mini-metric strong,
  .mini-metric span,
  .format-card,
  .format-card p,
  .format-list li,
  .contact-copy,
  .contact-item,
  .contact-item span,
  .contact-item strong {
    color: #111 !important;
  }

  .reach-panel,
  .hero-fact,
  .hero-trust-bar,
  .trust-item,
  .format-card,
  .contact-item {
    border-color: #bbb !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .reach-chart {
    display: none;
  }

  .section-padding {
    padding: 10mm 0;
  }

  .value-card,
  .package-card,
  .pricing-shell,
  .audience-dashboard {
    box-shadow: none;
  }

  .format-card,
  .value-card,
  .package-card,
  .social-card,
  .pricing-shell,
  .certificate-card,
  .audience-panel,
  .analytics-note {
    break-inside: avoid;
  }

  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }

  .tab-pane + .tab-pane {
    margin-top: 8mm;
  }

  .site-footer {
    margin-top: 10mm;
  }
}
