.igcse-page { background: #f8f7f4; }
.igcse-page .toefl-hero { background-image: url('/public/static/images/igcse/header.png'); }
.igcse-page .toefl-hero h1 { font-size: clamp(42px, 4vw, 68px); }
.igcse-page .toefl-eyebrow { max-width: 100%; font-size: 15px; line-height: 1.5; }
.igcse-page .toefl-intro { padding-top: 86px; padding-bottom: 100px; }
.igcse-page .toefl-intro h2 small { max-width: 100%; font-size: 20px; line-height: 1.45; }
.igcse-curriculum { padding-top: 20px; padding-bottom: 145px; }
.igcse-subjects { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 28px 26px; margin-top: 90px; }
.igcse-subjects span { display: inline-flex; min-height: 54px; align-items: center; padding: 10px 28px; border-radius: 100px; background: #d7e8f0; color: #565b5e; font-size: 18px; line-height: 1.3; white-space: nowrap; }
.igcse-process { padding: 90px 0 130px; background: #294b5c; color: #fff; }
.igcse-process .toefl-section-title > p { color: rgba(255,255,255,.65); }
.igcse-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; margin-top: 80px; }
.igcse-process-grid article { min-height: 0; padding: 30px 36px; border-radius: 9px; background: #516d7c; }
.igcse-process-grid strong { display: block; margin-bottom: 24px; font-size: 50px; font-weight: 500; line-height: 1; }
.igcse-process-grid h3 { margin: 0 0 20px; font-size: 25px; font-weight: 600; }
.igcse-process-grid p { margin: 0 0 14px; color: #dce4e8; font-size: 16px; line-height: 1.5; }
.igcse-process-grid p:last-child { margin-bottom: 0; }
.igcse-advantages { padding-top: 85px; padding-bottom: 135px; }
.igcse-adv-banner { min-height: 520px; margin: 65px 0 0; border-radius: 10px; overflow: hidden; background: #eceeef url('/public/static/images/igcse/core.png') center / cover no-repeat; }
.igcse-adv-copy { display: flex; width: 34%; min-width: 390px; min-height: 520px; margin: 0; padding: 30px 0 30px 40px; flex-direction: column; justify-content: center; gap: 14px; text-align: left; }
.igcse-adv-copy h3 { margin: 0 0 35px; font-size: 30px; font-weight: 600; }
.igcse-adv-copy p { margin: 0; padding: 18px 22px; border-radius: 10px; background: rgba(255,255,255,.94); color: #555; font-size: 16px; line-height: 1.5; }
.igcse-adv-copy h3, .igcse-adv-copy p { text-align: left; }
@media (max-width: 1100px) {
  .igcse-page .toefl-eyebrow { font-size: 12px; }
  .igcse-subjects { gap: 18px; margin-top: 60px; }
  .igcse-subjects span { min-height: 45px; padding: 8px 20px; font-size: 15px; }
  .igcse-process-grid { gap: 24px; }
  .igcse-process-grid article { min-height: 0; padding: 28px; }
  .igcse-process-grid p { font-size: 15px; }
  .igcse-adv-copy { width: 46%; min-width: 0; padding-left: 28px; }
}
@media (max-width: 767px) {
  .igcse-page .toefl-hero h1 { font-size: 34px; line-height: 1.25; }
  .igcse-page .toefl-eyebrow { font-size: 10px; letter-spacing: .1em; }
  .igcse-page .toefl-intro { padding-top: 56px; padding-bottom: 64px; }
  .igcse-page .toefl-intro h2 small { font-size: 16px; }
  .igcse-curriculum { padding-top: 20px; padding-bottom: 70px; }
  .igcse-subjects { gap: 10px; margin-top: 35px; }
  .igcse-subjects span { min-height: 36px; max-width: 100%; padding: 7px 13px; font-size: 12px; white-space: normal; }
  .igcse-process { padding: 56px 0 64px; }
  .igcse-process-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .igcse-process-grid article { padding: 28px 22px; }
  .igcse-process-grid strong { margin-bottom: 24px; font-size: 44px; }
  .igcse-process-grid h3 { margin-bottom: 20px; font-size: 22px; }
  .igcse-process-grid p { margin-bottom: 16px; font-size: 14px; }
  .igcse-advantages { padding-top: 56px; padding-bottom: 64px; }
  .igcse-adv-banner { min-height: 0; margin-top: 34px; background-position: 63% center; }
  .igcse-adv-copy { display: block; width: 100%; min-height: 0; padding: 260px 16px 16px; background: linear-gradient(transparent 0%, rgba(237,239,240,.95) 55%); }
  .igcse-adv-copy h3 { margin-bottom: 25px; font-size: 22px; }
  .igcse-adv-copy p { margin-bottom: 12px; padding: 16px; font-size: 14px; }
}
