.english-page {
  background: #fff;
  color: var(--text);
}

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

.english-page main h2 {
  margin: 0;
  color: #102b52;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.english-page main p {
  letter-spacing: 0;
}

.english-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(135deg, #dff4ff 0%, #7bd8ff 40%, #22b5fb 100%);
}

.english-hero::after {
  content: "";
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: -84px;
  height: 152px;
  border-radius: 50% 50% 0 0;
  background: rgba(255,255,255,.54);
}

.english-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 456px;
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 48px 0 66px;
}

.english-kicker {
  width: max-content;
  margin: 0 0 18px;
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255,255,255,.66);
  color: #0872d7;
  font-size: 14px;
  font-weight: 900;
}

.english-hero__copy h1 {
  max-width: 530px;
  margin: 0;
  color: #071f3d;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.04;
}

.english-hero__copy > p:not(.english-kicker) {
  max-width: 500px;
  margin: 20px 0 0;
  color: #123b62;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.58;
}

.english-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.english-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 490px;
  margin-top: 32px;
}

.english-proof article {
  min-height: 68px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 14px 30px rgba(14, 88, 150, .09);
}

.english-proof strong {
  display: block;
  color: #073164;
  font-size: 20px;
  font-weight: 900;
}

.english-proof span {
  display: block;
  margin-top: 4px;
  color: #376080;
  font-size: 12px;
  font-weight: 800;
}

.english-hero__visual {
  position: relative;
  min-height: 350px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 170px 156px;
  gap: 14px;
}

.english-video-card,
.english-level-card,
.english-match-card,
.english-plan-card,
.english-feature-strip,
.english-tabs a,
.english-track-grid article,
.english-level-road article,
.english-format-grid article,
.speaking-dashboard,
.speaking-dashboard article,
.english-teacher-grid article,
.english-groups-grid article,
.english-start,
.english-faq details {
  border: 1px solid #dbe9f6;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,47,82,.07);
}

.english-video-card {
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.english-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.english-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5,28,55,.68));
}

.english-video-card__bar {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 48px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(4,22,45,.78);
  color: #fff;
}

.english-video-card__bar span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff5f2b;
  position: relative;
}

.english-video-card__bar span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.english-video-card__bar strong {
  font-size: 13px;
  font-weight: 900;
}

.english-video-card__bar b {
  font-size: 12px;
  font-weight: 900;
}

.english-level-card,
.english-match-card,
.english-plan-card {
  border-radius: 14px;
  padding: 17px;
}

.english-level-card {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 14px;
}

.english-level-card span,
.english-match-card h2,
.english-plan-card h2,
.speaking-dashboard h3 {
  display: block;
  margin: 0;
  color: #102b52;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.english-level-card strong {
  display: block;
  margin-top: 9px;
  color: #0b6de2;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.english-level-card small {
  display: block;
  margin-top: 6px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.english-level-card i {
  min-height: 114px;
  display: flex;
  align-items: end;
  gap: 9px;
  border-radius: 10px;
  padding: 12px;
  background: #f3f9ff;
}

.english-level-card i b {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #1c94ff, #65d5c9);
}

.english-match-card {
  display: grid;
  gap: 9px;
}

.english-match-card p {
  margin: 0;
  color: #60758e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.english-match-card div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
}

.english-match-card img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.english-match-card strong {
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.english-match-card span {
  display: block;
  margin-top: 3px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.english-plan-card {
  grid-column: 2;
}

.english-plan-card ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.english-plan-card li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
  color: #42617d;
  font-size: 12px;
  font-weight: 800;
}

.english-plan-card li span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8fbf3;
  position: relative;
}

.english-plan-card li span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #22b47d;
  border-bottom: 2px solid #22b47d;
  transform: rotate(45deg);
}

.english-feature-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: -36px;
  border-radius: 14px;
  padding: 18px 24px;
}

.english-feature-strip article {
  min-height: 54px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border-right: 1px solid #dbe9f6;
}

.english-feature-strip article:last-child {
  border-right: 0;
}

.english-feature-strip img {
  width: 30px;
  height: 30px;
}

.english-feature-strip strong {
  display: block;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.english-feature-strip span {
  display: block;
  margin-top: 4px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.english-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding-top: 34px;
}

.english-tabs a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
  box-shadow: none;
}

.english-section {
  padding-top: 58px;
}

.english-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.english-section__head p,
.english-section__copy p {
  max-width: 560px;
  margin: 10px 0 0;
  color: #49657e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.english-section__head a {
  color: #0b76e0;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.english-track-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.english-track-grid article {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 24px;
}

.track-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.track-icon img {
  width: 30px;
  height: 30px;
}

.track-icon--blue { background: #eaf6ff; }
.track-icon--green { background: #e8fbf3; }
.track-icon--orange { background: #fff0e8; }
.track-icon--purple { background: #f1edff; }

.english-track-grid h3,
.english-level-road h3,
.english-format-grid h3,
.english-teacher-grid h3,
.english-groups-grid h3 {
  margin: 16px 0 8px;
  color: #102b52;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.english-track-grid p,
.english-format-grid p,
.english-teacher-grid p,
.english-groups-grid p {
  margin: 0;
  color: #536f88;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
}

.english-track-grid ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.english-track-grid li,
.english-check-list li {
  position: relative;
  padding-left: 22px;
  color: #42617d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.english-track-grid li::before,
.english-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #eaf6ff;
}

.english-track-grid li::after,
.english-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 3px;
  height: 7px;
  border-right: 2px solid #1687e8;
  border-bottom: 2px solid #1687e8;
  transform: rotate(45deg);
}

.english-track-grid article > a {
  min-height: 38px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border: 1px solid #1687e8;
  border-radius: 8px;
  color: #0b76e0;
  font-size: 13px;
  font-weight: 900;
}

.english-roadmap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

.english-level-road {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.english-level-road article {
  min-height: 178px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.english-level-road article::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 45px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8, #58d0c7);
  opacity: .18;
}

.english-level-road span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf6ff;
  color: #0b76e0;
  font-size: 17px;
  font-weight: 900;
}

.english-level-road p {
  margin: 0;
  color: #536f88;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.english-level-road b {
  display: block;
  margin-top: 14px;
  color: #18a778;
  font-size: 11px;
  font-weight: 900;
}

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

.english-format-grid article {
  min-height: 260px;
  overflow: hidden;
  border-radius: 12px;
}

.english-format-grid img {
  width: 100%;
  height: 116px;
  object-fit: contain;
  background: linear-gradient(135deg, #eaf6ff, #f7fcff);
}

.english-format-grid div {
  padding: 18px;
}

.english-format-grid strong {
  display: block;
  margin-top: 14px;
  color: #18a778;
  font-size: 12px;
  font-weight: 900;
}

.english-speaking {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 34px;
  align-items: center;
}

.english-check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.speaking-dashboard {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(135deg, #fff, #f6fbff);
}

.speaking-dashboard article {
  border-radius: 12px;
  padding: 18px;
  box-shadow: none;
}

.speaking-call {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
}

.speaking-call img {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  object-fit: cover;
}

.speaking-call strong {
  display: block;
  color: #102b52;
  font-size: 17px;
  font-weight: 900;
}

.speaking-call span {
  display: block;
  margin-top: 6px;
  color: #60758e;
  font-size: 13px;
  font-weight: 800;
}

.speaking-call button,
.english-start button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  background: linear-gradient(135deg, #ff6a2f, #ff3f08);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.score-ring {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  margin: 16px auto 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 54%, transparent 55%),
    conic-gradient(#1687e8 0 78%, #e5f0fa 78% 100%);
}

.score-ring strong,
.score-ring span {
  grid-area: 1 / 1;
}

.score-ring strong {
  color: #102b52;
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-7px);
}

.score-ring span {
  color: #18a778;
  font-size: 11px;
  font-weight: 900;
  transform: translateY(22px);
}

.speaking-feedback p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.speaking-feedback span {
  border-radius: 999px;
  padding: 8px 10px;
  background: #eaf6ff;
  color: #0b76e0;
  font-size: 12px;
  font-weight: 900;
}

.speaking-summary ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #42617d;
  font-size: 12px;
  font-weight: 800;
}

.english-teacher-grid,
.english-groups-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.english-teacher-grid article {
  min-height: 210px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  border-radius: 12px;
  padding: 18px;
  position: relative;
}

.english-teacher-grid img {
  width: 120px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.english-teacher-grid span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  background: #eaf6ff;
  color: #0b76e0;
  font-size: 11px;
  font-weight: 900;
}

.english-teacher-grid h3 {
  margin-top: 12px;
}

.english-teacher-grid b,
.english-teacher-grid strong {
  display: block;
  margin-top: 9px;
  color: #102b52;
  font-size: 12px;
  font-weight: 900;
}

.english-teacher-grid a {
  grid-column: 1 / -1;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #1687e8;
  border-radius: 8px;
  color: #0b76e0;
  font-size: 13px;
  font-weight: 900;
}

.english-groups-grid article {
  overflow: hidden;
  border-radius: 12px;
}

.english-groups-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.english-groups-grid div {
  padding: 18px;
}

.english-groups-grid span {
  color: #0b76e0;
  font-size: 11px;
  font-weight: 900;
}

.english-groups-grid strong {
  display: block;
  margin-top: 12px;
  color: #ff5c2b;
  font-size: 12px;
  font-weight: 900;
}

.english-groups-grid a {
  min-height: 42px;
  display: grid;
  place-items: center;
  margin: 0 18px 18px;
  border-radius: 8px;
  background: #ff5c2b;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.english-start {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 330px 1fr 92px;
  gap: 26px;
  align-items: center;
  margin-top: 58px;
  border-radius: 16px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #20aff5, #63d1ff);
}

.english-start h2 {
  color: #fff;
}

.english-start p {
  margin: 9px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.english-start form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 170px;
  gap: 12px;
  align-items: center;
}

.english-start input,
.english-start select {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: #102b52;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  outline: 0;
}

.english-start > span {
  width: 72px;
  height: 72px;
  justify-self: end;
  background: linear-gradient(135deg, transparent 0 50%, #fff 51% 63%, transparent 64%);
  transform: rotate(-16deg);
  opacity: .86;
}

.english-faq {
  padding-top: 34px;
  padding-bottom: 34px;
}

.english-faq h2 {
  text-align: center;
}

.english-faq > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin-top: 18px;
}

.english-faq details {
  border-radius: 8px;
  padding: 0 16px;
  box-shadow: none;
}

.english-faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.english-faq summary::after {
  content: "+";
  color: #0b76e0;
  font-size: 17px;
  font-weight: 900;
}

.english-faq details[open] summary::after {
  content: "-";
}

.english-faq p {
  margin: -2px 0 14px;
  color: #60758e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .english-hero__inner,
  .english-roadmap,
  .english-speaking,
  .english-start {
    grid-template-columns: 1fr;
  }

  .english-hero__visual {
    max-width: 760px;
  }

  .english-feature-strip,
  .english-track-grid,
  .english-format-grid,
  .english-level-road {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .english-tabs,
  .english-teacher-grid,
  .english-groups-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .english-start > span {
    display: none;
  }
}

@media (max-width: 760px) {
  .english-hero__inner {
    min-height: 0;
    padding: 34px 0 64px;
  }

  .english-hero__copy h1 {
    font-size: 38px;
  }

  .english-hero__actions,
  .english-section__head {
    flex-direction: column;
    align-items: stretch;
  }

  .english-proof,
  .english-hero__visual,
  .english-feature-strip,
  .english-tabs,
  .english-track-grid,
  .english-format-grid,
  .english-level-road,
  .speaking-dashboard,
  .english-teacher-grid,
  .english-groups-grid,
  .english-faq > div,
  .english-start form {
    grid-template-columns: 1fr;
  }

  .english-video-card {
    min-height: 270px;
  }

  .english-feature-strip {
    margin-top: 18px;
  }

  .english-feature-strip article {
    border-right: 0;
    border-bottom: 1px solid #dbe9f6;
    padding: 8px 0;
  }

  .english-feature-strip article:last-child {
    border-bottom: 0;
  }

  .english-section {
    padding-top: 42px;
  }

  .speaking-call,
  .english-teacher-grid article {
    grid-template-columns: 1fr;
  }

  .speaking-call button {
    width: 100%;
  }

  .english-teacher-grid img {
    width: 100%;
    height: 220px;
  }

  .english-start {
    margin-top: 42px;
    padding: 24px;
  }
}
