.sc-body {
  background: #f8f5ed;
  overflow-x: hidden;
}

.sc-body,
.sc-body *,
.sc-body *::before,
.sc-body *::after {
  box-sizing: border-box;
}

.sc-site-head {
  background: #373739;
  backdrop-filter: none;
}

.sc-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sc-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 560px;
  align-items: center;
  padding: 118px 0 82px;
  color: #fff;
  overflow: hidden;
}

.sc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero) center/var(--hero-size, cover) no-repeat;
  transform: scale(1.03);
}

.sc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(55, 55, 57, .88) 0%, rgba(55, 55, 57, .72) 45%, rgba(55, 55, 57, .24) 100%);
}

.sc-hero-compact {
  min-height: 430px;
}

.sc-hero-school {
  min-height: 620px;
}

.sc-hero-logo-bg::before {
  background-color: #fff;
  transform: none;
}

.sc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 44px;
  align-items: center;
}

.sc-kicker,
.sc-section-head p,
.sc-band-copy p {
  margin: 0 0 12px;
  color: #d6b16d;
  font-weight: 900;
  letter-spacing: 0;
}

.sc-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}

.sc-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.9;
}

.sc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  border-radius: 999px;
  padding: 0 22px;
  color: #15243c;
  background: #f1d9a4;
  font-weight: 900;
  text-decoration: none;
}

.sc-cta.wide {
  width: 100%;
}

.sc-hero-note,
.sc-fact-panel,
.sc-side-box {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(7, 18, 34, .18);
}

.sc-hero-note strong,
.sc-fact-panel strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.sc-hero-note span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.9;
}

.sc-section {
  padding: 84px 0;
}

.sc-breadcrumb {
  border-bottom: 1px solid #e7dfd0;
  background: #fff;
  color: #667286;
  font-size: 14px;
}

.sc-breadcrumb .sc-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  overflow-x: auto;
  white-space: nowrap;
}

.sc-breadcrumb a {
  color: #9b6d20;
  font-weight: 800;
  text-decoration: none;
}

.sc-breadcrumb-sep {
  color: #b8aa92;
}

.sc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.sc-section-head h2,
.sc-band-copy h2 {
  margin: 0;
  color: #15243c;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.sc-country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sc-country-grid--count-1 {
  grid-template-columns: minmax(0, min(420px, 100%));
  justify-content: center;
}

.sc-country-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, min(420px, 100%)));
  justify-content: center;
}

.sc-country-grid--count-1 .sc-country-flag,
.sc-country-grid--count-2 .sc-country-flag {
  width: 100%;
  height: 100%;
  clip-path: circle(42% at 50% 50%);
}

.sc-country-card,
.sc-school-card,
.sc-news-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #e7dfd0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 35, 57, .08);
}

.sc-country-card,
.sc-school-card,
.sc-news-card {
  position: relative;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(0);
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
  will-change: transform;
}

.sc-country-card::after,
.sc-school-card::after,
.sc-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(214, 177, 109, .18), rgba(255, 255, 255, 0) 42%);
  opacity: 0;
  transition: opacity .32s ease;
}

.sc-country-card:hover,
.sc-country-card:focus-within,
.sc-school-card:hover,
.sc-school-card:focus-within,
.sc-news-card:hover,
.sc-news-card:focus-within {
  transform: translateY(-8px);
  border-color: #d6b16d;
  box-shadow: 0 28px 70px rgba(22, 35, 57, .16);
}

.sc-country-card:focus-visible,
.sc-school-card:focus-visible,
.sc-news-card:focus-visible {
  outline: 3px solid rgba(21, 36, 60, .26);
  outline-offset: 4px;
}

.sc-country-card:active,
.sc-school-card:active,
.sc-news-card:active {
  transform: translateY(-3px) scale(.99);
  box-shadow: 0 18px 42px rgba(22, 35, 57, .13);
}

.sc-country-card:hover::after,
.sc-country-card:focus-within::after,
.sc-school-card:hover::after,
.sc-school-card:focus-within::after,
.sc-news-card:hover::after,
.sc-news-card:focus-within::after {
  opacity: 1;
}

.sc-country-card,
.sc-school-card,
.sc-news-card {
  flex-direction: column;
}

.sc-country-visual {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
  background: #eef1f5;
}

.sc-country-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  transition: transform .45s ease, opacity .45s ease, filter .45s ease;
}

.sc-country-card:hover .sc-country-photo,
.sc-country-card:focus-within .sc-country-photo {
  opacity: .38;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.sc-country-flag-shell {
  position: relative;
  z-index: 1;
  width: min(72%, 240px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17, 30, 52, .18);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.sc-country-flag-shell::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(21, 36, 60, .08);
}

.sc-country-flag {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(42% at 50% 50%);
  transform: translate(-50%, -50%);
}

.sc-country-card:hover .sc-country-flag-shell,
.sc-country-card:focus-within .sc-country-flag-shell {
  transform: translateY(-4px) scale(1.035);
  box-shadow: 0 24px 58px rgba(17, 30, 52, .24);
}

.sc-country-body,
.sc-school-body,
.sc-news-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.sc-pill {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  color: #9b6d20;
  background: #f2e8d5;
  font-size: 13px;
  font-weight: 900;
}

.sc-country-body h3,
.sc-school-body h3,
.sc-news-body h2 {
  margin: 16px 0 10px;
  color: #15243c;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.sc-country-name {
  color: #005bac;
  font-size: 1.42em;
  font-weight: 900;
  letter-spacing: .08em;
  text-shadow: 0 8px 24px rgba(0, 91, 172, .14);
}

.sc-country-body p,
.sc-school-body p,
.sc-news-body p {
  margin: 0;
  color: #667286;
  line-height: 1.9;
}

.sc-bottom-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: #9b6d20;
  font-weight: 900;
  text-decoration: none;
}

.sc-bottom-link::after {
  content: "→";
  margin-left: 8px;
}

.sc-band {
  padding: 88px 0;
  background: #eee9df;
}

.sc-steps {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.sc-step-list {
  display: grid;
  gap: 18px;
}

.sc-step-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border: 1px solid #e4dccd;
  border-radius: 18px;
  padding: 22px;
  background: #fff;
}

.sc-step-list span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #9b6d20;
  background: #f0e5d0;
  font-weight: 900;
}

.sc-step-list strong {
  color: #15243c;
  font-size: 22px;
}

.sc-step-list p {
  grid-column: 2;
  margin: -8px 0 0;
  color: #667286;
  line-height: 1.8;
}

.sc-school-grid,
.sc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sc-news-grid#news-list {
  scroll-margin-top: 110px;
}

.sc-school-grid--count-1 {
  grid-template-columns: minmax(0, min(420px, 100%));
  justify-content: center;
}

.sc-school-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, min(420px, 100%)));
  justify-content: center;
}

.sc-school-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef1f5;
}

.sc-school-photo,
.sc-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eef1f5;
  transition: transform .45s ease, filter .45s ease;
}

.sc-school-card:hover .sc-school-photo,
.sc-school-card:focus-within .sc-school-photo,
.sc-news-card:hover img,
.sc-news-card:focus-within img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.sc-school-meta {
  margin-bottom: 18px;
}

.sc-fact-panel {
  display: grid;
  gap: 18px;
}

.sc-school-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(7, 18, 34, .18);
}

.sc-school-logo-card img {
  width: min(190px, 82%);
  max-height: 124px;
  object-fit: contain;
}

.sc-fact-panel div {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 16px;
}

.sc-fact-panel div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sc-fact-panel span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .68);
}

.sc-gallery-strip {
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.sc-gallery-strip--plain {
  margin-top: 34px;
}

.sc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sc-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 6px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(22, 35, 57, .12);
}

.sc-gallery-grid img.sc-gallery-logo {
  padding: 22px;
  object-fit: contain;
  background: #fff;
}

.sc-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.sc-article {
  min-width: 0;
  color: #3c475b;
  font-size: 18px;
  line-height: 1.95;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sc-article h2,
.sc-article h3 {
  margin: 42px 0 14px;
  color: #15243c;
  line-height: 1.28;
  letter-spacing: 0;
}

.sc-article img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 14px 42px rgba(22, 35, 57, .1);
}

.sc-article img.sc-section-icon {
  width: 200px;
  border-radius: 0;
  box-shadow: none;
}

.sc-article-photo {
  position: relative;
  margin: 38px 0;
  border: 1px solid #e4dccd;
  border-radius: 22px;
  padding: 10px;
  background: linear-gradient(135deg, #fff 0%, #fbf8f1 100%);
  box-shadow: 0 22px 54px rgba(22, 35, 57, .12);
  overflow: hidden;
}

.sc-article-photo::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.sc-article-photo img {
  display: block;
  width: 100%;
  border-radius: 14px;
  box-shadow: none;
  object-fit: cover;
}

.sc-article-photo--wide img {
  aspect-ratio: 16 / 6;
}

.sc-article-photo--standard img {
  aspect-ratio: 16 / 8;
}

.sc-article-photo--portrait img {
  aspect-ratio: 4 / 3;
}

.sc-article-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sc-article-photo-pair::after {
  display: none;
}

.sc-article-photo-pair img {
  aspect-ratio: 4 / 3;
}

.sc-article-photo figcaption {
  margin: 10px 4px 0;
  color: #7b8495;
  font-size: 14px;
  line-height: 1.7;
}

.sc-article p,
.sc-article div,
.sc-article span,
.sc-article a {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sc-article table {
  width: 100%;
  border-collapse: collapse;
}

.sc-article-lead {
  margin: 0 0 28px;
  border-left: 5px solid #d2a653;
  border-radius: 18px;
  padding: 22px 24px;
  color: #27364f;
  background: #fff;
  box-shadow: 0 16px 40px rgba(22, 35, 57, .06);
}

.sc-article-note {
  margin: 30px 0;
  border: 1px solid #e4dccd;
  border-radius: 18px;
  padding: 22px 24px;
  color: #27364f;
  background: linear-gradient(135deg, #fff 0%, #f7f1e5 100%);
}

.sc-article-note strong {
  color: #9b6d20;
}

.sc-article-visual,
.sc-article-media-card {
  position: relative;
  margin: 34px 0;
  border: 1px solid #e4dccd;
  border-radius: 22px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(22, 35, 57, .1);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sc-article-visual::before,
.sc-article-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(210, 166, 83, .18), transparent 42%);
  opacity: .75;
}

.sc-article-visual:hover,
.sc-article-visual:focus-visible,
.sc-article-media-card:hover,
.sc-article-media-card:focus-visible {
  border-color: #d2a653;
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(22, 35, 57, .15);
  outline: none;
}

.sc-article-visual img,
.sc-article-media-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: none;
}

.sc-article-visual figcaption,
.sc-article-media-card figcaption {
  position: relative;
  z-index: 1;
  margin: 12px 6px 2px;
  color: #6d7789;
  font-size: 14px;
  line-height: 1.75;
}

.sc-article-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.sc-article-media-grid .sc-article-media-card {
  margin: 0;
}

.sc-article-media-grid .sc-article-media-card img {
  aspect-ratio: 4 / 3;
}

.sc-article-table-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid #e4dccd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 35, 57, .08);
}

.sc-article-table-wrap table {
  min-width: 760px;
}

.sc-article th {
  color: #fff;
  background: #15243c;
}

.sc-article-card-grid,
.sc-ielts-test-grid,
.sc-ielts-step-grid,
.sc-exam-test-grid,
.sc-exam-step-grid {
  display: grid;
  gap: 18px;
  margin: 30px 0;
}

.sc-article-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-ielts-step-grid,
.sc-exam-step-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-ielts-test-grid,
.sc-exam-test-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-article-card,
.sc-ielts-step {
  --card-accent: #1d5f99;
  --card-accent-soft: rgba(29, 95, 153, .12);
  --card-accent-line: rgba(29, 95, 153, .58);
  --card-photo: url('../static/upload/images/exam/asian-woman-using-tablet.webp');
  position: relative;
  isolation: isolate;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(210, 166, 83, .3);
  border-radius: 20px;
  padding: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(22, 35, 57, .07);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.sc-article-card > *,
.sc-ielts-step > * {
  position: relative;
  z-index: 1;
}

.sc-article-card::before,
.sc-ielts-step span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: var(--card-accent);
  background: linear-gradient(135deg, #fff 0%, var(--card-accent-soft) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .74), 0 14px 34px rgba(22, 35, 57, .1);
  font-weight: 900;
}

.sc-article-card::before {
  content: attr(data-icon);
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  font-size: 15px;
  letter-spacing: .02em;
}

.sc-article-card::after,
.sc-ielts-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.sc-article-card:nth-child(2),
.sc-ielts-step:nth-child(2) {
  --card-accent: #9b6d20;
  --card-accent-soft: rgba(210, 166, 83, .18);
  --card-accent-line: rgba(155, 109, 32, .58);
  --card-photo: url('../static/upload/images/exam/teacher-doing-her-english-lessons-online.webp');
}

.sc-article-card:nth-child(3),
.sc-ielts-step:nth-child(3) {
  --card-accent: #166d75;
  --card-accent-soft: rgba(22, 109, 117, .14);
  --card-accent-line: rgba(22, 109, 117, .58);
  --card-photo: url('../static/upload/images/exam/happy-young-woman-listening-music-with-her-headphones-while-underlining-book.webp');
}

.sc-article-card:nth-child(4),
.sc-ielts-step:nth-child(4) {
  --card-accent: #38507a;
  --card-accent-soft: rgba(56, 80, 122, .13);
  --card-accent-line: rgba(56, 80, 122, .58);
  --card-photo: url('../static/upload/images/exam/indian-woman-wearing-headphones-writing-notebook-listening-course-home.webp');
}

.sc-article-card:nth-child(5),
.sc-ielts-step:nth-child(5) {
  --card-accent: #7b4a66;
  --card-accent-soft: rgba(123, 74, 102, .13);
  --card-accent-line: rgba(123, 74, 102, .58);
  --card-photo: url('../static/upload/images/exam/woman-attending-online-class.webp');
}

.sc-article-card:nth-child(6),
.sc-ielts-step:nth-child(6) {
  --card-accent: #53606f;
  --card-accent-soft: rgba(83, 96, 111, .13);
  --card-accent-line: rgba(83, 96, 111, .58);
  --card-photo: url('../static/upload/images/exam/young-college-student-wears-headphone-write-notebook-while-study-online-through-laptop-home.webp');
}

.sc-ielts-step:nth-child(7) {
  --card-accent: #1d5f99;
  --card-accent-soft: rgba(29, 95, 153, .12);
  --card-accent-line: rgba(29, 95, 153, .58);
  --card-photo: url('../static/upload/images/exam/medium-shot-girl-with-laptop-indoors.webp');
}

.sc-exam-card-grid--skills .sc-article-card {
  min-height: 190px;
  padding: 30px 28px 28px 92px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .95) 54%, rgba(255, 255, 255, .76) 74%, rgba(255, 255, 255, .68) 100%),
    var(--card-photo) right center / 48% 100% no-repeat;
}

.sc-exam-card-grid--skills .sc-article-card::before {
  top: 28px;
  left: 26px;
  border-radius: 18px;
}

.sc-exam-card-grid--skills .sc-article-card::after {
  inset: 12px 12px 12px auto;
  width: min(210px, 40%);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, .08)),
    linear-gradient(90deg, transparent 0 56%, rgba(255, 255, 255, .42) 56% 57%, transparent 57%);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .42);
}

.sc-exam-card-grid--timeline {
  counter-reset: exam-step;
}

.sc-exam-card-grid--timeline .sc-ielts-step {
  min-height: 156px;
  padding: 28px 26px 28px 92px;
  border-color: rgba(202, 207, 216, .8);
  background:
    linear-gradient(90deg, var(--card-accent) 0 6px, transparent 6px),
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(244, 238, 229, .72) 100%);
}

.sc-exam-card-grid--timeline .sc-ielts-step span {
  top: 28px;
  left: 26px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #15243c;
  background: #f2e5cc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), 0 12px 28px rgba(22, 35, 57, .08);
}

.sc-exam-card-grid--timeline .sc-ielts-step::after {
  left: 46px;
  right: auto;
  top: 72px;
  bottom: 24px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--card-accent-line) 0 6px, transparent 6px 13px);
  opacity: .55;
}

.sc-exam-card-grid--outcomes .sc-article-card {
  min-height: 214px;
  padding: 82px 26px 28px;
  border-color: rgba(210, 166, 83, .38);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 48%, rgba(244, 238, 229, .84) 100%),
    var(--card-photo) center / cover no-repeat;
}

.sc-exam-card-grid--outcomes .sc-article-card::after {
  background:
    linear-gradient(90deg, var(--card-accent) 0 5px, transparent 5px),
    radial-gradient(circle at 82% 14%, var(--card-accent-soft), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .34), transparent 46%);
  opacity: .95;
}

.sc-exam-card-grid--pitfalls .sc-article-card {
  min-height: 180px;
  padding: 72px 24px 24px;
  border-style: solid;
  border-color: rgba(210, 166, 83, .42);
  background:
    radial-gradient(circle at 16% 18%, var(--card-accent-soft), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.sc-exam-card-grid--pitfalls .sc-article-card::before {
  color: #8a5d15;
  background: #f2e5cc;
}

.sc-exam-card-grid--pitfalls .sc-article-card::after {
  inset: 0 0 auto;
  height: 7px;
  background: repeating-linear-gradient(90deg, var(--card-accent) 0 28px, #d2a653 28px 46px, transparent 46px 58px);
  opacity: .74;
}

.sc-article-card:hover,
.sc-article-card:focus-within,
.sc-ielts-step:hover,
.sc-ielts-step:focus-within {
  border-color: rgba(210, 166, 83, .72);
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(22, 35, 57, .14);
}

.sc-article-card h3,
.sc-ielts-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #0b2341;
}

.sc-article-card h3::after,
.sc-ielts-step h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--card-accent);
}

.sc-article-card p,
.sc-ielts-step p,
.sc-exam-step p {
  margin: 0;
  color: #667286;
  line-height: 1.8;
}

.sc-ielts-step span {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  margin-bottom: 18px;
  font-size: 16px;
}

.sc-ielts-diagram,
.sc-exam-diagram {
  margin: 36px 0;
  border: 1px solid #e4dccd;
  border-radius: 22px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(22, 35, 57, .1);
}

.sc-ielts-diagram img,
.sc-exam-diagram img {
  display: block;
  width: min(100%, 960px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: none;
}

.sc-ielts-diagram figcaption,
.sc-exam-diagram figcaption {
  margin: 12px 6px 0;
  color: #7b8495;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.sc-article-cta {
  margin: 42px 0 0;
  border-radius: 22px;
  padding: 30px;
  color: #fff;
  background: #091d36;
  box-shadow: 0 24px 60px rgba(9, 29, 54, .18);
}

.sc-article-cta h2 {
  margin-top: 0;
  color: #fff;
}

.sc-article-cta p {
  color: #d8e1f0;
}

.sc-article-cta .sc-cta {
  margin-top: 14px;
}

.sc-article td,
.sc-article th {
  border: 1px solid #e4dccd;
  padding: 12px;
}

.sc-side-box {
  position: sticky;
  top: 110px;
  border-color: #e4dccd;
  color: #15243c;
  background: #fff;
}

.sc-side-box h2 {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: 0;
}

.sc-side-box ul {
  margin: 0;
  padding-left: 20px;
  color: #667286;
  line-height: 1.9;
}

.sc-news-body time {
  color: #9b6d20;
  font-weight: 900;
}

.sc-news-section {
  background: #f8f5ed;
}

.sc-news-tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 28px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.sc-news-tabs a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid #e4dccd;
  border-radius: 999px;
  padding: 0 16px;
  color: #15243c;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.sc-news-tabs a:hover,
.sc-news-tabs a:focus-visible,
.sc-news-tabs a.active {
  border-color: #15243c;
  color: #fff;
  background: #15243c;
  outline: none;
}

.sc-news-tabs b {
  display: inline-grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #9b6d20;
  background: #f2e8d5;
  font-size: 12px;
}

.sc-news-tabs a.active b,
.sc-news-tabs a:hover b,
.sc-news-tabs a:focus-visible b {
  color: #15243c;
  background: #f1d9a4;
}

.sc-news-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(21, 36, 60, .82), rgba(21, 36, 60, .48)),
    linear-gradient(45deg, #d6b16d, #eef1f5);
}

.sc-news-media.is-empty::before {
  content: "A-Studio";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.sc-news-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 999px;
  padding: 6px 12px;
  color: #15243c;
  background: #f1d9a4;
  font-size: 12px;
  font-weight: 900;
}

.sc-news-empty {
  border: 1px solid #e4dccd;
  border-radius: 18px;
  padding: 34px;
  background: #fff;
  text-align: center;
}

.sc-news-empty h2 {
  margin: 0 0 10px;
  color: #15243c;
}

.sc-news-empty p {
  margin: 0;
  color: #667286;
  line-height: 1.8;
}

.sc-news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 38px auto 0;
  text-align: center;
}

.sc-news-pagination-pages {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.sc-news-pagination a,
.sc-news-pagination span {
  text-decoration: none;
}

.sc-news-pagination-nav,
.sc-news-pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #e4dccd;
  border-radius: 999px;
  padding: 0 13px;
  color: #15243c;
  background: #fff;
  font-weight: 900;
  line-height: 1;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.sc-news-pagination-nav {
  min-width: 78px;
}

.sc-news-pagination-icon {
  width: 40px;
  min-width: 40px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}

.sc-news-pagination-number.is-current,
.sc-news-pagination a:hover,
.sc-news-pagination a:focus-visible {
  border-color: #15243c;
  color: #fff;
  background: #15243c;
  outline: none;
}

.sc-news-pagination-nav.is-disabled {
  color: #a7a091;
  background: #f2eadc;
}

.sc-news-detail-cover {
  margin: 0 0 34px;
  border: 1px solid #e4dccd;
  border-radius: 18px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(22, 35, 57, .1);
}

.sc-news-detail-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: none;
}

.sc-news-related {
  padding-top: 0;
  background: #fff;
}

.sc-faq-section {
  padding-top: 0;
}

.sc-gallery-strip + .sc-faq-section {
  padding-top: 58px;
}

.sc-faq-list {
  display: grid;
  gap: 16px;
}

.sc-faq-list article {
  border: 1px solid #e4dccd;
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(22, 35, 57, .06);
}

.sc-faq-list h3 {
  margin: 0 0 10px;
  color: #15243c;
  font-size: 21px;
  line-height: 1.35;
}

.sc-faq-list p {
  margin: 0;
  color: #667286;
  line-height: 1.9;
}

@media (max-width: 1040px) {
  .sc-country-grid,
  .sc-school-grid,
  .sc-news-grid,
  .sc-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-hero-grid,
  .sc-steps,
  .sc-detail-layout,
  .sc-article-card-grid,
  .sc-ielts-test-grid,
  .sc-ielts-step-grid,
  .sc-exam-test-grid,
  .sc-exam-step-grid,
  .sc-article-media-grid {
    grid-template-columns: 1fr;
  }

  .sc-country-grid--count-1,
  .sc-school-grid--count-1 {
    grid-template-columns: minmax(0, min(420px, 100%));
    justify-content: center;
  }

  .sc-country-grid--count-2,
  .sc-school-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, min(420px, 100%)));
    justify-content: center;
  }

  .sc-side-box {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-country-card,
  .sc-school-card,
  .sc-news-card,
  .sc-country-card::after,
  .sc-school-card::after,
  .sc-news-card::after,
  .sc-country-photo,
  .sc-country-flag-shell,
  .sc-school-photo,
  .sc-news-card img {
    transition: none;
  }
}

@media (max-width: 680px) {
  .sc-wrap {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .sc-site-head .nav {
    min-height: 80px;
  }

  .sc-site-head .brand-logo {
    width: 156px;
    height: auto;
  }

  .sc-site-head .nav-r .btn {
    display: none;
  }

  .sc-site-head .hamb {
    display: inline-flex;
  }

  .sc-hero {
    min-height: 520px;
    padding: 104px 0 56px;
  }

  .sc-hero h1 {
    width: 100%;
    min-width: 0;
    max-width: min(330px, calc(100vw - 28px));
    font-size: 32px;
    line-height: 1.14;
    overflow-wrap: anywhere !important;
    word-break: break-word;
    white-space: normal !important;
  }

  .sc-hero p {
    width: 100%;
    min-width: 0;
    max-width: min(330px, calc(100vw - 28px));
    font-size: 17px;
    overflow-wrap: anywhere !important;
    word-break: break-all;
    white-space: normal !important;
  }

  .sc-section,
  .sc-band {
    padding: 58px 0;
  }

  .sc-section-head {
    display: block;
  }

  .sc-hero-grid > * {
    min-width: 0;
  }

  .sc-section-head h2,
  .sc-band-copy h2 {
    font-size: 32px;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }

  .sc-fact-panel,
  .sc-hero-note,
  .sc-country-card,
  .sc-school-card,
  .sc-news-card {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .sc-hero-note {
    max-width: min(330px, 100%);
  }

  .sc-hero p,
  .sc-hero h1,
  .sc-hero-note span,
  .sc-fact-panel strong,
  .sc-country-body h3,
  .sc-school-body h3,
  .sc-news-body h2,
  .sc-country-body p,
  .sc-school-body p,
  .sc-news-body p {
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
  }

  .sc-news-body h2 {
    width: 100%;
    max-width: calc(100vw - 78px);
    font-size: 18px;
    line-height: 1.5;
  }

  .sc-news-tabs {
    width: 100%;
    margin-bottom: 22px;
  }

  .sc-news-tabs a {
    min-height: 42px;
    padding: 0 13px;
    font-size: 14px;
  }

  .sc-news-detail-cover {
    margin-bottom: 26px;
    border-radius: 16px;
    padding: 8px;
  }

  .sc-school-logo-card {
    min-height: 108px;
  }

  .sc-country-grid,
  .sc-school-grid,
  .sc-news-grid,
  .sc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .sc-country-grid--count-1,
  .sc-country-grid--count-2,
  .sc-school-grid--count-1,
  .sc-school-grid--count-2 {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .sc-article-photo {
    margin: 30px 0;
    border-radius: 18px;
    padding: 8px;
  }

  .sc-article-photo--wide img,
  .sc-article-photo--standard img,
  .sc-article-photo--portrait img {
    aspect-ratio: 4 / 3;
  }

  .sc-article-photo-pair {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sc-country-flag-shell {
    width: min(68%, 230px);
  }

  .sc-gallery-strip + .sc-faq-section {
    padding-top: 44px;
  }
}

.sc-services-hero {
  min-height: 620px;
}

.sc-services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 430px);
  gap: 44px;
  align-items: center;
}

.sc-services-hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 28px 70px rgba(7, 18, 34, .2);
}

.sc-services-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: .92;
}

.sc-services-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 26px;
}

.sc-services-quick a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .11);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background .24s ease, color .24s ease, border-color .24s ease;
}

.sc-services-quick a:hover,
.sc-services-quick a:focus-visible {
  border-color: #f1d9a4;
  color: #15243c;
  background: #f1d9a4;
  outline: none;
}

.sc-services-section:nth-of-type(even) {
  background: #fff;
}

.sc-services-section:nth-of-type(odd) {
  background: #f8f5ed;
}

.sc-services-head {
  align-items: start;
}

.sc-services-head > span {
  display: block;
  width: min(470px, 100%);
  color: #667286;
  line-height: 1.85;
}

.sc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sc-service-card {
  position: relative;
  display: flex;
  min-height: 206px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4dccd;
  border-radius: 8px;
  padding: 24px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(22, 35, 57, .07);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.sc-service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #d6b16d, #1d5f99);
  opacity: .88;
}

.sc-service-card strong {
  color: #15243c;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.sc-service-card p {
  margin: 12px 0 20px;
  color: #667286;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.sc-service-card span {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: #9b6d20;
  font-weight: 900;
}

.sc-service-card span::after {
  content: "→";
  margin-left: 8px;
}

.sc-service-card:hover,
.sc-service-card:focus-visible {
  transform: translateY(-5px);
  border-color: #d6b16d;
  box-shadow: 0 26px 60px rgba(22, 35, 57, .13);
  outline: none;
}

.sc-news-inline-figure {
  margin: 30px 0;
}

.sc-news-inline-figure img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 35, 57, .1);
}

@media (max-width: 1040px) {
  .sc-services-hero-grid,
  .sc-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sc-services-head {
    display: grid;
  }

  .sc-services-head > span {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .sc-services-hero {
    min-height: 620px;
  }

  .sc-services-hero-grid,
  .sc-services-grid {
    grid-template-columns: 1fr;
  }

  .sc-services-hero-photo {
    display: none;
  }

  .sc-services-quick {
    gap: 8px;
  }

  .sc-services-quick a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .sc-service-card {
    min-height: 0;
    padding: 22px;
  }
}
