/* ============ CYBERSECURITY PMA — PAGE-SPECIFIC LAYOUTS ============ */

/* Hero — three-line stacked heading, left-aligned */
.page-pma-cyber .pma-hero .container {
  max-width: var(--container-width, 1200px);
}

.page-pma-cyber .pma-hero h1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 560px;
  font-family: var(--pma-font-nuckle-bold);
  font-size: clamp(44px, 6vw, 64px);
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
}

.page-pma-cyber .pma-hero h1 span {
  display: block;
}

/* Centered intro block */
.pma-cyber-intro-center {
  padding: 70px 0 50px;
  background: #fff;
  text-align: center;
}

.pma-cyber-intro-center .container {
    max-width: 1100px;
}
.pma-cyber-intro-center p {
    font-size: 24px !important;
    line-height: 30px !important;
}
.pma-cyber-intro-center p a {
    color: #111;
}

.pma-cyber-intro-center h2 {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 28px;
  color: var(--black);
}

.pma-cyber-intro-center p {
  font-family: var(--pma-font-body);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  color: var(--text);
}

.pma-cyber-intro-center a {
  color: var(--red);
  text-decoration: underline;
}

/* Left-aligned article sections */
.pma-cyber-article {
  padding: 50px 0 40px;
  background: #fff;
}

.pma-cyber-article .cs-article-inner {
  max-width: 1100px;
}

.pma-cyber-article h2 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: 38px;
  line-height: 1.38;
  font-weight: 600 !important;
  margin: 48px 0 18px;
  color: var(--black);
  text-align: left;
}
.pma-case-block p.pma-case-result {
    font-weight: normal;
}
.pma-case-block ul {
    padding-left: 30px !important;
}
.pma-cyber-article h2:first-child {
  margin-top: 0;
}

.pma-cyber-article p {
  font-family: var(--pma-font-body);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 16px;
  color: var(--text);
  text-align: left;
}

.pma-cyber-article a {
  color: var(--red);
  text-decoration: underline;
}
.pma-cyber-article p a {
    font-weight: 600 !important;
    color: #111111;
}


.pma-cyber-article h4 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: 20px;
  line-height: 1.35;
  margin: 28px 0 12px;
  color: var(--black);
}

/* Buyer journey — light grey band, narrow centered column */
.pma-cyber-buyer-journey {
  padding: 70px 0 80px;
  background: #f7f7f7;
}

.pma-cyber-buyer-journey .container {
  max-width: 1100px;
  margin: 0 auto;
}

.pma-cyber-buyer-journey h2 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.25;
  font-weight: 600 !important;
  color: var(--black);
  text-align: left;
  margin: 0 0 24px;
}
.pma-cyber-buyer-journey .container h2 {
    font-size: 42px !important;
}

.pma-cyber-buyer-journey p {
  font-family: var(--pma-font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--text);
  text-align: left;
  margin: 0 0 20px;
}
.pma-cyber-buyer-journey p a {
    font-weight: 700;
}

.pma-cyber-buyer-journey p:last-child {
  margin-bottom: 0;
}

.pma-cyber-buyer-journey a {
  color: var(--black);
  text-decoration: underline;
}

.pma-cyber-buyer-journey a strong {
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  color: inherit;
}

/* Ad creative — light grey band, bold paragraph leads */
.pma-cyber-ad-creative {
  padding: 70px 0 80px;
  background: #f7f7f7;
}

.pma-cyber-ad-creative .container {
  max-width: 800px;
  margin: 0 auto;
}

.pma-cyber-ad-creative h2 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  text-align: left;
  margin: 0 0 28px;
}

.pma-cyber-ad-creative p {
  font-family: var(--pma-font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--text);
  text-align: left;
  margin: 0 0 22px;
}

.pma-cyber-ad-creative p:last-child {
  margin-bottom: 0;
}

.pma-cyber-ad-creative strong {
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  color: var(--black);
}

/* Competitor conquesting — white band, bold heading */
.pma-cyber-conquesting {
  padding: 70px 0 80px;
  background: #fff;
}

.pma-cyber-conquesting .container {
  max-width: 800px;
  margin: 0 auto;
}

.pma-cyber-conquesting h2 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  text-align: left;
  margin: 0 0 28px;
}

.pma-cyber-conquesting p {
  font-family: var(--pma-font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--text);
  text-align: left;
  margin: 0 0 22px;
}

.pma-cyber-conquesting p:last-child {
  margin-bottom: 0;
}

/* Enterprise Security vs Compliance — gradient band + white cards */
.pma-cyber-enterprise {
  background: linear-gradient(90deg, #C93629 0%, #621C15 100%);
  padding: 80px 0 90px;
  color: #fff;
}

.pma-cyber-enterprise .container {
  max-width: 1140px;
}

.pma-cyber-enterprise h2 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin: 0 0 40px;
  max-width: 900px;
}

.pma-cyber-enterprise-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pma-cyber-enterprise-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 15px;
    color: var(--text);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1);
}

.pma-cyber-enterprise-card p {
  font-family: var(--pma-font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  margin: 0;
}
.pma-cyber-enterprise-card p a {
    font-weight: 600 !important;
    color: #111111;
}

.pma-cyber-enterprise-cards .pma-cyber-enterprise-card p strong {
    font-size: 22px;
    font-weight: 900 !important;
    font-family: 'Nuckle Bold' !important;
}

.pma-cyber-enterprise-card a {
  color: var(--black);
  text-decoration: underline;
}

/* Services infrastructure — 3×2 checkerboard grid */
.pma-cyber-infra {
  padding: 80px 0 90px;
  background: #fff;
}

.pma-cyber-infra-title {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.38;
  font-weight: 400;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
  color: var(--black);
}

.pma-cyber-infra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.pma-cyber-infra-card {
  border-radius: 14px;
  padding: 32px 28px;
  color: #fff;
  text-align: center;
}

.pma-cyber-infra-card.red {
  background: linear-gradient(160deg, #C93629 0%, #621C15 100%);
}

.pma-cyber-infra-card.dark {
  background: var(--black);
}

.pma-cyber-infra-card p {
  font-family: var(--pma-font-body);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: #fff;
}

.pma-cyber-infra-card strong {
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
}

/* Paid media channels — 3-column masonry red cards */
.pma-cyber-channels {
  padding: 70px 0 80px;
  background: #fff;
}

.pma-cyber-channels-title {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.38;
  font-weight: 400;
  text-align: left;
  margin-bottom: 36px;
  color: var(--black);
}
.pma-cyber-buyer-journey ol {
    margin-left: 30px;
}

.page-pma .pma-cyber-channels-grid {
    column-count: 2;
}

.pma-cyber-channels-grid {
  column-count: 3;
  column-gap: 15px;
}

.pma-cyber-channel-card {
    break-inside: avoid;
    background: linear-gradient(160deg, #C93629 0%, #621C15 100%);
    border-radius: 6px;
    padding: 28px 10px;
    margin-bottom: 15px;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 1);
}

.pma-cyber-channel-card h4 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
}

.pma-cyber-channels .pma-cyber-channel-card h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nuckle Bold';
}

.pma-cyber-channel-card p {
  font-family: var(--pma-font-body);
  font-size: 15px;
  line-height: 1.75;
  color: #fff;
  margin: 0;
}

/* Metrics — single centered red box */
.pma-cyber-metrics {
    padding: 0 0 70px;
    background: #fff;
    margin-top: 50px;
}

.pma-cyber-metrics .container {
    max-width: 1100px;
}

.pma-cyber-metrics .pma-cyber-metrics-box h2 {
    font-size: 42px;
    max-width: 100%;
}

.pma-cyber-metrics .pma-cyber-metrics-box p {
    font-size: 20px;
    max-width: 100%;
}

.pma-cyber-metrics-box {
  background: var(--red);
  border-radius: 12px;
  padding: 52px 48px;
  text-align: center;
  color: #fff;
}

.pma-cyber-metrics-box h2 {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 24px;
  max-width: 820px;
}

.pma-cyber-metrics-box p {
  font-family: var(--pma-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin: 0 auto;
  max-width: 820px;
}

/* Book audit CTA — heading + pill button */
.page-pma-cyber .pma-book-cta {
  padding: 60px 0 70px;
}

.page-pma-cyber .pma-book-cta .section-title {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  margin-bottom: 28px;
}

.page-pma-cyber .pma-book-cta .btn-primary {
  border-radius: 999px;
  padding: 14px 40px;
  font-size: 16px;
  min-width: 200px;
}

/* FAQ — large light heading, red questions */
.page-pma-cyber .pma-faq {
  padding-top: 0;
}

.page-pma-cyber .pma-faq .section-title {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.25;
  font-weight: 400;
  max-width: 900px;
}

.page-pma-cyber .pma-faq-q {
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  font-size: 18px;
  color: var(--red);
}

/* Attribution — centered heading + 2+1 red card grid */
.pma-cyber-attribution {
  padding: 70px 0 80px;
  background: #f7f7f7;
}

.pma-cyber-attribution-title {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: var(--black);
  max-width: 900px;
  margin: 0 auto 40px;
}

.pma-cyber-attribution .pma-cyber-attribution-grid .pma-cyber-attribution-card h3 {
    font-size: 24px;
    font-family: 'Nuckle Bold';
}

.pma-cyber-attribution .pma-cyber-attribution-grid .pma-cyber-attribution-card p {
    font-size: 16px;
}

.pma-cyber-attribution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}

.pma-cyber-attribution-card {
    background: var(--red);
    border-radius: 14px;
    padding: 36px 15px;
    color: #fff;
}

.pma-cyber-attribution-card:nth-child(3) {
  grid-column: 1 / 2;
}

.pma-cyber-attribution-card h3 {
  font-family: var(--pma-font-nuckle-bold);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
  margin: 0 0 16px;
}

.pma-cyber-attribution-card p {
  font-family: var(--pma-font-body);
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
  margin: 0;
}

/* In-house vs agency — white band above metrics box */
.pma-cyber-compare {
  padding: 60px 0 50px;
  background: #fff;
}

.pma-cyber-compare .container {
  max-width: 960px;
}

.pma-cyber-compare h2 {
  font-family: var(--pma-font-nuckle-regular);
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 24px;
  text-align: left;
}

.pma-cyber-compare p {
  font-family: var(--pma-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 18px;
  text-align: left;
}

.pma-cyber-compare p:last-child {
  margin-bottom: 0;
}

.pma-cyber-compare strong {
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  color: var(--black);
}
section.cs-article.pma-intro.pma-book-cta .container.cs-article-inner {
    max-width: 1100px;
}
section.cs-article.pma-intro.pma-book-cta {
    background: #f7f7f7;
    padding: 50px 0 !important;
}

/* ============ CARD GRID: "APPROACH" (numbered 2-column, one accent) ============
 * card_grid style variant "approach" - see page-performance-marketing-agency.php.
 * Same fonts/accent as every other card_grid style on this page
 * (--pma-font-nuckle-bold/--pma-font-body, var(--red)/var(--red-dark)),
 * not the Archivo/Manrope + #A8201A the shared design came with. */
.vm-approach {
  padding: clamp(56px, 7vw, 96px) 0;
  background: #f7f7f7;
}

.vm-approach__head {
  max-width: var(--container-width, 1200px);
  margin: 0 auto clamp(40px, 5vw, 60px);
  padding: 0 20px;
  text-align: center;
}

.vm-approach__title {
  max-width: 820px;
  margin-inline: auto;
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--black);
  text-wrap: pretty;
}

.vm-approach__grid {
  max-width: var(--container-width, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
  align-items: stretch;
}

.vm-approach__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
  border-top: 3px solid var(--red);
  padding: 44px 44px 40px;
}

.vm-approach__num {
  position: absolute;
  right: 26px;
  bottom: -18px;
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  font-size: 84px;
  line-height: 1;
  color: #f2f2f4;
  pointer-events: none;
}

.vm-approach__card-title {
  position: relative;
  font-family: var(--pma-font-nuckle-bold);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.24;
  letter-spacing: -0.015em;
  color: var(--black);
  text-wrap: pretty;
}

.vm-approach__body {
  position: relative;
  font-family: var(--pma-font-body);
  font-size: 15.5px;
  line-height: 1.74;
  color: var(--text);
  text-wrap: pretty;
}

.vm-approach__card--accent {
  background: linear-gradient(150deg, var(--red) 0%, var(--red-dark) 100%);
  border-top-color: var(--red-dark);
}

.vm-approach__card--accent .vm-approach__num {
  color: rgba(255, 255, 255, 0.14);
}

.vm-approach__card--accent .vm-approach__card-title {
  color: #fff;
}

.vm-approach__card--accent .vm-approach__body {
  color: #f7e2df;
}

@media (max-width: 760px) {
  .vm-approach__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vm-approach__card {
    padding: 34px 26px 30px;
  }

  .vm-approach__num {
    font-size: 68px;
    right: 18px;
  }

  .vm-approach__card-title {
    font-size: 20px;
  }
}
section.cs-article.pma-intro.pma-book-cta h2.section-title.center {
    margin: 0;
    font-size: 38px;
}

@media (max-width: 900px) {
  .pma-cyber-infra-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pma-cyber-channels-grid {
    column-count: 2;
  }

  .pma-cyber-attribution-grid {
    grid-template-columns: 1fr;
  }

  .pma-cyber-attribution-card:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .pma-cyber-infra-grid {
    grid-template-columns: 1fr;
  }

  .pma-cyber-channels-grid {
    column-count: 1;
  }

  .pma-cyber-enterprise-card,
  .pma-cyber-metrics-box {
    padding: 24px 20px;
  }
}
