.toeic-roadmap {
  --roadmap-ink: #10243f;
  --roadmap-muted: #52657a;
  --roadmap-line: #d8e4f2;
  --roadmap-surface: #ffffff;
  --roadmap-soft: #f4f8fd;
  --roadmap-blue: #0b67d1;
  --roadmap-blue-dark: #084b99;
  --roadmap-mint: #0b8a75;
  --roadmap-amber: #c46a08;
  --roadmap-danger: #a43a53;
  --roadmap-shadow: 0 18px 50px rgba(21, 66, 115, .11);
  color: var(--roadmap-ink);
  font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", sans-serif;
  line-height: 1.85;
}

.toeic-roadmap *,
.toeic-roadmap *::before,
.toeic-roadmap *::after {
  box-sizing: border-box;
}

.toeic-roadmap a {
  color: var(--roadmap-blue-dark);
  text-underline-offset: .2em;
}

.toeic-roadmap a:focus-visible,
.toeic-roadmap button:focus-visible,
.toeic-roadmap input:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

.toeic-roadmap button,
.toeic-roadmap input {
  font: inherit;
}

.toeic-roadmap-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.toeic-roadmap-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0;
  color: var(--roadmap-muted);
  font-size: .9rem;
}

.toeic-roadmap-crumbs a {
  color: inherit;
}

.toeic-roadmap-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  min-height: 510px;
  border: 1px solid #c8dcf1;
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 53%, #dcecff 100%);
  box-shadow: var(--roadmap-shadow);
}

.toeic-roadmap--600 .toeic-roadmap-hero {
  border-color: #b9cdec;
  background: linear-gradient(135deg, #f7f9ff 0%, #e9f0ff 52%, #d4e3fb 100%);
}

.toeic-roadmap-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 4vw, 3.5rem);
}

.toeic-roadmap-eyebrow {
  margin: 0 0 .85rem;
  color: var(--roadmap-blue-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.toeic-roadmap-hero h1 {
  max-width: 19ch;
  margin: 0;
  color: #0a4e97;
  font-size: clamp(2.05rem, 4.25vw, 3.35rem);
  font-weight: 730;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.toeic-roadmap--600 .toeic-roadmap-hero h1 {
  color: #193d78;
}

.toeic-roadmap-hero__lead {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: #314c69;
  font-size: clamp(1rem, 1.45vw, 1.08rem);
  line-height: 1.9;
}

.toeic-roadmap-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.toeic-roadmap-hero__facts li {
  padding: .45rem .75rem;
  border: 1px solid #c4d9f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  color: #244c77;
  font-size: .83rem;
  font-weight: 700;
}

.toeic-roadmap-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.55rem;
}

.toeic-roadmap-hero__visual {
  min-height: 100%;
}

.toeic-roadmap-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: 62% center;
}

.toeic-roadmap-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--roadmap-blue);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.toeic-roadmap-action:hover {
  background: var(--roadmap-blue-dark);
  box-shadow: 0 10px 24px rgba(11, 103, 209, .22);
  transform: translateY(-1px);
}

.toeic-roadmap-action--quiet {
  border-color: #b9cfe8;
  background: #fff;
  color: #164f88 !important;
}

.toeic-roadmap-action--quiet:hover {
  background: #edf5ff;
}

.toeic-roadmap-action--small {
  min-height: 44px;
  padding: .62rem .9rem;
  border-radius: 12px;
  font-size: .9rem;
}

.toeic-roadmap-intro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
  margin: 1.25rem 0 0;
}

.toeic-roadmap-intro__item {
  padding: 1rem 1.05rem;
  border: 1px solid var(--roadmap-line);
  border-radius: 18px;
  background: #fff;
}

.toeic-roadmap-intro__item span {
  display: block;
  margin-bottom: .15rem;
  color: var(--roadmap-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.toeic-roadmap-intro__item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
}

.toeic-roadmap-nav {
  position: sticky;
  z-index: 6;
  top: .5rem;
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  margin: 1.4rem 0 0;
  padding: .7rem;
  border: 1px solid #d6e4f2;
  border-radius: 18px;
  background: rgba(248, 251, 255, .95);
  box-shadow: 0 10px 28px rgba(25, 61, 102, .08);
  scrollbar-width: thin;
  backdrop-filter: blur(12px);
}

.toeic-roadmap-nav a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .78rem;
  border-radius: 11px;
  color: #274965;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.toeic-roadmap-nav a:hover {
  background: #e5f1ff;
  color: #064f9f;
}

.toeic-roadmap-section {
  scroll-margin-top: 5.4rem;
  margin: clamp(3.3rem, 7vw, 6rem) 0 0;
}

.toeic-roadmap-section__head {
  max-width: 780px;
  margin-bottom: 1.35rem;
}

.toeic-roadmap-kicker {
  margin: 0 0 .45rem;
  color: var(--roadmap-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.toeic-roadmap-section h2 {
  margin: 0;
  color: #102e4f;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.toeic-roadmap-section__lead {
  margin: .7rem 0 0;
  color: var(--roadmap-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.toeic-roadmap-note {
  padding: 1.15rem 1.3rem;
  border-left: 4px solid var(--roadmap-blue);
  border-radius: 0 16px 16px 0;
  background: #eef6ff;
  color: #294c70;
}

.toeic-roadmap-note strong {
  color: #0b4d91;
}

.toeic-roadmap-paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem;
}

.toeic-roadmap-path {
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--roadmap-line);
  border-radius: 20px;
  background: var(--roadmap-surface);
  box-shadow: 0 12px 30px rgba(21, 66, 115, .06);
}

.toeic-roadmap-path__number {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
  border-radius: 10px;
  background: #e4f1ff;
  color: #0757a9;
  font-weight: 900;
}

.toeic-roadmap-path h3,
.toeic-roadmap-card h3 {
  margin: 0;
  color: #173b61;
  font-size: 1.05rem;
  line-height: 1.5;
}

.toeic-roadmap-path p,
.toeic-roadmap-card p {
  margin: .55rem 0 0;
  color: var(--roadmap-muted);
  font-size: .92rem;
}

.toeic-roadmap-quiz {
  border: 1px solid #c7dcef;
  border-radius: 26px;
  background: #f8fbff;
  box-shadow: var(--roadmap-shadow);
}

.toeic-roadmap-quiz__top {
  padding: clamp(1.2rem, 3vw, 2rem);
  border-bottom: 1px solid #d7e5f3;
  background: #fff;
  border-radius: 26px 26px 0 0;
}

.toeic-roadmap-quiz__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #31506e;
  font-size: .9rem;
  font-weight: 800;
}

.toeic-roadmap-progress {
  height: 10px;
  overflow: hidden;
  margin-top: .7rem;
  border-radius: 999px;
  background: #dce8f4;
}

.toeic-roadmap-progress__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b67d1, #20a38c);
  transition: width .2s ease;
}

.toeic-roadmap-quiz__questions {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.toeic-roadmap-question {
  scroll-margin-top: 5.5rem;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid #d4e2f0;
  border-radius: 18px;
  background: #fff;
}

.toeic-roadmap-question.is-correct {
  border-color: #83bfae;
  background: #f8fcfa;
}

.toeic-roadmap-question.is-incorrect {
  border-color: #df958f;
  background: #fff8f7;
  box-shadow: inset 5px 0 0 #cf4c45;
}

.toeic-roadmap-question legend {
  width: 100%;
  margin: 0 0 .85rem;
  padding: 0;
  color: #173b61;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.65;
}

.toeic-roadmap-question__tag {
  display: inline-block;
  margin-right: .45rem;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: #e9f3ff;
  color: #0757a9;
  font-size: .72rem;
  letter-spacing: .04em;
  vertical-align: .1em;
}

.toeic-roadmap-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.toeic-roadmap-option {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: .65rem;
  padding: .7rem .85rem;
  border: 1px solid #cbdbea;
  border-radius: 13px;
  background: #fbfdff;
  color: #29465f;
  cursor: pointer;
  line-height: 1.5;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.toeic-roadmap-option:hover {
  border-color: #78aee5;
  background: #f0f7ff;
}

.toeic-roadmap-option:has(input:checked) {
  border-color: var(--roadmap-blue);
  background: #e9f3ff;
  color: #0b4d91;
  box-shadow: inset 0 0 0 1px var(--roadmap-blue);
}

.toeic-roadmap-question .toeic-roadmap-option.is-correct-answer {
  border-color: #4f9f89;
  background: #e7f6f0;
  color: #155b49;
  box-shadow: inset 0 0 0 1px #4f9f89;
}

.toeic-roadmap-question .toeic-roadmap-option.is-selected-wrong {
  border-color: #cf4c45;
  background: #fff0ee;
  color: #8a2924;
  box-shadow: inset 0 0 0 1px #cf4c45;
}

.toeic-roadmap-option input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  accent-color: var(--roadmap-blue);
}

.toeic-roadmap-question__explanation {
  margin: .85rem 0 0;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: #edf8f4;
  color: #22604f;
  font-size: .9rem;
  line-height: 1.65;
}

.toeic-roadmap-question__explanation.is-incorrect {
  border: 1px solid #efbbb6;
  background: #fff0ee;
  color: #7b2e29;
}

.toeic-roadmap-question__outcome,
.toeic-roadmap-question__answer {
  display: block;
}

.toeic-roadmap-question__outcome {
  margin-bottom: .2rem;
  font-size: .82rem;
  letter-spacing: .04em;
}

.toeic-roadmap-question__answer {
  margin-bottom: .4rem;
  font-weight: 800;
}

.toeic-roadmap-question__explanation[hidden] {
  display: none;
}

.toeic-roadmap-quiz__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem);
}

.toeic-roadmap-quiz__status {
  margin: 0;
  color: var(--roadmap-muted);
  font-size: .9rem;
}

.toeic-roadmap-control {
  min-height: 48px;
  padding: .72rem 1.2rem;
  border: 0;
  border-radius: 14px;
  background: var(--roadmap-blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.toeic-roadmap-control:hover:not(:disabled) {
  background: var(--roadmap-blue-dark);
}

.toeic-roadmap-control:disabled {
  background: #9baec0;
  cursor: not-allowed;
}

.toeic-roadmap-control--quiet {
  border: 1px solid #bfd1e3;
  background: #fff;
  color: #31506e;
}

.toeic-roadmap-control--quiet:hover:not(:disabled) {
  background: #eaf3fc;
}

.toeic-roadmap-result {
  margin: 0 clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem);
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid #b9d2eb;
  border-radius: 20px;
  background: #f7fbff;
}

.toeic-roadmap-result[hidden] {
  display: none;
}

.toeic-roadmap-result h3 {
  margin: 0;
  color: #173b61;
  font-size: 1.3rem;
}

.toeic-roadmap-result__summary {
  margin: .5rem 0 1rem;
  color: #3b5872;
}

.toeic-roadmap-result__weakness {
  padding: 1rem;
  border: 1px solid #e5aaa5;
  border-left: 6px solid #cf4c45;
  border-radius: 15px;
  background: #fff5f3;
}

.toeic-roadmap-result__weakness.is-perfect {
  border-color: #9bcbbc;
  border-left-color: #29856e;
  background: #eff9f5;
}

.toeic-roadmap-result__weakness-label {
  display: block;
  margin-bottom: .25rem;
  color: #a43a34;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.toeic-roadmap-result__weakness.is-perfect .toeic-roadmap-result__weakness-label {
  color: #1c715c;
}

.toeic-roadmap-result__weakness strong {
  display: block;
  color: #742923;
  font-size: 1.05rem;
}

.toeic-roadmap-result__weakness.is-perfect strong {
  color: #155c4b;
}

.toeic-roadmap-result__weakness p {
  margin: .35rem 0 0;
  color: #674b48;
  line-height: 1.65;
}

.toeic-roadmap-result__weakness.is-perfect p {
  color: #315a51;
}

.toeic-roadmap-bars {
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
}

.toeic-roadmap-bar {
  display: grid;
  grid-template-columns: minmax(6.5rem, .35fr) 1fr auto;
  gap: .7rem;
  align-items: center;
  padding: .65rem .7rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
}

.toeic-roadmap-bar.is-lowest {
  border-color: #e3a09a;
  background: #fff5f3;
}

.toeic-roadmap-bar__label {
  color: #244a64;
  font-size: .86rem;
  font-weight: 800;
}

.toeic-roadmap-bar__track {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #d4e5e0;
}

.toeic-roadmap-bar__fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b67d1, #20a38c);
}

.toeic-roadmap-bar.is-strong .toeic-roadmap-bar__fill {
  background: #29856e;
}

.toeic-roadmap-bar.is-review .toeic-roadmap-bar__fill {
  background: #d58b17;
}

.toeic-roadmap-bar.is-weak .toeic-roadmap-bar__fill {
  background: #cf4c45;
}

.toeic-roadmap-bar__score {
  min-width: 7.5rem;
  color: #3b5872;
  font-size: .84rem;
  font-weight: 800;
  text-align: right;
}

.toeic-roadmap-mistakes {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #edbbb6;
  border-radius: 15px;
  background: #fff;
}

.toeic-roadmap-mistakes[hidden] {
  display: none;
}

.toeic-roadmap-mistakes h4 {
  margin: 0;
  color: #8a2d27;
  font-size: 1rem;
}

.toeic-roadmap-mistakes > p {
  margin: .3rem 0 .8rem;
  color: #6f5552;
  font-size: .88rem;
}

.toeic-roadmap-mistakes ol {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toeic-roadmap-mistakes li {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: .65rem;
  align-items: center;
  padding: .7rem .8rem;
  border-radius: 11px;
  background: #fff4f2;
}

.toeic-roadmap-mistakes a {
  color: #9b302a;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.toeic-roadmap-mistake__tag {
  padding: .15rem .45rem;
  border-radius: 999px;
  background: #f8d9d5;
  color: #7f2e28;
  font-size: .72rem;
  font-weight: 900;
}

.toeic-roadmap-mistake__answer {
  color: #674b48;
  font-size: .82rem;
}

.toeic-roadmap-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.toeic-roadmap-plan {
  border: 1px solid #cbddec;
  border-radius: 26px;
  background: #f7fbff;
  box-shadow: var(--roadmap-shadow);
}

.toeic-roadmap-plan__status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem clamp(1rem, 3vw, 1.7rem);
  border-bottom: 1px solid #d6e4f1;
  background: #fff;
  border-radius: 26px 26px 0 0;
}

.toeic-roadmap-plan__number {
  display: flex;
  width: 3.3rem;
  height: 3.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #e6f2ff;
  color: #0757a9;
  font-size: 1.08rem;
  font-weight: 900;
}

.toeic-roadmap-plan__copy strong,
.toeic-roadmap-plan__copy span {
  display: block;
}

.toeic-roadmap-plan__copy span {
  color: var(--roadmap-muted);
  font-size: .85rem;
}

.toeic-roadmap-plan__cards {
  display: grid;
  gap: .85rem;
  padding: clamp(1rem, 3vw, 1.7rem);
}

.toeic-roadmap-day {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(160px, auto);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d3e1ef;
  border-radius: 18px;
  background: #fff;
}

.toeic-roadmap-day__actions {
  display: grid;
  gap: .45rem;
}

.toeic-roadmap-day:has(input:checked) {
  border-color: #95cabd;
  background: #f3fbf8;
}

.toeic-roadmap-day__check {
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9cfe1;
  border-radius: 13px;
  background: #f5f9fd;
  cursor: pointer;
}

.toeic-roadmap-day__check input {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: var(--roadmap-mint);
}

.toeic-roadmap-day__label {
  margin: 0 0 .15rem;
  color: #0b67d1;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.toeic-roadmap-day h3 {
  margin: 0;
  color: #173b61;
  font-size: 1rem;
}

.toeic-roadmap-day p {
  margin: .35rem 0 0;
  color: var(--roadmap-muted);
  font-size: .88rem;
}

.toeic-roadmap-day__time {
  display: inline-block;
  margin-left: .45rem;
  color: #6d7d8d;
  font-size: .75rem;
  font-weight: 700;
}

.toeic-roadmap-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 0 clamp(1rem, 3vw, 1.7rem) clamp(1rem, 3vw, 1.7rem);
  padding: 1.05rem 1.15rem;
  border: 1px solid #b9d1eb;
  border-radius: 18px;
  background: #eaf4ff;
}

.toeic-roadmap-next p {
  margin: 0;
  color: #244c77;
}

.toeic-roadmap-next strong {
  display: block;
  color: #0b4d91;
}

.toeic-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.toeic-roadmap-card {
  padding: 1.25rem;
  border: 1px solid var(--roadmap-line);
  border-radius: 20px;
  background: #fff;
}

.toeic-roadmap-card--accent {
  border-color: #b7d9d0;
  background: #f4fbf8;
}

.toeic-roadmap-card__label {
  margin: 0 0 .5rem;
  color: var(--roadmap-mint);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.toeic-roadmap-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toeic-roadmap-list li {
  position: relative;
  padding-left: 1.6rem;
  color: #3d566f;
}

.toeic-roadmap-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: .2rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--roadmap-blue);
}

.toeic-roadmap-sources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}

.toeic-roadmap-source {
  display: block;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid #cdddec;
  border-radius: 16px;
  background: #fff;
  color: #1f4f7d !important;
  font-weight: 700;
  text-decoration: none;
}

.toeic-roadmap-source span {
  display: block;
  margin-top: .3rem;
  color: var(--roadmap-muted);
  font-size: .8rem;
  font-weight: 500;
}

.toeic-roadmap-faq {
  display: grid;
  gap: .75rem;
}

.toeic-roadmap-faq details {
  border: 1px solid var(--roadmap-line);
  border-radius: 16px;
  background: #fff;
}

.toeic-roadmap-faq summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: .85rem 1rem;
  color: #173b61;
  font-weight: 800;
  cursor: pointer;
}

.toeic-roadmap-faq details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--roadmap-muted);
}

.toeic-roadmap-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin: clamp(3.5rem, 8vw, 6rem) 0 3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 24px;
  background: linear-gradient(135deg, #0b4f9a, #0c7c8c);
  color: #fff;
}

.toeic-roadmap--600 .toeic-roadmap-final {
  background: linear-gradient(135deg, #1c3970, #145a82);
}

.toeic-roadmap-final h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.4;
}

.toeic-roadmap-final p {
  margin: .45rem 0 0;
  color: #e5f2ff;
}

.toeic-roadmap-final .toeic-roadmap-action {
  background: #fff;
  color: #0b4f9a !important;
}

.toeic-roadmap-noscript {
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #e4bf7b;
  border-radius: 14px;
  background: #fff8e9;
  color: #6a4b12;
}

@media (max-width: 980px) {
  .toeic-roadmap-hero {
    grid-template-columns: 1fr;
  }

  .toeic-roadmap-hero__visual {
    order: -1;
    height: min(56vw, 420px);
  }

  .toeic-roadmap-hero__visual img {
    min-height: 0;
    object-position: 62% center;
  }

  .toeic-roadmap-intro,
  .toeic-roadmap-paths {
    grid-template-columns: repeat(2, 1fr);
  }

  .toeic-roadmap-grid,
  .toeic-roadmap-sources {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .toeic-roadmap-shell {
    width: min(100% - 22px, 1180px);
  }

  .toeic-roadmap-hero {
    min-height: 0;
    border-radius: 22px;
  }

  .toeic-roadmap-hero__copy {
    padding: 1.5rem 1.2rem 1.7rem;
  }

  .toeic-roadmap-hero__visual {
    height: 62vw;
    min-height: 235px;
  }

  .toeic-roadmap-hero h1 {
    max-width: none;
    font-size: clamp(1.85rem, 9.2vw, 2.65rem);
    line-height: 1.25;
  }

  .toeic-roadmap-hero__actions,
  .toeic-roadmap-result__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .toeic-roadmap-action {
    width: 100%;
  }

  .toeic-roadmap-intro,
  .toeic-roadmap-paths,
  .toeic-roadmap-options {
    grid-template-columns: 1fr;
  }

  .toeic-roadmap-nav {
    top: .25rem;
    margin-inline: -2px;
  }

  .toeic-roadmap-section {
    margin-top: 3.7rem;
  }

  .toeic-roadmap-quiz__footer,
  .toeic-roadmap-plan__status,
  .toeic-roadmap-next,
  .toeic-roadmap-final {
    grid-template-columns: 1fr;
  }

  .toeic-roadmap-quiz__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .toeic-roadmap-control {
    width: 100%;
  }

  .toeic-roadmap-day {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .toeic-roadmap-day .toeic-roadmap-action {
    grid-column: 1 / -1;
  }

  .toeic-roadmap-day__actions {
    grid-column: 1 / -1;
  }

  .toeic-roadmap-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .45rem;
  }

  .toeic-roadmap-bar__track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .toeic-roadmap-bar__score {
    min-width: 0;
  }

  .toeic-roadmap-mistakes li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .toeic-roadmap-mistake__answer {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toeic-roadmap *,
  .toeic-roadmap *::before,
  .toeic-roadmap *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
