:root {
  --pp-nav-bg: rgba(255, 255, 255, 0.94);
  --pp-nav-border: #d8e3ef;
  --pp-nav-text: #102033;
  --pp-nav-muted: #4b5b6f;
  --pp-nav-primary: #2563eb;
  --pp-nav-primary-dark: #1d4ed8;
}

.pp-seo-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--pp-nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--pp-nav-border);
}

.pp-seo-nav-inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.pp-seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pp-nav-text);
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
}

.pp-seo-brand img {
  width: 30px;
  height: 30px;
}

.pp-seo-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-left: auto;
}

.pp-seo-links a {
  color: var(--pp-nav-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 9px;
}

.pp-seo-links a:hover {
  color: var(--pp-nav-primary);
  background: #eef4ff;
}

.pp-seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--pp-nav-primary);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pp-seo-cta:hover {
  background: var(--pp-nav-primary-dark);
  text-decoration: none;
}

body.pp-seo-has-nav .wrap {
  padding-top: 18px;
}

.pp-seo-template {
  margin: 0;
  font-family: Inter, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #f6f8fb;
  color: #122230;
  line-height: 1.6;
}

.pp-seo-template * {
  box-sizing: border-box;
}

.pp-seo-template main {
  padding: 24px 0 56px;
}

.pp-seo-template .container {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.pp-seo-template .hero,
.pp-seo-template .card {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}

.pp-seo-template h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 10px;
}

.pp-seo-template h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.pp-seo-template p {
  margin: 0 0 10px;
  color: #425466;
}

.pp-seo-template ul,
.pp-seo-template ol {
  margin: 8px 0 0 20px;
  color: #425466;
}

.pp-seo-template .section {
  padding: 0;
}

.pp-seo-template .kicker {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #bfd8ff;
  color: #0b5fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.pp-seo-template .sub {
  font-size: 18px;
  max-width: 760px;
}

.pp-seo-template .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.pp-seo-template .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 11px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.pp-seo-template .btn.primary {
  background: #0b5fff;
  color: #ffffff;
}

.pp-seo-template .btn.secondary {
  color: #122230;
  background: #ffffff;
  border-color: #d9e2ec;
}

.pp-seo-template .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 6px;
}

.pp-seo-template .links a {
  color: #0b5fff;
  text-decoration: none;
}

.pp-seo-template .faq details {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0;
}

.pp-seo-template .faq summary {
  cursor: pointer;
  font-weight: 700;
}

.pp-seo-template .notice {
  font-size: 12px;
  color: #5e6e82;
  background: #f3f8ff;
  border: 1px solid #d5e5ff;
  border-radius: 12px;
  padding: 11px 12px;
  margin-bottom: 16px;
}

.pp-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pp-fit-card ul {
  margin: 10px 0 0 20px;
}

.pp-proof-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.pp-proof-step {
  background: #f8fbff;
  border: 1px solid #d7e5ff;
  border-radius: 12px;
  padding: 12px;
}

.pp-proof-step b {
  display: block;
  color: #0b2a55;
  font-size: 13px;
  margin-bottom: 4px;
}

.pp-proof-step span {
  color: #425466;
  font-size: 13px;
}

.pp-cmp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: .95rem;
}

.pp-cmp-table th {
  background: #f0f5ff;
  color: #0b2a55;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #d9e2ec;
}

.pp-cmp-table td {
  padding: 9px 12px;
  border-bottom: 1px solid #d9e2ec;
  color: #425466;
  vertical-align: top;
}

.pp-cmp-table tr:last-child td {
  border-bottom: none;
}

.pp-cmp-table td:first-child {
  color: #122230;
  font-weight: 500;
}

.pp-cmp-table .yes {
  color: #16a34a;
  font-weight: 700;
}

.pp-cmp-table .no {
  color: #94a3b8;
}

.pp-cmp-note {
  font-size: .87rem;
  color: #667085;
  margin-top: 8px;
}

@media (max-width: 600px) {
  /* Stack the decision table into cards on phones; table stays on tablet/desktop */
  .pp-cmp-table thead {
    display: none;
  }

  .pp-cmp-table,
  .pp-cmp-table tbody,
  .pp-cmp-table tr,
  .pp-cmp-table td {
    display: block;
    width: 100%;
  }

  .pp-cmp-table tr {
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    background: #fbfdff;
    padding: 10px 12px;
    margin: 0 0 10px;
  }

  .pp-cmp-table td {
    border-bottom: none;
    padding: 0 0 8px;
    font-size: .9rem;
  }

  .pp-cmp-table td:last-child {
    padding-bottom: 0;
  }

  .pp-cmp-table td:first-child {
    font-weight: 700;
    font-size: .95rem;
    padding-bottom: 6px;
  }

  .pp-cmp-table td:nth-child(2)::before,
  .pp-cmp-table td:nth-child(3)::before {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 2px;
  }

  .pp-cmp-table td:nth-child(2)::before {
    content: 'ProxiPoint';
    color: #0b5fff;
  }

  .pp-cmp-table td:nth-child(3)::before {
    content: 'Competitor';
    color: #5e6e82;
  }
}

.pp-seo-footer {
  border-top: 1px solid #d8e3ef;
  margin-top: 20px;
  background: #fff;
}

.pp-seo-footer-inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.pp-seo-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #102033;
  font-size: 14px;
  font-weight: 800;
}

.pp-seo-footer-brand img {
  width: 24px;
  height: 24px;
}

.pp-seo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.pp-seo-footer-links a {
  color: #4b5b6f;
  font-size: 13px;
  text-decoration: none;
}

.pp-seo-footer-links a:hover {
  color: #2563eb;
  text-decoration: none;
}

@media (max-width: 860px) {
  .pp-seo-nav-inner {
    min-height: 62px;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .pp-seo-links {
    width: 100%;
    order: 3;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .pp-seo-links {
    display: none;
  }

  .pp-fit-grid {
    grid-template-columns: 1fr;
  }

  .pp-proof-flow {
    grid-template-columns: 1fr;
  }

  .pp-seo-template .container {
    width: min(100% - 24px, 980px);
  }

  .pp-seo-template .sub {
    font-size: 17px;
  }

  .pp-seo-nav-inner {
    justify-content: space-between;
  }

  body.pp-seo-has-nav .wrap {
    padding-top: 14px;
  }
}
