.cert-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding-top: 150px;
}

.cert-hero-showcase {
  position: relative;
  overflow: hidden;
}

.cert-hero-showcase::before {
  content: "";
  position: absolute;
  inset: 120px 5vw 40px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,224,255,.16), rgba(125,0,255,.12), rgba(255,140,0,.1)),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14);
  pointer-events: none;
}

.cert-hero-showcase::after {
  content: "";
  position: absolute;
  right: 8vw;
  top: 135px;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(0,224,255,.26), transparent 62%);
  filter: blur(8px);
  pointer-events: none;
}

.cert-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .62fr);
  gap: 34px;
  align-items: center;
}

.cert-showcase-copy {
  padding: clamp(10px, 2vw, 26px) 0;
}

.cert-showcase-copy h1 {
  max-width: 970px;
  text-wrap: balance;
}

.cert-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 34px;
  align-items: center;
}

.cert-hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.cert-hero-centered {
  text-align: center;
}

.cert-hero-centered .breadcrumb,
.cert-hero-centered .hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.cert-hero .hero-lead {
  max-width: 780px;
}

.cert-hero button.btn {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cert-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}

.cert-hero-showcase .cert-hero-cta {
  justify-content: flex-start;
}

.cert-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cert-hero-pills span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.09);
  border-radius: 999px;
  padding: 9px 12px;
  color: #eef8ff;
  font-weight: 900;
  font-size: .88rem;
}

.cert-hero-dashboard {
  position: relative;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 8px;
  display: grid;
  gap: 20px;
}

.cert-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-weight: 900;
}

.cert-dashboard-top strong {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 10px;
}

.cert-score-ring {
  position: relative;
  width: min(230px, 64vw);
  aspect-ratio: 1;
  margin: 6px auto;
  text-align: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(6,20,39,.96) 0 54%, transparent 55%),
    conic-gradient(from -30deg, var(--cyan), var(--purple), var(--orange), rgba(255,255,255,.12) 82%);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.cert-score-ring strong {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 950;
  min-width: 1.8em;
  letter-spacing: 0;
}

.cert-score-ring span {
  position: absolute;
  left: 50%;
  bottom: 31px;
  transform: translateX(-50%);
  display: block;
  max-width: 130px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.35;
}

.cert-dashboard-list {
  display: grid;
  gap: 10px;
}

.cert-dashboard-list div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.cert-dashboard-list b {
  color: #fff;
}

.cert-dashboard-list span {
  color: var(--muted);
  line-height: 1.45;
  font-weight: 780;
}

.cert-visual,
.cert-finder-panel {
  padding: 24px;
  border-radius: 8px;
  display: grid;
  gap: 16px;
}

.cert-market-hero {
  position: relative;
  overflow: hidden;
}

.cert-market-hero::before {
  content: "";
  position: absolute;
  inset: 118px 5vw 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 72% 34%, rgba(0,224,255,.18), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(255,140,0,.12), transparent 32%);
  border: 1px solid rgba(255,255,255,.13);
  pointer-events: none;
}

.cert-market-hero.market-europe::before {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 72% 34%, rgba(46,144,250,.2), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(255,206,84,.13), transparent 32%);
}

.cert-market-hero.market-australia::before {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 72% 34%, rgba(0,224,255,.19), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(0,190,125,.16), transparent 32%);
}

.cert-market-hero.market-cyber::before,
.cert-market-hero.market-tech::before {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 72% 34%, rgba(0,224,255,.22), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(125,0,255,.17), transparent 32%);
}

.cert-market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cert-market-tags span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.09);
  color: #eef8ff;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: .88rem;
  font-weight: 900;
}

.cert-market-panel {
  position: relative;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 8px;
  display: grid;
  gap: 18px;
}

.cert-market-map {
  min-height: 210px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg, rgba(0,224,255,.18), rgba(125,0,255,.16)),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 22%),
    rgba(6,20,39,.84);
}

.cert-market-map::before,
.cert-market-map::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  opacity: .72;
}

.cert-market-map::before {
  width: 180px;
  height: 180px;
}

.cert-market-map::after {
  width: 108px;
  height: 108px;
}

.cert-market-map span {
  position: relative;
  z-index: 1;
  min-width: 92px;
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(5,15,33,.82);
  border: 1px solid rgba(255,255,255,.22);
  color: white;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 2.3rem);
  font-weight: 950;
}

.cert-market-map.market-europe {
  background:
    linear-gradient(135deg, rgba(46,144,250,.23), rgba(8,33,77,.18)),
    radial-gradient(circle at 32% 34%, rgba(255,206,84,.22), transparent 20%),
    rgba(6,20,39,.84);
}

.cert-market-map.market-australia {
  background:
    linear-gradient(135deg, rgba(0,190,125,.24), rgba(0,224,255,.15)),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.18), transparent 22%),
    rgba(6,20,39,.84);
}

.cert-market-map.market-business,
.cert-market-map.market-operations {
  background:
    linear-gradient(135deg, rgba(255,140,0,.18), rgba(0,224,255,.14)),
    radial-gradient(circle at 28% 70%, rgba(255,255,255,.16), transparent 22%),
    rgba(6,20,39,.84);
}

.cert-market-map.market-cyber,
.cert-market-map.market-tech {
  background:
    linear-gradient(135deg, rgba(0,224,255,.22), rgba(125,0,255,.2)),
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.18), transparent 22%),
    rgba(6,20,39,.84);
}

.cert-market-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cert-market-stats div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transition: background .18s;
}
.cert-market-stats div:hover {
  background: rgba(255,255,255,.12);
}

.cert-market-stats strong {
  font-size: .88rem;
  background: linear-gradient(135deg, white, var(--cyan));
  -webkit-background-clip: text;
  color: transparent;
}

.cert-market-stats span {
  color: var(--muted);
  line-height: 1.45;
  font-weight: 780;
}

.cert-market-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cert-market-fit-card {
  padding: 24px;
  border-radius: 18px;
}

.cert-market-fit-card h3 {
  margin-bottom: 12px;
}

.cert-market-fit-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 780;
}

.cert-market-fit-card p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.cert-finder-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.cert-quick-form {
  display: grid;
  gap: 12px;
}

.cert-quick-form label {
  display: grid;
  gap: 7px;
  color: white;
  font-weight: 900;
}

.cert-quick-form select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(5,15,33,.94);
  color: white;
  padding: 12px;
  font: inherit;
  font-weight: 820;
}

.cert-quick-form button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cert-quick-result,
.cert-impact-card,
.cert-simulator {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.cert-quick-result {
  padding: 16px;
}

.cert-quick-result strong,
.cert-impact-card strong {
  display: block;
  background: linear-gradient(135deg, white, var(--cyan));
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

.cert-quick-result p,
.cert-impact-card p,
.cert-simulator p,
.timeline-step p {
  color: var(--muted);
  line-height: 1.65;
}

.cert-map-card,
.cert-card,
.cert-detail-card,
.cert-route-card,
.cert-note,
.cert-faq details {
  border-radius: 18px;
}

.cert-map-card {
  padding: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
}

.cert-map-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.cert-map-card span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 760;
}

.cert-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

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

.cert-card,
.cert-detail-card,
.cert-route-card {
  padding: 26px;
}

.cert-card {
  transition: transform .2s ease, border-color .2s ease;
}

.cert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,224,255,.42);
}

.cert-card h3,
.cert-detail-card h3,
.cert-route-card h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.cert-card p,
.cert-detail-card p,
.cert-route-card p,
.cert-note p {
  color: var(--muted);
  line-height: 1.7;
}

.cert-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.cert-meta span,
.cert-pill {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.09);
  color: #eef8ff;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: .84rem;
  font-weight: 900;
}

.cert-table {
  overflow-x: auto;
  border-radius: 8px;
}

.cert-table-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.cert-table-toolbar button {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 8px;
  padding: 10px 13px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cert-table-toolbar button.active {
  border-color: rgba(0,224,255,.5);
  background: rgba(0,224,255,.14);
}

.cert-table table {
  width: 100%;
  min-width: 1280px;
  border-collapse: collapse;
}

.cert-table th,
.cert-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.14);
  vertical-align: top;
}

.cert-table th {
  color: white;
  background: rgba(255,255,255,.11);
}

.cert-table td {
  color: var(--muted);
  line-height: 1.55;
}

.cert-table a {
  color: #fff;
  font-weight: 950;
}

.cert-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cert-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cert-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cert-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cert-impact-card {
  padding: 22px;
}

.cert-important-note {
  margin: 22px auto 0;
  max-width: 900px;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.cert-migration-quiz {
  padding: clamp(20px, 4vw, 30px);
  border-radius: 8px;
}

.cert-quiz-submit {
  margin-top: 18px;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cert-quiz-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
}

.cert-quiz-result strong {
  display: block;
  margin-bottom: 8px;
}

.cert-quiz-result p {
  color: var(--muted);
  line-height: 1.65;
}

.cert-guide-list {
  padding: 22px;
  margin-bottom: 22px;
  border-radius: 8px;
}

.cert-guide-list p {
  color: var(--muted);
  line-height: 1.65;
}

.cert-guide-list a {
  color: #fff;
}

.cert-final-cta {
  text-align: center;
  padding: clamp(26px, 5vw, 42px);
  border-radius: 8px;
  background: rgba(248,249,250,.1);
  border: 1px solid rgba(255,255,255,.16);
}

.cert-final-cta h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 10px;
}

.cert-final-cta p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.cert-timeline {
  margin-top: 18px;
  padding: 24px;
  display: grid;
  gap: 0;
  border-radius: 20px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  position: relative;
}

.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 58px;
  width: 2px;
  height: calc(100% - 44px);
  background: linear-gradient(to bottom, rgba(0,224,255,.3), rgba(125,0,255,.15));
}

.timeline-step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  color: #fff;
  font-weight: 950;
  font-size: 1rem;
  box-shadow: 0 0 18px rgba(0,224,255,.22);
  flex-shrink: 0;
}

.timeline-step p {
  padding-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.cert-simulator {
  padding: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: 24px;
  align-items: center;
}

.simulator-screen {
  border-radius: 8px;
  padding: 18px;
  background: rgba(2,8,23,.82);
  border: 1px solid rgba(255,255,255,.16);
}

.simulator-top {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.simulator-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,224,255,.6);
}

.simulator-screen strong {
  display: block;
  margin-bottom: 8px;
}

.simulator-screen ol {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.cert-backups {
  margin-top: 10px;
  font-size: .95rem;
}

.cert-note {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}

.cert-note strong {
  display: block;
  margin-bottom: 8px;
}

.cert-faq {
  display: grid;
  gap: 14px;
}

.cert-faq details {
  padding: 20px;
}

.cert-faq summary {
  cursor: pointer;
  font-weight: 950;
}

.cert-faq p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.cert-updated {
  padding: 18px 5vw 44px;
}

.cert-updated-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cert-updated span {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.09);
  color: #eef8ff;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: .86rem;
}

.cert-advisor-modal {
  position: fixed;
  inset: 0;
  z-index: 21000;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0,0,0,.62);
}

.cert-advisor-modal.open {
  display: grid;
}

.cert-advisor-box {
  width: min(980px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  position: relative;
}

.cert-advisor-box h2 {
  margin: 10px 0 18px;
  max-width: 780px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.cert-advisor-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.12);
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 950;
  font-size: 1.2rem;
}

.cert-advisor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cert-advisor-grid label {
  display: grid;
  gap: 8px;
  color: white;
  font-weight: 900;
}

.cert-advisor-grid select,
.cert-advisor-grid input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(5,15,33,.9);
  color: white;
  padding: 12px;
  font: inherit;
  font-weight: 800;
}

.cert-advisor-result {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
}

.cert-advisor-result strong {
  display: block;
  margin-bottom: 6px;
}

.cert-advisor-result p {
  color: var(--muted);
  line-height: 1.65;
}

.cert-pathway-box {
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0,224,255,.22);
  background: rgba(0,224,255,.08);
}

.cert-pathway-box p {
  margin: 0;
}

.cert-lead-status {
  font-weight: 850;
}

.cert-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.cert-result-actions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cert-advisor-result.is-loading {
  border-color: rgba(0,224,255,.42);
  box-shadow: 0 0 0 1px rgba(0,224,255,.16), 0 20px 60px rgba(0,0,0,.28);
}

.cert-advisor-form.is-recommendation .cert-advisor-grid,
.cert-advisor-form.is-recommendation .cert-consent,
.cert-advisor-form.is-recommendation .cert-advisor-actions {
  display: none;
}

.cert-advisor-form.is-recommendation .cert-advisor-result {
  margin-top: 8px;
  padding: clamp(20px, 4vw, 30px);
}

.cert-advisor-form.is-recommendation .cert-advisor-result strong {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: #fff;
}

.cert-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}

.cert-consent input {
  margin-top: 4px;
  accent-color: var(--cyan);
}

.cert-advisor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.cert-advisor-actions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

@media (max-width: 980px) {
  .cert-hero-grid,
  .cert-showcase-grid,
  .cert-grid,
  .cert-detail-grid,
  .cert-route-grid,
  .cert-impact-grid,
  .cert-benefit-grid,
  .cert-market-fit-grid,
  .cert-market-stats,
  .cert-simulator,
  .cert-advisor-grid {
    grid-template-columns: 1fr;
  }

  .cert-hero {
    min-height: auto;
    padding-top: 130px;
  }

  .cert-hero-showcase::before {
    inset: 105px 4vw 28px;
  }

  .cert-market-hero::before {
    inset: 105px 4vw 28px;
  }

  .cert-hero-showcase .cert-hero-cta {
    justify-content: center;
  }

  .cert-score-ring {
    width: min(220px, 72vw);
  }

  .cert-score-ring span {
    bottom: 28px;
  }
}

.cert-section-head {
  font-weight: 950;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cyan, #00e0ff);
  margin: 18px 0 8px;
}
.cert-section-head:first-child { margin-top: 0; }

.cert-mini-exam-section {
  padding-top: clamp(42px, 7vw, 82px);
}

.cert-mini-exam {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
}

.cert-mini-exam-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.cert-mini-exam-copy p {
  color: var(--muted);
  line-height: 1.75;
  max-width: 620px;
}

.cert-mini-exam-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cert-mini-exam-meta span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #eef8ff;
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 900;
  font-size: .84rem;
}

.cert-mini-exam-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(5,15,33,.58);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 24px);
}

.cert-mini-exam-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.cert-mini-exam-top strong {
  color: #fff;
}

.cert-mini-exam-top span {
  color: var(--cyan);
  font-weight: 950;
  border: 1px solid rgba(0,224,255,.28);
  border-radius: 999px;
  padding: 6px 10px;
  min-width: 68px;
  text-align: center;
}

.cert-mini-exam-bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}

.cert-mini-exam-bar span {
  display: block;
  width: 12.5%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
  transition: width .2s ease;
}

.cert-mini-exam-panel h3 {
  margin: 4px 0;
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: -.015em;
}

.cert-mini-exam-options {
  display: grid;
  gap: 10px;
}

.cert-mini-exam-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #eef8ff;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  font: inherit;
  line-height: 1.45;
  cursor: pointer;
}

.cert-mini-exam-option b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.11);
  color: var(--cyan);
  font-size: .82rem;
}

.cert-mini-exam-option.is-selected {
  border-color: rgba(0,224,255,.55);
  background: rgba(0,224,255,.12);
}

.cert-mini-exam-option.is-correct {
  border-color: rgba(16,185,129,.7);
  background: rgba(16,185,129,.16);
}

.cert-mini-exam-option.is-wrong {
  border-color: rgba(248,113,113,.65);
  background: rgba(248,113,113,.14);
}

.cert-mini-exam-review {
  display: none;
  border: 1px solid rgba(0,224,255,.2);
  background: rgba(0,224,255,.08);
  border-radius: 8px;
  padding: 13px;
  color: var(--muted);
  line-height: 1.65;
}

.cert-mini-exam-review.is-open {
  display: block;
}

.cert-mini-exam-review strong {
  color: #fff;
}

.cert-mini-exam-actions,
.cert-mini-exam-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cert-mini-exam-actions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cert-mini-exam-final {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 18px;
}

.cert-mini-exam-final h3 {
  margin-top: 0;
}

.cert-mini-exam-final p {
  color: var(--muted);
  line-height: 1.65;
}

.cert-mini-exam-final-list {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.cert-mini-exam-final-list div {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  border-radius: 8px;
  padding: 12px;
}

.cert-mini-exam-final-list strong {
  color: #fff;
}

@media (max-width: 980px) {
  .cert-mini-exam {
    grid-template-columns: 1fr;
  }
}
