/* EZEY Akademi 03 — FMA navy / pink / cream overrides */

body.ezey03 {
  font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif !important;
  color: var(--text, #13204A);
  background: var(--cream, #FBF9F0) !important;
}

body.ezey03 .navy { color: var(--navy) !important; }
body.ezey03 .bg-navy { background: var(--navy) !important; }
body.ezey03 .orange,
body.ezey03 .c-red { color: var(--pink) !important; }
body.ezey03 .bg-orange { background: var(--pink) !important; }
body.ezey03 .bg-blue-brand { background: var(--navy) !important; }
body.ezey03 .text-blue-brand { color: var(--navy) !important; }
body.ezey03 .border-blue-brand { border-color: var(--navy) !important; }

/* Navy header (FMA style) */
.ezey03-nav {
  position: relative;
  z-index: 200;
  background: var(--navy, #192967) !important;
  box-shadow: none;
  border-bottom: 0;
  backdrop-filter: none;
}
.ezey03-nav-in { min-height: 76px; }
.ezey03-brand img { display: block; }
.ezey03-links .ezey-nav-link,
.ezey03-links .ezey03-link,
.ezey03-nav .ezey-nav-link {
  color: rgba(255,255,255,.85) !important;
  font-size: .875rem;
  font-weight: 500;
  padding: .35rem 0;
  border-bottom: 2px solid transparent;
  background: transparent !important;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}
.ezey03-links .ezey-nav-link:hover,
.ezey03-links .ezey03-link:hover,
.ezey03-nav .ezey-nav-link:hover {
  color: #fff !important;
}
.ezey03-links .ezey-nav-link.is-active,
.ezey03-links .ezey03-link.is-active,
.ezey03-nav .ezey-nav-link.is-active {
  color: #fff !important;
  border-bottom-color: var(--pink, #ED2771);
}
.ezey03-links .ezey-nav-link i,
.ezey03-nav .ezey-nav-link i { display: none; }

.ezey03-btn-login {
  display: inline-flex;
  align-items: center;
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 600;
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff !important;
  background: transparent;
  text-decoration: none;
  transition: .2s;
}
.ezey03-btn-login:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.6);
}
.ezey03-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 2.75rem;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  color: #fff !important;
  background: var(--pink, #ED2771);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(237, 39, 113, .25);
  transition: .2s;
}
.ezey03-btn-cta:hover { background: var(--pink-soft, #FE6C93); }

/* Cart on dark header */
.ezey03-nav .cart-wrap {
  position: relative;
  z-index: 80;
}
.ezey03-nav .cart-wrap .icon-btn {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  cursor: pointer;
}
.ezey03-nav .cart-wrap .icon-btn:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .45);
}
.ezey03-nav .cart-wrap .badge {
  background: var(--pink, #ED2771);
  border: 2px solid var(--navy, #192967);
}
.ezey03-nav .cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + .65rem);
  width: min(22rem, calc(100vw - 1.5rem));
  background: #fff;
  border: 1px solid rgba(25, 41, 103, .1);
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(25, 41, 103, .22);
  z-index: 90;
  overflow: hidden;
  color: var(--navy, #192967);
}
.ezey03-nav .cart-wrap.is-open .cart-dropdown,
.ezey03-nav .cart-dropdown[aria-hidden="false"] {
  display: block;
}
.ezey03-nav .cart-dropdown-head,
.ezey03-nav .cart-dropdown-foot {
  padding: 1rem 1.1rem;
}
.ezey03-nav .cart-dropdown-head {
  border-bottom: 1px solid rgba(25, 41, 103, .08);
}
.ezey03-nav .cart-dropdown-foot {
  border-top: 1px solid rgba(25, 41, 103, .08);
  background: #f8fafc;
}
.ezey03-nav .cart-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  border-radius: 999px;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
}
.ezey03-nav .cart-actions .btn-ghost {
  border: 1px solid rgba(25, 41, 103, .18);
  color: var(--navy, #192967);
  background: #fff;
}
.ezey03-nav .cart-actions .btn-primary {
  background: var(--pink, #ED2771);
  border-color: var(--pink, #ED2771);
  color: #fff;
}
.ezey03-nav .cart-dropdown-toggle,
.ezey03-nav [data-cart-toggle] {
  color: #fff !important;
}

/* Footer deep navy */
body.ezey03 .ezey02-footer,
body.ezey03 .ezey03-footer {
  background: var(--navy-deep, #0E1B51) !important;
  color: rgba(255,255,255,.85);
}
body.ezey03 .ezey02-footer a,
body.ezey03 .ezey03-footer a {
  color: var(--pink-soft, #FE6C93);
}
body.ezey03 .ezey02-footer a:hover,
body.ezey03 .ezey03-footer a:hover {
  color: #fff;
}
body.ezey03 .ezey02-brand-text,
body.ezey03 .ezey03-footer .ezey02-foot-col h4 {
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff !important;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
body.ezey03 .ezey03-footer .ezey02-foot-col a {
  color: var(--pink-soft, #FE6C93) !important;
  gap: .45rem;
}
body.ezey03 .ezey03-footer .ezey02-foot-col a:hover {
  color: #fff !important;
  padding-left: 0;
}
body.ezey03 .ezey03-footer .ezey03-foot-chevron {
  font-size: 1.05rem;
  line-height: 1;
  opacity: .95;
}
body.ezey03 .ezey03-footer .ezey03-foot-logo {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  object-fit: cover;
  filter: none !important;
  box-shadow: 0 0 0 4px rgba(125, 211, 252, .3);
}
body.ezey03 .ezey03-footer .ezey02-foot-brand p {
  color: rgba(255, 255, 255, .78);
  max-width: 18rem;
}
body.ezey03 .ezey03-footer .ezey03-foot-social .ezey02-sl {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  background: transparent;
}
body.ezey03 .ezey03-footer .ezey03-foot-social .ezey02-sl:hover {
  background: var(--pink, #ED2771);
  border-color: var(--pink, #ED2771);
  color: #fff;
}
body.ezey03 .ezey03-footer .ezey03-foot-note {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  font-size: .84rem;
  margin-bottom: .65rem;
  color: var(--pink-soft, #FE6C93);
}
body.ezey03 .ezey03-footer .ezey03-foot-note i,
body.ezey03 .ezey03-footer .ezey02-foot-col a i {
  margin-top: .1rem;
  flex-shrink: 0;
}

/* Payment method badges (footer) — no forced background; show uploaded art as-is */
body.ezey03 .ezey03-pay-badges {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem 0 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.ezey03 .ezey03-pay-badges__title {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}
body.ezey03 .ezey03-pay-badges__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
body.ezey03 .ezey03-pay-badges__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: none;
  padding: 0;
  border-radius: 0;
}
body.ezey03 .ezey03-pay-badges__pill img {
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  display: block;
  background: none;
}
body.ezey03 .ezey03-pay-badges__strip {
  max-height: 44px;
  width: auto;
  max-width: min(100%, 480px);
  object-fit: contain;
  background: none;
  padding: 0;
}
@media (max-width: 575.98px) {
  body.ezey03 .ezey03-pay-badges__pill img {
    height: 22px;
  }
}


/* Soft cards / buttons */
body.ezey03 .hbtn-red,
body.ezey03 .btn-primary,
body.ezey03 .ezey02-btn-cta {
  background: var(--pink) !important;
  border-radius: 999px !important;
}
body.ezey03 .hbtn-navy { background: var(--navy) !important; border-radius: 999px !important; }

/* Mega / dropdown on dark header */
.ezey03-nav .ezey-mega-trigger {
  color: rgba(255,255,255,.85) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: .875rem;
  font-weight: 500;
}
.ezey03-nav .ezey-mega-trigger:hover,
.ezey03-nav .ezey-mega-trigger.is-active,
.ezey03-nav .ezey-mega-wrap:hover .ezey-mega-trigger {
  color: #fff !important;
}
.ezey03-nav .ezey-mega-trigger i.ph:first-child { display: none; }
.ezey03-nav .ezey-mega,
.ezey03-nav .ezey-mega-panel,
.ezey03-nav .dropdown-menu {
  color: var(--text);
}

/* ========== FMA Hero / Slider ========== */
.ezey03-hero {
  position: relative;
  overflow: hidden;
  background: var(--cream, #FBF9F0);
}
.ezey03-hero-viewport { position: relative; overflow: hidden; }
.ezey03-hero-track {
  display: flex;
  width: 100%;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.ezey03-hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}
.ezey03-hero-diagonal {
  display: none;
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 50%;
  background: var(--navy, #192967);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .ezey03-hero-diagonal { display: block; }
}
.ezey03-hero-grid {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1rem 2rem;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .ezey03-hero-grid {
    grid-template-columns: 1fr 1fr;
    padding: 4rem 2rem 1rem;
    gap: 2.5rem;
  }
}
.ezey03-hero-eyebrow {
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--navy) 70%, transparent);
}
.ezey03-hero-title {
  margin: .75rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy, #192967);
  letter-spacing: -.02em;
}
.ezey03-hero-title .text-pink,
.ezey03-hero-title .c-red { color: var(--pink, #ED2771) !important; }
.ezey03-hero-desc {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--muted, #657386);
}
@media (min-width: 640px) {
  .ezey03-hero-desc { font-size: 1rem; }
}
.ezey03-hero-highlights {
  margin-top: 2rem;
  display: grid;
  max-width: 32rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .ezey03-hero-highlights { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ezey03-hero-hl {
  text-align: center;
}
@media (min-width: 640px) {
  .ezey03-hero-hl { text-align: left; }
}
.ezey03-hero-hl-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--navy);
  display: block;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .ezey03-hero-hl-icon { margin: 0; }
}
.ezey03-hero-hl p {
  margin: .5rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy);
}
.ezey03-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.ezey03-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 2.75rem;
  padding: 0 1.75rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: .2s ease;
  white-space: nowrap;
}
.ezey03-hero-btn--pink {
  background: var(--pink, #ED2771);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(237, 39, 113, .22);
}
.ezey03-hero-btn--pink:hover { background: var(--pink-soft, #FE6C93); }
.ezey03-hero-btn--ghost {
  background: #fff;
  color: var(--navy) !important;
  border: 1px solid color-mix(in srgb, var(--navy) 25%, transparent);
}
.ezey03-hero-btn--ghost:hover { border-color: var(--navy); }
.ezey03-hero-btn--navy {
  background: var(--navy);
  color: #fff !important;
}
.ezey03-hero-visual {
  position: relative;
  display: flex;
  min-height: 320px;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .ezey03-hero-visual {
    min-height: 480px;
    justify-content: flex-end;
  }
}
.ezey03-hero-pink-card {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 1rem;
  background: var(--pink, #ED2771);
  transform: rotate(6deg);
  z-index: 0;
}
@media (min-width: 1024px) {
  .ezey03-hero-pink-card { display: block; }
}
@media (min-width: 1280px) {
  .ezey03-hero-pink-card { width: 16rem; height: 16rem; }
}
.ezey03-hero-img {
  position: relative;
  z-index: 10;
  max-height: 420px;
  width: auto;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .ezey03-hero-img { max-height: 500px; }
}
@media (min-width: 1280px) {
  .ezey03-hero-img { max-height: 540px; }
}
.ezey03-hero-badge {
  display: none;
  position: absolute;
  top: 1rem;
  right: -.5rem;
  z-index: 20;
  width: 9rem;
  height: 9rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  background: var(--navy-deep, #0E1B51);
  color: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sky, #32B3E6) 25%, transparent);
  padding: .75rem;
}
@media (min-width: 1024px) {
  .ezey03-hero-badge { display: flex; }
}
@media (min-width: 1280px) {
  .ezey03-hero-badge {
    right: -2rem;
    width: 10rem;
    height: 10rem;
  }
}
.ezey03-hero-badge-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
}
.ezey03-hero-badge-sub {
  margin: .15rem 0 0;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .95;
}
.ezey03-hero-badge-line {
  margin: .5rem 0;
  height: 1px;
  width: 4rem;
  background: rgba(255,255,255,.25);
}
.ezey03-hero-badge-l1 {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .85rem;
  font-weight: 600;
}
.ezey03-hero-badge-l2 {
  margin: .1rem 0 0;
  font-size: .7rem;
  opacity: .75;
}
.ezey03-hero-arrows {
  position: absolute;
  inset-inline: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.ezey03-hero-arrow {
  pointer-events: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  font-size: 1.25rem;
  box-shadow: 0 4px 16px rgba(25,41,103,.15);
  cursor: pointer;
}
.ezey03-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  gap: .4rem;
}
.ezey03-hero-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  border: 0;
  background: color-mix(in srgb, var(--navy) 25%, transparent);
  cursor: pointer;
  padding: 0;
}
.ezey03-hero-dot.is-active { background: var(--pink); width: 1.35rem; }

/* ========== FMA Category grid ========== */
.ezey03-cats {
  background: #fff;
  padding: 3.5rem 0;
}
.ezey03-cats-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-cats-in { padding: 0 2rem; }
}
.ezey03-cats-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.ezey03-cats-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.2;
}
.ezey03-cats-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-cats-sub {
  margin: .75rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-cats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .ezey03-cats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ezey03-cats-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.25rem; }
}
.ezey03-cat-card {
  display: block;
  overflow: hidden;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 41, 103, .08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ezey03-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(25, 41, 103, .14);
}
.ezey03-cat-img {
  width: 100%;
  aspect-ratio: 5 / 4;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--cream, #FBF9F0);
}
.ezey03-cat-label {
  margin: 0;
  padding: 1rem .75rem;
  text-align: center;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy, #192967);
}
.ezey03-cat-sub {
  font-weight: 500;
  font-size: .8em;
  opacity: .9;
}
.ezey03-cats-more {
  margin-top: 2rem;
  text-align: center;
}

/* ========== FMA Popular courses ========== */
.ezey03-popular {
  background: var(--cream, #FBF9F0);
  padding: 3.5rem 0 4rem;
}
.ezey03-popular-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-popular-in { padding: 0 2rem; }
}
.ezey03-popular-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.ezey03-popular-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.2;
}
.ezey03-popular-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-popular-sub {
  margin: .75rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-popular-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .ezey03-popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .ezey03-popular-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ezey03-pcard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 41, 103, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ezey03-pcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(25, 41, 103, .14);
}
.ezey03-pcard-media {
  position: relative;
}
.ezey03-pcard-img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  display: block;
  background: var(--navy, #192967);
}
.ezey03-pcard-shade {
  position: absolute;
  inset: 0;
  background: rgba(25, 41, 103, .55);
}
.ezey03-pcard-teacher {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .5rem;
  border-radius: .375rem;
  background: rgba(25, 41, 103, .85);
  color: #fff;
  font-size: .75rem;
  line-height: 1.2;
}
.ezey03-pcard-name {
  position: absolute;
  left: .75rem;
  bottom: 2.5rem;
  z-index: 2;
  margin: 0;
  max-width: 85%;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}
.ezey03-pcard-grade {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  z-index: 2;
  display: inline-block;
  padding: .2rem .5rem;
  border-radius: .25rem;
  background: var(--pink, #ED2771);
  color: #fff;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.ezey03-pcard-list {
  list-style: none;
  margin: 0;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-pcard-list li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}
.ezey03-pcard-dot {
  margin-top: .45rem;
  width: .375rem;
  height: .375rem;
  border-radius: 999px;
  background: var(--pink, #ED2771);
  flex-shrink: 0;
}
.ezey03-pcard-foot {
  padding: 0 1rem 1rem;
}
.ezey03-pcard-cta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--pink, #ED2771);
  color: var(--pink, #ED2771);
  background: #fff;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.ezey03-pcard-cta:hover {
  background: var(--pink, #ED2771);
  color: #fff;
}
.ezey03-popular-more {
  margin-top: 2rem;
  text-align: center;
}

/* ========== FMA Why / Features ========== */
.ezey03-why {
  background: var(--cream, #FBF9F0);
  padding: 3.5rem 0 4rem;
}
.ezey03-why-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-why-in { padding: 0 2rem; }
}
.ezey03-why-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.ezey03-why-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.2;
}
.ezey03-why-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-why-sub {
  margin: .75rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .ezey03-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ezey03-why-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
}
.ezey03-why-card {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 6px 22px rgba(25, 41, 103, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ezey03-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(25, 41, 103, .12);
}
.ezey03-why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy, #192967);
}
.ezey03-why-card-title {
  margin: .75rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .875rem;
  font-weight: 600;
  color: var(--navy, #192967);
  line-height: 1.3;
}
.ezey03-why-card-desc {
  margin: .5rem 0 0;
  font-size: .75rem;
  line-height: 1.55;
  color: var(--muted, #657386);
}

/* ========== FMA Contact CTA ========== */
.ezey03-cta {
  background: var(--cream, #FBF9F0);
  padding: 1rem 0 1.5rem;
}
.ezey03-cta-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-cta-in { padding: 0 2rem; }
}
.ezey03-cta-banner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: var(--navy, #192967);
  color: #fff;
}
@media (min-width: 1024px) {
  .ezey03-cta-banner {
    grid-template-columns: 1.2fr 1fr;
    padding: 2rem 2.25rem;
    gap: 2rem;
  }
}
.ezey03-cta-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.ezey03-cta-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-cta-desc {
  margin: 1rem 0 0;
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .75);
  max-width: 32rem;
}
.ezey03-cta-cards {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .ezey03-cta-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.ezey03-cta-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem;
  border-radius: .75rem;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  transition: transform .15s ease;
  min-width: 0;
}
.ezey03-cta-card:hover { transform: translateY(-2px); }
.ezey03-cta-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(237, 39, 113, .1);
  color: var(--pink, #ED2771);
  flex-shrink: 0;
}
.ezey03-cta-card-text {
  display: block;
  min-width: 0;
}
.ezey03-cta-card-label {
  display: block;
  font-size: .75rem;
  color: var(--muted, #657386);
}
.ezey03-cta-card-value {
  display: block;
  margin-top: .15rem;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .95rem;
  font-weight: 600;
  color: var(--navy, #192967);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========== FMA Social follow ========== */
.ezey03-social {
  background: var(--cream, #FBF9F0);
  padding: 0 0 3.5rem;
}
.ezey03-social-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-social-in { padding: 0 2rem; }
}
.ezey03-social-bar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 41, 103, .08);
}
@media (min-width: 768px) {
  .ezey03-social-bar {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 2rem;
  }
}
.ezey03-social-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.25;
}
.ezey03-social-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-social-sub {
  margin: .5rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
  max-width: 28rem;
}
.ezey03-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.ezey03-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: var(--navy, #192967);
  color: #fff;
  text-decoration: none;
  transition: background .15s ease;
  font-size: 1.15rem;
  line-height: 1;
}
.ezey03-social-btn i {
  color: inherit;
}
.ezey03-social-btn:hover {
  background: var(--pink, #ED2771);
  color: #fff;
}

/* ========== FMA Blog latest ========== */
.ezey03-blog {
  background: var(--cream, #FBF9F0);
  padding: 3.5rem 0 1rem;
}
.ezey03-blog-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-blog-in { padding: 0 2rem; }
}
.ezey03-blog-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.ezey03-blog-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.2;
}
.ezey03-blog-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-blog-sub {
  margin: .75rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .ezey03-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ezey03-blog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ezey03-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 41, 103, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ezey03-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(25, 41, 103, .14);
}
.ezey03-blog-media {
  display: block;
  overflow: hidden;
}
.ezey03-blog-media img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  display: block;
}
.ezey03-blog-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1.1rem 1.15rem;
}
.ezey03-blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .65rem;
}
.ezey03-blog-cat {
  display: inline-block;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: var(--pink, #ED2771);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
}
.ezey03-blog-date {
  font-size: .75rem;
  color: var(--muted, #657386);
  white-space: nowrap;
}
.ezey03-blog-card-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy, #192967);
}
.ezey03-blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.ezey03-blog-card-title a:hover { color: var(--pink, #ED2771); }
.ezey03-blog-excerpt {
  margin: .55rem 0 0;
  font-size: .8125rem;
  line-height: 1.5;
  color: var(--muted, #657386);
  flex: 1;
}
.ezey03-blog-more {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .85rem;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--pink, #ED2771);
  text-decoration: none;
}
.ezey03-blog-more:hover { opacity: .85; }
.ezey03-blog-cta {
  margin-top: 2rem;
  text-align: center;
}
.ezey03-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: var(--pink, #ED2771);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s ease;
}
.ezey03-blog-btn:hover {
  color: #fff;
  opacity: .9;
}

/* ========== FMA Page hero / quote / twm / contact ========== */
.ezey03-page-hero {
  background: var(--cream, #FBF9F0);
  padding: 3rem 0 2rem;
}
.ezey03-page-hero-in {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .ezey03-page-hero-in { padding: 0 2rem; }
}
.ezey03-page-hero-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.2;
}
.ezey03-page-hero-title .text-pink { color: var(--pink, #ED2771) !important; }
.ezey03-page-hero-sub {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--muted, #657386);
}
.ezey03-page-hero-body {
  margin: 1rem auto 0;
  max-width: 42rem;
  font-size: .9rem;
  line-height: 1.7;
  color: var(--muted, #657386);
}
.ezey03-page-hero-body p { margin: 0 0 .75rem; }
.ezey03-page-hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}
.ezey03-page-hero-btn {
  display: inline-flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  background: var(--pink, #ED2771);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}
.ezey03-page-hero-btn.is-ghost {
  background: #fff;
  color: var(--navy, #192967);
  border: 1px solid rgba(25, 41, 103, .2);
}
.ezey03-page-hero-metrics {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .ezey03-page-hero-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ezey03-page-hero-metric {
  background: #fff;
  border-radius: .75rem;
  padding: 1rem .75rem;
  box-shadow: 0 6px 20px rgba(25, 41, 103, .06);
}
.ezey03-page-hero-metric-val {
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-page-hero-metric-label {
  margin-top: .25rem;
  font-size: .75rem;
  color: var(--muted, #657386);
}

.ezey03-twm {
  background: var(--cream, #FBF9F0);
  padding: 1.25rem 0;
}
.ezey03-twm-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .ezey03-twm-in {
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
    gap: 2.5rem;
  }
  .ezey03-twm-in.is-media-right .ezey03-twm-media { order: 2; }
}
.ezey03-twm-media img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(25, 41, 103, .1);
  display: block;
}
@media (min-width: 640px) {
  .ezey03-twm-media img { height: 18rem; }
}
.ezey03-twm-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(237, 39, 113, .1);
  color: var(--pink, #ED2771);
}
.ezey03-twm-title {
  margin: 1rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--navy, #192967);
  line-height: 1.3;
}
.ezey03-twm-body {
  margin-top: .75rem;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--muted, #657386);
}
.ezey03-twm-body p { margin: 0 0 .75rem; }
.ezey03-twm-btn {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--pink, #ED2771);
  font-weight: 600;
  text-decoration: none;
}

.ezey03-quote {
  background: var(--cream, #FBF9F0);
  padding: 1.5rem 0 2rem;
}
.ezey03-quote-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-quote-in { padding: 0 2rem; }
}
.ezey03-quote-box {
  border-radius: 1rem;
  background: var(--navy, #192967);
  color: #fff;
  text-align: center;
  padding: 2rem 1.5rem;
}
@media (min-width: 640px) {
  .ezey03-quote-box { padding: 2.5rem; }
}
.ezey03-quote-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.ezey03-quote-title .text-pink { color: #FE6C93 !important; }
.ezey03-quote-body,
.ezey03-quote-sub {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: .875rem;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
}
.ezey03-quote-body p { margin: 0 0 .75rem; }
.ezey03-quote-body .ezey03-quote-tags {
  margin-top: 1.25rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #FE6C93;
}

.ezey03-contact {
  background: var(--cream, #FBF9F0);
  padding: 3rem 0 3.5rem;
}
.ezey03-contact-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-contact-in { padding: 0 2rem; }
}
.ezey03-contact-head { text-align: center; margin-bottom: 2rem; }
.ezey03-contact-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-contact-sub {
  margin: .75rem auto 0;
  max-width: 34rem;
  font-size: .9rem;
  color: var(--muted, #657386);
}
.ezey03-contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .ezey03-contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ezey03-contact-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.ezey03-contact-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 41, 103, .07);
  text-decoration: none;
  transition: transform .15s ease;
}
.ezey03-contact-card:hover { transform: translateY(-2px); }
.ezey03-contact-card-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(237, 39, 113, .1);
  color: var(--pink, #ED2771);
  flex-shrink: 0;
  font-size: 1.1rem;
}
.ezey03-contact-card-label {
  display: block;
  font-size: .75rem;
  color: var(--muted, #657386);
}
.ezey03-contact-card-value {
  display: block;
  margin-top: .15rem;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy, #192967);
  word-break: break-word;
}
.ezey03-contact-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .ezey03-contact-grid { grid-template-columns: 1.5fr 1fr; align-items: start; }
}
.ezey03-contact-form-card,
.ezey03-contact-aside-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 28px rgba(25, 41, 103, .07);
  padding: 1.5rem;
}
.ezey03-contact-form-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-contact-form-sub {
  margin: .4rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-contact-alert {
  margin-top: 1rem;
  padding: .75rem 1rem;
  border-radius: .5rem;
  font-size: .875rem;
}
.ezey03-contact-alert.is-ok { background: #ecfdf5; color: #065f46; }
.ezey03-contact-alert.is-err { background: #fef2f2; color: #991b1b; }
.ezey03-contact-form { margin-top: 1.25rem; }
.ezey03-contact-fields {
  display: grid;
  gap: .9rem;
  margin-bottom: .9rem;
}
@media (min-width: 640px) {
  .ezey03-contact-fields { grid-template-columns: 1fr 1fr; }
  .ezey03-contact-span2 { grid-column: 1 / -1; }
}
.ezey03-contact-form label {
  display: block;
  margin-bottom: .35rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--navy, #192967);
}
.ezey03-contact-form input,
.ezey03-contact-form select,
.ezey03-contact-form textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: .65rem;
  padding: .7rem .9rem;
  font-size: .875rem;
  background: #fff;
  outline: none;
}
.ezey03-contact-form input:focus,
.ezey03-contact-form select:focus,
.ezey03-contact-form textarea:focus {
  border-color: var(--pink, #ED2771);
}
.ezey03-contact-submit {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  height: 2.75rem;
  padding: 0 1.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--pink, #ED2771);
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
}
.ezey03-contact-note {
  margin: .75rem 0 0;
  font-size: .75rem;
  color: var(--muted, #657386);
}
.ezey03-contact-aside { display: grid; gap: 1rem; }
.ezey03-contact-aside-card h3 {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-contact-aside-card p {
  margin: .55rem 0 0;
  font-size: .875rem;
  line-height: 1.6;
  color: var(--muted, #657386);
}

/* Features on cream pages */
body.ezey03 .ezey03-why { background: var(--cream, #FBF9F0); }

/* ========== Courses listing ========== */
.ezey03-courses-hero {
  background: var(--navy, #192967);
  color: #fff;
  padding: 2.5rem 0 2rem;
}
.ezey03-courses-hero-in,
.ezey03-courses-body-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-courses-hero-in,
  .ezey03-courses-body-in { padding: 0 2rem; }
}
.ezey03-courses-bc {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
  font-size: .75rem;
  color: rgba(255, 255, 255, .55);
  margin-bottom: .75rem;
}
.ezey03-courses-bc a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.ezey03-courses-bc a:hover { color: #fff; }
.ezey03-courses-title {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #fff;
}
.ezey03-courses-lead {
  margin: .65rem 0 0;
  max-width: 36rem;
  font-size: .95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .72);
}
.ezey03-courses-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: stretch;
  margin-top: 1.5rem;
}
.ezey03-courses-search {
  flex: 1 1 18rem;
  min-width: min(100%, 16rem);
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1rem;
  border-radius: .75rem;
  background: #fff;
  color: var(--navy, #192967);
  box-sizing: border-box;
}
.ezey03-courses-search input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: .9rem;
  color: var(--navy, #192967);
}
.ezey03-courses-search input::placeholder { color: #94a3b8; }
.ezey03-courses-sort {
  flex: 0 1 14rem;
  min-width: 11rem;
  max-width: 100%;
  padding: .85rem 1rem;
  border: 0;
  border-radius: .75rem;
  background: #fff;
  color: var(--navy, #192967);
  font-size: .875rem;
  box-sizing: border-box;
}
.ezey03-courses-body {
  background: var(--cream, #FBF9F0);
  padding: 2rem 0 3.5rem;
}
.ezey03-courses-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.75rem;
}
.ezey03-courses-chip {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--navy, #192967);
  background: #fff;
  border: 1px solid rgba(25, 41, 103, .12);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.ezey03-courses-chip:hover { border-color: var(--pink, #ED2771); color: var(--pink, #ED2771); }
.ezey03-courses-chip.is-active {
  background: var(--navy, #192967);
  border-color: var(--navy, #192967);
  color: #fff;
}
.ezey03-courses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
@media (min-width: 768px) {
  .ezey03-courses-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .ezey03-courses-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.35rem; }
}
.ezey03-courses-pager { margin-top: 2.25rem; }
.ezey03-courses-empty {
  text-align: center;
  padding: 3.5rem 1rem;
  border: 1px dashed rgba(25, 41, 103, .2);
  border-radius: 1rem;
  color: var(--muted, #657386);
  background: #fff;
}
.ezey03-courses-empty a {
  display: inline-flex;
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--pink, #ED2771);
  text-decoration: none;
}

/* ========== Course detail (FMA) ========== */
.ezey03-cd-hero {
  background: var(--navy, #192967);
  padding: 2.75rem 0;
}
.ezey03-cd-hero-in,
.ezey03-cd-body-in {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .ezey03-cd-hero-in,
  .ezey03-cd-body-in { padding: 0 2rem; }
}
.ezey03-cd-hero-in {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .ezey03-cd-hero-in { grid-template-columns: 1.3fr 1fr; }
}
.ezey03-cd-back {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--pink-soft, #FE6C93);
  text-decoration: none;
}
.ezey03-cd-back:hover { color: #fff; }
.ezey03-cd-eyebrow {
  margin: 1rem 0 0;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}
.ezey03-cd-title {
  margin: .5rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.ezey03-cd-tagline {
  margin: .75rem 0 0;
  max-width: 28rem;
  font-size: .9rem;
  color: var(--pink-soft, #FE6C93);
}
.ezey03-cd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.35rem;
}
.ezey03-cd-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  font-size: .75rem;
  color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .1);
}
.ezey03-cd-hero-img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}
@media (min-width: 1024px) {
  .ezey03-cd-hero-img { height: 16rem; }
}
.ezey03-cd-body {
  background: var(--cream, #FBF9F0);
  padding: 3rem 0;
}
.ezey03-cd-body-in {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 1024px) {
  .ezey03-cd-body-in { grid-template-columns: 1.6fr 1fr; gap: 2rem; }
}
.ezey03-cd-card,
.ezey03-cd-related {
  background: #fff;
  border-radius: .85rem;
  padding: 1.5rem;
  box-shadow: 0 10px 28px rgba(25, 41, 103, .07);
}
@media (min-width: 640px) {
  .ezey03-cd-card { padding: 2rem; }
}
.ezey03-cd-h2 {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-cd-h3 {
  margin: 2rem 0 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-cd-prose {
  margin-top: 1rem;
  font-size: .9rem;
  line-height: 1.7;
  color: var(--muted, #657386);
}
.ezey03-cd-prose p { margin: 0 0 1rem; }
.ezey03-cd-prose p:last-child { margin-bottom: 0; }
.ezey03-cd-features {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .75rem;
}
@media (min-width: 640px) {
  .ezey03-cd-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.ezey03-cd-features li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-cd-features li i {
  margin-top: .15rem;
  flex-shrink: 0;
  color: var(--pink, #ED2771);
}
.ezey03-cd-muted {
  margin: .35rem 0 0;
  font-size: .8rem;
  color: #94a3b8;
}
.ezey03-cd-acc { margin-top: 1rem; display: grid; gap: .65rem; }
.ezey03-cd-acc-item {
  border: 1px solid rgba(25, 41, 103, .1);
  border-radius: .65rem;
  background: #fff;
  overflow: hidden;
}
.ezey03-cd-acc-item summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .85rem 1rem;
  cursor: pointer;
  list-style: none;
  font-size: .875rem;
  font-weight: 700;
  color: var(--navy, #192967);
  background: #f8fafc;
}
.ezey03-cd-acc-item summary::-webkit-details-marker { display: none; }
.ezey03-cd-acc-item ul { list-style: none; margin: 0; padding: 0; }
.ezey03-cd-acc-item li {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .75rem 1rem;
  border-top: 1px solid #f1f5f9;
  font-size: .875rem;
  color: #475569;
}
.ezey03-cd-acc-item li i { color: var(--pink, #ED2771); flex-shrink: 0; }
.ezey03-cd-acc-item li em {
  margin-left: auto;
  font-style: normal;
  font-size: .75rem;
  color: #94a3b8;
}
.ezey03-cd-aside { display: grid; gap: 1.15rem; align-content: start; }
.ezey03-cd-cta-box {
  border-radius: .85rem;
  padding: 1.5rem;
  background: var(--navy, #192967);
  color: #fff;
}
.ezey03-cd-cta-box h2 {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
}
.ezey03-cd-cta-box > p {
  margin: .65rem 0 0;
  font-size: .875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .75);
}
.ezey03-cd-price {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: .5rem;
  flex-wrap: wrap;
}
.ezey03-cd-price strong {
  font-size: 1.65rem;
  font-weight: 800;
}
.ezey03-cd-price s {
  color: rgba(255, 255, 255, .45);
  font-size: .9rem;
}
.ezey03-cd-buy { margin-top: 1rem; }
.ezey03-cd-buy .add-to-cart,
.ezey03-cd-buy a,
.ezey03-cd-buy button {
  width: 100% !important;
  border-radius: 999px !important;
  background: var(--pink, #ED2771) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  min-height: 2.5rem;
}
.ezey03-cd-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: .75rem;
  min-height: 2.5rem;
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: background .15s ease, color .15s ease;
}
.ezey03-cd-btn--pink {
  background: var(--pink, #ED2771);
  color: #fff;
}
.ezey03-cd-btn--pink:hover { background: var(--pink-soft, #FE6C93); color: #fff; }
.ezey03-cd-btn--outline {
  border: 1px solid var(--pink, #ED2771);
  color: var(--pink-soft, #FE6C93);
  background: transparent;
}
.ezey03-cd-btn--outline:hover {
  background: var(--pink, #ED2771);
  color: #fff;
}
.ezey03-cd-related h2 {
  margin: 0;
  font-family: var(--font-heading, Poppins, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy, #192967);
}
.ezey03-cd-related ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .75rem;
}
.ezey03-cd-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  font-size: .875rem;
  color: var(--muted, #657386);
  text-decoration: none;
  transition: color .15s ease;
}
.ezey03-cd-related a:hover { color: var(--pink, #ED2771); }
.ezey03-cd-related a i { color: var(--pink, #ED2771); flex-shrink: 0; }
.ezey03-cd-review-form {
  margin-top: 1rem;
  display: grid;
  gap: .75rem;
}
.ezey03-cd-review-form label { display: grid; gap: .35rem; font-size: .875rem; font-weight: 600; color: var(--navy); }
.ezey03-cd-review-form select,
.ezey03-cd-review-form textarea {
  width: 100%;
  border: 1px solid rgba(25, 41, 103, .15);
  border-radius: .65rem;
  padding: .65rem .8rem;
  font-size: .875rem;
  font-weight: 400;
}
.ezey03-cd-review-form button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: .65rem 1.25rem;
  background: var(--pink, #ED2771);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.ezey03-cd-review-list { margin-top: 1rem; display: grid; gap: .75rem; }
.ezey03-cd-review {
  border: 1px solid rgba(25, 41, 103, .1);
  border-radius: .75rem;
  padding: 1rem;
}
.ezey03-cd-review-head {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  font-size: .875rem;
}
.ezey03-cd-review-head span { color: var(--pink, #ED2771); font-weight: 600; }
.ezey03-cd-review p {
  margin: .5rem 0 0;
  font-size: .875rem;
  color: var(--muted, #657386);
}
.ezey03-cd-alert {
  margin-top: 1rem;
  padding: .75rem 1rem;
  border-radius: .65rem;
  background: #ecfdf5;
  color: #065f46;
  font-size: .875rem;
}
.ezey03-cd-spacer { height: 2.5rem; background: var(--cream, #FBF9F0); }

