:root {
  --bg: #f4f1ea;
  --bg-accent: #efe7d7;
  --surface: #ffffff;
  --surface-strong: #1f2937;
  --line: #d8cfbf;
  --text: #21303a;
  --muted: #5f6f7a;
  --primary: #0f766e;
  --primary-dark: #115e59;
  --primary-soft: #dff4f1;
  --accent: #fc6a06 /*#b45309*/;
  --accent-dark: #ff4a12;
  --danger: #b42318;
  --shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.09), transparent 28%),
    radial-gradient(circle at top right, rgba(180, 83, 9, 0.1), transparent 24%),
    linear-gradient(180deg, #faf8f2 0%, var(--bg) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03rem;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

.container,
.lp-shell,
.auth-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.container,
.auth-shell {
  padding: 32px 0 64px;
}

.lp-shell {
  padding: 40px 0 72px;
}

.section-card,
.question-card,
.result-card,
/*.score-detail,
.cta-panel,*/
.info-banner {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(216, 207, 191, 0.65);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.section-card {
  padding: 32px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: 0.03rem;
}

h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.3;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.4;
}

.lead,
.subtitle,
.panel-text {
  color: var(--muted);
}

.lead {
  margin-top: 18px;
  font-size: 1.05rem;
  max-width: 720px;
}

.subtitle {
  margin-top: 10px;
  font-size: 0.98rem;
}

/*  margin  */

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-top: 60px;
}

/*  text-align  */

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

/*=====================================
top page
=====================================*/

/* ------ */
/*  hero  */
/* ------ */

.hero-bg {
  background: #2DD4BF;
  /*background: linear-gradient(90deg,rgba(116, 214, 214, 1) 0%, rgba(45, 212, 191, 1) 40%, rgba(255, 244, 123, 1) 100%);*/
}

.header-container {
  padding: 20px 40px;
}

.hero {
  position: relative;
  overflow: hidden;
}

/*.hero::after {
  position: absolute;
  inset: auto -40px -60px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 83, 9, 0.18), rgba(180, 83, 9, 0));
  content: "";
}*/

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px,0.9fr);
  gap: 0px;
  align-items: start;
}

.hero .lead {
  color: var(--text);
  font-size: clamp(1.2rem, 1.8vw, 1.25rem);
  font-weight: 500;
}

.hero-card,
.step-card,
.kpi-card,
.panel,
.placeholder-card {
  border-radius: var(--radius-md);
}

.hero-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.08), rgba(15, 118, 110, 0.02));
  border: 1px solid rgba(15, 118, 110, 0.14);
}

.hero-title {
  color: #fff;
  text-shadow: 4px 0px 3px rgba(15, 118, 110, 0.8);
}

.hero-card h2 {
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.kpi-grid {
  display: grid;
  width: 370px;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.kpi-circle {
  display: flex;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
}

.kpi-center {
  display: block;
  width: 100%;
  height:auto;
  text-align: center;
}

.kpi-label,
.kpi-value {
  color: var(--primary);
}

.kpi-label {
  font-size: 1rem;
  line-height: 1;
}

.kpi-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  alignment-baseline: baseline;
}

.kpi-lg {
  font-size: 40px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.hero-note {
  color: var(--text);
  font-size: 0.875rem;
  margin-top: 16px;
}

.primary-btn,
.start-btn,
.nav-btn,
.placeholder-card,
.register-btn,
.job-btn a,
.gotop-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  transition: transform 0.16s ease, background 0.16s ease, opacity 0.16s ease, box-shadow 0.16s ease;
}

.start-btn,
.register-btn {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
  font-size: 1.25rem;
}

.register-btn {
  font-size: 0.96rem;
}

.primary-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
}

.primary-btn:hover,
.start-btn:hover,
.nav-btn:hover:not(:disabled),
.register-btn:hover,
.job-btn a:hover,
.gotop-btn:hover {
  transform: translateY(-1px);
}

.wide-btn {
  width: 100%;
}

.hero-right {
  position: relative;
}

.hero-img-pc {
  position: absolute;
  top: 0;
  left:0;
}

.hero-img-sp {
  position: absolute;
  top: 108px;
  left:400px;
}

.hero-img-woman {
  position: absolute;
  top: 30px;
  right:50px;
}

/* ------------- */
/*  recognition  */
/* ------------- */

.reco h2,
.step h2,
.apt h2,
.judge h2,
.jusnet h2,
.cta-panel h2 {
  text-align: center;
  color: var(--text);
  font-size: 2rem;
  font-weight: 700;
  margin-top: 32px;
}

.reco-grid,
.step-grid,
.gate-panels {
  display: grid;
  gap: 20px;
}

.reco-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.reco-card {
  text-align: center;
  margin-top: 20px;
}

.reco-card h3 {
  margin-top: 20px;
}

/* ------------- */
/*  step         */
/* ------------- */

.border-box {
  position: relative;
  border: solid 10px;
  border-color: #2DD4BF;
  /*border-image: linear-gradient(90deg,rgba(116, 214, 214, 1) 0%, rgba(45, 212, 191, 1) 40%, rgba(255, 244, 123, 1) 100%);*/
  border-image-slice: 1;
  padding: 20px;
}

.step h2 {
  margin-top: 0;
}

.step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.step-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(239, 231, 215, 0.8), rgba(255, 255, 255, 0.85));
  border: 1px solid rgba(216, 207, 191, 0.85);
}

.step-number {
  position: absolute;
  top: -10px;
  left:-10px;
  padding: 10px 15px;
  color: #fff;
  background-color: #2DD4BF;
  font-size: 1.5rem;
  font-weight: 500;
  /*letter-spacing: 0.12em;*/
}

.step-grid h3 {
  text-align: center;
  margin-bottom: 20px;
}

.step-grid .img-box {
  text-align: center;
  margin-bottom: 10px;
}

/* ------------- */
/*  aptitude     */
/* ------------- */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.apt-list {
  margin-top: 20px;
  padding-left: 30px;
  color: var(--text);
  list-style: none;
  text-align: left;
  font-size: 1.25rem;
}

.apt-list li {
  position: relative;
}

.apt-list li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -30px;
  width: 24px;
  height: 20px;
  background-size: cover;
  background: url(https://img.jusnet.co.jp/career/lp/accounting_skills/ico_checkbox.png);
}

.apt-list li + li {
  margin-top: 10px;
}

/* ------------- */
/*  judgement     */
/* ------------- */

.judge h2 {
  margin-top: 0;
}

.judge-level {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  border-collapse: collapse;
}

.judge-level th,
.judge-level td {
  padding: 15px;
  border: 1px solid #2DD4BF;
}

.judge-level th {
  background: #2DD4BF;
  color: #fff;
  border-bottom:1px solid #fff;
}

.judge-level .last-th {
  border-bottom: 1px solid #2DD4BF;
}

.judge h3 {
  text-align: center;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 32px;
}

.sample {
  width: 100%;
  text-align: center;
  border: 10px solid #2DD4BF;
  margin-top: 20px;
}

.sample img {
  width: 80%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ------------- */
/*  jusnet        */
/* ------------- */

.jusnet .flex-center p {
  width: 80%;
  margin-top: 20px;
}

/* ------------- */
/*  cta panel     */
/* ------------- */

.cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 28px 32px;
  background: #2DD4BF;
  /*background: linear-gradient(90deg,rgba(116, 214, 214, 1) 0%, rgba(45, 212, 191, 1) 40%, rgba(255, 244, 123, 1) 100%);*/
}

.cta-panel h2 {
  color: #fff;
}

/*=====================================
footer
=====================================*/

footer {
    background: var(--text);
    padding: 30px 0;
    text-align: center;
	}

footer ul {
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	}

footer ul li {
    padding: 0 10px;
    border-right: solid 1px #fff;
	}

footer ul li:first-of-type {
    border-left: solid 1px #fff;
	}

footer ul li a {
    font-size: 0.75rem;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
	}

footer p {
    font-size: 0.625rem;
    color: #fff;
	}


.bullet-list {
  margin-top: 18px;
  padding-left: 18px;
  color: var(--text);
}

.bullet-list li + li {
  margin-top: 10px;
}

.page-back {
  margin-bottom: 18px;
  font-size: 0.92rem;
  color: var(--muted);
}

.page-back a:hover,
.form-links a:hover {
  text-decoration: underline;
}

.page-header-block {
  margin-bottom: 20px;
}

.info-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 18px 22px;
  color: var(--primary-dark);
  background: linear-gradient(180deg, rgba(223, 244, 241, 0.85), rgba(255, 255, 255, 0.92));
}

.progress-bar {
  height: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #dfe7e7;
  border-radius: 999px;
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, #34d399 100%);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.question-counter {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.submit-error,
.auth-error {
  min-height: 1.5em;
  margin-bottom: 12px;
  color: var(--danger);
  font-size: 0.92rem;
}

.question-card {
  display: none;
  padding: 32px;
}

.question-card.active {
  display: block;
}

.question-text {
  margin-bottom: 22px;
  font-size: 1.16rem;
  font-weight: 700;
}

.options {
  display: grid;
  gap: 12px;
}

.option-btn {
  width: 100%;
  padding: 16px 18px;
  color: var(--text);
  background: #fff;
  border: 1px solid #d9e1e3;
  border-radius: var(--radius-sm);
  font-size: 0.97rem;
  line-height: 1.65;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.option-btn:hover {
  background: #f7fbfb;
  border-color: rgba(15, 118, 110, 0.45);
  transform: translateY(-1px);
}

.option-btn.selected {
  border-color: rgba(15, 118, 110, 0.55);
  background: var(--primary-soft);
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.18);
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.nav-btn {
  cursor: pointer;
}

.btn-prev {
  color: var(--text);
  background: #e7e2d7;
}

.btn-next,
.btn-submit {
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.auth-hero {
  margin-bottom: 20px;
}

.gate-panels {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}



.panel {
  padding: 28px;
}

.login-panel h2,
.placeholder-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 1.5rem);
}

.login-panel h2 a,
.placeholder-panel h2 a{
  text-decoration: underline;
  color: var(--muted);
}

.login-panel h2 a:hover,
.placeholder-panel h2 a:hover {
  color: var(--text);
}

.panel-text {
  margin-bottom: 18px;
}

.login-form {
  display: grid;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  font-size: 0.92rem;
  font-weight: 700;
}

.form-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  background: #fff;
  border: 1px solid #ced7d9;
  border-radius: 12px;
  font-size: 0.96rem;
}

.form-field input:focus {
  outline: none;
  border-color: rgba(15, 118, 110, 0.65);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.form-links {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.placeholder-card {
  color: var(--muted);
  background: linear-gradient(180deg, rgba(239, 231, 215, 0.8), rgba(255, 255, 255, 0.85));
  border: 1px dashed rgba(180, 83, 9, 0.4);
}

/*=====================================
result page
=====================================*/

.result-shell {
  padding-bottom: 40px;
}

.result-card {
  padding: 40px 34px;
  text-align: center;
}

.result-level {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-title {
  margin-top: 10px;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--primary)
}

.result-score {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.result-description,
.result-next {
  margin-top: 24px;
  padding: 22px;
  text-align: left;
  /*border-radius: var(--radius-md);*/
}

.result-description,
.result-next {
  /*background: linear-gradient(180deg, rgba(223, 244, 241, 0.85), rgba(255, 255, 255, 0.92));*/
  background: rgba(223, 244, 241, 0.85);
  border-left: 4px solid var(--primary);
}

.result-next-label {
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*.score-detail {
  margin-top: 22px;
  padding: 28px 30px;
}*/

.result-card h2 {
  margin: 28px auto 0;
  font-size: 1.15rem;
}

.score-bars {
  display: grid;
  gap: 12px;
}

.score-bar-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 54px;
  gap: 12px;
  align-items: center;
}

.score-bar-label {
  color: var(--text);
  font-size: 0.92rem;
}

.score-bar-track {
  width: 100%;
  height: 12px;
  overflow: hidden;
  background: #e5ecec;
  border-radius: 999px;
}

.score-bar-value {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, #2dd4bf 100%);
  border-radius: 999px;
}

.score-bar-num {
  color: var(--muted);
  font-size: 0.86rem;
  text-align: right;
}

.result-actions {
  margin-top: 22px;
}

.radar-section {
  margin-top: 28px;
}

.radar-section h3 {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.radar-chart-wrap {
  width: 100%;
  overflow-x: auto;
}

.radar-chart {
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin: 0 auto;
}

.radar-grid {
  fill: none;
  stroke: rgba(95, 111, 122, 0.2);
  stroke-width: 1;
}

.radar-axis {
  stroke: rgba(95, 111, 122, 0.18);
  stroke-width: 1;
}

.radar-value {
  fill: #dff4f1;
  fill-opacity: 0.72;
  stroke: var(--primary);
  stroke-width: 2.5;
}

.radar-node {
  fill: var(--primary);
  stroke: #fff;
  stroke-width: 2;
}

.radar-label {
  fill: var(--text);
  font-size: 11.62px;
  font-weight: 700;
}

.stepup-job h2,
.match-job h2 {
  text-align: center;
  color: var(--text);
  font-size: 2rem;
  font-weight: 700;
  margin: 40px auto 20px;
}

.stepup-lead {
  text-align: center;
}

.job-list {
  padding: 20px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.job-list li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border: 1px solid rgba(216, 207, 191, 0.65);
  display: flex;
  flex-direction: column;
}

.job-list li > p {
  background-color: var(--primary);
  color: #fff;
  padding: 12px 16px;
}

.job-list li > a {
  display: inline-block;
  padding: 12px 16px;
}

.job-list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 6%;
}

.job-list dt {
  width: 24%;
  display: inline-block;
  color:var(--primary);
  border: 1px solid var(--primary);
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.job-list dd {
  width: 70%;
  font-size: 0.875rem;
}

.job-list .detail-box {
  text-align: center;
  color: var(--accent-dark);
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: auto;
  padding: 0 16px 12px;
}

.job-list .detail-box a {
  display: block;
  width: 100%;
  border: 1px solid var(--accent-dark);
  padding: 10px;
  color: var(--accent-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.job-list .detail-box a:hover {
  background-color: var(--accent-dark);
  color: #fff;
  transition: 0.16s ease;
}

.job-btn {
  text-align: center;
  margin: 20px auto 40px;
}

.job-btn a {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
    font-size: 1.25rem;
}

.borderT {
  border-top: 1px solid rgba(216, 207, 191, 0.65);
}

.gotop-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 28px 32px;
  background: #2DD4BF;
}

.gotop-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
  font-size: 1.25rem;
}

@media screen and (max-width:1360px) {
  .header-container {
    padding: 16px;
  }
}

@media screen and (max-width:1060px) {
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) minmax(0,1fr);
    gap: 0px;
    align-items: start;
    }
}  

@media (max-width: 900px) {
  .header-container {
    padding: 10px;
  }

  .header-container img {
    height: 36px;
    width: auto;
  }

  .hero::after {
    background: none;
  }

  .hero-grid,
  .gate-panels,
  .step-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero .container {
    text-align: center;
  }

  .hero-right {
    display: none;
  }

  .hero .lead {
    max-width: 100%;
  }

  .kpi-grid {
    margin: 24px auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .reco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-panel {
    align-items: flex-start;
  }

  footer ul {
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    border-bottom: none;
  }

  footer ul li {
      width: 300px;
      padding: 0;
      border-right: none;
      border-bottom: solid 1px #999;
    }

  footer ul li:first-of-type {
    border-left: none;
  }

  footer ul li:last-of-type {
    border-bottom: none;
  }

  footer ul li a {
    display: inline-block;
    padding: 12px 10px;
  }

  footer ul li:last-of-type {
    width: 100%;
  }

  footer p {
  margin-top: 30px;
  }

  .job-list {
    display: block;
  }

  .job-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .container,
  .lp-shell,
  .auth-shell {
    width: min(100%, calc(100% - 20px));
  }

  .container,
  .auth-shell,
  .lp-shell {
    padding-top: 20px;
  }

  .hero .lead {
    font-size: 1rem;
  }

/*  .kpi-grid, */ 
  .reco-grid {
    grid-template-columns: 1fr;
  }

  .reco h2,
  .step h2,
  .apt h2,
  .judge h2,
  .jusnet h2,
  .cta-panel h2 {
    font-size: 1.5rem;
  }

  .judge h3 {
    font-size: 1.25rem;
  }

  .apt-list li {
    font-size: 1rem;
  }

  .apt-list li::before {
    top: 4px;
  }

  .section-card,
  .question-card,
  .result-card,
  /*.score-detail
  .cta-panel*/ {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .cta-panel {
    padding: 0 18px;
  }

  .nav-buttons {
    flex-direction: column;
  }

  .nav-btn,
  .primary-btn {
    width: 100%;
  }

  .score-bar-row {
    grid-template-columns: 1fr;
  }

  .score-bar-num {
    text-align: left;
  }
  footer ul li.long {
        width: 100%;
    }
}

@media (max-width: 500px) {
  .hero h1 {
    font-size: 2.1rem;
  }

  .hero .lead br {
    display: none;
  }

  .kpi-grid {
    width: 320px;
    gap: 10px;
  }

  .kpi-circle {
    width: 100px;
    height: 100px;
  }
}
