.toefl-page { color: #30343a; background: #fff; font-family: "Microsoft YaHei", Arial, sans-serif; }
.toefl-page * { box-sizing: border-box; }
.toefl-wrap { width: min(1600px, calc(100% - 80px)); margin: 0 auto; }
.toefl-hero { min-height: 590px; color: #fff; background: #18343a url('/public/static/images/toefl/redesign/header.png') center / cover no-repeat; }
.toefl-hero-inner { min-height: 590px; display: flex; flex-direction: column; justify-content: space-between; padding: 90px 0 70px; }
.toefl-eyebrow { margin: 0 0 22px; font-size: 16px; letter-spacing: .24em; }
.toefl-hero h1 { margin: 0; font-size: clamp(42px, 4vw, 68px); font-weight: 700; }
.toefl-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.toefl-stats div { display: flex; flex-direction: column; gap: 8px; }
.toefl-stats strong { font-size: clamp(38px, 3.4vw, 64px); font-weight: 600; line-height: 1.1; }
.toefl-stats span { font-size: 17px; color: #e0e3e4; }
.toefl-intro { display: grid; grid-template-columns: minmax(0, 740px) minmax(0, 1fr); align-items: center; gap: 60px; padding-top: 100px; padding-bottom: 120px; }
.toefl-intro img { display: block; width: 100%; height: auto; }
.toefl-intro h2 { margin: 0; font-size: 32px; font-weight: 600; }
.toefl-intro h2 small { display: block; margin-top: 5px; font-size: 22px; }
.toefl-intro-subtitle { margin: 18px 0 32px !important; color: #334b63 !important; }
.toefl-intro hr { border: 0; border-top: 1px solid #dedede; margin: 0 0 28px; }
.toefl-intro p { margin: 0 0 8px; color: #777; font-size: 17px; line-height: 1.85; }
.toefl-process { background: #2d4859; color: #fff; padding: 80px 0 110px; }
.toefl-section-title { text-align: center; }
.toefl-section-title > p { margin: 0 0 20px; font-size: 16px; letter-spacing: .22em; }
.toefl-section-title h2 { margin: 0; font-size: clamp(34px, 3.5vw, 64px); font-weight: 650; }
.toefl-section-title > span { display: block; margin-top: 20px; font-size: 20px; color: #777; }
.toefl-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 50px; margin-top: 80px; }
.toefl-process-card { min-height: 180px; padding: 30px 36px; border-radius: 9px; background: #4b6575; outline: none; position: relative; overflow: hidden; }
.toefl-process-card:nth-child(3) { background: #58788c; }
.toefl-process-front { display: flex; align-items: center; gap: 26px; min-height: 85px; transition: opacity .2s; }
.toefl-process-front b { font-size: 52px; line-height: 1; }
.toefl-process-front h3 { margin: 0 0 4px; font-size: 25px; font-weight: 650; }
.toefl-process-front span { font-size: 18px; line-height: 1.25; }
.toefl-process-card > p { position: absolute; inset: 0; margin: 0; padding: 24px 34px; background: #58788c; color: #fff; font-size: 18px; line-height: 1.55; opacity: 0; transition: opacity .2s; }
.toefl-process-card:hover > p, .toefl-process-card:focus > p { opacity: 1; }
.toefl-process-card:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.toefl-curriculum { padding-top: 110px; padding-bottom: 130px; }
.toefl-level-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; margin-top: 80px; }
.toefl-level-grid article { padding: 38px 42px 48px; min-height: 430px; border: 1px solid #ddd; border-radius: 10px; background: linear-gradient(#f4fbff, #fff 35%); }
.toefl-level-grid article > span { color: #163a5c; font-size: 16px; font-weight: 600; }
.toefl-level-grid h3 { margin: 22px 0 30px; font-size: 28px; line-height: 1.35; font-weight: 600; }
.toefl-level-grid p { color: #888; font-size: 17px; line-height: 1.9; }
.toefl-level-grid .toefl-goal { margin-bottom: 30px; color: #365575; }
.toefl-advantages { padding-top: 20px; padding-bottom: 110px; }
.toefl-adv-banner { min-height: 400px; margin-top: 80px; background: #263b51 url('/public/static/images/toefl/redesign/core.png') center / cover no-repeat; color: #fff; display: flex; align-items: center; justify-content: flex-end; padding: 55px 65px; }
.toefl-adv-banner > div { width: 52%; }
.toefl-adv-banner h3 { margin: 0 0 18px; font-size: 30px; line-height: 1.4; }
.toefl-adv-banner p { font-size: 17px; line-height: 1.75; color: #e7edf1; }
.toefl-adv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; margin-top: 50px; }
.toefl-adv-grid img { display: block; width: 100%; height: auto; aspect-ratio: 500 / 320; object-fit: cover; }
.toefl-adv-grid h3 { margin: 25px 0 12px; font-size: 29px; line-height: 1.35; }
.toefl-adv-grid p { margin: 0; color: #777; font-size: 17px; line-height: 1.65; }
@media (max-width: 1100px) {
  .toefl-wrap { width: min(100% - 48px, 1000px); }
  .toefl-intro { gap: 35px; }
  .toefl-process-grid, .toefl-level-grid, .toefl-adv-grid { gap: 20px; }
  .toefl-process-card { padding: 22px; }
  .toefl-process-front { gap: 15px; }
  .toefl-process-front b { font-size: 40px; }
  .toefl-process-front h3 { font-size: 21px; }
  .toefl-process-front span { font-size: 14px; }
  .toefl-level-grid article { padding: 28px; }
  .toefl-level-grid h3 { font-size: 22px; }
  .toefl-adv-grid h3 { font-size: 22px; }
}
@media (max-width: 767px) {
  .toefl-page { margin-top: 49px; }
  .toefl-wrap { width: calc(100% - 30px); }
  .toefl-hero, .toefl-hero-inner { min-height: 0; }
  .toefl-hero-inner { gap: 36px; padding: 48px 0 40px; }
  .toefl-hero h1 { font-size: 42px; }
  .toefl-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 12px; }
  .toefl-stats strong { font-size: 34px; }
  .toefl-stats span { font-size: 12px; }
  .toefl-intro { grid-template-columns: 1fr; gap: 28px; padding-top: 50px; padding-bottom: 65px; }
  .toefl-intro h2 { font-size: 28px; }
  .toefl-intro p { font-size: 15px; }
  .toefl-process { padding: 65px 0; }
  .toefl-section-title > p { font-size: 12px; }
  .toefl-section-title h2 { font-size: 34px; }
  .toefl-section-title > span { font-size: 15px; }
  .toefl-process-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .toefl-process-card { min-height: 0; padding: 20px; }
  .toefl-process-front { min-height: 0; }
  .toefl-process-front b { font-size: 36px; }
  .toefl-process-card > p { position: static; opacity: 1; background: none; padding: 12px 0 0 52px; font-size: 14px; }
  .toefl-curriculum { padding-top: 65px; padding-bottom: 70px; }
  .toefl-level-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .toefl-level-grid article { min-height: 0; }
  .toefl-level-grid p { font-size: 15px; }
  .toefl-advantages { padding-bottom: 70px; }
  .toefl-adv-banner { margin-top: 40px; padding: 190px 20px 30px; background-position: 25% center; }
  .toefl-adv-banner > div { width: 100%; }
  .toefl-adv-banner h3 { font-size: 23px; }
  .toefl-adv-banner p { font-size: 14px; }
  .toefl-adv-grid { grid-template-columns: 1fr; margin-top: 25px; gap: 45px; }
  .toefl-adv-grid h3 { margin-top: 18px; }
  .toefl-adv-grid p { font-size: 15px; }
}

/* Match the spacing and card language used on the application page. */
.toefl-wrap { width: 84%; max-width: 1600px; }
.toefl-intro { padding-top: 86px; padding-bottom: 116px; }
.toefl-process { padding: 103px 0 116px; background: #294b5c; }
.toefl-section-title > p { margin-bottom: 6px; color: #8792a1; font-size: 14px; letter-spacing: 4px; }
.toefl-section-title h2 { font-size: 48px; line-height: 1.3; }
.toefl-process .toefl-section-title > p { color: rgba(255,255,255,.58); }
.toefl-process-grid { gap: 48px; margin-top: 50px; }
.toefl-process-card, .toefl-process-card:nth-child(3) { height: 175px; min-height: 0; padding: 0; border-radius: 8px; background: #516d7c; cursor: pointer; }
.toefl-process-front { position: absolute; inset: 0; display: grid; grid-template-columns: 94px 1fr; align-content: center; gap: 0; min-height: 0; padding: 35px 40px; transition: opacity .25s ease; }
.toefl-process-front b { align-self: center; font-size: 50px; font-weight: 500; }
.toefl-process-front h3 { margin-bottom: 8px; font-size: 24px; }
.toefl-process-front span { font-size: 17px; line-height: 1.3; }
.toefl-process-card > p { display: block; padding: 25px 40px; background: #66899c; font-size: 16px; line-height: 1.8; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.toefl-process-card:hover .toefl-process-front, .toefl-process-card:focus .toefl-process-front { opacity: 0; }
.toefl-process-card:hover > p, .toefl-process-card:focus > p { transform: translateY(0); }
.toefl-curriculum { padding-top: 86px; padding-bottom: 116px; }
.toefl-level-grid { gap: 30px; margin-top: 50px; }
.toefl-level-grid article { min-height: 520px; padding: 42px 40px; border-color: #dededb; border-radius: 12px; background: linear-gradient(180deg, #eef8ff 0, #fff 27%, #fff 100%); transition: transform .2s ease, box-shadow .2s ease; }
.toefl-level-grid article:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(27,48,77,.09); }
.toefl-level-grid article > span { color: #0f4775; font-size: 14px; line-height: 1.45; }
.toefl-level-grid h3 { margin: 24px 0 32px; font-size: 28px; font-weight: 500; }
.toefl-level-grid .toefl-goal { margin: 0 0 28px; font-size: 16px; line-height: 1.6; }
.toefl-level-grid ul { margin: 0; padding: 0; list-style: none; }
.toefl-level-grid li { position: relative; margin-bottom: 18px; padding-left: 30px; color: #777; font-size: 16px; line-height: 1.55; }
.toefl-advantages { padding-top: 86px; padding-bottom: 116px; }
.toefl-adv-banner { margin-top: 50px; padding: 55px 4% 55px 0; justify-content: flex-end; background-size: cover; }
.toefl-adv-banner > div { width: 44%; max-width: 650px; margin-left: auto; }
@media (max-width: 1100px) {
  .toefl-wrap { width: 84%; }
  .toefl-process-grid { gap: 24px; }
  .toefl-process-front { grid-template-columns: 76px 1fr; padding: 30px 25px; }
  .toefl-process-front b { font-size: 40px; }
  .toefl-process-front h3 { font-size: 21px; }
  .toefl-process-front span { font-size: 14px; }
  .toefl-process-card > p { padding: 22px 25px; font-size: 14px; }
  .toefl-level-grid article { padding: 32px; }
  .toefl-level-grid h3 { font-size: 22px; }
  .toefl-adv-banner > div { width: 48%; }
}
@media (max-width: 767px) {
  .toefl-wrap { width: calc(100% - 32px); }
  .toefl-intro, .toefl-curriculum, .toefl-advantages { padding-top: 56px; padding-bottom: 64px; }
  .toefl-process { padding: 56px 0 64px; }
  .toefl-section-title > p { font-size: 11px; letter-spacing: 2px; }
  .toefl-section-title h2 { font-size: 28px; }
  .toefl-process-grid { gap: 14px; margin-top: 34px; }
  .toefl-process-card, .toefl-process-card:nth-child(3) { height: 190px; padding: 0; }
  .toefl-process-front { position: absolute; display: grid; grid-template-columns: 76px 1fr; padding: 30px 25px; }
  .toefl-process-front b { font-size: 36px; }
  .toefl-process-card > p { position: absolute; display: block; padding: 24px 27px; background: #66899c; font-size: 14px; line-height: 1.65; opacity: 0; transform: translateY(8px); }
  .toefl-process-card:hover .toefl-process-front, .toefl-process-card:focus .toefl-process-front { opacity: 1; }
  .toefl-process-card:hover > p, .toefl-process-card:focus > p { opacity: 0; transform: translateY(8px); }
  .toefl-process-card.is-active .toefl-process-front { opacity: 0; }
  .toefl-process-card.is-active > p { opacity: 1; transform: translateY(0); }
  .toefl-level-grid { margin-top: 34px; gap: 20px; }
  .toefl-level-grid article { min-height: 0; padding: 28px; }
  .toefl-level-grid li { font-size: 14px; }
  .toefl-adv-banner { padding: 190px 20px 30px; }
  .toefl-adv-banner > div { width: 100%; max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .toefl-process-front, .toefl-process-card > p, .toefl-level-grid article { transition: none; }
}

/* The TOEFL cards share the application page's exact front/detail layout. */
.toefl-page { background: #f8f7f4; color: #202020; }
.toefl-hero-inner > div:first-child { width: 100%; text-align: left; align-self: flex-start; }
.toefl-hero-inner .toefl-eyebrow, .toefl-hero-inner h1 { text-align: left; }
.toefl-stats { width: 100%; gap: 20px; }
.toefl-stats > div { width: 100%; min-width: 0; justify-self: stretch; align-items: flex-start; text-align: left; }
.toefl-stats strong, .toefl-stats span { align-self: flex-start; text-align: left; }
.toefl-stats strong { font-size: clamp(36px, 3vw, 54px); white-space: nowrap; }
.toefl-stats span { font-size: 15px; white-space: nowrap; }
.toefl-intro h2 small { color: #242424; }
.toefl-process-card, .toefl-process-card:nth-child(3) { height: 158px; }
.toefl-process-front, .toefl-process-detail { position: absolute; inset: 0; transition: opacity .25s ease, transform .25s ease; }
.toefl-process-front { display: grid; grid-template-columns: 94px 1fr; grid-template-rows: auto auto; align-content: center; padding: 35px 40px; }
.toefl-process-front strong { grid-row: 1 / 3; align-self: center; margin: 0; color: #fff; font-size: 50px; font-weight: 500; line-height: 1; }
.toefl-process-front h3 { margin: 0 0 8px; font-size: 24px; font-weight: 600; }
.toefl-process-front p { margin: 0; color: #fff; font-size: 17px; line-height: 1.3; }
.toefl-process-detail { display: flex; align-items: center; justify-content: center; padding: 25px 40px; background: #66899c; font-size: 16px; line-height: 1.8; text-align: left; opacity: 0; transform: translateY(8px); }
.toefl-process-detail span { width: 100%; }
.toefl-process-card:nth-child(4) .toefl-process-detail { font-size: 14px; line-height: 1.55; }
.toefl-process-card:hover .toefl-process-front, .toefl-process-card:focus .toefl-process-front { opacity: 0; }
.toefl-process-card:hover .toefl-process-detail, .toefl-process-card:focus .toefl-process-detail { opacity: 1; transform: translateY(0); }
.toefl-level-grid li { padding-left: 0; }
.toefl-adv-banner { position: relative; justify-content: initial; padding: 0; }
.toefl-adv-banner > div { position: absolute; right: 4%; top: 50%; width: 50%; max-width: none; margin: 0; transform: translateY(-50%); text-align: left; }
.toefl-adv-banner h3, .toefl-adv-banner p { text-align: left; }
@media (max-width: 1100px) {
  .toefl-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 36px; }
  .toefl-process-front { grid-template-columns: 76px 1fr; padding: 35px 26px; }
  .toefl-process-front strong { font-size: 38px; }
  .toefl-process-front h3 { font-size: 21px; }
  .toefl-process-front p { font-size: 14px; }
  .toefl-process-detail { padding: 24px 27px; font-size: 14px; line-height: 1.85; }
  .toefl-adv-banner > div { width: 50%; }
}
@media (max-width: 767px) {
  .toefl-stats { gap: 25px 12px; }
  .toefl-stats strong { font-size: 34px; }
  .toefl-stats span { font-size: 12px; white-space: normal; }
  .toefl-process-card, .toefl-process-card:nth-child(3) { height: 190px; }
  .toefl-process-front { grid-template-columns: 76px 1fr; padding: 35px 26px; }
  .toefl-process-detail { padding: 24px 27px; }
  .toefl-process-card:hover .toefl-process-front, .toefl-process-card:focus .toefl-process-front { opacity: 1; }
  .toefl-process-card:hover .toefl-process-detail, .toefl-process-card:focus .toefl-process-detail { opacity: 0; transform: translateY(8px); }
  .toefl-process-card.is-active .toefl-process-front { opacity: 0; }
  .toefl-process-card.is-active .toefl-process-detail { opacity: 1; transform: translateY(0); }
  .toefl-adv-banner { min-height: 500px; }
  .toefl-adv-banner > div { position: absolute; right: 20px; top: auto; bottom: 24px; width: calc(100% - 40px); max-width: none; transform: none; }
}
