/*
 * INRISE LP 공용 스타일
 * 사용: /toefl-zoom (KR), /toefl-japan (JP), 이후 GRE·지역 LP 공용
 * 소유: INRISE · 이 파일은 전 LP에서 link로 참조
 */

@import url('https://cdn.jsdelivr.net/gh/niceplugin/Wanted-Sans/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{font-family:'Wanted Sans Variable',-apple-system,sans-serif;color:#fff;-webkit-font-smoothing:antialiased;background:#000;overflow-x:hidden;}
  .ct{max-width:860px;margin:0 auto;padding:0 32px;}
  .sec{padding:120px 0;}
  @media(min-width:1024px){.sec{padding:160px 0;}}
  .display{font-size:44px;font-weight:700;line-height:145%;letter-spacing:-2px;word-break:keep-all;}
  @media(min-width:1024px){.display{font-size:68px;}}
  .display em{font-style:normal;color:#FFD700;}
  .headline{font-size:32px;font-weight:700;line-height:150%;letter-spacing:-1.5px;word-break:keep-all;}
  @media(min-width:1024px){.headline{font-size:48px;}}
  .headline em{font-style:normal;color:#FFD700;}
  .subhead{font-size:22px;font-weight:600;line-height:175%;word-break:keep-all;}
  @media(min-width:1024px){.subhead{font-size:28px;}}
  .subhead em{font-style:normal;color:#FFD700;}
  .body{font-size:17px;font-weight:400;line-height:200%;color:#999;word-break:keep-all;}
  .body strong{color:#fff;font-weight:600;}
  .body em{font-style:normal;color:#FFD700;font-weight:500;}
  .caption{font-size:14px;color:#555;line-height:180%;}
  .point-tag{font-size:13px;font-weight:700;letter-spacing:3px;color:#FFD700;margin-bottom:24px;}
  .gold-line{width:56px;height:3px;background:#FFD700;border-radius:2px;opacity:0.4;margin:32px 0;}
  .accent-block{border-left:4px solid #FFD700;padding:28px 36px;background:rgba(255,215,0,0.03);border-radius:0 16px 16px 0;margin:48px 0;}
  .accent-block p{font-size:19px;line-height:200%;font-weight:500;color:#bbb;}
  .accent-block strong{color:#fff;}
  .quote{padding:40px 0 40px 28px;border-left:4px solid #FFD700;margin:56px 0;}
  .quote p{font-size:26px;font-weight:600;line-height:175%;color:#fff;}
  @media(min-width:1024px){.quote p{font-size:30px;}}
  .quote cite{display:block;font-size:15px;color:#555;font-style:normal;margin-top:16px;}
  .big-num{font-size:72px;font-weight:700;color:#FFD700;line-height:110%;}
  @media(min-width:1024px){.big-num{font-size:96px;}}
  .big-label{font-size:14px;color:#666;margin-top:10px;}
  .img-ph{width:100%;border-radius:20px;margin:48px 0;background:linear-gradient(135deg,rgba(255,215,0,0.02),rgba(255,255,255,0.01));border:1px dashed rgba(255,215,0,0.1);display:flex;align-items:center;justify-content:center;color:rgba(255,215,0,0.2);font-size:14px;text-align:center;padding:28px;}
  .img-ph.std{aspect-ratio:16/9;}
  .img-ph.sq{aspect-ratio:1/1;max-width:300px;margin-left:auto;margin-right:auto;}
  .relief{margin:48px 0;padding:36px;border-radius:20px;background:rgba(255,215,0,0.02);border:1px solid rgba(255,215,0,0.08);}
  .relief .rq{font-size:18px;font-weight:700;color:#FFD700;margin-bottom:14px;}
  .relief .ra{font-size:16px;color:#aaa;line-height:195%;}
  .relief .ra strong{color:#fff;font-weight:600;}
  .review{border-left:3px solid #FFD700;padding:28px 36px;margin:32px 0;background:rgba(255,255,255,0.01);border-radius:0 16px 16px 0;}
  .review .rv-score{font-size:26px;font-weight:700;margin-bottom:8px;}
  .review .rv-score em{color:#FFD700;font-style:normal;}
  .review .rv-info{font-size:14px;color:#555;margin-bottom:16px;}
  .review .rv-body{font-size:16px;color:#999;line-height:195%;}
  .btn{display:inline-block;background:#FFD700;color:#000;font-weight:700;font-size:18px;padding:20px 56px;border-radius:12px;text-decoration:none;}
  .btn-line{display:inline-block;border:1.5px solid #FFD700;color:#FFD700;font-weight:600;font-size:16px;padding:16px 40px;border-radius:12px;text-decoration:none;margin-top:16px;}
  .sticky{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:rgba(0,0,0,0.97);backdrop-filter:blur(16px);border-top:1px solid rgba(255,215,0,0.06);padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:24px;}
  .sticky span{font-size:15px;color:#777;}
  .sticky strong{color:#FFD700;font-size:18px;font-weight:700;}
