.course-hero__subtitle--mobile,
.course-hero__speaker,
.skills-mobile-arrows {
  display: none;
}

@media (min-width: 901px) {
  .course-hero {
    height: 670px;
    min-height: 670px;
    background: #020303;
  }

  .course-hero__bg,
  .course-hero__bg-left,
  .course-hero__bg-right {
    height: 670px;
  }

  .course-hero__inner {
    padding-top: 142px;
  }

  .breadcrumbs {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero__copy {
    width: 714px;
    gap: 32px;
    align-items: flex-start;
  }

  .course-tags {
    gap: 12px;
    margin: 0;
  }

  .course-tags span {
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .course-tags .is-accent {
    border: 1px solid #c20000;
    background: #280000;
  }

  .course-hero h1 {
    width: 714px;
    max-width: 714px;
    margin: -8px 0 -16px;
    color: #f4f6f8;
    text-align: left;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .course-hero__subtitle--desktop {
    display: block;
    width: 612px;
    max-width: 612px;
    margin: 0 0 0 102px !important;
    color: #f4f6f8;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .course-hero__actions {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 714px;
    margin: 0;
  }

  .course-hero__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 56px;
    min-height: 56px;
    padding: 16px 32px;
    overflow: visible;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
  }

  .course-hero__actions .btn-light {
    width: 194px;
    min-width: 194px;
  }

  .course-hero__actions .btn-ghost {
    width: 338px;
    min-width: 338px;
  }

  .course-skills {
    padding: 100px 0;
    background: #f4f6f8;
  }

  .course-skills .course-section-head {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .course-skills .course-section-head > div {
    width: 760px;
  }

  .course-skills .course-section-head p {
    margin: 0 0 16px;
    color: #020303;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }

  .course-skills .course-section-head p span {
    color: #c20000;
    margin-right: 8px;
  }

  .course-skills .course-section-head h2 {
    width: 760px;
    margin: 0;
    color: #020303;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .course-skills .course-section-head small {
    width: 376px;
    margin-top: 15px;
    color: #383c43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .skill-grid[data-skills-track] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: initial;
    gap: 24px;
    width: 100%;
    margin: 0 0 40px;
    transform: none !important;
  }

  .skill-grid[data-skills-track] article {
    width: auto;
    min-height: 160px;
    height: auto;
    padding: 24px 32px;
    border: 1px solid #8f9399;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
  }

  .skill-grid[data-skills-track] h3 {
    margin: 0 0 12px;
    color: #020303;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .skill-grid[data-skills-track] p {
    margin: 0;
    color: #383c43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (max-width: 900px) {
  .course-page .shell,
  .course-page .nav {
    width: min(calc(100% - 32px), 370px);
  }

  .course-hero {
    height: 760px;
    overflow: hidden;
    background: #020303;
  }

  .course-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    height: 44px;
    background: #ffffff;
    clip-path: polygon(0 55%, 100% 18%, 100% 100%, 0 100%);
    pointer-events: none;
  }

  .course-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 350px;
    z-index: 1;
    width: 585px;
    height: 429px;
    transform: translateX(-50%);
    background: url("./assets/course-hero-right-mobile.png") center / contain no-repeat;
    pointer-events: none;
  }

  .course-hero__bg-left {
    content: url("./assets/course-hero-left-mobile.png");
    left: 0;
    top: 0;
    z-index: 0;
    width: 402px;
    max-width: none;
    height: 655px;
    object-fit: fill;
  }

  .course-hero__bg-right {
    display: none !important;
  }

  .course-hero__inner {
    position: relative;
    z-index: 4;
    padding-top: 92px;
  }

  .breadcrumbs {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero__copy {
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .course-tags {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 22px;
    gap: 11px;
    margin: 0 0 15px;
    overflow: visible;
  }

  .course-tags span {
    min-height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f4f6f8;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .course-tags span:nth-child(2) {
    position: relative;
    padding-left: 21px;
  }

  .course-tags span:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    transform: translateY(-50%) rotate(90deg);
    background: #c20000;
  }

  .course-tags .is-accent {
    position: absolute;
    left: 50%;
    top: 462px;
    width: 280px;
    min-height: 22px;
    transform: translateX(-50%);
    color: #f4f6f8;
    text-align: center;
    text-transform: uppercase;
  }

  .course-hero h1 {
    width: 367px;
    max-width: 100%;
    margin: 0 0 18px;
    color: #f4f6f8;
    text-align: center;
    font-size: 42px;
    line-height: .9;
    font-weight: 500;
    letter-spacing: 0;
  }

  .course-hero__subtitle--desktop {
    display: none;
  }

  .course-hero__subtitle--mobile {
    display: block;
    width: 322px;
    max-width: 100%;
    margin: 0 auto 28px;
    color: #f4f6f8;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
  }

  .course-hero__actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }

  .course-hero__actions .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 32px;
    justify-content: center;
    border-radius: 999px;
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero__actions .btn-light {
    font-size: 0;
  }

  .course-hero__actions .btn-light::before {
    content: attr(data-mobile-label);
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero__speaker {
    position: absolute;
    left: calc(50% - 182px);
    top: 633px;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    width: min(409px, calc(100% - 19px));
    gap: 3px;
    color: #f4f6f8;
  }

  .course-hero__speaker img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 999px;
    background: #c20000;
    object-fit: cover;
  }

  .course-hero__speaker div {
    min-width: 0;
    padding-top: 1px;
  }

  .course-hero__speaker strong {
    display: block;
    margin-bottom: 4px;
    font-size: 26px;
    line-height: .9;
    font-weight: 400;
    letter-spacing: 0;
  }

  .course-hero__speaker p {
    width: 301px;
    max-width: 100%;
    margin: 0;
    color: #f4f6f8;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
  }

  .course-skills {
    padding: 22px 0 48px;
    overflow: hidden;
  }

  .course-skills .shell {
    position: relative;
  }

  .course-skills .course-section-head {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 66px;
  }

  .course-skills .course-section-head p {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 38px;
    margin: 0 0 39px;
    padding: 8px 16px;
    border: 1px solid #c20000;
    border-radius: 999px;
    color: #020303;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .course-skills .course-section-head p span {
    display: none;
  }

  .course-skills .course-section-head h2 {
    width: 100%;
    margin: 0 0 16px;
    color: #020303;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .course-skills .course-section-head small {
    width: 100%;
    color: #383c43;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0;
  }

  .skills-mobile-arrows {
    position: absolute;
    top: 195px;
    right: 0;
    z-index: 3;
    display: flex;
    gap: 6px;
  }

  .skills-mobile-arrows button {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    padding: 0;
    border: 1px solid #c20000;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
  }

  .skills-mobile-arrows button:disabled {
    opacity: .45;
    cursor: default;
  }

  .skills-mobile-arrows img {
    width: 14px;
    height: 14px;
    filter: invert(11%) sepia(96%) saturate(5830%) hue-rotate(358deg) brightness(78%) contrast(112%);
  }

  .skill-grid[data-skills-track] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    grid-template-rows: repeat(2, 237px);
    gap: 17px 15px;
    width: max-content;
    margin: 0 0 32px 10px;
    transform: translateX(calc(var(--skills-mobile-page, 0) * -365px));
    transition: transform .32s ease;
    will-change: transform;
  }

  .skill-grid[data-skills-track] article {
    width: 350px;
    height: 237px;
    min-height: 237px;
    padding: 23px 27px;
    border: 0;
    border-radius: 21px;
    background: #f4f6f8;
    box-shadow: 0 4px 10px rgba(2, 3, 3, .08);
  }

  .skill-grid[data-skills-track] article:nth-child(1) { order: 1; }
  .skill-grid[data-skills-track] article:nth-child(3) { order: 2; }
  .skill-grid[data-skills-track] article:nth-child(2) { order: 3; }
  .skill-grid[data-skills-track] article:nth-child(4) { order: 4; }
  .skill-grid[data-skills-track] article:nth-child(5) { order: 5; }
  .skill-grid[data-skills-track] article:nth-child(6) { order: 6; }

  .skill-grid[data-skills-track] h3 {
    margin: 0;
    color: #020303;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .skill-grid[data-skills-track] p {
    margin: 79px 0 0;
    color: #020303;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .resume-row {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .course-hero__speaker {
    left: 19px;
    width: calc(100% - 38px);
    gap: 10px;
  }

  .course-hero__speaker strong {
    font-size: 24px;
  }

  .skill-grid[data-skills-track] {
    margin-left: 0;
  }
}


/* Exact Figma override: hero 4886:10496, skills 4886:10532 */
@media (min-width: 901px) {
  body .course-page .course-hero {
    position: relative !important;
    height: 800px !important;
    min-height: 800px !important;
    overflow: hidden !important;
    background:
      linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.93) 30%, rgba(36,0,0,.70) 51%, rgba(70,0,0,.45) 68%, rgba(0,0,0,.15) 100%),
      linear-gradient(0deg, rgba(148,0,0,.88) 0%, rgba(85,0,0,.50) 32%, rgba(0,0,0,0) 68%),
      url("./assets/ai_ml_background.svg") right top / auto 800px no-repeat,
      #030303 !important;
  }

  body .course-page .course-hero::before {
    content: "" !important;
    position: absolute !important;
    left: -8% !important;
    right: -8% !important;
    bottom: -1px !important;
    z-index: 2 !important;
    height: 130px !important;
    background: #fff !important;
    clip-path: polygon(0 62%, 100% 28%, 100% 100%, 0 100%) !important;
    pointer-events: none !important;
  }

  body .course-page .course-hero::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 70px !important;
    z-index: 1 !important;
    height: 310px !important;
    background: radial-gradient(ellipse at 48% 100%, rgba(194,0,0,.78), rgba(95,0,0,.45) 42%, rgba(0,0,0,0) 72%) !important;
    pointer-events: none !important;
  }

  body .course-page .course-hero__bg,
  body .course-page .course-hero__video {
    display: none !important;
  }

  body .course-page .course-hero > [data-common-header],
  body .course-page .course-hero__inner,
  body .course-page .course-hero__speaker {
    position: relative !important;
    z-index: 4 !important;
  }

  body .course-page .course-hero__inner.shell {
    width: 1192px !important;
    padding-top: 123px !important;
  }

  body .course-page .course-hero .breadcrumbs {
    margin: 0 0 62px !important;
    color: rgba(244,246,248,.9) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  body .course-page .course-hero__copy {
    display: block !important;
    width: 714px !important;
    max-width: 714px !important;
  }

  body .course-page .course-tags {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    min-height: 22px !important;
    margin: 0 0 79px !important;
    overflow: visible !important;
  }

  body .course-page .course-tags span {
    position: relative !important;
    min-height: 22px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(244,246,248,.84) !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }

  body .course-page .course-tags span + span {
    margin-left: 34px !important;
  }

  body .course-page .course-tags span + span::before {
    content: "" !important;
    position: absolute !important;
    left: -24px !important;
    top: 50% !important;
    width: 16px !important;
    height: 1px !important;
    transform: translateY(-50%) !important;
    background: #c20000 !important;
  }

  body .course-page .course-hero h1 {
    width: 714px !important;
    max-width: 714px !important;
    margin: 0 0 30px !important;
    color: #f4f6f8 !important;
    text-align: left !important;
    font-size: 64px !important;
    line-height: .95 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  body .course-page .course-hero__subtitle--desktop {
    display: block !important;
    width: 714px !important;
    max-width: 714px !important;
    margin: 0 !important;
    color: rgba(244,246,248,.76) !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
  }

  body .course-page .course-hero__actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    width: 593px !important;
    margin: 85px 0 0 !important;
  }

  body .course-page .course-hero__actions .btn {
    height: 56px !important;
    min-height: 56px !important;
    padding: 16px 32px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
  }

  body .course-page .course-hero__actions .btn-light {
    width: 239px !important;
    min-width: 239px !important;
  }

  body .course-page .course-hero__actions .btn-ghost {
    width: 338px !important;
    min-width: 338px !important;
    color: #f4f6f8 !important;
    border-color: rgba(244,246,248,.85) !important;
    background: rgba(255,255,255,.03) !important;
  }

  body .course-page .course-hero__speaker {
    position: absolute !important;
    left: calc(50% - 720px + 922px) !important;
    top: 595px !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    width: 425px !important;
    height: 96px !important;
    gap: 22px !important;
    color: #f4f6f8 !important;
  }

  body .course-page .course-hero__speaker img {
    width: 96px !important;
    height: 96px !important;
    flex: 0 0 96px !important;
    border-radius: 999px !important;
    background: #c20000 !important;
    object-fit: cover !important;
  }

  body .course-page .course-hero__speaker strong {
    display: block !important;
    margin: 0 0 8px !important;
    color: #f4f6f8 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
  }

  body .course-page .course-hero__speaker p {
    width: 288px !important;
    margin: 0 !important;
    color: #f4f6f8 !important;
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
  }

  body .course-page .course-skills {
    min-height: 970px !important;
    padding: 78px 0 120px !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  body .course-page .course-skills .shell {
    display: grid !important;
    grid-template-columns: 408px 715px !important;
    column-gap: 69px !important;
    align-items: start !important;
    width: 1192px !important;
  }

  body .course-page .course-skills .course-section-head {
    grid-column: 1 !important;
    display: block !important;
    width: 408px !important;
    margin: 0 !important;
  }

  body .course-page .course-skills .course-section-head > div {
    width: 408px !important;
  }

  body .course-page .course-skills .course-section-head p {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 130px !important;
    min-height: 38px !important;
    margin: 0 0 43px !important;
    padding: 8px 16px !important;
    border: 1px solid #c20000 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #020303 !important;
    font-size: 0 !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
  }

  body .course-page .course-skills .course-section-head p::after {
    content: "НАВИЧКИ" !important;
    font-size: 16px !important;
  }

  body .course-page .course-skills .course-section-head p span {
    display: none !important;
  }

  body .course-page .course-skills .course-section-head h2 {
    width: 408px !important;
    margin: 0 0 16px !important;
    color: #020303 !important;
    font-size: 48px !important;
    line-height: 57px !important;
    font-weight: 500 !important;
  }

  body .course-page .course-skills .course-section-head small {
    display: block !important;
    width: 408px !important;
    margin: 0 !important;
    color: #020303 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  body .course-page .skills-mobile-arrows {
    display: none !important;
  }

  body .course-page .skill-grid[data-skills-track] {
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 350px) !important;
    grid-auto-flow: row !important;
    gap: 15px !important;
    width: 715px !important;
    margin: 0 !important;
    transform: none !important;
  }

  body .course-page .skill-grid[data-skills-track] article {
    width: 350px !important;
    height: 237px !important;
    min-height: 237px !important;
    padding: 23px 27px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(2,3,3,.13) !important;
  }

  body .course-page .skill-grid[data-skills-track] article:nth-child(odd) {
    background: #f4f6f8 !important;
  }

  body .course-page .skill-grid[data-skills-track] h3 {
    width: 242px !important;
    margin: 0 !important;
    color: #020303 !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
  }

  body .course-page .skill-grid[data-skills-track] p {
    width: 295px !important;
    margin: 62px 0 0 !important;
    color: #020303 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  body .course-page .resume-row {
    display: none !important;
  }
}

/* Course AI ML final fixes */
@media (min-width: 901px) {
  body .course-page .course-hero {
    height: 858px !important;
    min-height: 858px !important;
    overflow: hidden !important;
    background:
      linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 30%, rgba(0,0,0,.35) 58%, rgba(0,0,0,.08) 100%),
      url("./assets/ai_ml_background.svg") right top / auto 800px no-repeat,
      #000 !important;
  }

  body .course-page .course-hero::before {
    content: "" !important;
    position: absolute !important;
    left: -8% !important;
    right: -8% !important;
    bottom: -1px !important;
    z-index: 2 !important;
    height: 143px !important;
    background: #fff !important;
    clip-path: polygon(0 70%, 100% 16%, 100% 100%, 0 100%) !important;
    pointer-events: none !important;
  }

  body .course-page .course-hero::after {
    content: "" !important;
    position: absolute !important;
    left: calc(50% - 726px) !important;
    top: 495px !important;
    z-index: 1 !important;
    width: 1452px !important;
    height: 449px !important;
    pointer-events: none !important;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(194,0,0,.24) 0%, rgba(92,0,0,0) 70%),
      radial-gradient(ellipse at 50% 22%, rgba(194,0,0,.18) 0%, rgba(92,0,0,0) 74%),
      radial-gradient(ellipse at 50% 40%, rgba(194,0,0,.34) 0%, rgba(92,0,0,0) 72%),
      radial-gradient(ellipse at 50% 70%, rgba(194,0,0,.45) 0%, rgba(92,0,0,0) 70%),
      linear-gradient(3deg, rgba(194,0,0,.42) 8%, rgba(194,0,0,0) 70%) !important;
    filter: blur(86px) !important;
    opacity: .95 !important;
  }

  body .course-page .course-hero > [data-common-header],
  body .course-page .course-hero__inner,
  body .course-page .course-hero__speaker {
    position: relative !important;
    z-index: 5 !important;
  }

  body .course-page .course-hero__inner.shell { padding-top: 123px !important; }
  body .course-page .course-hero .breadcrumbs { margin: 0 0 86px !important; }
  body .course-page .course-tags { margin: 0 0 83px !important; }
  body .course-page .course-hero h1 { margin: 0 0 30px !important; font-size: 80px !important; line-height: 61px !important; }
  body .course-page .course-hero__actions { margin-top: 85px !important; }
  body .course-page .course-hero__speaker { position: absolute !important; top: 595px !important; left: calc(50% - 720px + 922px) !important; }
  body .course-page .course-skills { padding-bottom: 100px !important; }
  body .course-page .resume-row { grid-column: 1 / -1 !important; display: grid !important; grid-template-columns: 886px 274px !important; gap: 32px !important; width: 1192px !important; margin-top: 56px !important; }
}

@media (max-width: 900px) {
  body .course-page .course-hero {
    height: 760px !important;
    min-height: 760px !important;
    overflow: hidden !important;
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.92) 34%, rgba(2,3,3,.54) 58%, rgba(2,3,3,.96) 100%),
      linear-gradient(0deg, rgba(178,0,0,.42) 0%, rgba(96,0,0,.18) 33%, rgba(0,0,0,0) 63%),
      #020303 !important;
    border-bottom: 0 !important;
  }

  body .course-page .course-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: calc(50% - 367px) !important;
    top: 350px !important;
    z-index: 1 !important;
    width: 585px !important;
    height: 429px !important;
    transform: none !important;
    background: url("./assets/ai_ml_background.svg") center / 585px 429px no-repeat !important;
    pointer-events: none !important;
  }
  body .course-page .course-hero::before { height: 48px !important; clip-path: polygon(0 55%, 100% 18%, 100% 100%, 0 100%) !important; }
  body .course-page .course-hero__bg,
  body .course-page .course-hero__bg-left,
  body .course-page .course-hero__bg-right,
  body .course-page .course-hero__video { display: none !important; }

  body .course-page .course-hero__inner { padding-top: 92px !important; }
  body .course-page .course-hero .breadcrumbs { margin-bottom: 17px !important; }
  body .course-page .course-tags { justify-content: center !important; width: 100% !important; margin: 0 0 15px !important; gap: 11px !important; position: static !important; }
  body .course-page .course-tags span { min-height: 22px !important; color: #f4f6f8 !important; font-size: 12px !important; line-height: 22px !important; text-align: center !important; }
  body .course-page .course-tags .is-accent { position: absolute !important; left: 50% !important; top: 462px !important; z-index: 6 !important; width: 280px !important; transform: translateX(-50%) !important; background: transparent !important; border: 0 !important; color: #f4f6f8 !important; font-size: 12px !important; line-height: 22px !important; text-align: center !important; white-space: nowrap !important; }
  body .course-page .course-hero h1 { width: 367px !important; max-width: 100% !important; margin: 0 auto 18px !important; font-size: 42px !important; line-height: .9 !important; text-align: center !important; }
  body .course-page .course-hero__subtitle--mobile { width: 322px !important; max-width: 100% !important; margin: 0 auto 28px !important; font-size: 16px !important; line-height: 1 !important; text-align: center !important; }
  body .course-page .course-hero__actions { width: 100% !important; gap: 8px !important; margin: 0 !important; }
  body .course-page .course-hero__actions .btn { width: 100% !important; min-height: 50px !important; height: 50px !important; padding: 13px 32px !important; border-radius: 999px !important; font-size: 16px !important; line-height: 24px !important; }

  body .course-page .course-hero__actions .btn-ghost {
    color: #f4f6f8 !important;
    background: rgba(244, 246, 248, .04) !important;
    border: 1px solid rgba(244, 246, 248, .95) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: inset 0 0 0 1px rgba(244,246,248,.04) !important;
  }

  body .course-page .course-hero__speaker { left: calc(50% - 182px) !important; top: 633px !important; width: min(409px, calc(100% - 19px)) !important; gap: 22px !important; align-items: center !important; }
  body .course-page .course-hero__speaker img { width: 80px !important; height: 80px !important; flex: 0 0 80px !important; }
  body .course-page .course-hero__speaker strong { margin: 0 0 12px !important; font-size: 26px !important; line-height: .9 !important; font-weight: 500 !important; }
  body .course-page .course-hero__speaker p { width: 253px !important; font-size: 14px !important; line-height: 1 !important; font-weight: 500 !important; }

  body .course-page .course-skills {
    padding: 22px 0 48px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  body .course-page .course-skills::before,
  body .course-page .course-skills::after { display: none !important; }
  body .course-page .course-skills .course-section-head { margin-bottom: 66px !important; }
  body .course-page .skills-mobile-arrows { top: 195px !important; right: 0 !important; }
  body .course-page .resume-row { margin-top: 0 !important; }
}


/* AI ML mobile polish fixes */
@media (max-width: 900px) {
  body .course-page .course-hero {
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.94) 38%, rgba(2,3,3,.12) 67%, rgba(2,3,3,.40) 100%),
      radial-gradient(ellipse 190% 44% at 49% 84%, rgba(194,0,0,.58) 0%, rgba(194,0,0,.33) 32%, rgba(194,0,0,0) 72%),
      linear-gradient(0.182deg, rgba(194,0,0,.38) 10.052%, rgba(194,0,0,0) 67.511%),
      radial-gradient(ellipse 210% 48% at 46% -8%, rgba(255,0,0,.12) 0%, rgba(235,0,0,.08) 26.037%, rgba(153,0,0,0) 89.751%),
      #020303 !important;
  }

  body .course-page .course-tags .is-accent {
    top: 329px !important;
    z-index: 7 !important;
  }

  body .course-page .course-hero__actions .btn-ghost {
    background: rgba(244, 246, 248, .04) !important;
    background-color: rgba(244, 246, 248, .04) !important;
    border-color: #f4f6f8 !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    isolation: isolate !important;
  }

  body .course-page .skills-mobile-arrows button:disabled {
    opacity: 1 !important;
    border-color: #c8ccd1 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .course-page .skills-mobile-arrows button:disabled img {
    opacity: 1 !important;
    filter: invert(78%) sepia(5%) saturate(159%) hue-rotate(174deg) brightness(88%) contrast(89%) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  body .course-page .course-hero__actions .btn-ghost:hover,
  body .course-page .course-hero__actions .btn-ghost:focus-visible {
    border-color: #8f9399 !important;
    background: rgba(244,246,248,.04) !important;
    background-color: rgba(244,246,248,.04) !important;
  }
}


/* AI ML visible mobile red gradient */
@media (max-width: 900px) {
  body .course-page .course-hero::after {
    background:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.12) 46%, rgba(2,3,3,.58) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.72) 0%, rgba(194,0,0,.44) 34%, rgba(194,0,0,.16) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.52) 10.052%, rgba(194,0,0,.22) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/ai_ml_background.svg") center / 585px 429px no-repeat !important;
  }
}


/* AI ML final user tweaks */
@media (min-width: 901px) {
  body .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 30%, rgba(0,0,0,.35) 58%, rgba(0,0,0,.08) 100%),
      url("./assets/ai_ml_background.svg") right top / auto 780px no-repeat,
      #000 !important;
  }
}

@media (max-width: 900px) {
  body .course-page .course-hero::after {
    background:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.10) 46%, rgba(2,3,3,.50) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.50) 0%, rgba(194,0,0,.30) 34%, rgba(194,0,0,.10) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.34) 10.052%, rgba(194,0,0,.14) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/ai_ml_background.svg") center / 585px 429px no-repeat !important;
  }

  body .course-page .course-hero__actions .btn-light {
    font-size: 16px !important;
  }

  body .course-page .course-hero__actions .btn-light::before {
    content: none !important;
    display: none !important;
  }

  body .course-page .course-hero__actions .btn-ghost {
    color: #f4f6f8 !important;
    background:
      linear-gradient(180deg, rgba(244,246,248,.16) 0%, rgba(244,246,248,.035) 100%) !important;
    background-color: rgba(244,246,248,.08) !important;
    border: 1px solid rgba(244,246,248,.96) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.22),
      inset 0 -1px 0 rgba(255,255,255,.08),
      0 8px 22px rgba(0,0,0,.22) !important;
  }
}


/* AI ML final mobile gradient balance */
@media (max-width: 900px) {
  body .course-page .course-hero {
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.94) 38%, rgba(2,3,3,.16) 67%, rgba(2,3,3,.42) 100%),
      radial-gradient(ellipse 190% 44% at 49% 84%, rgba(194,0,0,.42) 0%, rgba(194,0,0,.22) 32%, rgba(194,0,0,0) 72%),
      linear-gradient(0.182deg, rgba(194,0,0,.26) 10.052%, rgba(194,0,0,0) 67.511%),
      radial-gradient(ellipse 210% 48% at 46% -8%, rgba(255,0,0,.08) 0%, rgba(235,0,0,.05) 26.037%, rgba(153,0,0,0) 89.751%),
      #020303 !important;
  }
}


/* AI ML exact Figma button and desktop bg position */
@media (min-width: 901px) {
  body .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 30%, rgba(0,0,0,.35) 58%, rgba(0,0,0,.08) 100%),
      url("./assets/ai_ml_background.svg") calc(100% - 42px) top / auto 780px no-repeat,
      #000 !important;
  }
}

body .course-page .course-hero__actions .btn-light {
  font-size: 16px !important;
}

body .course-page .course-hero__actions .btn-light::before {
  content: none !important;
  display: none !important;
}

body .course-page .course-hero__actions .btn-ghost {
  color: #f4f6f8 !important;
  background: rgba(244, 246, 248, .04) !important;
  background-color: rgba(244, 246, 248, .04) !important;
  border: 1px solid #f4f6f8 !important;
  border-radius: 32px !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  body .course-page .course-hero__actions .btn-ghost {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
  }
}

/* AI ML post-review hero refinements */
@media (min-width: 901px) {
  body .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.985) 0%, rgba(0,0,0,.90) 30%, rgba(0,0,0,.38) 58%, rgba(0,0,0,.10) 100%),
      url("./assets/ai_ml_background.svg") right top / auto 780px no-repeat,
      #000 !important;
  }

  body .course-page .course-hero::after {
    background:
      radial-gradient(ellipse at 50% 18%, rgba(194,0,0,.15) 0%, rgba(92,0,0,0) 70%),
      radial-gradient(ellipse at 50% 22%, rgba(194,0,0,.12) 0%, rgba(92,0,0,0) 74%),
      radial-gradient(ellipse at 50% 40%, rgba(194,0,0,.22) 0%, rgba(92,0,0,0) 72%),
      radial-gradient(ellipse at 50% 70%, rgba(194,0,0,.30) 0%, rgba(92,0,0,0) 70%),
      linear-gradient(3deg, rgba(194,0,0,.26) 8%, rgba(194,0,0,0) 70%) !important;
    opacity: .72 !important;
  }
}

body .course-page .course-hero__actions .btn-ghost {
  background: rgba(244, 246, 248, .04) !important;
  background-image: none !important;
  background-color: rgba(244, 246, 248, .04) !important;
  border: 1px solid #f4f6f8 !important;
  border-radius: 32px !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  body .course-page .course-hero__actions .btn-ghost:hover,
  body .course-page .course-hero__actions .btn-ghost:focus-visible {
    background: rgba(244, 246, 248, .04) !important;
    background-image: none !important;
    border-color: #f4f6f8 !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
  }
}


/* AI ML speaker and mobile reminder exact Figma values */
@media (min-width: 901px) {
  body .course-page .course-hero__speaker {
    top: 612px !important;
  }
}

@media (max-width: 900px) {
  body .course-page .course-hero__actions .btn-ghost {
    width: 370px !important;
    max-width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 16px 32px !important;
    gap: 8px !important;
    border: 1px solid #f4f6f8 !important;
    border-radius: 32px !important;
    background: #f4f6f80a !important;
    background-color: #f4f6f80a !important;
    background-image: none !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: none !important;
  }
}


/* AI ML mobile reminder visible backdrop layer */
@media (max-width: 900px) {
  body .course-page .course-hero__actions .btn-ghost {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
  }

  body .course-page .course-hero__actions .btn-ghost::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    border-radius: inherit !important;
    background: #f4f6f80a !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    pointer-events: none !important;
  }
}


/* Python Data Science updated Figma background */
@media (min-width: 901px) {
  body.course-variant-python-data-science .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.985) 0%, rgba(0,0,0,.90) 30%, rgba(0,0,0,.38) 58%, rgba(0,0,0,.10) 100%),
      url("./assets/python_background.svg") right top / 1354px 800px no-repeat,
      #000 !important;
  }

  body.course-variant-python-data-science .course-page .course-hero::after {
    content: "" !important;
    position: absolute !important;
    left: calc(50% - 726px) !important;
    top: 495px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 1452px !important;
    height: 449px !important;
    transform: none !important;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(194,0,0,.15) 0%, rgba(92,0,0,0) 70%),
      radial-gradient(ellipse at 50% 22%, rgba(194,0,0,.12) 0%, rgba(92,0,0,0) 74%),
      radial-gradient(ellipse at 50% 40%, rgba(194,0,0,.22) 0%, rgba(92,0,0,0) 72%),
      radial-gradient(ellipse at 50% 70%, rgba(194,0,0,.30) 0%, rgba(92,0,0,0) 70%),
      linear-gradient(3deg, rgba(194,0,0,.26) 8%, rgba(194,0,0,0) 70%) !important;
    filter: blur(86px) !important;
    opacity: .72 !important;
    pointer-events: none !important;
  }

  body.course-variant-python-data-science .course-page .course-hero h1 {
    font-size: 80px !important;
    line-height: 61px !important;
  }

  body.course-variant-python-data-science .course-page .course-hero__speaker {
    top: 595px !important;
  }
}

@media (max-width: 900px) {
  body.course-variant-python-data-science .course-page .course-hero {
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.94) 38%, rgba(2,3,3,.16) 67%, rgba(2,3,3,.42) 100%),
      radial-gradient(ellipse 190% 44% at 49% 84%, rgba(194,0,0,.42) 0%, rgba(194,0,0,.22) 32%, rgba(194,0,0,0) 72%),
      linear-gradient(0.182deg, rgba(194,0,0,.26) 10.052%, rgba(194,0,0,0) 67.511%),
      radial-gradient(ellipse 210% 48% at 46% -8%, rgba(255,0,0,.08) 0%, rgba(235,0,0,.05) 26.037%, rgba(153,0,0,0) 89.751%),
      #020303 !important;
  }

  body.course-variant-python-data-science .course-page .course-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 393px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 1014px !important;
    height: 373px !important;
    transform: translateX(-50%) !important;
    background:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.10) 46%, rgba(2,3,3,.50) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.50) 0%, rgba(194,0,0,.30) 34%, rgba(194,0,0,.10) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.34) 10.052%, rgba(194,0,0,.14) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/python_background.svg") center / 1014px 373px no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  body.course-variant-python-data-science .course-page .course-hero h1 {
    width: 367px !important;
  }

  body.course-variant-python-data-science .course-page .course-tags .is-accent {
    top: 329px !important;
  }
}

/* Python Data Science mobile hard alignment */
@media (max-width: 900px) {
  body.course-variant-python-data-science .course-page .course-hero::after {
    left: calc(50% - 722px) !important;
    top: 393px !important;
    width: max(1014px, calc(100vw + 521px)) !important;
    height: 373px !important;
    transform: none !important;
    background:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.10) 46%, rgba(2,3,3,.50) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.50) 0%, rgba(194,0,0,.30) 34%, rgba(194,0,0,.10) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.34) 10.052%, rgba(194,0,0,.14) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/python_background.svg") left center / 100% 373px no-repeat !important;
  }

  body.course-variant-python-data-science .course-page .course-tags .is-accent {
    position: absolute !important;
    left: 50% !important;
    top: 315px !important;
    z-index: 7 !important;
    width: 282px !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 22px !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
  }
}


/* Reinforcement Learning updated Figma background */
@media (min-width: 901px) {
  body.course-variant-reinforcement-learning .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.985) 0%, rgba(0,0,0,.90) 30%, rgba(0,0,0,.38) 58%, rgba(0,0,0,.10) 100%),
      url("./assets/rl_hero.svg") right top / 1440px 800px no-repeat,
      #000 !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-hero::after {
    content: "" !important;
    position: absolute !important;
    left: calc(50% - 726px) !important;
    top: 495px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 1452px !important;
    height: 449px !important;
    transform: none !important;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(194,0,0,.15) 0%, rgba(92,0,0,0) 70%),
      radial-gradient(ellipse at 50% 22%, rgba(194,0,0,.12) 0%, rgba(92,0,0,0) 74%),
      radial-gradient(ellipse at 50% 40%, rgba(194,0,0,.22) 0%, rgba(92,0,0,0) 72%),
      radial-gradient(ellipse at 50% 70%, rgba(194,0,0,.30) 0%, rgba(92,0,0,0) 70%),
      linear-gradient(3deg, rgba(194,0,0,.26) 8%, rgba(194,0,0,0) 70%) !important;
    filter: blur(86px) !important;
    opacity: .72 !important;
    pointer-events: none !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-hero h1 {
    font-size: 80px !important;
    line-height: 61px !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-hero__speaker {
    top: 595px !important;
  }
}

@media (max-width: 900px) {
  body.course-variant-reinforcement-learning .course-page .course-hero {
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.94) 38%, rgba(2,3,3,.16) 67%, rgba(2,3,3,.42) 100%),
      radial-gradient(ellipse 190% 44% at 49% 84%, rgba(194,0,0,.42) 0%, rgba(194,0,0,.22) 32%, rgba(194,0,0,0) 72%),
      linear-gradient(0.182deg, rgba(194,0,0,.26) 10.052%, rgba(194,0,0,0) 67.511%),
      radial-gradient(ellipse 210% 48% at 46% -8%, rgba(255,0,0,.08) 0%, rgba(235,0,0,.05) 26.037%, rgba(153,0,0,0) 89.751%),
      #020303 !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: calc(50% - 664px) !important;
    top: 393px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: max(1088px, calc(100vw + 600px)) !important;
    height: 373px !important;
    transform: none !important;
    background:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.10) 46%, rgba(2,3,3,.50) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.50) 0%, rgba(194,0,0,.30) 34%, rgba(194,0,0,.10) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.34) 10.052%, rgba(194,0,0,.14) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/rl_hero.svg") left center / 108% 400px no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-hero h1 {
    width: 367px !important;
  }

  body.course-variant-reinforcement-learning .course-page .course-tags .is-accent {
    position: absolute !important;
    left: 50% !important;
    top: 315px !important;
    z-index: 7 !important;
    width: 282px !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 22px !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
  }
}


/* AI for Marketing updated Figma background */
@media (min-width: 901px) {
  body.course-variant-ai-for-marketing .course-page .course-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.985) 0%, rgba(0,0,0,.90) 30%, rgba(0,0,0,.38) 58%, rgba(0,0,0,.10) 100%),
      url("./assets/ai_auto.svg") right top / 1440px 800px no-repeat,
      #000 !important;
  }

  body.course-variant-ai-for-marketing .course-page .course-hero::after {
    content: "" !important;
    position: absolute !important;
    left: calc(50% - 726px) !important;
    top: 495px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 1452px !important;
    height: 449px !important;
    transform: none !important;
    background:
      radial-gradient(ellipse at 50% 18%, rgba(194,0,0,.15) 0%, rgba(92,0,0,0) 70%),
      radial-gradient(ellipse at 50% 22%, rgba(194,0,0,.12) 0%, rgba(92,0,0,0) 74%),
      radial-gradient(ellipse at 50% 40%, rgba(194,0,0,.22) 0%, rgba(92,0,0,0) 72%),
      radial-gradient(ellipse at 50% 70%, rgba(194,0,0,.30) 0%, rgba(92,0,0,0) 70%),
      linear-gradient(3deg, rgba(194,0,0,.26) 8%, rgba(194,0,0,0) 70%) !important;
    filter: blur(86px) !important;
    opacity: .72 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 900px) {
  body.course-variant-ai-for-marketing .course-page .course-hero {
    background:
      linear-gradient(180deg, rgba(2,3,3,.98) 0%, rgba(2,3,3,.94) 38%, rgba(2,3,3,.16) 67%, rgba(2,3,3,.42) 100%),
      radial-gradient(ellipse 190% 44% at 49% 84%, rgba(194,0,0,.42) 0%, rgba(194,0,0,.22) 32%, rgba(194,0,0,0) 72%),
      linear-gradient(0.182deg, rgba(194,0,0,.26) 10.052%, rgba(194,0,0,0) 67.511%),
      radial-gradient(ellipse 210% 48% at 46% -8%, rgba(255,0,0,.08) 0%, rgba(235,0,0,.05) 26.037%, rgba(153,0,0,0) 89.751%),
      #020303 !important;
  }

  body.course-variant-ai-for-marketing .course-page .course-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 393px !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 100vw !important;
    height: 373px !important;
    transform: none !important;
    background-image:
      linear-gradient(180deg, rgba(2,3,3,0) 0%, rgba(2,3,3,0) 28%, rgba(2,3,3,.10) 46%, rgba(2,3,3,.50) 100%),
      radial-gradient(ellipse 120% 46% at 53% 78%, rgba(194,0,0,.50) 0%, rgba(194,0,0,.30) 34%, rgba(194,0,0,.10) 58%, rgba(194,0,0,0) 82%),
      linear-gradient(0.182deg, rgba(194,0,0,.34) 10.052%, rgba(194,0,0,.14) 38%, rgba(194,0,0,0) 67.511%),
      url("./assets/ai_auto.svg") !important;
    background-position: center, center, center, center !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, auto 145% !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  body.course-variant-ai-for-marketing .course-page .course-tags .is-accent {
    top: 315px !important;
  }
}
