.aprt-page {
  --aprt-blue: #1263e7;
  --aprt-blue-dark: #063d93;
  --aprt-ink: #071a33;
  --aprt-text: #11284a;
  --aprt-muted: #556b86;
  --aprt-line: #d9e7fb;
  --aprt-soft: #f6faff;
  --aprt-soft-blue: #eef5ff;
  --aprt-shadow: 0 18px 50px rgba(7, 26, 51, 0.08);
  --aprt-shadow-soft: 0 12px 32px rgba(7, 26, 51, 0.05);
  color: var(--aprt-text);
  background: #ffffff;
}

.aprt-page * {
  box-sizing: border-box;
}

body.page-id-2432 .entry-hero,
body.page-id-2432 .entry-header,
body.page-id-2432 .page-title-wrap,
body.page-id-2432 .entry-title {
  display: none !important;
}

body.page-id-2432 #inner-wrap,
body.page-id-2432 #primary,
body.page-id-2432 .content-container.site-container,
body.page-id-2432 .content-container,
body.page-id-2432 .entry-content-wrap,
body.page-id-2432 .entry-content {
  max-width: none !important;
  width: 100% !important;
}

body.page-id-2432 .entry-content-wrap,
body.page-id-2432 .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

.aprt-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.aprt-hero {
  padding: clamp(78px, 10vw, 122px) 20px 74px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 15% 18%, rgba(93, 173, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--aprt-blue) 0%, var(--aprt-blue-dark) 100%);
  color: #ffffff;
}

.aprt-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  color: #eff6ff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.aprt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.aprt-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(42px, 5.7vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.aprt-hero-copy p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(241, 247, 255, 0.94);
  font-size: 18px;
  line-height: 1.68;
}

.aprt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.aprt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none !important;
  font-weight: 850;
  line-height: 1;
}

.aprt-button-primary {
  background: #ffffff;
  color: var(--aprt-blue) !important;
  box-shadow: 0 16px 32px rgba(0, 29, 76, 0.18);
}

.aprt-button-primary:hover {
  background: #edf4ff;
}

.aprt-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.aprt-button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.aprt-note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 28px;
  max-width: 760px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.aprt-note-badge {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
}

.aprt-note p {
  margin: 0;
  color: rgba(244, 249, 255, 0.95);
  font-size: 15px;
  line-height: 1.65;
}

.aprt-flow {
  display: grid;
  gap: 16px;
  position: relative;
  padding-left: 26px;
}

.aprt-flow:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.64) 0,
    rgba(255, 255, 255, 0.64) 9px,
    transparent 9px,
    transparent 17px
  );
}

.aprt-flow-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 19px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: var(--aprt-ink);
  box-shadow: 0 18px 44px rgba(0, 23, 64, 0.17);
}

.aprt-flow-card:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.62);
}

.aprt-flow-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.aprt-flow-icon-blue { background: linear-gradient(135deg, #2f7cf2, #135fe7); }
.aprt-flow-icon-violet { background: linear-gradient(135deg, #9a63ff, #7142e4); }
.aprt-flow-icon-green { background: linear-gradient(135deg, #2ab475, #118a59); }
.aprt-flow-icon-orange { background: linear-gradient(135deg, #ff9752, #ee6c1a); }

.aprt-flow-card h3 {
  margin: 0 0 5px;
  color: var(--aprt-ink);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.aprt-flow-card p {
  margin: 0;
  color: var(--aprt-muted);
  font-size: 14px;
  line-height: 1.45;
}

.aprt-section {
  padding: 76px 20px;
}

.aprt-section-soft {
  background: var(--aprt-soft);
  border-top: 1px solid var(--aprt-line);
  border-bottom: 1px solid var(--aprt-line);
}

.aprt-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.aprt-heading h2 {
  margin: 0;
  color: var(--aprt-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.aprt-heading p {
  margin: 16px 0 0;
  color: var(--aprt-muted);
  font-size: 18px;
  line-height: 1.68;
}

.aprt-card-grid {
  display: grid;
  gap: 18px;
}

.aprt-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aprt-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.aprt-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aprt-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--aprt-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--aprt-shadow-soft);
}

.aprt-card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--aprt-soft-blue);
  color: var(--aprt-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.aprt-card h3 {
  margin: 0 0 10px;
  color: var(--aprt-ink);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.aprt-card p {
  margin: 0;
  color: var(--aprt-muted);
  font-size: 15px;
  line-height: 1.65;
}

.aprt-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.aprt-data-card,
.aprt-recipe,
.aprt-limits,
.aprt-compare,
.aprt-cta-box {
  background: #ffffff;
  border: 1px solid var(--aprt-line);
  border-radius: 22px;
  box-shadow: var(--aprt-shadow-soft);
}

.aprt-data-card {
  padding: 30px;
}

.aprt-data-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.aprt-data-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--aprt-soft-blue);
  color: var(--aprt-blue);
  font-size: 22px;
  font-weight: 900;
}

.aprt-data-card h3 {
  margin: 0;
  color: var(--aprt-ink);
  font-size: 24px;
  letter-spacing: -0.035em;
}

.aprt-check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aprt-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--aprt-text);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.aprt-check-list li:before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: var(--aprt-blue);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-top: 2px;
}

.aprt-data-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--aprt-soft-blue);
  color: var(--aprt-muted);
  font-size: 14px;
  line-height: 1.62;
}

.aprt-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.aprt-timeline:before {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  top: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(18, 99, 231, 0.18), rgba(18, 99, 231, 0.55), rgba(18, 99, 231, 0.18));
}

.aprt-step {
  position: relative;
  text-align: center;
}

.aprt-step-number {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: var(--aprt-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(18, 99, 231, 0.18);
}

.aprt-step p {
  margin: 0;
  color: var(--aprt-ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.aprt-recipe {
  max-width: 880px;
  margin: 30px auto 0;
  padding: 26px 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f2f7ff 100%);
}

.aprt-recipe p {
  margin: 0 0 12px;
  color: var(--aprt-muted);
  font-size: 16px;
  line-height: 1.68;
}

.aprt-recipe p:last-child {
  margin-bottom: 0;
}

.aprt-recipe strong {
  color: var(--aprt-ink);
}

.aprt-compare {
  overflow: hidden;
}

.aprt-compare table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.aprt-compare th,
.aprt-compare td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--aprt-line);
  text-align: left;
  font-size: 15px;
}

.aprt-compare th {
  background: var(--aprt-soft);
  color: var(--aprt-ink);
  font-size: 18px;
}

.aprt-compare th:last-child {
  background: var(--aprt-soft-blue);
  color: var(--aprt-blue-dark);
}

.aprt-compare tr:last-child td {
  border-bottom: 0;
}

.aprt-limits {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
}

.aprt-limits p {
  margin: 0;
  color: var(--aprt-muted);
  font-size: 16px;
  line-height: 1.68;
}

.aprt-cta {
  padding-top: 0;
}

.aprt-cta-box {
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, var(--aprt-blue) 0%, var(--aprt-blue-dark) 100%);
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(7, 26, 51, 0.12);
}

.aprt-cta-box h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.aprt-cta-box p {
  margin: 0;
  color: rgba(243, 248, 255, 0.94);
  font-size: 17px;
  line-height: 1.68;
}

.aprt-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aprt-cta-actions .aprt-button {
  width: 100%;
}

.aprt-cta-actions .aprt-button-primary {
  box-shadow: none;
}

@media (max-width: 1100px) {
  .aprt-card-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aprt-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .aprt-timeline:before {
    display: none;
  }
}

@media (max-width: 980px) {
  .aprt-hero-grid,
  .aprt-cta-box {
    grid-template-columns: 1fr;
  }

  .aprt-card-grid-four,
  .aprt-card-grid-three,
  .aprt-data-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .aprt-shell {
    width: calc(100% - 32px);
  }

  .aprt-hero,
  .aprt-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aprt-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .aprt-card-grid-five,
  .aprt-timeline {
    grid-template-columns: 1fr;
  }

  .aprt-actions {
    align-items: stretch;
  }

  .aprt-button {
    width: 100%;
  }

  .aprt-data-card,
  .aprt-recipe,
  .aprt-limits,
  .aprt-cta-box {
    padding: 28px;
  }

  .aprt-compare {
    overflow-x: auto;
  }

  .aprt-compare table {
    min-width: 720px;
  }

  .aprt-limits {
    grid-template-columns: 1fr;
  }

  .aprt-step {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    text-align: left;
  }

  .aprt-step-number {
    margin: 0;
  }
}

/* Paid media platform logo cards */
body.page-id-2432 .aprt-logo-card {
  position: relative;
}

body.page-id-2432 .aprt-logo-wrap {
  width: 104px;
  height: 44px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.page-id-2432 .aprt-logo-wrap img {
  display: block;
  max-width: 104px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  body.page-id-2432 .aprt-logo-wrap {
    margin-bottom: 14px;
  }
}


/* Auripath paid media retargeting polish 20260617 START */

/* Improve page readability and polish without touching global header/footer */
body.page-id-2432 .aprt-section {
  padding-top: clamp(72px, 8vw, 106px);
  padding-bottom: clamp(72px, 8vw, 106px);
}

body.page-id-2432 .aprt-heading {
  margin-bottom: 34px;
}

body.page-id-2432 .aprt-heading h2 {
  letter-spacing: -0.035em;
}

body.page-id-2432 .aprt-heading p {
  font-size: 1rem;
  line-height: 1.65;
}

body.page-id-2432 .aprt-card {
  padding: 25px;
}

body.page-id-2432 .aprt-card h3 {
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
  line-height: 1.25;
  letter-spacing: -0.018em;
  margin-bottom: 10px;
}

body.page-id-2432 .aprt-card p {
  font-size: 0.96rem;
  line-height: 1.58;
}

body.page-id-2432 .aprt-card-kicker {
  margin-bottom: 13px;
  font-size: 0.68rem;
  letter-spacing: 0.075em;
}

body.page-id-2432 .aprt-card-grid-five {
  gap: 20px;
}

body.page-id-2432 .aprt-card-grid-five .aprt-card {
  padding: 24px 22px;
}

body.page-id-2432 .aprt-card-grid-five .aprt-card p {
  font-size: 0.93rem;
  line-height: 1.56;
}

body.page-id-2432 .aprt-flow {
  max-width: 430px;
  gap: 18px;
}

body.page-id-2432 .aprt-flow-card {
  padding: 20px 22px;
  min-height: 86px;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(7, 26, 51, 0.16);
}

body.page-id-2432 .aprt-flow-card h3 {
  font-size: 1.03rem;
  letter-spacing: -0.015em;
}

body.page-id-2432 .aprt-flow-card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

body.page-id-2432 .aprt-logo-wrap {
  width: 132px;
  height: 50px;
  margin-bottom: 16px;
}

body.page-id-2432 .aprt-logo-wrap img {
  max-width: 132px;
  max-height: 44px;
}

body.page-id-2432 .aprt-logo-wrap img[src*="linkedin-in-icon"] {
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
}

body.page-id-2432 .aprt-cta-box {
  padding: clamp(34px, 5vw, 50px);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(7, 48, 120, 0.22);
}

body.page-id-2432 .aprt-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

body.page-id-2432 .aprt-cta-box p {
  font-size: 1rem;
  line-height: 1.58;
}

body.page-id-2432 .aprt-cta-actions .aprt-button {
  min-height: 48px;
  padding-inline: 22px;
}

@media (max-width: 1180px) and (min-width: 821px) {
  body.page-id-2432 .aprt-card-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.page-id-2432 .aprt-card {
    padding: 22px;
  }

  body.page-id-2432 .aprt-card p {
    font-size: 0.95rem;
  }

  body.page-id-2432 .aprt-flow-card {
    min-height: auto;
  }

  body.page-id-2432 .aprt-logo-wrap {
    margin-bottom: 13px;
  }
}

/* Auripath paid media retargeting polish 20260617 END */

