:root {
  --color-primary: #00a7df;
  --color-orange: #f49209;
  --color-green: #8dbc28;
  --color-text: #0f172a;
  --color-muted: #475569;
  --color-border: #dbe7ef;
  --color-bg: #f7fcff;
  --color-card: #ffffff;
  --shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  --radius: 12px;
}

.about-hero {
  background: #ebfaff;
  overflow: hidden;
}

.about-hero .container {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

.about-hero__inner {
  min-height: 311px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 596px;
  align-items: center;
  gap: 28px;
}

.about-hero__copy {
  max-width: 620px;
  padding: 32px 0 36px;
  align-self: center;
}

.about-hero__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-hero__copy p {
  margin: 16px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.46;
  font-weight: 400;
}

.about-hero__media {
  margin: 0;
  min-height: 311px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about-hero__media img {
  width: 668px;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  align-self: flex-end;
}

.about-values {
  padding: 48px 0 56px;
  background: #ffffff;
}

.about-values__head {
  text-align: center;
}

.about-values__head h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-values__head p {
  margin: 12px auto 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.about-values__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.about-values__card {
  min-height: 136px;
  border-radius: 18px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-values__card--green {
  background: #f1f8df;
}

.about-values__card--sand {
  background: #fef1dd;
}

.about-values__card--blue {
  background: #ebfaff;
}

.about-values__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-values__icon img {
  width: 58px;
  height: 58px;
  display: block;
}

.about-values__card h3 {
  margin: 18px 0 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.cert-inner h3 {
    margin-right: 166px !important;
}

.about-values__actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.about-values__actions .btn {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
}

.about-mission {
  padding: 12px 0 56px;
  background: #ffffff;
}

.about-mission__head {
  text-align: center;
}

.about-mission__head h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-mission__head p {
  margin: 12px auto 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.about-mission__inner {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 576px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.about-mission__media {
  margin: 0;
}

.about-mission__media img {
  width: 100%;
  display: block;
  border-radius: 24px;
  aspect-ratio: 576 / 343;
  object-fit: cover;
  object-position: center center;
}

.about-mission__content {
  display: grid;
  gap: 22px;
  align-self: center;
}

.about-mission__card {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.about-mission__card h3 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}

.about-mission__card p {
  margin: 12px 0 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.about-courses {
  padding-top: 8px;
}

.about-courses__extra.is-hidden {
  display: none;
}

.about-courses__actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.about-courses__more {
  min-width: 140px;
  min-height: 52px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
}

.about-signup {
  padding: 18px 0 56px;
  background: #ffffff !important;
}

.about-signup .container {
  width: min(1216px, calc(100% - 56px));
}

.about-signup__inner {
  background: transparent !important;
  border-radius: 0;
  width: 100%;
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 576px;
  align-items: end;
  gap: 32px;
}

.about-signup__copy {
  min-height: 343px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding-bottom: 16px;
}

.about-signup__text {
  /* max-width: 360px; */
  display: block;
  visibility: visible;
  opacity: 1;
  color: #111111;
}

.about-signup__text h2 {
  margin: 0;
  color: #111111;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-signup__text p {
  margin: 12px 0 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.about-signup__list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about-signup__list li {
  position: relative;
  padding-left: 24px;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.about-signup__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

.about-signup__btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
}

.about-signup__media {
  margin: 0;
}

.about-signup__media img {
  width: 576px;
  max-width: none;
  display: block;
  border-radius: 24px;
  aspect-ratio: 576 / 343;
  object-fit: cover;
  object-position: center center;
}

.about-signup + .category-why {
  padding-top: 18px;
}

.about-signup + .category-why .category-why-head {
  margin-top: 0;
}

.trusted-strip.category-trusted.about-trusted {
  background: #ebfaff;
}

.category-testimonials.about-testimonials {
  background: #ffffff;
}

.about-contact {
  padding: 18px 0 56px;
  background: #ffffff;
}

.about-contact__head {
  text-align: center;
}

.about-contact__head h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-contact__head p {
  margin: 12px auto 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.about-contact__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-contact__card {
  min-height: 80px;
  border-radius: 10px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.about-contact__card--blue {
  background: #ebfaff;
}

.about-contact__card--sand {
  background: #fef1dd;
}

.about-contact__card--green {
  background: #f1f8df;
}

.about-contact__card img {
  width: 48px;
  height: 48px;
  display: block;
}

.about-contact__copy h3 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.about-contact__copy p {
  margin: 6px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .about-hero .container,
  .about-signup .container {
    width: min(100%, calc(100% - 32px));
  }

  .about-hero__inner,
  .about-mission__inner,
  .about-signup__inner {
    grid-template-columns: 1fr;
  }

  .about-values__grid,
  .about-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 18px 0 28px;
  }

  .about-hero__copy,
  .about-hero__media {
    min-height: 0;
  }

  .about-hero__media img {
    width: 100%;
    max-width: 668px;
  }

  .about-signup__media img {
    width: 100%;
    max-width: 576px;
  }

  .about-hero__copy h1,
  .about-values__head h2,
  .about-mission__head h2,
  .about-signup__text h2,
  .about-contact__head h2 {
    font-size: 28px;
  }

  .about-values__grid,
  .about-contact__grid {
    grid-template-columns: 1fr;
  }

  .about-mission__card h3 {
    font-size: 22px;
  }

  .about-mission__card p,
  .about-signup__text p,
  .about-signup__list li {
    font-size: 15px;
  }
}

.blog-page {
  padding: 36px 0 44px;
  background: #ffffff;
}

.blog-page .container {
  width: min(1220px, calc(100% - 56px));
}

.blog-page__title {
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.blog-page__layout {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 28px;
  align-items: start;
}

.blog-page__content {
  min-width: 0;
}

.blog-page__posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 28px;
}

.blog-page__card {
  background: #ffffff;
  border: 1px solid #eaf1f4;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  min-height: 392px;
  display: flex;
  flex-direction: column;
}

.blog-page__card.is-load-more-hidden {
  display: none;
}

.blog-page__card-media {
  display: block;
  padding: 14px 14px 0;
}

.blog-page__card-media img {
  width: 100%;
  height: 182px;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.blog-page__card-body {
  padding: 14px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-page__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ebfaff;
  color: #111111;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.blog-page__card h2 {
  margin: 16px 0 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
}

.blog-page__card p {
  margin: 12px 0 0;
  color: #111111;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.blog-page__link,
.blog-page__recent-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #00a7df;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.blog-page__link {
  padding-top: 16px;
}

.blog-page__loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 28px;
  color: #111111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.blog-page__loader[hidden] {
  display: none !important;
}

.blog-page__loader-spinner {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 167, 223, 0.18);
  border-top-color: #00a7df;
  border-radius: 50%;
  animation: blogPageSpin 0.8s linear infinite;
}

@keyframes blogPageSpin {
  to {
    transform: rotate(360deg);
  }
}

.blog-page__empty {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.blog-page__arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 9L9 3M4 3h5v5' stroke='%2300A7DF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.blog-page__sidebar {
  display: grid;
  gap: 22px;
}

.blog-page__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 0;
}

.blog-page__search input {
  min-width: 0;
  height: 52px;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: #ebfaff;
  padding: 0 18px;
  color: #111111;
  font-size: 16px;
  font-family: inherit;
}

.blog-page__search input::placeholder {
  color: #111111;
  opacity: 1;
}

.blog-page__search button {
  border: 0;
  border-radius: 0 10px 10px 0;
  background: #00a7df;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.blog-page__search button svg {
  width: 18px;
  height: 18px;
}

.blog-page__panel {
  border-radius: 12px;
  background: #ebfaff;
  padding: 20px 18px 20px;
}

.blog-page__panel h2,
.blog-page__recent h2 {
  margin: 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.blog-page__program-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.blog-page__program-list li {
  position: relative;
  padding-left: 24px;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.blog-page__program-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

.blog-page__program-list a {
  color: inherit;
  text-decoration: none;
}

.blog-page__recent {
  display: grid;
  gap: 12px;
}

.blog-page__recent-card {
  border: 1px solid #eaf1f4;
  border-radius: 10px;
  background: #ffffff;
  padding: 6px;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.blog-page__recent-card img {
  width: 100%;
  height: 80px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.blog-page__recent-card h3 {
  margin: 0;
  color: #111111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.blog-page__recent-link {
  margin-top: 8px;
  font-size: 12px;
}

.blog-page__newsletter {
  margin-top: 18px;
}

.blog-page__newsletter label {
  display: block;
  margin-bottom: 8px;
  color: #111111;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.blog-page__newsletter input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 18px;
  color: #6b7280;
  font-size: 14px;
  font-family: inherit;
}

.blog-page__newsletter-btn {
  width: 100%;
  margin-top: 22px;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: #00a7df;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
}

.blog-page__newsletter-note {
  margin: 20px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .blog-page .container {
    width: min(100%, calc(100% - 32px));
  }

  .blog-page__layout {
    grid-template-columns: 1fr;
  }

  .blog-page__sidebar {
    max-width: 332px;
  }
}

@media (max-width: 767px) {
  .blog-page {
    padding: 28px 0 34px;
  }

  .blog-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .blog-page__title {
    font-size: 28px;
  }

  .blog-page__layout {
    margin-top: 24px;
    gap: 24px;
  }

  .blog-page__posts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-page__card-media {
    padding: 12px 12px 0;
  }

  .blog-page__card-media img {
    height: 180px;
  }

  .blog-page__card-body {
    padding: 12px 16px 16px;
  }

  .blog-page__card h2 {
    font-size: 18px;
  }

  .blog-page__card p,
  .blog-page__newsletter-note {
    font-size: 13px;
    line-height: 1.45;
  }

  .blog-page__date {
    min-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }

  .blog-page__panel h2,
  .blog-page__recent h2 {
    font-size: 20px;
  }

  .blog-page__recent-card {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
  }

  .blog-page__recent-card img {
    height: 68px;
  }

  .blog-page__recent-card h3 {
    font-size: 13px;
  }

  .blog-page__newsletter-btn {
    min-height: 52px;
  }
}

.blog-details-page {
  padding: 28px 0 42px;
  background: #ffffff;
}

.blog-details-page .container {
  width: min(1220px, calc(100% - 56px));
}

.blog-details-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 28px;
  align-items: start;
}

.blog-details-page__article {
  min-width: 0;
}

.blog-details-page__article h1 {
  margin: 0;
  max-width: 760px;
  color: #111111;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.blog-details-page__hero {
  margin: 18px 0 0;
}

.blog-details-page__hero img {
  width: 100%;
  max-width: 760px;
  height: 310px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.blog-details-page__meta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.blog-details-page__meta-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00a7df;
}

.blog-details-page__meta-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.blog-details-page__toc {
  margin-top: 14px;
  max-width: 760px;
  border-radius: 12px;
  background: #ebfaff;
  padding: 14px 16px 12px;
}

.blog-details-page__toc h2 {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-details-page__toc ol {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #111111;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}

.blog-details-page__toc li + li {
  margin-top: 4px;
}

.blog-details-page__toc a {
  color: inherit;
  text-decoration: none;
}

.blog-details-page__content {
  max-width: 760px;
}

.blog-details-page__content > p,
.blog-details-page__content ul,
.blog-details-page__content ol,
.blog-details-page__content table,
.blog-details-page__content .wp-block-table,
.blog-details-page__content .wp-block-table table,
.blog-details-page__content h3 + p,
.blog-details-page__content h4 + p {
  margin-top: 14px;
}

.blog-details-page__content > p,
.blog-details-page__content li,
.blog-details-page__content h3 + p,
.blog-details-page__content h4 + p {
  color: #111111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.blog-details-page__content h2 {
  margin: 24px 0 0;
  color: #111111;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  scroll-margin-top: 120px;
}

.blog-details-page__content h3 {
  margin: 14px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.blog-details-page__content ul,
.blog-details-page__content ol {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.blog-details-page__content li {
  position: relative;
  padding-left: 24px;
}

.blog-details-page__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

.blog-details-page__content .wp-block-table,
.blog-details-page__content table {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #cfe3ec;
  border-collapse: collapse;
  background: #ffffff;
}

.blog-details-page__content .wp-block-table table {
  border: 0;
}

.blog-details-page__content thead th {
  background: #ebfaff;
  color: #111111;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  padding: 12px;
  border-right: 1px solid #cfe3ec;
}

.blog-details-page__content thead th:last-child {
  border-right: 0;
}

.blog-details-page__content tbody td {
  padding: 12px;
  border-top: 1px solid #cfe3ec;
  border-right: 1px solid #cfe3ec;
  color: #111111;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  vertical-align: top;
}

.blog-details-page__content tbody td:last-child {
  border-right: 0;
}

.blog-details-page__content tbody td:first-child {
  width: 130px;
}

.blog-details-page__navigation {
  margin-top: 26px;
  max-width: 760px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

.blog-details-page__nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111111;
  text-decoration: none;
}

.blog-details-page__nav--next {
  margin-left: auto;
  text-align: right;
}

.blog-details-page__nav-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #00a7df;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 26px;
}

.blog-details-page__nav-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blog-details-page__nav-copy small {
  color: #6b7280;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.blog-details-page__nav-copy strong {
  color: #111111;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .blog-details-page .container {
    width: min(100%, calc(100% - 40px));
  }

  .blog-details-page__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-details-page__sidebar {
    order: -1;
  }
}

@media (max-width: 767px) {
  .blog-details-page {
    padding: 24px 0 32px;
  }

  .blog-details-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .blog-details-page__article h1 {
    font-size: 24px;
  }

  .blog-details-page__hero {
    margin-top: 14px;
  }

  .blog-details-page__hero img {
    height: 220px;
  }

  .blog-details-page__meta {
    margin-top: 10px;
    font-size: 13px;
  }

  .blog-details-page__toc {
    margin-top: 12px;
    padding: 12px 14px 10px;
  }

  .blog-details-page__toc h2 {
    font-size: 14px;
  }

  .blog-details-page__toc ol,
  .blog-details-page__content > p,
  .blog-details-page__content li {
    font-size: 13px;
    line-height: 1.48;
  }

  .blog-details-page__content h2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .blog-details-page__content thead th,
  .blog-details-page__content tbody td {
    padding: 10px;
  }

  .blog-details-page__content h3 {
    font-size: 13px;
  }

  .blog-details-page__nav-copy strong {
    font-size: 12px;
  }

  .blog-details-page__navigation {
    flex-direction: column;
    gap: 14px;
  }

  .blog-details-page__nav--next {
    margin-left: 0;
  }
}

.testimonials-hero {
  background: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.085) 1.65px, transparent 1.65px);
  background-size: 50px 50px;
  overflow: hidden;
}

.testimonials-hero .container {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

.testimonials-hero__inner {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 663px;
  align-items: end;
  gap: 10px;
}

.testimonials-hero__copy {
  max-width: 700px;
  padding: 26px 0 28px;
  align-self: center;
}

.testimonials-hero__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 630px;
}

.testimonials-hero__copy p {
  margin: 18px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 700px;
}

.testimonials-hero__media {
  margin: 0;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.testimonials-hero__media img {
  width: 663px;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  align-self: flex-end;
}

.testimonials-grid-section {
  padding: 44px 0 36px;
  background: #ffffff;
}

.testimonials-grid-section .container {
  width: min(1216px, calc(100% - 56px));
}

.testimonials-grid-section__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonials-grid-section__rating img {
  width: 30px;
  height: 30px;
}

.testimonials-grid-section .rating-score {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.testimonials-grid-section .rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f49209;
  font-size: 18px;
  line-height: 1;
}

.testimonials-grid-section .rating-text {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.testimonials-grid-section h2 {
  margin: 12px 0 0;
  text-align: center;
  color: #000000;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.testimonials-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonials-grid__card {
  min-height: 222px;
  background: #ffffff;
  border: 1px solid #edf0f5;
  border-radius: 22px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
}

.testimonials-grid__stars {
  margin: 0;
  color: #f5be18;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.testimonials-grid__quote {
  margin: 18px 0 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
  min-height: 106px;
}

.testimonials-grid__card h4 {
  margin: 18px 0 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.testimonials-grid__role {
  margin: 6px 0 0;
  color: #111111;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.testimonials-love {
  padding: 26px 0 42px;
  background: #ffffff;
}

.testimonials-love .container {
  width: min(1216px, calc(100% - 56px));
}

.testimonials-love h2 {
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.testimonials-love__grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
	padding: 0px 99px;
}

.testimonials-love__card {
  min-height: 104px;
  border-radius: 16px;
  background: #ebfaff;
  padding: 16px 26px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.testimonials-love__card img {
  display: block;
  max-width: 100%;
  height: auto;
  justify-self: center;
}

.testimonials-love__content {
  min-width: 0;
}

.testimonials-love__label {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

.testimonials-love__score-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonials-love__score-row strong {
  color: #000000;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.testimonials-love__stars {
  color: #f5be18;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.testimonials-love__meta {
  margin: 8px 0 0;
  color: #111111;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.testimonials-love__score-row--bbb {
  gap: 10px;
}

.testimonials-love__bbb-text {
  color: #111111;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.contact-hero {
  background: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.085) 1.65px, transparent 1.65px);
  background-size: 50px 50px;
  overflow: hidden;
}

.contact-hero .container {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

.contact-hero__inner {
  min-height: 191px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 663px;
  align-items: end;
  gap: 8px;
}

.contact-hero__copy {
  max-width: 610px;
  padding: 24px 0 20px;
  align-self: center;
}

.contact-hero__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 31px;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.contact-hero__copy p {
  margin: 14px 0 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 580px;
}

.contact-hero__media {
  margin: 0;
  min-height: 191px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.contact-hero__media img {
  width: 680px;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  align-self: flex-end;
  transform: translateX(10px);
}

.contact-connect {
  padding: 28px 0 0;
  background: #ffffff;
}

.contact-connect .container {
  width: min(1216px, calc(100% - 56px));
}

.contact-connect__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 576px;
  gap: 18px;
  align-items: stretch;
}

.contact-connect__info,
.contact-connect__form-card {
  background: #ffffff;
  border: 1px solid #dfeef3;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 49, 63, 0.06);
}

.contact-connect__info {
  padding: 30px 32px 28px;
}

.contact-connect__info h2,
.contact-connect__form-card h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
}

.contact-connect__items {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.contact-connect__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.contact-connect__item img {
  width: 48px;
  height: 48px;
  display: block;
}

.contact-connect__item-copy h3 {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-connect__item-copy p {
  margin: 6px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.contact-connect__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-connect__actions .btn {
  min-height: 52px;
  min-width: 0;
  width: 100%;
  max-width: 270px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  justify-content: center;
}

.contact-connect__actions .contact-connect__ghost {
  background: #ffffff;
  border: 1.5px solid #8dbc28;
  border-color: #8dbc28;
  color: #111111;
  box-sizing: border-box;
	font-weight:600;
}

.contact-connect__trusted {
  margin-top: 32px;
}

.contact-connect__trusted > p {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.contact-connect__logos {
  margin-top: 22px;
  display: block;
}

.contact-connect__logo-card {
  min-height: 70px;
  border: 1px solid #e8eef1;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}

.contact-connect__logo-card img {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  display: block;
}

.contact-connect__logos.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.contact-connect__logos.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.contact-connect__logos.owl-carousel .contact-connect__logo-card {
  width: 100%;
}

.contact-connect__form-card {
  padding: 18px 22px 16px;
}

.contact-connect__form-card > p {
  margin: 8px 0 0;
  color: #000000;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.contact-connect__form {
  margin-top: 16px;
}

.contact-connect__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-connect__grid label,
.contact-connect__field {
  display: grid;
  gap: 5px;
}

.contact-connect__grid label span,
.contact-connect__field span {
  color: #3c3c3c;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 400;
}

.contact-connect__grid input,
.contact-connect__field textarea {
  width: 100%;
  border: 1px solid #d9dde2;
  border-radius: 10px;
  background: #ffffff;
  color: #7288a0;
  font-size: 13px;
  line-height: 1.2;
  outline: none;
}

.contact-connect__grid input {
  min-height: 48px;
  padding: 0 18px;
}

.contact-connect__field {
  margin-top: 12px;
}

.contact-connect__field textarea {
  min-height: 160px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-connect__grid input::placeholder,
.contact-connect__field textarea::placeholder {
  color: #7288a0;
}

.contact-connect__grid input:focus,
.contact-connect__field textarea:focus {
  border-color: #12a8df;
  box-shadow: 0 0 0 3px rgba(18, 168, 223, 0.12);
}

.contact-connect__submit {
  width: 100%;
  margin-top: 16px;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #12a8df;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.contact-connect__note {
  margin: 14px 0 0;
  color: #222222;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .contact-hero .container {
    width: min(100%, calc(100% - 40px));
    padding: 0;
  }

  .contact-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .contact-hero__copy {
    max-width: 100%;
    padding: 28px 0 0;
  }

  .contact-hero__copy h1 {
    font-size: 34px;
  }

  .contact-hero__copy p {
    margin-top: 14px;
    font-size: 15px;
  }

  .contact-hero__media {
    min-height: 0;
    justify-content: center;
  }

  .contact-hero__media img {
    width: min(100%, 663px);
  }

  .contact-connect .container {
    width: min(100%, calc(100% - 40px));
  }

  .contact-connect__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonials-hero .container {
    width: min(100%, calc(100% - 40px));
    padding: 0;
  }

  .testimonials-grid-section .container {
    width: min(100%, calc(100% - 40px));
  }

  .testimonials-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .testimonials-hero__copy {
    max-width: 100%;
    padding: 28px 0 0;
  }

  .testimonials-hero__copy h1 {
    max-width: 100%;
    font-size: 34px;
  }

  .testimonials-hero__copy p {
    margin-top: 14px;
    font-size: 15px;
  }

  .testimonials-hero__media {
    min-height: 0;
    justify-content: center;
  }

  .testimonials-hero__media img {
    width: min(100%, 663px);
  }

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

  .testimonials-love .container {
    width: min(100%, calc(100% - 40px));
  }

  .testimonials-love__grid {
    grid-template-columns: 1fr;
    gap: 16px;
	      padding: 0px;

  }
}

@media (max-width: 640px) {
  .contact-hero .container {
    width: min(100%, calc(100% - 24px));
  }

  .contact-hero__copy {
    padding: 24px 0 0;
  }

  .contact-hero__copy h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .contact-hero__copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-hero__media img {
    width: min(100%, 420px);
  }

  .contact-connect {
    padding: 20px 0 38px;
  }

  .contact-connect .container {
    width: min(100%, calc(100% - 24px));
  }

  .contact-connect__info {
    padding: 22px 18px 20px;
  }

  .contact-connect__form-card {
    padding: 18px 16px 16px;
  }

  .contact-connect__info h2,
  .contact-connect__form-card h2 {
    font-size: 24px;
  }

  .contact-connect__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-connect__item img {
    width: 42px;
    height: 42px;
  }

  .contact-connect__item-copy h3 {
    font-size: 17px;
  }

  .contact-connect__item-copy p {
    font-size: 14px;
  }

  .contact-connect__actions {
    gap: 12px;
  }

  .contact-connect__actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 15px;
  }

  .contact-connect__trusted > p {
    font-size: 15px;
  }

  .contact-connect__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-connect__grid {
    grid-template-columns: 1fr;
  }

  .contact-connect__submit {
    min-height: 48px;
    font-size: 17px;
  }

  .testimonials-hero .container {
    width: min(100%, calc(100% - 24px));
  }

  .testimonials-grid-section .container {
    width: min(100%, calc(100% - 24px));
  }

  .testimonials-hero__copy {
    padding: 24px 0 0;
  }

  .testimonials-hero__copy h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .testimonials-hero__copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }

  .testimonials-hero__media img {
    width: min(100%, 420px);
  }

  .testimonials-grid-section {
    padding: 30px 0 28px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonials-grid__card {
    min-height: 0;
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .testimonials-grid__quote {
    min-height: 0;
  }

  .testimonials-love .container {
    width: min(100%, calc(100% - 24px));
  }

  .testimonials-love {
    padding: 22px 0 32px;
  }

  .testimonials-love h2 {
    font-size: 28px;
  }

  .testimonials-love__card {
    min-height: 0;
    padding: 16px 18px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    border-radius: 14px;
  }

  .testimonials-love__label {
    font-size: 14px;
  }

  .testimonials-love__score-row strong {
    font-size: 20px;
  }

  .testimonials-love__stars {
    font-size: 16px;
  }

  .testimonials-love__bbb-text,
  .testimonials-love__meta {
    font-size: 11px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter";
  color: var(--color-text);
  background: #ffffff;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 54px 0;
}

.section-tight {
  padding: 48px 0;
}

.center {
  text-align: center;
}

.section-title h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 700 !important;
}

.section-title p {
  margin: 10px 127px 0;
  color: var(--color-muted);
  font-size: 16px;
}

.section-title.split {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section-title.split a {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
}

.btn {
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.btn-ghost {
  background: #fff;
  border-color: #bed8e4;
  color: #13698a;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--color-primary);
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.topbar {
  min-height: 74.54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: min-height 0.25s ease, padding 0.25s ease;
}

.logo img {
  width: 285px;
  height: auto;
  transition: width 0.25s ease;
}

.logo-text {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #0f172a;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-link {
  font-size: 15px;
  font-weight: 400;
  color: #17212f;
  line-height: 24px;
}

.lang-switcher {
  position: relative;
}

.lang-switcher summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}

.lang-switcher summary::-webkit-details-marker {
  display: none;
}

.lang-switcher summary::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #17212f;
  border-bottom: 1.5px solid #17212f;
  transform: rotate(45deg);
}

.lang-switcher[open] summary::after {
  transform: rotate(-135deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -8px;
  min-width: 112px;
  background: #fff;
  border: 1px solid #d8e6ef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  z-index: 5;
  padding: 6px;
}

.lang-menu a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 15px;
}

.lang-menu a:hover {
  background: #eef8fd;
}

.top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-link img {
  width: 24px;
  height: 24px;
}

.cart-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-btn img {
  width: 36px;
  height: 36px;
}

.main-nav {
  border-top: 0;
}

.nav-wrap {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 6px;
  transition: min-height 0.25s ease, padding-bottom 0.25s ease;
}

.nav-wrap a {
  font-size: 14px;
  font-weight: 400;
  color: #1b2431;
  border-bottom: 3px solid transparent;
  padding: 12px 0 0;
  white-space: nowrap;
  transition: padding 0.25s ease, font-size 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.site-header.is-scrolled .topbar {
  min-height: 64px;
}

.site-header.is-scrolled .logo img {
  width: 252px;
}

.site-header.is-scrolled .nav-wrap {
  min-height: 38px;
  padding-bottom: 2px;
}

.site-header.is-scrolled .nav-wrap a {
  padding: 8px 0 0;
}

.nav-wrap a.is-active,
.nav-wrap a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.hero {
  background: #ebfaff;
  padding: 48px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 426px 754px;
  justify-content: start;
  gap: 0;
}

.hero-content {
  height: 314px;
  width: 426px;
}

.hero-content h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  min-height: 78px;
}

.hero-points {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  min-height: 80px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.hero-points li img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero-content p {
  margin: 8px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  max-width: 446px;
  min-height: 44px;
}

.hero-cta {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  height: 72px;
}

.hero-cta-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.hero-cta-col:first-child {
  width: 204px;
}

.hero-cta-col:last-child {
  width: 197px;
}

.hero-cta-col p {
  margin: 0;
  width: 100%;
  text-align:left;
	padding-left:3px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.hero-btn-main {
  min-height: 52px;
  height: 52px;
  min-width: 0;
  width: 100%;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  white-space: nowrap;
}

.hero-btn-outline {
  min-height: 52px;
  height: 52px;
  min-width: 0;
  width: 100%;
  border-radius: 12px;
  padding: 0 18px;
  border: 1px solid #00a7df;
  background: transparent;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  white-space: nowrap;
}

.hero-right {
  display: grid;
  grid-template-columns: 338px 400px;
  gap: 12px;
  align-items: stretch;
  height: 320px;
}

.hero-visual {
  height: 100%;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.hero-middle-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: none;
  transform-origin: center center;
}

.hero-promo {
  position: relative;
  background: linear-gradient(90deg, #ffffff 0%, #f2ecfb 100%);
  border: 0;
  border-radius: 20px;
  padding: 0;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(201, 188, 242, 0.45), 0 10px 28px rgba(110, 102, 214, 0.2);
  transform: translateX(4px);
}

.software-shell {
  position: relative;
  height: 100%;
  border-radius: 20px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 16px 10px;
  text-align: center;
}

.software-shell::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 72px;
  height: 66px;
  background-image: radial-gradient(circle, #e7e3ff 1.6px, transparent 1.6px);
  background-size: 11px 11px;
  opacity: 0.58;
  z-index: 0;
}

.software-dots {
  display: none;
}

.software-star {
  position: absolute;
  color: #746ff3;
  line-height: 1;
  font-weight: 700;
  opacity: 0.92;
  z-index: 0;
}

.software-star-left {
  left: 16px;
  top: 162px;
  font-size: 20px;
}

.software-star-right {
  right: 30px;
  top: 126px;
  font-size: 28px;
}

.software-shell > :not(.software-dots):not(.software-star) {
  position: relative;
  z-index: 1;
}

.software-brand {
  width: 168px;
  height: auto;
  margin-top: 0;
}

.software-title {
  margin: 8px 0 0;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
  color: #09090b;
}

.software-line {
  display: block;
}

.software-highlight {
  color: #5666eb;
  font-weight: 700;
}

.software-highlight:first-of-type {
  margin-top: 10px;
}

.software-copy {
  margin: 10px 0 0;
  color: #2a2a2f;
  font-size: 14px;
  line-height: 1.3;
}

.software-btn {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
  height: 52px;
  border-radius: 16px;
  border: 1.5px solid #7f74f4;
  color: #0a0a0b;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.bundles {
  padding-top: 34px;
  padding-bottom: 54px;
}

.card-grid {
  display: grid;
  gap: 24px;
}

.bundles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  display: grid;
}

.bundles-grid.owl-carousel {
  display: block;
  position: relative;
}

.bundles-grid.owl-carousel .owl-stage {
  display: flex;
}

.bundles-grid.owl-carousel .owl-item {
  display: flex;
}

.bundles-grid.owl-carousel .owl-item .bundle-card {
  width: 100%;
}

.bundles-grid.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
  pointer-events: none;
}

.bundles-grid.owl-carousel .owl-nav button.owl-prev,
.bundles-grid.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #00a7df;
  color: #00a7df;
  background: #ffffff;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  pointer-events: auto;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.bundles-grid.owl-carousel .owl-nav button.owl-prev {
  left: -19px;
}

.bundles-grid.owl-carousel .owl-nav button.owl-next {
  right: -19px;
}

.bundles-head {
  margin-bottom: 26px;
  width: 100%;
  text-align: center;
}

.bundles-head h2 {
  font-weight: 500;
}

.bundle-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bundle-media {
  position: relative;
  display: block;
  aspect-ratio: 64 / 30;
  overflow: hidden;
  background: #f8fafc;
}

.bundle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-ribbon {
  position: absolute;
  right: -52px;
  top: 20px;
  width: 160px;
  height: 18px;
  background: #8dbc28;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  transform: rotate(45deg);
  transform-origin: center center;
  z-index: 2;
}

.bundle-body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.bundle-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 700;
  color: #0f172a;
}

.bundle-desc {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.38;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bundle-meta-row {
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.bundle-link {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bundle-link.is-disabled {
  cursor: default;
}

.bundle-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-align: right;
  white-space: nowrap;
}

.bundle-sale {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: #0f172a;
}

.bundle-strike {
  font-size: 11px;
  line-height: 1;
  color: #475569;
  font-weight: 400;
  text-decoration: line-through;
}

.bundle-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bundle-actions .btn {
  min-height: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
  width: 100%;
}

.bundle-add {
  border: 1px solid #00a7df;
  color: #0f172a;
  background: #ffffff;
}

.bundle-points {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.bundle-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #0f172a;
}

.bundle-check {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background: url("/wp-content/uploads/figma-homepage/bundle-bullet-check.png") no-repeat center / contain;
  margin-top: 0;
}

.bundle-check::before {
  content: none;
}

@media (max-width: 1024px) {
  .bundles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bundle-sale {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .bundles-grid {
    grid-template-columns: 1fr;
  }

  .promise-title {
    font-size: 26px;
    line-height: 1.14;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-title {
    font-size: 24px;
  }

  .rating-score,
  .rating-text {
    font-size: 14px;
  }

  .testimonial-card {
    min-height: 236px;
    padding: 20px 16px 18px;
  }

  .testimonial-stars {
    font-size: 17px;
  }

  .testimonial-quote {
    font-size: 14px;
  }

  .testimonial-card h4 {
    font-size: 14px;
  }

  .testimonial-role {
    font-size: 11px;
  }

  .bundles-grid.owl-carousel .owl-nav button.owl-prev {
    left: 4px;
  }

  .bundles-grid.owl-carousel .owl-nav button.owl-next {
    right: 4px;
  }

  .bundle-title {
    font-size: 16px;
  }

  .bundle-sale {
    font-size: 17px;
  }

  .bundle-actions .btn {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .bundles {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .bundles .container {
    width: min(100%, calc(100% - 24px));
  }

  .bundles-head {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }

  .bundles-head h2 {
    margin: 0;
    width: 100%;
    max-width: none;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .bundles-head p {
    margin: 10px auto 0;
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 1.45;
    color: #1d1d1f;
    text-align: center;
  }

  .bundles-grid {
    display: block;
  }

  .bundles-grid.owl-carousel {
    display: block;
    width: 100%;
  }

  .bundles-grid.owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .bundles-grid.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }

  .bundles-grid.owl-carousel .owl-item {
    display: flex;
    padding: 0 1px;
  }

  .bundles-grid.owl-carousel .owl-item .bundle-card {
    width: 100%;
  }

  .bundles-grid.owl-carousel .owl-nav {
    display: none;
  }

  .bundles-grid.owl-carousel .owl-dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .bundles-grid.owl-carousel .owl-dots .owl-dot {
    margin: 0;
  }

  .bundles-grid.owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d6ebf7;
    opacity: 1;
    transition: width 180ms ease, background-color 180ms ease;
  }

  .bundles-grid.owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    background: #1fa6dc;
  }

  .bundle-card {
    border-radius: 18px;
    border: 1px solid #edf2f7;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }

  .bundle-media {
    aspect-ratio: 327 / 169;
    border-radius: 18px 18px 0 0;
  }

  .bundle-ribbon {
    right: -48px;
    top: 16px;
    width: 146px;
    height: 17px;
    font-size: 9px;
  }

  .bundle-body {
    padding: 14px 14px 16px;
  }

  .bundle-title {
    font-size: 17px;
    line-height: 1.22;
    font-weight: 500;
  }

  .bundle-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #30343a;
    -webkit-line-clamp: 3;
  }

  .bundle-meta-row {
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: flex-start;
    gap: 10px;
  }

  .bundle-link {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-underline-offset: 3px;
  }

  .bundle-price {
    gap: 4px;
  }

  .bundle-sale {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
  }

  .bundle-strike {
    font-size: 11px;
    line-height: 1;
  }

  .bundle-actions {
    margin-top: 12px;
    gap: 10px;
  }

  .bundle-actions .btn {
    min-height: 42px;
    height: 42px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
  }

  .bundle-points {
    margin-top: 14px;
    gap: 8px;
  }

  .bundle-points li {
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.28;
  }

  .bundle-check {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-top: 1px;
  }
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.courses .section-title {
  margin-bottom: 28px;
}

.courses .section-title h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.course-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.course-media {
  position: relative;
  display: block;
  aspect-ratio: 312 / 146;
  overflow: hidden;
  background: #f3f6f9;
}

.course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.course-ribbon {
  position: absolute;
  right: -28px;
  top: 20px;
  width: 110px;
  height: 19px;
  background: #8dbc28;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: rotate(45deg);
  transform-origin: center center;
}

.course-card .card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.chip {
  margin: 0 0 10px;
  display: inline-flex;
  height: 18px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f49209;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  width: max-content;
}

.course-card .card-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 500;
  color: #111827;
}

.course-card .desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 62px;
}

.course-meta-row {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.course-link {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.course-link.is-disabled {
  cursor: default;
}

.course-card .price-row {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.course-card .sale {
  color: #0a0f17;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.course-card .strike {
  color: #475569;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-decoration: line-through;
}

.course-card .card-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.course-card .card-actions .btn {
  min-height: 38px;
  height: 38px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 8px;
}

.course-card .card-actions .btn-ghost {
  border-color: #00a7df;
  color: #111827;
}

.course-card.is-home-course-hidden {
  display: none;
}

.courses-load-more-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.courses-load-more {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.custom-404-template {
  background: #ffffff;
}

.custom-404-page {
  background: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.085) 1.65px, transparent 1.65px);
  background-size: 50px 50px;
  overflow: hidden;
}

.custom-404-page .container {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

.custom-404-page__inner {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 663px;
  align-items: end;
  gap: 10px;
}

.custom-404-page__copy {
  max-width: 720px;
  padding: 26px 0 30px;
  align-self: center;
}

.custom-404-page__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.custom-404-page__copy p {
  margin: 18px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 620px;
}

.custom-404-page__copy a {
  color: #00a7df;
  text-decoration: none;
  font-weight: 500;
}

.custom-404-page__media {
  margin: 0;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.custom-404-page__media img {
  width: 663px;
  max-width: none;
  height: auto;
  display: block;
}

.custom-404-catalog {
  padding: 34px 0 48px;
  background: #ffffff;
}

.custom-404-catalog .container {
  width: min(1220px, calc(100% - 56px));
}

.custom-404-catalog h2 {
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.custom-404-catalog__grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.custom-404-catalog__more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.custom-404-catalog__more-btn {
  min-width: 140px;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: #00a7df;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.faqs-page {
  padding: 42px 0 48px;
  background: #ffffff;
}

.faqs-page .container {
  width: min(1040px, calc(100% - 56px));
}

.faqs-page__head {
  text-align: center;
}

.faqs-page__head h1 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faqs-page__head p {
  margin: 22px auto 0;
  max-width: 980px;
  color: #111111;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
}

.faqs-page__list {
  margin-top: 42px;
  display: grid;
  gap: 14px;
}

.faqs-page__list .faq-item {
  border-color: #edf0f2;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.03);
}

.faqs-page__list .faq-trigger {
  min-height: 62px;
  padding: 18px 58px 18px 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.faqs-page__list .faq-trigger > img {
  width: 22px;
  height: 22px;
}

.faqs-page__list .faq-trigger::after {
  right: 22px;
  width: 10px;
  height: 10px;
  border-width: 0 3px 3px 0;
}

.faqs-page__list .faq-panel p {
  max-width: none;
  padding: 0 58px 0 48px;
  color: #111111;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 400;
}

.privacy-policy-page {
  padding: 42px 0 48px;
  background: #ffffff;
}

.privacy-policy-page .container {
  width: min(1200px, calc(100% - 56px));
}

.privacy-policy-page h1 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.privacy-policy-page > .container > p {
  margin: 22px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 400;
  max-width: 1180px;
}

.privacy-policy-page__block {
  margin-top: 42px;
}

.privacy-policy-page__block h2 {
  margin: 0;
  color: #111111;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.privacy-policy-page__block p {
  margin: 18px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 400;
}

.privacy-policy-page__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.privacy-policy-page__list li {
  position: relative;
  padding-left: 24px;
  color: #111111;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.privacy-policy-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: url("../images/group-bullet-tick.png") center / contain no-repeat;
}

.privacy-policy-page__list li strong {
  font-weight: 600;
}

.privacy-policy-page__note {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #ebfaff;
}

.privacy-policy-page__note h3 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 600;
}

.privacy-policy-page__note p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.62;
}

.privacy-policy-page__note h3 + p {
  margin-top: 12px;
}

.money-back-page {
  padding: 48px 0 52px;
  background: #ffffff;
}

.money-back-page .container {
  width: min(1200px, calc(100% - 56px));
}

.money-back-page__panel {
  background: #ebfaff;
  border-radius: 24px;
  padding: 24px 28px 26px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.money-back-page__media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.money-back-page__media img {
  width: 237px;
  height: auto;
  display: block;
}

.money-back-page__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.money-back-page__copy p {
  margin: 18px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.terms-of-service-page {
  padding: 56px 0 64px;
  background: #ffffff;
}

.terms-of-service-page .container {
  width: min(1200px, calc(100% - 56px));
}

.terms-of-service-page h1 {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.terms-of-service-page > .container > p,
.terms-of-service-page__block p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.terms-of-service-page > .container > p {
  margin-top: 26px;
}

.terms-of-service-page__block {
  margin-top: 44px;
}

.terms-of-service-page__block h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.terms-of-service-page__block p + p {
  margin-top: 14px;
}

.terms-of-service-page__note {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #F8FAFB;
}

.terms-of-service-page__note h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.terms-of-service-page__note p {
  color: #111111;
}

.terms-of-service-page__note p + p {
  margin-top: 10px;
}

.trusted-strip {
  background: #ffffff;
  padding: 18px 0 24px;
}

.trusted-inner {
  width: min(1140px, calc(100% - 48px));
}

.trusted-strip__title {
  margin: 0 0 14px;
  text-align: center;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.trusted-logos {
  display: block;
}

.trusted-logos.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.trusted-logo-card {
  width: 168px;
  max-width: 100%;
  height: 82px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 14px;
}

.trusted-logo-card img {
  width: auto;
  max-width: 100%;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .trusted-strip {
    padding: 14px 0 22px;
    background: #f6fcf9;
  }

  .trusted-inner {
    width: min(100%, calc(100% - 24px));
  }

  .trusted-strip__title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .trusted-logos.owl-carousel .owl-stage {
    align-items: stretch;
  }

  .trusted-logo-card {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    padding: 10px 8px;
  }

  .trusted-logo-card img {
    height: 32px;
    max-height: 32px;
  }
}

.cert-band {
  padding: 20px 0 18px;
  background: #ebfaff;
}

.cert-inner {
  display: grid;
  grid-template-columns: 320px 1px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 194px;
}

.cert-media {
  margin: 0;
  width: 320px;
  height: 216px;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-inner img {
  width: 287px;
  height: 200px;
  object-fit: contain;
}

.cert-divider {
  width: 1px;
  height: 122px;
  background: rgba(0, 167, 223, 0.24);
}

.cert-copy {
  min-width: 0;
	    margin-left: 47px;
}

.cert-inner h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cert-inner p {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
}

.cert-btn {
  min-height: 56px;
  height: 56px;
  min-width: 166px;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
}

.promise {
  padding: 46px 0 52px;
  background: #fff;
}

.promise-title {
  margin: 0 0 34px;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.promise-card {
  min-height: 138px;
  border-radius: 20px;
  padding: 18px 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.promise-card--blue {
  background: #cfeaf7;
}

.promise-card--sand {
  background: #efe4cf;
}

.promise-card--green {
  background: #dfe7cd;
}

.promise-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.promise-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.promise-card span:last-child {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: #0f172a;
}

.promise-cta {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.promise-btn {
  min-height: 56px;
  height: 56px;
  min-width: 148px;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
}

.money-strip {
  padding: 14px 0 32px;
}

.money-inner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(90deg, #17b6e8 0%, #08a8de 100%);
  color: #fff;
  padding: 20px 44px;
  display: grid;
  grid-template-columns: 122px 16px 1fr auto;
  align-items: center;
  gap: 24px;
}

.money-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--money-pattern-image);
  background-position: center;
  background-size: 512px 274px;
  background-repeat: repeat;
  opacity: 0.34;
  pointer-events: none;
}

.money-inner > * {
  position: relative;
  z-index: 1;
}

.money-badge-wrap {
  margin: 0;
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.money-inner img {
  width: 112px;
  height: 112px;
}

.money-divider {
  width: 16px;
  height: 124px;
  background: center / 16px 124px no-repeat;
}

.money-copy {
  min-width: 0;
   margin-left: 61px;
}

.money-inner h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.money-inner p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

.money-btn {
  min-height: 52px;
  height: 52px;
  min-width: 170px;
  border-radius: 14px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #0a9ed6;
}

.testimonials {
  padding: 46px 0 52px;
  background: #ffffff;
}

.testimonials-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.testimonials-rating {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonials-rating img {
  width: 30px;
  height: 30px;
}

.rating-score {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #111827;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f49209;
  font-size: 18px;
  line-height: 1;
}

.rating-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f2937;
}

.testimonial-slider-wrap {
  margin-top: 34px;
  position: relative;
}

.testimonial-slider .owl-stage {
  display: flex;
}

.testimonial-slider .owl-item {
  display: flex;
}

.testimonial-card {
  width: 100%;
  min-height: 231px;
  border: 1px solid #dceaf1;
  border-radius: 22px;
  background: #fdfefe;
  padding: 30px 34px 28px;
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  margin: 0;
  color: #f49209;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.testimonial-quote {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: #111827;
/*   min-height: 118px; */
}

.testimonial-card h4 {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
  color: #111827;
}

.testimonial-role {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #1f2937;
}

.testimonial-slider-wrap .owl-nav {
  margin: 0;
}

.testimonial-slider-wrap .owl-nav button.owl-prev,
.testimonial-slider-wrap .owl-nav button.owl-next {
  position: absolute;
  top: 38%;
/*   transform: translateY(-50%); */
transform: none !important;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.testimonial-slider-wrap .owl-nav button.owl-prev {
  left: -70px;
  background: #eef5f5;
  color: #00a7df;
}

.testimonial-slider-wrap .owl-nav button.owl-next {
  right: -70px;
  background: #00a7df;
  color: #ffffff;
}

.testimonial-slider-wrap .owl-nav button span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.testimonial-slider-wrap .owl-nav button svg {
  width: 22px;
  height: 22px;
  display: block;
}

.testimonial-slider-wrap .owl-dots {
  margin-top: 28px;
}

.testimonial-slider-wrap .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #d3e4eb;
}

.testimonial-slider-wrap .owl-dots .owl-dot.active span {
  background: #00a7df;
}

.steps-wrap {
  background-color: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.1) 1.6px, transparent 1.6px);
  background-size: 44px 44px;
  padding: 26px 0 26px;
}

.steps-title {
  margin: 0 0 34px;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.steps-photo {
  margin: 0;
  height: 100%;
}

.steps-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
  min-height: 0;
  aspect-ratio: 1156 / 816;
  object-fit: cover;
}

.steps-list {
  /* display: grid; */
  gap: 12px;
}

.step-item {
  position: relative;
  border: 1px solid #d7e8f0;
  background: #fcfcfd;
  border-radius: 15px;
  min-height: 108px;
  padding: 8px 16px 8px 12px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.step-item--blue {
  border-color: #00a7df;
}

.step-item--orange {
  border-color: #f49209;
}

.step-item--green {
  border-color: #8dbc28;
}

.step-pill {
  position: absolute;
  right: 36px;
  top: -17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.step-item--blue .step-pill {
  background: #00a7df;
}

.step-item--orange .step-pill {
  background: #f49209;
}

.step-item--green .step-pill {
  background: #8dbc28;
}

.step-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f0f2f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.step-item--blue .step-icon {
  filter: brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(2089%) hue-rotate(164deg) brightness(92%)
    contrast(101%);
}

.step-item--orange .step-icon {
  filter: brightness(0) saturate(100%) invert(63%) sepia(99%) saturate(1436%) hue-rotate(359deg) brightness(97%)
    contrast(94%);
}

.step-item--green .step-icon {
  filter: brightness(0) saturate(100%) invert(67%) sepia(50%) saturate(641%) hue-rotate(39deg) brightness(88%)
    contrast(91%);
}

.step-item h3 {
  margin: 0;
  color: #05070d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.group-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
  gap: 46px;
  align-items: center;
}

.group-section {
  background: #fff;
  padding: 34px 0 36px;
}

.group-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.group-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  color: #1c232f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.group-points {
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.group-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #121825;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.group-points li > img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 1px;
}

.group-btn {
  min-height: 50px;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 28px;
}

.group-media {
  margin: 0;
}

.group-media > img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  aspect-ratio: 1152 / 636;
  object-fit: cover;
}

.blogs {
  background: #fff;
  padding: 46px 0 40px;
}

.blogs-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.blogs-intro h2 {
  margin: 0;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.blogs-intro p {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.blogs-more {
  height: 50px;
  min-width: 166px;
  border-radius: 12px;
  border: 1px solid #00a7df;
  background: #fff;
  color: #0b111b;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  white-space: nowrap;
  margin-top: 2px;
}

.blogs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.blog-main-card {
  border: 1px solid #e9eef3;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-main-media {
  position: relative;
  display: block;
  padding: 8px;
}

.blog-main-media img {
  width: 100%;
  display: block;
  border-radius: 12px;
  aspect-ratio: 572 / 384;
  object-fit: cover;
}

.blog-date {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #8dbc28;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.blog-date strong {
  font-size: 30px;
  font-weight: 700;
}

.blog-date em {
  margin-top: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.blog-main-body {
  padding: 16px 24px 20px;
}

.blog-main-body h3 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.blog-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00a7df;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-side-list {
  display: grid;
  gap: 18px;
}

.blog-side-card {
  border: 1px solid #e9eef3;
  border-radius: 16px;
  background: #fff;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.blog-side-card img {
  width: 188px;
  height: 136px;
  border-radius: 10px;
  object-fit: cover;
}

.blog-side-copy h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.blog-side-copy .blog-link {
  margin-top: 14px;
}

.bottom-cta {
  background: #fff;
  padding: 100px 0 16px;
}

.bottom-cta-inner {
  position: relative;
  border-radius: 16px;
  background-color: #0598c9;
  background-image: linear-gradient(95deg, rgba(0, 133, 178, 0.34), rgba(0, 162, 214, 0.3)), url("/wp-content/uploads/figma-homepage/hero-pattern.jpg");
  background-size: cover, 512px auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 610px) auto;
  justify-content: start;
  align-items: center;
  gap: 16px;
  min-height: 126px;
  overflow: visible;
  padding: 0 24px 0 331px;
}

.bottom-cta-copy {
  max-width: 620px;
}

.bottom-cta-media {
  margin: 0;
  position: absolute;
  left: 26px;
  bottom: -1px;
  line-height: 0;
}

.bottom-cta-media img {
  width: 300px;
  height: auto;
  transform: none;
}

.bottom-cta-inner h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.bottom-cta-inner p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
}

.bottom-cta-btn {
  min-height: 46px;
  height: 46px;
  min-width: 176px;
  padding: 0 22px;
  border-radius: 12px;
  border: 0;
  background: #fff;
  color: #00a7df;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  justify-self: start;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.51fr minmax(0, 0.9fr);
  gap: 36px;
  align-items: start;
  justify-content: space-between;
}

.faq.section-tight {
  background: #fff;
  padding: 40px 0 36px;
}

.faq-grid h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.faq-aside p {
  margin: 22px 0 0;
  color: #1a2533;
  font-size: 16px;
  line-height: 1.45;
  max-width: 438px;
}

.faq-more-btn {
  margin-top: 34px;
  min-height: 52px;
  height: 52px;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
}

.faq-mobile-cta,
.faq-more-btn-mobile {
  display: none;
}

.faq-list {
  display: grid;
  gap: 12px;
  padding-bottom: 14px;
}

.faq-item {
  border: 1px solid #e5ebf0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: #0f172a;
  min-height: 58px;
  padding: 14px 22px 14px 14px;
  position: relative;
}

.faq-trigger > img {
  width: 24px;
  height: 25px;
  flex: 0 0 24px;
}

.faq-trigger > span {
  padding-right: 0px;
}

.faq-trigger::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 220ms ease;
}

.faq-item.is-open .faq-trigger::after {
  transform: translateY(-50%) rotate(-135deg);
}

.faq-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.faq-panel p {
  margin: 0;
  padding: 0 0px 0 44px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 760px;
}

.site-footer {
    margin-top: 36px;
    background: #000000;
    color: #fff;
    min-height: 0;
    border-radius: 24px 24px 0px 0px;
}

.site-footer .container {
  width: min(1120px, calc(100% - 48px));
}

.footer-grid {
  padding: 66px 0 64px;
  display: grid;
  grid-template-columns: 358px minmax(0, 646px);
  justify-content: space-between;
  gap: 64px;
}

.footer-brand {
  min-height: 308px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo img {
  width: 206px;
  height: auto;
}

.footer-social {
  margin-top: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social-label {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: #ffffff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.footer-social-link.is-active {
  background: #00a7df;
  border-color: #00a7df;
}

.footer-social-link:hover {
  background: #00a7df;
  border-color: #00a7df;
  color: #fff;
  transform: translateY(-1px);
}

.footer-social-link:focus-visible {
  outline: 2px solid #00a7df;
  outline-offset: 2px;
}

.footer-navs {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(258px, 1fr);
  justify-content: space-between;
  gap: 56px;
  padding-top: 10px;
}

.footer-menu h4 {
  margin: 0 0 28px;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

.footer-menu h4::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  margin-top: 8px;
}

.footer-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  transition: color 200ms ease;
}

.footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin: 0;
  padding: 0;
}

.footer-menu-list li:last-child a {
  margin-bottom: 0;
}

.footer-menu a:hover {
  color: #00a7df;
}

.footer-menu a:focus-visible {
  color: #00a7df;
  outline: none;
}

.footer-badges {
  margin-top: 108px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-badges img {
  height: 57px;
  width: auto;
  display: block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.2;
  padding: 36px 0 34px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #00a7df;
}

.footer-bottom a:hover {
  color: #38c7f4;
}

.footer-bottom a:focus-visible {
  outline: 2px solid #00a7df;
  outline-offset: 2px;
}

@media (max-width: 1250px) {
  .courses .section-title h2 {
    font-size: 32px;
  }

  .cert-inner {
    grid-template-columns: 292px 1px 1fr auto;
    gap: 22px;
  }

  .cert-media {
    width: 292px;
    height: 198px;
  }

  .cert-inner img {
    width: 260px;
    height: 182px;
  }

  .cert-inner h3 {
    font-size: 29px;
  }

  .cert-btn {
    min-height: 54px;
    height: 54px;
    min-width: 160px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
  }

  .money-inner {
    grid-template-columns: 108px 18px 1fr auto;
    gap: 20px;
    padding: 18px 30px;
  }

  .money-badge-wrap {
    width: 108px;
    height: 108px;
  }

  .money-inner img {
    width: 98px;
    height: 98px;
  }

  .money-inner h3 {
    font-size: 30px;
  }

  .money-btn {
    min-height: 48px;
    height: 48px;
    min-width: 154px;
    padding: 0 20px;
    font-size: 15px;
  }

  .testimonials-title {
    font-size: 30px;
  }

  .rating-score,
  .rating-text {
    font-size: 16px;
  }

  .testimonial-slider-wrap .owl-nav button.owl-prev {
    left: -52px;
  }

  .testimonial-slider-wrap .owl-nav button.owl-next {
    right: -52px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: 100%;
  }

  .hero-right {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .promise-title {
    font-size: 32px;
    margin-bottom: 26px;
  }

  .promise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .promise-card {
    min-height: 130px;
    border-radius: 14px;
    padding: 18px 14px 20px;
  }

  .promise-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }

  .promise-btn {
    min-height: 52px;
    height: 52px;
    min-width: 138px;
    font-size: 15px;
    padding: 0 14px;
  }

  .steps-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .steps-grid {
    gap: 24px;
  }

  .steps-list {
    gap: 10px;
  }

  .step-item {
    min-height: 102px;
    height: auto;
    border-radius: 15px;
    padding: 8px 12px 8px 10px;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
  }

  .step-icon-wrap {
    width: 52px;
    height: 52px;
  }

  .step-icon {
    width: 28px;
    height: 28px;
  }

  .step-item h3 {
    font-size: 16px;
  }

  .step-pill {
    right: 24px;
    top: -17px;
    min-width: 90px;
    height: 34px;
    font-size: 14px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-aside p {
    max-width: none;
  }
}

@media (max-width: 980px) {
  .courses .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .cert-band {
    padding: 18px 0 16px;
  }

  .cert-inner {
    justify-items: center;
    text-align: center;
    gap: 14px;
    min-height: 0;
  }

  .cert-divider {
    display: none;
  }

  .cert-media {
    width: min(350px, 100%);
    height: auto;
  }

  .cert-inner img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }

  .cert-copy {
    max-width: 310px;
	  margin-left: 0px;
  }

  .cert-inner h3 {
    font-size: 19px;
    line-height: 1.28;
    font-weight: 600;
  }

  .cert-inner p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.42;
  }

  .cert-btn {
    min-height: 42px;
    height: 42px;
    min-width: 100%;
    width: 100%;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
  }

  .money-strip {
    padding: 12px 0 26px;
  }

  .money-inner {
    grid-template-columns: 62px 10px minmax(0, 1fr);
    justify-items: stretch;
    align-items: center;
    text-align: left;
    gap: 10px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .money-badge-wrap {
    width: 62px;
    height: 62px;
    grid-row: 1 / span 2;
  }

  .money-inner img {
    width: 60px;
    height: 60px;
  }

  .money-divider {
    display: block;
    width: 10px;
    height: 72px;
    grid-row: 1 / span 2;
    background-size: 10px 72px;
  }

  .money-copy {
    width: 100%;
  }

  .money-inner h3 {
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: -0.01em;
  }

  .money-inner p {
    margin-top: 6px;
    max-width: 210px;
    font-size: 11px;
    line-height: 1.32;
    font-weight: 500;
  }

  .money-btn {
    min-height: 38px;
    height: 38px;
    min-width: 132px;
    width: fit-content;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
  }

  .testimonials {
    padding: 34px 0 38px;
  }

  .testimonials-title {
    font-size: 24px;
    line-height: 1.14;
    letter-spacing: -0.02em;
  }

  .testimonials-rating {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .testimonials-rating img {
    width: 20px;
    height: 20px;
  }

  .rating-score {
    font-size: 13px;
    font-weight: 500;
  }

  .rating-stars {
    font-size: 12px;
    gap: 1px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 1.25;
  }

  .testimonial-slider-wrap {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .testimonial-card {
    min-height: 196px;
    border-radius: 18px;
    border-color: #e4eef4;
    box-shadow: 0 10px 20px rgba(9, 30, 66, 0.06);
    padding: 22px 22px 10px;
  }

  .testimonial-stars {
    font-size: 14px;
    letter-spacing: 1.3px;
  }

  .testimonial-quote {
    margin-top: 14px;
    min-height: 0;
    font-size: 14px;
    line-height: 1.46;
  }

  .testimonial-card h4 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .testimonial-role {
    margin-top: 6px;
    font-size: 12px;
  }

  .testimonial-slider-wrap .owl-nav {
    display: none;
  }

  .testimonial-slider-wrap .owl-dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testimonial-slider-wrap .owl-dots,
  .testimonial-slider-wrap .owl-dots.disabled,
  .testimonial-slider-wrap .owl-dots:not(.disabled) {
    display: flex !important;
  }

  .testimonial-slider-wrap .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: #dfeaf0;
  }

  .testimonial-slider-wrap .owl-dots .owl-dot.active span {
    width: 16px;
    border-radius: 999px;
    background: #00a7df;
  }

  .promise {
    padding: 44px 0 52px;
  }

  .promise-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

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

  .promise-card {
    min-height: 130px;
    border-radius: 14px;
    padding: 18px 14px 20px;
  }

  .promise-grid .promise-card:last-child {
    grid-column: 1 / -1;
    width: 100%;
  }

  .promise-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .promise-icon img {
    width: 56px;
    height: 56px;
  }

  .promise-card span:last-child {
    font-size: 14px;
  }

  .promise-cta {
    margin-top: 26px;
  }

  .promise-btn {
    min-height: 48px;
    height: 48px;
    min-width: 126px;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
  }

  .steps-title {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .steps-photo {
    display: none;
  }

  .steps-list {
    grid-template-rows: none;
    height: auto;
    gap: 12px;
  }

  .step-item {
    height: auto;
    min-height: 96px;
    border-radius: 14px;
    padding: 10px 12px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }

  .step-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .step-icon {
    width: 26px;
    height: 26px;
  }

  .step-pill {
    right: 18px;
    top: -14px;
    min-width: 82px;
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .step-item h3 {
    font-size: 15px;
    line-height: 1.24;
  }

  .faq.section-tight {
    padding: 32px 0 28px;
  }

  .faq-grid h2 {
    font-size: 34px;
  }

  .faq-aside p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.4;
  }

  .faq-more-btn {
    margin-top: 20px;
    min-height: 48px;
    height: 48px;
    padding: 0 22px;
    font-size: 15px;
  }

  .faq-more-btn-desktop {
    display: none;
  }

  .faq-mobile-cta {
    display: block;
    margin-top: 18px;
  }

  .faq-more-btn-mobile {
    display: inline-flex;
    margin-top: 0;
  }

  .faq-trigger {
    font-size: 15px;
    min-height: 54px;
    padding: 12px 18px 12px 12px;
  }

  .faq-panel p {
    padding: 0 18px 0 38px;
    font-size: 13px;
  }

  .topbar {
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }

  .top-actions {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
    min-height: 0;
    padding: 8px 0;
  }

  .courses-grid,
  .testimonial-grid,
  .steps-grid,
  .group-grid,
  .blog-grid,
  .blogs-grid,
  .cert-inner,
  .bottom-cta-inner {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 38px;
  }

  .footer-navs {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .hero-right {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-promo {
    height: auto;
    min-height: 0;
  }

  .hero-middle-image,
  .hero-software-image {
    width: 100%;
    height: auto;
  }

  .group-section {
    padding: 26px 0 30px;
  }

  .group-grid {
    gap: 18px;
  }

  .group-copy {
    order: 2;
  }

  .group-media {
    order: 1;
  }

  .group-media > img {
    border-radius: 18px;
    aspect-ratio: 350 / 180;
  }

  .group-copy h2 {
    font-size: 19px;
    line-height: 1.22;
    letter-spacing: -0.01em;
  }

  .group-copy p {
    margin-top: 12px;
    max-width: none;
    font-size: 13px;
    line-height: 1.42;
  }

  .group-points {
    margin: 14px 0 20px;
    gap: 6px;
  }

  .group-points li {
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.28;
  }

  .group-points li > img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
  }

  .group-btn {
    width: 100%;
    min-height: 42px;
    height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
  }

  .hero-cta {
    flex-direction: column;
    height: auto;
  }

  .hero-content {
    height: auto;
  }

  .blogs-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .blogs {
    padding: 30px 0 28px;
  }

  .blogs .container {
    width: min(100%, calc(100% - 24px));
  }

  .blogs-intro h2 {
    font-size: 22px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .blogs-intro p {
    margin-top: 8px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.42;
  }

  .blogs-more {
    display: none;
  }

  .blogs-grid {
    display: block;
  }

  .blogs-grid.owl-carousel .owl-stage {
    display: flex;
  }

  .blogs-grid.owl-carousel .owl-item {
    display: flex;
  }

  .blogs-grid.owl-carousel .owl-dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blogs-grid.owl-carousel .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: #dfeaf0;
  }

  .blogs-grid.owl-carousel .owl-dot.active span {
    width: 16px;
    border-radius: 999px;
    background: #00a7df;
  }

  .blog-main-card,
  .blog-side-card {
    width: 100%;
    border-radius: 18px;
    border-color: #edf2f7;
    box-shadow: 0 10px 20px rgba(9, 30, 66, 0.05);
  }

  .blog-main-card {
    overflow: hidden;
  }

  .blog-main-media {
    padding: 8px;
  }

  .blog-main-media img,
  .blog-side-card img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    aspect-ratio: 342 / 218;
    object-fit: cover;
  }

  .blog-date {
    left: 20px;
    top: 20px;
    width: 58px;
    height: 50px;
    border-radius: 10px;
  }

  .blog-date strong {
    font-size: 18px;
    line-height: 1;
  }

  .blog-date em {
    margin-top: 1px;
    font-size: 10px;
    font-weight: 500;
  }

  .blog-main-body,
  .blog-side-copy {
    padding: 14px 16px 18px;
  }

  .blog-main-body h3,
  .blog-side-copy h3 {
    font-size: 18px;
    line-height: 1.38;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .blog-link {
    margin-top: 14px;
    font-size: 12px;
    gap: 5px;
  }

  .blog-side-list {
    display: none;
  }

  .blog-side-card {
    display: block;
    padding: 8px;
  }

  .courses {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .courses .container {
    width: min(100%, calc(100% - 24px));
  }

  .courses .section-title {
    margin-bottom: 18px;
    text-align: left;
  }

  .courses .section-title h2 {
    margin: 0;
    max-width: 330px;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .courses .section-title p {
    margin: 10px 0 0;
    max-width: 330px;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    color: #1d1d1f;
  }

  .courses-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .course-card {
    border-radius: 18px;
    border: 1px solid #edf2f7;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }

  .course-media {
    aspect-ratio: 327 / 170;
  }

  .course-ribbon {
    right: -31px;
    top: 16px;
    width: 118px;
    height: 18px;
    font-size: 9px;
  }

  .course-card .card-body {
    padding: 14px 14px 16px;
    gap: 8px;
  }

  .chip {
    margin: 0 0 8px;
    height: 20px;
    padding: 0 9px;
    font-size: 11px;
  }

  .course-card .card-body h3 {
    font-size: 17px;
    line-height: 1.22;
    font-weight: 500;
  }

  .course-card .desc {
    font-size: 11px;
    line-height: 1.42;
    min-height: 0;
  }

  .course-meta-row {
    padding-top: 8px;
    gap: 10px;
  }

  .course-link {
    font-size: 11px;
    font-weight: 500;
  }

  .course-card .sale {
    font-size: 17px;
  }

  .course-card .strike {
    font-size: 11px;
  }

  .course-card .card-actions {
    margin-top: 10px;
    gap: 10px;
  }

  .course-card .card-actions .btn {
    min-height: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .courses-load-more-wrap {
    margin-top: 18px;
  }

  .courses-load-more {
    min-height: 42px;
    width: 110px;
    min-width: 110px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .bottom-cta {
    padding: 20px 0 12px;
  }

  .bottom-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 10px 8px;
    min-height: 154px;
    padding: 16px 12px 16px 16px;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
    align-items: end;
  }

  .bottom-cta-copy {
    max-width: 170px;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .bottom-cta-media {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: end;
    margin: 0;
    line-height: 0;
  }

  .bottom-cta-media img {
    width: 240px;
    max-width: 250px;
    margin: 0;
    transform: none;
    position: relative;
    bottom: -20px;
    right: 100px;
  }

  .bottom-cta-inner h3 {
    font-size: 20px;
    letter-spacing: -0.02em;
    width: 240px;
    font-weight: 600;
  }

  .bottom-cta-inner p {
    margin-top: 8px;
    width: 200px;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
  }

  .bottom-cta-btn {
    grid-column: 1;
    grid-row: 2;
    margin-top: 10px;
    min-height: 32px;
    height: 32px;
    min-width: 124px;
    width: auto;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    justify-self: start;
    align-self: end;
  }

  .blog-side-card {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
  }

  .blog-side-card img {
    width: 160px;
    height: 118px;
  }

  .footer-social {
    margin-top: 40px;
  }

  .footer-badges {
    margin-top: 42px;
  }

  .footer-menu h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer-menu a {
    font-size: 14px;
    margin-bottom: 14px;
  }

.footer-bottom {
    font-size: 12px;
    padding: 24px 0 22px;
  }
}

@media (max-width: 1250px) {
  .custom-404-page .container {
    width: min(100%, calc(100% - 40px));
    padding: 0;
  }

  .custom-404-catalog .container {
    width: min(100%, calc(100% - 40px));
  }

  .custom-404-page__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .custom-404-page__copy {
    max-width: 100%;
    padding: 28px 0 0;
  }

  .custom-404-page__media {
    min-height: 0;
    justify-content: center;
  }

  .custom-404-page__media img {
    width: min(100%, 663px);
  }

  .custom-404-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faqs-page .container {
    width: min(100%, calc(100% - 40px));
  }

  .faqs-page__list .faq-trigger {
    font-size: 17px;
  }

  .privacy-policy-page .container {
    width: min(100%, calc(100% - 40px));
  }

  .privacy-policy-page__block {
    margin-top: 34px;
  }

  .money-back-page .container {
    width: min(100%, calc(100% - 40px));
  }

  .money-back-page__panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .money-back-page__copy {
    text-align: center;
  }

  .terms-of-service-page .container {
    width: min(100%, calc(100% - 40px));
  }

  .terms-of-service-page__block {
    margin-top: 36px;
  }
}

@media (max-width: 640px) {
  .custom-404-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .custom-404-catalog {
    padding: 26px 0 34px;
  }

  .custom-404-catalog .container {
    width: min(100%, calc(100% - 24px));
  }

  .custom-404-catalog h2 {
    font-size: 28px;
  }

  .custom-404-catalog__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .custom-404-catalog__more {
    margin-top: 24px;
  }

  .custom-404-page__copy {
    padding: 24px 0 0;
  }

  .custom-404-page__copy h1 {
    font-size: 28px;
  }

  .custom-404-page__copy p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .custom-404-page__media img {
    width: min(100%, 420px);
  }

  .faqs-page {
    padding: 28px 0 34px;
  }

  .faqs-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .faqs-page__head h1 {
    font-size: 28px;
  }

  .faqs-page__head p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .faqs-page__list {
    margin-top: 28px;
    gap: 12px;
  }

  .faqs-page__list .faq-item {
    border-radius: 14px;
  }

  .faqs-page__list .faq-trigger {
    min-height: 56px;
    padding: 16px 44px 16px 14px;
    font-size: 15px;
    line-height: 1.4;
  }

  .faqs-page__list .faq-trigger > img {
    width: 20px;
    height: 20px;
  }

  .faqs-page__list .faq-trigger::after {
    right: 16px;
    width: 9px;
    height: 9px;
    border-width: 0 2px 2px 0;
  }

  .faqs-page__list .faq-panel p {
    padding: 0 18px 0 38px;
    font-size: 14px;
    line-height: 1.5;
  }

  .privacy-policy-page {
    padding: 28px 0 34px;
  }

  .privacy-policy-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .privacy-policy-page h1 {
    font-size: 28px;
  }

  .privacy-policy-page > .container > p,
  .privacy-policy-page__block p,
  .privacy-policy-page__list li,
  .privacy-policy-page__note p {
    font-size: 14px;
    line-height: 1.52;
  }

  .privacy-policy-page__block {
    margin-top: 30px;
  }

  .privacy-policy-page__block h2 {
    font-size: 22px;
  }

  .privacy-policy-page__note {
    padding: 18px;
    border-radius: 14px;
  }

  .privacy-policy-page__note h3 {
    font-size: 17px;
  }

  .money-back-page {
    padding: 28px 0 34px;
  }

  .money-back-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .money-back-page__panel {
    padding: 18px;
    border-radius: 18px;
  }

  .money-back-page__media img {
    width: 180px;
  }

  .money-back-page__copy h1 {
    font-size: 28px;
  }

  .money-back-page__copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .terms-of-service-page {
    padding: 28px 0 34px;
  }

  .terms-of-service-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .terms-of-service-page h1 {
    font-size: 22px;
  }

  .terms-of-service-page > .container > p,
  .terms-of-service-page__block p {
    font-size: 14px;
    line-height: 1.52;
  }

  .terms-of-service-page__block {
    margin-top: 30px;
  }

  .terms-of-service-page__block h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .terms-of-service-page__note {
    margin-top: 18px;
    padding: 18px;
  }
}

/* Group Discount page */
.gd-hero {
  background: #ebfaff;
  padding: 14px 0 0;
}

.gd-hero__shell {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

.gd-hero__inner {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 24px;
  align-items: stretch;
}

.gd-hero__content {
  display: flex;
  align-items: center;
}

.gd-hero__panel {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 26px 38px 26px;
}

.gd-hero__content h1 {
  margin: 0;
  max-width: 690px;
  color: #000000;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gd-hero__form {
  margin-top: 30px;
}

.gd-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gd-form__grid label {
  display: grid;
  gap: 8px;
}

.gd-form__grid label span {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.gd-form__grid input {
  min-height: 54px;
  border: 1px solid #d7dee6;
  border-radius: 14px;
  background: #ffffff;
  padding: 0 24px;
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.gd-form__grid input::placeholder {
  color: #70839a;
}

.gd-form__grid input:focus {
  border-color: #00a7df;
}

.gd-form__submit {
  margin-top: 20px;
  width: 100%;
  min-height: 48px;
  border-radius: 18px;
  padding: 0 18px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

.gd-hero__media {
  margin: 0;
  min-height: 406px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.gd-hero__media img {
  width: min(100%, 840px);
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-10px);
}

.gd-benefits {
  padding: 0;
  background: #ffffff;
  border-top: 1px solid #e8f1f5;
  border-bottom: 1px solid #e8f1f5;
}

.gd-benefits .container {
  width: min(1280px, calc(100% - 32px));
}

.gd-benefits__list {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.gd-benefits__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1b2431;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  min-height: 28px;
  white-space: nowrap;
  flex: 0 1 auto;
}

.gd-benefits__icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}

.trusted-strip.category-trusted {
  background: #ffffff;
  padding: 32px 0 40px;
}

.trusted-strip.category-trusted .trusted-inner {
  display: block;
}

.trusted-strip.category-trusted h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.trusted-strip.category-trusted .trusted-logos {
  gap: 12px;
}

.trusted-strip.category-trusted .trusted-logo-card {
  min-width: 0;
  height: 82px;
}

.trusted-strip.category-trusted .trusted-logo-card img {
  max-height: 42px;
}

.gd-compliance {
  padding: 36px 0 22px;
  background: #ffffff;
}

.gd-compliance__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.gd-compliance__media {
  margin: 0;
}

.gd-compliance__media img {
  width: 100%;
  display: block;
  border-radius: 15px;
  aspect-ratio: 574 / 416;
  object-fit: cover;
  object-position: center center;
}

.gd-compliance__content h2 {
  margin: 0;
  color: #000000;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gd-compliance__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.gd-compliance__card {
  min-height: 75px;
  background: #ebfaff;
  border-radius: 10px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.gd-compliance__card--wide {
  grid-column: 1 / -1;
}

.gd-compliance__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: block;
}

.gd-compliance__card p {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.gd-dashboards {
  padding: 38px 0 36px;
}

.gd-dashboard-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.gd-dashboard-row + .gd-dashboard-row {
  margin-top: 26px;
}

.gd-dashboard-visual {
  margin: 0;
}

.gd-dashboard-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.gd-dashboard-visual--right img {
  transform: translateY(10px);
}

.gd-dashboard-copy {
  min-width: 0;
}

.gd-dashboard-copy h2 {
  margin: 0;
  color: #000000;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gd-dashboard-copy__lead {
  margin: 12px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.gd-dashboard-copy h3 {
  margin: 26px 0 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.gd-dashboard-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.gd-dashboard-list li {
  position: relative;
  padding-left: 28px;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.gd-dashboard-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../images/gd-dashboard-tick.png") center / contain no-repeat;
}

.gd-dashboard-btn {
  margin-top: 22px;
  min-width: 184px;
  min-height: 54px;
  border-radius: 14px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .gd-hero__inner,
  .gd-compliance__inner,
  .gd-dashboard-row {
    grid-template-columns: 1fr;
  }

  .gd-dashboard-row--bottom .gd-dashboard-copy {
    order: 2;
  }

  .gd-dashboard-row--bottom .gd-dashboard-visual {
    order: 1;
  }

  .gd-benefits__list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .gd-hero {
    padding: 24px 0 0;
  }

  .gd-hero__shell {
    width: min(100%, calc(100% - 24px));
  }

  .gd-hero__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gd-hero__panel {
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .gd-hero__content h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .gd-form__grid {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .gd-form__grid input {
    min-height: 56px;
    font-size: 16px;
    padding-inline: 18px;
  }

  .gd-form__submit {
    min-height: 58px;
    margin-top: 18px;
    border-radius: 14px;
    font-size: 20px;
  }

  .gd-benefits .container {
    width: min(100%, calc(100% - 24px));
  }

  .gd-benefits__list {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .gd-benefits__item {
    white-space: normal;
    font-size: 14px;
  }

  .trusted-strip.category-trusted {
    padding: 22px 0 26px;
  }

  .gd-compliance {
    padding: 24px 0 18px;
  }

  .gd-compliance__content h2,
  .gd-dashboard-copy h2 {
    font-size: 28px;
  }

  .gd-compliance__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gd-dashboard-row {
    gap: 22px;
  }

  .gd-dashboard-list li {
    font-size: 14px;
  }
}

/* Group Discount final parity overrides */
body.page-template-template-group-discount .group-discount-page,
body.page-template-template-group-discount .group-discount-page input,
body.page-template-template-group-discount .group-discount-page button,
body.page-template-template-group-discount .group-discount-page textarea,
body.page-template-template-group-discount .group-discount-page select {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.page-template-template-group-discount .group-discount-page .container {
  width: min(1140px, calc(100% - 40px));
}

body.page-template-template-group-discount .group-discount-page .gd-hero {
  background: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.085) 1.65px, transparent 1.65px);
  background-size: 50px 50px;
  padding: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__shell {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__inner {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  align-self: center;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__panel {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(26, 62, 80, 0.08);
  padding: 18px 24px 16px;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__content h1 {
  margin: 0;
  max-width: 640px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.015em;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__form {
  margin-top: 30px;
  max-width: none;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid label {
  display: grid;
  gap: 7px;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid label span {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d2dce4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0 18px;
  color: #6b8296;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  outline: none;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid input::placeholder {
  color: #6b8296;
}

body.page-template-template-group-discount .group-discount-page .gd-form__grid input:focus {
  border-color: #00a7df;
  box-shadow: 0 0 0 3px rgba(0, 167, 223, 0.12);
}

body.page-template-template-group-discount .group-discount-page .gd-form__message {
  display: none;
  min-height: 0;
  margin: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-form__message.is-success,
body.page-template-template-group-discount .group-discount-page .gd-form__message.is-error {
  display: block;
  margin-top: 12px;
}

body.page-template-template-group-discount .group-discount-page .gd-form__submit {
  margin-top: 20px;
  width: 100%;
  min-height: 48px;
  justify-content: center;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__media {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 418px;
  align-self: end;
}

body.page-template-template-group-discount .group-discount-page .gd-hero__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  object-fit: contain;
  object-position: right bottom;
  align-self: flex-end;
}

body.page-template-template-group-discount .group-discount-page .gd-benefits {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  overflow-x: clip;
}

body.page-template-template-group-discount .group-discount-page .gd-benefits .container {
  width: min(1440px, calc(100% - 32px));
}

body.page-template-template-group-discount .group-discount-page .gd-benefits__list {
  margin: 0;
  padding: 0;
  min-height: 58px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  align-items: center;
}

body.page-template-template-group-discount .group-discount-page .gd-benefits__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  flex: 0 1 auto;
}

body.page-template-template-group-discount .group-discount-page .gd-benefits__icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted {
  background: #ffffff;
  padding: 32px 0 40px;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted .trusted-inner {
  display: block;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #0f172a;
  font-size: 31px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted .trusted-logos {
  gap: 12px;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted .trusted-logo-card {
  min-width: 0;
  height: 82px;
}

body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted .trusted-logo-card img {
  max-height: 42px;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance {
  padding: 36px 0 22px;
  background: #ffffff;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__media {
  margin: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__media img {
  width: 100%;
  display: block;
  border-radius: 15px;
  aspect-ratio: 574 / 416;
  object-fit: cover;
  object-position: center center;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__content h2 {
  margin: 0;
  color: #000000;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__card {
  min-height: 75px;
  background: #ebfaff;
  border-radius: 10px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__card--wide {
  grid-column: 1 / -1;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: block;
}

body.page-template-template-group-discount .group-discount-page .gd-compliance__card p {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboards {
  padding: 38px 0 36px;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-row + .gd-dashboard-row {
  margin-top: 26px;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-visual {
  margin: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-visual img {
  width: 100%;
  height: auto;
  display: block;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-visual--right img {
  transform: translateY(10px);
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-copy {
  min-width: 0;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-copy h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-copy__lead {
  margin: 12px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-copy h3 {
  margin: 26px 0 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-list li {
  position: relative;
  padding-left: 26px;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url("../images/gd-dashboard-tick.png") center / contain no-repeat;
}

body.page-template-template-group-discount .group-discount-page .gd-dashboard-btn {
  margin-top: 22px;
  min-width: 184px;
  min-height: 54px;
  border-radius: 14px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 700;
}

body.page-template-template-group-discount .group-discount-page .steps-wrap {
  background-color: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.1) 1.6px, transparent 1.6px);
  background-size: 44px 44px;
  padding: 26px 0 26px;
}

body.page-template-template-group-discount .group-discount-page .bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.page-template-template-group-discount .group-discount-page .bundle-card {
  min-height: 100%;
  background: #fff;
  border: 1px solid #e2edf3;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

body.page-template-template-group-discount .group-discount-page .bundle-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

body.page-template-template-group-discount .group-discount-page .bundle-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.page-template-template-group-discount .group-discount-page .bundle-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.page-template-template-group-discount .group-discount-page .bundle-title {
  margin: 0;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 700;
}

body.page-template-template-group-discount .group-discount-page .bundle-desc {
  margin: 12px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

body.page-template-template-group-discount .group-discount-page .bundle-meta-row {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

body.page-template-template-group-discount .group-discount-page .bundle-link {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: underline;
}

body.page-template-template-group-discount .group-discount-page .bundle-link.is-disabled {
  cursor: default;
}

body.page-template-template-group-discount .group-discount-page .bundle-price {
  text-align: right;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

body.page-template-template-group-discount .group-discount-page .bundle-sale {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

body.page-template-template-group-discount .group-discount-page .bundle-strike {
  color: #64748b;
  font-size: 13px;
  line-height: 1;
  text-decoration: line-through;
}

body.page-template-template-group-discount .group-discount-page .bundle-actions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.page-template-template-group-discount .group-discount-page .bundle-actions .btn {
  min-height: 48px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  padding: 0 16px;
}

body.page-template-template-group-discount .group-discount-page .bundle-add {
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

body.page-template-template-group-discount .group-discount-page .bundle-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body.page-template-template-group-discount .group-discount-page .bundle-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.3;
}

body.page-template-template-group-discount .group-discount-page .bundle-check {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  background: url("../images/bundle-bullet-check.png") no-repeat center / contain;
  margin-top: 0;
  border: 0;
  border-radius: 0;
}

body.page-template-template-group-discount .group-discount-page .bundle-check::before {
  content: none;
}

@media (max-width: 1024px) {
  body.page-template-template-group-discount .group-discount-page .gd-hero__inner,
  body.page-template-template-group-discount .group-discount-page .gd-compliance__inner,
  body.page-template-template-group-discount .group-discount-page .gd-dashboard-row {
    grid-template-columns: 1fr;
  }

  body.page-template-template-group-discount .group-discount-page .gd-dashboard-row--bottom .gd-dashboard-copy {
    order: 2;
  }

  body.page-template-template-group-discount .group-discount-page .gd-dashboard-row--bottom .gd-dashboard-visual {
    order: 1;
  }

  body.page-template-template-group-discount .group-discount-page .gd-benefits__list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.page-template-template-group-discount .group-discount-page .gd-hero {
    padding: 10px 0 0;
  }

  body.page-template-template-group-discount .group-discount-page .gd-hero__shell {
    width: min(100%, calc(100% - 24px));
  }

  body.page-template-template-group-discount .group-discount-page .gd-hero__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-hero__panel {
    padding: 18px 20px 18px;
    border-radius: 18px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-hero__content h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  body.page-template-template-group-discount .group-discount-page .gd-form__grid {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  body.page-template-template-group-discount .group-discount-page .gd-form__grid input {
    min-height: 56px;
    font-size: 16px;
    padding-inline: 18px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-form__submit {
    min-height: 58px;
    margin-top: 18px;
    border-radius: 14px;
    font-size: 20px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-benefits .container {
    width: min(100%, calc(100% - 24px));
  }

  body.page-template-template-group-discount .group-discount-page .gd-benefits__list {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-benefits__item {
    white-space: normal;
    font-size: 14px;
  }

  body.page-template-template-group-discount .group-discount-page .trusted-strip.category-trusted {
    padding: 22px 0 26px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-compliance {
    padding: 24px 0 18px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-compliance__content h2,
  body.page-template-template-group-discount .group-discount-page .gd-dashboard-copy h2 {
    font-size: 28px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-compliance__grid,
  body.page-template-template-group-discount .group-discount-page .bundles-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-dashboard-row {
    gap: 22px;
  }

  body.page-template-template-group-discount .group-discount-page .gd-dashboard-list li {
    font-size: 14px;
  }
}

/* Single Product Course Page */
body.single-product .single-course-page {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.single-product .single-course-page .course-hero {
  background: #ebfaff;
  background-image: radial-gradient(circle at center, rgba(0, 167, 223, 0.085) 1.65px, transparent 1.65px);
  background-size: 50px 50px;
  overflow: hidden;
}

body.single-product .single-course-page .course-hero .container {
  width: min(1216px, calc(100% - 56px));
  padding: 0;
}

body.single-product .single-course-page .course-hero__inner {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 20px;
}

body.single-product .single-course-page .course-hero__copy {
  max-width: 560px;
  padding: 30px 0 34px;
  align-self: center;
}

body.single-product .single-course-page .course-hero__copy h1 {
  margin: 0;
  color: #000000;
  font-size: 40px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-hero__copy p {
  margin: 22px 0 0;
  max-width: 560px;
  color: #111111;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 400;
}

body.single-product .single-course-page .course-hero__actions {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 300px 200px;
  align-items: start;
  column-gap: 18px;
}

body.single-product .single-course-page .course-hero__primary,
body.single-product .single-course-page .course-hero__secondary {
  display: grid;
  gap: 10px;
  align-content: start;
}

body.single-product .single-course-page .course-hero__price {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body.single-product .single-course-page .course-hero__price-main {
  margin: 0;
  color: #000000;
  font-size: 54px;
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.single-product .single-course-page .course-hero__price-main sup {
  position: relative;
  top: -0.48em;
  margin-left: 2px;
  font-size: 0.38em;
  line-height: 1;
  font-weight: 500;
  vertical-align: baseline;
}

body.single-product .single-course-page .course-hero__price-was {
  margin-top: 6px;
  color: #111111;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-decoration: line-through;
}

body.single-product .single-course-page .course-hero__eyebrow {
  display: block;
  min-height: 45px;
  color: #111111;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 400;
}

body.single-product .single-course-page .course-hero__btn {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

body.single-product .single-course-page .course-hero__btn--primary {
  background: #12a8df;
  border: 1px solid #12a8df;
  color: #ffffff;
}

body.single-product .single-course-page .course-hero__btn--outline {
  background: transparent;
  border: 2px solid #12a8df;
  color: #111111;
}

body.single-product .single-course-page .course-hero__media {
  min-height: 318px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

body.single-product .single-course-page .course-hero__media img {
  position: relative;
  z-index: 1;
  width: 820px;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-10px);
}

body.single-product .single-course-page .gd-benefits {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  overflow-x: clip;
}

body.single-product .single-course-page .gd-benefits .container {
  width: min(1440px, calc(100% - 32px));
}

body.single-product .single-course-page .gd-benefits__list {
  margin: 0;
  padding: 0;
  min-height: 58px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  align-items: center;
}

body.single-product .single-course-page .gd-benefits__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  flex: 0 1 auto;
}

body.single-product .single-course-page .gd-benefits__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

body.single-product .single-course-page .course-curriculum {
  background: #ffffff;
  padding: 52px 0 56px;
}

body.single-product .single-course-page .course-curriculum .container {
  width: min(1204px, calc(100% - 64px));
}

body.single-product .single-course-page .course-curriculum__head {
  text-align: center;
}

body.single-product .single-course-page .course-curriculum__head h2 {
  margin: 0;
  color: #000000;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-curriculum__head p {
  margin: 16px auto 0;
  max-width: 920px;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

body.single-product .single-course-page .course-curriculum__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.single-product .single-course-page .course-curriculum__card {
  min-height: 148px;
  border-radius: 10px;
  padding: 16px 18px 18px;
}

body.single-product .single-course-page .course-curriculum__card--blue { background: #ebfaff; }
body.single-product .single-course-page .course-curriculum__card--sand { background: #fef1dd; }
body.single-product .single-course-page .course-curriculum__card--green { background: #f1f8df; }

body.single-product .single-course-page .course-curriculum__card h3 {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #111111;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

body.single-product .single-course-page .course-curriculum__card p {
  margin: 10px 0 0 22px;
  color: #111111;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}

body.single-product .single-course-page .course-curriculum__badge {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

body.single-product .single-course-page .course-curriculum__badge::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
}

body.single-product .single-course-page .course-curriculum__card--blue .course-curriculum__badge { background: #17a2d9; }
body.single-product .single-course-page .course-curriculum__card--sand .course-curriculum__badge { background: #f29a11; }
body.single-product .single-course-page .course-curriculum__card--green .course-curriculum__badge { background: #94bc26; }

body.single-product .single-course-page .course-curriculum__actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

body.single-product .single-course-page .course-curriculum__btn {
  min-width: 192px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #12a8df;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

body.single-product .single-course-page .course-enroll {
  background: #ffffff;
  padding: 36px 0 56px;
}

body.single-product .single-course-page .course-enroll .container {
  width: min(1140px, calc(100% - 64px));
}

body.single-product .single-course-page .course-enroll__inner {
  display: grid;
  grid-template-columns: 576px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

body.single-product .single-course-page .course-enroll__copy { max-width: 474px; }

body.single-product .single-course-page .course-enroll__copy h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-enroll__copy p {
  margin: 18px 0 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

body.single-product .single-course-page .course-enroll__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.single-product .single-course-page .course-enroll__list li {
  position: relative;
  padding-left: 32px;
  color: #111111;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}

body.single-product .single-course-page .course-enroll__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

body.single-product .single-course-page .course-enroll__btn {
  margin-top: 24px;
  min-width: 184px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #12a8df;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

body.single-product .single-course-page .course-enroll__media { margin: 0; }
body.single-product .single-course-page .course-enroll__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  object-fit: cover;
}

body.single-product .single-course-page .course-why {
  background: #ffffff;
  padding: 54px 0 58px;
}

body.single-product .single-course-page .course-why .container {
  width: min(1204px, calc(100% - 64px));
}

body.single-product .single-course-page .course-why__head { text-align: center; }
body.single-product .single-course-page .course-why__head h2 {
  margin: 0;
  color: #000000;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-why__head p {
  margin: 16px auto 0;
  max-width: 760px;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

body.single-product .single-course-page .course-why__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.single-product .single-course-page .course-why__card {
  min-height: 186px;
  border-radius: 12px;
  padding: 18px 18px 16px;
  text-align: center;
}
body.single-product .single-course-page .course-why__card--blue { background: #ebfaff; }
body.single-product .single-course-page .course-why__card--sand { background: #fef1dd; }
body.single-product .single-course-page .course-why__card--green { background: #f1f8df; }

body.single-product .single-course-page .course-why__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

body.single-product .single-course-page .course-why__icon img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
}

body.single-product .single-course-page .course-why__card h3 {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

body.single-product .single-course-page .course-why__card p {
  margin: 14px auto 0;
  max-width: 248px;
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

body.single-product .single-course-page .course-why__actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

body.single-product .single-course-page .course-why__btn {
  min-width: 206px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #12a8df;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

body.single-product .single-course-page .course-corporate {
  background: #ebfaff;
  padding: 54px 0 58px;
}

body.single-product .single-course-page .course-corporate .container {
  width: min(1204px, calc(100% - 64px));
}

body.single-product .single-course-page .course-corporate__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 576px;
  gap: 48px;
  align-items: start;
}

body.single-product .single-course-page .course-corporate__copy {
  max-width: 520px;
  padding-top: 4px;
}

body.single-product .single-course-page .course-corporate__copy h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-corporate__list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

body.single-product .single-course-page .course-corporate__list li {
  position: relative;
  padding-left: 30px;
  color: #111111;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

body.single-product .single-course-page .course-corporate__note {
  margin: 30px 0 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 49, 63, 0.08);
  padding: 20px 22px 18px;
}

body.single-product .single-course-page .course-corporate__card h3 {
  margin: 0;
  color: #111111;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 500;
}

body.single-product .single-course-page .course-corporate__card > p {
  margin: 8px 0 0;
  color: #353535;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__form { margin-top: 16px; }

body.single-product .single-course-page .course-corporate__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.single-product .single-course-page .course-corporate__grid label {
  display: grid;
  gap: 5px;
}

body.single-product .single-course-page .course-corporate__grid label span {
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__grid input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9dde2;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 18px;
  color: #7288a0;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
}

body.single-product .single-course-page .course-corporate__grid input::placeholder {
  color: #7288a0;
}

body.single-product .single-course-page .course-corporate__grid input:focus {
  border-color: #12a8df;
  box-shadow: 0 0 0 3px rgba(18, 168, 223, 0.12);
}

body.single-product .single-course-page .course-corporate__check {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222222;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__check input {
  width: 14px;
  height: 14px;
  margin: 0;
}

body.single-product .single-course-page .course-corporate__submit {
  width: 100%;
  margin-top: 16px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #12a8df;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

body.single-product .single-course-page .course-corporate__meta {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #111111;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

body.single-product .single-course-page .course-corporate__meta span:last-child { text-align: right; }
body.single-product .single-course-page .course-corporate__meta a {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}

body.single-product .single-course-page .course-corporate__shortcode {
  margin-top: 18px;
}

body.single-product .single-course-page .course-corporate__shortcode > *:first-child {
  margin-top: 0;
}

body.single-product .single-course-page .course-corporate__shortcode input,
body.single-product .single-course-page .course-corporate__shortcode textarea,
body.single-product .single-course-page .course-corporate__shortcode select {
  max-width: 100%;
}

body.single-product .single-course-page .course-compliance {
  background: #ffffff;
  padding: 34px 0 56px;
}

body.single-product .single-course-page .course-compliance .container {
  width: min(1204px, calc(100% - 64px));
}

body.single-product .single-course-page .course-compliance__panel {
  background: #f5f7f8;
  border-radius: 18px;
  padding: 24px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

body.single-product .single-course-page .course-compliance__stamp-wrap {
  width: 180px;
  height: 180px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .single-course-page .course-compliance__stamp-wrap img {
  width: 150px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

body.single-product .single-course-page .course-compliance__content h2 {
  margin: 0;
  color: #000000;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.single-product .single-course-page .course-compliance__content p {
  margin: 14px 0 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

body.single-product .single-course-page .course-compliance__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.single-product .single-course-page .course-compliance__list li {
  position: relative;
  padding-left: 30px;
  color: #111111;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

body.single-product .single-course-page .course-compliance__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("../images/bullet-tick.png") center / contain no-repeat;
}

body.single-product .single-course-page .faq-trigger {
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
}

body.single-product .single-course-page .faq-trigger > img {
  margin-top: 1px;
}

body.single-product .single-course-page .faq-trigger::after {
  top: 24px;
  transform: rotate(45deg);
}

body.single-product .single-course-page .faq-item.is-open .faq-trigger::after {
  transform: rotate(-135deg);
}

@media (max-width: 1024px) {
		.cert-inner h3 {
    margin-right:0px !important;
}
  body.single-product .single-course-page .course-hero .container,
  body.single-product .single-course-page .course-curriculum .container,
  body.single-product .single-course-page .course-enroll .container,
  body.single-product .single-course-page .course-why .container,
  body.single-product .single-course-page .course-corporate .container,
  body.single-product .single-course-page .course-compliance .container {
    width: min(100%, calc(100% - 40px));
  }

  body.single-product .single-course-page .course-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  body.single-product .single-course-page .course-hero__copy {
    max-width: 100%;
    padding: 28px 0 0;
  }

  body.single-product .single-course-page .course-hero__copy h1 {
    font-size: 36px;
  }

  body.single-product .single-course-page .course-hero__actions {
    grid-template-columns: 1fr 220px;
    gap: 16px;
  }

  body.single-product .single-course-page .course-hero__media {
    min-height: 0;
  }

  body.single-product .single-course-page .course-hero__media img {
    width: min(100%, 760px);
    max-width: 100%;
    transform: none;
  }

  body.single-product .single-course-page .gd-benefits__list {
    justify-content: center;
  }

  body.single-product .single-course-page .course-curriculum__grid,
  body.single-product .single-course-page .course-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .single-course-page .course-enroll__inner,
  body.single-product .single-course-page .course-corporate__inner,
  body.single-product .single-course-page .course-compliance__panel {
    grid-template-columns: 1fr;
  }

  body.single-product .single-course-page .course-enroll__copy,
  body.single-product .single-course-page .course-corporate__copy {
    max-width: 100%;
  }

  body.single-product .single-course-page .course-compliance__stamp-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  body.single-product .single-course-page .course-hero .container,
  body.single-product .single-course-page .course-curriculum .container,
  body.single-product .single-course-page .course-enroll .container,
  body.single-product .single-course-page .course-why .container,
  body.single-product .single-course-page .course-corporate .container,
  body.single-product .single-course-page .course-compliance .container {
    width: min(100%, calc(100% - 24px));
  }

  body.single-product .single-course-page .course-hero__copy {
    padding: 24px 0 0;
  }

  body.single-product .single-course-page .course-hero__copy h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  body.single-product .single-course-page .course-hero__copy p {
    font-size: 14px;
  }

  body.single-product .single-course-page .course-hero__actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.single-product .single-course-page .course-hero__primary,
  body.single-product .single-course-page .course-hero__secondary {
    gap: 8px;
  }

  body.single-product .single-course-page .course-hero__secondary {
    justify-items: start;
  }

  body.single-product .single-course-page .course-hero__price-main {
    font-size: 48px;
  }

  body.single-product .single-course-page .course-hero__price-was,
  body.single-product .single-course-page .course-hero__eyebrow {
    font-size: 16px;
  }

  body.single-product .single-course-page .course-hero__btn {
    min-height: 52px;
    font-size: 17px;
  }

  body.single-product .single-course-page .gd-benefits__list {
    min-height: 0;
    padding: 12px 0;
    justify-content: flex-start;
    gap: 12px 16px;
  }

  body.single-product .single-course-page .gd-benefits__item {
    white-space: normal;
    font-size: 13px;
  }

  body.single-product .single-course-page .course-curriculum,
  body.single-product .single-course-page .course-enroll,
  body.single-product .single-course-page .course-why,
  body.single-product .single-course-page .course-corporate,
  body.single-product .single-course-page .course-compliance {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  body.single-product .single-course-page .course-curriculum__head h2,
  body.single-product .single-course-page .course-why__head h2,
  body.single-product .single-course-page .course-compliance__content h2 {
    font-size: 28px;
  }

  body.single-product .single-course-page .course-curriculum__grid,
  body.single-product .single-course-page .course-why__grid {
    grid-template-columns: 1fr;
  }

  body.single-product .single-course-page .course-enroll__copy h2,
  body.single-product .single-course-page .course-corporate__copy h2 {
    font-size: 28px;
  }

  body.single-product .single-course-page .course-enroll__media img {
    border-radius: 20px;
  }

  body.single-product .single-course-page .course-why__icon {
    width: 56px;
    height: 56px;
  }

  body.single-product .single-course-page .course-corporate__grid {
    grid-template-columns: 1fr;
  }

  body.single-product .single-course-page .course-corporate__meta {
    flex-direction: column;
    gap: 10px;
  }

  body.single-product .single-course-page .course-corporate__meta span:last-child {
    text-align: left;
  }

  body.single-product .single-course-page .course-compliance__panel {
    padding: 18px 16px;
    gap: 18px;
  }

  body.single-product .single-course-page .course-compliance__stamp-wrap {
    width: 140px;
    height: 140px;
  }

  body.single-product .single-course-page .course-compliance__stamp-wrap img {
    width: 114px;
  }
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover,
.btn:hover,
.single_add_to_cart_button:hover,
.footer-social-link:hover,
.bundles-grid.owl-carousel .owl-nav button:hover,
.testimonial-slider-wrap .owl-nav button:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.btn-primary:hover,
.btn-white:hover,
.money-btn:hover,
.bottom-cta-btn:hover,
.faq-more-btn:hover,
.gd-form__submit:hover,
.contact-connect__actions .btn:hover,
body.single-product .single-course-page .course-hero__btn:hover,
body.single-product .single-course-page .course-curriculum__btn:hover,
body.single-product .single-course-page .course-enroll__btn:hover,
body.single-product .single-course-page .course-why__btn:hover,
body.single-product .single-course-page .course-corporate__submit:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.btn-primary:hover,
.bottom-cta-btn:hover,
.faq-more-btn:hover,
.gd-form__submit:hover,
body.single-product .single-course-page .course-curriculum__btn:hover,
body.single-product .single-course-page .course-enroll__btn:hover,
body.single-product .single-course-page .course-why__btn:hover,
body.single-product .single-course-page .course-corporate__submit:hover {
  background: #12a8df !important;
  border-color: #12a8df !important;
  color: #ffffff !important;
}

.btn-white:hover,
.contact-connect__actions .btn:hover,
body.single-product .single-course-page .course-hero__btn--outline:hover {
  background: transparent !important;
  color: #111111 !important;
}

body.single-product .single-course-page .course-hero__btn--primary:hover {
  background: #12a8df !important;
  border-color: #12a8df !important;
  color: #ffffff !important;
}

body.single-product .single-course-page .course-hero__btn--outline:hover {
  border-color: #12a8df !important;
}

.hero-mobile {
  display: none;
}

@media (max-width: 767px) {
	.money-copy {
    min-width: 0;
    margin-left: 0px;
}
  .hero {
    padding: 18px 0 10px;
    background: #ebfaff;
    overflow: hidden;
  }

  .hero-grid--desktop {
    display: none !important;
  }

  .hero-mobile {
    display: block;
  }

  .hero-mobile__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 182px;
    align-items: start;
    gap: 0;
  }

  .hero-mobile__copy h1 {
    margin: 0;
    min-width: 310px;
    font-size: 34px;
    line-height: 0.98;
    font-weight: 600;
    color: #111111;
  }

  .hero-mobile__visual {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    right: 0;
  }

  .hero-mobile__visual img {
    width: 192px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .hero-mobile__points {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
  }

  .hero-mobile__points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.22;
    font-weight: 400;
  }

  .hero-mobile__points li img {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
  }

  .hero-mobile__subtitle {
    margin: 18px 0 0;
    max-width: 320px;
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 400;
  }

  .hero-mobile__cta {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
  }

  .hero-mobile__cta-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .hero-mobile__cta-col p {
    margin: 0;
    text-align: center;
    color: #1d1d1f;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }

  .hero-mobile__btn {
    min-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    justify-content: center;
  }

  .hero-mobile__btn--primary {
    background: #11a8e2;
    border: 1px solid #11a8e2;
    color: #ffffff;
  }

  .hero-mobile__btn--outline {
    background: transparent;
    border: 1px solid #11a8e2;
    color: #111111;
  }

  .hero-mobile__promo {
    position: relative;
    margin-top: 18px;
    border-radius: 16px;
    border: 1px solid rgba(178, 164, 255, 0.42);
    background: linear-gradient(90deg, #ffffff 0%, #f3efff 100%);
    padding: 16px 16px 18px;
    box-shadow: 0 12px 34px rgba(106, 96, 232, 0.08);
    overflow: hidden;
    text-align: center;
  }

  .hero-mobile__promo-dots {
    position: absolute;
    left: 12px;
    top: 10px;
    width: 52px;
    height: 76px;
    background-image: radial-gradient(circle, #e2dcff 1.25px, transparent 1.25px);
    background-size: 8px 8px;
    opacity: 0.85;
  }

  .hero-mobile__promo-star {
    position: absolute;
    color: #7b6cf7;
    line-height: 1;
    opacity: 0.92;
  }

  .hero-mobile__promo-star--left {
    left: 16px;
    bottom: 18px;
    font-size: 16px;
  }

  .hero-mobile__promo-star--right {
    right: 16px;
    bottom: 46px;
    font-size: 22px;
  }

  .hero-mobile__promo > :not(.hero-mobile__promo-dots):not(.hero-mobile__promo-star) {
    position: relative;
    z-index: 1;
  }

  .hero-mobile__promo-logo {
    width: auto;
    max-width: 230px;
    height: 60px;
    object-fit: contain;
    margin: auto;
  }

  .hero-mobile__promo-title {
    margin: 12px auto 0;
    max-width: 300px;
    color: #1d1d1f;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
  }

  .hero-mobile__promo-title span {
    display: inline;
  }

  .hero-mobile__promo-highlight {
    color: #6c63ff;
    font-weight: 700;
  }

  .hero-mobile__promo-copy {
    margin: 10px auto 0;
    max-width: 275px;
    color: #1d1d1f;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 400;
  }

  .hero-mobile__promo-button {
    margin: 14px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid #8d81ff;
    background: rgba(255, 255, 255, 0.78);
    color: #111111;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero-mobile__top {
    grid-template-columns: minmax(0, 1fr) 154px;
  }

  .hero-mobile__copy h1 {
    max-width: 250px;
    font-size: 30px;
    line-height: 1;
  }

  .hero-mobile__visual img {
    width: 164px;
  }

  .hero-mobile__points li {
    font-size: 16px;
  }

  .hero-mobile__subtitle {
    max-width: 308px;
    font-size: 15px;
  }

  .hero-mobile__btn {
    min-height: 46px;
    height: 46px;
    font-size: 15px;
  }
}
