.elc-learning-products {
  --elc-blue: #203873;
  --elc-blue-light: #2e4a8b;
  --elc-primary-rgb: 32, 56, 115;
  --elc-blue-light-rgb: 46, 74, 139;
  --elc-yellow: #f6c654;
  --elc-secondary-rgb: 246, 198, 84;
  --elc-yellow-soft: #fff4d6;
  --elc-cream: #fffaf0;
  --elc-mint: #e7f7ef;
  --elc-coral: #ff8f7a;
  --elc-text: #36405a;
  --elc-muted: #667085;
  --elc-border: rgba(var(--elc-primary-rgb), 0.12);
  --elc-shadow: 0 22px 55px rgba(var(--elc-primary-rgb), 0.14);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2rem);
  color: var(--elc-text);
  font-family: 'Sen', sans-serif;
}

.elc-learning-products,
.elc-learning-products * {
  box-sizing: border-box;
}

.elc-learning-products h2,
.elc-learning-products h3,
.elc-learning-products p {
  margin-top: 0;
}

.elc-learning-products__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--elc-border);
  border-radius: 34px;
  background: radial-gradient(circle at 16% 20%, rgba(var(--elc-secondary-rgb), 0.48), transparent 26%), linear-gradient(135deg, #fffdf7 0%, #f4f8ff 100%);
  box-shadow: var(--elc-shadow);
}

.elc-learning-products__hero::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(var(--elc-secondary-rgb), 0.45);
}

.elc-learning-products__hero-copy {
  position: relative;
  z-index: 1;
}

body p.elc-learning-products__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 0.5rem;
  margin-bottom: 0.9rem !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 999px;
  background: var(--elc-yellow);
  color: var(--elc-blue) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2 !important;
  /* white-space: nowrap; */
}

.elc-learning-products__eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--elc-coral);
}

.elc-learning-products h2 {
  color: var(--elc-blue) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-wrap: balance !important;
}

.elc-learning-products__hero p {
  max-width: 720px;
  margin-bottom: 15px !important;
  color: var(--elc-muted) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem) !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  padding-bottom: 0px !important;
}

.elc-learning-products__hero-art {
  position: relative;
  z-index: 1;
  min-height: 310px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(var(--elc-primary-rgb), 0.92), rgba(var(--elc-blue-light-rgb), 0.94)), var(--elc-blue);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 24px 50px rgba(var(--elc-primary-rgb), 0.24);
}

.elc-learning-products__shape {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(10, 25, 60, 0.18);
}

.elc-learning-products__shape--book {
  top: 18%;
  left: 12%;
  width: 92px;
  height: 116px;
  border-radius: 16px 22px 22px 16px;
  background: var(--elc-yellow);
}

.elc-learning-products__shape--book::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 18px;
  width: 4px;
  border-radius: 999px;
  background: rgba(var(--elc-primary-rgb), 0.35);
}

.elc-learning-products__shape--star {
  top: 14%;
  right: 16%;
  width: 82px;
  height: 82px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.elc-learning-products__shape--abc,
.elc-learning-products__shape--numbers {
  border-radius: 22px;
  color: var(--elc-blue);
  letter-spacing: -0.04em;
}

.elc-learning-products__shape--abc {
  right: 12%;
  bottom: 18%;
  width: 130px;
  height: 92px;
  background: var(--elc-mint);
  font-size: 2.1rem;
  transform: rotate(-5deg);
}

.elc-learning-products__shape--numbers {
  bottom: 15%;
  left: 17%;
  width: 118px;
  height: 82px;
  background: #ffffff;
  font-size: 1.9rem;
  transform: rotate(6deg);
}

.elc-learning-products__section {
  margin-top: clamp(1.4rem, 4vw, 2.3rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid var(--elc-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(var(--elc-primary-rgb), 0.08);
}

.elc-learning-products h3 {
  margin-bottom: 1.2rem !important;
  color: var(--elc-blue) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-wrap: balance;
  font-size: 31px;
}

.elc-learning-products__featured-product {
  /* overflow: hidden;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px dashed rgba(var(--elc-primary-rgb), 0.22); */
  border-radius: 22px;
  background: linear-gradient(135deg, var(--elc-cream), #ffffff);
}

.elc-learning-products__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--elc-border);
  border-radius: 22px;
}

.elc-learning-products__table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  border: 0 !important;
  background: #ffffff;
}

.elc-learning-products__table th,
.elc-learning-products__table td {
  padding: 1.05rem 1.15rem;
  border: 0 !important;
  border-bottom: 1px solid rgba(var(--elc-primary-rgb), 0.1) !important;
  text-align: left;
  vertical-align: top;
}

.elc-learning-products__table th + th,
.elc-learning-products__table th + td {
  border-left: 1px solid rgba(var(--elc-primary-rgb), 0.1) !important;
}

.elc-learning-products__table thead th {
  background: var(--elc-blue);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.elc-learning-products__table tbody th {
  width: 30%;
  color: var(--elc-blue);
  font-weight: 800;
}

.elc-learning-products__table tbody td {
  color: var(--elc-muted);
  font-weight: 500;
  line-height: 1.55;
}

.elc-learning-products__table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.elc-learning-products__table tbody tr:last-child th,
.elc-learning-products__table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.elc-learning-products__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.elc-learning-products__benefits-card {
  background: radial-gradient(circle at top right, rgba(var(--elc-secondary-rgb), 0.55), transparent 34%), #ffffff;
}

.elc-learning-products__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.85rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.elc-learning-products__benefits li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 3rem;
  border-radius: 18px;
  background: #fff9ea;
  color: var(--elc-blue);
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin-left: 0px !important;
}

.elc-learning-products__benefits li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--elc-yellow);
  box-shadow: inset 0 0 0 4px #ffffff;
  transform: translateY(-50%);
}

.elc-learning-products__faq {
  display: grid;
  gap: 0.8rem;
}

.elc-learning-products__faq details {
  overflow: hidden;
  border: 1px solid rgba(var(--elc-primary-rgb), 0.13);
  border-radius: 18px;
  background: #ffffff;
}

.elc-learning-products__faq summary {
  position: relative;
  display: block;
  padding: 1rem 3.2rem 1rem 1rem;
  color: var(--elc-blue);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.elc-learning-products__faq summary::-webkit-details-marker {
  display: none;
}

.elc-learning-products__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--elc-yellow);
  color: var(--elc-blue);
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.elc-learning-products__faq details[open] summary {
  background: var(--elc-yellow-soft);
}

.elc-learning-products__faq details[open] summary::after {
  content: "-";
}

.elc-learning-products__faq p {
  margin: 0;
  padding: 1rem;
  color: var(--elc-muted);
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .azp-grid-template-container .grid-template-item{
    min-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .elc-learning-products__hero,
  .elc-learning-products__split {
    grid-template-columns: 1fr;
  }

  .elc-learning-products__hero-art {
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  .elc-learning-products {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .elc-learning-products__hero,
  .elc-learning-products__section {
    border-radius: 22px;
  }

  .elc-learning-products h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .elc-learning-products__eyebrow {
    gap: 0.4rem;
    padding: 0.42rem 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .elc-learning-products__hero-art {
    min-height: 220px;
  }

  .elc-learning-products__shape--book {
    width: 74px;
    height: 94px;
  }

  .elc-learning-products__shape--abc {
    width: 108px;
    height: 76px;
    font-size: 1.65rem;
  }

  .elc-learning-products__shape--numbers {
    width: 96px;
    height: 68px;
    font-size: 1.5rem;
  }

  .elc-learning-products__shape--star {
    width: 64px;
    height: 64px;
  }
}
