/*
 * Premium site palette
 * Navy = authority and primary action
 * Champagne gold = restrained emphasis
 * Warm ivory = softer editorial background
 */
:root {
  --site-navy: #0b1d4f;
  --site-blue: #193267;
  --site-orange: #bd8d42;
  --site-orange-dark: #9d7134;
  --site-text: #4f596c;
  --site-muted: #747b89;
  --site-line: #e3ded3;
  --site-soft: #f7f5ef;
  --site-white: #ffffff;
  --button-orange: #0b1d4f;
  --button-orange-dark: #193267;
  --button-orange-shadow: rgba(11, 29, 79, 0.2);
  --premium-navy: #0b1d4f;
  --premium-navy-hover: #142a5c;
  --premium-gold: #bd8d42;
  --premium-gold-light: #d8bd86;
  --premium-ivory: #fcfbf8;
}

html body {
  color: var(--site-text);
  background-color: var(--premium-ivory);
}

html body :where(h1, h2, h3, h4, h5, h6, .brand-name, .brand-text) {
  color: var(--premium-navy);
}

html body :where(
  .eyebrow,
  .section-eyebrow,
  .section-kicker,
  .case-kicker,
  .audit-kicker,
  .article-kicker,
  .hero-kicker
) {
  color: var(--premium-gold);
}

/* Replace legacy orange accents that were hard-coded in individual pages. */
html body :where(
  .campaign-change-head,
  .campaign-bottom-kicker,
  .attribution-section-icon.is-orange,
  .attribution-mini-icon,
  .launch-process-card small,
  .migration-meta-icon,
  .migration-meta-line strong
) {
  color: var(--premium-gold) !important;
}

html body .attribution-section-icon.is-orange,
html body .attribution-result-grid article:nth-child(even) .attribution-mini-icon {
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.28) !important;
}

html body :where(.case-filter.is-active, .case-filter[aria-pressed="true"]) {
  color: #fff !important;
  background: var(--premium-navy) !important;
  border-color: var(--premium-gold) !important;
}

html body .case-tags .is-active {
  color: #fff !important;
  background: var(--premium-navy) !important;
  border-color: var(--premium-gold) !important;
}

html body .contact-widget-icon {
  color: #fff !important;
  background: var(--premium-navy) !important;
}

html body [data-lang-switch].is-active {
  color: #fff !important;
  background: var(--premium-navy) !important;
  border-color: var(--premium-gold) !important;
}

html body .lead-approach#approach .journey-icon {
  color: var(--premium-navy) !important;
}

html body .lead-approach#approach .journey-badge {
  color: #fff !important;
  background: var(--premium-navy) !important;
  border-color: var(--premium-gold) !important;
}

html body .lead-approach#approach .journey-step.is-active {
  background: var(--premium-ivory) !important;
  border-color: rgba(189, 141, 66, 0.55) !important;
}

html body .lead-approach#approach .journey-step.is-active :where(.journey-number, .journey-icon) {
  color: var(--premium-gold) !important;
  background: #fff !important;
  border-color: rgba(189, 141, 66, 0.34) !important;
}

html body :where(
  .campaign-key-outcome,
  .attribution-path-card > span,
  .launch-services-card li > span,
  .migration-warning-callout,
  .migration-outcome-proof strong,
  .migration-benefit-icon.is-orange,
  .migration-bottom-cta-benefits .is-orange
) {
  color: var(--premium-gold) !important;
}

html body :where(
  .journey-goal-icon,
  .journey-goal strong,
  .campaign-key-outcome svg,
  .campaign-key-outcome svg *,
  .migration-warning-callout svg,
  .migration-warning-callout svg *
) {
  color: var(--premium-gold) !important;
  stroke: currentColor !important;
}

html body.case-detail-page.migration-showcase-page .migration-key-card {
  border-color: var(--site-line) !important;
  border-left-color: var(--premium-gold) !important;
}

/* Primary actions: quiet navy surface with a champagne-gold edge. */
html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .btn-primary,
  button[type="submit"]
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, #0b1d4f 0%, #142a5c 100%) !important;
  border-color: rgba(216, 189, 134, 0.72) !important;
  box-shadow:
    0 12px 28px rgba(11, 29, 79, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transform: translateY(0);
  transition:
    transform 220ms cubic-bezier(.2, .75, .25, 1),
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease !important;
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .btn-primary,
  button[type="submit"]
)::before {
  position: absolute;
  z-index: -1;
  top: -45%;
  bottom: -45%;
  left: -42%;
  width: 24%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 246, 221, 0.34),
    transparent
  );
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left 650ms cubic-bezier(.2, .75, .25, 1);
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .btn-primary,
  button[type="submit"]
):is(:hover, :focus-visible) {
  color: #fff !important;
  background: linear-gradient(135deg, #10245a 0%, #1b356d 100%) !important;
  border-color: var(--premium-gold-light) !important;
  box-shadow:
    0 17px 36px rgba(11, 29, 79, 0.24),
    0 0 0 1px rgba(189, 141, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transform: translateY(-2px);
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .btn-primary,
  button[type="submit"]
):is(:hover, :focus-visible)::before {
  left: 122%;
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .btn-primary,
  button[type="submit"]
):active {
  box-shadow:
    0 7px 18px rgba(11, 29, 79, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transform: translateY(0);
  transition-duration: 80ms !important;
}

/* Secondary actions stay editorial and understated. */
html body :where(
  .button-secondary,
  .button.secondary,
  .airport-secondary-button,
  .btn-secondary
) {
  color: var(--premium-navy) !important;
  background: rgba(252, 251, 248, 0.88) !important;
  border-color: rgba(189, 141, 66, 0.58) !important;
  box-shadow: 0 8px 22px rgba(11, 29, 79, 0.07) !important;
}

html body :where(
  .button-secondary,
  .button.secondary,
  .airport-secondary-button,
  .btn-secondary
):is(:hover, :focus-visible) {
  color: var(--premium-navy) !important;
  background: #fff !important;
  border-color: var(--premium-gold) !important;
  box-shadow: 0 12px 28px rgba(11, 29, 79, 0.11) !important;
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .button-secondary,
  .button.secondary,
  .btn-primary,
  .btn-secondary,
  button[type="submit"]
):focus-visible {
  outline: 3px solid rgba(189, 141, 66, 0.34) !important;
  outline-offset: 3px !important;
}

html body :where(
  a.button,
  button.button,
  .button-primary,
  .button-orange,
  .button-secondary,
  .button.secondary,
  .btn-primary,
  .btn-secondary,
  button[type="submit"]
):disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html body :where(
    a.button,
    button.button,
    .button-primary,
    .button-orange,
    .button-secondary,
    .button.secondary,
    .btn-primary,
    .btn-secondary,
    button[type="submit"]
  ) {
    transition: none !important;
  }

  html body :where(
    a.button,
    button.button,
    .button-primary,
    .button-orange,
    .btn-primary,
    button[type="submit"]
  )::before {
    display: none;
  }
}

/* Audit page rhythm: one calm, compact interval between every content section. */
html body.audit-page {
  --audit-section-space: clamp(52px, 4.2vw, 64px);
}

html body.audit-page main > .audit-section,
html body.audit-page .audit-hero + .audit-section {
  padding-top: var(--audit-section-space) !important;
  padding-bottom: var(--audit-section-space) !important;
}

html body.audit-page .audit-hero {
  padding-top: clamp(36px, 3.8vw, 56px) !important;
  padding-bottom: var(--audit-section-space) !important;
}

@media (max-width: 700px) {
  html body.audit-page {
    --audit-section-space: 42px;
  }

  html body.audit-page .audit-hero {
    padding-top: 32px !important;
  }
}

/* Audit positioning: keep qualification and trust signals compact and calm. */
html body.audit-page .audit-access-note {
  max-width: 700px;
  margin: 4px 0 0;
  padding: 13px 16px;
  color: var(--site-text);
  border: 1px solid rgba(189, 141, 66, 0.28);
  border-radius: 12px;
  background: rgba(252, 251, 248, 0.92);
  font-size: 13px;
  line-height: 1.55;
}

html body.audit-page .audit-access-note strong {
  color: var(--premium-navy);
}

html body.audit-page .audit-comparison-head {
  max-width: 920px;
}

html body.audit-page .audit-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

html body.audit-page .audit-comparison-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(11, 29, 79, 0.13);
  border-radius: 18px;
  background: #ffffff;
}

html body.audit-page .audit-comparison-card.is-paid {
  border-color: rgba(189, 141, 66, 0.34);
  background: linear-gradient(145deg, #ffffff 0%, #fcf8ef 100%);
}

html body.audit-page .audit-comparison-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--premium-navy);
  border: 1px solid rgba(11, 29, 79, 0.14);
  border-radius: 14px;
  background: var(--site-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

html body.audit-page .audit-comparison-card.is-paid .audit-comparison-icon {
  color: #ffffff;
  border-color: var(--premium-gold);
  background: var(--premium-navy);
}

html body.audit-page .audit-comparison-card h3 {
  margin: 2px 0 14px;
  font-size: var(--type-card-title);
  line-height: var(--leading-card);
}

html body.audit-page .audit-comparison-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body.audit-page .audit-comparison-card li {
  position: relative;
  padding-left: 21px;
  color: var(--site-text);
  font-size: 14px;
  line-height: 1.55;
}

html body.audit-page .audit-comparison-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--premium-gold);
  content: "✓";
  font-weight: 900;
}

html body.audit-page .audit-comparison-assurance {
  margin: 18px 0 0;
  padding: 16px 20px;
  color: var(--site-text);
  border-left: 3px solid var(--premium-gold);
  border-radius: 0 12px 12px 0;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.55;
}

html body.audit-page .audit-comparison-assurance strong {
  color: var(--premium-navy);
}

@media (max-width: 760px) {
  html body.audit-page .audit-comparison-grid {
    grid-template-columns: 1fr;
  }

  html body.audit-page .audit-comparison-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 21px;
  }

  html body.audit-page .audit-comparison-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
}

/* Audit packages: explain scope before asking the visitor to choose. */
html body.audit-page .audit-pricing-grid {
  gap: 18px !important;
}

html body.audit-page .audit-price-card {
  --package-accent: #1767d9;
  grid-template-rows: none !important;
  align-content: start !important;
  gap: 14px !important;
  min-height: 100%;
  padding: 28px !important;
  border: 1px solid rgba(23, 103, 217, 0.17) !important;
  border-top: 3px solid var(--package-accent) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.audit-page .audit-price-card::before {
  display: none !important;
}

html body.audit-page .audit-package-full {
  --package-accent: #0b1d4f;
  border-color: rgba(11, 29, 79, 0.18) !important;
  border-top-color: var(--package-accent) !important;
  background: #f8faff !important;
}

html body.audit-page .audit-package-action {
  --package-accent: #168372;
  border-color: rgba(22, 131, 114, 0.2) !important;
  border-top-color: var(--package-accent) !important;
  background: #f7fbfa !important;
}

html body.audit-page .audit-price-card:hover {
  transform: translateY(-2px) !important;
  border-color: color-mix(in srgb, var(--package-accent) 42%, transparent) !important;
  border-top-color: var(--package-accent) !important;
  box-shadow: none !important;
}

html body.audit-page .audit-scope-visual {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--package-accent) 20%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--package-accent) 6%, #ffffff);
}

html body.audit-page .audit-package-icon {
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #ffffff;
  background: var(--package-accent);
  border-radius: 16px;
}

html body.audit-page .audit-package-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body.audit-page .audit-scope-visual div {
  display: grid;
  gap: 5px;
}

html body.audit-page .audit-scope-visual strong {
  color: var(--package-accent) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html body.audit-page .audit-scope-visual small {
  color: var(--site-text);
  font-size: 13px;
  line-height: 1.35;
}

html body.audit-page .audit-price-card > :is(.audit-price-label, .audit-badge) {
  color: var(--package-accent) !important;
  background: color-mix(in srgb, var(--package-accent) 5%, #ffffff) !important;
  border-color: color-mix(in srgb, var(--package-accent) 22%, transparent) !important;
}

html body.audit-page .audit-price-card h3 {
  min-height: 2.44em;
  margin: 2px 0 0 !important;
}

html body.audit-page .audit-price-card > strong {
  margin: 2px 0 4px;
}

html body.audit-page .audit-package-fit {
  min-height: 104px;
  margin: 0 !important;
  padding: 14px;
  color: var(--site-text) !important;
  border-left: 3px solid var(--package-accent);
  background: color-mix(in srgb, var(--package-accent) 6%, #ffffff);
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body.audit-page .audit-package-fit strong {
  display: block;
  margin-bottom: 3px;
  color: var(--package-accent) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html body.audit-page .audit-price-card ul {
  align-content: start;
  min-height: 170px;
  margin-bottom: 4px !important;
}

html body.audit-page .audit-price-card li::before {
  color: var(--package-accent) !important;
}

html body.audit-page .audit-price-card .button {
  align-self: end;
  margin-top: auto;
}

html body.audit-page .audit-package-guidance {
  max-width: 820px;
  margin: 22px auto 0;
  padding: 16px 20px;
  color: var(--site-text);
  border: 1px solid rgba(7, 24, 70, 0.1);
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  line-height: 1.55;
}

html body.audit-page .audit-package-guidance strong {
  display: block;
  margin-bottom: 3px;
  color: var(--premium-navy);
}

@media (max-width: 1100px) {
  html body.audit-page .audit-package-fit,
  html body.audit-page .audit-price-card ul {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.audit-page .audit-price-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  html body :where(
    a.button,
    button.button,
    .button-primary,
    .button-orange,
    .button-secondary,
    .button.secondary,
    .btn-primary,
    .btn-secondary,
    button[type="submit"]
  ):hover {
    transform: none;
  }
}

/* Homepage hero: proportional editorial spacing. */
html body .hero#top {
  padding-top: clamp(8px, 1.2vw, 18px) !important;
  padding-bottom: clamp(68px, 6vw, 92px) !important;
}

html body .hero#top .hero-inner {
  gap: clamp(58px, 6vw, 90px) !important;
  padding-top: clamp(10px, 1.4vw, 20px) !important;
  padding-bottom: clamp(38px, 4vw, 58px) !important;
}

html body .hero#top .hero-trust-label {
  margin-bottom: clamp(22px, 2vw, 30px) !important;
}

html body .hero#top #hero-title .headline-support {
  margin-top: clamp(12px, 1.25vw, 18px) !important;
}

html body .hero#top .hero-lead {
  max-width: 720px !important;
  margin: clamp(34px, 3.2vw, 46px) 0 clamp(38px, 3.5vw, 50px) !important;
  line-height: 1.64 !important;
}

html body .hero#top .hero-actions {
  gap: clamp(18px, 2vw, 26px) !important;
  margin-bottom: 16px !important;
}

html body .hero#top .hero-consultation-note {
  margin-bottom: clamp(42px, 4vw, 58px) !important;
}

html body .hero#top .proof-row {
  max-width: 700px !important;
}

html body .hero#top .proof-row li {
  min-height: 76px !important;
  padding: 17px 18px !important;
  line-height: 1.32 !important;
}

html body .hero#top .hero-media {
  position: relative !important;
  width: min(34vw, 455px) !important;
  max-width: 455px !important;
  margin-top: clamp(38px, 3.8vw, 54px) !important;
  isolation: isolate !important;
  transform: none !important;
}

html body .hero#top .hero-media::before {
  position: absolute !important;
  z-index: -1 !important;
  top: 8% !important;
  right: -9% !important;
  bottom: 5% !important;
  left: 10% !important;
  display: block !important;
  content: "" !important;
  visibility: visible !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 58% 42%, rgba(189, 141, 66, 0.14), transparent 68%) !important;
  border-radius: 0 !important;
  filter: blur(18px) !important;
  transform: none !important;
}

html body .hero#top .hero-photo {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .hero#top .hero-photo::after {
  display: none !important;
  content: none !important;
}

html body .hero#top .hero-photo img {
  display: block !important;
  width: 100% !important;
  min-height: 540px !important;
  max-height: 650px !important;
  object-fit: cover !important;
  object-position: 56% center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: saturate(0.88) contrast(1.035) !important;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 9%,
    #000 24%,
    #000 100%
  ) !important;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 9%,
    #000 24%,
    #000 100%
  ) !important;
}

@media (max-width: 980px) {
  html body .hero#top .hero-inner {
    gap: 50px !important;
  }

  html body .hero#top .hero-media {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin-top: 4px !important;
    transform: none !important;
  }

  html body .hero#top .hero-photo img {
    min-height: 480px !important;
    max-height: 560px !important;
  }
}

@media (max-width: 640px) {
  html body .hero#top {
    padding-top: 6px !important;
    padding-bottom: 60px !important;
  }

  html body .hero#top .hero-inner {
    padding-top: 10px !important;
    padding-bottom: 38px !important;
  }

  html body .hero#top .hero-trust-label {
    margin-bottom: 20px !important;
  }

  html body .hero#top .hero-lead {
    margin: 28px 0 34px !important;
    line-height: 1.58 !important;
  }

  html body .hero#top .hero-actions {
    gap: 12px !important;
    margin-bottom: 14px !important;
  }

  html body .hero#top .hero-consultation-note {
    margin-bottom: 36px !important;
  }

  html body .hero#top .proof-row li {
    min-height: 70px !important;
    padding: 15px 14px !important;
  }

  html body .hero#top .hero-media {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
  }

  html body .hero#top .hero-photo img {
    min-height: 410px !important;
    max-height: 480px !important;
  }
}

/* Homepage utility-first content pass. */
html body main#main {
  display: flex !important;
  flex-direction: column !important;
}

html body main#main > section {
  width: 100% !important;
}

html body main#main > .hero#top { order: 1; }
html body main#main > .common-problems#common-problems { order: 2; }
html body main#main > .cases-proof#cases { order: 3; }
html body main#main > #services { order: 4; }
html body main#main > .lead-approach#approach { order: 5; }
html body main#main > .industries { order: 6; }
html body main#main > .process-section { order: 7; }
html body main#main > .testimonials#testimonials { order: 8; }
html body main#main > .faq-section#faq { order: 9; }
html body main#main > :not(section) { order: 10; }

html body .common-problems#common-problems,
html body #services,
html body .lead-approach#approach,
html body .cases-proof#cases,
html body .industries,
html body .process-section,
html body .testimonials#testimonials,
html body .faq-section#faq {
  padding-top: clamp(52px, 5vw, 68px) !important;
  padding-bottom: clamp(52px, 5vw, 68px) !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-head {
  max-width: 790px !important;
  margin-bottom: clamp(34px, 4vw, 52px) !important;
}

html body .common-problems#common-problems .problems-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .common-problems#common-problems .problem-card:nth-child(4),
html body .common-problems#common-problems .problem-card:nth-child(6) {
  display: none !important;
}

html body .common-problems#common-problems .problem-card {
  min-height: 340px !important;
  padding: 22px !important;
  border-color: var(--site-line) !important;
  box-shadow: 0 14px 34px rgba(11, 29, 79, 0.055) !important;
}

html body .common-problems#common-problems .problem-copy p {
  max-width: 570px !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

html body .common-problems#common-problems .problems-cta {
  margin-top: 30px !important;
}

html body #services .service-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body #services .service-package-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body #services .service-package-card .service-media {
  width: 100% !important;
  height: 150px !important;
  min-height: 150px !important;
}

html body #services .service-package-card .service-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body #services .service-package-card .service-package-head {
  padding: 18px 20px 0 !important;
}

html body #services .service-package-card .service-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 10px 20px 22px !important;
}

html body #services .service-package-card .service-body p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body #services .service-package-card .service-list {
  margin-block: 14px 20px !important;
  font-size: 13px !important;
}

html body #services .service-package-card .button {
  width: 100% !important;
  margin-top: auto !important;
  padding-inline: 14px !important;
  font-size: 14px !important;
}

html body #services .service-addons {
  margin-top: 34px !important;
  padding: 26px 30px !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, var(--premium-ivory), #fff) !important;
  box-shadow: none !important;
}

html body #services .service-addons-main {
  display: block !important;
}

html body #services .service-addons-intro {
  max-width: 820px !important;
}

html body #services .service-addons-intro h3 {
  margin-bottom: 10px !important;
}

html body #services .service-addons-note,
html body #services .service-addons-list {
  display: none !important;
}

html body #services .service-addons-cta {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--site-line) !important;
}

html body .cases-proof#cases .case-filters {
  display: none !important;
}

html body .cases-proof#cases .case-carousel {
  margin-top: 0 !important;
}

html body .cases-proof#cases .case-card {
  border-color: var(--site-line) !important;
  box-shadow: 0 16px 36px rgba(11, 29, 79, 0.07) !important;
}

html body .cases-proof#cases .case-cta {
  margin-top: 30px !important;
}

html body .industries .industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .industries .industry-grid[data-industry-count="5"] {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

html body .industries .industry-grid[data-industry-count="5"] > .industry-card {
  grid-column: span 2;
}

html body .industries .industry-grid[data-industry-count="5"] > .industry-card:nth-last-child(2) {
  grid-column: 2 / span 2;
}

html body .industries .industry-grid[data-industry-count="5"] > .industry-card:last-child {
  grid-column: 4 / span 2;
}

html body .industries .industry-card {
  min-height: 0 !important;
  padding: 20px !important;
  border-color: var(--site-line) !important;
  box-shadow: none !important;
}

html body .industries .industry-card p {
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body .industries .industry-arrow,
html body .industries .industry-cta {
  display: none !important;
}

html body .process-section .process-timeline {
  gap: 12px !important;
}

html body .process-section .process-card {
  min-height: 250px !important;
  padding: 22px 18px !important;
  border-color: var(--site-line) !important;
  box-shadow: none !important;
}

html body .process-section .process-card p {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body .process-section .process-cta,
html body .testimonials#testimonials .testimonial-footer-card {
  display: none !important;
}

@media (max-width: 980px) {
  html body #services .service-package-grid,
  html body .industries .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .industries .industry-grid[data-industry-count="5"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body .industries .industry-grid[data-industry-count="5"] > .industry-card,
  html body .industries .industry-grid[data-industry-count="5"] > .industry-card:nth-last-child(2) {
    grid-column: span 2;
  }

  html body .industries .industry-grid[data-industry-count="5"] > .industry-card:last-child {
    grid-column: 2 / span 2;
  }

  html body #services .service-package-card {
    grid-template-columns: 118px minmax(0, 1fr) !important;
  }
}

@media (max-width: 1180px) {
  html body .common-problems#common-problems .problems-grid,
  html body #services .service-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  html body .common-problems#common-problems,
  html body #services,
  html body .lead-approach#approach,
  html body .cases-proof#cases,
  html body .industries,
  html body .process-section,
  html body .testimonials#testimonials,
  html body .faq-section#faq {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  html body .common-problems#common-problems .problems-grid,
  html body #services .service-package-grid,
  html body .industries .industry-grid {
    grid-template-columns: 1fr !important;
  }

  html body .industries .industry-grid[data-industry-count="5"] > .industry-card,
  html body .industries .industry-grid[data-industry-count="5"] > .industry-card:nth-last-child(2),
  html body .industries .industry-grid[data-industry-count="5"] > .industry-card:last-child {
    grid-column: auto;
  }

  html body #services .service-package-card {
    display: block !important;
  }

  html body #services .service-package-card .service-media {
    width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
  }

  html body #services .service-addons {
    padding: 22px !important;
  }

  html body .process-section .process-card {
    min-height: 0 !important;
  }
}

/* Audit contents: editorial cards with color, rhythm, and no shadows. */
html body.audit-page .audit-included-grid {
  counter-reset: audit-included;
  gap: 16px !important;
}

html body.audit-page .audit-included-grid .audit-card {
  --audit-card-accent: #1767d9;
  counter-increment: audit-included;
  min-height: 224px !important;
  padding: 28px 26px 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 103, 217, 0.17) !important;
  border-top: 5px solid var(--audit-card-accent) !important;
  border-radius: 16px !important;
  background: #f5f8fd !important;
  box-shadow: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease !important;
}

html body.audit-page .audit-included-grid .audit-card:nth-child(even) {
  --audit-card-accent: #b88435;
  border-color: rgba(184, 132, 53, 0.22) !important;
  border-top-color: var(--audit-card-accent) !important;
  background: #fbf7ef !important;
}

html body.audit-page .audit-included-grid .audit-card:nth-child(3n) {
  background: #f2f7f6 !important;
}

html body.audit-page .audit-included-grid .audit-card::before {
  content: counter(audit-included, decimal-leading-zero) !important;
  position: absolute !important;
  top: 21px !important;
  right: 22px !important;
  width: auto !important;
  height: auto !important;
  color: var(--audit-card-accent) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0.62 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.04em;
}

html body.audit-page .audit-included-grid .audit-card::after {
  content: "" !important;
  position: absolute !important;
  top: auto !important;
  right: -24px !important;
  bottom: -32px !important;
  width: 92px !important;
  height: 92px !important;
  background: transparent !important;
  border: 1px solid color-mix(in srgb, var(--audit-card-accent) 24%, transparent) !important;
  border-radius: 999px !important;
}

html body.audit-page .audit-included-grid .audit-card h3 {
  max-width: 82%;
  min-height: 2.4em;
  padding-right: 0 !important;
  margin-bottom: 18px !important;
  color: var(--premium-navy) !important;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem) !important;
  line-height: 1.18 !important;
}

html body.audit-page .audit-included-grid .audit-card h3::after {
  width: 42px !important;
  height: 2px !important;
  margin-top: 15px !important;
  background: var(--audit-card-accent) !important;
  border-radius: 0 !important;
}

html body.audit-page .audit-included-grid .audit-card p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--site-text) !important;
  line-height: 1.55 !important;
}

html body.audit-page .audit-included-grid .audit-card:hover {
  transform: translateY(-3px) !important;
  border-color: color-mix(in srgb, var(--audit-card-accent) 46%, transparent) !important;
  box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.audit-page .audit-included-grid .audit-card {
    transition: none !important;
  }

  html body.audit-page .audit-included-grid .audit-card:hover {
    transform: none !important;
  }
}

/*
 * Contact section with an interactive Washington State map.
 * The map and location card form one visual object; meeting-platform shortcuts
 * are intentionally omitted because the first useful action is starting a conversation.
 */
html body footer.site-footer .footer-contact {
  padding-top: clamp(48px, 5vw, 64px) !important;
  padding-bottom: clamp(48px, 5vw, 64px) !important;
  background:
    radial-gradient(circle at 7% 18%, rgba(189, 141, 66, 0.08), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%) !important;
}

html body footer.site-footer .footer-contact .footer-contact-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr) !important;
  align-items: center !important;
  gap: clamp(38px, 5vw, 72px) !important;
}

html body footer.site-footer .footer-contact .footer-work-left {
  min-width: 0 !important;
}

html body footer.site-footer .footer-contact .footer-map-group {
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  padding-bottom: 58px !important;
}

html body footer.site-footer .footer-contact .footer-map-card {
  position: relative !important;
  width: 100% !important;
  height: clamp(350px, 31vw, 420px) !important;
  min-height: 350px !important;
  overflow: hidden !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 20px !important;
  background: #e9e7e1 !important;
  box-shadow: 0 18px 44px rgba(11, 29, 79, 0.1) !important;
}

html body footer.site-footer .footer-contact .footer-map-card::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.54) !important;
  border-radius: inherit !important;
  box-shadow: inset 0 0 0 1px rgba(11, 29, 79, 0.035) !important;
  content: "" !important;
  pointer-events: none !important;
}

html body footer.site-footer .footer-contact .footer-map-card iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  filter: saturate(0.72) contrast(0.96) brightness(1.02) !important;
}

html body footer.site-footer .footer-contact .footer-location-card.footer-location-compact {
  position: absolute !important;
  right: 22px !important;
  bottom: 0 !important;
  left: 22px !important;
  z-index: 3 !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  width: auto !important;
  min-height: 104px !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(189, 141, 66, 0.34) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 32px rgba(11, 29, 79, 0.12) !important;
  backdrop-filter: blur(12px) !important;
  transform: none !important;
  pointer-events: none !important;
}

html body footer.site-footer .footer-contact .footer-location-card .footer-icon {
  width: 46px !important;
  height: 46px !important;
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border: 1px solid rgba(189, 141, 66, 0.28) !important;
  border-radius: 13px !important;
}

html body footer.site-footer .footer-contact .footer-location-card strong {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

html body footer.site-footer .footer-contact .footer-location-card p {
  margin-top: 3px !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
}

html body footer.site-footer .footer-contact .footer-contact-copy h2#footer-contact-title {
  max-width: 620px !important;
  margin: 10px 0 0 !important;
  font-size: clamp(38px, 3.35vw, 52px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em !important;
}

html body footer.site-footer .footer-contact .footer-contact-copy > p {
  max-width: 590px !important;
  margin-top: 16px !important;
  font-size: clamp(16px, 1.35vw, 18px) !important;
  line-height: 1.6 !important;
}

html body footer.site-footer .footer-contact .footer-project-button {
  width: auto !important;
  min-width: 164px !important;
  margin-top: 20px !important;
  padding-inline: 24px !important;
}

html body footer.site-footer .footer-contact .footer-contact-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

html body footer.site-footer .footer-contact .footer-contact-row {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: none !important;
}

html body footer.site-footer .footer-contact .footer-contact-row:nth-child(3) {
  grid-column: 1 / -1 !important;
}

html body footer.site-footer .footer-contact .footer-contact-row .footer-icon {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border: 1px solid rgba(189, 141, 66, 0.24) !important;
  border-radius: 12px !important;
}

html body footer.site-footer .footer-contact .footer-contact-row h3 {
  margin: 0 0 4px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

html body footer.site-footer .footer-contact .footer-contact-row a {
  display: inline !important;
  overflow-wrap: anywhere !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body footer.site-footer .footer-contact .footer-hours {
  gap: 4px 18px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

@media (max-width: 900px) {
  html body footer.site-footer .footer-contact .footer-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  html body footer.site-footer .footer-contact .footer-map-card {
    height: 340px !important;
  }
}

@media (max-width: 600px) {
  html body footer.site-footer .footer-contact {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  html body footer.site-footer .footer-contact .footer-map-group {
    padding-bottom: 72px !important;
  }

  html body footer.site-footer .footer-contact .footer-map-card {
    height: 286px !important;
    min-height: 286px !important;
    border-radius: 16px !important;
  }

  html body footer.site-footer .footer-contact .footer-location-card.footer-location-compact {
    right: 12px !important;
    left: 12px !important;
    min-height: 112px !important;
    padding: 14px !important;
  }

  html body footer.site-footer .footer-contact .footer-contact-copy h2#footer-contact-title {
    font-size: clamp(32px, 10vw, 38px) !important;
    line-height: 1.08 !important;
  }

  html body footer.site-footer .footer-contact .footer-project-button {
    width: 100% !important;
  }

  html body footer.site-footer .footer-contact .footer-contact-list {
    grid-template-columns: 1fr !important;
  }

  html body footer.site-footer .footer-contact .footer-contact-row:nth-child(3) {
    grid-column: auto !important;
  }
}

/* Homepage visual system: one calm editorial language across every section. */
html body {
  --home-surface: #ffffff;
  --home-surface-soft: #f8f6f1;
  --home-border: #e3ded3;
  --home-radius: 16px;
  --home-shadow: 0 12px 32px rgba(11, 29, 79, 0.055);
}

html body .common-problems#common-problems,
html body .industries,
html body #services,
html body .testimonials#testimonials {
  background: var(--home-surface-soft) !important;
}

html body .cases-proof#cases,
html body .lead-approach#approach,
html body .process-section,
html body .faq-section#faq {
  background: var(--home-surface) !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-head {
  width: 100% !important;
  margin-inline: 0 !important;
  text-align: left !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) :where(.section-kicker, .eyebrow) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  color: var(--premium-gold) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-kicker::before {
  width: 30px !important;
  height: 1px !important;
  display: inline-block !important;
  background: var(--premium-gold) !important;
  content: "" !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-head h2 {
  max-width: 900px !important;
  margin: 0 0 16px !important;
  color: var(--premium-navy) !important;
  font-size: clamp(32px, 3.3vw, 48px) !important;
  font-weight: 720 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-head > p {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--site-text) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.65 !important;
}

html body :where(
  .problem-card,
  .case-card,
  .service-package-card,
  .journey-step,
  .industry-card,
  .process-card,
  .testimonial-card
) {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border) !important;
  border-radius: var(--home-radius) !important;
  box-shadow: var(--home-shadow) !important;
  transition:
    transform 220ms cubic-bezier(.2, .75, .25, 1),
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

html body :where(
  .problem-card,
  .case-card,
  .service-package-card,
  .journey-step,
  .industry-card,
  .process-card
):is(:hover, :focus-within) {
  border-color: rgba(189, 141, 66, 0.52) !important;
  box-shadow: 0 17px 40px rgba(11, 29, 79, 0.085) !important;
  transform: translateY(-3px) !important;
}

html body :where(
  .problem-icon,
  .package-icon,
  .journey-icon,
  .industry-icon,
  .process-icon
) {
  color: var(--premium-navy) !important;
  background: var(--home-surface-soft) !important;
  border: 1px solid rgba(189, 141, 66, 0.28) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

html body :where(
  .problem-card,
  .case-card,
  .service-package-card,
  .journey-step,
  .industry-card,
  .process-card
) :where(h3, h4) {
  color: var(--premium-navy) !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}

html body .common-problems#common-problems .problem-card {
  box-shadow: var(--home-shadow) !important;
}

html body .common-problems#common-problems .problem-visual {
  border: 1px solid rgba(227, 222, 211, 0.9) !important;
  border-radius: 12px !important;
  background: var(--home-surface-soft) !important;
  box-shadow: none !important;
}

html body .cases-proof#cases .case-card {
  box-shadow: var(--home-shadow) !important;
}

html body .cases-proof#cases .case-number,
html body .process-section .process-node,
html body .lead-approach#approach .journey-number {
  color: var(--premium-gold) !important;
}

html body .cases-proof#cases .case-label {
  color: var(--premium-gold) !important;
}

html body :where(
  .cases-proof#cases .case-cta,
  #services .service-addons,
  .lead-approach#approach .journey-goal,
  .faq-section#faq .faq-cta-card
) {
  background: linear-gradient(135deg, #fff, var(--home-surface-soft)) !important;
  border: 1px solid var(--home-border) !important;
  border-radius: var(--home-radius) !important;
  box-shadow: none !important;
}

html body #services .service-package-card .service-media {
  overflow: hidden !important;
  border-radius: var(--home-radius) var(--home-radius) 0 0 !important;
}

html body #services .service-package-card .service-media img {
  filter: saturate(0.84) contrast(1.02) !important;
  transition: transform 500ms cubic-bezier(.2, .75, .25, 1) !important;
}

html body #services .service-package-card:hover .service-media img {
  transform: scale(1.025) !important;
}

html body .lead-approach#approach .journey-step.is-active {
  background: #fff !important;
  border-color: rgba(189, 141, 66, 0.58) !important;
  box-shadow: var(--home-shadow) !important;
}

html body .lead-approach#approach .journey-step.is-active::before,
html body .process-section .process-card::before {
  background: var(--premium-gold) !important;
}

html body .lead-approach#approach .journey-badge,
html body .process-section .process-badge {
  color: #fff !important;
  background: var(--premium-navy) !important;
  border-color: var(--premium-gold) !important;
}

html body .industries .industry-card {
  box-shadow: var(--home-shadow) !important;
}

html body .testimonials#testimonials .testimonial-carousel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .testimonials#testimonials .testimonial-card {
  box-shadow: var(--home-shadow) !important;
}

html body #services .service-package-card,
html body .lead-approach#approach .journey-step,
html body .process-section .process-card,
html body .testimonials#testimonials .testimonial-card {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border) !important;
  border-radius: var(--home-radius) !important;
  box-shadow: var(--home-shadow) !important;
}

html body #services .service-package-card.is-featured {
  border-color: rgba(189, 141, 66, 0.58) !important;
}

html body .testimonials#testimonials .testimonial-tags span {
  color: var(--premium-navy) !important;
  background: var(--home-surface-soft) !important;
  border-color: var(--home-border) !important;
}

html body .faq-section#faq .faq-item {
  background: #fff !important;
  border-color: var(--home-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body .faq-section#faq .faq-item + .faq-item {
  margin-top: 10px !important;
}

html body .faq-section#faq .faq-category h3 {
  color: var(--premium-gold) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body :where(
    .problem-card,
    .case-card,
    .service-package-card,
    .journey-step,
    .industry-card,
    .process-card
  ) {
    transition: none !important;
  }
}

/*
 * Whole-site editorial system
 * Extends the homepage language across every active internal page.
 */
:root {
  --site-navy: #0b1d4f;
  --site-blue: #193267;
  --site-orange: #bd8d42;
  --site-orange-dark: #9d7134;
  --site-text: #4f596c;
  --site-muted: #747b89;
  --site-line: #e3ded3;
  --site-soft: #f8f6f1;
  --site-white: #ffffff;
  --heading-color: var(--site-navy);
  --body-color: var(--site-text);
  --label-color: var(--site-orange);
  --navy: var(--site-navy);
  --blue: var(--site-blue);
  --blue-dark: var(--site-navy);
  --orange: var(--site-orange);
  --orange-dark: var(--site-orange-dark);
  --accent: var(--site-orange);
  --orange-accent: var(--site-orange);
  --gold: var(--site-orange);
  --logo-navy: var(--site-navy);
  --logo-gold: var(--site-orange);
  --muted: var(--site-muted);
  --warm: var(--site-white);
  --paper: var(--site-white);
  --line: var(--site-line);
  --cs-navy: var(--site-navy);
  --cs-blue: var(--site-blue);
  --cs-orange: var(--site-orange);
  --cs-soft-blue: #f3f4f7;
  --cs-soft-orange: #fbf5e9;
}

html body.case-detail-page {
  --reach-navy: var(--site-navy);
  --reach-blue: var(--site-blue);
  --reach-orange: var(--site-orange);
  --reach-text: var(--site-text);
  --reach-muted: var(--site-muted);
  --reach-line: var(--site-line);
  --reach-soft-blue: #f3f4f7;
  --reach-soft-orange: #fbf5e9;
  --smart-navy: var(--site-navy);
  --smart-blue: var(--site-blue);
  --smart-blue-soft: rgba(25, 50, 103, 0.08);
  --smart-orange: var(--site-orange);
  --smart-orange-soft: rgba(189, 141, 66, 0.1);
}

html body {
  background: var(--premium-ivory) !important;
}

html body :where(.page-header, .policy-header) {
  background: rgba(252, 251, 248, 0.94) !important;
  border-bottom-color: var(--site-line) !important;
  box-shadow: 0 8px 28px rgba(11, 29, 79, 0.035) !important;
  backdrop-filter: blur(16px);
}

html body :where(.page-nav a, .header-phone, .brand-line, .brand-tagline) {
  color: var(--site-text) !important;
}

html body :where(.page-nav a:hover, .page-nav a:focus-visible, .header-phone:hover) {
  color: var(--premium-navy) !important;
}

html body :where(.brand-symbol, .footer-infinity, .footer-brand-symbol, .brand-separator, .footer-brand-separator) {
  color: var(--premium-gold) !important;
  border-color: var(--premium-gold) !important;
}

html body main:not(#main) > :where(
  .hero,
  .audit-hero,
  .policy-hero,
  .case-index-hero,
  .campaign-reach-hero,
  .airport-case-hero,
  .attribution-hero,
  .migration-showcase-hero,
  .case-hero,
  .reach-intro
) {
  background:
    radial-gradient(circle at 88% 12%, rgba(189, 141, 66, 0.11), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #fcfbf8 58%, #f8f6f1 100%) !important;
  border-bottom: 1px solid var(--site-line) !important;
}

html body main:not(#main) > .section {
  padding-top: clamp(58px, 6vw, 76px) !important;
  padding-bottom: clamp(58px, 6vw, 76px) !important;
}

html body main:not(#main) > .section:nth-of-type(even) {
  background: var(--site-soft) !important;
}

html body :where(
  .hero:not(#top),
  .audit-hero,
  .case-index-hero,
  .policy-hero
) :where(h1, .case-index-title) {
  color: var(--premium-navy) !important;
  font-weight: 720 !important;
  letter-spacing: -0.035em !important;
}

html body :where(
  .hero:not(#top),
  .audit-hero,
  .case-index-hero,
  .policy-hero
) :where(p, .case-index-lead) {
  color: var(--site-text) !important;
  line-height: 1.68 !important;
}

html body :where(
  .section-head,
  .case-index-section-head,
  .airport-section-heading,
  .campaign-section-heading,
  .reach-section-heading,
  .audit-checklist-head
) > :where(.eyebrow, .section-kicker, .case-kicker, small) {
  color: var(--premium-gold) !important;
}

html body :where(
  .section-head,
  .case-index-section-head,
  .airport-section-heading,
  .campaign-section-heading,
  .reach-section-heading,
  .audit-checklist-head
) h2 {
  color: var(--premium-navy) !important;
  font-weight: 710 !important;
  letter-spacing: -0.025em !important;
}

/* One card language for supporting pages. */
html body :where(
  .card,
  .cert-logo-card,
  .metric-card,
  .insight-card,
  .cta-card,
  .audit-card,
  .audit-checklist-panel,
  .audit-pricing-card,
  .audit-summary-card,
  .case-index-help-card,
  .case-index-card,
  .case-index-step-card,
  .policy-card,
  .contact-card,
  .hero-card,
  .thank-card,
  .facebook-card
) {
  background: var(--site-white) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055) !important;
}

html body :where(
  .card,
  .cert-logo-card,
  .insight-card,
  .audit-card,
  .case-index-card,
  .case-index-step-card
) {
  transition:
    transform 220ms cubic-bezier(.2, .75, .25, 1),
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

html body :where(
  .card,
  .cert-logo-card,
  .insight-card,
  .audit-card,
  .case-index-card,
  .case-index-step-card
):is(:hover, :focus-within) {
  border-color: rgba(189, 141, 66, 0.52) !important;
  box-shadow: 0 17px 40px rgba(11, 29, 79, 0.085) !important;
  transform: translateY(-3px) !important;
}

html body :where(
  .card,
  .cert-logo-card,
  .metric-card,
  .insight-card,
  .audit-card,
  .case-index-card,
  .case-index-step-card,
  .policy-card,
  .contact-card
) :where(h2, h3, h4, strong) {
  color: var(--premium-navy) !important;
}

html body :where(
  .tag,
  .insight-chips span,
  .case-tags button,
  .case-filter,
  .migration-tool-chips span,
  .article-meta span
) {
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border-color: var(--site-line) !important;
}

html body :where(
  .insight-number,
  .audit-step-number,
  .case-index-step-number,
  .case-index-card-number,
  .campaign-step,
  .launch-step-number,
  .reach-step-letter
) {
  color: var(--premium-gold) !important;
}

html body :where(.text-link, .article-main a:not(.button), .policy-card a, .contact-card a) {
  color: var(--premium-navy) !important;
  text-decoration-color: rgba(189, 141, 66, 0.65) !important;
  text-underline-offset: 3px;
}

html body :where(.text-link, .article-main a:not(.button), .policy-card a, .contact-card a):hover {
  color: var(--site-orange-dark) !important;
}

html body :where(
  .insight-card-preview,
  .insight-featured-media,
  .case-index-card-image,
  .audit-step-card
) {
  overflow: hidden !important;
}

html body :where(
  .insight-card-preview img,
  .insight-featured-media img,
  .case-index-card-image img,
  .audit-step-photo,
  .about-photo
) {
  filter: saturate(0.84) contrast(1.02) !important;
  transition: transform 500ms cubic-bezier(.2, .75, .25, 1) !important;
}

html body :where(.insight-card, .case-index-card, .audit-step-card):hover img {
  transform: scale(1.025) !important;
}

/* Articles and about page. */
html body :where(.articles-section, .insights-section, .about-platforms) {
  background: var(--site-soft) !important;
}

html body :where(.metric-card, .insight-card, .cert-logo-card) {
  border-color: var(--site-line) !important;
}

html body :where(.metric-card, .insight-number) {
  color: var(--premium-gold) !important;
}

html body .article-main {
  color: var(--site-text) !important;
}

html body .article-main :where(h2, h3) {
  color: var(--premium-navy) !important;
  letter-spacing: -0.018em !important;
}

html body .article-main :where(.article-block, .cta-card) {
  border-color: var(--site-line) !important;
}

html body .about-cta,
html body .cta-card {
  background: linear-gradient(135deg, #fff, var(--site-soft)) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* Audit page. */
html body.audit-page :where(.audit-section:nth-of-type(even), .audit-checklist-section) {
  background: var(--site-soft) !important;
}

html body.audit-page :where(
  .audit-visual-card,
  .audit-recommendations-note,
  .audit-score-result,
  .audit-included-grid article
) {
  border-color: var(--site-line) !important;
}

html body.audit-page :where(
  .audit-step-number,
  .audit-mini-points li::before,
  .audit-included-grid article::before
) {
  color: var(--premium-gold) !important;
}

/* Case studies index. */
html body.case-index-page :where(
  .case-index-card,
  .case-index-card.is-blue,
  .case-index-card.is-orange,
  .case-index-step-card,
  .case-index-step-card.is-blue,
  .case-index-step-card.is-orange
) {
  border-color: var(--site-line) !important;
  border-radius: 16px !important;
}

html body.case-index-page :where(
  .case-index-card.is-blue,
  .case-index-card.is-orange
) {
  border-top-color: rgba(189, 141, 66, 0.7) !important;
}

html body.case-index-page :where(
  .case-index-card.is-blue,
  .case-index-card.is-orange,
  .case-index-step-card.is-blue,
  .case-index-step-card.is-orange
) :where(.case-index-card-number, .case-index-step-number, .text-link, svg) {
  color: var(--premium-gold) !important;
  stroke: currentColor !important;
}

html body.case-index-page :where(.case-index-approach, .case-index-cta) {
  background: var(--site-soft) !important;
}

/* Case detail pages: shared editorial shell, while preserving data graphics. */
html body.case-detail-page :where(
  .campaign-info-card,
  .campaign-section-card,
  .campaign-insight-card,
  .campaign-related-card,
  .smart-strategy-card,
  .smart-found-card,
  .smart-status-card,
  .smart-key-takeaway,
  .launch-snapshot-card,
  .launch-support-card,
  .launch-process-card,
  .launch-takeaway-card,
  .launch-services-card,
  .launch-cta-card,
  .attribution-path-card,
  .attribution-status-card,
  .attribution-story-card,
  .attribution-results-card,
  .attribution-cta-card,
  .attribution-summary-grid article,
  .attribution-before-after > div,
  .migration-process-card,
  .migration-key-card,
  .reach-rationale-card,
  .reach-data-card,
  .challenge-panel,
  .data-visual-card,
  .data-system-card,
  .happening-card,
  .account-shot-card
) {
  background: var(--site-white) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055) !important;
}

html body.case-detail-page :where(
  .campaign-context-section,
  .campaign-results-section,
  .airport-client-section,
  .airport-results-section,
  .attribution-section:nth-of-type(even),
  .migration-process-section,
  .case-more-section
) {
  background: var(--site-soft) !important;
}

html body.case-detail-page :where(
  .campaign-step,
  .campaign-change-head,
  .campaign-bottom-kicker,
  .airport-metric-icon,
  .airport-metric-icon.orange,
  .launch-step-number,
  .launch-process-card small,
  .attribution-section-icon,
  .attribution-section-icon.is-blue,
  .attribution-section-icon.is-orange,
  .attribution-mini-icon,
  .migration-kicker,
  .migration-meta-icon,
  .migration-outcome-label,
  .reach-eyebrow,
  .reach-step-letter,
  .reach-step-letter.is-orange,
  .section-kicker
) {
  color: var(--premium-gold) !important;
}

html body.case-detail-page :where(
  .attribution-section-icon,
  .attribution-section-icon.is-blue,
  .attribution-section-icon.is-orange,
  .attribution-mini-icon,
  .airport-metric-icon,
  .airport-metric-icon.orange
) {
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.3) !important;
}

html body.case-detail-page :where(
  .campaign-section-card,
  .campaign-info-card,
  .campaign-insight-card,
  .launch-process-card,
  .launch-takeaway-card,
  .attribution-story-card,
  .attribution-results-card,
  .migration-key-card,
  .reach-rationale-card
) {
  border-top-color: rgba(189, 141, 66, 0.68) !important;
}

/* Policy and confirmation pages. */
html body :where(.policy-hero, .page) {
  background-color: var(--premium-ivory) !important;
}

html body :where(.policy-card, .contact-card, .hero-card) {
  border-color: var(--site-line) !important;
}

html body :where(.policy-list li::marker, .effective-date, .received) {
  color: var(--premium-gold) !important;
}

html body :where(.thank-card, .facebook-card) {
  border-color: var(--site-line) !important;
}

html body :where(.action-button, .facebook-link) {
  color: var(--premium-navy) !important;
  background: var(--site-white) !important;
  border-color: rgba(189, 141, 66, 0.58) !important;
  box-shadow: 0 8px 22px rgba(11, 29, 79, 0.07) !important;
}

html body :where(.action-button, .facebook-link):is(:hover, :focus-visible) {
  border-color: var(--premium-gold) !important;
  box-shadow: 0 12px 28px rgba(11, 29, 79, 0.11) !important;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  html body main:not(#main) > .section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  html body :where(
    .card,
    .cert-logo-card,
    .metric-card,
    .insight-card,
    .cta-card,
    .audit-card,
    .audit-checklist-panel,
    .case-index-help-card,
    .case-index-card,
    .case-index-step-card,
    .policy-card,
    .contact-card,
    .hero-card,
    .thank-card,
    .facebook-card
  ) {
    border-radius: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body :where(
    .card,
    .cert-logo-card,
    .insight-card,
    .audit-card,
    .case-index-card,
    .case-index-step-card,
    .action-button,
    .facebook-link
  ) {
    transition: none !important;
  }
}

/* High-specificity cleanup for older page components. */
html body .service-number,
html body .cases-proof#cases .case-icon {
  color: var(--premium-gold) !important;
}

html body .cases-proof#cases .case-icon :where(svg, path, circle) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body .cases-proof#cases .case-outcome {
  border-color: var(--site-line) !important;
  border-left-color: rgba(189, 141, 66, 0.7) !important;
}

html body .mini-ui button,
html body .mini-browser button {
  background: var(--premium-gold) !important;
}

html body.case-index-page .case-index-card,
html body.case-index-page .case-index-card.is-blue,
html body.case-index-page .case-index-card.is-orange,
html body.case-index-page .case-index-step-card,
html body.case-index-page .case-index-step-card.is-blue,
html body.case-index-page .case-index-step-card.is-orange {
  background: var(--site-white) !important;
  border: 1px solid var(--site-line) !important;
  border-top-color: rgba(189, 141, 66, 0.7) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055) !important;
}

html body.case-index-page .case-index-help-icon.is-blue,
html body.case-index-page .case-index-help-icon.is-orange {
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.3) !important;
}

html body.case-index-page .case-index-help-icon :where(svg, path),
html body.case-index-page .case-index-card :where(svg, path) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body.case-index-page .case-index-card-label {
  color: var(--premium-gold) !important;
}

html body.case-index-page .case-index-read-link {
  color: var(--premium-navy) !important;
  text-decoration-color: rgba(189, 141, 66, 0.62) !important;
}

html body.case-detail-page .campaign-info-card,
html body.case-detail-page .campaign-section-card,
html body.case-detail-page .campaign-insight-card,
html body.case-detail-page .campaign-related-card,
html body.case-detail-page .smart-strategy-card,
html body.case-detail-page .smart-found-card,
html body.case-detail-page .smart-status-card,
html body.case-detail-page .smart-key-takeaway,
html body.case-detail-page .launch-snapshot-card,
html body.case-detail-page .launch-support-card,
html body.case-detail-page .launch-process-card,
html body.case-detail-page .launch-takeaway-card,
html body.case-detail-page .launch-services-card,
html body.case-detail-page .launch-cta-card,
html body.case-detail-page .attribution-path-card,
html body.case-detail-page .attribution-status-card,
html body.case-detail-page .attribution-story-card,
html body.case-detail-page .attribution-results-card,
html body.case-detail-page .attribution-cta-card,
html body.case-detail-page .migration-process-card,
html body.case-detail-page .migration-key-card,
html body.case-detail-page .reach-rationale-card,
html body.case-detail-page .reach-data-card {
  background: var(--site-white) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-meta-chips > * {
  color: var(--premium-gold) !important;
  border-color: var(--site-line) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-meta-chips :where(svg, path) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body.case-detail-page.smart-bidding-page .campaign-ads-sidebar .is-active {
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.35) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-alert > span,
html body.case-detail-page.smart-bidding-page .campaign-related-card a {
  color: var(--premium-navy) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-related-services :where(svg, path) {
  color: var(--premium-gold) !important;
  stroke: currentColor !important;
}

html body.case-detail-page.airport-case-page .airport-eyebrow,
html body.case-detail-page.airport-case-page .airport-chart-value.after,
html body.case-detail-page.airport-case-page .airport-work-icon,
html body.case-detail-page.airport-case-page .airport-challenge-icon,
html body.case-detail-page.airport-case-page .airport-takeaway-icon {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.airport-case-page .airport-challenge {
  border-left-color: var(--premium-gold) !important;
}

html body.case-detail-page.airport-case-page .airport-metrics-grid article,
html body.case-detail-page.airport-case-page .airport-work-grid article {
  background: var(--site-white) !important;
  border: 1px solid var(--site-line) !important;
  border-top-color: rgba(189, 141, 66, 0.7) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055) !important;
}

html body.case-detail-page.airport-case-page .airport-metrics-grid article strong,
html body.case-detail-page.airport-case-page .airport-work-grid article strong {
  color: var(--premium-navy) !important;
}

html body.case-detail-page.airport-case-page :where(
  .airport-work-icon,
  .airport-challenge-icon,
  .airport-takeaway-icon
) :where(svg, path, circle) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body.case-detail-page.attribution-case-page .attribution-path-card i,
html body.case-detail-page.attribution-case-page .attribution-summary-grid dt {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.migration-showcase-page .migration-benefit-icon {
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.3) !important;
}

html body.case-detail-page.migration-showcase-page .migration-benefit-icon.is-orange {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.migration-showcase-page .migration-benefit-icon :where(svg, path, circle),
html body.case-detail-page.migration-showcase-page .migration-bottom-cta-benefits :where(svg, path, circle) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body .process-section .process-node {
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.34) !important;
}

html body .contact-widget-panel {
  background: var(--site-white) !important;
  border-color: var(--site-line) !important;
  box-shadow: 0 16px 38px rgba(11, 29, 79, 0.11) !important;
}

html body.case-index-page .case-index-step-icon,
html body.case-index-page .case-index-step-note {
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border-color: var(--site-line) !important;
}

html body.case-index-page .case-index-step-icon :where(svg, path),
html body.case-index-page .case-index-step-note :where(svg, path) {
  color: inherit !important;
  stroke: currentColor !important;
}

html body.case-detail-page.smart-bidding-page .campaign-info-card,
html body.case-detail-page.smart-bidding-page .campaign-section-card,
html body.case-detail-page.smart-bidding-page .campaign-insight-card,
html body.case-detail-page.smart-bidding-page .campaign-related-card {
  border-color: var(--site-line) !important;
  border-top-color: rgba(189, 141, 66, 0.68) !important;
}

html body.case-detail-page.attribution-case-page .attribution-story-card,
html body.case-detail-page.attribution-case-page .attribution-results-card,
html body.case-detail-page.attribution-case-page .attribution-cta-card {
  border-color: var(--site-line) !important;
  border-top-color: rgba(189, 141, 66, 0.68) !important;
}

html body.case-detail-page.migration-showcase-page .migration-process-card,
html body.case-detail-page.migration-showcase-page .migration-key-card {
  border-color: var(--site-line) !important;
}

html body.case-detail-page.migration-showcase-page .migration-key-card {
  border-left-color: var(--premium-gold) !important;
}

html body.case-detail-page.migration-showcase-page .migration-bottom-cta-benefits i {
  color: var(--premium-gold) !important;
}

html body .case-modal-kicker {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.airport-case-page .launch-step-number {
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.34) !important;
}

html body.case-detail-page.campaign-reach-page .campaign-ads-sidebar .is-active {
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border-color: rgba(189, 141, 66, 0.35) !important;
}

html body.case-detail-page.campaign-reach-page .campaign-reach-alert > span,
html body.case-detail-page.campaign-reach-page .campaign-context-list dt,
html body.case-detail-page.campaign-reach-page .campaign-results-context > span {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.campaign-reach-page .campaign-related-card a,
html body.case-detail-page.campaign-reach-page .campaign-mail-list span {
  color: var(--premium-navy) !important;
}

/* Homepage help cards: keep compact previews clear of headings and copy. */
html body .common-problems#common-problems .problem-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
}

html body .common-problems#common-problems .problem-copy {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
}

html body .common-problems#common-problems .problem-visual {
  position: absolute !important;
  z-index: 1 !important;
  top: 22px !important;
  right: 22px !important;
  width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  transform: none !important;
  pointer-events: none !important;
}

html body .common-problems#common-problems .problem-card:hover .problem-visual,
html body .common-problems#common-problems .problem-card:focus-within .problem-visual {
  transform: translateY(-2px) !important;
}

html body .common-problems#common-problems .problem-visual .mini-ui {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 142px !important;
  height: 142px !important;
  transform: scale(0.479) !important;
  transform-origin: top right !important;
}

@media (max-width: 700px) {
  html body .common-problems#common-problems .problem-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  html body .common-problems#common-problems .problem-visual {
    top: 20px !important;
    right: 20px !important;
    width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
  }

  html body .common-problems#common-problems .problem-visual .mini-ui {
    transform: scale(0.451) !important;
  }
}

/*
 * Utility-first lean pass
 * Preserve useful content and proof while removing decoration and excess height.
 */
html body :where(
  .section-watermark,
  .shape,
  .shape-blue,
  .shape-yellow,
  .shape-green,
  .shape-red,
  .shape-pale,
  .dots,
  .dots-right,
  .dots-left,
  .confetti,
  .mini-confetti,
  .metric-card,
  .problem-visual,
  .testimonial-quote-mark
) {
  display: none !important;
}

html body main#main > .common-problems#common-problems,
html body main#main > #services,
html body main#main > .lead-approach#approach,
html body main#main > .cases-proof#cases,
html body main#main > .industries,
html body main#main > .process-section,
html body main#main > .testimonials#testimonials,
html body main#main > .faq-section#faq {
  padding-top: clamp(44px, 4vw, 54px) !important;
  padding-bottom: clamp(44px, 4vw, 54px) !important;
}

html body :where(
  .common-problems#common-problems,
  #services,
  .lead-approach#approach,
  .cases-proof#cases,
  .industries,
  .process-section,
  .testimonials#testimonials,
  .faq-section#faq
) .section-head {
  margin-bottom: clamp(26px, 3vw, 34px) !important;
}

/* The headings and copy explain the problem; mini dashboards repeated the same idea. */
html body .common-problems#common-problems .problems-grid {
  gap: 14px !important;
}

html body .common-problems#common-problems .problem-visual,
html body .testimonials#testimonials .testimonial-quote-mark {
  display: none !important;
}

html body .common-problems#common-problems .problem-card {
  min-height: 0 !important;
  padding: 20px !important;
}

html body .common-problems#common-problems .problem-icon {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 15px !important;
  border-radius: 12px !important;
}

html body .common-problems#common-problems .problem-card h3 {
  max-width: none !important;
  font-size: clamp(19px, 1.55vw, 21px) !important;
  line-height: 1.22 !important;
}

html body .common-problems#common-problems .problem-card h3::after {
  margin-top: 12px !important;
}

html body .common-problems#common-problems .problem-copy p {
  margin-top: 14px !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

/* Keep service identification photos, but let the service details lead. */
html body #services .service-package-grid {
  gap: 14px !important;
}

html body #services .service-package-card .service-media {
  display: none !important;
}

html body #services .service-package-card .service-package-head {
  padding: 18px 18px 0 !important;
}

html body #services .service-package-card .service-body {
  padding: 8px 18px 18px !important;
}

html body #services .service-package-card .service-list {
  margin-block: 12px 16px !important;
  line-height: 1.42 !important;
}

html body #services .service-package-card .service-list li + li {
  margin-top: 5px !important;
}

html body #services .service-addons {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  margin-top: 24px !important;
  padding: 20px 22px !important;
}

html body #services .service-addons-main,
html body #services .service-addons-intro {
  min-width: 0 !important;
}

html body #services .service-addons-intro h3 {
  margin-bottom: 6px !important;
  font-size: clamp(20px, 2vw, 24px) !important;
}

html body #services .service-addons-intro p {
  max-width: 800px !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body #services .service-addons-cta {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body #services .service-addons-cta > div {
  display: none !important;
}

html body #services .service-addons-cta .button {
  width: auto !important;
  white-space: nowrap !important;
}

/* Evidence remains prominent, with tighter case cards and a smaller CTA. */
html body .cases-proof#cases .case-card {
  min-height: 0 !important;
  padding: 20px !important;
  gap: 12px !important;
}

html body .cases-proof#cases .case-icon {
  display: none !important;
}

html body .cases-proof#cases .case-card h3 {
  font-size: clamp(21px, 1.8vw, 25px) !important;
  line-height: 1.2 !important;
}

html body .cases-proof#cases .case-summary {
  gap: 12px !important;
}

html body .cases-proof#cases .case-outcome {
  padding: 14px !important;
}

html body .cases-proof#cases .case-cta {
  margin-top: 22px !important;
  padding: 17px 20px !important;
}

/* Two different concepts remain: the lead journey and the working process. */
html body .lead-approach#approach .journey-step {
  min-height: 220px !important;
  padding: 22px 14px 16px !important;
}

html body .lead-approach#approach .journey-icon {
  width: 48px !important;
  height: 48px !important;
}

html body .lead-approach#approach .journey-goal {
  min-height: 0 !important;
  margin-top: 18px !important;
  padding: 16px 20px !important;
}

html body .industries .industry-grid {
  gap: 12px !important;
}

html body .industries .industry-card {
  padding: 16px 18px !important;
}

html body .industries .industry-icon {
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 12px !important;
}

html body .process-section .process-card {
  min-height: 190px !important;
  padding: 18px 14px !important;
}

html body .process-section .process-icon {
  width: 46px !important;
  height: 46px !important;
}

html body .process-section .process-card p {
  margin-top: 10px !important;
}

/* Long recommendations stay available through the existing “read full” control. */
html body .testimonials#testimonials .testimonial-carousel {
  min-height: 0 !important;
}

html body .testimonials#testimonials .testimonial-card {
  min-height: 0 !important;
  padding: 22px !important;
  gap: 12px !important;
  grid-template-rows: auto auto minmax(0, 116px) auto auto !important;
}

html body .testimonials#testimonials .testimonial-body {
  min-height: 0 !important;
  max-height: 7.75em !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  line-height: 1.55 !important;
}

html body .testimonials#testimonials .testimonial-card.is-expanded .testimonial-body {
  max-height: none !important;
  display: block !important;
}

html body .testimonials#testimonials .testimonial-tags {
  margin-top: 0 !important;
}

/* The footer already provides the next action, so the extra FAQ CTA is redundant. */
html body .faq-section#faq .faq-cta-card {
  display: none !important;
}

html body .faq-section#faq .faq-grid {
  gap: 22px !important;
}

html body .faq-section#faq .faq-item {
  min-height: 0 !important;
}

/* Smart Bidding case: align the legacy page with the current navy-and-gold
   visual system and remove decorative collisions from the older layout. */
html body.case-detail-page.smart-bidding-page {
  --smart-navy: var(--premium-navy);
  --smart-blue: var(--premium-navy);
  --smart-orange: var(--premium-gold);
  --smart-green: #237a57;
  --smart-ink: var(--site-text);
  --smart-line: var(--site-line);
}

html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(34px, 4vw, 54px);
}

html body.case-detail-page.smart-bidding-page :is(
  .smart-dashboard,
  .smart-readiness-strip span,
  .smart-manual-band,
  .smart-strategy-flow article,
  .smart-action-list article,
  .smart-before-after,
  .smart-results-grid article
) {
  border-color: var(--site-line) !important;
  border-radius: 16px !important;
}

html body.case-detail-page.smart-bidding-page .smart-readiness-strip span {
  background: var(--site-soft) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-three-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 18px;
  border: 0;
}

html body.case-detail-page.smart-bidding-page .campaign-info-card {
  padding: clamp(24px, 2.4vw, 30px) !important;
  border: 1px solid var(--site-line) !important;
  border-top: 3px solid rgba(189, 141, 66, 0.72) !important;
  border-radius: 16px !important;
}

html body.case-detail-page.smart-bidding-page .campaign-step,
html body.case-detail-page.smart-bidding-page .campaign-info-card:nth-child(2) .campaign-step {
  color: var(--premium-gold) !important;
  background: var(--site-soft) !important;
  border: 1px solid rgba(189, 141, 66, 0.34) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-context-list div {
  padding: 12px 0 0 !important;
  border-top: 1px solid var(--site-line);
}

html body.case-detail-page.smart-bidding-page .campaign-context-list div::before {
  display: none !important;
  content: none !important;
}

html body.case-detail-page.smart-bidding-page .campaign-context-list dt {
  color: var(--premium-gold) !important;
}

html body.case-detail-page.smart-bidding-page .smart-finding-cards article {
  padding: 17px !important;
  border: 1px solid var(--site-line) !important;
  border-top: 2px solid rgba(189, 141, 66, 0.64) !important;
  border-radius: 12px !important;
  background: var(--site-white) !important;
}

html body.case-detail-page.smart-bidding-page .smart-finding-cards article::before {
  display: none !important;
  content: none !important;
}

html body.case-detail-page.smart-bidding-page .smart-finding-cards span {
  display: block;
  color: var(--premium-gold) !important;
}

html body.case-detail-page.smart-bidding-page .smart-manual-band {
  background: var(--site-white) !important;
  border-top: 3px solid rgba(189, 141, 66, 0.68) !important;
  box-shadow: 0 12px 32px rgba(11, 29, 79, 0.055);
}

html body.case-detail-page.smart-bidding-page .smart-manual-icon {
  color: var(--premium-navy);
  background: var(--site-soft) !important;
}

html body.case-detail-page.smart-bidding-page .smart-manual-icon svg {
  stroke: currentColor !important;
}

html body.case-detail-page.smart-bidding-page .smart-strategy-flow article,
html body.case-detail-page.smart-bidding-page .smart-action-list article,
html body.case-detail-page.smart-bidding-page .smart-before-after,
html body.case-detail-page.smart-bidding-page .smart-results-grid article {
  background: var(--site-white) !important;
  box-shadow: none !important;
}

html body.case-detail-page.smart-bidding-page .smart-results-grid article {
  border-top: 3px solid rgba(189, 141, 66, 0.66) !important;
}

@media (max-width: 980px) {
  html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid,
  html body.case-detail-page.smart-bidding-page .campaign-three-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  html body.case-detail-page.smart-bidding-page .campaign-info-card,
  html body.case-detail-page.smart-bidding-page .campaign-section-card {
    padding: 22px !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-finding-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Shared internal-page rhythm. */
html body main:not(#main) > .section {
  padding-top: clamp(46px, 5vw, 60px) !important;
  padding-bottom: clamp(46px, 5vw, 60px) !important;
}

html body .case-more-section {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

html body.case-detail-page :where(
  .campaign-bottom-cta,
  .launch-bottom-cta,
  .attribution-bottom-cta,
  .migration-bottom-cta
) {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

html body.case-detail-page.migration-showcase-page .migration-bottom-cta-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 920px !important;
}

/* Audit steps are clearer and substantially lighter without stock photography. */
html body.audit-page .audit-step-card {
  min-height: 0 !important;
}

html body.audit-page .audit-step-content {
  padding: 22px !important;
}

html body.audit-page .audit-step-number {
  margin-bottom: 14px !important;
}

/* Audit process: quiet step markers keep attention on the service details. */
html body.audit-page .audit-step-grid {
  position: relative;
}

html body.audit-page .audit-step-card {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  border-color: rgba(7, 24, 70, 0.11) !important;
  box-shadow: none !important;
}

html body.audit-page .audit-step-card:hover {
  border-color: rgba(23, 103, 217, 0.22) !important;
  box-shadow: 0 14px 32px rgba(7, 24, 70, 0.06) !important;
}

html body.audit-page .audit-step-content {
  gap: 0 !important;
  min-height: 218px !important;
  padding: 24px !important;
  border-radius: inherit;
  background: #ffffff !important;
}

html body.audit-page .audit-step-number {
  position: static !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 0 20px !important;
  color: var(--premium-navy) !important;
  background: var(--site-soft) !important;
  border: 1px solid rgba(23, 103, 217, 0.16) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
}

html body.audit-page .audit-step-content h3 {
  margin-bottom: 14px !important;
}

@media (min-width: 1101px) {
  html body.audit-page .audit-step-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 41px;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(23, 103, 217, 0.13);
  }
}

/* Compact confirmation page: confirmation and useful next actions only. */
html body .page {
  min-height: 0 !important;
  padding: clamp(42px, 5vw, 60px) 20px !important;
}

html body .page .wrap {
  gap: 20px !important;
}

html body .thank-card {
  min-height: 0 !important;
  padding: clamp(30px, 4vw, 42px) !important;
}

html body .thank-card .mail-icon {
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 16px !important;
}

html body .thank-card .google-line {
  margin-block: 18px !important;
}

html body .thank-card .message-list {
  margin-top: 18px !important;
}

html body .bottom-actions {
  margin-top: 0 !important;
  gap: 12px !important;
}

/* A leaner footer keeps contact information without a large decorative map. */
html body .footer-contact {
  padding-top: clamp(44px, 5vw, 60px) !important;
  padding-bottom: clamp(44px, 5vw, 60px) !important;
}

html body .footer-contact-grid {
  gap: clamp(28px, 4vw, 48px) !important;
}

html body .footer-contact-copy h2 {
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.08 !important;
}

html body .footer-contact-copy > p {
  margin-top: 16px !important;
}

html body .footer-contact-copy .footer-contact-list {
  gap: 16px !important;
  margin-top: 24px !important;
}

html body .footer-map-group {
  gap: 14px !important;
}

html body .site-footer .footer-main {
  padding-top: 36px !important;
  padding-bottom: 28px !important;
}

html body .site-footer .footer-main .footer-col ul {
  gap: 5px !important;
}

html body .site-footer .footer-main .footer-col li,
html body .site-footer .footer-main .footer-col li a {
  min-height: 0 !important;
}

html body .site-footer .footer-main .footer-col li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media (max-width: 900px) {
  html body #services .service-addons {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html body #services .service-addons-cta .button {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  html body .page-header .container.nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px 14px !important;
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  html body .page-header .brand {
    min-width: 0 !important;
  }

  html body .page-header .brand-copy > span {
    display: none !important;
  }

  html body .page-header .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    margin: 0 !important;
  }

  html body .page-header .nav-actions .header-phone {
    display: none !important;
  }

  html body .page-header .page-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 1px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scrollbar-width: none !important;
  }

  html body .page-header .page-nav::-webkit-scrollbar {
    display: none !important;
  }

  html body .page-header .page-nav a {
    flex: 0 0 auto !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  html body main#main > .common-problems#common-problems,
  html body main#main > #services,
  html body main#main > .lead-approach#approach,
  html body main#main > .cases-proof#cases,
  html body main#main > .industries,
  html body main#main > .process-section,
  html body main#main > .testimonials#testimonials,
  html body main#main > .faq-section#faq {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  html body .common-problems#common-problems .problem-card,
  html body .cases-proof#cases .case-card {
    padding: 18px !important;
  }

  html body .lead-approach#approach .journey-step,
  html body .process-section .process-card {
    min-height: 0 !important;
  }

  html body .testimonials#testimonials .testimonial-card {
    padding: 20px !important;
    grid-template-rows: auto auto minmax(0, 132px) auto auto !important;
  }

  html body .site-footer .footer-main {
    padding-top: 34px !important;
    padding-bottom: 28px !important;
  }
}

/* Keep the map and location information visually connected without overlap. */
html body footer.site-footer .footer-contact .footer-map-group {
  display: grid !important;
  gap: 12px !important;
  padding-bottom: 0 !important;
}

html body footer.site-footer .footer-contact .footer-map-card {
  height: clamp(340px, 29vw, 390px) !important;
  min-height: 340px !important;
  padding: 8px !important;
  background: #ffffff !important;
}

html body footer.site-footer .footer-contact .footer-map-card::before {
  display: none !important;
  content: none !important;
}

html body footer.site-footer .footer-contact .footer-map-card::after {
  inset: 8px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 13px !important;
  background: none !important;
}

html body footer.site-footer .footer-contact .footer-map-card iframe {
  border-radius: 12px !important;
}

html body footer.site-footer .footer-contact .footer-location-card.footer-location-compact {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 14px 16px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 26px rgba(11, 29, 79, 0.075) !important;
  pointer-events: auto !important;
}

@media (max-width: 600px) {
  html body footer.site-footer .footer-contact .footer-map-group {
    padding-bottom: 0 !important;
  }

  html body footer.site-footer .footer-contact .footer-map-card {
    height: 286px !important;
    min-height: 286px !important;
  }

  html body footer.site-footer .footer-contact .footer-location-card.footer-location-compact {
    min-height: 0 !important;
    padding: 14px !important;
  }
}

/*
 * Service-card heading rhythm.
 * A quiet service marker gives each title a visual lead-in without restoring
 * the larger decorative icons that previously made the cards feel oversized.
 */
html body #services .service-package-card .service-package-head {
  display: flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 18px 18px 0 !important;
}

html body #services .service-package-card .package-icon {
  display: none !important;
}

html body #services .service-package-card .service-number {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 0 !important;
  color: var(--premium-gold) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body #services .service-package-card .service-number::before {
  width: 24px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 999px !important;
  content: "" !important;
}

html body #services .service-package-card .service-number::after {
  display: none !important;
  content: none !important;
}

html body #services .service-package-card .service-body {
  padding-top: 10px !important;
}

html body #services .service-package-card h3 {
  display: grid !important;
  align-content: center !important;
  min-height: 72px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 700px) {
  html body #services .service-package-card .service-package-head {
    padding-top: 16px !important;
  }

  html body #services .service-package-card h3 {
    display: inline-block !important;
    min-height: 0 !important;
    margin-bottom: 14px !important;
  }
}

/*
 * Homepage problem icons: layered mini-emblems with a restrained brand tint.
 * The original symbols stay familiar while the surrounding treatment adds
 * depth and clearer visual hierarchy.
 */
html body .common-problems#common-problems .problem-card {
  --problem-icon-surface: #fbf7ef;
  --problem-icon-layer: rgba(189, 141, 66, 0.16);
  --problem-icon-border: rgba(189, 141, 66, 0.42);
}

html body .common-problems#common-problems .problem-card:nth-child(2) {
  --problem-icon-surface: #f4f7fc;
  --problem-icon-layer: rgba(11, 29, 79, 0.09);
  --problem-icon-border: rgba(11, 29, 79, 0.18);
}

html body .common-problems#common-problems .problem-card:nth-child(3) {
  --problem-icon-surface: #f8f5ee;
  --problem-icon-layer: rgba(189, 141, 66, 0.13);
  --problem-icon-border: rgba(189, 141, 66, 0.34);
}

html body .common-problems#common-problems .problem-card:nth-child(5) {
  --problem-icon-surface: #f3f6fb;
  --problem-icon-layer: rgba(11, 29, 79, 0.085);
  --problem-icon-border: rgba(189, 141, 66, 0.28);
}

html body .common-problems#common-problems .problem-icon {
  isolation: isolate !important;
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 56px !important;
  height: 56px !important;
  margin-bottom: 18px !important;
  overflow: visible !important;
  color: var(--premium-navy) !important;
  background:
    radial-gradient(circle at 27% 22%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, var(--problem-icon-surface) 100%) !important;
  border: 1px solid var(--problem-icon-border) !important;
  border-radius: 17px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(11, 29, 79, 0.08) !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

html body .common-problems#common-problems .problem-icon::before {
  position: absolute !important;
  inset: 5px -5px -5px 5px !important;
  z-index: -1 !important;
  background: var(--problem-icon-layer) !important;
  border: 1px solid var(--problem-icon-border) !important;
  border-radius: 15px !important;
  content: "" !important;
  transform: rotate(4deg) !important;
  transition: transform 180ms ease !important;
}

html body .common-problems#common-problems .problem-icon::after {
  right: -3px !important;
  bottom: -3px !important;
  z-index: 3 !important;
  width: 11px !important;
  height: 11px !important;
  background: var(--premium-gold) !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 5px 12px rgba(189, 141, 66, 0.3) !important;
}

html body .common-problems#common-problems .problem-icon svg {
  position: relative !important;
  z-index: 2 !important;
  width: 29px !important;
  height: 29px !important;
  stroke-width: 1.85 !important;
  filter: drop-shadow(0 2px 2px rgba(11, 29, 79, 0.08)) !important;
}

html body .common-problems#common-problems .problem-card:hover .problem-icon,
html body .common-problems#common-problems .problem-card:focus-within .problem-icon {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 14px 28px rgba(11, 29, 79, 0.11) !important;
  transform: translateY(-2px) !important;
}

html body .common-problems#common-problems .problem-card:hover .problem-icon::before,
html body .common-problems#common-problems .problem-card:focus-within .problem-icon::before {
  transform: rotate(1deg) translate(1px, 1px) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body .common-problems#common-problems .problem-icon,
  html body .common-problems#common-problems .problem-icon::before {
    transition: none !important;
  }
}

/*
 * Hero credentials: compact brand seals.
 * The footprint stays close to the original circles, while the squircle shape,
 * inset ring, and restrained shadow make the credentials feel more substantial.
 */
html body .hero#top .proof-row li::before {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  margin-right: 15px !important;
  background-color: #fffaf3 !important;
  background-size: 24px 24px !important;
  border: 1px solid rgba(189, 141, 66, 0.42) !important;
  border-radius: 15px !important;
  box-shadow:
    inset 0 0 0 5px rgba(189, 141, 66, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 9px 20px rgba(11, 29, 79, 0.075) !important;
}

html body .hero#top .proof-row li:nth-child(2n)::before {
  background-color: #f5f8fd !important;
  border-color: rgba(11, 29, 79, 0.2) !important;
  box-shadow:
    inset 0 0 0 5px rgba(11, 29, 79, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 9px 20px rgba(11, 29, 79, 0.075) !important;
}

@media (max-width: 700px) {
  html body .hero#top .proof-row li::before {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
    margin-right: 12px !important;
    background-size: 22px 22px !important;
    border-radius: 14px !important;
  }
}

/* Make the homepage certification proof discoverable without turning it into
   another button or adding visual noise to the hero. */
html body .hero#top .proof-row .credential-link {
  color: inherit !important;
  text-decoration-color: rgba(189, 141, 66, 0.48) !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
  transition: color 180ms ease, text-decoration-color 180ms ease !important;
}

html body .hero#top .proof-row .credential-link::after {
  margin-left: 0.38em;
  color: var(--premium-gold);
  content: "↗";
  font-size: 0.78em;
  font-weight: 800;
  text-decoration: none;
}

html body .hero#top .proof-row .credential-link:is(:hover, :focus-visible) {
  color: var(--premium-navy) !important;
  text-decoration-color: var(--premium-gold) !important;
}

/*
 * About-page hero video placeholder.
 * A real video or embed can later replace the stage without changing the grid.
 */
html body .about-hero {
  --type-page-title: clamp(38px, 3vw, 52px);

  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: 24px 0 33px !important;
  background:
    radial-gradient(circle at 86% 34%, rgba(194, 149, 74, 0.105), transparent 28%),
    radial-gradient(circle at 8% 84%, rgba(21, 47, 104, 0.045), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fcfbf8 100%) !important;
}

html body .about-hero::before {
  display: none !important;
}

html body .about-hero-grid {
  position: relative !important;
  z-index: 1 !important;
  width: min(90.5vw, 1336px) !important;
  max-width: 1336px !important;
  grid-template-columns: minmax(0, 1fr) 45% !important;
  gap: 5.7% !important;
  margin-inline: auto !important;
  align-items: start !important;
}

html body .about-hero-copy {
  max-width: none !important;
}

html body .about-hero-copy .eyebrow {
  margin-bottom: 34px !important;
}

html body .about-hero-kicker {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  color: var(--premium-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body .about-hero-kicker::before {
  width: 54px !important;
  height: 2px !important;
  margin-right: 5px !important;
  background: linear-gradient(90deg, var(--premium-gold), var(--premium-gold-light)) !important;
  border-radius: 999px !important;
  content: "" !important;
}

html body .about-hero-kicker span[aria-hidden] {
  color: var(--premium-gold) !important;
  font-size: 11px !important;
}

html body .about-hero-copy h1 {
  max-width: 660px !important;
  margin-bottom: 62px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(38px, 3vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

html body .about-hero-lead {
  max-width: 580px !important;
  margin: 0 !important;
  color: var(--site-text) !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.52 !important;
}

html body .about-principles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 620px !important;
  margin-top: 32px !important;
}

html body .about-principles > div {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
  padding-right: 18px !important;
}

html body .about-principles > div + div {
  padding-left: 22px !important;
  border-left: 1px solid rgba(194, 149, 74, 0.24) !important;
}

html body .about-principle-icon {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  color: var(--premium-gold) !important;
  background: linear-gradient(145deg, #fffdf9, #f8f3e8) !important;
  border: 1px solid rgba(194, 149, 74, 0.18) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(11, 29, 79, 0.035) !important;
  line-height: 1 !important;
}

html body .about-principle-icon svg,
html body .about-value-icon svg {
  width: 28px !important;
  height: 28px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .about-principles strong {
  color: var(--premium-navy) !important;
  font-size: clamp(14px, 1.08vw, 16px) !important;
  line-height: 1.3 !important;
}

html body .about-hero-copy .button-row {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  width: min(100%, 522px) !important;
  max-width: 522px !important;
  gap: 24px !important;
  margin-top: 38px !important;
}

html body .about-hero-copy .button-row .button {
  display: inline-flex !important;
  min-height: 55px !important;
  align-items: center !important;
  justify-content: center !important;
  padding-inline: 20px !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  white-space: nowrap !important;
}

html body .about-hero-copy .button-row .button.secondary {
  color: var(--premium-navy) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(11, 29, 79, 0.82) !important;
  box-shadow: none !important;
}

html body .about-hero-copy .button-row .button.secondary:hover,
html body .about-hero-copy .button-row .button.secondary:focus-visible {
  color: var(--premium-navy) !important;
  background: #fff !important;
  border-color: var(--premium-navy) !important;
  box-shadow: 0 12px 28px rgba(11, 29, 79, 0.1) !important;
}

html body .about-hero-assurance {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 24px !important;
  margin: 24px 0 0 !important;
  max-width: 650px !important;
  color: var(--site-text) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

html body .about-hero-assurance span {
  position: relative !important;
}

html body .about-hero-assurance span + span::before {
  position: absolute !important;
  top: 0 !important;
  left: -13px !important;
  color: var(--premium-gold) !important;
  content: "•" !important;
}

html body .about-hero .about-video-frame {
  width: 100% !important;
  max-width: none !important;
  justify-self: end !important;
  margin-top: 40px !important;
  transform: none !important;
}

html body .about-video-frame {
  position: relative !important;
  isolation: isolate !important;
  aspect-ratio: 1.172 / 1 !important;
  min-width: 0 !important;
  padding: 1px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(216, 189, 134, 0.95), rgba(11, 29, 79, 0.24)) !important;
  border-radius: 20px !important;
  box-shadow:
    0 28px 58px rgba(11, 29, 79, 0.13),
    0 3px 12px rgba(11, 29, 79, 0.06) !important;
}

html body .about-video-frame::after {
  position: absolute !important;
  z-index: 2 !important;
  inset: 1px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 19px !important;
  content: "" !important;
  pointer-events: none !important;
}

html body .about-video-stage {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 189, 134, 0.23), transparent 34%),
    radial-gradient(circle at 83% 82%, rgba(255, 255, 255, 0.08), transparent 27%),
    linear-gradient(145deg, #0b1d4f 0%, #13285a 58%, #193267 100%) !important;
  border-radius: 19px !important;
}

html body .about-video-symbol {
  position: absolute !important;
  z-index: 1 !important;
  top: 53% !important;
  left: 50% !important;
  display: block !important;
  width: 94% !important;
  height: auto !important;
  aspect-ratio: 2 / 1 !important;
  filter: drop-shadow(0 16px 22px rgba(1, 9, 35, 0.2)) !important;
  transform: translate(-50%, -50%) !important;
}

html body .about-video-symbol svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

html body .about-video-symbol path {
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .about-video-symbol .about-lemniscate-outline {
  stroke: rgba(194, 149, 74, 0.62) !important;
  stroke-width: 50px !important;
}

html body .about-video-symbol .about-lemniscate-ribbon {
  stroke: url("#about-lemniscate-ribbon") !important;
  stroke-width: 44px !important;
}

html body .about-video-symbol .about-lemniscate-highlight {
  stroke: rgba(255, 255, 255, 0.08) !important;
  stroke-width: 2px !important;
}

html body .about-video-play {
  position: absolute !important;
  z-index: 3 !important;
  display: grid !important;
  top: 53% !important;
  left: 50% !important;
  width: clamp(82px, 6.55vw, 96px) !important;
  height: clamp(82px, 6.55vw, 96px) !important;
  place-items: center !important;
  background: rgba(252, 251, 248, 0.96) !important;
  border: 3px solid rgba(194, 149, 74, 0.88) !important;
  border-radius: 50% !important;
  box-shadow:
    0 17px 36px rgba(2, 10, 34, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transform: translate(-50%, -50%) !important;
}

html body .about-video-play::before {
  width: 0 !important;
  height: 0 !important;
  margin-left: 7px !important;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 19px solid var(--premium-gold) !important;
  content: "" !important;
}

html body .about-video-placeholder-copy {
  position: absolute !important;
  z-index: 3 !important;
  top: 18% !important;
  right: 28px !important;
  left: 28px !important;
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  text-align: center !important;
}

html body .about-video-placeholder-copy strong {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(29px, 2.45vw, 36px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body .about-video-placeholder-copy span {
  color: var(--premium-gold-light) !important;
  font-size: clamp(17px, 1.42vw, 21px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

html body .about-video-topics {
  position: absolute !important;
  z-index: 3 !important;
  right: 28px !important;
  bottom: 6.5% !important;
  left: 28px !important;
  padding-top: 16px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  border-top: 1px solid rgba(194, 149, 74, 0.45) !important;
  font-size: clamp(14px, 1.1vw, 16px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body .about-hero-values {
  display: grid !important;
  width: min(calc(100% - 140px), 1326px) !important;
  max-width: 1326px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 51px auto 0 !important;
}

html body .about-hero-values article {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
  min-width: 0 !important;
  min-height: 138px !important;
  padding: 20px 18px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(11, 29, 79, 0.11) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(11, 29, 79, 0.028) !important;
}

html body .about-value-icon {
  display: grid !important;
  width: 64px !important;
  height: 64px !important;
  place-items: center !important;
  color: var(--premium-navy) !important;
  background: linear-gradient(145deg, #fffdf9, #f8f3e8) !important;
  border: 1px solid rgba(194, 149, 74, 0.2) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 18px rgba(11, 29, 79, 0.035) !important;
  line-height: 1 !important;
}

html body .about-value-icon svg {
  width: 32px !important;
  height: 32px !important;
}

html body .about-value-icon .about-value-accent {
  fill: var(--premium-gold) !important;
  stroke: none !important;
}

html body .about-value-icon .about-value-accent-mark {
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 1.5 !important;
}

html body .about-hero-values strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: var(--premium-navy) !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

html body .about-hero-values p {
  margin: 0 !important;
  color: var(--site-text) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body .about-context-copy h2 {
  margin: 0 !important;
  color: var(--premium-navy) !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

html body .about-context-section {
  padding-block: clamp(58px, 6vw, 82px) !important;
  background: linear-gradient(135deg, #fbfaf7 0%, #f7f4ec 100%) !important;
  border-block: 1px solid var(--site-line) !important;
}

html body .about-context-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr) !important;
  gap: clamp(44px, 6vw, 84px) !important;
  align-items: center !important;
}

html body .about-context-copy > p:not(.eyebrow) {
  max-width: 650px !important;
  margin: 18px 0 0 !important;
  color: var(--site-text) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

html body .about-industry-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 24px !important;
}

html body .about-industry-tags span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 7px 12px !important;
  color: var(--premium-navy) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(194, 149, 74, 0.26) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1.2 !important;
}

html body .about-cert-panel {
  padding: clamp(24px, 3vw, 36px) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(194, 149, 74, 0.3) !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 50px rgba(11, 29, 79, 0.07) !important;
}

html body .about-panel-label {
  margin: 0 0 20px !important;
  color: var(--premium-gold) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

html body .about-cert-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body .about-cert-link {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) 18px !important;
  gap: 14px !important;
  min-width: 0 !important;
  align-items: center !important;
  min-height: 140px !important;
  padding: 14px !important;
  color: var(--premium-navy) !important;
  background: #fff !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease !important;
}

html body .about-cert-link:hover,
html body .about-cert-link:focus-visible {
  border-color: rgba(194, 149, 74, 0.62) !important;
  box-shadow: 0 12px 26px rgba(11, 29, 79, 0.08) !important;
  transform: translateY(-2px) !important;
}

html body .about-cert-link:focus-visible {
  outline: 2px solid rgba(194, 149, 74, 0.7) !important;
  outline-offset: 3px !important;
}

html body .about-cert-thumb {
  position: relative !important;
  display: block !important;
  width: 112px !important;
  height: 112px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 48%, transparent 49%),
    linear-gradient(145deg, #fffdf9, #f7f1e6) !important;
  border: 1px solid rgba(194, 149, 74, 0.3) !important;
  border-radius: 18px !important;
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.7),
    0 8px 18px rgba(11, 29, 79, 0.06) !important;
}

html body .about-cert-thumb img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 430% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: initial !important;
  transform: translate(-50%, -20%) !important;
  transform-origin: 50% 20% !important;
  transition: filter 180ms ease !important;
}

html body .about-cert-link:hover .about-cert-thumb img,
html body .about-cert-link:focus-visible .about-cert-thumb img {
  filter: saturate(1.08) contrast(1.03) !important;
  transform: translate(-50%, -20%) !important;
}

html body .about-cert-copy {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
}

html body .about-cert-copy strong {
  margin: 0 !important;
  color: var(--premium-navy) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

html body .about-cert-copy small {
  color: var(--site-text) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
}

html body .about-cert-arrow {
  color: var(--premium-gold) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

html body .about-cert-link:hover .about-cert-arrow,
html body .about-cert-link:focus-visible .about-cert-arrow {
  transform: translate(2px, -2px) !important;
}

html body .about-cert-note {
  margin: 18px 0 0 !important;
  color: var(--site-text) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

html body .about-linkedin-section {
  padding-block: clamp(50px, 5vw, 70px) !important;
  background: #fff !important;
}

html body .about-linkedin-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(210px, 0.72fr) minmax(420px, 1.55fr) minmax(230px, 0.73fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(30px, 4vw, 48px) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(194, 149, 74, 0.19), transparent 28%),
    linear-gradient(128deg, #091b45 0%, #102b61 58%, #17386f 100%) !important;
  border: 1px solid rgba(194, 149, 74, 0.45) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 54px rgba(11, 29, 79, 0.15) !important;
}

html body .about-linkedin-card::after {
  position: absolute !important;
  right: -88px !important;
  bottom: -118px !important;
  width: 310px !important;
  height: 310px !important;
  border: 1px solid rgba(194, 149, 74, 0.2) !important;
  border-radius: 50% !important;
  content: "" !important;
  pointer-events: none !important;
}

html body .about-linkedin-identity {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
}

html body .about-linkedin-mark {
  display: grid !important;
  width: 62px !important;
  height: 62px !important;
  place-items: center !important;
  color: #fff !important;
  background: #0a66c2 !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 26px rgba(2, 12, 37, 0.24) !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
}

html body .about-linkedin-profile {
  display: grid !important;
  gap: 4px !important;
}

html body .about-linkedin-profile small {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body .about-linkedin-profile strong {
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

html body .about-linkedin-copy {
  position: relative !important;
  z-index: 1 !important;
}

html body .about-linkedin-copy .eyebrow {
  margin: 0 0 12px !important;
  color: var(--premium-gold-light) !important;
}

html body .about-linkedin-copy h2 {
  max-width: 650px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(28px, 2.6vw, 38px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

html body .about-linkedin-copy > p:not(.eyebrow, .about-linkedin-topics) {
  max-width: 720px !important;
  margin: 16px 0 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

html body .about-linkedin-topics {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 20px !important;
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

html body .about-linkedin-topics span {
  position: relative !important;
}

html body .about-linkedin-topics span + span::before {
  position: absolute !important;
  top: 0 !important;
  left: -12px !important;
  color: var(--premium-gold-light) !important;
  content: "•" !important;
}

html body .about-linkedin-action {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 16px !important;
  align-content: center !important;
}

html body .about-linkedin-action p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

html body .about-linkedin-button {
  min-height: 54px !important;
  justify-content: center !important;
  color: var(--premium-navy) !important;
  background: #fff !important;
  border-color: var(--premium-gold) !important;
  box-shadow: 0 12px 28px rgba(2, 12, 37, 0.24) !important;
  white-space: nowrap !important;
}

html body .about-linkedin-button:hover,
html body .about-linkedin-button:focus-visible {
  color: var(--premium-navy) !important;
  background: #fffaf1 !important;
  border-color: var(--premium-gold-light) !important;
}

html body .about-linkedin-button span {
  margin-left: 6px !important;
  color: var(--premium-gold) !important;
  font-size: 17px !important;
}

html body .about-final-section {
  padding-block: clamp(46px, 5vw, 66px) !important;
}

html body .about-final-section .about-cta {
  padding: clamp(26px, 3.4vw, 38px) !important;
}

html body .about-final-section .about-cta h2 {
  font-size: clamp(28px, 3vw, 38px) !important;
}

/* Compact client proof for the About page. */
html body .about-proof-section {
  padding-block: clamp(52px, 5.5vw, 76px) !important;
  background: #fff !important;
}

html body .about-proof-card {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.78fr) minmax(390px, 1.5fr) minmax(220px, 0.72fr) !important;
  gap: clamp(28px, 4vw, 54px) !important;
  align-items: center !important;
  padding: clamp(26px, 3vw, 38px) !important;
  background: linear-gradient(135deg, #fff 0%, #fcfaf5 100%) !important;
  border: 1px solid rgba(194, 149, 74, 0.3) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(11, 29, 79, 0.07) !important;
}

html body .about-proof-author {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  min-width: 0 !important;
}

html body .about-proof-logo {
  display: grid !important;
  width: 68px !important;
  height: 68px !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(11, 29, 79, 0.12) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 18px rgba(11, 29, 79, 0.06) !important;
}

html body .about-proof-logo img {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
}

html body .about-proof-label {
  margin: 0 0 5px !important;
  color: var(--premium-gold) !important;
  font-size: 11px !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

html body .about-proof-author h2 {
  margin: 0 !important;
  color: var(--premium-navy) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

html body .about-proof-author div > p:last-child {
  margin: 5px 0 0 !important;
  color: var(--site-text) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body .about-proof-quote {
  position: relative !important;
  margin: 0 !important;
  padding-left: 30px !important;
  color: var(--premium-navy) !important;
  border-left: 1px solid rgba(194, 149, 74, 0.38) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(18px, 1.45vw, 21px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

html body .about-proof-quote::before {
  position: absolute !important;
  top: -7px !important;
  left: 12px !important;
  color: rgba(194, 149, 74, 0.48) !important;
  content: "\201C" !important;
  font-size: 42px !important;
  line-height: 1 !important;
}

html body .about-proof-action {
  display: grid !important;
  gap: 15px !important;
  align-content: center !important;
}

html body .about-proof-rating {
  display: grid !important;
  gap: 4px !important;
  color: var(--premium-gold) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

html body .about-proof-rating small {
  color: var(--premium-navy) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

html body .about-proof-action a {
  display: inline-flex !important;
  gap: 8px !important;
  align-items: center !important;
  width: fit-content !important;
  color: var(--premium-navy) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  text-decoration-color: rgba(194, 149, 74, 0.7) !important;
  text-underline-offset: 4px !important;
}

html body .about-proof-action a span {
  color: var(--premium-gold) !important;
  font-size: 17px !important;
  transition: transform 180ms ease !important;
}

html body .about-proof-action a:hover span,
html body .about-proof-action a:focus-visible span {
  transform: translate(2px, -2px) !important;
}

/* The informational sections share one vertical rhythm. */
html body .about-context-section,
html body .about-linkedin-section,
html body .about-final-section {
  padding-block: clamp(52px, 5.5vw, 76px) !important;
}

@media (max-width: 1180px) {
  html body .about-proof-card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr) !important;
  }

  html body .about-proof-action {
    grid-column: 2 !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
  }
}

@media (max-width: 700px) {
  html body .about-proof-section,
  html body .about-context-section,
  html body .about-linkedin-section,
  html body .about-final-section {
    padding-block: 42px !important;
  }

  html body .about-proof-card {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 24px 20px !important;
    border-radius: 18px !important;
  }

  html body .about-proof-quote {
    padding: 22px 0 0 !important;
    border-top: 1px solid rgba(194, 149, 74, 0.3) !important;
    border-left: 0 !important;
  }

  html body .about-proof-quote::before {
    top: 10px !important;
    left: 0 !important;
  }

  html body .about-proof-action {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 1400px) {
  html body .about-hero-grid {
    width: 1336px !important;
    margin-right: 0 !important;
    margin-left: calc((100vw - 1326px) / 2) !important;
  }

  html body .about-hero .about-video-frame {
    transform: translateX(2px) !important;
  }

  html body .about-hero-values {
    width: 1326px !important;
    margin-right: 0 !important;
    margin-left: calc((100vw - 1326px) / 2) !important;
  }
}

@media (max-width: 1180px) {
  html body .about-hero-grid {
    width: min(calc(100% - 40px), 1320px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    margin-inline: auto !important;
  }

  html body .about-hero-copy .button-row {
    width: min(100%, 522px) !important;
  }

  html body .about-hero .about-video-frame {
    max-width: 440px !important;
    justify-self: start !important;
    transform: none !important;
  }

  html body .about-hero-values {
    width: min(calc(100% - 40px), 1320px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-inline: auto !important;
  }

  html body .about-context-grid {
    grid-template-columns: 1fr !important;
  }

  html body .about-cert-panel {
    max-width: 760px !important;
  }

  html body .about-linkedin-card {
    grid-template-columns: 210px minmax(0, 1fr) !important;
  }

  html body .about-linkedin-action {
    grid-column: 2 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }
}

@media (max-width: 700px) {
  html body .about-hero {
    padding-block: 34px 42px !important;
  }

  html body .about-hero::before {
    top: 47% !important;
    right: -150px !important;
  }

  html body .about-hero-grid {
    width: min(calc(100% - 32px), 1320px) !important;
    gap: 30px !important;
  }

  html body .about-hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
  }

  html body .about-hero-copy .button-row {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 390px !important;
  }

  html body .about-principles {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 360px !important;
  }

  html body .about-principles > div,
  html body .about-principles > div + div {
    padding: 0 !important;
    border-left: 0 !important;
  }

  html body .about-hero-values {
    width: min(calc(100% - 32px), 1320px) !important;
    grid-template-columns: 1fr !important;
  }

  html body .about-hero-assurance {
    display: grid !important;
    gap: 7px !important;
  }

  html body .about-hero-assurance span + span::before {
    display: none !important;
  }

  html body .about-cert-grid {
    grid-template-columns: 1fr !important;
  }

  html body .about-linkedin-section {
    padding-block: 42px !important;
  }

  html body .about-linkedin-card {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 26px 22px !important;
    border-radius: 20px !important;
  }

  html body .about-linkedin-action {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
  }

  html body .about-linkedin-button {
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  html body .about-video-frame {
    aspect-ratio: 1.08 / 1 !important;
    border-radius: 18px !important;
  }

  html body .about-video-stage,
  html body .about-video-frame::after {
    border-radius: 17px !important;
  }

  html body .about-video-stage {
    padding: 0 !important;
  }

  html body .about-video-placeholder-copy {
    top: 12% !important;
    right: 16px !important;
    left: 16px !important;
    gap: 7px !important;
    margin: 0 !important;
  }

  html body .about-video-placeholder-copy strong {
    font-size: 25px !important;
  }

  html body .about-video-play {
    width: 72px !important;
    height: 72px !important;
  }

  html body .about-video-topics {
    right: 16px !important;
    bottom: 5.5% !important;
    left: 16px !important;
    padding-top: 14px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
  }

  html body .about-hero-values article {
    min-height: 0 !important;
    padding: 20px !important;
  }
}

/* Smart Bidding hero: stronger hierarchy, denser proof points, and a
   dashboard that reads as one composed visual instead of a wide screenshot. */
html body.case-detail-page.smart-bidding-page .campaign-reach-hero {
  padding-top: clamp(34px, 4vw, 54px) !important;
  padding-bottom: clamp(50px, 5vw, 70px) !important;
  background:
    radial-gradient(circle at 92% 2%, rgba(189, 141, 66, 0.09), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%) !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid {
  grid-template-columns: minmax(390px, 0.88fr) minmax(560px, 1.12fr) !important;
  gap: clamp(40px, 4.5vw, 68px) !important;
  align-items: center !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-copy {
  max-width: 540px !important;
  padding-top: 0 !important;
}

html body.case-detail-page.smart-bidding-page .campaign-kicker {
  margin-bottom: 16px !important;
  color: var(--premium-gold) !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-copy h1 {
  max-width: 520px !important;
  margin-bottom: 22px !important;
  font-size: clamp(42px, 3.65vw, 54px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-copy > p:not(.campaign-kicker) {
  max-width: 525px !important;
  margin: 0 0 26px !important;
  color: #526079 !important;
  font-size: clamp(17px, 1.22vw, 19px) !important;
  line-height: 1.62 !important;
}

html body.case-detail-page.smart-bidding-page .campaign-meta-chips {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin: 0 0 12px !important;
}

html body.case-detail-page.smart-bidding-page .campaign-meta-chips > span {
  min-height: 64px !important;
  padding: 10px 11px !important;
  color: var(--premium-navy) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 14px !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
}

html body.case-detail-page.smart-bidding-page .campaign-meta-chips :is(svg, img) {
  width: 25px !important;
  height: 25px !important;
  flex-basis: 25px !important;
}

html body.case-detail-page.smart-bidding-page .smart-readiness-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin-top: 0 !important;
}

html body.case-detail-page.smart-bidding-page .smart-readiness-strip span {
  min-height: 58px !important;
  padding: 10px !important;
  background: var(--site-soft) !important;
  border-color: rgba(11, 29, 79, 0.1) !important;
  border-radius: 14px !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
}

html body.case-detail-page.smart-bidding-page .smart-readiness-strip svg {
  width: 28px !important;
  height: 28px !important;
  padding: 6px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard {
  width: 100% !important;
  max-width: 700px !important;
  overflow: hidden !important;
  border: 1px solid rgba(11, 29, 79, 0.12) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 56px rgba(11, 29, 79, 0.1) !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-topbar {
  grid-template-columns: 120px minmax(220px, 1fr) !important;
  gap: 16px !important;
  padding: 12px 16px !important;
  background: #fbfcff !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-topbar-actions {
  display: none !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-layout {
  grid-template-columns: 116px minmax(0, 1fr) !important;
  min-height: 420px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-sidebar {
  padding: 18px 10px !important;
  background: #f7f9fc !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-main {
  min-width: 0 !important;
  padding: 20px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-head h2 {
  font-size: 24px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .smart-kpi-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .smart-kpi-grid article {
  min-height: 96px !important;
  padding: 12px !important;
  border-radius: 12px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .smart-kpi-grid article:nth-child(-n + 3) {
  grid-column: span 2;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .smart-kpi-grid article:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 78px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-chart-area {
  grid-template-columns: minmax(0, 1fr) 152px !important;
  gap: 12px !important;
  align-items: stretch !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-chart-area > svg {
  width: 100% !important;
  height: 174px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-reach-alert {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 174px !important;
  padding: 16px 14px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-reach-alert h3 {
  font-size: 15px !important;
  line-height: 1.15 !important;
}

html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-reach-alert p {
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1080px) {
  html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.case-detail-page.smart-bidding-page .campaign-reach-copy {
    max-width: 680px !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-dashboard {
    max-width: 100% !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 700px) {
  html body.case-detail-page.smart-bidding-page .campaign-reach-copy h1 {
    font-size: clamp(36px, 10vw, 44px) !important;
  }

  html body.case-detail-page.smart-bidding-page .campaign-meta-chips,
  html body.case-detail-page.smart-bidding-page .smart-readiness-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.case-detail-page.smart-bidding-page .campaign-meta-chips > span {
    min-height: 54px !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-ads-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-chart-area {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-dashboard .campaign-reach-alert {
    min-height: 0 !important;
  }
}
