.diploma-page .brand span,
.diploma-page .alis-word,
.diploma-page .diploma-alis {
  font-family: Fredoka, Inter, system-ui, sans-serif;
  text-transform: lowercase;
}

.diploma-page .diploma-content {
  display: grid;
  gap: 24px;
}

.diploma-page .diploma-panel {
  scroll-margin-top: 118px;
}

.diploma-page .course-panel .program-head {
  min-height: 360px;
}

.diploma-page .course-panel .program-head h2 {
  font-size: clamp(42px, 5vw, 72px);
}

.diploma-page .program-summary {
  max-width: 580px;
  margin-top: 22px;
  color: var(--text-soft);
  font-size: 19px;
  line-height: 1.42;
}

.diploma-page .course-panel .program-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
}

.diploma-page .program-sidebar .advisor-card {
  background: #fff;
}

.diploma-page .program-sidebar .advisor-card p {
  margin-top: 10px;
}

.diploma-page .program-item {
  scroll-margin-top: 120px;
}

.diploma-page .check-list li span,
.diploma-page .audience-list li span,
.diploma-page .deliverables-card li span {
  color: var(--orange);
  font-weight: 900;
}

.diploma-page .program-cta {
  justify-content: flex-start;
}

.diploma-page .course-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.diploma-page .tools-card,
.diploma-page .finish-card {
  background: rgba(255, 255, 255, 0.5);
}

.diploma-page .finish-card p {
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.diploma-page .tool-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.diploma-page .tool-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.diploma-page .tool-logo::before {
  display: none;
}

.diploma-page .tool-logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.diploma-page .section-icon-image {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 0 8px;
  object-fit: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(47%)
    sepia(89%)
    saturate(1478%)
    hue-rotate(352deg)
    brightness(99%)
    contrast(95%);
}

.diploma-page .program-cta h3 {
  color: var(--orange);
}

.diploma-page .deliverable-visual {
  position: relative;
  flex: 0 0 220px;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(244, 124, 32, 0.1), rgba(122, 92, 255, 0.1)),
    #fff;
}

.diploma-page .deliverable-visual::before {
  position: absolute;
  left: 18px;
  top: 16px;
  color: rgba(23, 23, 23, 0.5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.diploma-page .deliverable-visual span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(122, 92, 255, 0.18);
}

.diploma-page .dashboard-visual::before {
  content: "Dashboard";
}

.diploma-page .dashboard-visual span:nth-child(1) {
  left: 18px;
  top: 42px;
  width: 76px;
  height: 42px;
  border-radius: 14px;
  background: rgba(244, 124, 32, 0.82);
}

.diploma-page .dashboard-visual span:nth-child(2) {
  left: 106px;
  top: 42px;
  width: 72px;
  height: 18px;
  border-radius: 999px;
  background: rgba(122, 92, 255, 0.2);
}

.diploma-page .dashboard-visual span:nth-child(3) {
  left: 106px;
  top: 70px;
  width: 28px;
  height: 34px;
  border-radius: 10px;
  background: rgba(23, 23, 23, 0.12);
}

.diploma-page .dashboard-visual span:nth-child(4) {
  left: 144px;
  top: 58px;
  width: 28px;
  height: 46px;
  border-radius: 10px;
  background: rgba(122, 92, 255, 0.24);
}

.diploma-page .workflow-visual::before {
  content: "Flujo automatizado";
}

.diploma-page .workflow-visual span:nth-child(1) {
  left: 20px;
  top: 58px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(244, 124, 32, 0.82);
}

.diploma-page .workflow-visual span:nth-child(2) {
  left: 72px;
  top: 73px;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 124, 32, 0.55), rgba(122, 92, 255, 0.55));
}

.diploma-page .workflow-visual span:nth-child(3) {
  left: 104px;
  top: 46px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(122, 92, 255, 0.22);
}

.diploma-page .workflow-visual span:nth-child(4) {
  right: 22px;
  top: 58px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(23, 23, 23, 0.13);
}

.diploma-page .analytics-visual::before {
  content: "KPIs";
}

.diploma-page .analytics-visual span:nth-child(1) {
  left: 18px;
  bottom: 22px;
  width: 28px;
  height: 34px;
  border-radius: 10px 10px 0 0;
  background: rgba(244, 124, 32, 0.82);
}

.diploma-page .analytics-visual span:nth-child(2) {
  left: 56px;
  bottom: 22px;
  width: 28px;
  height: 54px;
  border-radius: 10px 10px 0 0;
  background: rgba(122, 92, 255, 0.25);
}

.diploma-page .analytics-visual span:nth-child(3) {
  left: 94px;
  bottom: 22px;
  width: 28px;
  height: 42px;
  border-radius: 10px 10px 0 0;
  background: rgba(23, 23, 23, 0.12);
}

.diploma-page .analytics-visual span:nth-child(4) {
  right: 22px;
  top: 42px;
  width: 64px;
  height: 64px;
  border: 10px solid rgba(122, 92, 255, 0.2);
  border-top-color: rgba(244, 124, 32, 0.82);
  border-radius: 50%;
  background: transparent;
}

.diploma-page .marketing-visual::before {
  content: "Campaña";
}

.diploma-page .marketing-visual span:nth-child(1) {
  left: 20px;
  top: 48px;
  width: 82px;
  height: 52px;
  border-radius: 16px;
  background: rgba(244, 124, 32, 0.16);
}

.diploma-page .marketing-visual span:nth-child(2) {
  left: 34px;
  top: 62px;
  width: 72px;
  height: 8px;
  background: rgba(244, 124, 32, 0.82);
}

.diploma-page .marketing-visual span:nth-child(3) {
  left: 116px;
  top: 48px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(122, 92, 255, 0.22);
}

.diploma-page .marketing-visual span:nth-child(4) {
  right: 18px;
  bottom: 24px;
  width: 54px;
  height: 26px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.12);
}

.diploma-page .roadmap-visual::before {
  content: "Roadmap";
}

.diploma-page .roadmap-visual span:nth-child(1) {
  left: 24px;
  top: 70px;
  width: 168px;
  height: 4px;
  border-radius: 999px;
  background: rgba(122, 92, 255, 0.2);
}

.diploma-page .roadmap-visual span:nth-child(2),
.diploma-page .roadmap-visual span:nth-child(3),
.diploma-page .roadmap-visual span:nth-child(4) {
  top: 56px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
}

.diploma-page .roadmap-visual span:nth-child(2) {
  left: 28px;
  background: rgba(244, 124, 32, 0.82);
}

.diploma-page .roadmap-visual span:nth-child(3) {
  left: 94px;
  background: rgba(122, 92, 255, 0.22);
}

.diploma-page .roadmap-visual span:nth-child(4) {
  right: 26px;
  background: rgba(23, 23, 23, 0.12);
}

html[data-theme="dark"] .diploma-page .program-sidebar .advisor-card {
  background: rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] .diploma-page .tools-card,
html[data-theme="dark"] .diploma-page .finish-card,
html[data-theme="dark"] .diploma-page .tool-logo,
html[data-theme="dark"] .diploma-page .deliverable-visual {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.09);
  color: #f3efe7;
}

html[data-theme="dark"] .diploma-page .finish-card p {
  color: rgba(238, 231, 220, 0.68);
}

@media (max-width: 1080px) {
  .diploma-page .course-panel .program-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .diploma-page .diploma-content {
    gap: 18px;
  }

  .diploma-page .course-support-grid {
    grid-template-columns: 1fr;
  }

  .diploma-page .program-cta {
    align-items: stretch;
  }

  .diploma-page .deliverable-visual {
    flex-basis: auto;
    width: 100%;
  }

  .diploma-page .course-panel .program-head {
    min-height: 330px;
  }

  .diploma-page .course-panel .program-facts {
    grid-template-columns: 1fr;
  }
}
