.org-page-hero {
  padding: 64px 48px 40px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
}

.org-hero-copy {
  max-width: 560px;
}

.org-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--blue);
  color: #fff;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  margin-bottom: 22px;
}

.org-eyebrow .icon {
  width: 15px;
  height: 15px;
}

.org-page-hero h1 {
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0a0a0a;
  margin-bottom: 20px;
}

.org-page-hero p {
  font-size: 17px;
  line-height: 1.62;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.org-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.org-hub-art {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.org-hub-node > circle:first-child {
  fill: #fff;
  stroke: var(--blue);
  stroke-width: 2;
}

.org-page-types {
  padding: 34px 48px;
  border-top: 1px solid var(--border);
}

.org-types-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  color: var(--blue);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.org-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.org-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  background: #fff;
}

.org-badge .icon {
  width: 16px;
  height: 16px;
  color: var(--blue);
}

.org-page-features {
  padding: 50px 48px 70px;
  max-width: 1180px;
  margin: 0 auto;
}

.org-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.org-feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  padding: 22px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.org-feature-card:hover {
  border-color: #c8d8f8;
  box-shadow: 0 12px 28px rgba(26, 79, 196, .1);
  transform: translateY(-2px);
}

.org-feature-card h3 {
  font-size: 16px;
  font-weight: 750;
  color: #111;
  margin-bottom: 7px;
}

.org-feature-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

.org-feature-card-visual {
  padding: 0;
}

.org-card-body {
  padding: 20px 22px 24px;
}

.org-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--blue);
}

.org-icon-box .icon {
  width: 22px;
  height: 22px;
}

.org-card-visual {
  aspect-ratio: 4 / 3;
  background: #eef2ff;
  position: relative;
  overflow: hidden;
}

.org-card-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 12px;
  background: #fff;
}

.org-portfolio-visual span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 42px;
  border-radius: 8px;
  background: #f8fafc;
}

.org-portfolio-visual span:nth-child(1) {
  top: 58px;
}

.org-portfolio-visual span:nth-child(2) {
  top: 106px;
}

.org-portfolio-visual span:nth-child(3) {
  top: 154px;
}

.org-portfolio-visual span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
}

.org-portfolio-visual span:nth-child(2)::before {
  background: #f59e0b;
}

.org-portfolio-visual span:nth-child(3)::before {
  background: #ec4899;
}

.org-portfolio-visual span::after {
  content: "";
  position: absolute;
  left: 54px;
  top: 13px;
  width: 42%;
  height: 7px;
  border-radius: 999px;
  background: #334155;
  box-shadow: 0 12px 0 #cbd5e1;
}

.org-program-visual span {
  position: absolute;
  height: 22px;
  border-radius: 6px;
}

.org-program-visual span:nth-child(1) {
  left: 34px;
  top: 102px;
  width: 120px;
  background: #dbeafe;
}

.org-program-visual span:nth-child(2) {
  left: 80px;
  top: 132px;
  width: 150px;
  background: #fde68a;
}

.org-program-visual span:nth-child(3) {
  left: 34px;
  top: 162px;
  width: 90px;
  background: #bbf7d0;
}

.org-program-visual span:nth-child(4) {
  right: 34px;
  top: 162px;
  width: 126px;
  background: #fbcfe8;
}

.org-program-visual::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 34px;
  height: 30px;
  border-radius: 8px;
  background: var(--blue);
}

.org-opportunity-visual span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 52px;
  border-radius: 10px;
}

.org-opportunity-visual span:nth-child(1) {
  top: 34px;
  background: #fff7ed;
}

.org-opportunity-visual span:nth-child(2) {
  top: 98px;
  background: #eff6ff;
}

.org-opportunity-visual span:nth-child(3) {
  top: 162px;
  background: #f0fdf4;
}

.org-opportunity-visual span::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 16px;
  width: 52%;
  height: 8px;
  border-radius: 999px;
  background: #7c2d12;
  box-shadow: 0 14px 0 rgba(194, 65, 12, .45);
}

.org-opportunity-visual span:nth-child(2)::before {
  background: #1e3a8a;
  box-shadow: 0 14px 0 rgba(37, 99, 235, .45);
}

.org-opportunity-visual span:nth-child(3)::before {
  background: #14532d;
  box-shadow: none;
}

.org-page-strip {
  padding: 0 48px 80px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.org-strip-visual {
  min-height: 360px;
  border-radius: 20px;
  background: #eff6ff;
  position: relative;
  overflow: hidden;
}

.org-strip-visual::before {
  content: "";
  position: absolute;
  inset: 46px;
  border: 1.5px dashed #c7d2fe;
  border-radius: 50%;
}

.org-strip-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  border-radius: 22px;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 18px 40px rgba(26, 79, 196, .2);
}

.org-strip-hub .icon {
  width: 36px;
  height: 36px;
}

.org-strip-node {
  position: absolute;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dbeafe;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.org-strip-node.n1 {
  left: 28px;
  top: 78px;
}

.org-strip-node.n2 {
  right: 32px;
  top: 96px;
}

.org-strip-node.n3 {
  right: 50px;
  bottom: 78px;
}

.org-strip-node.n4 {
  left: 52px;
  bottom: 92px;
}

.org-strip-text span,
.org-page-cta span {
  display: block;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .8px;
  margin-bottom: 14px;
}

.org-strip-text h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #111;
  margin-bottom: 16px;
}

.org-strip-text p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.org-strip-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.org-strip-points div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.5;
  color: #374151;
}

.org-strip-points .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 5px;
  background: var(--blue);
  color: #fff;
  flex-shrink: 0;
}

.org-page-cta {
  margin: 0 48px 70px;
  border-radius: 24px;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
  padding: 56px;
  text-align: center;
}

.org-page-cta span {
  color: #93c5fd;
}

.org-page-cta h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  max-width: 560px;
  margin: 14px auto 16px;
}

.org-page-cta p {
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 500px;
  margin: 0 auto 26px;
}

@media (max-width: 900px) {
  .org-page-hero {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .org-page-hero h1 {
    font-size: 32px;
  }

  .org-page-types,
  .org-page-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .org-feature-grid,
  .org-page-strip {
    grid-template-columns: 1fr;
  }

  .org-page-strip {
    padding: 0 20px 60px;
  }

  .org-page-cta {
    margin: 0 20px 50px;
    padding: 36px 20px;
  }
}

@media (max-width: 560px) {
  .org-page-hero p {
    font-size: 15px;
  }

  .org-badge-row {
    gap: 8px;
  }

  .org-badge {
    font-size: 12px;
    padding: 8px 12px;
  }

  .org-card-visual {
    aspect-ratio: 16 / 10;
  }

  .org-strip-visual {
    min-height: 300px;
  }

  .org-page-cta h2,
  .org-strip-text h2 {
    font-size: 24px;
  }
}
