.img__course__hero {
      width: 120%;
      max-width: 750px;
}

/* Telegram ready courses */

.telegram-ready-courses {
      position: relative;
      width: 100%;
      padding: 110px 0 90px;
      overflow: hidden;
      margin-top: 80px;
}

.telegram-ready-courses__bg {
      position: absolute;
      inset: 0;
      background: url("../img/course/telegram-course/course-section/bg__img.webp") center center / cover no-repeat;
      transform: scale(1.06);
      filter: blur(1px);
      z-index: 1;
}

.telegram-ready-courses__overlay {
      position: absolute;
      inset: 0;
      background: rgba(132, 180, 67, 0.38);
      z-index: 2;
}

.telegram-ready-courses .container {
      position: relative;
      z-index: 3;
}

.telegram-ready-courses__inner {
      position: relative;
}

.telegram-ready-courses__header {
      text-align: center;
      margin-bottom: 44px;
}

.telegram-ready-courses__header h2 {
      margin: 0;
      font-size: 58px;
      line-height: 1.08;
      font-weight: 800;
      color: #ffffff;
}

.telegram-ready-courses__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      align-items: stretch;
}

/* Card in hero-card style */
.telegram-ready-card {
      position: relative;
      z-index: 3;
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 28px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      padding: 28px 26px 24px;
      min-height: 100%;
      border: 1px solid rgba(255, 255, 255, 0.32);
}

.telegram-ready-card h3 {
      margin: 0 0 24px;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 900;
      color: #162419;
      text-transform: uppercase;
      text-align: center;
      min-height: 126px;
}

.telegram-ready-card__price {
      background: #9bc45a;
      color: #ffffff;
      font-size: 28px;
      line-height: 1.2;
      font-weight: 800;
      text-align: center;
      padding: 18px 16px;
      border-radius: 16px;
      margin-bottom: 22px;
}

.telegram-ready-card p {
      margin: 0 0 24px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.75;
      color: #606070;
      flex-grow: 1;
}

.telegram-ready-card__tags {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      margin-bottom: 26px;
      gap: 10px;
}

.telegram-ready-card__tags span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      max-width: 100%;
      min-height: 48px;
      padding: 10px 26px;
      border: 3px solid #8dbd47;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      color: #8dbd47;
      background: rgba(255, 255, 255, 0.95);
      text-align: center;
}

.telegram-ready-card__btn {
      margin-top: auto;
      width: 100%;
      min-height: 58px;
      border: none;
      border-radius: 8px;
      background: #98c15a;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: opacity 0.2s ease, transform 0.2s ease;
}

.telegram-ready-card__btn:hover {
      opacity: 0.92;
      transform: translateY(-2px);
}

@media (max-width: 1200px) {
      .telegram-ready-courses {
            padding: 90px 0 70px;
      }

      .telegram-ready-courses__header h2 {
            font-size: 46px;
      }

      .telegram-ready-card {
            border-radius: 24px;
            padding: 24px 20px 20px;
      }

      .telegram-ready-card h3 {
            font-size: 24px;
            min-height: 104px;
      }

      .telegram-ready-card__price {
            font-size: 24px;
            border-radius: 14px;
      }

      .telegram-ready-card p {
            font-size: 15px;
      }
}

@media (max-width: 992px) {
      .telegram-ready-courses__grid {
            grid-template-columns: 1fr;
            max-width: 560px;
            margin: 0 auto;
      }

      .telegram-ready-courses__header {
            margin-bottom: 30px;
      }

      .telegram-ready-courses__header h2 {
            font-size: 38px;
      }

      .telegram-ready-card h3 {
            min-height: auto;
      }
}

@media (max-width: 576px) {
      .telegram-ready-courses {
            padding: 60px 0;
      }

      .telegram-ready-courses__bg {
            filter: blur(4px);
      }

      .telegram-ready-courses__header h2 {
            font-size: 30px;
      }

      .telegram-ready-card {
            border-radius: 20px;
            padding: 20px 16px 16px;
      }

      .telegram-ready-card h3 {
            font-size: 18px;
            line-height: 1.14;
            margin-bottom: 18px;
      }

      .telegram-ready-card__price {
            font-size: 18px;
            padding: 14px 12px;
            border-radius: 12px;
            margin-bottom: 18px;
      }

      .telegram-ready-card p {
            font-size: 14px;
            line-height: 1.65;
            margin-bottom: 18px;
      }

      .telegram-ready-card__tags {
            margin-bottom: 20px;
      }

      .telegram-ready-card__tags span {
            min-height: 42px;
            padding: 8px 18px;
            font-size: 13px;
      }

      .telegram-ready-card__btn {
            min-height: 50px;
            font-size: 16px;
      }
}

/* End */


/* Audience section */

.audience {
      padding: 90px 0;
}

.audience__header {
      font-family: "Poppins", sans-serif;
      text-align: center;
      margin-bottom: 42px;
}

.audience__header h2 {
      margin: 0 0 10px;
      font-size: 48px;
      line-height: 1.1;
      font-weight: 800;
      color: #1b1d27;
}

.audience__header p {
      margin: 0;
      font-size: 20px;
      line-height: 1.45;
      color: #6b6f76;
}

.audience__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      align-items: stretch;
}

.audience__card {
      position: relative;
      border-radius: 20px;
      overflow: visible;
}

.audience__card__icon {
      position: absolute;
      top: -18px;
      left: -18px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #8fc63f;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
      z-index: 3;
}

.icon__1 img {
      width: 55px !important;
      height: 55px !important;
}

.audience__card__icon img {
      width: 55px;
      height: 40px;
      object-fit: contain;
      display: block;
}

.audience__card__image {
      width: 100%;
      height: 100%;
      min-height: 470px;
      object-fit: cover;
      display: block;
      border-radius: 20px;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1200px) {
      .audience__header h2 {
            font-size: 40px;
      }

      .audience__header p {
            font-size: 18px;
      }

      .audience__card__image {
            min-height: 420px;
      }
}

@media (max-width: 992px) {
      .audience {
            padding: 70px 0;
      }

      .audience__grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
      }

      .audience__header {
            margin-bottom: 34px;
      }

      .audience__header h2 {
            font-size: 34px;
      }

      .audience__header p {
            font-size: 16px;
      }

      .audience__card__image {
            min-height: 400px;
      }
}

@media (max-width: 768px) {
      .audience__grid {
            grid-template-columns: 1fr;
            max-width: 420px;
            margin: 0 auto;
      }

      .audience__card__image {
            min-height: 460px;
      }
}

@media (max-width: 576px) {
      .audience {
            padding: 56px 0;
      }

      .audience__header {
            margin-bottom: 26px;
      }

      .audience__header h2 {
            font-size: 28px;
      }

      .audience__header p {
            font-size: 15px;
      }

      .audience__card__icon {
            width: 48px;
            height: 48px;
            top: -14px;
            left: -10px;
      }

      .audience__card__icon img {
            width: 24px;
            height: 24px;
      }

      .audience__card__image {
            min-height: 400px;
            border-radius: 18px;
      }
}
