.ppc-service-page {
  background: #fff;
  color: #171717;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ppc-service-main {
  background: #fff;
}

.ppc-service-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  width: 100%;
}

.ppc-audit-intro {
  background: #fff;
  padding: 132px 0 72px;
}

.ppc-audit-intro-grid {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ppc-audit-intro-content h1 {
  color: #171717;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px;
}

.ppc-audit-intro-content p {
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0 0 22px;
}

.ppc-audit-intro-content strong {
  color: #171717;
  font-weight: 700;
}

.ppc-audit-intro-cta {
  background: #ffd60a;
  border: 0;
  border-radius: 6px;
  color: #171717;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  justify-content: center;
  line-height: 1.2;
  margin-top: 10px;
  padding: 17px 24px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ppc-audit-intro-cta:hover {
  background: #e8c200;
  color: #171717;
  transform: translateY(-2px);
}

.ppc-audit-intro-media img {
  aspect-ratio: 1.5 / 1;
  border-radius: 18px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ppc-audit-definition {
  background: #050505;
  color: #fff;
  padding: 76px 0;
}

.ppc-audit-definition-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ppc-audit-definition-media img {
  aspect-ratio: 1.5 / 1;
  border-radius: 18px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ppc-audit-definition-content h2 {
  color: #ffd60a;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px;
}

.ppc-audit-definition-content p {
  color: rgba(255, 255, 255, .86);
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0 0 22px;
}

.ppc-audit-definition-content p:last-child {
  margin-bottom: 0;
}

.ppc-audit-benefits {
  background: #fff;
  color: #171717;
  padding: 76px 0 86px;
}

.ppc-audit-benefits-heading {
  margin: 0 auto 42px;
  max-width: 900px;
  text-align: center;
}

.ppc-audit-benefits-heading h2 {
  color: #171717;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ppc-audit-benefits-heading p {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-benefits-list {
  display: grid;
  gap: 24px;
}

.ppc-audit-benefit {
  align-items: center;
  border: 1px dashed rgba(23, 23, 23, .42);
  display: grid;
  gap: 24px;
  grid-template-columns: 92px minmax(0, 1fr) 92px;
  min-height: 142px;
  padding: 18px 26px;
}

.ppc-audit-benefit:nth-child(even) {
  grid-template-columns: 92px minmax(0, 1fr) 92px;
}

.ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-number {
  grid-column: 3;
  grid-row: 1;
}

.ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-copy {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-icon {
  grid-column: 1;
  grid-row: 1;
}

.ppc-audit-benefit-number {
  color: rgba(23, 23, 23, .2);
  font-size: 4.5rem;
  font-weight: 850;
  line-height: 1;
}

.ppc-audit-benefit-copy h3 {
  color: #171717;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 8px;
}

.ppc-audit-benefit-copy p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.ppc-audit-benefit-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .2);
  border-radius: 50%;
  display: inline-flex;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.ppc-audit-benefit-icon svg {
  fill: none;
  height: 40px;
  stroke: #171717;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 40px;
}

.ppc-audit-process {
  background: #050505;
  color: #fff;
  padding: 78px 0 84px;
}

.ppc-audit-process-heading {
  margin: 0 auto 52px;
  max-width: 900px;
  text-align: center;
}

.ppc-audit-process-heading h2 {
  color: #ffd60a;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ppc-audit-process-heading p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-process-grid {
  display: grid;
  gap: 42px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ppc-audit-process-card {
  border: 1px solid rgba(255, 255, 255, .38);
  min-height: 222px;
  padding: 58px 24px 26px;
  position: relative;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ppc-audit-process-card:hover {
  border-color: rgba(255, 214, 10, .9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
  transform: translateY(-6px);
}

.ppc-audit-process-step {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  height: 76px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -38px;
  transform: translateX(-50%);
  width: 76px;
}

.ppc-audit-process-card h3 {
  color: #ffd60a;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}

.ppc-audit-process-card p {
  color: rgba(255, 255, 255, .82);
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-process-cta {
  margin-top: 48px;
  text-align: center;
}

.ppc-audit-process-cta strong {
  color: #fff;
  display: block;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.ppc-audit-process-cta p {
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 20px;
}

.ppc-audit-process-cta a {
  background: #ffd60a;
  border-radius: 6px;
  color: #171717;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  padding: 15px 24px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ppc-audit-process-cta a:hover {
  background: #e8c200;
  color: #171717;
  transform: translateY(-2px);
}

.ppc-audit-report {
  background: #fff;
  color: #171717;
  padding: 76px 0 86px;
}

.ppc-audit-report-heading {
  margin: 0 auto 34px;
  max-width: 900px;
  text-align: center;
}

.ppc-audit-report-heading h2 {
  color: #171717;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ppc-audit-report-heading p {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-report-viewer {
  background: #f4f4f4;
  border: 1px solid rgba(23, 23, 23, .18);
  border-radius: 12px;
  height: 720px;
  overflow: hidden;
}

.ppc-audit-report-viewer object {
  display: block;
  height: 100%;
  width: 100%;
}

.ppc-audit-report-fallback {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.ppc-audit-report-fallback p {
  color: #444;
  margin: 0;
}

.ppc-audit-report-fallback a,
.ppc-audit-report-link {
  color: #171717;
  font-weight: 750;
  text-underline-offset: 4px;
}

.ppc-audit-report-link {
  display: inline-flex;
  margin-top: 18px;
}

.ppc-audit-platforms {
  background: #050505;
  color: #fff;
  padding: 78px 0 84px;
}

.ppc-audit-platforms-heading {
  margin: 0 auto 54px;
  max-width: 900px;
  text-align: center;
}

.ppc-audit-platforms-heading h2 {
  color: #ffd60a;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ppc-audit-platforms-heading p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-platforms-grid {
  display: grid;
  gap: 46px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ppc-audit-platform-card {
  border: 1px solid rgba(255, 255, 255, .36);
  min-height: 276px;
  padding: 62px 24px 24px;
  position: relative;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ppc-audit-platform-card:hover {
  border-color: rgba(255, 214, 10, .9);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .36);
  transform: translateY(-7px);
}

.ppc-audit-platform-icon {
  align-items: center;
  background: #ffd60a;
  border-radius: 50%;
  display: inline-flex;
  height: 88px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  width: 88px;
}

.ppc-audit-platform-icon svg {
  fill: none;
  height: 43px;
  stroke: #171717;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 43px;
}

.ppc-audit-platform-card h3 {
  color: #ffd60a;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
}

.ppc-audit-platform-card p {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-platforms-cta {
  margin-top: 48px;
  text-align: center;
}

.ppc-audit-platforms-cta strong {
  color: #fff;
  display: block;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.ppc-audit-platforms-cta p {
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 20px;
}

.ppc-audit-platforms-cta a {
  background: #ffd60a;
  border-radius: 6px;
  color: #171717;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  padding: 15px 24px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ppc-audit-platforms-cta a:hover {
  background: #e8c200;
  color: #171717;
  transform: translateY(-2px);
}

.ppc-audit-faq {
  background: #fff;
  color: #171717;
  padding: 76px 0 86px;
}

.ppc-audit-faq-heading {
  margin: 0 auto 34px;
  max-width: 900px;
  text-align: center;
}

.ppc-audit-faq-heading h2 {
  color: #171717;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ppc-audit-faq-heading p {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.ppc-audit-faq-list {
  border-top: 1px solid rgba(23, 23, 23, .18);
  margin: 0 auto;
  max-width: 1040px;
}

.ppc-audit-faq-item {
  border-bottom: 1px solid rgba(23, 23, 23, .18);
}

.ppc-audit-faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: #171717;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 750;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 0;
  text-align: left;
  width: 100%;
}

.ppc-audit-faq-icon {
  align-items: center;
  border: 1px solid rgba(23, 23, 23, .38);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 1.25rem;
  height: 30px;
  justify-content: center;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 30px;
}

.ppc-audit-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.ppc-audit-faq-answer p {
  color: #444;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  overflow: hidden;
}

.ppc-audit-faq-item.is-open .ppc-audit-faq-answer {
  grid-template-rows: 1fr;
}

.ppc-audit-faq-item.is-open .ppc-audit-faq-answer p {
  padding-bottom: 22px;
}

.ppc-audit-faq-item.is-open .ppc-audit-faq-icon {
  background: #171717;
  color: #ffd60a;
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .ppc-audit-intro {
    padding: 112px 0 56px;
  }

  .ppc-audit-intro-grid,
  .ppc-audit-definition-grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .ppc-audit-definition {
    padding: 58px 0;
  }

  .ppc-audit-benefits {
    padding: 58px 0 64px;
  }

  .ppc-audit-process {
    padding: 62px 0 68px;
  }

  .ppc-audit-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppc-audit-report {
    padding: 58px 0 64px;
  }

  .ppc-audit-report-viewer {
    height: 620px;
  }

  .ppc-audit-platforms {
    padding: 62px 0 68px;
  }

  .ppc-audit-platforms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppc-audit-faq {
    padding: 58px 0 64px;
  }
}

@media (max-width: 768px) {
  .ppc-service-container {
    padding: 0 20px;
  }
}

@media (max-width: 520px) {
  .ppc-audit-intro {
    padding: 104px 0 46px;
  }

  .ppc-audit-intro-content h1 {
    font-size: 2rem;
  }

  .ppc-audit-intro-content p {
    font-size: 1rem;
  }

  .ppc-audit-intro-cta {
    width: 100%;
  }

  .ppc-audit-intro-media img {
    border-radius: 14px;
  }

  .ppc-audit-definition {
    padding: 48px 0;
  }

  .ppc-audit-definition-content h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-definition-content p {
    font-size: 1rem;
  }

  .ppc-audit-definition-media img {
    border-radius: 14px;
  }

  .ppc-audit-benefits {
    padding: 48px 0 52px;
  }

  .ppc-audit-benefits-heading {
    margin-bottom: 30px;
  }

  .ppc-audit-benefits-heading h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-benefits-heading p {
    font-size: 1rem;
  }

  .ppc-audit-benefit,
  .ppc-audit-benefit:nth-child(even) {
    gap: 14px;
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: auto;
    padding: 18px;
  }

  .ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-number,
  .ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-copy,
  .ppc-audit-benefit:nth-child(even) .ppc-audit-benefit-icon {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .ppc-audit-benefit-number {
    align-self: start;
    font-size: 2.5rem;
  }

  .ppc-audit-benefit-copy h3 {
    font-size: 1.15rem;
  }

  .ppc-audit-benefit-copy p {
    font-size: .95rem;
  }

  .ppc-audit-benefit-icon {
    display: none;
  }

  .ppc-audit-process {
    padding: 50px 0 54px;
  }

  .ppc-audit-process-heading {
    margin-bottom: 44px;
  }

  .ppc-audit-process-heading h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-process-heading p {
    font-size: 1rem;
  }

  .ppc-audit-process-grid {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .ppc-audit-process-card {
    min-height: auto;
    padding: 54px 18px 22px;
  }

  .ppc-audit-process-card h3 {
    font-size: 1.15rem;
  }

  .ppc-audit-report {
    padding: 48px 0 52px;
  }

  .ppc-audit-report-heading {
    margin-bottom: 26px;
  }

  .ppc-audit-report-heading h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-report-heading p {
    font-size: 1rem;
  }

  .ppc-audit-report-viewer {
    border-radius: 8px;
    height: 520px;
  }

  .ppc-audit-platforms {
    padding: 50px 0 54px;
  }

  .ppc-audit-platforms-heading {
    margin-bottom: 46px;
  }

  .ppc-audit-platforms-heading h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-platforms-heading p {
    font-size: 1rem;
  }

  .ppc-audit-platforms-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .ppc-audit-platform-card {
    min-height: auto;
    padding: 58px 18px 22px;
  }

  .ppc-audit-platform-card h3 {
    font-size: 1.2rem;
  }

  .ppc-audit-platform-icon {
    height: 78px;
    top: -39px;
    width: 78px;
  }

  .ppc-audit-platform-icon svg {
    height: 38px;
    width: 38px;
  }

  .ppc-audit-faq {
    padding: 48px 0 52px;
  }

  .ppc-audit-faq-heading {
    margin-bottom: 26px;
  }

  .ppc-audit-faq-heading h2 {
    font-size: 1.9rem;
  }

  .ppc-audit-faq-heading p {
    font-size: 1rem;
  }

  .ppc-audit-faq-question {
    font-size: 1rem;
    padding: 18px 0;
  }

  .ppc-audit-faq-answer p {
    font-size: .95rem;
  }
}

@media (max-width: 360px) {
  .ppc-service-container {
    padding: 0 14px;
  }

  .ppc-audit-intro {
    padding-top: 96px;
  }

  .ppc-audit-intro-content h1,
  .ppc-audit-definition-content h2,
  .ppc-audit-benefits-heading h2,
  .ppc-audit-process-heading h2,
  .ppc-audit-report-heading h2,
  .ppc-audit-platforms-heading h2,
  .ppc-audit-faq-heading h2 {
    font-size: 1.7rem;
  }

  .ppc-audit-benefit,
  .ppc-audit-benefit:nth-child(even) {
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }

  .ppc-audit-benefit-number {
    font-size: 2rem;
  }

  .ppc-audit-process-card,
  .ppc-audit-platform-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ppc-audit-report-viewer {
    height: 440px;
  }

  .ppc-audit-faq-question {
    gap: 12px;
  }
}
