/*
Theme Name: Hospice PULSE
Theme URI: https://hospicepulse.com/
Author: Solvr
Description: Custom WordPress theme for Hospice PULSE by Solvr.
Version: 1.0.7
Text Domain: hospice-pulse
*/

:root {
  --background: #ffffff;
  --foreground: #050505;
  --ink: #050505;
  --dark-blue: #416fd4;
  --blue: #47aee1;
  --cyan: #48ccea;
  --baseline: #dff2fa;
  --gray: #8a969c;
  --muted: rgba(5, 5, 5, 0.68);
  --line: rgba(5, 5, 5, 0.12);
  --paper: #ffffff;
  --mist: #f3fbfe;
  --shadow: 0 24px 70px rgba(5, 5, 5, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #fff;
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

.hero-shell,
.manager-hero {
  position: relative;
  min-height: 88vh;
  padding: 24px clamp(18px, 4vw, 64px) 46px;
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 46%, #eef9fd 46%, #dff2fa 100%);
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1180px);
  min-height: 58px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.pulse-logo-image {
  width: clamp(154px, 15vw, 214px);
  height: auto;
}

.light-nav .pulse-brand {
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.45vw, 20px);
  color: rgba(5, 5, 5, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.light-nav .nav-links {
  color: #fff;
}

.nav-links a {
  white-space: nowrap;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(65, 111, 212, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5, 5, 5, 0.08);
  color: var(--ink);
}

.light-nav .nav-cta {
  background: var(--blue);
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  width: min(100%, 1180px);
  min-height: calc(88vh - 122px);
  margin: 0 auto;
  padding: 34px 0 24px;
}

.hero-grid > * {
  min-width: 0;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--dark-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 4.8vw, 4.95rem);
  line-height: 1;
  font-weight: 950;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.45vw, 3.5rem);
  line-height: 1.04;
  font-weight: 950;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 900;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.64;
}

.hero-lede,
.manager-hero-inner > p,
.section-heading > p,
.intro-copy p,
.leader-copy > p,
.reinforcement-band > div > p,
.manager-copy > p,
.manager-detail > div > p {
  max-width: 740px;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.button.primary {
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(65, 111, 212, 0.26);
  color: #fff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-point-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.hero-point-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(65, 111, 212, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(5, 5, 5, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
}

.training-signal {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(65, 111, 212, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
  box-shadow:
    0 30px 80px rgba(5, 5, 5, 0.14),
    0 14px 34px rgba(65, 111, 212, 0.14);
  overflow: hidden;
}

.training-signal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0%, transparent 58%, rgba(72, 204, 234, 0.1) 58%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(223, 242, 250, 0.58));
}

.signal-top {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 148px;
  padding: 24px 30px;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.96), rgba(36, 63, 130, 0.96)),
    linear-gradient(90deg, var(--ink), var(--dark-blue));
  overflow: hidden;
}

.signal-top::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: 18px;
  width: 62%;
  height: 38px;
  border: 5px solid rgba(72, 204, 234, 0.24);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 90px 0;
  transform: rotate(-3deg);
}

.signal-top img {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
  padding: 11px;
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 16px 34px rgba(5, 5, 5, 0.22);
}

.signal-top p,
.signal-top strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  color: #fff;
}

.signal-top p {
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-top strong {
  max-width: 440px;
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  line-height: 1.05;
}

.signal-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background: linear-gradient(180deg, #f8fcfe 0%, #eef9fd 100%);
}

.signal-path article {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 15px 16px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.04);
  overflow: hidden;
}

.signal-path article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--dark-blue), var(--cyan));
  opacity: 0.82;
}

.signal-path article:nth-child(6)::before {
  background: linear-gradient(90deg, var(--ink), var(--cyan));
}

.signal-path article:nth-child(6) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
}

.signal-path strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dark-blue), var(--cyan));
  color: #fff;
  font-size: 0.95rem;
  box-shadow: 0 8px 16px rgba(65, 111, 212, 0.18);
}

.signal-path article:nth-child(6) strong {
  background: linear-gradient(135deg, var(--ink), var(--cyan));
}

.signal-path h3,
.signal-path p {
  margin: 0;
}

.signal-path h3 {
  font-size: 1rem;
}

.signal-path p {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.35;
}

.signal-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(5, 5, 5, 0.08);
  background: rgba(5, 5, 5, 0.08);
}

.signal-bottom span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 14px;
  background: linear-gradient(180deg, #e9f8fd 0%, var(--baseline) 100%);
  color: rgba(5, 5, 5, 0.76);
  font-size: 0.85rem;
  font-weight: 900;
  text-align: center;
}

.signal-bottom span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--dark-blue), var(--cyan));
  flex: 0 0 auto;
}

.signal-bottom span:nth-child(3)::before {
  background: linear-gradient(135deg, var(--ink), var(--cyan));
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.proof-band article {
  display: grid;
  min-height: 120px;
  align-content: center;
  padding: 24px clamp(18px, 4vw, 64px);
  background: var(--ink);
}

.proof-band strong {
  color: var(--cyan);
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  font-weight: 950;
  line-height: 1;
}

.proof-band span {
  margin-top: 8px;
  color: #fff;
  font-weight: 900;
}

.section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 118px) clamp(18px, 4vw, 64px);
}

.section-heading {
  max-width: 760px;
}

.section-heading.wide {
  max-width: 980px;
}

.intro-band,
.rhythm-section,
.leader-band,
.role-section,
#included,
.curriculum-band,
.reinforcement-band,
.differentiator-section,
.pricing-section,
.copilot-section {
  width: 100%;
  max-width: none;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  background: linear-gradient(135deg, var(--ink), #243f82);
}

.intro-band > *,
.rhythm-section > *,
.role-section > *,
#included > *,
.curriculum-band > *,
.differentiator-section > *,
.pricing-section > *,
.copilot-section > *,
.manager-band,
.manager-detail,
.coaching-stack {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.intro-band h2,
.intro-band p {
  color: #fff;
}

.intro-band .eyebrow,
#included .eyebrow,
.leader-band .eyebrow,
.final-cta .eyebrow,
.manager-hero .eyebrow {
  color: var(--cyan);
}

.intro-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.intro-copy p {
  margin: 0;
}

.role-section {
  background: linear-gradient(135deg, #eef9fd 0%, #dff2fa 62%, #ffffff 100%);
}

.audience-map {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  margin-top: 34px;
}

.audience-core {
  display: grid;
  align-content: center;
  gap: 24px;
  min-height: 360px;
  padding: 32px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 8px;
  background: #050505;
  color: #fff;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.12);
}

.audience-core p,
.audience-core h3 {
  margin: 0;
  color: #fff;
}

.audience-core p {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-core h3 {
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 0.88;
}

.audience-core span {
  display: block;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.audience-lanes {
  display: grid;
  gap: 14px;
}

.audience-lane {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 110px;
  padding: 20px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 5, 5, 0.05);
}

.audience-lane > * {
  min-width: 0;
}

.audience-lane strong {
  position: relative;
  display: grid;
  min-height: 66px;
  align-content: center;
  padding-left: 18px;
  color: #050505;
  font-size: 1.06rem;
}

.audience-lane strong::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--dark-blue), var(--cyan));
  content: "";
}

.audience-lane:nth-child(2) strong::before {
  background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.audience-lane:nth-child(3) strong::before {
  background: linear-gradient(180deg, var(--ink), var(--cyan));
}

.audience-lane div {
  display: grid;
  gap: 6px;
}

.audience-lane h3,
.audience-lane p {
  margin: 0;
}

.audience-lane h3 {
  font-size: 1.2rem;
}

.audience-lane p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.pricing-section {
  background: #fff;
}

.rhythm-section {
  background: linear-gradient(135deg, #050505 0%, #243f82 64%, var(--dark-blue) 100%);
}

.rhythm-section .section-heading h2,
.rhythm-section .section-heading p {
  color: #fff;
}

.rhythm-section .eyebrow {
  color: var(--cyan);
}

.rhythm-infographic {
  width: min(100%, 1180px);
  margin: 38px auto 0;
}

.rhythm-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rhythm-path::before {
  position: absolute;
  top: 48px;
  right: 12%;
  left: 12%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--dark-blue), var(--cyan));
  content: "";
}

.rhythm-step {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 292px;
  padding: 0 0 24px;
}

.rhythm-node {
  position: relative;
  z-index: 1;
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  place-items: center;
  border: 10px solid #10204a;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dark-blue), var(--cyan));
  color: #fff;
  box-shadow: 0 18px 34px rgba(5, 5, 5, 0.22);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.95rem;
  font-weight: 900;
}

.rhythm-step:nth-child(4) .rhythm-node {
  background: linear-gradient(135deg, var(--ink), var(--cyan));
}

.rhythm-step article {
  min-width: 0;
  min-height: 176px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 40px rgba(5, 5, 5, 0.12);
}

.rhythm-step h3,
.rhythm-step p {
  margin: 0;
  color: #fff;
}

.rhythm-step h3 {
  font-size: 1.28rem;
}

.rhythm-step p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  line-height: 1.48;
}

.rhythm-loop-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
}

.rhythm-loop-note span {
  width: 42px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dark-blue), var(--cyan));
}

.rhythm-loop-note p {
  margin: 0;
  color: #fff;
}

.differentiator-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.rhythm-grid,
.role-grid,
.included-grid,
.module-grid,
.differentiator-grid,
.blog-grid,
.timeline,
.manager-problem-grid,
.stack-grid {
  display: grid;
  gap: 14px;
}

.rhythm-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.differentiator-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.included-grid,
.module-grid,
.blog-grid,
.timeline,
.manager-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.stack-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
}

.rhythm-grid article,
.role-grid article,
.included-card,
.module-card,
.differentiator-grid article,
.blog-card,
.timeline article,
.stack-grid article,
.manager-problem-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 5, 5, 0.06);
}

.rhythm-grid article,
.role-grid article,
.included-card,
.module-card,
.differentiator-grid article,
.blog-card,
.timeline article,
.manager-problem-grid article {
  min-height: 238px;
  padding: 24px;
}

.included-card {
  position: relative;
  min-height: 268px;
  padding: 26px 24px 84px;
  overflow: hidden;
}

.differentiator-grid article {
  min-height: 210px;
  padding: 22px;
}

.rhythm-grid span,
.content-feed span,
.timeline span,
.stack-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--dark-blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.92rem;
  font-weight: 900;
}

.rhythm-grid article:first-child,
.role-grid article:first-child,
.differentiator-grid article:first-child {
  background: var(--ink);
}

.rhythm-grid article:first-child h3,
.rhythm-grid article:first-child p,
.rhythm-grid article:first-child span,
.role-grid article:first-child h3,
.role-grid article:first-child p,
.role-grid article:first-child span,
.differentiator-grid article:first-child h3,
.differentiator-grid article:first-child p {
  color: #fff;
}

.leader-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  background: linear-gradient(135deg, #050505 0%, #243f82 100%);
}

.leader-copy {
  width: min(100%, 560px);
  margin-left: auto;
}

.leader-copy h2,
.leader-copy p {
  color: #fff;
}

.leader-questions {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  margin-right: auto;
}

.leader-questions article {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 76px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.leader-questions span {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.leader-questions p {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.role-grid p,
.included-card > p,
.module-card > p,
.blog-card > p {
  margin-bottom: 12px;
  color: var(--dark-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.included-card > p {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 10px;
  border: 1px solid rgba(65, 111, 212, 0.18);
  border-radius: 8px;
  background: #f8fcfe;
}

.role-grid span,
.included-card span,
.module-card span,
.differentiator-grid p,
.blog-card span,
.timeline p,
.manager-problem-grid p,
.manager-detail p,
.stack-grid p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.included-card span {
  display: block;
  margin-top: 12px;
}

#included {
  background: linear-gradient(180deg, #ffffff 0%, #eef9fd 100%);
}

.included-card {
  border-top: 6px solid var(--dark-blue);
}

.included-card:nth-child(2n),
.blog-card:nth-child(2) {
  border-top-color: var(--cyan);
}

.included-card:nth-child(3n),
.blog-card {
  border-top: 6px solid var(--blue);
}

.included-card:nth-child(5) {
  border-top-color: var(--dark-blue);
}

.included-card:nth-child(6) {
  border-top-color: var(--ink);
}

.material-chip {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(65, 111, 212, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fcfe 0%, #e9f8fd 100%);
  color: rgba(5, 5, 5, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
}

.material-chip::after {
  content: "";
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dark-blue), var(--cyan));
}

.included-card:nth-child(5) .material-chip::after {
  background: linear-gradient(90deg, var(--dark-blue), var(--cyan));
}

.included-card:nth-child(6) .material-chip::after {
  background: linear-gradient(90deg, var(--ink), var(--cyan));
}

.curriculum-band {
  background: linear-gradient(135deg, #dff2fa 0%, #eef9fd 54%, #ffffff 100%);
}

.module-card strong {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dark-blue), var(--cyan));
  color: #fff;
  font-size: 1.45rem;
}

.module-card:nth-child(6) strong {
  background: var(--ink);
  font-size: 1.08rem;
}

.manager-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--dark-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.manager-panel {
  padding: 28px;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  color: #fff;
}

.manager-panel h3 {
  color: #fff;
}

.manager-panel ul {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.manager-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  line-height: 1.5;
}

.manager-panel li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.reinforcement-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
  background: linear-gradient(135deg, #050505 0%, #243f82 100%);
}

.reinforcement-band h2,
.reinforcement-band p {
  color: #fff;
}

.reinforcement-band .eyebrow {
  color: var(--cyan);
}

.reinforcement-band > div:first-child,
.reinforcement-band .content-feed {
  width: min(100%, 560px);
}

.reinforcement-band > div:first-child {
  margin-left: auto;
}

.content-feed {
  display: grid;
  gap: 12px;
  margin-right: auto;
}

.content-feed article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 8px;
  background: #fff;
}

.content-feed p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.rollout {
  padding-top: 28px;
}

.timeline article {
  min-height: 245px;
}

.differentiator-section {
  padding-top: 34px;
}

.pricing-section {
  background: #fff;
}

.pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.pricing-card p {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card h3 {
  max-width: 780px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(1.6rem, 3.2vw, 2.75rem);
  line-height: 1.04;
}

.pricing-points {
  display: grid;
  gap: 10px;
}

.pricing-points span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
}

.copilot-section {
  background: linear-gradient(135deg, #eef9fd 0%, #ffffff 54%, #dff2fa 100%);
  padding-top: 34px;
}

.copilot-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ink), #243f82);
  box-shadow: var(--shadow);
}

.copilot-card h2,
.copilot-card p {
  color: #fff;
}

.copilot-card .eyebrow {
  color: var(--cyan);
}

.copilot-card .text-link {
  color: var(--cyan);
}

.blog-section {
  padding-top: 42px;
}

.blog-link {
  margin-top: 24px;
}

.post-content {
  max-width: 780px;
}

.post-content h2,
.post-content h3 {
  margin-top: 34px;
}

.post-content a {
  color: var(--dark-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-content ul,
.post-content ol {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 24px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.64;
}

.final-cta {
  position: relative;
  display: grid;
  justify-items: center;
  padding: clamp(74px, 10vw, 128px) clamp(18px, 4vw, 64px);
  background: linear-gradient(120deg, #050505 0%, #243f82 58%, var(--dark-blue) 100%);
  overflow: hidden;
  text-align: center;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(72, 204, 234, 0.16) 54% 100%),
    radial-gradient(circle at 16% 22%, rgba(72, 204, 234, 0.16), transparent 34%);
  content: "";
}

.final-cta::after {
  position: absolute;
  right: clamp(-110px, -5vw, -36px);
  bottom: clamp(-110px, -7vw, -48px);
  width: clamp(260px, 32vw, 470px);
  aspect-ratio: 1;
  background: url("assets/pulse-mark-social.png") center / contain no-repeat;
  content: "";
  opacity: 0.18;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 860px;
  color: #fff;
}

.site-footer {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 64px) 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
  color: #fff;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(170px, 0.42fr) minmax(170px, 0.42fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.site-footer .pulse-brand {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
}

.site-footer .pulse-logo-image {
  width: clamp(168px, 16vw, 214px);
}

.footer-brand p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.62;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 4px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--cyan);
  text-underline-offset: 5px;
}

.footer-bottom {
  width: min(100%, 1180px);
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.45;
}

.manager-hero {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.manager-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(5, 5, 5, 0.96), rgba(65, 111, 212, 0.9)),
    linear-gradient(135deg, transparent 0 56%, rgba(72, 204, 234, 0.14) 56% 100%);
  content: "";
}

.manager-hero::after {
  position: absolute;
  right: clamp(-120px, -5vw, -44px);
  bottom: clamp(-120px, -8vw, -54px);
  width: clamp(280px, 34vw, 520px);
  aspect-ratio: 1;
  background: url("assets/pulse-mark-social.png") center / contain no-repeat;
  content: "";
  opacity: 0.16;
}

.manager-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  flex: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 70px 0 36px;
}

.manager-hero h1 {
  max-width: 890px;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
}

.manager-hero p {
  color: #fff;
}

.manager-hero .button {
  width: fit-content;
  margin-top: 18px;
}

.manager-problem-grid article {
  border-top: 6px solid var(--dark-blue);
}

.manager-problem-grid article:nth-child(2) {
  border-top-color: var(--cyan);
}

.manager-problem-grid article:nth-child(3) {
  border-top-color: var(--gray);
}

.manager-problem-grid h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
}

.manager-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  padding-top: 26px;
}

.manager-panel-light {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.manager-panel-light h3 {
  color: var(--ink);
}

.manager-panel-light li {
  color: var(--muted);
}

.coaching-stack {
  padding-top: 28px;
}

.stack-grid article {
  min-height: 190px;
  padding: 20px;
}

.manager-final {
  background: linear-gradient(120deg, var(--dark-blue) 0%, #243f82 48%, #050505 100%);
}

@media (max-width: 1080px) {
  .hero-grid,
  .intro-band,
  .leader-band,
  .reinforcement-band,
  .manager-band,
  .manager-detail,
  .pricing-card,
  .copilot-card,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .rhythm-grid,
  .included-grid,
  .module-grid,
  .stack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-grid,
  .timeline,
  .manager-problem-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .differentiator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    min-height: auto;
  }

  .training-signal {
    max-width: 760px;
  }

  .leader-copy,
  .leader-questions,
  .reinforcement-band > div:first-child,
  .reinforcement-band .content-feed {
    width: min(100%, 1180px);
    margin-right: auto;
    margin-left: auto;
  }

  .audience-map {
    grid-template-columns: 1fr;
  }

  .audience-core {
    min-height: 260px;
  }

  .rhythm-path {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rhythm-path::before {
    top: 48px;
    bottom: 106px;
    left: 48px;
    width: 3px;
    height: auto;
    right: auto;
  }

  .rhythm-step {
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto;
    gap: 18px;
    min-height: auto;
    padding-bottom: 0;
  }

  .rhythm-node {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .hero-shell,
  .manager-hero {
    min-height: auto;
    padding: 18px 16px 44px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 32%, #eef9fd 100%);
  }

  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .pulse-logo-image {
    width: 168px;
  }

  .hero-grid {
    gap: 32px;
    padding-top: 44px;
  }

  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .hero-point-list,
  .training-signal {
    width: 100%;
    max-width: min(100%, 358px);
  }

  h1,
  .manager-hero h1 {
    font-size: clamp(2.25rem, 9vw, 2.85rem);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-point-list {
    grid-template-columns: 1fr;
  }

  .hero-point-list span {
    width: 100%;
  }

  .signal-top,
  .leader-questions article,
  .content-feed article {
    grid-template-columns: 1fr;
  }

  .signal-path,
  .signal-bottom,
  .proof-band,
  .rhythm-grid,
  .differentiator-grid,
  .included-grid,
  .module-grid,
  .stack-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 16px;
  }

  .audience-lane {
    grid-template-columns: 1fr;
  }

  .audience-core,
  .audience-lane,
  .rhythm-step article,
  .rhythm-loop-note {
    max-width: 100%;
  }

  .rhythm-node {
    width: 80px;
    height: 80px;
    border-width: 8px;
  }

  .rhythm-path::before {
    top: 40px;
    bottom: 96px;
    left: 40px;
  }

  .rhythm-step {
    grid-template-columns: 80px 1fr;
    gap: 14px;
  }

  .rhythm-step article {
    min-height: auto;
    padding: 20px;
  }

  .rhythm-loop-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rhythm-loop-note span {
    width: 42px;
  }
}

@media (max-width: 520px) {
  .audience-core {
    min-height: 220px;
    padding: 26px 24px;
  }

  .audience-core h3 {
    font-size: clamp(2.6rem, 16vw, 4rem);
  }

  .audience-lane {
    padding: 20px;
  }

  .rhythm-step {
    grid-template-columns: 1fr;
  }

  .rhythm-path::before {
    display: none;
  }

  .rhythm-node {
    width: 76px;
    height: 76px;
  }
}
