.group-page {
  background: #fff;
  color: #071f3d;
}

.group-page main {
  overflow: hidden;
  background: #fff;
}

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

.group-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  background:
    radial-gradient(circle at 94% 18%, rgba(255, 255, 255, .34), transparent 18%),
    linear-gradient(180deg, #46c6ff 0%, #31b9f4 58%, #63cdfd 100%);
}

.group-hero::before,
.group-hero::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 92px;
  border: 2px dashed rgba(255, 255, 255, .55);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 100px 0;
}

.group-hero::before {
  left: 52%;
  top: 38px;
  transform: rotate(58deg);
}

.group-hero::after {
  right: 12px;
  top: 116px;
}

.group-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(660px, 1.14fr);
  gap: 44px;
  align-items: center;
  padding: 48px 0 52px;
}

.group-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #071f3d;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.group-hero__copy > p {
  max-width: 505px;
  margin: 24px 0 0;
  color: #12375d;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 700;
}

.group-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.group-hero__actions .btn,
.group-cta button {
  min-height: 52px;
  padding: 0 31px;
  border-radius: 8px;
  font-size: 15px;
}

.group-social-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.group-avatar-row {
  display: flex;
}

.group-avatar-row img {
  width: 34px;
  height: 34px;
  margin-right: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.group-star {
  color: #ffbd3d;
  font-size: 28px;
  line-height: 1;
}

.group-social-proof strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
}

.group-social-proof small {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 800;
}

.group-hero__visual {
  position: relative;
  min-height: 338px;
}

.group-video-grid {
  position: absolute;
  left: 120px;
  top: 0;
  width: 442px;
  height: 326px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr) 58px;
  overflow: hidden;
  border-radius: 10px;
  background: #071f3d;
  box-shadow: 0 18px 38px rgba(9, 42, 80, .22);
}

.group-video-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 2px solid #071f3d;
}

.group-video-toolbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: #071f3d;
}

.group-video-toolbar span,
.group-video-toolbar b {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .88);
}

.group-video-toolbar b {
  width: 42px;
  border-radius: 999px;
  background: #ff5a42;
}

.group-match-card,
.group-side-card {
  position: absolute;
  border: 1px solid #dbe9f6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 47, 82, .12);
}

.group-match-card {
  left: 0;
  top: 132px;
  width: 126px;
  min-height: 162px;
  padding: 15px 14px;
  text-align: center;
}

.group-match-card h2 {
  margin: 0 0 10px;
  color: #102b52;
  font-size: 11px;
  font-weight: 900;
}

.group-score {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: conic-gradient(#48cbb9 0 94%, #e5f1fb 94% 100%);
  box-shadow: inset 0 0 0 10px #fff;
  color: #071f3d;
  font-size: 21px;
  font-weight: 900;
}

.group-match-card strong {
  display: block;
  color: #28b87a;
  font-size: 12px;
  font-weight: 900;
}

.group-match-card p,
.group-side-card p {
  margin: 5px 0 0;
  color: #60758e;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

.group-side-card {
  right: 0;
  width: 150px;
  padding: 16px;
}

.group-side-card--learners {
  top: 24px;
}

.group-side-card--time {
  top: 118px;
}

.group-side-card--chart {
  top: 224px;
  min-height: 102px;
}

.group-side-card strong {
  display: block;
  color: #071f3d;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 900;
}

.group-side-card span,
.group-side-card small {
  display: block;
  color: #668098;
  font-size: 11px;
  font-weight: 800;
}

.group-side-card--chart strong {
  color: #21bd84;
  font-size: 22px;
}

.group-side-card a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid #1687e8;
  border-radius: 7px;
  color: #1687e8;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.group-side-card i {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 13px;
  height: 34px;
  background: #1687e8;
  clip-path: polygon(0 88%, 18% 62%, 35% 70%, 52% 40%, 68% 54%, 84% 22%, 100% 10%, 100% 18%, 84% 32%, 68% 65%, 52% 50%, 35% 80%, 18% 72%, 0 100%);
}

.group-plane {
  position: absolute;
  width: 54px;
  height: 54px;
}

.group-plane::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 24%, 100% 0, 62% 100%, 43% 54%);
  background: rgba(255, 255, 255, .9);
  transform: rotate(13deg);
}

.group-plane--left {
  left: -34px;
  top: -8px;
  width: 34px;
  height: 34px;
}

.group-plane--right {
  right: -48px;
  top: -4px;
}

.group-match-panel {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 24px 28px 22px;
  border: 1px solid #dbe9f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(16, 47, 82, .12);
}

.group-match-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 22px;
}

.group-match-steps span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17375f;
  font-size: 13px;
  font-weight: 900;
}

.group-match-steps span::after {
  content: "";
  position: absolute;
  left: 36px;
  right: -14px;
  top: 15px;
  height: 1px;
  background: #dbe9f6;
}

.group-match-steps span:last-child::after {
  display: none;
}

.group-match-steps b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1687e8;
  color: #fff;
  font-size: 12px;
}

.group-match-steps span:not(:first-child) b {
  background: #d2dbe7;
}

.group-match-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) 180px;
  gap: 16px;
  align-items: end;
}

.group-match-form label {
  display: grid;
  gap: 8px;
  color: #17375f;
  font-size: 11px;
  font-weight: 900;
}

.group-match-form select,
.group-cta input,
.group-cta select {
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  background: #fff;
  color: #516d8c;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  outline: 0;
}

.group-match-form button,
.group-cta button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.group-quick-goals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.group-quick-goals strong {
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
}

.group-quick-goals a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.group-feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 28px 0 26px;
}

.group-feature-strip article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid #dbe9f6;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 47, 82, .055);
}

.group-feature-strip span,
.group-format-grid span {
  display: grid;
  place-items: center;
}

.group-feature-strip span {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
}

.group-feature-strip img,
.group-format-grid img {
  width: 40px;
  height: 40px;
}

.group-feature-strip strong {
  display: block;
  color: #102b52;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.group-feature-strip p {
  grid-column: 2;
  margin: 0;
  color: #60758e;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.group-arabic {
  padding: 28px 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e7f7ff 0%, #cdf0ff 100%);
}

.group-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.group-section-head h2,
.group-live-section h2,
.group-format h2,
.group-inside h2,
.group-progress h2,
.group-faq h2 {
  margin: 0;
  color: #071f3d;
  font-size: 26px;
  line-height: 1.14;
  font-weight: 900;
  text-align: center;
}

.group-section-head h2 {
  text-align: left;
  font-size: 30px;
}

.group-section-head p {
  margin: 8px 0 0;
  color: #60758e;
  font-size: 14px;
  font-weight: 700;
}

.group-section-head a {
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.group-arabic-grid {
  display: grid;
  grid-template-columns: 264px repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.group-arabic-image {
  width: 100%;
  height: 262px;
  border-radius: 12px;
  object-fit: cover;
}

.group-arabic-grid article {
  min-height: 262px;
  padding: 24px 20px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
}

.group-arabic-grid h3 {
  margin: 0 0 16px;
  color: #102b52;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.group-arabic-grid h3 span {
  display: inline-flex;
  margin-left: 4px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #fff5dc;
  color: #d99a00;
  font-size: 9px;
  vertical-align: middle;
}

.group-arabic-grid p {
  margin: 9px 0 0;
  color: #60758e;
  font-size: 12px;
  font-weight: 800;
}

.group-arabic-grid b {
  display: block;
  margin-top: 14px;
  color: #ff5437;
  font-size: 12px;
}

.group-arabic-grid article div,
.group-class-card footer {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
}

.group-arabic-grid article div {
  grid-template-columns: 36px 1fr;
  margin-top: 18px;
}

.group-arabic-grid article div img,
.group-class-card footer img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.group-arabic-grid article div strong,
.group-class-card footer strong {
  color: #102b52;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
}

.group-arabic-grid article div small,
.group-class-card footer small {
  display: block;
  margin-top: 4px;
  color: #60758e;
  font-size: 10px;
  font-weight: 800;
}

.group-live-section,
.group-format,
.group-inside,
.group-progress,
.group-faq {
  padding-top: 34px;
}

.group-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.group-filter-row span {
  flex: 1;
}

.group-filter-row a,
.group-filter-row button {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #dbe9f6;
  border-radius: 8px;
  background: #fff;
  color: #45617f;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.group-filter-row a:first-child {
  background: #1687e8;
  color: #fff;
}

.group-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.group-class-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe9f6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 47, 82, .055);
}

.group-class-card > img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.play {
  position: absolute;
  left: 50%;
  top: 58px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-left: -26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .38);
}

.play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
  transform: translateX(2px);
}

.group-class-card h3 {
  margin: 18px 18px 6px;
  color: #102b52;
  font-size: 19px;
  font-weight: 900;
}

.group-class-card > p,
.group-class-card > div {
  margin: 0 18px;
}

.group-class-card > p {
  color: #60758e;
  font-size: 12px;
  font-weight: 800;
}

.group-class-card > p b {
  display: inline-flex;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf8ff;
  color: #1687e8;
  font-size: 10px;
}

.group-class-card > div {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 13px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.group-class-card em {
  margin-left: auto;
  color: #ff5437;
  font-style: normal;
  font-weight: 900;
}

.group-class-card footer {
  margin: 15px 18px 16px;
}

.group-class-card footer b {
  justify-self: end;
  color: #071f3d;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.group-class-card nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 18px 18px;
}

.group-class-card nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.group-class-card nav a:first-child {
  background: var(--orange);
  color: #fff;
}

.group-class-card nav a:last-child {
  border: 1px solid #d5e2ee;
}

.group-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.group-format-grid article {
  min-height: 156px;
  padding: 22px;
  border-radius: 13px;
  background: linear-gradient(180deg, #f2fbff 0%, #edf8ff 100%);
}

.group-format-grid span {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #dff2ff;
}

.group-format-grid h3 {
  margin: 0 0 8px;
  color: #102b52;
  font-size: 15px;
  font-weight: 900;
}

.group-format-grid p {
  margin: 0;
  color: #60758e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.group-format-grid b {
  display: block;
  margin-top: 14px;
  color: #28b87a;
  font-size: 11px;
  font-weight: 900;
}

.group-inside-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.3fr) 170px 176px 230px;
  gap: 16px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #eef8ff;
}

.group-room,
.group-vocab,
.group-speaking,
.group-ai-notes {
  overflow: hidden;
  border: 1px solid #dbe9f6;
  border-radius: 12px;
  background: #fff;
}

.group-room {
  background: #071f3d;
  color: #fff;
}

.group-room h3,
.group-vocab h3,
.group-speaking h3,
.group-ai-notes h3 {
  margin: 0;
  padding: 16px;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
}

.group-vocab h3,
.group-speaking h3,
.group-ai-notes h3 {
  color: #102b52;
}

.group-room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.group-room-grid img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border: 2px solid #071f3d;
}

.group-room footer {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  align-items: center;
  padding: 12px 16px 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.group-room footer b {
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ff5437;
}

.group-vocab {
  padding-bottom: 14px;
}

.group-vocab p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 0;
  padding: 12px 16px;
  border-top: 1px solid #edf3f8;
}

.group-vocab strong {
  font-size: 20px;
  color: #102b52;
}

.group-vocab span {
  color: #60758e;
  font-size: 12px;
  font-weight: 800;
}

.group-vocab a,
.group-ai-notes a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px 16px 0;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.group-speaking {
  text-align: center;
}

.group-speaking div {
  width: 114px;
  height: 114px;
  display: grid;
  place-items: center;
  margin: 18px auto;
  border-radius: 50%;
  background: conic-gradient(#48cbb9 0 74%, #e6eff8 74% 100%);
  box-shadow: inset 0 0 0 12px #fff;
  color: #071f3d;
  font-size: 29px;
  font-weight: 900;
}

.group-speaking p {
  margin: 0;
  color: #60758e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.group-speaking p b {
  color: #071f3d;
}

.group-speaking small {
  display: block;
  margin-top: 14px;
  color: #8091a5;
  font-size: 11px;
  font-weight: 800;
}

.group-ai-notes {
  padding-bottom: 15px;
}

.group-ai-notes ul {
  display: grid;
  gap: 8px;
  margin: -2px 16px 10px;
  padding: 0;
  list-style: none;
}

.group-ai-notes li {
  position: relative;
  padding-left: 18px;
  color: #3f5876;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.group-ai-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #28b87a;
  border-bottom: 2px solid #28b87a;
  transform: rotate(-45deg);
}

.group-progress-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 18px;
  margin-top: 20px;
}

.group-progress-grid article {
  border: 1px solid #dbe9f6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 47, 82, .045);
}

.group-progress-card,
.group-trend,
.group-testimonials {
  padding: 22px;
}

.group-progress-card h3,
.group-trend h3 {
  margin: 0 0 6px;
  color: #102b52;
  font-size: 16px;
  font-weight: 900;
}

.group-progress-card > small {
  color: #60758e;
  font-weight: 800;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.metric-row span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-bottom: 4px solid #dbe9f6;
  color: #60758e;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.metric-row b {
  display: block;
  color: #28b87a;
  font-size: 22px;
}

.metric-row span:nth-child(3) b {
  color: #1687e8;
}

.metric-row span:nth-child(4) b {
  color: #ff8a3d;
}

.group-progress-card footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.group-progress-card footer strong {
  min-height: 76px;
  display: grid;
  align-content: center;
  padding: 0 18px;
  border: 1px solid #edf3f8;
  border-radius: 12px;
  color: #60758e;
  font-size: 12px;
  line-height: 1.45;
}

.group-progress-card footer b {
  color: #102b52;
  font-size: 20px;
}

.group-trend div {
  position: relative;
  height: 226px;
  margin-top: 20px;
  border-left: 1px solid #dbe9f6;
  border-bottom: 1px solid #dbe9f6;
  background: repeating-linear-gradient(0deg, transparent 0 44px, #eef5fb 45px 46px);
}

.group-trend i,
.group-trend b {
  position: absolute;
  left: 18px;
  right: 10px;
  height: 5px;
  border-radius: 999px;
  clip-path: polygon(0 82%, 14% 58%, 28% 64%, 42% 44%, 56% 50%, 70% 20%, 84% 34%, 100% 18%, 100% 29%, 84% 45%, 70% 32%, 56% 63%, 42% 56%, 28% 76%, 14% 70%, 0 94%);
}

.group-trend i {
  top: 68px;
  background: #1687e8;
}

.group-trend b {
  top: 116px;
  background: #aab8c7;
}

.group-testimonials {
  display: grid;
  gap: 16px;
}

.group-testimonials blockquote {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 16px;
  margin: 0;
  padding: 16px;
  border: 1px solid #edf3f8;
  border-radius: 12px;
}

.group-testimonials img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.group-testimonials p {
  grid-column: 2 / 4;
  margin: 0;
  color: #24415f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.group-testimonials strong {
  grid-column: 2;
  color: #102b52;
  font-size: 12px;
  font-weight: 900;
}

.group-testimonials small {
  display: block;
  margin-top: 3px;
  color: #60758e;
  font-size: 10px;
}

.group-testimonials span {
  grid-column: 3;
  color: #ffbd3d;
  font-size: 15px;
  letter-spacing: 0;
}

.group-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr 86px;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 0 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2bbaff 0%, #1da3ef 100%);
}

.group-cta > img {
  align-self: end;
  width: 206px;
  height: 146px;
  object-fit: contain;
  object-position: bottom left;
}

.group-cta form {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 150px;
  gap: 16px;
  align-items: center;
}

.group-cta label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.group-cta label input {
  accent-color: #fff;
}

.group-cta .group-plane {
  position: relative;
  width: 76px;
  height: 76px;
}

.group-cta .group-plane::before {
  background: #d7f0ff;
}

.group-faq {
  padding-top: 20px;
  padding-bottom: 30px;
}

.group-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin-top: 18px;
}

.group-faq details {
  border: 1px solid #dbe9f6;
  border-radius: 8px;
  background: #fff;
}

.group-faq summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.group-faq summary::after {
  content: "v";
  color: #1687e8;
  font-size: 16px;
}

.group-faq summary::-webkit-details-marker {
  display: none;
}

.group-faq p {
  margin: 0;
  padding: 0 18px 14px;
  color: #60758e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .group-hero__inner,
  .group-match-form,
  .group-inside-grid,
  .group-cta,
  .group-cta form {
    grid-template-columns: 1fr;
  }

  .group-hero__visual {
    min-height: 430px;
  }

  .group-video-grid {
    left: 140px;
  }

  .group-feature-strip,
  .group-card-grid,
  .group-format-grid,
  .group-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .group-arabic-image {
    grid-column: span 2;
  }

  .group-cta {
    padding: 28px;
  }

  .group-cta > img,
  .group-cta .group-plane {
    display: none;
  }
}

@media (max-width: 720px) {
  .group-hero,
  .group-hero__inner {
    min-height: 0;
  }

  .group-hero__inner {
    padding: 40px 0 54px;
  }

  .group-hero h1 {
    font-size: 38px;
  }

  .group-hero__copy > p {
    font-size: 16px;
  }

  .group-hero__actions .btn,
  .group-cta button {
    width: 100%;
  }

  .group-hero__visual {
    min-height: 720px;
  }

  .group-video-grid,
  .group-match-card,
  .group-side-card {
    left: 0;
    right: 0;
    width: 100%;
  }

  .group-video-grid {
    top: 0;
    height: 330px;
  }

  .group-match-card {
    top: 356px;
  }

  .group-side-card--learners {
    top: 536px;
  }

  .group-side-card--time {
    top: 632px;
  }

  .group-side-card--chart,
  .group-plane {
    display: none;
  }

  .group-match-panel {
    margin-top: 18px;
    padding: 20px;
  }

  .group-match-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .group-match-steps span::after {
    display: none;
  }

  .group-feature-strip,
  .group-card-grid,
  .group-format-grid,
  .group-progress-grid,
  .group-faq-grid,
  .group-arabic-grid {
    grid-template-columns: 1fr;
  }

  .group-arabic {
    padding: 22px;
  }

  .group-arabic-image {
    grid-column: auto;
  }

  .group-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .group-filter-row {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .group-filter-row a,
  .group-filter-row button {
    white-space: nowrap;
  }

  .group-room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-room footer,
  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-testimonials blockquote {
    grid-template-columns: 54px 1fr;
  }

  .group-testimonials p,
  .group-testimonials strong,
  .group-testimonials span {
    grid-column: 2;
  }
}
