:root {
  --pp-navy: #1e3a5f;
  --pp-navy-dark: #152943;
  --pp-navy-light: #2d5a87;
  --pp-navy-lighter: #3b7ab8;
  --pp-teal: #22d3ee;
  --pp-teal-dark: #06b6d4;
  --pp-teal-light: #ecfeff;
  --pp-bg: #edf1f7;
  --pp-text: #1a2b3c;
  --pp-muted: #5a6b7d;
  --pp-white: #ffffff;
  --pp-shadow: 0 12px 32px rgba(30, 58, 95, 0.12);
  --pp-radius: 12px;
  --pp-max-width: 1100px;
  --pp-header-offset: 6.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--pp-header-offset);
}

section[id] {
  scroll-margin-top: var(--pp-header-offset);
}

.scroll-anchor {
  display: block;
  position: relative;
  top: calc(-1 * var(--pp-header-offset) - 1.5rem);
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--pp-text);
  background: var(--pp-bg);
  line-height: 1.6;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--pp-navy);
  text-decoration: none;
}

a:hover {
  color: var(--pp-navy-light);
}

.container {
  width: min(100%, var(--pp-max-width));
  margin-inline: auto;
  padding-inline: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--pp-navy);
  border-bottom: 1px solid var(--pp-navy-dark);
  box-shadow: 0 2px 12px rgba(21, 41, 67, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--pp-white);
  font-weight: 800;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  line-height: 1;
}

.brand:hover {
  color: var(--pp-white);
}

.brand-mark {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-weight: 500;
}

.site-nav a:hover {
  color: var(--pp-teal);
}

.nav-cta {
  background: var(--pp-teal);
  color: var(--pp-navy-dark) !important;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 700 !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.nav-cta:hover {
  background: #4bd9ee;
  color: var(--pp-navy-dark) !important;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--pp-navy) 0%, var(--pp-navy-light) 50%, var(--pp-navy-lighter) 100%);
  color: var(--pp-white);
  padding: 4.5rem 0 5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, black 20%, transparent 100%);
}

.hero-geo {
  position: absolute;
  display: block;
}

.hero-geo-ring {
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, 0.22);
  background: radial-gradient(circle, rgba(34, 211, 238, 0.06) 0%, transparent 68%);
}

.hero-geo-ring-lg {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -18%;
  right: -10%;
}

.hero-geo-ring-md {
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  bottom: -12%;
  left: -8%;
  border-color: rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
}

.hero-geo-ring-sm {
  width: 120px;
  height: 120px;
  top: 22%;
  left: 42%;
  border-color: rgba(34, 211, 238, 0.35);
  background: transparent;
}

.hero-geo-diamond {
  width: 88px;
  height: 88px;
  top: 18%;
  right: 28%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), transparent);
  transform: rotate(45deg);
  border-radius: 12px;
}

.hero-geo-bar {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.45), transparent);
  transform-origin: center;
}

.hero-geo-bar-one {
  width: min(42vw, 360px);
  top: 34%;
  left: 8%;
  transform: rotate(-18deg);
}

.hero-geo-bar-two {
  width: min(28vw, 240px);
  bottom: 28%;
  right: 12%;
  transform: rotate(24deg);
  opacity: 0.7;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, 0.18), transparent 48%),
    radial-gradient(circle at 12% 88%, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.hero > .container {
  max-width: 1240px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-main .hero-eyebrow {
  margin-bottom: 1rem;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--pp-radius);
  padding: 1.75rem;
  backdrop-filter: blur(8px);
}

.hero-card h2 {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media (min-width: 901px) {
  .hero-card h2 {
    white-space: nowrap;
  }
}

.hero-stats {
  display: grid;
  gap: 1rem;
}

.hero-centered {
  text-align: center;
  max-width: 56rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.hero-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: left;
}

.hero-pillar {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--pp-radius);
  padding: 1.35rem;
  backdrop-filter: blur(8px);
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(34, 211, 238, 0.15);
  color: var(--pp-teal);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  border: 1px solid rgba(34, 211, 238, 0.3);
}

.hero h1 {
  font-size: clamp(1.55rem, 2.85vw, 2.05rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-line-one,
.hero-line-two {
  display: block;
}

.hero-line-one {
  letter-spacing: -0.03em;
  margin-bottom: 0.15em;
}

@media (min-width: 901px) {
  .hero-line-one {
    white-space: nowrap;
  }
}

.hero-lead {
  font-size: 1.125rem;
  opacity: 0.92;
  max-width: none;
  margin: 0 0 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9375rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--pp-teal);
  color: var(--pp-navy-dark);
  box-shadow: 0 8px 24px rgba(34, 211, 238, 0.35);
}

.btn-primary:hover {
  background: #4bd9ee;
  color: var(--pp-navy-dark);
}

.btn-secondary {
  background: transparent;
  color: var(--pp-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--pp-white);
}

.stat {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.2);
  color: var(--pp-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.stat strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.15rem;
}

.stat span {
  font-size: 0.8125rem;
  opacity: 0.8;
}

/* Credibility band */
.credibility {
  padding: 2.25rem 0;
  background: var(--pp-white);
  border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

.credibility-inner {
  text-align: center;
  max-width: 46rem;
}

.credibility-quote {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--pp-navy);
  line-height: 1.65;
}

.credibility-attribution {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pp-muted);
}

/* Sections */
section {
  padding: 4.5rem 0;
}

.section-header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
}

.section-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.125rem);
  color: var(--pp-navy);
  margin: 0 0 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-header p {
  color: var(--pp-muted);
  margin: 0;
  font-size: 1.0625rem;
}

/* Value-based care section */
.vbc-section {
  padding: 4rem 0;
  background: var(--pp-navy);
  color: var(--pp-white);
}

.vbc-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: start;
}

.vbc-eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pp-teal);
  margin-bottom: 0.75rem;
}

.vbc-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.vbc-copy p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.vbc-copy p:last-child {
  margin-bottom: 0;
}

.vbc-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.vbc-points li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--pp-teal);
  border-radius: 10px;
  padding: 1.15rem 1.25rem;
}

.vbc-points strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}

.vbc-points span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.ai-badge {
  display: inline-block;
  background: rgba(34, 211, 238, 0.15);
  color: var(--pp-teal-dark);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  border: 1px solid rgba(34, 211, 238, 0.35);
}

.features-header {
  margin-bottom: 2.5rem;
}

.feature-card-ai {
  border-color: rgba(34, 211, 238, 0.35);
  background: linear-gradient(135deg, var(--pp-bg) 0%, var(--pp-teal-light) 100%);
}

.feature-card-ai .feature-icon {
  background: linear-gradient(135deg, var(--pp-teal-dark), var(--pp-teal));
  color: var(--pp-navy-dark);
}

/* Features */
.features {
  background: var(--pp-white);
  padding-top: 2.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.feature-card {
  background: var(--pp-bg);
  border: 1px solid rgba(30, 58, 95, 0.08);
  border-radius: var(--pp-radius);
  padding: 1.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--pp-shadow);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pp-navy), var(--pp-navy-light));
  color: var(--pp-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  color: var(--pp-navy);
}

.feature-card p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--pp-muted);
}

.feature-card-highlight {
  border-color: rgba(30, 58, 95, 0.18);
  background: linear-gradient(135deg, var(--pp-bg) 0%, #e7f1fb 100%);
}

/* Platform */
.platform {
  background: var(--pp-bg);
}

.platform-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.platform-highlight {
  background: var(--pp-navy);
  color: var(--pp-white);
  border-radius: var(--pp-radius);
  padding: 2rem;
  box-shadow: var(--pp-shadow);
}

.platform-highlight h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.platform-highlight p {
  margin: 0 0 1rem;
  opacity: 0.9;
  font-size: 0.9375rem;
}

.platform-highlight .accent-bar {
  height: 4px;
  width: 64px;
  background: linear-gradient(90deg, var(--pp-navy-light), var(--pp-teal));
  border-radius: 2px;
  margin-bottom: 1.25rem;
}

/* Contact */
.contact {
  background: var(--pp-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-grid > * {
  min-width: 0;
}

.contact-info h2 {
  font-size: clamp(1.375rem, 2.25vw, 1.75rem);
  color: var(--pp-navy);
  margin: 0 0 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.contact-info > p {
  color: var(--pp-muted);
  margin: 0 0 2rem;
}

.contact-methods {
  display: grid;
  gap: 1rem;
}

.contact-method {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: var(--pp-bg);
  border-radius: 10px;
  border: 1px solid rgba(30, 58, 95, 0.08);
}

.contact-method-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--pp-navy);
  color: var(--pp-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.contact-method strong {
  display: block;
  color: var(--pp-navy);
  margin-bottom: 0.15rem;
  font-size: 0.875rem;
}

.contact-method a,
.contact-method span {
  font-size: 0.9375rem;
  color: var(--pp-text);
  overflow-wrap: anywhere;
}

.contact-form-card {
  background: var(--pp-bg);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: var(--pp-radius);
  padding: 2rem;
  box-shadow: var(--pp-shadow);
}

.contact-form-card h3 {
  margin: 0 0 0.35rem;
  color: var(--pp-navy);
  font-size: 1.25rem;
}

.contact-form-card > p {
  margin: 0 0 1.5rem;
  color: var(--pp-muted);
  font-size: 0.9375rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pp-navy);
  margin-bottom: 0.35rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(30, 58, 95, 0.2);
  border-radius: 8px;
  font: inherit;
  background: var(--pp-white);
  color: var(--pp-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pp-teal-dark);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(90, 107, 125, 0.5);
  opacity: 1;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-note {
  font-size: 0.8125rem;
  color: var(--pp-muted);
  margin-top: 0.75rem;
}

.form-botcheck {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-status {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.form-status.is-success {
  color: #0f766e;
  font-weight: 700;
}

.form-status.is-error {
  color: #b91c1c;
}

.h-captcha {
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-x: auto;
}

/* Footer */
.site-footer {
  background: var(--pp-navy-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 0;
  font-size: 0.875rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pp-white);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1;
}

.footer-brand .brand-mark {
  width: 40px;
  height: 40px;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-links a:hover {
  color: var(--pp-teal);
}

/* Mobile */
@media (max-width: 900px) {
  .hero-geo-ring-sm,
  .hero-geo-diamond,
  .hero-geo-bar-two {
    display: none;
  }

  .hero-geo-ring-lg {
    width: 70vw;
    height: 70vw;
    right: -22%;
  }

  .hero-grid,
  .platform-content,
  .contact-grid,
  .vbc-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--pp-navy-dark);
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: none;
    margin-top: 0.5rem;
    text-align: center;
  }

  .site-header .container {
    position: relative;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 1.25rem;
  }

  section {
    padding: 3.5rem 0;
  }
}
