@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
  --c-brand-900: #004042;
  --c-brand-800: #006164;
  --c-brand-700: #017778;
  --c-brand-600: #009997;
  --c-brand-500: #00b9b1;
  --c-brand-400: #53cec3;
  --c-brand-300: #92e3da;
  --c-brand-200: #c0f0ea;
  --c-brand-100: #dbf7f3;
  --c-accent: #017778;
  --c-accent-ink: #004042;
  --c-accent-violet: #009997;
  --c-btn: #004042;
  --c-n900: #1a1c19;
  --c-n800: #13343b;
  --c-n700: #2f4542;
  --c-n600: #596663;
  --c-n500: #596663;
  --c-n400: #76837f;
  --c-n300: #8b9692;
  --c-n200: #a8b0ad;
  --c-n100: #c3c7c3;
  --c-g500: #76837f;
  --c-g400: #8b9692;
  --c-g300: #c3c7c3;
  --c-g200: #dbdfdb;
  --c-g100: #e5e9e5;
  --c-g50: #f2f5f2;
  --c-white: #ffffff;
  --c-surface: #f8faf8;
  --c-blue-xs: #edfaf8;
  --c-hairline: #e5e9e5;
  --c-ok: #009997;
  --c-ok-bg: #e0f3f1;
  --c-warn: #b28324;
  --c-warn-bg: #fde8c6;
  --c-err: #b62549;
  --c-err-bg: #ffedf2;
  --grad-mesh:
    radial-gradient(110% 120% at 8% 0%, #dbf7f3 0%, rgba(219, 247, 243, 0) 48%),
    radial-gradient(95% 110% at 100% 16%, #e5e9e5 0%, rgba(229, 233, 229, 0) 54%),
    radial-gradient(100% 120% at 72% 100%, #f2f5f2 0%, rgba(242, 245, 242, 0) 52%),
    #f8faf8;
  --grad-vivid: linear-gradient(140deg, #004042 0%, #006164 52%, #017778 100%);
  --glass-fill: rgba(255, 255, 255, 0.7);
  --glass-fill-strong: rgba(255, 255, 255, 0.86);
  --glass-stroke: rgba(255, 255, 255, 0.8);
  --shadow-xs: 0 1px 2px rgba(22, 48, 43, 0.04);
  --shadow-sm: 0 4px 16px rgba(22, 48, 43, 0.06);
  --shadow-md: 0 12px 32px rgba(22, 48, 43, 0.08);
  --shadow-lg: 0 18px 48px rgba(22, 48, 43, 0.1);
  --shadow-xl: 0 24px 64px rgba(22, 48, 43, 0.12);
  --shadow-glass: 0 16px 44px rgba(22, 48, 43, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-2xl: 28px;
  --r-full: 9999px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

html {
  background: #f8faf8;
}

body,
button,
input,
textarea,
select {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif !important;
  font-synthesis: none;
}

body {
  background: #f8faf8;
  color: #1a1c19;
}

::selection {
  background: #dbf7f3;
  color: #004042;
}

h1,
h2,
h3,
h4,
.section-title,
.hero-headline,
.features-headline {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  text-wrap: balance;
  letter-spacing: -0.035em;
}

p,
li,
.section-desc,
.hero-desc,
.tr-doc {
  text-wrap: pretty;
}

[class*="mono"],
code,
pre {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-variant-numeric: tabular-nums;
}

.site-header,
.navbar,
.nav-shell {
  background: rgba(248, 250, 248, 0.88) !important;
  border-color: #e5e9e5 !important;
  box-shadow: 0 1px 0 rgba(22, 48, 43, 0.05) !important;
  backdrop-filter: blur(20px) saturate(120%);
}

.nav-logo {
  width: auto;
  min-width: 176px;
}

.atticus-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #13343b;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.atticus-brand-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.footer-watermark .atticus-brand {
  color: #e9f0f4;
  font-size: clamp(28px, 4vw, 52px);
  gap: 16px;
  opacity: 0.2;
}

.footer-watermark .atticus-brand-mark {
  width: clamp(48px, 7vw, 86px);
  height: clamp(48px, 7vw, 86px);
}

.nav-links a,
.footer-nav a {
  text-underline-position: from-font;
  text-decoration-thickness: from-font;
}

.nav-links a:hover,
.footer-nav a:hover,
.tr-doc a:hover {
  color: #017778 !important;
}

@media (max-width: 1480px) and (min-width: 1041px) {
  .nav-links {
    gap: 18px !important;
  }

  .nav-links a {
    font-size: 14px !important;
  }
}

.nav-cta,
.nav-cta-mobile,
.hero-cta-btn,
.pg-btn--primary,
.cf-cta,
.dv-cta,
button[type="submit"] {
  background: #004042 !important;
  border-color: #004042 !important;
  color: #f3fafa !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 22px rgba(0, 64, 66, 0.15) !important;
  transition: transform 120ms var(--ease), background-color 180ms var(--ease), box-shadow 180ms var(--ease) !important;
}

.nav-cta:hover,
.nav-cta-mobile:hover,
.hero-cta-btn:hover,
.pg-btn--primary:hover,
.cf-cta:hover,
.dv-cta:hover,
button[type="submit"]:hover {
  background: #006164 !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 64, 66, 0.2) !important;
}

.nav-cta:active,
.nav-cta-mobile:active,
.hero-cta-btn:active,
.pg-btn--primary:active,
.cf-cta:active,
.dv-cta:active,
button[type="submit"]:active {
  transform: scale(0.98);
}

:focus-visible {
  outline: 3px solid #017778 !important;
  outline-offset: 3px !important;
}

.hero,
.tr-hero,
[class$="-hero"],
[class*=" hero-"] {
  background-color: #f8faf8;
}

.hero::before,
.tr-hero::before,
[class$="-hero"]::before {
  filter: none;
}

.section-hero,
.section-hero::before {
  background-color: #f8faf8 !important;
  background-image: none !important;
}

.section-hero .hero-mesh-alt {
  position: absolute !important;
  display: block !important;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  background-image: none !important;
  background-size: auto !important;
  opacity: 0.3 !important;
  filter: blur(44px);
}

.section-hero .hero-mesh-alt--2 {
  top: -7% !important;
  right: auto !important;
  bottom: auto !important;
  left: -15% !important;
  width: 78% !important;
  height: 48% !important;
  background: #def2ef !important;
  animation: atticusMeshTeal 16s ease-in-out infinite alternate !important;
}

.section-hero .hero-mesh-alt--3 {
  top: 22% !important;
  right: -20% !important;
  bottom: auto !important;
  left: auto !important;
  width: 70% !important;
  height: 44% !important;
  background: #e6ebf8 !important;
  animation: atticusMeshBlue 16s ease-in-out infinite alternate !important;
}

@keyframes atticusMeshTeal {
  from {
    transform: translateX(-26px);
  }

  to {
    transform: translateX(26px);
  }
}

@keyframes atticusMeshBlue {
  from {
    transform: translateX(30px);
  }

  to {
    transform: translateX(-30px);
  }
}

.section-hero .hero-fade {
  background: linear-gradient(to bottom, rgba(248, 250, 248, 0), #f8faf8 94%, #f8faf8 100%) !important;
}

.pg-card,
.tr-callout,
.trust-tile,
[class$="-card"],
[class*="-card "] {
  border-color: #e5e9e5 !important;
  box-shadow: var(--shadow-sm) !important;
}

.pg-card,
.tr-callout,
[class$="-card"],
[class*="-card "] {
  background-color: #f2f5f2;
  border-radius: 24px;
}

.trust-grid {
  gap: 12px !important;
}

.trust-tile {
  background: #ffffff !important;
  border: 1px solid #e5e9e5 !important;
  border-radius: 24px !important;
  overflow: hidden;
}

.trust-tile img {
  filter: saturate(0.72) hue-rotate(118deg) !important;
}

.trust-tile img[src*="trust-"] {
  filter: grayscale(1) sepia(0.12) hue-rotate(112deg) saturate(0.5) contrast(0.92)
    brightness(1.04) !important;
}

.trust-tile img[src*="urac"] {
  filter: none !important;
}

/* Keep the care loop legible on its light mesh. */
.aloop-ring {
  border: 2px solid rgba(1, 119, 120, 0.28) !important;
}

.aloop-arc {
  background: conic-gradient(
    from -24deg,
    rgba(1, 119, 120, 0) 0deg,
    rgba(1, 119, 120, 0.72) 24deg,
    rgba(1, 119, 120, 0) 48deg
  ) !important;
}

.aloop-disc::after {
  border-color: rgba(1, 119, 120, 0.42) !important;
}

.aloop-chip.is-active .aloop-disc {
  box-shadow:
    0 0 0 3px rgba(1, 119, 120, 0.34),
    0 10px 26px rgba(0, 64, 66, 0.14) !important;
}

/* Programs use a quiet teal-neutral field instead of the blue aurora. */
.pr-hero::before {
  background:
    radial-gradient(72% 62% at 18% 8%, rgba(219, 247, 243, 0.72), transparent 64%),
    linear-gradient(180deg, #f8faf8 0%, rgba(248, 250, 248, 0.94) 72%, transparent 100%) !important;
}

.an-canvas {
  background: #edf5f1 !important;
  border-color: #d7e3dd !important;
}

.an-canvas::before {
  background:
    radial-gradient(70% 68% at 10% 8%, rgba(219, 247, 243, 0.9), transparent 62%),
    radial-gradient(68% 72% at 92% 92%, rgba(229, 233, 229, 0.9), transparent 64%),
    #edf5f1 !important;
  animation: none !important;
}

.an-canvas::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(248, 250, 248, 0.24)) !important;
}

.an-orbit {
  border-color: rgba(1, 119, 120, 0.3) !important;
}

.an-node::after {
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.94),
    0 0 0 8.5px rgba(1, 119, 120, 0.2) !important;
}

.an-wire {
  opacity: 0.68;
}

/* Patient sections alternate only the two shared neutral backgrounds. */
#px-hero,
#px-trio,
#px-prevent,
#px-bento,
#px-cta {
  background: #f8faf8 !important;
}

#px-anchors,
#px-people,
#px-stats {
  background: #f2f5f2 !important;
}

.px-row-copy {
  background: #ffffff !important;
  border: 1px solid #e5e9e5;
}

.pg-chip,
.tr-chip,
.badge-new,
.an-card-chip,
.wi-uichip,
.dv-mini-chip,
.trust-progress,
.trust-provisional {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px !important;
  border: 1px solid #dbdfdb !important;
  border-radius: 8px !important;
  background: #f2f5f2 !important;
  color: #13343b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap;
}

.tr-chip--live,
.tr-chip--aligned {
  background: #e0f3f1 !important;
  color: #004042 !important;
  border-color: #c0f0ea !important;
}

.tr-chip--progress,
.trust-progress,
.trust-provisional {
  background: #fde8c6 !important;
  color: #6f5015 !important;
  border-color: #ead3a9 !important;
}

.section-eyebrow,
.pg-kicker,
.pp-strip-label,
.footer-nav-label {
  color: #596663 !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.site-footer,
.footer-card {
  background: #001a34 !important;
  color: #e9f0f4 !important;
}

.footer-card {
  border-color: #10304e !important;
  box-shadow: none !important;
}

.footer-card::before {
  background: #001a34 !important;
  background-image: none !important;
  animation: none !important;
}

.footer-nav-label,
.site-footer p {
  color: #9fb2c0 !important;
}

.tr-doc {
  max-width: 72ch;
}

.tr-doc h2 {
  color: #13343b;
}

.tr-status-table {
  background: #ffffff;
  border-color: #e5e9e5 !important;
  border-radius: 16px;
  overflow: hidden;
}

.tr-status-table th,
.tr-status-table td {
  border-color: #e5e9e5 !important;
}

input,
textarea,
select {
  min-height: 48px;
  border-radius: 16px !important;
  border-color: #dbdfdb !important;
  background: #ffffff !important;
  color: #1a1c19 !important;
}

/* Cost model: quiet financial table, not a promotional dashboard. */
.delegated-card {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  min-height: 0 !important;
  overflow: hidden;
  border: 1px solid #dbdfdb !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.delegated-card::after {
  display: none !important;
}

.delegated-left {
  justify-content: flex-start !important;
  padding: 36px 40px !important;
  border-right: 1px solid #e5e9e5;
  background: #ffffff;
}

.delegated-right {
  justify-content: center !important;
  padding: 40px !important;
  background: #f2f5f2 !important;
}

.roi-calc {
  gap: 0 !important;
  justify-content: flex-start !important;
}

.roi-eyebrow {
  margin: 0 0 24px;
  color: #596663 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.roi-control {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e9e5;
}

.roi-control-head {
  margin-bottom: 18px !important;
}

.roi-control-label {
  color: #596663 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.roi-members {
  color: #13343b !important;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.roi-slider {
  height: 4px !important;
  min-height: 4px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #dbdfdb !important;
}

.roi-slider::-webkit-slider-thumb {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid #ffffff !important;
  background: #006164 !important;
  box-shadow: 0 0 0 1px #006164 !important;
}

.roi-slider::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid #ffffff !important;
  background: #006164 !important;
  box-shadow: 0 0 0 1px #006164 !important;
}

.roi-scale,
.roi-derived {
  color: #76837f !important;
}

.roi-derived {
  margin-top: 14px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.roi-derived strong {
  color: #2f4542 !important;
  font-weight: 600 !important;
}

.roi-results {
  gap: 0 !important;
  margin-top: 8px;
}

.roi-stat,
.roi-stat.glass {
  min-height: 58px;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e9e5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.roi-stat-label {
  max-width: 70%;
  color: #596663 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.roi-stat-value {
  color: #13343b !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.roi-total {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px !important;
  margin-top: 0 !important;
  padding: 18px 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e5e9e5;
}

.roi-total-label {
  color: #2f4542 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

.roi-total-value {
  color: #004042 !important;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.roi-note {
  margin-top: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.roi-note-title {
  margin-bottom: 6px !important;
  color: #2f4542 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.roi-note-body,
.roi-disclaimer {
  color: #76837f !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.roi-note-body strong,
.roi-disclaimer strong,
.roi-disclaimer a {
  color: #2f4542 !important;
}

.roi-disclaimer {
  margin-top: 10px !important;
}

@media (max-width: 900px) {
  .delegated-card {
    grid-template-columns: 1fr !important;
  }

  .delegated-left {
    padding: 28px !important;
    border-right: 0;
    border-bottom: 1px solid #e5e9e5;
  }

  .delegated-right {
    padding: 32px 28px !important;
  }
}

@media (max-width: 480px) {
  .delegated-left,
  .delegated-right {
    padding: 24px 20px !important;
  }

  .roi-total {
    grid-template-columns: 1fr;
    gap: 6px !important;
  }
}

@media (max-width: 760px) {
  .atticus-brand {
    font-size: 16px;
    gap: 8px;
  }

  .atticus-brand-mark {
    width: 26px;
    height: 26px;
  }

  .nav-logo {
    min-width: 0;
  }

  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .section-hero .hero-mesh-alt {
    animation: none !important;
  }
}
