/*
Theme Name: ProPosting Agency
Theme URI: https://proposting.net/
Author: ProPosting
Description: A custom client-facing WordPress theme for a guest-post and contextual link-insertion agency.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: proposting
*/

:root {
  --pp-navy-950: #061521;
  --pp-navy-900: #0a2032;
  --pp-navy-800: #10344c;
  --pp-ink: #122231;
  --pp-slate: #516779;
  --pp-muted: #718393;
  --pp-line: #dce6eb;
  --pp-soft: #f4f8f9;
  --pp-white: #fff;
  --pp-mint: #97efcb;
  --pp-mint-dark: #0f9b70;
  --pp-cyan: #24bdd0;
  --pp-blue: #2766e5;
  --pp-warm: #ffbd78;
  --pp-danger: #c94c5a;
  --pp-radius-sm: 12px;
  --pp-radius: 20px;
  --pp-radius-lg: 30px;
  --pp-shadow: 0 24px 60px rgba(6, 21, 33, .1);
  --pp-shadow-soft: 0 14px 34px rgba(6, 21, 33, .07);
  --pp-container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pp-ink);
  background: var(--pp-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: var(--pp-blue); text-decoration: none; }
a:hover { color: #154cbd; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--pp-ink); line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--pp-slate); }
::selection { color: var(--pp-navy-950); background: var(--pp-mint); }
.container { width: var(--pp-container); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link:focus {
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 10px !important;
  padding: 11px 16px !important;
  z-index: 10000;
  color: #fff;
  background: var(--pp-navy-950);
  border-radius: 8px;
}
:focus-visible {
  outline: 3px solid rgba(36, 189, 208, .5);
  outline-offset: 3px;
}

/* Header */
.utility-bar {
  color: #cce0e9;
  background: var(--pp-navy-950);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .78rem;
}
.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.utility-inner p { margin: 0; color: #cce0e9; }
.utility-inner p span { color: var(--pp-mint); font-size: .55rem; margin-right: 8px; vertical-align: 2px; }
.utility-inner > div { display: flex; gap: 22px; }
.utility-inner a { color: #dcecf2; }
.utility-inner a:hover { color: var(--pp-mint); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(220,230,235,.9);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--pp-ink); flex: 0 0 auto; }
.brand:hover { color: var(--pp-ink); }
.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--pp-blue), var(--pp-cyan));
  box-shadow: 0 9px 20px rgba(39,102,229,.22);
}
.brand-mark::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}
.brand-mark i {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 6px;
  border-radius: 50%;
  background: var(--pp-mint);
}
.brand-name {
  display: flex;
  flex-direction: column;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.brand-name small {
  margin-top: 5px;
  color: var(--pp-muted);
  font-size: .57rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 24px; }
.primary-fallback-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.primary-fallback-menu > li { position: relative; }
.primary-fallback-menu > li > a,
.nav-dropdown-toggle {
  padding: 29px 0;
  color: #263846;
  background: none;
  border: 0;
  font-size: .91rem;
  font-weight: 700;
  cursor: pointer;
}
.primary-fallback-menu > li > a:hover,
.nav-dropdown-toggle:hover { color: var(--pp-blue); }
.nav-dropdown-toggle span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.menu-item-has-children.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -20px;
  width: 250px;
  padding: 10px;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: .18s ease;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 16px;
  box-shadow: var(--pp-shadow);
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.open .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.sub-menu a {
  display: flex;
  flex-direction: column;
  padding: 11px 12px;
  color: var(--pp-ink);
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 650;
}
.sub-menu a:hover { color: var(--pp-blue); background: var(--pp-soft); }
.sub-menu a small { color: var(--pp-muted); font-size: .72rem; font-weight: 500; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  color: #fff;
  background: var(--pp-navy-950);
  border-radius: 10px;
  font-size: .87rem;
  font-weight: 800;
  white-space: nowrap;
}
.header-cta:hover { color: var(--pp-navy-950); background: var(--pp-mint); }
.menu-toggle { display: none; }

/* Shared components */
.agency-section { padding: 105px 0; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #195a78;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-label i {
  width: 30px;
  height: 2px;
  background: var(--pp-cyan);
}
.section-label.on-dark { color: var(--pp-mint); }
.mini-label {
  color: #557080;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
}
.section-heading { margin-bottom: 50px; }
.section-heading h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.section-heading p { max-width: 560px; margin-bottom: 0; font-size: 1.05rem; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.centered h2, .centered p { margin-inline: auto; }
.heading-action { max-width: 530px; }
.heading-action a, .heading-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--pp-ink);
  font-weight: 800;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 20px;
  color: #fff;
  background: var(--pp-blue);
  border: 0;
  border-radius: 11px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(39,102,229,.22); }
.button-mint { color: var(--pp-navy-950); background: var(--pp-mint); }
.button-mint:hover { color: var(--pp-navy-950); background: #b1f6da; box-shadow: 0 12px 28px rgba(151,239,203,.2); }
.button-dark { color: #fff; background: var(--pp-navy-950); }
.button-dark:hover { color: var(--pp-navy-950); background: var(--pp-mint); box-shadow: 0 12px 28px rgba(6,21,33,.18); }
.button-ghost-light { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.button-ghost-light:hover { color: #fff; background: rgba(255,255,255,.08); box-shadow: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.text-link { color: var(--pp-ink); font-weight: 850; }
.text-link:hover { color: var(--pp-blue); }

/* Homepage hero */
.agency-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(36,189,208,.18), transparent 32%),
    linear-gradient(135deg, var(--pp-navy-950), #0a2940 62%, #0b364c);
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.agency-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 72px;
}
.agency-hero-copy { padding-bottom: 90px; }
.agency-hero-copy h1 {
  max-width: 730px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(3.3rem, 6vw, 6.5rem);
  letter-spacing: -.06em;
}
.agency-hero-copy > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: #bed2dc;
  font-size: 1.12rem;
}
.hero-assurances {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  color: #d8e7ed;
  font-size: .87rem;
}
.hero-assurances span { color: var(--pp-mint); margin-right: 7px; }
.agency-hero-media { position: relative; align-self: stretch; display: flex; align-items: center; padding-bottom: 70px; }
.hero-image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  box-shadow: 0 45px 90px rgba(0,0,0,.32);
}
.hero-image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: 1.38; object-fit: cover; }
.media-status {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  box-shadow: var(--pp-shadow);
}
.media-status.top { top: 20px; left: 20px; }
.media-status.bottom { right: 20px; bottom: 20px; }
.media-status > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--pp-mint-dark); background: #e2f8ef; border-radius: 9px; font-weight: 900; }
.media-status.top > span { width: 9px; height: 9px; background: var(--pp-mint-dark); }
.media-status div { display: flex; flex-direction: column; }
.media-status small { color: var(--pp-muted); font-size: .58rem; font-weight: 850; letter-spacing: .12em; }
.media-status strong { color: var(--pp-ink); font-size: .78rem; }
.hero-brief-card {
  position: absolute;
  right: -20px;
  bottom: 25px;
  width: min(420px, 72%);
  padding: 18px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 17px;
  box-shadow: var(--pp-shadow);
}
.brief-head { display: flex; justify-content: space-between; margin-bottom: 10px; }
.brief-head strong { color: var(--pp-ink); font-size: .85rem; }
.brief-head span { color: var(--pp-mint-dark); font-size: .65rem; font-weight: 800; }
.brief-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--pp-line);
}
.brief-row i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--pp-blue); background: #edf3ff; border-radius: 8px; font-size: .62rem; font-style: normal; font-weight: 850; }
.brief-row div { display: flex; flex-direction: column; }
.brief-row strong { color: var(--pp-ink); font-size: .72rem; }
.brief-row small { color: var(--pp-muted); font-size: .62rem; }
.brief-row em { color: #547080; font-size: .62rem; font-style: normal; font-weight: 750; }
.hero-proof-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-proof-row > div { position: relative; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof-row > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof-row span { grid-row: 1 / 3; color: var(--pp-mint); font-size: .7rem; font-weight: 850; }
.hero-proof-row strong { color: #fff; font-size: .84rem; }
.hero-proof-row small { color: #8facba; font-size: .7rem; }

/* Service blocks */
.service-intro { background: #fff; }
.service-showcase { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: 20px; }
.service-card, .service-decision { min-height: 470px; padding: 38px; border-radius: var(--pp-radius); }
.service-card { border: 1px solid var(--pp-line); background: #fff; box-shadow: var(--pp-shadow-soft); }
.service-card.primary { background: linear-gradient(150deg, #effcff, #fff 62%); }
.service-card.secondary { background: linear-gradient(150deg, #f2fbf7, #fff 62%); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px; }
.service-card-top span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--pp-line); border-radius: 50%; color: var(--pp-blue); font-size: .78rem; font-weight: 850; }
.service-card-top em { color: #5e7484; font-size: .67rem; font-style: normal; font-weight: 850; letter-spacing: .14em; }
.service-card h3 { margin-bottom: 16px; font-size: 2.2rem; }
.service-card > p { font-size: .98rem; }
.service-card ul { display: grid; gap: 10px; padding: 0; margin: 28px 0 36px; list-style: none; }
.service-card li { position: relative; padding-left: 22px; color: #3e5566; font-size: .88rem; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pp-mint-dark); font-weight: 900; }
.service-decision { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: var(--pp-navy-950); }
.service-decision .mini-label { color: var(--pp-mint); }
.service-decision h3 { margin: 18px 0; color: #fff; font-size: 2rem; }
.service-decision p { color: #b9ced7; }
.service-decision .button { margin-top: 12px; color: var(--pp-navy-950); background: #fff; }
.service-decision small { margin-top: 18px; color: #7d9cac; }

/* Directory */
.directory-section { background: var(--pp-soft); }
.directory-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 22px;
  box-shadow: var(--pp-shadow);
}
.directory-shell-head {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--pp-line);
}
.directory-shell-head > div { display: flex; align-items: center; gap: 12px; }
.directory-logo { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--pp-blue), var(--pp-cyan)); border-radius: 11px; font-weight: 900; }
.directory-shell-head div div { display: flex; flex-direction: column; }
.directory-shell-head strong { color: var(--pp-ink); font-size: .9rem; }
.directory-shell-head small { color: var(--pp-muted); font-size: .7rem; }
.directory-legend { color: var(--pp-muted); font-size: .7rem; }
.directory-legend i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; }
.directory-legend i.green { background: var(--pp-mint-dark); }
.table-wrap { overflow-x: auto; }
.agency-directory-table { width: 100%; border-collapse: collapse; min-width: 1020px; }
.agency-directory-table th {
  padding: 16px 18px;
  color: #60788a;
  background: #f4f8fa;
  border-bottom: 1px solid var(--pp-line);
  text-align: left;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agency-directory-table td {
  padding: 17px 18px;
  border-bottom: 1px solid #e8eff2;
  color: #41586a;
  font-size: .84rem;
  white-space: nowrap;
}
.agency-directory-table tbody tr:hover { background: #fbfdfd; }
.site-domain { display: flex; align-items: center; gap: 10px; min-width: 230px; }
.site-domain > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--pp-blue); background: #edf3ff; border-radius: 9px; font-weight: 900; }
.site-domain a { color: var(--pp-ink); font-size: .95rem; font-weight: 850; }
.niche-pill { display: inline-flex; padding: 6px 10px; color: #335367; background: #edf3f5; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.row-action { display: inline-flex; align-items: center; gap: 8px; color: #fff; padding: 8px 11px; background: var(--pp-blue); border-radius: 8px; font-size: .75rem; font-weight: 800; }
.row-action:hover { color: var(--pp-navy-950); background: var(--pp-mint); }
.directory-shell-foot {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 22px;
  color: var(--pp-muted);
  background: #f8fbfc;
  font-size: .72rem;
}
.directory-shell-foot a { font-weight: 750; }
.directory-empty { padding: 70px 30px; text-align: center; }
.directory-empty h2, .directory-empty h3 { margin-bottom: 12px; }

/* Process */
.process-section { color: #fff; background: var(--pp-navy-950); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 135px; }
.process-copy h2 { margin-bottom: 24px; color: #fff; font-size: clamp(2.6rem, 4.5vw, 4.7rem); }
.process-copy > p { max-width: 520px; color: #aec5d0; }
.process-note { display: flex; gap: 12px; margin-top: 42px; padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.04); }
.process-note > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--pp-navy-950); background: var(--pp-warm); border-radius: 50%; font-weight: 900; }
.process-note p { margin: 0; color: #9fb7c3; font-size: .82rem; }
.process-note strong { color: #fff; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list > li > span { width: 55px; height: 55px; display: grid; place-items: center; color: var(--pp-mint); border: 1px solid rgba(151,239,203,.28); border-radius: 50%; font-size: .78rem; font-weight: 850; }
.process-list small { color: var(--pp-cyan); font-size: .65rem; font-weight: 850; letter-spacing: .13em; }
.process-list h3 { margin: 8px 0; color: #fff; font-size: 1.45rem; }
.process-list p { margin: 0; color: #9fb8c4; font-size: .9rem; }

/* Comparison, standards, insights, FAQ */
.comparison-section { background: #fff; }
.comparison-table-wrap { overflow: hidden; border: 1px solid var(--pp-line); border-radius: 20px; box-shadow: var(--pp-shadow-soft); }
.comparison-table { width: 100%; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px 24px; border-right: 1px solid var(--pp-line); border-bottom: 1px solid var(--pp-line); text-align: left; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { color: #fff; background: var(--pp-navy-950); font-size: .9rem; }
.comparison-table thead th:first-child { color: #b9ced8; }
.comparison-table thead span { color: var(--pp-mint); margin-right: 8px; }
.comparison-table tbody th { width: 23%; color: var(--pp-ink); background: #f6f9fa; font-size: .82rem; }
.comparison-table td { color: #506677; font-size: .87rem; }
.standards-section { background: linear-gradient(135deg, #eaf9f5, #f6fbfc 55%, #eef5ff); }
.standards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.standards-copy h2 { font-size: clamp(2.5rem, 4.3vw, 4.3rem); }
.standards-copy > p { font-size: 1.04rem; }
.standards-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.standards-links a { color: var(--pp-ink); font-weight: 850; }
.standards-cards { display: grid; gap: 16px; }
.standards-cards article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 28px; background: #fff; border: 1px solid rgba(18,34,49,.08); border-radius: 18px; box-shadow: var(--pp-shadow-soft); }
.standards-cards article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-weight: 900; }
.standards-cards .accepted > span { color: var(--pp-mint-dark); background: #e2f8ef; }
.standards-cards .declined > span { color: var(--pp-danger); background: #fcecef; }
.standards-cards h3 { margin-bottom: 14px; font-size: 1.3rem; }
.standards-cards ul { display: grid; gap: 6px; padding-left: 18px; margin: 0; color: #506677; font-size: .85rem; }
.insight-section { background: #fff; }
.insight-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-cards > article { overflow: hidden; background: #fff; border: 1px solid var(--pp-line); border-radius: 17px; box-shadow: var(--pp-shadow-soft); }
.insight-thumb { height: 215px; display: grid; place-items: end start; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--pp-navy-900), #1c647b); }
.insight-thumb img { width: 100%; height: 100%; object-fit: cover; }
.insight-thumb span { margin: 22px; color: var(--pp-mint); font-size: .72rem; font-weight: 850; letter-spacing: .13em; }
.insight-thumb.guide-one { background: linear-gradient(135deg, #0a2032, #1e6d77); }
.insight-thumb.guide-two { background: linear-gradient(135deg, #132c51, #2766e5); }
.insight-thumb.guide-three { background: linear-gradient(135deg, #124537, #0f9b70); }
.insight-cards article > div { padding: 25px; }
.insight-cards small { color: var(--pp-muted); font-size: .7rem; font-weight: 750; }
.insight-cards h3 { margin: 10px 0 13px; font-size: 1.35rem; }
.insight-cards h3 a { color: var(--pp-ink); }
.insight-cards p { font-size: .86rem; }
.home-faq { background: var(--pp-soft); }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; align-items: start; }
.faq-copy { position: sticky; top: 135px; }
.faq-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.faq-copy a { color: var(--pp-ink); font-weight: 850; }
.faq-accordion details { background: #fff; border: 1px solid var(--pp-line); border-radius: 13px; margin-bottom: 12px; }
.faq-accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 22px; color: var(--pp-ink); font-size: .95rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary span { color: var(--pp-blue); font-size: 1.25rem; transition: transform .2s ease; }
.faq-accordion details[open] summary span { transform: rotate(45deg); }
.faq-accordion details p { padding: 0 22px 22px; margin: 0; font-size: .88rem; }
.agency-final { padding: 40px 0 105px; background: var(--pp-white); }
.agency-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 55px 60px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(36,189,208,.2), transparent 28%),
    var(--pp-navy-950);
  border-radius: 24px;
}
.agency-final-card h2 { max-width: 760px; margin-bottom: 14px; color: #fff; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.agency-final-card p { max-width: 730px; margin-bottom: 0; color: #adc4cf; }
.agency-final-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.agency-final-actions > a:not(.button) { color: #bdd2dc; font-size: .8rem; font-weight: 700; }

/* Website directory page */
.directory-hero, .content-page-hero, .contact-v3-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--pp-navy-950), #0b334b);
}
.directory-hero-pattern, .content-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(circle, rgba(255,255,255,.4) 1px, transparent 1.5px);
  background-size: 25px 25px;
  mask-image: linear-gradient(90deg, transparent, #000 60%);
}
.directory-hero-grid, .content-hero-grid, .contact-v3-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: center;
}
.directory-hero h1, .content-page-hero h1, .contact-v3-hero h1 { max-width: 820px; color: #fff; font-size: clamp(3rem, 5.5vw, 5.7rem); }
.directory-hero p, .content-page-hero p, .contact-v3-hero p { max-width: 720px; color: #b6ccd6; font-size: 1.05rem; }
.directory-hero aside, .content-page-hero aside, .contact-v3-hero aside { padding: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.directory-hero aside > span, .content-page-hero aside > span, .contact-v3-hero aside > span { color: var(--pp-mint); font-size: .68rem; font-weight: 850; letter-spacing: .13em; }
.directory-hero aside ul, .contact-v3-hero aside ul { padding: 0; margin: 20px 0 0; list-style: none; }
.directory-hero aside li { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); }
.directory-hero aside i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--pp-mint); background: rgba(151,239,203,.08); border-radius: 9px; font-size: .62rem; font-style: normal; }
.directory-hero aside strong { color: #fff; font-size: .84rem; }
.website-directory { background: var(--pp-soft); }
.website-filter {
  display: grid;
  grid-template-columns: 1.1fr 1.15fr repeat(3, .85fr) auto auto;
  gap: 10px;
  align-items: end;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid var(--pp-line);
  border-radius: 18px;
  box-shadow: var(--pp-shadow-soft);
}
.filter-title { display: flex; flex-direction: column; padding-right: 12px; }
.filter-title span { color: var(--pp-blue); font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.filter-title strong { color: var(--pp-ink); font-size: .85rem; }
.website-filter input, .website-filter select {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  color: var(--pp-ink);
  background: #f8fbfc;
  border: 1px solid var(--pp-line);
  border-radius: 9px;
  font-size: .78rem;
}
.website-filter .button { min-height: 46px; padding-inline: 16px; white-space: nowrap; font-size: .8rem; }
.filter-reset { align-self: center; color: var(--pp-muted); font-size: .75rem; font-weight: 750; }
.directory-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 11px 3px; }
.directory-results-bar div { display: flex; align-items: baseline; gap: 8px; }
.directory-results-bar strong { color: var(--pp-ink); font-size: 1.25rem; }
.directory-results-bar span, .directory-results-bar p { margin: 0; color: var(--pp-muted); font-size: .75rem; }
.full-directory { box-shadow: var(--pp-shadow-soft); }
.score-value { width: 34px; height: 34px; display: grid; place-items: center; color: #496071; background: #edf2f4; border-radius: 50%; font-weight: 750; }
.score-value.strong { color: #fff; background: var(--pp-blue); }
.traffic-value { color: var(--pp-ink); }
.country-value { font-size: .8rem; }
.action-cell { display: flex; align-items: center; gap: 7px; }
.shortlist-toggle { width: 34px; height: 34px; display: grid; place-items: center; color: var(--pp-blue); background: #fff; border: 1px solid #bed0fa; border-radius: 8px; font-size: 1rem; font-weight: 900; cursor: pointer; }
.shortlist-toggle.active { color: var(--pp-navy-950); background: var(--pp-mint); border-color: var(--pp-mint); }
.publisher-pagination { margin-top: 35px; }
.publisher-pagination .page-numbers { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.publisher-pagination a, .publisher-pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; color: var(--pp-ink); background: #fff; border: 1px solid var(--pp-line); border-radius: 9px; font-size: .8rem; font-weight: 800; }
.publisher-pagination .current { color: #fff; background: var(--pp-navy-950); border-color: var(--pp-navy-950); }
.directory-disclosure { display: flex; gap: 12px; padding: 22px; margin-top: 28px; background: #fff; border-left: 4px solid var(--pp-cyan); border-radius: 0 12px 12px 0; }
.directory-disclosure p { margin: 0; font-size: .8rem; }
.shortlist-bar {
  position: fixed;
  z-index: 180;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: min(720px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 20px;
  color: #fff;
  background: rgba(6,21,33,.96);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}
.shortlist-bar[hidden] { display: none; }
.shortlist-bar > div { display: flex; align-items: center; gap: 16px; }
.shortlist-bar strong { font-size: .82rem; }
.shortlist-bar button { padding: 0; color: #9cb5c1; background: none; border: 0; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.shortlist-bar .button { min-height: 40px; padding: 9px 13px; font-size: .75rem; }

/* Service pages */
.service-v3-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  background: var(--pp-navy-950);
}
.service-orb { position: absolute; width: 600px; height: 600px; right: -120px; bottom: -360px; border: 90px solid rgba(36,189,208,.06); border-radius: 50%; }
.service-v3-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.service-v3-grid h1 { max-width: 760px; color: #fff; font-size: clamp(3.2rem, 5.8vw, 6rem); }
.service-v3-grid > div > p { max-width: 700px; color: #b8ced7; font-size: 1.06rem; }
.service-hero-note { display: flex; gap: 10px; margin-top: 28px; color: #9fb7c2; font-size: .78rem; }
.service-hero-note span { color: var(--pp-warm); }
.service-hero-note p { margin: 0; color: #9fb7c2; }
.service-scope-card { padding: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; }
.scope-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.scope-card-head span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--pp-mint); border: 1px solid rgba(151,239,203,.28); border-radius: 50%; font-size: .78rem; font-weight: 850; }
.scope-card-head em { color: var(--pp-cyan); font-size: .65rem; font-style: normal; font-weight: 850; letter-spacing: .13em; }
.service-scope-card h2 { color: #fff; font-size: 1.7rem; }
.service-scope-card ul { display: grid; gap: 12px; padding: 0; margin: 22px 0 30px; list-style: none; }
.service-scope-card li { display: flex; gap: 10px; color: #c2d5dd; font-size: .87rem; }
.service-scope-card li span { color: var(--pp-mint); }
.scope-delivery { display: flex; flex-direction: column; padding: 18px; background: rgba(255,255,255,.06); border-radius: 13px; }
.scope-delivery small { color: var(--pp-mint); font-size: .6rem; font-weight: 850; letter-spacing: .12em; }
.scope-delivery strong { margin-top: 6px; color: #fff; font-size: .8rem; }
.service-capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--pp-line); border-radius: 20px; overflow: hidden; }
.capability-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--pp-line); border-bottom: 1px solid var(--pp-line); }
.capability-grid article:nth-child(3n) { border-right: 0; }
.capability-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.capability-grid span { color: var(--pp-blue); font-size: .7rem; font-weight: 850; }
.capability-grid h3 { margin: 40px 0 12px; font-size: 1.35rem; }
.capability-grid p { margin: 0; font-size: .86rem; }
.service-steps-section { background: var(--pp-soft); }
.horizontal-steps { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; list-style: none; }
.horizontal-steps li { position: relative; padding: 30px 25px; background: #fff; border-top: 1px solid var(--pp-line); border-bottom: 1px solid var(--pp-line); border-left: 1px solid var(--pp-line); }
.horizontal-steps li:first-child { border-radius: 15px 0 0 15px; }
.horizontal-steps li:last-child { border-right: 1px solid var(--pp-line); border-radius: 0 15px 15px 0; }
.horizontal-steps span { color: var(--pp-cyan); font-size: .72rem; font-weight: 850; }
.horizontal-steps h3 { margin: 42px 0 12px; font-size: 1.15rem; }
.horizontal-steps p { margin: 0; font-size: .8rem; }
.service-fit-section { background: #fff; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-card { padding: 42px; border-radius: 20px; }
.fit-card.good { background: #eaf9f4; border: 1px solid #c7ebdf; }
.fit-card.caution { background: #fff4f2; border: 1px solid #f2d7d2; }
.fit-card h2 { margin: 15px 0 28px; font-size: 2rem; }
.fit-card ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.fit-card li { display: flex; gap: 11px; color: #465d6c; }
.fit-card.good li span { color: var(--pp-mint-dark); }
.fit-card.caution li span { color: var(--pp-danger); }
.service-faq-section { background: var(--pp-soft); }
.services-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.overview-service { min-height: 530px; padding: 50px; border-radius: 24px; }
.overview-service > span { font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.overview-service h2 { margin: 45px 0 20px; font-size: 3.2rem; }
.overview-service p { max-width: 520px; }
.overview-service ul { display: grid; gap: 12px; padding: 0; margin: 30px 0 40px; list-style: none; }
.overview-service li::before { content: "✓"; margin-right: 10px; color: var(--pp-mint-dark); }
.overview-service.dark { color: #fff; background: var(--pp-navy-950); }
.overview-service.dark > span { color: var(--pp-mint); }
.overview-service.dark h2 { color: #fff; }
.overview-service.dark p, .overview-service.dark li { color: #b8cdd6; }
.overview-service.light { background: #eef8fb; border: 1px solid #d7e9ef; }
.overview-service.light > span { color: var(--pp-blue); }
.service-truth-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 55px; margin-top: 24px; background: #fff; border: 1px solid var(--pp-line); border-radius: 22px; box-shadow: var(--pp-shadow-soft); }
.service-truth-panel h2 { font-size: 2.3rem; }
.truth-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.truth-columns article { padding: 25px; background: var(--pp-soft); border-radius: 14px; }
.truth-columns strong { color: var(--pp-blue); font-size: .66rem; letter-spacing: .12em; }
.truth-columns ul { padding-left: 18px; margin: 18px 0 0; color: #506677; font-size: .84rem; }

/* Rich content pages */
.content-page-hero aside > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.content-page-hero aside > div:first-of-type { margin-top: 18px; }
.content-page-hero aside i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--pp-mint); background: rgba(151,239,203,.08); border-radius: 9px; font-size: .62rem; font-style: normal; }
.content-page-hero aside strong { color: #fff; font-size: .83rem; }
.content-page-body { background: var(--pp-soft); }
.content-page-grid { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 52px; align-items: start; }
.content-page-grid.without-toc { grid-template-columns: 1fr; }
.page-toc-card { position: sticky; top: 120px; padding: 22px; background: #fff; border: 1px solid var(--pp-line); border-radius: 16px; box-shadow: var(--pp-shadow-soft); }
.page-toc-card > span { color: var(--pp-muted); font-size: .63rem; font-weight: 850; letter-spacing: .13em; }
.page-toc-card nav { display: grid; gap: 5px; margin: 18px 0 24px; }
.page-toc-card nav a { padding: 8px 10px; color: #516879; border-left: 2px solid transparent; border-radius: 0 7px 7px 0; font-size: .76rem; font-weight: 650; }
.page-toc-card nav a:hover, .page-toc-card nav a.active { color: var(--pp-blue); background: #eef4ff; border-left-color: var(--pp-blue); }
.page-toc-card > div { padding: 18px; color: #fff; background: var(--pp-navy-950); border-radius: 12px; }
.page-toc-card > div strong { color: #fff; font-size: .9rem; }
.page-toc-card > div p { margin: 8px 0 12px; color: #a8c0cb; font-size: .73rem; }
.page-toc-card > div a { color: var(--pp-mint); font-size: .74rem; font-weight: 800; }
.rich-content { padding: 50px 58px; background: #fff; border: 1px solid var(--pp-line); border-radius: 20px; box-shadow: var(--pp-shadow-soft); }
.content-principle { display: flex; align-items: center; gap: 18px; padding: 17px 20px; margin-bottom: 45px; background: linear-gradient(90deg, #eef4ff, #effbf7); border: 1px solid #d9e8ee; border-radius: 12px; }
.content-principle span { flex: 0 0 auto; color: var(--pp-blue); font-size: .62rem; font-weight: 850; letter-spacing: .12em; }
.content-principle strong { font-size: .82rem; }
.rich-content h2 { scroll-margin-top: 120px; margin: 50px 0 16px; font-size: 2rem; }
.rich-content h2:first-of-type { margin-top: 0; }
.rich-content h3 { margin: 32px 0 12px; font-size: 1.35rem; }
.rich-content p, .rich-content li { color: #496172; font-size: .94rem; }
.rich-content ul, .rich-content ol { padding-left: 23px; }
.rich-content li { margin-bottom: 8px; }
.rich-content blockquote { padding: 20px 24px; margin: 30px 0; background: #eef8fb; border-left: 4px solid var(--pp-cyan); }
.rich-content blockquote p:last-child { margin-bottom: 0; }

/* Contact */
.contact-v3-hero aside ul { display: grid; gap: 9px; }
.contact-v3-hero aside li { position: relative; padding-left: 22px; color: #d5e4ea; font-size: .84rem; }
.contact-v3-hero aside li::before { content: "×"; position: absolute; left: 0; color: var(--pp-warm); font-weight: 900; }
.contact-v3-section { background: var(--pp-soft); }
.contact-v3-layout { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 32px; align-items: start; }
.contact-sidebar { position: sticky; top: 120px; padding: 34px; color: #fff; background: var(--pp-navy-950); border-radius: 20px; }
.contact-sidebar .mini-label { color: var(--pp-mint); }
.contact-sidebar h2 { margin: 16px 0; color: #fff; font-size: 2.2rem; }
.contact-sidebar > p { color: #a9c0cb; font-size: .88rem; }
.contact-method { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.contact-method > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--pp-mint); background: rgba(151,239,203,.08); border-radius: 10px; font-weight: 850; }
.contact-method div { display: flex; flex-direction: column; }
.contact-method small { color: #7897a6; font-size: .58rem; font-weight: 850; letter-spacing: .12em; }
.contact-method a, .contact-method strong { color: #fff; font-size: .78rem; font-weight: 750; }
.contact-safety { padding: 18px; margin-top: 18px; background: rgba(255,255,255,.06); border-radius: 12px; }
.contact-safety strong { color: var(--pp-warm); font-size: .78rem; }
.contact-safety p { margin: 7px 0 0; color: #9fb7c2; font-size: .72rem; }
.contact-policy-links { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 20px; }
.contact-policy-links a { color: #b9ced8; font-size: .68rem; text-decoration: underline; }
.quote-form { padding: 42px; background: #fff; border: 1px solid var(--pp-line); border-radius: 20px; box-shadow: var(--pp-shadow-soft); }
.quote-form-head { margin-bottom: 32px; }
.quote-form-head > span { color: var(--pp-blue); font-size: .66rem; font-weight: 850; letter-spacing: .13em; }
.quote-form-head h2 { margin: 10px 0; font-size: 2.3rem; }
.quote-form-head p { margin: 0; font-size: .82rem; }
.quote-form fieldset { padding: 0; margin: 0 0 32px; border: 0; }
.quote-form legend { width: 100%; display: flex; align-items: center; gap: 11px; padding-bottom: 13px; margin-bottom: 18px; color: var(--pp-ink); border-bottom: 1px solid var(--pp-line); font-size: .9rem; font-weight: 850; }
.quote-form legend span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--pp-blue); background: #edf3ff; border-radius: 8px; font-size: .61rem; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-grid label { display: grid; gap: 7px; color: #304655; font-size: .76rem; font-weight: 750; }
.quote-grid label.full { grid-column: 1 / -1; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  color: var(--pp-ink);
  background: #f9fbfc;
  border: 1px solid #d7e2e8;
  border-radius: 9px;
  outline: 0;
}
.quote-form input, .quote-form select { height: 48px; padding: 0 13px; }
.quote-form textarea { min-height: 110px; padding: 12px 13px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { background: #fff; border-color: var(--pp-blue); box-shadow: 0 0 0 3px rgba(39,102,229,.1); }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #526879; font-size: .75rem; font-weight: 500; }
.consent-row input { width: 17px; height: 17px; margin-top: 2px; }
.quote-submit { width: 100%; margin-top: 22px; }
.form-footnote { margin: 13px 0 0; text-align: center; font-size: .7rem; }
.notice { padding: 16px 18px; margin-bottom: 25px; border-radius: 11px; }
.notice strong { display: block; margin-bottom: 5px; }
.notice p { margin: 0; font-size: .8rem; }
.notice.success { background: #eaf9f4; border: 1px solid #c5eadf; }
.notice.error { background: #fff0f1; border: 1px solid #f0cbd0; }

/* Blog and generic WordPress content */
.page-hero { padding: 86px 0; color: #fff; background: var(--pp-navy-950); }
.page-hero h1 { color: #fff; font-size: clamp(2.8rem, 5vw, 5rem); }
.page-hero p { color: #b5cad4; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--pp-mint); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: 95px 0; }
.section.soft { background: var(--pp-soft); }
.section-head { margin-bottom: 45px; }
.section-head h2 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.section-head p { max-width: 650px; }
.insights-intro { display: flex; justify-content: space-between; gap: 70px; align-items: end; }
.insights-intro p { max-width: 520px; margin: 0; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card, .topic-card { overflow: hidden; background: #fff; border: 1px solid var(--pp-line); border-radius: 17px; box-shadow: var(--pp-shadow-soft); }
.article-thumb { height: 220px; display: grid; place-items: center; overflow: hidden; color: var(--pp-mint); background: var(--pp-navy-950); font-weight: 850; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-body, .topic-card { padding: 26px; }
.article-meta { display: flex; gap: 7px; color: var(--pp-muted); font-size: .68rem; }
.article-card h2 { margin: 12px 0; font-size: 1.35rem; }
.article-card h2 a { color: var(--pp-ink); }
.article-card p, .topic-card p { font-size: .85rem; }
.card-link, .guide-link { color: var(--pp-ink); font-size: .8rem; font-weight: 850; }
.card-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--pp-blue); background: #edf3ff; border-radius: 12px; font-weight: 850; }
.topic-card h3 { margin: 22px 0 12px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; margin: 10px 0; color: #4d6373; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pp-mint-dark); font-weight: 900; }
.insights-note { padding: 35px; background: var(--pp-soft); border-radius: 18px; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px; color: #fff; background: var(--pp-navy-950); border-radius: 20px; }
.cta-band h2 { color: #fff; }
.cta-band p { margin: 0; color: #a9c0cb; }
.content-wrap { width: min(860px, calc(100% - 40px)); margin: 80px auto; }
.entry-content h2 { margin-top: 45px; font-size: 2rem; }
.entry-content p, .entry-content li { color: #4b6272; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.nav-links a, .nav-links span { padding: 8px 12px; border: 1px solid var(--pp-line); border-radius: 8px; }

/* Footer */
.site-footer { color: #d5e5eb; background: var(--pp-navy-950); }
.footer-top { display: grid; grid-template-columns: 1.35fr repeat(3, .72fr); gap: 55px; padding: 75px 0 55px; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name small { color: #7898a7; }
.footer-brand > p { max-width: 430px; margin: 24px 0; color: #91adba; font-size: .84rem; }
.footer-standard { display: flex; gap: 12px; padding: 14px; max-width: 390px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.footer-standard > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--pp-navy-950); background: var(--pp-mint); border-radius: 8px; font-weight: 900; }
.footer-standard p { display: flex; flex-direction: column; margin: 0; }
.footer-standard strong { color: #fff; font-size: .76rem; }
.footer-standard small { color: #7f9dab; font-size: .65rem; }
.footer-column h3 { margin-bottom: 22px; color: #fff; font-size: .8rem; letter-spacing: .04em; }
.footer-column ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-column a { color: #91adba; font-size: .78rem; }
.footer-column a:hover { color: var(--pp-mint); }
.footer-contact-row { display: flex; align-items: center; gap: 50px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-contact-row > div:not(.footer-socials) { display: flex; flex-direction: column; }
.footer-contact-row span { color: #6f8f9e; font-size: .56rem; font-weight: 850; letter-spacing: .12em; }
.footer-contact-row a, .footer-contact-row strong { color: #fff; font-size: .76rem; font-weight: 700; }
.footer-socials { margin-left: auto; display: flex; gap: 8px; }
.footer-socials a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--pp-navy-950); background: #fff; border-radius: 9px; }
.footer-socials svg { width: 16px; height: 16px; fill: currentColor; }
.footer-subscribe { display: grid; grid-template-columns: 1fr minmax(350px, 520px); gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-subscribe > div:first-child { display: flex; flex-direction: column; }
.footer-subscribe strong { color: #fff; font-size: .9rem; }
.footer-subscribe span { color: #7898a7; font-size: .7rem; }
.newsletter { display: flex; }
.newsletter input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-right: 0; border-radius: 9px 0 0 9px; }
.newsletter button { padding: 0 16px; color: var(--pp-navy-950); background: var(--pp-mint); border: 0; border-radius: 0 9px 9px 0; font-size: .75rem; font-weight: 850; cursor: pointer; }
[data-newsletter-message] { grid-column: 2; color: var(--pp-mint); font-size: .7rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0 34px; color: #668593; font-size: .66rem; }

/* Responsive */
@media (max-width: 1160px) {
  :root { --pp-container: min(1120px, calc(100% - 40px)); }
  .primary-fallback-menu { gap: 18px; }
  .site-nav { gap: 16px; }
  .primary-fallback-menu > li > a, .nav-dropdown-toggle { font-size: .84rem; }
  .agency-hero-grid { gap: 45px; }
  .agency-hero-copy h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
  .service-showcase { grid-template-columns: 1fr 1fr; }
  .service-decision { grid-column: 1 / -1; min-height: 330px; }
  .website-filter { grid-template-columns: repeat(3, 1fr); }
  .filter-title { grid-column: 1 / -1; }
  .service-v3-grid { gap: 55px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 940px) {
  .utility-inner > div a:last-child { display: none; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 4px;
    padding: 0;
    background: var(--pp-navy-950);
    border: 0;
    border-radius: 10px;
    cursor: pointer;
  }
  .menu-toggle > span:not(.screen-reader-text) { width: 19px; height: 2px; background: #fff; }
  .site-nav {
    position: fixed;
    top: 120px;
    right: 20px;
    left: 20px;
    max-height: calc(100vh - 145px);
    display: none;
    align-items: stretch;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--pp-line);
    border-radius: 18px;
    box-shadow: var(--pp-shadow);
  }
  .site-nav.open { display: block; }
  .primary-fallback-menu { display: grid; gap: 0; }
  .primary-fallback-menu > li { border-bottom: 1px solid var(--pp-line); }
  .primary-fallback-menu > li > a, .nav-dropdown-toggle { width: 100%; display: flex; justify-content: space-between; padding: 14px 4px; text-align: left; }
  .sub-menu { position: static; width: auto; display: none; visibility: visible; opacity: 1; transform: none; padding: 0 0 10px 10px; border: 0; box-shadow: none; }
  .menu-item-has-children.open .sub-menu { display: block; }
  .header-cta { margin-top: 16px; justify-content: center; }
  .agency-hero { padding-top: 75px; }
  .agency-hero-grid, .directory-hero-grid, .content-hero-grid, .contact-v3-grid, .service-v3-grid { grid-template-columns: 1fr; gap: 50px; }
  .agency-hero-copy { padding-bottom: 0; }
  .agency-hero-media { padding-bottom: 95px; }
  .hero-proof-row { grid-template-columns: 1fr 1fr; }
  .hero-proof-row > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .split-heading { align-items: start; flex-direction: column; gap: 20px; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-decision { grid-column: auto; }
  .process-layout, .standards-grid, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-copy, .faq-copy, .contact-sidebar { position: static; }
  .comparison-table { min-width: 760px; }
  .comparison-table-wrap { overflow-x: auto; }
  .insight-cards, .insights-grid { grid-template-columns: 1fr 1fr; }
  .directory-hero, .content-page-hero, .contact-v3-hero, .service-v3-hero { padding: 75px 0; }
  .directory-hero aside, .content-page-hero aside, .contact-v3-hero aside { max-width: 650px; }
  .horizontal-steps { grid-template-columns: 1fr 1fr; gap: 12px; }
  .horizontal-steps li, .horizontal-steps li:first-child, .horizontal-steps li:last-child { border: 1px solid var(--pp-line); border-radius: 13px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article, .capability-grid article:nth-child(3n), .capability-grid article:nth-last-child(-n+3) { border-right: 1px solid var(--pp-line); border-bottom: 1px solid var(--pp-line); }
  .capability-grid article:nth-child(2n) { border-right: 0; }
  .capability-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .services-overview-grid { grid-template-columns: 1fr; }
  .service-truth-panel { grid-template-columns: 1fr; gap: 30px; }
  .content-page-grid { grid-template-columns: 1fr; }
  .page-toc-card { position: static; }
  .contact-v3-layout { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  :root { --pp-container: calc(100% - 28px); }
  body { font-size: 15px; }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner > div { display: none; }
  .header-inner { min-height: 72px; }
  .site-nav { top: 108px; right: 14px; left: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1.18rem; }
  .agency-section { padding: 75px 0; }
  .agency-hero { padding-top: 65px; }
  .agency-hero-copy h1, .directory-hero h1, .content-page-hero h1, .contact-v3-hero h1, .service-v3-grid h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .agency-hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .agency-hero-media { padding-bottom: 70px; }
  .hero-image-frame { border-radius: 20px; }
  .hero-image-frame img { aspect-ratio: 1.15; }
  .media-status { display: none; }
  .hero-brief-card { right: 10px; bottom: 30px; width: calc(100% - 20px); }
  .brief-row:last-child { display: none; }
  .hero-proof-row { grid-template-columns: 1fr; }
  .hero-proof-row > div, .hero-proof-row > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { font-size: 2.55rem; }
  .service-card, .service-decision { min-height: auto; padding: 28px; }
  .service-card-top { margin-bottom: 30px; }
  .service-card h3 { font-size: 1.8rem; }
  .directory-shell-head, .directory-shell-foot, .directory-results-bar { align-items: flex-start; flex-direction: column; }
  .directory-legend { display: none !important; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 15px; }
  .process-list > li > span { width: 44px; height: 44px; }
  .standards-grid { gap: 45px; }
  .standards-cards article { grid-template-columns: 1fr; }
  .insight-cards, .insights-grid { grid-template-columns: 1fr; }
  .agency-final { padding-bottom: 75px; }
  .agency-final-card { align-items: flex-start; flex-direction: column; padding: 36px 28px; gap: 30px; }
  .agency-final-actions { width: 100%; align-items: stretch; }
  .website-filter { grid-template-columns: 1fr; }
  .filter-title { grid-column: auto; }
  .shortlist-bar { align-items: stretch; flex-direction: column; }
  .shortlist-bar .button { width: 100%; }
  .capability-grid, .fit-grid, .services-overview-grid, .truth-columns { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:nth-child(2n), .capability-grid article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--pp-line); }
  .capability-grid article:last-child { border-bottom: 0; }
  .horizontal-steps { grid-template-columns: 1fr; }
  .fit-card, .overview-service { padding: 30px; }
  .overview-service h2 { font-size: 2.4rem; }
  .service-truth-panel { padding: 30px; }
  .rich-content, .quote-form { padding: 28px 22px; }
  .content-principle { align-items: flex-start; flex-direction: column; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid label.full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-contact-row, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-socials { margin-left: 0; }
  .footer-subscribe { grid-template-columns: 1fr; }
  [data-newsletter-message] { grid-column: 1; }
  .newsletter { width: 100%; }
  .cta-band, .insights-intro, .split { align-items: flex-start; flex-direction: column; display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
