.ap-page { background: #f8f7f4; }
.ap-page .toefl-hero { background-image: url('/public/static/images/ap/redesign/header.png'); }
.ap-page .toefl-intro { grid-template-columns: minmax(0, 740px) minmax(0, 1fr); align-items: start; gap: 60px; padding-top: 100px; padding-bottom: 120px; }
.ap-page .toefl-intro h2 small { font-size: 23px; }
.ap-page .toefl-intro p { line-height: 1.65; }
.ap-page .toefl-intro p + p { margin-top: 26px; }
.ap-page .toefl-intro b { color: #555; font-weight: 600; }
.ap-curriculum { padding-top: 0; padding-bottom: 140px; }
.ap-course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 48px; margin-top: 85px; }
.ap-course-card { min-height: 510px; padding: 36px 40px; border: 1px solid #e0dedb; border-radius: 10px; background: linear-gradient(180deg, #f1faff 0, #fff 28%); transition: transform .2s ease, box-shadow .2s ease; }
.ap-course-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(27,48,77,.09); }
.ap-course-card > span { color: #173d60; font-size: 16px; font-weight: 600; }
.ap-course-card h3 { margin: 18px 0 28px; color: #292d30; font-size: 29px; font-weight: 600; line-height: 1.3; }
.ap-course-card ul { margin: 0; padding: 0; list-style: none; }
.ap-course-card li { position: relative; margin: 0 0 14px; padding-left: 27px; color: #777; font-size: 17px; line-height: 1.48; }
.ap-course-card li::before { content: ''; position: absolute; top: 7px; left: 2px; width: 12px; height: 7px; border-bottom: 1.5px solid #303b41; border-left: 1.5px solid #303b41; transform: rotate(-45deg); }
.ap-process { padding: 100px 0 130px; background: #294b5c; color: #fff; }
.ap-process .toefl-section-title > p { color: rgba(255,255,255,.7); }
.ap-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 80px; }
.ap-process-grid article { min-height: 610px; padding: 36px 40px; border-radius: 9px; background: #516d7c; }
.ap-step-heading { display: flex; align-items: center; gap: 28px; margin: 0 0 50px; }
.ap-step-heading strong { font-size: 55px; font-weight: 500; line-height: 1; }
.ap-step-heading h3 { margin: 0 0 5px; font-size: 25px; font-weight: 600; }
.ap-step-heading span { font-size: 16px; line-height: 1.35; }
.ap-step-lead { margin: 0 0 32px; color: #24b99e; font-size: 17px; font-weight: 600; line-height: 1.65; }
.ap-process-grid ul { margin: 0; padding: 0; list-style: none; }
.ap-process-grid li { margin: 0 0 22px; color: #e1e7e9; font-size: 16px; line-height: 1.55; }
.ap-process-grid li::before { content: '· '; }
.ap-advantages { padding-top: 85px; padding-bottom: 135px; }
.ap-adv-banner { min-height: 520px; margin: 65px 0 0; overflow: hidden; background: #eceeef url('/public/static/images/ap/redesign/core.png') center / cover no-repeat; }
.ap-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; }
.ap-adv-copy h3 { margin: 0 0 35px; font-size: 30px; font-weight: 600; text-align: left; }
.ap-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; text-align: left; }
@media (prefers-reduced-motion: reduce) {
  .ap-course-card { transition: none; }
}
@media (max-width: 1100px) {
  .ap-page .toefl-intro { gap: 35px; }
  .ap-course-grid, .ap-process-grid { gap: 22px; }
  .ap-course-card { min-height: 0; padding: 28px; }
  .ap-course-card h3 { font-size: 24px; }
  .ap-course-card li { font-size: 15px; }
  .ap-process-grid article { min-height: 0; padding: 28px; }
  .ap-step-heading { gap: 14px; margin-bottom: 32px; }
  .ap-step-heading strong { font-size: 40px; }
  .ap-step-heading h3 { font-size: 21px; }
  .ap-step-heading span { font-size: 13px; }
  .ap-process-grid li { font-size: 14px; }
  .ap-adv-copy { width: 46%; min-width: 0; padding-left: 28px; }
}
@media (max-width: 767px) {
  .ap-page .toefl-hero h1 { font-size: 34px; }
  .ap-page .toefl-intro { grid-template-columns: 1fr; gap: 28px; padding-top: 56px; padding-bottom: 64px; }
  .ap-page .toefl-intro h2 small { font-size: 17px; }
  .ap-curriculum { padding-bottom: 70px; }
  .ap-course-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
  .ap-course-card { padding: 28px 24px; }
  .ap-course-card h3 { margin: 14px 0 22px; }
  .ap-course-card li { margin-bottom: 12px; }
  .ap-process { padding: 56px 0 64px; }
  .ap-process-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .ap-process-grid article { padding: 28px 24px; }
  .ap-step-heading { margin-bottom: 25px; }
  .ap-step-lead { margin-bottom: 22px; font-size: 15px; }
  .ap-process-grid li { margin-bottom: 15px; }
  .ap-advantages { padding-top: 56px; padding-bottom: 64px; }
  .ap-adv-banner { min-height: 0; margin-top: 34px; background-position: 63% center; }
  .ap-adv-copy { display: block; width: 100%; min-height: 0; padding: 260px 16px 16px; background: linear-gradient(transparent 0%, rgba(237,239,240,.95) 55%); }
  .ap-adv-copy h3 { margin-bottom: 25px; font-size: 22px; }
  .ap-adv-copy p { margin-bottom: 12px; padding: 16px; font-size: 14px; }
}
