.pdp-business-hero,
.pdp-home-facts,
.pdp-editorial-section,
.pdp-home-disclaimer,
.pdp-home-final-cta,
.pdp-policy-page,
.pdp-hub-page,
.pdp-resource-editorial {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1120px;
  width: calc(100% - 48px);
}

.pdp-business-hero *,
.pdp-home-facts *,
.pdp-editorial-section *,
.pdp-home-final-cta *,
.pdp-policy-page *,
.pdp-hub-page *,
.pdp-resource-editorial * {
  box-sizing: border-box;
}

.pdp-business-hero {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 84px);
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  padding-block: clamp(52px, 8vw, 96px);
}

.pdp-business-hero__copy h1 {
  font-size: clamp(3rem, 6.3vw, 5.5rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.pdp-business-hero__lede {
  color: #456077;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.68;
  margin: 24px 0 0;
  max-width: 690px;
}

.pdp-editorial-eyebrow {
  color: var(--pdp-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.pdp-business-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pdp-editorial-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pdp-editorial-button--primary {
  background: var(--pdp-blue);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
  color: #fff;
}

.pdp-editorial-button--primary:hover {
  background: var(--pdp-blue-dark);
  color: #fff;
  transform: translateY(-1px);
}

.pdp-editorial-button--secondary {
  background: #fff;
  border-color: #b9cedf;
  color: var(--pdp-navy);
}

.pdp-editorial-button--secondary:hover {
  border-color: var(--pdp-blue);
  color: var(--pdp-blue);
}

.pdp-form-finder {
  background: #fff;
  border: 1px solid var(--pdp-border);
  border-radius: 20px;
  box-shadow: var(--pdp-shadow);
  display: grid;
  gap: 9px;
  padding: clamp(22px, 4vw, 34px);
}

.pdp-form-finder h2 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

.pdp-form-finder label {
  font-size: 0.86rem;
  font-weight: 750;
  margin-top: 5px;
}

.pdp-form-finder select {
  background: #fff;
  border: 1px solid #b9cedf;
  border-radius: 10px;
  color: var(--pdp-navy);
  font: inherit;
  min-height: 48px;
  padding: 10px 38px 10px 12px;
  width: 100%;
}

.pdp-form-finder button {
  border: 0;
  cursor: pointer;
  font: inherit;
  margin-top: 10px;
  width: 100%;
}

.pdp-home-facts {
  background: var(--pdp-navy);
  border-radius: 18px;
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.pdp-home-facts > div {
  background: rgba(255, 255, 255, 0.045);
  display: grid;
  gap: 5px;
  min-height: 116px;
  padding: 24px;
  place-content: center start;
}

.pdp-home-facts strong {
  font-size: 1.25rem;
}

.pdp-home-facts span {
  color: #cdd9e4;
  font-size: 0.84rem;
}

.pdp-editorial-section {
  padding-block: clamp(64px, 9vw, 108px);
}

.pdp-editorial-section > h2,
.pdp-home-final-cta h2,
.pdp-policy-page h2,
.pdp-hub-page h2,
.pdp-resource-editorial h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 18px;
}

.pdp-editorial-section > p:not(.pdp-editorial-eyebrow),
.pdp-policy-page p,
.pdp-policy-page li,
.pdp-hub-page p,
.pdp-resource-editorial p,
.pdp-resource-editorial li {
  color: #456077;
  line-height: 1.72;
}

.pdp-task-grid,
.pdp-industry-grid,
.pdp-form-type-grid,
.pdp-office-tools__grid,
.pdp-hub-links {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.pdp-task-grid,
.pdp-form-type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdp-industry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pdp-office-tools__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdp-task-grid a,
.pdp-form-type-grid a,
.pdp-office-tools__grid a,
.pdp-hub-links a {
  background: #fff;
  border: 1px solid var(--pdp-border);
  border-radius: 14px;
  box-shadow: var(--pdp-shadow-sm);
  color: var(--pdp-navy);
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.pdp-task-grid a:hover,
.pdp-form-type-grid a:hover,
.pdp-office-tools__grid a:hover,
.pdp-hub-links a:hover {
  border-color: var(--pdp-blue);
  transform: translateY(-2px);
}

.pdp-task-grid strong,
.pdp-form-type-grid strong,
.pdp-office-tools__grid strong {
  font-size: 1.08rem;
}

.pdp-task-grid span,
.pdp-form-type-grid span,
.pdp-office-tools__grid span {
  color: var(--pdp-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pdp-industry-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pdp-border);
  border-radius: 12px;
  color: var(--pdp-navy);
  display: flex;
  font-weight: 750;
  justify-content: center;
  min-height: 84px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
}

.pdp-industry-grid a:hover {
  border-color: var(--pdp-teal);
  color: #08786c;
}

.pdp-use-steps ol {
  counter-reset: pdp-use-step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.pdp-use-steps li {
  background: #fff;
  border: 1px solid var(--pdp-border);
  border-radius: 16px;
  counter-increment: pdp-use-step;
  display: grid;
  gap: 9px;
  padding: 24px;
}

.pdp-use-steps li::before {
  align-items: center;
  background: #e9f8f5;
  border-radius: 999px;
  color: #08786c;
  content: counter(pdp-use-step);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.pdp-use-steps li span {
  color: var(--pdp-muted);
  line-height: 1.6;
}

.pdp-ad-break {
  border-block: 1px solid rgba(216, 228, 238, 0.72);
  margin: 0 auto;
  min-height: 92px;
  width: min(100% - 48px, 1120px);
}

.pdp-home-disclaimer {
  background: #e9f8f5;
  border-left: 4px solid var(--pdp-teal);
  border-radius: 12px;
  color: #29465f;
  line-height: 1.68;
  padding: 20px 22px;
}

.pdp-home-final-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--pdp-navy), #173c62);
  border-radius: 20px;
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-block: clamp(64px, 9vw, 108px);
  padding: clamp(28px, 5vw, 48px);
}

.pdp-home-final-cta h2 {
  color: #fff;
  margin-bottom: 0;
}

.pdp-home-final-cta .pdp-editorial-eyebrow {
  color: #77e2d5;
}

.pdp-policy-page,
.pdp-hub-page,
.pdp-resource-editorial {
  max-width: 840px;
  padding-block: 20px clamp(70px, 9vw, 108px);
}

.pdp-policy-lede {
  color: #29465f !important;
  font-size: 1.12rem;
  line-height: 1.72;
  margin-bottom: 40px;
}

.pdp-policy-page h2,
.pdp-hub-page h2,
.pdp-resource-editorial h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  margin-top: 42px;
}

.pdp-policy-page li + li,
.pdp-resource-editorial li + li {
  margin-top: 9px;
}

.pdp-hub-page {
  max-width: 1120px;
}

.pdp-hub-page__intro {
  font-size: 1.08rem;
  max-width: 760px;
}

.pdp-hub-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdp-hub-links a {
  min-height: 76px;
}

.pdp-resource-editorial > section {
  border-top: 1px solid var(--pdp-border);
  margin-top: 34px;
  padding-top: 28px;
}

.pdp-resource-editorial .pdp-editorial-steps {
  line-height: 1.65;
}

.pdp-footer-grid {
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
}

.pdp-footer-facts {
  color: #465f73 !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  line-height: 1.55;
}

.pdp-footer-bottom {
  color: #465f73;
}

#gpgen .gp-note,
#calgen .cg-note,
#plgen .pl-note {
  color: #4c6072 !important;
}

@media (max-width: 980px) {
  .pdp-business-hero {
    grid-template-columns: 1fr;
  }

  .pdp-industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pdp-business-hero,
  .pdp-home-facts,
  .pdp-editorial-section,
  .pdp-home-disclaimer,
  .pdp-home-final-cta,
  .pdp-policy-page,
  .pdp-hub-page,
  .pdp-resource-editorial {
    width: calc(100% - 32px);
  }

  .pdp-home-facts,
  .pdp-task-grid,
  .pdp-form-type-grid,
  .pdp-office-tools__grid,
  .pdp-use-steps ol,
  .pdp-hub-links {
    grid-template-columns: 1fr;
  }

  .pdp-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .pdp-home-final-cta .pdp-editorial-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .pdp-business-hero__copy h1 {
    font-size: clamp(2.7rem, 15vw, 3.65rem);
  }

  .pdp-business-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pdp-editorial-button {
    width: 100%;
  }

  .pdp-industry-grid,
  .pdp-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-business-hero *,
  .pdp-editorial-section *,
  .pdp-home-final-cta *,
  .pdp-hub-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
