.platform-page::before {
  height: 1120px;
  background:
    radial-gradient(circle at 78% 23%, rgba(105, 135, 255, 0.14), transparent 25%),
    radial-gradient(ellipse at 50% 70%, rgba(222, 239, 255, 0.5), transparent 44%);
}

.nav-links a.active {
  color: var(--violet);
}

.platform-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(490px, 1.1fr);
  align-items: center;
  gap: 72px;
  padding: 100px 0 76px;
}

.platform-hero-copy {
  max-width: 510px;
}

.platform-hero h1 {
  margin: 0;
  font-size: clamp(42px, 4.25vw, 56px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 900;
}

.platform-hero-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.platform-console {
  position: relative;
  min-height: 470px;
  padding: 20px;
  border: 1px solid rgba(80, 105, 170, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 251, 255, 0.86)),
    radial-gradient(circle at 76% 18%, rgba(93, 127, 255, 0.12), transparent 34%);
  box-shadow: 0 28px 70px rgba(62, 86, 155, 0.16);
}

.console-topbar,
.console-section-heading,
.practice-top,
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.console-topbar {
  padding: 2px 4px 18px;
}

.console-topbar div {
  display: grid;
  gap: 5px;
}

.console-kicker,
.console-score p,
.console-focus p,
.practice-persona p,
.practice-prompt span {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.console-topbar strong {
  font-size: 17px;
  font-weight: 900;
}

.console-status {
  padding: 7px 11px;
  border-radius: 999px;
  color: #3969c5;
  font-size: 11px;
  font-weight: 900;
  background: rgba(224, 239, 255, 0.9);
}

.console-body {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 14px;
}

.console-score,
.console-coverage,
.console-focus,
.console-roster {
  border: 1px solid rgba(75, 101, 158, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(73, 96, 158, 0.05);
}

.console-score,
.console-focus {
  position: relative;
  min-height: 158px;
  padding: 18px;
  overflow: hidden;
}

.console-score strong {
  display: block;
  margin-top: 10px;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.console-score .signal-word {
  font-size: 26px;
  line-height: 1.2;
}

.console-score > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.readiness-ring {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: conic-gradient(var(--violet) 0 78%, var(--cyan) 78% 88%, #e7edff 88%);
}

.readiness-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.console-coverage {
  min-height: 158px;
  padding: 18px;
}

.console-section-heading {
  color: #41517a;
  font-size: 11px;
  font-weight: 800;
}

.console-section-heading b {
  color: var(--blue);
  font-weight: 900;
}

.coverage-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 80px;
  padding: 14px 2px 0;
}

.coverage-bars i {
  width: 100%;
  height: var(--height);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #5c85ff, #9e8cff);
}

.coverage-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: #8290b0;
  font-size: 10px;
  font-weight: 700;
}

.console-focus {
  grid-column: 1 / 2;
}

.console-focus strong {
  display: block;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 900;
}

.console-focus > span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.focus-progress {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #e9efff;
}

.focus-progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.console-roster {
  grid-column: 2 / 3;
  grid-row: 2;
  padding: 16px;
}

.roster-row {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.a1 { background: linear-gradient(135deg, #2d6bff, #08c9df); }
.a2 { background: linear-gradient(135deg, #7058ff, #a07cff); }
.a3 { background: linear-gradient(135deg, #23ad75, #5cd8b1); }

.roster-row p {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin: 0;
}

.roster-row strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roster-row small {
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roster-row > i {
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue) var(--value), #e9efff var(--value));
}

.workflow-detail,
.analytics-story {
  position: relative;
  z-index: 1;
  padding: 78px 4px;
  border-top: 1px solid var(--line);
}

.workflow-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.workflow-detail-card {
  min-height: 246px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 34px rgba(73, 96, 158, 0.06);
}

.workflow-detail-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.workflow-detail-card h3,
.signal-grid h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.workflow-detail-card p,
.signal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

.workflow-detail-card ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-detail-card li {
  position: relative;
  padding-left: 16px;
  color: #4e5e87;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.workflow-detail-card li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.feature-story {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: 76px;
  padding: 82px 38px;
  border-top: 1px solid var(--line);
}

.standards-story {
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(234, 247, 255, 0.7), rgba(255, 255, 255, 0.72));
}

.story-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 900;
}

.story-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: #3652cd;
  font-size: 14px;
  font-weight: 900;
}

.standards-preview,
.practice-preview {
  padding: 24px;
  border: 1px solid rgba(75, 101, 158, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(73, 96, 158, 0.1);
}

.preview-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.preview-heading b {
  color: #6676a4;
  font-size: 11px;
}

.preview-score-row {
  display: grid;
  grid-template-columns: minmax(112px, 1fr) minmax(64px, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: #3e4f79;
  font-size: 12px;
  font-weight: 800;
}

.preview-score-row i {
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue) var(--score), #e8efff var(--score));
}

.preview-score-row b {
  color: var(--blue);
  font-size: 12px;
  text-align: right;
}

.preview-callout {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(235, 239, 255, 0.92), rgba(239, 250, 255, 0.9));
}

.preview-callout span {
  color: #6573bd;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-callout strong {
  color: #36446d;
  font-size: 12px;
  line-height: 1.45;
}

.practice-story {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

.practice-preview {
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(89, 124, 255, 0.38), transparent 28%),
    linear-gradient(135deg, #071746, #19286c);
  box-shadow: 0 20px 48px rgba(12, 26, 76, 0.24);
}

.practice-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.practice-top b {
  color: #8edfff;
  font-size: 11px;
}

.practice-persona {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
}

.persona-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, #2d6bff, #08c9df);
}

.practice-persona div {
  display: grid;
  gap: 5px;
}

.practice-persona p,
.practice-persona small {
  color: rgba(255, 255, 255, 0.6);
}

.practice-persona strong {
  font-size: 15px;
}

.practice-persona small {
  font-size: 11px;
  font-weight: 700;
}

.practice-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 84px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.practice-wave i {
  width: 8px;
  border-radius: 99px;
  background: linear-gradient(180deg, #5ddaf2, #8394ff);
}

.practice-wave i:nth-child(1),
.practice-wave i:nth-child(7) { height: 24px; }
.practice-wave i:nth-child(2),
.practice-wave i:nth-child(6) { height: 42px; }
.practice-wave i:nth-child(3),
.practice-wave i:nth-child(5) { height: 62px; }
.practice-wave i:nth-child(4) { height: 74px; }

.practice-prompt {
  margin-top: 18px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.practice-prompt span {
  color: #9ee8f7;
}

.practice-prompt p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.deliverables-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 62px;
  margin: 18px 0 88px;
  padding: 64px 58px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(112, 88, 255, .13), transparent 28%),
    linear-gradient(135deg, rgba(246, 250, 255, .96), rgba(255, 255, 255, .88));
}

.deliverables-copy h2 {
  margin: 18px 0 17px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.deliverables-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.deliverable-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.deliverable-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.deliverable-list article > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.deliverable-list h3 {
  margin: 2px 0 6px;
  font-size: 15px;
}

.deliverable-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 650;
}

.report-preview {
  padding: 24px;
  border: 1px solid rgba(75, 101, 158, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(55, 83, 150, .15);
}

.report-preview-top,
.report-profile,
.report-dimensions > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.report-preview-top {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  color: #54658d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.report-preview-top b {
  padding: 6px 9px;
  border-radius: 999px;
  color: #5669bf;
  font-size: 9px;
  background: #eef1ff;
}

.report-profile {
  padding: 20px 0;
}

.report-profile div {
  display: grid;
  gap: 6px;
}

.report-profile small,
.report-note span {
  color: #7281a4;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-profile strong {
  font-size: 15px;
}

.report-profile > span {
  padding: 8px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.report-dimensions {
  display: grid;
  gap: 13px;
  padding: 18px;
  border-radius: 16px;
  background: #f6f8ff;
}

.report-dimensions > div {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) minmax(100px, 1fr) auto;
  color: #4d5e88;
  font-size: 10px;
  font-weight: 850;
}

.report-dimensions i {
  position: relative;
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e7f5;
}

.report-dimensions i::before,
.report-dimensions i::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: inherit;
}

.report-dimensions i::before {
  top: 3px;
  width: var(--before);
  height: 3px;
  background: #9ca8c7;
}

.report-dimensions i::after {
  top: 0;
  width: var(--after);
  height: 9px;
  opacity: .78;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.report-dimensions b {
  color: var(--green);
  font-size: 10px;
}

.report-note {
  margin-top: 15px;
  padding: 15px 16px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 12px 12px 0;
  background: #f0fbfd;
}

.report-note p {
  margin: 7px 0 0;
  color: #42547d;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.report-disclaimer {
  margin: 14px 0 0;
  color: #7b89a9;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
}

.analytics-story {
  padding-bottom: 88px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}

.signal-grid article {
  min-height: 220px;
  padding: 28px;
  border-top: 1px solid var(--line);
}

.signal-grid h3 {
  margin-top: 21px;
}

.signal-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: rgba(88, 107, 255, 0.1);
}

.signal-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.readiness::before { border-radius: 50%; box-shadow: inset 0 0 0 4px #5a72ff; background: transparent; }
.gaps::before { clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.momentum::before { clip-path: polygon(0 77%, 21% 53%, 40% 64%, 78% 16%, 66% 9%, 100% 0, 91% 34%, 85% 24%, 42% 81%, 19% 70%, 0 96%); }

.platform-cta {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .platform-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 42px;
  }

  .workflow-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  .platform-hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 64px 0 56px;
    text-align: center;
  }

  .platform-hero-copy {
    max-width: 620px;
    margin: 0 auto;
  }

  .platform-hero .hero-actions {
    justify-content: center;
  }

  .platform-console {
    width: min(100%, 620px);
    margin: 0 auto;
    text-align: left;
  }

  .feature-story,
  .practice-story,
  .deliverables-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 52px 0;
  }

  .standards-story {
    padding: 52px 30px;
  }

  .story-copy {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .story-copy .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .deliverables-section {
    padding: 52px 38px;
  }

  .deliverables-copy {
    text-align: center;
  }

  .deliverables-copy .eyebrow {
    margin-right: auto;
    margin-left: auto;
  }

}

@media (max-width: 620px) {
  .platform-hero {
    padding-top: 48px;
  }

  .platform-hero h1 {
    font-size: 36px;
  }

  .platform-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .platform-console {
    min-height: auto;
    padding: 14px;
    border-radius: 18px;
  }

  .console-topbar {
    align-items: flex-start;
  }

  .console-topbar strong {
    font-size: 14px;
  }

  .console-status {
    font-size: 9px;
  }

  .console-body {
    grid-template-columns: 1fr;
  }

  .console-focus,
  .console-roster {
    grid-column: auto;
    grid-row: auto;
  }

  .console-roster {
    min-height: 150px;
  }

  .workflow-detail,
  .analytics-story,
  .deliverables-section {
    padding: 52px 0;
  }

  .workflow-detail-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .workflow-detail-card {
    min-height: auto;
  }

  .standards-story {
    padding: 42px 20px;
    border-radius: 22px;
  }

  .story-copy h2 {
    font-size: 26px;
  }

  .standards-preview,
  .practice-preview {
    padding: 18px;
  }

  .preview-heading {
    display: grid;
    gap: 6px;
  }

  .preview-score-row {
    grid-template-columns: minmax(92px, 1fr) minmax(52px, 1fr) auto;
    gap: 8px;
    font-size: 10px;
  }

  .signal-grid article {
    min-height: auto;
    padding: 24px 0;
  }

  .deliverables-section {
    gap: 30px;
    margin-bottom: 52px;
    padding: 38px 18px;
    border-radius: 22px;
  }

  .deliverables-copy h2 {
    font-size: 27px;
  }

  .deliverable-list article {
    text-align: left;
  }

  .report-preview {
    padding: 16px;
  }

  .report-preview-top,
  .report-profile {
    align-items: flex-start;
  }

  .report-dimensions > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
