:root {
  --bg: #f3f6fa;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --surface-soft: #f7f9fc;
  --text: #1a2438;
  --muted: #66738c;
  --border: #d8e0eb;
  --primary: #183b63;
  --primary-soft: #e7eef8;
  --accent: #2d77ac;
  --success: #256b4f;
  --danger: #9c3b3b;
  --shadow: 0 22px 48px rgba(24, 59, 99, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(45, 119, 172, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  color: var(--text);
  font-family: "Source Sans 3", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

.cover-body {
  background:
    radial-gradient(circle at 15% 20%, rgba(45, 119, 172, 0.09), transparent 22%),
    linear-gradient(180deg, #fafbfd 0%, #f1f5f9 100%);
}

.official-body {
  background:
    radial-gradient(circle at 12% 8%, rgba(175, 230, 219, 0.55), transparent 26%),
    radial-gradient(circle at 78% 6%, rgba(125, 160, 255, 0.42), transparent 28%),
    linear-gradient(180deg, #f4fbfa 0%, #eef5fb 46%, #f8fafc 100%);
}

.topbar--official {
  background: rgba(255, 255, 255, 0.82);
}

.official-masthead {
  margin-top: 42px;
}

.official-masthead__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 62px 18px 42px;
  text-align: center;
}

.official-masthead h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.25rem, 5.6vw, 4.9rem);
  line-height: 1.2;
  letter-spacing: 1px;
}

.official-masthead h1 span {
  display: block;
}

.official-masthead h1 small {
  display: block;
  margin-top: 20px;
  color: var(--primary);
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.official-masthead__subtitle {
  max-width: 46rem;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
}

.official-masthead__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

.official-board-section {
  margin-top: 22px;
}

.official-board {
  overflow: hidden;
  padding: 64px 50px;
  background:
    linear-gradient(135deg, rgba(250, 255, 253, 0.84), rgba(240, 249, 255, 0.72)),
    linear-gradient(120deg, rgba(118, 216, 204, 0.12), rgba(112, 151, 236, 0.13));
}

.official-board__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: stretch;
}

.official-board__copy {
  max-width: 1180px;
}

.official-board__copy h2 {
  margin: 0;
  max-width: 100%;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.2rem, 3.75vw, 3.72rem);
  line-height: 1.24;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.official-board__copy h2 span {
  display: inline-block;
}

.official-board__text {
  max-width: 66rem;
  margin: 34px 0 0;
  color: var(--text);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.95;
}

.official-board__text p {
  margin: 0;
}

.official-board__text p + p {
  margin-top: 12px;
}

.official-board__text strong {
  color: var(--primary);
  font-weight: 900;
}

.official-board__actions {
  display: grid;
  grid-template-columns: repeat(3, 210px);
  justify-content: center;
  gap: 22px;
  width: min(100%, 950px);
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}

.official-board__nav {
  display: grid;
  grid-template-columns: repeat(4, 210px);
  justify-content: center;
  gap: 22px;
  width: min(100%, 950px);
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.official-board__actions .button,
.official-board__nav a {
  justify-content: center;
  width: 210px;
  min-height: 60px;
  padding: 0 22px;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1;
}

.official-board__nav a,
.official-board__nav button {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(24, 59, 99, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.official-board__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  justify-items: stretch;
  align-items: stretch;
}

.trust-tile {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  width: 100%;
  min-height: 198px;
  padding: 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 22px 48px rgba(24, 59, 99, 0.08);
  backdrop-filter: blur(16px);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.official-board__actions .button {
  width: 210px;
}

.official-board__nav a {
  background: rgba(255, 255, 255, 0.78);
  color: #183b63;
  border-color: rgba(24, 59, 99, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.trust-tile:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 30px 70px rgba(24, 59, 99, 0.12);
}

.trust-tile strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #17243a;
  font-weight: 800;
}

.trust-tile p {
  margin: 8px 0 0;
  color: #667994;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.55;
}

.trust-tile__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #1a2438;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.trust-tile__icon--blue { background: linear-gradient(180deg, rgba(92, 207, 238, 0.48), rgba(226, 247, 252, 0.86)); }
.trust-tile__icon--violet { background: linear-gradient(180deg, rgba(141, 93, 242, 0.38), rgba(242, 236, 255, 0.9)); }
.trust-tile__icon--green { background: linear-gradient(180deg, rgba(59, 216, 178, 0.42), rgba(229, 253, 246, 0.9)); }
.trust-tile__icon--pink { background: linear-gradient(180deg, rgba(246, 91, 151, 0.4), rgba(255, 236, 244, 0.92)); }

.section-head--center {
  justify-content: center;
  text-align: center;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.persona-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 224px;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.78)),
    radial-gradient(circle at 20% 0%, rgba(118, 216, 204, 0.16), transparent 42%);
  box-shadow: 0 22px 54px rgba(24, 59, 99, 0.08);
  color: var(--text);
  text-decoration: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.persona-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 59, 99, 0.2);
  box-shadow: 0 30px 72px rgba(24, 59, 99, 0.12);
}

.persona-card__index {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(24, 59, 99, 0.08);
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.persona-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
}

.persona-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.75;
}

.persona-card__action {
  align-self: end;
  color: var(--primary);
  font-weight: 800;
}

.brand-relation {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 36px 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(118, 216, 204, 0.2), transparent 34%);
}

.brand-relation h2,
.entry-overview-card h3 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
}

.brand-relation h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.28;
}

.brand-relation p {
  max-width: 48rem;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.85;
}

.path-map {
  display: grid;
  gap: 12px;
}

.path-map span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(24, 59, 99, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--primary);
  font-weight: 800;
}

.entry-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.entry-overview-card {
  display: grid;
  gap: 12px;
  min-height: 172px;
  padding: 22px 20px;
  border: 1px solid rgba(216, 224, 235, 0.95);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 48px rgba(24, 59, 99, 0.07);
  color: var(--text);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.entry-overview-card h3 {
  font-size: 1.25rem;
}

.entry-overview-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.65;
}

.status-pill {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.status-pill--open { background: rgba(61, 171, 133, 0.14); color: #267a5f; }
.status-pill--beta { background: rgba(141, 93, 242, 0.13); color: #6d46bf; }
.status-pill--preparing { background: rgba(24, 59, 99, 0.09); color: var(--primary); }
.status-pill--contact { background: rgba(92, 207, 238, 0.18); color: #176c89; }

.phone-consult-section {
  margin-bottom: 72px;
}

.phone-consult {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 38px 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 249, 255, 0.76)),
    radial-gradient(circle at 86% 18%, rgba(92, 207, 238, 0.18), transparent 34%);
}

.phone-consult h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.25;
}

.phone-consult p {
  max-width: 58rem;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.9;
}

.phone-consult small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 700;
}

.phone-consult__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.phone-consult__actions .button {
  min-width: 190px;
  min-height: 58px;
  justify-content: center;
  font-size: 1.02rem;
  font-weight: 800;
}

.consult-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-shell__inner {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.section {
  margin-top: 34px;
}

.info-strip {
  margin-top: 18px;
}

.info-strip__card {
  display: grid;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
}

.info-strip__item {
  display: grid;
  gap: 4px;
}

.info-strip__item span {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-strip__item strong {
  font-size: 0.98rem;
  line-height: 1.5;
}

.card {
  background: var(--surface);
  border: 1px solid rgba(216, 224, 235, 0.95);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.site-header,
.cover-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0 0;
  background: linear-gradient(180deg, rgba(243, 246, 250, 0.96), rgba(243, 246, 250, 0.74), transparent);
  backdrop-filter: blur(8px);
}

.topbar,
.cover-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(216, 224, 235, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 40px rgba(24, 59, 99, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: fit-content;
}

.brand__meta {
  display: grid;
  gap: 3px;
}

.brand__mark {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--primary);
}

.brand__subline {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.brand__text {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar__links {
  display: none;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-weight: 600;
}

.topbar__links a:hover,
.topbar__links a:focus-visible {
  color: var(--primary);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 14px 30px rgba(24, 59, 99, 0.18);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #183b63;
  border-color: var(--border);
}

.button--ghost {
  background: transparent;
  color: var(--primary);
  border-color: var(--border);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #102f51;
  box-shadow: 0 18px 36px rgba(24, 59, 99, 0.22);
}

.button--secondary:hover,
.button--secondary:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible,
.official-board__nav a:hover,
.official-board__nav a:focus-visible {
  background: #f3f8ff;
  border-color: rgba(24, 59, 99, 0.2);
  box-shadow: 0 10px 24px rgba(24, 59, 99, 0.08);
}

.button--wide {
  width: 100%;
}

.cover-main {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 90px);
}

.cover-hero {
  display: grid;
  gap: 36px;
  align-items: center;
  padding: 52px 0 44px;
}

.cover-hero h1,
.hero-home h1,
.section-head h2,
.assessment-intro__copy h1,
.form-actions h3,
.detail-card h3,
.lead-card__title,
.footer-note__brand,
.content-card h3,
.community-card h3,
.about-card h3,
.entry-card h3 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  letter-spacing: 0.01em;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cover-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 1.12;
}

.cover-hero__subtitle,
.hero-home__subtitle,
.hero-home__meta span,
.hero-preview__result p,
.hero-preview__item span,
.entry-card p,
.content-card p,
.community-card p,
.about-card p,
.form-group__head p,
.detail-card p,
.result-card p,
.narrative-card p,
.lead-form-card__hint,
.qr-card__text,
.footer-note p,
.section-copy,
.assessment-intro__subtitle {
  color: var(--muted);
}

.cover-hero__subtitle {
  max-width: 34rem;
  margin: 18px 0 0;
  font-size: 1.07rem;
}

.cover-hero__actions,
.hero-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cover-preview {
  display: grid;
  gap: 12px;
}

.cover-preview__card {
  padding: 18px 20px;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(24, 59, 99, 0.04);
}

.cover-preview__card span,
.hero-preview__eyebrow,
.entry-card__tag,
.content-card__tag,
.hero-preview__result span,
.result-card__label,
.detail-card__label {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
}

.cover-preview__card strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.6;
}

.hero-home {
  margin-top: 14px;
}

.official-hero {
  margin-top: 18px;
}

.official-stage,
.spark-shell,
.consult-shell--enhanced {
  position: relative;
  overflow: hidden;
}

.official-home,
.spark-board {
  position: relative;
  overflow: hidden;
}

.official-home {
  padding: 34px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)),
    linear-gradient(120deg, rgba(157, 206, 214, 0.14), rgba(138, 158, 255, 0.14));
}

.official-home__aurora,
.spark-board__halo {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.official-home__aurora--one {
  top: -52px;
  left: 18%;
  width: 280px;
  height: 280px;
  background: rgba(147, 141, 255, 0.2);
}

.official-home__aurora--two {
  right: 5%;
  top: 4%;
  width: 220px;
  height: 220px;
  background: rgba(101, 215, 244, 0.18);
}

.official-home__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.official-home__copy {
  padding: 30px 22px;
}

.official-home__copy h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.65rem, 6.8vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.official-home__subtitle {
  max-width: 42rem;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.official-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.official-home__status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.official-home__status span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(216, 224, 235, 0.92);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.official-home__panel {
  display: grid;
  gap: 16px;
  padding: 14px 8px 8px;
}

.hero-focus {
  display: grid;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.96), rgba(255, 255, 255, 0.98)),
    linear-gradient(120deg, rgba(110, 162, 255, 0.12), rgba(120, 232, 214, 0.12));
}

.hero-focus__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-focus h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
}

.hero-focus p {
  margin: 0;
  color: var(--muted);
}

.hero-side-grid {
  display: grid;
  gap: 14px;
}

.hero-side-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.hero-side-card strong {
  font-size: 1.2rem;
}

.hero-side-card p {
  margin: 0;
  color: var(--muted);
}

.hero-side-card__action {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-weight: 700;
}

.official-stage {
  padding: 34px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.62)),
    linear-gradient(120deg, rgba(126, 164, 255, 0.14), rgba(141, 238, 228, 0.16));
}

.official-stage__glow,
.spark-shell__bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
}

.official-stage__glow--one {
  top: -42px;
  left: 22%;
  width: 260px;
  height: 260px;
  background: rgba(129, 137, 255, 0.2);
}

.official-stage__glow--two {
  right: 4%;
  top: 12%;
  width: 240px;
  height: 240px;
  background: rgba(97, 209, 241, 0.18);
}

.official-hero__shell,
.platform-hero,
.platform-section,
.notify-card {
  padding: 28px 22px;
}

.official-hero__grid,
.hero-home__grid,
.assessment-intro__grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.official-hero__copy,
.hero-home__copy,
.hero-preview,
.assessment-intro__copy,
.assessment-intro__aside {
  padding: 30px 22px;
}

.official-hero__copy--enhanced {
  position: relative;
  z-index: 1;
  padding: 34px 26px;
}

.official-hero h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.5rem, 6.5vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.official-hero__subtitle {
  max-width: 40rem;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
}

.official-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.official-hero__status,
.consult-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.official-hero__status span,
.consult-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(216, 224, 235, 0.92);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.official-hero__panel {
  display: grid;
  gap: 16px;
}

.official-hero__panel--feature {
  position: relative;
  z-index: 1;
}

.official-panel {
  padding: 22px 20px;
  border-radius: var(--radius-lg);
}

.official-panel--soft {
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.84), rgba(255, 255, 255, 0.98));
}

.official-panel__list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.official-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.official-panel__item strong {
  font-size: 1rem;
}

.feature-spotlight {
  display: grid;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.92), rgba(255, 255, 255, 0.98)),
    linear-gradient(120deg, rgba(109, 162, 255, 0.16), rgba(120, 232, 214, 0.12));
}

.feature-spotlight__head,
.service-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-spotlight h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 5vw, 2.9rem);
  line-height: 1.1;
}

.feature-spotlight p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.feature-mini-grid {
  display: grid;
  gap: 14px;
}

.feature-mini-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.feature-mini-card strong {
  font-size: 1.2rem;
}

.feature-mini-card p {
  margin: 0;
  color: var(--muted);
}

.hero-home h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.16;
}

.hero-home__subtitle {
  max-width: 40rem;
  margin: 16px 0 0;
  font-size: 1.06rem;
}

.hero-home__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-preview {
  display: grid;
  gap: 16px;
}

.hero-home__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(216, 224, 235, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-preview__result {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.9), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(216, 224, 235, 0.9);
}

.hero-preview__result strong {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif SC", serif;
  font-size: 1.65rem;
  line-height: 1.35;
}

.hero-preview__list {
  display: grid;
  gap: 12px;
}

.hero-preview__item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
}

.hero-preview__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-preview__item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.hero-preview__item p {
  margin: 0;
  color: var(--muted);
}

.hero-preview__item--path {
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.82), rgba(255, 255, 255, 0.98));
}

.hero-preview__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  padding: 0 16px;
  border: 1px solid rgba(24, 59, 99, 0.12);
  border-radius: 999px;
  background: rgba(24, 59, 99, 0.06);
  color: var(--primary);
  font-weight: 700;
}

.hero-preview__action--button {
  cursor: pointer;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-badge--open {
  background: rgba(37, 107, 79, 0.1);
  color: var(--success);
}

.status-badge--pending {
  background: rgba(45, 119, 172, 0.1);
  color: var(--accent);
}

.status-badge--testing,
.status-badge--neutral {
  background: rgba(24, 59, 99, 0.08);
  color: var(--primary);
}

.button--text {
  min-height: 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  box-shadow: none;
}

.button--text:hover,
.button--text:focus-visible {
  text-decoration: underline;
  transform: none;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: clamp(1.65rem, 4.8vw, 2.6rem);
  line-height: 1.32;
}

.section-copy {
  margin: 12px 0 0;
  max-width: 46rem;
}

.entry-grid,
.service-grid,
.trust-grid,
.content-grid,
.community-grid,
.form-layout,
.result-grid,
.lead-grid,
.about-grid {
  display: grid;
  gap: 18px;
}

.entry-card,
.service-card,
.trust-card,
.story-card,
.consult-shell,
.consult-panel,
.content-card,
.community-card,
.form-group,
.form-actions,
.narrative-card,
.qr-card,
.lead-form-card,
.result-card,
.detail-card,
.about-panel {
  padding: 24px 20px;
}

.entry-card {
  display: grid;
  gap: 12px;
}

.service-card,
.trust-card,
.consult-panel {
  display: grid;
  gap: 14px;
}

.service-grid--featured .service-card {
  min-height: 100%;
}

.service-card--primary {
  background:
    linear-gradient(180deg, rgba(24, 59, 99, 0.98), rgba(34, 80, 126, 0.96));
  color: #fff;
}

.service-card--primary p,
.service-card--primary .list-plain {
  color: rgba(255, 255, 255, 0.84);
}

.service-card--primary .entry-card__tag {
  color: rgba(255, 255, 255, 0.78);
}

.service-card--primary .status-badge--open {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.spark-board {
  padding: 30px 26px;
  background:
    linear-gradient(135deg, rgba(234, 248, 253, 0.8), rgba(231, 249, 243, 0.76)),
    linear-gradient(135deg, rgba(103, 160, 255, 0.14), rgba(127, 232, 216, 0.12));
}

.spark-board__halo--one {
  top: -42px;
  right: 20%;
  width: 260px;
  height: 260px;
  background: rgba(126, 128, 255, 0.16);
}

.spark-board__halo--two {
  bottom: -70px;
  right: 4%;
  width: 240px;
  height: 240px;
  background: rgba(94, 215, 242, 0.14);
}

.spark-board__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  align-items: center;
}

.spark-board__copy h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.15rem, 5vw, 3.3rem);
  line-height: 1.18;
}

.spark-board__text {
  margin: 18px 0 0;
  max-width: 44rem;
  color: var(--text);
  font-size: 1.08rem;
}

.spark-board__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.spark-shell {
  padding: 30px 26px;
  background:
    linear-gradient(135deg, rgba(232, 247, 252, 0.78), rgba(234, 247, 242, 0.78)),
    linear-gradient(135deg, rgba(102, 160, 255, 0.12), rgba(129, 233, 214, 0.12));
}

.spark-shell__bg--one {
  top: -40px;
  right: 18%;
  width: 280px;
  height: 280px;
  background: rgba(122, 129, 255, 0.18);
}

.spark-shell__bg--two {
  bottom: -70px;
  right: 4%;
  width: 240px;
  height: 240px;
  background: rgba(96, 219, 241, 0.16);
}

.spark-shell__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  align-items: center;
}

.spark-copy h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.18;
}

.spark-copy__text {
  margin: 18px 0 0;
  max-width: 44rem;
  color: var(--text);
  font-size: 1.08rem;
}

.spark-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.trust-card--icon {
  align-content: start;
  gap: 12px;
  min-height: 186px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.76);
}

.trust-card__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-weight: 700;
  color: #233048;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.trust-card__icon--blue { background: linear-gradient(180deg, rgba(95, 206, 242, 0.34), rgba(223, 245, 251, 0.82)); }
.trust-card__icon--violet { background: linear-gradient(180deg, rgba(146, 98, 248, 0.34), rgba(241, 235, 255, 0.84)); }
.trust-card__icon--green { background: linear-gradient(180deg, rgba(76, 216, 181, 0.34), rgba(231, 253, 246, 0.84)); }
.trust-card__icon--pink { background: linear-gradient(180deg, rgba(248, 110, 164, 0.34), rgba(255, 236, 244, 0.84)); }

.consult-shell--enhanced {
  padding: 30px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98));
}

.consult-panel--official {
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(231, 238, 248, 0.84), rgba(255, 255, 255, 0.98));
}

.consult-shell--enhanced .consult-shell__copy h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.16;
}

.list-plain--compact {
  gap: 8px;
}

.story-card {
  padding: 28px 24px;
  background: linear-gradient(135deg, rgba(24, 59, 99, 0.98), rgba(45, 119, 172, 0.92));
  color: #fff;
}

.story-card .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.story-card__grid {
  display: grid;
  gap: 18px;
}

.story-card__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
}

.trust-card h3,
.service-card h3,
.consult-panel h3 {
  font-size: 1.35rem;
  line-height: 1.4;
}

.trust-card p,
.service-card p,
.consult-panel p {
  margin: 0;
}

.list-plain {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.list-plain li {
  position: relative;
  padding-left: 18px;
}

.list-plain li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.consult-shell {
  padding: 28px 22px;
}

.consult-shell__copy,
.consult-shell__panel {
  padding: 6px 2px;
}

.content-card,
.community-card,
.about-card {
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(216, 224, 235, 0.9);
  box-shadow: 0 14px 30px rgba(24, 59, 99, 0.04);
}

.about-panel {
  padding: 26px 20px;
}

.platform-section__head {
  margin-bottom: 22px;
}

.about-grid {
  margin-top: 20px;
}

.assessment-intro__copy h1 {
  font-size: clamp(2rem, 5.5vw, 3.2rem);
  line-height: 1.2;
}

.assessment-intro__subtitle {
  margin: 16px 0 0;
  max-width: 36rem;
}

.assessment-intro__aside {
  display: grid;
  align-content: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.82), rgba(255, 255, 255, 0.98));
}

.assessment-intro__aside strong {
  font-family: "Noto Serif SC", serif;
  font-size: 1.3rem;
  line-height: 1.55;
}

.form-group__head {
  margin-bottom: 16px;
}

.form-group__head h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.form-group__head em {
  color: var(--danger);
  font-style: normal;
}

.progress-card {
  min-width: 116px;
  padding: 14px 16px;
  text-align: right;
}

.progress-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.progress-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
}

.field-grid {
  display: grid;
  gap: 16px;
}

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

.field--full {
  grid-column: 1 / -1;
}

.field span,
.field legend {
  font-weight: 700;
}

.field em,
.checkbox-group em,
.radio-group em {
  color: var(--danger);
  font-style: normal;
}

.field-optional {
  margin-left: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(24, 59, 99, 0.46);
  box-shadow: 0 0 0 4px rgba(24, 59, 99, 0.08);
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.checkbox-group,
.radio-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.tag-options,
.segmented-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-option,
.segment-option {
  position: relative;
}

.tag-option input,
.segment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tag-option span,
.segment-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-weight: 600;
  transition: all 0.2s ease;
}

.tag-option input:checked + span,
.segment-option input:checked + span {
  border-color: rgba(24, 59, 99, 0.2);
  background: var(--primary-soft);
  color: var(--primary);
}

.segment-option span {
  border-radius: 14px;
}

.field-error,
.status-text {
  min-height: 1.2em;
  font-size: 0.9rem;
}

.field-error {
  color: var(--danger);
}

.field--invalid input,
.field--invalid select,
.field--invalid textarea,
.field--invalid .tag-options,
.field--invalid .segmented-options {
  border-color: rgba(156, 59, 59, 0.55);
}

.form-actions {
  display: grid;
  gap: 16px;
}

.form-actions p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section--hidden {
  display: none;
}

.legacy-result-grid {
  display: none;
}

.application-path-grid {
  display: grid;
  gap: 18px;
}

.result-card strong {
  display: block;
  margin: 10px 0 8px;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.8rem, 5vw, 2.45rem);
  line-height: 1.35;
}

.result-card--highlight {
  background: linear-gradient(180deg, rgba(24, 59, 99, 0.98), rgba(28, 71, 113, 0.96));
  color: #fff;
}

.result-card--highlight .result-card__label,
.result-card--highlight p {
  color: rgba(255, 255, 255, 0.84);
}

.result-grid--details {
  margin-top: 18px;
}

.detail-card h3,
.lead-card__title {
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.45;
}

.detail-card--path {
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.86), rgba(255, 255, 255, 0.98));
}

.narrative-card {
  margin-top: 18px;
}

.narrative-card__actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.qr-card--primary {
  background: linear-gradient(180deg, rgba(231, 238, 248, 0.82), rgba(255, 255, 255, 0.98));
}

.lead-card__title {
  margin-bottom: 12px;
}

.qr-placeholder {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 220px;
  margin: 14px 0 16px;
  border: 1px dashed rgba(24, 59, 99, 0.22);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(231, 238, 248, 0.65), rgba(248, 250, 252, 0.8));
}

.qr-placeholder__grid {
  width: 132px;
  height: 132px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, #183b63 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(#183b63 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(90deg, rgba(24, 59, 99, 0.2) 10px, transparent 10px) 11px 11px / 22px 22px,
    linear-gradient(rgba(24, 59, 99, 0.2) 10px, transparent 10px) 11px 11px / 22px 22px,
    #fff;
  border: 10px solid #fff;
  box-shadow: 0 16px 30px rgba(24, 59, 99, 0.12);
}

.qr-image {
  width: min(100%, 220px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(24, 59, 99, 0.15);
}

.lead-form-card form {
  display: grid;
  gap: 12px;
}

.status-text {
  color: var(--primary);
}

.status-text--success {
  color: var(--success);
}

.status-text--error {
  color: var(--danger);
}

.site-footer {
  margin-top: 42px;
  padding: 0 0 34px;
}

.footer-note {
  display: grid;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 224, 235, 0.9);
  text-align: center;
}

.footer-note__brand {
  font-size: 1.1rem;
  color: var(--primary);
}

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

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.36);
  backdrop-filter: blur(6px);
}

.modal__dialog {
  position: relative;
  width: min(100% - 24px, 620px);
  margin: min(12vh, 96px) auto 0;
  padding: 28px 22px 22px;
  border: 1px solid rgba(216, 224, 235, 0.95);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 56px rgba(24, 59, 99, 0.16);
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(231, 238, 248, 0.9);
  color: var(--primary);
  font-size: 1.4rem;
  line-height: 1;
}

.modal__dialog h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.6rem, 4.2vw, 2.4rem);
  line-height: 1.35;
}

.modal__copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.modal__actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

body.modal-open {
  overflow: hidden;
}

.conversion-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  padding: 24px 0;
  overflow-y: auto;
}

.conversion-modal.is-open {
  display: block;
}

.conversion-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.38);
  backdrop-filter: blur(8px);
}

.conversion-modal__dialog {
  position: relative;
  width: min(92%, 560px);
  max-height: calc(100vh - 48px);
  margin: 6vh auto 0;
  padding: 30px;
  overflow-y: auto;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(24, 59, 99, 0.22);
}

.conversion-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #eef4fb;
  color: #183b63;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 800;
}

.conversion-modal h2 {
  margin: 8px 0 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.25;
}

.conversion-modal__copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.conversion-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin-top: 22px;
}

.conversion-form .button,
.conversion-form .status-text {
  grid-column: 1 / -1;
}

.conversion-form .field--full,
.conversion-form .conversion-choice.field--full {
  grid-column: 1 / -1;
}

.conversion-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.conversion-choice legend {
  width: 100%;
  margin-bottom: 2px;
  color: #2b4768;
  font-size: 0.94rem;
  font-weight: 700;
}

.conversion-choice label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 999px;
  color: #28496b;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.wechat-block {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.wechat-qr {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px dashed rgba(24, 59, 99, 0.25);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(226, 249, 244, 0.7), rgba(239, 245, 255, 0.88));
  color: #71829a;
  font-weight: 800;
}

.wechat-qr img {
  width: min(180px, 70%);
  height: auto;
  border-radius: 14px;
}

.wechat-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 16px;
  background: #f8fafc;
}

.keyword-box {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #4f6378;
}

.keyword-box span {
  font-size: 0.86rem;
  font-weight: 800;
}

.keyword-box strong {
  color: #183b63;
}

.conversion-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.conversion-modal__actions .button {
  flex: 1 1 180px;
  justify-content: center;
}

.conversion-modal__actions--stack {
  display: grid;
}

.ad-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ad-slot-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.ad-slot-card h2,
.ad-slot-card p {
  margin: 0;
}

.ad-slot-card h2 {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.35;
}

.ad-slot-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.ad-slot-card .button {
  width: fit-content;
  margin-top: 4px;
}

.case-library-hero {
  padding: 116px 0 24px;
}

.case-library-head {
  max-width: 760px;
}

.case-library-head h1 {
  margin: 8px 0 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 1.08;
}

.case-library-head p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.case-tabs-section {
  padding-top: 26px;
}

.case-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.case-tab {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #60748f;
  cursor: pointer;
  font-weight: 800;
}

.case-tab.is-active {
  background: #183b63;
  color: #fff;
}

.case-panel {
  margin-top: 24px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.case-card h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 1.45rem;
  line-height: 1.35;
}

.case-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.case-card dl div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(216, 224, 235, 0.72);
}

.case-card dt {
  color: #7a8ba0;
  font-weight: 800;
}

.case-card dd {
  margin: 0;
  color: #183b63;
  font-weight: 800;
}

.case-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (min-width: 860px) {
  .topbar__links {
    display: flex;
  }

  .info-strip__card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

  .cover-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  }

  .official-hero__grid,
  .hero-home__grid,
  .assessment-intro__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  }

  .official-home__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  }

  .official-board__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .official-board__trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .phone-consult {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand-relation {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  }

  .service-grid,
  .trust-grid,
  .entry-grid,
  .content-grid,
  .community-grid,
  .about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .story-card__grid,
  .consult-shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    align-items: start;
  }

  .spark-shell__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.88fr);
  }

  .spark-board__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  }

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

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

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

  .result-grid--details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lead-grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

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

@media (max-width: 859px) {
  .site-header,
  .cover-header {
    padding-top: 12px;
  }

  .topbar,
  .cover-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .topbar__cta {
    width: 100%;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand__meta {
    justify-items: center;
  }

  .official-stage,
  .official-home,
  .official-board,
  .spark-board,
  .spark-shell,
  .consult-shell--enhanced {
    padding: 24px 18px;
  }

  .official-hero__copy--enhanced,
  .official-home__copy,
  .official-home__panel,
  .official-hero__panel--feature,
  .hero-home__copy,
  .hero-preview {
    padding: 20px 12px;
  }

  .section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .progress-card {
    text-align: left;
  }

  .button--ghost {
    width: 100%;
  }

  .official-hero__actions .button,
  .official-home__actions .button,
  .official-board__actions .button,
  .spark-board__actions .button,
  .hero-home__actions .button {
    width: 100%;
  }

  .official-masthead__content {
    padding-top: 24px;
  }

  .official-board__copy h2 {
    white-space: normal;
  }

  .official-board__actions,
  .official-board__nav {
    grid-template-columns: 1fr;
    margin-left: 0;
    width: 100%;
  }

  .official-board__actions .button,
  .official-board__nav a {
    width: 100%;
  }

  .official-board__trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .persona-grid {
    grid-template-columns: 1fr;
  }

  .phone-consult {
    padding: 28px 20px;
  }

  .phone-consult__actions .button {
    width: 100%;
  }

  .official-masthead__actions .button {
    width: 100%;
  }

  .entry-overview-grid {
    grid-template-columns: 1fr;
  }

  .brand-relation {
    padding: 28px 20px;
  }

  .trust-tile {
    width: 100%;
    aspect-ratio: auto;
    min-height: 118px;
  }

  .official-panel__item,
  .hero-preview__item-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-grid--iconic {
    grid-template-columns: 1fr;
  }
}

/* IELTS final polish */
.hero-support-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.hero-support-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-support-points span::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9de7da, #7db6ff);
  box-shadow: 0 0 0 4px rgba(157, 231, 218, 0.2);
}

.form-privacy-note {
  margin: 12px 0 0;
  color: #7b8aa2;
  font-size: 0.88rem;
  text-align: center;
}

.ielts-form-card--hero .field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.ielts-result-grid--overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.result-card,
.detail-card {
  min-height: 168px;
  padding: 24px 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.result-card strong,
.detail-card p {
  line-height: 1.75;
}

.plan-download-bar {
  align-items: center;
  padding: 26px 24px;
}

.plan-download-bar__actions .button {
  min-width: 196px;
  min-height: 56px;
  justify-content: center;
}

.unlock-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.unlock-actions .button {
  min-height: 56px;
  justify-content: center;
}

.unlock-side .field input {
  min-height: 52px;
}

.ielts-plan-table td:nth-child(1) {
  color: var(--primary);
  font-weight: 800;
}

.ielts-plan-table td:nth-child(2) {
  font-weight: 800;
}

.ielts-plan-table--day th:nth-child(1),
.ielts-plan-table--day td:nth-child(1) {
  width: 138px;
}

.ielts-plan-table--day th:nth-child(2),
.ielts-plan-table--day td:nth-child(2) {
  width: 126px;
}

.ielts-plan-table--day th:nth-child(3),
.ielts-plan-table--day td:nth-child(3) {
  width: 250px;
}

.ielts-plan-table--day th:nth-child(4),
.ielts-plan-table--day td:nth-child(4) {
  width: 320px;
}

.ielts-plan-table--day th:nth-child(5),
.ielts-plan-table--day td:nth-child(5) {
  width: 116px;
}

.ielts-plan-table--day th:nth-child(6),
.ielts-plan-table--day td:nth-child(6) {
  width: 250px;
}

.ielts-plan-table--day th:nth-child(7),
.ielts-plan-table--day td:nth-child(7) {
  width: 290px;
}

.phone-consult {
  padding: 30px 28px;
}

.course-hint-card p:last-of-type,
.phone-consult p:last-of-type {
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1050px) {
  .ielts-result-grid--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .unlock-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 859px) {
  .ielts-form-card--hero .field-grid,
  .ielts-result-grid--overview {
    grid-template-columns: 1fr;
  }

  .hero-support-points {
    display: grid;
    gap: 12px;
  }

  .plan-download-bar__actions {
    justify-content: stretch;
  }

  .plan-download-bar__actions .button,
  .unlock-actions .button {
    min-width: 0;
  }
}

@media (min-width: 560px) and (max-width: 859px) {
  .official-board__trust,
  .persona-grid,
  .entry-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* IELTS planning page */
.ielts-page {
  background:
    radial-gradient(circle at 15% 14%, rgba(195, 246, 231, 0.78), transparent 32%),
    radial-gradient(circle at 80% 8%, rgba(189, 211, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 100%);
}

.ielts-hero {
  padding: 116px 0 48px;
}

.ielts-hero__grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.ielts-hero__copy {
  padding: 34px 0;
}

.ielts-hero__copy h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.55rem, 5.4vw, 5.8rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--text);
}

.ielts-hero__copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.ielts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ielts-hero__panel {
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(241, 250, 255, 0.78)),
    radial-gradient(circle at 78% 16%, rgba(194, 238, 255, 0.88), transparent 34%);
}

.ielts-hero__panel span,
.ielts-feature-card span,
.ielts-course-card span {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 800;
}

.ielts-hero__panel strong {
  margin-top: 10px;
  color: var(--primary);
  font-size: 1.6rem;
}

.ielts-hero__panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.ielts-planner-grid {
  display: grid;
  gap: 22px;
  align-items: start;
}

.ielts-plan-card,
.ielts-result-panel,
.ielts-plan-table-wrap,
.ielts-consult-card {
  padding: 30px;
}

.ielts-result-panel h3,
.ielts-plan-table-wrap h3,
.ielts-consult-card h2 {
  margin: 8px 0 0;
  color: var(--text);
}

.ielts-result-cards {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.ielts-result-cards article {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
}

.ielts-result-cards span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.ielts-result-cards strong {
  display: block;
  margin-top: 8px;
  color: var(--primary);
  font-size: 1.08rem;
}

.ielts-table-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ielts-table-scroll {
  overflow-x: auto;
  padding-bottom: 4px;
}

.ielts-plan-table {
  width: 100%;
  min-width: 1280px;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: fixed;
}

.ielts-plan-table th {
  padding: 0 16px 8px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: left;
}

.ielts-plan-table td {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font-weight: 700;
  line-height: 1.7;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.ielts-plan-table td:first-child {
  border-radius: 18px 0 0 18px;
  color: var(--primary);
}

.ielts-plan-table td:last-child {
  border-radius: 0 18px 18px 0;
}

.ielts-plan-table--day th:nth-child(1),
.ielts-plan-table--day td:nth-child(1) {
  width: 90px;
}

.ielts-plan-table--day th:nth-child(2),
.ielts-plan-table--day td:nth-child(2) {
  width: 120px;
}

.ielts-plan-table--day th:nth-child(3),
.ielts-plan-table--day td:nth-child(3) {
  width: 220px;
}

.ielts-plan-table--day th:nth-child(4),
.ielts-plan-table--day td:nth-child(4) {
  width: 280px;
}

.ielts-plan-table--day th:nth-child(5),
.ielts-plan-table--day td:nth-child(5) {
  width: 110px;
}

.ielts-plan-table--day th:nth-child(6),
.ielts-plan-table--day td:nth-child(6) {
  width: 210px;
}

.ielts-plan-table--day th:nth-child(7),
.ielts-plan-table--day td:nth-child(7) {
  width: 240px;
}

.ielts-resource-grid,
.ielts-course-grid {
  display: grid;
  gap: 18px;
}

.ielts-feature-card {
  display: grid;
  gap: 10px;
  padding: 26px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

button.ielts-feature-card {
  width: 100%;
  border: 1px solid var(--border);
  cursor: pointer;
  font: inherit;
}

.ielts-feature-card strong,
.ielts-course-card h3 {
  color: var(--text);
  font-size: 1.2rem;
}

.ielts-feature-card p,
.ielts-course-card p,
.ielts-consult-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.ielts-course-card {
  padding: 28px;
}

.ielts-course-card h3 {
  margin: 12px 0;
  line-height: 1.5;
}

.ielts-consult-card {
  display: grid;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 249, 255, 0.78)),
    radial-gradient(circle at 95% 8%, rgba(193, 232, 255, 0.75), transparent 30%);
}

.ielts-consult-form {
  display: grid;
  gap: 16px;
}

.ielts-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  max-width: min(360px, calc(100vw - 40px));
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
  color: var(--primary);
  font-weight: 800;
}

[hidden] {
  display: none !important;
}

@media (min-width: 860px) {
  .ielts-hero__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  }

  .ielts-planner-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  }

  .ielts-resource-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ielts-course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ielts-consult-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.6fr);
    align-items: start;
  }
}

@media (max-width: 859px) {
  .ielts-hero {
    padding: 88px 0 30px;
  }

  .ielts-hero__copy {
    padding: 18px 0;
  }

  .ielts-hero__actions .button,
  .ielts-table-head .button {
    width: 100%;
  }

  .ielts-plan-card,
  .ielts-result-panel,
  .ielts-plan-table-wrap,
  .ielts-consult-card {
    padding: 22px 18px;
  }

  .ielts-resource-grid,
  .ielts-course-grid {
    grid-template-columns: 1fr;
  }
}

.ielts-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.ielts-hero--planner {
  padding-bottom: 36px;
}

.ielts-hero__grid--planner {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  align-items: center;
}

.ielts-hero__copy--planner h1 {
  max-width: 11em;
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.hero-side-card--planner {
  padding: 28px 26px;
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 255, 0.9)),
    radial-gradient(circle at 88% 12%, rgba(196, 233, 255, 0.8), transparent 30%);
}

.mini-plan-list {
  display: grid;
  gap: 12px;
}

.mini-plan-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(216, 224, 235, 0.95);
  background: rgba(255, 255, 255, 0.82);
}

.mini-plan-item strong {
  display: block;
  color: var(--primary);
  font-size: 1.05rem;
}

.mini-plan-item p {
  margin: 8px 0 0;
  color: var(--muted);
}

.ielts-form-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 28px;
}

.form-actions--planner {
  margin-top: 28px;
  justify-items: center;
}

.form-actions--planner .button {
  min-width: 260px;
}

.ielts-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ielts-result-grid--overview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-head--compact {
  margin-top: 28px;
}

.detail-card--wide {
  margin-top: 18px;
}

.plan-download-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 22px;
}

.plan-download-bar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.plan-table-stack {
  display: grid;
  gap: 18px;
}

.plan-day-card {
  padding: 28px 22px;
  display: grid;
  gap: 16px;
}

.plan-day-card__head {
  display: grid;
  gap: 8px;
}

.plan-day-card__day {
  color: var(--accent);
  font-size: 0.94rem;
  font-weight: 800;
}

.plan-day-card h3 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.35;
}

.plan-day-card__intro {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.mini-flow-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.unlock-card {
  padding: 30px 28px;
}

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

.unlock-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.unlock-side {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(216, 224, 235, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.unlock-side strong {
  color: var(--primary);
  font-size: 1.14rem;
}

.unlock-side p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.course-hint-card {
  padding: 30px 28px;
  display: grid;
  gap: 18px;
}

.course-hint-card h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.35;
}

.course-hint-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.path-entry-section {
  margin-top: 12px;
}

.path-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.path-entry-card {
  display: grid;
  gap: 14px;
  padding: 24px 22px;
  align-content: start;
}

.path-entry-card h3 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 1.42rem;
}

.path-entry-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.path-entry-card .button {
  width: 100%;
  min-height: 54px;
  justify-content: center;
}

/* Homepage polish: keep the current structure, unify copy hierarchy and CTA states. */
.official-body .button {
  min-height: 52px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.official-body .button--primary {
  background: #183b63;
  border-color: #183b63;
  color: #fff;
  box-shadow: 0 16px 34px rgba(24, 59, 99, 0.18);
}

.official-body .button--primary:hover,
.official-body .button--primary:focus-visible {
  background: #102f51;
  border-color: #102f51;
}

.official-body .button--secondary {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(24, 59, 99, 0.14);
  color: #183b63;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.official-body .button--secondary:hover,
.official-body .button--secondary:focus-visible,
.official-body .official-board__nav a:hover,
.official-body .official-board__nav a:focus-visible {
  background: #f3f8ff;
  border-color: rgba(24, 59, 99, 0.22);
  color: #123353;
}

.official-body .eyebrow,
.official-body .entry-card__tag {
  color: #2d78ae;
  font-size: 0.88rem;
  font-weight: 700;
}

.official-body .official-masthead__content {
  padding: 54px 18px 36px;
}

.official-body .official-masthead h1 {
  color: #17243a;
  font-size: clamp(2.2rem, 4.8vw, 4.3rem);
  line-height: 1.16;
}

.official-body .official-masthead__brandline {
  margin: 18px auto 0;
  color: #4f6378;
  font-size: clamp(0.95rem, 1.45vw, 1.16rem);
  font-weight: 750;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.official-body .official-masthead h1 small {
  margin-top: 18px;
  color: #28496b;
  font-size: clamp(0.95rem, 1.45vw, 1.18rem);
  font-weight: 750;
}

.official-body .official-masthead__subtitle {
  color: #60738c;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  font-weight: 600;
  line-height: 1.8;
}

.official-body .official-masthead__actions .button {
  min-width: 176px;
  justify-content: center;
}

.official-body .official-board__copy h2 {
  color: #17243a;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.22;
  letter-spacing: 0.025em;
}

.official-body .official-board__text {
  color: #60738c;
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.9;
}

.official-body .official-board__actions .button,
.official-body .official-board__nav a {
  font-size: 1rem;
  font-weight: 800;
}

.official-body .official-board__nav a {
  background: rgba(255, 255, 255, 0.82);
  color: #183b63;
  border-color: rgba(24, 59, 99, 0.14);
}

.official-body .official-board__hint {
  max-width: 46rem;
  margin: 20px auto 0;
  color: #7b8da2;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.8;
  text-align: center;
}

.official-body .trust-tile {
  min-height: 188px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 24px 60px rgba(24, 59, 99, 0.08);
}

.official-body .trust-tile strong,
.official-body .path-entry-card h3,
.official-body .section-head h2 {
  color: #17243a;
}

.official-body .trust-tile p,
.official-body .path-entry-card p {
  color: #667994;
}

.case-hold-section {
  min-height: calc(100vh - 150px);
  display: grid;
  align-items: center;
}

.case-hold-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 255, 0.88)),
    linear-gradient(120deg, rgba(118, 216, 204, 0.12), rgba(112, 151, 236, 0.13));
}

.case-hold-card h1 {
  margin: 0;
  color: #17243a;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.18;
}

.case-hold-card p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px auto 0;
  color: #60738c;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.9;
}

.case-hold-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.case-hold-actions .button {
  min-width: 156px;
  justify-content: center;
}

.qr-placeholder--image {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 14px;
  background: #fff;
}

.qr-placeholder--image img {
  width: min(100%, 260px);
  height: auto;
  border-radius: 18px;
  display: block;
}

.qr-placeholder--image img:not([src]),
.qr-placeholder--image img[hidden] {
  display: none;
}

.qr-placeholder__fallback {
  display: none;
  margin: 0;
  color: #60738c;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.qr-placeholder--image img[hidden] + .qr-placeholder__fallback {
  display: block;
}

.qr-card__wechat {
  margin-top: 14px;
  color: #183b63;
  font-weight: 800;
}

.advanced-plan-settings {
  border: 1px solid rgba(24, 59, 99, 0.12);
  border-radius: 20px;
  background: rgba(248, 251, 255, 0.78);
  padding: 18px;
}

.advanced-plan-settings summary {
  display: grid;
  gap: 4px;
  cursor: pointer;
  color: #183b63;
  font-weight: 800;
}

.advanced-plan-settings summary::marker {
  color: var(--accent);
}

.advanced-plan-settings summary small,
.advanced-plan-settings__copy {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.65;
}

.advanced-plan-settings__copy {
  margin: 14px 0;
}

.advanced-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.advanced-checks legend {
  padding: 0 6px;
  color: #2b4768;
  font-weight: 800;
}

.advanced-checks label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4f6378;
  font-weight: 750;
}

.task-highlight {
  color: #b42318;
  font-weight: 850;
}

@media (max-width: 1050px) {
  .unlock-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 859px) {
  .ielts-hero__grid--planner,
  .unlock-grid {
    grid-template-columns: 1fr;
  }

  .ielts-form-card,
  .unlock-card,
  .course-hint-card {
    padding: 24px 18px;
  }

  .ielts-result-grid,
  .ielts-result-grid--overview,
  .path-entry-grid {
    grid-template-columns: 1fr;
  }

  .plan-download-bar {
    grid-template-columns: 1fr;
  }

  .plan-download-bar__actions {
    justify-content: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .unlock-actions,
  .course-hint-card__actions,
  .mini-flow-actions {
    grid-template-columns: 1fr;
  }

  .mini-flow-actions,
  .course-hint-card__actions {
    display: grid;
  }

  .mini-flow-actions .button,
  .course-hint-card__actions .button,
  .unlock-actions .button,
  .plan-download-bar__actions .button {
    width: 100%;
  }
}

@media print {
  .site-header,
  .phone-consult-section,
  #plan-unlock-section,
  #course-hint-section,
  .site-footer,
  .plan-download-bar,
  .mini-flow-actions,
  .topbar__cta {
    display: none !important;
  }

  body,
  .site-shell,
  .ielts-page {
    background: #fff !important;
  }

  .card,
  .plan-day-card,
  .detail-card,
  .result-card {
    box-shadow: none !important;
    border: 1px solid #d8e0eb !important;
  }
}

/* IELTS plan page rebuild */
.ielts-tool-hero {
  padding: 116px 0 28px;
}

.ielts-tool-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.ielts-tool-hero__copy {
  padding: 34px 0 20px;
}

.ielts-tool-hero__copy h1 {
  margin: 0;
  max-width: 10.4em;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(2.55rem, 5vw, 4.9rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.ielts-tool-hero__lead {
  max-width: 38rem;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.9;
}

.ielts-tool-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ielts-form-card--hero {
  padding: 28px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 250, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(191, 220, 255, 0.66), transparent 30%);
}

.ielts-form-card--hero form {
  margin-top: 18px;
}

.ielts-form-card__head h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.38;
}

.ielts-form-card__head p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.ielts-steps-section {
  margin-top: 10px;
}

.ielts-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ielts-step-card {
  display: grid;
  gap: 14px;
  padding: 24px 22px;
}

.ielts-step-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
}

.ielts-step-card h3 {
  margin: 0;
  font-size: 1.16rem;
}

.ielts-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.ielts-result-grid--overview {
  margin-top: 24px;
}

.plan-table-stack {
  margin-top: 24px;
}

.plan-day-card {
  padding: 28px 22px;
}

.plan-day-card__intro {
  margin-top: 12px;
}

.plan-download-bar {
  margin-top: 24px;
}

.plan-download-bar .section-copy {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.unlock-card {
  padding: 30px 26px;
}

.card--soft {
  border: 1px solid rgba(216, 224, 235, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.9)),
    linear-gradient(120deg, rgba(125, 160, 255, 0.08), rgba(175, 230, 219, 0.08));
}

.button--small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.ielts-availability {
  display: grid;
  gap: 20px;
  margin-top: 22px;
  padding: 22px 20px;
}

.ielts-availability__head h3 {
  margin: 8px 0 0;
  font-size: 1.16rem;
  line-height: 1.45;
}

.ielts-availability__head p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.availability-stack {
  display: grid;
  gap: 14px;
}

.availability-day {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(216, 224, 235, 0.88);
  border-radius: 16px;
  background: #f8fafc;
}

.availability-day__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.availability-day__header strong {
  color: var(--primary);
  font-size: 1rem;
}

.availability-day__hint {
  display: none;
  margin: 0;
  color: #7b8aa2;
  font-size: 0.88rem;
  line-height: 1.65;
}

.availability-day--empty .availability-day__hint {
  display: block;
}

.slot-list {
  display: grid;
  gap: 10px;
}

.slot-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 88px;
  gap: 12px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(216, 224, 235, 0.86);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
}

.field--compact span {
  font-size: 0.88rem;
}

.slot-remove {
  min-width: 88px;
  min-height: 48px;
  border-radius: 14px;
}

.plan-day-card {
  display: grid;
  gap: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92)),
    linear-gradient(135deg, rgba(125, 160, 255, 0.06), rgba(175, 230, 219, 0.06));
}

.plan-day-card__head {
  display: grid;
  gap: 8px;
}

.plan-day-card__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 72px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(231, 238, 248, 0.92);
  color: var(--accent);
  font-size: 0.94rem;
  font-weight: 800;
}

.ielts-plan-table {
  min-width: 1510px;
}

.ielts-plan-table th {
  padding: 14px 16px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: left;
  background: var(--primary);
}

.ielts-plan-table td {
  font-weight: 600;
  border-top: 1px solid rgba(216, 224, 235, 0.95);
  border-bottom: 1px solid rgba(216, 224, 235, 0.95);
}

.ielts-plan-table th:first-child,
.ielts-plan-table td:first-child {
  border-left: 1px solid rgba(216, 224, 235, 0.95);
}

.ielts-plan-table th:last-child,
.ielts-plan-table td:last-child {
  border-right: 1px solid rgba(216, 224, 235, 0.95);
}

.ielts-plan-table--day th:nth-child(1),
.ielts-plan-table--day td:nth-child(1) {
  width: 90px;
}

.ielts-plan-table--day th:nth-child(2),
.ielts-plan-table--day td:nth-child(2) {
  width: 138px;
}

.ielts-plan-table--day th:nth-child(3),
.ielts-plan-table--day td:nth-child(3) {
  width: 126px;
}

.ielts-plan-table--day th:nth-child(4),
.ielts-plan-table--day td:nth-child(4) {
  width: 250px;
}

.ielts-plan-table--day th:nth-child(5),
.ielts-plan-table--day td:nth-child(5) {
  width: 320px;
}

.ielts-plan-table--day th:nth-child(6),
.ielts-plan-table--day td:nth-child(6) {
  width: 116px;
}

.ielts-plan-table--day th:nth-child(7),
.ielts-plan-table--day td:nth-child(7) {
  width: 250px;
}

.ielts-plan-table--day th:nth-child(8),
.ielts-plan-table--day td:nth-child(8) {
  width: 290px;
}

.ielts-plan-table--day th:nth-child(9),
.ielts-plan-table--day td:nth-child(9) {
  width: 86px;
  text-align: center;
}

.plan-review-fill td {
  background: rgba(248, 251, 255, 0.92);
  font-weight: 700;
  border-top: 1px solid rgba(216, 224, 235, 0.95);
  border-bottom: 1px solid rgba(216, 224, 235, 0.95);
}

.plan-review-fill td:last-child {
  color: var(--muted);
  font-weight: 600;
}

#phone-consult-section[hidden],
#course-hint-section[hidden],
#ielts-ad-section[hidden],
#plan-unlock-section[hidden],
#plan-result-section[hidden],
#plan-table-section[hidden] {
  display: none !important;
}

@media (max-width: 1050px) {
  .ielts-tool-hero__grid {
    grid-template-columns: 1fr;
  }

  .ielts-tool-hero__copy {
    padding-bottom: 0;
  }

  .ielts-steps-grid {
    grid-template-columns: 1fr;
  }

  .availability-day-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 859px) {
  .ielts-tool-hero {
    padding: 92px 0 18px;
  }

  .ielts-tool-hero__copy h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .ielts-tool-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ielts-tool-hero__actions .button,
  .ielts-form-card--hero .button,
  .phone-consult__actions .button {
    width: 100%;
  }

  .ielts-form-card--hero,
  .plan-day-card,
  .unlock-card,
  .course-hint-card {
    padding: 22px 18px;
  }

  .ielts-availability {
    padding: 18px 16px;
  }

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

  .availability-day__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .slot-add,
  .slot-remove {
    width: 100%;
  }
}

/* IELTS hero rebuild */
.ielts-tool-hero {
  padding: 80px 0 56px;
}

.ielts-tool-hero .ielts-shell {
  width: min(100% - 40px, 1200px);
}

.ielts-tool-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  gap: 56px;
  align-items: start;
}

.ielts-tool-hero__copy {
  display: grid;
  align-content: start;
  gap: 0;
  max-width: 560px;
  min-height: 100%;
  padding: 8px 0 0;
}

.ielts-tool-hero__copy .eyebrow {
  margin: 0 0 16px;
  color: #28496b;
}

.ielts-tool-hero__copy h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(3.15rem, 4.8vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.ielts-tool-hero__copy h1 span {
  display: block;
}

.ielts-tool-hero__lead {
  max-width: 500px;
  margin: 20px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #60748f;
}

.ielts-tool-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.ielts-tool-hero__actions .button {
  min-width: 188px;
  min-height: 54px;
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 800;
}

.hero-value-strip {
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(176, 218, 224, 0.72);
  border-radius: 999px;
  background: rgba(237, 250, 248, 0.78);
  color: #3f6681;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.plan-preview {
  position: static;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-top: 24px;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.plan-preview h3 {
  margin: 0;
  color: #183b63;
  font-size: 1rem;
  line-height: 1.4;
}

.plan-preview-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin-top: 12px;
}

.plan-preview-item {
  position: relative;
  min-width: 0;
  padding-left: 16px;
  color: #4f6378;
  font-size: 0.88rem;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
}

.plan-preview-item::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8efe5, #8fb8ff);
}

.plan-preview-note {
  max-width: 480px;
  margin: 14px 0 0;
  color: #7b8da2;
  font-size: 0.82rem;
  line-height: 1.7;
}

.hero-support-points {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 12px 20px;
  margin-top: 20px;
  font-size: 0.82rem;
  color: #75859a;
  white-space: nowrap;
}

.hero-support-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.hero-support-points span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b1ece4, #8eb7ff);
}

.ielts-form-card--hero {
  width: 100%;
  max-width: 520px;
  margin-left: 0;
  justify-self: end;
  align-self: start;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(24, 59, 99, 0.08);
}

.ielts-form-card__head {
  display: grid;
  gap: 10px;
}

.ielts-form-card__head .eyebrow {
  margin: 0;
}

.ielts-form-card__head h2 {
  font-size: 1.62rem;
}

.ielts-form-card__head p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #667b96;
}

.ielts-form-card__section {
  margin-top: 24px;
}

.field-grid--hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.ielts-form-card--hero .field {
  gap: 9px;
}

.ielts-form-card--hero .field span {
  color: #2b4768;
  font-size: 0.94rem;
  font-weight: 700;
}

.ielts-form-card--hero input,
.ielts-form-card--hero select {
  min-height: 52px;
}

.ielts-availability {
  gap: 18px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9fbfd, #f6f9fc);
  border: 1px solid rgba(216, 224, 235, 0.88);
}

.ielts-availability__head {
  display: grid;
  gap: 10px;
}

.ielts-availability__head .eyebrow,
.ielts-availability__head h3,
.ielts-availability__head p {
  margin: 0;
}

.ielts-availability__head h3 {
  font-size: 1.15rem;
}

.ielts-availability__head p:last-child {
  color: #71829a;
  line-height: 1.7;
}

.availability-toggle {
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.availability-detail {
  display: grid;
  gap: 14px;
}

.availability-detail[hidden] {
  display: none;
}

.availability-detail__intro {
  margin: 0;
  color: #75879e;
  font-size: 0.88rem;
  line-height: 1.65;
}

.availability-stack {
  display: grid;
  gap: 14px;
}

.availability-day {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(216, 224, 235, 0.84);
  background: #f8fafc;
}

.availability-day__header strong {
  font-size: 1.02rem;
}

.slot-row__legend {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 88px;
  gap: 12px;
  color: #7a8ba0;
  font-size: 0.82rem;
  font-weight: 700;
}

.availability-day__hint {
  margin: 0;
  color: #7b8aa2;
  font-size: 0.88rem;
  line-height: 1.65;
  display: none;
}

.availability-day--empty .availability-day__hint {
  display: block;
}

.slot-list {
  display: grid;
  gap: 10px;
}

.slot-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 88px;
  gap: 12px;
  padding: 10px;
  align-items: end;
  border: 1px solid rgba(216, 224, 235, 0.82);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.slot-row .field {
  gap: 0;
}

.field--slot-time input {
  min-height: 46px;
}

.slot-add {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.slot-remove {
  min-width: 88px;
  min-height: 52px;
  border-radius: 14px;
}

.form-actions--hero {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.form-actions--hero .button {
  min-width: 0;
  min-height: 58px;
}

.form-actions--hero .button:disabled {
  opacity: 0.82;
  cursor: wait;
  transform: none;
}

.form-actions__note {
  margin: 0;
  color: #7b8aa2;
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: center;
}

.form-actions--hero .status-text {
  margin: 0;
  text-align: center;
}

.ielts-steps-section {
  margin-top: 0;
  padding-top: 0;
}

.ielts-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.ielts-step-card {
  display: grid;
  gap: 10px;
  padding: 20px 18px;
}

.ielts-step-card__index {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.ielts-step-card h3 {
  font-size: 1.02rem;
}

.ielts-step-card p {
  font-size: 0.93rem;
  line-height: 1.7;
}

@media (max-width: 1050px) {
  .ielts-tool-hero {
    padding: 64px 0 38px;
  }

  .ielts-tool-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ielts-tool-hero__copy {
    padding-top: 0;
    max-width: none;
  }

  .ielts-form-card--hero {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 859px) {
  .ielts-tool-hero {
    padding: 40px 0 24px;
  }

  .ielts-tool-hero .ielts-shell {
    width: min(100% - 24px, 1200px);
  }

  .ielts-tool-hero__grid {
    gap: 24px;
  }

  .ielts-tool-hero__copy {
    max-width: none;
  }

  .ielts-tool-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 9.6vw, 3rem);
  }

  .ielts-tool-hero__lead {
    max-width: none;
    font-size: 1rem;
  }

  .hero-support-points {
    display: grid;
    white-space: normal;
    overflow: visible;
    gap: 8px;
  }

  .hero-value-strip {
    width: 100%;
    border-radius: 18px;
  }

  .plan-preview {
    max-width: none;
  }

  .plan-preview-list {
    grid-template-columns: 1fr;
  }

  .plan-preview-note {
    max-width: none;
  }

  .field-grid--hero {
    grid-template-columns: 1fr;
  }

  .ielts-form-card--hero {
    padding: 24px 18px;
  }

  .ielts-availability {
    padding: 18px 16px;
  }

  .availability-day__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .slot-row__legend {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .slot-add,
  .slot-remove {
    width: 100%;
  }

  .ielts-tool-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ielts-tool-hero__actions .button {
    width: 100%;
  }

  .ielts-steps-grid {
    grid-template-columns: 1fr;
  }

  .conversion-modal__dialog {
    width: min(92%, 560px);
    margin-top: 18px;
    padding: 24px 18px;
  }

  .conversion-form {
    grid-template-columns: 1fr;
  }

  .wechat-copy-row,
  .conversion-modal__actions {
    display: grid;
  }

  .ad-slot-grid {
    grid-template-columns: 1fr;
  }

  .ad-slot-card .button {
    width: 100%;
  }

  .case-library-hero {
    padding: 54px 0 18px;
  }

  .case-tabs {
    display: grid;
    width: 100%;
    border-radius: 18px;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
