body.icel-product {
  --icel-container: 1280px;
  --icel-course-navy: #000b3d;
  --icel-course-navy-2: #0a1650;
  --icel-course-bar: #0b1568;
  --icel-course-cyan: #00d1ff;
  --icel-course-orange: #ff5c00;
  --icel-course-purple: #6b4de6;
  --icel-course-purple-2: #5a2fd0;
  --icel-course-btn: #0d1a6e;
  --icel-course-wa: #25d366;
  --icel-course-border: #e4dff5;
  --icel-course-soft: #f7f6ff;
}

.icel-product .icel-main { padding: 0; }

.icel-btn--navy {
  background: var(--icel-course-btn);
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}

.icel-btn--navy:hover { filter: brightness(1.08); }

.icel-btn--full { width: 100%; }

.icel-btn--whatsapp {
  background: var(--icel-course-wa);
  color: #fff;
  border-radius: 10px;
  font-weight: 800;
}

.icel-btn--whatsapp:hover { filter: brightness(1.05); }

.icel-course-hero {
  --icel-hero-image: none;
  position: relative;
  background:
    linear-gradient(100deg, rgba(7, 16, 58, .88) 0%, rgba(7, 16, 58, .55) 38%, rgba(7, 16, 58, .18) 62%, rgba(7, 16, 58, .35) 100%),
    var(--icel-hero-image) right center / cover no-repeat,
    linear-gradient(180deg, #07103a 0%, #0a1650 55%, #081033 100%);
  color: #fff;
  padding: 32px 0 36px;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: stretch;
}

.icel-course-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px 32px;
  align-items: stretch;
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--icel-container));
  margin-inline: auto;
}

.icel-course-hero__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px 0 4px;
}

.icel-course-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  order: 0;
}

.icel-course-hero__pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.icel-course-hero__pills svg { width: 15px; height: 15px; }

.icel-course-hero__copy {
  order: 1;
  margin-bottom: auto;
}

.icel-kicker--cyan {
  color: var(--icel-course-cyan);
  margin-bottom: 10px;
  letter-spacing: .12em;
}

.icel-course-hero h1 {
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: .92;
  font-weight: 800;
  margin: 0 0 16px;
}

.icel-course-hero h1 span {
  display: block;
  color: var(--icel-course-cyan);
}

.icel-course-hero__text {
  color: rgba(255, 255, 255, .92);
  max-width: 480px;
  font-size: 16px;
  line-height: 1.5;
}

.icel-course-hero__text p { margin: 0 0 6px; }

.icel-course-hero__text strong,
.icel-course-hero__text b {
  color: var(--icel-course-cyan);
  font-weight: 700;
}

.icel-course-hero__price {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  padding: 12px 16px;
  background: rgba(0, 10, 40, .35);
}

.icel-course-hero__price-main small {
  display: block;
  font-size: 12px;
  opacity: .8;
  margin-bottom: 2px;
}

.icel-course-hero__price strong {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.icel-course-hero__price s {
  color: rgba(255, 255, 255, .55);
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  font-size: 15px;
}

.icel-course-hero__price em {
  font-style: normal;
  background: var(--icel-course-orange);
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 14px;
}

.icel-countdown {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  border: 1.5px solid var(--icel-course-orange);
  border-radius: 10px;
  padding: 10px 16px;
  background: rgba(0, 10, 40, .25);
}

.icel-countdown > svg {
  width: 18px;
  height: 18px;
  color: var(--icel-course-orange);
  flex: 0 0 auto;
}

.icel-countdown__label {
  font-weight: 600;
  white-space: nowrap;
}

.icel-countdown__time {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-variant-numeric: tabular-nums;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
}

.icel-countdown__time b {
  font-size: 18px;
  font-weight: 800;
}

.icel-countdown__time i {
  font-style: normal;
  color: var(--icel-course-orange);
  font-size: 13px;
  font-weight: 700;
}

.icel-countdown__time > span {
  opacity: .7;
  margin: 0 2px;
}

.icel-feature-bar {
  order: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  color: #fff;
  max-width: 720px;
}

.icel-feature-bar div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 10px 0;
  font-weight: 600;
  font-size: 14px;
}

.icel-feature-bar div + div {
  border-left: 1px solid rgba(255, 255, 255, .28);
  padding-left: 14px;
}

.icel-feature-bar svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.icel-lead-card {
  background: #fff;
  color: var(--icel-text);
  border-radius: 22px;
  padding: 22px 20px 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
  position: relative;
  z-index: 2;
  align-self: start;
  width: 100%;
}

.icel-lead-card h2 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--icel-course-btn);
  text-align: center;
  font-weight: 800;
}

.icel-lead-card h2 span {
  color: var(--icel-blue);
  display: block;
}

.icel-lead-card form { display: grid; gap: 10px; }

.icel-lead-card label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d8deea;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
}

.icel-lead-card label span {
  color: #8b93a7;
  display: grid;
}

.icel-lead-card svg { width: 18px; height: 18px; }

.icel-lead-card input,
.icel-lead-card select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 13px 0;
  font: inherit;
  outline: none;
  color: var(--icel-text);
}

.icel-lead-card .icel-btn {
  margin-top: 4px;
  min-height: 48px;
}

.icel-lead-card small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--icel-muted);
  font-size: 12px;
}

.icel-lead-ok { color: #0a7a3e; font-weight: 700; }
.icel-lead-error { color: #c1121f; font-weight: 700; }

.icel-course-body { padding: 28px 0 48px; }

.icel-course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.icel-course-main {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.icel-mini-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.icel-mini-cards article {
  border: 1px solid var(--icel-course-border);
  border-radius: 14px;
  padding: 14px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
}

.icel-mini-cards svg {
  width: 28px;
  height: 28px;
  color: var(--icel-course-purple);
  flex: 0 0 auto;
}

.icel-mini-cards strong {
  display: block;
  color: var(--icel-course-purple);
  font-size: 13px;
  font-weight: 700;
}

.icel-mini-cards span {
  color: var(--icel-text);
  font-size: 14px;
  font-weight: 700;
}

.icel-course-intro { padding-bottom: 8px; }

.icel-course-intro h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  margin-bottom: 16px;
  color: var(--icel-course-navy);
  font-weight: 800;
}

.icel-course-intro h2 span { color: var(--icel-blue); }

.icel-prose p {
  margin-bottom: 12px;
  color: var(--icel-muted);
  font-size: 16px;
}

.icel-prose strong { color: var(--icel-text); }

.icel-temario h2,
.icel-bonus-box h2,
.icel-offer h2,
.icel-course-quotes h2 {
  font-size: 28px;
  margin-bottom: 14px;
  color: var(--icel-course-navy);
  font-weight: 800;
}

.icel-temario h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icel-temario h2 svg {
  width: 26px;
  height: 26px;
  color: var(--icel-blue);
}

.icel-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--icel-navy);
  background: #eef3ff;
  border: 1px solid #d6e2ff;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
}

.icel-note svg {
  width: 18px;
  height: 18px;
  color: var(--icel-blue);
  flex: 0 0 auto;
}

.icel-temario__group,
.icel-accordion,
.icel-faq__item {
  border: 1px solid var(--icel-course-border);
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fff;
}

.icel-temario__group {
  border-left: 4px solid var(--icel-blue);
  overflow: hidden;
}

.icel-temario__group summary,
.icel-accordion summary,
.icel-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--icel-course-navy);
}

.icel-temario__group summary::-webkit-details-marker,
.icel-accordion summary::-webkit-details-marker,
.icel-faq__item summary::-webkit-details-marker { display: none; }

.icel-temario__group summary em {
  display: inline-block;
  margin-left: 8px;
  background: #e8eeff;
  color: var(--icel-blue);
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.icel-accordion summary i {
  display: inline-block;
  margin: 6px 0 0;
  background: var(--icel-course-purple);
  color: #fff;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.icel-accordion summary span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.icel-temario__group summary b,
.icel-accordion summary b {
  color: var(--icel-blue);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.icel-temario__group summary b::after,
.icel-accordion summary b::after {
  content: " ›";
}

.icel-faq__item summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--icel-course-purple);
  border-bottom: 2px solid var(--icel-course-purple);
  transform: rotate(45deg);
  margin-left: auto;
  transition: transform .2s ease;
}

.icel-faq__item[open] summary::after { transform: rotate(225deg); }

.icel-temario__group > div,
.icel-accordion > div,
.icel-faq__item > div {
  padding: 0 18px 16px;
  color: var(--icel-muted);
}

.icel-temario__group > div {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--icel-course-border);
  padding: 0;
}

.icel-temario__group .icel-accordion {
  border: 0;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid #edf0f7;
}

.icel-temario__group .icel-accordion:last-child { border-bottom: 0; }

.icel-bonus-box {
  border: 1.5px solid #cfc4f5;
  border-radius: 20px;
  padding: 8px 8px 18px;
  background: var(--icel-course-soft);
}

.icel-bonus-box__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 8px;
  color: var(--icel-course-purple);
}

.icel-bonus-box__head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 22px;
  color: var(--icel-course-purple);
}

.icel-bonus-box__head h2 svg {
  width: 24px;
  height: 24px;
}

.icel-bonus-box__head span {
  background: linear-gradient(90deg, #4b2db3, #6a3ad1);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.icel-bonus-box ul {
  padding: 0 16px;
  display: grid;
  gap: 10px;
}

.icel-bonus-box li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--icel-course-purple);
  font-weight: 600;
}

.icel-bonus-box svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.icel-teacher {
  margin-top: 10px;
}

.icel-teacher h2 {
  font-size: 32px;
  margin: 0 0 6px;
  color: #060735;
  font-weight: 800;
  line-height: 1.2;
}

.icel-teacher__intro {
  color: #8a899c;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
}

.icel-teacher__intro strong,
.icel-teacher__intro b {
  color: #060735;
  font-weight: 800;
}

.icel-teacher__card {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  border: 1px solid #ece5f6;
  border-radius: 18px;
  padding: 26px 28px;
  background: #fff;
}

.icel-teacher__avatar {
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  position: relative;
}

.icel-teacher__avatar::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 229, 246, .95) 0%, rgba(236, 229, 246, 0) 72%);
  z-index: 0;
}

.icel-teacher__photo {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  display: block;
  box-shadow: 0 8px 24px rgba(6, 7, 53, .12);
}

.icel-teacher__avatar.is-placeholder::before {
  background: radial-gradient(circle, rgba(232, 234, 240, .9) 0%, rgba(232, 234, 240, 0) 72%);
}

.icel-teacher__avatar.is-placeholder .icel-teacher__photo {
  object-fit: contain;
  object-position: center;
  background: #e8eaf0;
  box-shadow: none;
}

.icel-teacher__body {
  flex: 1 1 auto;
  min-width: 0;
}

.icel-teacher__body h3 {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #060735;
  font-weight: 800;
  letter-spacing: .02em;
  margin: 0;
}

.icel-teacher__role {
  color: #8a899c;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.icel-teacher__role strong,
.icel-teacher__role b {
  color: #060735;
  font-weight: 700;
}

.icel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 14px;
}

.icel-tags span {
  border: 1px solid #9b7aef;
  color: #6236ff;
  background: #fff;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.icel-teacher__bio {
  color: #3d3f57;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.icel-teacher__bio strong {
  color: #060735;
  font-weight: 800;
}

.icel-offer {
  background: #fafbff;
}

.icel-cert-cards,
.icel-value-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.icel-value-cards { grid-template-columns: repeat(4, 1fr); }

.icel-cert-cards article,
.icel-value-cards article {
  border: 1px solid var(--icel-course-border);
  border-radius: 16px;
  padding: 20px 18px;
  background: #fff;
  text-align: center;
  position: relative;
}

.icel-cert-cards em {
  position: absolute;
  top: 12px;
  right: 12px;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  background: var(--icel-course-purple);
  color: #fff;
  border-radius: 999px;
  padding: 3px 8px;
}

.icel-cert-cards article > span,
.icel-value-cards span {
  width: 52px;
  height: 52px;
  margin: 8px auto 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #4b2db3, #6a3ad1);
  color: #fff;
}

.icel-cert-cards svg,
.icel-value-cards svg {
  width: 24px;
  height: 24px;
}

.icel-cert-cards h3,
.icel-value-cards h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--icel-course-navy);
}

.icel-cert-cards p,
.icel-value-cards p {
  color: var(--icel-muted);
  font-size: 14px;
}

.icel-certify-wrap {
  background: #f7f5ff;
  padding: 56px 0;
}

.icel-certify {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
}

.icel-cert-preview {
  position: relative;
  padding: 18px 12px 28px 8px;
}

.icel-cert-preview__inner {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .22), transparent 42%),
    radial-gradient(circle at 10% 85%, rgba(255, 255, 255, .12), transparent 40%),
    linear-gradient(135deg, #6a30c1 0%, #7e45e2 48%, #9b6cf0 100%);
  color: #fff;
  border-radius: 28px;
  padding: 36px 28px 28px;
  min-height: 300px;
  box-shadow: 0 22px 48px rgba(106, 48, 193, .28);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.icel-cert-preview__seal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #7c3aed;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(106, 48, 193, .22);
}

.icel-cert-preview__seal::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 58%, #7c3aed 59% 68%, transparent 69%),
    conic-gradient(from 0deg, #7c3aed 0 10deg, transparent 10deg 20deg, #7c3aed 20deg 30deg, transparent 30deg 40deg, #7c3aed 40deg 50deg, transparent 50deg 60deg, #7c3aed 60deg 70deg, transparent 70deg 80deg, #7c3aed 80deg 90deg, transparent 90deg 100deg, #7c3aed 100deg 110deg, transparent 110deg 120deg, #7c3aed 120deg 130deg, transparent 130deg 140deg, #7c3aed 140deg 150deg, transparent 150deg 160deg, #7c3aed 160deg 170deg, transparent 170deg 180deg, #7c3aed 180deg 190deg, transparent 190deg 200deg, #7c3aed 200deg 210deg, transparent 210deg 220deg, #7c3aed 220deg 230deg, transparent 230deg 240deg, #7c3aed 240deg 250deg, transparent 250deg 260deg, #7c3aed 260deg 270deg, transparent 270deg 280deg, #7c3aed 280deg 290deg, transparent 290deg 300deg, #7c3aed 300deg 310deg, transparent 310deg 320deg, #7c3aed 320deg 330deg, transparent 330deg 340deg, #7c3aed 340deg 350deg, transparent 350deg 360deg);
  z-index: -1;
}

.icel-cert-preview__seal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 54px;
  width: 18px;
  height: 28px;
  transform: translateX(-50%);
  background:
    linear-gradient(135deg, #7c3aed 50%, transparent 50%) left / 50% 100% no-repeat,
    linear-gradient(225deg, #7c3aed 50%, transparent 50%) right / 50% 100% no-repeat;
  opacity: .95;
}

.icel-cert-preview__seal svg {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
}

.icel-cert-preview small {
  display: inline-block;
  align-self: flex-start;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  padding: 6px 12px;
  margin: 8px 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.icel-cert-preview__label {
  display: block;
  font-size: 14px;
  opacity: .92;
  margin-top: 4px;
}

.icel-cert-preview strong {
  display: block;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  margin: 2px 0 8px;
  font-weight: 800;
}

.icel-cert-preview p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  opacity: .95;
  max-width: 34ch;
}

.icel-cert-preview em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 8px 14px;
  font-style: normal;
  margin: 4px 0 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.icel-cert-preview em svg {
  width: 16px;
  height: 16px;
}

.icel-cert-preview__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  opacity: .9;
  margin-top: auto;
  padding-top: 8px;
}

.icel-cert-preview__badge {
  position: absolute;
  left: 20px;
  bottom: 4px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0b1235;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(11, 18, 53, .28);
}

.icel-cert-preview__badge svg {
  width: 16px;
  height: 16px;
}

.icel-certify__copy h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  margin: 0 0 14px;
  color: #101828;
  font-weight: 800;
}

.icel-certify__copy h2 span {
  color: #7c3aed;
}

.icel-certify__lead {
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 54ch;
}

.icel-certify__lead strong,
.icel-certify__lead b {
  color: #344054;
  font-weight: 700;
}

.icel-check-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.icel-check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #344054;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

.icel-check-list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #7c3aed;
  margin-top: 1px;
}

.icel-course-quotes h2 { text-align: center; }

.icel-course-quotes__lead {
  text-align: center;
  color: var(--icel-muted);
  max-width: 720px;
  margin: -4px auto 22px;
}

.icel-course-quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.icel-course-quotes article {
  border: 1px solid var(--icel-course-border);
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 141, .04);
}

.icel-course-quotes article > svg {
  color: var(--icel-course-purple);
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}

.icel-course-quotes p {
  text-align: left;
  color: var(--icel-muted);
  min-height: 88px;
}

.icel-course-quotes b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--icel-course-purple);
  color: #fff;
  margin: 14px auto 8px;
}

.icel-course-quotes h3 {
  font-size: 16px;
  color: var(--icel-course-navy);
}

.icel-course-quotes span {
  display: block;
  color: var(--icel-muted);
  font-size: 13px;
}

.icel-stars {
  color: #ffc107;
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 10px;
}

.icel-stars svg {
  width: 14px;
  height: 14px;
}

.icel-course-side {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 14px;
}

.icel-side-media,
.icel-includes {
  border: 1px solid var(--icel-course-border);
  border-radius: 18px;
  background: #fff;
}

.icel-side-media { overflow: hidden; }

.icel-side-media__image {
  position: relative;
  background: linear-gradient(160deg, #07103a, #1a2f7a);
}

.icel-side-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.icel-side-media h3,
.icel-side-media p { padding: 0 16px; }

.icel-side-media h3 {
  margin-top: 14px;
  color: var(--icel-course-navy);
  font-size: 20px;
}

.icel-side-media p {
  color: var(--icel-muted);
  padding-bottom: 16px;
  font-size: 14px;
}

.icel-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(2px);
}

.icel-play svg {
  width: 28px;
  height: 28px;
}

.icel-price-box {
  background: linear-gradient(135deg, #4b2db3, #053cd5);
  color: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.icel-price-box strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.icel-price-box s {
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

.icel-price-box span {
  background: #fff;
  color: var(--icel-course-purple);
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
  min-width: 88px;
}

.icel-price-box span small {
  display: block;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--icel-course-purple);
  font-weight: 800;
  margin-bottom: 2px;
}

.icel-includes {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.icel-includes li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--icel-course-navy);
  font-weight: 600;
  font-size: 14px;
}

.icel-includes svg {
  width: 18px;
  height: 18px;
  color: var(--icel-blue);
  flex: 0 0 auto;
}

.icel-include-grid {
  border: 1px solid var(--icel-course-border);
  border-radius: 18px;
  padding: 16px;
  background: var(--icel-course-soft);
}

.icel-include-grid h3 {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--icel-course-navy);
}

.icel-include-grid > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.icel-include-grid article {
  position: relative;
  background: #fff;
  border: 1px solid var(--icel-course-border);
  border-radius: 14px;
  padding: 16px 10px 14px;
  text-align: center;
}

.icel-include-grid em {
  position: absolute;
  top: -8px;
  right: 8px;
  background: var(--icel-course-purple);
  color: #fff;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.icel-include-grid svg {
  width: 28px;
  height: 28px;
  color: var(--icel-blue);
  margin: 0 auto 6px;
}

.icel-include-grid strong {
  display: block;
  color: var(--icel-course-navy);
  font-size: 14px;
}

.icel-include-grid span {
  display: block;
  color: var(--icel-muted);
  font-size: 12px;
  margin-top: 2px;
}

.icel-course-cta {
  background: #3d1f7e;
  color: #fff;
  padding: 42px 48px;
  border-radius: 28px;
  width: min(calc(100% - 32px), var(--icel-container));
  margin: 0 auto 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.icel-course-cta > .icel-container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.icel-course-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 290px);
  gap: 40px 48px;
  align-items: center;
}

.icel-course-cta__intro {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.icel-course-cta__lead-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #8b63e8;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  margin-top: 2px;
}

.icel-course-cta__lead-icon svg {
  width: 34px;
  height: 34px;
}

.icel-course-cta__intro-text {
  min-width: 0;
}

.icel-course-cta__copy h2 {
  font-size: clamp(26px, 2.6vw, 36px);
  margin: 0 0 8px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.icel-course-cta__kicker {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
}

.icel-course-cta__text {
  margin: 22px 0 0;
  opacity: .95;
  max-width: 58ch;
  line-height: 1.55;
  font-size: 15px;
  font-weight: 500;
}

.icel-course-cta__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 28px;
}

.icel-course-cta__features > div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
}

.icel-course-cta__feature-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: transparent;
  color: #fff;
}

.icel-course-cta__feature-icon svg {
  width: 18px;
  height: 18px;
}

.icel-course-cta__price {
  border: 1.5px solid rgba(167, 140, 232, .55);
  border-radius: 22px;
  padding: 26px 20px 20px;
  text-align: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icel-course-cta__badge {
  display: inline-block;
  background: #7441d5;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
}

.icel-course-cta__price s {
  display: block;
  margin-top: 16px;
  opacity: .8;
  font-size: 15px;
  font-weight: 500;
  text-decoration-thickness: 1.5px;
}

.icel-course-cta__price strong {
  display: block;
  font-size: 46px;
  margin: 2px 0 4px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.icel-course-cta__price small {
  display: block;
  opacity: .9;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
}

.icel-course-cta__price .icel-btn {
  width: 100%;
  margin: 0 0 14px;
  background: #f5b013;
  color: #1a1230;
  font-weight: 800;
  border-radius: 999px;
  border: 0;
  padding: 10px 14px 10px 18px;
  justify-content: space-between;
}

.icel-course-cta__price .icel-btn--with-circle span {
  width: 32px;
  height: 32px;
  background: #1a1230;
  color: #fff;
  flex: 0 0 auto;
}

.icel-course-cta__price em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: .95;
  font-size: 12px;
  font-weight: 500;
}

.icel-course-cta__price em svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.icel-faq .icel-faq__item {
  max-width: 860px;
  margin: 0 auto 10px;
}

.icel-faq summary {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .icel-course-hero__inner,
  .icel-course-layout,
  .icel-course-cta__grid,
  .icel-certify,
  .icel-value-cards {
    grid-template-columns: 1fr;
  }

  .icel-course-hero {
    min-height: 0;
    background-position: center top;
  }

  .icel-feature-bar {
    max-width: none;
  }

  .icel-lead-card { max-width: 420px; }

  .icel-course-side { position: static; }
}

@media (max-width: 760px) {
  .icel-feature-bar {
    grid-template-columns: 1fr 1fr;
  }

  .icel-feature-bar div + div {
    border-left: 0;
    padding-left: 0;
  }

  .icel-feature-bar div:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .18); padding-right: 10px; }
  .icel-feature-bar div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }

  .icel-mini-cards,
  .icel-cert-cards,
  .icel-course-quotes__grid,
  .icel-course-cta__features,
  .icel-include-grid > div {
    grid-template-columns: 1fr 1fr;
  }

  .icel-course-cta__grid {
    gap: 28px;
  }

  .icel-teacher__card {
    flex-direction: column;
    padding: 22px;
    align-items: flex-start;
  }

  .icel-teacher__avatar,
  .icel-teacher__photo {
    width: 120px;
    height: 120px;
  }

  .icel-teacher__avatar { flex-basis: 120px; }

  .icel-teacher__body { width: 100%; }

  .icel-tags { justify-content: flex-start; }

  .icel-certify {
    gap: 28px;
  }

  .icel-cert-preview__badge {
    left: 16px;
    right: 16px;
    justify-content: center;
  }

  .icel-course-hero__price {
    width: 100%;
    flex-wrap: wrap;
  }

  .icel-course-cta {
    width: min(calc(100% - 32px), var(--icel-container));
    margin: 0 auto 8px;
    border-radius: 20px;
    padding: 32px 20px;
  }

  .icel-course-cta__intro {
    gap: 14px;
  }

  .icel-course-cta__lead-icon {
    width: 56px;
    height: 56px;
  }

  .icel-course-cta__lead-icon svg {
    width: 26px;
    height: 26px;
  }

  .icel-course-cta__price {
    max-width: 320px;
    margin-inline: auto;
  }

  .icel-bonus-box__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
