/* Analytics Platforms landing — matches Figma UKtQ9qlg413X13LyoWiGQ9 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

body.page-template-page-analytics-platforms {
  font-family: "Montserrat", sans-serif;
  color: #0d1b3e;
  background: #fff;
}

body.page-template-page-analytics-platforms .site-header {
  background: transparent;
}

body.page-template-page-analytics-platforms .site-header .navbar {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

body.page-template-page-analytics-platforms #ic-main {
  padding-top: 0;
  background: #fff;
}

body.page-template-page-analytics-platforms #ic-main::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* Override global theme `p { font-size: 1.2em !important; ... }` */
body.page-template-page-analytics-platforms .ap-hero p,
body.page-template-page-analytics-platforms .ap-assessment p,
body.page-template-page-analytics-platforms .ap-problems p,
body.page-template-page-analytics-platforms .ap-roi p,
body.page-template-page-analytics-platforms .ap-platforms p,
body.page-template-page-analytics-platforms .ap-cta p,
body.page-template-page-analytics-platforms .ap-final-cta p,
body.page-template-page-analytics-platforms .ap-faq p,
body.page-template-page-analytics-platforms .ap-faq li,
body.page-template-page-analytics-platforms .ap-focus-card p,
body.page-template-page-analytics-platforms .ap-problem-card p,
body.page-template-page-analytics-platforms .ap-platform-card p,
body.page-template-page-analytics-platforms .ap-deliverables p {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.ap-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1565db;
  text-align: center;
  margin-bottom: 12px;
}

.ap-kicker--left {
  text-align: left;
}

.ap-pill {
  display: inline-block;
  background: #eef4ff;
  color: #1560bd;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 1.344px;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.ap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.ap-btn:hover {
  opacity: 0.92;
  text-decoration: none;
}

.ap-btn--white {
  background: #fff;
  color: #1560bd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding: 14px 28px;
  font-size: 17px;
  line-height: 21px;
  min-height: 62px;
}

.ap-btn--white:hover {
  color: #1560bd;
}

.ap-btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  font-size: 17px;
  line-height: 21px;
  min-height: 62px;
}

.ap-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ap-btn--primary {
  background: #1565db;
  color: #fff;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 22.5px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(21, 101, 219, 0.25);
  min-height: 57px;
}

.ap-btn--primary:hover {
  color: #fff;
}

.ap-btn--outline {
  border: 2px solid #1565db;
  color: #1565db;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 22.5px;
  border-radius: 10px;
  min-height: 57px;
}

.ap-btn--outline:hover {
  color: #1565db;
  background: rgba(21, 101, 219, 0.04);
}

.ap-btn--lg {
  min-width: 414px;
  max-width: 100%;
}

/* Hero */
.ap-hero {
  background: linear-gradient(150deg, #1565db 0%, #1a7fe0 50%, #0ea5e9 100%);
  padding: 140px 0 48px;
  position: relative;
  overflow: hidden;
}

.ap-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.ap-hero__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ap-hero__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px;
  max-width: 671px;
}

.ap-hero__title span {
  color: #82d6fe;
}

.ap-hero__lead {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 16px;
  max-width: 703px;
}

.ap-hero__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px;
  max-width: 638px;
}

.ap-hero__roi {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin: 0 0 8px;
}

.ap-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 10px;
}

.ap-hero__visual {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ap-hero__report {
  max-width: 100%;
  height: auto;
  /*transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);*/
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.25));
}

.ap-hero__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(21, 96, 189, 0.28);
  border-radius: 17px;
  padding: 22px 40px;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.ap-hero__stat {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.ap-hero__stat-icon {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  overflow: clip;
}

.ap-hero__stat-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.ap-hero__stat-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

.ap-hero__stat-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 335px;
}

.ap-hero__stat-divider {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

/* Assessment */
.ap-assessment {
  padding: 96px 0 80px;
  background: #fff;
}

.ap-assessment__intro {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
}

.ap-assessment__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #111827;
  margin: 0 0 20px;
}

.ap-assessment__desc {
  font-size: 16px;
  line-height: 28.8px;
  color: #4b5563;
  margin: 0;
}

.ap-assessment__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f5f7fa;
  border-radius: 14px;
  padding: 22px 32px;
  margin-bottom: 33px;
}

.ap-tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px 14px;
  border-radius: 20px;
}

.ap-tag--light {
  background: #eef4ff;
  border: 1px solid #c7d9f8;
  color: #1560bd;
}

.ap-tag--solid {
  background: #1560bd;
  color: #fff;
}

.ap-assessment__arrow {
  color: #9ca3af;
  font-size: 19px;
  font-weight: 700;
  padding: 0 8px;
}

.ap-assessment__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  margin-bottom: 33px;
}

.ap-focus-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 456px;
}

.ap-focus-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ap-focus-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(21, 101, 219, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-focus-card__icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.ap-focus-card__num {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
  letter-spacing: -1px !important;
  color: #e2e8f0 !important;
}

.ap-focus-card__label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 16.5px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  color: #1565db !important;
  margin: 0;
}

.ap-focus-card__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 23.4px !important;
  letter-spacing: 0 !important;
  color: #0d1b3e !important;
  margin: 0;
  max-width: 216px;
}

.ap-focus-card__desc {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 23.1px !important;
  letter-spacing: 0 !important;
  color: #64748b !important;
  margin: 0;
}

.ap-focus-card__list {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-focus-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 19.5px !important;
  letter-spacing: 0 !important;
  color: #475569 !important;
}

.ap-focus-card__list li span {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 19.5px !important;
  letter-spacing: 0 !important;
  color: #475569 !important;
}

.ap-focus-card__list img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ap-deliverables {
  background: #1565db;
  border: 1px solid rgba(21, 101, 219, 0.13);
  border-radius: 16px;
  padding: 28px 32px;
  text-align: center;
}

.ap-deliverables__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
}

.ap-deliverables__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 9px;
}

.ap-deliverables__row:last-child {
  margin-bottom: 0;
}

.ap-deliverables__chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12.48px;
  font-weight: 600;
  line-height: 18.72px;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Problems */
.ap-problems {
  padding: 40px 0 80px;
  background: #fff;
}

.ap-problems__intro {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}

.ap-problems__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  color: #0d1b3e;
  margin: 0 0 20px;
}

.ap-problems__desc {
  font-size: 17px;
  line-height: 29.75px;
  color: #4a5568;
  margin: 0 auto;
  max-width: 620px;
}

.ap-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
}

.ap-problem-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 375px;
}

.ap-problem-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  color: #0d1b3e;
  margin: 0;
  padding: 24px 24px 0;
}

.ap-problem-card__problem {
  margin: 16px 24px 0;
  background: #fff7ed;
  border-radius: 10px;
  padding: 14px 16px;
  flex: 1;
}

.ap-problem-card__problem p:last-child {
  font-size: 13px;
  line-height: 20.8px;
  color: #64748b;
  margin: 6px 0 0;
}

.ap-problem-card__fix {
  margin-top: 14px;
  background: rgba(21, 101, 219, 0.03);
  border-top: 1px solid rgba(21, 101, 219, 0.08);
  padding: 14px 24px 24px;
}

.ap-problem-card__fix p:last-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  color: #0d1b3e;
  margin: 6px 0 0;
}

.ap-problem-card__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}

.ap-problem-card__label--problem {
  color: #f59e0b;
}

.ap-problem-card__label--fix {
  color: #1565db;
}

/* ROI */
.ap-roi {
  padding: 40px 0 100px;
  background: #fff;
}

.ap-roi__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  color: #0d1b3e;
  margin: 14px 0 20px;
  max-width: 560px;
}

.ap-roi__desc {
  font-size: 16px;
  line-height: 28px;
  color: #4a5568;
  margin: 0 0 32px;
  max-width: 560px;
}

.ap-roi__identify {
  font-size: 14px;
  font-weight: 700;
  color: #0d1b3e;
  margin: 0 0 16px;
}

.ap-roi__checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 560px;
  margin-bottom: 32px;
}

.ap-roi__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #475569;
}

.ap-roi__check img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.ap-roi__formula {
  background: linear-gradient(171deg, #1565db 0%, #0ea5e9 100%);
  border-radius: 14px;
  padding: 28px;
  text-align: center;
}

.ap-roi__formula p {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.3px;
  color: #fff;
  margin: 0;
}

.ap-roi__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.ap-roi__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f8faff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 21px 24px;
}

.ap-roi__step-num {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1565db 0%, #0ea5e9 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ap-roi__step h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  color: #0d1b3e;
  margin: 0 0 4px;
}

.ap-roi__step p {
  font-size: 14px;
  line-height: 22.4px;
  color: #64748b;
  margin: 0;
}

.ap-roi__note {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 16px 20px;
}

.ap-roi__note p {
  font-size: 13px;
  line-height: 20.8px;
  color: #78350f;
  margin: 0;
}

/* Platforms */
.ap-platforms {
  padding: 0 0 80px;
  background: #fff;
}

.ap-platforms__box {
  background: #f1f6fc !important;
  border-radius: 32px;
  padding: 45px 48px 52px;
}

.ap-platforms__intro {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}

.ap-platforms__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50.4px;
  color: #0d1b3e;
  margin: 0 0 20px;
}

.ap-platforms__desc {
  font-size: 17px;
  line-height: 29.75px;
  color: #4a5568;
  margin: 0 auto;
  max-width: 620px;
}

.ap-platforms__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.ap-platform-card {
  background: #fff !important;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ap-platform-card__logo {
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: transparent;
}

.ap-platform-card__logo img {
  max-height: 62px;
  width: auto;
  max-width: 103px;
  object-fit: contain;
  display: block;
  background: transparent;
}

.ap-platform-card__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #111827;
  margin: 0 0 8px;
}

.ap-platform-card__badge {
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 12px;
  border-radius: 9999px;
}

.ap-platforms__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.ap-platforms__line {
  height: 1px;
  width: 200px;
  max-width: 20%;
  background: #e5e7eb;
}

.ap-platforms__divider-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #6b7280;
  text-align: center;
  white-space: nowrap;
}

.ap-platforms__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.ap-industry-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 11px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #374151;
}

.ap-industry-tag img {
  width: 20px;
  height: 16px;
  object-fit: contain;
}

/* Mid CTA */
.ap-cta {
  background: linear-gradient(169deg, #1560bd 0%, #2e8de8 100%);
  padding: 100px 0;
}

.ap-cta__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43.2px;
  letter-spacing: -0.72px;
  color: #fff;
  margin: 0 0 16px;
}

.ap-cta__desc {
  font-size: 16.8px;
  line-height: 28.56px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 36px;
}

/* Final CTA */
.ap-final-cta {
  padding: 100px 0 80px;
  background: #fff;
}

.ap-final-cta__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 59.8px;
  color: #0d1b3e;
  margin: 20px auto 24px;
  max-width: 918px;
}

.ap-final-cta__desc {
  font-size: 17px;
  line-height: 29.75px;
  color: #4a5568;
  margin: 0 auto 32px;
  max-width: 680px;
}

.ap-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* FAQ */
.ap-faq {
  padding: 40px 0 120px;
  background: #fff;
}

.ap-faq__title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 47.5px !important;
  letter-spacing: 0 !important;
  color: #0d1b3e !important;
  margin: 14px 0 16px;
  max-width: 340px;
  width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: manual;
}

.ap-faq__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 24px;
  max-width: 402px;
}

.ap-faq__cta {
  margin-top: 8px;
}

.ap-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ap-faq__item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ap-faq__item.is-open {
  border-color: #1565db;
  box-shadow: 0 4px 20px rgba(21, 101, 219, 0.1);
}

.ap-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 20px 24px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: #0d1b3e;
  cursor: pointer;
}

.ap-faq__chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ap-faq__answer {
  padding: 0 24px 20px;
}

.ap-faq__answer p,
.ap-faq__answer li {
  font-size: 15px;
  line-height: 25.5px;
  color: #4a5568;
  margin: 0;
  max-width: 730px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .ap-assessment__cards,
  .ap-problems__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-platforms__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-hero__title {
    font-size: 40px;
    line-height: 48px;
  }

  .ap-final-cta__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 991.98px) {
  .ap-hero {
    padding-top: 120px;
  }

  .ap-hero__stats {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .ap-hero__stat-divider {
    width: 100%;
    height: 1px;
  }

  .ap-hero__report {
    transform: none;
    margin-top: 24px;
  }

  .ap-platforms__box {
    padding: 40px 24px;
  }

  .ap-platforms__divider-text {
    white-space: normal;
  }

  .ap-btn--lg {
    min-width: 0;
    width: 100%;
  }

  .ap-roi__checks {
    grid-template-columns: 1fr;
  }

  .ap-faq__title {
    font-size: 32px !important;
    line-height: 40px !important;
    max-width: 280px;
  }
}

@media (max-width: 767.98px) {
  .ap-assessment__cards,
  .ap-problems__grid,
  .ap-platforms__grid {
    grid-template-columns: 1fr;
  }

  .ap-hero__title {
    font-size: 32px;
    line-height: 40px;
  }

  .ap-hero__lead {
    font-size: 18px;
    line-height: 28px;
  }

  .ap-assessment__title,
  .ap-problems__title,
  .ap-roi__title,
  .ap-platforms__title {
    font-size: 28px;
    line-height: 36px;
  }

  .ap-faq__title {
    font-size: 28px !important;
    line-height: 34px !important;
    max-width: 100%;
  }

  .ap-faq__title br {
    display: none;
  }

  .ap-final-cta__title {
    font-size: 28px;
    line-height: 36px;
  }

  .ap-cta__title {
    font-size: 28px;
    line-height: 34px;
  }

  .ap-hero__actions,
  .ap-final-cta__actions {
    flex-direction: column;
  }

  .ap-btn {
    width: 100%;
  }

  .ap-focus-card {
    min-height: 0;
  }

  .ap-problem-card {
    min-height: 0;
  }
}
