.elementor .e-9dd225b{padding:0px;flex-direction:column;}.elementor .e-474f8e5-a88438d{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE HERO SECTION
========================================= */

.jmc-chatgpt-hero {
position: relative;
overflow: hidden;
width: 100%;
color: #14213d;
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 0% 100%,
    rgba(16, 163, 127, 0.13),
    transparent 30%
  ),
  radial-gradient(
    circle at 100% 0%,
    rgba(116, 87, 232, 0.11),
    transparent 28%
  ),
  linear-gradient(
    135deg,
    #f7faf9 0%,
    #ffffff 48%,
    #eaf7f3 100%
  );
border-bottom: 1px solid rgba(16, 163, 127, 0.1);
}

.jmc-chatgpt-hero *,
.jmc-chatgpt-hero *::before,
.jmc-chatgpt-hero *::after {
box-sizing: border-box;
}

.jmc-chatgpt-hero::before,
.jmc-chatgpt-hero::after {
content: "";
position: absolute;
left: 50%;
border-radius: 50%;
pointer-events: none;
transform: translateX(-50%);
}

.jmc-chatgpt-hero::before {
top: -350px;
width: 800px;
height: 800px;
border: 1px solid rgba(16, 163, 127, 0.14);
box-shadow:
  0 0 0 55px rgba(16, 163, 127, 0.018),
  0 0 0 110px rgba(52, 120, 246, 0.014);
}

.jmc-chatgpt-hero::after {
top: -430px;
width: 980px;
height: 980px;
border: 1px solid rgba(116, 87, 232, 0.1);
}

.jmc-chatgpt-hero__container {
position: relative;
z-index: 2;
width: min(1180px, calc(100% - 40px));
min-height: 650px;
margin: 0 auto;
padding: 76px 20px 72px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.jmc-chatgpt-hero__content {
width: min(1040px, 100%);
margin: 0 auto;
}

.jmc-chatgpt-hero__eyebrow {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin: 0 0 27px;
color: #087f66;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 3.5px;
text-transform: uppercase;
}

.jmc-chatgpt-hero__eyebrow::before,
.jmc-chatgpt-hero__eyebrow::after {
content: "";
width: 76px;
height: 1px;
background:
  linear-gradient(
    90deg,
    rgba(16, 163, 127, 0.25),
    rgba(52, 120, 246, 0.7)
  );
}

.jmc-chatgpt-hero__title {
margin: 0;
color: #14213d;
font-size: clamp(62px, 7vw, 108px);
font-weight: 700;
line-height: 0.96;
letter-spacing: -3px;
}

.jmc-chatgpt-hero__title-line {
display: block;
}

.jmc-chatgpt-hero__title-accent {
color: #10a37f;
}

.jmc-chatgpt-hero__title-small {
display: inline-block;
margin-right: 14px;
color: #7457e8;
font-size: 0.46em;
font-style: italic;
font-weight: 400;
vertical-align: middle;
}

.jmc-chatgpt-hero__divider {
width: min(360px, 72%);
margin: 33px auto 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 17px;
}

.jmc-chatgpt-hero__divider-line {
flex: 1;
height: 1px;
background:
  linear-gradient(
    90deg,
    rgba(16, 163, 127, 0.25),
    rgba(52, 120, 246, 0.5)
  );
}

.jmc-chatgpt-hero__divider-icon {
width: 34px;
height: 34px;
display: grid;
place-items: center;
border: 1px solid rgba(16, 163, 127, 0.2);
border-radius: 11px;
color: #10a37f;
background: #ffffff;
box-shadow:
  0 8px 18px rgba(20, 33, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-hero__divider-icon .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

.jmc-chatgpt-hero__description {
width: min(850px, 100%);
margin: 0 auto;
color: #5f6877;
font-family: Arial, sans-serif;
font-size: 19px;
line-height: 1.75;
}

.jmc-chatgpt-hero__actions {
margin-top: 34px;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
flex-wrap: wrap;
}

.jmc-chatgpt-hero__button {
min-height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 11px;
padding: 15px 30px;
border: 1px solid transparent;
border-radius: 12px;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition:
  transform 0.25s ease,
  background 0.25s ease,
  color 0.25s ease,
  border-color 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-chatgpt-hero__button-primary {
min-width: 310px;
color: #ffffff;
background:
  linear-gradient(
    135deg,
    #10a37f 0%,
    #087f66 100%
  );
box-shadow:
  0 14px 30px rgba(16, 163, 127, 0.26),
  inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.jmc-chatgpt-hero__button-primary:hover,
.jmc-chatgpt-hero__button-primary:focus-visible {
color: #ffffff;
background:
  linear-gradient(
    135deg,
    #3478f6 0%,
    #7457e8 100%
  );
transform: translateY(-2px);
box-shadow:
  0 18px 38px rgba(52, 120, 246, 0.3),
  inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.jmc-chatgpt-hero__button-secondary {
min-width: 250px;
color: #3478f6;
border-color: rgba(52, 120, 246, 0.3);
background: rgba(255, 255, 255, 0.82);
box-shadow:
  0 10px 24px rgba(20, 33, 61, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-hero__button-secondary:hover,
.jmc-chatgpt-hero__button-secondary:focus-visible {
color: #14213d;
border-color: rgba(16, 163, 127, 0.5);
background: #eaf7f3;
transform: translateY(-2px);
box-shadow:
  0 14px 30px rgba(20, 33, 61, 0.1),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-hero__button .dashicons {
width: auto;
height: auto;
font-size: 21px;
line-height: 1;
}

@media (max-width: 1024px) {
.jmc-chatgpt-hero__container {
  min-height: 600px;
  padding-top: 68px;
  padding-bottom: 64px;
}

.jmc-chatgpt-hero__title {
  font-size: clamp(56px, 8vw, 86px);
}

.jmc-chatgpt-hero__description {
  font-size: 18px;
}
}

@media (max-width: 767px) {
.jmc-chatgpt-hero::before {
  top: -225px;
  width: 530px;
  height: 530px;
}

.jmc-chatgpt-hero::after {
  top: -280px;
  width: 640px;
  height: 640px;
}

.jmc-chatgpt-hero__container {
  width: calc(100% - 24px);
  min-height: auto;
  padding: 58px 6px 54px;
}

.jmc-chatgpt-hero__eyebrow {
  gap: 11px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 2px;
}

.jmc-chatgpt-hero__eyebrow::before,
.jmc-chatgpt-hero__eyebrow::after {
  width: 32px;
}

.jmc-chatgpt-hero__title {
  font-size: clamp(46px, 14vw, 68px);
  line-height: 0.98;
  letter-spacing: -1.7px;
}

.jmc-chatgpt-hero__title-small {
  display: block;
  margin: 8px 0 2px;
  font-size: 0.43em;
}

.jmc-chatgpt-hero__divider {
  margin-top: 27px;
  margin-bottom: 18px;
}

.jmc-chatgpt-hero__description {
  font-size: 16px;
  line-height: 1.65;
}

.jmc-chatgpt-hero__actions {
  margin-top: 28px;
  gap: 12px;
}

.jmc-chatgpt-hero__button,
.jmc-chatgpt-hero__button-primary,
.jmc-chatgpt-hero__button-secondary {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 14px 20px;
  font-size: 15px;
}
}

@media (max-width: 420px) {
.jmc-chatgpt-hero__container {
  width: calc(100% - 18px);
  padding-top: 48px;
  padding-bottom: 48px;
}

.jmc-chatgpt-hero__title {
  font-size: 45px;
}

.jmc-chatgpt-hero__description {
  font-size: 15px;
}

.jmc-chatgpt-hero__eyebrow {
  letter-spacing: 1.5px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-hero__button {
  transition: none;
}

.jmc-chatgpt-hero__button:hover {
  transform: none;
}
}\n}.elementor .e-f4685f7-43cfabb{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE SNAPSHOT
 Desktop: 6 Cards in One Row
 Tablet: 3 × 2 Grid
 Mobile: 2 × 3 Grid
========================================= */

.jmc-chatgpt-snapshot,
.jmc-chatgpt-snapshot * {
box-sizing: border-box;
}

.jmc-chatgpt-snapshot {
--snapshot-bg: #f7faf9;
--snapshot-text: #14213d;
--snapshot-muted: #5f6877;
--snapshot-emerald: #10a37f;
--snapshot-blue: #3478f6;
--snapshot-violet: #7457e8;

position: relative;
width: 100%;
overflow: hidden;
padding: 88px 20px;
color: var(--snapshot-text);
font-family: Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(16, 163, 127, 0.1),
    transparent 26%
  ),
  radial-gradient(
    circle at 92% 85%,
    rgba(52, 120, 246, 0.09),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 100%
  );
}

.jmc-chatgpt-snapshot::before {
content: "";
position: absolute;
top: -230px;
right: -120px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 163, 127, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(16, 163, 127, 0.02),
  0 0 0 100px rgba(52, 120, 246, 0.014);
pointer-events: none;
}

.jmc-chatgpt-snapshot::after {
content: "";
position: absolute;
bottom: -180px;
left: -120px;
width: 300px;
height: 300px;
border: 1px solid rgba(116, 87, 232, 0.11);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-snapshot__container {
position: relative;
z-index: 2;
width: min(1280px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-chatgpt-snapshot__header {
width: min(820px, 100%);
margin: 0 auto 48px;
text-align: center;
}

.jmc-chatgpt-snapshot__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(16, 163, 127, 0.16);
border-radius: 999px;
color: #087f66;
background: #eaf7f3;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05);
}

.jmc-chatgpt-snapshot__eyebrow .dashicons {
width: auto;
height: auto;
font-size: 17px;
line-height: 1;
}

.jmc-chatgpt-snapshot__heading {
margin: 0;
color: #14213d;
font-family: "Times New Roman", Times, serif;
font-size: clamp(42px, 5vw, 68px);
font-weight: 700;
line-height: 1.05;
letter-spacing: -1.8px;
}

.jmc-chatgpt-snapshot__heading span {
color: #10a37f;
}

.jmc-chatgpt-snapshot__heading span::after {
content: "";
width: 66px;
height: 3px;
display: block;
margin: 12px auto 0;
border-radius: 999px;
background:
  linear-gradient(
    90deg,
    #10a37f,
    #3478f6
  );
}

.jmc-chatgpt-snapshot__intro {
width: min(720px, 100%);
margin: 22px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* Card Grid */

.jmc-chatgpt-snapshot__grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 18px;
}

/* Cards */

.jmc-chatgpt-snapshot-card {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.16);

position: relative;
min-width: 0;
min-height: 275px;
overflow: hidden;
padding: 24px 20px 23px;
border: 1px solid var(--card-border);
border-radius: 20px;
background: #ffffff;
box-shadow:
  0 18px 40px rgba(20, 33, 61, 0.08),
  0 6px 14px rgba(20, 33, 61, 0.04);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-chatgpt-snapshot-card::before {
content: "";
position: absolute;
top: -65px;
right: -55px;
width: 125px;
height: 125px;
border-radius: 50%;
background: var(--card-soft);
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-chatgpt-snapshot-card::after {
content: "";
position: absolute;
left: 20px;
bottom: 0;
width: 0;
height: 3px;
border-radius: 999px;
background: var(--card-accent);
transition: width 0.4s ease;
}

.jmc-chatgpt-snapshot-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 28px 58px rgba(20, 33, 61, 0.14),
  0 10px 22px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-snapshot-card:hover::before {
transform: scale(1.18);
}

.jmc-chatgpt-snapshot-card:hover::after {
width: calc(100% - 40px);
}

.jmc-chatgpt-snapshot-card__top {
position: relative;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin-bottom: 21px;
}

.jmc-chatgpt-snapshot-card__icon {
width: 52px;
height: 52px;
flex: 0 0 52px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 15px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow: 0 8px 18px rgba(20, 33, 61, 0.06);
}

.jmc-chatgpt-snapshot-card__icon .dashicons {
width: auto;
height: auto;
font-size: 26px;
line-height: 1;
}

.jmc-chatgpt-snapshot-card__number {
color: var(--card-accent);
font-size: 14px;
font-weight: 800;
line-height: 1;
}

.jmc-chatgpt-snapshot-card__title {
position: relative;
z-index: 2;
margin: 0;
color: #14213d;
font-family: "Times New Roman", Times, serif;
font-size: 21px;
font-weight: 700;
line-height: 1.25;
}

.jmc-chatgpt-snapshot-card__line {
width: 100%;
height: 1px;
margin: 13px 0 15px;
background:
  linear-gradient(
    90deg,
    var(--card-accent),
    transparent
  );
opacity: 0.38;
}

.jmc-chatgpt-snapshot-card__value {
position: relative;
z-index: 2;
margin: 0 0 10px;
color: var(--card-accent);
font-family: "Times New Roman", Times, serif;
font-size: 23px;
font-weight: 700;
line-height: 1.2;
}

.jmc-chatgpt-snapshot-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.65;
}

/* Card Variations */

.jmc-chatgpt-snapshot-card--emerald {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.18);
}

.jmc-chatgpt-snapshot-card--blue {
--card-accent: #3478f6;
--card-soft: #eaf3ff;
--card-border: rgba(52, 120, 246, 0.19);
}

.jmc-chatgpt-snapshot-card--violet {
--card-accent: #7457e8;
--card-soft: #f0edff;
--card-border: rgba(116, 87, 232, 0.18);
}

/* Topic Strip */

.jmc-chatgpt-snapshot__strip {
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
flex-wrap: wrap;
margin-top: 36px;
padding: 18px 22px;
border: 1px solid rgba(16, 163, 127, 0.14);
border-radius: 18px;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 13px 30px rgba(20, 33, 61, 0.06);
}

.jmc-chatgpt-snapshot__strip-item {
display: inline-flex;
align-items: center;
gap: 7px;
color: #465160;
font-size: 13px;
font-weight: 800;
}

.jmc-chatgpt-snapshot__strip-item::after {
content: "•";
margin-left: 6px;
color: #3478f6;
}

.jmc-chatgpt-snapshot__strip-item:last-child::after {
display: none;
}

/* Tablet */

@media (max-width: 1100px) {
.jmc-chatgpt-snapshot__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jmc-chatgpt-snapshot-card {
  min-height: 260px;
}
}

/* Mobile */

@media (max-width: 700px) {
.jmc-chatgpt-snapshot {
  padding: 66px 14px;
}

.jmc-chatgpt-snapshot__header {
  margin-bottom: 36px;
}

.jmc-chatgpt-snapshot__eyebrow {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.2px;
}

.jmc-chatgpt-snapshot__heading {
  font-size: clamp(38px, 11vw, 52px);
  letter-spacing: -1px;
}

.jmc-chatgpt-snapshot__intro {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.jmc-chatgpt-snapshot__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jmc-chatgpt-snapshot-card {
  min-height: 245px;
  padding: 20px 16px;
  border-radius: 17px;
}

.jmc-chatgpt-snapshot-card__top {
  margin-bottom: 17px;
}

.jmc-chatgpt-snapshot-card__icon {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
  border-radius: 13px;
}

.jmc-chatgpt-snapshot-card__icon .dashicons {
  font-size: 23px;
}

.jmc-chatgpt-snapshot-card__title {
  font-size: 18px;
}

.jmc-chatgpt-snapshot-card__value {
  font-size: 20px;
}

.jmc-chatgpt-snapshot-card__description {
  font-size: 13px;
  line-height: 1.55;
}

.jmc-chatgpt-snapshot__strip {
  gap: 8px;
  margin-top: 26px;
  padding: 16px;
}

.jmc-chatgpt-snapshot__strip-item {
  font-size: 12px;
}
}

/* Small Mobile */

@media (max-width: 430px) {
.jmc-chatgpt-snapshot__grid {
  grid-template-columns: 1fr;
}

.jmc-chatgpt-snapshot-card {
  width: calc(100% - 20px);
  max-width: 390px;
  min-height: auto;
  justify-self: center;
}

.jmc-chatgpt-snapshot__strip {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

.jmc-chatgpt-snapshot__strip-item {
  width: 100%;
  justify-content: center;
}

.jmc-chatgpt-snapshot__strip-item::after {
  display: none;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-snapshot-card,
.jmc-chatgpt-snapshot-card::before,
.jmc-chatgpt-snapshot-card::after {
  transition: none;
}

.jmc-chatgpt-snapshot-card:hover {
  transform: none;
}
}\n}.elementor .e-0b70ebf{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE OVERVIEW VIDEO
 Desktop: Video + Details
 Mobile: Single Column
========================================= */

.jmc-chatgpt-video,
.jmc-chatgpt-video * {
box-sizing: border-box;
}

.jmc-chatgpt-video {
position: relative;
width: 100%;
overflow: hidden;
padding: 92px 22px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 6% 14%,
    rgba(16, 163, 127, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 86%,
    rgba(52, 120, 246, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #eaf7f3 0%,
    #f7faf9 52%,
    #eaf3ff 100%
  );
}

.jmc-chatgpt-video::before {
content: "";
position: absolute;
top: -190px;
right: -145px;
width: 420px;
height: 420px;
border: 1px solid rgba(16, 163, 127, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(16, 163, 127, 0.02),
  0 0 0 110px rgba(52, 120, 246, 0.014);
pointer-events: none;
}

.jmc-chatgpt-video::after {
content: "";
position: absolute;
bottom: -190px;
left: -140px;
width: 340px;
height: 340px;
border: 1px solid rgba(116, 87, 232, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-video__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-chatgpt-video__header {
width: min(830px, 100%);
margin: 0 auto 50px;
text-align: center;
}

.jmc-chatgpt-video__badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
margin-bottom: 18px;
padding: 9px 17px;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 999px;
color: #087f66;
background: rgba(255, 255, 255, 0.86);
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 1.5px;
text-transform: uppercase;
box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05);
}

.jmc-chatgpt-video__badge .dashicons {
width: auto;
height: auto;
color: #10a37f;
font-size: 18px;
line-height: 1;
}

.jmc-chatgpt-video__heading {
margin: 0;
color: #14213d;
font-family: "Times New Roman", Times, serif;
font-size: clamp(42px, 5vw, 68px);
font-weight: 700;
line-height: 1.06;
letter-spacing: -1.8px;
}

.jmc-chatgpt-video__heading span {
display: block;
color: #10a37f;
}

.jmc-chatgpt-video__heading span::after {
content: "";
display: block;
width: 70px;
height: 3px;
margin: 14px auto 0;
border-radius: 999px;
background:
  linear-gradient(
    90deg,
    #10a37f,
    #3478f6
  );
}

.jmc-chatgpt-video__intro {
width: min(740px, 100%);
margin: 22px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* Main Layout */

.jmc-chatgpt-video__layout {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
align-items: stretch;
gap: 30px;
}

/* Video Player */

.jmc-chatgpt-video__player-card {
position: relative;
min-width: 0;
padding: 11px;
border: 1px solid rgba(16, 163, 127, 0.19);
border-radius: 27px;
background: rgba(255, 255, 255, 0.94);
box-shadow:
  0 28px 62px rgba(20, 33, 61, 0.14),
  0 10px 24px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-video__player-card::before {
content: "";
position: absolute;
inset: 14px -13px -13px 14px;
z-index: -1;
border: 1px solid rgba(52, 120, 246, 0.22);
border-radius: 27px;
background: rgba(234, 243, 255, 0.62);
}

.jmc-chatgpt-video__responsive {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
border-radius: 18px;
background:
  linear-gradient(
    135deg,
    #14213d,
    #123e46
  );
}

.jmc-chatgpt-video__responsive iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}

/* Details Panel */

.jmc-chatgpt-video__details {
position: relative;
display: flex;
min-width: 0;
flex-direction: column;
padding: 33px 29px;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 24px;
background:
  radial-gradient(
    circle at 100% 0%,
    rgba(116, 87, 232, 0.09),
    transparent 32%
  ),
  rgba(255, 255, 255, 0.94);
box-shadow:
  0 22px 48px rgba(20, 33, 61, 0.1),
  0 7px 16px rgba(20, 33, 61, 0.04);
}

.jmc-chatgpt-video__details::before {
content: "";
position: absolute;
top: 0;
left: 29px;
width: 70px;
height: 4px;
border-radius: 0 0 999px 999px;
background:
  linear-gradient(
    90deg,
    #10a37f,
    #3478f6
  );
}

.jmc-chatgpt-video__details-label {
margin: 0 0 12px;
color: #087f66;
font-size: 12px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-chatgpt-video__details-title {
margin: 0;
color: #14213d;
font-family: "Times New Roman", Times, serif;
font-size: 34px;
font-weight: 700;
line-height: 1.15;
letter-spacing: -0.7px;
}

.jmc-chatgpt-video__details-text {
margin: 17px 0 0;
color: #5f6877;
font-size: 15px;
line-height: 1.72;
}

/* Learning Points */

.jmc-chatgpt-video__points {
display: flex;
flex-direction: column;
gap: 14px;
margin: 25px 0 0;
padding: 0;
list-style: none;
}

.jmc-chatgpt-video__point {
display: flex;
align-items: flex-start;
gap: 12px;
color: #465160;
font-size: 14px;
font-weight: 600;
line-height: 1.55;
}

.jmc-chatgpt-video__point-icon {
width: 37px;
height: 37px;
flex: 0 0 37px;
display: grid;
place-items: center;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 11px;
color: #10a37f;
background: #eaf7f3;
}

.jmc-chatgpt-video__point:nth-child(2)
.jmc-chatgpt-video__point-icon {
color: #3478f6;
border-color: rgba(52, 120, 246, 0.18);
background: #eaf3ff;
}

.jmc-chatgpt-video__point:nth-child(3)
.jmc-chatgpt-video__point-icon {
color: #7457e8;
border-color: rgba(116, 87, 232, 0.18);
background: #f0edff;
}

.jmc-chatgpt-video__point:nth-child(4)
.jmc-chatgpt-video__point-icon {
color: #087f66;
border-color: rgba(16, 163, 127, 0.17);
background: #eaf7f3;
}

.jmc-chatgpt-video__point-icon .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Setup Note */

.jmc-chatgpt-video__note {
margin: auto 0 0;
padding: 15px 16px;
border: 1px solid rgba(52, 120, 246, 0.14);
border-radius: 13px;
color: #5f6877;
background: #eaf3ff;
font-size: 13px;
line-height: 1.55;
}

.jmc-chatgpt-video__note strong {
color: #3478f6;
}

/* Tablet */

@media screen and (max-width: 980px) {
.jmc-chatgpt-video {
  padding: 78px 22px;
}

.jmc-chatgpt-video__layout {
  grid-template-columns: 1fr;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-chatgpt-video__details {
  padding: 30px 28px;
}

.jmc-chatgpt-video__note {
  margin-top: 24px;
}
}

/* Mobile */

@media screen and (max-width: 620px) {
.jmc-chatgpt-video {
  padding: 64px 14px;
}

.jmc-chatgpt-video__header {
  margin-bottom: 38px;
}

.jmc-chatgpt-video__badge {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 1.2px;
}

.jmc-chatgpt-video__heading {
  font-size: 39px;
  letter-spacing: -1px;
}

.jmc-chatgpt-video__intro {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.68;
}

.jmc-chatgpt-video__layout {
  width: calc(100% - 20px);
  max-width: 420px;
  gap: 22px;
}

.jmc-chatgpt-video__player-card {
  padding: 7px;
  border-radius: 20px;
}

.jmc-chatgpt-video__player-card::before {
  display: none;
}

.jmc-chatgpt-video__responsive {
  border-radius: 14px;
}

.jmc-chatgpt-video__details {
  padding: 27px 21px 22px;
  border-radius: 20px;
}

.jmc-chatgpt-video__details::before {
  left: 21px;
}

.jmc-chatgpt-video__details-title {
  font-size: 29px;
}

.jmc-chatgpt-video__details-text {
  font-size: 14px;
  line-height: 1.68;
}

.jmc-chatgpt-video__point {
  font-size: 13px;
}

.jmc-chatgpt-video__note {
  font-size: 12px;
}
}\n}.elementor .e-42c034e-be901c9{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE INTRODUCTION
========================================= */

.jmc-chatgpt-introduction,
.jmc-chatgpt-introduction * {
box-sizing: border-box;
}

.jmc-chatgpt-introduction {
--intro-text: #14213d;
--intro-muted: #5f6877;
--intro-emerald: #10a37f;
--intro-deep-emerald: #087f66;
--intro-blue: #3478f6;
--intro-violet: #7457e8;
--intro-mint: #eaf7f3;
--intro-blue-soft: #eaf3ff;
--intro-violet-soft: #f0edff;

position: relative;
width: 100%;
overflow: hidden;
padding: 94px 20px;
color: var(--intro-text);
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 5% 12%,
    rgba(16, 163, 127, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 95% 88%,
    rgba(52, 120, 246, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 100%
  );
}

.jmc-chatgpt-introduction p,
.jmc-chatgpt-introduction h2,
.jmc-chatgpt-introduction h3,
.jmc-chatgpt-introduction span:not(.dashicons),
.jmc-chatgpt-introduction strong {
font-family: "Times New Roman", Times, serif;
}

.jmc-chatgpt-introduction .dashicons {
display: inline-block;
width: 1em;
height: 1em;
font-family: dashicons !important;
font-style: normal;
font-weight: normal;
line-height: 1;
text-align: center;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
}

.jmc-chatgpt-introduction::before {
content: "";
position: absolute;
top: -270px;
left: -180px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 163, 127, 0.13);
border-radius: 50%;
box-shadow:
  0 0 0 50px rgba(16, 163, 127, 0.018),
  0 0 0 100px rgba(52, 120, 246, 0.012);
pointer-events: none;
}

.jmc-chatgpt-introduction::after {
content: "";
position: absolute;
right: -210px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(116, 87, 232, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-introduction__container {
position: relative;
z-index: 2;
width: min(1240px, 100%);
margin: 0 auto;
}

/* Main Layout */

.jmc-chatgpt-introduction__main {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(400px, 0.95fr);
align-items: center;
gap: 70px;
}

.jmc-chatgpt-introduction__content {
min-width: 0;
}

/* Badge */

.jmc-chatgpt-introduction__badge {
display: inline-flex;
align-items: center;
gap: 9px;
margin: 0 0 24px;
padding: 9px 17px;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 999px;
color: #087f66;
background: #eaf7f3;
box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05);
font-size: 13px;
font-weight: 700;
line-height: 1;
letter-spacing: 1.6px;
text-transform: uppercase;
}

.jmc-chatgpt-introduction__badge .dashicons {
width: auto;
height: auto;
color: #10a37f;
font-size: 18px;
}

/* Heading */

.jmc-chatgpt-introduction__heading {
margin: 0;
color: #14213d;
font-size: clamp(47px, 5.3vw, 76px);
font-weight: 700;
line-height: 1.02;
letter-spacing: -2px;
}

.jmc-chatgpt-introduction__heading-accent {
display: block;
color: #10a37f;
}

.jmc-chatgpt-introduction__divider {
width: 230px;
margin: 27px 0;
display: flex;
align-items: center;
gap: 16px;
}

.jmc-chatgpt-introduction__divider-line {
flex: 1;
height: 1px;
background:
  linear-gradient(
    90deg,
    rgba(16, 163, 127, 0.5),
    rgba(52, 120, 246, 0.5)
  );
}

.jmc-chatgpt-introduction__divider-symbol {
color: #7457e8;
font-size: 20px;
line-height: 1;
}

/* Text */

.jmc-chatgpt-introduction__text {
margin: 0;
color: #5f6877;
font-size: 18px;
line-height: 1.8;
}

.jmc-chatgpt-introduction__text +
.jmc-chatgpt-introduction__text {
margin-top: 19px;
}

.jmc-chatgpt-introduction__text strong {
color: #087f66;
}

/* Image Area */

.jmc-chatgpt-introduction__visual {
position: relative;
min-width: 0;
perspective: 1200px;
}

.jmc-chatgpt-introduction__image-frame {
position: relative;
padding: 12px;
border: 1px solid rgba(16, 163, 127, 0.2);
border-radius: 42px 42px 42px 105px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 32px 70px rgba(20, 33, 61, 0.15),
  0 10px 24px rgba(20, 33, 61, 0.07);
transform: rotateY(-2deg) rotateX(1deg);
transition:
  transform 0.45s ease,
  box-shadow 0.45s ease;
}

.jmc-chatgpt-introduction__image-frame:hover {
transform: rotateY(0deg) rotateX(0deg) translateY(-7px);
box-shadow:
  0 42px 85px rgba(20, 33, 61, 0.19),
  0 14px 30px rgba(20, 33, 61, 0.09);
}

.jmc-chatgpt-introduction__image-frame::before {
content: "";
position: absolute;
inset: -14px 14px 14px -14px;
z-index: -1;
border: 1px solid rgba(52, 120, 246, 0.25);
border-radius: 42px 42px 42px 105px;
}

.jmc-chatgpt-introduction__image {
display: block;
width: 100%;
min-height: 410px;
object-fit: cover;
border-radius: 31px 31px 31px 90px;
}

/* Floating Note */

.jmc-chatgpt-introduction__floating-note {
position: absolute;
left: -55px;
bottom: 52px;
width: 190px;
padding: 23px 18px;
border: 1px solid rgba(16, 163, 127, 0.18);
border-radius: 50%;
color: #14213d;
text-align: center;
background:
  linear-gradient(
    145deg,
    #eaf7f3 0%,
    #eaf3ff 100%
  );
box-shadow:
  0 22px 45px rgba(20, 33, 61, 0.18),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
animation: jmcChatGPTIntroFloat 4s ease-in-out infinite;
}

.jmc-chatgpt-introduction__floating-note .dashicons {
display: block;
width: auto;
height: auto;
margin: 0 auto 9px;
color: #10a37f;
font-size: 34px;
}

.jmc-chatgpt-introduction__floating-note strong {
display: block;
color: #14213d;
font-size: 18px;
line-height: 1.25;
}

.jmc-chatgpt-introduction__floating-note span {
display: block;
margin-top: 5px;
color: #5f6877;
font-size: 14px;
line-height: 1.4;
}

/* Benefit Cards */

.jmc-chatgpt-introduction__cards {
margin-top: 65px;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 21px;
}

.jmc-chatgpt-intro-benefit {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.16);

position: relative;
min-height: 235px;
padding: 28px 20px 24px;
border: 1px solid var(--card-border);
border-radius: 22px;
background: #ffffff;
text-align: center;
box-shadow:
  0 22px 40px rgba(20, 33, 61, 0.09),
  0 8px 16px rgba(20, 33, 61, 0.04);
transition:
  transform 0.4s ease,
  box-shadow 0.4s ease,
  border-color 0.4s ease;
}

.jmc-chatgpt-intro-benefit::before {
content: "";
position: absolute;
inset: 9px -7px -9px 7px;
z-index: -1;
border-radius: 22px;
background: var(--card-soft);
opacity: 0.7;
transition:
  transform 0.4s ease,
  opacity 0.4s ease;
}

.jmc-chatgpt-intro-benefit:hover {
border-color: var(--card-accent);
transform: translateY(-10px);
box-shadow:
  0 34px 58px rgba(20, 33, 61, 0.15),
  0 12px 20px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-intro-benefit:hover::before {
transform: translate(4px, 7px);
opacity: 0.95;
}

.jmc-chatgpt-intro-benefit__icon {
width: 64px;
height: 64px;
margin: 0 auto 18px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 12px 24px rgba(20, 33, 61, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.jmc-chatgpt-intro-benefit__icon .dashicons {
width: auto;
height: auto;
font-size: 31px;
}

.jmc-chatgpt-intro-benefit__title {
margin: 0;
color: #14213d;
font-size: 21px;
font-weight: 700;
line-height: 1.25;
}

.jmc-chatgpt-intro-benefit__line {
width: 42px;
height: 2px;
margin: 13px auto;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-chatgpt-intro-benefit__description {
margin: 0;
color: #5f6877;
font-size: 15px;
line-height: 1.55;
}

/* Card Colours */

.jmc-chatgpt-intro-benefit--emerald {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.18);
}

.jmc-chatgpt-intro-benefit--blue {
--card-accent: #3478f6;
--card-soft: #eaf3ff;
--card-border: rgba(52, 120, 246, 0.19);
}

.jmc-chatgpt-intro-benefit--violet {
--card-accent: #7457e8;
--card-soft: #f0edff;
--card-border: rgba(116, 87, 232, 0.18);
}

/* Floating Animation */

@keyframes jmcChatGPTIntroFloat {
0%,
100% {
  transform: translateY(0);
}

50% {
  transform: translateY(-10px);
}
}

/* Tablet */

@media (max-width: 1100px) {
.jmc-chatgpt-introduction__main {
  grid-template-columns: 1fr 0.9fr;
  gap: 45px;
}

.jmc-chatgpt-introduction__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 850px) {
.jmc-chatgpt-introduction__main {
  grid-template-columns: 1fr;
}

.jmc-chatgpt-introduction__visual {
  width: min(650px, 100%);
  margin: 10px auto 0;
}

.jmc-chatgpt-introduction__floating-note {
  left: 18px;
  bottom: 25px;
}

.jmc-chatgpt-introduction__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jmc-chatgpt-intro-benefit:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 11px);
  justify-self: center;
}
}

/* Mobile */

@media (max-width: 600px) {
.jmc-chatgpt-introduction {
  padding: 68px 15px;
}

.jmc-chatgpt-introduction__main {
  gap: 35px;
}

.jmc-chatgpt-introduction__badge {
  margin-bottom: 20px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.jmc-chatgpt-introduction__heading {
  font-size: clamp(42px, 13vw, 57px);
  letter-spacing: -1px;
}

.jmc-chatgpt-introduction__divider {
  width: 190px;
  margin: 23px 0;
}

.jmc-chatgpt-introduction__text {
  font-size: 16px;
  line-height: 1.7;
}

.jmc-chatgpt-introduction__image-frame {
  padding: 8px;
  border-radius: 25px 25px 25px 60px;
  transform: none;
}

.jmc-chatgpt-introduction__image-frame::before {
  display: none;
}

.jmc-chatgpt-introduction__image {
  min-height: 290px;
  border-radius: 18px 18px 18px 50px;
}

.jmc-chatgpt-introduction__floating-note {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  animation: none;
}

.jmc-chatgpt-introduction__floating-note .dashicons {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 24px;
}

.jmc-chatgpt-introduction__floating-note strong,
.jmc-chatgpt-introduction__floating-note span {
  display: inline;
  font-size: 15px;
}

.jmc-chatgpt-introduction__cards {
  margin-top: 42px;
  grid-template-columns: 1fr;
  gap: 17px;
}

.jmc-chatgpt-intro-benefit,
.jmc-chatgpt-intro-benefit:last-child {
  width: calc(100% - 18px);
  min-height: 0;
  grid-column: auto;
  justify-self: center;
  padding: 24px 20px;
}

.jmc-chatgpt-intro-benefit:hover {
  transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-introduction__floating-note {
  animation: none;
}

.jmc-chatgpt-intro-benefit,
.jmc-chatgpt-intro-benefit::before,
.jmc-chatgpt-introduction__image-frame {
  transition: none;
}
}\n}.elementor .e-e5c4529-09a9b97{padding:0px;flex-direction:column;/* =========================================
 CHATGPT — PROBLEM THIS COURSE SOLVES
 Desktop: 4 Cards
 Tablet: 2 Cards
 Mobile: 1 Card
========================================= */

.jmc-chatgpt-problems,
.jmc-chatgpt-problems * {
box-sizing: border-box;
}

.jmc-chatgpt-problems {
--problem-text: #14213d;
--problem-muted: #5f6877;
--problem-emerald: #10a37f;
--problem-blue: #3478f6;
--problem-violet: #7457e8;

position: relative;
width: 100%;
overflow: hidden;
padding: 92px 20px 76px;
color: var(--problem-text);
font-family: "Times New Roman", Times, serif;
background:
  radial-gradient(
    circle at 8% 12%,
    rgba(16, 163, 127, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 88%,
    rgba(52, 120, 246, 0.1),
    transparent 27%
  ),
  linear-gradient(
    135deg,
    #eaf7f3 0%,
    #f7faf9 50%,
    #eaf3ff 100%
  );
}

.jmc-chatgpt-problems::before,
.jmc-chatgpt-problems::after {
content: "";
position: absolute;
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-problems::before {
top: 180px;
left: -145px;
width: 230px;
height: 230px;
border: 30px solid rgba(16, 163, 127, 0.045);
}

.jmc-chatgpt-problems::after {
right: -190px;
bottom: 30px;
width: 310px;
height: 310px;
border: 1px solid rgba(116, 87, 232, 0.13);
box-shadow:
  0 0 0 42px rgba(52, 120, 246, 0.025),
  0 0 0 84px rgba(16, 163, 127, 0.015);
}

.jmc-chatgpt-problems__container {
position: relative;
z-index: 2;
width: min(1240px, 100%);
margin: 0 auto;
}

/* Section Heading */

.jmc-chatgpt-problems__header {
width: min(900px, 100%);
margin: 0 auto 50px;
text-align: center;
}

.jmc-chatgpt-problems__eyebrow {
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
margin-bottom: 18px;
}

.jmc-chatgpt-problems__eyebrow-line {
width: 42px;
height: 2px;
border-radius: 999px;
background: linear-gradient(
  90deg,
  #10a37f,
  #3478f6
);
}

.jmc-chatgpt-problems__eyebrow strong {
color: #087f66;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.jmc-chatgpt-problems__heading {
margin: 0;
color: #14213d;
font-size: clamp(43px, 5vw, 68px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -1.6px;
}

.jmc-chatgpt-problems__heading span {
display: block;
margin-top: 5px;
color: #10a37f;
}

.jmc-chatgpt-problems__intro {
width: min(800px, 100%);
margin: 23px auto 0;
color: #5f6877;
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
line-height: 1.75;
}

/* Card Grid */

.jmc-chatgpt-problems__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 25px;
}

/* Problem Card */

.jmc-chatgpt-problem-card {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.17);

position: relative;
min-height: 318px;
overflow: hidden;
padding: 28px 23px 26px;
border: 1px solid var(--card-border);
border-top: 5px solid var(--card-accent);
border-radius: 21px;
background: #ffffff;
text-align: center;
box-shadow:
  0 21px 42px rgba(20, 33, 61, 0.1),
  0 7px 16px rgba(20, 33, 61, 0.05);
transition:
  transform 0.32s ease,
  border-color 0.32s ease,
  box-shadow 0.32s ease;
}

.jmc-chatgpt-problem-card::before {
content: "";
position: absolute;
top: -65px;
right: -55px;
width: 135px;
height: 135px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.8;
transition: transform 0.4s ease;
}

.jmc-chatgpt-problem-card::after {
content: "";
position: absolute;
right: 14%;
bottom: -13px;
left: 14%;
height: 22px;
border-radius: 50%;
background: rgba(20, 33, 61, 0.13);
filter: blur(13px);
opacity: 0.55;
pointer-events: none;
}

.jmc-chatgpt-problem-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 31px 55px rgba(20, 33, 61, 0.16),
  0 11px 22px rgba(20, 33, 61, 0.08);
}

.jmc-chatgpt-problem-card:hover::before {
transform: scale(1.17);
}

.jmc-chatgpt-problem-card__icon {
position: relative;
z-index: 2;
width: 82px;
height: 82px;
margin: 0 auto 22px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 23px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 12px 24px rgba(20, 33, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.jmc-chatgpt-problem-card__icon .dashicons {
width: auto;
height: auto;
font-size: 39px;
line-height: 1;
}

.jmc-chatgpt-problem-card__title {
position: relative;
z-index: 2;
min-height: 57px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
color: #14213d;
font-size: 22px;
font-weight: 700;
line-height: 1.3;
}

.jmc-chatgpt-problem-card__line {
position: relative;
z-index: 2;
display: block;
width: 44px;
height: 3px;
margin: 15px auto 17px;
border-radius: 999px;
background: var(--card-accent);
}

.jmc-chatgpt-problem-card__description {
position: relative;
z-index: 2;
margin: 0;
color: #5f6877;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.65;
}

/* Card Variations */

.jmc-chatgpt-problem-card--emerald {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.18);
}

.jmc-chatgpt-problem-card--blue {
--card-accent: #3478f6;
--card-soft: #eaf3ff;
--card-border: rgba(52, 120, 246, 0.2);
}

.jmc-chatgpt-problem-card--violet {
--card-accent: #7457e8;
--card-soft: #f0edff;
--card-border: rgba(116, 87, 232, 0.19);
}

/* Closing Highlight */

.jmc-chatgpt-problems__closing {
width: min(880px, 100%);
margin: 46px auto 0;
padding: 24px 29px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 19px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 18px 34px rgba(20, 33, 61, 0.1),
  0 6px 14px rgba(20, 33, 61, 0.05);
}

.jmc-chatgpt-problems__closing-icon {
width: 60px;
height: 60px;
flex: 0 0 60px;
display: grid;
place-items: center;
border: 1px solid rgba(16, 163, 127, 0.17);
border-radius: 18px;
color: #10a37f;
background:
  linear-gradient(
    145deg,
    #eaf7f3,
    #eaf3ff
  );
}

.jmc-chatgpt-problems__closing-icon .dashicons {
width: auto;
height: auto;
font-size: 30px;
line-height: 1;
}

.jmc-chatgpt-problems__closing h3 {
margin: 0 0 6px;
color: #14213d;
font-size: 23px;
line-height: 1.3;
}

.jmc-chatgpt-problems__closing p {
margin: 0;
color: #5f6877;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.6;
}

/* Tablet */

@media (max-width: 1024px) {
.jmc-chatgpt-problems {
  padding: 76px 22px 62px;
}

.jmc-chatgpt-problems__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-chatgpt-problem-card {
  min-height: 300px;
}
}

/* Mobile */

@media (max-width: 650px) {
.jmc-chatgpt-problems {
  padding: 65px 15px 52px;
}

.jmc-chatgpt-problems__header {
  margin-bottom: 36px;
}

.jmc-chatgpt-problems__eyebrow {
  gap: 8px;
}

.jmc-chatgpt-problems__eyebrow-line {
  width: 25px;
}

.jmc-chatgpt-problems__eyebrow strong {
  font-size: 11px;
  letter-spacing: 1.1px;
}

.jmc-chatgpt-problems__heading {
  font-size: clamp(38px, 11vw, 50px);
  letter-spacing: -0.8px;
}

.jmc-chatgpt-problems__intro {
  margin-top: 19px;
  font-size: 15px;
  line-height: 1.65;
}

.jmc-chatgpt-problems__grid {
  grid-template-columns: 1fr;
  gap: 17px;
}

.jmc-chatgpt-problem-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: 0;
  justify-self: center;
  padding: 25px 20px;
  border-radius: 18px;
}

.jmc-chatgpt-problem-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 20px;
}

.jmc-chatgpt-problem-card__icon .dashicons {
  font-size: 34px;
}

.jmc-chatgpt-problem-card__title {
  min-height: 0;
  font-size: 20px;
}

.jmc-chatgpt-problem-card__description {
  font-size: 14px;
}

.jmc-chatgpt-problems__closing {
  width: calc(100% - 18px);
  margin-top: 34px;
  padding: 21px 19px;
  align-items: flex-start;
}

.jmc-chatgpt-problems__closing h3 {
  font-size: 20px;
}

.jmc-chatgpt-problems__closing p {
  font-size: 14px;
}
}

@media (max-width: 430px) {
.jmc-chatgpt-problems__closing {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-problem-card,
.jmc-chatgpt-problem-card::before {
  transition: none;
}

.jmc-chatgpt-problem-card:hover {
  transform: none;
}
}\n}.elementor .e-ff5ba2f-76b7533{padding:0px;flex-direction:column;/* =========================================
 CHATGPT LEARNER OUTCOMES SECTION
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

.jmc-chatgpt-outcomes {
position: relative;
overflow: hidden;
padding: 90px 20px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(16, 163, 127, 0.08),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 84%,
    rgba(52, 120, 246, 0.08),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 100%
  );
}

.jmc-chatgpt-outcomes *,
.jmc-chatgpt-outcomes *::before,
.jmc-chatgpt-outcomes *::after {
box-sizing: border-box;
}

.jmc-chatgpt-outcomes::before {
content: "";
position: absolute;
top: -230px;
right: -130px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 163, 127, 0.12);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(16, 163, 127, 0.018),
  0 0 0 96px rgba(52, 120, 246, 0.012);
pointer-events: none;
}

.jmc-chatgpt-outcomes::after {
content: "";
position: absolute;
bottom: -190px;
left: -120px;
width: 310px;
height: 310px;
border: 1px solid rgba(116, 87, 232, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-outcomes__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Header */

.jmc-chatgpt-outcomes__header {
max-width: 800px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-chatgpt-outcomes__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
color: #087f66;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-outcomes__eyebrow::before,
.jmc-chatgpt-outcomes__eyebrow::after {
content: "";
width: 40px;
height: 1px;
background:
  linear-gradient(
    90deg,
    #10a37f,
    #3478f6
  );
}

.jmc-chatgpt-outcomes__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(38px, 4.7vw, 62px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-outcomes__title span {
color: #10a37f;
}

.jmc-chatgpt-outcomes__intro {
max-width: 740px;
margin: 20px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* Grid */

.jmc-chatgpt-outcomes__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}

/* Cards */

.jmc-chatgpt-outcome-card {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.16);

position: relative;
min-width: 0;
min-height: 345px;
overflow: hidden;
padding: 32px 28px 30px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
box-shadow:
  0 20px 45px rgba(20, 33, 61, 0.09),
  0 6px 16px rgba(20, 33, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-chatgpt-outcome-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background:
  linear-gradient(
    90deg,
    var(--card-accent),
    #22b8cf
  );
}

.jmc-chatgpt-outcome-card::after {
content: "";
position: absolute;
right: -65px;
bottom: -75px;
width: 180px;
height: 180px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.75;
transition: transform 0.4s ease;
}

.jmc-chatgpt-outcome-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 65px rgba(20, 33, 61, 0.14),
  0 12px 24px rgba(20, 33, 61, 0.08);
}

.jmc-chatgpt-outcome-card:hover::after {
transform: scale(1.25);
}

.jmc-chatgpt-outcome-card__top {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 26px;
}

.jmc-chatgpt-outcome-card__icon {
width: 62px;
height: 62px;
flex: 0 0 62px;
display: grid;
place-items: center;
border: 1px solid var(--card-border);
border-radius: 18px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 14px 24px rgba(20, 33, 61, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-outcome-card__icon .dashicons {
width: auto;
height: auto;
font-size: 29px;
line-height: 1;
}

.jmc-chatgpt-outcome-card__number {
color: var(--card-accent);
font-family: Georgia, "Times New Roman", serif;
font-size: 42px;
font-weight: 700;
line-height: 1;
opacity: 0.18;
}

.jmc-chatgpt-outcome-card__content {
position: relative;
z-index: 2;
}

.jmc-chatgpt-outcome-card__label {
display: block;
margin-bottom: 10px;
color: var(--card-accent);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.jmc-chatgpt-outcome-card__title {
margin: 0 0 16px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 21px;
line-height: 1.28;
letter-spacing: -0.015em;
}

.jmc-chatgpt-outcome-card__text {
margin: 0;
color: #5f6877;
font-size: 15px;
line-height: 1.72;
}

/* Card Variations */

.jmc-chatgpt-outcome-card--emerald {
--card-accent: #10a37f;
--card-soft: #eaf7f3;
--card-border: rgba(16, 163, 127, 0.18);
}

.jmc-chatgpt-outcome-card--blue {
--card-accent: #3478f6;
--card-soft: #eaf3ff;
--card-border: rgba(52, 120, 246, 0.2);
}

.jmc-chatgpt-outcome-card--violet {
--card-accent: #7457e8;
--card-soft: #f0edff;
--card-border: rgba(116, 87, 232, 0.18);
}

/* Tablet */

@media (max-width: 980px) {
.jmc-chatgpt-outcomes {
  padding: 78px 24px;
}

.jmc-chatgpt-outcomes__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.jmc-chatgpt-outcome-card {
  min-height: 315px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-chatgpt-outcomes {
  padding: 64px 15px;
}

.jmc-chatgpt-outcomes__header {
  margin-bottom: 38px;
}

.jmc-chatgpt-outcomes__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-chatgpt-outcomes__eyebrow::before,
.jmc-chatgpt-outcomes__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-outcomes__title {
  font-size: 39px;
}

.jmc-chatgpt-outcomes__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-outcomes__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-chatgpt-outcome-card {
  width: calc(100% - 18px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 28px 24px;
}

.jmc-chatgpt-outcome-card__top {
  margin-bottom: 22px;
}

.jmc-chatgpt-outcome-card__title {
  font-size: 22px;
}

.jmc-chatgpt-outcome-card__text {
  font-size: 15px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-outcome-card,
.jmc-chatgpt-outcome-card::after {
  transition: none;
}

.jmc-chatgpt-outcome-card:hover {
  transform: none;
}
}\n}.elementor .e-749f19d-dca8f40{padding:0px;flex-direction:column;/* =========================================
 CHATGPT LEARNING JOURNEY SECTION
 Desktop: 5 Cards
 Tablet: 2 Columns + Final Card Centred
 Mobile: 1 Column
========================================= */

.jmc-chatgpt-journey {
position: relative;
overflow: hidden;
padding: 92px 20px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 10% 15%,
    rgba(16, 185, 129, 0.13),
    transparent 27%
  ),
  radial-gradient(
    circle at 88% 82%,
    rgba(79, 70, 229, 0.11),
    transparent 28%
  ),
  linear-gradient(
    180deg,
    #eaf7f3 0%,
    #f7faf9 52%,
    #eaf3ff 100%
  );
}

.jmc-chatgpt-journey *,
.jmc-chatgpt-journey *::before,
.jmc-chatgpt-journey *::after {
box-sizing: border-box;
}

/* Decorative Background Circles */

.jmc-chatgpt-journey::before {
content: "";
position: absolute;
top: -225px;
left: -145px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 185, 129, 0.15);
border-radius: 50%;
box-shadow:
  0 0 0 48px rgba(16, 185, 129, 0.025),
  0 0 0 96px rgba(37, 99, 235, 0.018);
pointer-events: none;
}

.jmc-chatgpt-journey::after {
content: "";
position: absolute;
right: -170px;
bottom: -220px;
width: 350px;
height: 350px;
border: 1px solid rgba(79, 70, 229, 0.14);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-journey__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* =========================================
 SECTION HEADING
========================================= */

.jmc-chatgpt-journey__header {
max-width: 790px;
margin: 0 auto 58px;
text-align: center;
}

.jmc-chatgpt-journey__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 17px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-journey__eyebrow::before,
.jmc-chatgpt-journey__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-journey__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(38px, 4.8vw, 62px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-journey__title span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-journey__intro {
max-width: 720px;
margin: 20px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* =========================================
 JOURNEY GRID
========================================= */

.jmc-chatgpt-journey__timeline {
position: relative;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}

/* Connecting Line */

.jmc-chatgpt-journey__timeline::before {
content: "";
position: absolute;
top: 62px;
left: 9%;
right: 9%;
z-index: 0;
height: 2px;
background: linear-gradient(
  90deg,
  rgba(16, 185, 129, 0.28),
  rgba(37, 99, 235, 0.48),
  rgba(124, 58, 237, 0.28)
);
}

/* =========================================
 JOURNEY CARDS
========================================= */

.jmc-chatgpt-journey-card {
--card-accent: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(16, 185, 129, 0.2);

position: relative;
z-index: 2;
min-width: 0;
min-height: 325px;
overflow: hidden;
padding: 28px 22px;
border: 1px solid var(--card-border);
border-radius: 24px;
background: #ffffff;
text-align: center;
box-shadow:
  0 20px 45px rgba(20, 33, 61, 0.1),
  0 7px 18px rgba(20, 33, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-chatgpt-journey-card::before {
content: "";
position: absolute;
right: -52px;
bottom: -62px;
width: 145px;
height: 145px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.78;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-chatgpt-journey-card::after {
content: "";
position: absolute;
top: 0;
left: 22%;
width: 56%;
height: 3px;
border-radius: 0 0 6px 6px;
background: var(--card-accent);
opacity: 0.8;
}

.jmc-chatgpt-journey-card:hover {
transform: translateY(-9px);
border-color: var(--card-accent);
box-shadow:
  0 30px 65px rgba(20, 33, 61, 0.15),
  0 12px 25px rgba(20, 33, 61, 0.08);
}

.jmc-chatgpt-journey-card:hover::before {
transform: scale(1.22);
}

/* Step Icon */

.jmc-chatgpt-journey-card__step {
position: relative;
z-index: 3;
display: grid;
place-items: center;
width: 68px;
height: 68px;
margin: 0 auto 23px;
border: 7px solid #f7faf9;
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 25px rgba(20, 33, 61, 0.11),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-journey-card__step .dashicons {
width: auto;
height: auto;
font-size: 28px;
line-height: 1;
}

/* Card Content */

.jmc-chatgpt-journey-card__number {
position: relative;
z-index: 2;
display: block;
margin-bottom: 9px;
color: var(--card-accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.jmc-chatgpt-journey-card__title {
position: relative;
z-index: 2;
margin: 0 0 14px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 26px;
line-height: 1.2;
}

.jmc-chatgpt-journey-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.68;
}

/* =========================================
 CARD COLOUR VARIATIONS
========================================= */

.jmc-chatgpt-journey-card--emerald {
--card-accent: #059669;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.2);
}

.jmc-chatgpt-journey-card--blue {
--card-accent: #2563eb;
--card-soft: #eaf3ff;
--card-border: rgba(37, 99, 235, 0.2);
}

.jmc-chatgpt-journey-card--navy {
--card-accent: #14213d;
--card-soft: #edf1f7;
--card-border: rgba(20, 33, 61, 0.18);
}

.jmc-chatgpt-journey-card--violet {
--card-accent: #7c3aed;
--card-soft: #f1eeff;
--card-border: rgba(124, 58, 237, 0.2);
}

/* =========================================
 TABLET
========================================= */

@media (max-width: 980px) {
.jmc-chatgpt-journey {
  padding: 78px 24px;
}

.jmc-chatgpt-journey__timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.jmc-chatgpt-journey__timeline::before {
  display: none;
}

.jmc-chatgpt-journey-card {
  min-height: 290px;
}

.jmc-chatgpt-journey-card:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 12px);
  justify-self: center;
}
}

/* =========================================
 MOBILE
========================================= */

@media (max-width: 620px) {
.jmc-chatgpt-journey {
  padding: 64px 15px;
}

.jmc-chatgpt-journey__header {
  margin-bottom: 40px;
}

.jmc-chatgpt-journey__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-chatgpt-journey__eyebrow::before,
.jmc-chatgpt-journey__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-journey__title {
  font-size: 39px;
}

.jmc-chatgpt-journey__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-journey__timeline {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-chatgpt-journey-card,
.jmc-chatgpt-journey-card:last-child {
  grid-column: auto;
  justify-self: center;
  width: calc(100% - 10px);
  max-width: 430px;
  min-height: auto;
  padding: 28px 24px;
}

.jmc-chatgpt-journey-card__step {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}

.jmc-chatgpt-journey-card__step .dashicons {
  font-size: 26px;
}

.jmc-chatgpt-journey-card__title {
  font-size: 25px;
}

.jmc-chatgpt-journey-card__text {
  font-size: 15px;
}
}

/* Small Mobile */

@media (max-width: 380px) {
.jmc-chatgpt-journey {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-journey__title {
  font-size: 35px;
}

.jmc-chatgpt-journey-card,
.jmc-chatgpt-journey-card:last-child {
  width: 100%;
  padding: 26px 20px;
  border-radius: 21px;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-journey-card,
.jmc-chatgpt-journey-card::before {
  transition: none;
}

.jmc-chatgpt-journey-card:hover {
  transform: none;
}
}\n}.elementor .e-e6ac1aa-a8be67a{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COMPACT COURSE CURRICULUM
 Desktop: 3 Columns
 Tablet: 2 Columns
 Mobile: 1 Column
========================================= */

.jmc-chatgpt-curriculum {
position: relative;
overflow: hidden;
padding: 88px 20px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 15%,
    rgba(16, 185, 129, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 86%,
    rgba(124, 58, 237, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 48%,
    #eef4ff 100%
  );
}

.jmc-chatgpt-curriculum *,
.jmc-chatgpt-curriculum *::before,
.jmc-chatgpt-curriculum *::after {
box-sizing: border-box;
}

.jmc-chatgpt-curriculum::before {
content: "";
position: absolute;
top: -190px;
left: -160px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 185, 129, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(16, 185, 129, 0.022),
  0 0 0 105px rgba(37, 99, 235, 0.014);
pointer-events: none;
}

.jmc-chatgpt-curriculum::after {
content: "";
position: absolute;
right: -180px;
bottom: -210px;
width: 350px;
height: 350px;
border: 1px solid rgba(124, 58, 237, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-curriculum__container {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}

/* Section Heading */

.jmc-chatgpt-curriculum__header {
max-width: 800px;
margin: 0 auto 50px;
text-align: center;
}

.jmc-chatgpt-curriculum__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 17px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-curriculum__eyebrow::before,
.jmc-chatgpt-curriculum__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-curriculum__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 5vw, 62px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-curriculum__title span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-curriculum__intro {
max-width: 710px;
margin: 19px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.7;
}

/* Curriculum Grid */

.jmc-chatgpt-curriculum__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

/* Compact Curriculum Card */

.jmc-chatgpt-curriculum-card {
--card-accent: #059669;
--card-secondary: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.2);

position: relative;
min-width: 0;
min-height: 300px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
padding: 27px 25px 24px;
border: 1px solid var(--card-border);
border-radius: 22px;
background: #ffffff;
text-align: center;
box-shadow:
  0 18px 40px rgba(20, 33, 61, 0.08),
  0 6px 16px rgba(20, 33, 61, 0.04);
transition:
  transform 0.3s ease,
  box-shadow 0.3s ease,
  border-color 0.3s ease;
}

.jmc-chatgpt-curriculum-card::before {
content: "";
position: absolute;
right: -62px;
bottom: -72px;
width: 155px;
height: 155px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.72;
pointer-events: none;
}

.jmc-chatgpt-curriculum-card::after {
content: "";
position: absolute;
top: 0;
left: 30px;
width: calc(100% - 60px);
height: 4px;
border-radius: 0 0 999px 999px;
background: linear-gradient(
  90deg,
  var(--card-accent),
  var(--card-secondary)
);
}

.jmc-chatgpt-curriculum-card:hover {
transform: translateY(-7px);
border-color: var(--card-accent);
box-shadow:
  0 26px 55px rgba(20, 33, 61, 0.13),
  0 10px 22px rgba(20, 33, 61, 0.07);
}

/* Card Colours */

.jmc-chatgpt-curriculum-card--emerald {
--card-accent: #059669;
--card-secondary: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.2);
}

.jmc-chatgpt-curriculum-card--blue {
--card-accent: #2563eb;
--card-secondary: #38bdf8;
--card-soft: #eaf3ff;
--card-border: rgba(37, 99, 235, 0.2);
}

.jmc-chatgpt-curriculum-card--navy {
--card-accent: #14213d;
--card-secondary: #2563eb;
--card-soft: #edf1f7;
--card-border: rgba(20, 33, 61, 0.18);
}

.jmc-chatgpt-curriculum-card--violet {
--card-accent: #7c3aed;
--card-secondary: #a855f7;
--card-soft: #f1eeff;
--card-border: rgba(124, 58, 237, 0.2);
}

/* Icon */

.jmc-chatgpt-curriculum-card__icon {
position: relative;
z-index: 2;
display: grid;
place-items: center;
width: 66px;
height: 66px;
flex: 0 0 66px;
margin-bottom: 18px;
border: 5px solid #f7faf9;
border-radius: 50%;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 12px 24px rgba(20, 33, 61, 0.1),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-curriculum-card__icon .dashicons {
width: auto;
height: auto;
font-size: 29px;
line-height: 1;
}

/* Module Number */

.jmc-chatgpt-curriculum-card__module {
position: relative;
z-index: 2;
display: block;
margin-bottom: 9px;
color: var(--card-accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

/* Module Title */

.jmc-chatgpt-curriculum-card__title {
position: relative;
z-index: 2;
margin: 0 0 13px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
line-height: 1.28;
letter-spacing: -0.012em;
}

/* Brief Description */

.jmc-chatgpt-curriculum-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.65;
}

/* Lecture Count */

.jmc-chatgpt-curriculum-card__meta {
position: relative;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
margin-top: auto;
padding-top: 20px;
color: var(--card-accent);
font-size: 13px;
font-weight: 800;
}

.jmc-chatgpt-curriculum-card__meta .dashicons {
width: auto;
height: auto;
font-size: 18px;
line-height: 1;
}

/* Curriculum Summary */

.jmc-chatgpt-curriculum__summary {
display: flex;
align-items: center;
justify-content: center;
gap: 28px;
flex-wrap: wrap;
max-width: 860px;
margin: 38px auto 0;
padding: 18px 24px;
border: 1px solid rgba(37, 99, 235, 0.14);
border-radius: 18px;
background: rgba(255, 255, 255, 0.88);
box-shadow:
  0 13px 30px rgba(20, 33, 61, 0.07),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-curriculum__summary-item {
display: inline-flex;
align-items: center;
gap: 8px;
color: #4e5868;
font-size: 14px;
font-weight: 700;
}

.jmc-chatgpt-curriculum__summary-item .dashicons {
width: auto;
height: auto;
color: #059669;
font-size: 20px;
line-height: 1;
}

.jmc-chatgpt-curriculum__summary-item:nth-child(2) .dashicons {
color: #2563eb;
}

.jmc-chatgpt-curriculum__summary-item:nth-child(3) .dashicons {
color: #7c3aed;
}

/* Tablet */

@media (max-width: 980px) {
.jmc-chatgpt-curriculum {
  padding: 76px 24px;
}

.jmc-chatgpt-curriculum__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jmc-chatgpt-curriculum-card {
  min-height: 285px;
}
}

/* Mobile */

@media (max-width: 620px) {
.jmc-chatgpt-curriculum {
  padding: 62px 14px;
}

.jmc-chatgpt-curriculum__header {
  margin-bottom: 36px;
}

.jmc-chatgpt-curriculum__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-chatgpt-curriculum__eyebrow::before,
.jmc-chatgpt-curriculum__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-curriculum__title {
  font-size: 39px;
}

.jmc-chatgpt-curriculum__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-curriculum__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-chatgpt-curriculum-card {
  width: calc(100% - 10px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 25px 22px 23px;
  border-radius: 20px;
}

.jmc-chatgpt-curriculum-card__icon {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
  margin-bottom: 17px;
}

.jmc-chatgpt-curriculum-card__icon .dashicons {
  font-size: 27px;
}

.jmc-chatgpt-curriculum-card__title {
  font-size: 21px;
}

.jmc-chatgpt-curriculum-card__text {
  font-size: 14px;
}

.jmc-chatgpt-curriculum__summary {
  width: calc(100% - 10px);
  margin-top: 28px;
  gap: 12px;
  padding: 17px 18px;
}

.jmc-chatgpt-curriculum__summary-item {
  width: 100%;
  justify-content: center;
  text-align: center;
}
}

/* Small Mobile */

@media (max-width: 380px) {
.jmc-chatgpt-curriculum {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-curriculum__title {
  font-size: 35px;
}

.jmc-chatgpt-curriculum-card,
.jmc-chatgpt-curriculum__summary {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-curriculum-card {
  transition: none;
}

.jmc-chatgpt-curriculum-card:hover {
  transform: none;
}
}\n}.elementor .e-6eac4dd-f7d3e9d{padding:0px;flex-direction:column;/* =========================================
 CHATGPT WHAT IS INCLUDED SECTION
 Desktop: 4 × 2
 Tablet: 2 × 4
 Mobile: 1 Column
========================================= */

.jmc-chatgpt-included {
position: relative;
overflow: hidden;
padding: 88px 20px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 6% 12%,
    rgba(16, 185, 129, 0.11),
    transparent 25%
  ),
  radial-gradient(
    circle at 94% 86%,
    rgba(124, 58, 237, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #eaf7f3 0%,
    #f7faf9 50%,
    #eef3ff 100%
  );
}

.jmc-chatgpt-included *,
.jmc-chatgpt-included *::before,
.jmc-chatgpt-included *::after {
box-sizing: border-box;
}

/* Decorative Background */

.jmc-chatgpt-included::before {
content: "";
position: absolute;
top: -180px;
right: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(124, 58, 237, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(124, 58, 237, 0.02),
  0 0 0 105px rgba(37, 99, 235, 0.014);
pointer-events: none;
}

.jmc-chatgpt-included::after {
content: "";
position: absolute;
bottom: -210px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(16, 185, 129, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-included__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* =========================================
 SECTION HEADER
========================================= */

.jmc-chatgpt-included__header {
max-width: 810px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-chatgpt-included__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 17px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-included__eyebrow::before,
.jmc-chatgpt-included__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-included__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 5vw, 63px);
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-included__title span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-included__intro {
max-width: 730px;
margin: 20px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* =========================================
 INCLUDED CARDS GRID
========================================= */

.jmc-chatgpt-included__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}

.jmc-chatgpt-included-card {
--card-accent: #059669;
--card-secondary: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.18);

position: relative;
min-width: 0;
min-height: 260px;
overflow: hidden;
padding: 27px 23px 25px;
border: 1px solid var(--card-border);
border-radius: 22px;
background: #ffffff;
box-shadow:
  0 18px 40px rgba(20, 33, 61, 0.08),
  0 6px 16px rgba(20, 33, 61, 0.04);
transition:
  transform 0.32s ease,
  box-shadow 0.32s ease,
  border-color 0.32s ease;
}

.jmc-chatgpt-included-card::before {
content: "";
position: absolute;
top: 0;
left: 24px;
width: calc(100% - 48px);
height: 4px;
border-radius: 0 0 999px 999px;
background: linear-gradient(
  90deg,
  var(--card-accent),
  var(--card-secondary)
);
}

.jmc-chatgpt-included-card::after {
content: "";
position: absolute;
right: -62px;
bottom: -72px;
width: 160px;
height: 160px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.74;
transition: transform 0.4s ease;
pointer-events: none;
}

.jmc-chatgpt-included-card:hover {
transform: translateY(-7px);
border-color: var(--card-accent);
box-shadow:
  0 27px 58px rgba(20, 33, 61, 0.13),
  0 10px 22px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-included-card:hover::after {
transform: scale(1.22);
}

/* Card Colours */

.jmc-chatgpt-included-card--emerald {
--card-accent: #059669;
--card-secondary: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.19);
}

.jmc-chatgpt-included-card--blue {
--card-accent: #2563eb;
--card-secondary: #38bdf8;
--card-soft: #eaf3ff;
--card-border: rgba(37, 99, 235, 0.19);
}

.jmc-chatgpt-included-card--navy {
--card-accent: #14213d;
--card-secondary: #2563eb;
--card-soft: #edf1f7;
--card-border: rgba(20, 33, 61, 0.17);
}

.jmc-chatgpt-included-card--violet {
--card-accent: #7c3aed;
--card-secondary: #a855f7;
--card-soft: #f1eeff;
--card-border: rgba(124, 58, 237, 0.19);
}

/* Card Icon */

.jmc-chatgpt-included-card__icon {
position: relative;
z-index: 2;
display: grid;
place-items: center;
width: 60px;
height: 60px;
margin-bottom: 21px;
border: 1px solid var(--card-border);
border-radius: 18px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 24px rgba(20, 33, 61, 0.09),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-included-card__icon .dashicons {
width: auto;
height: auto;
font-size: 28px;
line-height: 1;
}

/* Card Content */

.jmc-chatgpt-included-card__title {
position: relative;
z-index: 2;
min-height: 55px;
display: flex;
align-items: center;
margin: 0 0 11px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 21px;
line-height: 1.28;
letter-spacing: -0.012em;
}

.jmc-chatgpt-included-card__text {
position: relative;
z-index: 2;
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.65;
}

/* =========================================
 SUPPORTING FEATURE STRIP
========================================= */

.jmc-chatgpt-included__extras {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
margin-top: 36px;
border: 1px solid rgba(37, 99, 235, 0.13);
border-radius: 20px;
background: rgba(37, 99, 235, 0.11);
box-shadow: 0 13px 32px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-included__extra {
min-width: 0;
min-height: 80px;
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
padding: 17px 15px;
color: #434d5d;
background: rgba(255, 255, 255, 0.95);
text-align: center;
}

.jmc-chatgpt-included__extra-icon {
display: grid;
place-items: center;
width: 39px;
height: 39px;
flex: 0 0 39px;
border: 1px solid rgba(5, 150, 105, 0.16);
border-radius: 12px;
color: #059669;
background: #eaf7f3;
}

.jmc-chatgpt-included__extra:nth-child(2)
.jmc-chatgpt-included__extra-icon {
color: #2563eb;
border-color: rgba(37, 99, 235, 0.17);
background: #eaf3ff;
}

.jmc-chatgpt-included__extra:nth-child(3)
.jmc-chatgpt-included__extra-icon {
color: #7c3aed;
border-color: rgba(124, 58, 237, 0.17);
background: #f1eeff;
}

.jmc-chatgpt-included__extra:nth-child(4)
.jmc-chatgpt-included__extra-icon {
color: #14213d;
border-color: rgba(20, 33, 61, 0.15);
background: #edf1f7;
}

.jmc-chatgpt-included__extra-icon .dashicons {
width: auto;
height: auto;
font-size: 20px;
line-height: 1;
}

.jmc-chatgpt-included__extra-text {
font-size: 14px;
font-weight: 700;
line-height: 1.35;
}

/* =========================================
 TABLET
========================================= */

@media (max-width: 980px) {
.jmc-chatgpt-included {
  padding: 76px 24px;
}

.jmc-chatgpt-included__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jmc-chatgpt-included-card {
  min-height: 245px;
}

.jmc-chatgpt-included__extras {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

/* =========================================
 MOBILE
========================================= */

@media (max-width: 620px) {
.jmc-chatgpt-included {
  padding: 62px 14px;
}

.jmc-chatgpt-included__header {
  margin-bottom: 37px;
}

.jmc-chatgpt-included__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.jmc-chatgpt-included__eyebrow::before,
.jmc-chatgpt-included__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-included__title {
  font-size: 39px;
}

.jmc-chatgpt-included__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-included__grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.jmc-chatgpt-included-card {
  width: calc(100% - 10px);
  max-width: 430px;
  min-height: auto;
  justify-self: center;
  padding: 24px 22px;
  border-radius: 20px;
}

.jmc-chatgpt-included-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
}

.jmc-chatgpt-included-card__icon .dashicons {
  font-size: 26px;
}

.jmc-chatgpt-included-card__title {
  min-height: auto;
  margin-bottom: 9px;
  font-size: 21px;
}

.jmc-chatgpt-included-card__text {
  font-size: 14px;
  line-height: 1.62;
}

.jmc-chatgpt-included__extras {
  width: calc(100% - 10px);
  max-width: 430px;
  grid-template-columns: 1fr;
  margin: 28px auto 0;
  border-radius: 18px;
}

.jmc-chatgpt-included__extra {
  justify-content: flex-start;
  min-height: 66px;
  padding: 13px 17px;
  text-align: left;
}
}

/* Small Mobile */

@media (max-width: 380px) {
.jmc-chatgpt-included {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-included__title {
  font-size: 35px;
}

.jmc-chatgpt-included-card,
.jmc-chatgpt-included__extras {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-included-card,
.jmc-chatgpt-included-card::after {
  transition: none;
}

.jmc-chatgpt-included-card:hover {
  transform: none;
}
}\n}.elementor .e-2e490d3-1cd6060{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE EDUCATOR SECTION
========================================= */

.jmc-chatgpt-educator,
.jmc-chatgpt-educator * {
box-sizing: border-box;
}

.jmc-chatgpt-educator {
position: relative;
width: 100%;
overflow: hidden;
padding: 84px 20px 0;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 8% 18%,
    rgba(16, 185, 129, 0.1),
    transparent 25%
  ),
  radial-gradient(
    circle at 92% 88%,
    rgba(124, 58, 237, 0.09),
    transparent 27%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 50%,
    #eef4ff 100%
  );
}

.jmc-chatgpt-educator::before {
content: "";
position: absolute;
top: -180px;
right: -150px;
width: 420px;
height: 420px;
border: 1px solid rgba(124, 58, 237, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(124, 58, 237, 0.02),
  0 0 0 105px rgba(37, 99, 235, 0.014);
pointer-events: none;
}

.jmc-chatgpt-educator::after {
content: "";
position: absolute;
bottom: -210px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(16, 185, 129, 0.13);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-educator__wrap {
position: relative;
z-index: 2;
width: min(1200px, 100%);
margin: 0 auto;
}

/* Eyebrow */

.jmc-chatgpt-educator__eyebrow {
width: max-content;
max-width: 100%;
margin: 0 auto 50px;
padding: 10px 28px;
border: 1px solid rgba(5, 150, 105, 0.18);
border-radius: 999px;
color: #059669;
background: #eaf7f3;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.15em;
text-align: center;
text-transform: uppercase;
box-shadow:
  0 10px 24px rgba(20, 33, 61, 0.06),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Main Grid */

.jmc-chatgpt-educator__grid {
display: grid;
grid-template-columns: 42% 58%;
align-items: stretch;
gap: 60px;
}

/* Educator Image */

.jmc-chatgpt-educator__image-box {
position: relative;
display: flex;
min-height: 550px;
align-self: stretch;
align-items: flex-end;
justify-content: center;
margin-bottom: 0;
}

.jmc-chatgpt-educator__circle {
position: absolute;
top: 35px;
left: 50%;
width: 465px;
height: 465px;
border: 3px solid rgba(5, 150, 105, 0.48);
border-radius: 50%;
background:
  radial-gradient(
    circle at 35% 28%,
    rgba(255, 255, 255, 0.98),
    transparent 32%
  ),
  linear-gradient(
    145deg,
    #eaf7f3 0%,
    #dbeafe 52%,
    #f1eeff 100%
  );
box-shadow:
  0 25px 50px rgba(20, 33, 61, 0.15),
  inset 0 3px 6px rgba(255, 255, 255, 0.85);
transform: translateX(-50%);
}

.jmc-chatgpt-educator__circle::before {
content: "";
position: absolute;
inset: 18px;
border: 1px dashed rgba(37, 99, 235, 0.43);
border-radius: 50%;
}

.jmc-chatgpt-educator__circle::after {
content: "";
position: absolute;
inset: 44px;
border: 1px solid rgba(124, 58, 237, 0.14);
border-radius: 50%;
}

.jmc-chatgpt-educator__img {
position: relative;
z-index: 2;
width: 100%;
max-width: 430px;
object-fit: contain;
}

/* Content */

.jmc-chatgpt-educator__content {
position: relative;
padding-bottom: 42px;
}

.jmc-chatgpt-educator__content::after {
content: "“";
position: absolute;
top: -48px;
right: 5px;
color: rgba(124, 58, 237, 0.075);
font-family: Georgia, "Times New Roman", serif;
font-size: 180px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}

.jmc-chatgpt-educator__heading {
position: relative;
z-index: 2;
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(40px, 4.4vw, 40px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-educator__heading span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-educator__line {
width: 82px;
height: 4px;
margin: 20px 0 24px;
border-radius: 30px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-educator__name {
margin: 0 0 6px;
color: #2563eb;
font-family: Georgia, "Times New Roman", serif;
font-size: 34px;
font-weight: 700;
}

.jmc-chatgpt-educator__designation {
margin: 0;
color: #525d70;
font-size: 18px;
font-weight: 700;
line-height: 1.55;
}

.jmc-chatgpt-educator__intro {
max-width: 720px;
margin: 19px 0 0;
color: #5f6877;
font-size: 16px;
line-height: 1.75;
}

.jmc-chatgpt-educator__divider {
position: relative;
width: 100%;
height: 1px;
margin: 27px 0;
border-top: 2px dotted rgba(37, 99, 235, 0.24);
}

.jmc-chatgpt-educator__divider::after {
content: "";
position: absolute;
top: -6px;
left: 50%;
width: 10px;
height: 10px;
border-radius: 50%;
background: #10b981;
}

/* Credentials */

.jmc-chatgpt-educator__credentials {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 13px;
margin-bottom: 27px;
}

.jmc-chatgpt-educator__credential {
display: flex;
min-height: 58px;
align-items: center;
gap: 12px;
padding: 13px 15px;
border: 1px solid rgba(37, 99, 235, 0.13);
border-radius: 13px;
color: #303a4a;
background: rgba(255, 255, 255, 0.88);
font-size: 15px;
font-weight: 800;
line-height: 1.4;
box-shadow:
  0 8px 18px rgba(20, 33, 61, 0.055),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
transition:
  transform 0.3s ease,
  border-color 0.3s ease,
  box-shadow 0.3s ease;
}

.jmc-chatgpt-educator__credential:hover {
transform: translateY(-4px);
border-color: rgba(16, 185, 129, 0.4);
box-shadow:
  0 14px 27px rgba(20, 33, 61, 0.1),
  0 6px 14px rgba(20, 33, 61, 0.05);
}

.jmc-chatgpt-educator__credential .dashicons {
width: auto;
height: auto;
flex: 0 0 auto;
color: #059669;
font-size: 24px;
line-height: 1;
}

.jmc-chatgpt-educator__credential:nth-child(2) .dashicons {
color: #2563eb;
}

.jmc-chatgpt-educator__credential:nth-child(3) .dashicons {
color: #7c3aed;
}

.jmc-chatgpt-educator__credential:nth-child(4) .dashicons {
color: #14213d;
}

/* Expertise Tags */

.jmc-chatgpt-educator__expertise {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 0;
}

.jmc-chatgpt-educator__tag {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 7px 13px;
border: 1px solid rgba(5, 150, 105, 0.16);
border-radius: 999px;
color: #047857;
background: #eaf7f3;
font-size: 12px;
font-weight: 800;
}

.jmc-chatgpt-educator__tag:nth-child(2),
.jmc-chatgpt-educator__tag:nth-child(5) {
color: #1d4ed8;
border-color: rgba(37, 99, 235, 0.17);
background: #eaf3ff;
}

.jmc-chatgpt-educator__tag:nth-child(3),
.jmc-chatgpt-educator__tag:nth-child(6) {
color: #6d28d9;
border-color: rgba(124, 58, 237, 0.17);
background: #f1eeff;
}

.jmc-chatgpt-educator__tag:nth-child(4) {
color: #14213d;
border-color: rgba(20, 33, 61, 0.15);
background: #edf1f7;
}

/* Tablet */

@media (max-width: 1024px) {
.jmc-chatgpt-educator {
  padding: 76px 24px 0;
}

.jmc-chatgpt-educator__grid {
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: center;
}

.jmc-chatgpt-educator__image-box {
  min-height: 490px;
}

.jmc-chatgpt-educator__content {
  max-width: 820px;
  margin: 0 auto;
}

.jmc-chatgpt-educator__line {
  margin-right: auto;
  margin-left: auto;
}

.jmc-chatgpt-educator__intro {
  margin-right: auto;
  margin-left: auto;
}

.jmc-chatgpt-educator__credential {
  text-align: left;
}

.jmc-chatgpt-educator__expertise {
  justify-content: center;
}
}

/* Mobile */

@media (max-width: 767px) {
.jmc-chatgpt-educator {
  padding: 62px 16px 0;
}

.jmc-chatgpt-educator__eyebrow {
  margin-bottom: 32px;
  padding: 8px 19px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.jmc-chatgpt-educator__image-box {
  min-height: 370px;
}

.jmc-chatgpt-educator__circle {
  width: 315px;
  height: 315px;
}

.jmc-chatgpt-educator__img {
  max-width: 310px;
}

.jmc-chatgpt-educator__content {
  padding-bottom: 34px;
}

.jmc-chatgpt-educator__heading {
  font-size: 37px;
}

.jmc-chatgpt-educator__name {
  font-size: 29px;
}

.jmc-chatgpt-educator__designation {
  font-size: 16px;
}

.jmc-chatgpt-educator__intro {
  font-size: 15px;
}

.jmc-chatgpt-educator__content::after {
  top: -15px;
  right: 0;
  font-size: 95px;
}

.jmc-chatgpt-educator__credentials {
  grid-template-columns: 1fr;
}

.jmc-chatgpt-educator__credential {
  min-height: 54px;
  font-size: 14px;
  text-align: left;
}

.jmc-chatgpt-educator__expertise {
  justify-content: center;
}
}

@media (max-width: 370px) {
.jmc-chatgpt-educator__circle {
  width: 280px;
  height: 280px;
}

.jmc-chatgpt-educator__img {
  max-width: 280px;
}

.jmc-chatgpt-educator__image-box {
  min-height: 330px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-educator__credential {
  transition: none;
}

.jmc-chatgpt-educator__credential:hover {
  transform: none;
}
}\n}.elementor .e-d0706b5-0531e44{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE ENROLMENT PROCESS
 Desktop: 4 Cards in One Row
 Tablet: 2 × 2 Grid
 Mobile: Vertical Column
========================================= */

.jmc-chatgpt-enrolment,
.jmc-chatgpt-enrolment * {
box-sizing: border-box;
}

.jmc-chatgpt-enrolment {
position: relative;
width: 100%;
overflow: hidden;
padding: 88px 24px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 5% 10%,
    rgba(16, 185, 129, 0.11),
    transparent 24%
  ),
  radial-gradient(
    circle at 95% 85%,
    rgba(124, 58, 237, 0.09),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eaf7f3 0%,
    #f7faf9 52%,
    #eef3ff 100%
  );
}

.jmc-chatgpt-enrolment::before {
content: "";
position: absolute;
top: 60px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(16, 185, 129, 0.11);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-enrolment::after {
content: "";
position: absolute;
right: -160px;
bottom: -170px;
width: 390px;
height: 390px;
border: 1px solid rgba(124, 58, 237, 0.11);
border-radius: 50%;
box-shadow:
  0 0 0 45px rgba(124, 58, 237, 0.02),
  0 0 0 90px rgba(37, 99, 235, 0.014);
pointer-events: none;
}

.jmc-chatgpt-enrolment__wrap {
position: relative;
z-index: 2;
width: 100%;
max-width: 1320px;
margin: 0 auto;
}

/* Section Heading */

.jmc-chatgpt-enrolment__heading {
max-width: 850px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-chatgpt-enrolment__label {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
margin-bottom: 18px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-enrolment__label span {
display: block;
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-enrolment__heading h2 {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 4.8vw, 62px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-enrolment__heading h2 strong {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: 700;
}

.jmc-chatgpt-enrolment__heading-line {
width: 68px;
height: 4px;
margin: 21px auto;
border-radius: 10px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-enrolment__heading p {
max-width: 720px;
margin: 0 auto;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* Cards Grid */

.jmc-chatgpt-enrolment__grid {
display: grid;
grid-template-columns:
  minmax(0, 1fr)
  48px
  minmax(0, 1fr)
  48px
  minmax(0, 1fr)
  48px
  minmax(0, 1fr);
align-items: center;
gap: 12px;
width: 100%;
}

.jmc-chatgpt-enrolment-card {
--card-accent: #059669;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.19);

position: relative;
display: flex;
width: 100%;
min-height: 350px;
flex-direction: column;
align-items: center;
overflow: hidden;
padding: 54px 22px 0;
border: 1px solid var(--card-border);
border-radius: 22px;
color: var(--card-accent);
background: #ffffff;
text-align: center;
box-shadow:
  0 20px 42px rgba(20, 33, 61, 0.09),
  0 7px 17px rgba(20, 33, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-chatgpt-enrolment-card::before {
content: "";
position: absolute;
top: -58px;
right: -54px;
width: 155px;
height: 155px;
border-radius: 50%;
background: var(--card-soft);
opacity: 0.9;
pointer-events: none;
}

.jmc-chatgpt-enrolment-card:hover {
z-index: 4;
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 30px 62px rgba(20, 33, 61, 0.14),
  0 12px 24px rgba(20, 33, 61, 0.08);
}

/* Step Badge */

.jmc-chatgpt-enrolment-card__step {
position: absolute;
top: 16px;
left: 16px;
padding: 8px 13px;
border: 1px solid var(--card-border);
border-radius: 9px;
color: var(--card-accent);
background: var(--card-soft);
font-size: 12px;
font-weight: 800;
line-height: 1;
box-shadow: 0 7px 14px rgba(20, 33, 61, 0.08);
}

/* Icon */

.jmc-chatgpt-enrolment-card__icon {
display: flex;
width: 80px;
height: 80px;
flex: 0 0 80px;
align-items: center;
justify-content: center;
margin-bottom: 20px;
border: 2px solid var(--card-accent);
border-radius: 21px;
color: var(--card-accent);
background: var(--card-soft);
box-shadow:
  0 13px 22px rgba(20, 33, 61, 0.1),
  inset 0 2px 3px rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-enrolment-card__icon .dashicons {
width: auto;
height: auto;
font-size: 39px;
line-height: 1;
}

.jmc-chatgpt-enrolment-card h3 {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 28px;
font-weight: 700;
line-height: 1.15;
}

.jmc-chatgpt-enrolment-card__line {
width: 44px;
height: 3px;
margin: 14px 0 16px;
border-radius: 10px;
background: var(--card-accent);
}

.jmc-chatgpt-enrolment-card p {
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.68;
}

.jmc-chatgpt-enrolment-card__bottom {
display: flex;
width: calc(100% + 44px);
min-height: 50px;
align-items: center;
justify-content: center;
margin-top: auto;
padding: 10px 16px;
color: #ffffff;
background: var(--card-accent);
font-size: 14px;
font-weight: 800;
line-height: 1.25;
}

/* Card Themes */

.jmc-chatgpt-enrolment-card--choose {
--card-accent: #059669;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.2);
}

.jmc-chatgpt-enrolment-card--purchase {
--card-accent: #2563eb;
--card-soft: #eaf3ff;
--card-border: rgba(37, 99, 235, 0.2);
}

.jmc-chatgpt-enrolment-card--access {
--card-accent: #14213d;
--card-soft: #edf1f7;
--card-border: rgba(20, 33, 61, 0.18);
}

.jmc-chatgpt-enrolment-card--learn {
--card-accent: #7c3aed;
--card-soft: #f1eeff;
--card-border: rgba(124, 58, 237, 0.2);
}

/* Arrows */

.jmc-chatgpt-enrolment__arrow {
position: relative;
display: flex;
width: 48px;
height: 48px;
align-items: center;
justify-content: center;
border: 2px dashed rgba(37, 99, 235, 0.28);
border-radius: 50%;
color: #2563eb;
background: rgba(255, 255, 255, 0.9);
}

.jmc-chatgpt-enrolment__arrow .dashicons {
width: auto;
height: auto;
font-size: 24px;
line-height: 1;
}

/* Support Strip */

.jmc-chatgpt-enrolment__support {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
margin-top: 38px;
border: 1px solid rgba(37, 99, 235, 0.13);
border-radius: 18px;
background: rgba(37, 99, 235, 0.11);
box-shadow: 0 13px 30px rgba(20, 33, 61, 0.07);
}

.jmc-chatgpt-enrolment__support-item {
display: flex;
min-height: 76px;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px;
color: #434d5d;
background: rgba(255, 255, 255, 0.95);
text-align: center;
}

.jmc-chatgpt-enrolment__support-item .dashicons {
width: auto;
height: auto;
color: #059669;
font-size: 22px;
line-height: 1;
}

.jmc-chatgpt-enrolment__support-item:nth-child(2) .dashicons {
color: #2563eb;
}

.jmc-chatgpt-enrolment__support-item:nth-child(3) .dashicons {
color: #14213d;
}

.jmc-chatgpt-enrolment__support-item:nth-child(4) .dashicons {
color: #7c3aed;
}

.jmc-chatgpt-enrolment__support-item span:last-child {
font-size: 14px;
font-weight: 800;
line-height: 1.35;
}

/* Help Box */

.jmc-chatgpt-enrolment__help {
display: flex;
max-width: 860px;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 34px auto 0;
padding: 22px 26px;
border: 1px solid rgba(37, 99, 235, 0.17);
border-radius: 17px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 13px 28px rgba(20, 33, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-enrolment__help-content h3 {
margin: 0 0 5px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
}

.jmc-chatgpt-enrolment__help-content p {
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.6;
}

.jmc-chatgpt-enrolment__help-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 45px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 20px;
border-radius: 999px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #059669,
  #2563eb,
  #7c3aed
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(37, 99, 235, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-chatgpt-enrolment__help-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(37, 99, 235, 0.3);
}

/* Tablet */

@media screen and (max-width: 1050px) {
.jmc-chatgpt-enrolment__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-chatgpt-enrolment__arrow {
  display: none;
}

.jmc-chatgpt-enrolment-card {
  min-height: 335px;
}

.jmc-chatgpt-enrolment__support {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

/* Mobile */

@media screen and (max-width: 620px) {
.jmc-chatgpt-enrolment {
  padding: 62px 14px;
}

.jmc-chatgpt-enrolment__heading {
  margin-bottom: 38px;
}

.jmc-chatgpt-enrolment__label {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-chatgpt-enrolment__label span {
  width: 24px;
}

.jmc-chatgpt-enrolment__heading h2 {
  font-size: 38px;
}

.jmc-chatgpt-enrolment__heading p {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-enrolment__grid {
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 430px;
}

.jmc-chatgpt-enrolment-card {
  width: calc(100% - 10px);
  min-height: 315px;
  justify-self: center;
  padding: 51px 22px 0;
}

.jmc-chatgpt-enrolment-card__icon {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  margin-bottom: 18px;
}

.jmc-chatgpt-enrolment-card__icon .dashicons {
  font-size: 35px;
}

.jmc-chatgpt-enrolment-card h3 {
  font-size: 26px;
}

.jmc-chatgpt-enrolment-card p {
  font-size: 14px;
}

.jmc-chatgpt-enrolment__support {
  width: calc(100% - 10px);
  max-width: 420px;
  grid-template-columns: 1fr;
  margin: 28px auto 0;
}

.jmc-chatgpt-enrolment__support-item {
  justify-content: flex-start;
  min-height: 66px;
  padding: 14px 18px;
  text-align: left;
}

.jmc-chatgpt-enrolment__help {
  width: calc(100% - 10px);
  max-width: 420px;
  flex-direction: column;
  align-items: stretch;
  padding: 21px 19px;
  text-align: center;
}

.jmc-chatgpt-enrolment__help-button {
  width: 100%;
}
}

@media (max-width: 380px) {
.jmc-chatgpt-enrolment {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-enrolment-card,
.jmc-chatgpt-enrolment__support,
.jmc-chatgpt-enrolment__help {
  width: 100%;
}

.jmc-chatgpt-enrolment__heading h2 {
  font-size: 35px;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-enrolment-card,
.jmc-chatgpt-enrolment__help-button {
  transition: none;
}

.jmc-chatgpt-enrolment-card:hover,
.jmc-chatgpt-enrolment__help-button:hover {
  transform: none;
}
}\n}.elementor .e-e21290b-f2d4c6a{padding:0px;flex-direction:column;/* =========================================
 CHATGPT COURSE FAQ SECTION
 Desktop/Tablet: Two Columns
 Mobile: One Column
========================================= */

.jmc-chatgpt-faq,
.jmc-chatgpt-faq * {
box-sizing: border-box;
}

.jmc-chatgpt-faq {
position: relative;
width: 100%;
overflow: hidden;
padding: 88px 22px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 15%,
    rgba(16, 185, 129, 0.09),
    transparent 24%
  ),
  radial-gradient(
    circle at 93% 85%,
    rgba(124, 58, 237, 0.08),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #ffffff 0%,
    #f7faf9 52%,
    #eef4ff 100%
  );
}

.jmc-chatgpt-faq::before {
content: "";
position: absolute;
top: -170px;
right: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(124, 58, 237, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(124, 58, 237, 0.022),
  0 0 0 105px rgba(37, 99, 235, 0.017);
pointer-events: none;
}

.jmc-chatgpt-faq::after {
content: "";
position: absolute;
bottom: -200px;
left: -150px;
width: 340px;
height: 340px;
border: 1px solid rgba(16, 185, 129, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-faq__container {
position: relative;
z-index: 2;
width: min(1180px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-chatgpt-faq__header {
max-width: 800px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-chatgpt-faq__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 17px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-faq__eyebrow::before,
.jmc-chatgpt-faq__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-faq__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 4.8vw, 62px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-faq__title span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-faq__intro {
max-width: 720px;
margin: 20px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* FAQ Columns */

.jmc-chatgpt-faq__columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: start;
gap: 22px;
}

.jmc-chatgpt-faq__column {
display: flex;
min-width: 0;
flex-direction: column;
gap: 16px;
}

/* FAQ Item */

.jmc-chatgpt-faq-item {
--faq-accent: #059669;
--faq-soft: #eaf7f3;
--faq-border: rgba(5, 150, 105, 0.17);

position: relative;
overflow: hidden;
border: 1px solid var(--faq-border);
border-radius: 18px;
background: rgba(255, 255, 255, 0.95);
box-shadow:
  0 14px 32px rgba(20, 33, 61, 0.07),
  0 5px 12px rgba(20, 33, 61, 0.04);
transition:
  border-color 0.3s ease,
  box-shadow 0.3s ease,
  transform 0.3s ease;
}

.jmc-chatgpt-faq-item:nth-child(2) {
--faq-accent: #2563eb;
--faq-soft: #eaf3ff;
--faq-border: rgba(37, 99, 235, 0.18);
}

.jmc-chatgpt-faq-item:nth-child(3) {
--faq-accent: #14213d;
--faq-soft: #edf1f7;
--faq-border: rgba(20, 33, 61, 0.17);
}

.jmc-chatgpt-faq-item:nth-child(4) {
--faq-accent: #7c3aed;
--faq-soft: #f1eeff;
--faq-border: rgba(124, 58, 237, 0.18);
}

.jmc-chatgpt-faq-item:nth-child(5) {
--faq-accent: #059669;
--faq-soft: #eaf7f3;
--faq-border: rgba(5, 150, 105, 0.17);
}

.jmc-chatgpt-faq-item:hover {
border-color: var(--faq-accent);
box-shadow:
  0 20px 40px rgba(20, 33, 61, 0.1),
  0 8px 16px rgba(20, 33, 61, 0.05);
transform: translateY(-2px);
}

.jmc-chatgpt-faq-item[open] {
border-color: var(--faq-accent);
background: linear-gradient(
  145deg,
  #ffffff,
  var(--faq-soft)
);
}

/* FAQ Question */

.jmc-chatgpt-faq-item__question {
position: relative;
display: flex;
min-height: 82px;
align-items: center;
gap: 15px;
padding: 20px 60px 20px 21px;
color: #242d3d;
font-family: Georgia, "Times New Roman", serif;
font-size: 17px;
font-weight: 700;
line-height: 1.4;
list-style: none;
cursor: pointer;
transition:
  color 0.3s ease,
  background-color 0.3s ease;
}

.jmc-chatgpt-faq-item__question::-webkit-details-marker {
display: none;
}

.jmc-chatgpt-faq-item__question::marker {
display: none;
content: "";
}

.jmc-chatgpt-faq-item__number {
display: grid;
place-items: center;
width: 36px;
height: 36px;
flex: 0 0 36px;
border-radius: 11px;
color: #ffffff;
background: var(--faq-accent);
font-family: "Inter", Arial, sans-serif;
font-size: 12px;
font-weight: 800;
line-height: 1;
box-shadow: 0 8px 16px rgba(20, 33, 61, 0.16);
}

/* Plus and Minus */

.jmc-chatgpt-faq-item__question::before,
.jmc-chatgpt-faq-item__question::after {
content: "";
position: absolute;
top: 50%;
right: 23px;
width: 18px;
height: 2px;
border-radius: 999px;
background: var(--faq-accent);
transform: translateY(-50%);
transition: transform 0.3s ease;
}

.jmc-chatgpt-faq-item__question::after {
transform: translateY(-50%) rotate(90deg);
}

.jmc-chatgpt-faq-item[open]
.jmc-chatgpt-faq-item__question::after {
transform: translateY(-50%) rotate(0deg);
}

.jmc-chatgpt-faq-item[open]
.jmc-chatgpt-faq-item__question {
color: var(--faq-accent);
background: rgba(37, 99, 235, 0.025);
}

/* FAQ Answer */

.jmc-chatgpt-faq-item__answer {
padding: 0 24px 22px 72px;
}

.jmc-chatgpt-faq-item__answer p {
margin: 0;
padding-top: 17px;
border-top: 1px solid var(--faq-border);
color: #5f6877;
font-size: 15px;
line-height: 1.75;
}

/* Support Box */

.jmc-chatgpt-faq__support {
display: flex;
max-width: 860px;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 38px auto 0;
padding: 23px 26px;
border: 1px solid rgba(37, 99, 235, 0.17);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 14px 30px rgba(20, 33, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-faq__support-content {
display: flex;
align-items: center;
gap: 15px;
}

.jmc-chatgpt-faq__support-icon {
display: grid;
place-items: center;
width: 50px;
height: 50px;
flex: 0 0 50px;
border-radius: 15px;
color: #ffffff;
background: linear-gradient(
  145deg,
  #059669,
  #2563eb,
  #7c3aed
);
box-shadow: 0 11px 20px rgba(37, 99, 235, 0.22);
}

.jmc-chatgpt-faq__support-icon .dashicons {
width: auto;
height: auto;
font-size: 25px;
line-height: 1;
}

.jmc-chatgpt-faq__support-text h3 {
margin: 0 0 5px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 22px;
}

.jmc-chatgpt-faq__support-text p {
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.55;
}

.jmc-chatgpt-faq__support-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 20px;
border-radius: 999px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #059669,
  #2563eb,
  #7c3aed
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(37, 99, 235, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-chatgpt-faq__support-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(37, 99, 235, 0.3);
}

/* Tablet */

@media screen and (max-width: 900px) {
.jmc-chatgpt-faq {
  padding: 76px 22px;
}

.jmc-chatgpt-faq__columns {
  gap: 18px;
}

.jmc-chatgpt-faq-item__question {
  min-height: 88px;
  padding-right: 52px;
  font-size: 17px;
}
}

/* Mobile */

@media screen and (max-width: 680px) {
.jmc-chatgpt-faq {
  padding: 62px 14px;
}

.jmc-chatgpt-faq__header {
  margin-bottom: 38px;
}

.jmc-chatgpt-faq__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-chatgpt-faq__eyebrow::before,
.jmc-chatgpt-faq__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-faq__title {
  font-size: 38px;
}

.jmc-chatgpt-faq__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-faq__columns {
  width: calc(100% - 10px);
  max-width: 430px;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 auto;
}

.jmc-chatgpt-faq__column {
  gap: 16px;
}

.jmc-chatgpt-faq-item {
  border-radius: 16px;
}

.jmc-chatgpt-faq-item__question {
  min-height: 76px;
  gap: 12px;
  padding: 17px 48px 17px 17px;
  font-size: 16px;
  line-height: 1.4;
}

.jmc-chatgpt-faq-item__number {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  font-size: 11px;
}

.jmc-chatgpt-faq-item__question::before,
.jmc-chatgpt-faq-item__question::after {
  right: 18px;
  width: 15px;
}

.jmc-chatgpt-faq-item__answer {
  padding: 0 18px 19px;
}

.jmc-chatgpt-faq-item__answer p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}

.jmc-chatgpt-faq__support {
  width: calc(100% - 10px);
  max-width: 430px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 28px;
  padding: 20px 18px;
  text-align: center;
}

.jmc-chatgpt-faq__support-content {
  flex-direction: column;
}

.jmc-chatgpt-faq__support-button {
  width: 100%;
}
}

@media (max-width: 380px) {
.jmc-chatgpt-faq {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-faq__title {
  font-size: 35px;
}

.jmc-chatgpt-faq__columns,
.jmc-chatgpt-faq__support {
  width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-faq-item,
.jmc-chatgpt-faq-item__question,
.jmc-chatgpt-faq-item__question::after,
.jmc-chatgpt-faq__support-button {
  transition: none;
}

.jmc-chatgpt-faq-item:hover,
.jmc-chatgpt-faq__support-button:hover {
  transform: none;
}
}\n}.elementor .e-cbc7086-90e4b12{padding:0px;flex-direction:column;/* =========================================
 CHATGPT EXPLORE MORE COURSES SECTION
 Desktop: 4 Cards
 Tablet: 2 × 2
 Mobile: 1 Column
========================================= */

.jmc-chatgpt-more-courses,
.jmc-chatgpt-more-courses * {
box-sizing: border-box;
}

.jmc-chatgpt-more-courses {
position: relative;
width: 100%;
overflow: hidden;
padding: 88px 22px;
color: #14213d;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 7% 14%,
    rgba(16, 185, 129, 0.1),
    transparent 24%
  ),
  radial-gradient(
    circle at 93% 86%,
    rgba(124, 58, 237, 0.09),
    transparent 26%
  ),
  linear-gradient(
    180deg,
    #eaf7f3 0%,
    #f7faf9 52%,
    #eef3ff 100%
  );
}

.jmc-chatgpt-more-courses::before {
content: "";
position: absolute;
top: -170px;
left: -150px;
width: 410px;
height: 410px;
border: 1px solid rgba(16, 185, 129, 0.14);
border-radius: 50%;
box-shadow:
  0 0 0 55px rgba(16, 185, 129, 0.022),
  0 0 0 105px rgba(37, 99, 235, 0.017);
pointer-events: none;
}

.jmc-chatgpt-more-courses::after {
content: "";
position: absolute;
right: -170px;
bottom: -210px;
width: 350px;
height: 350px;
border: 1px solid rgba(124, 58, 237, 0.12);
border-radius: 50%;
pointer-events: none;
}

.jmc-chatgpt-more-courses__container {
position: relative;
z-index: 2;
width: min(1220px, 100%);
margin: 0 auto;
}

/* Section Header */

.jmc-chatgpt-more-courses__header {
max-width: 800px;
margin: 0 auto 52px;
text-align: center;
}

.jmc-chatgpt-more-courses__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 17px;
color: #059669;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.jmc-chatgpt-more-courses__eyebrow::before,
.jmc-chatgpt-more-courses__eyebrow::after {
content: "";
width: 42px;
height: 1px;
background: linear-gradient(
  90deg,
  #10b981,
  #2563eb,
  #7c3aed
);
}

.jmc-chatgpt-more-courses__title {
margin: 0;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(39px, 4.8vw, 62px);
font-weight: 700;
line-height: 1.08;
letter-spacing: -0.035em;
}

.jmc-chatgpt-more-courses__title span {
background: linear-gradient(
  90deg,
  #059669 0%,
  #2563eb 52%,
  #7c3aed 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.jmc-chatgpt-more-courses__intro {
max-width: 710px;
margin: 20px auto 0;
color: #5f6877;
font-size: 17px;
line-height: 1.75;
}

/* Course Grid */

.jmc-chatgpt-more-courses__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}

/* Course Card */

.jmc-chatgpt-more-course-card {
--card-accent: #059669;
--card-secondary: #10b981;
--card-soft: #eaf7f3;
--card-border: rgba(5, 150, 105, 0.18);

position: relative;
min-width: 0;
min-height: 430px;
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid var(--card-border);
border-radius: 24px;
background: rgba(255, 255, 255, 0.97);
box-shadow:
  0 20px 44px rgba(20, 33, 61, 0.09),
  0 7px 17px rgba(20, 33, 61, 0.05);
transition:
  transform 0.35s ease,
  box-shadow 0.35s ease,
  border-color 0.35s ease;
}

.jmc-chatgpt-more-course-card:nth-child(2) {
--card-accent: #2563eb;
--card-secondary: #38bdf8;
--card-soft: #eaf3ff;
--card-border: rgba(37, 99, 235, 0.19);
}

.jmc-chatgpt-more-course-card:nth-child(3) {
--card-accent: #7c3aed;
--card-secondary: #a855f7;
--card-soft: #f1eeff;
--card-border: rgba(124, 58, 237, 0.19);
}

.jmc-chatgpt-more-course-card:nth-child(4) {
--card-accent: #14213d;
--card-secondary: #2563eb;
--card-soft: #edf1f7;
--card-border: rgba(20, 33, 61, 0.18);
}

.jmc-chatgpt-more-course-card:hover {
transform: translateY(-8px);
border-color: var(--card-accent);
box-shadow:
  0 30px 62px rgba(20, 33, 61, 0.14),
  0 12px 24px rgba(20, 33, 61, 0.08);
}

/* Thumbnail */

.jmc-chatgpt-more-course-card__media {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: var(--card-soft);
}

.jmc-chatgpt-more-course-card__media::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
  180deg,
  transparent 48%,
  rgba(20, 33, 61, 0.3) 100%
);
pointer-events: none;
}

.jmc-chatgpt-more-course-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.45s ease;
}

.jmc-chatgpt-more-course-card:hover
.jmc-chatgpt-more-course-card__image {
transform: scale(1.045);
}

.jmc-chatgpt-more-course-card__type {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
display: inline-flex;
min-height: 30px;
align-items: center;
padding: 6px 11px;
border: 1px solid var(--card-border);
border-radius: 999px;
color: var(--card-accent);
background: rgba(255, 255, 255, 0.94);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.07em;
text-transform: uppercase;
box-shadow: 0 7px 17px rgba(20, 33, 61, 0.12);
backdrop-filter: blur(6px);
}

/* Card Content */

.jmc-chatgpt-more-course-card__content {
display: flex;
flex: 1;
flex-direction: column;
padding: 24px 22px 22px;
}

.jmc-chatgpt-more-course-card__title {
margin: 0 0 12px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 23px;
line-height: 1.25;
letter-spacing: -0.015em;
}

.jmc-chatgpt-more-course-card__description {
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.68;
}

/* Card Button */

.jmc-chatgpt-more-course-card__button {
display: inline-flex;
width: 100%;
min-height: 46px;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: auto;
padding: 12px 16px;
border-radius: 13px;
color: #ffffff;
background: linear-gradient(
  135deg,
  var(--card-accent),
  var(--card-secondary)
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 10px 20px rgba(20, 33, 61, 0.16);
transition:
  transform 0.25s ease,
  filter 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-chatgpt-more-course-card__button:hover {
color: #ffffff;
transform: translateY(-2px);
filter: brightness(0.94);
box-shadow: 0 14px 26px rgba(20, 33, 61, 0.23);
}

.jmc-chatgpt-more-course-card__button .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Bottom CTA */

.jmc-chatgpt-more-courses__footer {
display: flex;
max-width: 900px;
align-items: center;
justify-content: space-between;
gap: 26px;
margin: 40px auto 0;
padding: 24px 27px;
border: 1px solid rgba(37, 99, 235, 0.15);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow:
  0 14px 32px rgba(20, 33, 61, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jmc-chatgpt-more-courses__footer-content h3 {
margin: 0 0 6px;
color: #14213d;
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
line-height: 1.25;
}

.jmc-chatgpt-more-courses__footer-content p {
margin: 0;
color: #5f6877;
font-size: 14px;
line-height: 1.6;
}

.jmc-chatgpt-more-courses__footer-button {
flex: 0 0 auto;
display: inline-flex;
min-height: 46px;
align-items: center;
justify-content: center;
gap: 9px;
padding: 12px 21px;
border-radius: 999px;
color: #ffffff;
background: linear-gradient(
  135deg,
  #059669,
  #2563eb,
  #7c3aed
);
text-decoration: none;
font-size: 14px;
font-weight: 800;
box-shadow: 0 11px 22px rgba(37, 99, 235, 0.22);
transition:
  transform 0.25s ease,
  box-shadow 0.25s ease;
}

.jmc-chatgpt-more-courses__footer-button:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 15px 28px rgba(37, 99, 235, 0.3);
}

.jmc-chatgpt-more-courses__footer-button .dashicons {
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
}

/* Tablet */

@media screen and (max-width: 980px) {
.jmc-chatgpt-more-courses {
  padding: 76px 22px;
}

.jmc-chatgpt-more-courses__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 850px;
  margin: 0 auto;
}

.jmc-chatgpt-more-course-card {
  min-height: 420px;
}
}

/* Mobile */

@media screen and (max-width: 620px) {
.jmc-chatgpt-more-courses {
  padding: 62px 14px;
}

.jmc-chatgpt-more-courses__header {
  margin-bottom: 38px;
}

.jmc-chatgpt-more-courses__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jmc-chatgpt-more-courses__eyebrow::before,
.jmc-chatgpt-more-courses__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-more-courses__title {
  font-size: 38px;
}

.jmc-chatgpt-more-courses__intro {
  font-size: 15px;
  line-height: 1.7;
}

.jmc-chatgpt-more-courses__grid {
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 430px;
}

.jmc-chatgpt-more-course-card {
  width: calc(100% - 10px);
  min-height: auto;
  justify-self: center;
  border-radius: 20px;
}

.jmc-chatgpt-more-course-card__content {
  padding: 22px 20px 20px;
}

.jmc-chatgpt-more-course-card__title {
  font-size: 22px;
}

.jmc-chatgpt-more-course-card__description {
  font-size: 14px;
  line-height: 1.65;
}

.jmc-chatgpt-more-course-card__button {
  margin-top: 22px;
}

.jmc-chatgpt-more-courses__footer {
  width: calc(100% - 10px);
  max-width: 420px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  padding: 21px 19px;
  text-align: center;
}

.jmc-chatgpt-more-courses__footer-button {
  width: 100%;
}
}

@media (max-width: 380px) {
.jmc-chatgpt-more-courses {
  padding-right: 12px;
  padding-left: 12px;
}

.jmc-chatgpt-more-courses__title {
  font-size: 35px;
}

.jmc-chatgpt-more-course-card,
.jmc-chatgpt-more-courses__footer {
  width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-more-course-card,
.jmc-chatgpt-more-course-card__image,
.jmc-chatgpt-more-course-card__button,
.jmc-chatgpt-more-courses__footer-button {
  transition: none;
}

.jmc-chatgpt-more-course-card:hover,
.jmc-chatgpt-more-course-card__button:hover,
.jmc-chatgpt-more-courses__footer-button:hover {
  transform: none;
}
}\n}.elementor .e-9436c73-1a1acfc{padding:0px;flex-direction:column;/* =========================================
 CHATGPT FINAL CONVERSION SECTION
 Dark Navy + Emerald + Blue + Violet Theme
========================================= */

.jmc-chatgpt-final-conversion,
.jmc-chatgpt-final-conversion * {
box-sizing: border-box;
}

.jmc-chatgpt-final-conversion {
position: relative;
width: 100%;
overflow: hidden;
padding: 96px 22px;
color: #ffffff;
font-family: "Inter", Arial, sans-serif;
background:
  radial-gradient(
    circle at 12% 18%,
    rgba(16, 185, 129, 0.22),
    transparent 29%
  ),
  radial-gradient(
    circle at 88% 82%,
    rgba(124, 58, 237, 0.24),
    transparent 31%
  ),
  radial-gradient(
    circle at 50% 105%,
    rgba(37, 99, 235, 0.18),
    transparent 34%
  ),
  linear-gradient(
    135deg,
    #0b132b 0%,
    #14213d 44%,
    #1f1b4b 72%,
    #0c3b43 100%
  );
}

.jmc-chatgpt-final-conversion::before {
content: "";
position: absolute;
top: -180px;
right: -120px;
width: 430px;
height: 430px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 50%;
box-shadow:
  0 0 0 60px rgba(124, 58, 237, 0.04),
  0 0 0 120px rgba(37, 99, 235, 0.025);
pointer-events: none;
}

.jmc-chatgpt-final-conversion::after {
content: "";
position: absolute;
bottom: -210px;
left: -160px;
width: 430px;
height: 430px;
border: 1px solid rgba(16, 185, 129, 0.12);
border-radius: 50%;
background: rgba(255, 255, 255, 0.025);
pointer-events: none;
}

.jmc-chatgpt-final-conversion__container {
position: relative;
z-index: 2;
width: min(1040px, 100%);
margin: 0 auto;
text-align: center;
}

/* Eyebrow */

.jmc-chatgpt-final-conversion__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 22px;
color: #b9f4dc;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.17em;
text-transform: uppercase;
}

.jmc-chatgpt-final-conversion__eyebrow::before,
.jmc-chatgpt-final-conversion__eyebrow::after {
content: "";
width: 44px;
height: 1px;
background: linear-gradient(
  90deg,
  #34d399,
  #60a5fa,
  #a78bfa
);
}

/* Main Heading */

.jmc-chatgpt-final-conversion__title {
max-width: 980px;
margin: 0 auto;
color: #ffffff;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(45px, 6vw, 76px);
font-weight: 700;
line-height: 1.05;
letter-spacing: -0.04em;
}

.jmc-chatgpt-final-conversion__title span {
display: block;
background: linear-gradient(
  90deg,
  #6ee7b7 0%,
  #93c5fd 52%,
  #c4b5fd 100%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

/* Supporting Text */

.jmc-chatgpt-final-conversion__text {
max-width: 790px;
margin: 25px auto 0;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
line-height: 1.75;
}

/* CTA Button */

.jmc-chatgpt-final-conversion__button {
display: inline-flex;
min-height: 57px;
align-items: center;
justify-content: center;
gap: 11px;
margin-top: 34px;
padding: 15px 32px;
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 999px;
color: #14213d;
background: linear-gradient(
  135deg,
  #ffffff 0%,
  #dff8ef 35%,
  #dbeafe 68%,
  #ede9fe 100%
);
text-decoration: none;
font-size: 15px;
font-weight: 800;
box-shadow:
  0 18px 38px rgba(0, 0, 0, 0.3),
  0 8px 22px rgba(37, 99, 235, 0.2),
  inset 0 1px 0 rgba(255, 255, 255, 0.9);
transition:
  transform 0.3s ease,
  box-shadow 0.3s ease,
  background 0.3s ease;
}

.jmc-chatgpt-final-conversion__button:hover,
.jmc-chatgpt-final-conversion__button:focus-visible {
color: #0b132b;
background: linear-gradient(
  135deg,
  #a7f3d0,
  #bfdbfe,
  #ddd6fe
);
transform: translateY(-3px);
box-shadow:
  0 24px 48px rgba(0, 0, 0, 0.36),
  0 10px 28px rgba(16, 185, 129, 0.2),
  0 10px 28px rgba(124, 58, 237, 0.18);
}

.jmc-chatgpt-final-conversion__button:focus-visible {
outline: 3px solid rgba(255, 255, 255, 0.68);
outline-offset: 4px;
}

.jmc-chatgpt-final-conversion__button .dashicons {
width: auto;
height: auto;
font-size: 20px;
line-height: 1;
}

/* Supporting Benefits */

.jmc-chatgpt-final-conversion__features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px 24px;
margin-top: 30px;
}

.jmc-chatgpt-final-conversion__feature {
display: inline-flex;
align-items: center;
gap: 8px;
color: rgba(255, 255, 255, 0.84);
font-size: 14px;
font-weight: 700;
}

.jmc-chatgpt-final-conversion__feature .dashicons {
width: auto;
height: auto;
color: #6ee7b7;
font-size: 19px;
line-height: 1;
}

.jmc-chatgpt-final-conversion__feature:nth-child(2) .dashicons {
color: #93c5fd;
}

.jmc-chatgpt-final-conversion__feature:nth-child(3) .dashicons {
color: #c4b5fd;
}

/* Tablet */

@media screen and (max-width: 900px) {
.jmc-chatgpt-final-conversion {
  padding: 82px 22px;
}

.jmc-chatgpt-final-conversion__title {
  max-width: 780px;
}
}

/* Mobile */

@media screen and (max-width: 767px) {
.jmc-chatgpt-final-conversion {
  padding: 68px 18px;
}

.jmc-chatgpt-final-conversion__eyebrow {
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.jmc-chatgpt-final-conversion__eyebrow::before,
.jmc-chatgpt-final-conversion__eyebrow::after {
  width: 24px;
}

.jmc-chatgpt-final-conversion__title {
  font-size: 42px;
  line-height: 1.08;
}

.jmc-chatgpt-final-conversion__text {
  max-width: 520px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.jmc-chatgpt-final-conversion__button {
  width: min(100%, 330px);
  min-height: 52px;
  margin-top: 28px;
  padding: 14px 23px;
}

.jmc-chatgpt-final-conversion__features {
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
}
}

@media screen and (max-width: 390px) {
.jmc-chatgpt-final-conversion {
  padding: 60px 15px;
}

.jmc-chatgpt-final-conversion__title {
  font-size: 37px;
}

.jmc-chatgpt-final-conversion__text {
  font-size: 15px;
}

.jmc-chatgpt-final-conversion__button {
  width: 100%;
}
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
.jmc-chatgpt-final-conversion__button {
  transition: none;
}

.jmc-chatgpt-final-conversion__button:hover {
  transform: none;
}
}\n}