:root{
  /* Landing tokens mapped to Central Theme Settings (with fallbacks) */
  --udemy-purple:var(--primary-color, #A435F0);
  --udemy-purple-dark:color-mix(in srgb, var(--primary-color, #A435F0) 78%, #000);
  --udemy-purple-light:rgba(var(--theme-primary-rgb, 164,53,240), .12);

  --udemy-black:var(--theme-heading, #1c1d1f);
  --udemy-dark-gray:color-mix(in srgb, var(--theme-text, #3d3d3d) 88%, #000);
  --udemy-gray:var(--theme-text-muted, #6a6f73);
  --udemy-light-gray:var(--border-color, #d1d7dc);
  --udemy-bg:rgba(var(--theme-primary-rgb, 164,53,240), .04);
  --udemy-white:var(--card-bg, #ffffff);

  --udemy-yellow:var(--warning-color, #f69c08);
  --udemy-warning:var(--warning-color, #f69c08);
  --udemy-warning-bg:color-mix(in srgb, var(--warning-color, #f69c08) 14%, white);
  --udemy-border:var(--border-color, #d1d7dc);

  --hero-bg:var(--theme-heading, #1c1d1f);
  --landing-nav-height:56px;
}

*{box-sizing:border-box}

.landing-body{
  margin:0;
  font-family:var(--font-family, "Inter",-apple-system,system-ui,sans-serif);
  overflow-x:hidden;
  padding-top:var(--landing-nav-height);
}

a{color:inherit}

/* Udemy-like buttons (from theme-playground) */
.btn-udemy-primary{
  background:var(--udemy-purple);
  color:#fff;
  font-weight:700;
  border:none;
  border-radius:var(--button-radius, 10px);
  padding:12px 24px;
  min-height:48px;
  transition:background .2s ease, transform .2s ease;
}
.btn-udemy-primary:hover{background:var(--udemy-purple-dark);color:#fff}
.btn-udemy-secondary{
  background:var(--card-bg, #fff);
  color:var(--udemy-black);
  font-weight:700;
  border:2px solid var(--udemy-black);
  border-radius:var(--button-radius, 10px);
  padding:12px 24px;
  min-height:44px;
  transition:background .2s ease;
}
.btn-udemy-secondary:hover{background:var(--udemy-bg);color:var(--udemy-black)}
.btn-udemy-outline-purple{
  background:var(--card-bg, #fff);
  color:var(--udemy-purple);
  font-weight:700;
  border:2px solid var(--udemy-purple);
  border-radius:var(--button-radius, 10px);
  padding:12px 24px;
  min-height:48px;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-udemy-outline-purple:hover{background:var(--udemy-bg);border-color:var(--udemy-purple-dark);color:var(--udemy-purple-dark)}

/* HERO */
.hero-section{
  position:relative;
  width:100%;
  /* Hero is intentionally self-styled (not tied to Theme Control Center). */
  --hero-primary:#7c3aed;
  --hero-primary-rgb:124,58,237;
  --hero-cyan:#00b8d9;
  --hero-cyan-rgb:0,184,217;
  --hero-green:#22c55e;
  --hero-green-rgb:34,197,94;
  --hero-amber:#f59e0b;
  --hero-amber-rgb:245,158,11;
  --hero-ink:#0b0f19;
  --hero-surface:rgba(255,255,255,.10);
  --hero-surface-border:rgba(255,255,255,.20);
}
.hero-carousel{position:relative}
.hero-carousel .carousel-inner{overflow:hidden}
.hero-carousel-indicators{
  margin:0;
  left:20px;
  right:auto;
  bottom:auto;
  top:16px;
  justify-content:flex-start;
  gap:8px;
  z-index:6;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(10px) saturate(150%);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.hero-carousel-indicators [data-bs-target]{
  width:8px;
  height:8px;
  border-radius:999px;
  border:0;
  background:rgba(17,24,39,.30);
  opacity:1;
}
.hero-carousel-indicators .active{background:rgba(17,24,39,.95)}
.hero-carousel-control{
  width:auto;
  opacity:1;
  top:auto;
  bottom:auto;
  top:12px;
  transform:none;
  padding:0 14px;
  z-index:6;
}
.hero-carousel .carousel-control-prev{left:auto;right:154px}
.hero-carousel .carousel-control-next{right:108px}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon{
  width:44px;height:44px;border-radius:999px;
  background-color:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  background-size:55% 55%;
}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon{
  background-image:none;
  position:relative;
}
.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:12px;
  height:12px;
  border-right:2px solid rgba(17,24,39,.92);
  border-bottom:2px solid rgba(17,24,39,.92);
  transform:rotate(135deg);
}
.hero-carousel .carousel-control-next-icon::before{
  transform:rotate(-45deg);
}
.hero-carousel .carousel-control-prev-icon:hover,
.hero-carousel .carousel-control-next-icon:hover{
  background-color:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.28);
}
.hero-bg-image{
  min-height:560px;
  position:relative;
  display:flex;
  align-items:center;
  background:center/cover no-repeat;
  background-color:#050712;
  background-image:
    radial-gradient(1400px 520px at 18% 18%, rgba(var(--hero-primary-rgb), .35), transparent 60%),
    radial-gradient(1200px 520px at 86% 32%, rgba(var(--hero-cyan-rgb), .22), transparent 58%),
    radial-gradient(900px 520px at 78% 92%, rgba(var(--hero-amber-rgb), .14), transparent 60%),
    linear-gradient(135deg, #070a16 0%, #0b1024 46%, #101a36 100%);
  overflow:hidden;
}
.hero-bg-image::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(900px 380px at 18% 18%, rgba(var(--hero-primary-rgb), .44), transparent 62%),
    radial-gradient(820px 380px at 86% 38%, rgba(var(--hero-cyan-rgb), .22), transparent 60%),
    radial-gradient(720px 420px at 80% 88%, rgba(var(--hero-primary-rgb), .22), transparent 60%);
  opacity:.9;
  pointer-events:none;
}
.hero-bg-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 600px at 10% 10%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(900px 600px at 90% 20%, rgba(255,255,255,.06), transparent 58%);
  opacity:.8;
  pointer-events:none;
}
.hero-bg-2::before{
  background:
    radial-gradient(900px 380px at 22% 20%, rgba(var(--hero-cyan-rgb), .30), transparent 62%),
    radial-gradient(820px 380px at 86% 38%, rgba(var(--hero-primary-rgb), .30), transparent 60%),
    radial-gradient(720px 420px at 74% 88%, rgba(var(--hero-green-rgb), .18), transparent 60%);
}
.hero-bg-3::before{
  background:
    radial-gradient(900px 380px at 18% 18%, rgba(var(--hero-green-rgb), .18), transparent 62%),
    radial-gradient(820px 380px at 86% 38%, rgba(var(--hero-cyan-rgb), .26), transparent 60%),
    radial-gradient(720px 420px at 80% 88%, rgba(var(--hero-primary-rgb), .22), transparent 60%);
}
.hero-bg-4::before{
  background:
    radial-gradient(900px 380px at 18% 18%, rgba(var(--hero-primary-rgb), .34), transparent 62%),
    radial-gradient(820px 380px at 86% 38%, rgba(var(--hero-amber-rgb), .20), transparent 60%),
    radial-gradient(720px 420px at 80% 88%, rgba(var(--hero-cyan-rgb), .22), transparent 60%);
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 18% 24%, rgba(0,0,0,.25), transparent 62%),
    linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.34) 54%, rgba(0,0,0,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.40) 0%, rgba(0,0,0,.18) 36%, rgba(0,0,0,.46) 100%);
}
.hero-content-wrapper{
  position:relative;
  z-index:1;
  max-width:none;
  margin:0;
  padding:96px 48px 78px;
  width:100%;
}
.hero-text-block{max-width:620px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:44px;
  align-items:center;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.88);
  font-weight:700;
  font-size:13px;
  letter-spacing:.01em;
  width:fit-content;
  min-height:34px;
}
.hero-badge-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--hero-primary);
  box-shadow:0 0 0 4px rgba(var(--hero-primary-rgb), .22);
}
.hero-headline{
  margin-top:16px;
  font-size:56px;
  font-weight:900;
  color:#fff;
  line-height:1.05;
  margin:0 0 16px;
  letter-spacing:-.02em;
}
.hero-headline-accent{
  color:transparent;
  background:linear-gradient(90deg, #fff 0%, rgba(var(--hero-primary-rgb), 1) 55%, rgba(var(--hero-cyan-rgb),1) 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-subtext{
  font-size:18px;
  color:rgba(255,255,255,.85);
  line-height:1.6;
  margin:0 0 24px;
  max-width:60ch;
}
.hero-search-inner{
  display:flex;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(255,255,255,.34);
  height:54px;
  align-items:center;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 18px 52px rgba(0,0,0,.34);
}
.hero-search-form,.nav-search,.mobile-search-form{position:relative}
.hero-search-icon{padding:0 16px;font-size:18px;color:var(--udemy-gray)}
.hero-search-input{
  flex:1;
  border:none;
  outline:none;
  font-size:16px;
  height:100%;
  padding:0 8px;
  color:var(--udemy-black);
  min-width:0;
  background:transparent;
}
.hero-search-btn{
  background:var(--hero-primary);
  color:#fff;
  font-weight:700;
  font-size:15px;
  padding:0 24px;
  height:100%;
  border:none;
  white-space:nowrap;
  transition:all .2s ease;
  min-width:96px;
}
.hero-search-btn:hover{background:#5b21b6}
.advanced-search-panel{
  position:absolute;
  z-index:30;
  top:calc(100% + 8px);
  left:0;
  right:0;
  background:#fff;
  border:1px solid rgba(17,24,39,.12);
  border-radius:8px;
  box-shadow:0 18px 42px rgba(17,24,39,.18);
  padding:8px;
  max-height:360px;
  overflow:auto;
}
.advanced-search-item,
.advanced-search-submit{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:var(--udemy-black);
  text-align:left;
  text-decoration:none;
}
.advanced-search-item:hover,
.advanced-search-submit:hover{background:var(--udemy-bg);color:var(--udemy-black)}
.advanced-search-item-icon{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:rgba(164,53,240,.08);
  color:var(--udemy-purple);
  flex:0 0 auto;
}
.advanced-search-item-copy{min-width:0;display:flex;flex-direction:column}
.advanced-search-item-title{font-size:14px;font-weight:900;line-height:1.25;color:var(--udemy-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.advanced-search-item-meta{margin-top:2px;font-size:12px;font-weight:700;color:var(--udemy-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.advanced-search-submit{margin-top:4px;border-top:1px solid #eee;font-size:14px;font-weight:900;color:var(--udemy-purple)}
.hero-cta-row{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.hero-cta-row .btn{min-height:48px}
.hero-section .btn-udemy-primary,
.hero-section .btn-udemy-secondary{
  height:48px;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  letter-spacing:.01em;
}
.hero-section .btn-udemy-primary{
  background:linear-gradient(90deg, #6d28d9 0%, var(--hero-primary) 45%, rgba(var(--hero-cyan-rgb),1) 120%) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:0 18px 42px rgba(0,0,0,.30), 0 0 0 1px rgba(255,255,255,.10) inset;
}
.hero-section .btn-udemy-primary:hover{filter:brightness(1.05)}
.hero-section .btn-udemy-secondary{
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.hero-section .btn-udemy-secondary:hover{
  background:rgba(255,255,255,.16) !important;
  border-color:rgba(255,255,255,.36) !important;
  color:#fff !important;
}
.hero-cta-primary{box-shadow:none}
.hero-cta-secondary{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.28) !important;
}
.hero-cta-secondary:hover{
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.36) !important;
}
.hero-cta-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-weight:800;
  padding:0 8px;
}
.hero-cta-link:hover{color:#fff}
.hero-proof{
  margin-top:18px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.hero-proof-item{
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  min-width:132px;
}
.hero-proof-number{font-size:18px;font-weight:950;color:#fff;line-height:1.1}
.hero-proof-label{margin-top:4px;font-size:12px;color:rgba(255,255,255,.78);font-weight:750}
.hero-trending{margin-top:16px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.hero-trending-label{color:rgba(255,255,255,.75);font-size:14px;font-weight:500}
.hero-trending-tag{
  color:#fff;
  font-size:13px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:20px;
  padding:4px 12px;
  text-decoration:none;
  transition:all .2s ease;
  white-space:nowrap;
  min-height:28px;
  display:inline-flex;
  align-items:center;
}
.hero-trending-tag:hover{background:rgba(255,255,255,.15)}

/* HERO VISUAL (right column) */
.hero-visual{position:relative;min-height:560px}
.hero-visual-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px) saturate(160%);
  border-radius:22px;
  box-shadow:0 22px 60px rgba(0,0,0,.30);
}
.hero-visual-card-lg{
  padding:18px 18px 16px;
  position:relative;
  overflow:hidden;
}
.hero-visual-card-lg::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 220px at 20% 0%, rgba(var(--hero-primary-rgb), .38), transparent 62%),
    radial-gradient(420px 220px at 90% 20%, rgba(var(--hero-cyan-rgb),.22), transparent 58%);
  opacity:.95;
  pointer-events:none;
}
.hero-visual-top{position:relative;display:flex;align-items:center;gap:12px}
.hero-visual-avatar{
  width:44px;height:44px;border-radius:14px;
  background:linear-gradient(135deg, rgba(var(--hero-primary-rgb), .90), rgba(var(--hero-cyan-rgb),.75));
  box-shadow:0 12px 24px rgba(0,0,0,.22);
  flex:0 0 auto;
}
.hero-visual-top-text{min-width:0}
.hero-visual-title{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.hero-visual-sub{margin-top:2px;font-size:16px;font-weight:950;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-visual-chip{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.88);
  font-weight:850;
  font-size:13px;
  min-height:36px;
}
.hero-visual-progress{position:relative;margin-top:14px;height:10px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden}
.hero-visual-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg, var(--udemy-purple), rgba(0,184,217,1))}
.hero-visual-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg, var(--hero-primary), rgba(var(--hero-cyan-rgb),1))}
.hero-visual-metrics{position:relative;margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.hero-visual-metric{
  background:rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:10px 10px 9px;
}
.hero-visual-metric .k{font-size:12px;color:rgba(255,255,255,.72);font-weight:800}
.hero-visual-metric .v{margin-top:2px;font-size:16px;color:#fff;font-weight:950}
.hero-visual-list{position:relative;margin-top:14px;display:flex;flex-direction:column;gap:10px}
.hero-visual-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:18px;
  background:rgba(0,0,0,.12);
  border:1px solid rgba(255,255,255,.12);
}
.hero-visual-item .dot{
  width:10px;height:10px;border-radius:999px;
  background:rgba(var(--hero-primary-rgb), .95);
  box-shadow:0 0 0 4px rgba(var(--hero-primary-rgb), .22);
  margin-top:5px;
  flex:0 0 auto;
}
.hero-visual-item .txt{min-width:0}
.hero-visual-item .t{font-size:14px;font-weight:950;color:#fff;line-height:1.2}
.hero-visual-item .s{margin-top:3px;font-size:12px;color:rgba(255,255,255,.72);font-weight:750}
.hero-visual-cta{position:relative;margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.hero-visual-pill{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
  font-size:13px;
}
.hero-visual-pill.alt{
  background:rgba(var(--hero-primary-rgb), .22);
  border-color:rgba(var(--hero-primary-rgb), .34);
}
.hero-visual-card-sm{padding:12px 14px;border-radius:18px}
.hero-float-row{display:flex;align-items:center;gap:10px;color:#fff}
.hero-float-row i{font-size:18px;color:rgba(var(--hero-primary-rgb), .95)}
.hero-float-title{font-size:14px;font-weight:950;line-height:1.1}
.hero-float-sub{margin-top:2px;font-size:12px;color:rgba(255,255,255,.72);font-weight:750}
.hero-visual-float-1{
  position:absolute;
  right:-10px;
  top:188px;
  max-width:240px;
  z-index:3;
}
.hero-visual-float-2{
  position:absolute;
  right:-10px;
  top:112px;
  max-width:240px;
  z-index:3;
}

/* Navbar cart count */
.nav-icon-link{position:relative}
.nav-cart-badge{
  position:absolute;
  right:-6px;
  top:-6px;
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--udemy-purple);
  color:#fff;
  font-weight:1000;
  font-size:11px;
  line-height:1;
  border:2px solid #fff;
}

/* Sticky footer on cart page */
.cart-shell{min-height:100vh;display:flex;flex-direction:column}
.cart-main{flex:1 0 auto}
.cart-footer{margin-top:auto}

/* Cart page (Udemy-like layout) */
.cart-shell .cart-main{
  background:
    radial-gradient(1200px 520px at 12% 0%, rgba(164,53,240,.08), transparent 60%),
    radial-gradient(900px 520px at 88% 0%, rgba(0,184,217,.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfe 100%);
}
.cart-wrap{max-width:1180px;margin:0 auto;padding:28px 48px 56px}
.cart-wrap-full{max-width:none;padding:34px 64px 64px}
.cart-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}
.cart-title{margin:0;font-size:46px;line-height:1.05;font-weight:1150;letter-spacing:-.02em;color:#101828}
.cart-toast{padding:10px 12px;border:1px solid var(--udemy-border);border-radius:10px;background:var(--card-bg, #fff);font-weight:900;color:var(--udemy-dark-gray)}
.cart-grid{display:grid;grid-template-columns: 1.25fr .75fr;gap:28px;margin-top:18px}
.cart-count{font-weight:950;color:var(--theme-heading, #1c1d1f);margin:6px 0 10px}
.cart-list{border-top:1px solid rgba(17,24,39,.10)}
.cart-item{
  display:grid;
  grid-template-columns: 152px 1fr 180px 160px;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(17,24,39,.10);
}
.cart-thumb{display:block}
.cart-thumb img{width:152px;height:86px;object-fit:cover;border-radius:10px;border:1px solid var(--udemy-border);display:block;background:var(--card-bg, #fff)}
.cart-course-title{font-weight:1100;color:#101828;text-decoration:none;line-height:1.25;letter-spacing:-.01em}
.cart-course-title:hover{text-decoration:underline}
.cart-course-by{margin-top:4px;color:var(--udemy-gray);font-size:13px;font-weight:700}
.cart-badges{margin-top:8px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.badge-soft{background:color-mix(in srgb, var(--success-color, #198754) 12%, white);color:var(--success-color, #198754);border:1px solid color-mix(in srgb, var(--success-color, #198754) 24%, transparent);padding:6px 10px;border-radius:999px;font-weight:950;font-size:12px}
.cart-rating{display:inline-flex;gap:8px;align-items:center;font-weight:900;font-size:13px;color:var(--theme-heading, #1c1d1f)}
.cart-rating .num{color:#b46900}
.cart-rating .stars i{font-size:12px;color:#b46900}
.cart-rating .muted{color:var(--udemy-gray);font-weight:800}
.cart-meta{margin-top:10px;color:var(--udemy-gray);font-weight:750;font-size:13px;display:flex;gap:8px;flex-wrap:wrap}
.cart-meta .dot{opacity:.6}
.cart-tag-row{margin-top:10px}
.cart-tag{display:inline-flex;gap:8px;align-items:center;padding:6px 10px;border-radius:10px;background:linear-gradient(135deg, color-mix(in srgb, var(--primary-color, #A435F0) 78%, #000), var(--primary-color, #A435F0));color:#fff;font-weight:1000;font-size:12px}
.cart-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.cart-link{border:none;background:transparent;padding:0;color:var(--udemy-purple);font-weight:950;font-size:13px;text-align:left}
.cart-link:hover{text-decoration:underline}
.cart-price{text-align:right}
.cart-price .now{font-weight:1100;color:var(--udemy-purple);font-size:16px;display:flex;gap:8px;align-items:center;justify-content:flex-end}
.cart-price .now i{font-size:14px}
.cart-price .was{margin-top:6px;color:var(--udemy-gray);text-decoration:line-through;font-weight:850;font-size:13px}
.cart-clear{margin-top:14px}

.cart-summary{
  position:sticky;
  top:90px;
  align-self:start;
  border:1px solid rgba(17,24,39,.10);
  border-radius:20px;
  padding:18px 18px;
  background:rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  box-shadow:0 16px 44px rgba(0,0,0,.10);
}
.cart-summary-title{font-weight:900;color:var(--udemy-gray)}
.cart-summary-total{font-size:40px;font-weight:1150;color:#101828;line-height:1;margin-top:4px;letter-spacing:-.02em}
.cart-summary-old{margin-top:10px;color:var(--udemy-gray);text-decoration:line-through;font-weight:900}
.cart-summary-off{margin-top:6px;font-weight:950;color:var(--theme-heading, #1c1d1f)}
.cart-checkout{min-height:56px;font-weight:1100;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:12px}
.cart-summary-note{margin-top:12px;color:var(--udemy-gray);font-weight:750;font-size:13px}
.cart-summary-divider{height:1px;background:var(--udemy-border);margin:14px 0}
.cart-coupon{min-height:52px;border-radius:10px;font-weight:1000}

.cart-empty{margin-top:18px;border:1px solid var(--udemy-border);border-radius:12px;background:var(--udemy-bg);padding:22px}
.cart-empty-title{font-weight:1000;color:var(--theme-heading, #1c1d1f);font-size:16px}
.cart-empty-sub{margin-top:4px;color:var(--udemy-gray);font-weight:700;font-size:13px}

@media (max-width: 991px){
  .cart-wrap{padding:22px 16px 44px}
  .cart-wrap-full{padding:22px 16px 44px}
  .cart-title{font-size:38px}
  .cart-grid{grid-template-columns:1fr}
  .cart-summary{position:relative;top:auto}
  .cart-item{grid-template-columns: 130px 1fr;grid-template-areas:
    "thumb info"
    "thumb price"
    "actions actions";
  }
  .cart-thumb{grid-area:thumb}
  .cart-info{grid-area:info}
  .cart-price{grid-area:price;text-align:left}
  .cart-price .now{justify-content:flex-start}
  .cart-actions{grid-area:actions;flex-direction:row;flex-wrap:wrap;gap:12px}
}

/* Lazy fade */
img.lazy-fade{opacity:0;transition:opacity .25s ease}
img.lazy-fade.lazy-loaded{opacity:1}

/* TRUSTED */
.trusted-section{
  background:var(--udemy-bg);
  padding:24px 0;
  border-top:1px solid var(--udemy-border);
  border-bottom:1px solid var(--udemy-border);
}
.trusted-wrapper{
  max-width:none;
  margin:0;
  padding:0 48px;
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.trusted-label{font-size:14px;color:var(--udemy-gray);margin:0;white-space:nowrap;flex-shrink:0}
.trusted-logos{display:flex;align-items:center;gap:32px;flex-wrap:wrap;overflow:hidden}
.trusted-logo-item{font-size:18px;font-weight:700;color:color-mix(in srgb, var(--theme-text-muted, #6a6f73) 55%, var(--theme-body-bg, #fff));white-space:nowrap;font-style:italic}

/* COURSE DETAIL (Udemy-like) */
.course-hero{
  background:linear-gradient(
    90deg,
    color-mix(in srgb, var(--theme-heading, #1c1d1f) 92%, #000) 0%,
    color-mix(in srgb, var(--theme-heading, #1c1d1f) 98%, #000) 55%,
    color-mix(in srgb, var(--theme-heading, #1c1d1f) 92%, #000) 100%
  );
  color:#fff;
  padding:28px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.course-hero-inner{
  max-width:none;
  margin:0;
  padding:0 48px;
  display:grid;
  grid-template-columns: 1fr 380px;
  gap:28px;
  align-items:start;
}
.course-breadcrumbs{font-size:12px;color:rgba(255,255,255,.75);margin-bottom:14px}
.course-breadcrumbs a{color:rgba(225,197,255,.9);text-decoration:none;font-weight:600}
.course-breadcrumbs a:hover{text-decoration:underline}
.course-breadcrumbs .sep{margin:0 8px;color:rgba(255,255,255,.45)}
.course-hero-title{font-size:40px;font-weight:900;line-height:1.12;margin:0 0 10px}
.course-hero-subtitle{color:rgba(255,255,255,.82);font-size:16px;line-height:1.6;margin:0 0 14px;max-width:none}
.course-hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px}
.course-hero-meta .rating-number{color:var(--udemy-yellow);font-weight:900}
.course-hero-meta .rating-stars i{color:var(--udemy-yellow);font-size:12px}
.course-hero-link{color:#c7b6ff;text-decoration:underline;font-weight:600}
.course-hero-link:hover{color:#fff}
.course-hero-muted{color:rgba(255,255,255,.75)}
.course-hero-by{margin-top:10px;color:rgba(255,255,255,.75);font-size:14px}
.course-hero-icons{margin-top:14px;display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.72)}
.course-hero-icons i{margin-right:6px}

.course-buy-card{
  position:sticky;
  top:72px;
  border:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
  color:var(--udemy-black);
  box-shadow:var(--theme-shadow, 0 8px 24px rgba(0,0,0,.18));
  width:100%;
  max-width:380px;
  margin-left:0;
}
.course-buy-card{border-radius:0}
.course-buy-compact-head{
  display:none;
  padding:14px 16px 10px;
  border-bottom:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
}
.course-buy-compact-head .compact-title{font-weight:800;color:var(--udemy-gray);font-size:14px}
.course-buy-compact-head .compact-price{margin-top:2px;font-size:15px;color:var(--udemy-black)}
.course-buy-compact-head strong{font-size:22px}
.course-buy-compact-head .per{color:var(--udemy-gray);font-size:14px;font-weight:600;margin-left:6px}

.course-buy-card.is-compact .course-buy-preview{display:none}
.course-buy-card.is-compact .course-buy-compact-head{display:block}
.course-buy-card.is-compact .course-buy-body{padding-top:12px}
/* In compact mode, match Udemy: card is slimmer and sits higher */
.course-buy-card.is-compact{top:56px}
.course-buy-preview{position:relative;background:#000}
.course-buy-preview img{width:100%;height:200px;object-fit:cover;display:block;opacity:.92}
.course-preview-btn{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:999px;border:none;background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
}
.course-preview-btn i{font-size:32px;color:var(--udemy-black);margin-left:3px}
.course-preview-label{position:absolute;left:0;right:0;bottom:10px;text-align:center;color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.5)}
.course-buy-body{padding:14px 16px}
.course-buy-body{ text-align:left }
.sub-box{border:0}
.sub-top{display:flex;gap:12px;align-items:flex-start}
.radio-dot{width:18px;height:18px;border-radius:999px;border:2px solid var(--udemy-purple);display:inline-block;position:relative;margin-top:2px}
.radio-dot::after{content:"";position:absolute;inset:3px;border-radius:999px;background:var(--udemy-purple)}
.sub-title{font-weight:800;color:var(--udemy-gray);font-size:14px}
.sub-price{font-size:15px;color:var(--udemy-black);margin-top:2px}
.sub-price strong{font-size:22px}
.sub-price .per{color:var(--udemy-gray);font-size:14px;font-weight:600}
.sub-highlight{margin-top:12px;background:#e9fbf2;border-radius:6px;padding:12px;display:flex;gap:10px;align-items:flex-start}
.sub-highlight i{color:var(--success-color, #198754);font-size:18px;margin-top:1px}
.sub-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}
.sub-list li{display:flex;gap:10px;align-items:flex-start;color:var(--udemy-dark-gray);font-size:14px}
.sub-list i{color:var(--udemy-gray);margin-top:2px}
.sub-list a{color:var(--udemy-purple);font-weight:700}
.buy-divider{height:1px;background:var(--udemy-border);margin:16px -16px}
.buy-course-top{display:flex;gap:12px;align-items:center}
.radio-outline{width:18px;height:18px;border-radius:999px;border:2px solid var(--udemy-gray);display:inline-block}
.buy-course-title{font-weight:800;color:var(--udemy-gray);font-size:14px}
.buy-price-row{margin-top:10px}
.buy-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-weight:900;font-size:28px}
.buy-old{font-size:16px;color:var(--udemy-gray);text-decoration:line-through;font-weight:700}
.buy-off{font-size:16px;color:var(--udemy-gray);font-weight:700}
.buy-urgency{margin-top:6px;color:#b32d0f;font-size:12px;font-weight:700;display:flex;gap:6px;align-items:center}

.coupon-head{display:flex;align-items:center;justify-content:space-between;margin-top:4px}
.coupon-title{font-weight:900;color:var(--udemy-gray);text-decoration:underline}
.coupon-icons{display:flex;gap:10px}
.icon-btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--udemy-border);background:var(--card-bg, #fff);display:flex;align-items:center;justify-content:center}
.icon-btn:hover{border-color:rgba(164,53,240,.35);color:var(--udemy-purple);background:rgba(164,53,240,.06)}
.coupon-form{margin-top:10px;display:flex;gap:10px;align-items:stretch}
.coupon-input{height:44px;border-radius:var(--button-radius, 10px);border:1px solid var(--udemy-border);font-size:16px;background:var(--card-bg, #fff);color:var(--card-text, var(--theme-text, #1c1d1f))}
.coupon-apply{padding:10px 18px;min-height:44px}
.coupon-applied{margin-top:10px;border:1px solid var(--udemy-border);border-radius:var(--button-radius, 10px);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;background:var(--card-bg, #fff)}
.applied-code{font-weight:700;color:var(--udemy-dark-gray)}
.applied-ok{color:var(--success-color, #198754);font-weight:900}

.course-page{background:var(--theme-body-bg, #fff);padding:24px 0}
.course-page-inner{
  max-width:none;
  margin:0;
  padding:0 48px;
  display:grid;
  grid-template-columns: 1fr 380px;
  gap:28px;
  align-items:start;
  overflow:visible;
}
.course-main{max-width:none}
.course-sidebar{
  position:relative;
  align-self:start;
  margin-top:0;
  padding-top:0;
}
.course-sidebar .course-buy-card{align-self:start}
.course-section{padding:18px 0 10px}
.course-h2{font-size:24px;font-weight:900;color:var(--udemy-black);margin:0 0 12px}
.course-h3{font-size:16px;font-weight:900;color:var(--udemy-black);margin:0 0 12px}
.learn-box{border:1px solid var(--udemy-border);padding:18px 18px 6px}
.learn-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}
.learn-item{display:flex;gap:10px;align-items:flex-start;color:var(--udemy-dark-gray);font-size:14px;line-height:1.45}
.learn-item i{color:var(--udemy-black);margin-top:2px}
.industry-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px}
.industry-kicker{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:var(--udemy-purple);margin-bottom:5px}
.industry-head .course-h2{margin-bottom:0}
.industry-sub{max-width:350px;margin:0;color:var(--udemy-gray);font-size:13px;line-height:1.55}
.industry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.industry-card{border:1px solid rgba(124,58,237,.14);border-radius:14px;background:linear-gradient(150deg,rgba(124,58,237,.055),#fff 50%);padding:15px 16px}
.industry-card h3{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:900;color:var(--udemy-black);margin:0 0 10px}
.industry-card h3 i{color:var(--udemy-purple)}
.industry-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.industry-card li{position:relative;padding-left:16px;font-size:13px;line-height:1.5;color:var(--udemy-dark-gray)}
.industry-card li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:999px;background:var(--udemy-purple)}
.industry-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.industry-skill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:rgba(124,58,237,.08);border:1px solid rgba(124,58,237,.14);color:var(--udemy-purple);font-size:13px;font-weight:800}
.skill-map{margin-top:14px;border:1px solid var(--udemy-border);border-radius:14px;padding:15px 16px}
.skill-map-title{display:flex;align-items:center;gap:9px;margin:0 0 11px;font-size:15px;font-weight:900;color:var(--udemy-black)}
.skill-map-title i{color:var(--udemy-purple)}
.skill-map-grid{display:grid;gap:8px}
.skill-map-row{display:grid;grid-template-columns:minmax(140px,.4fr) 1fr;gap:12px;padding:9px 11px;border-radius:9px;background:rgba(17,24,39,.025);font-size:13px}
.skill-map-row strong{color:var(--udemy-black)}
.skill-map-row span{color:var(--udemy-gray)}
.next-course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.next-course-card{display:block;border:1px solid rgba(124,58,237,.16);border-radius:14px;padding:15px 16px;text-decoration:none;background:#fff;transition:.15s ease}
.next-course-card:hover{border-color:rgba(124,58,237,.4);box-shadow:0 12px 26px rgba(15,23,42,.08);color:inherit}
.next-course-label{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--udemy-purple)}
.next-course-card h3{margin:7px 0 7px;color:var(--udemy-black);font-size:16px;font-weight:900}
.next-course-card p{margin:0 0 11px;color:var(--udemy-gray);font-size:13px;line-height:1.5;min-height:38px}
.next-course-card span{display:inline-flex;align-items:center;gap:7px;color:var(--udemy-purple);font-size:13px;font-weight:900}
.content-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.expand-all{color:var(--udemy-purple);font-weight:800;text-decoration:none}
.expand-all:hover{color:var(--udemy-purple-dark);text-decoration:underline}
.content-sub{font-size:14px;color:var(--udemy-gray);margin:6px 0 14px}
.ud-accordion{border:1px solid var(--udemy-border)}
.ud-accordion .accordion-item{border:0;border-bottom:1px solid var(--udemy-border);border-radius:0}
.ud-accordion .accordion-item:last-child{border-bottom:0}
.ud-accordion .accordion-button{
  background:var(--card-bg, #fff);
  font-weight:900;
  color:var(--udemy-black);
  gap:16px;
  padding:14px 18px;
  box-shadow:none;
  align-items:center;
}
.ud-accordion .accordion-button::after{display:none !important;content:none !important}
.ud-accordion .accordion-button:focus{box-shadow:none}
.ud-accordion .sec-left{display:flex;align-items:center;gap:18px}
.ud-accordion .sec-chevron{width:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--udemy-dark-gray)}
.ud-accordion .sec-chevron i{font-size:22px;transition:transform .18s ease}
.ud-accordion .accordion-button:not(.collapsed) .sec-chevron i{transform:rotate(180deg)}
.ud-accordion .sec-title{font-size:18px;font-weight:900;line-height:1.25}
.ud-accordion .sec-meta{font-weight:700;color:var(--udemy-gray);font-size:13px;white-space:nowrap;margin-left:auto}
.lecture-row{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px;color:var(--udemy-dark-gray)}
.lecture-row:last-child{border-bottom:none}
.lecture-row i{color:var(--udemy-gray)}
.lecture-meta{color:var(--udemy-gray);font-size:13px}
.course2-preview-summary{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-left:12px;
  color:var(--udemy-purple);
  font-weight:800;
}
.course2-accordion .lecture-row.is-free-preview{
  flex-wrap:wrap;
  margin:4px 0;
  padding:11px 12px;
  border:1px solid rgba(var(--theme-primary-rgb, 124,58,237), .18);
  border-radius:8px;
  background:rgba(var(--theme-primary-rgb, 124,58,237), .055);
  color:var(--udemy-dark-gray);
  text-decoration:none;
}
.course2-accordion .lecture-row.is-free-preview > i{color:var(--udemy-purple)}
.course2-accordion .lecture-row.is-free-preview:hover{
  border-color:rgba(var(--theme-primary-rgb, 124,58,237), .34);
  background:rgba(var(--theme-primary-rgb, 124,58,237), .09);
}
.course2-free-preview-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 9px;
  border:1px solid rgba(var(--theme-primary-rgb, 124,58,237), .22);
  border-radius:999px;
  background:#fff;
  color:var(--udemy-purple);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.course2-free-preview-badge i{color:inherit !important;font-size:12px}
@media (max-width: 575px){
  .course2-accordion .lecture-row.is-free-preview .lecture-meta{
    width:100%;
    margin-left:32px !important;
  }
}
.bullet-list{margin:0;padding-left:18px;color:var(--udemy-dark-gray)}
.bullet-list li{margin:8px 0}
.course-text{color:var(--udemy-dark-gray);font-size:14px;line-height:1.7}

/* COURSE DETAIL (Modern alt layout) */
.course2-hero{
  background:
    radial-gradient(1200px 500px at 15% 10%, rgba(164,53,240,.22), transparent 60%),
    radial-gradient(900px 420px at 80% 0%, rgba(0,184,217,.18), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0a0e14 100%);
  color:#eef2ff;
  padding:34px 0 26px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.course2-hero-inner{
  max-width:none;
  margin:0;
  padding:0 48px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:28px;
  align-items:start;
}
.course2-breadcrumbs{font-size:12px;color:rgba(238,242,255,.72);margin-bottom:14px}
.course2-breadcrumbs a{color:rgba(238,242,255,.9);text-decoration:none;font-weight:700}
.course2-breadcrumbs a:hover{text-decoration:underline}
.course2-breadcrumbs .sep{margin:0 8px;color:rgba(238,242,255,.45)}
.course2-title{font-size:44px;font-weight:950;line-height:1.08;margin:0 0 12px;letter-spacing:-.02em}
.course2-subtitle{color:rgba(238,242,255,.82);font-size:16px;line-height:1.7;margin:0 0 16px;max-width:780px}
.course2-chips{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}
.course2-chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(238,242,255,.92);
  font-size:13px;font-weight:700;
}
.course2-chip i{opacity:.95}
.course2-chip .muted{color:rgba(238,242,255,.70);font-weight:800}
.course2-instructor{margin-top:6px;color:rgba(238,242,255,.80);font-size:13px;display:flex;gap:10px;align-items:center}
.course2-instructor .label{color:rgba(238,242,255,.62);font-weight:800}
.course2-instructor .value{font-weight:900}
.course2-actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.course2-primary-btn{min-height:48px;padding:12px 18px;font-weight:900}
.course2-secondary-btn{min-height:48px;padding:12px 18px;font-weight:900;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#eef2ff}
.course2-secondary-btn:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.26);color:#fff}

.course2-preview-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 60px rgba(0,0,0,.38);
}
.course2-preview-media{position:relative;background:#0a0e14}
.course2-preview-media img{width:100%;height:220px;object-fit:cover;display:block;opacity:.96}
.course2-preview-media.is-placeholder{
  background:
    radial-gradient(500px 220px at 30% 30%, rgba(164,53,240,.28), transparent 60%),
    radial-gradient(520px 260px at 80% 20%, rgba(0,184,217,.22), transparent 62%),
    linear-gradient(180deg, #0b1220 0%, #0a0e14 100%);
}
.course2-preview-media.is-placeholder img{display:none}
.course2-preview-play{
  position:absolute;left:16px;bottom:16px;
  width:54px;height:54px;border-radius:16px;border:1px solid rgba(255,255,255,.18);
  background:rgba(10,14,20,.55);
  backdrop-filter: blur(10px);
  display:flex;align-items:center;justify-content:center;
  color:#fff;text-decoration:none;
}
.course2-preview-play:hover{color:#fff;background:rgba(10,14,20,.72)}
.course2-preview-play i{font-size:26px;margin-left:2px}
.course2-preview-body{padding:14px 16px 16px}
.course2-preview-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(238,242,255,.65)}
.course2-preview-title{margin-top:6px;font-size:16px;font-weight:950;color:#eef2ff}
.course2-preview-meta{margin-top:6px;font-size:13px;line-height:1.55;color:rgba(238,242,255,.72)}

.course2-accordion{border:1px solid var(--udemy-border);border-radius:14px;overflow:hidden}
.course2-accordion .accordion-item{border:0;border-bottom:1px solid rgba(0,0,0,.08)}
.course2-accordion .accordion-item:last-child{border-bottom:0}
.course2-accordion .accordion-button{
  background:var(--card-bg, #fff);
  color:var(--udemy-black);
  font-weight:900;
  padding:18px 18px;
  box-shadow:none;
  gap:12px;
}
.course2-accordion .accordion-button::after{display:none !important;content:none !important}
.course2-accordion .accordion-button:focus{box-shadow:none}
.course2-accordion .sec-left{display:flex;align-items:center;gap:10px}
.course2-accordion .sec-chevron{width:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--udemy-gray)}
.course2-accordion .sec-chevron i{font-size:18px;transition:transform .18s ease}
.course2-accordion .accordion-button:not(.collapsed) .sec-chevron i{transform:rotate(180deg)}
.course2-accordion .sec-title{font-size:16px;font-weight:950;line-height:1.25}
.course2-accordion .sec-meta{font-weight:800;color:var(--udemy-gray);font-size:13px;white-space:nowrap;margin-left:auto}

.course2-price-card{
  position:sticky;
  top:76px;
  width:380px;
  max-width:100%;
  margin-left:auto;
  border-radius:16px;
  border:1px solid var(--border-color, rgba(17,24,39,.10));
  background:var(--card-bg, #fff);
  box-shadow:var(--theme-shadow, 0 14px 44px rgba(0,0,0,.12));
  overflow:hidden;
}
.course2-price-top{padding:16px 16px 12px;background:linear-gradient(180deg, rgba(164,53,240,.08), transparent)}
.course2-price-label{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--udemy-gray)}
.course2-price{margin-top:8px;display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}
.course2-price .now{font-weight:950;font-size:28px;color:var(--udemy-black)}
.course2-price .was{font-size:14px;color:var(--udemy-gray);text-decoration:line-through;font-weight:800}
.course2-price-note{margin-top:6px;font-size:13px;color:var(--udemy-gray);font-weight:700}
.course2-price-actions{padding:0 16px 14px;display:flex;flex-direction:column;gap:10px}
.course2-perks{padding:12px 16px 16px;display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(0,0,0,.06)}
.course2-perks .perk{display:flex;gap:10px;align-items:center;color:var(--udemy-dark-gray);font-size:13px;font-weight:700}
.course2-perks .perk i{color:var(--udemy-purple)}
.course2-coupon{padding:14px 16px 16px;border-top:1px solid rgba(0,0,0,.06);background:rgba(var(--theme-primary-rgb, 164,53,240), .03)}
.course2-coupon-head{display:flex;align-items:center;justify-content:space-between}
.course2-coupon-head .title{font-weight:950;color:var(--udemy-black);font-size:13px}
.course2-coupon-form{margin-top:10px;display:flex;gap:10px;align-items:stretch}

.public-preview-page{background:var(--theme-body-bg, #f8fafc);padding:28px 0 48px;min-height:calc(100vh - 140px)}
.public-preview-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.public-preview-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:16px;font-size:13px;font-weight:700;color:var(--udemy-gray)}
.public-preview-breadcrumbs a{color:var(--udemy-purple);text-decoration:none}
.public-preview-breadcrumbs a:hover{text-decoration:underline}
.public-preview-breadcrumbs i{font-size:11px}
.public-preview-shell{overflow:hidden;border:1px solid var(--udemy-border);border-radius:12px;background:var(--card-bg, #fff)}
.public-preview-head{display:flex;align-items:start;justify-content:space-between;gap:18px;padding:22px 26px;border-bottom:1px solid var(--udemy-border)}
.public-preview-heading h1{margin:10px 0 7px;color:var(--udemy-black);font-size:28px;font-weight:900;line-height:1.18}
.public-preview-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--udemy-gray);font-size:14px;font-weight:700}
.public-preview-player{background:#0f172a;min-height:520px;display:flex;align-items:center;justify-content:center}
.public-preview-video{display:block;width:100%;max-height:72vh;background:#000}
.public-preview-document{display:block;width:100%;height:min(72vh, 720px);border:0;background:#fff}
.public-preview-text{width:min(850px, 100%);min-height:420px;margin:28px;padding:36px;border-radius:8px;background:#fff;color:var(--udemy-dark-gray);font-size:16px;line-height:1.75}
.public-preview-unavailable{text-align:center;max-width:520px;padding:48px 24px;color:#e5e7eb}
.public-preview-unavailable i{display:block;margin-bottom:14px;color:#c4b5fd;font-size:44px}
.public-preview-unavailable h2{margin:0 0 10px;font-size:22px;font-weight:800;color:#fff}
.public-preview-unavailable p{margin:0;color:#cbd5e1;line-height:1.65}
.public-preview-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;border-top:1px solid var(--udemy-border)}
.public-preview-foot-title{font-size:17px;font-weight:900;color:var(--udemy-black)}
.public-preview-foot-copy{margin-top:4px;color:var(--udemy-gray);font-size:13px}

@media (max-width: 991px){
  .course2-hero-inner{grid-template-columns:1fr}
  .course2-hero-inner{padding:0 16px}
  .course2-price-card{position:relative;top:auto;width:100%}
  .course2-title{font-size:34px}
  .course2-preview-media img{height:170px}
  .public-preview-wrap{padding:0 16px}
  .public-preview-head,.public-preview-foot{display:flex;flex-direction:column;padding:18px 16px}
  .public-preview-heading h1{font-size:23px}
  .public-preview-player{min-height:300px}
  .public-preview-document{height:60vh}
  .public-preview-text{margin:12px;padding:20px;min-height:280px}

  .course-hero-inner{grid-template-columns:1fr}
  .course-page-inner{grid-template-columns:1fr}
  .course-sidebar{margin-top:0;padding-top:0}
  .course-buy-card{position:relative;top:auto}
  .course-page-inner{padding:0 16px}
  .course-hero-inner{padding:0 16px}
  .learn-grid{grid-template-columns:1fr}
  .industry-head{display:block}
  .industry-sub{margin-top:8px}
  .industry-grid{grid-template-columns:1fr}
  .skill-map-row{grid-template-columns:1fr;gap:4px}
  .next-course-grid{grid-template-columns:1fr}
  .course-main{max-width:none}

  /* reduce right card height on mobile */
  .course-buy-preview img{height:140px}
  .course-preview-btn{width:54px;height:54px}
  .course-preview-btn i{font-size:28px}
  .course-buy-body{padding:12px 24px}
  .sub-highlight{padding:10px}
  .sub-list{gap:8px}
  .buy-divider{margin:12px -14px}
  .buy-price{font-size:24px}
}

/* EDUCATION SPOTLIGHT (Udemy category-style block) */
.edu-spotlight-section{background:var(--theme-body-bg, #fff);padding:32px 0 8px}
.edu-spotlight-wrapper{max-width:none;margin:0;padding:0 48px}
.edu-spotlight-title{font-size:32px;font-weight:800;color:var(--udemy-black);margin:0;text-align:center}
.edu-spotlight-sub{margin-top:8px;text-align:center;font-size:13px;color:var(--udemy-gray)}
.edu-spotlight-link{color:var(--udemy-purple);text-decoration:none;font-weight:700}
.edu-spotlight-link:hover{color:var(--udemy-purple-dark);text-decoration:underline}

.edu-bundle-card{
  margin:24px auto 0;
  max-width:none;
  width:100%;
  border:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:0;
  position:relative;
}
.edu-bundle-left{padding:18px 20px}
.edu-bundle-kicker{font-weight:800;font-size:16px;color:var(--udemy-black);line-height:1.3}
.edu-bundle-desc{margin-top:6px;font-size:13px;color:var(--udemy-gray)}
.edu-bundle-bullets{list-style:none;padding:0;margin:12px 0 0}
.edu-bundle-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--udemy-dark-gray);margin:6px 0}
.edu-bundle-bullets i{color:var(--udemy-purple);margin-top:2px}
.edu-bundle-price{margin-top:14px;display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}
.edu-bundle-total{font-weight:800;font-size:16px;color:var(--udemy-black)}
.edu-bundle-original{font-size:13px;color:var(--udemy-gray);text-decoration:line-through}
.edu-bundle-cta{
  margin-top:14px;
  width:100%;
  min-height:48px;
  border:none;
  border-radius:var(--button-radius, 10px);
  background:var(--udemy-purple);
  color:#fff;
  font-weight:800;
  font-size:14px;
  transition:.2s;
}
.edu-bundle-cta:hover{background:var(--udemy-purple-dark)}

.edu-bundle-right{border-left:1px solid var(--udemy-border);padding:14px}
.edu-bundle-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}

/* TEACH PAGE */
.teach-page{background:#fff}
.teach-wrap{max-width:none;margin:0;padding:0 48px}
.teach-hero{
  background:
    radial-gradient(1200px 520px at 15% 15%, rgba(164,53,240,.24), transparent 60%),
    radial-gradient(900px 420px at 85% 0%, rgba(0,184,217,.20), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0a0e14 100%);
  color:#eef2ff;
  padding:44px 0 34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.teach-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start}
.teach-kicker{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:rgba(238,242,255,.70)}
.teach-title{margin:10px 0 10px;font-size:46px;font-weight:950;line-height:1.06;letter-spacing:-.02em}
.teach-subtitle{margin:0;color:rgba(238,242,255,.82);font-size:16px;line-height:1.7;max-width:720px}
.teach-cta{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.teach-cta-primary{min-height:48px;padding:12px 18px;font-weight:900}
.teach-cta-secondary{min-height:48px;padding:12px 18px;font-weight:900;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#eef2ff}
.teach-cta-secondary:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.26);color:#fff}
.teach-badges{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}
.teach-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  font-size:13px;font-weight:800;color:rgba(238,242,255,.92);
}
.teach-badge i{opacity:.95}

.teach-hero-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  overflow:hidden;
}
.teach-hero-card-inner{padding:16px}
.teach-card-top{padding:2px 2px 14px}
.teach-card-icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(164,53,240,.18);border:1px solid rgba(164,53,240,.35);
  color:#eef2ff;
}
.teach-card-icon i{font-size:22px}
.teach-card-title{margin-top:10px;font-size:16px;font-weight:950}
.teach-card-sub{margin-top:6px;font-size:13px;line-height:1.6;color:rgba(238,242,255,.72)}
.teach-metrics{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:8px}
.teach-metric{border:1px solid rgba(255,255,255,.10);background:rgba(10,14,20,.28);border-radius:14px;padding:10px}
.teach-metric .k{font-size:12px;color:rgba(238,242,255,.70);font-weight:800}
.teach-metric .v{margin-top:6px;font-size:16px;font-weight:950}
.teach-metric .v span{font-size:12px;font-weight:900;color:rgba(238,242,255,.72)}
.teach-card-foot{margin-top:12px;display:flex;flex-direction:column;gap:8px;border-top:1px solid rgba(255,255,255,.10);padding-top:12px}
.teach-foot-item{display:flex;gap:10px;align-items:center;color:rgba(238,242,255,.86);font-size:13px;font-weight:800}
.teach-foot-item i{color:rgba(238,242,255,.88)}

.teach-strip{background:#0a0e14;color:rgba(238,242,255,.88);border-bottom:1px solid rgba(255,255,255,.08)}
.teach-strip-inner{padding:14px 48px;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between}
.teach-strip-item{font-size:13px;font-weight:800;color:rgba(238,242,255,.85)}
.teach-strip-item .label{display:inline-block;margin-right:8px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);font-weight:950;font-size:12px}

.teach-section{padding:44px 0}
.teach-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.teach-h2{margin:0;font-size:30px;font-weight:950;color:var(--udemy-black);letter-spacing:-.02em}
.teach-lead{margin:6px 0 0;max-width:720px;font-size:14px;line-height:1.7;color:var(--udemy-gray);font-weight:700}
.teach-steps{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.teach-step{border:1px solid var(--udemy-border);border-radius:16px;padding:16px 16px 14px;background:#fff}
.teach-step .n{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(164,53,240,.10);border:1px solid rgba(164,53,240,.25);color:var(--udemy-purple);font-weight:950}
.teach-step .t{margin-top:10px;font-size:16px;font-weight:950;color:var(--udemy-black)}
.teach-step .d{margin-top:6px;color:var(--udemy-dark-gray);font-size:13px;line-height:1.6}

.teach-alt{background:rgba(17,24,39,.02);border-top:1px solid rgba(17,24,39,.06);border-bottom:1px solid rgba(17,24,39,.06)}
.teach-earn{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}
.teach-bullets{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.teach-bullets li{display:flex;gap:10px;align-items:flex-start;color:var(--udemy-dark-gray);font-weight:700;font-size:13px}
.teach-bullets i{color:var(--udemy-purple);margin-top:2px}
.teach-earn-card{border:1px solid rgba(17,24,39,.10);background:#fff;border-radius:16px;box-shadow:0 14px 44px rgba(0,0,0,.10);padding:16px}
.teach-earn-card-top .k{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--udemy-gray)}
.teach-earn-card-top .v{margin-top:8px;font-size:30px;font-weight:950;color:var(--udemy-black)}
.teach-earn-card-top .s{margin-top:6px;color:var(--udemy-gray);font-weight:700;font-size:13px}
.teach-earn-bars{margin:14px 0 14px;display:flex;flex-direction:column;gap:10px}
.teach-earn-bars .bar{height:10px;border-radius:999px;background:rgba(164,53,240,.16);position:relative;overflow:hidden}
.teach-earn-bars .bar::after{content:"";position:absolute;inset:0;width:var(--w);background:linear-gradient(90deg, rgba(164,53,240,.95), rgba(0,184,217,.88));border-radius:999px}

.teach-faq .teach-accordion{margin-top:14px;border:1px solid var(--udemy-border);border-radius:14px;overflow:hidden}
.teach-accordion .accordion-item{border:0;border-bottom:1px solid rgba(0,0,0,.08)}
.teach-accordion .accordion-item:last-child{border-bottom:0}
.teach-accordion .accordion-button{background:#fff;color:var(--udemy-black);font-weight:950;padding:16px 16px;box-shadow:none}
.teach-accordion .accordion-button:focus{box-shadow:none}
.teach-final-cta{margin-top:18px;border-radius:16px;border:1px solid rgba(17,24,39,.10);background:linear-gradient(90deg, rgba(164,53,240,.08), rgba(0,184,217,.06));padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.teach-final-cta .t{font-size:16px;font-weight:950;color:var(--udemy-black)}
.teach-final-cta .d{margin-top:4px;font-size:13px;font-weight:700;color:var(--udemy-gray)}

/* Responsive: mobile S/M/L and up */
@media (max-width: 991px){
  .teach-wrap{padding:0 16px}
  .teach-hero{padding:32px 0 24px}
  .teach-hero-grid{grid-template-columns:1fr}
  .teach-title{font-size:34px}
  .teach-metrics{grid-template-columns:1fr 1fr}
  .teach-strip-inner{padding:12px 16px}
  .teach-steps{grid-template-columns:1fr}
  .teach-earn{grid-template-columns:1fr}
}
@media (max-width: 425px){
  .teach-title{font-size:30px}
  .teach-cta{gap:10px}
  .teach-badge{font-size:12px}
}
@media (max-width: 375px){
  .teach-title{font-size:28px}
  .teach-cta-primary,.teach-cta-secondary{width:100%}
}
@media (max-width: 320px){
  .teach-title{font-size:26px}
  .teach-metrics{grid-template-columns:1fr}
}

/* ABOUT PAGE */
.about-page{background:#fff}
.about-wrap{max-width:none;margin:0;padding:0 48px}
.about-hero{
  background:
    radial-gradient(1200px 520px at 18% 18%, rgba(164,53,240,.20), transparent 60%),
    radial-gradient(900px 420px at 85% 0%, rgba(0,184,217,.18), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0a0e14 100%);
  color:#eef2ff;
  padding:44px 0 34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}
.about-kicker{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:rgba(238,242,255,.70)}
.about-title{margin:10px 0 10px;font-size:46px;font-weight:950;line-height:1.06;letter-spacing:-.02em}
.about-subtitle{margin:0;color:rgba(238,242,255,.82);font-size:16px;line-height:1.7;max-width:720px}
.about-cta{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.about-cta-primary{min-height:48px;padding:12px 18px;font-weight:900}
.about-cta-secondary{min-height:48px;padding:12px 18px;font-weight:900;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#eef2ff}
.about-cta-secondary:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.26);color:#fff}

.about-hero-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  overflow:hidden;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.about-card-item{border:1px solid rgba(255,255,255,.10);background:rgba(10,14,20,.26);border-radius:16px;padding:12px}
.about-card-item .i{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(0,184,217,.12);border:1px solid rgba(0,184,217,.28)}
.about-card-item .i i{font-size:20px;color:rgba(238,242,255,.92)}
.about-card-item .t{margin-top:10px;font-weight:950;font-size:15px}
.about-card-item .d{margin-top:6px;color:rgba(238,242,255,.72);font-size:13px;line-height:1.6}

.about-section{padding:44px 0}
.about-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.about-h2{margin:0;font-size:30px;font-weight:950;color:var(--udemy-black);letter-spacing:-.02em}
.about-lead{margin:6px 0 0;max-width:780px;font-size:14px;line-height:1.7;color:var(--udemy-gray);font-weight:700}
.about-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.about-box{border:1px solid var(--udemy-border);border-radius:16px;padding:16px;background:#fff}
.about-box .t{font-size:16px;font-weight:950;color:var(--udemy-black)}
.about-box .d{margin-top:6px;font-size:13px;line-height:1.6;color:var(--udemy-dark-gray);font-weight:700}

.about-alt{background:rgba(17,24,39,.02);border-top:1px solid rgba(17,24,39,.06);border-bottom:1px solid rgba(17,24,39,.06)}
.about-split{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}
.about-bullets{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.about-bullets li{display:flex;gap:10px;align-items:flex-start;color:var(--udemy-dark-gray);font-weight:700;font-size:13px}
.about-bullets i{color:var(--udemy-purple);margin-top:2px}
.about-stat-card{border:1px solid rgba(17,24,39,.10);background:#fff;border-radius:16px;box-shadow:0 14px 44px rgba(0,0,0,.10);padding:16px;display:flex;flex-direction:column;gap:10px}
.about-stat{display:flex;align-items:baseline;justify-content:space-between;border:1px solid rgba(17,24,39,.08);border-radius:14px;padding:10px 12px;background:rgba(17,24,39,.02)}
.about-stat .k{font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--udemy-gray)}
.about-stat .v{font-weight:950;color:var(--udemy-black)}

.about-final{border:1px solid rgba(17,24,39,.10);border-radius:16px;background:linear-gradient(90deg, rgba(164,53,240,.08), rgba(0,184,217,.06));padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.about-final .t{font-size:16px;font-weight:950;color:var(--udemy-black)}
.about-final .d{margin-top:4px;font-size:13px;font-weight:700;color:var(--udemy-gray)}
.about-final .actions{display:flex;gap:10px;flex-wrap:wrap}

@media (max-width: 991px){
  .about-wrap{padding:0 16px}
  .about-hero{padding:32px 0 24px}
  .about-hero-grid{grid-template-columns:1fr}
  .about-title{font-size:34px}
  .about-grid{grid-template-columns:1fr}
  .about-split{grid-template-columns:1fr}
}
@media (max-width: 425px){
  .about-title{font-size:30px}
}
@media (max-width: 375px){
  .about-title{font-size:28px}
  .about-cta-primary,.about-cta-secondary{width:100%}
}
@media (max-width: 320px){
  .about-title{font-size:26px}
}
.edu-bundle-mini-grid .course-card-mini{height:100%}
.edu-bundle-mini-grid .course-thumb{height:120px}
.edu-mini-plus{
  position:absolute;
  left:calc(50% - 16px);
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  border-radius:999px;
  border:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--theme-shadow, 0 2px 8px rgba(0,0,0,.12));
  z-index:5;
  pointer-events:none;
}

.edu-featured{max-width:none;width:100%;margin:26px 0 0}
.edu-featured-kicker{font-weight:800;font-size:16px;color:var(--udemy-black);margin:0}
.edu-featured-sub{font-size:12px;color:var(--udemy-gray);margin-top:4px}
.edu-featured-card-v2{
  margin-top:12px;
  border:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
  display:flex;
  align-items:stretch;
  text-decoration:none;
  color:inherit;
  width:100%;
  min-height:170px;
}
.edu-featured-thumb{
  width:320px;
  background:var(--udemy-bg);
  overflow:hidden;
  flex:0 0 auto;
}
.edu-featured-thumb::before{
  content:"";
  display:block;
  padding-top:56.25%;
}
.edu-featured-thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.edu-featured-thumb{position:relative}
.edu-featured-body{padding:18px 20px}
.edu-featured-title{font-weight:900;font-size:18px;color:var(--udemy-black);line-height:1.25}
.edu-featured-desc{margin-top:6px;font-size:13px;color:var(--udemy-gray);line-height:1.6;max-width:720px}
.edu-featured-meta{margin-top:10px;font-size:13px;color:var(--udemy-gray);display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.edu-featured-rating{font-weight:900;color:#b4690e}
.edu-featured-price{margin-top:14px;font-size:16px;font-weight:900;color:var(--udemy-black)}
.edu-featured-old{font-size:12px;color:var(--udemy-gray);text-decoration:line-through;margin-left:8px;font-weight:700}

@media (max-width: 991px){
  .edu-featured-card-v2{flex-direction:column; min-height:auto}
  .edu-featured-thumb{width:100%}
}

/* COURSES */
.courses-section{
  padding:52px 0;
  border-bottom:1px solid color-mix(in srgb, var(--udemy-border) 75%, white);
  background:
    radial-gradient(900px 300px at 10% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .05), transparent 58%),
    var(--theme-body-bg, #fff);
}
.courses-section-wrapper{max-width:none;margin:0;padding:0 48px; position:relative}
.courses-swiper{padding:0 28px 10px; position:relative; overflow:visible}
.courses-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:8px}
.courses-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--udemy-purple);
  background:color-mix(in srgb, var(--udemy-purple) 10%, white);
  border:1px solid color-mix(in srgb, var(--udemy-purple) 22%, white);
  margin-bottom:10px;
}
.courses-section-title{font-size:clamp(26px,2.2vw,34px);font-weight:950;color:var(--udemy-black);margin:0;letter-spacing:-.02em}
.courses-section-subtitle{font-size:15px;color:var(--udemy-gray);margin:8px 0 0}
.courses-show-all{
  font-size:14px;
  font-weight:900;
  color:var(--udemy-purple);
  text-decoration:none;
  display:flex;
  align-items:center;
  white-space:nowrap;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid color-mix(in srgb, var(--udemy-purple) 24%, white);
  background:color-mix(in srgb, var(--udemy-purple) 8%, white);
}
.courses-show-all:hover{color:var(--udemy-purple-dark)}
.courses-swiper{padding-bottom:6px}
.swiper.courses-swiper{overflow:visible !important}
.swiper.courses-swiper .swiper-wrapper{overflow:visible !important; align-items:stretch}
.swiper.courses-swiper .swiper-slide{
  overflow:visible !important;
  position:relative;
  z-index:1;
  height:auto;
  display:flex;
}
.swiper.courses-swiper .swiper-slide:hover{z-index:20}
.swiper-button-prev,.swiper-button-next{
  width:44px;
  height:44px;
  border-radius:999px;
  background:var(--card-bg, #fff);
  border:1px solid var(--udemy-border);
  box-shadow:var(--theme-shadow, 0 2px 8px rgba(0,0,0,.15));
  color:var(--udemy-black);
}
.swiper-button-prev::after,.swiper-button-next::after{font-size:18px;font-weight:700}
.swiper-button-prev{left:-22px}
.swiper-button-next{right:-22px}
.swiper-button-disabled{opacity:0!important;pointer-events:none!important}

/* COURSE CARD (match theme-playground .course-card-mini) */
.course-card-mini{
  display:block;
  border:1px solid var(--udemy-border);
  border-radius:var(--button-radius, 10px);
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background:var(--card-bg, #fff);
  box-shadow:var(--theme-shadow, 0 2px 4px rgba(0,0,0,.06));
  transition:.2s ease;
  height:100%;
  width:100%;
  display:flex;
  flex-direction:column;
}
.course-card-link{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:0;
  color:inherit;
  text-decoration:none;
}
.course-card-mini:hover{transform:translateY(-1px); box-shadow:0 10px 18px rgba(0,0,0,.08); border-color:rgba(164,53,240,.35);}
.course-card-wrap{position:relative;display:flex;width:100%}
.course-hovercard{
  position:absolute;
  top:0;
  left:calc(100% + 16px);
  width:420px;
  max-width:calc(100vw - 48px);
  background:var(--card-bg, #fff);
  border:1px solid var(--udemy-border);
  border-radius:16px;
  box-shadow:var(--theme-shadow, 0 22px 60px rgba(0,0,0,.22));
  padding:18px;
  z-index:30;
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  transition:opacity .14s ease, transform .14s ease, visibility .14s ease;
}
.course-hovercard::before{
  content:"";
  position:absolute;
  left:-8px;
  top:86px;
  width:16px;height:16px;
  background:var(--card-bg, #fff);
  border-left:1px solid var(--udemy-border);
  border-bottom:1px solid var(--udemy-border);
  transform:rotate(45deg);
}
.course-card-wrap.tooltip-left .course-hovercard{left:auto;right:calc(100% + 16px)}
.course-card-wrap.tooltip-left .course-hovercard::before{
  left:auto;
  right:-8px;
  border-left:0;
  border-bottom:0;
  border-right:1px solid var(--udemy-border);
  border-top:1px solid var(--udemy-border);
}
.course-card-wrap:hover .course-hovercard,
.course-card-wrap:focus-within .course-hovercard{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.course-hovercard-inner{display:flex;flex-direction:column;gap:12px}
.hc-title{font-size:26px;line-height:1.15;font-weight:1100;color:var(--theme-heading, #1c1d1f);letter-spacing:-.01em}
.hc-badges{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.hc-pill{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:10px;background:color-mix(in srgb, var(--primary-color, #A435F0) 82%, #000);color:#fff;font-weight:1000;font-size:13px}
.hc-updated{color:var(--success-color, #198754);font-weight:800}
.hc-meta{color:var(--udemy-gray);font-weight:750;font-size:14px;display:flex;gap:8px;flex-wrap:wrap}
.hc-meta .dot{opacity:.6}
.hc-desc{color:var(--theme-text, #1c1d1f);font-size:15px;line-height:1.6}
.hc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.hc-list li{display:flex;gap:10px;align-items:flex-start;color:var(--theme-text, #1c1d1f);font-size:14px;line-height:1.55}
.hc-list i{color:var(--theme-text, #1c1d1f);margin-top:2px}
.hc-cta{margin-top:6px}

@media (max-width: 1023px){
  .course-hovercard{display:none !important}
}
.course-thumb{
  height:172px;
  background:linear-gradient(135deg, rgba(164,53,240,.18), rgba(119,25,170,.10));
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 auto;
}
.course-thumb-inner{width:52px; height:52px; border-radius:50%; background:rgba(255,255,255,.92); display:flex; align-items:center; justify-content:center; border:1px solid rgba(0,0,0,.04);}
.course-thumb-inner i{font-size:22px; color:var(--udemy-purple); margin-left:2px;}
.course-body{
  padding:14px 14px 12px;
  display:flex;
  flex-direction:column;
  min-height:190px;
  gap:4px;
}
.course-title{
  font-size:14px;
  font-weight:800;
  color:var(--udemy-black);
  line-height:1.35;
  margin-bottom:2px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:38px;
}
.course-meta{
  font-size:12px;
  color:var(--udemy-gray);
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.course-rating{display:inline-flex; align-items:center; gap:2px; font-size:12px; color:var(--udemy-warning); font-weight:800;}
.course-rating-val{color:var(--udemy-black); font-weight:800; margin-right:2px;}
.course-outcomes{margin-top:8px;display:flex;flex-direction:column;gap:5px}
.course-outcomes-label{font-size:11px;font-weight:1000;letter-spacing:.04em;text-transform:uppercase;color:var(--udemy-gray)}
.course-outcomes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}
.course-outcomes-list li{position:relative;padding-left:14px;font-size:12px;line-height:1.45;color:var(--udemy-dark-gray);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.course-outcomes-list li::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:999px;background:var(--udemy-purple)}
.course-price{font-weight:900; color:var(--udemy-black); font-size:14px;}
.course-price-old{font-weight:700; color:var(--udemy-gray); text-decoration:line-through; font-size:12px; margin-left:6px;}
.wish-btn{border:1px solid var(--udemy-border); border-radius:999px; background:var(--card-bg, #fff); transition:.2s ease; width:44px; height:44px;}
.wish-btn:hover{border-color:rgba(164,53,240,.35); color:var(--udemy-purple); background:rgba(164,53,240,.06);}
.wish-btn.active{border-color:rgba(239,68,68,.18); color:#dc2626; background:rgba(239,68,68,.08);}
.course-card-footer{margin-top:auto;padding:0 14px 12px;gap:12px}

/* Badges (used by cards) */
.plan-badge, .status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:4px 10px;
  font-size:11px;
  font-weight:900;
  line-height:1;
}
.plan-pro{background:var(--udemy-purple-light); color:var(--udemy-purple);}
.status-active{background:color-mix(in srgb, var(--success-color, #198754) 12%, white); color:var(--success-color, #198754);}

/* TOP CATEGORIES */
.top-categories-section{
  padding:52px 0;
  background:
    radial-gradient(820px 280px at 92% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .06), transparent 55%),
    var(--theme-body-bg, #fff);
}
.top-categories-wrapper{max-width:none;margin:0;padding:0 48px}
.top-categories-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.top-categories-copy{max-width:720px}
.top-categories-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--udemy-purple);
  background:color-mix(in srgb, var(--udemy-purple) 10%, white);
  border:1px solid color-mix(in srgb, var(--udemy-purple) 22%, white);
  margin:0 0 10px;
}
.top-categories-title{font-size:clamp(28px,2.3vw,36px);font-weight:1000;margin:0;color:var(--udemy-black);letter-spacing:-.02em;line-height:1.08}
.top-categories-subtitle{margin:12px 0 0;font-size:15px;line-height:1.7;color:var(--udemy-dark-gray);max-width:64ch}
.top-categories-summary{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:180px;padding:18px 20px;border-radius:16px;border:1px solid color-mix(in srgb, var(--udemy-purple) 16%, white);background:linear-gradient(180deg,color-mix(in srgb, var(--udemy-purple) 10%, white),color-mix(in srgb, var(--udemy-purple) 3%, white))}
.top-categories-summary-value{font-size:32px;line-height:1;font-weight:1100;color:var(--udemy-black)}
.top-categories-summary-label{margin-top:6px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--udemy-gray)}
.top-categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.top-cat-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:18px;
  background:var(--card-bg, #fff);
  border:1px solid color-mix(in srgb, var(--udemy-border) 85%, white);
  border-radius:16px;
  text-decoration:none;
  transition:all .25s ease;
  min-height:94px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.top-cat-card:hover{
  transform:translateY(-2px);
  border-color:color-mix(in srgb, var(--udemy-purple) 30%, white);
  box-shadow:0 18px 34px rgba(15,23,42,.1);
}
.top-cat-icon{
  width:52px;height:52px;flex-shrink:0;
  background:linear-gradient(145deg, color-mix(in srgb, var(--udemy-purple) 16%, white), color-mix(in srgb, var(--udemy-purple) 7%, white));
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid color-mix(in srgb, var(--udemy-purple) 24%, white);
}
.top-cat-name{font-size:15px;font-weight:900;color:var(--udemy-black);margin:0;line-height:1.25}
.top-cat-count{font-size:12px;color:var(--udemy-gray);margin:5px 0 0}
.top-cat-info{display:flex;flex-direction:column;min-width:0;flex:1}
.top-cat-meta{margin-top:auto;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.top-cat-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:color-mix(in srgb, var(--udemy-purple) 10%, white);color:var(--udemy-purple);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.top-cat-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(17,24,39,.04);color:var(--udemy-black);font-size:13px}

/* CATEGORY PILLS (Udemy-like) */
.category-pills-section{padding:48px 0;background:var(--theme-body-bg, #fff)}
.category-pills-wrapper{max-width:none;margin:0;padding:0 48px}
.category-pills-title{font-size:24px;font-weight:700;color:var(--udemy-black);margin:0 0 16px}
.category-pills-track{position:relative}
.category-pills-track{display:flex;align-items:center;gap:12px}
.category-pills-grid{
  display:flex;
  gap:12px;
  flex-wrap:nowrap;
  overflow-x:auto;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  flex:1 1 auto;
}
.category-pills-grid::-webkit-scrollbar{display:none}
.category-pill{
  border:1px solid var(--udemy-border);
  background:var(--card-bg, #fff);
  color:var(--udemy-black);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  padding:12px 16px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--button-radius, 10px);
  user-select:none;
}
.category-pill:hover{border-color:var(--udemy-black)}
.pill-scroll-btn{
  position:static;
  transform:none;
  width:44px;
  height:44px;
  border-radius:999px;
  background:var(--card-bg, #fff);
  border:1px solid var(--udemy-border);
  box-shadow:var(--theme-shadow, 0 2px 8px rgba(0,0,0,.15));
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  flex:0 0 auto;
}
.pill-scroll-left{}
.pill-scroll-right{}

/* COURSES CATALOG PAGE */
.courses-page-hero{
  padding:56px 0 34px;
  background:
    radial-gradient(900px 360px at 12% 12%, rgba(var(--theme-primary-rgb, 164,53,240), .16), transparent 58%),
    radial-gradient(760px 320px at 88% 0%, rgba(0,184,217,.12), transparent 56%),
    linear-gradient(135deg, color-mix(in srgb, var(--theme-body-bg, #fff) 94%, var(--primary-color, #A435F0)), var(--theme-body-bg, #fff));
  border-bottom:1px solid color-mix(in srgb, var(--udemy-border) 78%, white);
}
.courses-page-hero-inner{max-width:none;margin:0;padding:0 48px}
.courses-page-title{
  max-width:820px;
  margin:0;
  color:var(--theme-heading, #1c1d1f);
  font-size:clamp(34px, 4.2vw, 58px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:1000;
}
.courses-page-subtitle{
  max-width:740px;
  margin:18px 0 0;
  color:var(--theme-text, #3e4143);
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:1.55;
  font-weight:600;
}
.courses-page-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.courses-page-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid color-mix(in srgb, var(--primary-color, #A435F0) 24%, white);
  background:rgba(255,255,255,.76);
  color:var(--theme-heading, #1c1d1f);
  text-decoration:none;
  font-weight:900;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.courses-page-pill:hover,
.courses-page-pill.active{
  color:#fff;
  background:linear-gradient(135deg, var(--primary-color, #A435F0), color-mix(in srgb, var(--primary-color, #A435F0) 74%, #111827));
  border-color:transparent;
}

/* EDUCATION CATALOG PREVIEW (filters + list) */
.edu-catalog-section{
  padding:44px 0 64px;
  background:
    radial-gradient(1000px 380px at 10% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .06), transparent 58%),
    radial-gradient(920px 380px at 90% 0%, rgba(0,184,217,.06), transparent 56%),
    var(--theme-body-bg, #fff);
  border-top:1px solid var(--border-color, #d1d7dc);
}
.edu-catalog-wrapper{max-width:none;margin:0;padding:0 48px}
.edu-catalog-title{
  font-size:clamp(26px, 2.3vw, 36px);
  font-weight:950;
  letter-spacing:-.02em;
  color:var(--udemy-black);
  margin:0 0 18px;
}
.edu-catalog-guarantee{
  border:1px solid color-mix(in srgb, var(--udemy-border) 82%, white);
  border-radius:16px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(135deg, rgba(var(--theme-primary-rgb, 164,53,240), .06), rgba(255,255,255,.9));
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}
.edu-catalog-guarantee-icon{
  width:40px;height:40px;border-radius:999px;
  border:1px solid color-mix(in srgb, var(--primary-color, #A435F0) 45%, white);
  display:flex;align-items:center;justify-content:center;
  color:var(--primary-color, #A435F0);
  flex:0 0 auto;
}
.edu-catalog-guarantee-text{font-size:14px;color:var(--udemy-black);font-weight:600}
.edu-catalog-topbar{
  margin-top:18px;
  display:flex;
  align-items:flex-end;
  gap:10px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
  padding:12px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.edu-catalog-form{margin:0}
.edu-search-box{
  position:relative;
  min-height:46px;
  flex:1 1 320px;
  max-width:520px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:12px;
  padding:0 14px;
  background:var(--card-bg, #fff);
}
.edu-search-box i{color:var(--udemy-gray);font-size:16px}
.edu-search-box input{
  width:100%;
  min-width:0;
  height:44px;
  border:0;
  outline:0;
  background:transparent;
  color:var(--udemy-black);
  font-size:14px;
  font-weight:700;
}
.edu-search-box .advanced-search-panel{top:calc(100% + 6px)}
.edu-filter-btn{
  min-height:46px;
  padding:0 16px;
  border:1px solid rgba(15,23,42,.14);
  background:var(--card-bg, #fff);
  border-radius:12px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.edu-sort-box{
  border:1px solid rgba(15,23,42,.14);
  border-radius:12px;
  padding:8px 12px;
  min-height:46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:220px;
  background:var(--card-bg, #fff);
}
.edu-sort-label{font-size:12px;font-weight:800;color:var(--udemy-black);line-height:1.1}
.edu-sort-select{border:none;outline:none;font-size:14px;color:var(--udemy-gray);padding:0;background:transparent}
.edu-results-count{
  margin-left:auto;
  font-size:14px;
  color:var(--udemy-gray);
  font-weight:800;
  padding:0 8px 8px 0;
}
.edu-catalog-grid{display:grid;grid-template-columns:320px 1fr;gap:28px;margin-top:18px;align-items:start}
.edu-filters{
  border:1px solid rgba(15,23,42,.12);
  border-radius:16px;
  padding:6px 16px;
  background:var(--card-bg, #fff);
  box-shadow:0 14px 32px rgba(15,23,42,.06);
  align-self:start;
  position:sticky;
  top:76px;
}
.edu-filter-group{padding:14px 0;border-bottom:1px solid color-mix(in srgb, var(--border-color, #d1d7dc) 75%, white)}
.edu-filter-head{display:flex;align-items:center;justify-content:space-between;font-weight:800;color:var(--udemy-black);background:none;border:none;width:100%;padding:0}
.edu-filter-title{font-size:15px}
.edu-filter-body{padding-top:12px;display:flex;flex-direction:column;gap:10px}
.edu-radio,.edu-check{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--udemy-black)}
.edu-radio input,.edu-check input{width:16px;height:16px}
.edu-stars{color:var(--udemy-yellow);font-size:13px;letter-spacing:1px}
.edu-show-more{color:var(--udemy-purple);font-weight:800;text-decoration:none;font-size:14px;margin-top:6px}
.edu-show-more:hover{text-decoration:underline}
.edu-results{display:flex;flex-direction:column;align-self:start}
.edu-results-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.edu-results-item{display:flex}
.edu-results-item .course-card-wrap{width:100%}
.edu-results-item .course-card-mini{height:100%}
.edu-pagination{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.edu-pagination .pagination{
  gap:6px;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
}
.edu-pagination .page-link{
  border-radius:999px;
  border:1px solid color-mix(in srgb, var(--udemy-border) 82%, white);
  color:var(--theme-heading, #1c1d1f);
  min-width:40px;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}
.edu-pagination .page-item.active .page-link{
  color:#fff;
  background:var(--primary-color, #A435F0);
  border-color:var(--primary-color, #A435F0);
}
.edu-pagination .page-item.disabled .page-link{
  opacity:.55;
  box-shadow:none;
}
.edu-empty-state{
  grid-column:1/-1;
  border:1px dashed var(--border-color, #d1d7dc);
  border-radius:14px;
  padding:20px;
  text-align:center;
  color:var(--udemy-gray);
  font-weight:700;
  background:var(--card-bg, #fff);
}
.edu-row{
  display:grid;
  grid-template-columns: 320px 1fr 150px;
  gap:18px;
  padding:16px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:var(--card-bg, #fff);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  margin-bottom:14px;
  text-decoration:none;
  color:inherit;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.edu-row:hover{
  transform:translateY(-2px);
  border-color:rgba(var(--theme-primary-rgb, 164,53,240), .35);
  box-shadow:0 18px 38px rgba(15,23,42,.10);
}
.edu-row-thumb{
  background:var(--udemy-bg);
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--border-color, #d1d7dc);
  border-radius:12px;
}
.edu-row-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.edu-row-title{font-size:20px;font-weight:900;color:var(--udemy-black);line-height:1.2;letter-spacing:-.01em}
.edu-row-desc{margin-top:6px;font-size:13px;color:var(--udemy-gray);line-height:1.6;max-width:680px}
.edu-row-instructor{margin-top:6px;font-size:13px;color:var(--udemy-gray)}
.edu-row-rating{margin-top:10px;display:flex;align-items:center;gap:6px;font-size:13px;color:var(--udemy-gray)}
.edu-row-rating-num{font-weight:900;color:var(--warning-color, #b4690e)}
.edu-row-stars i{font-size:12px;color:var(--warning-color, #e59819)}
.edu-row-meta{margin-top:8px;font-size:13px;color:var(--udemy-gray)}
.edu-row-badge{margin-top:10px}
.edu-premium{display:inline-flex;align-items:center;gap:6px;margin-top:12px;background:color-mix(in srgb, var(--primary-color, #A435F0) 82%, #000);color:#fff;border-radius:var(--button-radius, 10px);padding:4px 10px;font-size:12px;font-weight:900;width:fit-content;min-height:28px}
.edu-row-price{
  text-align:right;
  align-self:start;
  border-left:1px dashed var(--border-color, #d1d7dc);
  padding-left:12px;
}
.edu-row-price-now{font-size:22px;font-weight:950;color:var(--udemy-black);line-height:1.1}
.edu-row-price-old{margin-top:6px;font-size:13px;color:var(--udemy-gray);text-decoration:line-through}
.edu-filters-offcanvas{width:320px !important}
.edu-apply-btn{background:var(--udemy-purple);color:#fff;font-weight:900;border-radius:var(--button-radius, 10px);min-height:48px;padding:0 18px}
.edu-apply-btn:hover{background:var(--udemy-purple-dark);color:#fff}
.edu-clear-btn{border:1px solid var(--border-color, #d1d7dc);background:var(--card-bg, #fff);font-weight:900;border-radius:var(--button-radius, 10px);min-height:48px;padding:0 18px;display:flex;align-items:center;justify-content:center}

/* STATS */
.stats-section{
  padding:58px 0;
  background:
    radial-gradient(980px 380px at 8% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .24), transparent 58%),
    radial-gradient(900px 420px at 92% 10%, rgba(0,184,217,.18), transparent 56%),
    linear-gradient(125deg, #0b1120 0%, #111a2f 52%, #17243d 100%);
}
.stats-wrapper{max-width:none;margin:0;padding:0 48px}
.stats-content{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:stretch;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  padding:30px;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(6px);
}
.stats-text-block{display:flex;flex-direction:column;justify-content:center}
.stats-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#dbe7ff;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
  margin:0 0 14px;
}
.stats-headline{font-size:clamp(30px,2.9vw,44px);font-weight:950;color:#fff;line-height:1.1;margin:0 0 14px;letter-spacing:-.03em}
.stats-subtext{font-size:16px;color:rgba(240,246,255,.82);line-height:1.7;margin:0 0 22px;max-width:58ch}
.stats-cta-btn{
  background:linear-gradient(90deg, #6d28d9 0%, var(--hero-primary) 55%, rgba(var(--hero-cyan-rgb),1) 120%);
  color:#fff;
  font-weight:900;
  font-size:15px;
  padding:0 24px;
  border-radius:14px;
  min-height:48px;
  width:fit-content;
  border:0;
  box-shadow:0 16px 36px rgba(0,0,0,.32);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.stats-cta-btn:hover{filter:brightness(1.06);color:#fff}
.stats-numbers-block{width:100%;align-self:center}
.stat-item{
  padding:16px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  min-height:146px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.stat-icon{
  width:36px;
  height:36px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  color:#fff;
  margin-bottom:12px;
}
.stat-number{font-size:34px;font-weight:950;color:#fff;line-height:1}
.stat-label{font-size:14px;color:rgba(235,242,255,.8);margin-top:8px;font-weight:700}

/* TOPICS */
.landing-insights-section,.landing-spotlights-section{padding:56px 0;border-top:1px solid var(--udemy-border);background:#fff}
.landing-insights-wrapper,.landing-spotlights-wrapper{max-width:none;margin:0;padding:0 48px}
.landing-insights-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:start}
.landing-section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;font-size:12px;font-weight:900;color:var(--udemy-purple);text-transform:uppercase;letter-spacing:.06em}
.landing-section-title{margin:0;font-size:32px;line-height:1.1;font-weight:1000;color:var(--udemy-black);letter-spacing:-.01em}
.landing-section-subtitle{margin:14px 0 0;font-size:15px;line-height:1.7;color:var(--udemy-dark-gray);max-width:64ch}
.landing-discovery-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.landing-discovery-chip{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 14px;border:1px solid rgba(164,53,240,.14);border-radius:999px;background:rgba(164,53,240,.06);font-size:13px;font-weight:800;color:var(--udemy-black)}
.landing-discovery-chip i{color:var(--udemy-purple)}
.landing-journey-list{display:grid;gap:14px;margin-top:22px}
.landing-journey-item{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid rgba(17,24,39,.08);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(17,24,39,.04)}
.landing-journey-step{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:rgba(164,53,240,.10);color:var(--udemy-purple);font-size:16px;font-weight:1000}
.landing-journey-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:900;color:var(--udemy-black)}
.landing-journey-title i{color:var(--udemy-purple)}
.landing-journey-body p{margin:8px 0 0;font-size:14px;line-height:1.7;color:var(--udemy-dark-gray)}
.landing-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.landing-signal-card{position:relative;padding:22px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:linear-gradient(180deg,#fff,rgba(247,249,250,.86));box-shadow:0 20px 40px rgba(17,24,39,.06);overflow:hidden;min-height:198px}
.landing-signal-card::after{content:"";position:absolute;inset:auto -40px -60px auto;width:130px;height:130px;border-radius:999px;background:rgba(164,53,240,.08)}
.landing-signal-card.accent-amber::after{background:rgba(246,156,8,.12)}
.landing-signal-card.accent-blue::after{background:rgba(37,99,235,.10)}
.landing-signal-card.accent-green::after{background:rgba(22,163,74,.10)}
.landing-signal-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:rgba(164,53,240,.12);color:var(--udemy-purple);font-size:20px}
.landing-signal-card.accent-amber .landing-signal-icon{background:rgba(246,156,8,.14);color:#c67a00}
.landing-signal-card.accent-blue .landing-signal-icon{background:rgba(37,99,235,.12);color:#2563eb}
.landing-signal-card.accent-green .landing-signal-icon{background:rgba(22,163,74,.12);color:#15803d}
.landing-signal-value{margin-top:18px;font-size:34px;line-height:1;font-weight:1100;color:var(--udemy-black);letter-spacing:-.02em}
.landing-signal-label{margin-top:10px;font-size:14px;font-weight:900;color:var(--udemy-black)}
.landing-signal-meta{margin:8px 0 0;max-width:28ch;font-size:13px;line-height:1.6;color:var(--udemy-gray)}
.landing-spotlights-section{background:linear-gradient(180deg,#fff 0%,rgba(247,249,250,.74) 100%)}
.landing-spotlights-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}
.landing-spotlights-subtitle{max-width:46ch}
.landing-spotlight-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.landing-spotlight-card{padding:22px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff;box-shadow:0 20px 40px rgba(17,24,39,.05)}
.landing-spotlight-top{display:flex;justify-content:space-between;align-items:start;gap:14px}
.landing-spotlight-title{font-size:20px;line-height:1.2;font-weight:950;color:var(--udemy-black)}
.landing-spotlight-summary{margin:10px 0 0;font-size:14px;line-height:1.7;color:var(--udemy-dark-gray)}
.landing-spotlight-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;color:var(--udemy-purple);text-decoration:none;white-space:nowrap}
.landing-spotlight-link:hover{text-decoration:underline}
.landing-spotlight-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(17,24,39,.08)}
.landing-spotlight-metrics strong{display:block;font-size:20px;font-weight:1000;color:var(--udemy-black)}
.landing-spotlight-metrics span{display:block;margin-top:4px;font-size:12px;font-weight:700;color:var(--udemy-gray);text-transform:uppercase;letter-spacing:.04em}
.landing-spotlight-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.landing-spotlight-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:var(--udemy-bg);border:1px solid rgba(164,53,240,.12);font-size:13px;font-weight:800;color:var(--udemy-black);text-decoration:none}
.landing-spotlight-tag:hover{border-color:rgba(164,53,240,.28);color:var(--udemy-purple)}
.topics-section{
  background:
    radial-gradient(920px 320px at 8% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .05), transparent 60%),
    var(--theme-body-bg, #fff);
  padding:54px 0;
  border-top:1px solid var(--udemy-border);
}
.topics-wrapper{max-width:none;margin:0;padding:0 48px}
.topics-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--udemy-purple);
  background:color-mix(in srgb, var(--udemy-purple) 10%, white);
  border:1px solid color-mix(in srgb, var(--udemy-purple) 24%, white);
  margin:0 0 10px;
}
.topics-title{
  font-size:clamp(28px,2.3vw,36px);
  font-weight:950;
  letter-spacing:-.02em;
  margin:0;
  color:var(--udemy-black);
}
.topics-subtitle{
  margin:10px 0 0;
  font-size:15px;
  line-height:1.65;
  color:var(--udemy-gray);
  max-width:64ch;
}
.topics-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.topics-column{
  background:var(--card-bg, #fff);
  border:1px solid color-mix(in srgb, var(--udemy-border) 85%, white);
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display:flex;
  flex-direction:column;
}
.topics-column:hover{
  transform:translateY(-2px);
  border-color:color-mix(in srgb, var(--udemy-purple) 28%, white);
  box-shadow:0 16px 30px rgba(15,23,42,.1);
}
.topics-column-title{
  font-size:16px;
  font-weight:900;
  color:var(--udemy-black);
  margin:0 0 10px;
}
.topics-list{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-direction:column;gap:8px}
.topic-link{
  font-size:14px;
  font-weight:700;
  color:var(--udemy-black);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:4px 10px;
  border-radius:10px;
  background:color-mix(in srgb, var(--udemy-bg) 72%, white);
  border:1px solid transparent;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.topic-link:hover{
  color:var(--udemy-purple);
  border-color:color-mix(in srgb, var(--udemy-purple) 22%, white);
  background:color-mix(in srgb, var(--udemy-purple) 8%, white);
  text-decoration:none;
}
.topics-show-more{
  margin-top:auto;
  font-size:13px;
  font-weight:900;
  color:var(--udemy-purple);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:34px;
  border:1px solid color-mix(in srgb, var(--udemy-purple) 28%, white);
  border-radius:10px;
  background:color-mix(in srgb, var(--udemy-purple) 8%, white);
  padding:8px 12px;
}
.topics-show-more:hover{
  color:var(--udemy-purple-dark);
  border-color:color-mix(in srgb, var(--udemy-purple) 42%, white);
  background:color-mix(in srgb, var(--udemy-purple) 14%, white);
}

/* TOPIC PILLS (used on course page) */
.topics-pills-section{padding-top:28px}
.topics-pills{display:flex;flex-wrap:wrap;gap:12px}
.topic-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 14px;
  border:1px solid var(--udemy-border);
  border-radius:999px;
  background:var(--card-bg, #fff);
  color:var(--udemy-black);
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  transition:.15s ease;
}
.topic-pill:hover{border-color:var(--udemy-black);background:var(--udemy-bg)}

/* INSTRUCTOR */
.instructor-promo-section{
  padding:36px 0;
  background:
    radial-gradient(900px 280px at 90% 0%, rgba(var(--theme-primary-rgb, 164,53,240), .07), transparent 58%),
    var(--udemy-bg);
  border-top:1px solid var(--udemy-border);
}
.instructor-promo-wrapper{max-width:none;margin:0;padding:0 48px}
.instructor-promo-content{
  display:flex;
  align-items:stretch;
  flex-direction:row-reverse;
  background:var(--card-bg, #fff);
  border:1px solid color-mix(in srgb, var(--udemy-border) 85%, white);
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 16px 36px rgba(15,23,42,.08);
}
.instructor-promo-image{
  flex:1;
  min-height:100%;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, var(--theme-heading, #1c1d1f), var(--primary-color, #A435F0));
  display:block;
}
.instructor-promo-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.instructor-promo-image-contain{background:#fff;padding:18px}
.instructor-promo-image-contain img{position:relative;inset:auto;width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.instructor-promo-img-fallback{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.instructor-promo-image.is-fallback .instructor-promo-img-fallback{opacity:1}
.instructor-promo-text{flex:1;padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
.instructor-promo-kicker{
  margin:0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--udemy-purple);
  background:color-mix(in srgb, var(--udemy-purple) 10%, white);
  border:1px solid color-mix(in srgb, var(--udemy-purple) 24%, white);
}
.instructor-promo-title{font-size:clamp(28px,2.2vw,38px);font-weight:950;color:var(--udemy-black);margin:0 0 10px;line-height:1.1;letter-spacing:-.02em}
.instructor-promo-body{font-size:16px;color:var(--udemy-dark-gray);line-height:1.7;margin:0 0 16px;max-width:52ch}
.instructor-promo-points{
  list-style:none;
  margin:0 0 18px;
  padding:0;
  display:grid;
  gap:8px;
}
.instructor-promo-points li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:var(--udemy-dark-gray);
  font-weight:700;
}
.instructor-promo-points i{
  color:var(--udemy-purple);
  margin-top:2px;
}
.instructor-promo-btn{
  background:linear-gradient(90deg, #6d28d9 0%, var(--udemy-purple) 55%, #22a3c6 120%);
  color:#fff;
  font-weight:900;
  font-size:15px;
  padding:0 24px;
  border-radius:14px;
  min-height:48px;
  width:fit-content;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 34px rgba(15,23,42,.2);
}
.instructor-promo-btn:hover{filter:brightness(1.06);color:#fff}

/* TESTIMONIALS */
.testimonials-section{padding:64px 0;background:var(--theme-body-bg, #fff);border-top:1px solid var(--udemy-border)}
.testimonials-wrapper{max-width:none;margin:0;padding:0 48px}
.testimonials-title{font-size:28px;font-weight:700;margin:0 0 32px;color:var(--udemy-black)}
.testimonials-swiper .swiper-wrapper{align-items:stretch}
.testimonials-swiper .swiper-slide{height:auto;display:flex}
.testimonial-card-v2{height:100%;display:flex;flex-direction:column;width:100%}
.testimonial-card-v2 .dashboard-card-body{flex:1;display:flex;align-items:flex-start}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}
.testimonial-name{font-size:14px;font-weight:800;color:var(--udemy-black);line-height:1.2}
.testimonial-role{font-size:13px;color:var(--udemy-gray);margin-top:2px}
.testimonial-text{font-size:15px;color:var(--udemy-dark-gray);line-height:1.7;margin:0;font-style:normal}
.testimonial-stars{display:flex;align-items:center;gap:2px;margin-top:6px}
.testimonial-stars i{color:var(--udemy-yellow);font-size:14px}
.testimonial-rating-text{font-weight:800;font-size:13px;color:var(--udemy-black)}
.testimonial-quote i{font-size:26px;color:var(--udemy-purple);opacity:.35}

/* Reuse dashboard-card look from theme playground */
.dashboard-card{
  background:var(--card-bg, #fff);
  border:1px solid var(--udemy-border);
  border-radius:var(--button-radius, 10px);
  box-shadow:var(--theme-shadow, 0 2px 4px rgba(0,0,0,.08));
}
.dashboard-card-header{
  padding:16px 20px;
  border-bottom:1px solid #f0f0f0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.dashboard-card-body{padding:16px 20px}
.testimonial-card-v2 .dashboard-card-body{background:var(--udemy-bg)}

/* FOOTER */
.landing-footer{background:var(--udemy-black)}
.footer-top{border-bottom:1px solid var(--udemy-dark-gray);padding:32px 0}
.footer-wrapper{max-width:none;margin:0;padding:0 48px}
.footer-newsletter-title{font-size:20px;font-weight:700;color:#fff;max-width:600px;line-height:1.5;margin:0}
.footer-links-section{padding:48px 0}
.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.footer-col-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.footer-links-list{list-style:none;padding:0;margin:0}
.footer-links-list a{font-size:14px;color:#9fa4a9;text-decoration:none;line-height:2.2;transition:.15s}
.footer-links-list a:hover{color:#fff}
.footer-bottom{border-top:1px solid var(--udemy-dark-gray);padding:20px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footer-logo{display:flex;align-items:center;gap:8px}
.footer-brand-name{font-size:18px;font-weight:700;color:#fff}
.footer-social{display:flex;gap:8px}
.footer-social-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);color:#9fa4a9;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease}
.footer-social-btn:hover{background:rgba(255,255,255,.2);color:#fff}
.footer-copyright{font-size:13px;color:var(--udemy-gray)}

/* Responsive */
@media (max-width:1023px){
  .course-card-tooltip{display:none}
}
@media (max-width:1024px){
  .topics-columns{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1200px){
  .top-categories-grid{grid-template-columns:repeat(4,1fr)}
  .edu-bundle-card{grid-template-columns:1fr}
  .edu-bundle-right{border-left:none;border-top:1px solid var(--udemy-border)}
}
@media (max-width:992px){
  .top-categories-grid{grid-template-columns:repeat(2,1fr)}
  .topics-columns{grid-template-columns:1fr}
  .edu-bundle-mini-grid{grid-template-columns:1fr}
  .edu-spotlight-title{font-size:28px}
  .edu-spotlight-sub{font-size:14px}
}
@media (max-width:768px){
  .hero-carousel-indicators{left:12px;top:12px}
  .hero-carousel .carousel-control-prev{right:144px;top:10px}
  .hero-carousel .carousel-control-next{right:98px;top:10px}
  .hero-content-wrapper{padding:76px 20px 64px}
  .hero-grid{grid-template-columns:1fr;gap:24px}
  .hero-headline{font-size:38px}
  .hero-subtext{font-size:16px}
  .trusted-wrapper,.courses-section-wrapper,.top-categories-wrapper,.stats-wrapper,.topics-wrapper,.instructor-promo-wrapper,.testimonials-wrapper,.footer-wrapper,.edu-spotlight-wrapper,.edu-catalog-wrapper,.courses-page-hero-inner,.landing-insights-wrapper,.landing-spotlights-wrapper{padding:0 16px}
  .top-categories-head{flex-direction:column;align-items:flex-start}
  .top-categories-summary{align-items:flex-start;min-width:0;width:100%}
  .landing-insights-grid{grid-template-columns:1fr}
  .landing-signal-grid{grid-template-columns:1fr 1fr}
  .landing-spotlights-header{flex-direction:column;align-items:flex-start}
  .landing-spotlight-cards{grid-template-columns:1fr}
  .courses-page-hero{padding:36px 0 26px}
  .top-categories-grid{grid-template-columns:repeat(3,1fr)}
  .category-pills-wrapper{padding:0 16px}
  .edu-catalog-grid{grid-template-columns:1fr}
  .edu-filters{display:none}
  .edu-row{grid-template-columns:200px 1fr 120px}
  .stats-content{flex-direction:column;gap:32px;align-items:flex-start}
  .stats-numbers-block{width:100%}
  .footer-links-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:576px){
  .landing-insights-section,.landing-spotlights-section{padding:42px 0}
  .top-categories-title{font-size:26px}
  .landing-section-title{font-size:26px}
  .landing-signal-grid{grid-template-columns:1fr}
  .landing-journey-item{grid-template-columns:48px 1fr}
  .landing-journey-step{width:48px;height:48px}
  .landing-spotlight-top{flex-direction:column}
  .landing-spotlight-metrics{grid-template-columns:1fr 1fr}
  .hero-bg-image{min-height:380px}
  .hero-content-wrapper{padding:64px 16px 54px}
  .hero-headline{font-size:30px}
  .hero-subtext{font-size:15px}
  .hero-search-inner{height:50px}
  .hero-trending{display:none}
  .hero-proof-item{min-width:118px}
  .trusted-wrapper{flex-direction:column;text-align:center}
  .trusted-label{white-space:normal}
  .trusted-logos{justify-content:center;gap:16px}
  .trusted-logo-item{font-size:14px}
  .top-categories-grid{grid-template-columns:1fr}
  .category-pills-grid{gap:8px;flex-wrap:wrap;overflow:visible}
  .category-pill{flex:1 1 calc(50% - 8px)}
  .edu-bundle-card{grid-template-columns:1fr}
  .edu-bundle-right{border-left:none;border-top:1px solid var(--udemy-border)}
  .edu-bundle-mini-grid{grid-template-columns:1fr}
  .edu-mini-plus{display:none}
  .edu-featured-card-v2{grid-template-columns:1fr}
  .edu-featured-thumb{aspect-ratio:16/9}
  .edu-catalog-topbar{flex-wrap:wrap;padding:10px}
  .edu-sort-box{min-width:180px}
  .edu-results-count{margin-left:0}
  .edu-row{grid-template-columns:1fr;gap:12px;padding:12px}
  .edu-row-title{font-size:18px}
  .edu-row-price-now{font-size:20px}
  .edu-row-price{text-align:left;border-left:none;padding-left:0}
  .edu-results-grid{grid-template-columns:1fr}
  .topics-columns{grid-template-columns:1fr}
  .topics-column{padding:14px}
  .topics-title{font-size:30px}
  .top-categories-title{font-size:30px}
  .edu-spotlight-title{font-size:26px}
  .stats-content{grid-template-columns:1fr;padding:18px;border-radius:18px}
  .stats-kicker{margin-bottom:10px}
  .stats-headline{font-size:30px}
  .stats-subtext{font-size:15px}
  .stat-item{min-height:128px}
  .stat-number{font-size:28px}
  .instructor-promo-content{flex-direction:column}
  .instructor-promo-text{padding:24px 18px}
  .instructor-promo-image{min-height:220px}
  .footer-links-grid{grid-template-columns:1fr}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start}
}

@media (min-width:769px) and (max-width:1200px){
  .edu-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
