:root {
  --ink: #252856;
  --text: #60647a;
  --blue: #4b61bd;
  --blue-deep: #27306f;
  --sky: #44c5ee;
  --pink: #ff5f93;
  --pink-soft: #fff5f3;
  --rose: #ffe9ef;
  --yellow: #ffd76a;
  --cream: #fff2c7;
  --mint: #dff5ee;
  --aqua: #dff6fb;
  --line: #ece7ea;
  --white: #ffffff;
  --wrap: 1180px;
  --shadow: 0 18px 42px rgba(37, 40, 86, 0.13);
}

/* Training purchase card controls v142 */
.training-detail-purchase .training-detail-price-options {
  display: grid;
  gap: 9px;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] {
  appearance: none;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 11px 12px;
  border: 1px solid rgba(36, 48, 71, 0.14);
  border-radius: 12px;
  color: #263047;
  background: #fff;
  box-shadow: 0 5px 15px rgba(36, 48, 71, 0.04);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option]::before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(36, 48, 71, 0.28);
  border-radius: 50%;
  content: "";
  background: #fff;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option]:hover {
  border-color: color-mix(in srgb, var(--pack-accent) 48%, transparent);
  box-shadow: 0 9px 22px rgba(36, 48, 71, 0.08);
  transform: translateY(-1px);
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option].is-selected {
  border-color: var(--pack-accent);
  background: linear-gradient(135deg, var(--pack-accent-soft), #fff 78%);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pack-accent) 12%, transparent);
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option].is-selected::before {
  border-color: var(--pack-accent);
  background: radial-gradient(circle, var(--pack-accent) 0 3px, #fff 4px);
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] strong {
  color: #17213a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] small {
  color: rgba(36, 48, 71, 0.58);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.4;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] em {
  color: var(--pack-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}
.training-detail-purchase .training-detail-actions {
  display: grid;
  gap: 9px;
}
.training-detail-purchase .training-detail-actions button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.training-detail-purchase .training-detail-actions .training-detail-buy {
  border: 1px solid var(--pack-accent);
  color: #fff;
  background: var(--pack-accent);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--pack-accent) 24%, transparent);
}
.training-detail-purchase .training-detail-actions .training-detail-bundle {
  border: 1px solid color-mix(in srgb, var(--pack-accent) 38%, transparent);
  color: var(--pack-accent);
  background: #fff;
}
.training-detail-purchase .training-detail-actions button:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(36, 48, 71, 0.12);
}
.training-detail-purchase .training-detail-actions button:disabled {
  border-color: rgba(36, 48, 71, 0.1);
  color: rgba(36, 48, 71, 0.46);
  background: #eef1f4;
  box-shadow: none;
  cursor: not-allowed;
}
.training-detail-purchase-perks li::before {
  top: 0.08em;
  box-sizing: border-box;
}

/* Member dashboard balance v130 */
body.member-app-shell .member-app-grid {
  align-items: start;
}
body.member-app-shell .member-children-panel,
body.member-app-shell .member-benefits-panel {
  grid-column: 1 / -1;
}
body.member-app-shell .member-benefit-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
body.member-app-shell .member-benefit-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  min-height: 134px;
}
body.member-app-shell .member-benefit-row > div {
  grid-column: 1 / -1;
}
body.member-app-shell .member-benefit-row > em {
  align-self: center;
}
body.member-app-shell .member-benefit-row > a {
  justify-self: end;
}
body.member-app-shell .member-benefit-row.is-summary {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: auto;
}
body.member-app-shell .member-benefit-row.is-summary > div {
  grid-column: auto;
}
@media (max-width: 1180px) {
  body.member-app-shell .member-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body.member-app-shell .member-benefit-list {
    grid-template-columns: 1fr;
  }
  body.member-app-shell .member-benefit-row.is-summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  body.member-app-shell .member-benefit-row.is-summary > div {
    grid-column: 1 / -1;
  }
}

* {
  box-sizing: border-box;
}

/* History page type rhythm v133 */
body.history-v2-page .history-hero-v2 {
  padding: 44px 0 56px;
}
body.history-v2-page .history-hero-grid {
  grid-template-columns: minmax(430px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 4vw, 58px);
  min-height: 420px;
}
body.history-v2-page .history-hero-copy h1 {
  max-width: 9.6em;
  font-size: clamp(44px, 3.7vw, 54px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
body.history-v2-page .history-hero-copy > p:not(.history-kicker) {
  max-width: 510px;
  font-size: 16px;
  line-height: 1.76;
}
body.history-v2-page .history-hero-proof {
  max-width: 510px;
  margin-top: 24px;
}
body.history-v2-page .history-hero-visual {
  min-height: 400px;
}
body.history-v2-page .history-system-grid {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
}
body.history-v2-page .history-system-lead {
  padding: 30px 30px;
}
body.history-v2-page .history-system-lead h2 {
  max-width: 14em;
  font-size: clamp(29px, 2.25vw, 34px);
  line-height: 1.36;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
body.history-v2-page .history-system-lead p:not(.history-kicker) {
  max-width: 31em;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.82;
}
@media (max-width: 1180px) {
  body.history-v2-page .history-hero-grid,
  body.history-v2-page .history-system-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  body.history-v2-page .history-hero-v2 {
    padding: 30px 0 42px;
  }
  body.history-v2-page .history-hero-copy h1 {
    max-width: none;
    font-size: 36px;
    line-height: 1.22;
  }
  body.history-v2-page .history-hero-copy > p:not(.history-kicker) {
    font-size: 15px;
  }
  body.history-v2-page .history-system-lead {
    padding: 26px 22px;
  }
  body.history-v2-page .history-system-lead h2 {
    max-width: none;
    font-size: 28px;
    line-height: 1.36;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--pink-soft);
  font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
}

body.home-page {
  background: #f8fbff;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.wrap {
  width: min(var(--wrap), calc(100% - 56px));
  margin: 0 auto;
}

.topbar {
  background: #fff8f6;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-list {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--pink);
  vertical-align: 1px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 245, 243, 0.95);
  border-bottom: 1px solid rgba(236, 231, 234, 0.7);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
}

body.home-page .topbar {
  background: rgba(255, 253, 251, 0.92);
}

body.home-page .site-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 66%, rgba(255, 255, 255, 0.36) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  margin-bottom: -34px;
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.025);
}

body.home-page .site-header::after {
  bottom: -42px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

body:has(.page-hero) .topbar {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body:has(.page-hero) .site-header {
  background: rgba(255, 255, 255, 0.58);
  border-bottom-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.06);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.site-header .header-inner {
  width: min(var(--wrap), calc(100% - 56px));
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  font-weight: 900;
}

.brand > span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.brand-word {
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.brand-word span:nth-child(1) {
  color: #FF5F92;
}

.brand-word span:nth-child(2) {
  color: #FF5F92;
}

.brand-word span:nth-child(3) {
  color: #39BCE5;
}

.brand-sub {
  color: #66708F;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  transform: translateY(-3px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  transform: none;
}

.nav > a,
.nav-item > a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 8px;
  color: var(--ink);
  white-space: nowrap;
  border: 1px solid transparent;
}

.nav > a:hover,
.nav > a.active,
.nav-item:hover > a,
.nav-item > a.active {
  color: var(--white);
  background: rgba(255, 95, 147, 0.92);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 9px 20px rgba(255, 95, 147, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.nav-item {
  position: relative;
}

.nav-item.has-dropdown::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  z-index: 49;
  height: 18px;
  background: transparent;
}

.nav-item.has-dropdown:hover > a::after,
.nav-item.has-dropdown:focus-within > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  z-index: 52;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.94);
  border-left: 1px solid rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: -5px -5px 16px rgba(37, 40, 86, 0.045);
  transform: translateX(-50%) rotate(45deg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 7px);
  z-index: 50;
  width: max-content;
  min-width: 132px;
  max-width: calc(100vw - 48px);
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(37, 40, 86, 0.11);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.submenu.article-submenu {
  width: max-content;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 4px 22px;
  padding: 10px 14px;
  transform: translate(-50%, 8px);
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-item:hover .submenu.article-submenu,
.nav-item:focus-within .submenu.article-submenu {
  transform: translate(-50%, 0);
}

.submenu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 11px;
  padding: 0 14px;
  color: #575c6d;
  font-size: 14px;
  font-weight: 700;
}

.submenu.article-submenu a {
  min-height: 34px;
  min-width: 84px;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 0 8px;
  font-size: 13px;
}

.submenu a:hover {
  color: var(--pink);
  background: rgba(255, 246, 248, 0.78);
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
}

.header-actions .button {
  min-width: auto;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
}

.site-header .header-actions .button.blue {
  color: var(--white);
  background: linear-gradient(135deg, rgba(255, 95, 147, 0.95), rgba(75, 97, 189, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 26px rgba(75, 97, 189, 0.14), 0 8px 18px rgba(255, 95, 147, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 3px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--white);
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 20px;
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(75, 97, 189, 0.2);
}

.button.blue {
  background: var(--blue);
}

.button.pink {
  background: var(--pink);
  box-shadow: 0 14px 24px rgba(255, 95, 147, 0.22);
}

.button.sky {
  background: var(--sky);
  box-shadow: 0 14px 24px rgba(68, 197, 238, 0.22);
}

.button.ghost {
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button,
.nav > a,
.nav-item > a,
.submenu,
.card,
.color-card,
.why-card,
.project-card,
.mini-service,
.trainer-card,
.testimonial-card,
.blog-card,
.service-card,
.step-card,
.teacher-card,
.article-card,
.content-panel,
.side-panel,
.form-info,
.form-box,
.contact-item,
.info-item,
.method-step,
.timeline-item,
.pricing-card,
.faq-item,
.map-info-card,
.contact-form-card,
.contact-details-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.button:hover,
.card:hover,
.color-card:hover,
.why-card:hover,
.mini-service:hover,
.trainer-card:hover,
.testimonial-card:hover,
.blog-card:hover,
.service-card:hover,
.step-card:hover,
.teacher-card:hover,
.article-card:hover,
.contact-item:hover,
.info-item:hover,
.method-step:hover,
.timeline-item:hover,
.pricing-card:hover,
.faq-item:hover,
.contact-form-card:hover,
.contact-details-card:hover {
  transform: translateY(-6px);
}

.button:hover {
  box-shadow: 0 18px 30px rgba(75, 97, 189, 0.24);
}

.section {
  position: relative;
  padding: 84px 0;
}

.deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
}

.deco-sun {
  width: 86px;
  height: 86px;
}

.deco-cubes {
  width: 110px;
  height: 110px;
}

.section.tight {
  padding: 58px 0;
}

.section.white {
  background: var(--white);
}

.section.rose {
  background: #fff7f6;
}

@keyframes ddjgtFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--deco-rotate, 0deg));
  }

  50% {
    transform: translate3d(18px, -12px, 0) rotate(calc(var(--deco-rotate, 0deg) + 5deg));
  }
}

@keyframes ddjgtBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }
}

@keyframes ddjgtPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.86);
  }
}

@keyframes ddjgtRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ddjgtSlowTurn {
  0%,
  100% {
    transform: rotate(var(--deco-rotate, 0deg));
  }

  50% {
    transform: rotate(calc(var(--deco-rotate, 0deg) + 180deg));
  }
}

@keyframes ddjgtArrowUp {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }
}

@keyframes ddjgtDash {
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes ddjgtBorderRun {
  to {
    background-position: 128px 0, 100% 128px, -128px 100%, 0 -128px;
  }
}

@keyframes ddjgtWaveDrift {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(24px);
  }
}

@keyframes ddjgtFooterWaveDrift {
  0%,
  100% {
    transform: translateY(-46px) translateX(0);
  }

  50% {
    transform: translateY(-46px) translateX(24px);
  }
}

.deco-sun {
  animation: ddjgtRotate 26s linear infinite;
}

.deco-cubes {
  animation: ddjgtBounce 8s ease-in-out infinite;
}

.hero-sun,
.blue-sun,
.trainer-sun,
.testimonial-sun {
  transform-origin: center;
  animation-duration: 18s;
}

.hero-cubes,
.project-cubes,
.trainer-cubes,
.footer-cubes {
  --deco-rotate: 8deg;
  animation: ddjgtFloat 7s ease-in-out infinite;
}

.trainer-cubes {
  --deco-rotate: -10deg;
}

.hero-shape.one,
.hero-shape.two,
.cta::before,
.footer::before {
  animation: ddjgtPulse 7s ease-in-out infinite;
  transform-origin: center;
}

.hero-shape.two {
  animation-delay: 0.9s;
}

.hero::after,
.page-hero::after,
.blue-band::before,
.blue-band.parezy-home::after {
  animation: ddjgtWaveDrift 9s ease-in-out infinite;
}

.section-head {
  width: min(720px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-head > p:not(.eyebrow) {
  margin-top: 12px;
}

.center-action {
  margin-top: 28px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4vw, 48px);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.8vw, 34px);
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

p {
  color: var(--text);
  line-height: 1.72;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 128px;
  background: var(--pink-soft);
}

body.home-page .hero {
  padding-top: 108px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 215, 106, 0.2) 0 11%, transparent 26%),
    radial-gradient(circle at 13% 76%, rgba(68, 197, 238, 0.12) 0 13%, transparent 30%),
    linear-gradient(180deg, #fffafb 0%, #fbfcff 58%, #f3f8fb 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: -54px;
  height: 140px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--blue);
}

body.home-page .hero::after {
  bottom: -62px;
  height: 118px;
  background: linear-gradient(180deg, #536bc1 0%, #435cb6 100%);
  box-shadow: 0 -18px 46px rgba(75, 97, 189, 0.08);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 590px;
  align-items: center;
  gap: 60px;
}

.hero-copy {
  max-width: 620px;
}

.hero-copy p {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-point {
  min-height: 86px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-point strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--pink);
}

.hero-point span {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.hero-photo {
  position: absolute;
  inset: 10px 0 0 34px;
  overflow: hidden;
  border: 20px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home-page .hero-photo {
  inset: 18px 0 0 28px;
  border-width: 18px;
  box-shadow: 0 24px 52px rgba(37, 40, 86, 0.1);
}

body.home-page .hero-photo img {
  object-position: 70% center;
}

.hero-shape {
  position: absolute;
  border-radius: 999px;
  background: var(--yellow);
}

.hero-shape.one {
  width: 170px;
  height: 170px;
  right: -4px;
  top: 0;
  opacity: 0.72;
}

body.home-page .hero-shape.one {
  opacity: 0.48;
  background: #ffdd7f;
}

.hero-shape.two {
  width: 82px;
  height: 82px;
  left: 6px;
  bottom: 70px;
  background: var(--sky);
}

body.home-page .hero-shape.two {
  left: 12px;
  bottom: 76px;
  background: #49c7e7;
  opacity: 0.9;
}

.hero-sun {
  left: 7%;
  top: 92px;
}

.hero-cubes {
  right: 8%;
  bottom: 60px;
  transform: rotate(8deg);
}

body.home-page .hero-cubes {
  opacity: 0.48;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin-top: -160px;
  padding: 238px 0 112px;
  isolation: isolate;
  background: var(--white);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.54) 64%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.28) 44%, rgba(255, 255, 255, 0.94) 100%),
    url("site-assets/inner-hero-asian-therapy.jpg") center top / cover no-repeat;
  transform: scale(1.01);
}

.page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -4vw;
  right: -4vw;
  bottom: -62px;
  height: 124px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--white);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  align-items: center;
  min-height: 220px;
  text-align: center;
}

.page-hero-inner::before,
.page-hero-inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-hero-inner::before {
  left: -78px;
  top: 32px;
  width: 82px;
  height: 82px;
  background-image: url("site-assets/deco-sun.svg");
  animation: ddjgtRotate 22s linear infinite;
}

.page-hero-inner::after {
  right: 18%;
  bottom: -20px;
  width: 92px;
  height: 92px;
  background-image: url("site-assets/deco-cubes.svg");
  opacity: 0.48;
  animation: ddjgtFloat 7s ease-in-out infinite;
}

.page-hero-inner > * {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.page-hero .eyebrow {
  justify-content: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -6px 0 18px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.breadcrumb a {
  color: var(--pink);
}

.breadcrumb span {
  color: var(--ink);
}

.page-hero-card {
  display: none;
}

.page-hero-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 26px;
  line-height: 1;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.card-body {
  padding: 22px;
}

.card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.card:hover .card-image img,
.service-card:hover .card-image img,
.blog-card:hover img,
.trainer-card:hover img,
.image-stack:hover > img,
.detail-hero-image:hover img,
.project-card:hover img {
  transform: scale(1.06);
}

.color-card {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.color-card:nth-child(3n + 1) {
  background: var(--rose);
}

.color-card:nth-child(3n + 2) {
  background: var(--aqua);
}

.color-card:nth-child(3n + 3) {
  background: var(--cream);
}

.icon-badge {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 95, 147, 0.12), 0 12px 24px rgba(37, 40, 86, 0.08);
}

.icon-badge img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.color-card:hover .icon-badge,
.step-card:hover::before,
.teacher-card:hover .teacher-avatar,
.mini-service:hover span,
.why-card:hover .why-icon {
  animation: ddjgtPulse 0.9s ease-in-out;
}

.blue-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
}

body.home-page .blue-band {
  background:
    radial-gradient(circle at 16% 18%, rgba(68, 197, 238, 0.14) 0 12%, transparent 28%),
    linear-gradient(180deg, #526bc2 0%, #455eb6 100%);
}

.blue-band::before {
  content: "";
  position: absolute;
  left: -5vw;
  right: -5vw;
  top: -72px;
  height: 126px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: var(--pink-soft);
}

body.home-page .blue-band::before {
  background: #f3f8fb;
}

.blue-band .section-head,
.blue-band h2,
.blue-band h3,
.blue-band p {
  color: var(--white);
}

.blue-band .eyebrow {
  color: var(--yellow);
}

.blue-band .card,
.blue-band .service-card,
.blue-band .color-card {
  color: var(--ink);
}

.blue-band .color-card h3,
.blue-band .color-card p {
  color: var(--ink);
}

.blue-band.parezy-home {
  position: relative;
  padding-top: 128px;
  padding-bottom: 0;
}

.blue-band.parezy-home::after {
  content: "";
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: -68px;
  z-index: 0;
  height: 128px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--white);
}

.blue-band.parezy-home::before {
  display: none;
}

.parezy-home .wrap {
  position: relative;
  z-index: 1;
}

.blue-sun {
  left: 5%;
  top: 95px;
  filter: brightness(1.25);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.why-card {
  min-height: 270px;
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
}

body.home-page .why-card {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.why-card h3,
.why-card p {
  color: var(--white);
}

.why-card .link {
  color: var(--pink);
}

.why-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

body.home-page .why-icon {
  background: rgba(255, 255, 255, 0.11);
}

.why-icon img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.why-card:hover .why-icon img,
.mini-service:hover span img {
  transform: rotate(-5deg) scale(1.06);
}

.home-about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 72px;
  margin-top: 90px;
  padding-bottom: 112px;
}

.round-photo {
  overflow: hidden;
  width: min(460px, 100%);
  aspect-ratio: 1;
  border: 12px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow: 0 22px 48px rgba(13, 22, 72, 0.18);
}

.round-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-copy h2,
.home-about-copy p {
  color: var(--white);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.method-step {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.07);
}

.method-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.method-step:hover span {
  animation: ddjgtBounce 0.9s ease-in-out;
}

.method-step strong {
  color: var(--white);
  font-size: 15px;
}

.project-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.project-cubes {
  right: 6%;
  top: 44px;
  opacity: 0.48;
}

.project-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(37, 40, 86, 0), rgba(37, 40, 86, 0.82));
}

.project-card span,
.project-card strong {
  position: absolute;
  z-index: 1;
  left: 24px;
  color: var(--white);
}

.project-card span {
  bottom: 62px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.project-card strong {
  bottom: 26px;
  font-size: 19px;
}

.project-card:hover img {
  transform: scale(1.05);
}

.service-overview {
  padding-top: 28px;
}

.number-list {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.number-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: var(--ink);
  font-weight: 900;
}

.number-list strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--yellow);
}

.number-list span {
  color: var(--ink);
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mini-service {
  min-height: 140px;
  display: grid;
  place-items: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px;
  text-align: center;
  font-weight: 900;
}

.mini-service:nth-child(3n) {
  border-right: 0;
}

.mini-service:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.mini-service span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff7f6;
}

.mini-service span img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.trainer-section {
  position: relative;
  overflow: hidden;
}

.trainer-section .wrap {
  position: relative;
  z-index: 1;
}

.trainer-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 26px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trainer-grid::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  border-radius: 8px;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 95, 147, 0.4) 0 8px, transparent 8px 18px) 0 0 / 128px 2px repeat-x,
    repeating-linear-gradient(180deg, rgba(255, 95, 147, 0.4) 0 8px, transparent 8px 18px) 100% 0 / 2px 128px repeat-y,
    repeating-linear-gradient(90deg, rgba(255, 95, 147, 0.4) 0 8px, transparent 8px 18px) 0 100% / 128px 2px repeat-x,
    repeating-linear-gradient(180deg, rgba(255, 95, 147, 0.4) 0 8px, transparent 8px 18px) 0 0 / 2px 128px repeat-y;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  animation: ddjgtBorderRun 18s linear infinite;
}

.trainer-grid > * {
  position: relative;
  z-index: 1;
}

.trainer-sun {
  left: 8%;
  top: 140px;
}

.trainer-cubes {
  right: 8%;
  bottom: 70px;
  transform: rotate(-10deg);
}

.trainer-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fffafa;
  text-align: center;
}

.share-dot,
.trainer-arrow {
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--sky);
  font-weight: 900;
  cursor: pointer;
}

.share-dot {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  box-shadow: 0 10px 18px rgba(68, 197, 238, 0.22);
}

.share-dot::before {
  content: "+";
}

.trainer-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
}

.trainer-arrow.prev {
  left: 10px;
}

.trainer-arrow.next {
  right: 10px;
}

.trainer-arrow.prev::before {
  content: "<";
}

.trainer-arrow.next::before {
  content: ">";
}

.trainer-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.trainer-card h3 {
  margin: 18px 0 4px;
}

.trainer-card p {
  margin-bottom: 24px;
  color: var(--pink);
  font-weight: 900;
}

.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-sun {
  right: 12%;
  top: 80px;
}

.testimonial-card {
  text-align: center;
}

.testimonial-card img {
  width: 170px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.testimonial-card h3 {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border-radius: 6px;
  padding: 0 18px;
  color: var(--white);
  background: var(--pink);
  font-size: 15px;
}

.testimonial-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
}

.testimonial-card p {
  width: min(320px, 100%);
  margin: 0 auto;
  font-style: italic;
}

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

.blog-card {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(37, 40, 86, 0.08);
}

.blog-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--pink), var(--yellow));
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-body {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px 18px 16px 20px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.blog-meta span,
.blog-meta em {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 6px;
  padding: 0 9px;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
}

.blog-meta span {
  color: var(--white);
  background: var(--pink);
}

.blog-meta em {
  color: var(--blue-deep);
  background: var(--aqua);
}

.blog-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-body p {
  margin: 0;
  color: #6d7080;
  font-size: 13px;
  line-height: 1.58;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
}

.blog-tags span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  border-radius: 999px;
  padding: 0 8px;
  color: #68606a;
  background: #fff2f6;
  font-size: 10px;
  font-weight: 900;
}

.blog-body .link {
  align-self: end;
  margin-top: 0;
  font-size: 13px;
}

.home-articles-section {
  padding: 86px 0;
}

.home-articles-section .section-head {
  margin-bottom: 30px;
}

.home-articles-section .blog-tags {
  display: none;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-contact div {
  min-height: 62px;
  padding: 13px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.footer-contact span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
}

.footer-contact strong {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(13, 22, 72, 0.16);
}

.service-card .card-image {
  aspect-ratio: 16 / 10;
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 900;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--pink);
  background: #fff0f5;
  font-size: 12px;
  font-weight: 900;
}

.process {
  counter-reset: step;
}

.step-card {
  position: relative;
  min-height: 194px;
  padding: 26px 22px 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.step-card::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--sky);
  font-size: 16px;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 54px;
}

.split.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.image-stack {
  position: relative;
}

.image-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.45s ease;
}

.floating-note {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: min(250px, 72%);
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.floating-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pink);
  font-size: 20px;
  line-height: 1;
}

.check-list,
.plain-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: var(--text);
  line-height: 1.7;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pink);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--sky);
}

.teacher-card {
  text-align: center;
}

.teacher-avatar {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  margin: 24px auto 16px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--pink), var(--sky));
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(68, 197, 238, 0.22);
}

.teacher-card p {
  min-height: 92px;
}

.article-card {
  display: grid;
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.article-date {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.article-card .link {
  align-self: end;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.article-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--aqua);
  font-size: 12px;
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.timeline-item {
  position: relative;
  min-height: 240px;
  padding: 28px 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 58px;
  height: 2px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--pink) 0 8px, transparent 8px 16px);
  opacity: 0.34;
  animation: ddjgtWaveDrift 7s ease-in-out infinite;
}

.timeline-item span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--pink);
  font-weight: 900;
  box-shadow: inset 0 -5px 0 rgba(37, 40, 86, 0.1);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.pricing-card {
  min-height: 430px;
  display: grid;
  align-content: start;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  color: var(--white);
  background: var(--blue);
}

.pricing-card.featured h3,
.pricing-card.featured p,
.pricing-card.featured li {
  color: var(--white);
}

.pricing-card > span {
  width: max-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--white);
  background: var(--pink);
  font-weight: 900;
}

.pricing-card .button {
  width: 100%;
  margin-top: 24px;
}

.fine-print {
  margin: 24px auto 0;
  text-align: center;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 8px;
  padding: 0 24px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.faq-item summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-item summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--pink);
}

.faq-item[open] summary::after {
  content: "-";
  background: var(--blue);
}

.faq-item p {
  margin-bottom: 24px;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink);
  font-weight: 900;
}

.link::after {
  content: ">";
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
}

.content-panel {
  padding: 32px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.content-panel + .content-panel {
  margin-top: 24px;
}

.side-panel {
  position: sticky;
  top: 126px;
  padding: 24px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  box-shadow: var(--shadow);
}

.side-panel h3,
.side-panel p,
.side-panel a {
  color: var(--white);
}

.side-panel li {
  color: var(--white);
}

.side-panel .plain-list li::before {
  background: var(--yellow);
}

.side-panel .button {
  width: 100%;
  margin-top: 14px;
}

.detail-hero-image {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 8px;
}

.detail-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.info-item {
  min-height: 100px;
  padding: 16px;
  border-radius: 8px;
  background: #fff8f6;
}

.info-item span {
  display: block;
  margin-bottom: 5px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.info-item strong {
  font-size: 16px;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: stretch;
}

.form-info {
  padding: 32px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
}

.form-info h2,
.form-info p,
.form-info li {
  color: var(--white);
}

.form-box {
  padding: 32px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

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

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffafa;
  outline: 0;
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(68, 197, 238, 0.14);
}

.form-note {
  margin: 16px 0 0;
  font-weight: 800;
}

.form-note.is-success {
  color: var(--blue);
}

.form-note.is-error {
  color: #d82d55;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-item {
  min-height: 176px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.1);
}

.map-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(75, 97, 189, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(75, 97, 189, 0.08) 1px, transparent 1px),
    #fff8f6;
  background-size: 36px 36px;
  box-shadow: inset 0 0 0 1px var(--line);
  text-align: center;
}

.map-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #edf2f8;
}

.real-map-section {
  margin-top: 0;
}

.real-map-shell {
  position: relative;
  height: min(78vh, 820px);
  min-height: 680px;
  background: #e8eef6;
}

.real-map-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #e8eef6;
}

.leaflet-container {
  z-index: 1;
  font-family: inherit;
}

.leaflet-control-zoom {
  border: 0 !important;
  box-shadow: 0 12px 30px rgba(37, 40, 86, 0.2);
}

.leaflet-control-zoom a {
  color: var(--ink) !important;
  font-family: inherit;
  font-size: 22px !important;
  font-weight: 900;
}

.branch-marker-icon {
  background: transparent;
  border: 0;
}

.branch-marker-icon span {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50% 50% 50% 4px;
  color: var(--white);
  background: #f44f4b;
  box-shadow: 0 8px 18px rgba(244, 79, 75, 0.35);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-45deg);
}

.branch-marker-icon b {
  display: block;
  font: inherit;
  transform: rotate(45deg);
}

.real-map-frame.is-loading::after {
  content: "地图加载中...";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 500;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(37, 40, 86, 0.12);
  font-size: 14px;
  font-weight: 900;
}

.map-branch-panel {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 5;
  width: min(420px, calc(100% - 56px));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(37, 40, 86, 0.18);
  overflow: hidden;
}

.map-search-title {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.map-search-title span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
}

.map-search-title strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.map-search-title em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.map-branch-list {
  display: grid;
}

.map-branch-list button {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 5px 12px;
  min-height: 82px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 20px;
  text-align: left;
  color: var(--ink);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.map-branch-list button:hover,
.map-branch-list button.is-active {
  background: #f4f8ff;
}

.map-branch-list button span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  grid-row: span 2;
  border-radius: 50%;
  color: var(--white);
  background: #f44f4b;
  font-size: 13px;
  font-weight: 900;
}

.map-branch-list strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.map-branch-list em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 20px 18px;
  background: #fff;
}

.contact-overlap {
  margin-top: -86px;
  padding-top: 0;
}

.contact-panel-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.contact-form-card,
.contact-details-card {
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.contact-form-card {
  background: var(--sky);
}

.contact-form-card h2,
.contact-form-card p,
.contact-form-card label {
  color: var(--white);
}

.contact-form-card .field input,
.contact-form-card .field select,
.contact-form-card .field textarea {
  background: var(--white);
}

.contact-details-card {
  background: var(--white);
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background: var(--pink);
  color: var(--white);
}

.cta::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta h2,
.cta p {
  color: var(--white);
}

.cta p {
  margin-bottom: 0;
}

.footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
}

.footer::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 120px;
  width: 190px;
  height: 70px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    120px 70px 0 rgba(255, 255, 255, 0.045),
    520px 20px 0 rgba(255, 255, 255, 0.045),
    840px 100px 0 rgba(255, 255, 255, 0.04);
}

.footer-cubes {
  right: 8%;
  top: 78px;
  opacity: 0.24;
}

.footer-wave {
  position: relative;
  z-index: 1;
  height: 76px;
  background: var(--blue-deep);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: translateY(-46px);
  margin-bottom: -46px;
  animation: ddjgtFooterWaveDrift 9s ease-in-out infinite;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding: 38px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 1fr;
  gap: 34px;
}

.footer h3,
.footer p,
.footer a,
.footer li {
  color: var(--white);
}

.footer h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.footer p {
  margin: 0 0 14px;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}

.footer a,
.footer li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.footer a:hover {
  color: var(--white);
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 8px;
}

.footer .button {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(255, 95, 147, 0.2);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
}

.mobile-quick {
  display: none;
}

.js-motion .motion-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--motion-delay, 0ms);
}

.js-motion .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 78px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 6px 0 0 6px;
  color: var(--white);
  background: var(--pink);
  box-shadow: 0 14px 28px rgba(255, 95, 147, 0.3);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(130%);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.scroll-top.is-active {
  opacity: 1;
  transform: translateX(0);
}

.scroll-top::before {
  content: "↑";
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.scroll-top:hover {
  background: var(--blue);
}

.scroll-top:hover::before {
  animation: ddjgtArrowUp 1.2s ease-in-out infinite;
}

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

  .js-motion .motion-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1260px) {
  .header-inner {
    justify-content: space-between;
  }

  .nav {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 46px rgba(37, 40, 86, 0.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
    transform: none;
  }

  .nav a {
    justify-content: center;
  }

  .nav > a,
  .nav-item > a {
    min-height: 44px;
  }

  .nav-item > a {
    justify-content: center;
    width: 100%;
  }

  .nav-item.has-dropdown:hover > a::after,
  .nav-item.has-dropdown:focus-within > a::after {
    display: none;
  }

  .submenu {
    position: static;
    width: auto;
    display: none;
    padding: 6px 0 10px;
    border-radius: 12px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: rgba(255, 248, 246, 0.76);
  }

  .submenu.article-submenu {
    left: auto;
    width: auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 0 10px;
    transform: none;
  }

  .site-header.nav-open .submenu {
    display: block;
  }

  .site-header.nav-open .submenu.article-submenu {
    display: grid;
  }

  .submenu a {
    min-height: 36px;
    justify-content: center;
    padding: 0 16px;
    font-size: 14px;
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .header-actions {
    justify-content: end;
  }

  .menu-button {
    display: block;
  }

  .hero-layout,
  .page-hero-inner,
  .split,
  .split.reverse,
  .content-layout,
  .home-about,
  .form-shell,
  .contact-panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-photo {
    inset: 10px 0 0 0;
  }

  .side-panel {
    position: static;
  }

  .grid-4,
  .grid-3,
  .why-grid,
  .project-grid,
  .trainer-grid,
  .testimonial-grid,
  .blog-grid,
  .footer-contact,
  .info-strip,
  .contact-grid,
  .footer-grid,
  .timeline,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-about {
    gap: 40px;
  }

  .round-photo {
    margin: 0 auto;
  }

  .deco-sun,
  .deco-cubes {
    opacity: 0.38;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, var(--wrap));
  }

  .topbar {
    display: none;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand-word {
    font-size: 21px;
  }

  .brand-sub {
    display: none;
  }

  .brand > span {
    display: inline-flex;
  }

  .header-actions .button {
    display: none;
  }

  .nav {
    top: 78px;
  }

  .section {
    padding: 66px 0;
  }

  .hero {
    padding: 58px 0 92px;
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 24px;
  }

  .hero-layout {
    gap: 36px;
  }

  .hero-points,
  .grid-4,
  .grid-3,
  .why-grid,
  .project-grid,
  .trainer-grid,
  .testimonial-grid,
  .blog-grid,
  .footer-contact,
  .info-strip,
  .contact-grid,
  .form-grid,
  .footer-grid,
  .timeline,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .blue-band.parezy-home {
    padding-top: 86px;
  }

  .home-about {
    margin-top: 58px;
    padding-bottom: 76px;
  }

  .service-matrix {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .mini-service:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .mini-service:nth-child(2n) {
    border-right: 0;
  }

  .mini-service:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .mini-service:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .trainer-grid {
    padding: 16px;
  }

  .share-dot {
    width: 30px;
    height: 30px;
    right: 12px;
    top: 12px;
    font-size: 12px;
  }

  .trainer-arrow {
    display: none;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-photo {
    inset: 24px 0 0 28px;
    border-width: 12px;
  }

  .hero-shape.one {
    width: 108px;
    height: 108px;
  }

  .hero-shape.two {
    width: 66px;
    height: 66px;
    bottom: 50px;
  }

  .hero-sun,
  .hero-cubes,
  .blue-sun,
  .project-cubes,
  .trainer-sun,
  .trainer-cubes,
  .testimonial-sun,
  .footer-cubes {
    display: none;
  }

  .page-hero {
    min-height: 430px;
    margin-top: -78px;
    padding: 136px 0 82px;
  }

  .page-hero::before {
    background-position: 60% top;
    background-size: auto 100%;
  }

  .page-hero-inner {
    min-height: 210px;
  }

  .page-hero-inner::before {
    width: 54px;
    height: 54px;
    left: auto;
    right: 8px;
    top: -18px;
  }

  .page-hero-inner::after {
    display: none;
  }

  .content-panel,
  .form-info,
  .form-box,
  .contact-form-card,
  .contact-details-card {
    padding: 24px;
  }

  .map-section {
    min-height: 0;
    padding: 16px 0 56px;
  }

  .real-map-shell {
    height: 560px;
    min-height: 560px;
  }

  .map-branch-panel {
    position: relative;
    left: auto;
    top: auto;
    width: min(100% - 32px, 420px);
    margin: 0 auto 14px;
  }

  .contact-overlap {
    margin-top: 0;
    padding-top: 56px;
  }

  .floating-note {
    position: static;
    width: auto;
    margin-top: 16px;
  }

  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-quick {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-quick a {
    min-height: 46px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    color: var(--white);
    background: var(--pink);
    font-weight: 900;
    box-shadow: var(--shadow);
  }

  .mobile-quick a:last-child {
    background: var(--blue);
  }

  .scroll-top {
    right: 12px;
    bottom: 74px;
    width: 72px;
    height: 42px;
  }

  body {
    padding-bottom: 96px;
  }
}

/* ddjgt full site rebuild 20260703 */
body.home-page .topbar {
  color: rgba(37, 40, 86, 0.72);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.74);
  border-bottom-color: rgba(236, 231, 234, 0.52);
}
body.home-page .topbar-inner {
  min-height: 36px;
}
body.home-page .site-header {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(236, 231, 234, 0.5);
  box-shadow: 0 10px 34px rgba(37, 40, 86, 0.035);
}
body.home-page .site-header::after {
  bottom: -30px;
  height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
}
body.home-page .header-inner {
  min-height: 74px;
}
body.home-page .brand {
  justify-self: start;
}
body.home-page .brand-word {
  font-size: 30px;
  font-weight: 900;
}
body.home-page .brand-sub {
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  font-weight: 800;
}
body.home-page .nav {
  gap: 7px;
  justify-self: end;
  color: rgba(37, 40, 86, 0.74);
  font-size: 16px;
  font-weight: 820;
}
body.home-page .nav > a,
body.home-page .nav-item > a {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(37, 40, 86, 0.78);
}
body.home-page .nav > a:hover,
body.home-page .nav > a.active,
body.home-page .nav-item:hover > a,
body.home-page .nav-item > a.active {
  color: var(--pink);
  background: rgba(255, 239, 246, 0.86);
  border-color: rgba(255, 184, 211, 0.58);
  box-shadow: 0 8px 22px rgba(255, 95, 147, 0.12);
}
body.home-page .site-header .header-actions .button.blue {
  min-height: 44px;
  border-radius: 999px;
  padding-inline: 24px;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6aa0, #6674d9);
  box-shadow: 0 12px 26px rgba(94, 105, 210, 0.14), 0 8px 18px rgba(255, 95, 147, 0.12);
}
@media (min-width: 1261px) {
  .site-header .header-inner {
    grid-template-columns: minmax(210px, 1fr) max-content max-content;
    column-gap: 10px;
  }
  .site-header .nav {
    justify-self: end;
    width: max-content;
    max-width: 100%;
  }
  .site-header .header-actions {
    justify-self: end;
    margin-left: 2px;
  }
  body.home-page .site-header .header-inner {
    width: min(1840px, calc(100% - 128px));
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 24px;
  }
  body.home-page .site-header .nav {
    justify-self: end;
    width: max-content;
    max-width: 100%;
  }
  body.home-page .site-header .header-actions {
    justify-self: end;
    margin-left: 0;
  }
}
@media (min-width: 1261px) and (max-width: 1380px) {
  .site-header .header-inner {
    grid-template-columns: minmax(170px, 1fr) max-content max-content;
    column-gap: 8px;
  }
  .site-header .nav {
    gap: 1px;
  }
  .site-header .nav > a,
  .site-header .nav-item > a {
    padding-inline: 7px;
  }
  .site-header .header-actions .button {
    padding-inline: 16px;
  }
  body.home-page .site-header .header-inner {
    width: min(100% - 48px, 1320px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 12px;
  }
  body.home-page .site-header .nav {
    gap: 0;
  }
  body.home-page .site-header .nav > a,
  body.home-page .site-header .nav-item > a {
    padding-inline: 6px;
  }
  body.home-page .site-header .header-actions .button {
    padding-inline: 15px;
  }
}
.page-hero { min-height: 440px; padding: 210px 0 66px; }
.page-hero-inner { min-height: 160px; }
.page-hero::after { bottom: -48px; height: 96px; }
.page-hero-default::before,
.page-hero-home::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.58) 72%, rgba(255,255,255,.22) 100%),
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.3) 48%, rgba(255,255,255,.97) 100%),
    url("site-assets/inner-hero-asian-therapy.jpg") right center / auto 112% no-repeat;
}
.page-hero-about::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.55) 70%, rgba(255,255,255,.22) 100%),
    linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.22) 52%, rgba(255,255,255,.96) 100%),
    url("site-assets/home-hero-sensory-v2.jpg") right center / auto 108% no-repeat;
}
.page-hero-qualification::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.62) 72%, rgba(255,255,255,.32) 100%),
    linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.36) 48%, rgba(255,255,255,.98) 100%),
    url("site-assets/certs/authorization-iiapsi.jpg") right 12% center / 720px auto no-repeat;
}
.page-hero-course::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 36%, rgba(255,255,255,.52) 68%, rgba(255,255,255,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.28) 48%, rgba(255,255,255,.96) 100%),
    url("site-assets/hero-sensory-training.png") right center / auto 112% no-repeat;
}
.page-hero-language::before,
.page-hero-article::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.56) 72%, rgba(255,255,255,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.32) 50%, rgba(255,255,255,.97) 100%),
    url("site-assets/card-speech-therapy.png") right center / auto 112% no-repeat;
}
.page-hero-sensory::before,
.page-hero-project::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.54) 70%, rgba(255,255,255,.2) 100%),
    linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.28) 48%, rgba(255,255,255,.97) 100%),
    url("site-assets/card-sensory-tunnel.png") right center / auto 116% no-repeat;
}
.page-hero-family::before,
.page-hero-contact::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.58) 72%, rgba(255,255,255,.2) 100%),
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.3) 48%, rgba(255,255,255,.97) 100%),
    url("site-assets/hero-parezy-chinese.png") right center / auto 112% no-repeat;
}
.page-hero-community::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 42%, rgba(255,255,255,.6) 72%, rgba(255,255,255,.24) 100%),
    linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.34) 48%, rgba(255,255,255,.98) 100%),
    url("site-assets/home-hero-sensory-v2.jpg") right 8% center / auto 106% no-repeat;
}
.page-hero-download::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 44%, rgba(255,255,255,.7) 74%, rgba(255,255,255,.34) 100%),
    radial-gradient(circle at 78% 28%, rgba(82,199,238,.22) 0 14%, transparent 15% 100%),
    radial-gradient(circle at 88% 74%, rgba(255,91,150,.2) 0 12%, transparent 13% 100%),
    linear-gradient(135deg, #fff 0%, #eefaff 48%, #fff4f8 100%);
}
.page-hero-teacher::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,.72) 72%, rgba(255,255,255,.38) 100%),
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.4) 48%, rgba(255,255,255,.98) 100%),
    url("site-assets/profiles/feng-xuan-profile.jpg") right -9vw center / auto 112% no-repeat,
    linear-gradient(135deg, #fff 0%, #f3fbff 52%, #fff4f8 100%);
}
.section { padding: 72px 0; }
.hero-pro { padding-bottom: 112px; }
.hero-pro .hero-copy { max-width: 620px; }
.hero-pro h1 { font-size: clamp(38px, 5vw, 62px); }
.hero-trust, .pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-trust span, .pill-row span { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border-radius: 999px; background: rgba(255,255,255,.78); color: var(--ink); font-weight: 900; font-size: 13px; box-shadow: 0 10px 24px rgba(37,40,86,.06); }
.hero-visual-pro { position: relative; }
.hero-metric-card { position: absolute; left: -20px; bottom: 42px; z-index: 3; width: 170px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.hero-metric-card strong { display: block; font-size: 26px; color: var(--pink); }
.credential-band { background: linear-gradient(135deg, #fff 0%, #f4fbff 50%, #fff4f7 100%); }
.credential-layout, .brand-story-grid, .teacher-feature, .teacher-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px, 520px); gap: 42px; align-items: center; }
.credential-preview { display: block; padding: 12px; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.credential-preview img, .cert-lead img, .profile-image { width: 100%; border-radius: 12px; }
.credential-preview span { display: block; margin-top: 10px; color: var(--blue); font-weight: 900; text-align: center; }
.problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.problem-card, .category-card, .pro-card { display: block; min-height: 150px; padding: 22px; border-radius: 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(236,231,234,.82); box-shadow: 0 14px 34px rgba(37,40,86,.07); }
.problem-card strong, .category-card strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 20px; }
.problem-card span, .category-card span { color: var(--text); line-height: 1.65; }
.stats-story { background: #fffafc; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.stat-card { min-height: 140px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-radius: 22px; background: linear-gradient(135deg, #fff 0%, #f1fbff 100%); box-shadow: var(--shadow); }
.stat-card strong { color: var(--pink); font-size: 46px; line-height: 1; }
.stat-card span { margin-top: 10px; color: var(--ink); font-weight: 900; }
.pro-grid { align-items: stretch; }
.pro-card { min-height: 230px; border-left: 5px solid var(--pink); }
.pro-card span { color: var(--pink); font-weight: 900; }
.pro-card h3 { margin-top: 14px; font-size: 22px; }
.pro-card em { color: var(--blue); font-style: normal; font-weight: 900; }
.flow-line { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.flow-step { position: relative; min-height: 154px; padding: 22px; border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 14px 30px rgba(37,40,86,.07); }
.flow-step span { color: var(--pink); font-size: 28px; font-weight: 900; }
.flow-step strong { display: block; margin: 8px 0; font-size: 18px; }
.teacher-feature { padding: 28px; border-radius: 28px; background: linear-gradient(135deg, #fff 0%, #f2fbff 100%); box-shadow: var(--shadow); }
.teacher-feature-photo { min-height: 420px; overflow: hidden; border-radius: 24px; background: #eef8fc; }
.teacher-feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mini-teacher-row { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.mini-teacher-row a { min-height: 168px; padding: 12px; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(37,40,86,.06); text-align: center; }
.mini-teacher-row img { width: 72px; height: 72px; margin: 0 auto 10px; border-radius: 999px; object-fit: cover; object-position: center top; }
.mini-teacher-row strong, .mini-teacher-row span { display: block; }
.mini-teacher-row span { margin-top: 4px; color: var(--text); font-size: 12px; }
.teacher-grid-pro { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.teacher-card-pro { overflow: hidden; display: block; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.teacher-card-pro img { width: 100%; height: 300px; object-fit: cover; object-position: center top; background: #eef8fc; }
.teacher-card-pro div { padding: 18px; }
.teacher-card-pro span { color: var(--pink); font-weight: 900; font-size: 13px; }
.teacher-card-pro em { color: var(--blue); font-style: normal; font-weight: 900; }
.teacher-detail-photo { overflow: hidden; min-height: 560px; border-radius: 30px; background: linear-gradient(135deg, #eef8fc, #fff5f7); }
.teacher-detail-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.teacher-detail-copy { padding: 30px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; align-items: start; }
.content-panel.wide { grid-column: span 2; }
.cert-showcase { display: grid; gap: 26px; }
.cert-lead { display: grid; grid-template-columns: minmax(0,560px) 1fr; gap: 30px; align-items: center; padding: 20px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.cert-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.cert-card { overflow: hidden; display: block; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(37,40,86,.08); }
.cert-card img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; object-position: center; border-bottom: 1px solid var(--line); }
.cert-card strong { display: block; padding: 14px; }
body.language-detail-page {
  --lang-pink: #ff4f8f;
  --lang-blue: #1f2556;
  --lang-muted: #6d7896;
  --lang-line: #edf0f7;
  --lang-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --lang-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--lang-blue);
  background:
    radial-gradient(circle at 82% 7%, rgba(139, 196, 255, 0.13), transparent 23%),
    radial-gradient(circle at 12% 56%, rgba(255, 79, 143, 0.052), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fff 48%, #fff8fb 78%, #fff 100%);
}
body.language-detail-page .wrap {
  max-width: 1320px;
}
.language-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 20px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 52%, rgba(246,251,255,.72) 100%);
}
.language-hero-grid {
  display: grid;
  grid-template-columns: minmax(500px, .92fr) minmax(560px, 1.08fr);
  gap: 36px;
  align-items: center;
}
.language-kicker {
  margin: 0 0 18px;
  color: var(--lang-pink);
  font-size: 15px;
  font-weight: 950;
}
.language-kicker::before,
.language-kicker::after,
.language-section-head.is-center h2::before,
.language-section-head.is-center h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--lang-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, .10);
}
.language-kicker::after,
.language-section-head.is-center h2::after {
  margin: 0 0 2px 9px;
}
.language-hero-copy h1,
.language-hero-copy h2 {
  margin: 0;
  color: var(--lang-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.language-hero-copy h1 {
  font-size: clamp(44px, 4.5vw, 56px);
  line-height: 1.08;
}
.language-hero-copy h2 {
  max-width: 620px;
  margin-top: 18px;
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.42;
}
.language-hero-copy h2 span {
  color: var(--lang-pink);
}
.language-hero-copy > p {
  margin: 18px 0 24px;
  color: #303a67;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 760;
}
.language-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.language-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.language-hero-values svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-hero-values article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.language-hero-values article:nth-child(3) svg { background: #eef5ff; color: #5b93e8; }
.language-hero-values article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.language-hero-values strong,
.language-hero-values span {
  display: block;
}
.language-hero-values strong {
  color: var(--lang-blue);
  font-size: 13px;
  font-weight: 950;
}
.language-hero-values span {
  color: #6a748f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.language-hero-loop {
  position: relative;
  min-height: 388px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(237, 240, 247, .9);
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 79, 143, .075), transparent 25%),
    radial-gradient(circle at 82% 22%, rgba(91, 147, 232, .085), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,251,255,.92));
  box-shadow: var(--lang-soft-shadow);
}
.language-hero-loop::before {
  content: "";
  position: absolute;
  inset: auto -14% -26% 20%;
  height: 260px;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,79,143,.08), transparent 58%);
}
.language-hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 30px;
}
.language-board-title {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 34px rgba(31,37,86,.075);
}
.language-board-title span,
.language-board-note span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-board-title svg,
.language-board-note svg {
  width: 30px;
  height: 30px;
}
.language-board-title strong {
  color: var(--lang-blue);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 950;
}
.language-board-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.language-board-flow article {
  position: relative;
  display: grid;
  min-height: 132px;
  align-content: start;
  justify-items: center;
  gap: 8px;
  padding: 18px 12px;
  border: 1px solid rgba(237,240,247,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  text-align: center;
}
.language-board-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 48px;
  color: rgba(31,37,86,.28);
  font-size: 18px;
  font-weight: 950;
}
.language-board-flow svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-board-flow article:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.language-board-flow article:nth-child(3) svg { background: #f4f0ff; color: #8066ff; }
.language-board-flow article:nth-child(4) svg { background: #eef5ff; color: #5b93e8; }
.language-board-flow article:nth-child(5) svg { background: #edf8f5; color: #2ab7a9; }
.language-board-flow strong {
  color: var(--lang-blue);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}
.language-board-flow p {
  margin: 0;
  color: #65708c;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 760;
}
.language-board-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 241, 246, .72);
}
.language-board-note span {
  width: 54px;
  height: 54px;
  background: #fff;
  color: #2ab7a9;
}
.language-board-note p {
  margin: 0;
  color: #4f5b7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 800;
}
@keyframes languageFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.language-sign-section,
.language-parent-section,
.language-chain-section,
.language-assessment-section,
.language-sentence-section,
.language-training-section,
.language-module-section,
.language-misunderstanding-section,
.language-faq-section,
.language-stage-section {
  padding: 28px 0;
}
.language-section-head {
  margin-bottom: 22px;
}
.language-section-head.is-center {
  max-width: 840px;
  margin: 0 auto 26px;
  text-align: center;
}
.language-section-head h2 {
  margin: 0;
  color: var(--lang-blue);
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.language-section-head p {
  margin: 13px 0 0;
  color: var(--lang-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.language-sign-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.language-sign-card,
.language-parent-card,
.language-assessment-card,
.language-module-card,
.language-chain-card,
.language-sentence-card,
.language-loop-card,
.language-training-card,
.language-family-card,
.language-faq-card {
  border: 1px solid rgba(237, 240, 247, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--lang-soft-shadow);
}
.language-sign-card {
  display: grid;
  min-height: 178px;
  justify-items: center;
  align-content: start;
  padding: 28px 18px 22px;
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.language-sign-card:hover,
.language-parent-card:hover,
.language-assessment-card:hover,
.language-module-card:hover,
.language-chain-card:hover,
.language-sentence-card:hover,
.language-loop-card:hover,
.language-training-card:hover,
.language-family-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, .28);
  box-shadow: var(--lang-shadow);
}
.language-sign-card svg {
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-sign-card:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.language-sign-card:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.language-sign-card:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.language-sign-card:nth-child(5) svg { background: #eef5ff; color: #5b93e8; }
.language-sign-card:nth-child(6) svg { background: #fff3f8; color: #ff6b9f; }
.language-sign-card strong {
  margin-top: 14px;
  color: var(--lang-blue);
  font-size: 18px;
  font-weight: 950;
}
.language-sign-card p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 760;
}
.language-parent-section,
.language-assessment-section,
.language-misunderstanding-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,79,143,.055), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(91,147,232,.065), transparent 26%),
    linear-gradient(180deg, rgba(255,250,252,.82), rgba(248,251,255,.76));
}
.language-parent-grid,
.language-assessment-grid,
.language-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.language-parent-card,
.language-assessment-card {
  position: relative;
  min-height: 190px;
  padding: 26px 24px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.language-parent-card::before,
.language-assessment-card::before,
.language-module-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 86px;
  height: 86px;
  border-radius: 18px 0 86px 0;
  background: rgba(255,79,143,.055);
}
.language-parent-card:nth-child(2)::before,
.language-assessment-card:nth-child(2)::before,
.language-module-card:nth-child(2)::before { background: rgba(247,166,38,.07); }
.language-parent-card:nth-child(3)::before,
.language-assessment-card:nth-child(3)::before,
.language-module-card:nth-child(3)::before { background: rgba(128,102,255,.06); }
.language-parent-card:nth-child(4)::before,
.language-assessment-card:nth-child(4)::before,
.language-module-card:nth-child(4)::before { background: rgba(91,147,232,.07); }
.language-parent-card:nth-child(5)::before,
.language-assessment-card:nth-child(5)::before,
.language-module-card:nth-child(5)::before { background: rgba(42,183,169,.07); }
.language-parent-card:nth-child(6)::before,
.language-assessment-card:nth-child(6)::before,
.language-module-card:nth-child(6)::before { background: rgba(255,79,143,.055); }
.language-parent-card > svg,
.language-assessment-card > svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 16px;
  background: #fff1f6;
  color: var(--lang-pink);
  box-shadow: 0 12px 24px rgba(255,79,143,.10);
}
.language-parent-card:nth-child(2) > svg,
.language-assessment-card:nth-child(2) > svg { background: #fff8e9; color: #f7a626; }
.language-parent-card:nth-child(3) > svg,
.language-assessment-card:nth-child(3) > svg { background: #f4f0ff; color: #8066ff; }
.language-parent-card:nth-child(4) > svg,
.language-assessment-card:nth-child(4) > svg { background: #eef5ff; color: #5b93e8; }
.language-parent-card:nth-child(5) > svg,
.language-assessment-card:nth-child(5) > svg { background: #edf8f5; color: #2ab7a9; }
.language-parent-card:nth-child(6) > svg,
.language-assessment-card:nth-child(6) > svg { background: #fff1f6; color: var(--lang-pink); }
.language-parent-card strong,
.language-assessment-card h3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 16px 0 10px;
  color: var(--lang-blue);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}
.language-parent-card p,
.language-assessment-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.language-chain-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 30px 38px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.language-chain-card article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}
.language-chain-card article:not(:last-child)::after,
.language-sentence-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 36px;
  color: rgba(31, 37, 86, .28);
  font-size: 21px;
  font-weight: 950;
}
.language-chain-card span,
.language-sentence-flow span {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.language-chain-card article:nth-child(2) span,
.language-sentence-flow article:nth-child(2) span { background: #fff8e9; color: #f7a626; }
.language-chain-card article:nth-child(3) span,
.language-sentence-flow article:nth-child(3) span { background: #edf8f5; color: #2ab7a9; }
.language-chain-card article:nth-child(4) span,
.language-sentence-flow article:nth-child(4) span { background: #eef5ff; color: #5b93e8; }
.language-chain-card article:nth-child(5) span,
.language-sentence-flow article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.language-sentence-flow article:nth-child(6) span { background: #fff3f8; color: var(--lang-pink); }
.language-chain-card article.is-current span {
  transform: translateY(-4px);
  background: var(--lang-pink);
  color: #fff;
}
.language-chain-card svg,
.language-sentence-flow svg {
  width: 32px;
  height: 32px;
}
.language-chain-card strong,
.language-sentence-flow strong,
.language-training-grid strong,
.language-family-grid strong {
  color: var(--lang-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}
.language-chain-card p,
.language-sentence-flow p,
.language-training-grid p,
.language-family-grid p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.language-two-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 24px;
}
.language-sentence-card,
.language-loop-card,
.language-training-card,
.language-family-card {
  padding: 30px 34px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.language-sentence-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.language-sentence-flow article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.language-communication-wheel {
  position: relative;
  min-height: 250px;
}
.language-communication-wheel svg {
  position: absolute;
  inset: 4px 8%;
  width: 84%;
  height: 220px;
}
.language-communication-wheel svg path {
  fill: rgba(255, 79, 143, .035);
  stroke: rgba(255, 79, 143, .38);
  stroke-width: 2;
  stroke-dasharray: 9 11;
}
.language-communication-wheel .wheel-arrow {
  fill: none;
  stroke: rgba(255, 79, 143, .42);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.language-communication-wheel article {
  position: absolute;
  display: grid;
  justify-items: center;
  width: 144px;
  gap: 6px;
  text-align: center;
}
.language-communication-wheel article.is-0 { left: 50%; top: 0; transform: translateX(-50%); }
.language-communication-wheel article.is-1 { right: 8%; top: 92px; }
.language-communication-wheel article.is-2 { left: 50%; bottom: 0; transform: translateX(-50%); }
.language-communication-wheel article.is-3 { left: 8%; top: 92px; }
.language-communication-wheel article svg {
  position: static;
  width: 52px;
  height: 52px;
  padding: 13px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
  box-shadow: 0 12px 24px rgba(31, 37, 86, .07);
}
.language-communication-wheel article:nth-of-type(2) svg { background: #fff8e9; color: #f7a626; }
.language-communication-wheel article:nth-of-type(3) svg { background: #edf8f5; color: #2ab7a9; }
.language-communication-wheel article:nth-of-type(4) svg { background: #eef5ff; color: #5b93e8; }
.language-communication-wheel strong {
  color: var(--lang-blue);
  font-size: 14px;
  font-weight: 950;
}
.language-communication-wheel p {
  margin: 0;
  color: #65708c;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 760;
}
.language-training-grid,
.language-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.language-training-grid div,
.language-family-grid div {
  display: grid;
  min-height: 140px;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff7fa;
  text-align: center;
}
.language-training-grid div:nth-child(2),
.language-family-grid div:nth-child(2) { background: #f8f5ff; }
.language-training-grid div:nth-child(3),
.language-family-grid div:nth-child(3) { background: #fff8e9; }
.language-training-grid div:nth-child(4),
.language-family-grid div:nth-child(4) { background: #f1fbf8; }
.language-training-grid div:nth-child(5),
.language-family-grid div:nth-child(5) { background: #f3f8ff; }
.language-training-grid div:nth-child(6),
.language-family-grid div:nth-child(6) { background: #fff7fa; }
.language-training-grid svg,
.language-family-grid svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-training-grid div:nth-child(2) svg,
.language-family-grid div:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.language-training-grid div:nth-child(3) svg,
.language-family-grid div:nth-child(3) svg { background: #fff5eb; color: #ff9a24; }
.language-training-grid div:nth-child(4) svg,
.language-family-grid div:nth-child(4) svg { background: #effaf4; color: #49b86b; }
.language-training-grid div:nth-child(5) svg,
.language-family-grid div:nth-child(5) svg { background: #eef5ff; color: #5b93e8; }
.language-training-grid div:nth-child(6) svg,
.language-family-grid div:nth-child(6) svg { background: #fff1f6; color: var(--lang-pink); }
.language-module-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 164px;
  padding: 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.language-module-card > svg {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-module-card:nth-child(2) > svg { background: #f4f0ff; color: #8066ff; }
.language-module-card:nth-child(3) > svg { background: #fff5eb; color: #ff9a24; }
.language-module-card:nth-child(4) > svg { background: #effaf4; color: #49b86b; }
.language-module-card:nth-child(5) > svg { background: #eef5ff; color: #5b93e8; }
.language-module-card:nth-child(6) > svg { background: #fff1f6; color: var(--lang-pink); }
.language-module-card div {
  position: relative;
  z-index: 1;
}
.language-module-card h3 {
  margin: 0 0 10px;
  color: var(--lang-blue);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 950;
}
.language-module-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.language-misunderstanding-grid {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: 26px;
  align-items: stretch;
}
.language-misunderstanding-lead {
  padding: 34px;
  border: 1px solid rgba(237,240,247,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--lang-soft-shadow);
}
.language-misunderstanding-lead .language-kicker {
  margin-bottom: 16px;
}
.language-misunderstanding-lead h2 {
  margin: 0;
  color: var(--lang-blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 950;
}
.language-misunderstanding-lead p {
  margin: 18px 0 0;
  color: #65708c;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 760;
}
.language-misunderstanding-list,
.language-faq-list {
  display: grid;
  gap: 14px;
}
.language-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.language-misunderstanding-list article,
.language-faq-list article {
  padding: 24px 26px;
  border: 1px solid rgba(237,240,247,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: var(--lang-soft-shadow);
}
.language-misunderstanding-list strong,
.language-faq-list strong {
  display: block;
  color: var(--lang-blue);
  font-size: 17px;
  line-height: 1.38;
  font-weight: 950;
}
.language-misunderstanding-list p,
.language-faq-list p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 760;
}
.language-faq-card {
  padding: 34px;
}
.language-stage-section {
  padding-top: 8px;
}
.language-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 22px 16px;
  border: 1px solid rgba(255, 79, 143, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
}
.language-stage-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 143, .36), rgba(247, 166, 38, .26), rgba(42, 183, 169, .30), rgba(91, 147, 232, .28));
}
.language-stage-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.language-stage-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 33px;
  color: rgba(31, 37, 86, .25);
  font-size: 18px;
  font-weight: 950;
}
.language-stage-line span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--lang-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(255, 79, 143, .16);
}
.language-stage-line article:nth-child(2) span { background: #f7a626; }
.language-stage-line article:nth-child(3) span { background: #2ab7a9; }
.language-stage-line article:nth-child(4) span { background: #5b93e8; }
.language-stage-line strong {
  color: var(--lang-blue);
  font-size: 15px;
  font-weight: 950;
}
.language-stage-line p {
  max-width: 222px;
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 760;
}
.language-cta-section {
  padding: 30px 0 28px;
}
.language-cta-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 172px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 14%, rgba(91, 147, 232, .08), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #f3fbff 100%);
  box-shadow: var(--lang-soft-shadow);
}
.language-cta-card figure {
  position: relative;
  align-self: stretch;
  min-height: 166px;
  margin: 0;
}
.language-report {
  position: absolute;
  left: 16px;
  bottom: 18px;
  width: 150px;
  height: 128px;
  padding: 16px;
  border: 1px solid rgba(31, 37, 86, .10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(31, 37, 86, .10);
  transform: rotate(-4deg);
}
.language-report strong {
  display: block;
  color: var(--lang-blue);
  font-size: 14px;
  font-weight: 950;
}
.language-report i {
  display: block;
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: #edf2ff;
}
.language-report i:nth-of-type(2) { width: 72%; background: #fff1f6; }
.language-report i:nth-of-type(3) { width: 58%; background: #edf8f5; }
.language-report span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--lang-pink);
}
.language-mini-chain {
  position: absolute;
  left: 150px;
  bottom: 40px;
  display: flex;
  gap: 8px;
}
.language-mini-chain span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--lang-pink);
  box-shadow: 0 14px 24px rgba(31,37,86,.08);
}
.language-mini-chain span:nth-child(2) { color: #f7a626; }
.language-mini-chain span:nth-child(3) { color: #2ab7a9; }
.language-mini-chain span:nth-child(4) { color: #5b93e8; }
.language-cta-card h2 {
  margin: 0;
  color: var(--lang-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.language-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 760;
}
.language-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.language-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.language-trust-strip {
  padding: 16px 0 50px;
}
.language-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, .74);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--lang-soft-shadow);
}
.language-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.language-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.language-trust-strip strong,
.language-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.language-trust-strip strong {
  color: var(--lang-blue);
  font-size: 15px;
  font-weight: 950;
}
.language-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .language-hero-grid,
  .language-two-grid,
  .language-misunderstanding-grid {
    grid-template-columns: 1fr;
  }
  .language-hero-loop {
    min-height: 0;
  }
  .language-sign-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .language-parent-grid,
  .language-assessment-grid,
  .language-module-grid,
  .language-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .language-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .language-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .language-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.language-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .language-hero {
    padding: 44px 0 28px;
  }
  .language-hero-copy h1 {
    font-size: 38px;
  }
  .language-hero-copy h2 {
    font-size: 27px;
  }
  .language-hero-copy > p {
    font-size: 16px;
  }
  .language-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .language-hero-loop {
    min-height: 0;
  }
  .language-hero-board {
    padding: 20px;
  }
  .language-board-title,
  .language-board-note {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 15px;
  }
  .language-board-title span,
  .language-board-note span {
    width: 52px;
    height: 52px;
  }
  .language-board-title strong {
    font-size: 18px;
  }
  .language-board-flow {
    grid-template-columns: 1fr;
  }
  .language-board-flow article {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    text-align: left;
  }
  .language-board-flow article::after {
    display: none;
  }
  .language-sign-grid,
  .language-parent-grid,
  .language-assessment-grid,
  .language-module-grid,
  .language-faq-list,
  .language-chain-card,
  .language-sentence-flow,
  .language-training-grid,
  .language-family-grid,
  .language-stage-line,
  .language-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .language-sign-card,
  .language-parent-card,
  .language-assessment-card,
  .language-module-card,
  .language-chain-card,
  .language-sentence-card,
  .language-loop-card,
  .language-training-card,
  .language-family-card,
  .language-faq-card,
  .language-misunderstanding-lead,
  .language-misunderstanding-list article,
  .language-faq-list article {
    padding: 26px 22px;
  }
  .language-module-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }
  .language-module-card > svg {
    width: 54px;
    height: 54px;
  }
  .language-chain-card {
    gap: 22px;
  }
  .language-chain-card article,
  .language-sentence-flow article,
  .language-stage-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .language-chain-card article::after,
  .language-sentence-flow article::after,
  .language-stage-line::before,
  .language-stage-line article::after {
    display: none;
  }
  .language-chain-card span,
  .language-sentence-flow span,
  .language-stage-line span {
    grid-row: 1 / span 2;
  }
  .language-communication-wheel {
    min-height: 520px;
  }
  .language-communication-wheel svg {
    inset: 70px 0;
    width: 100%;
  }
  .language-communication-wheel article {
    width: 132px;
  }
  .language-communication-wheel article.is-0 { top: 0; }
  .language-communication-wheel article.is-1 { right: 0; top: 174px; }
  .language-communication-wheel article.is-2 { bottom: 0; }
  .language-communication-wheel article.is-3 { left: 0; top: 174px; }
  .language-training-grid div,
  .language-family-grid div {
    grid-template-columns: 58px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    padding: 16px;
    text-align: left;
  }
  .language-training-grid svg,
  .language-family-grid svg {
    grid-row: 1 / span 2;
  }
  .language-stage-line {
    gap: 22px;
    padding: 24px;
  }
  .language-stage-line p {
    max-width: none;
  }
  .language-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .language-cta-card figure {
    min-height: 142px;
    order: 2;
  }
  .language-report {
    left: 12px;
    bottom: 8px;
    width: 132px;
    height: 116px;
  }
  .language-mini-chain {
    left: 130px;
    bottom: 34px;
    gap: 4px;
  }
  .language-mini-chain span {
    width: 40px;
    height: 40px;
  }
  .language-cta-card article {
    order: 1;
  }
  .language-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.adhd-detail-page {
  --adhd-pink: #ff4f8f;
  --adhd-blue: #1f2556;
  --adhd-muted: #6d7896;
  --adhd-line: #edf0f7;
  --adhd-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --adhd-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--adhd-blue);
  background:
    radial-gradient(circle at 84% 7%, rgba(255, 210, 150, 0.16), transparent 24%),
    radial-gradient(circle at 12% 54%, rgba(255, 79, 143, 0.052), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 48%, #fff8fb 76%, #fff 100%);
}
body.adhd-detail-page .wrap {
  max-width: 1320px;
}
.adhd-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 247, 250, 0.72) 100%);
}
.adhd-hero-grid {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(520px, 1.08fr);
  gap: 46px;
  align-items: center;
}
.adhd-kicker {
  margin: 0 0 18px;
  color: var(--adhd-pink);
  font-size: 15px;
  font-weight: 950;
}
.adhd-kicker::before,
.adhd-kicker::after,
.adhd-section-head.is-center h2::before,
.adhd-section-head.is-center h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--adhd-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.adhd-kicker::after,
.adhd-section-head.is-center h2::after {
  margin: 0 0 2px 9px;
}
.adhd-hero-copy h1,
.adhd-hero-copy h2 {
  margin: 0;
  color: var(--adhd-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.adhd-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.12;
}
.adhd-hero-copy h2 {
  max-width: 560px;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.46;
}
.adhd-hero-copy h2 span {
  color: var(--adhd-pink);
}
.adhd-hero-copy > p {
  margin: 16px 0 22px;
  color: #303a67;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 760;
}
.adhd-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}
.adhd-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.adhd-hero-values svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-hero-values article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.adhd-hero-values article:nth-child(3) svg { background: #fff5eb; color: #ff8a1d; }
.adhd-hero-values article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.adhd-hero-values strong,
.adhd-hero-values span {
  display: block;
}
.adhd-hero-values strong {
  color: var(--adhd-blue);
  font-size: 13px;
  font-weight: 950;
}
.adhd-hero-values span {
  color: #6a748f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.adhd-hero-scene {
  position: relative;
  min-height: 340px;
  margin: 0;
}
.adhd-hero-scene::before {
  content: "";
  position: absolute;
  inset: 7% 0 1% 5%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(129, 151, 201, 0.08), transparent 64%);
}
.adhd-hero-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  margin-left: auto;
  animation: adhdFloat 5.8s ease-in-out infinite;
  filter: drop-shadow(0 22px 34px rgba(31, 37, 86, 0.08));
}
.adhd-hero-steps {
  position: absolute;
  z-index: 2;
  left: 38px;
  right: 28px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.adhd-hero-steps span {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 62px;
  padding: 9px 10px;
  border: 1px solid rgba(237, 240, 247, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(31, 37, 86, 0.09);
}
.adhd-hero-steps svg {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 14px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-hero-steps span:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.adhd-hero-steps span:nth-child(3) svg { background: #fff5eb; color: #ff9a24; }
.adhd-hero-steps span:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.adhd-hero-steps strong,
.adhd-hero-steps em {
  display: block;
  min-width: 0;
  font-style: normal;
}
.adhd-hero-steps strong {
  color: var(--adhd-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
}
.adhd-hero-steps em {
  color: #6a748f;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 760;
}
@keyframes adhdFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.adhd-sign-section,
.adhd-parent-section,
.adhd-insight-section,
.adhd-support-section,
.adhd-assessment-section,
.adhd-module-section,
.adhd-misunderstanding-section,
.adhd-faq-section,
.adhd-stage-section {
  padding: 28px 0;
}
.adhd-section-head {
  margin-bottom: 22px;
}
.adhd-section-head.is-center {
  max-width: 820px;
  margin: 0 auto 26px;
  text-align: center;
}
.adhd-section-head h2 {
  margin: 0;
  color: var(--adhd-blue);
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.adhd-section-head p {
  margin: 13px 0 0;
  color: var(--adhd-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.adhd-sign-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.adhd-sign-card,
.adhd-parent-card,
.adhd-assessment-card,
.adhd-module-card,
.adhd-radar-card,
.adhd-impact-card,
.adhd-help-card,
.adhd-family-card,
.adhd-faq-card {
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--adhd-soft-shadow);
}
.adhd-sign-card {
  display: grid;
  min-height: 178px;
  justify-items: center;
  align-content: start;
  padding: 28px 18px 22px;
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.adhd-sign-card:hover,
.adhd-parent-card:hover,
.adhd-assessment-card:hover,
.adhd-module-card:hover,
.adhd-radar-card:hover,
.adhd-impact-card:hover,
.adhd-help-card:hover,
.adhd-family-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, 0.28);
  box-shadow: var(--adhd-shadow);
}
.adhd-sign-card svg {
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-sign-card:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.adhd-sign-card:nth-child(3) svg { background: #fff5eb; color: #ff9a24; }
.adhd-sign-card:nth-child(4) svg { background: #effaf4; color: #49b86b; }
.adhd-sign-card:nth-child(5) svg { background: #eef5ff; color: #5b93e8; }
.adhd-sign-card:nth-child(6) svg { background: #fff8e9; color: #f7a626; }
.adhd-sign-card strong {
  margin-top: 14px;
  color: var(--adhd-blue);
  font-size: 18px;
  font-weight: 950;
}
.adhd-sign-card p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 760;
}
.adhd-parent-section,
.adhd-assessment-section,
.adhd-misunderstanding-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 79, 143, 0.055), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(91, 147, 232, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 252, 0.82), rgba(248, 251, 255, 0.76));
}
.adhd-parent-grid,
.adhd-assessment-grid,
.adhd-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.adhd-parent-card,
.adhd-assessment-card {
  position: relative;
  min-height: 190px;
  padding: 26px 24px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.adhd-parent-card::before,
.adhd-assessment-card::before,
.adhd-module-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 86px;
  height: 86px;
  border-radius: 18px 0 86px 0;
  background: rgba(255, 79, 143, 0.055);
}
.adhd-parent-card:nth-child(2)::before,
.adhd-assessment-card:nth-child(2)::before,
.adhd-module-card:nth-child(2)::before { background: rgba(128, 102, 255, 0.06); }
.adhd-parent-card:nth-child(3)::before,
.adhd-assessment-card:nth-child(3)::before,
.adhd-module-card:nth-child(3)::before { background: rgba(255, 154, 36, 0.07); }
.adhd-parent-card:nth-child(4)::before,
.adhd-assessment-card:nth-child(4)::before,
.adhd-module-card:nth-child(4)::before { background: rgba(73, 184, 107, 0.07); }
.adhd-parent-card:nth-child(5)::before,
.adhd-assessment-card:nth-child(5)::before,
.adhd-module-card:nth-child(5)::before { background: rgba(91, 147, 232, 0.07); }
.adhd-parent-card:nth-child(6)::before,
.adhd-assessment-card:nth-child(6)::before,
.adhd-module-card:nth-child(6)::before { background: rgba(255, 79, 143, 0.055); }
.adhd-parent-card > svg,
.adhd-assessment-card > svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 16px;
  background: #fff1f6;
  color: var(--adhd-pink);
  box-shadow: 0 12px 24px rgba(255, 79, 143, 0.10);
}
.adhd-parent-card:nth-child(2) > svg,
.adhd-assessment-card:nth-child(2) > svg { background: #f4f0ff; color: #8066ff; }
.adhd-parent-card:nth-child(3) > svg,
.adhd-assessment-card:nth-child(3) > svg { background: #fff5eb; color: #ff9a24; }
.adhd-parent-card:nth-child(4) > svg,
.adhd-assessment-card:nth-child(4) > svg { background: #effaf4; color: #49b86b; }
.adhd-parent-card:nth-child(5) > svg,
.adhd-assessment-card:nth-child(5) > svg { background: #eef5ff; color: #5b93e8; }
.adhd-parent-card:nth-child(6) > svg,
.adhd-assessment-card:nth-child(6) > svg { background: #fff1f6; color: var(--adhd-pink); }
.adhd-parent-card strong,
.adhd-assessment-card h3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 16px 0 10px;
  color: var(--adhd-blue);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}
.adhd-parent-card p,
.adhd-assessment-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.adhd-insight-grid,
.adhd-two-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.24fr);
  gap: 24px;
}
.adhd-radar-card,
.adhd-impact-card,
.adhd-help-card,
.adhd-family-card {
  padding: 30px 34px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.adhd-radar {
  position: relative;
  width: min(100%, 390px);
  margin: 4px auto 0;
  aspect-ratio: 1.08 / 1;
}
.adhd-radar svg {
  position: absolute;
  inset: 10% 9% 4%;
  width: 82%;
  height: 82%;
}
.adhd-radar .ring,
.adhd-radar line {
  fill: rgba(255, 79, 143, 0.035);
  stroke: rgba(31, 37, 86, 0.16);
  stroke-width: 1;
}
.adhd-radar .score {
  fill: rgba(255, 79, 143, 0.16);
  stroke: rgba(255, 79, 143, 0.68);
  stroke-width: 2;
}
.adhd-radar circle {
  fill: var(--adhd-pink);
  stroke: #fff;
  stroke-width: 2;
}
.adhd-radar span {
  position: absolute;
  color: #65708c;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}
.adhd-radar .is-0 { left: 48%; top: 0; transform: translateX(-50%); width: 76px; }
.adhd-radar .is-1 { right: 1%; top: 28%; width: 72px; }
.adhd-radar .is-2 { right: 4%; bottom: 23%; width: 64px; }
.adhd-radar .is-3 { left: 50%; bottom: 0; transform: translateX(-50%); width: 78px; }
.adhd-radar .is-4 { left: 0; bottom: 24%; width: 64px; }
.adhd-radar .is-5 { left: 0; top: 28%; width: 78px; }
.adhd-impact-table {
  display: grid;
  gap: 7px;
}
.adhd-impact-header,
.adhd-impact-row {
  display: grid;
  grid-template-columns: 108px repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.adhd-impact-header strong {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 54px;
  align-content: center;
  color: var(--adhd-blue);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}
.adhd-impact-header svg {
  width: 25px;
  height: 25px;
  color: #5b93e8;
}
.adhd-impact-header strong:nth-child(3) svg { color: #2ab7a9; }
.adhd-impact-header strong:nth-child(4) svg { color: #8066ff; }
.adhd-impact-header em {
  display: block;
  color: #78839d;
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}
.adhd-impact-row strong,
.adhd-impact-row span {
  display: grid;
  min-height: 43px;
  align-items: center;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}
.adhd-impact-row strong {
  justify-items: center;
  color: var(--adhd-pink);
  background: #fff0f5;
}
.adhd-impact-row span {
  color: #63708d;
  background: #f7f8fc;
}
.adhd-help-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.adhd-help-flow article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.adhd-help-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 35px;
  color: rgba(31, 37, 86, 0.30);
  font-size: 20px;
  font-weight: 950;
}
.adhd-help-flow span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  background: #f2f5ff;
  color: #4d65d8;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.adhd-help-flow article:nth-child(2) span { background: #fff5eb; color: #ff9a24; }
.adhd-help-flow article:nth-child(3) span { background: #effaf4; color: #49b86b; }
.adhd-help-flow article:nth-child(4) span { background: #f4f0ff; color: #8066ff; }
.adhd-help-flow article:nth-child(5) span { background: #fff1f6; color: var(--adhd-pink); }
.adhd-help-flow article.is-current span {
  transform: translateY(-4px);
  background: var(--adhd-pink);
  color: #fff;
}
.adhd-help-flow svg {
  width: 32px;
  height: 32px;
}
.adhd-help-flow strong,
.adhd-family-grid strong {
  color: var(--adhd-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}
.adhd-help-flow p,
.adhd-family-grid p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.adhd-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.adhd-family-grid div {
  display: grid;
  min-height: 138px;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff7fa;
  text-align: center;
}
.adhd-family-grid div:nth-child(2) { background: #f8f5ff; }
.adhd-family-grid div:nth-child(3) { background: #fff7ea; }
.adhd-family-grid div:nth-child(4) { background: #f1fbf8; }
.adhd-family-grid svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-family-grid div:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.adhd-family-grid div:nth-child(3) svg { background: #fff5eb; color: #ff9a24; }
.adhd-family-grid div:nth-child(4) svg { background: #effaf4; color: #49b86b; }
.adhd-module-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 164px;
  padding: 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.adhd-module-card > svg {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-module-card:nth-child(2) > svg { background: #f4f0ff; color: #8066ff; }
.adhd-module-card:nth-child(3) > svg { background: #fff5eb; color: #ff9a24; }
.adhd-module-card:nth-child(4) > svg { background: #effaf4; color: #49b86b; }
.adhd-module-card:nth-child(5) > svg { background: #eef5ff; color: #5b93e8; }
.adhd-module-card:nth-child(6) > svg { background: #fff1f6; color: var(--adhd-pink); }
.adhd-module-card div {
  position: relative;
  z-index: 1;
}
.adhd-module-card h3 {
  margin: 0 0 10px;
  color: var(--adhd-blue);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 950;
}
.adhd-module-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.adhd-misunderstanding-grid {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: 26px;
  align-items: stretch;
}
.adhd-misunderstanding-lead {
  padding: 34px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--adhd-soft-shadow);
}
.adhd-misunderstanding-lead .adhd-kicker {
  margin-bottom: 16px;
}
.adhd-misunderstanding-lead h2 {
  margin: 0;
  color: var(--adhd-blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 950;
}
.adhd-misunderstanding-lead p {
  margin: 18px 0 0;
  color: #65708c;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 760;
}
.adhd-misunderstanding-list {
  display: grid;
  gap: 14px;
}
.adhd-misunderstanding-list article,
.adhd-faq-list article {
  padding: 24px 26px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--adhd-soft-shadow);
}
.adhd-misunderstanding-list strong,
.adhd-faq-list strong {
  display: block;
  color: var(--adhd-blue);
  font-size: 17px;
  line-height: 1.38;
  font-weight: 950;
}
.adhd-misunderstanding-list p,
.adhd-faq-list p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 760;
}
.adhd-stage-section {
  padding-top: 8px;
}
.adhd-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 22px 16px;
  border: 1px solid rgba(255, 79, 143, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
}
.adhd-stage-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 143, 0.36), rgba(128, 102, 255, 0.30), rgba(42, 183, 169, 0.30));
}
.adhd-stage-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.adhd-stage-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 33px;
  color: rgba(31, 37, 86, 0.25);
  font-size: 18px;
  font-weight: 950;
}
.adhd-stage-line span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--adhd-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(255, 79, 143, 0.16);
}
.adhd-stage-line article:nth-child(2) span { background: #8066ff; }
.adhd-stage-line article:nth-child(3) span { background: #ff9a24; }
.adhd-stage-line article:nth-child(4) span { background: #2ab7a9; }
.adhd-stage-line strong {
  color: var(--adhd-blue);
  font-size: 15px;
  font-weight: 950;
}
.adhd-stage-line p {
  max-width: 222px;
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 760;
}
.adhd-faq-card {
  padding: 34px;
}
.adhd-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.adhd-cta-section {
  padding: 30px 0 28px;
}
.adhd-cta-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 172px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 79, 143, 0.08), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #fff4ef 100%);
  box-shadow: var(--adhd-soft-shadow);
}
.adhd-cta-card figure {
  position: relative;
  align-self: end;
  height: 158px;
  margin: 0;
}
.adhd-report-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 134px;
  padding: 20px 20px 16px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 38px rgba(31, 37, 86, 0.12);
}
.adhd-report-card strong {
  display: block;
  color: var(--adhd-blue);
  font-size: 17px;
  font-weight: 950;
}
.adhd-report-card i {
  display: block;
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: #edf0f7;
}
.adhd-report-card i:nth-of-type(1) { width: 88%; }
.adhd-report-card i:nth-of-type(2) { width: 70%; background: #fff0f5; }
.adhd-report-card i:nth-of-type(3) { width: 78%; background: #f2f5ff; }
.adhd-report-card span {
  position: absolute;
  right: -18px;
  bottom: -16px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 20px;
  background: var(--adhd-pink);
  color: #fff;
  box-shadow: 0 18px 30px rgba(255, 79, 143, 0.18);
}
.adhd-report-card svg {
  width: 30px;
  height: 30px;
}
.adhd-mini-routine {
  position: absolute;
  left: 160px;
  bottom: 40px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(237, 240, 247, 0.84);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(31, 37, 86, 0.08);
}
.adhd-mini-routine span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--adhd-pink);
}
.adhd-mini-routine span:nth-child(2) { background: #f4f0ff; color: #8066ff; }
.adhd-mini-routine span:nth-child(3) { background: #fff5eb; color: #ff9a24; }
.adhd-mini-routine span:nth-child(4) { background: #edf8f5; color: #2ab7a9; }
.adhd-mini-routine svg {
  width: 22px;
  height: 22px;
}
.adhd-cta-card h2 {
  margin: 0;
  color: var(--adhd-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.adhd-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 760;
}
.adhd-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.adhd-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.adhd-trust-strip {
  padding: 16px 0 50px;
}
.adhd-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--adhd-soft-shadow);
}
.adhd-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.adhd-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.adhd-trust-strip strong,
.adhd-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.adhd-trust-strip strong {
  color: var(--adhd-blue);
  font-size: 15px;
  font-weight: 950;
}
.adhd-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .adhd-hero-grid,
  .adhd-insight-grid,
  .adhd-two-grid,
  .adhd-misunderstanding-grid {
    grid-template-columns: 1fr;
  }
  .adhd-hero-scene {
    min-height: 420px;
  }
  .adhd-hero-scene img {
    margin: 0 auto;
  }
  .adhd-sign-grid,
  .adhd-parent-grid,
  .adhd-assessment-grid,
  .adhd-module-grid,
  .adhd-faq-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .adhd-parent-grid,
  .adhd-assessment-grid,
  .adhd-module-grid,
  .adhd-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adhd-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adhd-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .adhd-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.adhd-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .adhd-hero {
    padding: 44px 0 28px;
  }
  .adhd-hero-copy h1 {
    font-size: 31px;
  }
  .adhd-hero-copy h2 {
    font-size: 22px;
  }
  .adhd-hero-copy > p {
    font-size: 16px;
  }
  .adhd-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adhd-hero-scene {
    min-height: 332px;
  }
  .adhd-hero-steps {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -6px;
  }
  .adhd-hero-steps span {
    min-height: 66px;
  }
  .adhd-sign-grid,
  .adhd-parent-grid,
  .adhd-assessment-grid,
  .adhd-module-grid,
  .adhd-faq-list,
  .adhd-trust-strip .wrap,
  .adhd-family-grid {
    grid-template-columns: 1fr;
  }
  .adhd-sign-card,
  .adhd-parent-card,
  .adhd-assessment-card,
  .adhd-module-card,
  .adhd-radar-card,
  .adhd-impact-card,
  .adhd-help-card,
  .adhd-family-card,
  .adhd-faq-card,
  .adhd-misunderstanding-lead,
  .adhd-misunderstanding-list article,
  .adhd-faq-list article {
    padding: 26px 22px;
  }
  .adhd-module-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }
  .adhd-module-card > svg {
    width: 54px;
    height: 54px;
  }
  .adhd-impact-header {
    display: none;
  }
  .adhd-impact-row {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 16px;
    background: #f9faff;
  }
  .adhd-impact-row strong,
  .adhd-impact-row span {
    justify-items: start;
    min-height: 0;
  }
  .adhd-impact-row span::before {
    display: block;
    margin-bottom: 4px;
    color: var(--adhd-pink);
    font-size: 11px;
    font-weight: 950;
  }
  .adhd-impact-row span:nth-child(2)::before { content: "学习场景"; }
  .adhd-impact-row span:nth-child(3)::before { content: "生活场景"; }
  .adhd-impact-row span:nth-child(4)::before { content: "社交场景"; }
  .adhd-help-flow,
  .adhd-stage-line {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .adhd-help-flow article,
  .adhd-stage-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .adhd-help-flow article::after,
  .adhd-stage-line::before,
  .adhd-stage-line article::after {
    display: none;
  }
  .adhd-help-flow span,
  .adhd-stage-line span {
    grid-row: 1 / span 2;
  }
  .adhd-stage-line {
    padding: 24px;
  }
  .adhd-stage-line p {
    max-width: none;
  }
  .adhd-family-grid div {
    grid-template-columns: 58px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    padding: 16px;
    text-align: left;
  }
  .adhd-family-grid svg {
    grid-row: 1 / span 2;
  }
  .adhd-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .adhd-cta-card figure {
    height: 132px;
    order: 2;
  }
  .adhd-report-card {
    left: 50%;
    bottom: 0;
    transform: translateX(-82%);
    width: 152px;
    height: 118px;
    padding: 16px;
  }
  .adhd-mini-routine {
    left: 50%;
    bottom: 30px;
    gap: 5px;
  }
  .adhd-mini-routine span {
    width: 34px;
    height: 34px;
  }
  .adhd-cta-card article {
    order: 1;
  }
  .adhd-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.development-detail-page {
  --dev-pink: #ff4f8f;
  --dev-blue: #1f2556;
  --dev-muted: #6d7896;
  --dev-line: #edf0f7;
  --dev-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --dev-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--dev-blue);
  background:
    radial-gradient(circle at 80% 5%, rgba(255, 211, 153, 0.16), transparent 24%),
    radial-gradient(circle at 8% 58%, rgba(255, 79, 143, 0.055), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff 50%, #fff8fb 78%, #fff 100%);
}
body.development-detail-page .wrap {
  max-width: 1320px;
}
.development-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 246, 249, 0.78) 100%);
}
.development-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(580px, 1.12fr);
  gap: 44px;
  align-items: center;
}
.development-kicker {
  margin: 0 0 18px;
  color: var(--dev-pink);
  font-size: 15px;
  font-weight: 950;
}
.development-kicker::before,
.development-kicker::after,
.development-section-head.is-center h2::before,
.development-section-head.is-center h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--dev-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.development-kicker::after,
.development-section-head.is-center h2::after {
  margin: 0 0 2px 9px;
}
.development-hero-copy h1,
.development-hero-copy h2 {
  margin: 0;
  color: var(--dev-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.development-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.12;
}
.development-hero-copy h2 {
  margin-top: 14px;
  font-size: clamp(23px, 2.2vw, 28px);
  line-height: 1.42;
}
.development-hero-copy h2 span {
  color: var(--dev-pink);
}
.development-hero-copy > p {
  margin: 16px 0 20px;
  color: #303a67;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 760;
}
.development-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
}
.development-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.development-hero-values svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--dev-pink);
}
.development-hero-values article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.development-hero-values article:nth-child(3) svg { background: #fff5eb; color: #ff8a1d; }
.development-hero-values article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.development-hero-values strong,
.development-hero-values span {
  display: block;
}
.development-hero-values strong {
  color: var(--dev-blue);
  font-size: 13px;
  font-weight: 950;
}
.development-hero-values span {
  color: #6a748f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.development-hero-scene {
  position: relative;
  min-height: 288px;
  margin: 0;
}
.development-hero-scene::before {
  content: "";
  position: absolute;
  inset: 8% 0 2% 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 79, 143, 0.075), transparent 64%);
}
.development-hero-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 590px);
  margin-left: auto;
  animation: developmentFloat 5.8s ease-in-out infinite;
  filter: drop-shadow(0 24px 34px rgba(31, 37, 86, 0.08));
}
@keyframes developmentFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.development-sign-section,
.development-domain-section,
.development-map-section,
.development-assessment-section,
.development-training-section,
.development-module-section,
.development-faq-section,
.development-stage-section {
  padding: 28px 0;
}
.development-section-head {
  margin-bottom: 24px;
}
.development-section-head.is-center {
  max-width: 820px;
  margin: 0 auto 26px;
  text-align: center;
}
.development-section-head h2 {
  margin: 0;
  color: var(--dev-blue);
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.development-section-head p {
  margin: 13px 0 0;
  color: var(--dev-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.development-sign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.development-sign-card,
.development-domain-card,
.development-assessment-card,
.development-module-card,
.development-radar-card,
.development-route-preview,
.development-training-card,
.development-family-card {
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--dev-soft-shadow);
}
.development-sign-card {
  display: grid;
  min-height: 176px;
  justify-items: center;
  align-content: start;
  padding: 30px 22px 24px;
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.development-sign-card:hover,
.development-domain-card:hover,
.development-module-card:hover,
.development-radar-card:hover,
.development-route-preview:hover,
.development-training-card:hover,
.development-family-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, 0.28);
  box-shadow: var(--dev-shadow);
}
.development-sign-card svg {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--dev-pink);
}
.development-sign-card:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.development-sign-card:nth-child(3) svg { background: #eef5ff; color: #5b93e8; }
.development-sign-card:nth-child(4) svg { background: #fff5eb; color: #ff8a1d; }
.development-sign-card:nth-child(5) svg { background: #edf8f5; color: #2ab7a9; }
.development-sign-card:nth-child(6) svg { background: #fff1f6; color: var(--dev-pink); }
.development-sign-card strong {
  margin-top: 15px;
  color: var(--dev-blue);
  font-size: 20px;
  font-weight: 950;
}
.development-sign-card p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 760;
}
.development-domain-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 79, 143, 0.055), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(91, 147, 232, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 252, 0.8), rgba(248, 251, 255, 0.76));
}
.development-domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.development-domain-card {
  position: relative;
  min-height: 244px;
  padding: 26px 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.development-domain-card::before,
.development-module-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 90px;
  height: 90px;
  border-radius: 18px 0 90px 0;
  background: rgba(255, 79, 143, 0.055);
}
.development-domain-card:nth-child(2)::before,
.development-module-card:nth-child(2)::before { background: rgba(128, 102, 255, 0.06); }
.development-domain-card:nth-child(3)::before,
.development-module-card:nth-child(3)::before { background: rgba(91, 147, 232, 0.07); }
.development-domain-card:nth-child(4)::before,
.development-module-card:nth-child(4)::before { background: rgba(255, 154, 36, 0.07); }
.development-domain-card:nth-child(5)::before,
.development-module-card:nth-child(5)::before { background: rgba(42, 183, 169, 0.07); }
.development-domain-card:nth-child(6)::before,
.development-module-card:nth-child(6)::before { background: rgba(255, 79, 143, 0.055); }
.development-domain-card > svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 16px;
  background: #fff1f6;
  color: var(--dev-pink);
  box-shadow: 0 12px 24px rgba(255, 79, 143, 0.10);
}
.development-domain-card:nth-child(2) > svg { background: #f4f0ff; color: #8066ff; }
.development-domain-card:nth-child(3) > svg { background: #eef5ff; color: #5b93e8; }
.development-domain-card:nth-child(4) > svg { background: #fff5eb; color: #ff9a24; }
.development-domain-card:nth-child(5) > svg { background: #edf8f5; color: #2ab7a9; }
.development-domain-card:nth-child(6) > svg { background: #fff1f6; color: var(--dev-pink); }
.development-domain-card h3 {
  position: relative;
  z-index: 1;
  margin: 17px 0 12px;
  color: var(--dev-blue);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}
.development-domain-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.development-domain-card li {
  position: relative;
  padding-left: 16px;
  color: #65708c;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 760;
}
.development-domain-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--dev-pink);
}
.development-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.36fr);
  gap: 24px;
}
.development-radar-card,
.development-route-preview,
.development-training-card,
.development-family-card {
  padding: 30px 34px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.development-radar {
  position: relative;
  width: min(100%, 390px);
  margin: 4px auto 0;
  aspect-ratio: 1.08 / 1;
}
.development-radar svg {
  position: absolute;
  inset: 10% 9% 4%;
  width: 82%;
  height: 82%;
}
.development-radar .ring,
.development-radar line {
  fill: rgba(255, 79, 143, 0.035);
  stroke: rgba(31, 37, 86, 0.16);
  stroke-width: 1;
}
.development-radar .score {
  fill: rgba(255, 79, 143, 0.16);
  stroke: rgba(255, 79, 143, 0.68);
  stroke-width: 2;
}
.development-radar circle {
  fill: var(--dev-pink);
  stroke: #fff;
  stroke-width: 2;
}
.development-radar span {
  position: absolute;
  color: #65708c;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}
.development-radar .is-0 { left: 48%; top: 0; transform: translateX(-50%); }
.development-radar .is-1 { right: 2%; top: 28%; width: 72px; }
.development-radar .is-2 { right: 4%; bottom: 23%; width: 64px; }
.development-radar .is-3 { left: 50%; bottom: 0; transform: translateX(-50%); }
.development-radar .is-4 { left: 0; bottom: 24%; width: 64px; }
.development-radar .is-5 { left: 0; top: 28%; width: 78px; }
.development-route-mini {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-top: 8px;
}
.development-route-mini article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}
.development-route-mini article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 39px;
  color: rgba(31, 37, 86, 0.34);
  font-size: 20px;
  font-weight: 950;
}
.development-route-mini span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--dev-pink);
  box-shadow: 0 14px 30px rgba(255, 79, 143, 0.11);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.development-route-mini article:nth-child(2) span { background: #f4f0ff; color: #8066ff; }
.development-route-mini article:nth-child(3) span { background: #eef5ff; color: #5b93e8; }
.development-route-mini article:nth-child(4) span { background: #edf8f5; color: #33b692; }
.development-route-mini article:nth-child(5) span { background: #fff5eb; color: #ff9a24; }
.development-route-mini article.is-current span {
  transform: translateY(-4px);
  background: var(--dev-pink);
  color: #fff;
}
.development-route-mini svg {
  width: 34px;
  height: 34px;
}
.development-route-mini strong {
  color: var(--dev-blue);
  font-size: 15px;
  font-weight: 950;
}
.development-route-mini p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}
.development-assessment-card {
  padding: 34px;
  border-color: rgba(255, 79, 143, 0.13);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 79, 143, 0.075), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
}
.development-assessment-card .development-section-head {
  max-width: 850px;
}
.development-assessment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.development-assessment-grid article {
  min-height: 150px;
  padding: 20px 18px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}
.development-assessment-grid svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 15px;
  background: #fff1f6;
  color: var(--dev-pink);
}
.development-assessment-grid article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.development-assessment-grid article:nth-child(3) svg { background: #eef5ff; color: #5b93e8; }
.development-assessment-grid article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.development-assessment-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--dev-blue);
  font-size: 16px;
  font-weight: 950;
}
.development-assessment-grid p {
  margin: 8px 0 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 760;
}
.development-medical-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255, 245, 235, 0.82);
  color: #6b5572;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 760;
}
.development-medical-note svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #ff9a24;
}
.development-two-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}
.development-training-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.development-training-row div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.development-training-row div:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -9px;
  top: 30px;
  color: rgba(31, 37, 86, 0.28);
  font-size: 24px;
  font-weight: 950;
}
.development-training-row svg,
.development-family-grid svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--dev-pink);
}
.development-training-row div:nth-child(2) svg,
.development-family-grid div:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.development-training-row div:nth-child(3) svg,
.development-family-grid div:nth-child(3) svg { background: #eef5ff; color: #5b93e8; }
.development-training-row div:nth-child(4) svg,
.development-family-grid div:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.development-training-row div:nth-child(5) svg { background: #fff5eb; color: #ff9a24; }
.development-training-row strong,
.development-family-grid strong {
  color: var(--dev-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}
.development-training-row p,
.development-family-grid p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.development-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.development-family-grid div {
  display: grid;
  min-height: 128px;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 16px;
  background: #fff7fa;
  text-align: center;
}
.development-family-grid div:nth-child(2) { background: #f8f5ff; }
.development-family-grid div:nth-child(3) { background: #f3f8ff; }
.development-family-grid div:nth-child(4) { background: #f1fbf8; }
.development-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.development-module-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 164px;
  padding: 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.development-module-card > svg {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--dev-pink);
}
.development-module-card:nth-child(2) > svg { background: #f4f0ff; color: #8066ff; }
.development-module-card:nth-child(3) > svg { background: #eef5ff; color: #5b93e8; }
.development-module-card:nth-child(4) > svg { background: #fff5eb; color: #ff9a24; }
.development-module-card:nth-child(5) > svg { background: #edf8f5; color: #2ab7a9; }
.development-module-card:nth-child(6) > svg { background: #fff1f6; color: var(--dev-pink); }
.development-module-card div {
  position: relative;
  z-index: 1;
}
.development-module-card h3 {
  margin: 0 0 10px;
  color: var(--dev-blue);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 950;
}
.development-module-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.development-stage-section {
  padding-top: 10px;
}
.development-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 0 4px;
}
.development-stage-line::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 143, 0.34), rgba(128, 102, 255, 0.28), rgba(42, 183, 169, 0.28));
}
.development-stage-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.development-stage-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 41px;
  color: rgba(31, 37, 86, 0.25);
  font-size: 18px;
  font-weight: 950;
}
.development-stage-line span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--dev-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(255, 79, 143, 0.16);
}
.development-stage-line article:nth-child(2) span { background: #8066ff; }
.development-stage-line article:nth-child(3) span { background: #5b93e8; }
.development-stage-line article:nth-child(4) span { background: #2ab7a9; }
.development-stage-line strong {
  color: var(--dev-blue);
  font-size: 15px;
  font-weight: 950;
}
.development-stage-line p {
  max-width: 190px;
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 760;
}
.development-faq-section {
  background:
    radial-gradient(circle at 6% 18%, rgba(255, 79, 143, 0.045), transparent 25%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.74), rgba(255, 250, 252, 0.7));
}
.development-faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
}
.development-faq-lead {
  position: sticky;
  top: 104px;
  padding: 34px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--dev-soft-shadow);
}
.development-faq-lead .development-kicker {
  margin-bottom: 16px;
}
.development-faq-lead h2 {
  margin: 0;
  color: var(--dev-blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 950;
}
.development-faq-lead p {
  margin: 18px 0 0;
  color: #65708c;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 760;
}
.development-faq-list {
  display: grid;
  gap: 14px;
}
.development-faq-list article {
  padding: 24px 26px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--dev-soft-shadow);
}
.development-faq-list strong {
  display: block;
  color: var(--dev-blue);
  font-size: 17px;
  line-height: 1.38;
  font-weight: 950;
}
.development-faq-list p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 760;
}
.development-cta-section {
  padding: 30px 0 28px;
}
.development-cta-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 172px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 79, 143, 0.08), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #fff4ef 100%);
  box-shadow: var(--dev-soft-shadow);
}
.development-cta-card figure {
  align-self: end;
  height: 158px;
  margin: 0;
}
.development-cta-card img {
  width: 328px;
  height: 158px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, 0.10));
}
.development-cta-card h2 {
  margin: 0;
  color: var(--dev-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.development-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 760;
}
.development-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.development-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.development-trust-strip {
  padding: 16px 0 50px;
}
.development-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--dev-soft-shadow);
}
.development-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.development-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.development-trust-strip strong,
.development-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.development-trust-strip strong {
  color: var(--dev-blue);
  font-size: 15px;
  font-weight: 950;
}
.development-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .development-hero-grid,
  .development-map-grid,
  .development-two-grid {
    grid-template-columns: 1fr;
  }
  .development-hero-scene {
    min-height: 300px;
  }
  .development-hero-scene img {
    margin: 0 auto;
  }
  .development-sign-grid,
  .development-domain-grid,
  .development-module-grid,
  .development-assessment-grid,
  .development-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .development-faq-grid {
    grid-template-columns: 1fr;
  }
  .development-faq-lead {
    position: static;
  }
  .development-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .development-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.development-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .development-hero {
    padding: 44px 0 28px;
  }
  .development-hero-copy h1 {
    font-size: 31px;
  }
  .development-hero-copy h2 {
    font-size: 22px;
  }
  .development-hero-copy > p {
    font-size: 16px;
  }
  .development-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .development-hero-scene {
    min-height: 230px;
  }
  .development-sign-grid,
  .development-domain-grid,
  .development-module-grid,
  .development-assessment-grid,
  .development-trust-strip .wrap,
  .development-family-grid {
    grid-template-columns: 1fr;
  }
  .development-sign-card,
  .development-domain-card,
  .development-assessment-card,
  .development-module-card,
  .development-radar-card,
  .development-route-preview,
  .development-training-card,
  .development-family-card {
    padding: 26px 22px;
  }
  .development-module-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }
  .development-module-card > svg {
    width: 54px;
    height: 54px;
  }
  .development-medical-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .development-faq-lead,
  .development-faq-list article {
    padding: 24px 22px;
  }
  .development-route-mini,
  .development-training-row,
  .development-stage-line {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .development-route-mini article,
  .development-training-row div,
  .development-stage-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .development-route-mini article::after,
  .development-training-row div::after,
  .development-stage-line::before,
  .development-stage-line article::after {
    display: none;
  }
  .development-route-mini span,
  .development-training-row svg,
  .development-stage-line span {
    grid-row: 1 / span 2;
  }
  .development-route-mini p,
  .development-stage-line p {
    max-width: none;
  }
  .development-family-grid div {
    grid-template-columns: 58px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    padding: 16px;
    text-align: left;
  }
  .development-family-grid svg {
    grid-row: 1 / span 2;
  }
  .development-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .development-cta-card figure {
    height: 132px;
    order: 2;
  }
  .development-cta-card img {
    width: min(100%, 300px);
    height: 132px;
    object-position: center bottom;
  }
  .development-cta-card article {
    order: 1;
  }
  .development-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.family-detail-page {
  --family-pink: #ff4f8f;
  --family-blue: #1f2556;
  --family-muted: #6d7896;
  --family-line: #edf0f7;
  --family-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --family-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--family-blue);
  background:
    radial-gradient(circle at 82% 7%, rgba(58, 201, 141, 0.11), transparent 24%),
    radial-gradient(circle at 12% 56%, rgba(255, 79, 143, 0.052), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fff 48%, #fff8fb 76%, #fff 100%);
}
body.family-detail-page .wrap {
  max-width: 1320px;
}
.family-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 50%, rgba(250,253,250,.76) 100%);
}
.family-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(410px, .72fr) minmax(650px, 1.28fr);
  gap: 34px;
  align-items: center;
}
.family-detail-kicker {
  margin: 0 0 18px;
  color: var(--family-pink);
  font-size: 15px;
  font-weight: 950;
}
.family-detail-kicker::before,
.family-detail-kicker::after,
.family-detail-section-head.is-center h2::before,
.family-detail-section-head.is-center h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--family-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, .10);
}
.family-detail-kicker::after,
.family-detail-section-head.is-center h2::after {
  margin: 0 0 2px 9px;
}
.family-detail-hero-copy h1,
.family-detail-hero-copy h2 {
  margin: 0;
  color: var(--family-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.family-detail-hero-copy h1 {
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: 1.08;
}
.family-detail-hero-copy h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.42;
}
.family-detail-hero-copy h2 span {
  color: var(--family-pink);
}
.family-detail-hero-copy > p {
  margin: 18px 0 24px;
  color: #303a67;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 760;
}
.family-detail-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.family-detail-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.family-detail-hero-values svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--family-pink);
}
.family-detail-hero-values article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.family-detail-hero-values article:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.family-detail-hero-values article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.family-detail-hero-values strong,
.family-detail-hero-values span {
  display: block;
}
.family-detail-hero-values strong {
  color: var(--family-blue);
  font-size: 13px;
  font-weight: 950;
}
.family-detail-hero-values span {
  color: #6a748f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.family-detail-hero-scene {
  position: relative;
  min-height: 326px;
  margin: 0;
}
.family-detail-hero-scene::before {
  content: "";
  position: absolute;
  inset: 4% 1% 0 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 54% 46%, rgba(255, 79, 143, .07), transparent 58%),
    radial-gradient(circle at 75% 28%, rgba(58, 201, 141, .08), transparent 28%);
}
.family-detail-hero-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 720px);
  margin-left: auto;
  animation: familyDetailFloat 5.8s ease-in-out infinite;
  filter: drop-shadow(0 22px 34px rgba(31, 37, 86, .08));
}
.family-detail-path-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  min-height: 310px;
  padding: 46px 34px 70px;
  border: 1px solid rgba(237, 240, 247, .92);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 79, 143, .10), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(58, 201, 141, .11), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,252,255,.92));
  box-shadow: var(--family-shadow);
}
.family-detail-path-map::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 108px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(91, 140, 255, .36), rgba(255, 79, 143, .42), rgba(247, 166, 38, .40), rgba(58, 201, 141, .42));
}
.family-detail-path-map article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}
.family-detail-path-map article:nth-child(2),
.family-detail-path-map article:nth-child(4) {
  margin-top: 30px;
}
.family-detail-path-map span {
  z-index: 1;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 28px;
  background: #eef5ff;
  color: #4f87e8;
  box-shadow: 0 18px 32px rgba(31, 37, 86, .08);
}
.family-detail-path-map article:nth-child(2) span { background: #fff1f6; color: var(--family-pink); }
.family-detail-path-map article:nth-child(3) span { background: #fff8e9; color: #f7a626; }
.family-detail-path-map article:nth-child(4) span { background: #edf8f5; color: #35b56f; }
.family-detail-path-map article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.family-detail-path-map svg {
  width: 38px;
  height: 38px;
}
.family-detail-path-map strong {
  color: var(--family-blue);
  font-size: 17px;
  font-weight: 950;
}
.family-detail-path-map p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}
.family-detail-path-bar {
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 30px rgba(31,37,86,.06);
}
.family-detail-path-bar b {
  color: var(--family-blue);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}
.family-detail-path-bar i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,79,143,.32), rgba(42,183,169,.32));
}
@keyframes familyDetailFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.family-detail-issue-section,
.family-detail-map-section,
.family-detail-reason-section,
.family-detail-institution-section,
.family-detail-practice-section,
.family-detail-example-section,
.family-detail-faq-section,
.family-detail-stage-section {
  padding: 28px 0;
}
.family-detail-section-head {
  margin-bottom: 22px;
}
.family-detail-section-head.is-center {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}
.family-detail-section-head h2 {
  margin: 0;
  color: var(--family-blue);
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.family-detail-section-head p {
  margin: 13px 0 0;
  color: var(--family-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.family-detail-issue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.family-detail-issue-card,
.family-detail-chain-card,
.family-detail-transfer-card,
.family-detail-why-card,
.family-detail-mastery-card,
.family-detail-daily-card,
.family-detail-follow-card,
.family-detail-record-card,
.family-detail-institution-grid article,
.family-detail-example-card,
.family-detail-example-flow article,
.family-detail-faq-card,
.family-detail-faq-list article {
  border: 1px solid rgba(237, 240, 247, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--family-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.family-detail-issue-card:hover,
.family-detail-chain-card:hover,
.family-detail-transfer-card:hover,
.family-detail-why-card:hover,
.family-detail-mastery-card:hover,
.family-detail-daily-card:hover,
.family-detail-follow-card:hover,
.family-detail-record-card:hover,
.family-detail-institution-grid article:hover,
.family-detail-example-flow article:hover,
.family-detail-faq-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, .28);
  box-shadow: var(--family-shadow);
}
.family-detail-issue-card {
  display: grid;
  min-height: 132px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 9px 14px;
  align-items: center;
  padding: 24px 20px;
}
.family-detail-issue-card svg {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 999px;
  background: #eef5ff;
  color: #4f87e8;
}
.family-detail-issue-card:nth-child(2) svg { background: #fff1f6; color: var(--family-pink); }
.family-detail-issue-card:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.family-detail-issue-card:nth-child(4) svg { background: #edf8f5; color: #35b56f; }
.family-detail-issue-card:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.family-detail-issue-card:nth-child(6) svg { background: #f1fbff; color: #22a7c7; }
.family-detail-issue-card strong {
  color: var(--family-blue);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}
.family-detail-issue-card p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}
.family-detail-map-grid,
.family-detail-two-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 24px;
}
.family-detail-map-grid {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: start;
}
.family-detail-chain-card,
.family-detail-transfer-card,
.family-detail-why-card,
.family-detail-mastery-card,
.family-detail-daily-card,
.family-detail-follow-card,
.family-detail-record-card {
  padding: 30px 34px;
}
.family-detail-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.family-detail-chain article,
.family-detail-mastery-flow article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.family-detail-chain article:not(:last-child)::after,
.family-detail-mastery-flow article:not(:last-child)::after,
.family-detail-follow-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 34px;
  color: rgba(31, 37, 86, .30);
  font-size: 20px;
  font-weight: 950;
}
.family-detail-chain span,
.family-detail-mastery-flow span,
.family-detail-follow-flow span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #4f87e8;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.family-detail-chain article:nth-child(2) span,
.family-detail-mastery-flow article:nth-child(2) span,
.family-detail-follow-flow article:nth-child(2) span { background: #fff1f6; color: var(--family-pink); }
.family-detail-chain article:nth-child(3) span,
.family-detail-mastery-flow article:nth-child(3) span,
.family-detail-follow-flow article:nth-child(3) span { background: #fff8e9; color: #f7a626; }
.family-detail-chain article:nth-child(4) span,
.family-detail-mastery-flow article:nth-child(4) span,
.family-detail-follow-flow article:nth-child(4) span { background: #edf8f5; color: #35b56f; }
.family-detail-mastery-flow article:nth-child(5) span,
.family-detail-follow-flow article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.family-detail-follow-flow article:nth-child(6) span { background: #f1fbff; color: #22a7c7; }
.family-detail-chain article.is-current span,
.family-detail-mastery-flow article.is-current span,
.family-detail-follow-flow article.is-current span {
  transform: translateY(-4px);
  background: var(--family-pink);
  color: #fff;
}
.family-detail-chain svg,
.family-detail-mastery-flow svg,
.family-detail-follow-flow svg {
  width: 32px;
  height: 32px;
}
.family-detail-chain strong,
.family-detail-mastery-flow strong,
.family-detail-follow-flow strong {
  color: var(--family-blue);
  font-size: 14px;
  font-weight: 950;
}
.family-detail-chain p,
.family-detail-mastery-flow p,
.family-detail-follow-flow p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.family-detail-transfer-card figure {
  margin: -4px 0 0;
}
.family-detail-transfer-card img {
  display: block;
  width: min(100%, 345px);
  height: 220px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 25px rgba(31, 37, 86, .08));
}
.family-detail-transfer-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.family-detail-transfer-map article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fbfcff;
}
.family-detail-transfer-map article:last-child {
  grid-column: 1 / -1;
}
.family-detail-transfer-map span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: #eef5ff;
  color: #4f87e8;
}
.family-detail-transfer-map article:nth-child(2) span { background: #fff1f6; color: var(--family-pink); }
.family-detail-transfer-map article:nth-child(3) span { background: #fff8e9; color: #f7a626; }
.family-detail-transfer-map article:nth-child(4) span { background: #edf8f5; color: #35b56f; }
.family-detail-transfer-map article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.family-detail-transfer-map svg {
  width: 28px;
  height: 28px;
}
.family-detail-transfer-map strong {
  display: block;
  color: var(--family-blue);
  font-size: 15px;
  font-weight: 950;
}
.family-detail-transfer-map p {
  margin: 4px 0 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 760;
  white-space: nowrap;
}
.family-detail-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.family-detail-why-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 156px;
  padding: 18px 14px;
  border-radius: 16px;
  background: #fbfcff;
  text-align: center;
}
.family-detail-why-grid svg,
.family-detail-daily-grid svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  border-radius: 999px;
  background: #eef5ff;
  color: #4f87e8;
}
.family-detail-why-grid article:nth-child(2) svg,
.family-detail-daily-grid article:nth-child(2) svg { background: #fff1f6; color: var(--family-pink); }
.family-detail-why-grid article:nth-child(3) svg,
.family-detail-daily-grid article:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.family-detail-why-grid article:nth-child(4) svg,
.family-detail-daily-grid article:nth-child(4) svg { background: #edf8f5; color: #35b56f; }
.family-detail-why-grid strong,
.family-detail-daily-grid strong {
  color: var(--family-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}
.family-detail-why-grid p,
.family-detail-daily-grid p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.family-detail-mastery-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.family-detail-institution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.family-detail-institution-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.family-detail-institution-grid svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  border-radius: 18px;
  background: #eef5ff;
  color: #4f87e8;
}
.family-detail-institution-grid article:nth-child(2) svg { background: #fff1f6; color: var(--family-pink); }
.family-detail-institution-grid article:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.family-detail-institution-grid article:nth-child(4) svg { background: #edf8f5; color: #35b56f; }
.family-detail-institution-grid article:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.family-detail-institution-grid article:nth-child(6) svg { background: #f1fbff; color: #22a7c7; }
.family-detail-institution-grid strong {
  color: var(--family-blue);
  font-size: 18px;
  font-weight: 950;
}
.family-detail-institution-grid p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 760;
}
.family-detail-practice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) minmax(270px, .7fr);
  gap: 24px;
  align-items: stretch;
}
.family-detail-daily-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.family-detail-daily-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border-radius: 14px;
  background: #fbfcff;
}
.family-detail-daily-grid svg {
  grid-row: 1 / span 2;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.family-detail-daily-grid article:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.family-detail-daily-grid article:nth-child(6) svg { background: #f1fbff; color: #22a7c7; }
.family-detail-daily-grid article:nth-child(7) svg { background: #fff1f6; color: var(--family-pink); }
.family-detail-daily-grid article:nth-child(8) svg { background: #edf8f5; color: #35b56f; }
.family-detail-follow-flow {
  position: relative;
  display: grid;
  gap: 10px;
  padding-left: 4px;
}
.family-detail-follow-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
}
.family-detail-follow-flow article:not(:last-child)::after {
  content: "";
  left: 29px;
  right: auto;
  top: 60px;
  width: 1px;
  height: 20px;
  background: linear-gradient(180deg, rgba(255,79,143,.35), rgba(91,140,255,.18));
}
.family-detail-follow-flow span {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
}
.family-detail-follow-flow svg {
  width: 27px;
  height: 27px;
}
.family-detail-follow-flow p {
  grid-column: 2;
}
.family-detail-record-list {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.family-detail-record-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255,255,255,.78);
}
.family-detail-record-list time {
  color: #8a96af;
  font-size: 12px;
  font-weight: 900;
}
.family-detail-record-list strong {
  display: block;
  color: var(--family-blue);
  font-size: 13px;
  font-weight: 950;
}
.family-detail-record-list em {
  display: block;
  margin-top: 2px;
  color: #65708c;
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 760;
}
.family-detail-record-list svg {
  width: 24px;
  height: 24px;
  color: #35b56f;
}
.family-detail-record-card > a {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--family-pink);
  font-size: 13px;
  font-weight: 950;
}
.family-detail-example-card,
.family-detail-faq-card {
  padding: 34px 36px;
}
.family-detail-example-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(58, 201, 141, .10), transparent 22%),
    radial-gradient(circle at 8% 94%, rgba(255, 79, 143, .07), transparent 24%),
    rgba(255, 255, 255, .94);
}
.family-detail-example-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.family-detail-example-flow article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 154px;
  padding: 22px 18px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.family-detail-example-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 48px;
  color: rgba(31, 37, 86, .22);
  font-size: 18px;
  font-weight: 950;
}
.family-detail-example-flow span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: #eef5ff;
  color: #4f87e8;
  font-size: 13px;
  font-weight: 950;
}
.family-detail-example-flow article:nth-child(2) span { background: #fff1f6; color: var(--family-pink); }
.family-detail-example-flow article:nth-child(3) span { background: #fff8e9; color: #f7a626; }
.family-detail-example-flow article:nth-child(4) span { background: #edf8f5; color: #35b56f; }
.family-detail-example-flow article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.family-detail-example-flow strong {
  color: var(--family-blue);
  font-size: 16px;
  font-weight: 950;
}
.family-detail-example-flow p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}
.family-detail-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.family-detail-faq-list article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 148px;
  padding: 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.family-detail-faq-list strong {
  color: var(--family-blue);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}
.family-detail-faq-list p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.family-detail-stage-section {
  padding-top: 10px;
}
.family-detail-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 22px 16px;
  border: 1px solid rgba(255, 79, 143, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
}
.family-detail-stage-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(91, 140, 255, .34), rgba(255, 79, 143, .34), rgba(247, 166, 38, .28), rgba(42, 183, 169, .30));
}
.family-detail-stage-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.family-detail-stage-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 33px;
  color: rgba(31, 37, 86, .25);
  font-size: 18px;
  font-weight: 950;
}
.family-detail-stage-line span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: #5b8cff;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(91, 140, 255, .16);
}
.family-detail-stage-line article:nth-child(2) span { background: var(--family-pink); }
.family-detail-stage-line article:nth-child(3) span { background: #f7a626; }
.family-detail-stage-line article:nth-child(4) span { background: #35b56f; }
.family-detail-stage-line strong {
  color: var(--family-blue);
  font-size: 15px;
  font-weight: 950;
}
.family-detail-stage-line p {
  max-width: 222px;
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 760;
}
.family-detail-cta-section {
  padding: 30px 0 28px;
}
.family-detail-cta-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 172px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 16%, rgba(42, 183, 169, .09), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #f3fbff 100%);
  box-shadow: var(--family-soft-shadow);
}
.family-detail-cta-card figure {
  align-self: end;
  height: 158px;
  margin: 0;
}
.family-detail-cta-card img {
  width: 328px;
  height: 158px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, .10));
}
.family-detail-cta-card h2 {
  margin: 0;
  color: var(--family-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.family-detail-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 760;
}
.family-detail-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.family-detail-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.family-detail-trust-strip {
  padding: 16px 0 50px;
}
.family-detail-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, .74);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--family-soft-shadow);
}
.family-detail-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.family-detail-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.family-detail-trust-strip strong,
.family-detail-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.family-detail-trust-strip strong {
  color: var(--family-blue);
  font-size: 15px;
  font-weight: 950;
}
.family-detail-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .family-detail-hero-grid,
  .family-detail-map-grid,
  .family-detail-two-grid,
  .family-detail-practice-grid {
    grid-template-columns: 1fr;
  }
  .family-detail-hero-scene {
    min-height: 300px;
  }
  .family-detail-hero-scene img {
    margin: 0 auto;
  }
  .family-detail-issue-grid,
  .family-detail-institution-grid,
  .family-detail-example-flow,
  .family-detail-faq-list,
  .family-detail-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .family-detail-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .family-detail-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.family-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .family-detail-hero {
    padding: 44px 0 28px;
  }
  .family-detail-hero-copy h1 {
    font-size: 38px;
  }
  .family-detail-hero-copy h2 {
    font-size: 27px;
  }
  .family-detail-hero-copy > p {
    font-size: 16px;
  }
  .family-detail-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .family-detail-hero-scene {
    min-height: 230px;
  }
  .family-detail-issue-grid,
  .family-detail-chain,
  .family-detail-transfer-map,
  .family-detail-why-grid,
  .family-detail-mastery-flow,
  .family-detail-institution-grid,
  .family-detail-daily-grid,
  .family-detail-example-flow,
  .family-detail-faq-list,
  .family-detail-stage-line,
  .family-detail-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .family-detail-transfer-map article:last-child {
    grid-column: auto;
  }
  .family-detail-transfer-map p {
    white-space: normal;
  }
  .family-detail-path-map {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 24px 22px;
  }
  .family-detail-path-map::before,
  .family-detail-path-bar {
    display: none;
  }
  .family-detail-path-map article,
  .family-detail-path-map article:nth-child(2),
  .family-detail-path-map article:nth-child(4) {
    grid-template-columns: 64px minmax(0, 1fr);
    justify-items: start;
    margin-top: 0;
    text-align: left;
  }
  .family-detail-path-map span {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }
  .family-detail-path-map svg {
    width: 30px;
    height: 30px;
  }
  .family-detail-issue-card,
  .family-detail-chain-card,
  .family-detail-transfer-card,
  .family-detail-why-card,
  .family-detail-mastery-card,
  .family-detail-daily-card,
  .family-detail-follow-card,
  .family-detail-record-card,
  .family-detail-institution-grid article,
  .family-detail-example-card,
  .family-detail-faq-card {
    padding: 26px 22px;
  }
  .family-detail-chain,
  .family-detail-mastery-flow,
  .family-detail-stage-line {
    gap: 22px;
  }
  .family-detail-chain article,
  .family-detail-mastery-flow article,
  .family-detail-stage-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .family-detail-chain article::after,
  .family-detail-mastery-flow article::after,
  .family-detail-follow-flow article::after,
  .family-detail-example-flow article::after,
  .family-detail-stage-line::before,
  .family-detail-stage-line article::after {
    display: none;
  }
  .family-detail-chain span,
  .family-detail-mastery-flow span,
  .family-detail-stage-line span {
    grid-row: 1 / span 2;
  }
  .family-detail-transfer-card img {
    height: 196px;
  }
  .family-detail-why-grid article {
    grid-template-columns: 62px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    text-align: left;
  }
  .family-detail-why-grid svg {
    grid-row: 1 / span 2;
  }
  .family-detail-daily-grid article {
    min-height: 0;
  }
  .family-detail-stage-line {
    padding: 24px;
  }
  .family-detail-stage-line p {
    max-width: none;
  }
  .family-detail-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .family-detail-cta-card figure {
    height: 132px;
    order: 2;
  }
  .family-detail-cta-card img {
    width: min(100%, 300px);
    height: 132px;
    object-position: center bottom;
  }
  .family-detail-cta-card article {
    order: 1;
  }
  .family-detail-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.sensory-detail-page {
  --sensory-pink: #ff4f8f;
  --sensory-blue: #1f2556;
  --sensory-muted: #6d7896;
  --sensory-line: #edf0f7;
  --sensory-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --sensory-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--sensory-blue);
  background:
    radial-gradient(circle at 84% 8%, rgba(42, 183, 169, 0.13), transparent 24%),
    radial-gradient(circle at 10% 56%, rgba(255, 79, 143, 0.052), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fff 48%, #fff8fb 76%, #fff 100%);
}
body.sensory-detail-page .wrap {
  max-width: 1320px;
}
.sensory-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 49%, rgba(248,253,252,.76) 100%);
}
.sensory-hero-grid {
  display: grid;
  grid-template-columns: minmax(500px, .88fr) minmax(570px, 1.12fr);
  gap: 34px;
  align-items: center;
}
.sensory-kicker {
  margin: 0 0 18px;
  color: var(--sensory-pink);
  font-size: 15px;
  font-weight: 950;
}
.sensory-kicker::before,
.sensory-kicker::after,
.sensory-section-head.is-center h2::before,
.sensory-section-head.is-center h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--sensory-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, .10);
}
.sensory-kicker::after,
.sensory-section-head.is-center h2::after {
  margin: 0 0 2px 9px;
}
.sensory-hero-copy h1,
.sensory-hero-copy h2 {
  margin: 0;
  color: var(--sensory-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.sensory-hero-copy h1 {
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: 1.08;
}
.sensory-hero-copy h2 {
  max-width: 650px;
  margin-top: 18px;
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.42;
}
.sensory-hero-copy h2 span {
  color: var(--sensory-pink);
}
.sensory-hero-copy > p {
  margin: 18px 0 24px;
  color: #303a67;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 760;
}
.sensory-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.sensory-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.sensory-hero-values svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--sensory-pink);
}
.sensory-hero-values article:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.sensory-hero-values article:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.sensory-hero-values article:nth-child(4) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-hero-values strong,
.sensory-hero-values span {
  display: block;
}
.sensory-hero-values strong {
  color: var(--sensory-blue);
  font-size: 13px;
  font-weight: 950;
}
.sensory-hero-values span {
  color: #6a748f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.sensory-hero-scene {
  position: relative;
  min-height: 326px;
  margin: 0;
}
.sensory-hero-scene::before {
  content: "";
  position: absolute;
  inset: 5% 1% 0 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 54% 47%, rgba(42, 183, 169, .08), transparent 58%),
    radial-gradient(circle at 75% 24%, rgba(255, 184, 77, .10), transparent 28%);
}
.sensory-hero-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 650px);
  margin-left: auto;
  animation: sensoryFloat 5.8s ease-in-out infinite;
  filter: drop-shadow(0 22px 34px rgba(31, 37, 86, .08));
}
@keyframes sensoryFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.sensory-sign-section,
.sensory-parent-section,
.sensory-map-section,
.sensory-why-section,
.sensory-assessment-section,
.sensory-training-section,
.sensory-family-section,
.sensory-misunderstanding-section,
.sensory-faq-section,
.sensory-stage-section {
  padding: 28px 0;
}
.sensory-section-head {
  margin-bottom: 22px;
}
.sensory-section-head.is-center {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}
.sensory-section-head h2 {
  margin: 0;
  color: var(--sensory-blue);
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.sensory-section-head p {
  margin: 13px 0 0;
  color: var(--sensory-muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.sensory-sign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sensory-sign-card,
.sensory-parent-card,
.sensory-body-card,
.sensory-life-card,
.sensory-system-card,
.sensory-training-card,
.sensory-env-card,
.sensory-family-grid article,
.sensory-why-card,
.sensory-assessment-card,
.sensory-assessment-grid article,
.sensory-misunderstanding-card,
.sensory-misunderstanding-list article,
.sensory-faq-card,
.sensory-faq-list article {
  border: 1px solid rgba(237, 240, 247, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--sensory-soft-shadow);
}
.sensory-sign-card {
  display: grid;
  min-height: 136px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: center;
  padding: 24px 18px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-sign-card:hover,
.sensory-parent-card:hover,
.sensory-body-card:hover,
.sensory-life-card:hover,
.sensory-system-card:hover,
.sensory-training-card:hover,
.sensory-env-card:hover,
.sensory-family-grid article:hover,
.sensory-why-card:hover,
.sensory-assessment-grid article:hover,
.sensory-misunderstanding-list article:hover,
.sensory-faq-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, .28);
  box-shadow: var(--sensory-shadow);
}
.sensory-sign-card svg {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #3e8cef;
}
.sensory-sign-card:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.sensory-sign-card:nth-child(3) svg { background: #effaf4; color: #49b86b; }
.sensory-sign-card:nth-child(4) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-sign-card:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.sensory-sign-card:nth-child(6) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-sign-card strong {
  color: var(--sensory-blue);
  font-size: 17px;
  font-weight: 950;
}
.sensory-sign-card p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}
.sensory-parent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sensory-parent-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  min-height: 160px;
  padding: 24px 22px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-parent-card svg {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--sensory-pink);
}
.sensory-parent-card:nth-child(2) svg { background: #f4f0ff; color: #8066ff; }
.sensory-parent-card:nth-child(3) svg { background: #fff8e9; color: #f7a626; }
.sensory-parent-card:nth-child(4) svg { background: #eef5ff; color: #3e8cef; }
.sensory-parent-card:nth-child(5) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-parent-card:nth-child(6) svg { background: #effaf4; color: #49b86b; }
.sensory-parent-card strong {
  color: var(--sensory-blue);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}
.sensory-parent-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.sensory-map-grid,
.sensory-two-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr);
  gap: 24px;
}
.sensory-body-card,
.sensory-life-card,
.sensory-system-card,
.sensory-training-card,
.sensory-env-card {
  padding: 30px 34px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-body-card figure {
  margin: 0;
}
.sensory-body-card img {
  display: block;
  width: min(100%, 440px);
  height: 252px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(31, 37, 86, .08));
}
.sensory-life-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.sensory-life-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 208px;
  padding: 20px 16px;
  border-radius: 16px;
  background: #fbfcff;
  text-align: center;
}
.sensory-life-grid svg {
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 999px;
  background: #f4f0ff;
  color: #8066ff;
}
.sensory-life-grid article:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.sensory-life-grid article:nth-child(3) svg { background: #effaf4; color: #49b86b; }
.sensory-life-grid article:nth-child(4) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-life-grid strong {
  color: var(--sensory-blue);
  font-size: 16px;
  font-weight: 950;
}
.sensory-life-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sensory-life-grid li {
  color: #65708c;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
}
.sensory-life-grid li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--sensory-pink);
  vertical-align: 2px;
}
.sensory-system-list {
  display: grid;
  gap: 12px;
}
.sensory-system-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 74px;
  padding: 13px 15px;
  border-radius: 16px;
  background: #fbfcff;
}
.sensory-system-list svg {
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 16px;
  background: #eef5ff;
  color: #3e8cef;
}
.sensory-system-list article:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.sensory-system-list article:nth-child(3) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-system-list article:nth-child(4) svg { background: #effaf4; color: #49b86b; }
.sensory-system-list article:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.sensory-system-list strong {
  display: block;
  color: var(--sensory-blue);
  font-size: 16px;
  font-weight: 950;
}
.sensory-system-list p {
  margin: 5px 0 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.sensory-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sensory-why-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 238px;
  padding: 26px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-why-card svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  border-radius: 18px;
  background: #eef5ff;
  color: #3e8cef;
}
.sensory-why-card:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.sensory-why-card:nth-child(3) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-why-card:nth-child(4) svg { background: #effaf4; color: #49b86b; }
.sensory-why-card:nth-child(5) svg { background: #f4f0ff; color: #8066ff; }
.sensory-why-card:nth-child(6) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-why-card strong {
  color: var(--sensory-blue);
  font-size: 19px;
  font-weight: 950;
}
.sensory-why-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.sensory-why-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sensory-why-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--sensory-pink);
  font-size: 12px;
  font-weight: 900;
}
.sensory-assessment-card,
.sensory-misunderstanding-card,
.sensory-faq-card {
  padding: 34px 36px;
}
.sensory-assessment-card {
  background:
    radial-gradient(circle at 94% 8%, rgba(42, 183, 169, .10), transparent 23%),
    radial-gradient(circle at 8% 95%, rgba(255, 79, 143, .07), transparent 24%),
    rgba(255, 255, 255, .94);
}
.sensory-assessment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sensory-assessment-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 158px;
  padding: 22px 18px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-assessment-grid svg {
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 17px;
  background: #eef5ff;
  color: #3e8cef;
}
.sensory-assessment-grid article:nth-child(2) svg { background: #fff8e9; color: #f7a626; }
.sensory-assessment-grid article:nth-child(3) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-assessment-grid article:nth-child(4) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-assessment-grid strong {
  color: var(--sensory-blue);
  font-size: 16px;
  font-weight: 950;
}
.sensory-assessment-grid p {
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 760;
}
.sensory-training-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sensory-training-flow article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 224px;
  padding: 26px 24px;
  border: 1px solid rgba(237, 240, 247, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--sensory-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-training-flow article:not(:last-child)::after {
  display: none;
}
.sensory-training-flow article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, .28);
  box-shadow: var(--sensory-shadow);
}
.sensory-training-flow span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #fff1f6;
  color: var(--sensory-pink);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.sensory-training-flow article:nth-child(2) span { background: #fff8e9; color: #f7a626; }
.sensory-training-flow article:nth-child(3) span { background: #eef5ff; color: #5b93e8; }
.sensory-training-flow article:nth-child(4) span { background: #edf8f5; color: #2ab7a9; }
.sensory-training-flow article:nth-child(5) span { background: #f4f0ff; color: #8066ff; }
.sensory-training-flow article.is-current span {
  transform: translateY(-4px);
  background: var(--sensory-pink);
  color: #fff;
}
.sensory-training-flow svg {
  width: 32px;
  height: 32px;
}
.sensory-training-flow strong,
.sensory-family-grid strong {
  color: var(--sensory-blue);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
}
.sensory-training-flow p,
.sensory-family-grid p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.68;
  font-weight: 760;
}
.sensory-env-card figure {
  margin: -2px 0 12px;
}
.sensory-env-card img {
  display: block;
  width: 100%;
  height: 102px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.sensory-env-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.sensory-env-grid span {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 78px;
  padding: 12px 10px;
  border-radius: 12px;
  background: #fbfcff;
}
.sensory-env-grid strong {
  color: var(--sensory-blue);
  font-size: 13px;
  font-weight: 950;
}
.sensory-env-grid em {
  color: #65708c;
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 760;
}
.sensory-family-section {
  padding-top: 8px;
}
.sensory-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sensory-family-grid article {
  display: grid;
  min-height: 132px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  padding: 20px 18px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-family-grid svg {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  padding: 13px;
  border-radius: 999px;
  background: #eef5ff;
  color: #3e8cef;
}
.sensory-family-grid article:nth-child(2) svg { background: #fff1f6; color: var(--sensory-pink); }
.sensory-family-grid article:nth-child(3) svg { background: #f4f0ff; color: #8066ff; }
.sensory-family-grid article:nth-child(4) svg { background: #fff8e9; color: #f7a626; }
.sensory-family-grid article:nth-child(5) svg { background: #effaf4; color: #49b86b; }
.sensory-family-grid article:nth-child(6) svg { background: #edf8f5; color: #2ab7a9; }
.sensory-misunderstanding-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sensory-misunderstanding-list article {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 24px 20px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-misunderstanding-list article::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 79, 143, .10);
}
.sensory-misunderstanding-list strong {
  position: relative;
  display: block;
  max-width: 180px;
  color: var(--sensory-pink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}
.sensory-misunderstanding-list p {
  position: relative;
  margin: 12px 0 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.sensory-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sensory-faq-list article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 156px;
  padding: 24px 24px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sensory-faq-list strong {
  color: var(--sensory-blue);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 950;
}
.sensory-faq-list p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.sensory-stage-section {
  padding-top: 10px;
}
.sensory-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 22px 16px;
  border: 1px solid rgba(255, 79, 143, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
}
.sensory-stage-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 143, .36), rgba(247, 166, 38, .26), rgba(42, 183, 169, .30), rgba(91, 147, 232, .28));
}
.sensory-stage-line article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.sensory-stage-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 33px;
  color: rgba(31, 37, 86, .25);
  font-size: 18px;
  font-weight: 950;
}
.sensory-stage-line span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--sensory-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(255, 79, 143, .16);
}
.sensory-stage-line article:nth-child(2) span { background: #f7a626; }
.sensory-stage-line article:nth-child(3) span { background: #2ab7a9; }
.sensory-stage-line article:nth-child(4) span { background: #8066ff; }
.sensory-stage-line strong {
  color: var(--sensory-blue);
  font-size: 15px;
  font-weight: 950;
}
.sensory-stage-line p {
  max-width: 222px;
  margin: 0;
  color: #65708c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 760;
}
.sensory-cta-section {
  padding: 30px 0 28px;
}
.sensory-cta-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  min-height: 172px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 16%, rgba(42, 183, 169, .09), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #f3fbff 100%);
  box-shadow: var(--sensory-soft-shadow);
}
.sensory-cta-card figure {
  align-self: end;
  height: 158px;
  margin: 0;
}
.sensory-cta-card img {
  width: 328px;
  height: 158px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, .10));
}
.sensory-cta-card h2 {
  margin: 0;
  color: var(--sensory-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.sensory-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 760;
}
.sensory-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.sensory-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.sensory-trust-strip {
  padding: 16px 0 50px;
}
.sensory-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, .74);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--sensory-soft-shadow);
}
.sensory-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.sensory-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.sensory-trust-strip strong,
.sensory-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.sensory-trust-strip strong {
  color: var(--sensory-blue);
  font-size: 15px;
  font-weight: 950;
}
.sensory-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .sensory-hero-grid,
  .sensory-map-grid,
  .sensory-two-grid {
    grid-template-columns: 1fr;
  }
  .sensory-hero-scene {
    min-height: 300px;
  }
  .sensory-hero-scene img {
    margin: 0 auto;
  }
  .sensory-sign-grid,
  .sensory-parent-grid,
  .sensory-why-grid,
  .sensory-training-flow,
  .sensory-assessment-grid,
  .sensory-misunderstanding-list,
  .sensory-faq-list,
  .sensory-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sensory-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sensory-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .sensory-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.sensory-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .sensory-hero {
    padding: 44px 0 28px;
  }
  .sensory-hero-copy h1 {
    font-size: 38px;
  }
  .sensory-hero-copy h2 {
    font-size: 27px;
  }
  .sensory-hero-copy > p {
    font-size: 16px;
  }
  .sensory-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sensory-hero-scene {
    min-height: 230px;
  }
  .sensory-sign-grid,
  .sensory-parent-grid,
  .sensory-life-grid,
  .sensory-system-list,
  .sensory-why-grid,
  .sensory-training-flow,
  .sensory-assessment-grid,
  .sensory-env-grid,
  .sensory-family-grid,
  .sensory-misunderstanding-list,
  .sensory-faq-list,
  .sensory-stage-line,
  .sensory-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .sensory-sign-card,
  .sensory-parent-card,
  .sensory-body-card,
  .sensory-life-card,
  .sensory-system-card,
  .sensory-training-card,
  .sensory-env-card,
  .sensory-family-grid article,
  .sensory-why-card,
  .sensory-assessment-card,
  .sensory-misunderstanding-card,
  .sensory-faq-card {
    padding: 26px 22px;
  }
  .sensory-body-card img {
    height: 210px;
  }
  .sensory-life-grid article {
    grid-template-columns: 64px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    text-align: left;
  }
  .sensory-life-grid svg {
    grid-row: 1 / span 2;
  }
  .sensory-life-grid ul {
    justify-items: start;
  }
  .sensory-training-flow,
  .sensory-stage-line {
    gap: 22px;
  }
  .sensory-training-flow article,
  .sensory-stage-line article {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .sensory-training-flow article::after,
  .sensory-stage-line::before,
  .sensory-stage-line article::after {
    display: none;
  }
  .sensory-training-flow span,
  .sensory-stage-line span {
    grid-row: 1 / span 2;
  }
  .sensory-stage-line {
    padding: 24px;
  }
  .sensory-stage-line p {
    max-width: none;
  }
  .sensory-env-card img {
    height: 118px;
  }
  .sensory-family-grid article {
    min-height: 0;
  }
  .sensory-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .sensory-cta-card figure {
    height: 132px;
    order: 2;
  }
  .sensory-cta-card img {
    width: min(100%, 300px);
    height: 132px;
    object-position: center bottom;
  }
  .sensory-cta-card article {
    order: 1;
  }
  .sensory-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.autism-detail-page {
  --autism-pink: #ff4f8f;
  --autism-blue: #1f2556;
  --autism-muted: #6d7896;
  --autism-line: #edf0f7;
  --autism-shadow: 0 22px 54px rgba(31, 37, 86, 0.09);
  --autism-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.065);
  color: var(--autism-blue);
  background:
    radial-gradient(circle at 78% 6%, rgba(255, 212, 165, 0.18), transparent 22%),
    radial-gradient(circle at 8% 54%, rgba(255, 79, 143, 0.055), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fff 47%, #fff8fb 76%, #fff 100%);
}
body.autism-detail-page .wrap {
  max-width: 1320px;
}
.autism-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 47%, rgba(255, 246, 249, 0.78) 100%);
}
.autism-hero-grid {
  display: grid;
  grid-template-columns: minmax(410px, 0.9fr) minmax(560px, 1.1fr);
  gap: 54px;
  align-items: center;
}
.autism-kicker {
  margin: 0 0 16px;
  color: var(--autism-pink);
  font-size: 15px;
  font-weight: 950;
}
.autism-kicker::before,
.autism-kicker::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 9px 2px 0;
  border-radius: 999px;
  background: var(--autism-pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.autism-kicker::after {
  margin: 0 0 2px 9px;
}
.autism-hero-copy h1,
.autism-hero-copy h2 {
  margin: 0;
  color: var(--autism-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.autism-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.12;
}
.autism-hero-copy h2 {
  max-width: 600px;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.46;
}
.autism-hero-copy h2 span {
  color: var(--autism-pink);
  white-space: nowrap;
}
.autism-hero-copy > p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 16px;
  line-height: 1.78;
  font-weight: 760;
}
.autism-hero-scene {
  position: relative;
  min-height: 320px;
  margin: 0;
}
.autism-hero-scene::before {
  content: "";
  position: absolute;
  inset: 10% 4% 0 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 79, 143, 0.08), transparent 64%);
}
.autism-hero-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 600px);
  margin-left: auto;
  filter: drop-shadow(0 24px 34px rgba(31, 37, 86, 0.08));
}
.autism-detail-section,
.autism-path-section,
.autism-concern-section,
.autism-asperger-section,
.autism-module-section,
.autism-support-section {
  padding: 28px 0;
}
.autism-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.autism-info-card,
.autism-path-card,
.autism-family-card,
.autism-principle-card {
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--autism-soft-shadow);
}
.autism-info-card {
  min-height: 276px;
  padding: 34px 34px 30px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.autism-info-card:hover,
.autism-family-card:hover,
.autism-principle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, 0.28);
  box-shadow: var(--autism-shadow);
}
.autism-info-card > svg {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--autism-pink);
}
.autism-info-card h2,
.autism-card-title h2,
.autism-section-head h2 {
  margin: 0;
  color: var(--autism-blue);
  font-weight: 950;
  letter-spacing: 0;
}
.autism-info-card h2 {
  font-size: 24px;
}
.autism-info-card ul,
.autism-family-card ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.autism-info-card li,
.autism-family-card li {
  position: relative;
  padding-left: 24px;
  color: var(--autism-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 760;
}
.autism-info-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--autism-pink);
  box-shadow: 0 0 0 4px rgba(255, 79, 143, 0.10);
}
.autism-section-head {
  margin-bottom: 28px;
}
.autism-section-head h2 {
  font-size: 26px;
}
.autism-section-head p {
  max-width: 860px;
  margin: 15px 0 0;
  color: #5e6886;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 760;
}
.autism-path-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 238px;
  padding: 44px 32px 36px;
}
.autism-path-card article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  padding: 0 18px;
  text-align: center;
}
.autism-path-card article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -8px;
  top: 41px;
  color: rgba(31, 37, 86, 0.34);
  font-size: 24px;
  font-weight: 950;
}
.autism-step-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--autism-pink);
  box-shadow: 0 14px 30px rgba(255, 79, 143, 0.12);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.autism-step-icon svg {
  width: 36px;
  height: 36px;
}
.autism-path-card article.is-current .autism-step-icon {
  transform: translateY(-5px);
  background: var(--autism-pink);
  color: #fff;
}
.autism-path-card small {
  margin-top: 4px;
  color: #68728e;
  font-size: 13px;
  font-weight: 760;
}
.autism-path-card strong {
  color: var(--autism-blue);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 950;
}
.autism-path-card p {
  max-width: 178px;
  margin: 8px 0 0;
  color: #5f6985;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 740;
}
.autism-concern-section,
.autism-module-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 79, 143, 0.055), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.autism-concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.autism-concern-grid article,
.autism-asperger-grid article,
.autism-module-grid article,
.autism-faq-list article {
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: var(--autism-soft-shadow);
}
.autism-concern-grid article {
  min-height: 210px;
  padding: 26px 24px;
}
.autism-concern-grid svg,
.autism-asperger-grid svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #fff1f6;
  color: var(--autism-pink);
}
.autism-concern-grid strong,
.autism-asperger-grid strong,
.autism-module-grid strong,
.autism-faq-list strong {
  display: block;
  margin-top: 16px;
  color: var(--autism-blue);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}
.autism-concern-grid p,
.autism-asperger-grid p,
.autism-module-grid p,
.autism-faq-list p {
  margin: 10px 0 0;
  color: #64708d;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 740;
}
.autism-asperger-card {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}
.autism-asperger-lead,
.autism-faq-lead {
  display: grid;
  align-content: center;
  min-height: 380px;
  padding: 34px;
  border: 1px solid rgba(237, 240, 247, 0.9);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--autism-soft-shadow);
}
.autism-asperger-lead h2,
.autism-faq-lead h2 {
  margin: 0;
  color: var(--autism-blue);
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.2;
  font-weight: 950;
}
.autism-asperger-lead p:not(.autism-kicker) {
  margin: 20px 0 0;
  color: #5f6985;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 760;
}
.autism-asperger-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.autism-asperger-grid article {
  min-height: 176px;
  padding: 24px;
}
.autism-module-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.autism-module-grid article {
  min-height: 220px;
  padding: 24px 18px;
}
.autism-module-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  background: #fff1f6;
  color: var(--autism-pink);
  font-size: 14px;
  font-weight: 950;
}
.autism-faq-section {
  padding: 30px 0;
}
.autism-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr);
  gap: 24px;
  align-items: stretch;
}
.autism-faq-lead {
  min-height: 0;
}
.autism-faq-list {
  display: grid;
  gap: 14px;
}
.autism-faq-list article {
  min-height: 116px;
  padding: 22px 26px;
}
.autism-faq-list strong {
  margin-top: 0;
}
.autism-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 34px;
}
.autism-family-card,
.autism-principle-card {
  min-height: 278px;
  padding: 34px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.autism-card-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.autism-card-title > svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 999px;
  background: #f3efff;
  color: #7566e8;
}
.autism-card-title h2 {
  font-size: 24px;
}
.autism-family-card > p {
  margin: 26px 0 22px;
  color: #303a67;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 800;
}
.autism-family-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08em;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: var(--autism-pink);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}
.autism-principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
  margin-top: 28px;
}
.autism-principle-grid div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
}
.autism-principle-grid svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--autism-pink);
}
.autism-principle-grid strong {
  color: var(--autism-blue);
  font-size: 15px;
  font-weight: 950;
}
.autism-principle-grid p {
  margin: 0;
  color: #67718d;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 740;
}
.autism-cta-section {
  padding: 34px 0 28px;
}
.autism-cta-card {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 186px;
  overflow: hidden;
  padding: 0 58px 0 42px;
  border: 1px solid rgba(255, 79, 143, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 79, 143, 0.08), transparent 28%),
    linear-gradient(135deg, #fff1f6 0%, #fff8fb 50%, #fff4ef 100%);
  box-shadow: var(--autism-soft-shadow);
}
.autism-cta-card figure {
  align-self: end;
  height: 166px;
  margin: 0;
}
.autism-cta-card img {
  width: 320px;
  height: 166px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, 0.10));
}
.autism-cta-card h2 {
  margin: 0;
  color: var(--autism-blue);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.24;
  font-weight: 950;
}
.autism-cta-card p {
  margin: 18px 0 0;
  color: #303a67;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 760;
}
.autism-cta-card .button {
  display: inline-flex;
  height: 54px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.autism-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.autism-trust-strip {
  padding: 16px 0 50px;
}
.autism-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--autism-soft-shadow);
}
.autism-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 10px 16px;
}
.autism-trust-strip svg {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f4f6ff;
  color: #38448a;
}
.autism-trust-strip strong,
.autism-trust-strip p {
  grid-column: 2;
  margin: 0;
}
.autism-trust-strip strong {
  color: var(--autism-blue);
  font-size: 15px;
  font-weight: 950;
}
.autism-trust-strip p {
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
@media (max-width: 1180px) {
  .autism-hero-grid,
  .autism-asperger-card,
  .autism-faq-grid,
  .autism-support-grid {
    grid-template-columns: 1fr;
  }
  .autism-hero-scene {
    min-height: 310px;
  }
  .autism-hero-scene img {
    margin: 0 auto;
  }
  .autism-detail-grid {
    grid-template-columns: 1fr;
  }
  .autism-path-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
  .autism-path-card article::after {
    display: none;
  }
  .autism-concern-grid,
  .autism-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .autism-asperger-lead {
    min-height: 0;
  }
  .autism-cta-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .autism-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
  .autism-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  body.autism-detail-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .autism-hero {
    padding: 40px 0 28px;
  }
  .autism-hero-copy h1 {
    font-size: 31px;
  }
  .autism-hero-copy h2 {
    margin-top: 12px;
    font-size: 22px;
  }
  .autism-hero-copy > p {
    font-size: 16px;
  }
  .autism-hero-scene {
    min-height: 235px;
  }
  .autism-info-card,
  .autism-concern-grid article,
  .autism-asperger-grid article,
  .autism-module-grid article,
  .autism-faq-list article,
  .autism-asperger-lead,
  .autism-faq-lead,
  .autism-family-card,
  .autism-principle-card {
    padding: 26px 22px;
  }
  .autism-concern-grid,
  .autism-asperger-grid,
  .autism-module-grid {
    grid-template-columns: 1fr;
  }
  .autism-concern-grid article,
  .autism-asperger-grid article,
  .autism-module-grid article {
    min-height: 0;
  }
  .autism-asperger-lead h2,
  .autism-faq-lead h2 {
    font-size: clamp(29px, 8vw, 38px);
  }
  .autism-path-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
  }
  .autism-path-card article {
    grid-template-columns: 74px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .autism-path-card article::after {
    display: none;
  }
  .autism-step-icon {
    grid-row: 1 / span 3;
  }
  .autism-path-card p {
    max-width: none;
  }
  .autism-principle-grid,
  .autism-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .autism-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .autism-cta-card figure {
    height: 132px;
    order: 2;
  }
  .autism-cta-card img {
    width: min(100%, 300px);
    height: 132px;
    object-position: center bottom;
  }
  .autism-cta-card article {
    order: 1;
  }
  .autism-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}
body.courses-system-page {
  --course-pink: #ff4f8f;
  --course-blue: #1f2556;
  --course-muted: #75809d;
  --course-line: #edf0f7;
  --course-shadow: 0 22px 54px rgba(31, 37, 86, 0.10);
  --course-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.07);
  color: var(--course-blue);
  background:
    radial-gradient(circle at 79% 10%, rgba(255, 79, 143, 0.08), transparent 24%),
    radial-gradient(circle at 9% 56%, rgba(255, 79, 143, 0.055), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff8fb 47%, #fff 100%);
}
body.courses-system-page .wrap {
  max-width: 1320px;
}
.course-system-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 54px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 55%, rgba(255, 246, 249, 0.76) 100%);
}
.course-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(620px, 1.22fr);
  gap: 40px;
  align-items: center;
}
.course-kicker {
  margin: 0 0 18px;
  color: var(--course-pink);
  font-size: 15px;
  font-weight: 950;
}
.course-kicker::before,
.course-section-head h2::before,
.course-section-head h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--course-pink);
  vertical-align: middle;
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.course-section-head h2::after {
  margin: 0 0 0 9px;
}
.course-hero-copy h1 {
  margin: 0;
  color: var(--course-blue);
  font-size: clamp(40px, 3.8vw, 50px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
  word-break: keep-all;
}
.course-hero-copy h1 span {
  color: var(--course-pink);
  white-space: nowrap;
}
.course-hero-copy > p {
  margin: 26px 0 34px;
  color: #303a67;
  font-size: 23px;
  line-height: 1.72;
  font-weight: 780;
}
.course-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 520px;
}
.course-hero-values article {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
}
.course-hero-values svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 22px;
  background: #fff1f6;
  color: var(--course-pink);
  box-shadow: 0 14px 26px rgba(255, 79, 143, 0.10);
}
.course-hero-values article:nth-child(2) svg { background: #f1efff; color: var(--purple); }
.course-hero-values article:nth-child(3) svg { background: #fff4e5; color: var(--orange); }
.course-hero-values article:nth-child(4) svg { background: #edf8f5; color: var(--green); }
.course-hero-values strong,
.course-hero-values span {
  display: block;
}
.course-hero-values strong {
  color: var(--course-blue);
  font-size: 13px;
  font-weight: 950;
}
.course-hero-values span {
  color: #69738f;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 760;
}
.course-hero-visual {
  position: relative;
  min-height: 455px;
}
.course-radar-card {
  position: absolute;
  left: clamp(34px, 4.2vw, 58px);
  top: 50%;
  width: min(520px, 75%);
  aspect-ratio: 1;
  transform: translateY(-50%);
}
.course-radar-card::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 79, 143, 0.10) 0 22%, transparent 23%),
    radial-gradient(circle, rgba(255, 79, 143, 0.08), rgba(255, 79, 143, 0.03) 61%, transparent 62%);
}
.course-radar-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.course-radar-lines circle,
.course-radar-lines polygon,
.course-radar-lines line {
  fill: none;
  stroke: rgba(255, 79, 143, 0.22);
  stroke-width: 1.1;
}
.course-radar-lines polygon {
  fill: rgba(255, 79, 143, 0.045);
  stroke: rgba(255, 79, 143, 0.48);
  stroke-width: 1.6;
}
.course-radar-lines .is-dot {
  fill: var(--course-pink);
  stroke: #fff;
  stroke-width: 2;
}
.course-radar-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 140px;
  height: 140px;
  place-items: center;
  padding: 22px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 44px rgba(255, 79, 143, 0.16);
  text-align: center;
  transform: translate(-50%, -50%);
}
.course-radar-center svg {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 14px;
  background: var(--course-pink);
  color: #fff;
}
.course-radar-center strong {
  color: var(--course-pink);
  font-size: 18px;
  font-weight: 950;
}
.course-radar-center span {
  color: #68728e;
  font-size: 12px;
  font-weight: 760;
}
.course-radar-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  padding: 14px 10px;
  border: 1px solid rgba(237, 240, 247, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #38448a;
  text-align: center;
  box-shadow: var(--course-soft-shadow);
  animation: courseFloat 5s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.55s);
}
.course-radar-node svg {
  width: 30px;
  height: 30px;
}
.course-radar-node span {
  color: var(--course-blue);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 950;
}
.course-radar-node.is-top { left: 50%; top: 2%; transform: translateX(-50%); color: #4f8cff; }
.course-radar-node.is-rightTop { right: 5%; top: 25%; color: #8066ff; }
.course-radar-node.is-rightBottom { right: 9%; bottom: 18%; color: #2ab7a9; }
.course-radar-node.is-bottom { left: 50%; bottom: 1%; transform: translateX(-50%); color: #f6a623; }
.course-radar-node.is-leftBottom { left: 7%; bottom: 18%; color: #ff7a1a; }
.course-radar-node.is-leftTop { left: 6%; top: 25%; color: var(--course-pink); }
.course-hero-deco {
  position: absolute;
  right: -4px;
  bottom: 10px;
  width: 170px;
  opacity: 0.92;
  filter: drop-shadow(0 18px 22px rgba(31, 37, 86, 0.07));
}
@keyframes courseFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}
.course-plan-section,
.course-direction-section,
.course-design-section,
.course-combo-section,
.course-classroom-section,
.course-process-section,
.course-parent-section {
  padding: 34px 0;
}
.course-section-head {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}
.course-section-head h2 {
  margin: 0;
  color: var(--course-blue);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.course-section-head p {
  margin: 12px auto 0;
  color: #64708d;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 760;
}
.course-plan-compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px minmax(0, 1fr);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--course-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--course-shadow);
}
.course-plan-compare article {
  min-height: 224px;
  padding: 28px 34px 26px;
  text-align: center;
}
.course-plan-compare h3 {
  margin: 0 0 22px;
  color: var(--course-pink);
  font-size: 17px;
  font-weight: 950;
}
.course-plan-icons {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr;
  gap: 10px;
  align-items: center;
}
.course-plan-icons span {
  display: grid;
  justify-items: center;
  gap: 10px;
}
.course-plan-icons svg {
  width: 64px;
  height: 64px;
  padding: 17px;
  border-radius: 999px;
  background: #f5f7ff;
  color: #4f8cff;
}
.course-plan-compare article:first-child .course-plan-icons span:nth-child(3) svg { color: #ff7a1a; background: #fff5eb; }
.course-plan-compare article:first-child .course-plan-icons span:nth-child(5) svg { color: #f6a623; background: #fff7e6; }
.course-plan-compare article:last-child .course-plan-icons span:nth-child(1) svg { color: #8066ff; background: #f4f0ff; }
.course-plan-compare article:last-child .course-plan-icons span:nth-child(3) svg { color: #2ab7a9; background: #edf8f5; }
.course-plan-compare article:last-child .course-plan-icons span:nth-child(5) svg { color: var(--course-pink); background: #fff1f6; }
.course-plan-icons strong {
  color: var(--course-blue);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 950;
}
.course-plan-icons b {
  color: var(--course-pink);
  font-size: 30px;
  font-weight: 780;
}
.course-plan-compare p {
  margin: 22px 0 0;
  color: #5f6985;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 760;
}
.course-plan-label {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  justify-self: center;
  padding: 18px 14px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--course-pink);
  text-align: center;
  box-shadow: 0 16px 34px rgba(255, 79, 143, 0.14);
}
.course-plan-label strong,
.course-plan-label span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}
.course-plan-note {
  display: flex;
  width: min(520px, 92%);
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: -12px auto 0;
  border-radius: 14px;
  background: #fff1f6;
  color: var(--course-pink);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 14px 24px rgba(255, 79, 143, 0.09);
}
.course-plan-note svg {
  width: 18px;
  height: 18px;
}
.course-direction-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.course-direction-card {
  display: grid;
  min-height: 208px;
  justify-items: center;
  align-content: start;
  padding: 25px 17px 20px;
  border: 1px solid var(--course-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  box-shadow: var(--course-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.course-direction-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 143, 0.32);
  box-shadow: var(--course-shadow);
}
.course-direction-card > svg {
  width: 62px;
  height: 62px;
  padding: 17px;
  border-radius: 999px;
  background: #f5f7ff;
  color: #4f8cff;
  transition: color .24s ease, background .24s ease;
}
.course-direction-card:hover > svg {
  background: #fff1f6;
  color: var(--course-pink);
}
.course-direction-card.is-sensory > svg { color: #ff7a1a; background: #fff5eb; }
.course-direction-card.is-attention > svg { color: #8066ff; background: #f4f0ff; }
.course-direction-card.is-cognition > svg { color: #2ab7a9; background: #edf8f5; }
.course-direction-card.is-social > svg { color: var(--course-pink); background: #fff1f6; }
.course-direction-card.is-family > svg { color: #f6a623; background: #fff7e6; }
.course-direction-card strong {
  margin-top: 18px;
  color: var(--course-blue);
  font-size: 18px;
  font-weight: 950;
}
.course-direction-card p {
  margin: 12px 0 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 760;
}
.course-direction-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  color: #30448f;
  font-size: 13px;
  font-weight: 950;
}
.course-direction-card span svg {
  width: 14px;
  height: 14px;
}
.course-design-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 79, 143, 0.06), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.course-design-grid {
  display: grid;
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  gap: 24px;
  align-items: stretch;
}
.course-design-lead {
  display: grid;
  align-content: center;
  min-height: 354px;
  padding: 34px;
  border: 1px solid var(--course-line);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--course-soft-shadow);
}
.course-design-lead h2 {
  margin: 0;
  color: var(--course-blue);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 950;
}
.course-design-lead p:not(.course-kicker) {
  margin: 20px 0 0;
  color: #606b88;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 760;
}
.course-design-cards,
.course-parent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.course-design-cards article,
.course-parent-grid article {
  display: grid;
  min-height: 168px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--course-line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--course-soft-shadow);
}
.course-design-cards svg,
.course-parent-grid svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 15px;
  background: #fff1f6;
  color: var(--course-pink);
}
.course-design-cards strong,
.course-parent-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--course-blue);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}
.course-design-cards p,
.course-parent-grid p {
  margin: 10px 0 0;
  color: #65708c;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 740;
}
.course-combo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.course-combo-grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--course-accent), #fff 72%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--course-accent), transparent 84%) 0 92px, transparent 94px),
    linear-gradient(180deg, #fff, color-mix(in srgb, var(--course-accent), #fff 94%));
  box-shadow: var(--course-soft-shadow);
}
.course-combo-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--course-accent), #fff 84%);
  color: var(--course-accent);
  font-size: 22px;
  font-weight: 950;
}
.course-combo-grid h3 {
  margin: 22px 0 0;
  color: var(--course-blue);
  font-size: 24px;
  line-height: 1.32;
  font-weight: 950;
}
.course-combo-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--course-accent);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 950;
}
.course-combo-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.course-combo-grid em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--course-accent), #fff 88%);
  color: color-mix(in srgb, var(--course-accent), #1f2556 25%);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.course-combo-grid p {
  margin: 18px 0 0;
  color: #5f6985;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}
.course-classroom-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(72, 197, 232, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.course-classroom-card {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
}
.course-classroom-copy h2 {
  margin: 0;
  color: var(--course-blue);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.18;
  font-weight: 950;
}
.course-classroom-copy p:not(.course-kicker) {
  margin: 20px 0 0;
  color: #606b88;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 760;
}
.course-classroom-steps {
  display: grid;
  gap: 12px;
}
.course-classroom-steps article {
  display: grid;
  grid-template-columns: 56px minmax(150px, .34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 16px 20px;
  border: 1px solid var(--course-line);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--course-soft-shadow);
}
.course-classroom-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  background: #fff1f6;
  color: var(--course-pink);
  font-size: 14px;
  font-weight: 950;
}
.course-classroom-steps strong {
  color: var(--course-blue);
  font-size: 17px;
  font-weight: 950;
}
.course-classroom-steps p {
  margin: 0;
  color: #65708c;
  font-size: 14px;
  line-height: 1.66;
  font-weight: 740;
}
.course-parent-section {
  padding-bottom: 42px;
}
.course-parent-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.course-parent-grid article {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0 12px;
  min-height: 146px;
  padding: 18px 20px;
  align-items: center;
}
.course-parent-grid svg {
  grid-column: 1;
  grid-row: 1;
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 14px;
}
.course-parent-grid strong {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  align-self: center;
  font-size: 17px;
}
.course-parent-grid p {
  grid-column: 1 / -1;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.68;
}
.course-process-section {
  padding-top: 24px;
}
.course-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
  padding-top: 18px;
}
.course-process-line::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 143, 0.28), rgba(31, 37, 86, 0.18));
}
.course-process-line article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 178px;
  text-align: center;
}
.course-process-line article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 58px;
  color: rgba(255, 79, 143, 0.6);
  font-size: 18px;
  font-weight: 900;
}
.course-process-line article > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--course-pink);
  border-radius: 999px;
  background: #fff;
  color: var(--course-pink);
  font-size: 11px;
  font-weight: 950;
}
.course-process-line article > svg {
  width: 54px;
  height: 54px;
  padding: 14px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--course-blue);
  box-shadow: 0 12px 24px rgba(31, 37, 86, 0.06);
  transition: background .28s ease, color .28s ease, transform .28s ease;
}
.course-process-line article.is-current > svg {
  background: var(--course-pink);
  color: #fff;
  transform: translateY(-3px);
}
.course-process-line strong {
  color: var(--course-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}
.course-process-line p {
  max-width: 120px;
  margin: 0;
  color: #66708c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 760;
}
.course-cta-section {
  padding: 30px 0 28px;
}
.course-cta-card {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  min-height: 182px;
  overflow: hidden;
  padding: 0 44px 0 54px;
  border: 1px solid rgba(255, 79, 143, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 79, 143, 0.08), transparent 22%),
    linear-gradient(135deg, #fff2f7 0%, #fff9fb 50%, #fff5f0 100%);
  box-shadow: var(--course-soft-shadow);
}
.course-cta-card figure {
  align-self: end;
  height: 166px;
  margin: 0;
}
.course-cta-card img {
  width: 370px;
  height: 166px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, 0.10));
}
.course-cta-card h2 {
  margin: 0;
  color: var(--course-blue);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.22;
  font-weight: 950;
}
.course-cta-card p {
  margin: 16px 0 0;
  color: #303a67;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 780;
}
.course-cta-card .button {
  height: 54px;
  min-width: 150px;
  border-radius: 999px;
  white-space: nowrap;
}
.course-cta-card .button:hover {
  transform: translateY(-3px) scale(1.015);
}
.course-trust-strip {
  padding: 8px 0 36px;
}
.course-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(236, 231, 234, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--course-soft-shadow);
}
.course-trust-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 58px;
  padding: 4px 8px;
}
.course-trust-strip svg {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 14px;
  background: #f3f5ff;
  color: #38448a;
}
.course-trust-strip strong,
.course-trust-strip p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
}
.course-trust-strip strong {
  color: var(--course-blue);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}
.course-trust-strip p {
  margin-top: 0;
  color: #68728e;
  font-size: 12px;
  line-height: 1.38;
  font-weight: 760;
}
.js-motion [data-course-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition: opacity .64s ease, transform .64s ease, filter .64s ease, border-color .24s ease, box-shadow .24s ease;
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js-motion [data-course-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (max-width: 1180px) {
  .course-hero-grid {
    grid-template-columns: 1fr;
  }
  .course-design-grid,
  .course-classroom-card {
    grid-template-columns: 1fr;
  }
  .course-design-lead {
    min-height: 0;
  }
  .course-combo-grid,
  .course-parent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .course-hero-visual {
    min-height: 500px;
  }
  .course-radar-card {
    left: 50%;
    width: min(520px, 100%);
    transform: translate(-50%, -50%);
  }
  .course-hero-deco {
    right: 0;
  }
  .course-hero-values,
  .course-direction-grid,
  .course-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .course-plan-compare {
    grid-template-columns: 1fr;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 16px;
  }
  .course-plan-compare article {
    border: 1px solid var(--course-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--course-soft-shadow);
  }
  .course-plan-label {
    margin: -4px 0;
  }
  .course-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 10px;
  }
  .course-process-line::before,
  .course-process-line article::after {
    display: none;
  }
  .course-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .course-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.courses-system-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .course-system-hero {
    padding: 44px 0 28px;
  }
  .course-hero-copy h1 {
    font-size: clamp(37px, 10vw, 50px);
  }
  .course-hero-copy > p {
    font-size: 18px;
    line-height: 1.62;
    margin: 20px 0 24px;
  }
  .course-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .course-hero-visual {
    min-height: 360px;
  }
  .course-radar-card {
    width: min(360px, 100%);
  }
  .course-radar-center {
    width: 112px;
    height: 112px;
    border-radius: 20px;
  }
  .course-radar-node {
    width: 82px;
    height: 82px;
    padding: 9px 7px;
  }
  .course-radar-node svg {
    width: 23px;
    height: 23px;
  }
  .course-radar-node span {
    font-size: 10px;
  }
  .course-hero-deco {
    display: none;
  }
  .course-plan-section,
  .course-direction-section,
  .course-design-section,
  .course-combo-section,
  .course-classroom-section,
  .course-process-section,
  .course-parent-section {
    padding: 24px 0;
  }
  .course-design-lead {
    padding: 26px 22px;
  }
  .course-design-lead h2,
  .course-classroom-copy h2 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .course-design-cards,
  .course-combo-grid,
  .course-parent-grid {
    grid-template-columns: 1fr;
  }
  .course-design-cards article,
  .course-parent-grid article {
    min-height: 0;
    padding: 22px;
  }
  .course-parent-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px 20px;
  }
  .course-combo-grid article {
    min-height: 0;
    padding: 24px 22px;
  }
  .course-classroom-card {
    gap: 20px;
  }
  .course-classroom-steps article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px 14px;
    min-height: 0;
    padding: 16px;
  }
  .course-classroom-steps p {
    grid-column: 2;
  }
  .course-plan-compare article {
    min-height: 0;
    padding: 22px 16px;
  }
  .course-plan-icons {
    grid-template-columns: 1fr;
  }
  .course-plan-icons b {
    font-size: 22px;
  }
  .course-direction-grid,
  .course-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .course-process-line {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .course-process-line article {
    grid-template-columns: 42px 54px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    text-align: left;
    gap: 8px 12px;
  }
  .course-process-line article > span {
    grid-row: 1 / span 2;
    align-self: center;
  }
  .course-process-line article > svg {
    grid-row: 1 / span 2;
  }
  .course-process-line article strong,
  .course-process-line article p {
    grid-column: 3;
    max-width: none;
  }
  .course-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px 26px;
    text-align: center;
  }
  .course-cta-card figure {
    height: 136px;
    order: 2;
  }
  .course-cta-card img {
    width: min(100%, 310px);
    height: 136px;
    object-position: center bottom;
  }
  .course-cta-card article {
    order: 1;
  }
  .course-cta-card .button {
    grid-column: auto;
    order: 3;
    justify-self: center;
  }
}

body.faq-help-page {
  --faq-pink: #ff4f8f;
  --faq-blue: #326bff;
  --faq-ink: #1f2556;
  --faq-muted: #75809d;
  --faq-line: #edf0f7;
  --faq-shadow: 0 22px 54px rgba(31, 37, 86, 0.10);
  --faq-soft-shadow: 0 12px 30px rgba(31, 37, 86, 0.07);
  color: var(--faq-ink);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 203, 139, 0.16), transparent 24%),
    radial-gradient(circle at 6% 58%, rgba(255, 79, 143, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff8fb 53%, #fff 100%);
}
body.faq-help-page .wrap {
  max-width: 1320px;
}
.faq-help-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 56px;
  background:
    linear-gradient(90deg, rgba(255, 246, 249, 0.98) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 239, 231, 0.72) 100%);
}
.faq-help-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -34% 42%;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 185, 116, 0.18), transparent 62%);
  pointer-events: none;
}
.faq-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
  gap: 44px;
  align-items: center;
}
.faq-kicker,
.faq-section-head h2 {
  position: relative;
}
.faq-kicker {
  margin: 0 0 16px;
  color: var(--faq-pink);
  font-size: 15px;
  font-weight: 900;
}
.faq-kicker::before,
.faq-section-head h2::before,
.faq-section-head h2::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--faq-pink);
  vertical-align: middle;
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.faq-section-head h2::after {
  margin: 0 0 0 9px;
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(128, 102, 255, 0.10);
}
.faq-hero-copy h1 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(44px, 5.3vw, 66px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}
.faq-hero-lead {
  margin: 22px 0 30px;
  color: #2e3865;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 850;
}
.faq-search-box {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 64px;
  align-items: center;
  width: min(590px, 100%);
  min-height: 58px;
  padding: 0 0 0 22px;
  border: 1px solid rgba(222, 226, 238, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(31, 37, 86, 0.10);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.faq-search-box:focus-within,
.faq-search-box:hover {
  border-color: rgba(255, 79, 143, 0.42);
  box-shadow: 0 22px 48px rgba(255, 79, 143, 0.16);
  transform: translateY(-2px);
}
.faq-search-box > svg {
  width: 22px;
  height: 22px;
  color: #9aa5bd;
}
.faq-search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--faq-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 760;
}
.faq-search-box input::placeholder {
  color: #9aa5bd;
}
.faq-search-box button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 17px;
  background: var(--faq-pink);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(255, 79, 143, 0.28);
  transition: transform .22s ease, box-shadow .22s ease;
}
.faq-search-box button:hover {
  transform: scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 79, 143, 0.34);
}
.faq-search-box button svg {
  width: 25px;
  height: 25px;
}
.faq-hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.faq-hot-tags strong {
  color: var(--faq-ink);
  font-size: 14px;
  font-weight: 900;
}
.faq-hot-tags button {
  min-height: 32px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #eef2fb;
  color: #5d6888;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease;
}
.faq-hot-tags button:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 79, 143, 0.24);
  background: #fff1f6;
  color: var(--faq-pink);
}
.faq-hero-visual {
  position: relative;
  min-height: 360px;
  margin: 0;
}
.faq-hero-visual img {
  position: absolute;
  right: -18px;
  top: 50%;
  width: min(720px, 100%);
  transform: translateY(-50%);
  filter: drop-shadow(0 28px 40px rgba(31, 37, 86, 0.08));
}
.faq-hero-visual span {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #7180a2;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(31, 37, 86, 0.08);
  animation: faqFloat 4.6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.7s);
}
.faq-hero-visual span:nth-of-type(1) { left: 12%; top: 20%; color: var(--faq-pink); }
.faq-hero-visual span:nth-of-type(2) { right: 18%; top: 18%; color: var(--purple); }
.faq-hero-visual span:nth-of-type(3) { left: 24%; bottom: 17%; color: var(--orange); }
.faq-hero-visual span:nth-of-type(4) { right: 10%; bottom: 25%; color: var(--blue); }
.faq-hero-visual span:nth-of-type(5) { left: 44%; bottom: 7%; color: var(--green); }
@keyframes faqFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.faq-help-section {
  padding: 34px 0;
}
.faq-category-section {
  padding-top: 50px;
}
.faq-section-head {
  margin: 0 auto 28px;
  text-align: center;
}
.faq-section-head h2 {
  margin: 0;
  color: var(--faq-ink);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.faq-category-card {
  display: grid;
  min-height: 154px;
  place-items: center;
  padding: 22px 14px 18px;
  border: 1px solid var(--faq-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--faq-ink);
  box-shadow: var(--faq-soft-shadow);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.faq-category-card:hover,
.faq-category-card.is-active {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--faq-accent), #fff 45%);
  box-shadow: var(--faq-shadow);
}
.faq-category-card span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 22px;
  background: color-mix(in srgb, var(--faq-accent), #fff 78%);
  color: var(--faq-accent);
}
.faq-category-card svg {
  width: 34px;
  height: 34px;
}
.faq-category-card strong,
.faq-category-card p {
  margin: 0;
  text-align: center;
}
.faq-category-card strong {
  font-size: 18px;
  font-weight: 950;
}
.faq-category-card p {
  margin-top: 10px;
  color: var(--faq-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 760;
}
.faq-popular-section {
  padding-top: 20px;
}
.faq-popular-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) 50px;
  gap: 18px;
  align-items: stretch;
}
.faq-popular-card,
.faq-popular-next {
  border: 1px solid var(--faq-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--faq-soft-shadow);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.faq-popular-card {
  min-height: 82px;
  padding: 18px 20px;
  border-radius: 14px;
  text-align: left;
}
.faq-popular-card:hover,
.faq-popular-card.is-active {
  transform: translateY(-5px);
  border-color: rgba(255, 79, 143, 0.45);
  box-shadow: var(--faq-shadow);
}
.faq-popular-card strong,
.faq-popular-card span {
  display: block;
}
.faq-popular-card strong {
  color: var(--faq-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}
.faq-popular-card span {
  margin-top: 12px;
  color: var(--faq-pink);
  font-size: 13px;
  font-weight: 900;
}
.faq-popular-next {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  align-self: center;
  border-radius: 999px;
  color: var(--faq-blue);
}
.faq-popular-next:hover {
  transform: translateX(4px);
  border-color: rgba(50, 107, 255, 0.28);
}
.faq-popular-next svg {
  width: 20px;
  height: 20px;
}
.faq-answer-section {
  padding-top: 18px;
}
.faq-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  gap: 32px;
  align-items: stretch;
}
.faq-accordion {
  overflow: hidden;
  border: 1px solid var(--faq-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--faq-shadow);
}
.faq-answer-item {
  border-bottom: 1px solid var(--faq-line);
}
.faq-answer-item.is-hidden {
  display: none;
}
.faq-answer-item button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: var(--faq-ink);
  text-align: left;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.faq-answer-item button i {
  display: grid;
  place-items: center;
  color: var(--faq-pink);
  font-style: normal;
  transition: transform .22s ease;
}
.faq-answer-item button i svg {
  width: 17px;
  height: 17px;
  transform: rotate(90deg);
}
.faq-answer-item.is-open button i {
  transform: rotate(180deg);
}
.faq-answer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.faq-answer-body p {
  margin: 0;
  padding: 0 24px 18px;
  color: #5f6985;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 760;
}
.faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  color: var(--faq-pink);
  font-weight: 900;
}
.faq-more-link svg {
  width: 16px;
  height: 16px;
}
.faq-answer-visual {
  display: grid;
  min-height: 336px;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 243, 0.9));
  box-shadow: var(--faq-soft-shadow);
}
.faq-answer-visual img {
  width: min(430px, 100%);
  filter: drop-shadow(0 22px 32px rgba(31, 37, 86, 0.10));
}
.faq-misunderstanding-section {
  padding-top: 28px;
}
.faq-mistake-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.faq-mistake-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  min-height: 150px;
  overflow: hidden;
  padding: 22px 18px 18px 24px;
  border: 1px solid var(--faq-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--faq-soft-shadow);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.faq-mistake-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--faq-accent), #fff 45%);
  box-shadow: var(--faq-shadow);
}
.faq-mistake-card div > span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-right: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--faq-accent), #fff 78%);
  color: var(--faq-accent);
  vertical-align: middle;
}
.faq-mistake-card div > span svg {
  width: 17px;
  height: 17px;
}
.faq-mistake-card strong {
  color: var(--faq-ink);
  font-size: 14px;
  font-weight: 950;
}
.faq-mistake-card h3 {
  margin: 8px 0 10px;
  color: var(--faq-ink);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 950;
}
.faq-mistake-card p {
  margin: 0;
  color: #65708c;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 760;
}
.faq-mistake-card img {
  align-self: end;
  width: 128px;
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(31, 37, 86, 0.07));
}
.faq-contact-section {
  padding: 24px 0 28px;
}
.faq-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 142px;
  overflow: hidden;
  padding: 0 44px 0 64px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 71% 34%, rgba(255, 255, 255, 0.20), transparent 17%),
    linear-gradient(135deg, #ff4f8f 0%, #ff347a 58%, #fb3c8b 100%);
  color: #fff;
  box-shadow: 0 24px 54px rgba(255, 79, 143, 0.28);
}
.faq-contact-card figure {
  align-self: end;
  height: 132px;
  margin: 0;
}
.faq-contact-card figure img {
  width: 320px;
  height: 132px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 16px 22px rgba(31, 37, 86, 0.18));
}
.faq-contact-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 950;
}
.faq-contact-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 800;
}
.faq-contact-card > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.faq-contact-card .button {
  min-width: 140px;
  height: 54px;
  border-radius: 999px;
  font-size: 15px;
}
.faq-contact-card .button.white {
  background: #fff;
  color: var(--faq-pink);
  box-shadow: 0 15px 28px rgba(31, 37, 86, 0.12);
}
.faq-contact-card .button.blue {
  background: linear-gradient(135deg, #245cf8, #7659df);
  color: #fff;
}
.faq-contact-card .button:hover {
  transform: translateY(-3px) scale(1.015);
}
.faq-trust-strip {
  padding: 16px 0 48px;
}
.faq-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--faq-soft-shadow);
}
.faq-trust-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 80px;
  padding: 10px 14px;
}
.faq-trust-strip svg {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: #f3f5ff;
  color: #38448a;
}
.faq-trust-strip strong,
.faq-trust-strip p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
}
.faq-trust-strip strong {
  color: var(--faq-ink);
  font-size: 15px;
  font-weight: 950;
}
.faq-trust-strip p {
  margin-top: 3px;
  color: #68728e;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 760;
}
.faq-empty-note {
  padding: 18px 24px;
  color: var(--faq-muted);
  font-weight: 850;
}
.js-motion [data-faq-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition: opacity .64s ease, transform .64s ease, filter .64s ease, border-color .24s ease, box-shadow .24s ease;
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js-motion [data-faq-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (max-width: 1180px) {
  .faq-hero-grid {
    grid-template-columns: 1fr;
  }
  .faq-hero-visual {
    min-height: 300px;
  }
  .faq-hero-visual img {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .faq-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .faq-popular-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) 50px;
  }
  .faq-answer-grid {
    grid-template-columns: 1fr;
  }
  .faq-contact-card {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .faq-contact-card > div {
    grid-column: 2;
  }
}
@media (max-width: 760px) {
  body.faq-help-page .wrap {
    width: min(100% - 28px, 1320px);
  }
  .faq-help-hero {
    padding: 42px 0 30px;
  }
  .faq-hero-grid {
    gap: 22px;
  }
  .faq-hero-copy h1 {
    font-size: clamp(38px, 12vw, 52px);
  }
  .faq-hero-lead {
    font-size: 19px;
    line-height: 1.55;
  }
  .faq-search-box {
    grid-template-columns: 24px minmax(0, 1fr) 52px;
    min-height: 54px;
    padding-left: 16px;
    border-radius: 16px;
  }
  .faq-search-box input {
    font-size: 13px;
  }
  .faq-search-box button {
    width: 52px;
    height: 54px;
    border-radius: 15px;
  }
  .faq-hero-visual {
    min-height: 230px;
  }
  .faq-hero-visual img {
    width: 112%;
  }
  .faq-hero-visual span {
    display: none;
  }
  .faq-help-section {
    padding: 24px 0;
  }
  .faq-section-head {
    margin-bottom: 18px;
  }
  .faq-category-grid,
  .faq-mistake-grid,
  .faq-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .faq-popular-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
  }
  .faq-popular-card {
    min-width: 230px;
    scroll-snap-align: start;
  }
  .faq-popular-next {
    min-width: 48px;
  }
  .faq-answer-item button {
    min-height: 56px;
    padding: 0 16px;
    font-size: 15px;
  }
  .faq-answer-body p {
    padding: 0 16px 18px;
  }
  .faq-answer-visual {
    min-height: 250px;
  }
  .faq-mistake-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    padding: 20px 14px 16px 18px;
  }
  .faq-contact-card {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 24px 22px 26px;
    text-align: center;
  }
  .faq-contact-card figure {
    order: 2;
    height: 118px;
  }
  .faq-contact-card figure img {
    width: 260px;
    height: 118px;
    object-position: center bottom;
  }
  .faq-contact-card article {
    order: 1;
  }
  .faq-contact-card > div {
    grid-column: auto;
    order: 3;
    justify-content: center;
    flex-wrap: wrap;
  }
  .faq-contact-card .button {
    width: min(100%, 180px);
  }
}

body.pricing-v2-page {
  --pricing-wrap: 1320px;
  --pricing-radius: 24px;
  --pricing-shadow: 0 16px 38px rgba(37, 40, 86, 0.07);
  --pricing-soft-shadow: 0 10px 26px rgba(37, 40, 86, 0.055);
  --pricing-line: rgba(236, 231, 234, 0.84);
  background:
    radial-gradient(circle at 7% 17%, rgba(255, 95, 147, 0.04) 0 180px, transparent 182px),
    radial-gradient(circle at 96% 46%, rgba(91, 140, 255, 0.035) 0 230px, transparent 232px),
    #fff;
}
body.pricing-v2-page .topbar {
  display: none;
}
body.pricing-v2-page .wrap {
  width: min(var(--pricing-wrap), calc(100% - clamp(36px, 6vw, 96px)));
}
.pricing-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 64px 0 34px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 205, 106, 0.12) 0 110px, transparent 112px),
    linear-gradient(180deg, #fff 0%, #fff 68%, rgba(255, 247, 250, 0.7) 100%);
}
.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.68fr) minmax(520px, 1fr);
  gap: clamp(34px, 4.6vw, 68px);
  align-items: center;
}
.pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 95, 147, 0.2);
  border-radius: 999px;
  background: rgba(255, 95, 147, 0.08);
  color: var(--pink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.pricing-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pink);
}
.pricing-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.pricing-hero-copy h1 span {
  display: block;
}
.pricing-hero-copy h1 .pricing-title-main {
  color: var(--ink);
}
.pricing-hero-copy h1 .pricing-title-accent {
  position: relative;
  width: fit-content;
  margin-top: 8px;
  color: var(--pink);
}
.pricing-hero-copy h1 .pricing-title-accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 95, 147, 0.13);
}
.pricing-hero-copy strong span {
  color: var(--pink);
}
.pricing-hero-copy > p {
  max-width: 390px;
  margin: 22px 0 0;
  color: rgba(37, 40, 86, 0.78);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.75;
}
.pricing-hero-copy > strong {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 9px 13px;
  border-left: 3px solid var(--pink);
  border-radius: 0 11px 11px 0;
  background: linear-gradient(90deg, rgba(255, 95, 147, 0.1), rgba(255, 95, 147, 0.025));
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}
.pricing-hero-visual {
  position: relative;
  min-height: 350px;
  margin: 0;
}
.pricing-hero-visual img {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 720px);
  height: auto;
  filter: drop-shadow(0 24px 38px rgba(37, 40, 86, 0.08));
  animation: pricingFloat 6.2s ease-in-out infinite;
}
.pricing-hero-visual span {
  position: absolute;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: color-mix(in srgb, var(--pricing-accent), #fff 10%);
  color: #fff;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--pricing-accent), transparent 72%), 0 3px 9px rgba(37, 40, 86, 0.12);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(37, 40, 86, 0.16);
  animation: pricingChipFloat 5s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.6s);
}
.pricing-hero-visual span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}
.pricing-hero-visual span:nth-of-type(1) { left: 7%; top: 15%; }
.pricing-hero-visual span:nth-of-type(2) { right: 6%; top: 16%; }
.pricing-hero-visual span:nth-of-type(3) { right: 16%; bottom: 7%; }
.pricing-value-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}
.pricing-value-row article,
.pricing-trust-strip article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 16px 20px;
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--pricing-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.pricing-value-row article:hover,
.pricing-trust-strip article:hover,
.pricing-factor-grid article:hover,
.pricing-included-grid article:hover,
.pricing-metrics-grid article:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--pricing-accent, var(--pink)), #fff 34%);
  box-shadow: var(--pricing-shadow);
}
.pricing-value-row article > svg,
.pricing-trust-strip svg {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--pricing-accent), #fff 87%);
  color: var(--pricing-accent);
}
.pricing-value-row strong,
.pricing-value-row em,
.pricing-trust-strip strong,
.pricing-trust-strip p {
  grid-column: 2;
  min-width: 0;
  display: block;
}
.pricing-value-row strong,
.pricing-trust-strip strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}
.pricing-value-row em,
.pricing-trust-strip p {
  margin: 4px 0 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.45;
}
.pricing-process-section,
.pricing-factor-section,
.pricing-included-section,
.pricing-promise-section,
.pricing-faq-section {
  padding: 44px 0 26px;
}
.pricing-section-head {
  margin: 0 auto 32px;
  text-align: center;
}
.pricing-section-head h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1.2;
}
.pricing-section-head h2::before,
.pricing-section-head h2::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 95, 147, 0.08);
}
.pricing-section-head p {
  margin: 13px 0 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}
.pricing-process-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}
.pricing-process-row article {
  position: relative;
  display: grid;
  min-height: 158px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 20px 14px;
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--pricing-soft-shadow);
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.pricing-process-row article:hover,
.pricing-process-row article.is-current {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--pricing-accent), #fff 34%);
  box-shadow: var(--pricing-shadow);
}
.pricing-process-row article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 26px;
  height: 11px;
  background: linear-gradient(90deg, rgba(255, 95, 147, 0.55) 50%, transparent 0) 0 50% / 8px 2px repeat-x;
}
.pricing-process-row article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: -31px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(255, 95, 147, 0.7);
}
.pricing-process-row article > span {
  position: absolute;
  top: -14px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--pricing-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.pricing-process-row svg {
  width: 44px;
  height: 44px;
  color: var(--pricing-accent);
}
.pricing-process-row strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}
.pricing-process-row p {
  max-width: 130px;
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.55;
}
.pricing-factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.pricing-factor-grid article {
  display: grid;
  min-height: 190px;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 24px 22px;
  border: 1px solid rgba(236, 231, 234, 0.64);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--pricing-accent), #fff 88%), transparent 70%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--pricing-soft-shadow);
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.pricing-factor-grid svg {
  width: 62px;
  height: 62px;
  color: var(--pricing-accent);
}
.pricing-factor-grid strong {
  color: var(--pricing-accent);
  font-size: 17px;
  font-weight: 900;
}
.pricing-factor-grid p {
  margin: 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.65;
}
.pricing-included-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.pricing-included-grid article {
  display: grid;
  min-height: 154px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 20px 14px;
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--pricing-soft-shadow);
  text-align: center;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.pricing-included-grid svg {
  width: 42px;
  height: 42px;
  color: var(--pricing-accent);
  transition: color .22s ease, transform .22s ease;
}
.pricing-included-grid article:hover svg {
  color: var(--pink);
  transform: translateY(-2px) scale(1.04);
}
.pricing-included-grid strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}
.pricing-included-grid p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.55;
}
.pricing-promise-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  align-items: center;
  min-height: 220px;
  border-radius: var(--pricing-radius);
  overflow: hidden;
  box-shadow: var(--pricing-soft-shadow);
}
.pricing-promise-card article {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 34px 64px;
}
.pricing-promise-card .is-no {
  grid-column: 1;
}
.pricing-promise-card .is-yes {
  grid-column: 3;
}
.pricing-promise-card .is-no {
  background: linear-gradient(135deg, rgba(255, 95, 147, 0.12), rgba(255, 244, 249, 0.96));
}
.pricing-promise-card .is-yes {
  background: linear-gradient(135deg, rgba(57, 201, 141, 0.11), rgba(244, 255, 250, 0.96));
}
.pricing-promise-card > i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  box-shadow: 0 18px 38px rgba(255, 95, 147, 0.18);
  transform: translate(-50%, -50%);
  font-style: normal;
}
.pricing-promise-card > i svg {
  width: 68px;
  height: 68px;
  fill: rgba(255, 95, 147, 0.08);
}
.pricing-promise-card h3 {
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 900;
}
.pricing-promise-card .is-no h3 {
  color: var(--pink);
}
.pricing-promise-card .is-yes h3 {
  color: #0aa875;
}
.pricing-promise-card p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 860;
}
.pricing-promise-card p svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.pricing-promise-card .is-no p svg { color: var(--pink); }
.pricing-promise-card .is-yes p svg { color: #0aa875; }
.pricing-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 44px;
  align-items: center;
}
.pricing-faq-list {
  display: grid;
  gap: 12px;
}
.pricing-faq-item {
  border: 1px solid var(--pricing-line);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 22px rgba(37, 40, 86, 0.04);
  overflow: hidden;
}
.pricing-faq-item button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
.pricing-faq-item button > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
}
.pricing-faq-item button > span svg {
  width: 16px;
  height: 16px;
}
.pricing-faq-item button > i {
  display: grid;
  place-items: center;
  color: var(--pink);
  font-style: normal;
  transform: rotate(90deg);
  transition: transform .22s ease;
}
.pricing-faq-item button > i svg {
  width: 17px;
  height: 17px;
}
.pricing-faq-item.is-open button > i {
  transform: rotate(-90deg);
}
.pricing-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}
.pricing-faq-answer p {
  margin: 0;
  padding: 0 22px 18px 58px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.75;
}
.pricing-faq-visual {
  margin: 0;
}
.pricing-faq-visual img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 18px 28px rgba(37, 40, 86, 0.08));
}
.pricing-cta-section {
  padding: 34px 0 42px;
}
.pricing-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.72fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 184px;
  padding: 26px 40px 0 48px;
  border-radius: var(--pricing-radius);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2) 0 120px, transparent 122px),
    linear-gradient(135deg, #ff4f8e 0%, #ff2f7c 56%, #ff4b94 100%);
  box-shadow: 0 18px 42px rgba(255, 80, 145, 0.2);
}
.pricing-cta-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.2;
}
.pricing-cta-card p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.93);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.7;
}
.pricing-cta-card figure {
  align-self: end;
  margin: 0;
}
.pricing-cta-card img {
  display: block;
  width: min(100%, 320px);
  filter: drop-shadow(0 14px 22px rgba(37, 40, 86, .08));
}
.pricing-cta-card .button.white {
  min-height: 58px;
  padding-inline: 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  box-shadow: 0 14px 28px rgba(37, 40, 86, 0.12);
  white-space: nowrap;
}
.pricing-cta-card .button.white:hover {
  transform: translateY(-4px) scale(1.015);
}
.pricing-trust-strip {
  padding: 12px 0 42px;
}
.pricing-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--pricing-soft-shadow);
}
.pricing-trust-strip article {
  min-height: 78px;
  padding: 10px 14px;
  border: 0;
  box-shadow: none;
}
.pricing-trust-strip article:nth-child(1) { --pricing-accent: var(--purple); }
.pricing-trust-strip article:nth-child(2) { --pricing-accent: var(--blue); }
.pricing-trust-strip article:nth-child(3) { --pricing-accent: var(--orange); }
.pricing-trust-strip article:nth-child(4) { --pricing-accent: var(--pink); }
.js-motion [data-pricing-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition: opacity .64s ease, transform .64s ease, filter .64s ease, box-shadow .24s ease, border-color .24s ease;
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js-motion [data-pricing-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@keyframes pricingFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}
@keyframes pricingChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (min-width: 980px) and (max-width: 1260px) {
  body.pricing-v2-page .site-header .header-inner {
    min-height: 70px;
    width: min(1320px, calc(100% - 56px));
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }
  body.pricing-v2-page .brand-word {
    font-size: 24px;
  }
  body.pricing-v2-page .brand-sub {
    font-size: 11px;
  }
  body.pricing-v2-page .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    font-size: 12px;
  }
  body.pricing-v2-page .nav > a,
  body.pricing-v2-page .nav-item > a {
    min-height: 36px;
    padding: 0 5px;
    border-radius: 999px;
  }
  body.pricing-v2-page .submenu {
    display: none;
  }
  body.pricing-v2-page .nav-item:hover .submenu,
  body.pricing-v2-page .nav-item:focus-within .submenu {
    display: block;
  }
  body.pricing-v2-page .header-actions .button {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }
  body.pricing-v2-page .menu-button {
    display: none;
  }
}
@media (max-width: 1180px) {
  .pricing-hero-grid {
    grid-template-columns: minmax(320px, 0.58fr) minmax(430px, 1fr);
  }
  .pricing-process-row {
    gap: 18px;
  }
  .pricing-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-cta-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  }
  .pricing-cta-card .button.white {
    grid-column: 1;
    justify-self: start;
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .pricing-hero-v2 {
    padding-top: 48px;
  }
  .pricing-hero-grid,
  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }
  .pricing-hero-visual {
    min-height: 260px;
  }
  .pricing-hero-visual img {
    left: 0;
    right: auto;
    width: 100%;
    animation: none;
  }
  .pricing-value-row,
  .pricing-factor-grid,
  .pricing-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing-process-row {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .pricing-process-row article:not(:last-child)::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -24px;
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg, rgba(255,95,147,.55) 50%, transparent 0) 50% 0 / 2px 8px repeat-y;
  }
  .pricing-process-row article:not(:last-child)::before {
    top: auto;
    left: calc(50% - 5px);
    right: auto;
    bottom: -30px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(255,95,147,.7);
    border-bottom: 0;
  }
  .pricing-promise-card {
    grid-template-columns: 1fr;
  }
  .pricing-promise-card .is-no,
  .pricing-promise-card .is-yes {
    grid-column: 1;
  }
  .pricing-promise-card article {
    padding: 28px 34px;
  }
  .pricing-promise-card > i {
    position: relative;
    left: auto;
    top: auto;
    width: 86px;
    height: 86px;
    margin: -30px auto;
    transform: none;
  }
}
@media (max-width: 620px) {
  body.pricing-v2-page .wrap {
    width: min(100% - 28px, var(--pricing-wrap));
  }
  .pricing-hero-copy h1 {
    font-size: 39px;
  }
  .pricing-hero-copy > p,
  .pricing-hero-copy > strong {
    font-size: 16px;
  }
  .pricing-hero-visual {
    min-height: 220px;
  }
  .pricing-hero-visual span {
    display: none;
  }
  .pricing-value-row,
  .pricing-factor-grid,
  .pricing-included-grid,
  .pricing-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .pricing-process-section,
  .pricing-factor-section,
  .pricing-included-section,
  .pricing-promise-section,
  .pricing-faq-section {
    padding: 34px 0 18px;
  }
  .pricing-section-head {
    margin-bottom: 24px;
  }
  .pricing-promise-card article {
    padding: 26px 22px;
  }
  .pricing-faq-item button {
    min-height: 58px;
    font-size: 14px;
  }
  .pricing-faq-answer p {
    padding-left: 20px;
  }
  .pricing-cta-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 24px 0;
    text-align: left;
  }
  .pricing-cta-card .button.white {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    margin: 4px 0 22px;
  }
  .pricing-cta-card figure {
    order: 3;
    justify-self: center;
  }
  .pricing-cta-card img {
    width: min(100%, 260px);
  }
}
body.history-v2-page {
  --history-wrap: 1320px;
  --history-radius: 24px;
  --history-shadow: 0 16px 38px rgba(37, 40, 86, 0.07);
  --history-soft-shadow: 0 10px 26px rgba(37, 40, 86, 0.055);
  --history-line: rgba(236, 231, 234, 0.86);
  background:
    radial-gradient(circle at 8% 11%, rgba(255, 95, 147, 0.035) 0 190px, transparent 192px),
    radial-gradient(circle at 95% 40%, rgba(91, 140, 255, 0.04) 0 220px, transparent 222px),
    #fff;
}
body.history-v2-page .wrap {
  width: min(var(--history-wrap), calc(100% - clamp(36px, 6vw, 96px)));
}
.history-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 36px 0 18px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 184, 77, 0.12) 0 90px, transparent 92px),
    linear-gradient(180deg, #fff 0%, #fff 68%, rgba(255, 247, 250, 0.62) 100%);
}
.history-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.76fr) minmax(470px, 1.16fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}
.history-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--pink);
  font-size: 15px;
  font-weight: 900;
}
.history-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pink);
}
.history-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
.history-hero-copy h1 span {
  color: var(--pink);
}
.history-hero-copy > p:not(.history-kicker) {
  margin: 22px 0 0;
  color: rgba(37, 40, 86, 0.78);
  font-size: 19px;
  font-weight: 820;
  line-height: 1.7;
}
.history-hero-visual {
  position: relative;
  margin: 0;
  min-height: 240px;
}
.history-hero-visual img {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 640px);
  height: auto;
  filter: drop-shadow(0 22px 35px rgba(37, 40, 86, 0.08));
  animation: historyFloat 6.2s ease-in-out infinite;
}
.history-hero-visual::after {
  content: "行为有因，训练有方";
  position: absolute;
  right: 32px;
  bottom: -4px;
  color: var(--pink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .08em;
  transform: rotate(-8deg);
}
.history-advantage-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: -2px;
}
.history-advantage-row article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 12px 16px;
  border: 1px solid rgba(236, 231, 234, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--history-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.history-advantage-row article:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--history-accent), #fff 34%);
  box-shadow: var(--history-shadow);
}
.history-advantage-row svg {
  width: 30px;
  height: 30px;
  color: var(--history-accent);
}
.history-advantage-row article > svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--history-accent), #fff 86%);
}
.history-advantage-row strong,
.history-advantage-row em {
  display: block;
}
.history-advantage-row strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}
.history-advantage-row em {
  margin-top: 3px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.35;
}
.history-timeline-section,
.history-flow-section,
.history-metrics-section,
.history-future-section {
  padding: 24px 0 18px;
}
.history-section-head {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}
.history-section-head.compact {
  margin-bottom: 16px;
}
.history-dot-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.3vw, 26px);
  font-weight: 900;
  letter-spacing: 0;
}
.history-dot-title::before,
.history-dot-title::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 95, 147, 0.08);
}
.history-section-head h2 {
  max-width: 680px;
  margin: 12px auto 0;
  color: rgba(37, 40, 86, 0.76);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}
.history-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.history-time-node {
  position: relative;
  min-width: 0;
  padding: 2px 4px 0;
  border: 1px solid transparent;
  border-radius: 22px;
  text-align: center;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease, background .26s ease;
}
.history-time-node:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--history-accent), #fff 30%);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--history-soft-shadow);
}
.history-time-node:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58px;
  left: calc(50% + 40px);
  width: calc(100% - 20px);
  border-top: 2px dashed rgba(255, 95, 147, 0.48);
  animation: historyDash 2.8s linear infinite;
}
.history-year {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}
.history-node-icon {
  position: relative;
  z-index: 2;
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--history-accent), #fff 58%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 91%);
  color: var(--history-accent);
  font-style: normal;
  box-shadow: 0 8px 22px rgba(37, 40, 86, 0.05);
}
.history-node-icon svg {
  width: 32px;
  height: 32px;
}
.history-time-node h3 {
  min-height: 42px;
  margin: 14px 0 6px;
  color: var(--ink);
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 900;
  line-height: 1.35;
}
.history-time-node p {
  min-height: 76px;
  margin: 0 auto 12px;
  color: rgba(37, 40, 86, 0.76);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.62;
}
.history-time-node figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(236, 231, 234, 0.84);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 40, 86, 0.04);
}
.history-time-node img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
}
.history-flow-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}
.history-flow-row article {
  position: relative;
  display: grid;
  grid-template-rows: 58px 28px 1fr;
  align-items: start;
  text-align: center;
  transition: transform .26s ease;
}
.history-flow-row article:hover {
  transform: translateY(-7px);
}
.history-flow-row article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -31px;
  width: 34px;
  height: 12px;
  background: linear-gradient(90deg, rgba(255, 95, 147, 0.42) 50%, transparent 0) 0 50% / 8px 2px repeat-x;
}
.history-flow-row article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 49px;
  right: -35px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(255, 95, 147, 0.66);
}
.history-flow-row figure {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin: 0 auto 14px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 10px 26px rgba(37, 40, 86, 0.055);
}
.history-flow-row img {
  display: block;
  width: 108px;
  height: 96px;
  object-fit: cover;
  border-radius: 999px;
}
.history-flow-row strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}
.history-flow-row p {
  margin: 8px 0 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.5;
}
.history-metrics-section {
  padding-bottom: 20px;
}
.history-metrics-section .wrap {
  padding: 18px 24px 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.86), rgba(255, 255, 255, 0.92));
}
.history-metrics-grid,
.history-future-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.history-metrics-grid article,
.history-future-grid article {
  min-height: 106px;
  padding: 18px 16px;
  border: 1px solid rgba(236, 231, 234, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--history-soft-shadow);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.history-metrics-grid article:hover,
.history-future-grid article:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--history-accent), #fff 35%);
  box-shadow: var(--history-shadow);
}
.history-metrics-grid svg,
.history-future-grid svg {
  width: 40px;
  height: 40px;
  color: var(--history-accent);
}
.history-metrics-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--history-accent);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
}
.history-metrics-grid span,
.history-future-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}
.history-metrics-grid p,
.history-future-grid p {
  margin: 6px 0 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.55;
}
.history-future-section {
  padding-top: 8px;
}
.history-cta-section {
  padding: 8px 0 48px;
}
.history-cta-card {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  min-height: 146px;
  padding: 0 62px 0 0;
  border-radius: var(--history-radius);
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.22) 0 90px, transparent 92px),
    linear-gradient(135deg, #ff4f8e 0%, #ff2f7c 56%, #ff4b94 100%);
  box-shadow: 0 18px 40px rgba(255, 80, 145, 0.2);
}
.history-cta-card figure {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  margin: 0;
  min-height: 146px;
}
.history-cta-card img {
  display: block;
  width: min(100%, 330px);
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.history-cta-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.25;
}
.history-cta-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 820;
}
.history-cta-card .button.white {
  min-height: 58px;
  padding-inline: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  box-shadow: 0 14px 28px rgba(37, 40, 86, 0.12);
}
.history-cta-card .button.white:hover {
  transform: translateY(-4px) scale(1.015);
}
.js-motion [data-history-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition: opacity .64s ease, transform .64s ease, filter .64s ease, box-shadow .24s ease, border-color .24s ease;
  transition-delay: calc(var(--i, 0) * 70ms);
}
.js-motion [data-history-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@keyframes historyFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}
@keyframes historyDash {
  to { background-position: 16px 0; }
}
@media (min-width: 980px) and (max-width: 1260px) {
  body.history-v2-page .topbar {
    display: none;
  }
  body.history-v2-page .site-header .header-inner {
    min-height: 70px;
    width: min(1320px, calc(100% - 56px));
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }
  body.history-v2-page .brand-word {
    font-size: 24px;
  }
  body.history-v2-page .brand-sub {
    font-size: 11px;
  }
  body.history-v2-page .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    font-size: 12px;
  }
  body.history-v2-page .nav > a,
  body.history-v2-page .nav-item > a {
    min-height: 36px;
    padding: 0 5px;
    border-radius: 999px;
  }
  body.history-v2-page .submenu {
    display: none;
  }
  body.history-v2-page .nav-item:hover .submenu,
  body.history-v2-page .nav-item:focus-within .submenu {
    display: block;
  }
  body.history-v2-page .header-actions {
    gap: 8px;
  }
  body.history-v2-page .header-actions .button {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }
  body.history-v2-page .menu-button {
    display: none;
  }
}
@media (max-width: 1180px) {
  .history-hero-grid {
    grid-template-columns: minmax(384px, 0.78fr) minmax(420px, 1fr);
  }
  .history-advantage-row {
    gap: 14px;
  }
  .history-timeline {
    gap: 10px;
  }
  .history-time-node {
    padding-inline: 2px;
  }
  .history-time-node h3 {
    font-size: 15px;
  }
  .history-time-node p {
    font-size: 12px;
  }
  .history-flow-row {
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .history-hero-v2 {
    padding-top: 50px;
  }
  .history-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .history-hero-visual {
    min-height: 300px;
  }
  .history-hero-visual img {
    left: 0;
    right: auto;
    width: 100%;
    animation: none;
  }
  .history-advantage-row,
  .history-metrics-grid,
  .history-future-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .history-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 620px;
    margin: 0 auto;
  }
  .history-time-node {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 132px;
    gap: 14px;
    align-items: center;
    padding: 14px;
    text-align: left;
    border-color: rgba(236, 231, 234, 0.82);
    background: rgba(255,255,255,.9);
  }
  .history-time-node:not(:last-child)::after {
    top: auto;
    left: 49px;
    bottom: -20px;
    width: 0;
    height: 18px;
    border-top: 0;
    border-left: 2px dashed rgba(255, 95, 147, 0.5);
  }
  .history-year {
    grid-column: 1;
    margin: 0;
    text-align: center;
  }
  .history-node-icon {
    grid-column: 1;
    grid-row: 2 / span 2;
    width: 62px;
    height: 62px;
  }
  .history-time-node h3,
  .history-time-node p {
    grid-column: 2;
    min-height: 0;
    margin: 0;
  }
  .history-time-node h3 {
    grid-row: 1;
  }
  .history-time-node p {
    grid-row: 2 / span 2;
  }
  .history-time-node figure {
    grid-column: 3;
    grid-row: 1 / span 3;
  }
  .history-flow-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
  .history-flow-row article:nth-child(3)::before,
  .history-flow-row article:nth-child(3)::after {
    display: none;
  }
  .history-cta-card {
    grid-template-columns: 180px minmax(0, 1fr);
    padding-right: 28px;
  }
  .history-cta-card .button.white {
    grid-column: 2;
    justify-self: start;
    min-height: 48px;
    margin-top: -10px;
  }
}
@media (max-width: 620px) {
  body.history-v2-page .wrap {
    width: min(100% - 28px, var(--history-wrap));
  }
  .history-hero-copy h1 {
    font-size: 38px;
  }
  .history-hero-copy > p:not(.history-kicker) {
    font-size: 16px;
  }
  .history-hero-visual {
    min-height: 230px;
  }
  .history-advantage-row,
  .history-metrics-grid,
  .history-future-grid {
    grid-template-columns: 1fr;
  }
  .history-time-node {
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .history-time-node figure {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .history-time-node img {
    aspect-ratio: 1.75 / 1;
  }
  .history-flow-row {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
  .history-flow-row article::before,
  .history-flow-row article::after {
    display: none;
  }
  .history-metrics-section .wrap {
    padding: 24px 18px;
  }
  .history-cta-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 24px 26px;
    text-align: center;
  }
  .history-cta-card figure {
    justify-content: center;
    min-height: 120px;
  }
  .history-cta-card img {
    width: min(100%, 260px);
  }
  .history-cta-card .button.white {
    grid-column: auto;
    justify-self: center;
    width: 100%;
  }
}
/* ddjgt history page richer redesign 20260707 */
body.history-v2-page {
  --history-card: rgba(255, 255, 255, 0.92);
}
.history-hero-v2 {
  padding: 56px 0 70px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 198, 80, 0.14) 0 118px, transparent 120px),
    linear-gradient(180deg, #fff 0%, #fff 58%, rgba(255, 247, 251, 0.72) 100%);
}
.history-hero-grid {
  grid-template-columns: minmax(440px, 0.82fr) minmax(580px, 1.18fr);
  gap: clamp(24px, 4vw, 64px);
  min-height: 490px;
}
.history-hero-copy h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.14;
}
.history-hero-copy > p:not(.history-kicker) {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.86;
}
.history-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 30px;
  margin-bottom: 0;
}
.history-hero-proof span {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(236, 231, 234, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--history-soft-shadow);
}
.history-hero-proof strong,
.history-hero-proof em {
  display: block;
}
.history-hero-proof strong {
  color: var(--pink);
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}
.history-hero-proof em {
  margin-top: 8px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  font-style: normal;
  font-weight: 820;
}
.history-hero-visual {
  min-height: 460px;
}
.history-hero-visual img {
  top: 0;
  right: -26px;
  width: min(105%, 820px);
  max-width: none;
  border-radius: 0;
  filter: drop-shadow(0 24px 42px rgba(37, 40, 86, 0.08));
}
.history-hero-visual::after {
  display: none;
}
.history-advantage-row {
  margin-top: 34px;
}
.history-timeline-section,
.history-system-section,
.history-flow-section,
.history-metrics-section,
.history-evidence-section,
.history-future-section {
  padding: 58px 0;
}
.history-timeline-section {
  padding-top: 72px;
}
.history-section-head {
  margin-bottom: 34px;
}
.history-section-head h2 {
  max-width: 780px;
  font-size: 17px;
  line-height: 1.82;
}
.history-road-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  --timeline-progress: 0%;
  max-width: 1320px;
  margin: 44px auto 0;
  padding: 56px 22px 28px;
  overflow: hidden;
  counter-reset: historyRoad;
  border: 1px solid rgba(236, 231, 234, 0.82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 95, 147, 0.07), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(72, 197, 232, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,250,252,0.62));
  box-shadow: var(--history-soft-shadow);
}
.history-road-grid::before {
  content: "";
  position: absolute;
  left: 46px;
  right: 46px;
  top: 86px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,95,147,.42), rgba(122,111,255,.38), rgba(72,197,232,.42));
  box-shadow: 0 0 0 8px rgba(255, 246, 250, 0.78), 0 10px 26px rgba(255,95,147,.1);
  transform-origin: left center;
  transform: scaleX(var(--timeline-scale, 1));
}
.history-road-grid::after {
  content: "";
  position: absolute;
  left: 46px;
  top: 81px;
  width: 20px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 95, 147, 0.72);
  filter: blur(1px);
  opacity: 0;
}
.history-road-card {
  position: relative;
  counter-increment: historyRoad;
  display: grid;
  grid-template-rows: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  min-height: 342px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.history-road-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 8px solid color-mix(in srgb, var(--history-accent), #fff 66%);
  background: #fff;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--history-accent), transparent 72%);
  transform: translateX(-50%);
}
.history-road-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50px;
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 42%);
  transform: translateX(-50%);
}
.history-road-card:hover > div:last-child {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--history-accent), #fff 34%);
  box-shadow: var(--history-shadow);
}
.history-road-year {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  padding: 0 0 4px;
  text-align: center;
}
.history-road-year span {
  color: color-mix(in srgb, var(--history-accent), #1f2556 20%);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.history-road-year svg {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: var(--history-accent);
}
.history-road-card > div:last-child {
  position: relative;
  grid-column: auto;
  overflow: hidden;
  padding: 24px 16px 20px;
  border: 1px solid rgba(236, 231, 234, 0.92);
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--history-accent), transparent 88%) 0 4px, transparent 4px),
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(255,250,252,0.74));
  box-shadow: var(--history-soft-shadow);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}
.history-road-card > div:last-child::before {
  content: "0" counter(historyRoad);
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--history-accent), #1f2556 18%);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}
.history-road-card > div:last-child::after {
  content: "";
  position: absolute;
  right: -68px;
  top: -72px;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
}
.history-road-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 940;
}
.history-road-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 730;
}
.history-road-card em {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: color-mix(in srgb, var(--history-accent), #1f2556 25%);
  font-size: 12px;
  font-style: normal;
  font-weight: 880;
  line-height: 1.3;
}
.js-motion .history-road-grid::before {
  transform: scaleX(var(--timeline-scale, 0));
  transition: transform .56s cubic-bezier(.19, 1, .22, 1);
}
.js-motion .history-road-grid::after {
  left: var(--timeline-dot-left, 46px);
  opacity: 0;
  transition: left .56s cubic-bezier(.19, 1, .22, 1), opacity .24s ease;
}
.js-motion .history-road-grid.is-timeline-visible::before {
  transform: scaleX(var(--timeline-scale, 0));
}
.js-motion .history-road-grid.is-timeline-visible::after {
  opacity: 1;
}
.js-motion .history-road-card::before {
  transform: translateX(-50%) scale(.62);
  opacity: 0;
  transition: opacity .42s ease, transform .52s cubic-bezier(.19, 1, .22, 1), box-shadow .24s ease;
}
.js-motion .history-road-card .history-road-year,
.js-motion .history-road-card > div:last-child {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(18px) scale(.96);
  transition: opacity .48s ease, transform .58s cubic-bezier(.19, 1, .22, 1), filter .48s ease, box-shadow .24s ease, border-color .24s ease;
}
.js-motion .history-road-card.is-step-active::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  animation: historyNodePulse 2.8s ease-in-out calc(var(--i, 0) * .18s) infinite;
}
.js-motion .history-road-card.is-step-active .history-road-year,
.js-motion .history-road-card.is-step-active > div:last-child {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
@keyframes historyNodePulse {
  0%, 100% { box-shadow: 0 12px 30px color-mix(in srgb, var(--history-accent), transparent 72%); }
  50% { box-shadow: 0 12px 30px color-mix(in srgb, var(--history-accent), transparent 54%), 0 0 0 8px color-mix(in srgb, var(--history-accent), transparent 86%); }
}
.history-story-shell {
  position: relative;
  min-height: auto;
  margin-top: 42px;
  --story-progress-width: 0px;
}
.history-story-stage {
  position: relative;
  top: auto;
  z-index: 2;
  display: grid;
  gap: 34px;
  min-height: min(680px, calc(100vh - 132px));
  padding: 38px 46px 42px;
  overflow: hidden;
  border: 1px solid rgba(236, 231, 234, 0.82);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 95, 147, 0.045), transparent 34%),
    linear-gradient(225deg, rgba(72, 197, 232, 0.055), transparent 38%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--history-soft-shadow);
}
.history-story-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 95, 147, 0.025), rgba(122, 111, 255, 0.025), rgba(72, 197, 232, 0.025));
  opacity: .7;
  animation: historyStoryBreath 15s ease-in-out infinite;
}
.history-story-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  min-height: 172px;
  padding: 22px 24px 0;
}
.history-story-rail::before,
.history-story-progress {
  content: "";
  position: absolute;
  left: 24px;
  top: 92px;
  height: 4px;
  border-radius: 999px;
}
.history-story-rail::before {
  right: 24px;
  background: rgba(214, 219, 239, 0.76);
}
.history-story-progress {
  width: var(--story-progress-width, 0px);
  background: linear-gradient(90deg, #ff5f93, #7a6fff, #48c5e8);
  box-shadow: 0 12px 30px rgba(102, 116, 217, 0.18);
  transition: width .42s cubic-bezier(.19, 1, .22, 1);
}
.history-story-dot {
  appearance: none;
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  justify-items: center;
  grid-template-rows: 42px 64px 48px;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, var(--history-accent), #1f2556 20%);
  cursor: pointer;
}
.history-story-dot span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: inherit;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  transform-origin: center bottom;
  transition: transform .56s ease, font-size .56s ease, color .56s ease, text-shadow .56s ease;
}
.history-story-dot i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 16px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--history-accent), transparent 82%);
  transform: scale(.84);
  opacity: .58;
  transition: transform .56s ease, opacity .56s ease, box-shadow .56s ease;
  grid-row: 3;
  margin-top: 10px;
}
.history-story-dot i svg {
  width: 20px;
  height: 20px;
}
.history-story-dot::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 28px;
  height: 28px;
  border: 8px solid color-mix(in srgb, var(--history-accent), #fff 70%);
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%) scale(.76);
  opacity: .72;
  transition: transform .56s ease, opacity .56s ease, box-shadow .56s ease;
}
.history-story-dot.is-active span {
  color: var(--history-accent);
  font-size: 30px;
  text-shadow: 0 10px 26px color-mix(in srgb, var(--history-accent), transparent 74%);
  transform: translateY(-2px);
}
.history-story-dot.is-active i {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--history-accent), transparent 72%);
}
.history-story-dot.is-active::before {
  opacity: 1;
  transform: translateX(-50%) scale(1.08);
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--history-accent), transparent 88%);
}
.history-story-dot.is-past span {
  color: color-mix(in srgb, var(--history-accent), #1f2556 12%);
}
.history-story-dot.is-past i {
  opacity: .96;
  transform: scale(.94);
}
.history-story-dot.is-past::before {
  opacity: .9;
  transform: translateX(-50%) scale(.94);
}
.history-story-display {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-height: 390px;
}
.history-story-year-stack {
  display: grid;
  gap: 10px;
  align-content: center;
}
.history-story-year-stack small {
  color: rgba(37, 40, 86, 0.42);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.history-story-year {
  color: rgba(37, 40, 86, 0.2);
  font-size: 34px;
  font-weight: 950;
  line-height: .95;
  transition: color .62s ease, font-size .62s ease, transform .62s ease, text-shadow .62s ease;
}
.history-story-year.is-active {
  color: #ff5f93;
  font-size: clamp(78px, 9vw, 118px);
  transform: translateX(8px);
  text-shadow: 0 18px 42px rgba(255, 95, 147, 0.18);
}
.history-story-cards {
  position: relative;
  min-height: 390px;
  perspective: 1200px;
}
.history-story-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  column-gap: 28px;
  align-content: center;
  padding: 42px 46px;
  overflow: hidden;
  border: 1px solid rgba(236, 231, 234, 0.92);
  border-radius: 30px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--history-accent), transparent 86%) 0 7px, transparent 7px),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,252,.74));
  box-shadow: 0 24px 60px rgba(37, 40, 86, 0.08);
  opacity: 0;
  pointer-events: none;
  filter: blur(18px);
  transform: translateY(34px) scale(.92) rotateX(5deg);
  transform-origin: center bottom;
  transition: opacity .68s ease, transform .74s cubic-bezier(.19, 1, .22, 1), filter .68s ease;
}
.history-story-card::after {
  content: "";
  position: absolute;
  right: -68px;
  top: -72px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
}
.history-story-card.is-active {
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  transform: translateY(0) scale(1) rotateX(0);
}
.history-story-card-icon {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 4;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 24px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: var(--history-accent);
}
.history-story-card-icon svg {
  width: 34px;
  height: 34px;
}
.history-story-card-kicker,
.history-story-card h3,
.history-story-card p,
.history-story-card em {
  position: relative;
  z-index: 1;
  grid-column: 2;
}
.history-story-card-kicker {
  margin: 0 0 12px;
  color: color-mix(in srgb, var(--history-accent), #1f2556 20%);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
}
.history-story-card h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 950;
}
.history-story-card p:not(.history-story-card-kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 18px;
  line-height: 1.82;
  font-weight: 760;
}
.history-story-card em {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: color-mix(in srgb, var(--history-accent), #1f2556 25%);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.history-story-steps {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(7, minmax(56vh, 1fr));
  pointer-events: none;
  opacity: 0;
}
.history-story-steps span {
  min-height: 56vh;
}
.history-story-shell.is-story-complete .history-story-stage {
  min-height: auto;
  gap: 18px;
  padding: 30px 46px 30px;
}
.history-story-shell.is-story-complete .history-story-rail {
  min-height: 152px;
  padding-top: 18px;
}
.history-story-shell.is-story-complete .history-story-dot span {
  color: color-mix(in srgb, var(--history-accent), #1f2556 12%);
  font-size: 19px;
  text-shadow: none;
  transform: none;
}
.history-story-shell.is-story-complete .history-story-dot i {
  opacity: .96;
  transform: scale(.94);
}
.history-story-shell.is-story-complete .history-story-dot::before {
  opacity: .9;
  transform: translateX(-50%) scale(.94);
  box-shadow: none;
}
.history-story-shell.is-story-complete .history-story-display {
  grid-template-columns: 1fr;
  min-height: 0;
}
.history-story-shell.is-story-complete .history-story-year-stack {
  display: none;
}
.history-story-shell.is-story-complete .history-story-cards {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  perspective: none;
}
.history-story-shell.is-story-complete .history-story-card {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  gap: 0;
  min-height: 248px;
  padding: 18px 14px 16px;
  border-radius: 22px;
  opacity: 1;
  filter: none;
  transform: none;
  pointer-events: auto;
}
.history-story-shell.is-story-complete .history-story-card-icon {
  grid-row: auto;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 15px;
}
.history-story-shell.is-story-complete .history-story-card-icon svg {
  width: 22px;
  height: 22px;
}
.history-story-shell.is-story-complete .history-story-card-kicker,
.history-story-shell.is-story-complete .history-story-card h3,
.history-story-shell.is-story-complete .history-story-card p,
.history-story-shell.is-story-complete .history-story-card em {
  grid-column: 1;
}
.history-story-shell.is-story-complete .history-story-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.32;
}
.history-story-shell.is-story-complete .history-story-card p:not(.history-story-card-kicker) {
  font-size: 12px;
  line-height: 1.58;
}
.history-story-shell.is-story-complete .history-story-card em {
  min-height: 28px;
  margin-top: 10px;
  padding: 0 9px;
  font-size: 11px;
  line-height: 1.3;
}
@keyframes historyStoryBreath {
  0%, 100% { opacity: .42; transform: translate3d(0, 0, 0); }
  50% { opacity: .9; transform: translate3d(0, -8px, 0); }
}
.history-system-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 95, 147, 0.055), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.history-system-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}
.history-system-lead {
  position: sticky;
  top: 136px;
  padding: 30px 28px;
  border: 1px solid rgba(236, 231, 234, 0.86);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--history-soft-shadow);
}
.history-system-lead h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.22;
  font-weight: 950;
}
.history-system-lead p:not(.history-kicker) {
  margin: 20px 0 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 720;
}
.history-system-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}
.history-system-cards article,
.history-evidence-list article {
  padding: 24px;
  border: 1px solid rgba(236, 231, 234, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--history-soft-shadow);
}
.history-system-cards article {
  min-height: 198px;
}
.history-system-cards svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: var(--history-accent);
}
.history-system-cards strong,
.history-evidence-list strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 920;
}
.history-system-cards p,
.history-evidence-list p {
  margin: 10px 0 0;
  color: rgba(37, 40, 86, 0.7);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 700;
}
.history-flow-row {
  gap: 18px;
}
.history-flow-row article {
  box-sizing: border-box;
  height: 178px;
  min-height: 178px;
  padding: 24px 18px;
  border: 1px solid rgba(236, 231, 234, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--history-soft-shadow);
}
.history-flow-row i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: color-mix(in srgb, var(--history-accent), #fff 88%);
  color: var(--history-accent);
  font-style: normal;
}
.history-flow-row i svg {
  width: 32px;
  height: 32px;
}
.history-flow-row strong {
  align-self: center;
}
.history-flow-row p {
  align-self: start;
}
.history-flow-row figure,
.history-flow-row img {
  display: none;
}
.history-flow-row article:not(:last-child)::after {
  top: 58px;
  right: -26px;
}
.history-flow-row article:not(:last-child)::before {
  top: 54px;
  right: -29px;
}
.history-metrics-section .wrap {
  padding: 36px 34px 38px;
}
.history-metrics-grid {
  gap: 16px;
}
.history-metrics-grid article {
  min-height: 186px;
}
.history-evidence-section {
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.history-evidence-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(236, 231, 234, 0.86);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--history-shadow);
}
.history-evidence-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.24;
  font-weight: 950;
}
.history-evidence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.history-evidence-list span {
  color: rgba(255, 95, 147, 0.34);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}
.history-future-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.history-future-grid article {
  min-height: 166px;
}
.history-cta-section {
  padding: 46px 0 70px;
}
.history-cta-card {
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  gap: 34px;
  min-height: 360px;
  padding: 0;
  border: 1px solid rgba(236, 231, 234, 0.86);
  background: linear-gradient(135deg, #fff7fb 0%, #fff 48%, #f2fbff 100%);
  box-shadow: var(--history-shadow);
}
.history-cta-card figure {
  min-height: 360px;
  border-radius: 28px 0 0 28px;
  overflow: hidden;
}
.history-cta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.history-cta-card article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 44px 46px 44px 0;
}
.history-cta-card article .history-kicker {
  margin-bottom: 16px;
}
.history-cta-card h2 {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 48px);
}
.history-cta-card p {
  color: rgba(37, 40, 86, 0.7);
}
.history-cta-card .button.white {
  grid-column: auto;
  justify-self: start;
  align-self: start;
  margin: 24px 0 0;
  background: linear-gradient(135deg, #ff5f93, #6674d9);
  color: #fff;
}
@media (max-width: 1180px) {
  .history-hero-grid,
  .history-system-grid,
  .history-evidence-card,
  .history-cta-card {
    grid-template-columns: 1fr;
  }
  .history-hero-visual {
    min-height: 360px;
  }
  .history-hero-visual img {
    right: auto;
    left: 0;
    width: 100%;
  }
  .history-system-lead {
    position: static;
  }
  .history-cta-card article {
    padding: 0 36px 36px;
  }
  .history-cta-card figure {
    border-radius: 28px 28px 0 0;
  }
  .history-cta-card .button.white {
    grid-column: auto;
    margin: -26px 0 36px 36px;
  }
}
@media (max-width: 820px) {
  .history-hero-v2 {
    padding: 36px 0 28px;
  }
  .history-hero-v2 h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.08;
  }
  .history-hero-v2 .hero-copy {
    margin-top: 18px;
    font-size: 15px;
  }
  .history-story-shell {
    min-height: auto;
    margin-top: 34px;
  }
  .history-story-stage {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .history-story-stage::before,
  .history-story-rail,
  .history-story-year-stack,
  .history-story-steps {
    display: none;
  }
  .history-story-display {
    display: block;
    min-height: 0;
  }
  .history-story-cards {
    position: relative;
    display: grid;
    gap: 18px;
    min-height: 0;
    perspective: none;
  }
  .history-story-card,
  .history-story-card.is-active {
    position: relative;
    inset: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 18px;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 22px;
    opacity: 1;
    filter: none;
    transform: none;
    pointer-events: auto;
  }
  .history-story-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .history-story-card-icon svg {
    width: 24px;
    height: 24px;
  }
  .history-story-card h3 {
    font-size: 22px;
  }
  .history-story-card p:not(.history-story-card-kicker) {
    font-size: 15px;
    line-height: 1.72;
  }
  .history-road-grid,
  .history-system-cards,
  .history-evidence-list,
  .history-future-grid {
    grid-template-columns: 1fr;
  }
  .history-road-grid {
    gap: 18px;
    margin-top: 34px;
    padding: 8px 0 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .history-road-grid::before {
    left: 44px;
    right: auto;
    top: 20px;
    bottom: 20px;
    width: 3px;
    height: auto;
    transform: none;
  }
  .history-road-grid::after {
    display: none;
  }
  .js-motion .history-road-grid::before,
  .js-motion .history-road-grid.is-timeline-visible::before {
    transform: none;
  }
  .history-road-card {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    min-height: 0;
  }
  .history-road-card::before {
    left: 28px;
    top: 28px;
    width: 26px;
    height: 26px;
    border-width: 7px;
  }
  .history-road-card::after {
    left: 52px;
    top: 41px;
    width: 22px;
    height: 2px;
    transform: none;
  }
  .history-road-year {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    padding: 22px 10px 0 0;
    text-align: center;
  }
  .history-road-year span {
    font-size: 18px;
  }
  .history-road-year svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 12px;
  }
  .history-road-card > div:last-child {
    grid-column: 2;
    padding: 22px 20px 22px 22px;
    border-radius: 20px;
  }
  .history-road-card h3 {
    font-size: 20px;
  }
  .history-road-card p {
    font-size: 14px;
    line-height: 1.74;
  }
  .history-flow-row,
  .history-metrics-grid {
    grid-template-columns: 1fr;
  }
  .history-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .history-hero-proof span:last-child {
    grid-column: 1 / -1;
  }
  .history-hero-proof {
    gap: 10px;
    margin-top: 24px;
  }
  .history-hero-proof span {
    min-height: 86px;
    padding: 18px;
  }
  .history-hero-proof strong {
    font-size: 30px;
  }
  .history-flow-row article::before,
  .history-flow-row article::after {
    display: none;
  }
}
body.qualification-v2-page {
  background: #fff;
}
body.qualification-v2-page .wrap {
  width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
}
.auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.auth-kicker::before,
.auth-kicker::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffd46c;
}
.auth-hero-v2 {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 40px 0 28px;
  background:
    radial-gradient(circle at 95% 24%, rgba(255, 215, 106, .12) 0 160px, transparent 162px),
    linear-gradient(180deg, #fff 0%, #fffafd 100%);
}
.auth-hero-watermark {
  position: absolute;
  top: 22px;
  right: 3vw;
  width: min(800px, 58vw);
  opacity: .035;
  filter: grayscale(1);
  pointer-events: none;
}
.auth-hero-line {
  position: absolute;
  top: 54px;
  right: 17vw;
  width: 420px;
  height: 360px;
  border: 2px solid rgba(225, 176, 98, .12);
  border-left: 0;
  border-radius: 50%;
  transform: rotate(-9deg);
}
.auth-hero-copy {
  max-width: 780px;
}
.auth-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(52px, 5.4vw, 66px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}
.auth-hero-copy > strong {
  display: block;
  margin-top: 8px;
  color: rgba(37, 40, 86, .42);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
}
.auth-hero-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.auth-hero-main svg {
  width: 24px;
  height: 24px;
  color: #ff9f1a;
}
.auth-hero-text {
  max-width: 590px;
  margin: 18px 0 0;
  color: rgba(37, 40, 86, .72);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.8;
}
.auth-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 760px;
  margin-top: 28px;
}
.auth-hero-trust article {
  display: flex;
  align-items: center;
  gap: 14px;
}
.auth-hero-trust svg {
  width: 40px;
  height: 40px;
  color: var(--pink);
}
.auth-hero-trust article:nth-child(2) svg { color: var(--purple); }
.auth-hero-trust article:nth-child(3) svg { color: var(--pink); }
.auth-hero-trust b,
.auth-hero-trust em {
  display: block;
  font-style: normal;
}
.auth-hero-trust b {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.auth-hero-trust em {
  margin-top: 3px;
  color: rgba(37, 40, 86, .62);
  font-size: 13px;
  font-weight: 760;
}
.auth-certificate-section {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 0 0 72px;
}
.auth-certificate-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .82fr);
  gap: 44px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(236, 231, 234, .88);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 70px rgba(37, 40, 86, .10);
}
.auth-cert-frame {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fff;
  cursor: zoom-in;
  box-shadow: 0 10px 32px rgba(37, 40, 86, .06);
}
.auth-cert-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1.414 / 1;
  object-fit: cover;
  object-position: center;
  transition: transform .2s ease-out, filter .2s ease-out;
}
.auth-cert-frame:hover img {
  transform: scale(1.02);
  filter: saturate(1.02);
}
.auth-cert-info {
  padding: 22px 12px 22px 0;
}
.auth-cert-info h2,
.auth-section-head h2,
.auth-cta-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}
.auth-cert-info > strong {
  display: block;
  max-width: 460px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.55;
}
.auth-cert-info dl {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}
.auth-cert-info dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.auth-cert-info dt,
.auth-cert-info dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.auth-cert-info dt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(37, 40, 86, .52);
  font-weight: 900;
}
.auth-cert-info dt svg {
  width: 18px;
  height: 18px;
  color: rgba(37, 40, 86, .38);
}
.auth-cert-info dd {
  color: var(--ink);
  font-weight: 850;
}
.auth-outline-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 32px;
  padding: 0 28px;
  border: 2px solid var(--pink);
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease-out, box-shadow .2s ease-out, background-color .2s ease-out;
}
.auth-outline-button:hover {
  transform: translateY(-2px);
  background: #fff7fb;
  box-shadow: 0 16px 30px rgba(255, 95, 147, .14);
}
.auth-outline-button svg {
  width: 18px;
  height: 18px;
}
.auth-why-section,
.auth-story-section,
.auth-meaning-section {
  padding: 78px 0;
  background: #fff;
}
.auth-section-head {
  margin: 0 auto 42px;
  text-align: center;
}
.auth-section-head .auth-kicker {
  justify-content: center;
}
.auth-why-grid,
.auth-meaning-grid {
  display: grid;
  gap: 18px;
}
.auth-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.auth-why-grid article {
  position: relative;
  min-height: 190px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 24px 20px;
  text-align: center;
}
.auth-why-grid article + article::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 38px;
  bottom: 38px;
  width: 1px;
  background: rgba(236, 231, 234, .92);
}
.auth-why-grid svg {
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 95, 147, .11);
}
.auth-why-grid article:nth-child(2) svg { color: var(--purple); background: rgba(134, 100, 255, .11); }
.auth-why-grid article:nth-child(3) svg { color: var(--blue); background: rgba(69, 142, 255, .12); }
.auth-why-grid article:nth-child(4) svg { color: var(--orange); background: rgba(255, 184, 77, .16); }
.auth-why-grid strong,
.auth-meaning-grid strong,
.auth-story-path strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.auth-why-grid p,
.auth-meaning-grid p,
.auth-story-path p {
  margin: 0;
  color: rgba(37, 40, 86, .64);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.65;
}
.auth-story-section {
  padding-top: 58px;
}
.auth-story-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.auth-story-path::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 95, 147, .4), rgba(134, 100, 255, .32), rgba(69, 142, 255, .34), rgba(255, 184, 77, .42));
}
.auth-story-path article {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 198px;
  justify-items: center;
  align-content: start;
  gap: 10px;
  text-align: center;
}
.auth-story-path span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}
.auth-story-path i {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  font-style: normal;
  box-shadow: 0 14px 34px rgba(37, 40, 86, .06);
  transition: transform .2s ease-out, box-shadow .2s ease-out, background-color .2s ease-out;
}
.auth-story-path article:nth-child(2) i { color: var(--purple); }
.auth-story-path article:nth-child(3) i { color: var(--blue); }
.auth-story-path article:nth-child(4) i { color: var(--orange); }
.auth-story-path i svg {
  width: 31px;
  height: 31px;
}
.auth-story-path article.is-current i,
.auth-story-path article:hover i {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 20px 44px rgba(37, 40, 86, .12);
  background: #fffafd;
}
.auth-meaning-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.auth-meaning-grid article {
  min-height: 146px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 22px;
  border: 1px solid rgba(236, 231, 234, .84);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(37, 40, 86, .055);
  transition: transform .2s ease-out, border-color .2s ease-out, box-shadow .2s ease-out;
}
.auth-meaning-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 95, 147, .28);
  box-shadow: 0 22px 46px rgba(37, 40, 86, .08);
}
.auth-meaning-grid svg {
  width: 36px;
  height: 36px;
  color: var(--pink);
}
.auth-meaning-grid article:nth-child(2) svg { color: var(--purple); }
.auth-meaning-grid article:nth-child(3) svg { color: var(--blue); }
.auth-meaning-grid article:nth-child(4) svg { color: var(--orange); }
.auth-meaning-grid article:nth-child(5) svg { color: var(--green); }
.auth-cta-section {
  padding: 30px 0 0;
  background: #fff;
}
.auth-cta-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(280px, .64fr) 1fr;
  gap: 42px;
  align-items: center;
  overflow: hidden;
  padding: 0 58px 0 0;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 3% 28%, rgba(255, 95, 147, .13) 0 10px, transparent 11px),
    radial-gradient(circle at 94% 26%, rgba(69, 142, 255, .13) 0 10px, transparent 11px),
    linear-gradient(135deg, #fff4f8 0%, #fff 58%, #eef7ff 100%);
}
.auth-cta-card figure {
  align-self: end;
  margin: 0;
}
.auth-cta-card img {
  display: block;
  width: min(380px, 100%);
}
.auth-cta-card p {
  margin: 16px 0 0;
  color: rgba(37, 40, 86, .70);
  font-size: 17px;
  font-weight: 760;
}
.auth-lightbox[hidden] {
  display: none;
}
.auth-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(17, 22, 52, .78);
  backdrop-filter: blur(8px);
}
.auth-lightbox img {
  max-width: min(1180px, 94vw);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .32);
}
.auth-lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 900px) {
  .auth-certificate-card,
  .auth-cta-card {
    grid-template-columns: 1fr;
  }
  .auth-cert-info {
    padding: 0;
  }
  .auth-why-grid,
  .auth-meaning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-story-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-story-path::before {
    display: none;
  }
}
@media (max-width: 760px) {
  body.qualification-v2-page .wrap {
    width: min(1320px, calc(100% - 32px));
  }
  .auth-hero-v2 {
    min-height: 620px;
    align-items: flex-start;
    padding: 72px 0 56px;
  }
  .auth-hero-watermark {
    top: 190px;
    right: -84px;
    width: 520px;
    opacity: .028;
  }
  .auth-hero-line {
    display: none;
  }
  .auth-hero-copy h1 {
    font-size: 48px;
  }
  .auth-hero-copy > strong {
    font-size: 16px;
  }
  .auth-hero-main {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.55;
  }
  .auth-hero-trust {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
  .auth-certificate-section {
    margin-top: -24px;
    padding-bottom: 54px;
  }
  .auth-certificate-card {
    gap: 26px;
    padding: 14px;
  }
  .auth-cert-info h2,
  .auth-section-head h2,
  .auth-cta-card h2 {
    font-size: 30px;
  }
  .auth-cert-info dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .auth-outline-button {
    width: 100%;
  }
  .auth-why-section,
  .auth-story-section,
  .auth-meaning-section {
    padding: 56px 0;
  }
  .auth-why-grid,
  .auth-meaning-grid,
  .auth-story-path {
    grid-template-columns: 1fr;
  }
  .auth-why-grid article + article::before {
    display: none;
  }
  .auth-story-path article {
    min-height: 158px;
  }
  .auth-cta-card {
    gap: 20px;
    padding: 0 18px 34px;
    text-align: left;
  }
  .auth-cta-card figure {
    order: 0;
    margin-left: -18px;
  }
  .auth-lightbox {
    padding: 18px;
  }
  .auth-lightbox-close {
    top: 12px;
    right: 12px;
  }
}
/* ddjgt qualification backing polish */
body.qualification-v2-page {
  --auth-ink: #202858;
  --auth-text: #4b5575;
  --auth-muted: #6b758f;
  --auth-line: rgba(224, 229, 240, 0.92);
  --auth-gold: #d8a34b;
  --auth-pink: #ff5c93;
  --auth-blue: #35b8df;
  --auth-shadow: 0 24px 70px rgba(31, 37, 86, 0.10);
  background: #fff;
}
body.qualification-v2-page .wrap {
  width: min(1280px, calc(100% - 80px));
}
body.qualification-v2-page main {
  color: var(--auth-ink);
}
.auth-kicker {
  color: var(--auth-pink);
  letter-spacing: 0;
}
.auth-kicker::before {
  background: var(--auth-pink);
  box-shadow: 0 0 0 5px rgba(255, 92, 147, 0.10);
}
.auth-kicker::after {
  background: var(--auth-gold);
  box-shadow: none;
}
.auth-hero-v2 {
  min-height: 430px;
  align-items: flex-start;
  padding: 66px 0 38px;
  border-bottom: 1px solid rgba(232, 235, 244, 0.82);
  background:
    radial-gradient(circle at 94% 16%, rgba(216, 163, 75, 0.14) 0 150px, transparent 152px),
    linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.auth-hero-watermark {
  top: 34px;
  right: 5vw;
  width: min(760px, 52vw);
  opacity: 0.022;
}
.auth-hero-line {
  opacity: 0.36;
}
.auth-hero-copy {
  max-width: 720px;
}
.auth-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.5fr);
  gap: 56px;
  align-items: center;
}
.auth-hero-copy h1 {
  max-width: 700px;
  font-size: clamp(52px, 5vw, 68px);
  line-height: 1.08;
}
.auth-hero-copy > strong {
  margin-top: 10px;
  color: rgba(32, 40, 88, 0.36);
  font-size: 20px;
}
.auth-hero-main {
  margin-top: 26px;
  color: var(--auth-ink);
}
.auth-hero-main svg {
  color: var(--auth-gold);
}
.auth-hero-text {
  max-width: 680px;
  color: var(--auth-text);
  font-size: 18px !important;
  line-height: 1.76 !important;
}
.auth-hero-trust {
  max-width: 780px;
  gap: 14px;
  margin-top: 30px;
}
.auth-hero-trust article {
  padding: 16px 18px;
  border: 1px solid rgba(224, 229, 240, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(31, 37, 86, 0.045);
}
.auth-hero-trust svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 14px;
  color: var(--auth-pink);
  background: #fff1f7;
}
.auth-hero-trust article:nth-child(2) svg {
  color: var(--auth-gold);
  background: #fff8e9;
}
.auth-hero-trust article:nth-child(3) svg {
  color: var(--auth-blue);
  background: #eef9fd;
}
.auth-hero-trust b {
  font-size: 17px;
}
.auth-hero-trust em {
  color: var(--auth-muted);
}
.auth-hero-dossier {
  position: relative;
  margin-top: 8px;
  padding: 24px 26px;
  border: 1px solid rgba(224, 229, 240, 0.78);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.70)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 56px rgba(31, 37, 86, 0.075);
  backdrop-filter: blur(8px);
}
.auth-hero-dossier::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(216, 163, 75, 0.13);
}
.auth-hero-dossier h2 {
  max-width: 300px;
  margin: 0 0 18px;
  color: var(--auth-ink);
  font-size: 27px;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}
.auth-dossier-list {
  display: grid;
  gap: 12px;
}
.auth-dossier-list article {
  display: grid;
  grid-template-columns: 32px 70px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  border-top: 1px solid rgba(224, 229, 240, 0.76);
}
.auth-dossier-list article:first-child {
  border-top: 0;
}
.auth-dossier-list svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 12px;
  color: var(--auth-gold);
  background: #fff8e9;
}
.auth-dossier-list article:nth-child(2) svg {
  color: var(--auth-pink);
  background: #fff1f7;
}
.auth-dossier-list article:nth-child(3) svg {
  color: var(--auth-blue);
  background: #eef9fd;
}
.auth-dossier-list article:nth-child(4) svg {
  color: #2abf8f;
  background: #effaf6;
}
.auth-dossier-list span {
  color: rgba(32, 40, 88, 0.54);
  font-size: 13px;
  font-weight: 900;
}
.auth-dossier-list strong {
  color: var(--auth-ink);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 850;
}
.auth-certificate-section {
  margin-top: -36px;
  padding-bottom: 86px;
}
.auth-certificate-card {
  grid-template-columns: minmax(0, 1.42fr) minmax(390px, 0.86fr);
  gap: 46px;
  padding: 30px;
  border: 1px solid var(--auth-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--auth-shadow);
}
.auth-cert-frame {
  border: 1px solid rgba(216, 163, 75, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 37, 86, 0.08);
}
.auth-cert-frame img {
  aspect-ratio: 1.414 / 1;
  object-fit: contain;
  background: #fff;
}
.auth-cert-info {
  padding: 22px 8px 22px 0;
}
.auth-cert-info h2,
.auth-section-head h2,
.auth-cta-card h2 {
  color: var(--auth-ink);
  letter-spacing: 0;
}
.auth-cert-info h2 {
  max-width: 430px;
}
.auth-cert-info > strong {
  color: rgba(32, 40, 88, 0.88);
  font-size: 16px;
}
.auth-cert-lead {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--auth-text);
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 650;
}
.auth-cert-info dl {
  gap: 13px;
  margin-top: 24px;
}
.auth-cert-info dl div {
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(224, 229, 240, 0.74);
}
.auth-cert-info dl div:last-child {
  border-bottom: 0;
}
.auth-cert-info dt {
  color: rgba(32, 40, 88, 0.52);
}
.auth-cert-info dt svg {
  color: var(--auth-gold);
}
.auth-cert-info dd {
  color: var(--auth-ink);
}
.auth-cert-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 163, 75, 0.26);
  border-radius: 16px;
  background: #fffaf0;
  color: rgba(32, 40, 88, 0.72);
  font-size: 13px;
  line-height: 1.66;
  font-weight: 700;
}
.auth-cert-note svg {
  width: 20px;
  height: 20px;
  color: var(--auth-gold);
}
.auth-outline-button {
  min-height: 46px;
  border-color: rgba(255, 92, 147, 0.78);
}
.auth-why-section,
.auth-story-section,
.auth-meaning-section {
  padding: 82px 0;
}
.auth-why-section {
  border-top: 1px solid rgba(236, 239, 246, 0.8);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.auth-section-head {
  max-width: 760px;
}
.auth-section-head p:not(.auth-kicker) {
  margin: 16px auto 0;
  color: var(--auth-text);
  font-size: 17px !important;
  line-height: 1.76 !important;
  font-weight: 650;
}
.auth-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.auth-scope-grid article,
.auth-value-grid article {
  position: relative;
  min-height: 238px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 26px 24px;
  border: 1px solid var(--auth-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 37, 86, 0.055);
}
.auth-scope-grid article::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  border-radius: 0 18px 0 60px;
  background: rgba(255, 92, 147, 0.07);
}
.auth-scope-grid span {
  color: rgba(255, 92, 147, 0.42);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.auth-scope-grid svg,
.auth-value-grid svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  color: var(--auth-pink);
  background: #fff1f7;
}
.auth-scope-grid article:nth-child(2) svg,
.auth-value-grid article:nth-child(2) svg {
  color: var(--auth-gold);
  background: #fff8e9;
}
.auth-scope-grid article:nth-child(3) svg,
.auth-value-grid article:nth-child(3) svg {
  color: var(--auth-blue);
  background: #eef9fd;
}
.auth-scope-grid article:nth-child(4) svg,
.auth-value-grid article:nth-child(4) svg {
  color: #7d6df2;
  background: #f3f0ff;
}
.auth-scope-grid strong,
.auth-value-grid strong {
  color: var(--auth-ink);
  font-size: 20px;
  line-height: 1.36;
  font-weight: 900;
}
.auth-scope-grid p,
.auth-value-grid p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 14px !important;
  line-height: 1.72 !important;
  font-weight: 650;
}
.auth-story-section {
  background: #fff;
}
.auth-story-path {
  gap: 20px;
}
.auth-story-path::before {
  left: 7%;
  right: 7%;
  top: 72px;
  background: linear-gradient(90deg, rgba(255, 92, 147, 0.34), rgba(216, 163, 75, 0.34), rgba(53, 184, 223, 0.28), rgba(117, 103, 232, 0.3));
}
.auth-story-path article {
  min-height: 280px;
  align-content: start;
  padding: 0 10px;
}
.auth-story-path span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(224, 229, 240, 0.9);
  border-radius: 999px;
  background: #fff;
  color: var(--auth-ink);
}
.auth-story-path i {
  width: 78px;
  height: 78px;
  border-width: 1px;
}
.auth-story-path strong {
  margin-top: 4px;
  font-size: 20px;
}
.auth-story-path p {
  max-width: 240px;
}
.auth-story-path em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-top: 2px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3f8;
  color: var(--auth-pink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.auth-meaning-section {
  background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}
.auth-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.auth-value-grid article {
  min-height: 250px;
}
.auth-value-grid article:nth-child(5) svg {
  color: #2abf8f;
  background: #effaf6;
}
.auth-cta-section {
  padding: 28px 0 42px;
}
.auth-cta-card {
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  min-height: 250px;
  gap: 48px;
  align-items: center;
  padding: 34px 54px;
  border: 1px solid var(--auth-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, #fff7fb 0%, #fff 50%, #f2fbff 100%);
  box-shadow: 0 20px 54px rgba(31, 37, 86, 0.065);
}
.auth-cta-proof {
  position: relative;
  display: grid;
  min-height: 180px;
  align-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 28px 30px;
  border: 1px solid rgba(216, 163, 75, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.86)),
    #fff;
}
.auth-cta-proof::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -40px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(216, 163, 75, 0.18);
  border-radius: 999px;
  background: rgba(216, 163, 75, 0.08);
}
.auth-cta-proof span {
  color: rgba(32, 40, 88, 0.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.auth-cta-proof strong {
  color: var(--auth-ink);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.auth-cta-proof p {
  margin: 2px 0 0;
  color: var(--auth-text);
  font-size: 15px !important;
  line-height: 1.56 !important;
  font-weight: 800;
}
.auth-cta-proof em {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-top: 4px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff1f7;
  color: var(--auth-pink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.auth-cta-card article {
  max-width: 780px;
}
.auth-cta-card .auth-kicker {
  margin-bottom: 10px;
}
.auth-cta-card h2 {
  max-width: 780px;
  text-wrap: balance;
}
.auth-cta-card p:not(.auth-kicker) {
  max-width: 760px;
  line-height: 1.72 !important;
}
.auth-cta-card .hero-actions {
  gap: 14px;
  margin-top: 20px;
}
.auth-cta-card .button.outline {
  background: #fff;
  color: var(--auth-ink);
  border: 1px solid rgba(224, 229, 240, 0.92);
  box-shadow: none;
}
@media (max-width: 1180px) {
  body.qualification-v2-page .wrap {
    width: min(1280px, calc(100% - 48px));
  }
  .auth-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .auth-hero-dossier {
    max-width: 760px;
  }
  .auth-certificate-card {
    grid-template-columns: 1fr;
  }
  .auth-cert-info {
    padding: 0 8px 8px;
  }
  .auth-cert-info h2,
  .auth-cert-info > strong,
  .auth-cert-lead {
    max-width: 760px;
  }
  .auth-scope-grid,
  .auth-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  body.qualification-v2-page .wrap {
    width: min(1280px, calc(100% - 32px));
  }
  .auth-hero-v2 {
    min-height: auto;
    padding: 52px 0 46px;
  }
  .auth-hero-copy h1 {
    font-size: 40px;
  }
  .auth-hero-copy > strong {
    font-size: 14px;
  }
  .auth-hero-text {
    font-size: 16px !important;
  }
  .auth-hero-trust {
    grid-template-columns: 1fr;
  }
  .auth-hero-dossier {
    padding: 22px;
    border-radius: 20px;
  }
  .auth-hero-dossier h2 {
    font-size: 26px;
  }
  .auth-dossier-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 12px;
  }
  .auth-dossier-list span {
    align-self: end;
  }
  .auth-dossier-list strong {
    grid-column: 2;
  }
  .auth-certificate-section {
    margin-top: -18px;
    padding-bottom: 56px;
  }
  .auth-certificate-card {
    padding: 12px;
    border-radius: 20px;
  }
  .auth-cert-frame {
    border-radius: 16px;
  }
  .auth-cert-info {
    padding: 8px 4px 4px;
  }
  .auth-cert-info h2,
  .auth-section-head h2,
  .auth-cta-card h2 {
    font-size: 30px;
    line-height: 1.22;
  }
  .auth-cert-info dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .auth-why-section,
  .auth-story-section,
  .auth-meaning-section {
    padding: 56px 0;
  }
  .auth-scope-grid,
  .auth-value-grid,
  .auth-story-path {
    grid-template-columns: 1fr;
  }
  .auth-scope-grid article,
  .auth-value-grid article {
    min-height: auto;
    padding: 22px;
  }
  .auth-story-path::before {
    display: none;
  }
  .auth-story-path article {
    min-height: auto;
    justify-items: start;
    text-align: left;
    padding: 20px 22px;
    border: 1px solid var(--auth-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(31, 37, 86, 0.05);
  }
  .auth-story-path p {
    max-width: none;
  }
  .auth-cta-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .auth-cta-proof {
    min-height: 156px;
    padding: 22px;
  }
}
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.brand-walk-grid { grid-template-columns: repeat(2, minmax(0,1fr)); align-items: stretch; }
.story-card { min-height: 260px; padding: 30px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.story-card span { color: var(--pink); font-size: 38px; font-weight: 900; }
.motion-reveal { transition: opacity .6s ease, transform .6s ease; }
.js-motion .motion-reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.js-motion .motion-reveal.is-visible { opacity: 1; transform: translateY(0); }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.home-page {
  background: #fffdfd;
}
.home-intro {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  background: rgba(255, 253, 253, 0.98);
  pointer-events: none;
}
.home-intro-pending .home-intro {
  display: grid;
  animation: ddjgtHomeIntroExit 0.42s cubic-bezier(0.22, 1, 0.36, 1) 1.08s forwards;
}
.home-intro-inner {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  animation: ddjgtHomeIntroIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-intro-inner strong {
  color: var(--ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.home-intro-inner span {
  color: #606579;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
@keyframes ddjgtHomeIntroIn {
  from { opacity: 0; filter: blur(6px); transform: translateY(14px) scale(0.96); }
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}
@keyframes ddjgtHomeIntroExit {
  from { opacity: 1; filter: blur(0); transform: scale(1); }
  to { opacity: 0; filter: blur(8px); transform: scale(0.985); visibility: hidden; }
}
.home-conversion-hero {
  position: relative;
  min-height: 1030px;
  overflow: hidden;
  padding: 126px 0 76px;
  background:
    linear-gradient(118deg, #ffffff 0%, #ffffff 45%, #fff6f9 100%);
}
.home-conversion-hero > .wrap {
  width: min(1848px, calc(100% - 160px));
}
.home-conversion-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 108px auto;
  width: 63%;
  pointer-events: none;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 18%, rgba(255, 255, 255, 0.16) 43%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 234, 242, 0.34));
  z-index: 1;
}
.home-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 548px) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  min-height: 750px;
}
.home-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 570px;
  padding-top: 12px;
  transform: translateX(clamp(48px, 4vw, 86px));
}
.home-hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  color: var(--pink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
.home-hero-copy .eyebrow::before,
.home-hero-copy .eyebrow::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 215, 106, 0.18);
}
.home-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 52px;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}
.home-hero-copy h1 span {
  color: var(--pink);
}
.home-hero-lead {
  max-width: 548px;
  margin: 26px 0 0;
  color: #51566d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.78;
}
.home-hero-belief {
  margin: 16px 0 0;
  color: #62677b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}
.home-hero-copy .hero-actions {
  margin-top: 32px;
}
.home-hero-copy .button {
  gap: 10px;
  min-height: 50px;
  min-width: 190px;
  border-radius: 8px;
  padding-inline: 22px;
  font-size: 15px;
  font-weight: 800;
}
.home-hero-copy .button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.home-hero-features {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(84px, 1fr));
  gap: 24px;
  max-width: 560px;
  margin-top: 40px;
}
.home-hero-feature {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}
.home-hero-feature span,
.home-hero-stats article > span,
.home-hero-note > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.home-hero-feature span {
  width: 64px;
  height: 64px;
}
.home-hero-feature img {
  width: 28px;
  height: 28px;
}
.home-hero-feature strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.32;
}
.home-hero-feature.is-pink span,
.home-hero-stats .is-pink {
  background: #ffe7f0;
}
.home-hero-feature.is-yellow span,
.home-hero-stats .is-yellow {
  background: #fff3d3;
}
.home-hero-feature.is-mint span,
.home-hero-feature.is-green span,
.home-hero-stats .is-mint {
  background: #e0f8ef;
}
.home-hero-stats .is-blue {
  background: #e7f3ff;
}
.home-hero-stats .is-purple {
  background: #f0e9ff;
}
.home-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 750px;
}
.home-hero-photo {
  position: absolute;
  top: -126px;
  right: 0;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  border-radius: 0 0 0 120px;
  background: #fff;
  box-shadow: none;
  animation: none;
}
.home-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 237, 245, 0.28));
}
.home-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% center;
}
.home-hero-note {
  display: none;
}
.home-hero-note > span {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  background: #fff0f5;
}
.home-hero-note > span img {
  width: 28px;
  height: 28px;
}
.home-hero-note strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.32;
}
.home-hero-note p {
  margin: 16px 0 18px;
  color: #6d7080;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}
.home-hero-note a {
  color: var(--pink);
  font-size: 15px;
  font-weight: 900;
}
.home-hero-note a::after {
  content: " ->";
}
.home-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  z-index: 1;
  height: 176px;
  pointer-events: none;
}
.home-hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
.home-hero-wave-line {
  fill: none;
  stroke: var(--pink);
  stroke-width: 8;
  stroke-linecap: round;
  opacity: 0.9;
}
.home-hero-wave-fill {
  fill: rgba(255, 241, 247, 0.92);
}
.home-hero-stats-wrap {
  position: relative;
  z-index: 3;
  margin-top: 18px;
}
.home-hero-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  min-height: 112px;
  align-items: center;
  padding: 22px 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 48px rgba(37,40,86,.07);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.home-hero-stats article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.home-hero-stats article > span {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.home-hero-stats img {
  width: 24px;
  height: 24px;
}
.home-hero-stats strong,
.home-hero-stats em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}
.home-hero-stats strong {
  color: var(--ink);
  font-size: 21px;
  font-weight: 830;
}
.home-hero-stats em {
  margin-top: 5px;
  color: #63687d;
  font-size: 13px;
  font-weight: 700;
}
.home-hero-seq {
  --hero-seq-delay: 0s;
  animation: ddjgtHomeHeroIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--hero-seq-delay);
}
.home-hero-copy .home-hero-seq:nth-child(2) { --hero-seq-delay: 0.1s; }
.home-hero-copy .home-hero-seq:nth-child(3) { --hero-seq-delay: 0.2s; }
.home-hero-copy .home-hero-seq:nth-child(4) { --hero-seq-delay: 0.3s; }
.home-hero-copy .home-hero-seq:nth-child(5) { --hero-seq-delay: 0.4s; }
.home-hero-copy .home-hero-seq:nth-child(6) { --hero-seq-delay: 0.5s; }
.home-hero-visual.home-hero-seq { --hero-seq-delay: 0.62s; }
.home-intro-pending .home-hero-seq {
  animation-delay: calc(var(--hero-seq-delay) + 1.34s);
}
@keyframes ddjgtHomeHeroIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ddjgtHomeHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.home-hero-photo {
  animation: ddjgtHomeHeroFloat 6s ease-in-out 1.1s infinite;
}
.home-section {
  padding: clamp(112px, 10vw, 146px) 0;
  background: #fff;
}
.home-section-head {
  max-width: 780px;
  margin-bottom: 56px;
}
.home-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.25;
}
.home-section-head p:not(.eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
}
.home-problem-section {
  position: relative;
  overflow: hidden;
  padding: 54px 0 72px;
  background: linear-gradient(180deg, #fff 0%, #fffdfd 72%, #fff8fb 100%);
}
.home-problem-section::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 108px;
  width: 104px;
  height: 104px;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(75, 97, 189, 0.18) 2px, transparent 2.5px);
  background-size: 18px 18px;
  opacity: 0.58;
}
.home-problem-section .wrap {
  position: relative;
  z-index: 1;
  width: min(1370px, calc(100% - 120px));
}
.home-problem-section .home-section-head {
  max-width: 640px;
  margin-bottom: 30px;
}
.home-problem-section .home-section-head .eyebrow {
  color: var(--pink);
}
.home-problem-section .home-section-head h2 {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 850;
  line-height: 1.12;
}
.home-problem-section .home-section-head h2 span {
  color: var(--pink);
}
.home-problem-section .home-section-head p:not(.eyebrow) {
  margin-top: 24px;
  color: #687085;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}
.home-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px 22px;
}
.home-problem-card,
.home-logic-card,
.home-course-card,
.home-why-card,
.home-article-card {
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.045);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.home-problem-card:hover,
.home-logic-card:hover,
.home-course-card:hover,
.home-why-card:hover,
.home-article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,95,147,.22);
  box-shadow: 0 18px 45px rgba(0,0,0,.075);
}
.button {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.home-problem-card {
  --problem-soft: #ffe7f0;
  --problem-accent: #ff5f93;
  min-height: 326px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 2px 14px;
  position: relative;
  overflow: hidden;
  padding: 24px 18px 14px;
  border-color: rgba(236, 231, 234, 0.72);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.055);
}
.home-problem-card.is-yellow {
  --problem-soft: #fff2cf;
  --problem-accent: #f7aa19;
}
.home-problem-card.is-mint {
  --problem-soft: #dff5ee;
  --problem-accent: #35bd85;
}
.home-problem-card.is-purple {
  --problem-soft: #eee4ff;
  --problem-accent: #8b6fe8;
}
.home-problem-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--problem-soft);
}
.home-problem-icon img {
  width: 27px;
  height: 27px;
}
.home-problem-card strong {
  display: block;
  align-self: end;
  margin: 4px 0 4px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
}
.home-problem-copy {
  color: #687085;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.58;
}
.home-problem-visual {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  width: min(100%, 290px);
  height: 190px;
  margin-top: 4px;
  object-fit: contain;
}
.home-problem-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  margin: 18px auto 0;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--pink);
  background: #ffeef5;
  box-shadow: 0 12px 30px rgba(255, 95, 147, 0.08);
}
.home-problem-note strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}
.home-problem-note span {
  font-size: 18px;
}
.home-process-section,
.home-articles-section {
  background: #fafafa;
}
.home-logic-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 76px;
  background: linear-gradient(180deg, #fff 0%, #fcfdff 72%, #fff 100%);
}
.home-logic-section::after {
  content: "";
  position: absolute;
  top: 112px;
  right: 14%;
  width: 92px;
  height: 78px;
  pointer-events: none;
  opacity: .72;
  background-image: radial-gradient(circle, rgba(116, 142, 232, .28) 3px, transparent 3.8px);
  background-size: 24px 24px;
}
.home-logic-section .wrap {
  position: relative;
  z-index: 1;
  width: min(1370px, calc(100% - 96px));
}
.home-logic-section .home-section-head {
  margin-bottom: 46px;
  text-align: left;
}
.home-logic-section .home-section-head .eyebrow {
  justify-content: flex-start;
  color: var(--pink);
}
.home-logic-section .home-section-head h2 {
  max-width: 1120px;
  font-size: clamp(38px, 3.35vw, 50px);
  font-weight: 850;
  line-height: 1.18;
}
.home-logic-section .home-section-head h2 span {
  color: var(--pink);
}
.home-logic-section .home-section-head p:not(.eyebrow) {
  margin-top: 20px;
  color: #687085;
  font-size: 21px;
  font-weight: 800;
}
.home-logic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.home-logic-card {
  --logic-soft: #fff0f5;
  --logic-ring: rgba(255, 95, 147, .28);
  --logic-halo: rgba(255, 95, 147, .13);
  --logic-node: #ffe8f1;
  --logic-line: rgba(255, 95, 147, .23);
  --logic-accent: #ff5f93;
  position: relative;
  overflow: hidden;
  min-height: 568px;
  padding: 174px 28px 38px;
  border-color: rgba(244, 223, 231, .84);
  border-radius: 20px;
  background:
    linear-gradient(180deg, var(--logic-soft) 0, rgba(255,255,255,.84) 118px, rgba(255,255,255,.96) 118px, #fff 100%);
  box-shadow: 0 14px 36px rgba(37, 40, 86, .06);
  text-align: center;
}
.home-logic-card.is-blue {
  --logic-soft: #f1f7ff;
  --logic-ring: rgba(55, 126, 236, .25);
  --logic-halo: rgba(55, 126, 236, .12);
  --logic-node: #eaf3ff;
  --logic-line: rgba(55, 126, 236, .22);
  --logic-accent: #3f86f4;
  border-color: rgba(214, 228, 249, .86);
}
.home-logic-card.is-yellow {
  --logic-soft: #fff8e9;
  --logic-ring: rgba(247, 170, 25, .27);
  --logic-halo: rgba(247, 170, 25, .13);
  --logic-node: #fff4d8;
  --logic-line: rgba(247, 170, 25, .23);
  --logic-accent: #f7aa19;
  border-color: rgba(248, 231, 194, .9);
}
.home-logic-main-icon {
  position: absolute;
  top: 28px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid var(--logic-ring);
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.68);
  box-shadow:
    0 0 0 14px var(--logic-halo),
    inset 0 0 0 14px rgba(255,255,255,.52);
}
.home-logic-main-icon img {
  width: 48px;
  height: 48px;
  filter: saturate(1.1);
}
.home-logic-card h3 {
  position: relative;
  margin: 0 0 32px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
.home-logic-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--logic-accent);
}
.home-logic-card p {
  max-width: 360px;
  min-height: 48px;
  margin: 0 auto;
  color: #687085;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.home-logic-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}
.home-logic-items::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--logic-line), transparent);
}
.home-logic-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.home-logic-item > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: var(--logic-node);
  box-shadow: 0 12px 24px rgba(37, 40, 86, .06);
}
.home-logic-item > span img {
  width: 34px;
  height: 34px;
}
.home-logic-item strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}
.home-logic-item em {
  display: block;
  color: #687085;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
}
.home-logic-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 86px;
  margin-top: 26px;
  border: 1px solid rgba(241,241,241,.92);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 36px rgba(37, 40, 86, .055);
  font-size: 19px;
  font-weight: 800;
}
.home-logic-summary-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffeef5;
  color: var(--pink);
  font-size: 19px;
}
.home-logic-summary b {
  color: var(--pink);
  font-weight: 900;
}
.home-why-card h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.home-course-section {
  padding: 54px 0 60px;
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #fff8fb 100%);
}
.home-course-section .wrap {
  width: min(1456px, calc(100% - 80px));
}
.home-course-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: 36px;
  align-items: start;
  margin-bottom: 26px;
}
.home-course-section .home-section-head {
  margin: 0;
  text-align: left;
}
.home-course-section .home-section-head .eyebrow {
  justify-content: flex-start;
  width: max-content;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--pink);
  background: #fff0e6;
}
.home-course-section .home-section-head .eyebrow::before,
.home-course-section .home-section-head .eyebrow::after {
  background: #ffb15b;
  box-shadow: none;
}
.home-course-section .home-section-head h2 {
  max-width: 820px;
  margin-top: 14px;
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 850;
  line-height: 1.16;
}
.home-course-section .home-section-head p:not(.eyebrow) {
  margin-top: 12px;
  color: #687085;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}
.home-course-formula {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #fff9fc;
  box-shadow: 0 14px 34px rgba(37, 40, 86, .055);
}
.home-course-formula > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #ffeaf2;
}
.home-course-formula img {
  width: 30px;
  height: 30px;
}
.home-course-formula p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}
.home-course-formula b {
  margin: 0 8px;
  color: #858ca0;
  font-weight: 800;
}
.home-course-formula em {
  color: var(--pink);
  font-style: normal;
  font-weight: 900;
}
.home-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.home-course-card {
  --course-accent: #ff5f93;
  --course-accent-2: #ff83aa;
  --course-shadow: rgba(255, 95, 147, .16);
  --course-border: rgba(255, 95, 147, .22);
  --course-soft: #fff6f9;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .52fr) minmax(140px, .48fr);
  gap: 8px;
  min-height: 304px;
  padding: 18px 12px 14px 18px;
  border-color: var(--course-border);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, var(--course-soft) 100%);
  box-shadow: 0 12px 34px rgba(37, 40, 86, .055);
}
.home-course-card.is-orange {
  --course-accent: #ff7d1b;
  --course-accent-2: #ffa250;
  --course-shadow: rgba(255, 125, 27, .16);
  --course-border: rgba(255, 125, 27, .24);
  --course-soft: #fff6ef;
}
.home-course-card.is-purple {
  --course-accent: #7f67e8;
  --course-accent-2: #9f8af0;
  --course-shadow: rgba(127, 103, 232, .16);
  --course-border: rgba(127, 103, 232, .24);
  --course-soft: #f8f5ff;
}
.home-course-card.is-blue {
  --course-accent: #2f86f5;
  --course-accent-2: #63a8fb;
  --course-shadow: rgba(47, 134, 245, .16);
  --course-border: rgba(47, 134, 245, .24);
  --course-soft: #f2f8ff;
}
.home-course-card.is-cyan {
  --course-accent: #0eaeb8;
  --course-accent-2: #39c8d0;
  --course-shadow: rgba(14, 174, 184, .16);
  --course-border: rgba(14, 174, 184, .24);
  --course-soft: #effdfe;
}
.home-course-card.is-green {
  --course-accent: #29ae62;
  --course-accent-2: #4dcc81;
  --course-shadow: rgba(41, 174, 98, .16);
  --course-border: rgba(41, 174, 98, .24);
  --course-soft: #f0fbf4;
}
.home-course-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.home-course-title {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.home-course-title > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--course-accent), var(--course-accent-2));
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 18px var(--course-shadow);
}
.home-course-title h3 {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}
.home-course-card.is-blue .home-course-title h3 {
  font-size: 19px;
}
.home-course-title::after {
  content: "";
  grid-column: 1;
  width: 22px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--course-accent);
}
.home-course-desc {
  margin: 12px 0 10px;
  color: #4c566c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}
.home-course-point {
  position: relative;
  margin: 0 0 7px;
  padding-left: 20px;
  color: #4f596f;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.56;
}
.home-course-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 11px;
  height: 11px;
  border: 2px solid var(--course-accent);
  border-radius: 999px;
  background: #fff;
}
.home-course-point::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(.5em + 4px);
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--course-accent);
}
.home-course-point span {
  color: var(--ink);
  font-weight: 900;
}
.home-course-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--course-accent);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}
.home-course-card em::after,
.home-course-support a::after {
  content: "->";
  font-weight: 900;
}
.home-course-visual {
  align-self: end;
  justify-self: end;
  width: 96%;
  height: 218px;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(1.02);
}
.home-course-support {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 80px;
  margin-top: 16px;
  padding: 12px 32px;
  border: 1px solid rgba(255, 95, 147, .12);
  border-radius: 14px;
  background: #fff9fc;
  box-shadow: 0 12px 30px rgba(37, 40, 86, .045);
}
.home-course-support > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #ffeaf2;
}
.home-course-support img {
  width: 36px;
  height: 36px;
}
.home-course-support strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}
.home-course-support p {
  margin: 7px 0 0;
  color: #687085;
  font-size: 15px;
  font-weight: 800;
}
.home-course-support a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 24px;
  border: 1px solid rgba(255, 95, 147, .38);
  border-radius: 999px;
  color: var(--pink);
  font-size: 15px;
  font-weight: 900;
  background: #fff;
}
.home-course-proof {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  min-height: 78px;
  margin-top: 12px;
  padding: 8px 18px;
  border: 1px solid rgba(236, 231, 234, .9);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(37, 40, 86, .045);
}
.home-course-proof article {
  --proof-soft: #ffeaf2;
  --proof-accent: #ff5f93;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 60px;
  padding: 0 18px;
  border-right: 1px solid rgba(88, 94, 115, .14);
}
.home-course-proof article:last-child {
  border-right: 0;
}
.home-course-proof article.is-orange {
  --proof-soft: #fff0dc;
  --proof-accent: #ff9f22;
}
.home-course-proof article.is-blue {
  --proof-soft: #eaf5ff;
  --proof-accent: #2f86f5;
}
.home-course-proof article.is-green {
  --proof-soft: #eaf9ef;
  --proof-accent: #29ae62;
}
.home-course-proof article.is-purple {
  --proof-soft: #f0eaff;
  --proof-accent: #7f67e8;
}
.home-course-proof span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--proof-soft);
}
.home-course-proof img {
  width: 28px;
  height: 28px;
}
.home-course-proof strong,
.home-course-proof em {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}
.home-course-proof em {
  color: #4f596f;
  font-style: normal;
}
.home-course-proof .is-orange img,
.home-course-proof .is-blue img,
.home-course-proof .is-green img,
.home-course-proof .is-purple img {
  filter: saturate(1.05);
}
.home-article-card em {
  margin-top: auto;
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}
.home-process-section {
  position: relative;
  overflow: hidden;
  padding: 54px 0 62px;
  background: #fff;
}
.home-process-section .wrap {
  width: min(1480px, calc(100% - 56px));
}
.home-process-section .home-section-head {
  max-width: 960px;
  margin: 0 0 34px;
  text-align: left;
}
.home-process-section .home-section-head .eyebrow {
  justify-content: flex-start;
  color: var(--pink);
}
.home-process-section .home-section-head h2 {
  font-size: clamp(42px, 3.6vw, 56px);
  font-weight: 850;
  line-height: 1.16;
}
.home-process-section .home-section-head h2 span {
  color: var(--pink);
}
.home-process-section .home-section-head p:not(.eyebrow) {
  margin-top: 18px;
  color: #4f596f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}
.home-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
}
.home-process-track::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 113px;
  left: 5.5%;
  right: 5.5%;
  border-top: 3px dashed rgba(255, 95, 147, .68);
}
.home-process-step {
  --process-accent: #ff5f93;
  --process-soft: #ffeaf2;
  --process-border: rgba(255, 95, 147, .22);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 96px 30px minmax(0, 1fr);
  justify-items: center;
}
.home-process-step.is-orange {
  --process-accent: #ff7d1b;
  --process-soft: #fff0e3;
  --process-border: rgba(255, 125, 27, .2);
}
.home-process-step.is-yellow {
  --process-accent: #f8b51c;
  --process-soft: #fff6df;
  --process-border: rgba(248, 181, 28, .2);
}
.home-process-step.is-green {
  --process-accent: #25b565;
  --process-soft: #e9f8ee;
  --process-border: rgba(37, 181, 101, .2);
}
.home-process-step.is-blue {
  --process-accent: #2f86f5;
  --process-soft: #eaf5ff;
  --process-border: rgba(47, 134, 245, .2);
}
.home-process-step.is-purple {
  --process-accent: #8a67ee;
  --process-soft: #f1eaff;
  --process-border: rgba(138, 103, 238, .2);
}
.home-process-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}
.home-process-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-process-dot {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  align-self: center;
  border: 5px solid #fff;
  border-radius: 999px;
  background: var(--process-accent);
  box-shadow: 0 0 0 2px var(--process-accent);
}
.home-process-dot::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 1px;
  height: 26px;
  transform: translateX(-50%);
  background: var(--process-accent);
  opacity: .38;
}
.home-process-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  width: 100%;
  min-height: 390px;
  padding: 36px 14px 16px;
  border: 1px solid var(--process-border);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(37, 40, 86, .035);
  text-align: center;
}
.home-process-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--process-accent);
  background: var(--process-soft);
  font-size: 18px;
  font-weight: 900;
}
.home-process-card h3 {
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}
.home-process-card p {
  min-height: 78px;
  margin: 0;
  color: #4f596f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
.home-process-card > strong {
  margin: 22px 0 12px;
  color: var(--process-accent);
  font-size: 15px;
  font-weight: 900;
}
.home-process-output {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: auto;
}
.home-process-output em {
  color: var(--ink);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}
.home-process-art {
  position: relative;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  overflow: visible;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}
.home-process-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-process-summary {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 96px;
  margin-top: 22px;
  padding: 14px 34px;
  border-radius: 16px;
  background: #fff7fa;
  box-shadow: 0 12px 30px rgba(37, 40, 86, .045);
}
.home-process-summary > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #ffeaf2;
}
.home-process-summary img {
  width: 40px;
  height: 40px;
}
.home-process-summary strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}
.home-process-summary p {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 12px 0 0;
  color: #4f596f;
  font-size: 16px;
  font-weight: 800;
}
.home-process-summary b {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pink);
}
.home-deliver-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fffefe 58%, #fff8fb 100%);
}
.home-deliver-section .wrap {
  width: min(1480px, calc(100% - 80px));
}
.home-deliver-section .home-section-head {
  max-width: 1260px;
  margin-bottom: 46px;
}
.home-deliver-section .home-section-head .eyebrow {
  color: var(--pink);
}
.home-deliver-section .home-section-head h2 {
  font-size: clamp(40px, 3.55vw, 54px);
  font-weight: 880;
  line-height: 1.18;
}
.home-deliver-section .home-section-head h2 span {
  color: var(--pink);
}
.home-deliver-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1.72fr) repeat(3, minmax(286px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.home-deliver-card {
  --deliver-accent: #ff5f93;
  --deliver-soft: #fff1f6;
  --deliver-border: rgba(255, 95, 147, .28);
  min-height: 486px;
  position: relative;
  overflow: hidden;
  padding: 30px 26px 94px;
  border: 1px solid var(--deliver-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), var(--deliver-soft));
  box-shadow: 0 14px 42px rgba(37, 40, 86, .055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.home-deliver-card.is-featured {
  display: grid;
  grid-template-columns: minmax(250px, .46fr) minmax(270px, .54fr);
  grid-template-areas:
    "title title"
    "copy visual";
  grid-template-rows: auto 1fr;
  gap: 16px 4px;
  padding: 30px 28px;
}
.home-deliver-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--deliver-accent) 42%, #fff);
  box-shadow: 0 24px 58px rgba(37, 40, 86, .105);
}
.home-deliver-card.is-purple {
  --deliver-accent: #8a67ee;
  --deliver-soft: #f8f5ff;
  --deliver-border: rgba(138, 103, 238, .22);
}
.home-deliver-card.is-blue {
  --deliver-accent: #3d8df5;
  --deliver-soft: #f2f8ff;
  --deliver-border: rgba(61, 141, 245, .22);
}
.home-deliver-card.is-green {
  --deliver-accent: #34b978;
  --deliver-soft: #f2fbf6;
  --deliver-border: rgba(52, 185, 120, .22);
}
.home-deliver-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.home-deliver-card.is-featured .home-deliver-copy {
  grid-area: copy;
  max-width: 260px;
}
.home-deliver-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  min-width: 0;
}
.home-deliver-card.is-featured .home-deliver-title {
  grid-area: title;
  margin-bottom: 0;
}
.home-deliver-title > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--deliver-accent), color-mix(in srgb, var(--deliver-accent) 72%, #7068ff));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--deliver-accent) 24%, transparent);
  font-size: 18px;
  font-weight: 900;
}
.home-deliver-title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}
.home-deliver-copy > p {
  margin: 0 0 30px;
  color: #566075;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}
.home-deliver-card:not(.is-featured) .home-deliver-copy > p {
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.home-deliver-copy ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-deliver-card:not(.is-featured) .home-deliver-copy ul,
.home-deliver-card:not(.is-featured) .home-deliver-copy a {
  display: none;
}
.home-deliver-copy li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #465167;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}
.home-deliver-copy li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  border: 2px solid var(--deliver-accent);
  border-radius: 999px;
  color: var(--deliver-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.home-deliver-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--deliver-accent);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}
.home-deliver-copy a::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}
.home-deliver-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: end center;
  min-width: 0;
}
.home-deliver-card.is-featured .home-deliver-visual {
  grid-area: visual;
  align-self: stretch;
  height: 100%;
  padding-top: 16px;
  place-items: end center;
}
.home-deliver-card:not(.is-featured) .home-deliver-visual {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 188px;
  bottom: 90px;
  height: auto;
  place-items: center;
}
.deliver-mockup {
  width: min(100%, 220px);
  color: #172044;
  transform: rotate(-5deg);
  transform-origin: center bottom;
  filter: drop-shadow(0 24px 24px rgba(37, 40, 86, .15));
  transition: transform .28s ease, filter .28s ease;
}
.home-deliver-card.is-featured .deliver-mockup {
  width: min(100%, 324px);
  transform: rotate(-11deg);
  justify-self: end;
}
.home-deliver-card:hover .deliver-mockup {
  transform: translateY(-5px) rotate(-3deg);
  filter: drop-shadow(0 34px 30px rgba(37, 40, 86, .2));
}
.home-deliver-card.is-featured:hover .deliver-mockup {
  transform: translateY(-5px) rotate(-9deg);
}
.mock-paper {
  position: relative;
  border: 1px solid #e7e0d5;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.report-paper {
  aspect-ratio: 210 / 297;
  padding: 18px 16px;
}
.report-head {
  text-align: center;
  border-bottom: 1px solid #ece7de;
  padding-bottom: 10px;
}
.report-head span {
  display: block;
  color: #7d8497;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}
.report-head h4,
.feedback-sheet h4,
.chart-panel h4,
.family-book h4 {
  margin: 4px 0 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}
.report-head p {
  margin: 0;
  color: #71798b;
  font-size: 7px;
  font-weight: 700;
}
.report-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 10px 0 4px;
  color: #5b6375;
  font-size: 7px;
  font-weight: 800;
}
.report-radar {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.report-radar text {
  fill: #646d80;
  font-size: 7px;
  font-weight: 700;
}
.report-score-list {
  display: grid;
  gap: 7px;
  margin-top: 5px;
}
.report-score-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
  align-items: center;
}
.report-score-list span {
  color: #4c566c;
  font-size: 7px;
  font-weight: 800;
}
.report-score-list b {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f9f78 var(--score), #ece7de var(--score));
}
.report-score-list div:nth-child(2) b {
  background: linear-gradient(90deg, #9db46b var(--score), #ece7de var(--score));
}
.report-score-list div:nth-child(3) b {
  background: linear-gradient(90deg, #ee7870 var(--score), #ece7de var(--score));
}
.report-note {
  margin: 12px 0 0;
  color: #5d6678;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.65;
}
.family-mockup {
  width: min(100%, 252px);
}
.feedback-mockup {
  width: min(100%, 224px);
  transform: translate(18px, -18px) rotate(-5deg);
}
.home-deliver-card.is-purple:hover .feedback-mockup {
  transform: translate(18px, -23px) rotate(-3deg);
}
.clipboard-board {
  position: relative;
  padding: 20px 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d7b07a, #efd3a3 54%, #c79255);
  box-shadow: inset 0 0 0 1px rgba(120, 78, 38, .22);
}
.clipboard-clip {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 64px;
  height: 18px;
  transform: translateX(-50%);
  border: 2px solid #8b7258;
  border-radius: 6px 6px 8px 8px;
  background: linear-gradient(180deg, #f8f3eb, #b8b2aa);
}
.feedback-sheet {
  padding: 17px 14px 14px;
}
.feedback-row,
.feedback-stars,
.feedback-note {
  display: grid;
  gap: 4px;
  padding: 6px 0;
  border-bottom: 1px solid #eee8dd;
}
.feedback-row strong,
.feedback-stars strong,
.feedback-note strong {
  color: #4a5368;
  font-size: 8px;
  font-weight: 900;
}
.feedback-row span,
.feedback-note p {
  margin: 0;
  color: #5f687a;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.45;
}
.feedback-stars {
  grid-template-columns: 44px 1fr;
  align-items: center;
}
.feedback-stars span {
  color: #f5ae32;
  font-size: 12px;
  letter-spacing: .08em;
}
.curve-mockup {
  width: min(100%, 278px);
  transform: rotate(-2deg);
}
.chart-panel {
  padding: 16px 12px 12px;
  border-color: #dce7f6;
  background: #fff;
}
.chart-panel h4 {
  text-align: center;
}
.growth-chart {
  display: block;
  width: 100%;
}
.growth-chart text {
  fill: #667085;
  font-size: 8px;
  font-weight: 700;
}
.growth-chart .axis-title {
  fill: #44506a;
  font-size: 9px;
  font-weight: 900;
}
.growth-chart polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.growth-chart .line-blue { stroke: #3d8df5; }
.growth-chart .line-pink { stroke: #e35292; }
.growth-chart .line-green { stroke: #38a66c; }
.growth-chart .line-orange { stroke: #f39a32; }
.chart-dots circle {
  r: 4;
  fill: #3d8df5;
  stroke: #fff;
  stroke-width: 1.5;
}
.chart-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 6px 10px;
  margin-top: 4px;
  color: #536078;
  font-size: 8px;
  font-weight: 800;
}
.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.chart-legend span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}
.chart-legend .is-blue { color: #3d8df5; }
.chart-legend .is-pink { color: #e35292; }
.chart-legend .is-green { color: #38a66c; }
.chart-legend .is-orange { color: #f39a32; }
.family-stack {
  position: relative;
  min-height: 242px;
}
.family-book {
  width: 150px;
  min-height: 196px;
  padding: 17px 11px 12px 22px;
}
.spiral {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 8px;
  width: 7px;
  background-image: repeating-linear-gradient(180deg, #8d7d68 0 4px, transparent 4px 12px);
}
.family-book p,
.family-book label,
.family-book li {
  color: #5c6577;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.45;
}
.family-book p {
  margin: 0 0 12px;
}
.family-book label {
  display: block;
  border-bottom: 1px solid #e8e1d6;
  padding: 5px 0;
}
.family-book ul {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.family-book li::before {
  content: "✓";
  margin-right: 5px;
  color: #2d9c68;
  font-weight: 900;
}
.check-card,
.tip-card {
  position: absolute;
  right: 0;
  width: 104px;
  padding: 10px 8px;
}
.check-card {
  top: 58px;
}
.tip-card {
  top: 138px;
}
.check-card h5,
.tip-card h5 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 900;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.check-grid span {
  display: grid;
  place-items: center;
  min-width: 0;
  aspect-ratio: 1;
  border: 1px solid #e8c9a6;
  border-radius: 999px;
  color: #2b9b67;
  font-size: 7px;
  font-weight: 900;
}
.tip-card p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 6px 0;
  color: #596276;
  font-size: 7px;
  font-weight: 800;
}
.tip-card p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #eaf5ef;
}
.home-deliver-status {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 26px;
  z-index: 3;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--deliver-accent), color-mix(in srgb, var(--deliver-accent) 60%, #b5d7ff));
  box-shadow: 0 14px 26px color-mix(in srgb, var(--deliver-accent) 24%, transparent);
}
.home-deliver-status::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 9px, rgba(255,255,255,.9) 9px 12px, transparent 12px),
    linear-gradient(0deg, rgba(255,255,255,.9) 5px, transparent 5px),
    rgba(255,255,255,.16);
}
.home-deliver-card.is-purple .home-deliver-status::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: auto;
  border: 4px solid rgba(255,255,255,.42);
  border-top-color: #fff;
  border-radius: 999px;
}
.home-deliver-status span {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}
.home-deliver-summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(250px, 330px);
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 26px 34px;
  border: 1px solid rgba(255, 95, 147, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 45px rgba(37, 40, 86, .055);
}
.home-deliver-summary > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #fff0f6;
}
.home-deliver-summary > span img {
  width: 34px;
  height: 34px;
}
.home-deliver-summary strong {
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}
.home-deliver-summary p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 12px 0 0;
  color: #5f687b;
  font-size: 15px;
  font-weight: 800;
}
.home-deliver-summary p b {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pink);
}
.home-deliver-summary article {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 95, 147, .18);
}
.home-deliver-summary article img {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
}
.home-deliver-summary article strong {
  color: var(--pink);
  font-size: 28px;
  line-height: 1;
}
.home-deliver-summary article em {
  color: #5d6678;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
.home-teacher-section {
  background: #fff;
}
.home-teacher-panel {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0,1fr) minmax(220px, 300px);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff 0%, #f2fbff 100%);
  box-shadow: 0 18px 42px rgba(37,40,86,.1);
}
.home-teacher-photo {
  overflow: hidden;
  min-height: 380px;
  border-radius: 24px;
  background: #eef8fc;
}
.home-teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.home-teacher-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.3;
}
.home-teacher-copy > strong {
  display: block;
  margin-top: 8px;
  color: #4b5068;
  font-size: 18px;
}
.home-teacher-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.8;
}
.home-teacher-copy .button {
  margin-top: 24px;
}
.home-teacher-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.home-teacher-mini a {
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 24px rgba(37,40,86,.055);
  text-align: center;
}
.home-teacher-mini img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center top;
}
.home-teacher-mini span {
  color: var(--ink);
  font-weight: 900;
  font-size: 13px;
}
.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
.home-article-card {
  min-height: 232px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}
.home-article-card > span {
  align-self: flex-start;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--pink);
  background: #fff3f7;
  font-size: 13px;
  font-weight: 900;
}
.home-article-card h3 {
  margin: 20px 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
}
.home-article-card p {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-encyclopedia-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 92, 147, .06), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(91, 140, 255, .06), transparent 22%),
    #fff;
}
.home-encyclopedia-section .wrap {
  width: min(1370px, calc(100% - 96px));
}
.ency-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 30px;
}
.ency-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.14;
  letter-spacing: 0;
}
.ency-section-head p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #69728a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}
.ency-top-grid {
  display: grid;
  grid-template-columns: minmax(330px, .94fr) minmax(500px, 1.42fr) minmax(330px, .94fr);
  gap: 22px;
  align-items: stretch;
}
.ency-search-card,
.ency-feature-card,
.ency-rank-card,
.ency-topic-panel,
.ency-cta {
  border: 1px solid rgba(229, 232, 240, .95);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 38px rgba(20, 30, 60, .055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.ency-search-card:hover,
.ency-feature-card:hover,
.ency-rank-card:hover,
.ency-topic-card:hover,
.ency-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 92, 147, .22);
  box-shadow: 0 20px 48px rgba(20, 30, 60, .085);
}
.ency-search-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 14px;
  padding: 26px 24px 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 92, 147, .095), rgba(255,255,255,.96) 56%),
    #fff;
}
.ency-search-card h3,
.ency-rank-card h3,
.ency-topic-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}
.ency-search-card h3 {
  color: var(--pink);
}
.ency-search-form label {
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #dfe4ef;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.ency-search-form svg {
  width: 22px;
  height: 22px;
  color: #8f98ad;
}
.ency-search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}
.ency-search-form input::placeholder {
  color: #9aa3b7;
}
.ency-search-card > p {
  margin: 6px 0 0;
  color: var(--pink);
  font-size: 15px;
  font-weight: 900;
}
.ency-hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ency-hot-tags a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 92, 147, .105);
  color: #f04c83;
  font-size: 13px;
  font-weight: 900;
}
.ency-hot-tags a:hover {
  background: rgba(255, 92, 147, .18);
}
.ency-hot-tags svg {
  width: 13px;
  height: 13px;
}
.ency-kid-visual {
  align-self: end;
  justify-self: center;
  width: min(100%, 220px);
  aspect-ratio: 1;
}
.ency-kid-visual svg,
.ency-kid-visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.ency-kid-visual img {
  object-fit: contain;
  object-position: center bottom;
}
.ency-feature-card {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(250px, .9fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 8px 10px;
  padding: 26px 26px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 184, 77, .18), transparent 25%),
    linear-gradient(142deg, #fffaf0 0%, #fff 54%, #fff7f9 100%);
}
.ency-feature-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
  max-width: 318px;
}
.ency-feature-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc04f, #ff9f1f);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}
.ency-feature-label svg {
  width: 16px;
  height: 16px;
}
.ency-feature-card h3 {
  margin: 26px 0 18px;
  color: var(--ink);
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.24;
}
.ency-feature-card p {
  max-width: 390px;
  margin: 0;
  color: #4f5b74;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
}
.ency-feature-card a,
.ency-rank-more,
.ency-cta > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 24px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--pink);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(255, 92, 147, .22);
}
.ency-feature-card a svg,
.ency-rank-more svg,
.ency-cta > a svg {
  width: 16px;
  height: 16px;
  transition: transform .24s ease;
}
.ency-feature-card a:hover svg,
.ency-rank-more:hover svg,
.ency-cta > a:hover svg {
  transform: translateX(4px);
}
.ency-feature-card .ency-kid-visual,
.ency-feature-image {
  align-self: end;
  justify-self: end;
  width: min(100%, 332px);
  filter: drop-shadow(0 14px 22px rgba(64, 83, 120, .08));
}
.ency-feature-image {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 66px;
  bottom: auto;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: clamp(286px, 52%, 310px);
  height: clamp(286px, 76%, 310px);
  aspect-ratio: auto;
  pointer-events: none;
}
.ency-feature-image .ency-kid-visual {
  width: 100%;
  transform: translate(4px, 8px);
}
.ency-feature-image img {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(40, 50, 90, .08));
}
.ency-bubble {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 14px 24px rgba(20,30,60,.08);
}
.ency-bubble.is-blue {
  left: 10%;
  top: 6%;
  width: 64px;
  height: 46px;
  background: #8cc3ed;
}
.ency-bubble.is-blue::after,
.ency-bubble.is-pink::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -10px;
  border: 10px solid transparent;
  border-top-color: currentColor;
  opacity: .95;
}
.ency-bubble.is-blue::after {
  color: #8cc3ed;
}
.ency-bubble.is-blue i {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff;
}
.ency-bubble.is-pink {
  right: 13%;
  top: 0;
  width: 58px;
  height: 50px;
  background: #ff7c89;
}
.ency-bubble.is-pink::after {
  left: 18px;
  color: #ff7c89;
}
.ency-bubble.is-pink svg {
  width: 24px;
  height: 24px;
}
.ency-bubble.is-yellow {
  right: 1%;
  top: 30%;
  width: 42px;
  height: 42px;
  border-radius: 18px;
  background: #ffd05c;
  font-size: 24px;
  font-weight: 950;
}
.ency-feature-meta {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: #8791a7;
  font-size: 13px;
  font-weight: 850;
}
.ency-feature-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ency-feature-meta svg {
  width: 17px;
  height: 17px;
}
.ency-rank-card {
  min-height: 430px;
  padding: 28px 26px;
}
.ency-rank-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ency-rank-card h3 svg {
  width: 22px;
  height: 22px;
  color: #ff3f63;
}
.ency-rank-card ol {
  display: grid;
  gap: 17px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.ency-rank-card li a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: baseline;
}
.ency-rank-card li span {
  grid-row: 1 / 3;
  color: var(--pink);
  font-size: 17px;
  font-weight: 950;
}
.ency-rank-card li:nth-child(n + 4) span {
  color: #9aa3b7;
}
.ency-rank-card li strong {
  min-width: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  transition: color .24s ease;
}
.ency-rank-card li a:hover strong {
  color: var(--pink);
}
.ency-rank-card li em {
  color: #8a94a9;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.ency-rank-more {
  margin-top: 26px;
  padding: 0;
  background: transparent;
  color: #315ed8;
  box-shadow: none;
}
.ency-topic-panel {
  margin-top: 24px;
  padding: 24px;
}
.ency-topic-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.ency-topic-head a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #315ed8;
  font-size: 14px;
  font-weight: 950;
}
.ency-topic-head svg {
  width: 16px;
  height: 16px;
}
.ency-topic-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.ency-topic-card {
  min-height: 202px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  padding: 18px 14px 16px;
  border: 1px solid rgba(229,232,240,.95);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(20, 30, 60, .045);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.icon-badge {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ency-color) 12%, white);
  color: var(--ency-color);
  transition: transform .24s ease;
}
.icon-badge svg {
  width: 32px;
  height: 32px;
  color: var(--ency-color);
  stroke: var(--ency-color);
}
.ency-topic-card:hover .icon-badge {
  transform: scale(1.04);
}
.ency-topic-card strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}
.ency-topic-card span {
  min-height: 44px;
  color: #5f6a81;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.ency-topic-card em {
  color: #8a94a9;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}
.ency-cta {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 18px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 25%, rgba(255,255,255,.9) 0 8%, transparent 9% 100%),
    linear-gradient(135deg, #eef7ff 0%, #f7fbff 52%, #fff4f8 100%);
}
.ency-cta-people {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 170px;
  height: 128px;
  overflow: hidden;
}
.ency-cta-people .ency-kid-visual {
  width: 158px;
  transform: translateY(6px);
}
.ency-cta strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}
.ency-cta p {
  margin: 8px 0 0;
  color: #687085;
  font-size: 16px;
  font-weight: 800;
}
.ency-cta > a {
  min-width: 180px;
  justify-content: center;
  margin-top: 0;
  background: linear-gradient(135deg, #3479ff, #3156d9);
  box-shadow: 0 16px 30px rgba(49, 94, 216, .22);
}
@media (min-width: 1181px) {
  body.home-page .home-encyclopedia-section {
    padding: 54px 0;
  }
  body.home-page .ency-section-head {
    margin-bottom: 24px;
  }
  body.home-page .ency-search-card,
  body.home-page .ency-feature-card,
  body.home-page .ency-rank-card {
    min-height: 0;
    height: 448px;
  }
  body.home-page .ency-search-card {
    gap: 11px;
    padding: 20px 20px 0;
  }
  body.home-page .ency-search-form label {
    min-height: 42px;
    border-radius: 12px;
  }
  body.home-page .ency-hot-tags {
    gap: 8px;
  }
  body.home-page .ency-hot-tags a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
  body.home-page .ency-search-card .ency-kid-visual {
    justify-self: start;
    width: min(100%, 220px);
    margin: 10px 0 -6px 20px;
  }
  body.home-page .ency-feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .76fr);
    padding: 22px 24px 18px;
  }
  body.home-page .ency-rank-card {
    padding: 24px 24px;
  }
  body.home-page .ency-feature-card h3 {
    max-width: 310px;
    margin: 18px 0 12px;
    font-size: clamp(28px, 2vw, 34px);
    line-height: 1.22;
  }
  body.home-page .ency-feature-card p {
    max-width: 318px;
    font-size: 14px;
    line-height: 1.58;
  }
  body.home-page .ency-feature-card a {
    min-height: 38px;
    margin-top: 18px;
    border-radius: 10px;
    font-size: 14px;
  }
  body.home-page .ency-feature-card .ency-kid-visual {
    width: min(100%, 338px);
  }
  body.home-page .ency-feature-image {
    right: 16px;
    top: 66px;
    bottom: auto;
    width: clamp(286px, 52%, 310px);
    height: clamp(286px, 76%, 310px);
  }
  body.home-page .ency-feature-image .ency-kid-visual {
    width: 100%;
    transform: translate(6px, 8px);
  }
  body.home-page .ency-feature-meta {
    gap: 14px;
    font-size: 12px;
  }
  body.home-page .ency-rank-card ol {
    gap: 11px;
    margin-top: 18px;
  }
  body.home-page .ency-rank-card li strong {
    font-size: 14px;
  }
  body.home-page .ency-rank-more {
    margin-top: 18px;
  }
  body.home-page .ency-topic-panel {
    margin-top: 18px;
    padding: 18px 16px 16px;
  }
  body.home-page .ency-topic-card {
    min-height: 178px;
    padding: 16px 12px 14px;
  }
  body.home-page .icon-badge {
    width: 66px;
    height: 66px;
  }
  body.home-page .icon-badge svg {
    width: 33px;
    height: 33px;
  }
  body.home-page .ency-topic-card strong {
    margin-top: 6px;
    font-size: 16px;
  }
  body.home-page .ency-topic-card span {
    min-height: 42px;
    font-size: 12px;
    line-height: 1.45;
  }
  body.home-page .ency-topic-card em {
    font-size: 12px;
  }
  body.home-page .ency-cta {
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 20px;
    min-height: 116px;
    margin-top: 18px;
    padding: 14px 28px;
  }
}
@media (max-width: 1180px) {
  .home-encyclopedia-section .wrap {
    width: min(var(--wrap), calc(100% - 48px));
  }
  .ency-top-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .ency-feature-card {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .ency-search-card,
  .ency-rank-card {
    min-height: 360px;
  }
  .ency-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ency-cta {
    grid-template-columns: 120px minmax(0, 1fr);
  }
  .ency-cta > a {
    grid-column: 2;
    justify-self: start;
  }
  .ency-cta-people,
  .ency-cta-people .ency-kid-visual {
    width: 120px;
  }
}
@media (max-width: 760px) {
  .home-encyclopedia-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .ency-section-head {
    margin-bottom: 20px;
  }
  .ency-section-head h2 {
    font-size: 30px;
  }
  .ency-section-head p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 14px;
  }
  .ency-top-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ency-feature-card {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }
  .ency-feature-card h3 {
    margin: 18px 0 12px;
    font-size: 26px;
  }
  .ency-feature-card p {
    font-size: 14px;
    line-height: 1.62;
  }
  .ency-feature-card .ency-kid-visual,
  .ency-feature-image {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: center;
    width: min(100%, 180px);
    height: auto;
    aspect-ratio: 1;
  }
  .ency-feature-image .ency-kid-visual {
    width: 100%;
    transform: none;
  }
  .ency-feature-meta {
    gap: 10px;
    font-size: 12px;
  }
  .ency-search-card,
  .ency-rank-card {
    min-height: 0;
    padding: 18px;
  }
  .ency-search-card {
    grid-template-rows: auto auto auto auto;
  }
  .ency-search-card .ency-kid-visual {
    width: min(100%, 160px);
  }
  .ency-topic-panel {
    margin-top: 14px;
    padding: 16px;
  }
  .ency-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .ency-topic-card {
    min-height: 162px;
    padding: 14px 10px;
    border-radius: 15px;
  }
  .icon-badge {
    width: 50px;
    height: 50px;
  }
  .icon-badge svg {
    width: 26px;
    height: 26px;
  }
  .ency-topic-card strong {
    font-size: 15px;
  }
  .ency-topic-card span,
  .ency-topic-card em {
    font-size: 12px;
  }
  .ency-cta {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 18px;
  }
  .ency-cta-people {
    display: none;
  }
  .ency-cta strong {
    font-size: 18px;
  }
  .ency-cta p {
    font-size: 13px;
    line-height: 1.55;
  }
  .ency-cta > a {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ency-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .ency-topic-card {
    min-height: 146px;
    padding: 12px 8px;
  }
  .ency-topic-card span {
    min-height: 48px;
    font-size: 10.5px;
    line-height: 1.42;
  }
  .ency-topic-card strong {
    font-size: 14px;
  }
  .ency-topic-card em {
    font-size: 11px;
  }
}
.home-final-cta {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(255,215,106,.22) 0 12%, transparent 13% 100%),
    linear-gradient(135deg, #fff 0%, #fff6f9 56%, #f8fcff 100%);
}
.home-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}
.home-final-cta h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 46px);
  font-weight: 900;
  line-height: 1.25;
}
.home-final-cta p:not(.eyebrow) {
  max-width: 640px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.8;
}
.home-final-contact {
  padding: 28px;
  border: 1px solid rgba(236,231,234,.8);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 38px rgba(37,40,86,.07);
}
.home-final-contact strong,
.home-final-contact span {
  display: block;
}
.home-final-contact strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.45;
}
.home-final-contact span {
  margin-top: 12px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}
.home-final-contact .button {
  margin-top: 24px;
}
.home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.home-final-actions .button {
  margin-top: 0;
}
.js-motion [data-home-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  filter: blur(6px);
  transition-delay: var(--home-delay, 0ms);
}
.js-motion [data-home-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.about-brand-page {
  background: #fffdfd;
}
.about-brand-page .footer {
  margin-top: 0;
}
.about-story-hero {
  position: relative;
  min-height: calc(100vh - 122px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(120px, 14vh, 188px) 0 clamp(96px, 12vh, 150px);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 215, 106, 0.22) 0 12%, transparent 13% 100%),
    radial-gradient(circle at 18% 88%, rgba(68, 197, 238, 0.12) 0 15%, transparent 16% 100%),
    linear-gradient(135deg, #fff 0%, #fffdfd 48%, #fff7f9 100%);
}
.about-story-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -32% auto;
  width: min(50vw, 680px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 95, 147, 0.08), rgba(68, 197, 238, 0.08));
  filter: blur(4px);
}
.about-story-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.about-story-kicker {
  margin: 0 0 26px;
  color: var(--pink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 5px;
}
.about-story-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 7vw, 72px);
  font-weight: 900;
  line-height: 1.08;
}
.about-story-subtitle {
  margin: 26px 0 0;
  color: #42465f;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.8;
}
.about-story-motto {
  margin: 12px 0 0;
  color: #676b7f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.about-story-hero-button {
  margin-top: 34px;
}
.about-story-kicker,
.about-story-hero h1,
.about-story-subtitle,
.about-story-motto,
.about-story-hero-button {
  animation: ddjgtAboutHeroIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.about-story-hero h1 { animation-delay: 0.12s; }
.about-story-subtitle { animation-delay: 0.24s; }
.about-story-motto { animation-delay: 0.3s; }
.about-story-hero-button { animation-delay: 0.36s; }
@keyframes ddjgtAboutHeroIn {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
.about-story-section {
  position: relative;
  overflow: hidden;
  padding: clamp(112px, 12vw, 156px) 0;
  background: #fff;
}
.about-story-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 900;
  line-height: 1.25;
}
.about-story-section p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.9;
}
.about-story-head {
  max-width: 780px;
  margin-bottom: 48px;
}
.about-story-head p:last-child {
  max-width: 680px;
  margin-top: 14px;
}
.about-recognition {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: #fff;
}
.about-recognition-inner {
  display: grid;
  gap: 34px;
  text-align: center;
}
.about-recognition p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5.1vw, 56px);
  font-weight: 900;
  line-height: 1.3;
}
.about-recognition span {
  color: var(--pink);
}
.about-origin {
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}
.about-origin-grid {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 72px;
  align-items: start;
}
.about-origin-lead {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--ink) !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 900;
  line-height: 1.38 !important;
}
.about-origin article {
  max-width: 680px;
  padding-top: 52px;
}
.about-origin article p {
  max-width: 26em;
  margin: 0 0 20px;
}
.about-belief {
  min-height: 86vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, #fff 0%, #fff8fa 58%, #fff 100%);
}
.about-belief-inner {
  max-width: 900px;
}
.about-belief-label {
  margin: 0 0 32px;
  color: var(--pink) !important;
  font-size: 24px !important;
  font-weight: 900;
}
.about-belief h2 {
  margin-top: 30px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.35;
}
.about-belief p:last-child {
  max-width: 760px;
  margin-top: 38px;
  color: #42465f;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  line-height: 1.7;
}
.about-help {
  background: #fff;
}
.about-help-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.about-help-timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,95,147,.16), rgba(75,97,189,.18));
}
.about-help-step {
  position: relative;
  z-index: 2;
  min-height: 252px;
  padding: 32px;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-help-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.about-help-step span {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff3f7, #eefbff);
  color: var(--pink);
  font-size: 20px;
  font-weight: 900;
}
.about-help-step h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.3;
}
.about-help-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.about-numbers {
  background: linear-gradient(180deg, #fff 0%, #f9fdff 100%);
}
.about-numbers-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 68px;
  align-items: center;
}
.about-number-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
}
.about-auth-link {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  max-width: 420px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(236,231,234,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(37,40,86,.06);
}
.about-auth-link img {
  width: 92px;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  border-radius: 10px;
}
.about-auth-link span {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.55;
}
.about-number-list {
  display: grid;
  gap: 28px;
}
.about-number-list article {
  display: grid;
  grid-template-columns: minmax(160px, 210px) 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(236,231,234,.9);
}
.about-number-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.about-number-list strong {
  color: var(--pink);
  font-size: clamp(48px, 6.2vw, 80px);
  font-weight: 900;
  line-height: 1;
}
.about-number-list strong:not([data-brand-count]) {
  white-space: nowrap;
  font-size: clamp(42px, 4.4vw, 64px);
}
.about-number-list span {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}
.about-number-list p {
  margin: 8px 0 0;
  color: #777b8f;
  font-size: 16px;
  line-height: 1.75;
}
.about-ecosystem-story {
  background: #fff;
}
.about-ecosystem-story-grid {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 70px;
  align-items: center;
}
.about-ecosystem-story-grid > div:first-child p:not(.eyebrow) {
  max-width: 620px;
}
.about-ecosystem-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  padding: 24px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff8fb, #f7fcff);
}
.about-ecosystem-orbit::before {
  content: "行为有因";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 38px rgba(37,40,86,.08);
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.about-ecosystem-orbit article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(37,40,86,.05);
}
.about-ecosystem-orbit h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
}
.about-ecosystem-orbit p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.about-principles {
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
}
.about-principle-list {
  max-width: 940px;
}
.about-principle-list p {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(236,231,234,.96);
  color: var(--ink);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 900;
  line-height: 1.55;
}
.about-principle-list .is-core {
  color: var(--pink);
}
.about-final-cta {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 215, 106, 0.2) 0 13%, transparent 14% 100%),
    linear-gradient(135deg, #fff 0%, #fff7fa 56%, #f8fcff 100%);
}
.about-final-cta-inner {
  max-width: 760px;
}
.about-final-cta h2 {
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.2;
}
.about-final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  font-size: 20px;
}
body.about-brand-page {
  --about-wrap: 1320px;
  --about-radius: 24px;
  --about-shadow: 0 14px 38px rgba(37, 40, 86, 0.06);
  --about-soft-line: rgba(236, 231, 234, 0.82);
  background: #fff;
}
body.about-brand-page .wrap {
  width: min(var(--about-wrap), calc(100% - clamp(32px, 6vw, 96px)));
}
body.about-brand-page .button {
  min-height: 48px;
  border-radius: 999px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
body.about-brand-page .button:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 14px 30px rgba(255, 95, 147, 0.2);
}
.about-premium-hero {
  position: relative;
  min-height: clamp(860px, calc(100vh - 40px), 980px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 94% 18%, rgba(255, 215, 106, 0.18) 0 138px, transparent 140px),
    radial-gradient(circle at 3% 86%, rgba(68, 197, 238, 0.10) 0 172px, transparent 174px),
    #fff;
}
.about-premium-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,247,250,0.78));
}
.about-premium-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1fr);
  gap: 56px;
  align-items: center;
}
.about-premium-copy {
  max-width: 650px;
}
.about-premium-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(56px, 5.6vw, 74px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}
.about-premium-copy h1 span,
.about-big-statement span {
  color: var(--pink);
}
.about-ability-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.about-ability-row span {
  display: grid;
  min-height: 82px;
  place-items: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid var(--about-soft-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pink);
  box-shadow: 0 8px 22px rgba(37, 40, 86, 0.04);
}
.about-ability-row svg {
  width: 25px;
  height: 25px;
}
.about-ability-row strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}
.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.about-hero-stats article {
  display: grid;
  gap: 5px;
}
.about-hero-stats strong {
  color: var(--pink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.about-hero-stats span {
  color: rgba(37, 40, 86, 0.72);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}
.about-hero-visual {
  position: relative;
  min-height: 620px;
}
.about-hero-scene {
  position: absolute;
  top: 44px;
  right: -14px;
  width: min(98%, 660px);
  filter: drop-shadow(0 26px 38px rgba(37, 40, 86, 0.08));
  animation: aboutFloat 5.8s ease-in-out infinite;
}
.about-hero-orbit {
  position: absolute;
  inset: 18px 32px 34px 24px;
  border: 1px dashed rgba(255, 95, 147, 0.32);
  border-radius: 50%;
  animation: aboutOrbitPulse 7s ease-in-out infinite;
}
.about-hero-orbit::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 5%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 215, 106, 0.18);
}
.about-orbit-chip {
  position: absolute;
  display: inline-flex;
  width: 112px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--pink);
  box-shadow: var(--about-shadow);
  font-size: 13px;
  font-weight: 900;
  animation: aboutFloat 4.6s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.42s);
}
.about-orbit-chip svg {
  width: 18px;
  height: 18px;
}
.about-orbit-chip:nth-child(1) { left: 7%; top: 23%; }
.about-orbit-chip:nth-child(2) { left: 34%; top: -2%; }
.about-orbit-chip:nth-child(3) { right: 16%; top: 8%; }
.about-orbit-chip:nth-child(4) { right: 2%; top: 36%; }
.about-orbit-chip:nth-child(5) { left: 1%; bottom: 26%; }
.about-orbit-chip:nth-child(6) { right: 4%; bottom: 18%; }
.about-orbit-chip.is-blue { color: var(--blue); }
.about-orbit-chip.is-green { color: var(--green); }
.about-orbit-chip.is-purple { color: var(--purple); }
.about-orbit-chip.is-orange { color: var(--orange); }
.about-hero-family {
  position: absolute;
  right: 10%;
  bottom: 24px;
  width: min(58%, 440px);
  filter: drop-shadow(0 28px 38px rgba(37, 40, 86, 0.10));
  animation: aboutFloat 5.6s ease-in-out infinite;
}
.about-hero-child {
  position: absolute;
  left: 4%;
  bottom: 58px;
  width: min(36%, 290px);
  filter: drop-shadow(0 24px 34px rgba(37, 40, 86, 0.08));
  animation: aboutFloat 5.2s ease-in-out infinite reverse;
}
.about-problem-cause {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 90px 0;
  border-top: 1px solid rgba(236, 231, 234, 0.72);
  border-bottom: 1px solid rgba(236, 231, 234, 0.72);
  background: linear-gradient(180deg, #fff 0%, #fffbfc 100%);
}
.about-problem-cause-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(350px, 0.74fr) minmax(300px, 0.54fr);
  gap: 48px;
  align-items: center;
}
.about-big-statement h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 900;
  line-height: 1.34;
}
.about-cause-motion {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}
.about-cause-motion img {
  width: min(100%, 360px);
  filter: drop-shadow(0 22px 30px rgba(37, 40, 86, 0.08));
}
.about-cause-motion span {
  position: absolute;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(37, 40, 86, 0.06);
  font-size: 13px;
  font-weight: 900;
  animation: aboutTagOrbit 12s linear infinite;
  animation-delay: calc(var(--i) * -2s);
}
.about-cause-motion span:nth-of-type(1) { transform: translate(-86px, -120px); }
.about-cause-motion span:nth-of-type(2) { transform: translate(100px, -92px); }
.about-cause-motion span:nth-of-type(3) { transform: translate(-128px, 14px); }
.about-cause-motion span:nth-of-type(4) { transform: translate(126px, 28px); }
.about-cause-motion span:nth-of-type(5) { transform: translate(-78px, 122px); }
.about-cause-motion span:nth-of-type(6) { transform: translate(84px, 112px); }
.about-cause-result {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.about-cause-result > i {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 95, 147, 0.12);
  font-style: normal;
}
.about-cause-result > i svg,
.about-cause-result article > svg {
  width: 32px;
  height: 32px;
}
.about-cause-result article {
  display: grid;
  min-height: 210px;
  place-items: center;
  gap: 12px;
  padding: 28px;
  border-radius: 999px;
  color: var(--pink);
  background: radial-gradient(circle, rgba(255, 95, 147, 0.12), rgba(255, 95, 147, 0.04));
  text-align: center;
}
.about-cause-result strong {
  color: var(--pink);
  font-size: 25px;
  font-weight: 900;
}
.about-cause-result em {
  color: rgba(37, 40, 86, 0.76);
  font-style: normal;
  font-weight: 820;
  line-height: 1.55;
}
.about-founder-section {
  min-height: 780px;
  padding: 100px 0 92px;
  background: #fff;
}
.about-founder-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.52fr 0.78fr;
  gap: 44px;
  align-items: center;
}
.about-founder-copy h2,
.about-formation-card h2,
.about-section-title h2,
.about-metrics-copy h2,
.about-path-grid h2,
.about-final-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}
.about-founder-copy > p:not(.eyebrow):not(.about-origin-lead),
.about-path-grid p,
.about-final-grid p {
  max-width: 520px;
  color: rgba(37, 40, 86, 0.72);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.8;
}
.about-founder-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--about-radius);
  background: #fff7fa;
  box-shadow: var(--about-shadow);
}
.about-founder-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.about-formation-card {
  padding: 28px 0;
}
.about-age-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 100px;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}
.about-age-timeline span {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 118px;
  justify-items: center;
  padding: 14px 10px;
  border: 1px solid rgba(236, 231, 234, 0.84);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(37, 40, 86, 0.045);
  animation: aboutStageGlow 8s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.55s);
}
.about-age-timeline span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: rgba(255, 95, 147, 0.42);
}
.about-age-timeline span strong {
  color: var(--pink);
  font-weight: 900;
}
.about-age-timeline span svg {
  width: 28px;
  height: 28px;
  color: var(--purple);
}
.about-age-timeline em {
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
}
.about-age-timeline small {
  display: block;
  margin-top: 4px;
  color: rgba(37, 40, 86, 0.55);
  font-size: 11px;
  font-weight: 760;
}
.about-age-timeline b {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 95, 147, 0.11);
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}
.about-help-premium {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 92px 0;
  background: linear-gradient(180deg, #fff 0%, #fffbfc 100%);
}
.about-section-title {
  margin-bottom: 32px;
}
.about-help-cards,
.about-principle-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.about-help-cards article,
.about-principle-cards article {
  min-height: 176px;
  padding: 26px 24px;
  border: 1px solid var(--about-soft-line);
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--about-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.about-help-cards article:hover,
.about-principle-cards article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 95, 147, 0.28);
  box-shadow: 0 24px 48px rgba(37, 40, 86, 0.10);
}
.about-help-cards svg,
.about-principle-cards svg {
  width: 34px;
  height: 34px;
  color: var(--pink);
}
.about-help-cards strong,
.about-principle-cards strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.about-help-cards p,
.about-principle-cards p {
  margin: 10px 0 0;
  color: rgba(37, 40, 86, 0.65);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.64;
}
.about-metrics-section {
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 98px 0;
  background: #fff;
}
.about-metrics-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: center;
}
.about-metrics-copy strong {
  display: block;
  margin-top: 28px;
  color: var(--pink);
  font-size: clamp(64px, 8vw, 92px);
  font-weight: 900;
  line-height: 1;
}
.about-metrics-copy p {
  max-width: 540px;
  color: rgba(37, 40, 86, 0.72);
  font-size: 17px;
  line-height: 1.8;
}
.about-metric-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-right: 210px;
}
.about-metric-list article {
  min-height: 270px;
  padding: 34px 26px;
  border-left: 1px solid rgba(236, 231, 234, 0.9);
}
.about-metric-list strong {
  display: block;
  color: var(--pink);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}
.about-metric-list span {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.about-metric-list p {
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.7;
}
.about-metrics-child {
  position: absolute;
  right: -8px;
  bottom: -18px;
  width: min(255px, 22vw);
}
.about-path-section {
  min-height: 740px;
  display: flex;
  align-items: center;
  padding: 108px 0;
  border-top: 1px solid rgba(236, 231, 234, 0.72);
  border-bottom: 1px solid rgba(236, 231, 234, 0.72);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.about-path-grid {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 70px;
  align-items: center;
}
.about-path-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.about-path-flow article {
  position: relative;
  display: grid;
  min-height: 160px;
  justify-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
}
.about-path-flow article::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 46%;
  width: 20px;
  height: 14px;
  background: linear-gradient(90deg, rgba(255, 143, 88, 0.2), rgba(255, 143, 88, 0.85));
  clip-path: polygon(0 38%, 60% 38%, 60% 0, 100% 50%, 60% 100%, 60% 62%, 0 62%);
  animation: aboutArrowMove 1.9s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.18s);
}
.about-path-flow article:last-child::after {
  display: none;
}
.about-path-flow svg {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(69, 142, 255, 0.12);
}
.about-path-flow article:nth-child(2) svg { color: var(--orange); background: rgba(255, 184, 77, 0.16); }
.about-path-flow article:nth-child(3) svg { color: var(--purple); background: rgba(134, 100, 255, 0.12); }
.about-path-flow article:nth-child(4) svg { color: var(--green); background: rgba(34, 197, 129, 0.12); }
.about-path-flow strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}
.about-path-flow span {
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  font-weight: 760;
}
.about-principle-section {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 96px 0;
  background: #fff;
}
.about-principle-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.about-principle-cards article {
  min-height: 168px;
  padding: 22px 18px;
}
.about-final-cta-premium {
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 84px 0 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 215, 106, 0.16) 0 82px, transparent 84px),
    linear-gradient(180deg, #fff 0%, #fff7fa 100%);
}
.about-final-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 56px;
  align-items: end;
}
.about-final-grid figure {
  margin: 0;
  text-align: center;
}
.about-final-grid img {
  width: min(520px, 88%);
  filter: drop-shadow(0 28px 44px rgba(37, 40, 86, 0.10));
  animation: aboutFloat 5.4s ease-in-out infinite;
}
@keyframes aboutFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes aboutOrbitPulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.018); opacity: 1; }
}
@keyframes aboutTagOrbit {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -10px; }
}
@keyframes aboutStageGlow {
  0%, 100% { border-color: rgba(236, 231, 234, 0.84); box-shadow: 0 10px 24px rgba(37, 40, 86, 0.045); }
  50% { border-color: rgba(255, 95, 147, 0.26); box-shadow: 0 18px 34px rgba(255, 95, 147, 0.10); }
}
@keyframes aboutArrowMove {
  0%, 100% { transform: translateX(0); opacity: 0.55; }
  50% { transform: translateX(6px); opacity: 1; }
}
@media (max-width: 1180px) {
  .about-premium-hero-grid,
  .about-problem-cause-grid,
  .about-founder-grid,
  .about-metrics-grid,
  .about-path-grid,
  .about-final-grid {
    grid-template-columns: 1fr;
  }
  .about-premium-copy,
  .about-founder-copy > p:not(.eyebrow):not(.about-origin-lead),
  .about-path-grid p,
  .about-final-grid p {
    max-width: none;
  }
  .about-hero-visual {
    min-height: 520px;
  }
  .about-help-cards,
  .about-principle-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-metric-list {
    padding-right: 0;
  }
  .about-metrics-child {
    position: relative;
    right: auto;
    bottom: auto;
    width: 220px;
    justify-self: end;
    margin-top: -120px;
  }
}
@media (max-width: 760px) {
  body.about-brand-page .wrap {
    width: min(var(--about-wrap), calc(100% - 32px));
  }
  .about-premium-hero {
    min-height: auto;
    padding: 70px 0 132px;
  }
  .about-premium-copy h1 {
    font-size: 42px;
  }
  .about-story-subtitle {
    font-size: 19px;
  }
  .about-ability-row,
  .about-hero-stats,
  .about-age-timeline,
  .about-help-cards,
  .about-principle-cards,
  .about-metric-list,
  .about-path-flow {
    grid-template-columns: 1fr;
  }
  .about-ability-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .about-ability-row span {
    min-height: 74px;
  }
  .about-ability-row span:last-child {
    grid-column: 1 / -1;
  }
  .about-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .about-hero-stats strong {
    font-size: 24px;
  }
  .about-hero-stats span {
    font-size: 11px;
  }
  .about-hero-visual {
    min-height: 410px;
  }
  .about-hero-scene {
    right: -18px;
    top: 24px;
    width: min(108%, 420px);
  }
  .about-problem-cause,
  .about-founder-section,
  .about-help-premium,
  .about-metrics-section,
  .about-path-section,
  .about-principle-section,
  .about-final-cta-premium {
    min-height: auto;
    padding: 58px 0;
  }
  .about-cause-result {
    grid-template-columns: 1fr;
  }
  .about-cause-result > i {
    transform: rotate(90deg);
    justify-self: center;
  }
  .about-age-timeline span::after,
  .about-path-flow article::after {
    display: none;
  }
  .about-metric-list article {
    min-height: auto;
    padding: 24px 0;
  }
  .about-metrics-child {
    width: 180px;
    justify-self: center;
    margin-top: 0;
  }
}
.js-motion [data-brand-reveal] {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--brand-delay, 0ms);
}
.js-motion [data-brand-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.field label { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; background: #fff; color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.full { grid-column: span 2; }
@media (min-width: 1181px) {
  .home-page .wrap,
  .home-problem-section .wrap,
  .home-logic-section .wrap,
  .home-course-section .wrap,
  .home-process-section .wrap,
  .home-deliver-section .wrap {
    width: min(1260px, calc(100% - clamp(72px, 10vw, 176px)));
  }
  .home-encyclopedia-section .wrap {
    width: min(1370px, calc(100% - 80px));
  }
  .home-section {
    padding: clamp(74px, 6.2vw, 104px) 0;
  }
  .home-section-head {
    margin-bottom: 36px;
  }
  .home-section-head h2,
  .home-problem-section .home-section-head h2,
  .home-logic-section .home-section-head h2,
  .home-course-section .home-section-head h2,
  .home-process-section .home-section-head h2,
  .home-deliver-section .home-section-head h2 {
    font-size: clamp(34px, 2.85vw, 46px);
    line-height: 1.2;
  }
  .home-section-head p:not(.eyebrow),
  .home-problem-section .home-section-head p:not(.eyebrow),
  .home-logic-section .home-section-head p:not(.eyebrow),
  .home-course-section .home-section-head p:not(.eyebrow),
  .home-process-section .home-section-head p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.62;
  }
  .home-problem-section {
    padding: 42px 0 58px;
  }
  .home-problem-grid {
    gap: 14px 18px;
  }
  .home-problem-card {
    min-height: 278px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 12px;
    padding: 20px 16px 12px;
    border-radius: 16px;
  }
  .home-problem-icon {
    width: 42px;
    height: 42px;
  }
  .home-problem-icon img {
    width: 23px;
    height: 23px;
  }
  .home-problem-card strong {
    font-size: 21px;
  }
  .home-problem-copy {
    font-size: 14px;
  }
  .home-problem-visual {
    width: min(100%, 230px);
    height: 152px;
  }
  .home-problem-note {
    min-height: 36px;
    margin-top: 14px;
    padding: 0 20px;
  }
  .home-problem-note strong {
    font-size: 14px;
  }
  .home-logic-section {
    padding: 74px 0 62px;
  }
  .home-logic-grid {
    gap: 14px;
  }
  .home-logic-card {
    min-height: 470px;
    padding: 138px 22px 30px;
    border-radius: 16px;
  }
  .home-logic-main-icon {
    top: 24px;
    width: 90px;
    height: 90px;
    box-shadow:
      0 0 0 10px var(--logic-halo),
      inset 0 0 0 10px rgba(255,255,255,.52);
  }
  .home-logic-main-icon img {
    width: 38px;
    height: 38px;
  }
  .home-logic-card h3 {
    margin-bottom: 26px;
    font-size: 23px;
  }
  .home-logic-card p {
    font-size: 14px;
  }
  .home-logic-items {
    gap: 12px;
    margin-top: 42px;
  }
  .home-logic-item > span {
    width: 58px;
    height: 58px;
  }
  .home-logic-item > span img {
    width: 27px;
    height: 27px;
  }
  .home-logic-item strong {
    font-size: 16px;
  }
  .home-logic-item em {
    font-size: 13px;
  }
  .home-logic-summary {
    min-height: 64px;
    margin-top: 20px;
    font-size: 16px;
  }
  .home-course-section {
    padding: 46px 0 52px;
  }
  .home-course-head {
    gap: 28px;
    margin-bottom: 22px;
  }
  .home-course-formula {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    margin-top: 10px;
    padding: 14px 18px;
  }
  .home-course-formula > span {
    width: 42px;
    height: 42px;
  }
  .home-course-formula img {
    width: 25px;
    height: 25px;
  }
  .home-course-formula p {
    font-size: 13px;
  }
  .home-course-grid {
    gap: 14px;
  }
  .home-course-card {
    min-height: 252px;
    grid-template-columns: minmax(0, .54fr) minmax(128px, .46fr);
    padding: 16px 10px 12px 16px;
    border-radius: 12px;
  }
  .home-course-title {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .home-course-title > span {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .home-course-title h3 {
    font-size: 18px;
  }
  .home-course-card.is-blue .home-course-title h3 {
    font-size: 17px;
  }
  .home-course-desc {
    margin: 10px 0 8px;
    font-size: 12px;
  }
  .home-course-point {
    margin-bottom: 5px;
    font-size: 11.5px;
    line-height: 1.5;
  }
  .home-course-card em {
    font-size: 13px;
  }
  .home-course-visual {
    height: 174px;
  }
  .home-course-support {
    grid-template-columns: 58px 1fr auto;
    min-height: 68px;
    margin-top: 14px;
    padding: 10px 24px;
  }
  .home-course-support > span {
    width: 50px;
    height: 50px;
  }
  .home-course-support img {
    width: 30px;
    height: 30px;
  }
  .home-course-support strong {
    font-size: 18px;
  }
  .home-course-support p {
    font-size: 13px;
  }
  .home-course-proof {
    min-height: 64px;
    padding: 6px 12px;
  }
  .home-course-proof article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    min-height: 52px;
    padding: 0 12px;
  }
  .home-course-proof span {
    width: 42px;
    height: 42px;
  }
  .home-course-proof img {
    width: 23px;
    height: 23px;
  }
  .home-course-proof strong,
  .home-course-proof em {
    font-size: 13px;
  }
  .home-process-section {
    padding: 44px 0 54px;
  }
  .home-process-track::before {
    top: 92px;
  }
  .home-process-step {
    grid-template-rows: 78px 26px minmax(0, 1fr);
  }
  .home-process-icon {
    width: 78px;
    height: 78px;
  }
  .home-process-card {
    min-height: 332px;
    padding: 28px 14px 14px;
    border-radius: 12px;
  }
  .home-process-num {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .home-process-card h3 {
    font-size: 19px;
  }
  .home-process-card p {
    font-size: 13px;
  }
  .home-process-card > strong {
    margin-top: 16px;
    font-size: 13px;
  }
  .home-process-art {
    width: 82px;
    height: 72px;
  }
  .home-process-output em {
    font-size: 13px;
  }
  .home-process-summary {
    min-height: 78px;
    padding: 12px 28px;
  }
  .home-process-summary > span {
    width: 58px;
    height: 58px;
  }
  .home-process-summary img {
    width: 32px;
    height: 32px;
  }
  .home-process-summary strong {
    font-size: 19px;
  }
  .home-process-summary p {
    font-size: 14px;
  }
  .home-deliver-section {
    padding: 72px 0 78px;
  }
  .home-deliver-grid {
    grid-template-columns: minmax(430px, 1.56fr) repeat(3, minmax(230px, 1fr));
    gap: 16px;
  }
  .home-deliver-card {
    min-height: 400px;
    padding: 24px 22px 80px;
    border-radius: 16px;
  }
  .home-deliver-card.is-featured {
    grid-template-columns: minmax(220px, .46fr) minmax(240px, .54fr);
    padding: 24px 24px;
  }
  .home-deliver-title {
    gap: 10px;
    margin-bottom: 18px;
  }
  .home-deliver-title > span {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .home-deliver-title h3 {
    font-size: 21px;
  }
  .home-deliver-copy > p,
  .home-deliver-card:not(.is-featured) .home-deliver-copy > p {
    font-size: 14px;
    line-height: 1.7;
  }
  .home-deliver-copy ul {
    gap: 16px;
  }
  .home-deliver-copy li {
    font-size: 13px;
  }
  .home-deliver-card.is-featured .deliver-mockup {
    width: min(100%, 292px);
  }
  .home-deliver-card:not(.is-featured) .home-deliver-visual {
    top: 156px;
    bottom: 78px;
  }
  .feedback-mockup {
    width: min(100%, 194px);
  }
  .curve-mockup {
    width: min(100%, 238px);
  }
  .family-mockup {
    width: min(100%, 218px);
  }
  .home-deliver-status {
    left: 20px;
    right: 20px;
    bottom: 20px;
    min-height: 48px;
    padding: 0 14px;
  }
  .home-deliver-status span {
    font-size: 15px;
  }
  .home-deliver-summary {
    min-height: 76px;
    margin-top: 28px;
    padding: 18px 28px;
  }
  .home-deliver-summary > span {
    width: 52px;
    height: 52px;
  }
  .home-deliver-summary > span img {
    width: 30px;
    height: 30px;
  }
  .home-deliver-summary strong {
    font-size: 18px;
  }
  .home-deliver-summary p {
    font-size: 13px;
  }
}
@media (max-width: 1180px) {
  .problem-grid, .teacher-grid-pro, .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mini-teacher-row { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-help-timeline, .about-ecosystem-orbit { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-numbers-grid, .about-ecosystem-story-grid { grid-template-columns: 1fr; }
  .home-conversion-hero { min-height: 950px; padding-top: 118px; }
  .home-hero-layout { grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr); gap: 30px; min-height: 680px; }
  .home-hero-copy h1 { font-size: 46px; }
  .home-hero-lead { font-size: 16px; }
  .home-hero-belief { font-size: 15px; }
  .home-hero-features { gap: 16px; }
  .home-hero-feature span { width: 58px; height: 58px; }
  .home-hero-feature img { width: 26px; height: 26px; }
  .home-hero-feature strong { font-size: 13px; }
  .home-hero-photo { left: -58px; }
  .home-hero-visual { min-height: 680px; }
  .home-hero-note { left: 24px; right: auto; bottom: 160px; width: 230px; padding: 22px; }
  .home-hero-note strong { font-size: 20px; }
  .home-hero-stats { gap: 10px; padding: 20px; }
  .home-hero-stats article { gap: 10px; }
  .home-hero-stats article > span { width: 48px; height: 48px; }
  .home-hero-stats img { width: 23px; height: 23px; }
  .home-hero-stats strong { font-size: 19px; }
  .home-hero-stats em { font-size: 12px; }
  .home-problem-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .home-problem-card { min-height: 312px; }
  .home-problem-card strong { font-size: 22px; }
  .home-problem-copy { font-size: 14px; }
  .home-problem-visual { height: 174px; }
  .home-course-grid, .home-logic-grid, .home-process-track, .home-deliver-grid, .home-article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-course-section .wrap { width: min(var(--wrap), calc(100% - 56px)); }
  .home-course-head { grid-template-columns: 1fr; gap: 22px; }
  .home-course-formula { max-width: 440px; margin-top: 0; }
  .home-course-card { min-height: 328px; }
  .home-course-proof { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 8px; }
  .home-course-proof article:nth-child(3n) { border-right: 0; }
  .home-logic-section .wrap { width: min(var(--wrap), calc(100% - 56px)); }
  .home-logic-grid { grid-template-columns: 1fr; }
  .home-logic-card { min-height: auto; }
  .home-logic-items { gap: 24px; }
  .home-process-section .wrap { width: min(var(--wrap), calc(100% - 56px)); }
  .home-process-track {
    grid-template-columns: repeat(9, minmax(156px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
  }
  .home-process-card { min-height: 398px; }
  .home-process-track::before { display: none; }
  .home-deliver-section .wrap { width: min(var(--wrap), calc(100% - 56px)); }
  .home-deliver-card { min-height: 390px; }
  .home-deliver-summary { grid-template-columns: 72px 1fr; }
  .home-deliver-summary article { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255, 95, 147, .18); padding: 20px 0 0; }
  .home-why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body.mobile-nav-open { overflow: hidden; }
  body.mobile-nav-open .scroll-top,
  body.mobile-nav-open .mobile-quick {
    display: none !important;
  }
  .site-header.nav-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 36px rgba(37,40,86,.12);
  }
  .site-header.nav-open ~ .mobile-quick { display: none; }
  .site-header.nav-open .nav {
    position: fixed;
    top: 92px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(300px, calc(100vw - 48px));
    height: auto;
    max-height: calc(100dvh - 112px);
    transform: translateX(-50%);
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 16px 16px 28px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(255,95,147,.12);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(37,40,86,.16);
  }
  .site-header.nav-open .submenu,
  .site-header.nav-open .submenu.article-submenu {
    display: none !important;
  }
  .credential-layout, .brand-story-grid, .teacher-feature, .teacher-detail-layout, .cert-lead, .detail-grid { grid-template-columns: 1fr; }
  .problem-grid, .stats-grid, .flow-line, .teacher-grid-pro, .category-grid, .article-grid, .cert-grid, .mini-teacher-row { grid-template-columns: 1fr; }
  .home-intro-inner strong {
    font-size: 24px;
  }
  .home-intro-inner span {
    font-size: 15px;
  }
  .home-conversion-hero {
    min-height: 0;
    padding: 104px 0 40px;
  }
  .home-conversion-hero > .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-conversion-hero::before,
  .home-hero-wave {
    display: none;
  }
  .home-hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }
  .home-hero-copy {
    max-width: none;
    padding-top: 0;
    transform: none;
  }
  .home-hero-copy h1 {
    font-size: 40px;
    line-height: 1.16;
  }
  .home-hero-copy .eyebrow {
    gap: 9px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .home-hero-copy .eyebrow::before,
  .home-hero-copy .eyebrow::after {
    width: 8px;
    height: 8px;
  }
  .home-hero-lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.75;
  }
  .home-hero-belief {
    margin-top: 12px;
    font-size: 16px;
  }
  .home-hero-copy .hero-actions {
    margin-top: 28px;
  }
  .home-hero-copy .button {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    font-size: 16px;
  }
  .home-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
  }
  .home-hero-feature {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(37,40,86,.06);
    text-align: left;
  }
  .home-hero-feature span {
    width: 48px;
    height: 48px;
  }
  .home-hero-feature img {
    width: 24px;
    height: 24px;
  }
  .home-hero-visual {
    min-height: 320px;
  }
  .home-hero-photo {
    position: relative;
    inset: auto;
    height: 320px;
    border-radius: 8px;
  }
  .home-hero-photo::after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 42%, rgba(255, 241, 247, 0.62) 100%);
  }
  .home-hero-photo img {
    object-position: 58% center;
  }
  .home-hero-note {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: min(210px, calc(100% - 28px));
    padding: 16px;
    border-radius: 8px;
  }
  .home-hero-note > span {
    width: 38px;
    height: 38px;
    margin-bottom: 9px;
  }
  .home-hero-note strong {
    font-size: 19px;
  }
  .home-hero-note p {
    margin: 10px 0 8px;
    font-size: 12px;
    line-height: 1.55;
  }
  .home-hero-stats-wrap {
    margin-top: 18px;
  }
  .home-hero-stats {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
  }
  .home-hero-stats article {
    gap: 10px;
  }
  .home-hero-stats article > span {
    width: 44px;
    height: 44px;
  }
  .home-hero-stats img {
    width: 22px;
    height: 22px;
  }
  .home-hero-stats strong {
    font-size: 20px;
  }
  .home-hero-stats em {
    margin-top: 4px;
    font-size: 12px;
  }
  .home-section {
    padding: 78px 0;
  }
  .home-problem-section {
    padding: 72px 0 62px;
  }
  .home-problem-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-problem-section::after {
    display: none;
  }
  .home-section-head {
    margin-bottom: 32px;
  }
  .home-section-head h2 {
    font-size: 28px;
  }
  .home-problem-section .home-section-head h2 {
    font-size: 38px;
  }
  .home-problem-section .home-section-head p:not(.eyebrow) {
    font-size: 16px;
  }
  .home-section-head p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 16px;
  }
  .home-problem-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
  }
  .home-problem-card {
    min-height: 244px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 2px 8px;
    padding: 14px 10px 10px;
    border-radius: 14px;
  }
  .home-problem-icon {
    width: 40px;
    height: 40px;
  }
  .home-problem-icon img {
    width: 22px;
    height: 22px;
  }
  .home-problem-card strong {
    font-size: 17px;
    line-height: 1.25;
  }
  .home-problem-copy {
    font-size: 12px;
    line-height: 1.5;
  }
  .home-problem-visual {
    width: 100%;
    height: 118px;
    margin-top: 8px;
  }
  .home-problem-note {
    min-height: 40px;
    margin-top: 16px;
    padding: 8px 14px;
    text-align: center;
  }
  .home-problem-note strong {
    font-size: 13px;
  }
  .home-logic-grid,
  .home-course-grid,
  .home-process-track,
  .home-deliver-grid,
  .home-why-grid,
  .home-article-grid,
  .home-final-cta-inner {
    grid-template-columns: 1fr;
  }
  .home-logic-card,
  .home-course-card,
  .home-process-stage,
  .home-deliver-card,
  .home-why-card,
  .home-article-card {
    min-height: auto;
    padding: 24px;
    border-radius: 20px;
  }
  .home-deliver-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-deliver-section .home-section-head h2 {
    font-size: 34px;
  }
  .home-deliver-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "visual";
    gap: 22px;
  }
  .home-deliver-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "visual";
    gap: 22px;
  }
  .home-deliver-card.is-featured .home-deliver-copy {
    max-width: none;
  }
  .home-deliver-card.is-featured .home-deliver-visual {
    height: auto;
    padding-top: 0;
    place-items: center;
  }
  .home-deliver-card.is-featured .deliver-mockup {
    width: min(76vw, 270px);
    justify-self: center;
    transform: rotate(-7deg);
  }
  .home-deliver-title h3 {
    font-size: 22px;
    white-space: normal;
  }
  .home-deliver-copy li {
    font-size: 14px;
  }
  .home-deliver-visual {
    justify-content: center;
  }
  .deliver-mockup {
    width: min(78vw, 230px);
  }
  .family-mockup {
    width: min(82vw, 250px);
  }
  .home-deliver-summary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }
  .home-deliver-summary > span {
    width: 56px;
    height: 56px;
  }
  .home-deliver-summary strong {
    font-size: 19px;
  }
  .home-deliver-summary p {
    gap: 10px;
    font-size: 13px;
  }
  .home-deliver-summary article {
    grid-template-columns: 48px 1fr;
    padding: 16px 0 0;
  }
  .home-deliver-summary article strong {
    font-size: 24px;
  }
  .home-course-section {
    padding: 72px 0 58px;
  }
  .home-course-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-course-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }
  .home-course-section .home-section-head h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .home-course-section .home-section-head p:not(.eyebrow) {
    font-size: 16px;
  }
  .home-course-formula {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
  }
  .home-course-formula > span {
    width: 42px;
    height: 42px;
  }
  .home-course-formula img {
    width: 25px;
    height: 25px;
  }
  .home-course-formula p {
    font-size: 13px;
  }
  .home-course-grid {
    gap: 14px;
  }
  .home-course-card {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 18px;
    border-radius: 14px;
  }
  .home-course-title {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }
  .home-course-title > span {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 15px;
  }
  .home-course-title h3 {
    font-size: 20px;
  }
  .home-course-desc {
    margin: 12px 0;
    font-size: 14px;
  }
  .home-course-point {
    font-size: 13px;
  }
  .home-course-visual {
    justify-self: center;
    width: min(100%, 300px);
    height: 190px;
  }
  .home-course-support {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
  }
  .home-course-support > span {
    width: 50px;
    height: 50px;
  }
  .home-course-support img {
    width: 30px;
    height: 30px;
  }
  .home-course-support strong {
    font-size: 17px;
  }
  .home-course-support p {
    font-size: 13px;
    line-height: 1.6;
  }
  .home-course-support a {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }
  .home-course-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }
  .home-course-proof article,
  .home-course-proof article:nth-child(3n) {
    min-height: 56px;
    padding: 8px;
    border-right: 0;
    border-radius: 10px;
    background: #fff;
  }
  .home-course-proof span {
    width: 42px;
    height: 42px;
  }
  .home-course-proof img {
    width: 23px;
    height: 23px;
  }
  .home-course-proof strong,
  .home-course-proof em {
    font-size: 13px;
  }
  .home-process-section {
    padding: 72px 0 58px;
  }
  .home-process-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-process-section .home-section-head {
    margin-bottom: 28px;
  }
  .home-process-section .home-section-head h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .home-process-section .home-section-head p:not(.eyebrow) {
    font-size: 16px;
  }
  .home-process-track {
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
  }
  .home-process-track::before {
    display: none;
  }
  .home-process-step {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 12px;
    justify-items: stretch;
    align-items: start;
  }
  .home-process-icon {
    grid-column: 1;
    width: 58px;
    height: 58px;
  }
  .home-process-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home-process-dot {
    display: none;
  }
  .home-process-card {
    grid-column: 2;
    min-height: auto;
    justify-items: start;
    padding: 18px;
    border-radius: 12px;
    text-align: left;
  }
  .home-process-num {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .home-process-card h3 {
    margin: 12px 0 10px;
    font-size: 20px;
  }
  .home-process-card p {
    min-height: 0;
    font-size: 14px;
  }
  .home-process-card > strong {
    margin: 16px 0 10px;
    font-size: 14px;
  }
  .home-process-output {
    justify-items: start;
  }
  .home-process-art {
    width: 88px;
    height: 88px;
  }
  .home-process-output em {
    font-size: 14px;
  }
  .home-process-summary {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border-radius: 12px;
  }
  .home-process-summary > span {
    width: 48px;
    height: 48px;
  }
  .home-process-summary img {
    width: 28px;
    height: 28px;
  }
  .home-process-summary strong {
    font-size: 16px;
    line-height: 1.55;
  }
  .home-process-summary p {
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
  }
  .home-logic-section {
    padding: 76px 0 60px;
  }
  .home-logic-section::after {
    display: none;
  }
  .home-logic-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .home-logic-section .home-section-head {
    margin-bottom: 30px;
  }
  .home-logic-section .home-section-head h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .home-logic-section .home-section-head p:not(.eyebrow) {
    font-size: 16px;
  }
  .home-logic-card {
    min-height: auto;
    padding: 138px 18px 24px;
    border-radius: 16px;
  }
  .home-logic-main-icon {
    top: 24px;
    width: 90px;
    height: 90px;
    box-shadow: 0 0 0 10px var(--logic-halo), inset 0 0 0 10px rgba(255,255,255,.52);
  }
  .home-logic-main-icon img {
    width: 38px;
    height: 38px;
  }
  .home-logic-card h3 {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .home-logic-card p {
    min-height: 0;
    font-size: 14px;
  }
  .home-logic-items {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }
  .home-logic-items::before {
    display: none;
  }
  .home-logic-item {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 2px 12px;
    text-align: left;
  }
  .home-logic-item > span {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
  }
  .home-logic-item > span img {
    width: 26px;
    height: 26px;
  }
  .home-logic-item strong {
    font-size: 17px;
  }
  .home-logic-item em {
    font-size: 13px;
    line-height: 1.45;
  }
  .home-logic-summary {
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    padding: 14px 16px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
  .home-logic-summary-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .home-process-stage h3 {
    font-size: 22px;
  }
  .home-process-stage span {
    font-size: 17px;
  }
  .home-final-cta {
    min-height: 48vh;
    padding: 72px 0;
  }
  .home-final-cta h2 {
    font-size: 30px;
  }
  .home-final-cta p:not(.eyebrow) {
    font-size: 17px;
  }
  .home-final-actions .button {
    width: 100%;
    justify-content: center;
  }
  .js-motion [data-home-reveal] {
    transform: translateY(18px);
  }
  .home-problem-card:hover,
  .home-logic-card:hover,
  .home-course-card:hover,
  .home-why-card:hover,
  .home-article-card:hover,
  .button:hover {
    transform: none;
  }
  .about-story-hero {
    min-height: 80vh;
    padding: 96px 0 88px;
  }
  .about-story-hero h1 {
    font-size: 42px;
  }
  .about-story-kicker {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 4px;
  }
  .about-story-subtitle {
    font-size: 18px;
  }
  .about-story-section {
    padding: 78px 0;
  }
  .about-story-section p {
    font-size: 16px;
    line-height: 1.85;
  }
  .about-recognition {
    min-height: 60vh;
  }
  .about-recognition p {
    font-size: 34px;
  }
  .about-origin-grid, .about-ecosystem-story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-origin article {
    padding-top: 0;
  }
  .about-belief {
    min-height: 68vh;
  }
  .about-belief h2 {
    font-size: 32px;
  }
  .about-help-timeline {
    grid-template-columns: 1fr;
  }
  .about-help-timeline::before {
    left: 34px;
    right: auto;
    top: 32px;
    bottom: 32px;
    width: 1px;
    height: auto;
  }
  .about-help-step {
    min-height: auto;
    padding: 26px;
  }
  .about-numbers-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-number-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-number-list strong {
    font-size: 48px;
  }
  .about-ecosystem-orbit {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .about-ecosystem-orbit::before {
    position: static;
    width: auto;
    height: auto;
    min-height: 52px;
    margin-bottom: 4px;
    transform: none;
  }
  .about-ecosystem-orbit article {
    min-height: auto;
    padding: 22px;
  }
  .about-principle-list p {
    font-size: 26px;
    padding: 18px 0;
  }
  .about-final-cta {
    min-height: 55vh;
  }
  .about-final-cta p:not(.eyebrow) {
    font-size: 17px;
  }
  .js-motion [data-brand-reveal] {
    transform: translateY(20px);
  }
  .content-panel.wide, .full { grid-column: auto; }
  .teacher-detail-photo { min-height: 430px; }
}

/* ddjgt home density pass 20260704 */
body.home-page .home-section {
  padding: 68px 0;
}
body.home-page .home-section-head {
  margin-bottom: 38px;
}
body.home-page .home-section-head h2 {
  font-size: clamp(30px, 2.65vw, 42px);
  line-height: 1.18;
}
body.home-page .home-section-head p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.58;
}
body.home-page .home-conversion-hero {
  min-height: 700px;
  padding: 82px 0 30px;
}
body.home-page .home-conversion-hero > .wrap {
  width: min(1480px, calc(100% - 120px));
}
body.home-page .home-hero-layout {
  min-height: 470px;
  grid-template-columns: minmax(0, 500px) minmax(420px, 1fr);
  gap: 38px;
}
body.home-page .home-hero-copy {
  max-width: 540px;
  padding-top: 0;
  transform: translateX(clamp(24px, 3vw, 56px));
}
body.home-page .home-hero-copy .eyebrow {
  margin-bottom: 18px;
  font-size: 14px;
}
body.home-page .home-hero-copy h1 {
  font-size: clamp(42px, 3.2vw, 50px);
  line-height: 1.12;
}
body.home-page .home-hero-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.62;
}
body.home-page .home-hero-belief {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}
body.home-page .home-hero-copy .hero-actions {
  margin-top: 24px;
}
body.home-page .home-hero-copy .button {
  min-height: 46px;
  min-width: 170px;
  padding-inline: 20px;
  font-size: 14px;
}
body.home-page .home-hero-features {
  gap: 16px;
  margin-top: 28px;
}
body.home-page .home-hero-feature {
  gap: 10px;
}
body.home-page .home-hero-feature span {
  width: 52px;
  height: 52px;
}
body.home-page .home-hero-feature img {
  width: 24px;
  height: 24px;
}
body.home-page .home-hero-feature strong {
  font-size: 13px;
}
body.home-page .home-hero-visual {
  min-height: 470px;
}
body.home-page .home-hero-photo {
  top: 0;
  bottom: 38px;
  border-radius: 0 0 0 92px;
}
body.home-page .home-hero-wave {
  bottom: 54px;
  height: 116px;
}
body.home-page .home-hero-stats-wrap {
  margin-top: 10px;
}
body.home-page .home-hero-stats {
  min-height: 84px;
  gap: 12px;
  padding: 16px 24px;
}
body.home-page .home-hero-stats article > span {
  width: 44px;
  height: 44px;
}
body.home-page .home-hero-stats img {
  width: 22px;
  height: 22px;
}
body.home-page .home-hero-stats strong {
  font-size: 19px;
}
body.home-page .home-hero-stats em {
  font-size: 12px;
}
body.home-page .home-problem-section {
  padding: 44px 0 54px;
}
body.home-page .home-problem-section .wrap,
body.home-page .home-logic-section .wrap,
body.home-page .home-course-section .wrap,
body.home-page .home-process-section .wrap,
body.home-page .home-deliver-section .wrap {
  width: min(1260px, calc(100% - clamp(72px, 10vw, 160px)));
}
body.home-page .home-problem-section .home-section-head {
  margin-bottom: 28px;
}
body.home-page .home-problem-section .home-section-head h2 {
  font-size: clamp(38px, 3.4vw, 48px);
  line-height: 1.12;
}
body.home-page .home-problem-section .home-section-head p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 17px;
}
body.home-page .home-problem-grid {
  gap: 14px 16px;
}
body.home-page .home-problem-card {
  min-height: 238px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 2px 11px;
  padding: 18px 14px 12px;
  border-radius: 15px;
}
body.home-page .home-problem-icon {
  width: 40px;
  height: 40px;
}
body.home-page .home-problem-icon img {
  width: 22px;
  height: 22px;
}
body.home-page .home-problem-card strong {
  font-size: 20px;
}
body.home-page .home-problem-copy {
  font-size: 13px;
  line-height: 1.48;
}
body.home-page .home-problem-visual {
  width: min(100%, 210px);
  height: 126px;
}
body.home-page .home-problem-note {
  min-height: 34px;
  margin-top: 14px;
  padding: 0 18px;
}
body.home-page .home-problem-note strong {
  font-size: 14px;
}
body.home-page .home-logic-section {
  padding: 62px 0 58px;
}
body.home-page .home-logic-section .home-section-head {
  margin-bottom: 34px;
}
body.home-page .home-logic-section .home-section-head h2 {
  font-size: clamp(34px, 2.8vw, 44px);
}
body.home-page .home-logic-section .home-section-head p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 17px;
}
body.home-page .home-logic-grid {
  gap: 14px;
}
body.home-page .home-logic-card {
  min-height: 384px;
  padding: 114px 20px 24px;
  border-radius: 15px;
}
body.home-page .home-logic-main-icon {
  top: 20px;
  width: 76px;
  height: 76px;
  box-shadow: 0 0 0 8px var(--logic-halo), inset 0 0 0 8px rgba(255,255,255,.52);
}
body.home-page .home-logic-main-icon img {
  width: 32px;
  height: 32px;
}
body.home-page .home-logic-card h3 {
  margin-bottom: 22px;
  font-size: 21px;
}
body.home-page .home-logic-card h3::after {
  bottom: -13px;
  width: 38px;
  height: 3px;
}
body.home-page .home-logic-card p {
  min-height: 0;
  font-size: 13px;
  line-height: 1.55;
}
body.home-page .home-logic-items {
  gap: 9px;
  margin-top: 30px;
}
body.home-page .home-logic-items::before {
  top: 27px;
}
body.home-page .home-logic-item {
  gap: 8px;
}
body.home-page .home-logic-item > span {
  width: 50px;
  height: 50px;
}
body.home-page .home-logic-item > span img {
  width: 23px;
  height: 23px;
}
body.home-page .home-logic-item strong {
  font-size: 14px;
}
body.home-page .home-logic-item em {
  font-size: 12px;
  line-height: 1.45;
}
body.home-page .home-logic-summary {
  min-height: 56px;
  margin-top: 18px;
  font-size: 15px;
}
body.home-page .home-course-section {
  padding: 44px 0 52px;
}
body.home-page .home-course-head {
  gap: 26px;
  margin-bottom: 22px;
}
body.home-page .home-course-section .home-section-head h2 {
  margin-top: 12px;
  font-size: clamp(34px, 2.9vw, 44px);
}
body.home-page .home-course-section .home-section-head p:not(.eyebrow) {
  font-size: 16px;
}
body.home-page .home-course-formula {
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px 18px;
}
body.home-page .home-course-formula > span {
  width: 42px;
  height: 42px;
}
body.home-page .home-course-formula img {
  width: 24px;
  height: 24px;
}
body.home-page .home-course-formula p {
  font-size: 13px;
}
body.home-page .home-course-grid {
  gap: 14px;
}
body.home-page .home-course-card {
  min-height: 224px;
  grid-template-columns: minmax(0, .56fr) minmax(112px, .44fr);
  padding: 14px 10px 10px 14px;
}
body.home-page .home-course-title {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
}
body.home-page .home-course-title > span {
  width: 32px;
  height: 32px;
  font-size: 13px;
}
body.home-page .home-course-title h3 {
  font-size: 17px;
}
body.home-page .home-course-card.is-blue .home-course-title h3 {
  font-size: 16px;
}
body.home-page .home-course-title::after {
  margin-top: 7px;
}
body.home-page .home-course-desc {
  margin: 8px 0 7px;
  font-size: 11.5px;
  line-height: 1.42;
}
body.home-page .home-course-point {
  margin-bottom: 4px;
  padding-left: 17px;
  font-size: 10.8px;
  line-height: 1.42;
}
body.home-page .home-course-card em {
  font-size: 12px;
}
body.home-page .home-course-visual {
  height: 146px;
}
body.home-page .home-course-support {
  min-height: 58px;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  margin-top: 12px;
  padding: 9px 18px;
}
body.home-page .home-course-support > span {
  width: 42px;
  height: 42px;
}
body.home-page .home-course-support img {
  width: 24px;
  height: 24px;
}
body.home-page .home-course-support strong {
  font-size: 16px;
}
body.home-page .home-course-support p {
  margin-top: 4px;
  font-size: 12px;
}
body.home-page .home-course-support a {
  min-height: 32px;
  padding: 0 18px;
  font-size: 13px;
}
body.home-page .home-course-proof {
  min-height: 58px;
  margin-top: 10px;
  padding: 6px 12px;
}
body.home-page .home-course-proof article {
  min-height: 48px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  padding: 0 10px;
}
body.home-page .home-course-proof span {
  width: 38px;
  height: 38px;
}
body.home-page .home-course-proof img {
  width: 21px;
  height: 21px;
}
body.home-page .home-course-proof strong,
body.home-page .home-course-proof em {
  font-size: 12px;
}
body.home-page .home-process-section {
  padding: 44px 0 50px;
}
body.home-page .home-process-section .home-section-head {
  margin-bottom: 28px;
}
body.home-page .home-process-section .home-section-head h2 {
  font-size: clamp(34px, 2.9vw, 44px);
}
body.home-page .home-process-section .home-section-head p:not(.eyebrow) {
  margin-top: 12px;
  font-size: 16px;
}
body.home-page .home-process-track::before {
  top: 78px;
}
body.home-page .home-process-step {
  grid-template-rows: 64px 22px minmax(0, 1fr);
}
body.home-page .home-process-icon {
  width: 64px;
  height: 64px;
}
body.home-page .home-process-dot {
  width: 18px;
  height: 18px;
  border-width: 4px;
}
body.home-page .home-process-dot::after {
  top: 21px;
  height: 20px;
}
body.home-page .home-process-card {
  min-height: 270px;
  padding: 22px 10px 12px;
}
body.home-page .home-process-num {
  width: 34px;
  height: 34px;
  font-size: 13px;
}
body.home-page .home-process-card h3 {
  margin: 12px 0 8px;
  font-size: 16px;
}
body.home-page .home-process-card p {
  min-height: 58px;
  font-size: 11.6px;
  line-height: 1.55;
}
body.home-page .home-process-card > strong {
  margin: 12px 0 8px;
  font-size: 12px;
}
body.home-page .home-process-art {
  width: 62px;
  height: 58px;
}
body.home-page .home-process-output {
  gap: 6px;
}
body.home-page .home-process-output em {
  font-size: 12px;
}
body.home-page .home-process-summary {
  min-height: 58px;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  margin-top: 16px;
  padding: 10px 22px;
}
body.home-page .home-process-summary > span {
  width: 44px;
  height: 44px;
}
body.home-page .home-process-summary img {
  width: 25px;
  height: 25px;
}
body.home-page .home-process-summary strong {
  font-size: 15px;
}
body.home-page .home-process-summary p {
  margin-top: 6px;
  gap: 10px;
  font-size: 12px;
}
body.home-page .home-deliver-section {
  padding: 56px 0 60px;
}
body.home-page .home-deliver-section .home-section-head {
  margin-bottom: 32px;
}
body.home-page .home-deliver-section .home-section-head h2 {
  font-size: clamp(34px, 2.9vw, 44px);
}
body.home-page .home-deliver-grid {
  grid-template-columns: minmax(390px, 1.48fr) repeat(3, minmax(210px, 1fr));
  gap: 14px;
}
body.home-page .home-deliver-card {
  min-height: 340px;
  padding: 20px 18px 62px;
  border-radius: 15px;
}
body.home-page .home-deliver-card.is-featured {
  grid-template-columns: minmax(200px, .48fr) minmax(210px, .52fr);
  gap: 12px 0;
  padding: 20px;
}
body.home-page .home-deliver-title {
  gap: 9px;
  margin-bottom: 14px;
}
body.home-page .home-deliver-title > span {
  width: 34px;
  height: 34px;
  font-size: 14px;
}
body.home-page .home-deliver-title h3 {
  font-size: 19px;
}
body.home-page .home-deliver-copy > p,
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p {
  font-size: 13px;
  line-height: 1.58;
}
body.home-page .home-deliver-copy > p {
  margin-bottom: 18px;
}
body.home-page .home-deliver-copy ul {
  gap: 10px;
}
body.home-page .home-deliver-copy li {
  font-size: 12px;
  line-height: 1.45;
}
body.home-page .home-deliver-copy a {
  margin-top: 16px;
  font-size: 13px;
}
body.home-page .home-deliver-card.is-featured .deliver-mockup {
  width: min(100%, 246px);
}
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
  top: 128px;
  right: 16px;
  bottom: 58px;
  left: 16px;
}
body.home-page .feedback-mockup {
  width: min(100%, 162px);
  transform: translate(12px, -10px) rotate(-5deg);
}
body.home-page .curve-mockup {
  width: min(100%, 204px);
}
body.home-page .family-mockup {
  width: min(100%, 190px);
}
body.home-page .home-deliver-status {
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 40px;
  padding: 0 12px;
}
body.home-page .home-deliver-status::before {
  width: 24px;
  height: 24px;
}
body.home-page .home-deliver-status span {
  font-size: 13px;
}
body.home-page .home-deliver-summary {
  min-height: 66px;
  grid-template-columns: 52px minmax(0, 1fr) minmax(190px, 250px);
  gap: 14px;
  margin-top: 20px;
  padding: 12px 22px;
}
body.home-page .home-deliver-summary > span {
  width: 46px;
  height: 46px;
}
body.home-page .home-deliver-summary > span img {
  width: 26px;
  height: 26px;
}
body.home-page .home-deliver-summary strong {
  font-size: 16px;
}
body.home-page .home-deliver-summary p {
  margin-top: 6px;
  gap: 10px;
  font-size: 12px;
}
body.home-page .home-deliver-summary article {
  grid-template-columns: 42px 1fr;
  padding-left: 18px;
}
body.home-page .home-deliver-summary article img {
  width: 38px;
  height: 38px;
}
body.home-page .home-deliver-summary article strong {
  font-size: 22px;
}
body.home-page .home-deliver-summary article em {
  font-size: 12px;
}
body.home-page .home-articles-section {
  padding: 56px 0;
}
body.home-page .home-article-grid {
  gap: 16px;
}
body.home-page .home-article-card {
  min-height: 190px;
  padding: 20px;
}
body.home-page .home-article-card > span {
  min-height: 26px;
  font-size: 12px;
}
body.home-page .home-article-card h3 {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}
body.home-page .home-article-card p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.6;
}
body.home-page .home-final-cta {
  min-height: 460px;
  padding: 64px 0;
}
body.home-page .home-final-cta-inner {
  gap: 30px;
}
body.home-page .home-final-cta h2 {
  font-size: clamp(30px, 3vw, 40px);
}
body.home-page .home-final-cta p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.62;
}
body.home-page .home-final-contact {
  padding: 22px;
  border-radius: 18px;
}
body.home-page .home-final-contact strong {
  font-size: 19px;
}
body.home-page .home-final-contact span {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
}
body.home-page .home-final-contact .button,
body.home-page .home-final-actions {
  margin-top: 16px;
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.home-page .home-section {
    padding: 56px 0;
  }
  body.home-page .home-section-head {
    margin-bottom: 30px;
  }
  body.home-page .home-section-head h2,
  body.home-page .home-problem-section .home-section-head h2,
  body.home-page .home-logic-section .home-section-head h2,
  body.home-page .home-course-section .home-section-head h2,
  body.home-page .home-process-section .home-section-head h2,
  body.home-page .home-deliver-section .home-section-head h2 {
    font-size: clamp(30px, 4vw, 38px);
    line-height: 1.16;
  }
  body.home-page .home-section-head p:not(.eyebrow),
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow),
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow),
  body.home-page .home-course-section .home-section-head p:not(.eyebrow),
  body.home-page .home-process-section .home-section-head p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }
  body.home-page .home-conversion-hero {
    min-height: 680px;
    padding: 86px 0 30px;
  }
  body.home-page .home-conversion-hero > .wrap {
    width: min(1080px, calc(100% - 56px));
  }
  body.home-page .home-hero-layout {
    min-height: 430px;
    grid-template-columns: minmax(0, .47fr) minmax(360px, .53fr);
    gap: 22px;
  }
  body.home-page .home-hero-copy {
    transform: none;
  }
  body.home-page .home-hero-copy h1 {
    font-size: clamp(36px, 4.5vw, 42px);
  }
  body.home-page .home-hero-lead {
    font-size: 15px;
    line-height: 1.55;
  }
  body.home-page .home-hero-copy .button {
    min-width: 150px;
    min-height: 44px;
  }
  body.home-page .home-hero-features {
    gap: 12px;
    margin-top: 24px;
  }
  body.home-page .home-hero-feature span {
    width: 46px;
    height: 46px;
  }
  body.home-page .home-hero-visual {
    min-height: 430px;
  }
  body.home-page .home-hero-photo {
    top: 0;
    bottom: 34px;
    left: -34px;
  }
  body.home-page .home-hero-wave {
    bottom: 52px;
    height: 102px;
  }
  body.home-page .home-hero-stats {
    min-height: 76px;
    padding: 14px 16px;
  }
  body.home-page .home-problem-section,
  body.home-page .home-course-section,
  body.home-page .home-process-section {
    padding: 36px 0 42px;
  }
  body.home-page .home-logic-section,
  body.home-page .home-deliver-section {
    padding: 52px 0;
  }
  body.home-page .home-problem-section .wrap,
  body.home-page .home-logic-section .wrap,
  body.home-page .home-course-section .wrap,
  body.home-page .home-process-section .wrap,
  body.home-page .home-deliver-section .wrap {
    width: min(1080px, calc(100% - 56px));
  }
  body.home-page .home-problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  body.home-page .home-problem-card {
    min-height: 194px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 12px 10px 8px;
  }
  body.home-page .home-problem-icon {
    width: 34px;
    height: 34px;
  }
  body.home-page .home-problem-icon img {
    width: 19px;
    height: 19px;
  }
  body.home-page .home-problem-card strong {
    font-size: 16px;
  }
  body.home-page .home-problem-copy {
    font-size: 11px;
    line-height: 1.42;
  }
  body.home-page .home-problem-visual {
    height: 92px;
  }
  body.home-page .home-logic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  body.home-page .home-logic-card {
    min-height: 344px;
    padding: 102px 14px 20px;
  }
  body.home-page .home-logic-main-icon {
    width: 66px;
    height: 66px;
  }
  body.home-page .home-logic-card h3 {
    font-size: 18px;
  }
  body.home-page .home-logic-items {
    gap: 7px;
    margin-top: 24px;
  }
  body.home-page .home-logic-item > span {
    width: 44px;
    height: 44px;
  }
  body.home-page .home-logic-item strong {
    font-size: 13px;
  }
  body.home-page .home-logic-item em {
    font-size: 11px;
  }
  body.home-page .home-course-head {
    grid-template-columns: 1fr minmax(230px, 300px);
    gap: 18px;
    margin-bottom: 16px;
  }
  body.home-page .home-course-section .home-section-head {
    max-width: 620px;
  }
  body.home-page .home-course-section .home-section-head h2 {
    font-size: clamp(28px, 3.5vw, 34px);
  }
  body.home-page .home-course-formula {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 10px 14px;
  }
  body.home-page .home-course-formula > span {
    width: 34px;
    height: 34px;
  }
  body.home-page .home-course-formula img {
    width: 20px;
    height: 20px;
  }
  body.home-page .home-course-formula p {
    font-size: 11.5px;
    line-height: 1.42;
  }
  body.home-page .home-course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  body.home-page .home-course-card {
    min-height: 188px;
    grid-template-columns: minmax(0, .66fr) minmax(82px, .34fr);
    padding: 11px 8px 8px 11px;
  }
  body.home-page .home-course-title {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }
  body.home-page .home-course-title > span {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 12px;
  }
  body.home-page .home-course-title h3 {
    font-size: 15px;
  }
  body.home-page .home-course-card.is-blue .home-course-title h3 {
    font-size: 14px;
  }
  body.home-page .home-course-desc {
    margin: 6px 0 5px;
    font-size: 9.8px;
    line-height: 1.32;
  }
  body.home-page .home-course-point {
    margin-bottom: 2px;
    padding-left: 15px;
    font-size: 9.3px;
    line-height: 1.32;
  }
  body.home-page .home-course-point::before {
    width: 9px;
    height: 9px;
  }
  body.home-page .home-course-point::after {
    left: 3px;
    top: calc(.5em + 3px);
    width: 3px;
    height: 3px;
  }
  body.home-page .home-course-visual {
    width: 100%;
    height: 98px;
  }
  body.home-page .home-course-support {
    min-height: 50px;
    margin-top: 8px;
    padding: 7px 14px;
  }
  body.home-page .home-course-support > span {
    width: 36px;
    height: 36px;
  }
  body.home-page .home-course-support img {
    width: 21px;
    height: 21px;
  }
  body.home-page .home-course-support strong {
    font-size: 14px;
  }
  body.home-page .home-course-support p {
    font-size: 11px;
  }
  body.home-page .home-course-support a {
    min-height: 28px;
    padding: 0 14px;
    font-size: 12px;
  }
  body.home-page .home-course-proof {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 46px;
    margin-top: 6px;
    padding: 5px 8px;
  }
  body.home-page .home-course-proof article,
  body.home-page .home-course-proof article:nth-child(3n) {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 38px;
    padding: 0 6px;
    border-right: 1px solid rgba(88, 94, 115, .14);
  }
  body.home-page .home-course-proof article:last-child {
    border-right: 0;
  }
  body.home-page .home-course-proof span {
    width: 26px;
    height: 26px;
  }
  body.home-page .home-course-proof img {
    width: 15px;
    height: 15px;
  }
  body.home-page .home-course-proof strong,
  body.home-page .home-course-proof em {
    font-size: 9.5px;
  }
  body.home-page .home-process-track {
    grid-template-columns: repeat(9, minmax(112px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
  }
  body.home-page .home-process-track::before {
    display: none;
  }
  body.home-page .home-process-step {
    grid-template-rows: 58px 20px minmax(0, 1fr);
  }
  body.home-page .home-process-icon {
    width: 58px;
    height: 58px;
  }
  body.home-page .home-process-card {
    min-height: 250px;
    padding: 20px 9px 12px;
  }
  body.home-page .home-process-card h3 {
    font-size: 15px;
  }
  body.home-page .home-process-card p {
    min-height: 52px;
    font-size: 11px;
  }
  body.home-page .home-process-art {
    width: 56px;
    height: 52px;
  }
  body.home-page .home-deliver-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    min-height: 300px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "visual";
    gap: 8px;
    padding: 16px 14px 54px;
  }
  body.home-page .home-deliver-card.is-featured .home-deliver-copy {
    max-width: none;
  }
  body.home-page .home-deliver-title h3 {
    font-size: 16px;
  }
  body.home-page .home-deliver-copy > p,
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p {
    font-size: 11.5px;
    line-height: 1.45;
  }
  body.home-page .home-deliver-copy ul {
    display: none;
  }
  body.home-page .home-deliver-card.is-featured .home-deliver-visual,
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
    position: absolute;
    top: 112px;
    right: 10px;
    bottom: 52px;
    left: 10px;
    height: auto;
    place-items: center;
    padding: 0;
  }
  body.home-page .home-deliver-card.is-featured .deliver-mockup {
    width: min(100%, 172px);
    justify-self: center;
    transform: rotate(-7deg);
  }
  body.home-page .feedback-mockup {
    width: min(100%, 144px);
    transform: translate(8px, -6px) rotate(-5deg);
  }
  body.home-page .curve-mockup {
    width: min(100%, 166px);
  }
  body.home-page .family-mockup {
    width: min(100%, 158px);
  }
  body.home-page .home-deliver-status {
    right: 10px;
    bottom: 12px;
    left: 10px;
    min-height: 36px;
  }
  body.home-page .home-deliver-status span {
    font-size: 11.5px;
  }
  body.home-page .home-deliver-summary {
    min-height: 58px;
    grid-template-columns: 44px 1fr minmax(150px, 210px);
    margin-top: 16px;
    padding: 10px 16px;
  }
  body.home-page .home-deliver-summary article {
    grid-column: auto;
    border-top: 0;
    border-left: 1px solid rgba(255, 95, 147, .18);
    padding: 0 0 0 14px;
  }
  body.home-page .home-articles-section {
    padding: 48px 0 52px;
  }
  body.home-page .home-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  body.home-page .home-article-card {
    min-height: 172px;
    padding: 16px;
  }
  body.home-page .home-article-card h3 {
    margin: 12px 0 7px;
    font-size: 16px;
  }
  body.home-page .home-article-card p {
    font-size: 12px;
    line-height: 1.52;
  }
  body.home-page .footer-wave {
    height: 48px;
    transform: translateY(-28px);
    margin-bottom: -28px;
  }
  body.home-page .footer-main {
    padding: 24px 0 16px;
  }
  body.home-page .footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  body.home-page .footer-contact div {
    min-height: 54px;
    padding: 10px 12px;
  }
  body.home-page .footer-grid {
    grid-template-columns: 1.1fr .8fr .8fr 1fr;
    gap: 20px;
  }
  body.home-page .footer h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  body.home-page .footer p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.55;
  }
  body.home-page .footer a,
  body.home-page .footer li {
    font-size: 12px;
    line-height: 1.45;
  }
  body.home-page .footer li {
    margin-bottom: 5px;
  }
  body.home-page .footer-bottom {
    padding: 12px 0;
  }
}

@media (max-width: 840px) and (min-width: 761px) {
  body.home-page .home-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.home-page .home-course-head {
    grid-template-columns: 1fr;
  }
  body.home-page .home-course-grid,
  body.home-page .home-deliver-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    min-height: 286px;
  }
}

@media (max-width: 760px) {
  body.home-page .home-section,
  body.home-page .home-problem-section,
  body.home-page .home-logic-section,
  body.home-page .home-course-section,
  body.home-page .home-process-section,
  body.home-page .home-deliver-section,
  body.home-page .home-articles-section {
    padding: 48px 0;
  }
  body.home-page .home-section-head {
    margin-bottom: 24px;
  }
  body.home-page .home-section-head h2,
  body.home-page .home-problem-section .home-section-head h2,
  body.home-page .home-logic-section .home-section-head h2,
  body.home-page .home-course-section .home-section-head h2,
  body.home-page .home-process-section .home-section-head h2,
  body.home-page .home-deliver-section .home-section-head h2 {
    font-size: 30px;
    line-height: 1.16;
  }
  body.home-page .home-section-head p:not(.eyebrow),
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow),
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow),
  body.home-page .home-course-section .home-section-head p:not(.eyebrow),
  body.home-page .home-process-section .home-section-head p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  body.home-page .home-conversion-hero {
    padding: 92px 0 34px;
  }
  body.home-page .home-hero-copy h1 {
    font-size: 36px;
  }
  body.home-page .home-hero-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.62;
  }
  body.home-page .home-hero-copy .hero-actions {
    margin-top: 20px;
  }
  body.home-page .home-hero-features {
    margin-top: 20px;
  }
  body.home-page .home-hero-visual,
  body.home-page .home-hero-photo {
    min-height: 260px;
    height: 260px;
  }
  body.home-page .home-hero-stats {
    gap: 10px;
    padding: 12px;
  }
  body.home-page .home-problem-card {
    min-height: 214px;
  }
  body.home-page .home-problem-visual {
    height: 102px;
  }
  body.home-page .home-logic-card {
    padding: 112px 16px 20px;
  }
  body.home-page .home-course-card {
    padding: 16px;
  }
  body.home-page .home-course-visual {
    height: 156px;
  }
  body.home-page .home-process-track {
    gap: 12px;
  }
  body.home-page .home-process-card {
    padding: 16px;
  }
  body.home-page .home-process-art {
    width: 72px;
    height: 68px;
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    gap: 16px;
    padding: 18px;
  }
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual,
  body.home-page .home-deliver-card.is-featured .home-deliver-visual {
    position: relative;
    inset: auto;
    height: auto;
    padding: 0;
  }
  body.home-page .home-deliver-status {
    position: relative;
    inset: auto;
    min-height: 40px;
    margin-top: 2px;
  }
  body.home-page .home-deliver-copy ul {
    gap: 10px;
  }
  body.home-page .home-final-cta {
    min-height: 0;
    padding: 52px 0;
  }
}

@media (min-width: 1181px) {
  body.home-page .home-section {
    padding: 58px 0;
  }
  body.home-page .home-section-head {
    margin-bottom: 30px;
  }
  body.home-page .home-problem-section {
    padding: 38px 0 44px;
  }
  body.home-page .home-problem-section .home-section-head {
    margin-bottom: 22px;
  }
  body.home-page .home-problem-section .home-section-head h2 {
    font-size: clamp(34px, 2.65vw, 42px);
  }
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 15px;
  }
  body.home-page .home-problem-card {
    min-height: 198px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 13px 11px 9px;
  }
  body.home-page .home-problem-icon {
    width: 34px;
    height: 34px;
  }
  body.home-page .home-problem-icon img {
    width: 19px;
    height: 19px;
  }
  body.home-page .home-problem-card strong {
    font-size: 17px;
  }
  body.home-page .home-problem-copy {
    font-size: 11.5px;
    line-height: 1.42;
  }
  body.home-page .home-problem-visual {
    height: 96px;
  }
  body.home-page .home-logic-section {
    padding: 54px 0 50px;
  }
  body.home-page .home-logic-card {
    min-height: 350px;
    padding: 104px 16px 22px;
  }
  body.home-page .home-logic-main-icon {
    width: 68px;
    height: 68px;
  }
  body.home-page .home-logic-card h3 {
    font-size: 19px;
  }
  body.home-page .home-logic-items {
    margin-top: 26px;
  }
  body.home-page .home-course-section {
    padding: 38px 0 44px;
  }
  body.home-page .home-course-head {
    gap: 18px;
    margin-bottom: 16px;
  }
  body.home-page .home-course-section .home-section-head h2 {
    font-size: clamp(30px, 2.55vw, 38px);
  }
  body.home-page .home-course-formula {
    grid-template-columns: 36px 1fr;
    gap: 10px;
    padding: 10px 14px;
  }
  body.home-page .home-course-formula > span {
    width: 36px;
    height: 36px;
  }
  body.home-page .home-course-formula img {
    width: 20px;
    height: 20px;
  }
  body.home-page .home-course-formula p {
    font-size: 11.5px;
    line-height: 1.42;
  }
  body.home-page .home-course-card {
    min-height: 190px;
    grid-template-columns: minmax(0, .66fr) minmax(86px, .34fr);
    padding: 11px 8px 8px 11px;
  }
  body.home-page .home-course-title {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }
  body.home-page .home-course-title > span {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 12px;
  }
  body.home-page .home-course-title h3 {
    font-size: 15px;
  }
  body.home-page .home-course-card.is-blue .home-course-title h3 {
    font-size: 14px;
  }
  body.home-page .home-course-desc {
    margin: 6px 0 5px;
    font-size: 9.8px;
    line-height: 1.32;
  }
  body.home-page .home-course-point {
    margin-bottom: 2px;
    padding-left: 15px;
    font-size: 9.3px;
    line-height: 1.32;
  }
  body.home-page .home-course-point::before {
    width: 9px;
    height: 9px;
  }
  body.home-page .home-course-point::after {
    left: 3px;
    top: calc(.5em + 3px);
    width: 3px;
    height: 3px;
  }
  body.home-page .home-course-visual {
    width: 100%;
    height: 100px;
  }
  body.home-page .home-course-support {
    min-height: 50px;
    margin-top: 8px;
    padding: 7px 14px;
  }
  body.home-page .home-course-support > span {
    width: 36px;
    height: 36px;
  }
  body.home-page .home-course-support img {
    width: 21px;
    height: 21px;
  }
  body.home-page .home-course-support strong {
    font-size: 14px;
  }
  body.home-page .home-course-support p {
    font-size: 11px;
  }
  body.home-page .home-course-support a {
    min-height: 28px;
    padding: 0 14px;
    font-size: 12px;
  }
  body.home-page .home-course-proof {
    min-height: 46px;
    margin-top: 6px;
    padding: 5px 8px;
  }
  body.home-page .home-course-proof article {
    min-height: 38px;
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 0 6px;
  }
  body.home-page .home-course-proof span {
    width: 26px;
    height: 26px;
  }
  body.home-page .home-course-proof img {
    width: 15px;
    height: 15px;
  }
  body.home-page .home-course-proof strong,
  body.home-page .home-course-proof em {
    font-size: 9.5px;
  }
  body.home-page .home-process-section {
    padding: 40px 0 44px;
  }
  body.home-page .home-process-card {
    min-height: 252px;
    padding: 20px 9px 12px;
  }
  body.home-page .home-process-art {
    width: 56px;
    height: 52px;
  }
  body.home-page .home-deliver-section {
    padding: 46px 0 50px;
  }
  body.home-page .home-deliver-section .home-section-head {
    margin-bottom: 24px;
  }
  body.home-page .home-deliver-card {
    min-height: 306px;
    padding: 18px 16px 54px;
  }
  body.home-page .home-deliver-card.is-featured {
    padding: 18px;
  }
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
    top: 112px;
    bottom: 50px;
  }
  body.home-page .home-deliver-card.is-featured .deliver-mockup {
    width: min(100%, 214px);
  }
  body.home-page .feedback-mockup {
    width: min(100%, 144px);
  }
  body.home-page .curve-mockup {
    width: min(100%, 178px);
  }
  body.home-page .family-mockup {
    width: min(100%, 170px);
  }
  body.home-page .home-deliver-status {
    min-height: 36px;
    bottom: 12px;
  }
  body.home-page .home-deliver-status span {
    font-size: 12px;
  }
  body.home-page .home-deliver-summary {
    min-height: 58px;
    margin-top: 16px;
    padding: 10px 18px;
  }
  body.home-page .home-articles-section {
    padding: 50px 0;
  }
  body.home-page .home-article-card {
    min-height: 172px;
    padding: 16px;
  }
  body.home-page .home-article-card h3 {
    margin: 12px 0 7px;
    font-size: 16px;
  }
  body.home-page .home-article-card p {
    font-size: 12px;
    line-height: 1.52;
  }
  body.home-page .footer-wave {
    height: 48px;
    transform: translateY(-28px);
    margin-bottom: -28px;
  }
  body.home-page .footer-main {
    padding: 24px 0 16px;
  }
  body.home-page .footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  body.home-page .footer-contact div {
    min-height: 54px;
    padding: 10px 12px;
  }
  body.home-page .footer-grid {
    gap: 20px;
  }
  body.home-page .footer h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  body.home-page .footer p,
  body.home-page .footer a,
  body.home-page .footer li {
    font-size: 12px;
    line-height: 1.5;
  }
  body.home-page .footer li {
    margin-bottom: 5px;
  }
  body.home-page .footer-bottom {
    padding: 12px 0;
  }
}

@media (max-width: 760px) {
  body.home-page .home-conversion-hero {
    min-height: 0;
    padding: 88px 0 32px;
  }
  body.home-page .home-conversion-hero > .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }
  body.home-page .home-hero-copy {
    width: 100%;
    max-width: none;
    transform: none;
  }
  body.home-page .home-hero-features {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-hero-visual {
    width: 100%;
    min-height: 240px;
  }
  body.home-page .home-hero-photo {
    position: relative;
    inset: auto;
    height: 240px;
    min-height: 240px;
    border-radius: 8px;
  }
  body.home-page .home-hero-stats-wrap {
    margin-top: 14px;
  }
  body.home-page .home-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-logic-grid,
  body.home-page .home-course-grid,
  body.home-page .home-deliver-grid,
  body.home-page .home-article-grid,
  body.home-page .home-final-cta-inner {
    grid-template-columns: 1fr;
  }
  body.home-page .home-course-head {
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }
  body.home-page .home-course-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    min-height: 0;
    padding: 14px;
  }
  body.home-page .home-course-visual {
    height: 116px;
  }
  body.home-page .home-course-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    min-height: 0;
  }
  body.home-page .footer-contact,
  body.home-page .footer-grid {
    grid-template-columns: 1fr;
  }
}
.community-square-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(255,91,150,.08), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(82,199,238,.11), transparent 26%),
    #fff;
}
.community-square-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.community-square-head h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
}
.community-square-head p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}
.community-square-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.community-square-tools {
  display: grid;
  justify-items: end;
  gap: 12px;
  flex: 0 0 min(430px, 42%);
}
.square-search-box {
  position: relative;
  display: block;
  width: min(430px, 100%);
}
.square-search-box span {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -999px;
  border: 2px solid #8a93aa;
  border-radius: 50%;
}
.square-search-box span::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: #8a93aa;
  transform: rotate(45deg);
}
.square-search-box input {
  width: 100%;
  height: 48px;
  padding: 0 18px 0 48px;
  border: 1px solid #e6eaf2;
  border-radius: 999px;
  outline: 0;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(37,40,86,.055);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
}
.square-search-box input:focus {
  border-color: rgba(255, 92, 147, .42);
  box-shadow: 0 14px 30px rgba(255,92,147,.12);
}
.community-square-layout {
  display: block;
}
.square-feed {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.square-post-card {
  display: block;
  width: 100%;
  margin: 0;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(236,231,234,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(37,40,86,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.square-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(37,40,86,.1);
}
.square-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 12px;
}
.square-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe8f2, #eaf8ff);
  color: var(--pink);
  font-weight: 900;
}
.square-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.square-post-author strong,
.square-post-author em {
  display: block;
  min-width: 0;
}
.square-post-author strong {
  color: var(--ink);
  font-size: 15px;
}
.square-post-author em {
  margin-top: 3px;
  color: #7e8799;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
}
.square-post-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  margin-bottom: 14px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff5f8;
}
.square-post-card.is-variant-2 .square-post-image {
  aspect-ratio: 4 / 3;
}
.square-post-card.is-variant-3 .square-post-image {
  aspect-ratio: 1 / .78;
}
.square-post-card.is-variant-4 .square-post-image {
  aspect-ratio: 1 / 1;
}
.square-post-card.is-variant-5 .square-post-image {
  aspect-ratio: 5 / 4;
}
.square-post-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.42;
}
.square-post-card p {
  margin: 9px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.72;
}
.square-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}
.square-post-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff4f8;
  color: #7c8394;
  font-size: 12px;
  font-weight: 800;
}
.square-side-panel {
  position: sticky;
  top: 112px;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,247,250,.96), rgba(239,250,255,.96));
  border: 1px solid rgba(236,231,234,.92);
  box-shadow: var(--shadow);
}
.square-side-panel > span {
  color: var(--pink);
  font-weight: 900;
}
.square-side-panel h3 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}
.square-side-panel .button {
  margin-top: 14px;
}
.square-post-loading {
  min-height: 160px;
}
.square-post-loading > span {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe8f2, #eaf8ff);
}
@media (max-width: 1080px) {
  .square-feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .community-square-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .community-square-tools,
  .square-search-box {
    width: 100%;
    max-width: none;
    justify-items: stretch;
    flex-basis: auto;
  }
  .community-square-actions {
    justify-content: flex-start;
  }
  .square-feed {
    grid-template-columns: 1fr;
  }
  .square-post-card {
    padding: 18px;
    border-radius: 18px;
  }
  .square-post-card h3 {
    font-size: 19px;
  }
}

/* unified lucide-style icon system */
.icon-badge {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--icon-color) 12%, white);
  color: var(--icon-color);
  box-shadow: none;
  transition: transform 240ms ease, background 240ms ease;
}
.icon-badge svg,
.button svg,
.home-problem-note svg,
.home-deliver-summary article svg,
.home-logic-observe svg,
.home-logic-goals svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: currentColor;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-badge.small {
  width: 44px;
  height: 44px;
}
.icon-badge.small svg,
.home-logic-goals svg,
.home-logic-observe svg,
.button svg,
.home-problem-note svg {
  width: 22px;
  height: 22px;
}
.home-hero-feature:hover .icon-badge,
.home-problem-card:hover .icon-badge,
.home-logic-card:hover .icon-badge,
.home-course-proof article:hover .icon-badge,
.home-process-step:hover .icon-badge,
.home-deliver-summary:hover .icon-badge,
.ency-topic-card:hover .icon-badge {
  transform: scale(1.04);
  background: color-mix(in srgb, var(--icon-color) 18%, white);
}
.button svg {
  margin-right: 8px;
}
.home-hero-note > .icon-badge,
.home-hero-feature > .icon-badge,
.home-hero-stats article > .icon-badge,
.home-course-formula > .icon-badge,
.home-course-support > .icon-badge,
.home-process-summary > .icon-badge,
.home-deliver-summary > .icon-badge {
  display: inline-flex;
}
.home-problem-icon {
  width: 44px;
  height: 44px;
  border: 0;
  background: color-mix(in srgb, var(--icon-color) 12%, white);
}
.home-problem-note {
  gap: 10px;
}
.home-problem-note svg {
  color: var(--pink);
}
.home-course-proof span.icon-badge,
.home-course-support > .icon-badge,
.home-course-formula > .icon-badge {
  background: color-mix(in srgb, var(--icon-color) 12%, white);
}
.home-process-icon {
  width: 72px;
  height: 72px;
  background: color-mix(in srgb, var(--icon-color) 12%, white);
}
.home-process-icon svg {
  width: 34px;
  height: 34px;
}
.home-deliver-summary article svg {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  color: var(--pink);
}
.ency-topic-card > .icon-badge {
  width: 64px;
  height: 64px;
}
.ency-topic-card > .icon-badge svg {
  width: 32px;
  height: 32px;
}

/* judgment logic module, rebuilt to match the reference structure */
body.home-page .home-logic-section {
  padding: 64px 0 58px;
  background:
    radial-gradient(circle at 92% 8%, rgba(139, 107, 255, .08), transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(139, 107, 255, .06) 0 26px, transparent 27px),
    linear-gradient(180deg, #fff 0%, #fcfdff 74%, #fff 100%);
}
body.home-page .home-logic-section .wrap {
  width: min(1440px, calc(100% - 88px));
}
body.home-page .home-logic-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: end;
  margin-bottom: 28px;
}
body.home-page .home-logic-section .home-section-head {
  margin-bottom: 0;
}
body.home-page .home-logic-section .home-section-head h2 {
  max-width: 760px;
  font-size: clamp(38px, 3vw, 50px);
  line-height: 1.13;
  letter-spacing: 0;
}
body.home-page .home-logic-section .home-section-head p:not(.eyebrow) {
  margin-top: 14px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.65;
}
.home-logic-insight {
  width: 100%;
  min-height: 164px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(139, 107, 255, .14);
  border-radius: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 18%, rgba(139, 107, 255, .12), transparent 28%),
    linear-gradient(135deg, rgba(139,107,255,.11), rgba(255, 92, 147, .055) 58%, rgba(255,255,255,.9));
  box-shadow: 0 18px 42px rgba(47, 55, 118, .065);
}
.home-logic-insight .icon-badge {
  width: 50px;
  height: 50px;
  background: rgba(139, 107, 255, .12);
}
.home-logic-insight .icon-badge svg {
  width: 26px;
  height: 26px;
}
.home-logic-insight strong {
  display: block;
  color: #1e2a5e;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.28;
}
.home-logic-insight p {
  margin: 8px 0 0;
  color: #536079;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.58;
}
.home-logic-insight span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.home-logic-insight em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  color: #6b54db;
  background: rgba(139, 107, 255, .09);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.home-logic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body.home-page .home-logic-card {
  --logic-accent: #FF5C93;
  position: relative;
  min-height: 528px;
  padding: 22px 22px 18px;
  border: 1px solid color-mix(in srgb, var(--logic-accent) 28%, #eef0f5);
  border-radius: 18px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--logic-accent) 8%, white) 0, rgba(255,255,255,.96) 42%, #fff 100%);
  box-shadow: 0 14px 36px rgba(30, 42, 94, .055);
  text-align: left;
}
.home-logic-card-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
body.home-page .home-logic-main-icon {
  position: static;
  width: 64px;
  height: 64px;
  transform: none;
  border: 1px solid color-mix(in srgb, var(--logic-accent) 30%, white);
  box-shadow: 0 0 0 12px color-mix(in srgb, var(--logic-accent) 10%, transparent);
  background: color-mix(in srgb, var(--logic-accent) 12%, white);
}
body.home-page .home-logic-main-icon svg {
  width: 32px;
  height: 32px;
}
body.home-page .home-logic-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}
body.home-page .home-logic-card h3::after {
  display: none;
}
body.home-page .home-logic-card p {
  max-width: none;
  min-height: 0;
  margin: 0;
  color: #4f5b74;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.home-logic-num {
  align-self: start;
  color: color-mix(in srgb, var(--logic-accent) 42%, white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.home-logic-panel {
  padding: 18px 16px;
  border: 1px solid rgba(229, 232, 240, .92);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.home-logic-panel h4 {
  margin: 0 0 14px;
  color: var(--logic-accent);
  font-size: 14px;
  font-weight: 950;
}
.home-logic-observe {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(229,232,240,.86);
}
.home-logic-observe span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--logic-accent);
  text-align: center;
}
.home-logic-observe span em {
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}
.home-logic-observe b {
  display: none;
}
.home-logic-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(229,232,240,.86);
  list-style: none;
}
.home-logic-panel li {
  position: relative;
  padding-left: 16px;
  color: #263352;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.home-logic-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--logic-accent);
}
.home-logic-goals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.home-logic-goals span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--logic-accent) 22%, #eef0f5);
  border-radius: 8px;
  background: color-mix(in srgb, var(--logic-accent) 8%, white);
  color: var(--logic-accent);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.home-logic-base {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--logic-accent);
  background: color-mix(in srgb, var(--logic-accent) 16%, white);
  font-size: 14px;
  font-weight: 950;
}
body.home-page .home-logic-summary {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(0, 2.2fr) minmax(220px, .8fr);
  align-items: center;
  gap: 22px;
  min-height: 148px;
  margin-top: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(139, 107, 255, .22);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 38px rgba(30, 42, 94, .05);
  font-size: 15px;
}
.home-logic-summary h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}
.home-logic-summary p {
  margin: 0;
  color: #5f687b;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}
.home-logic-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}
.home-logic-flow > span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 94px;
  text-align: center;
}
.home-logic-flow strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}
.home-logic-flow em {
  color: #5f687b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
.home-logic-flow b,
.home-logic-flow i {
  color: #9a82ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}
.home-logic-flow i svg {
  width: 32px;
  height: 32px;
}
.home-logic-flow .is-result {
  min-height: 118px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139,107,255,.14), rgba(139,107,255,.06));
}
.home-logic-method {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 16px;
  border: 1px solid rgba(139, 107, 255, .24);
  border-radius: 12px;
  text-align: center;
  background: rgba(255,255,255,.78);
}
.home-logic-method strong {
  color: #5b4fe3;
  font-size: 15px;
  font-weight: 950;
}
.home-logic-method p {
  margin-top: 10px;
  color: #42506f;
  font-size: 13px;
  font-weight: 800;
}
@media (max-width: 1180px) {
  body.home-page .home-logic-section .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }
  body.home-page .home-logic-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }
  body.home-page .home-logic-section .home-section-head h2,
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow) {
    max-width: 820px;
  }
  .home-logic-insight {
    max-width: 820px;
  }
  body.home-page .home-logic-grid,
  body.home-page .home-logic-summary {
    grid-template-columns: 1fr;
  }
  .home-logic-flow {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .icon-badge {
    width: 56px;
    height: 56px;
  }
  .icon-badge svg {
    width: 28px;
    height: 28px;
  }
  .icon-badge.small {
    width: 44px;
    height: 44px;
  }
  .icon-badge.small svg {
    width: 22px;
    height: 22px;
  }
  body.home-page .home-logic-section {
    padding: 44px 0;
  }
  body.home-page .home-logic-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-logic-section .home-section-head h2 {
    font-size: 30px;
  }
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow) {
    font-size: 14px;
  }
  .home-logic-insight {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    gap: 12px;
    padding: 16px;
  }
  .home-logic-insight .icon-badge {
    width: 42px;
    height: 42px;
  }
  .home-logic-insight .icon-badge svg {
    width: 22px;
    height: 22px;
  }
  .home-logic-insight strong {
    font-size: 16px;
  }
  .home-logic-insight p {
    font-size: 13px;
    line-height: 1.5;
  }
  .home-logic-insight em {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
  body.home-page .home-logic-card {
    min-height: 0;
    padding: 18px;
  }
  .home-logic-card-head {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
  }
  body.home-page .home-logic-main-icon {
    width: 52px;
    height: 52px;
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--logic-accent) 10%, transparent);
  }
  body.home-page .home-logic-main-icon svg {
    width: 27px;
    height: 27px;
  }
  .home-logic-num {
    font-size: 24px;
  }
  .home-logic-observe,
  .home-logic-panel ul,
  .home-logic-goals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-logic-goals span {
    justify-content: flex-start;
    white-space: normal;
  }
  body.home-page .home-logic-summary {
    padding: 18px;
  }
  .home-logic-flow {
    justify-content: flex-start;
  }
}

/* Course cards readability pass: keep the compact module, but stop shrinking
   the real reading text into thumbnail-sized copy. */
body.home-page .home-course-section {
  padding: 54px 0 58px;
}
body.home-page .home-course-section .wrap {
  width: min(1420px, calc(100% - 96px));
}
body.home-page .home-course-head {
  align-items: end;
  gap: 32px;
  margin-bottom: 28px;
}
body.home-page .home-course-section .home-section-head h2 {
  font-size: clamp(34px, 2.85vw, 46px);
  line-height: 1.16;
}
body.home-page .home-course-section .home-section-head p:not(.eyebrow) {
  margin-top: 12px;
  color: #566177;
  font-size: 17px;
  line-height: 1.55;
}
body.home-page .home-course-formula {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  max-width: 420px;
  padding: 14px 18px;
}
body.home-page .home-course-formula p {
  color: #26304f;
  font-size: 13.5px;
  line-height: 1.55;
}
body.home-page .home-course-grid {
  gap: 18px;
}
body.home-page .home-course-card {
  min-height: 292px;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 12px;
  padding: 20px 16px 16px 20px;
  align-items: stretch;
}
body.home-page .home-course-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
body.home-page .home-course-title {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
body.home-page .home-course-title > span {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
}
body.home-page .home-course-title h3,
body.home-page .home-course-card.is-blue .home-course-title h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0;
}
body.home-page .home-course-title::after {
  width: 28px;
  height: 3px;
  margin-top: 12px;
}
body.home-page .home-course-desc {
  margin: 12px 0 10px;
  color: #34405f;
  font-size: 14px;
  line-height: 1.54;
  font-weight: 850;
}
body.home-page .home-course-point {
  margin: 0 0 6px;
  padding-left: 21px;
  color: #3e4a66;
  font-size: 13.2px;
  line-height: 1.48;
  font-weight: 760;
}
body.home-page .home-course-point::before {
  top: .35em;
  width: 12px;
  height: 12px;
}
body.home-page .home-course-point::after {
  left: 4px;
  top: calc(.35em + 4px);
  width: 4px;
  height: 4px;
}
body.home-page .home-course-point span {
  color: var(--ink);
  font-weight: 950;
}
body.home-page .home-course-card em {
  margin-top: auto;
  padding-top: 8px;
  color: var(--course-accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
}
body.home-page .home-course-visual {
  align-self: end;
  width: 100%;
  height: 132px;
  max-height: 132px;
  object-fit: contain;
  object-position: center bottom;
  opacity: .96;
}
body.home-page .home-course-support {
  min-height: 70px;
  margin-top: 18px;
  padding: 14px 22px;
}
body.home-page .home-course-support strong {
  font-size: 19px;
  line-height: 1.35;
}
body.home-page .home-course-support p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.45;
}
body.home-page .home-course-proof {
  min-height: 74px;
  margin-top: 12px;
}
body.home-page .home-course-proof strong,
body.home-page .home-course-proof em {
  font-size: 14px;
  line-height: 1.36;
}

@media (max-width: 1180px) {
  body.home-page .home-course-section .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }
  body.home-page .home-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-course-card {
    min-height: 248px;
  }
}

@media (max-width: 760px) {
  body.home-page .home-course-section {
    padding: 42px 0 46px;
  }
  body.home-page .home-course-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-course-head {
    gap: 18px;
    margin-bottom: 20px;
  }
  body.home-page .home-course-section .home-section-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
  body.home-page .home-course-section .home-section-head p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.55;
  }
  body.home-page .home-course-formula {
    max-width: none;
  }
  body.home-page .home-course-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.home-page .home-course-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 14px;
    padding: 20px;
  }
  body.home-page .home-course-title h3,
  body.home-page .home-course-card.is-blue .home-course-title h3 {
    font-size: 19px;
  }
  body.home-page .home-course-desc {
    font-size: 14px;
  }
  body.home-page .home-course-point {
    font-size: 13px;
  }
  body.home-page .home-course-visual {
    justify-self: center;
    width: min(220px, 82%);
    height: 150px;
    order: -1;
  }
  body.home-page .home-course-support {
    grid-template-columns: 44px 1fr;
  }
  body.home-page .home-course-support a {
    grid-column: 1 / -1;
    justify-self: start;
  }
  body.home-page .home-course-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Deliver section balance pass: reduce the oversized showcase feel while
   keeping the editable mockups and text readable. */
body.home-page .home-deliver-section {
  padding: 38px 0 42px;
}
body.home-page .home-deliver-section .wrap {
  width: min(1380px, calc(100% - 92px));
}
body.home-page .home-deliver-section .home-section-head {
  margin-bottom: 20px;
}
body.home-page .home-deliver-section .home-section-head h2 {
  font-size: clamp(32px, 2.45vw, 40px);
  line-height: 1.15;
}
body.home-page .home-deliver-section .home-section-head p:not(.eyebrow) {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
body.home-page .home-deliver-grid {
  grid-template-columns: minmax(390px, 1.34fr) repeat(3, minmax(210px, 1fr));
  gap: 12px;
}
body.home-page .home-deliver-card {
  min-height: 0;
  height: 334px;
  padding: 16px 15px 48px;
  border-radius: 16px;
}
body.home-page .home-deliver-card.is-featured {
  min-height: 0;
  height: 334px;
  grid-template-columns: minmax(172px, .5fr) minmax(172px, .5fr);
  gap: 10px;
  padding: 16px;
}
body.home-page .home-deliver-title {
  gap: 9px;
  margin-bottom: 10px;
}
body.home-page .home-deliver-title > span {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  font-size: 14px;
}
body.home-page .home-deliver-title h3 {
  font-size: 19px;
  line-height: 1.26;
}
body.home-page .home-deliver-copy > p,
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p {
  margin-bottom: 10px;
  color: #4e5870;
  font-size: 13px;
  line-height: 1.5;
}
body.home-page .home-deliver-card.is-featured .home-deliver-copy {
  max-width: 230px;
}
body.home-page .home-deliver-card.is-featured .home-deliver-copy > p {
  margin-bottom: 12px;
}
body.home-page .home-deliver-copy ul {
  gap: 8px;
}
body.home-page .home-deliver-copy li {
  grid-template-columns: 16px 1fr;
  gap: 7px;
  font-size: 12px;
  line-height: 1.36;
}
body.home-page .home-deliver-copy li::before {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-width: 2px;
}
body.home-page .home-deliver-copy a {
  margin-top: 10px;
  font-size: 13px;
}
body.home-page .home-deliver-card.is-featured .home-deliver-visual {
  align-self: start;
  height: 230px;
  padding-top: 0;
  place-items: center;
}
body.home-page .home-deliver-card.is-featured .deliver-mockup {
  width: min(100%, 172px);
  transform: translateY(-18px) rotate(-7deg);
}
body.home-page .home-deliver-card.is-featured:hover .deliver-mockup {
  transform: translateY(-21px) rotate(-5deg);
}
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
  top: 104px;
  right: 14px;
  bottom: 48px;
  left: 14px;
}
body.home-page .home-deliver-card:not(.is-featured) .deliver-mockup {
  width: min(100%, 154px);
}
body.home-page .feedback-mockup {
  width: min(100%, 168px);
  transform: translate(18px, -50px) rotate(-4deg) scale(.92);
}
body.home-page .home-deliver-card:not(.is-featured) .feedback-mockup {
  width: min(100%, 168px);
}
body.home-page .home-deliver-card.is-purple:hover .feedback-mockup {
  transform: translate(18px, -54px) rotate(-3deg) scale(.92);
}
body.home-page .curve-mockup {
  width: min(100%, 214px);
  transform: rotate(-3deg);
}
body.home-page .home-deliver-card:not(.is-featured) .curve-mockup {
  width: min(100%, 222px);
}
body.home-page .family-mockup {
  width: min(100%, 216px);
  transform: rotate(-5deg);
}
body.home-page .home-deliver-card:not(.is-featured) .family-mockup {
  width: min(100%, 226px);
}
body.home-page .report-paper {
  padding: 12px 10px;
}
body.home-page .report-head {
  padding-bottom: 7px;
}
body.home-page .report-meta {
  margin: 7px 0 2px;
}
body.home-page .report-radar {
  max-height: 126px;
}
body.home-page .report-score-list {
  gap: 4px;
  margin-top: 3px;
}
body.home-page .report-note {
  margin-top: 7px;
  line-height: 1.45;
}
body.home-page .home-deliver-status {
  right: 14px;
  bottom: 10px;
  left: 14px;
  min-height: 34px;
  gap: 9px;
  padding: 0 12px;
  border-radius: 9px;
}
body.home-page .home-deliver-status::before {
  width: 22px;
  height: 22px;
  border-radius: 7px;
}
body.home-page .home-deliver-card.is-purple .home-deliver-status::after {
  width: 24px;
  height: 24px;
  border-width: 3px;
}
body.home-page .home-deliver-status span {
  font-size: 13px;
}
body.home-page .home-deliver-summary {
  min-height: 54px;
  grid-template-columns: 46px minmax(0, 1fr) minmax(170px, 238px);
  gap: 12px;
  margin-top: 12px;
  padding: 9px 18px;
  border-radius: 15px;
}
body.home-page .home-deliver-summary > .icon-badge {
  width: 42px;
  height: 42px;
}
body.home-page .home-deliver-summary > .icon-badge svg,
body.home-page .home-deliver-summary article svg {
  width: 23px;
  height: 23px;
}
body.home-page .home-deliver-summary strong {
  font-size: 16px;
  line-height: 1.28;
}
body.home-page .home-deliver-summary p {
  margin-top: 4px;
  gap: 8px;
  font-size: 12px;
}
body.home-page .home-deliver-summary article {
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  padding-left: 14px;
}
body.home-page .home-deliver-summary article strong {
  font-size: 22px;
}
body.home-page .home-deliver-summary article em {
  font-size: 12px;
}

@media (max-width: 1180px) {
  body.home-page .home-deliver-section .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }
  body.home-page .home-deliver-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  body.home-page .home-deliver-section {
    padding: 40px 0 42px;
  }
  body.home-page .home-deliver-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-deliver-section .home-section-head {
    margin-bottom: 18px;
  }
  body.home-page .home-deliver-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    min-height: 0;
    padding: 18px;
  }
  body.home-page .home-deliver-card.is-featured {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "visual"
      "copy";
  }
  body.home-page .home-deliver-card:not(.is-featured) {
    padding-bottom: 62px;
  }
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
    position: relative;
    inset: auto;
    min-height: 154px;
    margin-top: 8px;
  }
  body.home-page .home-deliver-card:not(.is-featured) .deliver-mockup {
    width: min(185px, 72%);
  }
  body.home-page .feedback-mockup {
    transform: translate(0, 0) rotate(-4deg) scale(.82);
  }
  body.home-page .home-deliver-card.is-featured .deliver-mockup {
    width: min(240px, 78%);
    justify-self: center;
  }
  body.home-page .home-deliver-summary {
    grid-template-columns: 42px 1fr;
  }
  body.home-page .home-deliver-summary article {
    grid-column: 1 / -1;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 95, 147, .16);
  }
}

/* child problem entry redesign */
body.home-page .home-problem-section {
  overflow: visible;
  padding: 42px 0 50px;
  scroll-margin-top: 92px;
  background: linear-gradient(180deg, #fff 0%, #fff 66%, #fff9fc 100%);
}
body.home-page .home-problem-section::after {
  display: none;
}
body.home-page .home-problem-section .wrap {
  width: min(1440px, calc(100% - clamp(32px, 4vw, 72px)));
}
body.home-page .home-problem-head {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(520px, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 20px;
}
body.home-page .home-problem-section .home-section-head {
  max-width: 760px;
  margin-bottom: 0;
}
body.home-page .home-problem-section .home-section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
}
body.home-page .home-problem-section .home-section-head .eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 92, 147, .12);
}
body.home-page .home-problem-section .home-section-head .eyebrow::after {
  display: none;
}
body.home-page .home-problem-section .home-section-head h2 {
  margin: 0;
  color: #101947;
  font-size: clamp(34px, 2.7vw, 42px);
  line-height: 1.12;
  font-weight: 950;
}
body.home-page .home-problem-section .home-section-head h2 span {
  color: var(--pink);
}
body.home-page .home-problem-section .home-section-head p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 14px;
  color: #344268;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.62;
}
body.home-page .home-problem-tools {
  padding-top: 2px;
}
body.home-page .home-problem-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid rgba(31, 47, 92, .16);
  border-radius: 999px;
  padding: 0 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(25, 32, 75, .05);
  color: #7a849d;
  font-size: 15px;
  font-weight: 750;
}
body.home-page .home-problem-search svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #667190;
}
body.home-page .home-problem-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #253158;
  font: inherit;
}
body.home-page .home-problem-search input::placeholder {
  color: #7a849d;
  opacity: 1;
}
body.home-page .home-problem-search button {
  flex: 0 0 auto;
  height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #7e75d8);
  box-shadow: 0 10px 22px rgba(255, 92, 147, .18);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
body.home-page .home-problem-search:focus-within {
  border-color: rgba(255, 92, 147, .42);
  box-shadow: 0 16px 36px rgba(255, 92, 147, .11);
}
body.home-page .home-problem-hot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
body.home-page .home-problem-hot strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 2px;
  color: #59647f;
  font-size: 13px;
  font-weight: 850;
}
body.home-page .home-problem-hot strong svg {
  width: 17px;
  height: 17px;
  color: #ff7b1d;
}
body.home-page .home-problem-hot button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(31, 47, 92, .08);
  border-radius: 999px;
  padding: 0 14px;
  color: #253158;
  background: #f7f6ff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
body.home-page .home-problem-hot button:hover,
body.home-page .home-problem-hot button.is-active {
  border-color: rgba(255, 92, 147, .32);
  color: var(--pink);
  background: #fff2f7;
}
body.home-page .home-problem-search-note {
  margin: 10px 0 0;
  color: #7a849d;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}
body.home-page .home-problem-search-note.is-empty {
  color: #ff5c93;
}
body.home-page .home-problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
body.home-page .home-problem-card.is-filtered-out {
  display: none;
}
body.home-page.home-problem-filtering .home-problem-card.is-search-match {
  border-color: color-mix(in srgb, var(--problem-accent) 42%, white);
  box-shadow: 0 20px 46px color-mix(in srgb, var(--problem-accent) 15%, transparent);
}
body.home-page .home-problem-card {
  display: flex;
  min-height: 348px;
  padding: 14px 16px 13px;
  flex-direction: column;
  gap: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(225, 229, 241, .95);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fff 78%, color-mix(in srgb, var(--problem-accent) 7%, white) 100%);
  box-shadow: 0 12px 28px rgba(28, 38, 84, .06);
  color: #17214b;
}
body.home-page .home-problem-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--problem-accent) 34%, white);
  box-shadow: 0 18px 42px rgba(28, 38, 84, .1);
}
body.home-page .home-problem-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 142px;
  height: 42px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--problem-accent) 11%, transparent);
  filter: blur(14px);
  pointer-events: none;
}
body.home-page .home-problem-card-top {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 32px;
  gap: 10px;
  align-items: start;
  min-height: 66px;
  position: relative;
  z-index: 1;
}
body.home-page .home-problem-num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--problem-accent);
  background: color-mix(in srgb, var(--problem-accent) 15%, white);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}
body.home-page .home-problem-title h3 {
  margin: 1px 0 5px;
  color: #111a49;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.16;
}
body.home-page .home-problem-title h3 small {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.05;
}
body.home-page .home-problem-title p {
  margin: 0;
  color: #354364;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
body.home-page .home-problem-symbol {
  width: 32px;
  height: 32px;
  background: transparent;
}
body.home-page .home-problem-symbol svg {
  width: 26px;
  height: 26px;
}
body.home-page .home-problem-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 2px 0 8px;
  position: relative;
  z-index: 1;
}
body.home-page .home-problem-visual {
  width: 100%;
  max-width: 230px;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
body.home-page .home-problem-body {
  position: relative;
  z-index: 1;
}
body.home-page .home-problem-body > span {
  display: block;
  margin-bottom: 5px;
  color: #253158;
  font-size: 12px;
  font-weight: 950;
}
body.home-page .home-problem-body ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home-page .home-problem-body li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 6px;
  align-items: start;
  color: #354364;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.42;
}
body.home-page .home-problem-body li i {
  display: inline-grid;
  place-items: center;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border-radius: 999px;
  background: var(--problem-accent);
}
body.home-page .home-problem-body li i::before {
  content: "";
  width: 5px;
  height: 3px;
  border-left: 1.6px solid #fff;
  border-bottom: 1.6px solid #fff;
  transform: rotate(-45deg) translateY(-.5px);
}
body.home-page .home-problem-reason {
  margin: auto 0 0;
  padding-top: 9px;
  border-top: 1px solid rgba(31, 47, 92, .08);
  color: #65708b;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.42;
}
body.home-page .home-problem-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--problem-accent);
  font-size: 14px;
  font-weight: 950;
}
body.home-page .home-problem-action svg {
  width: 17px;
  height: 17px;
}
body.home-page .home-problem-footer {
  display: grid;
  grid-template-columns: minmax(300px, 1.7fr) repeat(4, minmax(0, 1fr));
  align-items: stretch;
  min-height: 88px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 92, 147, .15);
  border-radius: 18px;
  background: linear-gradient(90deg, #fff4f8 0%, #fff 54%, #fff6f1 100%);
  box-shadow: 0 14px 32px rgba(255, 92, 147, .06);
}
body.home-page .home-problem-footer-lead,
body.home-page .home-problem-footer article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px 22px;
}
body.home-page .home-problem-footer article {
  border-left: 1px solid rgba(31, 47, 92, .08);
}
body.home-page .home-problem-footer-icon {
  width: 54px;
  height: 54px;
}
body.home-page .home-problem-footer-icon svg {
  width: 28px;
  height: 28px;
}
body.home-page .home-problem-footer strong {
  display: block;
  color: #ed2f6d;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.24;
}
body.home-page .home-problem-footer p {
  margin: 5px 0 0;
  color: #394566;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

@media (max-width: 1320px) {
  body.home-page .home-problem-section .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }
  body.home-page .home-problem-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.home-page .home-problem-hot {
    justify-content: flex-start;
  }
}

@media (max-width: 1180px) {
  body.home-page .home-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.home-page .home-problem-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-page .home-problem-footer-lead {
    grid-column: 1 / -1;
  }
  body.home-page .home-problem-footer article:nth-of-type(odd) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body.home-page .home-problem-section {
    padding: 40px 0 44px;
  }
  body.home-page .home-problem-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-problem-section .home-section-head h2 {
    font-size: 31px;
  }
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow) {
    font-size: 14px;
  }
  body.home-page .home-problem-search {
    min-height: 48px;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.45;
  }
  body.home-page .home-problem-search input {
    min-width: 180px;
  }
  body.home-page .home-problem-search button {
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }
  body.home-page .home-problem-hot {
    gap: 8px;
  }
  body.home-page .home-problem-hot strong {
    flex-basis: 100%;
  }
  body.home-page .home-problem-hot button {
    min-height: 31px;
    padding: 0 12px;
    font-size: 12px;
  }
  body.home-page .home-problem-grid {
    grid-template-columns: 1fr;
  }
  body.home-page .home-problem-card {
    min-height: 0;
    padding: 15px;
  }
  body.home-page .home-problem-card-top {
    grid-template-columns: 40px minmax(0, 1fr) 30px;
    min-height: 58px;
  }
  body.home-page .home-problem-title h3 {
    font-size: 19px;
  }
  body.home-page .home-problem-figure {
    height: 132px;
  }
  body.home-page .home-problem-visual {
    max-width: 240px;
  }
  body.home-page .home-problem-body li,
  body.home-page .home-problem-reason {
    font-size: 13px;
  }
  body.home-page .home-problem-footer {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }
  body.home-page .home-problem-footer-lead,
  body.home-page .home-problem-footer article {
    padding: 15px;
    border-left: 0;
    border-top: 1px solid rgba(31, 47, 92, .08);
  }
  body.home-page .home-problem-footer-lead {
    border-top: 0;
  }
}

/* training path scale balance */
body.home-page .home-process-section {
  padding: 68px 0 70px;
  background:
    linear-gradient(180deg, #fff 0%, #fff9fc 48%, #fff 100%);
}
body.home-page .home-process-section .wrap {
  width: min(1440px, calc(100% - clamp(56px, 7vw, 120px)));
}
body.home-page .home-process-section .home-section-head {
  max-width: 1040px;
  margin-bottom: 34px;
}
body.home-page .home-process-section .home-section-head h2 {
  font-size: clamp(38px, 3.25vw, 50px);
  line-height: 1.14;
}
body.home-page .home-process-section .home-section-head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.62;
}
body.home-page .home-process-track {
  gap: 0;
  padding: 4px 0 0;
}
body.home-page .home-process-track::before {
  top: 98px;
  left: 5.8%;
  right: 5.8%;
  border-top-width: 3px;
}
body.home-page .home-process-step {
  grid-template-rows: 82px 28px auto;
}
body.home-page .home-process-icon {
  width: 80px;
  height: 80px;
}
body.home-page .home-process-dot {
  width: 20px;
  height: 20px;
  border-width: 4px;
}
body.home-page .home-process-dot::after {
  top: 24px;
  height: 26px;
}
body.home-page .home-process-card {
  min-height: 342px;
  padding: 30px 13px 18px;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(37, 40, 86, .045);
}
body.home-page .home-process-num {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
body.home-page .home-process-card h3 {
  margin: 15px 0 12px;
  font-size: 18px;
  line-height: 1.24;
}
body.home-page .home-process-card p {
  min-height: 92px;
  font-size: 13.5px;
  line-height: 1.68;
}
body.home-page .home-process-card > strong {
  margin: 18px 0 10px;
  font-size: 13.5px;
}
body.home-page .home-process-art {
  width: 82px;
  height: 76px;
}
body.home-page .home-process-output {
  gap: 8px;
}
body.home-page .home-process-output em {
  font-size: 13.5px;
}
body.home-page .home-process-summary {
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 100px;
  margin-top: 20px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 95, 147, .12);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(37, 40, 86, .055);
}
body.home-page .home-process-summary > span {
  width: 60px;
  height: 60px;
}
body.home-page .home-process-summary strong {
  font-size: 17px;
  line-height: 1.36;
}
body.home-page .home-process-summary p {
  margin-top: 8px;
  font-size: 13px;
}

@media (max-width: 1180px) {
  body.home-page .home-process-section {
    padding: 56px 0 58px;
  }
  body.home-page .home-process-section .wrap {
    width: min(var(--wrap), calc(100% - 56px));
  }
  body.home-page .home-process-track {
    grid-template-columns: repeat(9, minmax(148px, 1fr));
    min-height: 420px;
    overflow-x: auto;
    padding-bottom: 12px;
  }
  body.home-page .home-process-track::before {
    display: none;
  }
  body.home-page .home-process-step {
    grid-template-rows: 72px 24px auto;
  }
  body.home-page .home-process-icon {
    width: 70px;
    height: 70px;
  }
  body.home-page .home-process-card {
    min-height: 322px;
    padding: 26px 12px 16px;
  }
  body.home-page .home-process-card h3 {
    font-size: 17px;
  }
}

@media (max-width: 760px) {
  body.home-page .home-process-section {
    padding: 46px 0 50px;
  }
  body.home-page .home-process-section .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  body.home-page .home-process-section .home-section-head {
    margin-bottom: 22px;
  }
  body.home-page .home-process-section .home-section-head h2 {
    font-size: 30px;
  }
  body.home-page .home-process-section .home-section-head p:not(.eyebrow) {
    font-size: 14px;
  }
  body.home-page .home-process-track {
    grid-template-columns: repeat(9, minmax(220px, 1fr));
    min-height: 402px;
  }
  body.home-page .home-process-step {
    grid-template-rows: 66px 22px auto;
    width: 220px;
  }
  body.home-page .home-process-icon {
    width: 64px;
    height: 64px;
  }
  body.home-page .home-process-card {
    width: 220px;
    min-height: 304px;
    padding: 24px 11px 15px;
  }
  body.home-page .home-process-card p {
    min-height: 82px;
    font-size: 12.5px;
  }
  body.home-page .home-process-art {
    width: 70px;
    height: 66px;
  }
  body.home-page .home-process-summary {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 15px;
  }
  body.home-page .home-process-summary > span {
    width: 44px;
    height: 44px;
  }
  body.home-page .home-process-summary strong {
    font-size: 14px;
  }
}

/* homepage section heading rhythm */
@media (min-width: 1181px) {
  body.home-page .home-problem-section .wrap,
  body.home-page .home-logic-section .wrap,
  body.home-page .home-course-section .wrap,
  body.home-page .home-process-section .wrap,
  body.home-page .home-deliver-section .wrap,
  body.home-page .home-encyclopedia-section .wrap {
    width: min(1440px, calc(100% - clamp(64px, 7vw, 120px)));
  }
  body.home-page .home-problem-head,
  body.home-page .home-logic-head,
  body.home-page .home-course-head {
    grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: end;
    margin-bottom: 30px;
  }
  body.home-page .home-problem-section .home-section-head,
  body.home-page .home-logic-section .home-section-head,
  body.home-page .home-course-section .home-section-head,
  body.home-page .home-process-section .home-section-head,
  body.home-page .home-deliver-section .home-section-head {
    max-width: 760px;
    margin-bottom: 0;
  }
  body.home-page .home-problem-section .home-section-head h2,
  body.home-page .home-logic-section .home-section-head h2,
  body.home-page .home-course-section .home-section-head h2,
  body.home-page .home-process-section .home-section-head h2,
  body.home-page .home-deliver-section .home-section-head h2,
  body.home-page .home-encyclopedia-section .ency-section-head h2 {
    max-width: 760px;
    margin-top: 0;
    font-size: clamp(36px, 2.85vw, 44px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: balance;
  }
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow),
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow),
  body.home-page .home-course-section .home-section-head p:not(.eyebrow),
  body.home-page .home-process-section .home-section-head p:not(.eyebrow),
  body.home-page .home-deliver-section .home-section-head p:not(.eyebrow),
  body.home-page .home-encyclopedia-section .ency-section-head p:not(.eyebrow) {
    max-width: 720px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 760;
    line-height: 1.58;
  }
  body.home-page .home-problem-section .home-section-head .eyebrow,
  body.home-page .home-logic-section .home-section-head .eyebrow,
  body.home-page .home-course-section .home-section-head .eyebrow,
  body.home-page .home-process-section .home-section-head .eyebrow,
  body.home-page .home-deliver-section .home-section-head .eyebrow,
  body.home-page .home-encyclopedia-section .ency-section-head .eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
  }
  body.home-page .home-process-section .home-section-head,
  body.home-page .home-deliver-section .home-section-head {
    margin-bottom: 30px;
  }
  body.home-page .home-encyclopedia-section .ency-section-head {
    display: block;
    max-width: 760px;
    margin-bottom: 30px;
  }
  body.home-page .home-encyclopedia-section .ency-section-head > div {
    max-width: 760px;
  }
  body.home-page .home-problem-tools,
  body.home-page .home-logic-insight,
  body.home-page .home-course-formula {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}
@media (min-width: 761px) and (max-width: 1180px) {
  body.home-page .home-problem-section .home-section-head,
  body.home-page .home-logic-section .home-section-head,
  body.home-page .home-course-section .home-section-head,
  body.home-page .home-process-section .home-section-head,
  body.home-page .home-deliver-section .home-section-head,
  body.home-page .home-encyclopedia-section .ency-section-head {
    display: block;
    max-width: 760px;
  }
  body.home-page .home-encyclopedia-section .ency-section-head > div {
    max-width: 760px;
  }
  body.home-page .home-problem-section .home-section-head h2,
  body.home-page .home-logic-section .home-section-head h2,
  body.home-page .home-course-section .home-section-head h2,
  body.home-page .home-process-section .home-section-head h2,
  body.home-page .home-deliver-section .home-section-head h2,
  body.home-page .home-encyclopedia-section .ency-section-head h2 {
    max-width: 760px;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
    text-wrap: balance;
  }
  body.home-page .home-problem-section .home-section-head p:not(.eyebrow),
  body.home-page .home-logic-section .home-section-head p:not(.eyebrow),
  body.home-page .home-course-section .home-section-head p:not(.eyebrow),
  body.home-page .home-process-section .home-section-head p:not(.eyebrow),
  body.home-page .home-deliver-section .home-section-head p:not(.eyebrow),
  body.home-page .home-encyclopedia-section .ency-section-head p:not(.eyebrow) {
    max-width: 720px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.58;
  }
}
.real-map-section {
  scroll-margin-top: 116px;
}
.appointment-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 215, 106, 0.28) 0 150px, transparent 151px),
    radial-gradient(circle at 0% 76%, rgba(255, 95, 147, 0.12) 0 210px, transparent 211px),
    linear-gradient(135deg, #fff 0%, #fff7fb 52%, #f7fbff 100%);
}
.appointment-wrap {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 40px));
}
.appointment-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.82fr);
  grid-template-areas:
    "copy actions"
    "proof cta";
  gap: 26px 34px;
  padding: 44px 48px 38px;
  border: 1px solid rgba(236, 231, 234, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(37, 40, 86, 0.08);
  backdrop-filter: blur(14px);
}
.appointment-copy {
  grid-area: copy;
  align-self: center;
}
.appointment-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  margin: 0 0 26px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 95, 147, 0.24);
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 246, 250, 0.86);
  font-size: 15px;
  font-weight: 900;
}
.appointment-chip-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: transparent;
  box-shadow: none;
}
.appointment-copy h2 {
  max-width: 660px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 2.55vw, 40px);
  font-weight: 900;
  line-height: 1.27;
  letter-spacing: 0;
}
.appointment-copy h2 span {
  color: var(--pink);
}
.appointment-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(37, 40, 86, 0.74);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.86;
}
.appointment-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin-top: 28px;
}
.appointment-values article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 132px;
  padding: 0 18px;
  text-align: center;
}
.appointment-values article + article {
  border-left: 1px solid rgba(37, 40, 86, 0.1);
}
.appointment-value-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--icon-color) 12%, #fff);
}
.appointment-values strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.appointment-values span {
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.62;
}
.appointment-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  align-self: start;
}
.appointment-mini-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(236, 231, 234, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.appointment-mini-card.is-wechat {
  background: linear-gradient(180deg, rgba(240, 255, 247, 0.72), rgba(255, 255, 255, 0.92));
}
.appointment-mini-card.is-phone {
  background: linear-gradient(180deg, rgba(247, 243, 255, 0.78), rgba(255, 255, 255, 0.94));
}
.appointment-mini-card.is-campus {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 54px minmax(112px, 0.55fr) minmax(0, 1.45fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  min-height: 134px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 248, 229, 0.84), rgba(255, 255, 255, 0.94));
}
.appointment-action-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 16px 28px rgba(37, 40, 86, 0.14);
}
.appointment-action-icon svg {
  width: 24px;
  height: 24px;
}
.appointment-mini-card.is-wechat .appointment-action-icon {
  background: linear-gradient(135deg, #1ccf75, #18b66d);
}
.appointment-mini-card.is-phone .appointment-action-icon {
  background: linear-gradient(135deg, #9b7cf7, #755ef2);
}
.appointment-mini-card.is-campus .appointment-action-icon {
  background: linear-gradient(135deg, #ffc94d, #ffab00);
}
.appointment-mini-card h3 {
  margin: 10px 0 5px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}
.appointment-mini-card p {
  min-height: 0;
  margin: 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.55;
}
.appointment-qr {
  width: 108px;
  height: 108px;
  margin: 10px 0 10px;
  border: 6px solid #fff;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(37, 40, 86, 0.1);
}
.appointment-phone {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px dashed rgba(37, 40, 86, 0.16);
  border-bottom: 1px dashed rgba(37, 40, 86, 0.16);
  color: var(--ink);
  font-size: clamp(22px, 1.45vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.appointment-soft-button {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  border-radius: 13px;
  color: #16b96b;
  background: linear-gradient(135deg, rgba(230, 252, 239, 0.98), rgba(242, 252, 248, 0.98));
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}
.appointment-soft-button svg {
  width: 20px;
  height: 20px;
}
.appointment-mini-card.is-phone .appointment-soft-button {
  color: #715df0;
  background: linear-gradient(135deg, rgba(243, 238, 255, 0.98), rgba(249, 246, 255, 0.98));
}
.appointment-detail-button,
.appointment-mini-card.is-campus .appointment-soft-button {
  color: #ff9800;
  background: linear-gradient(135deg, rgba(255, 246, 221, 0.98), rgba(255, 250, 236, 0.98));
}
.appointment-mini-card.is-campus .appointment-action-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.appointment-mini-card.is-campus h3 {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}
.appointment-mini-card.is-campus p {
  grid-column: 2;
  grid-row: 2;
}
.appointment-campus-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
}
.appointment-mini-card.is-campus .appointment-soft-button {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  width: 128px;
  margin-top: 10px;
}
.appointment-campus-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  align-items: center;
  justify-items: center;
  min-height: 48px;
  padding: 8px 6px;
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 18px rgba(37, 40, 86, 0.05);
  text-align: center;
  text-decoration: none;
}
.appointment-campus-link span {
  min-width: 0;
  width: 100%;
}
.appointment-campus-link strong,
.appointment-campus-link em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appointment-campus-link strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}
.appointment-campus-link em {
  display: none;
  margin-top: 2px;
  color: rgba(37, 40, 86, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}
.appointment-campus-link > svg {
  display: none;
}
.appointment-campus-icon {
  display: none;
}
.appointment-proof {
  grid-area: proof;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 12px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 244, 248, 0.94), rgba(255, 255, 255, 0.88));
  color: rgba(37, 40, 86, 0.78);
  font-size: 15px;
  font-weight: 820;
}
.appointment-proof strong {
  color: var(--pink);
  font-size: 20px;
  font-weight: 900;
}
.appointment-proof span {
  white-space: nowrap;
}
.appointment-proof b {
  width: 1px;
  align-self: stretch;
  background: rgba(37, 40, 86, 0.12);
}
.appointment-proof-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
}
.appointment-main-cta {
  grid-area: cta;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 38px;
  gap: 22px;
  align-items: center;
  min-height: 72px;
  padding: 16px 28px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #6e4df7, #2fa6ff);
  box-shadow: 0 16px 34px rgba(64, 105, 245, 0.24);
  text-decoration: none;
}
.appointment-main-cta svg {
  width: 34px;
  height: 34px;
}
.appointment-main-cta strong,
.appointment-main-cta em {
  display: block;
}
.appointment-main-cta strong {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
}
.appointment-main-cta em {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-style: normal;
  font-weight: 820;
}
.appointment-main-cta > svg:last-child {
  justify-self: end;
}
.appointment-note {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  max-width: 820px;
  margin: 34px 0 0 8px;
  padding: 12px 32px;
  border: 1px solid rgba(236, 231, 234, 0.62);
  border-radius: 16px;
  color: rgba(37, 40, 86, 0.78);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(37, 40, 86, 0.05);
  font-size: 18px;
  font-weight: 820;
}
.appointment-note span {
  color: var(--pink);
}
.appointment-note-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
}
@media (max-width: 1320px) {
  .appointment-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "actions"
      "proof"
      "cta";
  }
  .appointment-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .appointment-section {
    padding: 64px 0 54px;
  }
  .appointment-card {
    gap: 26px;
    padding: 34px 20px 24px;
    border-radius: 22px;
  }
  .appointment-copy h2 {
    font-size: 32px;
  }
  .appointment-lead {
    font-size: 16px;
    line-height: 1.72;
  }
  .appointment-values,
  .appointment-actions {
    grid-template-columns: 1fr;
  }
  .appointment-values article {
    min-height: 0;
    padding: 18px 10px;
  }
  .appointment-values article + article {
    border-left: 0;
    border-top: 1px solid rgba(37, 40, 86, 0.1);
  }
  .appointment-mini-card {
    min-height: auto;
  }
  .appointment-mini-card.is-campus {
    display: flex;
    grid-column: auto;
    min-height: auto;
  }
  .appointment-mini-card.is-campus .appointment-action-icon,
  .appointment-mini-card.is-campus h3,
  .appointment-mini-card.is-campus p,
  .appointment-campus-list,
  .appointment-mini-card.is-campus .appointment-soft-button {
    grid-column: auto;
    grid-row: auto;
  }
  .appointment-campus-list {
    grid-template-columns: 1fr;
    margin: 12px 0 14px;
  }
  .appointment-proof {
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
    font-size: 15px;
  }
  .appointment-proof span {
    white-space: normal;
  }
  .appointment-proof b {
    display: none;
  }
  .appointment-main-cta {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 14px;
    min-height: 80px;
    padding: 18px 20px;
  }
  .appointment-main-cta strong {
    font-size: 21px;
  }
  .appointment-main-cta em {
    font-size: 13px;
  }
  .appointment-note {
    width: 100%;
    margin-left: 0;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-intro {
    display: none !important;
  }
  .home-hero-seq,
  .home-hero-photo,
  .home-intro-inner,
  .about-story-kicker,
  .about-story-hero h1,
  .about-story-subtitle,
  .about-story-motto,
  .about-story-hero-button {
    animation: none !important;
  }
  .js-motion [data-home-reveal],
  .js-motion [data-brand-reveal],
  .js-motion [data-history-reveal],
  .js-motion [data-pricing-reveal],
  .motion-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ddjgt growth navigation page */
body.growth-nav-page {
  --growth-ink: #1d2b63;
  --growth-muted: rgba(29, 43, 99, 0.66);
  --growth-line: rgba(29, 43, 99, 0.09);
  --growth-pink: #ff5f93;
  --growth-soft: #fff7fa;
  --growth-shadow: 0 22px 60px rgba(31, 42, 91, 0.08);
  --growth-shadow-hover: 0 28px 72px rgba(31, 42, 91, 0.13);
  background: linear-gradient(180deg, #fff 0%, #fbfcff 42%, #fff 100%);
  color: var(--growth-ink);
}
body.growth-nav-page .site-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}
.growth-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 54px;
  background:
    radial-gradient(circle at 48% 20%, rgba(255, 95, 147, 0.08), transparent 22%),
    radial-gradient(circle at 84% 26%, rgba(91, 140, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff 70%, #fbfcff 100%);
}
.growth-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 72px;
  max-width: 1320px;
}
.growth-kicker {
  margin: 0 0 16px;
  color: var(--growth-pink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}
.growth-hero h1 {
  margin: 0;
  color: var(--growth-ink);
  font-size: clamp(38px, 3.35vw, 52px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
}
.growth-hero-copy > p:not(.growth-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--growth-muted);
  font-size: 19px;
  line-height: 1.85;
  font-weight: 650;
}
.growth-search-pill {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) max-content 22px;
  align-items: center;
  gap: 14px;
  width: min(100%, 468px);
  min-height: 64px;
  margin-top: 32px;
  border: 1px solid rgba(255, 95, 147, 0.18);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--growth-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--growth-shadow);
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.growth-search-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 95, 147, 0.34);
  box-shadow: var(--growth-shadow-hover);
}
.growth-search-pill svg {
  width: 22px;
  height: 22px;
  color: var(--growth-pink);
}
.growth-search-pill span,
.growth-search-pill strong {
  min-width: 0;
  font-size: 17px;
  line-height: 1.35;
}
.growth-search-pill span {
  color: rgba(29, 43, 99, 0.72);
  font-weight: 800;
}
.growth-search-pill strong {
  color: var(--growth-pink);
  font-weight: 900;
  white-space: nowrap;
}
.growth-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  max-width: 640px;
}
.growth-hero-values article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 112px;
  padding: 16px 10px;
  border: 1px solid var(--growth-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}
.growth-value-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  box-shadow: none;
}
.growth-hero-values strong {
  color: var(--growth-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
.growth-hero-values span:not(.icon-badge) {
  color: var(--growth-muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}
.growth-hero-visual {
  margin: 0;
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}
.growth-hero-stage {
  position: relative;
  width: min(100%, 650px);
  min-height: 500px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.96) 0 26%, rgba(255,255,255,.54) 42%, transparent 72%),
    radial-gradient(circle at 12% 22%, rgba(255, 188, 72, .13), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(91, 140, 255, .14), transparent 24%),
    radial-gradient(circle at 20% 72%, rgba(255, 95, 147, .12), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(246,249,255,.78));
}
.growth-hero-stage::before,
.growth-hero-stage::after {
  content: "";
  position: absolute;
  inset: 78px 114px;
  border: 2px dashed rgba(142, 158, 208, .32);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.growth-hero-stage::after {
  inset: 108px 150px;
  border-color: rgba(255, 95, 147, .22);
  transform: rotate(21deg);
}
.growth-orbit {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #fbdde7;
  box-shadow: 92px 54px 0 rgba(130, 214, 161, .28), 305px -16px 0 rgba(255, 199, 89, .32), 415px 96px 0 rgba(172, 151, 255, .24);
}
.growth-orbit-a {
  left: 124px;
  top: 92px;
}
.growth-orbit-b {
  right: 110px;
  bottom: 128px;
  background: rgba(91, 140, 255, .16);
  box-shadow: -250px -24px 0 rgba(255, 95, 147, .14), -92px 78px 0 rgba(255, 199, 89, .28);
}
.growth-child-illustration {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(44%, 300px);
  height: auto;
  transform: translate(-50%, -39%);
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(31, 42, 91, .14));
}
.growth-hero-topic {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 178px;
  min-height: 82px;
  padding: 13px 16px 13px 14px;
  border: 1px solid rgba(31, 42, 91, .07);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(31, 42, 91, .07);
  backdrop-filter: blur(10px);
}
.growth-hero-topic-art {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: center;
  flex: 0 0 64px;
  margin: 0;
}
.growth-hero-topic-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-hero-topic > div {
  min-width: 0;
}
.growth-hero-topic strong,
.growth-hero-topic span {
  display: block;
}
.growth-hero-topic strong {
  margin-bottom: 3px;
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 950;
}
.growth-hero-topic span {
  color: rgba(29, 43, 99, .68);
  font-size: 15px !important;
  line-height: 1.42 !important;
  font-weight: 760;
}
.growth-hero-topic.is-purple strong { color: #8b6bff; }
.growth-hero-topic.is-blue strong { color: #4c8dff; }
.growth-hero-topic.is-green strong { color: #22b978; }
.growth-hero-topic.is-orange strong { color: #ff8a2a; }
.growth-hero-topic.is-pink strong { color: #ff5f93; }
.growth-hero-topic.is-yellow strong { color: #ff9f1a; }
.growth-hero-topic.is-top-left {
  left: 145px;
  top: 44px;
}
.growth-hero-topic.is-top-right {
  right: 20px;
  top: 52px;
}
.growth-hero-topic.is-mid-right {
  right: 0;
  top: 235px;
}
.growth-hero-topic.is-bottom {
  left: 268px;
  bottom: 28px;
  min-width: 230px;
}
.growth-hero-topic.is-mid-left {
  left: 56px;
  top: 285px;
}
.growth-hero-topic.is-left {
  left: 8px;
  top: 165px;
}
.growth-card-section {
  padding: 34px 0;
  background: #fbfcff;
}
.growth-card-section + .growth-card-section {
  padding-top: 0;
}
.growth-panel {
  position: relative;
  max-width: 1320px;
  border: 1px solid var(--growth-line);
  border-radius: 24px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 46px rgba(31, 42, 91, 0.045);
}
.growth-number {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff5f93, #ff8aac);
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(255, 95, 147, 0.22);
}
.growth-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 28px;
  padding-left: 52px;
}
.growth-section-head.is-center {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  padding-left: 0;
  text-align: center;
}
.growth-section-head h2 {
  margin: 0;
  color: var(--growth-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}
.growth-section-head p {
  margin: 10px 0 0;
  color: var(--growth-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
}
#growthAnalysisTitle {
  white-space: nowrap;
  font-size: clamp(30px, 2.65vw, 39px);
}
.growth-selected-count {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--growth-muted);
  background: #fff4f8;
  font-size: 16px;
  font-weight: 850;
  white-space: nowrap;
}
.growth-selected-count strong {
  margin: 0 4px;
  color: var(--growth-pink);
  font-size: 20px;
}
.growth-signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.growth-signal-card,
.growth-analysis-card,
.growth-direction-card,
.growth-ability-line article {
  --tone: #db2777;
  --tone-soft: #fde8f2;
  --tone-wash: rgba(219, 39, 119, .08);
}
.growth-signal-card.is-blue,
.growth-analysis-card.is-blue,
.growth-direction-card.is-blue {
  --tone: #2563eb;
  --tone-soft: #eaf1ff;
  --tone-wash: rgba(37, 99, 235, .08);
}
.growth-ability-line .is-blue { --tone: #2563eb; }
.growth-signal-card.is-purple,
.growth-analysis-card.is-purple,
.growth-direction-card.is-purple {
  --tone: #7c3aed;
  --tone-soft: #f1e9ff;
  --tone-wash: rgba(124, 58, 237, .08);
}
.growth-ability-line .is-purple { --tone: #7c3aed; }
.growth-signal-card.is-green,
.growth-analysis-card.is-green,
.growth-direction-card.is-green {
  --tone: #059669;
  --tone-soft: #e4f8ee;
  --tone-wash: rgba(5, 150, 105, .08);
}
.growth-ability-line .is-green { --tone: #059669; }
.growth-signal-card.is-pink,
.growth-analysis-card.is-pink,
.growth-direction-card.is-pink {
  --tone: #db2777;
  --tone-soft: #fde8f2;
  --tone-wash: rgba(219, 39, 119, .08);
}
.growth-ability-line .is-pink { --tone: #db2777; }
.growth-signal-card.is-orange,
.growth-analysis-card.is-orange,
.growth-direction-card.is-orange {
  --tone: #ea580c;
  --tone-soft: #fff0df;
  --tone-wash: rgba(234, 88, 12, .08);
}
.growth-ability-line .is-orange { --tone: #ea580c; }
.growth-signal-card.is-yellow,
.growth-analysis-card.is-yellow,
.growth-direction-card.is-yellow {
  --tone: #ca8a04;
  --tone-soft: #fff7d6;
  --tone-wash: rgba(202, 138, 4, .08);
}
.growth-ability-line .is-yellow { --tone: #ca8a04; }
.growth-signal-card.is-cyan,
.growth-analysis-card.is-cyan,
.growth-direction-card.is-cyan {
  --tone: #0891b2;
  --tone-soft: #e6f8fb;
  --tone-wash: rgba(8, 145, 178, .08);
}
.growth-ability-line .is-cyan { --tone: #0891b2; }
.growth-signal-card {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 236px;
  border: 1px solid rgba(29, 43, 99, 0.08);
  border-radius: 20px;
  padding: 22px 15px 18px;
  color: var(--growth-ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 42, 91, 0.04);
  cursor: pointer;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}
.growth-signal-card:hover,
.growth-signal-card.is-selected,
.growth-direction-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--growth-shadow-hover);
}
.growth-signal-card.is-selected {
  border-color: color-mix(in srgb, var(--tone) 52%, #fff);
  background: linear-gradient(180deg, #fff, var(--tone-wash));
}
.growth-check {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(29, 43, 99, 0.15);
  border-radius: 6px;
  background: #fff;
}
.growth-signal-card.is-selected .growth-check {
  border-color: var(--tone);
  background: var(--tone);
}
.growth-signal-card.is-selected .growth-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.growth-signal-art {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: -2px 0 10px;
}
.growth-signal-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-signal-icon {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 8px 0 15px;
  border-radius: 999px;
  color: var(--growth-signal-icon-color, var(--tone));
  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.9), transparent 28%),
    radial-gradient(circle at 50% 50%, var(--tone-soft), #fff 72%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.66), 0 16px 32px color-mix(in srgb, var(--growth-signal-icon-color, var(--tone)) 12%, transparent);
}
.growth-signal-icon svg {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 3;
}
.growth-signal-icon i,
.growth-signal-icon b {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: currentColor;
  opacity: .28;
}
.growth-signal-icon i {
  width: 6px;
  height: 6px;
  right: 16px;
  top: 13px;
}
.growth-signal-icon b {
  width: 4px;
  height: 4px;
  left: 15px;
  bottom: 17px;
}
.growth-signal-card strong {
  color: var(--growth-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}
.growth-signal-card p {
  margin: 10px 0 0;
  color: var(--growth-muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.7;
}
.growth-signal-card em {
  align-self: end;
  margin-top: 14px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--tone);
  background: var(--tone-soft);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}
.growth-selector-note {
  margin: 24px 0 0;
  color: rgba(29, 43, 99, 0.56);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.7;
  text-align: center;
}
.growth-selector-note a,
.growth-head-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--growth-pink);
  font-weight: 900;
  text-decoration: none;
}
.growth-selector-note svg,
.growth-head-link svg {
  width: 16px;
  height: 16px;
}
.growth-analysis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.growth-analysis-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 238px;
  border: 1px solid color-mix(in srgb, var(--tone) 14%, #e8edf7);
  border-radius: 18px;
  padding: 17px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 6%, var(--tone-soft), transparent 42%),
    linear-gradient(180deg, #fff, color-mix(in srgb, var(--tone) 4%, #fff));
  box-shadow: 0 18px 40px rgba(29, 43, 99, .05);
}
.growth-analysis-card::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--tone);
  box-shadow: 13px 0 0 color-mix(in srgb, var(--tone) 16%, transparent);
  opacity: .28;
}
.growth-analysis-top {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.growth-analysis-art {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  margin: 0;
}
.growth-analysis-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-analysis-card span,
.growth-analysis-card em {
  color: rgba(29, 43, 99, 0.48);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.growth-analysis-card strong {
  display: block;
  margin-top: 3px;
  color: var(--growth-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.growth-analysis-card i {
  color: var(--tone);
  font-style: normal;
}
.growth-analysis-card i svg {
  width: 18px;
  height: 18px;
}
.growth-analysis-card p {
  margin: 0;
  color: var(--growth-muted);
  font-size: 13.5px;
  font-weight: 760;
  line-height: 1.55;
}
.growth-analysis-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  min-width: 0;
}
.growth-analysis-tags b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 11px;
  color: var(--tone);
  background: color-mix(in srgb, var(--tone) 14%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tone) 10%, transparent);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.growth-analysis-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  width: fit-content;
  max-width: 920px;
  margin: 30px auto 0;
  border: 1px solid rgba(255, 92, 143, .12);
  border-radius: 999px;
  padding: 12px 14px;
  color: var(--growth-muted);
  background: #fff4f8;
  box-shadow: 0 16px 34px rgba(255, 92, 143, .08);
}
.growth-analysis-note span {
  display: grid;
  gap: 2px;
}
.growth-analysis-note strong {
  color: var(--growth-ink);
  font-size: 16px;
  font-weight: 900;
}
.growth-analysis-note small {
  color: rgba(29, 43, 99, .58);
  font-size: 13px;
  font-weight: 760;
}
.growth-analysis-note a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: var(--growth-pink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 92, 143, .22);
}
.growth-analysis-note a svg {
  width: 15px;
  height: 15px;
}
.growth-note-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  box-shadow: none;
}
.growth-ability-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  margin-top: 34px;
}
.growth-ability-line article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 8px;
  min-height: 218px;
  border: 1px solid color-mix(in srgb, var(--tone) 14%, #eef1f7);
  border-radius: 20px;
  padding: 15px 10px 14px;
  background:
    radial-gradient(circle at 50% 15%, color-mix(in srgb, var(--tone) 9%, #fff), transparent 48%),
    linear-gradient(180deg, #fff, color-mix(in srgb, var(--tone) 3%, #fff));
  text-align: center;
  box-shadow: 0 14px 32px rgba(29, 43, 99, .04);
}
.growth-ability-line article::before {
  display: none;
}
.growth-ability-art {
  width: 82px;
  height: 82px;
  margin: 0;
}
.growth-ability-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-ability-line strong {
  color: var(--tone);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}
.growth-ability-line p {
  margin: 0;
  color: var(--growth-muted);
  font-size: 12.5px;
  font-weight: 720;
  line-height: 1.5;
}
.growth-ability-line article span {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}
.growth-ability-line article span b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 0 7px;
  color: var(--tone);
  background: color-mix(in srgb, var(--tone) 10%, #fff);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.growth-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.growth-direction-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 306px;
  border: 1px solid color-mix(in srgb, var(--tone) 18%, #eef1f7);
  border-radius: 22px;
  padding: 20px;
  color: var(--growth-ink);
  background: linear-gradient(135deg, #fff 0%, #fff 58%, color-mix(in srgb, var(--tone) 7%, #fff) 100%);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.growth-direction-art {
  width: 82px;
  height: 82px;
  margin: 0;
}
.growth-direction-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-direction-card h3 {
  margin: 0;
  color: var(--tone);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.28;
}
.growth-direction-card p,
.growth-direction-card span {
  margin: 0;
  color: var(--growth-muted);
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.62;
}
.growth-direction-card span {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 62px;
  align-content: flex-start;
}
.growth-direction-card span i {
  flex: 0 0 100%;
  color: rgba(29, 43, 99, .48);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}
.growth-direction-card span b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 9px;
  color: var(--tone);
  background: color-mix(in srgb, var(--tone) 11%, #fff);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.growth-direction-card em {
  align-self: end;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tone);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.growth-direction-card em svg {
  width: 17px;
  height: 17px;
}
.growth-process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  position: relative;
  margin-top: 34px;
}
.growth-process-line::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,95,147,.32), rgba(91,140,255,.28), rgba(57,201,141,.28));
}
.growth-process-line article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  text-align: center;
}
.growth-process-line article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff5f93, #ff8aac);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 95, 147, 0.18);
}
.growth-process-line article > svg {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  border-radius: 18px;
  padding: 11px;
  color: #5b8cff;
  background: #f2f6ff;
}
.growth-process-line strong {
  color: var(--growth-ink);
  font-size: 18px;
  font-weight: 900;
}
.growth-process-line p {
  margin: 0;
  color: var(--growth-muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.65;
}
.growth-case-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.growth-case-row article {
  min-height: 176px;
  border: 1px solid var(--growth-line);
  border-radius: 20px;
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fff9fb);
  box-shadow: 0 12px 30px rgba(31,42,91,.04);
}
.growth-case-row strong,
.growth-case-row span {
  display: block;
}
.growth-case-row strong {
  color: var(--growth-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}
.growth-case-row span {
  margin-top: 8px;
  color: var(--growth-pink);
  font-size: 15px;
  font-weight: 900;
}
.growth-case-row p {
  margin: 12px 0 0;
  color: var(--growth-muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.7;
}
.growth-cta-section {
  padding: 26px 0 34px;
  background: #fbfcff;
}
.growth-cta-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) max-content;
  align-items: center;
  gap: 36px;
  max-width: 1320px;
  min-height: 170px;
  border: 1px solid rgba(255, 95, 147, 0.16);
  border-radius: 26px;
  padding: 26px 34px;
  background: linear-gradient(135deg, #fff1f6 0%, #fff8fb 52%, #fff 100%);
  box-shadow: 0 18px 48px rgba(255, 95, 147, 0.09);
}
.growth-cta-card figure {
  margin: 0;
}
.growth-cta-card img {
  width: 280px;
  height: 112px;
  object-fit: contain;
}
.growth-cta-card h2 {
  margin: 0;
  color: var(--growth-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}
.growth-cta-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 0;
}
.growth-cta-card p span {
  color: var(--growth-muted);
  font-size: 15px;
  font-weight: 850;
}
.growth-cta-card .button {
  min-height: 54px;
  border-radius: 999px;
  padding-inline: 28px;
  white-space: nowrap;
}
.growth-cta-card .button svg {
  width: 17px;
  height: 17px;
}
.growth-trust-strip {
  padding: 0 0 72px;
  background: #fbfcff;
}
.growth-trust-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1320px;
  border: 1px solid var(--growth-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31,42,91,.04);
  overflow: hidden;
}
.growth-trust-strip article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: center;
  min-height: 116px;
  padding: 24px;
  border-right: 1px solid var(--growth-line);
}
.growth-trust-strip article:last-child {
  border-right: 0;
}
.growth-trust-strip svg {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  padding: 12px;
  color: var(--growth-pink);
  background: #fff1f6;
}
.growth-trust-strip strong {
  color: var(--growth-ink);
  font-size: 18px;
  font-weight: 900;
}
.growth-trust-strip p {
  margin: 0;
  color: var(--growth-muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.55;
}
body.growth-nav-page [data-growth-reveal],
body.growth-nav-page .growth-signal-card {
  opacity: 1;
  transform: none;
}
body.growth-nav-page [data-growth-reveal].is-visible,
body.growth-nav-page .growth-signal-card.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1180px) {
  .growth-hero-grid,
  .growth-cta-card {
    grid-template-columns: 1fr;
  }
  .growth-hero-visual {
    min-height: 0;
  }
  .growth-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .growth-analysis-grid,
  .growth-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .growth-ability-line,
  .growth-process-line,
  .growth-case-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .growth-process-line::before {
    display: none;
  }
  .growth-trust-strip .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .growth-trust-strip article:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 760px) {
  .growth-hero {
    padding: 104px 0 32px;
  }
  .growth-hero-grid,
  .growth-panel,
  .growth-cta-card,
  .growth-trust-strip .wrap {
    width: min(100% - 32px, 1320px);
  }
  .growth-hero-grid {
    gap: 30px;
  }
  .growth-hero h1 {
    font-size: 34px;
    white-space: normal;
  }
  .growth-hero-copy > p:not(.growth-kicker) {
    font-size: 16px;
    line-height: 1.75;
  }
  .growth-search-pill {
    grid-template-columns: 22px minmax(0, 1fr) 20px;
    min-height: 58px;
    padding: 0 16px;
  }
  .growth-search-pill strong {
    display: none;
  }
  .growth-hero-values,
  .growth-signal-grid,
  .growth-analysis-grid,
  .growth-direction-grid,
  .growth-ability-line,
  .growth-process-line,
  .growth-case-row,
  .growth-trust-strip .wrap {
    grid-template-columns: 1fr;
  }
  .growth-panel {
    padding: 30px 18px 22px;
    border-radius: 22px;
  }
  .growth-hero-visual {
    min-height: 0;
  }
  .growth-hero-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    padding: 24px 14px 16px;
    border-radius: 28px;
  }
  .growth-hero-stage::before,
  .growth-hero-stage::after,
  .growth-orbit {
    display: none;
  }
  .growth-child-illustration {
    position: relative;
    grid-column: 1 / -1;
    left: auto;
    top: auto;
    justify-self: center;
    width: min(78%, 230px);
    height: auto;
    transform: none;
    margin-bottom: 2px;
  }
  .growth-hero-topic {
    position: static;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    border-radius: 18px;
  }
  .growth-hero-topic.is-bottom {
    min-width: 0;
  }
  .growth-hero-topic-art {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .growth-hero-topic strong {
    font-size: 15px !important;
  }
  .growth-hero-topic span {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
  .growth-number {
    position: static;
    margin-bottom: 16px;
  }
  .growth-section-head,
  .growth-section-head.is-center {
    display: block;
    padding-left: 0;
    text-align: left;
  }
  .growth-section-head h2 {
    font-size: 30px;
  }
  #growthAnalysisTitle {
    white-space: normal;
    font-size: 30px;
  }
  .growth-selected-count,
  .growth-head-link {
    margin-top: 16px;
  }
  .growth-signal-card {
    min-height: 0;
  }
  .growth-analysis-note {
    align-items: flex-start;
    border-radius: 18px;
  }
  .growth-cta-card {
    gap: 20px;
    padding: 24px 18px;
  }
  .growth-cta-card img {
    width: 100%;
  }
  .growth-cta-card .button {
    width: 100%;
    justify-content: center;
  }
  .growth-trust-strip article,
  .growth-trust-strip article:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--growth-line);
  }
  .growth-trust-strip article:last-child {
    border-bottom: 0;
  }
}

/* ddjgt professional team homepage */
body.professional-team-page {
  background:
    linear-gradient(180deg, rgba(255, 246, 250, 0.8), rgba(255, 255, 255, 0.96) 360px),
    #fff;
}
.team-home-wrap {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}
.team-home-section {
  padding: 58px 0;
}
.team-home-hero {
  padding: 94px 0 22px;
}
.team-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 520px;
  padding: 58px 52px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 249, 0.88));
  box-shadow: 0 26px 70px rgba(37, 40, 86, 0.07);
}
.team-home-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-weight: 900;
  font-size: 14px;
}
.team-home-hero h1,
.team-home-head h2,
.team-final-card h2,
.team-leader-card h2 {
  margin: 16px 0 0;
  color: #17245d;
  line-height: 1.14;
  font-weight: 950;
}
.team-home-hero h1 {
  font-size: 58px;
}
.team-home-hero h1 span,
.team-final-card h2 span {
  color: var(--pink);
}
.team-home-hero-copy > p:not(.team-home-kicker),
.team-home-head > p,
.team-leader-card p,
.team-final-card p,
.team-action-list p,
.team-case-row p,
.team-case-row em {
  color: rgba(37, 40, 86, 0.72);
  line-height: 1.82;
}
.team-home-hero-copy > p:not(.team-home-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 18px;
}
.team-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.team-home-hero-actions .button {
  min-height: 48px;
  padding: 0 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.team-home-hero-actions .button:hover {
  transform: translateY(-2px);
}
.team-home-hero-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 540px;
  margin-top: 36px;
}
.team-home-hero-values article {
  min-height: 90px;
  padding: 16px 12px;
  border-radius: 18px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.team-home-hero-values strong {
  display: block;
  margin-top: 8px;
  color: #17245d;
  font-size: 14px;
}
.team-orbit-visual,
.team-loop-visual {
  position: relative;
  min-height: 440px;
}
.team-orbit-ring,
.team-loop-visual::before {
  position: absolute;
  inset: 54px 70px;
  content: "";
  border: 2px dashed rgba(91, 140, 255, 0.22);
  border-radius: 50%;
}
.team-orbit-child {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 178px;
  height: 178px;
  padding: 18px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.12);
  text-align: center;
}
.team-orbit-child img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}
.team-orbit-child strong {
  display: block;
  color: var(--pink);
  font-weight: 950;
}
.team-orbit-node,
.team-loop-node {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 230px;
  min-height: 96px;
  padding: 12px 14px;
  border: 1px solid rgba(235, 229, 236, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(37, 40, 86, 0.08);
  animation: teamFadeUp 0.7s ease both;
}
.team-orbit-node img,
.team-loop-node img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
  background: #eef8fc;
}
.team-orbit-node strong,
.team-loop-node strong {
  display: block;
  color: #17245d;
  font-weight: 950;
}
.team-orbit-node span,
.team-loop-node span {
  display: block;
  margin-top: 4px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  line-height: 1.45;
}
.team-orbit-node.is-top,
.team-loop-node.is-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-orbit-node.is-left,
.team-loop-node.is-left {
  top: 40%;
  left: 0;
}
.team-orbit-node.is-right,
.team-loop-node.is-right {
  top: 40%;
  right: 0;
}
.team-orbit-node.is-bottom,
.team-loop-node.is-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-orbit-node:nth-of-type(3),
.team-loop-node:nth-of-type(2) {
  animation-delay: 0.08s;
}
.team-orbit-node:nth-of-type(4),
.team-loop-node:nth-of-type(3) {
  animation-delay: 0.16s;
}
.team-orbit-node:nth-of-type(5),
.team-loop-node:nth-of-type(4) {
  animation-delay: 0.24s;
}
.team-leader-section {
  padding-top: 36px;
}
.team-leader-card,
.team-final-card {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) minmax(240px, 320px);
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 248, 251, 0.94), rgba(255, 255, 255, 0.98));
  box-shadow: 0 22px 62px rgba(37, 40, 86, 0.07);
}
.team-leader-card figure,
.team-final-card figure {
  margin: 0;
}
.team-leader-card figure img {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  background: #eef8fc;
}
.team-leader-card aside {
  padding: 26px;
  border: 1px solid rgba(255, 92, 147, 0.16);
  border-radius: 24px;
  background: #fff;
}
.team-leader-card aside b {
  display: block;
  color: var(--pink);
  font-size: 22px;
  line-height: 1.45;
}
.team-home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.team-home-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #17245d;
  background: rgba(91, 140, 255, 0.09);
  font-weight: 850;
  font-size: 13px;
}
.team-home-head {
  max-width: 700px;
  margin-bottom: 34px;
}
.team-home-head.is-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.team-home-head h2 {
  font-size: 42px;
}
.team-home-head > p:not(.team-home-kicker) {
  margin: 16px 0 0;
}
.team-role-scroller {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.team-role-card {
  overflow: hidden;
  display: flex;
  min-height: 458px;
  flex-direction: column;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 24px;
  color: inherit;
  background: #fff;
  box-shadow: 0 16px 42px rgba(37, 40, 86, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.team-role-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(37, 40, 86, 0.11);
}
.team-role-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  object-position: center top;
  background: #eef8fc;
}
.team-role-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}
.team-role-card span {
  color: var(--pink);
  font-weight: 950;
  font-size: 13px;
}
.team-role-card h3 {
  margin: 8px 0 0;
  color: #17245d;
  font-size: 24px;
}
.team-role-card strong {
  margin-top: 8px;
  color: #17245d;
  font-size: 15px;
}
.team-role-card p {
  margin: 8px 0 12px;
  color: rgba(37, 40, 86, 0.68);
  line-height: 1.65;
}
.team-role-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-role-card li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  color: rgba(37, 40, 86, 0.72);
  font-size: 13px;
}
.team-role-card li svg,
.team-role-card em svg,
.team-case-row a svg {
  width: 16px;
  height: 16px;
  color: var(--pink);
}
.team-role-card em {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: #315fd2;
  font-style: normal;
  font-weight: 950;
}
.team-journey-section {
  padding-top: 46px;
}
.team-journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.team-journey-line::before {
  position: absolute;
  top: 52px;
  right: 8%;
  left: 8%;
  content: "";
  border-top: 2px dashed rgba(91, 140, 255, 0.26);
}
.team-journey-line article {
  position: relative;
  z-index: 2;
  min-height: 208px;
  padding: 0 12px 18px;
  text-align: center;
}
.team-journey-line article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 950;
}
.team-journey-icon {
  width: 74px;
  height: 74px;
  margin: 12px auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(37, 40, 86, 0.08);
}
.team-journey-line h3 {
  margin: 8px 0 6px;
  color: #17245d;
  font-size: 18px;
}
.team-journey-line p {
  margin: 0;
  color: rgba(37, 40, 86, 0.65);
  font-size: 14px;
  line-height: 1.7;
}
.team-collab-section {
  padding-top: 36px;
}
.team-collab-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
  gap: 50px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
}
.team-action-list {
  display: grid;
  gap: 14px;
}
.team-action-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 104px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(37, 40, 86, 0.05);
}
.team-action-list strong {
  display: block;
  color: #17245d;
  font-size: 18px;
}
.team-action-list p {
  margin: 6px 0 0;
}
.team-loop-visual {
  min-height: 500px;
}
.team-loop-visual::before {
  inset: 78px 92px;
  border-color: rgba(255, 92, 147, 0.2);
}
.team-loop-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  color: var(--pink);
  text-align: center;
  background: linear-gradient(135deg, #fff, #fff1f6);
  box-shadow: 0 18px 44px rgba(255, 92, 147, 0.16);
}
.team-loop-center strong {
  line-height: 1.45;
  font-size: 20px;
}
.team-results-section {
  padding-top: 52px;
}
.team-case-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.team-case-row article {
  min-height: 238px;
  padding: 22px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.06);
}
.team-case-row h3 {
  margin: 0;
  color: #17245d;
  font-size: 18px;
}
.team-case-row span,
.team-case-row strong {
  display: block;
  margin-top: 14px;
  color: var(--pink);
  font-weight: 950;
}
.team-case-row p {
  min-height: 48px;
  margin: 6px 0 0;
  font-size: 14px;
}
.team-case-row em {
  display: block;
  min-height: 54px;
  margin-top: 6px;
  font-style: normal;
  font-size: 14px;
}
.team-case-row a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
  color: #315fd2;
  font-weight: 950;
}
.team-final-section {
  padding: 44px 0 96px;
}
.team-final-card {
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  gap: 44px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 92, 147, 0.14), transparent 28%),
    linear-gradient(135deg, #fff3f7, #fff 72%);
}
.team-final-card figure {
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-final-card figure img {
  width: min(620px, 132%);
  max-width: none;
  height: auto;
  transform: scale(1.18);
  transform-origin: center;
  image-rendering: auto;
}
.team-final-card h2 {
  font-size: 42px;
}
.team-final-card p {
  margin: 18px 0 0;
  font-size: 17px;
}
@keyframes teamFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .team-home-hero-grid,
  .team-leader-card,
  .team-collab-grid,
  .team-final-card {
    grid-template-columns: 1fr;
  }
  .team-home-hero-grid {
    padding: 42px 30px;
  }
  .team-home-hero h1 {
    font-size: 48px;
  }
  .team-orbit-visual,
  .team-loop-visual {
    min-height: 500px;
  }
  .team-role-scroller {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .team-journey-line,
  .team-case-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .team-journey-line::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .team-home-wrap {
    width: min(calc(100% - 32px), 1320px);
  }
  .team-home-hero {
    padding: 96px 0 18px;
  }
  .team-home-hero-grid {
    min-height: 0;
    padding: 28px 18px;
    border-radius: 24px;
  }
  .team-home-hero h1 {
    font-size: 34px;
  }
  .team-home-hero-copy > p:not(.team-home-kicker) {
    font-size: 16px;
  }
  .team-home-hero-values,
  .team-journey-line,
  .team-case-row {
    grid-template-columns: 1fr;
  }
  .team-home-hero-actions .button {
    width: 100%;
    justify-content: center;
  }
  .team-orbit-visual,
  .team-loop-visual {
    display: grid;
    gap: 12px;
    min-height: 0;
  }
  .team-orbit-ring,
  .team-loop-visual::before,
  .team-loop-center {
    display: none;
  }
  .team-orbit-child {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    border-radius: 20px;
  }
  .team-orbit-node,
  .team-loop-node {
    position: static;
    width: 100%;
    transform: none !important;
  }
  .team-leader-card,
  .team-final-card,
  .team-collab-grid {
    padding: 22px 18px;
    border-radius: 24px;
  }
  .team-leader-card aside {
    padding: 18px;
  }
  .team-home-head h2,
  .team-final-card h2 {
    font-size: 30px;
  }
  .team-role-scroller {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 4px 4px 18px;
    scroll-snap-type: x mandatory;
  }
  .team-role-card {
    flex: 0 0 82%;
    min-height: 0;
    scroll-snap-align: start;
  }
  .team-journey-line article {
    display: grid;
    grid-template-columns: 36px 70px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    text-align: left;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(37, 40, 86, 0.05);
  }
  .team-journey-icon {
    margin: 0;
  }
  .team-journey-line h3 {
    margin-top: 0;
  }
  .team-journey-line p {
    grid-column: 3;
  }
  .team-case-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
  }
  .team-case-row article {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
  .team-final-card figure {
    min-height: 180px;
  }
  .team-final-card figure img {
    width: 118%;
    transform: none;
  }
}

/* ddjgt child-meets-teacher page */
body.teacher-child-page {
  background:
    linear-gradient(180deg, rgba(255, 246, 250, 0.86), rgba(255, 255, 255, 0.98) 420px),
    #fff;
}
.child-meet-wrap {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}
.child-meet-section {
  padding: 58px 0;
}
.child-meet-hero {
  padding: 94px 0 24px;
}
.child-meet-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 44px;
  align-items: center;
  min-height: 540px;
  padding: 56px 52px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 249, 0.92));
  box-shadow: 0 26px 70px rgba(37, 40, 86, 0.07);
}
.child-meet-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-weight: 950;
  font-size: 14px;
}
.child-meet-hero h1,
.child-meet-head h2,
.child-final-card h2 {
  margin: 16px 0 0;
  color: #17245d;
  line-height: 1.14;
  font-weight: 950;
}
.child-meet-hero h1 {
  font-size: 58px;
}
.child-meet-hero h1 span,
.child-final-card h2 span {
  color: var(--pink);
}
.child-meet-hero-copy > p:not(.child-meet-kicker),
.child-meet-head > p,
.child-day-grid p,
.child-faq-grid p,
.child-feedback-grid p,
.child-final-card p {
  color: rgba(37, 40, 86, 0.72);
  line-height: 1.82;
}
.child-meet-hero-copy > p:not(.child-meet-kicker) {
  max-width: 540px;
  margin: 18px 0 0;
  font-size: 18px;
}
.child-meet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.child-meet-actions .button {
  min-height: 48px;
  padding: 0 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.child-meet-actions .button:hover {
  transform: translateY(-2px);
}
.child-meet-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
  margin-top: 36px;
}
.child-meet-benefits article {
  min-height: 112px;
  padding: 16px 12px;
  border-radius: 18px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.child-meet-benefits strong,
.child-meet-benefits span {
  display: block;
}
.child-meet-benefits strong {
  margin-top: 8px;
  color: #17245d;
  font-weight: 950;
}
.child-meet-benefits span {
  margin-top: 4px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
}
.child-meet-hero-visual {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
}
.child-meet-hero-visual img {
  width: 100%;
  display: block;
}
.child-meet-head {
  max-width: 740px;
  margin-bottom: 34px;
}
.child-meet-head.is-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.child-meet-head h2 {
  font-size: 42px;
}
.child-meet-head > p:not(.child-meet-kicker) {
  margin: 16px 0 0;
}
.child-journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}
.child-journey-line::before {
  position: absolute;
  top: 54px;
  right: 6%;
  left: 6%;
  content: "";
  border-top: 2px dashed rgba(91, 140, 255, 0.25);
}
.child-journey-line article {
  position: relative;
  z-index: 2;
  min-height: 224px;
  padding: 0 10px 18px;
  text-align: center;
}
.child-journey-line article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 950;
}
.child-journey-icon {
  width: 78px;
  height: 78px;
  margin: 12px auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.08);
}
.child-journey-line h3 {
  margin: 8px 0 6px;
  color: #17245d;
  font-size: 17px;
}
.child-journey-line p {
  margin: 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 13px;
  line-height: 1.65;
}
.child-day-section {
  padding-top: 46px;
}
.child-day-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.child-day-grid article {
  min-height: 230px;
  padding: 20px 18px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.child-day-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: rgba(255, 245, 249, 0.9);
}
.child-day-grid strong {
  color: var(--pink);
  font-weight: 950;
}
.child-day-grid h3 {
  margin: 6px 0 8px;
  color: #17245d;
  font-size: 18px;
}
.child-day-grid p {
  margin: 0;
  font-size: 14px;
}
.child-meet-note {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  min-height: 46px;
  margin: 30px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.08);
  font-weight: 950;
  text-align: center;
}
.child-role-section {
  padding-top: 48px;
}
.child-role-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255, 114, 155, 0.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 248, 251, 0.94), rgba(255, 255, 255, 0.98));
  box-shadow: 0 20px 58px rgba(37, 40, 86, 0.06);
}
.child-role-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 250px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.child-role-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
  background: #fff7fb;
}
.child-role-card span {
  color: var(--pink);
  font-weight: 950;
}
.child-role-card h3 {
  margin: 8px 0 14px;
  color: #17245d;
  font-size: 22px;
}
.child-role-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.child-role-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: rgba(37, 40, 86, 0.72);
  font-size: 14px;
}
.child-role-card li svg {
  width: 18px;
  height: 18px;
  color: var(--pink);
}
.child-role-goal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 999px;
  color: var(--pink);
  text-align: center;
  background: linear-gradient(135deg, #fff, #fff1f6);
  box-shadow: 0 18px 46px rgba(255, 92, 147, 0.16);
}
.child-role-goal strong {
  color: var(--pink);
  line-height: 1.42;
  font-size: 24px;
  font-weight: 950;
}
.child-role-goal span {
  display: block;
  max-width: 140px;
  margin-top: 8px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 12px;
  line-height: 1.5;
}
.child-role-summary {
  max-width: 880px;
  min-height: 46px;
  margin: 24px auto 0;
  padding: 12px 22px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.08);
  font-weight: 950;
  text-align: center;
}
.child-faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.child-faq-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.child-faq-grid h3 {
  margin: 12px 0 8px;
  color: #17245d;
  font-size: 17px;
}
.child-faq-grid p {
  margin: 0;
  font-size: 14px;
}
.child-feedback-section {
  padding-top: 44px;
}
.child-feedback-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.child-feedback-grid article {
  min-height: 190px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 114, 155, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #fff7fa);
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.06);
}
.child-feedback-grid b {
  display: block;
  height: 28px;
  color: var(--pink);
  font-size: 44px;
  line-height: 0.8;
}
.child-feedback-grid p {
  min-height: 88px;
  margin: 8px 0 14px;
  color: #17245d;
  font-weight: 800;
}
.child-feedback-grid strong {
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
}
.child-meet-final {
  padding: 42px 0 96px;
}
.child-final-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 34px 44px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 92, 147, 0.13), transparent 30%),
    linear-gradient(135deg, #fff1f6, #fff 70%);
  box-shadow: 0 22px 62px rgba(37, 40, 86, 0.07);
}
.child-final-card figure {
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
}
.child-final-card figure img {
  display: block;
  width: 100%;
}
.child-final-card h2 {
  font-size: 42px;
}
.child-final-card p {
  margin: 18px 0 0;
  font-size: 17px;
}
.child-final-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.child-final-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #17245d;
  background: rgba(91, 140, 255, 0.09);
  font-weight: 850;
  font-size: 13px;
}
@media (max-width: 1180px) {
  .child-meet-hero-grid,
  .child-final-card {
    grid-template-columns: 1fr;
  }
  .child-meet-hero-grid {
    padding: 42px 30px;
  }
  .child-meet-hero h1 {
    font-size: 48px;
  }
  .child-journey-line,
  .child-day-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .child-journey-line::before {
    display: none;
  }
  .child-role-grid {
    grid-template-columns: 1fr;
  }
  .child-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .child-feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .child-meet-wrap {
    width: min(calc(100% - 32px), 1320px);
  }
  .child-meet-hero {
    padding: 96px 0 18px;
  }
  .child-meet-hero-grid {
    min-height: 0;
    padding: 28px 18px;
    border-radius: 24px;
  }
  .child-meet-hero h1 {
    font-size: 34px;
  }
  .child-meet-hero-copy > p:not(.child-meet-kicker) {
    font-size: 16px;
  }
  .child-meet-actions .button {
    width: 100%;
    justify-content: center;
  }
  .child-meet-benefits,
  .child-journey-line,
  .child-day-grid,
  .child-faq-grid,
  .child-feedback-grid {
    grid-template-columns: 1fr;
  }
  .child-meet-head h2,
  .child-final-card h2 {
    font-size: 30px;
  }
  .child-journey-line article {
    display: grid;
    grid-template-columns: 36px 74px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    text-align: left;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(37, 40, 86, 0.05);
  }
  .child-journey-icon {
    margin: 0;
  }
  .child-journey-line h3 {
    margin-top: 0;
  }
  .child-journey-line p {
    grid-column: 3;
  }
  .child-day-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
  }
  .child-day-grid article {
    flex: 0 0 84%;
    min-height: 220px;
    scroll-snap-align: start;
  }
  .child-meet-note,
  .child-role-summary {
    border-radius: 18px;
    text-align: left;
  }
  .child-role-grid {
    padding: 18px;
    border-radius: 24px;
  }
  .child-role-card {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 16px;
  }
  .child-role-card h3 {
    font-size: 19px;
  }
  .child-role-goal {
    width: 160px;
    height: 160px;
  }
  .child-final-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 18px;
    border-radius: 24px;
  }
}

/* ddjgt team workflow page */
body.team-workflow-page {
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.86), rgba(255, 255, 255, 0.98) 420px),
    #fff;
}
.team-workflow-wrap {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}
.team-workflow-section {
  padding: 58px 0;
}
.team-workflow-hero {
  padding: 94px 0 24px;
}
.team-workflow-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1fr);
  gap: 46px;
  align-items: center;
  min-height: 520px;
  padding: 58px 52px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.92));
  box-shadow: 0 26px 70px rgba(37, 40, 86, 0.07);
}
.team-workflow-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-weight: 950;
  font-size: 14px;
}
.team-workflow-copy h1,
.team-workflow-head h2,
.workflow-before-copy h2,
.workflow-final-card h2 {
  margin: 16px 0 0;
  color: #17245d;
  line-height: 1.14;
  font-weight: 950;
}
.team-workflow-copy h1 {
  font-size: 54px;
}
.team-workflow-copy h1 span,
.workflow-final-card h2 span {
  color: var(--pink);
}
.team-workflow-copy p:not(.team-workflow-kicker),
.team-workflow-head p,
.workflow-week-grid p,
.workflow-standard-grid p,
.workflow-adjust-line p,
.workflow-before-copy p,
.workflow-final-card p {
  color: rgba(37, 40, 86, 0.72);
  line-height: 1.82;
}
.team-workflow-copy p:not(.team-workflow-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 18px;
}
.team-workflow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.team-workflow-actions .button {
  min-height: 48px;
  padding: 0 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.team-workflow-actions .button:hover {
  transform: translateY(-2px);
}
.team-workflow-visual {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
}
.team-workflow-visual img {
  display: block;
  width: 100%;
}
.team-workflow-system-card {
  position: relative;
  min-height: 430px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 92, 147, 0.10), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(57, 201, 141, 0.12), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(91, 140, 255, 0.12), transparent 24%),
    linear-gradient(145deg, #fff, #fff8fb 68%, #f8fdff);
  border: 1px solid rgba(255, 92, 147, 0.16);
  box-shadow: 0 24px 58px rgba(31, 37, 86, 0.08);
}
.workflow-system-ring {
  position: absolute;
  top: 94px;
  right: 88px;
  bottom: 94px;
  left: 88px;
  border: 2px dashed rgba(255, 92, 147, 0.24);
  border-radius: 999px;
}
.workflow-system-ring::before,
.workflow-system-ring::after {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(91, 140, 255, 0.10);
  border-radius: inherit;
}
.workflow-system-ring::after {
  inset: 48px;
  border-color: rgba(57, 201, 141, 0.10);
}
.workflow-system-center,
.workflow-system-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 18px 38px rgba(31, 37, 86, 0.10);
}
.workflow-system-center {
  top: 50%;
  left: 50%;
  width: 144px;
  height: 144px;
  padding: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 92, 147, 0.10), transparent 36%),
    linear-gradient(145deg, #fff, #fff2f7);
  border: 1px solid rgba(255, 92, 147, 0.16);
}
.workflow-system-center strong {
  color: var(--pink);
  font-size: 23px;
  line-height: 1.28;
  font-weight: 950;
}
.workflow-system-center span {
  margin-top: 8px;
  color: rgba(37, 40, 86, 0.64);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 850;
}
.workflow-system-node {
  width: 142px;
  min-height: 112px;
  padding: 16px 14px 15px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(230, 218, 232, 0.82);
}
.workflow-system-node strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}
.workflow-system-node span {
  margin-top: 8px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}
.workflow-system-node::before {
  content: attr(data-mark);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 9px;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 14%, #fff);
  color: currentColor;
  font-size: 15px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 18%, #fff);
}
.workflow-system-node.is-leader {
  top: 28px;
  left: 50%;
  color: #ff5c93;
  transform: translateX(-50%);
}
.workflow-system-node.is-course {
  top: 50%;
  right: 28px;
  color: #5b8cff;
  transform: translateY(-50%);
}
.workflow-system-node.is-focus {
  bottom: 28px;
  left: 50%;
  color: #8b6bff;
  transform: translateX(-50%);
}
.workflow-system-node.is-family {
  top: 50%;
  left: 28px;
  color: #39c98d;
  transform: translateY(-50%);
}
.team-workflow-head {
  max-width: 740px;
  margin-bottom: 34px;
}
.team-workflow-head.is-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.team-workflow-head h2 {
  font-size: 42px;
}
.team-workflow-head p:not(.team-workflow-kicker) {
  margin: 16px 0 0;
}
.workflow-goal-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.workflow-goal-line::before {
  position: absolute;
  top: 54px;
  right: 8%;
  left: 8%;
  content: "";
  border-top: 2px dashed rgba(255, 92, 147, 0.24);
}
.workflow-goal-line article {
  position: relative;
  z-index: 2;
  min-height: 228px;
  padding: 0 12px 18px;
  text-align: center;
}
.workflow-goal-line article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 950;
}
.workflow-goal-icon {
  width: 78px;
  height: 78px;
  margin: 12px auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.08);
}
.workflow-goal-line h3,
.workflow-week-grid h3,
.workflow-standard-grid h3,
.workflow-adjust-line h3 {
  margin: 8px 0 6px;
  color: #17245d;
  font-size: 18px;
}
.workflow-goal-line p {
  margin: 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  line-height: 1.7;
}
.workflow-loop-note {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  min-height: 46px;
  margin: 24px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  color: #315fd2;
  background: rgba(91, 140, 255, 0.08);
  font-weight: 950;
  text-align: center;
}
.workflow-week-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.workflow-week-grid article,
.workflow-standard-grid article,
.workflow-adjust-line article {
  min-height: 220px;
  padding: 22px 20px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.workflow-week-grid article > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.09);
  font-weight: 950;
}
.workflow-week-grid .icon-badge,
.workflow-standard-grid .icon-badge {
  margin-top: 18px;
}
.workflow-week-grid p,
.workflow-standard-grid p,
.workflow-adjust-line p {
  margin: 0;
  font-size: 14px;
}
.workflow-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.workflow-standard-grid article {
  min-height: 190px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.workflow-standard-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(37, 40, 86, 0.1);
}
.workflow-before-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.75fr);
  gap: 46px;
  align-items: center;
}
.workflow-admin-mock {
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 390px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(37, 40, 86, 0.08);
}
.workflow-admin-mock aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px 18px;
  background: #16245a;
}
.workflow-admin-mock aside span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
  font-size: 13px;
}
.workflow-admin-mock aside span.is-active {
  color: #fff;
  background: rgba(91, 140, 255, 0.34);
}
.workflow-admin-mock aside svg {
  width: 18px;
  height: 18px;
}
.workflow-admin-mock main {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, #fff, #f8faff);
}
.workflow-admin-mock header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.workflow-admin-mock header strong,
.workflow-admin-mock h3,
.workflow-before-copy h2 {
  color: #17245d;
}
.workflow-admin-mock header em {
  color: var(--pink);
  font-style: normal;
  font-weight: 950;
}
.workflow-admin-mock section,
.workflow-admin-cards article {
  padding: 16px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 18px;
  background: #fff;
}
.workflow-admin-mock h3 {
  margin: 0 0 10px;
  font-size: 17px;
}
.workflow-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.workflow-chip-row span {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #315fd2;
  background: rgba(91, 140, 255, 0.1);
  font-weight: 850;
  font-size: 12px;
}
.workflow-admin-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.workflow-admin-cards p,
.workflow-admin-mock section p {
  margin: 6px 0 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
}
.workflow-before-copy ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.workflow-before-copy li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #17245d;
  font-weight: 850;
}
.workflow-before-copy li svg {
  width: 20px;
  height: 20px;
  color: #315fd2;
}
.workflow-adjust-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.workflow-adjust-icon {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: rgba(255, 245, 249, 0.9);
}
.workflow-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.workflow-compare-grid > b {
  color: var(--pink);
  text-align: center;
  font-size: 42px;
  font-weight: 950;
}
.workflow-compare-card {
  min-height: 330px;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.07);
}
.workflow-compare-card.is-muted {
  background: linear-gradient(135deg, #f8f9fd, #fff);
}
.workflow-compare-card.is-ddjgt {
  border: 1px solid rgba(255, 92, 147, 0.16);
  background: linear-gradient(135deg, #fff2f7, #fff);
}
.workflow-compare-card h3 {
  margin: 0;
  color: #17245d;
  font-size: 24px;
}
.workflow-compare-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 24px 0;
}
.workflow-compare-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: #17245d;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 40, 86, 0.06);
  font-weight: 900;
}
.workflow-compare-icons i {
  color: var(--pink);
  font-style: normal;
  font-weight: 950;
}
.workflow-compare-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.workflow-compare-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgba(37, 40, 86, 0.72);
  font-weight: 800;
}
.workflow-compare-card li svg {
  width: 20px;
  height: 20px;
}
.workflow-compare-card.is-muted li svg {
  color: rgba(37, 40, 86, 0.36);
}
.workflow-compare-card.is-ddjgt li svg {
  color: var(--pink);
}
.team-workflow-final {
  padding: 42px 0 96px;
}
.workflow-final-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 34px 44px;
  border: 1px solid rgba(255, 114, 155, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 92, 147, 0.13), transparent 30%),
    linear-gradient(135deg, #fff1f6, #fff 70%);
  box-shadow: 0 22px 62px rgba(37, 40, 86, 0.07);
}
.workflow-final-card figure {
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
}
.workflow-final-card figure img {
  display: block;
  width: 100%;
}
.workflow-final-card h2 {
  font-size: 42px;
}
.workflow-final-card p {
  margin: 18px 0 0;
  font-size: 17px;
}
.workflow-final-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.workflow-final-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #17245d;
  background: rgba(91, 140, 255, 0.09);
  font-weight: 850;
  font-size: 13px;
}
@media (max-width: 1180px) {
  .team-workflow-hero-grid,
  .workflow-before-grid,
  .workflow-final-card {
    grid-template-columns: 1fr;
  }
  .team-workflow-hero-grid {
    padding: 42px 30px;
  }
  .team-workflow-copy h1 {
    font-size: 46px;
  }
  .workflow-goal-line,
  .workflow-week-grid,
  .workflow-adjust-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .workflow-goal-line::before {
    display: none;
  }
  .workflow-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .workflow-compare-grid {
    grid-template-columns: 1fr;
  }
  .workflow-compare-grid > b {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .team-workflow-wrap {
    width: min(calc(100% - 32px), 1320px);
  }
  .team-workflow-hero {
    padding: 96px 0 18px;
  }
  .team-workflow-hero-grid {
    min-height: 0;
    padding: 28px 18px;
    border-radius: 24px;
  }
  .team-workflow-copy h1 {
    font-size: 33px;
  }
  .team-workflow-copy p:not(.team-workflow-kicker) {
    font-size: 16px;
  }
  .team-workflow-system-card {
    display: grid;
    min-height: 0;
    gap: 12px;
    padding: 18px;
  }
  .workflow-system-ring {
    display: none;
  }
  .workflow-system-center,
  .workflow-system-node,
  .workflow-system-node.is-leader,
  .workflow-system-node.is-course,
  .workflow-system-node.is-focus,
  .workflow-system-node.is-family {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }
  .workflow-system-center {
    border-radius: 22px;
  }
  .workflow-system-center strong {
    font-size: 22px;
  }
  .workflow-system-node {
    grid-template-columns: 46px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
  .workflow-system-node::before {
    grid-row: span 2;
    margin: 0;
  }
  .team-workflow-actions .button {
    width: 100%;
    justify-content: center;
  }
  .team-workflow-head h2,
  .workflow-final-card h2,
  .workflow-before-copy h2 {
    font-size: 30px;
  }
  .workflow-goal-line,
  .workflow-week-grid,
  .workflow-standard-grid,
  .workflow-adjust-line {
    grid-template-columns: 1fr;
  }
  .workflow-goal-line article {
    display: grid;
    grid-template-columns: 36px 74px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    text-align: left;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(37, 40, 86, 0.05);
  }
  .workflow-goal-icon {
    margin: 0;
  }
  .workflow-goal-line h3 {
    margin-top: 0;
  }
  .workflow-goal-line p {
    grid-column: 3;
  }
  .workflow-week-grid,
  .workflow-adjust-line {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
  }
  .workflow-week-grid article,
  .workflow-adjust-line article {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }
  .workflow-admin-mock {
    grid-template-columns: 1fr;
  }
  .workflow-admin-mock aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .workflow-admin-cards {
    grid-template-columns: 1fr;
  }
  .workflow-compare-card,
  .workflow-final-card {
    padding: 22px 18px;
    border-radius: 24px;
  }
  .workflow-final-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ddjgt global design tokens 20260707 */
:root {
  --container-width: 1320px;
  --container-padding-x: 24px;
  --section-padding-y: 96px;
  --section-padding-y-sm: 80px;
  --section-padding-y-lg: 120px;
  --hero-min-height: 700px;
  --hero-max-height: 760px;
  --grid-gap-sm: 24px;
  --grid-gap-md: 40px;
  --grid-gap-lg: 80px;
  --font-h1: 56px;
  --font-h2: 42px;
  --font-h3: 30px;
  --font-h4: 24px;
  --font-hero-subtitle: 22px;
  --font-body: 18px;
  --font-card-body: 17px;
  --font-small: 16px;
  --font-footer: 15px;
  --font-button: 17px;
  --font-nav: 16px;
  --line-h1: 1.15;
  --line-h2: 1.25;
  --line-h3: 1.35;
  --line-h4: 1.4;
  --line-body: 1.8;
  --line-small: 1.7;
  --weight-heading: 800;
  --weight-title: 700;
  --weight-body: 400;
  --radius-card: 24px;
  --radius-card-lg: 28px;
  --radius-button: 14px;
  --radius-pill: 999px;
  --card-padding: 40px;
  --card-padding-sm: 32px;
  --card-min-height: 220px;
  --button-height: 48px;
  --button-padding-x: 28px;
  --icon-size-card: 44px;
  --icon-size-section: 52px;
  --image-hero-w: 560px;
  --image-hero-h: 430px;
  --image-section-w: 420px;
  --image-section-h: 320px;
  --image-small-w: 300px;
  --image-small-h: 220px;
  --image-cta-w: 420px;
  --image-cta-h: 300px;
  --shadow-card: 0 18px 45px rgba(25, 35, 80, 0.08);
  --shadow-card-hover: 0 24px 60px rgba(25, 35, 80, 0.12);
  --hover-lift: -6px;
  --transition-base: 220ms ease;
  --wrap: var(--container-width);
  --shadow: var(--shadow-card);
}
body {
  font-size: var(--font-body);
  line-height: var(--line-body);
}
.wrap,
.site-header .header-inner,
.container,
.page-container,
.section-container {
  width: min(var(--container-width), calc(100% - (var(--container-padding-x) * 2)));
  margin-right: auto;
  margin-left: auto;
}
.section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.section.white,
.section.rose {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.page-hero {
  min-height: var(--hero-min-height);
  max-height: var(--hero-max-height);
  display: flex;
  align-items: center;
  padding-top: var(--section-padding-y-lg);
  padding-bottom: var(--section-padding-y);
}
main h1,
.page-hero h1 {
  font-size: var(--font-h1);
  line-height: var(--line-h1);
  font-weight: var(--weight-heading);
  letter-spacing: 0;
}
main h2,
.section-head h2 {
  font-size: var(--font-h2);
  line-height: var(--line-h2);
  font-weight: var(--weight-heading);
}
main h3 {
  font-size: var(--font-h3);
  line-height: var(--line-h3);
  font-weight: var(--weight-title);
}
main h4 {
  font-size: var(--font-h4);
  line-height: var(--line-h4);
  font-weight: var(--weight-title);
}
main p,
main li {
  line-height: var(--line-body);
}
.page-hero p:not(.eyebrow),
.section-head p:not(.eyebrow),
.content-panel p,
.detail-grid p,
.teacher-detail-copy p,
.teacher-card-pro p,
.problem-card span,
.category-card span,
.pro-card p,
.article-card p,
.blog-card p,
.cert-card p,
.course-card p,
.story-card p,
.faq-answer-body,
body[class*="-detail-page"] main p,
body[class*="-detail-page"] main li {
  font-size: var(--font-card-body);
  line-height: 1.75;
  font-weight: var(--weight-body);
}
.page-hero p:not(.eyebrow),
.hero-pro p:not(.eyebrow),
[class*="hero"] .lead,
[class*="hero"] .subtitle {
  font-size: var(--font-hero-subtitle);
  line-height: 1.65;
}
.button,
button,
input[type="submit"],
input[type="button"] {
  min-height: var(--button-height);
  padding-right: var(--button-padding-x);
  padding-left: var(--button-padding-x);
  border-radius: var(--radius-button);
  font-size: var(--font-button);
  font-weight: var(--weight-title);
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}
.button:hover,
button:hover {
  transform: translateY(-2px);
}
.nav,
.nav > a,
.nav-item > a {
  font-size: var(--font-nav);
}
.topbar,
.brand-sub,
.eyebrow,
.article-date,
.article-tags span,
.blog-meta,
.blog-tags span,
.square-post-meta,
.square-post-author em,
.home-problem-num,
.pill-row span,
.hero-trust span {
  line-height: var(--line-small);
}
.eyebrow,
.article-date,
.blog-meta,
.square-post-author em {
  font-size: 15px;
}
.article-tags span,
.blog-tags span,
.square-post-meta span,
.pill-row span,
.hero-trust span {
  font-size: 14px;
}
.problem-card,
.category-card,
.pro-card,
.content-panel,
.teacher-card-pro,
.article-card,
.blog-card,
.cert-card,
.story-card,
.stat-card,
.price-card,
.faq-card {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
.problem-card:hover,
.category-card:hover,
.pro-card:hover,
.content-panel:hover,
.teacher-card-pro:hover,
.article-card:hover,
.blog-card:hover,
.cert-card:hover,
.story-card:hover {
  transform: translateY(var(--hover-lift));
  box-shadow: var(--shadow-card-hover);
}
.problem-card strong,
.category-card strong,
.pro-card h3,
.content-panel h2,
.article-card h3,
.blog-card h3,
body[class*="-detail-page"] main h3 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: var(--weight-title);
}
body[class*="-detail-page"] main h2,
.course-detail-section h2 {
  font-size: var(--font-h2);
  line-height: var(--line-h2);
}
body[class*="-detail-page"] .button,
body[class*="-detail-page"] .cta p {
  font-size: var(--font-button);
}
.article-grid .article-card h3,
.kb-article-list .article-card h3 {
  font-size: 23px;
}
.article-grid .article-card p,
.kb-article-list .article-card p {
  font-size: 17px;
}
.article-grid .article-date,
.kb-article-list .article-date {
  font-size: 15px;
}
body.community-growth-page .square-post-card h3,
.community-feed-list .square-post-card h3 {
  font-size: 21px;
}
body.community-growth-page .square-post-author strong,
.community-feed-list .square-post-author strong {
  font-size: 14px;
  line-height: 1.25;
}
body.community-growth-page .square-post-card p,
.community-feed-list .square-post-card p {
  font-size: 18px;
  line-height: 1.78;
}
body.community-growth-page .square-post-author em,
body.community-growth-page .square-post-meta {
  font-size: 15px;
}
.footer h3,
.footer strong {
  font-size: 16px;
}
.footer,
.footer a,
.footer p,
.footer li,
.footer dd,
.footer span {
  font-size: var(--font-footer);
  line-height: 1.7;
}
.footer .copyright,
.footer small {
  font-size: 14px;
}
main img[class*="hero"],
main img[class*="scene"] {
  object-fit: contain;
}
@media (max-width: 1180px) {
  :root {
    --container-padding-x: 28px;
    --image-hero-w: 476px;
    --image-section-w: 357px;
    --image-cta-w: 357px;
  }
}
@media (max-width: 768px) {
  :root {
    --container-padding-x: 20px;
    --section-padding-y: 64px;
    --section-padding-y-sm: 56px;
    --section-padding-y-lg: 72px;
    --hero-min-height: auto;
    --hero-max-height: none;
    --font-h1: 36px;
    --font-h2: 30px;
    --font-h3: 24px;
    --font-h4: 20px;
    --font-hero-subtitle: 18px;
    --font-body: 16px;
    --font-card-body: 16px;
    --font-small: 15px;
    --font-button: 16px;
    --font-nav: 15px;
    --card-padding: 28px;
    --card-padding-sm: 24px;
    --button-padding-x: 20px;
  }
  .wrap,
  .site-header .header-inner,
  .container,
  .page-container,
  .section-container {
    width: min(var(--container-width), calc(100% - 32px));
  }
  .page-hero {
    max-height: none;
    padding-top: var(--section-padding-y-lg);
    padding-bottom: var(--section-padding-y);
  }
  main h1,
  .page-hero h1 {
    letter-spacing: 0;
  }
  .button {
    width: min(100%, 280px);
    justify-content: center;
  }
  .problem-card strong,
  .category-card strong,
  .pro-card h3,
  .content-panel h2,
  .article-card h3,
  .blog-card h3,
  body[class*="-detail-page"] main h3 {
    font-size: var(--font-h3);
  }
  .footer,
  .footer a,
  .footer p,
  .footer li,
  .footer dd,
  .footer span {
    font-size: 14px;
  }
}

/* ddjgt about page rhythm tuning */
body.about-brand-page {
  --about-section-pad: 100px;
  --about-tight-pad: 80px;
}
body.about-brand-page .wrap {
  width: min(1320px, calc(100% - clamp(48px, 7vw, 96px)));
}
body.about-brand-page .button {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 17px;
  font-weight: 800;
}
body.about-brand-page p {
  letter-spacing: 0;
}
.about-premium-hero {
  min-height: 710px;
  align-items: center;
  padding: 78px 0 68px;
}
.about-premium-hero::after {
  height: 48px;
  opacity: 0.72;
}
.about-premium-hero-grid {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 80px;
  align-items: center;
}
.about-premium-copy {
  max-width: 610px;
}
.about-premium-copy h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
}
.about-story-subtitle {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.45;
}
.about-story-motto {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
}
.about-ability-row {
  gap: 12px;
  margin-top: 28px;
}
.about-ability-row span {
  min-height: 76px;
}
.about-hero-stats {
  gap: 16px;
  margin-top: 26px;
}
.about-hero-stats strong {
  font-size: 24px;
}
.about-premium-copy .hero-actions {
  margin-top: 28px;
}
.about-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
}
.about-hero-scene {
  position: static;
  width: min(100%, 560px);
  max-height: 440px;
  object-fit: contain;
}
.about-problem-cause {
  min-height: 540px;
  padding: 90px 0;
}
.about-problem-cause-grid {
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.35fr) minmax(260px, 0.2fr);
  gap: 56px;
}
.about-big-statement h2,
.about-founder-copy h2,
.about-formation-card h2,
.about-section-title h2,
.about-metrics-copy h2,
.about-path-grid h2,
.about-final-grid h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 850;
}
.about-cause-motion {
  min-height: 330px;
}
.about-cause-motion img {
  width: min(100%, 460px);
  max-height: 340px;
  object-fit: contain;
}
.about-cause-result article {
  min-height: 190px;
  padding: 24px;
}
.about-founder-section {
  min-height: 620px;
  padding: 76px 0;
}
.about-founder-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) minmax(0, 1fr);
  gap: 72px;
}
.about-founder-copy > p:not(.eyebrow):not(.about-origin-lead),
.about-path-grid p,
.about-final-grid p,
.about-metrics-copy p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.about-origin-lead {
  font-size: 26px;
  line-height: 1.35;
}
.about-formation-card h2 {
  font-size: 34px;
  line-height: 1.28;
}
.about-founder-image img {
  height: 300px;
  aspect-ratio: auto;
  object-fit: contain;
}
.about-age-timeline {
  gap: 14px;
}
.about-age-timeline span {
  min-height: 94px;
}
.about-help-premium {
  min-height: 560px;
  padding: 90px 0;
}
.about-section-title {
  margin-bottom: 34px;
}
.about-help-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.about-help-cards article {
  min-height: 220px;
  padding: 32px;
  border-radius: 24px;
}
.about-help-cards article:hover {
  transform: translateY(-6px);
}
.about-help-cards svg {
  width: 46px;
  height: 46px;
}
.about-help-cards strong {
  font-size: 20px;
}
.about-help-cards p {
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 500;
}
.about-metrics-section {
  min-height: 600px;
  padding: 96px 0;
}
.about-metrics-grid {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 80px;
}
.about-metrics-copy strong {
  font-size: 78px;
}
.about-metric-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-right: 0;
}
.about-metric-list article {
  min-height: 236px;
  padding: 30px 24px;
  border: 1px solid var(--about-soft-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--about-shadow);
}
.about-metric-list strong {
  font-size: 58px;
}
.about-metric-list span {
  margin-top: 20px;
  font-size: 18px;
}
.about-metric-list p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.about-metrics-child {
  right: auto;
  left: 210px;
  bottom: -18px;
  width: 280px;
}
.about-path-section {
  min-height: 540px;
  padding: 90px 0;
}
.about-path-grid {
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 0.68fr);
  gap: 80px;
}
.about-path-flow {
  gap: 30px;
}
.about-path-flow article {
  min-height: 150px;
}
.about-path-flow svg {
  width: 52px;
  height: 52px;
  padding: 13px;
}
.about-path-flow strong {
  font-size: 18px;
}
.about-path-flow span {
  font-size: 15px;
  line-height: 1.65;
}
.about-principle-section {
  min-height: 550px;
  padding: 90px 0;
}
.about-principle-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.about-principle-cards article {
  min-height: 190px;
  padding: 26px 20px;
}
.about-principle-cards svg {
  width: 40px;
  height: 40px;
}
.about-principle-cards strong {
  font-size: 19px;
}
.about-principle-cards p {
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
}
.about-final-cta-premium {
  min-height: 400px;
  align-items: center;
  padding: 64px 0 80px;
}
.about-final-grid {
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
  gap: 80px;
  align-items: center;
}
.about-final-grid img {
  width: min(100%, 460px);
  max-height: 310px;
  object-fit: contain;
}
@media (max-width: 1180px) {
  .about-premium-hero-grid,
  .about-problem-cause-grid,
  .about-founder-grid,
  .about-metrics-grid,
  .about-path-grid,
  .about-final-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .about-premium-hero {
    min-height: auto;
  }
  .about-help-cards,
  .about-principle-cards,
  .about-metric-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-metrics-child {
    position: relative;
    left: auto;
    bottom: auto;
    justify-self: center;
    margin-top: -30px;
  }
}
@media (max-width: 760px) {
  body.about-brand-page .wrap {
    width: min(1320px, calc(100% - 32px));
  }
  .about-premium-hero,
  .about-problem-cause,
  .about-founder-section,
  .about-help-premium,
  .about-metrics-section,
  .about-path-section,
  .about-principle-section,
  .about-final-cta-premium {
    min-height: auto;
    padding: 64px 0;
  }
  .about-premium-copy h1 {
    font-size: 36px;
    line-height: 1.16;
  }
  .about-big-statement h2,
  .about-founder-copy h2,
  .about-formation-card h2,
  .about-section-title h2,
  .about-metrics-copy h2,
  .about-path-grid h2,
  .about-final-grid h2 {
    font-size: 30px;
  }
  .about-origin-lead {
    font-size: 24px;
  }
  .about-founder-copy > p:not(.eyebrow):not(.about-origin-lead),
  .about-path-grid p,
  .about-final-grid p,
  .about-metrics-copy p,
  .about-story-motto {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-story-subtitle {
    font-size: 20px;
  }
  .about-hero-visual {
    min-height: 330px;
  }
  .about-hero-scene {
    width: min(100%, 360px);
    max-height: 320px;
  }
  .about-cause-motion img,
  .about-final-grid img {
    width: min(100%, 320px);
    max-height: 260px;
  }
  .about-founder-image img {
    height: 240px;
  }
  .about-help-cards,
  .about-principle-cards,
  .about-metric-list,
  .about-path-flow {
    grid-template-columns: 1fr;
  }
  .about-help-cards article,
  .about-principle-cards article,
  .about-metric-list article {
    min-height: auto;
  }
  .about-final-grid {
    gap: 28px;
  }
}

/* ddjgt article knowledge base page */
body.article-knowledge-page {
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.82), rgba(255, 255, 255, 0.98) 520px),
    #fff;
}
.kb-wrap {
  width: min(calc(100% - 48px), 1220px);
  margin: 0 auto;
}
.kb-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-size: 14px;
  font-weight: 950;
}
.kb-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 58px;
}
.kb-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 80% 18%, rgba(91, 140, 255, 0.16), transparent 28%),
    radial-gradient(circle at 18% 24%, rgba(57, 201, 141, 0.13), transparent 25%),
    linear-gradient(135deg, rgba(255, 92, 147, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.kb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
  gap: 42px;
  align-items: center;
}
.kb-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #17245d;
  font-size: 54px;
  line-height: 1.16;
  font-weight: 950;
}
.kb-hero-subtitle {
  max-width: 710px;
  margin: 20px 0 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 18px;
  line-height: 1.78;
}
.kb-search-form {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 112px;
  gap: 12px;
  align-items: center;
  max-width: 760px;
  min-height: 68px;
  margin-top: 30px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 92, 147, 0.2);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(37, 40, 86, 0.08);
}
.kb-search-form svg {
  width: 24px;
  height: 24px;
  color: var(--pink);
}
.kb-search-form input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 0;
  color: #17245d;
  background: transparent;
  font: inherit;
  font-size: 16px;
}
.kb-search-form input:focus {
  outline: 0;
}
.kb-search-form button {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff4f88, #ff759d);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255, 92, 147, 0.22);
}
.kb-hot-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 800px;
  margin-top: 18px;
}
.kb-hot-searches span {
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
  font-weight: 900;
}
.kb-hot-searches a,
.kb-parent-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 999px;
  color: #17245d;
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 900;
}
.kb-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.kb-hero-panel article {
  min-height: 146px;
  padding: 22px 20px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.07);
}
.kb-hero-panel strong,
.kb-hero-panel span {
  display: block;
}
.kb-hero-panel strong {
  color: #17245d;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}
.kb-hero-panel span {
  margin-top: 10px;
  color: #17245d;
  font-weight: 950;
}
.kb-hero-panel p {
  margin: 8px 0 0;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  line-height: 1.58;
}
.kb-section {
  padding: 46px 0;
}
.kb-section-head {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 22px;
}
.kb-section-head-inline {
  max-width: none;
  grid-template-columns: minmax(0, .54fr) minmax(0, .46fr);
  gap: 28px;
  align-items: end;
}
.kb-section-head h2,
.kb-list-head h2,
.kb-parent-search-card h2,
.kb-final-card h2 {
  margin: 0;
  color: #17245d;
  font-size: 36px;
  line-height: 1.24;
  font-weight: 950;
}
.kb-section-head span,
.kb-list-head span,
.kb-parent-search-card > div > span,
.kb-final-card span {
  color: rgba(37, 40, 86, 0.68);
  line-height: 1.72;
}
.kb-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}
.kb-category-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 9px;
  align-items: center;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid rgba(235, 229, 236, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 40, 86, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.kb-category-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--kb-color), white 72%);
  box-shadow: 0 20px 48px rgba(37, 40, 86, 0.09);
}
.kb-category-icon,
.kb-topic-icon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--kb-color), white 88%);
}
.kb-category-icon svg,
.kb-topic-icon svg {
  width: 18px;
  height: 18px;
}
.kb-topic-icon {
  width: 44px;
  height: 44px;
}
.kb-topic-icon svg {
  width: 22px;
  height: 22px;
}
.kb-category-card strong {
  color: #17245d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
}
.kb-category-card span {
  color: rgba(37, 40, 86, 0.56);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
}
.kb-category-card em {
  display: none;
}
.kb-age-section,
.kb-list-section {
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.92), rgba(255, 255, 255, 0.98));
}
.kb-age-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.kb-age-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  grid-template-rows: auto auto auto;
  gap: 8px 10px;
  min-height: 132px;
  padding: 18px;
  align-content: start;
  border: 1px solid rgba(91, 140, 255, 0.14);
  border-radius: 18px;
  color: #17245d;
  background: #fff;
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.055);
}
.kb-age-card strong {
  display: inline-flex;
  grid-column: 1;
  width: max-content;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(91, 140, 255, 0.1);
  font-size: 14px;
  font-weight: 950;
}
.kb-age-card h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
}
.kb-age-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  line-height: 1.55;
}
.kb-age-card svg {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.kb-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.kb-topic-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-height: 132px;
  padding: 18px;
  align-items: start;
  border: 1px solid rgba(235, 229, 236, 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.055);
}
.kb-topic-card strong {
  display: block;
  color: #17245d;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 950;
}
.kb-topic-card p {
  margin: 6px 0 10px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  line-height: 1.55;
}
.kb-topic-card span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kb-topic-card em {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--kb-color);
  background: color-mix(in srgb, var(--kb-color), white 90%);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.kb-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}
.kb-list-head > div:first-child {
  display: grid;
  gap: 10px;
}
.kb-list-tabs {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(37, 40, 86, 0.045);
}
.kb-list-tabs span {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(37, 40, 86, 0.7);
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
}
.kb-list-tabs span:first-child {
  color: #fff;
  background: var(--pink);
}
.kb-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.article-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(236, 231, 234, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(37, 40, 86, 0.055);
}
.article-pagination[hidden] {
  display: none;
}
.article-pagination-summary {
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  font-weight: 850;
}
.article-pagination-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.article-page-action,
.article-page-number,
.article-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.article-page-action {
  min-width: 74px;
  padding: 0 14px;
}
.article-page-number,
.article-page-action {
  border: 1px solid rgba(37, 40, 86, 0.1);
  color: #24305d;
  background: #fff;
}
.article-page-number:hover,
.article-page-action:hover {
  border-color: rgba(255, 92, 147, 0.36);
  color: var(--pink);
  background: #fff3f8;
}
.article-page-number.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #7f72d8);
  box-shadow: 0 10px 24px rgba(255, 92, 147, 0.22);
}
.article-page-action.is-disabled,
.article-page-ellipsis {
  color: rgba(37, 40, 86, 0.38);
  background: rgba(245, 246, 252, 0.9);
}
body.article-knowledge-page .article-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  min-height: 210px;
  padding: 18px 20px;
  border: 1px solid rgba(235, 229, 236, 0.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(37, 40, 86, 0.045);
}
body.article-knowledge-page .article-card .article-date {
  grid-column: 1;
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}
body.article-knowledge-page .article-card h3 {
  grid-column: 1;
  margin: 0;
  color: #17245d;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 950;
}
body.article-knowledge-page .article-card p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  line-height: 1.62;
}
body.article-knowledge-page .article-card .article-tags {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.article-knowledge-page .article-card .article-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(37, 40, 86, 0.72);
  background: rgba(245, 247, 250, 0.96);
  font-size: 12px;
  font-weight: 900;
}
body.article-knowledge-page .article-card .link {
  align-self: end;
  justify-self: start;
  white-space: nowrap;
}
.kb-parent-search-card,
.kb-final-card {
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(235, 229, 236, 0.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.06);
}
.kb-parent-search-card > div:first-child,
.kb-final-card > div {
  display: grid;
  gap: 8px;
}
.kb-parent-search-card h2 {
  font-size: clamp(28px, 2.1vw, 34px);
  line-height: 1.18;
}
.kb-parent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.kb-parent-tags svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  color: var(--pink);
}
.kb-final-cta {
  padding: 18px 0 78px;
}
.kb-final-card {
  grid-template-columns: minmax(0, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(255, 92, 147, 0.1), rgba(91, 140, 255, 0.08)),
    #fff;
}
.kb-final-card .button {
  justify-self: end;
}
@media (max-width: 1180px) {
  .kb-hero-grid,
  .kb-parent-search-card,
  .kb-final-card {
    grid-template-columns: 1fr;
  }
  .kb-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .kb-age-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-final-card .button {
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .kb-wrap {
    width: min(calc(100% - 32px), 1220px);
  }
  .kb-hero {
    padding: 92px 0 34px;
  }
  .kb-hero-copy h1 {
    font-size: 34px;
  }
  .kb-hero-subtitle {
    font-size: 16px;
  }
  .kb-search-form {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }
  .kb-search-form svg {
    display: none;
  }
  .kb-search-form input {
    min-height: 38px;
    padding: 0 4px;
  }
  .kb-search-form input::placeholder {
    font-size: 10px;
  }
  .kb-search-form button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .kb-age-grid,
  .kb-topic-grid,
  .kb-article-list,
  .kb-list-head {
    grid-template-columns: 1fr;
  }
  .article-pagination {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }
  .article-pagination-controls {
    justify-content: flex-start;
  }
  .article-page-action,
  .article-page-number,
  .article-page-ellipsis {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .article-page-action {
    min-width: 64px;
  }
  .kb-section-head-inline {
    grid-template-columns: 1fr;
  }
  .kb-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kb-category-card {
    min-height: 54px;
    padding: 9px 10px;
  }
  .kb-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .kb-hero-panel article {
    min-height: 94px;
    padding: 14px 12px;
  }
  .kb-hero-panel strong {
    font-size: 25px;
  }
  .kb-hero-panel span {
    margin-top: 8px;
    font-size: 13px;
  }
  .kb-hero-panel p {
    display: none;
  }
  .kb-section {
    padding: 42px 0;
  }
  .kb-section-head h2,
  .kb-list-head h2,
  .kb-parent-search-card h2,
  .kb-final-card h2 {
    font-size: 27px;
  }
  .kb-category-card,
  .kb-age-card,
  .kb-topic-card,
  .kb-parent-search-card,
  .kb-final-card {
    border-radius: 20px;
  }
  .kb-topic-card {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 20px;
  }
  .kb-list-tabs {
    width: 100%;
    overflow-x: auto;
  }
  .kb-list-tabs span {
    white-space: nowrap;
  }
  body.article-knowledge-page .article-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px;
  }
  body.article-knowledge-page .article-card .link,
  body.article-knowledge-page .article-card .article-tags,
  body.article-knowledge-page .article-card h3,
  body.article-knowledge-page .article-card .article-date {
    grid-column: 1;
    grid-row: auto;
  }
  body.article-knowledge-page .article-card .link {
    justify-self: start;
  }
  .kb-parent-search-card,
  .kb-final-card {
    padding: 24px 18px;
  }
}

/* ddjgt community growth square page */
body.community-growth-page {
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.9), rgba(255, 255, 255, 0.98) 540px),
    #fff;
}
.community-wrap {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}
.community-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-size: 14px;
  font-weight: 950;
}
.community-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 42px;
}
.community-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 79% 22%, rgba(91, 140, 255, 0.14), transparent 30%),
    radial-gradient(circle at 34% 16%, rgba(57, 201, 141, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 92, 147, 0.07), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.community-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.76fr);
  gap: 54px;
  align-items: center;
  min-height: 490px;
}
.community-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #17245d;
  font-size: 52px;
  line-height: 1.18;
  font-weight: 950;
}
.community-hero-copy h1 span {
  color: var(--pink);
}
.community-hero-copy > p:not(.community-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 18px;
  line-height: 1.78;
}
.community-search-form {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 104px;
  gap: 12px;
  align-items: center;
  max-width: 720px;
  min-height: 64px;
  margin-top: 30px;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(255, 92, 147, 0.22);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.08);
}
.community-search-form svg {
  width: 22px;
  height: 22px;
  color: var(--pink);
}
.community-search-form input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 0;
  color: #17245d;
  background: transparent;
  font: inherit;
}
.community-search-form input:focus {
  outline: 0;
}
.community-search-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff4f88, #ff759d);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 92, 147, 0.22);
}
.community-hot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 880px;
  margin-top: 20px;
}
.community-hot-row > span,
.community-refresh-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
  font-weight: 950;
}
.community-hot-row svg {
  width: 16px;
  height: 16px;
}
.community-hot-row a:not(.community-refresh-link),
.community-topic-tags a,
.community-question-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 999px;
  color: #17245d;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(37, 40, 86, 0.035);
}
.community-refresh-link {
  margin-left: auto;
  color: #17245d;
}
.community-chat-visual {
  position: relative;
  min-height: 410px;
}
.community-trend-board {
  position: absolute;
  inset: 8px 24px 58px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.community-trend-row {
  --trend-from: 16px;
  --trend-to: -180px;
  --trend-speed: 13s;
  overflow: visible;
}
.community-trend-row:nth-child(2) {
  --trend-from: -150px;
  --trend-to: 34px;
  --trend-speed: 15s;
}
.community-trend-row:nth-child(3) {
  --trend-from: 42px;
  --trend-to: -210px;
  --trend-speed: 17s;
}
.community-trend-row:nth-child(4) {
  --trend-from: -110px;
  --trend-to: 58px;
  --trend-speed: 14s;
}
.community-trend-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: communityTrendSlide var(--trend-speed) ease-in-out infinite alternate;
  transform: translateX(var(--trend-from));
  will-change: transform;
}
.community-trend-track span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  color: #17245d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.08);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
@keyframes communityTrendSlide {
  from {
    transform: translateX(var(--trend-from));
  }
  to {
    transform: translateX(var(--trend-to));
  }
}
.community-main-bubble,
.community-mini-bubble {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 16px);
  gap: 10px;
  place-content: center;
  border-radius: 34px;
  background: linear-gradient(135deg, #ffa6bd, #ffd8e4);
  box-shadow: 0 28px 60px rgba(255, 92, 147, 0.2);
}
.community-main-bubble {
  right: 44px;
  bottom: 88px;
  width: 190px;
  height: 144px;
}
.community-mini-bubble {
  right: 0;
  bottom: 32px;
  width: 132px;
  height: 88px;
  background: linear-gradient(135deg, #dcd6ff, #f1efff);
  box-shadow: 0 24px 50px rgba(139, 107, 255, 0.18);
}
.community-main-bubble i,
.community-main-bubble b,
.community-main-bubble em,
.community-mini-bubble i,
.community-mini-bubble b,
.community-mini-bubble em {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .community-trend-track {
    animation: none;
  }
}
.community-value-section {
  padding: 0 0 18px;
}
.community-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.community-value-grid article,
.community-category-card,
.community-feature-card,
body.community-growth-page .square-post-card,
.community-side-rail section,
.community-question-grid a,
.community-final-card {
  border: 1px solid rgba(235, 229, 236, 0.92);
  background: #fff;
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.055);
}
.community-value-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 12px;
  align-items: center;
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 16px;
  text-align: left;
}
.community-value-icon,
.community-category-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--community-color), white 88%);
}
.community-value-icon,
.community-category-icon,
.community-answer-icon {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--community-color, var(--icon-color));
  border: 1px solid color-mix(in srgb, var(--community-color, var(--icon-color)) 18%, white);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 18%, transparent 19%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--community-color, var(--icon-color)) 13%, white));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -9px 18px color-mix(in srgb, var(--community-color, var(--icon-color)) 7%, transparent),
    0 10px 24px color-mix(in srgb, var(--community-color, var(--icon-color)) 12%, transparent);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.community-value-icon::before,
.community-category-icon::before,
.community-answer-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18));
}
.community-value-icon::after,
.community-category-icon::after,
.community-answer-icon::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.42;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--community-color, var(--icon-color)) 8%, transparent);
}
.community-value-icon {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 13px;
}
.community-value-icon svg,
.community-category-icon svg,
.community-answer-icon svg {
  position: relative;
  z-index: 1;
  stroke-width: 2.15;
  filter: drop-shadow(0 2px 3px color-mix(in srgb, var(--community-color, var(--icon-color)) 16%, transparent));
}
.community-value-icon svg {
  width: 20px;
  height: 20px;
}
.community-value-grid strong {
  margin: 0;
  color: #17245d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}
.community-value-grid span:not(.icon-badge) {
  margin: 0;
  color: rgba(37, 40, 86, 0.64);
  font-size: 12px;
  line-height: 1.35;
}
.community-section {
  padding: 44px 0;
}
.community-section-head,
.community-list-head > div:first-child {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 22px;
}
.community-section-head h2,
.community-list-head h2,
.community-final-card h2 {
  margin: 0;
  color: #17245d;
  font-size: 34px;
  line-height: 1.24;
  font-weight: 950;
}
.community-section-head span,
.community-list-head span,
.community-final-card p,
.community-side-rail p {
  color: rgba(37, 40, 86, 0.68);
  line-height: 1.72;
}
.community-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.community-category-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px 16px;
  border-radius: 18px;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.community-category-icon {
  grid-row: 1 / span 2;
  align-self: center;
}
.community-category-card:hover,
.community-feature-card:hover,
body.community-growth-page .square-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(37, 40, 86, 0.09);
}
.community-category-card:hover .community-category-icon,
.community-value-grid article:hover .community-value-icon,
.community-answer-list a:hover .community-answer-icon {
  transform: translateY(-1px) scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -10px 18px color-mix(in srgb, var(--community-color, var(--icon-color)) 8%, transparent),
    0 14px 28px color-mix(in srgb, var(--community-color, var(--icon-color)) 16%, transparent);
}
.community-category-card strong {
  color: #17245d;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}
.community-category-card span {
  color: rgba(37, 40, 86, 0.66);
  font-size: 13px;
  line-height: 1.45;
}
.community-idle-trigger {
  position: relative;
}
.community-idle-trigger em {
  position: absolute;
  right: 14px;
  top: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--community-color);
  background: color-mix(in srgb, var(--community-color), white 90%);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}
.community-topic-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 245, 249, 0.86), rgba(245, 249, 255, 0.92));
}
.community-topic-card h2 {
  margin: 8px 0 0;
  color: #17245d;
  font-size: 32px;
}
.community-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.community-topic-tags svg,
.community-question-grid svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: var(--pink);
}
.community-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink);
  font-weight: 950;
  white-space: nowrap;
}
.community-more-link svg {
  width: 18px;
  height: 18px;
}
.community-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}
.community-list-head.compact {
  margin-bottom: 18px;
}
.community-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.community-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(37, 40, 86, 0.7);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}
.community-tabs span.is-active {
  color: #fff;
  background: var(--pink);
}
.community-tabs.small span {
  min-height: 30px;
  font-size: 13px;
}
.community-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.community-feature-card {
  display: grid;
  min-height: 190px;
  padding: 18px;
  border-radius: 18px;
}
.community-feature-card > span,
.community-post-tags span {
  justify-self: start;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--community-color);
  background: color-mix(in srgb, var(--community-color), white 90%);
  font-size: 12px;
  font-weight: 950;
}
.community-feature-card h3 {
  margin: 11px 0 8px;
  color: #17245d;
  font-size: 18px;
  line-height: 1.38;
}
.community-feature-card p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 15px;
  line-height: 1.58;
}
.community-feature-card div {
  display: flex;
  gap: 12px;
  align-items: center;
  align-self: end;
  margin-top: 12px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
}
.community-feature-card em,
.community-feature-card small {
  font-style: normal;
  font-weight: 900;
}
.community-feature-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border-radius: 999px;
  color: var(--community-color);
  background: color-mix(in srgb, var(--community-color), white 90%);
}
.community-feature-card a svg {
  width: 16px;
  height: 16px;
}
.community-latest-section {
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.88), rgba(255, 255, 255, 0.98));
}
.community-latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
}
body.community-growth-page .square-feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
body.community-growth-page .square-post-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  min-height: 0;
  padding: 16px 18px;
  border-radius: 18px;
}
body.community-growth-page .square-post-author {
  grid-column: 1;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.community-feed-card .community-post-tags {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
}
body.community-growth-page .square-post-image,
body.community-growth-page .square-post-card h3,
body.community-growth-page .square-post-card p,
body.community-growth-page .square-post-meta,
body.community-growth-page .square-post-card .link {
  grid-column: 1 / -1;
}
body.community-growth-page .square-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--community-color, #ff5c93), #8b6bff);
  font-weight: 950;
}
body.community-growth-page .square-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
body.community-growth-page .square-post-author strong,
body.community-growth-page .square-post-author em {
  display: block;
}
body.community-growth-page .square-post-author strong {
  color: #17245d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}
body.community-growth-page .square-post-author em {
  margin-top: 3px;
  color: rgba(37, 40, 86, 0.58);
  font-style: normal;
  font-size: 13px;
}
body.community-growth-page .square-post-image {
  width: min(220px, 100%);
  max-height: 148px;
  border-radius: 16px;
  object-fit: cover;
}
body.community-growth-page .square-post-card h3 {
  margin: 0;
  color: #17245d;
  font-size: 18px;
  line-height: 1.38;
}
body.community-growth-page .square-post-card p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 15px;
  line-height: 1.62;
}
body.community-growth-page .square-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(37, 40, 86, 0.58);
  font-size: 13px;
  font-weight: 900;
}
.community-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.community-side-rail {
  display: grid;
  gap: 14px;
}
.community-side-rail section {
  padding: 18px;
  border-radius: 18px;
}
.community-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.community-side-head h3,
.community-ask-card h3 {
  margin: 0;
  color: #17245d;
  font-size: 18px;
}
.community-side-head a {
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}
.community-side-rail ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-side-rail li {
  counter-increment: topic;
}
.community-side-rail li a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #17245d;
  font-weight: 900;
}
.community-side-rail li a::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  content: counter(topic);
  font-size: 12px;
}
.community-answer-list {
  display: grid;
  gap: 12px;
}
.community-answer-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #17245d;
  font-weight: 900;
}
.community-answer-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 92, 147, 0.1);
}
.community-ask-card {
  background: linear-gradient(135deg, rgba(255, 92, 147, 0.12), rgba(255, 255, 255, 0.95)) !important;
}
.community-ask-card p {
  margin: 10px 0 16px;
}
.community-question-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.community-question-grid a {
  align-items: flex-start;
  min-height: 86px;
  padding: 14px;
  border-radius: 18px;
  line-height: 1.58;
  white-space: normal;
}
.community-question-grid svg {
  flex: 0 0 auto;
  margin-top: 2px;
}
.community-final-cta {
  padding: 26px 0 78px;
}
.community-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 42px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 92, 147, 0.16), rgba(255, 255, 255, 0.96));
}
.community-final-card p {
  margin: 10px 0 0;
}
body.community-modal-open {
  overflow: hidden;
}
.community-idle-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.community-idle-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.community-idle-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 36, 93, 0.46);
  backdrop-filter: blur(8px);
}
.community-idle-dialog {
  position: relative;
  width: min(420px, calc(100vw - 40px));
  padding: 28px;
  border: 1px solid rgba(255, 92, 147, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 34px 90px rgba(23, 36, 93, 0.24);
  text-align: center;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.22s ease;
}
.community-idle-modal.is-open .community-idle-dialog {
  transform: translateY(0) scale(1);
}
.community-idle-close {
  position: absolute;
  right: 16px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(23, 36, 93, 0.72);
  background: rgba(245, 247, 250, 0.94);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.community-idle-dialog h2 {
  margin: 10px 0;
  color: #17245d;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 950;
}
.community-idle-dialog p:not(.community-kicker) {
  margin: 0 auto 18px;
  max-width: 330px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  line-height: 1.72;
}
.community-idle-dialog figure {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
}
.community-idle-dialog img {
  width: 236px;
  max-width: 72vw;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 12px;
  border: 1px solid rgba(235, 229, 236, 0.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(37, 40, 86, 0.08);
}
.community-idle-dialog figcaption {
  color: #ff5c93;
  font-size: 13px;
  font-weight: 950;
}
@media (max-width: 1180px) {
  .community-hero-grid,
  .community-latest-layout,
  .community-topic-card,
  .community-final-card {
    grid-template-columns: 1fr;
  }
  .community-category-grid,
  .community-feature-grid,
  .community-value-grid,
  .community-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .community-refresh-link {
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .community-wrap {
    width: min(calc(100% - 32px), 1320px);
  }
  .community-hero {
    padding: 96px 0 34px;
  }
  .community-hero-grid {
    gap: 30px;
    min-height: 0;
  }
  .community-hero-copy h1 {
    font-size: 34px;
  }
  .community-hero-copy > p:not(.community-kicker) {
    font-size: 16px;
  }
  .community-search-form {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 10px;
    border-radius: 20px;
  }
  .community-search-form svg {
    display: none;
  }
  .community-search-form input {
    min-height: 38px;
    padding: 0 4px;
  }
  .community-search-form input::placeholder {
    font-size: 10px;
  }
  .community-search-form button {
    width: 100%;
  }
  .community-chat-visual {
    min-height: 270px;
  }
  .community-trend-board {
    inset: 0 4px 50px 0;
    gap: 10px;
  }
  .community-trend-track {
    gap: 8px;
  }
  .community-trend-track span {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 14px;
    font-size: 12px;
  }
  .community-main-bubble {
    right: 26px;
    bottom: 54px;
    width: 130px;
    height: 98px;
  }
  .community-mini-bubble {
    width: 96px;
    height: 66px;
  }
  .community-feature-grid,
  .community-question-grid,
  .community-list-head {
    grid-template-columns: 1fr;
  }
  .community-value-grid,
  .community-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .community-section {
    padding: 36px 0;
  }
  .community-section-head h2,
  .community-list-head h2,
  .community-final-card h2 {
    font-size: 27px;
  }
  .community-topic-card,
  .community-final-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .community-tabs {
    justify-content: flex-start;
  }
  body.community-growth-page .square-post-card {
    padding: 16px;
  }
}

/* ddjgt teacher communication page */
body.teacher-communication-page {
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.86), rgba(255, 255, 255, 0.98) 440px),
    #fff;
}
.communication-wrap {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
}
.communication-section {
  padding: 46px 0;
}
.communication-hero {
  padding: 94px 0 20px;
}
.communication-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1fr);
  gap: 46px;
  align-items: center;
  min-height: 460px;
}
.communication-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.1);
  font-weight: 950;
  font-size: 14px;
}
.communication-copy h1,
.communication-head h2 {
  margin: 16px 0 0;
  color: #17245d;
  line-height: 1.16;
  font-weight: 950;
}
.communication-copy h1 {
  font-size: 54px;
}
.communication-copy h1 span {
  color: var(--pink);
}
.communication-copy p:not(.communication-kicker),
.communication-prep-grid p,
.communication-faq-grid p,
.communication-process-line p,
.communication-contact-card p {
  color: rgba(37, 40, 86, 0.72);
  line-height: 1.78;
}
.communication-copy p:not(.communication-kicker) {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 18px;
}
.communication-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 620px;
  margin-top: 38px;
}
.communication-benefits article {
  min-height: 112px;
  padding: 16px 12px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.communication-benefits strong,
.communication-benefits span {
  display: block;
}
.communication-benefits strong {
  margin-top: 8px;
  color: #17245d;
  font-weight: 950;
}
.communication-benefits span {
  margin-top: 4px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
}
.communication-hero-visual {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
}
.communication-hero-visual img {
  display: block;
  width: 100%;
}
.communication-form-section {
  padding-top: 34px;
}
.communication-form-card,
.communication-process-card {
  padding: 30px 48px 36px;
  border: 1px solid rgba(255, 114, 155, 0.18);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(37, 40, 86, 0.07);
}
.communication-head {
  max-width: 780px;
  margin-bottom: 28px;
}
.communication-head.is-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.communication-head h2 {
  font-size: 36px;
}
.communication-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 72px;
}
.communication-form label {
  display: grid;
  gap: 8px;
}
.communication-form label span {
  color: #17245d;
  font-weight: 900;
  font-size: 14px;
}
.communication-form b {
  color: var(--pink);
}
.communication-form input,
.communication-form select,
.communication-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(37, 40, 86, 0.16);
  border-radius: 10px;
  color: #17245d;
  background: #fff;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.communication-form select[multiple] {
  min-height: 96px;
  padding-top: 10px;
}
.communication-form textarea {
  min-height: 94px;
  padding-top: 14px;
  resize: vertical;
}
.communication-form input:focus,
.communication-form select:focus,
.communication-form textarea:focus {
  outline: 0;
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 92, 147, 0.1);
}
.communication-privacy {
  display: flex !important;
  grid-template-columns: 18px minmax(0, auto);
  gap: 10px !important;
  align-items: center;
  justify-content: center;
  margin: 26px auto 0;
  color: rgba(37, 40, 86, 0.72);
  font-size: 14px;
}
.communication-privacy input {
  width: 18px;
  min-height: 18px;
  padding: 0;
}
.communication-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 48px;
  margin: 18px auto 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff4f88, #ff6b99);
  box-shadow: 0 14px 34px rgba(255, 92, 147, 0.22);
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.communication-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 92, 147, 0.28);
}
.communication-safe-note {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 0;
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
}
.communication-safe-note svg {
  width: 18px;
  height: 18px;
}
.communication-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.communication-process-line::before {
  position: absolute;
  top: 54px;
  right: 8%;
  left: 8%;
  content: "";
  border-top: 2px dashed rgba(91, 140, 255, 0.24);
}
.communication-process-line article {
  position: relative;
  z-index: 2;
  min-height: 210px;
  padding: 0 14px;
  text-align: center;
}
.communication-process-line article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--pink);
  font-size: 12px;
  font-weight: 950;
}
.communication-process-icon {
  width: 78px;
  height: 78px;
  margin: 12px auto;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.08);
}
.communication-process-line h3 {
  margin: 8px 0 6px;
  color: #17245d;
  font-size: 18px;
}
.communication-process-line p {
  margin: 0;
  font-size: 14px;
}
.communication-reminder {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  min-height: 42px;
  margin: 20px auto 0;
  padding: 8px 18px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 92, 147, 0.08);
  font-weight: 950;
}
.communication-prep-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.communication-prep-grid article {
  min-height: 190px;
  padding: 22px 18px;
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.communication-prep-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 245, 249, 0.92);
}
.communication-prep-grid h3 {
  margin: 0 0 8px;
  color: #17245d;
  font-size: 18px;
}
.communication-prep-grid p {
  margin: 0;
  font-size: 14px;
}
.communication-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
.communication-faq-grid details {
  border: 1px solid rgba(235, 229, 236, 0.9);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(37, 40, 86, 0.04);
}
.communication-faq-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 60px;
  padding: 0 20px;
  color: #17245d;
  font-weight: 950;
  cursor: pointer;
}
.communication-faq-grid summary::-webkit-details-marker {
  display: none;
}
.communication-faq-grid summary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.communication-faq-grid details[open] summary svg {
  transform: rotate(90deg);
}
.communication-faq-grid p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
}
.communication-contact-section {
  margin-top: 20px;
  padding: 24px 0 36px;
  background:
    linear-gradient(180deg, rgba(255, 245, 249, 0.78), rgba(255, 255, 255, 0)),
    #fff7fa;
}
.communication-contact-title {
  margin: 0 0 12px;
  color: #17245d;
  font-size: 26px;
  font-weight: 950;
}
.communication-contact-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.06);
}
.communication-contact-list {
  display: grid;
  grid-template-columns: minmax(155px, 0.7fr) minmax(180px, 0.8fr) minmax(0, 1.75fr);
  gap: 12px;
  align-items: stretch;
}
.communication-contact-card article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 0;
  padding: 14px 16px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(37, 40, 86, 0.045);
}
.communication-contact-card article.is-address {
  grid-column: auto;
  min-height: 0;
}
.communication-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 247, 250, 0.86);
  box-shadow: none;
}
.communication-contact-card h3 {
  margin: 0 0 4px;
  color: #17245d;
  font-size: 15px;
}
.communication-contact-card strong,
.communication-phone-link {
  display: block;
  color: #17245d;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}
.communication-contact-card p {
  margin: 3px 0 0;
  font-size: 13.5px;
}
.communication-qr-group {
  display: grid;
}
.communication-qr-group figure {
  display: grid;
  align-content: center;
  justify-items: center;
  margin: 0;
  min-height: 100%;
  padding: 14px 12px;
  border: 1px solid rgba(255, 92, 147, 0.12);
  border-radius: 20px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 92, 147, 0.1), transparent 36%),
    #fff;
  box-shadow: 0 16px 34px rgba(255, 92, 147, 0.08);
}
.communication-qr-group img {
  width: 132px;
  height: 135px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}
.communication-qr-group figcaption {
  margin-top: 6px;
  color: #17245d;
  font-size: 16px;
  font-weight: 900;
}
.communication-qr-group p {
  max-width: 170px;
  margin: 4px 0 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12.5px;
  line-height: 1.55;
}
.communication-campus-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 7px;
}
.communication-campus-links a {
  display: block;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 16px;
  color: #17245d;
  text-decoration: none;
  background: linear-gradient(180deg, #fff, rgba(255, 247, 250, 0.68));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.communication-campus-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 92, 147, 0.34);
  box-shadow: 0 12px 24px rgba(255, 92, 147, 0.12);
}
.communication-campus-links em,
.communication-campus-links span {
  display: block;
  font-style: normal;
}
.communication-campus-links em {
  font-size: 13px;
  font-weight: 950;
}
.communication-campus-links span {
  margin-top: 3px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 12px;
  line-height: 1.38;
}
@media (max-width: 1180px) {
  .communication-hero-grid,
  .communication-contact-card {
    grid-template-columns: 1fr;
  }
  .communication-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .communication-contact-card article.is-address {
    grid-column: 1 / -1;
  }
  .communication-campus-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .communication-copy h1 {
    font-size: 46px;
  }
  .communication-process-line,
  .communication-prep-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .communication-process-line::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .communication-wrap {
    width: min(calc(100% - 32px), 1320px);
  }
  .communication-hero {
    padding: 96px 0 18px;
  }
  .communication-hero-grid {
    min-height: 0;
  }
  .communication-copy h1 {
    font-size: 34px;
  }
  .communication-copy p:not(.communication-kicker) {
    font-size: 16px;
  }
  .communication-benefits,
  .communication-form-grid,
  .communication-process-line,
  .communication-prep-grid,
  .communication-faq-grid {
    grid-template-columns: 1fr;
  }
  .communication-form-card,
  .communication-process-card {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .communication-head h2 {
    font-size: 28px;
  }
  .communication-privacy,
  .communication-safe-note,
  .communication-reminder {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 18px;
    text-align: left;
  }
  .communication-process-line article {
    display: grid;
    grid-template-columns: 34px 76px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    text-align: left;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(37, 40, 86, 0.05);
  }
  .communication-process-icon {
    margin: 0;
  }
  .communication-process-line h3 {
    margin-top: 0;
  }
  .communication-process-line p {
    grid-column: 3;
  }
  .communication-contact-card article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 16px;
  }
  .communication-contact-list,
  .communication-campus-links {
    grid-template-columns: 1fr;
  }
  .communication-contact-card {
    padding: 14px;
    border-radius: 20px;
  }
  .communication-contact-icon {
    width: 54px;
    height: 54px;
  }
  .communication-qr-group img {
    width: 138px;
    height: 141px;
  }
  .communication-contact-section {
    padding: 26px 0 42px;
  }
}

/* ddjgt readable body text uplift */
body.home-page .home-problem-copy,
body.home-page .home-problem-reason,
body.home-page .home-course-desc,
body.home-page .home-course-point,
body.home-page .home-logic-card p,
body.home-page .home-logic-item em,
body.home-page .home-process-card p,
body.home-page .home-deliver-card p,
body.home-page .home-article-card p,
body.about-brand-page .about-help-cards p,
body.about-brand-page .about-metric-list p,
body.about-brand-page .about-principle-cards p,
body.courses-system-page main p:not(.eyebrow):not(.course-kicker):not(.course-plan-note),
body.courses-system-page main li,
body.growth-nav-page main p:not(.eyebrow):not(.growth-kicker):not(.growth-card-index),
body.growth-nav-page main li,
body.professional-team-page main p:not(.eyebrow):not(.team-kicker):not(.team-card-index),
body.professional-team-page main li,
body.teacher-child-page main p:not(.eyebrow):not(.child-kicker):not(.teacher-child-kicker),
body.teacher-child-page main li,
body.team-workflow-page main p:not(.eyebrow):not(.workflow-kicker),
body.team-workflow-page main li,
body.teacher-communication-page main p:not(.communication-kicker):not(.communication-safe-note),
body.teacher-communication-page main li {
  font-size: var(--font-card-body);
  line-height: 1.75;
  font-weight: var(--weight-body);
}
body.home-page .home-problem-card strong,
body.home-page .home-course-title h3,
body.home-page .home-logic-card h3,
body.home-page .home-process-card h3,
body.home-page .home-deliver-card h3,
body.growth-nav-page main h3,
body.professional-team-page main h3,
body.teacher-child-page main h3,
body.team-workflow-page main h3 {
  font-size: clamp(22px, 1.9vw, 26px);
  line-height: 1.35;
}
body.home-page .home-problem-focus,
body.home-page .home-course-card em,
body.home-page .home-course-proof span,
body.growth-nav-page main small,
body.professional-team-page main small {
  font-size: var(--font-small);
  line-height: var(--line-small);
}
body.home-page .home-hero-note p,
body.home-page .home-problem-title p,
body.home-page .home-problem-body > span,
body.home-page .home-problem-body li,
body.home-page .home-problem-reason,
body.home-page .home-problem-footer p,
body.home-page .home-logic-panel li,
body.home-page .home-logic-summary p,
body.home-page .home-logic-method p {
  font-size: var(--font-small);
  line-height: var(--line-small);
}
body.home-page .home-problem-action,
body.home-page .home-logic-observe span em,
body.home-page .home-logic-goals span,
body.home-page .home-logic-flow strong,
body.home-page .home-logic-flow em,
body.home-page .home-hero-stats em {
  font-size: 15px;
  line-height: 1.55;
}
body.home-page .home-logic-insight em,
body.home-page .home-course-formula p,
body.home-page .home-course-formula em,
body.home-page .home-course-support p,
body.home-page .home-course-proof em,
body.home-page .home-process-output em,
body.home-page .home-process-summary p,
body.home-page .home-deliver-copy > p,
body.home-page .home-deliver-copy li,
body.home-page .home-deliver-status span,
body.home-page .home-deliver-summary p,
body.home-page .home-deliver-summary em,
body.home-page .home-encyclopedia-section .ency-feature-card p,
body.home-page .home-encyclopedia-section .ency-topic-card span,
body.home-page .home-encyclopedia-section .ency-topic-card em,
body.home-page .appointment-campus-link em {
  font-size: var(--font-small);
  line-height: var(--line-small);
}
body.home-page .home-deliver-title > span,
body.home-page .home-encyclopedia-section .ency-feature-label,
body.home-page .home-encyclopedia-section .ency-feature-meta span,
body.home-page .home-encyclopedia-section .ency-rank-card em {
  font-size: 15px;
  line-height: 1.55;
}
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p,
body.home-page .home-deliver-card.is-featured .home-deliver-copy > p,
body.home-page .home-deliver-summary article em {
  font-size: var(--font-small);
  line-height: var(--line-small);
}
body.about-brand-page main span,
body.about-brand-page main em,
body.courses-system-page main span,
body.courses-system-page main em,
body.growth-nav-page main span,
body.growth-nav-page main em,
body.professional-team-page main span,
body.professional-team-page main em,
body.teacher-child-page main span,
body.teacher-child-page main em,
body.team-workflow-page main span,
body.team-workflow-page main em,
body.teacher-communication-page main span,
body.teacher-communication-page main em,
body.article-knowledge-page main span,
body.article-knowledge-page main em,
body.community-growth-page main span,
body.community-growth-page main em,
.appointment-section span,
.appointment-section em {
  font-size: var(--font-small);
  line-height: var(--line-small);
}
main p:not(.eyebrow):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
main li {
  font-size: var(--font-card-body) !important;
  line-height: 1.75 !important;
}
body.community-growth-page .community-feed-list .square-post-author strong {
  font-size: 14px !important;
  line-height: 1.25 !important;
}
body.community-growth-page .community-feed-list .square-post-card p {
  font-size: 15px !important;
  line-height: 1.62 !important;
}
body.community-growth-page main .community-feed-list .square-post-card p:not(.eyebrow):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]) {
  font-size: 15px !important;
  line-height: 1.62 !important;
}
body.community-growth-page main .community-feature-card p:not(.eyebrow):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
body.community-growth-page main .community-side-rail p:not(.eyebrow):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]) {
  font-size: 15px !important;
  line-height: 1.62 !important;
}
main span:not(.icon-badge):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
main em:not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]) {
  font-size: var(--font-small) !important;
  line-height: var(--line-small) !important;
}
body.community-growth-page main .community-category-card span:not(.icon-badge),
body.community-growth-page main .community-value-grid article span:not(.icon-badge),
body.community-growth-page main .community-feature-card div,
body.community-growth-page main .community-feature-card em,
body.community-growth-page main .community-feature-card small {
  font-size: 13px !important;
  line-height: 1.45 !important;
}
body.community-growth-page main .community-feature-card > span,
body.community-growth-page main .community-post-tags span {
  font-size: 12px !important;
  line-height: 1.25 !important;
}
main h1 span,
main h2 span,
main h3 span,
main h4 span,
main .button span {
  font-size: inherit !important;
  line-height: inherit !important;
}
main h1 span:not(.icon-badge):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
main h2 span:not(.icon-badge):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
main h3 span:not(.icon-badge):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]),
main h4 span:not(.icon-badge):not([class*="meta"]):not([class*="date"]):not([class*="tag"]):not([class*="kicker"]):not([class*="label"]) {
  font-size: inherit !important;
  line-height: inherit !important;
}
main .mock-paper span,
main .mock-paper li,
main .report-paper span,
main .feedback-sheet span,
main .chart-panel span,
main .family-book li,
main .check-card span {
  font-size: 8px !important;
  line-height: 1.45 !important;
}

/* community post stream: real list, pagination, and detail reading modal */
body.community-growth-page .community-latest-layout {
  grid-template-columns: minmax(0, 1fr) 286px !important;
  gap: 18px !important;
}
body.community-growth-page .community-latest-section .community-list-head.compact {
  align-items: center !important;
  margin-bottom: 14px !important;
}
body.community-growth-page .community-latest-section .community-list-head h2 {
  font-size: 30px !important;
}
body.community-growth-page .square-feed.community-feed-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
body.community-growth-page .square-post-card.community-feed-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-content: start !important;
  gap: 8px 12px !important;
  min-height: 0 !important;
  padding: 14px 16px 16px !important;
  border-radius: 16px !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}
body.community-growth-page .square-post-card.community-feed-card:hover {
  border-color: color-mix(in srgb, var(--community-color), white 68%) !important;
}
body.community-growth-page .square-post-card .square-post-author {
  grid-column: 1 !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
}
body.community-growth-page .community-feed-card .community-post-tags {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
body.community-growth-page .square-post-card h3 {
  grid-column: 1 / -1 !important;
  margin-top: 2px !important;
  font-size: 17px !important;
  line-height: 1.34 !important;
}
body.community-growth-page .square-post-card p {
  grid-column: 1 / -1 !important;
  min-height: 48px !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}
body.community-growth-page .square-post-image {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-height: 168px !important;
}
body.community-growth-page .square-post-meta {
  grid-column: 1 !important;
  gap: 8px !important;
  font-size: 12px !important;
}
body.community-growth-page .square-post-open {
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: end !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--community-color, var(--pink)) !important;
  background: color-mix(in srgb, var(--community-color, var(--pink)) 11%, white) !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
body.community-growth-page .square-post-open:hover {
  color: #fff !important;
  background: var(--community-color, var(--pink)) !important;
}
body.community-growth-page .community-post-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 18px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(235, 229, 236, 0.9) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 34px rgba(37, 40, 86, 0.055) !important;
}
body.community-growth-page .community-post-pagination[hidden] {
  display: none !important;
}
body.community-growth-page .community-pagination-summary {
  color: rgba(37, 40, 86, 0.64) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}
body.community-growth-page .community-pagination-controls {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  align-items: center !important;
}
body.community-growth-page .community-page-action,
body.community-growth-page .community-page-number,
body.community-growth-page .community-page-ellipsis {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 36px !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(37, 40, 86, 0.08) !important;
  border-radius: 999px !important;
  color: #17245d !important;
  background: #fff !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}
body.community-growth-page button.community-page-action,
body.community-growth-page button.community-page-number {
  cursor: pointer !important;
}
body.community-growth-page .community-page-number.is-active {
  color: #fff !important;
  border-color: var(--pink) !important;
  background: var(--pink) !important;
}
body.community-growth-page .community-page-action.is-disabled {
  opacity: 0.46 !important;
}
body.community-post-modal-open {
  overflow: hidden !important;
}
.community-post-modal {
  position: fixed;
  inset: 0;
  z-index: 5200;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.community-post-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.community-post-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 36, 93, 0.52);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.community-post-dialog {
  position: relative;
  width: min(760px, calc(100vw - 40px));
  max-height: min(82vh, 820px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 92, 147, 0.18);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 92px rgba(23, 36, 93, 0.28);
}
.community-post-close {
  position: sticky;
  top: 0;
  float: right;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: -10px -8px 4px 12px;
  border: 0;
  border-radius: 999px;
  color: rgba(23, 36, 93, 0.72);
  background: rgba(245, 247, 250, 0.96);
  font-size: 24px;
  cursor: pointer;
}
.community-post-detail-head {
  display: grid;
  gap: 14px;
}
.community-post-detail-head h2 {
  margin: 0;
  color: #17245d;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 950;
}
.community-post-detail-body {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.community-post-detail-body p,
.community-post-comments p,
.community-post-official-reply p {
  margin: 0;
  color: rgba(37, 40, 86, 0.74);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 750;
}
.community-post-detail-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.community-post-detail-images img {
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 16px;
  object-fit: cover;
}
.community-post-detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.community-post-detail-stats span,
.community-post-comments strong,
.community-post-official-reply strong {
  color: var(--pink);
  font-weight: 950;
}
.community-post-detail-stats span {
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 92, 147, 0.1);
  font-size: 13px;
}
.community-post-official-reply,
.community-post-comments {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(245, 249, 255, 0.84);
}
.community-post-comments h3 {
  margin: 0;
  color: #17245d;
  font-size: 18px;
}
.community-post-detail-foot {
  margin-top: 22px;
}

@media (max-width: 1180px) {
  body.community-growth-page .community-latest-layout {
    grid-template-columns: 1fr !important;
  }
  body.community-growth-page .community-side-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 860px) {
  body.community-growth-page .square-feed.community-feed-list {
    grid-template-columns: 1fr !important;
  }
  body.community-growth-page .community-side-rail {
    grid-template-columns: 1fr !important;
  }
  .community-post-detail-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .community-post-dialog {
    padding: 22px 18px;
  }
  .community-post-detail-head h2 {
    font-size: 24px;
  }
  .community-post-detail-images {
    grid-template-columns: 1fr;
  }
}

/* home deliver card final polish: keep the cards compact without letting
   global readability overrides push text into the mockups. */
body.home-page .home-deliver-section {
  padding: 44px 0 46px !important;
}
body.home-page .home-deliver-section .wrap {
  width: min(1400px, calc(100% - 96px)) !important;
}
body.home-page .home-deliver-section .home-section-head {
  max-width: 840px !important;
  margin-bottom: 24px !important;
}
body.home-page .home-deliver-section .home-section-head h2 {
  max-width: 780px;
  font-size: clamp(34px, 2.55vw, 46px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}
body.home-page .home-deliver-section .home-section-head p:not(.eyebrow) {
  margin-top: 12px !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}
body.home-page .home-deliver-grid {
  grid-template-columns: minmax(340px, 1.14fr) repeat(3, minmax(250px, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}
body.home-page .home-deliver-card,
body.home-page .home-deliver-card.is-featured {
  height: 378px !important;
  min-height: 0 !important;
  border-radius: 17px !important;
}
body.home-page .home-deliver-card {
  padding: 18px 18px 60px !important;
}
body.home-page .home-deliver-card:not(.is-featured) {
  display: flex !important;
  flex-direction: column !important;
  padding: 18px !important;
}
body.home-page .home-deliver-card.is-featured {
  grid-template-columns: minmax(176px, .56fr) minmax(146px, .44fr) !important;
  grid-template-areas:
    "title title"
    "copy visual" !important;
  grid-template-rows: auto 1fr !important;
  gap: 12px 12px !important;
  padding: 18px 16px !important;
}
body.home-page .home-deliver-title {
  align-items: center !important;
  gap: 9px !important;
  margin-bottom: 10px !important;
}
body.home-page .home-deliver-card.is-featured .home-deliver-title {
  margin-bottom: 0 !important;
}
body.home-page .home-deliver-title > span {
  width: 34px !important;
  height: 34px !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
body.home-page .home-deliver-title h3 {
  font-size: 22px !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}
body.home-page .home-deliver-copy {
  min-width: 0 !important;
}
body.home-page .home-deliver-card.is-featured .home-deliver-copy {
  max-width: none !important;
}
body.home-page .home-deliver-copy > p,
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p,
body.home-page .home-deliver-card.is-featured .home-deliver-copy > p {
  margin: 0 0 12px !important;
  color: #4f5870 !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
  font-weight: 800 !important;
}
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-copy > p {
  min-height: 42px !important;
  max-width: 96% !important;
}
body.home-page .home-deliver-copy ul {
  gap: 8px !important;
}
body.home-page .home-deliver-copy li {
  grid-template-columns: 16px 1fr !important;
  gap: 7px !important;
  color: #465167 !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
  font-weight: 850 !important;
}
body.home-page .home-deliver-copy li::before {
  width: 15px !important;
  height: 15px !important;
  margin-top: 2px !important;
  border-width: 2px !important;
}
body.home-page .home-deliver-copy a {
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}
body.home-page .home-deliver-card.is-featured .home-deliver-visual {
  align-self: center !important;
  height: 238px !important;
  padding-top: 0 !important;
  place-items: center !important;
  overflow: visible !important;
}
body.home-page .home-deliver-card.is-featured .deliver-mockup {
  width: min(100%, 132px) !important;
  transform: translateY(-6px) rotate(-5deg) !important;
}
body.home-page .home-deliver-card.is-featured:hover .deliver-mockup {
  transform: translateY(-10px) rotate(-3deg) !important;
}
body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 138px !important;
  height: 138px !important;
  margin: 8px 0 12px !important;
  place-items: start center !important;
  overflow: hidden !important;
}
body.home-page .home-deliver-card:not(.is-featured) .deliver-mockup {
  width: min(100%, 168px) !important;
  max-height: 124px !important;
}
body.home-page .home-deliver-card:not(.is-featured) .feedback-mockup,
body.home-page .feedback-mockup {
  width: min(100%, 148px) !important;
  transform: translate(4px, -14px) rotate(-3deg) scale(.56) !important;
}
body.home-page .home-deliver-card.is-purple:hover .feedback-mockup {
  transform: translate(4px, -18px) rotate(-2deg) scale(.56) !important;
}
body.home-page .home-deliver-card:not(.is-featured) .curve-mockup,
body.home-page .curve-mockup {
  width: min(100%, 174px) !important;
  transform: translateY(-12px) rotate(-2deg) scale(.76) !important;
}
body.home-page .home-deliver-card:not(.is-featured) .family-mockup,
body.home-page .family-mockup {
  width: min(100%, 184px) !important;
  transform: translateY(-18px) rotate(-4deg) scale(.58) !important;
}
body.home-page .home-deliver-status {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  min-height: 38px !important;
  gap: 9px !important;
  margin-top: auto !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
}
body.home-page .home-deliver-status::before {
  width: 22px !important;
  height: 22px !important;
  border-radius: 7px !important;
}
body.home-page .home-deliver-card.is-purple .home-deliver-status::after {
  width: 24px !important;
  height: 24px !important;
  border-width: 3px !important;
}
body.home-page .home-deliver-status span {
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}
body.home-page .home-deliver-summary {
  margin-top: 14px !important;
}
@media (max-width: 1180px) {
  body.home-page .home-deliver-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    height: 360px !important;
  }
}
@media (max-width: 760px) {
  body.home-page .home-deliver-section .wrap {
    width: min(var(--wrap), calc(100% - 32px)) !important;
  }
  body.home-page .home-deliver-section .home-section-head h2 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }
  body.home-page .home-deliver-grid {
    grid-template-columns: 1fr !important;
  }
  body.home-page .home-deliver-card,
  body.home-page .home-deliver-card.is-featured {
    height: auto !important;
    min-height: 0 !important;
  }
  body.home-page .home-deliver-card.is-featured {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "copy"
      "visual" !important;
  }
  body.home-page .home-deliver-card.is-featured .home-deliver-visual,
  body.home-page .home-deliver-card:not(.is-featured) .home-deliver-visual {
    position: relative !important;
    inset: auto !important;
    min-height: 160px !important;
    margin-top: 10px !important;
  }
}

/* ddjgt about trust story v2 */
body.about-brand-page {
  --about-ink: #202858;
  --about-text: #47506f;
  --about-muted: #6c7692;
  --about-pink: #ff4f8f;
  --about-blue: #35b8df;
  --about-purple: #7567e8;
  --about-green: #2abf8f;
  --about-line: rgba(226, 231, 241, 0.9);
  --about-shadow: 0 18px 42px rgba(31, 37, 86, 0.08);
  --about-soft-shadow: 0 10px 26px rgba(31, 37, 86, 0.055);
  color: var(--about-ink);
  background: #fff;
}
body.about-brand-page .wrap {
  width: min(1280px, calc(100% - 80px));
}
.about-trust-hero,
.about-identity-section,
.about-reason-section,
.about-origin-section,
.about-method-section,
.about-proof-section,
.about-principle-v2,
.about-final-v2 {
  position: relative;
  overflow: hidden;
}
.about-trust-hero {
  padding: 70px 0 58px;
  border-bottom: 1px solid var(--about-line);
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.about-trust-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: 62px;
  align-items: center;
}
.about-trust-copy h1,
.about-identity-copy h2,
.about-reason-heading h2,
.about-origin-copy-v2 h2,
.about-method-head h2,
.about-proof-copy h2,
.about-principle-grid-v2 h2,
.about-final-card-v2 h2 {
  margin: 0;
  color: var(--about-ink);
  letter-spacing: 0;
  font-weight: 900;
}
.about-trust-copy h1 {
  max-width: 660px;
  font-size: 56px;
  line-height: 1.14;
}
.about-trust-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--about-pink);
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 900;
  letter-spacing: 0;
}
.about-trust-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(255, 79, 143, 0.10);
}
.about-trust-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--about-text);
  font-size: 19px !important;
  line-height: 1.72 !important;
  font-weight: 650;
}
.about-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.about-trust-actions .button {
  min-height: 52px;
  padding-inline: 24px;
  font-size: 16px;
}
.about-trust-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  max-width: 620px;
}
.about-trust-facts article {
  padding: 16px 18px;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--about-soft-shadow);
}
.about-trust-facts strong {
  display: block;
  color: var(--about-pink);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.about-trust-facts span {
  display: block;
  margin-top: 8px;
  color: var(--about-muted);
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 800;
}
.about-trust-visual {
  display: grid;
  gap: 18px;
  margin: 0;
  justify-items: center;
}
.about-trust-visual img {
  width: min(106%, 720px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(31, 37, 86, 0.08));
}
.about-trust-visual figcaption {
  width: min(100%, 600px);
  padding: 18px 22px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--about-soft-shadow);
}
.about-trust-visual figcaption strong {
  color: var(--about-ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}
.about-trust-visual figcaption p {
  margin: 8px 0 0;
  color: var(--about-muted);
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 650;
}
.about-identity-section,
.about-origin-section,
.about-principle-v2 {
  padding: 84px 0;
  background: #fff;
}
.about-identity-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: 70px;
  align-items: center;
}
.about-identity-copy h2,
.about-reason-heading h2,
.about-origin-copy-v2 h2,
.about-method-head h2,
.about-proof-copy h2,
.about-principle-grid-v2 h2,
.about-final-card-v2 h2 {
  font-size: 42px;
  line-height: 1.24;
}
.about-identity-copy p,
.about-origin-copy-v2 p,
.about-proof-copy p,
.about-principle-grid-v2 > div:first-child p,
.about-final-card-v2 p {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--about-text);
  font-size: 18px !important;
  line-height: 1.76 !important;
  font-weight: 620;
}
.about-identity-list {
  display: grid;
  gap: 14px;
}
.about-identity-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 110px;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--about-soft-shadow);
}
.about-identity-list svg {
  width: 54px;
  height: 54px;
  padding: 14px;
  border-radius: 16px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-identity-list article:nth-child(2) svg {
  background: #eef9fd;
  color: var(--about-blue);
}
.about-identity-list article:nth-child(3) svg {
  background: #effaf6;
  color: var(--about-green);
}
.about-identity-list strong,
.about-reason-cards strong,
.about-method-flow strong,
.about-principle-lines strong {
  color: var(--about-ink);
  font-size: 19px;
  line-height: 1.36;
  font-weight: 900;
}
.about-identity-list p,
.about-reason-cards p,
.about-method-flow p,
.about-proof-metrics p,
.about-principle-lines p {
  margin: 8px 0 0;
  color: var(--about-muted);
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 620;
}
.about-reason-section,
.about-proof-section {
  padding: 88px 0;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.about-reason-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.68fr) minmax(420px, 0.86fr);
  gap: 46px;
  align-items: center;
}
.about-reason-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.9fr);
  gap: 76px;
  align-items: center;
}
.about-reason-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--about-ink);
  font-size: 44px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}
.about-reason-body {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--about-text);
  font-size: 18px !important;
  line-height: 1.78 !important;
  font-weight: 640;
}
.about-reason-steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.about-reason-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-soft-shadow);
}
.about-reason-steps svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-reason-steps article:nth-child(2) svg { background: #f2efff; color: var(--about-purple); }
.about-reason-steps article:nth-child(3) svg { background: #eef9fd; color: var(--about-blue); }
.about-reason-steps strong {
  color: var(--about-ink);
  font-size: 18px;
  line-height: 1.36;
  font-weight: 900;
}
.about-reason-steps p {
  margin: 6px 0 0;
  color: var(--about-muted);
  font-size: 14px !important;
  line-height: 1.68 !important;
  font-weight: 640;
}
.about-reason-visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  text-align: center;
  border: 1px solid var(--about-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 250, 0.98), rgba(255, 255, 255, 0.92) 64%),
    #fff;
  box-shadow: var(--about-shadow);
}
.about-reason-visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(68%, 390px);
  transform: translate(-50%, -47%);
  filter: drop-shadow(0 18px 28px rgba(31, 37, 86, 0.08));
}
.about-reason-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(226, 231, 241, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--about-ink);
  box-shadow: 0 12px 24px rgba(31, 37, 86, 0.07);
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 900;
  white-space: nowrap;
}
.about-reason-chip.is-top-left { left: 7%; top: 13%; color: var(--about-blue); }
.about-reason-chip.is-top-right { right: 8%; top: 13%; color: var(--about-purple); }
.about-reason-chip.is-mid-left { left: 5%; top: 43%; color: var(--about-green); }
.about-reason-chip.is-mid-right { right: 5%; top: 43%; color: var(--about-pink); }
.about-reason-chip.is-bottom-left { left: 10%; bottom: 12%; color: #f6a23a; }
.about-reason-chip.is-bottom-right { right: 10%; bottom: 12%; color: var(--about-purple); }
.about-reason-cards {
  display: grid;
  gap: 16px;
}
.about-reason-cards article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px 16px;
  align-items: start;
  padding: 20px 22px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-soft-shadow);
}
.about-reason-cards svg {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: 16px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-reason-cards article:nth-child(2) svg {
  background: #f2efff;
  color: var(--about-purple);
}
.about-reason-cards article:nth-child(3) svg {
  background: #eef9fd;
  color: var(--about-blue);
}
.about-origin-grid-v2 {
  display: grid;
  grid-template-columns: minmax(500px, 0.94fr) minmax(0, 1fr);
  gap: 68px;
  align-items: center;
}
.about-origin-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff6f9;
  box-shadow: var(--about-shadow);
}
.about-origin-figure img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
}
.about-origin-quote {
  margin-top: 20px !important;
  color: var(--about-ink) !important;
  font-size: 24px !important;
  line-height: 1.48 !important;
  font-weight: 900 !important;
}
.about-origin-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.about-origin-points article {
  min-height: 168px;
  padding: 20px 18px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--about-soft-shadow);
}
.about-origin-points svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 14px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-origin-points article:nth-child(2) svg { background: #eef9fd; color: var(--about-blue); }
.about-origin-points article:nth-child(3) svg { background: #effaf6; color: var(--about-green); }
.about-origin-points strong {
  display: block;
  margin-top: 14px;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}
.about-origin-points p {
  margin: 8px 0 0;
  color: var(--about-muted);
  font-size: 13px !important;
  line-height: 1.68 !important;
  font-weight: 640;
}
.about-method-section {
  padding: 88px 0;
  background: linear-gradient(180deg, #fff8fb 0%, #fff 100%);
}
.about-method-head {
  max-width: 900px;
  margin-bottom: 36px;
}
.about-method-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.about-method-flow article {
  position: relative;
  min-height: 244px;
  padding: 26px 24px;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--about-soft-shadow);
}
.about-method-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 79, 143, 0.12), rgba(255, 79, 143, 0.72));
}
.about-method-flow b {
  display: block;
  color: rgba(255, 79, 143, 0.22);
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
}
.about-method-flow svg {
  width: 48px;
  height: 48px;
  margin: 22px 0 18px;
  padding: 12px;
  border-radius: 16px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-method-flow article:nth-child(2) svg { background: #eef9fd; color: var(--about-blue); }
.about-method-flow article:nth-child(3) svg { background: #f2efff; color: var(--about-purple); }
.about-method-flow article:nth-child(4) svg { background: #effaf6; color: var(--about-green); }
.about-proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(620px, 1fr);
  gap: 66px;
  align-items: center;
}
.about-proof-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 26px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff2f7;
  color: var(--about-pink);
  font-weight: 900;
}
.about-proof-link svg {
  width: 18px;
  height: 18px;
}
.about-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.about-proof-metrics article {
  min-height: 210px;
  padding: 26px 18px;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-soft-shadow);
}
.about-proof-metrics strong {
  display: block;
  color: var(--about-pink);
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}
.about-proof-metrics span {
  display: block;
  margin-top: 18px;
  color: var(--about-ink);
  font-size: 18px !important;
  line-height: 1.36 !important;
  font-weight: 900;
}
.about-proof-child {
  position: absolute;
  left: 330px;
  bottom: -82px;
  width: 230px;
  filter: drop-shadow(0 18px 24px rgba(31, 37, 86, 0.08));
}
.about-principle-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(520px, 0.54fr);
  gap: 80px;
  align-items: start;
}
.about-principle-lines {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--about-line);
}
.about-principle-lines article {
  padding: 22px 0;
  border-bottom: 1px solid var(--about-line);
}
.about-principle-lines strong {
  display: block;
  color: var(--about-pink);
}
.about-principle-head-v2 {
  max-width: 760px;
  margin-bottom: 32px;
}
.about-principle-head-v2 h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: 42px;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: 0;
}
.about-principle-head-v2 p:not(.about-trust-kicker) {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--about-text);
  font-size: 18px !important;
  line-height: 1.76 !important;
  font-weight: 620;
}
.about-principle-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.about-principle-card-grid article {
  position: relative;
  min-height: 250px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 251, 0.72));
  box-shadow: var(--about-soft-shadow);
}
.about-principle-card-grid article::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 106px;
  height: 106px;
  border-radius: 999px;
  background: rgba(255, 79, 143, 0.08);
}
.about-principle-card-grid span {
  display: block;
  color: rgba(255, 79, 143, 0.28);
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 950;
}
.about-principle-card-grid svg {
  width: 46px;
  height: 46px;
  margin: 18px 0 16px;
  padding: 11px;
  border-radius: 15px;
  background: #fff2f7;
  color: var(--about-pink);
}
.about-principle-card-grid article:nth-child(2) svg { background: #eef9fd; color: var(--about-blue); }
.about-principle-card-grid article:nth-child(3) svg { background: #f2efff; color: var(--about-purple); }
.about-principle-card-grid article:nth-child(4) svg { background: #effaf6; color: var(--about-green); }
.about-principle-card-grid strong {
  display: block;
  color: var(--about-ink);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}
.about-principle-card-grid p {
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 14px !important;
  line-height: 1.72 !important;
  font-weight: 640;
}
.about-principle-card-grid em {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 79, 143, 0.10);
  color: var(--about-pink);
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-style: normal;
  font-weight: 900;
}
.about-final-v2 {
  padding: 68px 0 82px;
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.about-final-card-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(470px, 0.82fr);
  gap: 42px;
  align-items: center;
  padding: 42px 52px 38px 56px;
  border: 1px solid var(--about-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-shadow);
}
.about-final-card-v2 figure {
  margin: 0;
  text-align: center;
}
.about-final-card-v2 img {
  width: min(100%, 520px);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(31, 37, 86, 0.08));
}
@media (max-width: 1180px) {
  body.about-brand-page .wrap {
    width: min(1280px, calc(100% - 48px));
  }
  .about-trust-hero-grid,
  .about-identity-grid,
  .about-reason-grid,
  .about-reason-layout,
  .about-origin-grid-v2,
  .about-proof-grid,
  .about-principle-grid-v2,
  .about-final-card-v2 {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-method-flow,
  .about-proof-metrics,
  .about-origin-points,
  .about-principle-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-method-flow article:not(:last-child)::after {
    display: none;
  }
  .about-proof-child {
    position: static;
    justify-self: center;
    margin-top: -28px;
  }
}
@media (max-width: 760px) {
  body.about-brand-page .wrap {
    width: min(1280px, calc(100% - 30px));
  }
  .about-trust-hero,
  .about-identity-section,
  .about-reason-section,
  .about-origin-section,
  .about-method-section,
  .about-proof-section,
  .about-principle-v2,
  .about-final-v2 {
    padding: 54px 0;
  }
  .about-trust-copy h1 {
    font-size: 36px;
    line-height: 1.18;
  }
  .about-identity-copy h2,
  .about-reason-heading h2,
  .about-origin-copy-v2 h2,
  .about-method-head h2,
  .about-proof-copy h2,
  .about-principle-grid-v2 h2,
  .about-final-card-v2 h2 {
    font-size: 30px;
    line-height: 1.28;
  }
  .about-trust-lead,
  .about-identity-copy p,
  .about-origin-copy-v2 p,
  .about-proof-copy p,
  .about-principle-grid-v2 > div:first-child p,
  .about-final-card-v2 p {
    font-size: 16px !important;
  }
  .about-origin-quote {
    font-size: 22px !important;
  }
  .about-trust-facts,
  .about-method-flow,
  .about-proof-metrics {
    grid-template-columns: 1fr;
  }
  .about-identity-list article,
  .about-reason-cards article {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px;
  }
  .about-identity-list svg,
  .about-reason-cards svg {
    width: 46px;
    height: 46px;
    padding: 11px;
  }
  .about-origin-figure img {
    height: 310px;
  }
  .about-reason-visual {
    min-height: 390px;
  }
  .about-reason-visual img {
    width: min(66%, 270px);
  }
  .about-reason-chip {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px !important;
  }
  .about-reason-chip.is-top-left { left: 0; top: 5%; }
  .about-reason-chip.is-top-right { right: 0; top: 5%; }
  .about-reason-chip.is-mid-left { left: 0; top: 36%; }
  .about-reason-chip.is-mid-right { right: 0; top: 36%; }
  .about-reason-chip.is-bottom-left { left: 4%; bottom: 5%; }
  .about-reason-chip.is-bottom-right { right: 4%; bottom: 5%; }
  .about-reason-copy h2,
  .about-principle-head-v2 h2 {
    font-size: 30px;
    line-height: 1.28;
  }
  .about-reason-body,
  .about-principle-head-v2 p:not(.about-trust-kicker) {
    font-size: 16px !important;
  }
  .about-reason-steps,
  .about-origin-points,
  .about-principle-card-grid {
    grid-template-columns: 1fr;
  }
  .about-principle-card-grid article {
    min-height: 0;
  }
  .about-final-card-v2 {
    padding: 28px 22px;
  }
  .about-trust-actions .button {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  body.home-page .home-problem-card {
    min-height: 426px;
  }
}
/* ddjgt shared header/footer consistency 20260707 */
.topbar,
body.home-page .topbar,
body[class] .topbar,
body:has(.page-hero) .topbar {
  display: block !important;
  position: relative;
  z-index: 50;
  color: rgba(37, 40, 86, 0.72);
  font-size: 12px;
  font-weight: 760;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(236, 231, 234, 0.52);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.topbar-inner,
body.home-page .topbar-inner,
body[class] .topbar-inner {
  width: min(1840px, calc(100% - clamp(48px, 6.25vw, 128px)));
  max-width: none;
  min-height: 34px;
}
.site-header,
body.home-page .site-header,
body[class] .site-header,
body:has(.page-hero) .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(236, 231, 234, 0.5);
  box-shadow: 0 10px 34px rgba(37, 40, 86, 0.035);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.site-header::after,
body.home-page .site-header::after,
body[class] .site-header::after,
body:has(.page-hero) .site-header::after {
  bottom: -26px;
  height: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
}
.site-header .header-inner,
body.home-page .site-header .header-inner,
body[class] .site-header .header-inner {
  width: min(1840px, calc(100% - clamp(48px, 6.25vw, 128px)));
  max-width: none;
  min-height: 70px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 24px;
}
.brand,
body.home-page .brand,
body[class] .brand {
  justify-self: start;
}
.brand > span,
body.home-page .brand > span,
body[class] .brand > span {
  align-items: center;
}
.brand-word,
body.home-page .brand-word,
body[class] .brand-word {
  font-size: 30px;
  font-weight: 900;
}
.brand-word span:nth-child(1),
.brand-word span:nth-child(2),
body.home-page .brand-word span:nth-child(1),
body.home-page .brand-word span:nth-child(2),
body[class] .brand-word span:nth-child(1),
body[class] .brand-word span:nth-child(2) {
  color: #FF5F92;
}
.brand-word span:nth-child(3),
body.home-page .brand-word span:nth-child(3),
body[class] .brand-word span:nth-child(3) {
  color: #39BCE5;
}
.brand-sub,
body.home-page .brand-sub,
body[class] .brand-sub {
  color: #66708F;
  font-size: 13px;
  font-weight: 500;
  transform: none;
}
.nav,
body.home-page .nav,
body[class] .nav {
  --nav-item-width: 84px;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  gap: 5px;
  color: rgba(37, 40, 86, 0.74);
  font-size: 15px;
  font-weight: 820;
}
.nav-item,
body.home-page .nav-item,
body[class] .nav-item {
  flex: 0 0 var(--nav-item-width);
  width: var(--nav-item-width);
}
.nav > a,
.nav-item > a,
body.home-page .nav > a,
body.home-page .nav-item > a,
body[class] .nav > a,
body[class] .nav-item > a {
  width: 100%;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 999px;
  color: rgba(37, 40, 86, 0.78);
  background: transparent;
  border: 1px solid transparent;
  justify-content: center;
  white-space: nowrap;
}
.nav > a:hover,
.nav > a.active,
.nav-item:hover > a,
.nav-item > a.active,
body.home-page .nav > a:hover,
body.home-page .nav > a.active,
body.home-page .nav-item:hover > a,
body.home-page .nav-item > a.active,
body[class] .nav > a:hover,
body[class] .nav > a.active,
body[class] .nav-item:hover > a,
body[class] .nav-item > a.active {
  color: var(--pink);
  background: rgba(255, 239, 246, 0.88);
  border-color: rgba(255, 184, 211, 0.58);
  box-shadow: 0 8px 22px rgba(255, 95, 147, 0.12);
}
.site-header .header-actions,
body.home-page .site-header .header-actions,
body[class] .site-header .header-actions {
  justify-self: end;
  margin-left: 0;
}
.site-header .header-actions .button.blue,
body.home-page .site-header .header-actions .button.blue,
body[class] .site-header .header-actions .button.blue {
  min-height: 44px;
  padding-inline: 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 820;
  background: linear-gradient(135deg, #ff6aa0, #6674d9);
  box-shadow: 0 12px 26px rgba(94, 105, 210, 0.14), 0 8px 18px rgba(255, 95, 147, 0.12);
}
.footer,
body.home-page .footer,
body[class] .footer {
  margin-top: 0;
  background: #293276;
}
.footer::before,
body.home-page .footer::before,
body[class] .footer::before {
  top: 64px;
  width: 160px;
  height: 52px;
  opacity: 0.75;
}
.footer-wave,
body.home-page .footer-wave,
body[class] .footer-wave {
  height: 28px;
  transform: translateY(-18px);
  margin-bottom: -18px;
}
.footer-main,
body.home-page .footer-main,
body[class] .footer-main {
  padding: 18px 0 12px;
}
.footer-contact,
body.home-page .footer-contact,
body[class] .footer-contact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.footer-contact div,
body.home-page .footer-contact div,
body[class] .footer-contact div {
  min-height: 46px;
  padding: 8px 12px;
  border-radius: 7px;
}
.footer-contact span,
body.home-page .footer-contact span,
body[class] .footer-contact span {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 1.25;
}
.footer-contact strong,
body.home-page .footer-contact strong,
body[class] .footer-contact strong {
  font-size: 12px;
  line-height: 1.36;
}
.footer-contact strong a,
body.home-page .footer-contact strong a,
body[class] .footer-contact strong a {
  color: inherit;
  text-decoration: none;
}
.footer-campus-card strong,
body.home-page .footer-campus-card strong,
body[class] .footer-campus-card strong {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  align-items: center;
}
.footer-campus-card strong i,
.footer-campus-card strong em,
body.home-page .footer-campus-card strong i,
body.home-page .footer-campus-card strong em,
body[class] .footer-campus-card strong i,
body[class] .footer-campus-card strong em {
  color: rgba(255, 255, 255, 0.58);
  font-style: normal;
  font-weight: 700;
}
.footer-campus-card strong em,
body.home-page .footer-campus-card strong em,
body[class] .footer-campus-card strong em {
  margin-left: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}
.footer-grid,
body.home-page .footer-grid,
body[class] .footer-grid {
  grid-template-columns: 1.08fr 0.72fr 0.9fr 0.9fr;
  gap: 18px;
}
.footer h3,
body.home-page .footer h3,
body[class] .footer h3 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.35;
}
.footer p,
body.home-page .footer p,
body[class] .footer p {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.footer-campus-mini,
body.home-page .footer-campus-mini,
body[class] .footer-campus-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
}
.footer-campus-mini a,
body.home-page .footer-campus-mini a,
body[class] .footer-campus-mini a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}
.footer-campus-mini a:hover,
body.home-page .footer-campus-mini a:hover,
body[class] .footer-campus-mini a:hover,
.footer-contact strong a:hover,
body.home-page .footer-contact strong a:hover,
body[class] .footer-contact strong a:hover {
  color: #fff;
  background: rgba(255, 95, 147, 0.68);
}
.footer ul,
body.home-page .footer ul,
body[class] .footer ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 10px;
}
.footer a,
.footer li,
body.home-page .footer a,
body.home-page .footer li,
body[class] .footer a,
body[class] .footer li {
  font-size: 12px;
  line-height: 1.32;
}
.footer li,
body.home-page .footer li,
body[class] .footer li {
  margin-bottom: 0;
}
.footer .button,
body.home-page .footer .button,
body[class] .footer .button {
  min-height: 34px;
  padding: 0 16px;
  font-size: 12px;
}
.footer-bottom,
body.home-page .footer-bottom,
body[class] .footer-bottom {
  padding: 10px 0 0;
  font-size: 11px;
}
.footer-cubes,
body.home-page .footer-cubes,
body[class] .footer-cubes {
  top: 86px;
  right: 8%;
  opacity: 0.18;
}
@media (min-width: 1261px) and (max-width: 1380px) {
  .site-header .header-inner,
  body.home-page .site-header .header-inner,
  body[class] .site-header .header-inner {
    width: min(100% - 48px, 1320px);
    max-width: none;
    column-gap: 12px;
  }
  .nav,
  body.home-page .nav,
  body[class] .nav {
    --nav-item-width: 76px;
    gap: 0;
  }
  .nav > a,
  .nav-item > a,
  body.home-page .nav > a,
  body.home-page .nav-item > a,
  body[class] .nav > a,
  body[class] .nav-item > a {
    padding-inline: 5px;
  }
  .site-header .header-actions .button.blue,
  body.home-page .site-header .header-actions .button.blue,
  body[class] .site-header .header-actions .button.blue {
    padding-inline: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1260px) {
  .site-header .header-inner,
  body.home-page .site-header .header-inner,
  body[class] .site-header .header-inner {
    width: min(1320px, calc(100% - 56px));
    max-width: none;
    min-height: 70px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 10px;
  }
  .nav,
  body.home-page .nav,
  body[class] .nav {
    --nav-item-width: clamp(62px, 5.9vw, 72px);
    position: static;
    inset: auto;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    width: max-content;
    max-width: 100%;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .nav > a,
  .nav-item > a,
  body.home-page .nav > a,
  body.home-page .nav-item > a,
  body[class] .nav > a,
  body[class] .nav-item > a {
    width: 100%;
    min-height: 40px;
    padding-inline: 4px;
    justify-content: center;
    font-size: 14px;
  }
  .submenu,
  body.home-page .submenu,
  body[class] .submenu {
    position: absolute;
    left: 50%;
    right: auto;
    top: calc(100% + 7px);
    display: block;
    width: max-content;
    min-width: 132px;
    max-width: calc(100vw - 48px);
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 46px rgba(37, 40, 86, 0.11);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
  }
  .submenu.article-submenu,
  body.home-page .submenu.article-submenu,
  body[class] .submenu.article-submenu {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 4px 22px;
    padding: 10px 14px;
  }
  .nav-item:hover .submenu,
  .nav-item:focus-within .submenu,
  body.home-page .nav-item:hover .submenu,
  body.home-page .nav-item:focus-within .submenu,
  body[class] .nav-item:hover .submenu,
  body[class] .nav-item:focus-within .submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .menu-button,
  body.home-page .menu-button,
  body[class] .menu-button {
    display: none !important;
  }
  .site-header .header-actions .button.blue,
  body.home-page .site-header .header-actions .button.blue,
  body[class] .site-header .header-actions .button.blue {
    min-height: 44px;
    padding-inline: 15px;
  }
}
@media (max-width: 979px) {
  .nav-item,
  body.home-page .nav-item,
  body[class] .nav-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .nav > a,
  .nav-item > a,
  body.home-page .nav > a,
  body.home-page .nav-item > a,
  body[class] .nav > a,
  body[class] .nav-item > a {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  .footer-contact,
  .footer-grid,
  body.home-page .footer-contact,
  body.home-page .footer-grid,
  body[class] .footer-contact,
  body[class] .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-main,
  body.home-page .footer-main,
  body[class] .footer-main {
    padding-bottom: 76px;
  }
}
@media (max-width: 979px) {
  body.mobile-nav-open {
    overflow: hidden !important;
  }
  body.mobile-nav-open .scroll-top,
  body.mobile-nav-open .mobile-quick {
    display: none !important;
  }
  .site-header.nav-open,
  body.home-page .site-header.nav-open,
  body[class] .site-header.nav-open,
  body:has(.page-hero) .site-header.nav-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 120 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 14px 36px rgba(37, 40, 86, 0.12) !important;
  }
  .site-header.nav-open .nav,
  body.home-page .site-header.nav-open .nav,
  body[class] .site-header.nav-open .nav,
  body:has(.page-hero) .site-header.nav-open .nav {
    position: fixed !important;
    top: 82px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    width: min(300px, calc(100vw - 36px)) !important;
    height: auto !important;
    max-height: calc(100dvh - 98px) !important;
    transform: translateX(-50%) !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 7px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 14px 14px 18px !important;
    border: 1px solid rgba(255, 95, 147, 0.14) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: 0 22px 60px rgba(37, 40, 86, 0.16) !important;
  }
  .site-header.nav-open .nav > a,
  .site-header.nav-open .nav-item > a,
  body.home-page .site-header.nav-open .nav > a,
  body.home-page .site-header.nav-open .nav-item > a,
  body[class] .site-header.nav-open .nav > a,
  body[class] .site-header.nav-open .nav-item > a {
    min-height: 38px !important;
    padding: 0 16px !important;
    justify-content: flex-start !important;
    border-radius: 15px !important;
  }
  .site-header.nav-open .submenu,
  .site-header.nav-open .submenu.article-submenu,
  body.home-page .site-header.nav-open .submenu,
  body.home-page .site-header.nav-open .submenu.article-submenu,
  body[class] .site-header.nav-open .submenu,
  body[class] .site-header.nav-open .submenu.article-submenu {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.growth-nav-page [data-growth-reveal],
  body.growth-nav-page .growth-signal-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ddjgt digital downloads styles */
.download-resource-section {
  background: #fff;
}
.download-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 26px;
  align-items: stretch;
}
.download-product-card,
.download-product-side article,
.digital-auth-panel,
.product-fit-grid article,
.product-module-card,
.product-preview-grid a,
.product-use-grid article {
  border-radius: 8px;
}
.download-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 18px;
  padding: clamp(28px, 4vw, 46px);
  color: #253056;
  text-decoration: none;
  background: linear-gradient(135deg, #fff7fb 0%, #eef8ff 100%);
  border: 1px solid rgba(255, 95, 147, 0.16);
  box-shadow: 0 18px 48px rgba(37, 40, 86, 0.08);
}
.download-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(37, 40, 86, 0.12);
}
.download-product-kicker,
.digital-auth-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #d93c7d;
  background: rgba(255, 95, 147, 0.1);
}
.download-product-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
}
.download-product-card p,
.product-copy p,
.product-module-card p,
.product-use-grid p,
.digital-auth-panel p {
  margin: 0;
  color: rgba(37, 40, 86, 0.72);
}
.download-product-meta,
.product-promise-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.download-product-meta span,
.product-promise-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #253056;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(37, 40, 86, 0.08);
  font-size: 14px;
  font-weight: 800;
}
.download-product-card em {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f80b8;
  font-style: normal;
  font-weight: 900;
}
.download-product-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.download-product-side article {
  min-height: 148px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 14px 36px rgba(37, 40, 86, 0.06);
}
.download-product-side strong,
.product-fit-grid strong {
  display: block;
  color: #253056;
  font-size: 18px;
  line-height: 1.35;
}
.download-product-side span {
  display: block;
  margin: 8px 0;
  color: #0f80b8;
  font-size: 14px;
  font-weight: 900;
}
.download-product-side p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  font-size: 15px;
  line-height: 1.55;
}
.download-app-section {
  background: #f7fbfd;
}
.product-hero-section {
  background: #fff;
}
.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.product-copy {
  display: grid;
  gap: 18px;
}
.product-copy h2 {
  margin: 0;
  color: #253056;
}
.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.product-price-row strong {
  color: #d93c7d;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.15;
}
.product-price-row span {
  color: rgba(37, 40, 86, 0.66);
  font-weight: 800;
}
.digital-auth-panel {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  color: #253056;
  background: #fff;
  border: 1px solid rgba(15, 128, 184, 0.14);
  box-shadow: 0 24px 70px rgba(37, 40, 86, 0.12);
}
.digital-auth-panel h3 {
  margin: 0;
}
.digital-auth-panel label {
  display: grid;
  gap: 8px;
  color: rgba(37, 40, 86, 0.78);
  font-size: 14px;
  font-weight: 900;
}
.digital-auth-panel input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(37, 40, 86, 0.14);
  color: #253056;
  background: #fbfdff;
  font: inherit;
  outline: none;
}
.digital-auth-panel input:focus {
  border-color: rgba(15, 128, 184, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 128, 184, 0.1);
}
.digital-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.digital-code-row button {
  min-width: 132px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(15, 128, 184, 0.16);
  color: #0f80b8;
  background: #eef8ff;
  box-shadow: none;
}
.digital-auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.digital-auth-actions .button {
  width: 100%;
  min-width: 0;
}
.digital-auth-panel button:disabled,
.digital-auth-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
  box-shadow: none;
}
.digital-auth-feedback {
  min-height: 24px;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 800;
}
.digital-auth-feedback[data-tone="success"] {
  color: #11845b;
}
.digital-auth-feedback[data-tone="warn"] {
  color: #c45b1c;
}
.product-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.product-fit-grid article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.06);
}
.product-fit-grid svg {
  width: 24px;
  height: 24px;
  color: #22a37b;
}
.product-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-module-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 14px 40px rgba(37, 40, 86, 0.07);
}
.product-module-card > div {
  display: grid;
  gap: 10px;
  padding: 22px;
}
.product-module-card span {
  width: fit-content;
  color: #0f80b8;
  font-size: 14px;
  font-weight: 900;
}
.product-module-card h3 {
  margin: 0;
}
.product-module-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7fbfd;
  border-top: 1px solid rgba(37, 40, 86, 0.08);
}
.product-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.product-preview-grid a {
  display: grid;
  overflow: hidden;
  color: #253056;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.06);
}
.product-preview-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7fbfd;
}
.product-preview-grid span {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 900;
}
.product-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-use-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 12px 34px rgba(37, 40, 86, 0.06);
}
.product-use-grid span {
  display: block;
  margin-bottom: 12px;
  color: #d93c7d;
  font-size: 14px;
  font-weight: 900;
}
.product-use-grid h3 {
  margin: 0 0 10px;
}
@media (max-width: 1180px) {
  .download-feature-grid,
  .product-hero-grid {
    grid-template-columns: 1fr;
  }
  .product-fit-grid,
  .product-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .download-product-side,
  .product-module-grid,
  .product-preview-grid,
  .product-use-grid,
  .product-fit-grid {
    grid-template-columns: 1fr;
  }
  .download-product-card,
  .digital-auth-panel {
    padding: 24px;
  }
  .digital-code-row,
  .digital-auth-actions {
    grid-template-columns: 1fr;
  }
  .digital-code-row button,
  .digital-auth-actions .button {
    width: 100%;
  }
}


/* ddjgt member home and content product styles */
.site-auth-button,
.site-auth-logout {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 40, 86, 0.12);
  color: #253056;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
}
.site-auth-button.is-logged-in {
  color: #0f80b8;
  background: #eef8ff;
  border-color: rgba(15, 128, 184, 0.2);
}
.site-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.site-auth-modal.is-open {
  display: flex;
}
.site-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 48, 0.44);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.site-auth-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100dvh - 40px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  color: #253056;
  background: #fff;
  box-shadow: 0 28px 80px rgba(37, 40, 86, 0.2);
}
.site-auth-dialog h2,
.site-auth-dialog p {
  margin: 0;
}
.site-auth-side {
  min-height: 420px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 36px 34px;
  background: linear-gradient(135deg, #fff7f9 0%, #f3fbff 58%, #fff 100%);
  border-right: 1px solid rgba(37, 40, 86, 0.08);
}
.site-auth-side h2 {
  margin: 0;
  color: #253056;
  font-size: 34px;
  line-height: 1.12;
}
.site-auth-side p {
  color: rgba(37, 40, 86, 0.72);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}
.site-auth-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-auth-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0f80b8;
  background: rgba(15, 128, 184, 0.08);
  border: 1px solid rgba(15, 128, 184, 0.12);
  font-size: 13px;
  font-weight: 900;
}
.site-auth-main {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px 30px 30px;
  background: #fff;
}
.site-auth-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border-radius: 8px;
  background: #f5f8fb;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.site-auth-tabs button {
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  color: rgba(37, 40, 86, 0.68);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
}
.site-auth-tabs button.is-active {
  color: #253056;
  background: #fff;
  box-shadow: 0 8px 20px rgba(37, 40, 86, 0.08);
}
.site-auth-panel {
  display: none;
}
.site-auth-panel.is-active {
  display: grid;
  gap: 14px;
}
.site-auth-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: rgba(37, 40, 86, 0.62);
  background: #f6f8fb;
  box-shadow: none;
  font-size: 24px;
  line-height: 1;
}
.site-auth-dialog label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}
.site-auth-dialog input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(37, 40, 86, 0.14);
  background: #fbfdff;
  font: inherit;
}
.site-auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.site-auth-code-row button {
  min-width: 132px;
  min-height: 48px;
  border: 1px solid rgba(15, 128, 184, 0.16);
  color: #0f80b8;
  background: #eef8ff;
  box-shadow: none;
}
.site-auth-submit {
  width: 100%;
}
.site-auth-qr-wrap {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 16px 12px;
  text-align: center;
}
.site-auth-qr-wrap strong {
  color: #253056;
  font-size: 18px;
}
.site-auth-qr-wrap p {
  max-width: 280px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}
.site-auth-qr {
  width: 166px;
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.1);
  box-shadow: 0 14px 40px rgba(37, 40, 86, 0.08);
}
.site-auth-qr span {
  min-width: 0;
  border-radius: 4px;
  background: #253056;
}
.site-auth-qr span:nth-child(2n),
.site-auth-qr span:nth-child(5),
.site-auth-qr span:nth-child(11) {
  background: #0f80b8;
}
.site-auth-qr span:nth-child(3),
.site-auth-qr span:nth-child(8),
.site-auth-qr span:nth-child(14) {
  background: #ffd166;
}
.site-auth-feedback {
  min-height: 22px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  font-weight: 800;
}
.site-auth-feedback[data-tone="success"] {
  color: #11845b;
}
.site-auth-feedback[data-tone="warn"] {
  color: #c45b1c;
}
.training-product-hero {
  padding-top: clamp(72px, 8vw, 112px);
  background: #fff;
}
.training-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}
.training-product-copy {
  display: grid;
  gap: 22px;
}
.training-product-copy h1 {
  margin: 0;
  max-width: 780px;
  color: #253056;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.08;
}
.training-product-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.training-product-stats span,
.member-hero-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #253056;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.1);
  font-size: 14px;
  font-weight: 900;
}
.training-preview-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.training-preview-strip a,
.training-sample-grid a,
.training-catalog-card,
.training-download-grid article,
.member-profile-panel,
.member-panel,
.member-child-card,
.member-course-card,
.member-empty-card,
.member-list-row {
  border-radius: 8px;
}
.training-preview-strip a,
.training-sample-grid a {
  overflow: hidden;
  color: #253056;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 14px 40px rgba(37, 40, 86, 0.07);
}
.training-preview-strip img,
.training-sample-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7fbfd;
}
.training-preview-strip span,
.training-sample-grid span {
  display: block;
  padding: 11px 13px;
  font-size: 14px;
  font-weight: 900;
}
.training-catalog-section {
  background: #f7fbfd;
}
.training-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.training-catalog-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.06);
}
.training-catalog-card header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
  margin-bottom: 14px;
}
.training-catalog-card header span {
  grid-column: 1 / -1;
  color: #0f80b8;
  font-size: 13px;
  font-weight: 900;
}
.training-catalog-card header strong {
  color: #253056;
  font-size: 22px;
}
.training-catalog-card header em {
  color: rgba(37, 40, 86, 0.58);
  font-style: normal;
  font-weight: 900;
}
.training-catalog-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.training-catalog-card li {
  color: rgba(37, 40, 86, 0.78);
  font-size: 15px;
  line-height: 1.45;
}
.training-sample-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.training-download-section {
  background: #fff7fb;
}
.training-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.training-download-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(255, 95, 147, 0.14);
  box-shadow: 0 14px 38px rgba(37, 40, 86, 0.06);
}
.training-download-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #d93c7d;
  font-size: 20px;
}
.training-download-grid span {
  color: rgba(37, 40, 86, 0.72);
}
.member-hero-section {
  padding-top: clamp(72px, 8vw, 104px);
}
.member-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  gap: 30px;
  align-items: end;
}
.member-hero-grid h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #253056;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.1;
}
.member-hero-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.member-profile-panel {
  display: grid;
  gap: 12px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(15, 128, 184, 0.14);
  box-shadow: 0 20px 58px rgba(37, 40, 86, 0.1);
}
.member-profile-panel strong {
  color: #253056;
  font-size: 24px;
}
.member-profile-panel p {
  margin: 0;
  color: rgba(37, 40, 86, 0.7);
}
.member-avatar {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff5f93, #4f66c5);
  font-size: 24px;
  font-weight: 900;
}
.member-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.member-vip-chip {
  min-height: 16px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #9b6300 !important;
  background: linear-gradient(135deg, #ffe891, #ffc14b);
  font-size: 10px !important;
  font-weight: 900;
  line-height: 1;
}
.member-data-section {
  background: #f7fbfd;
}
.member-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: start;
}
.member-panel {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 14px 40px rgba(37, 40, 86, 0.06);
}
.member-panel header {
  margin-bottom: 16px;
}
.member-panel h2 {
  margin: 0;
  color: #253056;
  font-size: 26px;
}
.member-child-list,
.member-course-list,
.member-list {
  display: grid;
  gap: 12px;
}
.member-child-card,
.member-course-card,
.member-empty-card,
.member-list-row {
  padding: 18px;
  background: #fbfdff;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.member-child-card > div,
.member-course-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.member-child-card strong,
.member-course-card strong,
.member-list-row strong,
.member-empty-card strong {
  color: #253056;
  font-size: 18px;
}
.member-child-card span,
.member-course-card span,
.member-list-row span,
.member-empty-card span {
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  line-height: 1.55;
}
.member-child-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
}
.member-child-card dt {
  color: rgba(37, 40, 86, 0.52);
  font-size: 13px;
  font-weight: 900;
}
.member-child-card dd {
  margin: 4px 0 0;
  color: #253056;
  font-size: 16px;
  font-weight: 900;
}
.member-course-mini,
.member-course-timeline,
.member-feedback-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.member-course-card p {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(37, 40, 86, 0.08);
}
.member-course-card b {
  color: #253056;
}
.member-list-row {
  display: grid;
  gap: 6px;
  color: #253056;
  text-decoration: none;
}
.member-child-card {
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
}
.member-child-card:hover {
  border-color: rgba(15, 128, 184, 0.26);
  background: #f6fbff;
}
.member-detail-section {
  background: #fff;
  padding-top: 0;
}
.member-detail-panel {
  padding: 24px;
}
.member-overview-shell[hidden],
.member-detail-stage[hidden] {
  display: none !important;
}
.member-detail-stage {
  grid-column: 1 / -1;
  margin: 0 0 24px;
}
.member-detail-stage.member-detail-empty {
  min-height: 420px;
  padding: 22px;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 18px 42px rgba(70, 84, 148, 0.08);
}
.member-detail-stage.member-detail-empty .member-empty-card {
  width: min(620px, 100%);
}
.member-detail-panel > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}
.member-detail-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 520px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #fbfdff;
}
.member-detail-empty {
  display: grid;
}
.member-detail-rail {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  background: #f7fbfd;
  border-right: 1px solid rgba(37, 40, 86, 0.08);
}
.member-detail-rail button {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #253056;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.member-detail-rail button.is-active {
  background: #fff;
  border-color: rgba(15, 128, 184, 0.18);
  box-shadow: 0 10px 24px rgba(37, 40, 86, 0.06);
}
.member-detail-rail span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #253056;
  background: linear-gradient(135deg, #bde8fb, #c9f6d8);
  font-size: 18px;
  font-weight: 900;
}
.member-detail-rail strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.member-detail-rail em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(37, 40, 86, 0.62);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.member-detail-main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
}
.member-detail-title {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(37, 40, 86, 0.08);
}
.member-detail-avatar {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff5f93, #0f80b8);
  font-size: 24px;
  font-weight: 900;
}
.member-detail-title h3 {
  margin: 0 0 6px;
  color: #253056;
  font-size: 24px;
}
.member-detail-title p {
  margin: 0;
  color: rgba(37, 40, 86, 0.66);
  font-size: 14px;
  font-weight: 800;
}
.member-detail-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(37, 40, 86, 0.08);
}
.member-detail-tabs button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(37, 40, 86, 0.72);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
}
.member-detail-tabs button.is-active {
  color: #0f80b8;
  background: #eef8ff;
  border-color: rgba(15, 128, 184, 0.14);
}
.member-detail-content {
  min-width: 0;
  padding: 20px;
}
.member-detail-metrics,
.member-tab-grid,
.member-overview-grid,
.member-renewal-list,
.member-benefit-list,
.member-benefit-grid,
.member-visibility-grid {
  display: grid;
  gap: 12px;
}
.member-detail-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.member-detail-metrics article,
.member-account-card,
.member-benefit-card,
.member-benefit-row,
.member-renewal-list article,
.member-visibility-note,
.member-calendar-card,
.member-schedule-list article,
.member-record-list article,
.member-feedback-detail-list article,
.member-visibility-grid article {
  border-radius: 8px;
  background: #fbfdff;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.member-detail-metrics article {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 14px;
}
.member-detail-metrics span {
  color: rgba(37, 40, 86, 0.58);
  font-size: 13px;
  font-weight: 900;
}
.member-detail-metrics strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #253056;
  font-size: 24px;
}
.member-detail-metrics em {
  color: #11845b;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.member-tab-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.member-account-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.member-account-card header,
.member-benefit-card header,
.member-renewal-list header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0;
}
.member-account-card header strong,
.member-benefit-card header strong,
.member-renewal-list header strong,
.member-visibility-note strong,
.member-visibility-grid strong {
  color: #253056;
  font-size: 18px;
}
.member-account-card header span,
.member-benefit-card header span,
.member-renewal-list header span {
  color: #11845b;
  font-size: 13px;
  font-weight: 900;
}
.member-benefit-card header span:not(.is-ready),
.member-benefit-row em:not(.is-ready) {
  color: #c45b1c;
}
.member-benefit-card,
.member-renewal-list article {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.member-benefit-card p {
  margin: 0;
  color: rgba(37, 40, 86, 0.68);
  line-height: 1.65;
}
.member-benefit-explain {
  display: grid;
  gap: 10px;
}
.member-benefit-explain span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background: #f7f9ff;
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.member-benefit-explain b {
  color: #253056;
  font-size: 13px;
}
.member-benefit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.member-benefit-actions .button {
  min-height: 38px;
  padding: 0 16px;
}
.member-benefit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
}
.member-benefit-row div {
  display: grid;
  gap: 4px;
}
.member-benefit-row strong {
  color: #253056;
}
.member-benefit-row span {
  color: rgba(37, 40, 86, 0.64);
  font-size: 13px;
}
.member-benefit-row em {
  color: #11845b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.member-benefit-row a {
  min-width: 76px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef8ff;
  color: #0f80b8;
  font-size: 13px;
  font-weight: 900;
}
.member-settings-stage {
  display: block;
}
.member-settings-panel {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.member-settings-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.member-settings-head h3 {
  margin: 0 0 4px;
  color: #253056;
  font-size: 26px;
}
.member-settings-head p {
  margin: 0;
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
  font-weight: 800;
}
.member-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.member-settings-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  box-shadow: 0 16px 48px rgba(37, 40, 86, 0.05);
}
.member-settings-card.is-wide {
  grid-column: 1 / -1;
}
.member-settings-card > header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.member-settings-card header strong {
  color: #253056;
  font-size: 19px;
}
.member-settings-card header span,
.member-avatar-editor em {
  color: rgba(37, 40, 86, 0.56);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.member-settings-form,
.member-settings-children,
.member-settings-fields {
  display: grid;
  gap: 12px;
}
.member-avatar-editor {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.member-avatar-editor > span {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef8ff, #f4edff);
  border: 1px solid rgba(109, 75, 241, 0.14);
}
.member-avatar-editor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-avatar-editor > div {
  min-width: 0;
  display: grid;
  gap: 8px;
  justify-items: start;
}
.member-settings-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.member-settings-fields label {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.member-settings-fields label.is-wide {
  grid-column: 1 / -1;
}
.member-settings-fields label span {
  color: rgba(37, 40, 86, 0.64);
  font-size: 13px;
  font-weight: 900;
}
.member-settings-fields input,
.member-settings-fields select,
.member-settings-fields textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(37, 40, 86, 0.12);
  color: #253056;
  background: #fbfdff;
  font: inherit;
  font-weight: 800;
  outline: none;
}
.member-settings-fields textarea {
  min-height: 84px;
  padding-top: 10px;
  resize: vertical;
}
.member-settings-fields input:focus,
.member-settings-fields select:focus,
.member-settings-fields textarea:focus {
  border-color: rgba(109, 75, 241, 0.4);
  box-shadow: 0 0 0 3px rgba(109, 75, 241, 0.08);
}
.member-settings-fields input[readonly] {
  color: rgba(37, 40, 86, 0.58);
  background: #f6f8fb;
}
.member-settings-fields input:disabled,
.member-settings-fields select:disabled,
.member-settings-fields textarea:disabled {
  color: rgba(37, 40, 86, 0.72);
  background: #f6f8fb;
  cursor: default;
  opacity: 1;
  -webkit-text-fill-color: rgba(37, 40, 86, 0.72);
}
.member-settings-submit {
  justify-self: start;
  min-height: 40px;
  padding: 0 18px;
}
.member-settings-child {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  background: #fbfdff;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.member-settings-child header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.member-settings-child header > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #253056;
  background: linear-gradient(135deg, #ccf8ef, #d8e8ff);
  font-weight: 900;
}
.member-settings-child-title {
  display: grid;
  gap: 3px;
}
.member-settings-child header strong {
  color: #253056;
  font-size: 18px;
}
.member-settings-child header em {
  color: rgba(37, 40, 86, 0.56);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.member-settings-child-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.member-settings-child-actions .button {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}
.member-settings-child-actions [data-member-child-cancel],
.member-settings-child-actions [data-member-child-save] {
  display: none;
}
.member-settings-child.is-editing {
  border-color: rgba(109, 75, 241, 0.24);
  box-shadow: 0 12px 32px rgba(79, 94, 210, 0.08);
}
.member-settings-child.is-editing [data-member-child-edit] {
  display: none;
}
.member-settings-child.is-editing [data-member-child-cancel],
.member-settings-child.is-editing [data-member-child-save] {
  display: inline-flex;
}
.member-settings-status {
  margin: 0;
  padding: 13px 15px;
  border-radius: 8px;
  color: rgba(37, 40, 86, 0.68);
  background: #f7faff;
  border: 1px solid rgba(37, 40, 86, 0.08);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}
.member-settings-status[data-tone="success"] {
  color: #11845b;
  background: #f0fff8;
  border-color: rgba(17, 132, 91, 0.16);
}
.member-settings-status[data-tone="warn"] {
  color: #c45b1c;
  background: #fff8f1;
  border-color: rgba(196, 91, 28, 0.16);
}
.member-mini-list,
.member-record-list,
.member-feedback-detail-list {
  display: grid;
  gap: 10px;
}
.member-feedback-preview-list {
  display: grid;
  gap: 12px;
}
.member-feedback-preview-list button {
  position: relative;
  width: 100%;
  min-height: 96px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(94, 108, 170, 0.1);
  color: #20284f;
  background: #f8faff;
  box-shadow: none;
  text-align: left;
}
.member-feedback-preview-list button::before {
  content: "评";
  grid-row: 1 / span 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #7b5cff, #33c4b6);
  font-size: 16px;
  font-weight: 900;
}
.member-feedback-preview-list strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.member-feedback-preview-list span,
.member-feedback-preview-list p {
  grid-column: 2 / 3;
  margin: 0;
  color: rgba(32, 40, 79, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.member-feedback-preview-list p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.member-feedback-preview-list em {
  grid-column: 3;
  grid-row: 1 / span 3;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #6d4bf1;
  background: #f0edff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.member-mini-list p,
.member-course-card p {
  margin: 0;
}
.member-mini-list p,
.member-record-list article,
.member-feedback-detail-list article {
  display: grid;
  gap: 4px;
  padding: 12px;
}
.member-feedback-item {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  color: #253056;
  background: #fbfdff;
  box-shadow: none;
  text-align: left;
}
.member-feedback-item:hover {
  border-color: rgba(109, 75, 241, 0.22);
  background: #f8faff;
}
.member-feedback-item-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #7b5cff, #33c4b6);
  font-size: 16px;
  font-weight: 900;
}
.member-feedback-item div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.member-feedback-item strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #253056;
  font-size: 17px;
}
.member-feedback-item p {
  min-width: 0;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}
.member-feedback-item time {
  color: rgba(37, 40, 86, 0.58);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.member-feedback-item em {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #6d4bf1;
  background: #f0edff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.member-mini-list b,
.member-record-list strong,
.member-feedback-detail-list strong {
  color: #253056;
}
.member-mini-list span,
.member-record-list span,
.member-feedback-detail-list span,
.member-feedback-detail-list p,
.member-feedback-detail-list em,
.member-feedback-detail-list dd,
.member-visibility-note p,
.member-visibility-grid span {
  color: rgba(37, 40, 86, 0.68);
  font-size: 14px;
  line-height: 1.6;
}
.member-feedback-detail-list dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 6px 0 0;
}
.member-feedback-detail-list dl div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.06);
}
.member-feedback-detail-list dt {
  color: rgba(37, 40, 86, 0.54);
  font-size: 12px;
  font-weight: 900;
}
.member-feedback-detail-list dd {
  margin: 0;
  font-weight: 800;
}
body.is-member-modal-open {
  overflow: hidden;
}
.member-feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.member-feedback-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(20, 24, 48, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.member-feedback-modal-panel {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100dvh - 48px);
  display: grid;
  gap: 18px;
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  color: #253056;
  background: #fff;
  box-shadow: 0 28px 80px rgba(37, 40, 86, 0.2);
}
.member-feedback-modal-panel > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}
.member-feedback-modal-panel header span {
  color: #6d4bf1;
  font-size: 13px;
  font-weight: 900;
}
.member-feedback-modal-panel h3 {
  margin: 5px 0 6px;
  color: #253056;
  font-size: 28px;
}
.member-feedback-modal-panel header p {
  margin: 0;
  color: rgba(37, 40, 86, 0.62);
  font-size: 14px;
  font-weight: 800;
}
.member-feedback-modal-panel header button {
  width: 38px;
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  color: rgba(37, 40, 86, 0.62);
  background: #f6f8fb;
  box-shadow: none;
  font-size: 24px;
  line-height: 1;
}
.member-feedback-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.member-feedback-modal-grid article {
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 16px;
  border-radius: 8px;
  background: #fbfdff;
  border: 1px solid rgba(37, 40, 86, 0.08);
}
.member-feedback-modal-grid strong {
  color: rgba(37, 40, 86, 0.58);
  font-size: 13px;
}
.member-feedback-modal-grid p {
  margin: 0;
  color: #253056;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}
.member-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 16px;
}
.member-calendar-card {
  padding: 16px;
}
.member-calendar-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
}
.member-calendar-card header strong {
  color: #253056;
  font-size: 20px;
}
.member-calendar-card header span {
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  font-weight: 900;
}
.member-calendar-week,
.member-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.member-calendar-week b {
  color: rgba(37, 40, 86, 0.54);
  font-size: 12px;
  text-align: center;
}
.member-calendar-grid span {
  min-height: 68px;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37, 40, 86, 0.06);
}
.member-calendar-grid span.is-blank {
  background: transparent;
  border-color: transparent;
}
.member-calendar-grid span.has-class {
  background: #eef8ff;
  border-color: rgba(15, 128, 184, 0.18);
}
.member-calendar-grid b {
  color: #253056;
  font-size: 13px;
}
.member-calendar-grid em {
  color: #0f80b8;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.member-schedule-list {
  display: grid;
  align-content: start;
  gap: 10px;
}
.member-schedule-list article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
}
.member-schedule-list time {
  display: grid;
  gap: 2px;
  color: #0f80b8;
  font-size: 13px;
  font-weight: 900;
}
.member-schedule-list time b {
  color: #253056;
  font-size: 16px;
}
.member-schedule-list strong {
  color: #253056;
}
.member-schedule-list span {
  color: rgba(37, 40, 86, 0.66);
  font-size: 13px;
  line-height: 1.5;
}
.member-visibility-note {
  padding: 16px;
}
.member-visibility-note p {
  margin: 8px 0 0;
}
.member-visibility-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.member-visibility-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.member-visibility-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.member-visibility-grid span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #11845b;
}
	.member-visibility-grid .is-private span::before {
	  background: #c45b1c;
	}
	body.member-app-shell,
	body.training-shop-shell {
	  background: #f6f9ff;
	}
body.member-app-shell .footer,
body.member-app-shell .mobile-quick,
body.training-shop-shell .topbar,
	body.training-shop-shell .site-header,
	body.training-shop-shell .footer,
	body.training-shop-shell .mobile-quick {
	  display: none !important;
	}
	.member-app-page,
	.training-shop-layout {
	  min-height: 100vh;
	  display: grid;
	  grid-template-columns: 250px minmax(0, 1fr);
	  color: #20284f;
	  background: #f6f9ff;
	}
	.member-app-sidebar,
	.training-shop-sidebar {
	  position: sticky;
	  top: 0;
	  min-height: 100vh;
	  display: grid;
	  grid-template-rows: auto auto 1fr auto;
	  gap: 22px;
	  padding: 28px 24px;
	  background: rgba(255, 255, 255, 0.94);
	  border-right: 1px solid rgba(94, 108, 170, 0.1);
	  box-shadow: 10px 0 40px rgba(95, 104, 168, 0.05);
	}
	.member-app-logo,
	.training-shop-logo {
	  display: flex;
	  align-items: baseline;
	  gap: 8px;
	  text-decoration: none;
	}
	.member-app-logo strong,
	.training-shop-logo strong {
	  color: #ff4f91;
	  font-size: 26px;
	  line-height: 1;
	}
	.member-app-logo span,
	.training-shop-logo span {
	  color: rgba(32, 40, 79, 0.62);
	  font-size: 12px;
	  font-weight: 900;
	}
	.member-app-child-card,
	.training-shop-child {
	  min-height: 118px;
	  display: grid;
	  grid-template-columns: 62px minmax(0, 1fr);
	  gap: 6px 12px;
	  align-items: center;
	  padding: 18px;
	  border-radius: 8px;
	  color: #fff;
	  background: linear-gradient(135deg, #8d67ff, #6d4bf1);
	  box-shadow: 0 18px 38px rgba(109, 75, 241, 0.24);
	}
	.member-app-child-card img,
	.training-shop-child img {
	  grid-row: 1 / span 2;
	  width: 62px;
	  height: 62px;
	  object-fit: cover;
	  border-radius: 50%;
	  background: #fff;
	  border: 3px solid rgba(255, 255, 255, 0.64);
	}
	.member-app-child-card strong,
	.training-shop-child strong {
	  min-width: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-size: 18px;
	}
	.member-app-child-card span,
	.training-shop-child span {
	  color: rgba(255, 255, 255, 0.82);
	  font-size: 14px;
	  font-weight: 900;
	}
	.member-app-nav,
	.training-shop-nav {
	  display: grid;
	  align-content: start;
	  gap: 8px;
	}
	.member-app-nav a,
	.training-shop-nav a {
	  min-height: 50px;
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  padding: 0 16px;
	  border-radius: 8px;
	  color: rgba(32, 40, 79, 0.72);
	  text-decoration: none;
	  font-weight: 900;
	}
	.member-app-nav a.is-active,
	.member-app-nav a:hover,
	.training-shop-nav a.is-active,
	.training-shop-nav a:hover {
	  color: #6d4bf1;
	  background: #f0edff;
	}
	.member-app-nav span,
	.training-shop-nav span {
	  width: 22px;
	  color: #6d4bf1;
	  text-align: center;
	}
		.member-app-vip,
		.training-shop-vip {
		  position: relative;
		  display: grid;
		  gap: 8px;
		  padding: 22px;
		  border-radius: 8px;
		  text-align: center;
		  background: linear-gradient(135deg, #fff7eb, #fff);
		  border: 1px solid rgba(238, 169, 65, 0.18);
		  box-shadow: 0 18px 40px rgba(238, 169, 65, 0.12);
		  overflow: hidden;
		}
		.member-app-vip::before {
		  content: "";
		  position: absolute;
		  inset: 0;
		  background: radial-gradient(circle at 26% 10%, rgba(255, 206, 99, 0.28), transparent 38%);
		  pointer-events: none;
		}
		.member-vip-crown {
		  width: 54px;
		  height: 54px;
		  justify-self: center;
		  background: url("site-assets/member-icons/vip-crown.svg") center / contain no-repeat;
		  filter: drop-shadow(0 10px 16px rgba(226, 144, 27, 0.22));
		}
		.member-app-vip > * {
		  position: relative;
		  z-index: 1;
		}
	.member-app-vip span,
	.training-shop-vip span {
	  color: #d89a24;
	  font-size: 13px;
	  font-weight: 900;
	}
	.member-app-vip strong,
	.training-shop-vip strong {
	  color: #20284f;
	  font-size: 24px;
	}
	.member-app-vip em,
	.training-shop-vip em {
	  color: rgba(32, 40, 79, 0.62);
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 800;
	}
	.member-app-vip a {
	  min-height: 38px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  margin-top: 6px;
	  border-radius: 999px;
	  color: #b77810;
	  border: 1px solid rgba(216, 154, 36, 0.3);
	  text-decoration: none;
	  font-weight: 900;
	}
	.member-app-main,
	.training-shop-main {
	  min-width: 0;
	  padding: 30px 34px 28px;
	}
	.member-app-topbar {
	  min-height: 52px;
	  display: grid;
	  grid-template-columns: minmax(0, 1fr) auto;
	  align-items: center;
	  gap: 10px 18px;
	  margin-bottom: 26px;
	}
	.training-shop-top {
	  min-height: 52px;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  gap: 18px;
	  margin-bottom: 26px;
	}
	.member-app-top-title {
	  flex: 0 0 auto;
	}
	.member-app-top-title strong,
	.training-shop-top a {
	  color: #20284f;
	  font-size: 16px;
	  font-weight: 900;
	  text-decoration: none;
	}
		.member-app-top-title span {
		  display: block;
		  margin-top: 4px;
		  color: rgba(32, 40, 79, 0.54);
		  font-size: 13px;
		  font-weight: 800;
		}
	.member-app-global-nav {
	  grid-column: 1 / -1;
	  width: 100%;
	  min-width: 0;
	  flex: 1 1 auto;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  gap: 2px;
	  overflow-x: auto;
	  padding: 5px;
	  border-radius: 999px;
	  background: rgba(255, 255, 255, 0.74);
	  border: 1px solid rgba(94, 108, 170, 0.08);
	  box-shadow: 0 10px 26px rgba(70, 84, 148, 0.05);
	  scrollbar-width: none;
	}
	.member-app-global-nav::-webkit-scrollbar {
	  display: none;
	}
	.member-app-global-nav a {
	  min-height: 32px;
	  flex: 0 0 auto;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0 9px;
	  border-radius: 999px;
	  color: rgba(32, 40, 79, 0.68);
	  text-decoration: none;
	  font-size: 12px;
	  font-weight: 900;
	  white-space: nowrap;
	}
	.member-app-global-nav a:hover {
	  color: #6d4bf1;
	  background: #f0edff;
	}
		.member-app-topbar .member-vip-chip {
		  display: inline-flex !important;
		  margin-top: 0;
		  color: #9b6300 !important;
		  font-size: 10px !important;
		}
	.member-app-top-actions {
	  display: flex;
	  align-items: center;
	  justify-self: end;
	  gap: 14px;
	}
		.member-app-top-actions > button,
		.training-shop-top button {
		  width: 42px;
	  min-height: 42px;
	  padding: 0;
	  border-radius: 50%;
	  color: #20284f;
	  background: #fff;
	  border: 1px solid rgba(94, 108, 170, 0.12);
		  box-shadow: 0 12px 28px rgba(70, 84, 148, 0.08);
		}
		.member-app-top-actions > button img {
		  width: 24px;
		  height: 24px;
		  display: block;
		  margin: 0 auto;
		}
	.training-shop-top button {
	  width: auto;
	  padding: 0 18px;
	  border-radius: 999px;
	  font-weight: 900;
	}
		.member-app-top-actions .member-profile-panel {
		  min-width: 164px;
		  grid-template-columns: 38px minmax(0, 1fr) auto;
		  gap: 1px 8px;
		  align-items: center;
		  padding: 6px 8px 6px 6px;
		  border-radius: 999px;
		  background: rgba(255, 255, 255, 0.96);
		  border: 1px solid rgba(94, 108, 170, 0.1);
		  box-shadow: 0 10px 24px rgba(70, 84, 148, 0.07);
		}
			.member-app-top-actions .member-profile-panel .member-avatar {
			  grid-row: 1 / span 2;
			  width: 38px;
			  height: 38px;
			  font-size: 16px;
			  box-shadow: 0 8px 18px rgba(109, 75, 241, 0.16);
			}
	.member-app-top-actions .member-profile-panel strong {
	  min-width: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-size: 15px;
	}
	.member-app-top-actions .member-profile-panel p {
	  min-width: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-size: 12px;
	}
		.member-profile-action,
		.member-app-top-actions .member-profile-panel .site-auth-logout,
		.member-app-top-actions .member-profile-panel .button {
		  grid-column: 3;
		  grid-row: 1 / span 2;
		  min-width: 38px;
		  min-height: 24px;
		  margin: 0;
		  padding: 0 9px;
		  border: 0;
		  border-radius: 999px;
		  color: #5b4be8;
		  background: #f0edff;
		  box-shadow: none;
		  font-size: 11px;
		  font-weight: 900;
		  white-space: nowrap;
		}
	.member-app-welcome,
	.training-shop-hero {
	  display: grid;
	  grid-template-columns: minmax(0, 1fr) 270px;
	  gap: 24px;
	  align-items: center;
	  min-height: 210px;
	  margin-bottom: 26px;
	  padding: 34px 44px;
	  border-radius: 8px;
	  background: linear-gradient(100deg, #fff 0%, #fbfcff 54%, #dcd5ff 100%);
	  box-shadow: 0 18px 46px rgba(70, 84, 148, 0.08);
	  overflow: hidden;
	}
	.member-app-welcome {
	  position: relative;
	  isolation: isolate;
	  background:
	    radial-gradient(circle at 86% 38%, rgba(255, 255, 255, 0.78) 0 16%, rgba(255, 255, 255, 0) 38%),
	    linear-gradient(100deg, #fff 0%, #fbfcff 52%, #e5e0ff 100%);
	}
	.member-app-welcome::before {
	  content: "";
	  position: absolute;
	  inset: 0 0 0 auto;
	  width: min(38%, 430px);
	  background:
	    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(232, 225, 255, 0.78)),
	    radial-gradient(circle at 68% 46%, rgba(118, 87, 255, 0.16), rgba(118, 87, 255, 0) 54%);
	  z-index: -1;
	}
	.member-app-welcome::after {
	  content: "";
	  position: absolute;
	  right: 56px;
	  bottom: 28px;
	  width: 270px;
	  height: 34px;
	  border-radius: 999px;
	  background: radial-gradient(ellipse at center, rgba(109, 75, 241, 0.16), rgba(109, 75, 241, 0));
	  filter: blur(2px);
	  z-index: -1;
	}
	.member-app-welcome h1,
	.training-shop-hero h1 {
	  margin: 0 0 12px;
	  color: #20284f;
	  font-size: clamp(34px, 4vw, 48px);
	  line-height: 1.12;
	}
	.member-app-welcome p,
	.training-shop-hero p {
	  margin: 0;
	  color: rgba(32, 40, 79, 0.76);
	  font-size: 18px;
	  font-weight: 800;
	  line-height: 1.65;
	}
	.training-shop-hero img {
	  width: 100%;
	  max-height: 190px;
	  object-fit: contain;
	  justify-self: end;
	}
	.member-welcome-art {
	  position: relative;
	  justify-self: end;
	  align-self: stretch;
	  width: min(320px, 100%);
	  min-height: 170px;
	  display: grid;
	  place-items: center;
	}
	.member-welcome-art::before {
	  content: "";
	  position: absolute;
	  inset: 24px -10px 18px 0;
	  border-radius: 42% 18% 18% 42%;
	  background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
	  filter: blur(10px);
	}
	.member-welcome-art img {
	  position: relative;
	  width: min(280px, 100%);
	  max-height: 186px;
	  object-fit: contain;
	  filter: drop-shadow(0 16px 22px rgba(70, 84, 148, 0.12));
	  mix-blend-mode: multiply;
	}
	.member-app-stats,
	.training-shop-stats {
	  display: grid;
	  grid-template-columns: repeat(4, minmax(0, 1fr));
	  gap: 18px;
	  margin-bottom: 24px;
	}
	.member-app-stats article,
	.training-shop-stats article,
	.member-app-card,
	.training-package-card,
	.training-shop-auth-card,
	.training-shop-note article {
	  border-radius: 8px;
	  background: rgba(255, 255, 255, 0.96);
	  border: 1px solid rgba(94, 108, 170, 0.1);
	  box-shadow: 0 18px 42px rgba(70, 84, 148, 0.08);
	}
		.member-app-stats article,
		.training-shop-stats article {
		  min-height: 126px;
		  display: grid;
		  grid-template-columns: minmax(0, 1fr) 76px;
		  gap: 8px;
		  align-items: center;
		  padding: 24px;
		  overflow: hidden;
		}
		.member-app-stats article > div {
		  min-width: 0;
		  display: grid;
		  gap: 8px;
		}
		.member-stat-art {
		  width: 76px;
		  height: 76px;
		  justify-self: end;
		  background-position: center;
		  background-size: contain;
		  background-repeat: no-repeat;
		  filter: drop-shadow(0 14px 18px rgba(84, 75, 202, 0.16));
		}
		.member-stat-art.is-trend { background-image: url("site-assets/member-icons/stat-trend.svg"); }
		.member-stat-art.is-calendar { background-image: url("site-assets/member-icons/stat-calendar.svg"); }
		.member-stat-art.is-clock { background-image: url("site-assets/member-icons/stat-clock.svg"); }
		.member-stat-art.is-streak { background-image: url("site-assets/member-icons/stat-streak.svg"); }
	.member-app-stats span,
	.training-shop-stats span {
	  color: rgba(32, 40, 79, 0.72);
	  font-size: 14px;
	  font-weight: 900;
	}
	.member-app-stats strong,
	.training-shop-stats strong {
	  color: #6d4bf1;
	  font-size: 38px;
	  line-height: 1;
	}
	.member-app-stats em,
	.training-shop-stats em {
	  color: rgba(32, 40, 79, 0.58);
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 800;
	}
	.member-app-grid {
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 20px;
	  align-items: stretch;
	}
	.member-app-card {
	  min-width: 0;
	  padding: 22px;
	}
	.member-app-card > header,
	.training-package-head,
	.training-shop-auth-card > div:first-child {
	  display: flex;
	  align-items: start;
	  justify-content: space-between;
	  gap: 16px;
	  margin-bottom: 18px;
	}
	.member-app-card h2,
	.training-shop-auth-card h2 {
	  margin: 0;
	  color: #20284f;
	  font-size: 22px;
	}
	.member-app-card header a {
	  color: rgba(32, 40, 79, 0.56);
	  text-decoration: none;
	  font-size: 13px;
	  font-weight: 900;
	}
	.member-trend-card {
	  grid-column: span 2;
	}
		.member-trend-visual {
		  position: relative;
		  min-height: 305px;
		  padding-top: 34px;
		}
		.member-trend-meta {
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  gap: 12px;
		}
		.member-trend-meta span,
		.member-trend-meta strong {
		  min-height: 28px;
		  display: inline-flex;
		  align-items: center;
		  padding: 0 10px;
		  border-radius: 999px;
		  font-size: 12px;
		  font-weight: 900;
		}
		.member-trend-meta span {
		  color: rgba(32, 40, 79, 0.58);
		  background: #f7f8ff;
		}
		.member-trend-meta strong {
		  color: #5b4be8;
		  background: #f0edff;
		}
		.member-trend-visual svg {
		  width: 100%;
		  height: 270px;
		  overflow: visible;
		}
	.member-trend-visual path {
	  fill: none;
	  stroke: rgba(109, 75, 241, 0.12);
	  stroke-width: 1.5;
	}
	.member-trend-visual polyline {
	  fill: none;
	  stroke: #7657ff;
	  stroke-width: 5;
	  stroke-linecap: round;
	  stroke-linejoin: round;
	}
	.member-trend-visual circle {
	  fill: #7657ff;
	  stroke: #e8e3ff;
	  stroke-width: 8;
	}
	.member-trend-hit {
	  fill: transparent;
	  cursor: pointer;
	}
	.member-trend-month-label {
	  fill: rgba(32, 40, 79, 0.52);
	  font-size: 14px;
	  font-weight: 900;
	  pointer-events: none;
	}
	.member-trend-point {
	  outline: none;
	}
	.member-trend-tooltip {
	  opacity: 0;
	  transform-box: fill-box;
	  pointer-events: none;
	  transition: opacity 0.16s ease, transform 0.16s ease;
	}
	.member-trend-point:hover .member-trend-tooltip,
	.member-trend-point:focus .member-trend-tooltip {
	  opacity: 1;
	}
	.member-trend-tooltip rect {
	  fill: #fff;
	  filter: drop-shadow(0 12px 22px rgba(70, 84, 148, 0.16));
	}
	.member-trend-tooltip text {
	  fill: #20284f;
	  font-size: 12px;
	  font-weight: 900;
	}
	.member-trend-tooltip text + text {
	  fill: rgba(32, 40, 79, 0.62);
	  font-size: 11px;
	}
		.member-trend-visual > span {
		  position: absolute;
		  right: auto;
		  transform: translateX(-50%);
		  padding: 8px 10px;
		  border-radius: 8px;
		  color: #20284f;
		  background: #fff;
		  box-shadow: 0 12px 28px rgba(70, 84, 148, 0.12);
		  font-weight: 900;
		  text-align: center;
		}
		.member-trend-visual ol {
		  display: grid;
		  grid-template-columns: repeat(6, minmax(0, 1fr));
		  gap: 8px;
		  margin: -4px 26px 0 32px;
		  padding: 0;
		  list-style: none;
		}
		.member-trend-visual li {
		  color: rgba(32, 40, 79, 0.5);
		  font-size: 12px;
		  font-weight: 900;
		  text-align: center;
		}
		.member-trend-visual p {
		  margin: 12px 0 0;
		  padding: 10px 12px;
		  border-radius: 8px;
		  color: rgba(32, 40, 79, 0.62);
		  background: #f8faff;
		  font-size: 13px;
		  font-weight: 800;
		  line-height: 1.5;
		}
	.member-course-list,
	.member-child-list,
	.member-benefit-list,
	.member-list,
	.member-app-records {
	  display: grid;
	  gap: 11px;
	}
		.member-today-empty,
		.member-today-lesson {
		  min-height: 208px;
		  display: grid;
		  grid-template-columns: minmax(0, 1fr) 130px;
		  gap: 12px;
		  align-items: center;
		  padding: 16px;
		  border-radius: 8px;
		  background: #f8faff;
		  border: 1px solid rgba(94, 108, 170, 0.1);
		}
			.member-today-lesson {
			  position: relative;
			  grid-template-columns: minmax(0, 1fr) 92px;
			  min-height: 190px;
			  background:
			    radial-gradient(circle at 90% 28%, rgba(109, 75, 241, 0.13), transparent 34%),
			    #fbfcff;
		  overflow: hidden;
		}
		.member-today-empty strong,
		.member-today-copy strong {
			  display: block;
			  margin-bottom: 8px;
			  color: #20284f;
			  font-size: 18px;
			}
			.member-today-copy time {
			  display: block;
			  margin-bottom: 12px;
			  color: #6d4bf1;
			  font-size: 24px;
			  font-weight: 900;
			  line-height: 1;
			}
		.member-today-empty span,
		.member-today-copy span {
		  color: rgba(32, 40, 79, 0.62);
		  font-size: 14px;
		  font-weight: 800;
		  line-height: 1.65;
		}
			.member-room-button {
			  min-height: 34px;
			  display: inline-flex;
			  align-items: center;
			  justify-content: center;
			  margin-top: 12px;
			  padding: 0 14px;
			  border-radius: 999px;
			  color: #fff;
			  background: linear-gradient(135deg, #705cff, #563de0);
			  box-shadow: 0 12px 22px rgba(109, 75, 241, 0.22);
			  text-decoration: none;
			  font-size: 12px;
			  font-weight: 900;
			  white-space: nowrap;
			}
		.member-today-empty img {
		  width: 128px;
		  aspect-ratio: 1 / 1;
		  object-fit: contain;
		}
			.member-calendar-art {
			  width: min(92px, 100%);
			  aspect-ratio: 1 / 1;
			  justify-self: end;
			  object-fit: contain;
			  filter: drop-shadow(0 12px 16px rgba(109, 75, 241, 0.14));
			}
	.member-calendar-mini {
	  display: grid;
	  gap: 16px;
	}
	.member-calendar-mini > strong,
	.member-calendar-mini-head strong {
	  color: #20284f;
	  font-size: 16px;
	}
	.member-calendar-mini-head,
	.member-calendar-switcher {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}
	.member-calendar-mini-head {
	  justify-content: space-between;
	}
	.member-calendar-mini-head button,
	.member-calendar-switcher button {
	  width: 30px;
	  height: 30px;
	  min-height: 30px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0;
	  border-radius: 50%;
	  color: #6d4bf1;
	  background: #f0edff;
	  border: 1px solid rgba(109, 75, 241, 0.12);
	  box-shadow: none;
	  font-size: 18px;
	  font-weight: 900;
	  line-height: 1;
	}
	.member-calendar-switcher strong {
	  color: #253056;
	  font-size: 20px;
	}
	.member-calendar-mini div {
	  display: grid;
	  grid-template-columns: repeat(7, minmax(0, 1fr));
	  gap: 8px;
	  text-align: center;
	}
		.member-calendar-mini div > b,
		.member-calendar-mini div > span {
		  min-height: 32px;
		  display: grid;
	  place-items: center;
	  border-radius: 50%;
	  color: rgba(32, 40, 79, 0.68);
	  font-size: 13px;
	  font-weight: 900;
	}
		.member-calendar-mini div > span.is-blank {
		  background: transparent;
		}
		.member-calendar-mini div > span.is-active {
		  color: #fff;
		  background: #6d4bf1;
		}
	.member-calendar-mini p {
	  display: flex;
	  gap: 10px;
	  align-items: center;
	  margin: 0;
	  padding: 12px;
	  border-radius: 8px;
	  color: #20284f;
	  background: #f7f8ff;
	  font-size: 13px;
	  font-weight: 900;
	}
		.member-calendar-mini i {
		  width: 8px;
		  height: 8px;
		  border-radius: 50%;
		  background: #ff7f72;
		}
		.member-calendar-event span {
		  min-width: 0;
		  display: grid;
		  gap: 3px;
		}
		.member-calendar-event strong,
		.member-calendar-event em {
		  display: block;
		  min-width: 0;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  white-space: nowrap;
		}
		.member-calendar-event em {
		  color: rgba(32, 40, 79, 0.56);
		  font-size: 12px;
		  font-style: normal;
		}
		.member-calendar-event a {
		  width: 30px;
		  height: 30px;
		  display: inline-flex;
		  align-items: center;
		  justify-content: center;
		  margin-left: auto;
		  border-radius: 50%;
		  color: #6d4bf1;
		  background: #fff;
		  text-decoration: none;
		  box-shadow: 0 10px 20px rgba(70, 84, 148, 0.08);
		}
			.member-app-records article {
			  display: grid;
			  grid-template-columns: 8px minmax(0, 1fr) 46px;
			  gap: 3px 10px;
			  align-items: center;
			  padding: 7px 0;
			}
	.member-app-records article::before {
	  content: "";
	  grid-row: 1 / span 3;
	  width: 8px;
	  height: 8px;
	  margin-top: 6px;
	  border-radius: 50%;
		  background: #7657ff;
		}
		.member-app-records article > div {
		  min-width: 0;
		}
			.member-app-records article > img {
			  width: 46px;
			  height: 46px;
			  border-radius: 14px;
			  object-fit: contain;
			  box-shadow: 0 8px 16px rgba(70, 84, 148, 0.08);
			}
	.member-app-records span,
	.member-app-records em {
	  color: rgba(32, 40, 79, 0.58);
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 800;
	}
	.member-app-records strong {
	  color: #20284f;
	  font-size: 15px;
	}
	.member-hours-card {
	  text-align: center;
	}
	.member-hours-donut {
	  width: 178px;
	  height: 178px;
	  display: grid;
	  place-items: center;
	  align-content: center;
	  gap: 2px;
	  margin: 20px auto;
	  border-radius: 50%;
	  background: radial-gradient(circle at center, #fff 0 50%, transparent 51%), conic-gradient(#7657ff 0 72%, #dcd4ff 72% 100%);
	}
	.member-hours-donut strong {
	  color: #20284f;
	  font-size: 42px;
	  line-height: 1;
	}
	.member-hours-donut span {
	  color: rgba(32, 40, 79, 0.58);
	  font-weight: 900;
	}
	.member-hours-card dl {
	  display: grid;
	  gap: 8px;
	  margin: 0;
	}
		.member-hours-card dl div {
		  display: flex;
		  justify-content: space-between;
	  gap: 12px;
		  color: rgba(32, 40, 79, 0.66);
		  font-weight: 900;
		}
		.member-hours-card dt {
		  display: inline-flex;
		  align-items: center;
		  gap: 8px;
		}
		.member-hours-card dt i {
		  width: 8px;
		  height: 8px;
		  border-radius: 50%;
		  background: #7657ff;
		}
		.member-hours-card dl div:nth-child(2) dt i { background: #9b83ff; }
		.member-hours-card dl div:nth-child(3) dt i { background: #35cbb5; }
		.member-hours-card dd {
		  margin: 0;
		  color: #20284f;
		}
		.member-hours-link {
		  min-height: 42px;
		  display: inline-flex;
		  align-items: center;
		  justify-content: center;
		  margin-top: 18px;
		  padding: 0 24px;
		  border-radius: 999px;
		  color: #5b4be8;
		  background: #f0edff;
		  text-decoration: none;
		  font-size: 14px;
		  font-weight: 900;
		}
	.member-download-row,
	.member-media-row,
	.member-post-row {
	  display: grid;
	  grid-template-columns: 42px minmax(0, 1fr) auto;
	  gap: 12px;
	  align-items: center;
	  padding: 12px;
	  border-radius: 8px;
	  color: #20284f;
	  background: #f8faff;
	  border: 1px solid rgba(94, 108, 170, 0.08);
	  text-decoration: none;
	}
	.member-file-icon,
	.member-post-row > span {
	  width: 42px;
	  height: 42px;
	  display: grid;
	  place-items: center;
	  border-radius: 8px;
	  color: #fff;
	  background: #7657ff;
	  font-size: 12px;
	  font-weight: 900;
	}
	.member-file-icon.is-pink { background: #ff5f93; }
	.member-file-icon.is-mint { background: #35cbb5; }
	.member-download-row strong,
	.member-media-row strong,
	.member-post-row strong {
	  display: block;
	  min-width: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  color: #20284f;
	  font-size: 15px;
	}
	.member-download-row em,
	.member-media-row span,
	.member-post-row em {
	  display: block;
	  margin-top: 4px;
	  color: rgba(32, 40, 79, 0.56);
	  font-size: 12px;
	  font-style: normal;
	  font-weight: 800;
	}
		.member-download-row a {
		  min-height: 34px;
		  display: inline-flex;
		  align-items: center;
		  justify-content: center;
		  gap: 8px;
		  padding: 0 12px;
	  border-radius: 999px;
	  color: #5b4be8;
	  background: #f0edff;
	  font-size: 12px;
		  font-weight: 900;
		  text-decoration: none;
		}
		.member-download-row a::after {
		  content: "";
		  width: 24px;
		  height: 24px;
		  display: inline-block;
		  background: url("site-assets/member-icons/download-arrow.svg") center / contain no-repeat;
		}
	.member-media-row {
	  grid-template-columns: 58px minmax(0, 1fr);
	}
	.member-media-row img {
	  width: 58px;
	  height: 58px;
	  border-radius: 8px;
	  object-fit: cover;
	}
	.member-post-row {
	  grid-template-columns: 42px minmax(0, 1fr);
	  align-items: start;
	}
	.member-post-row p {
	  margin: 5px 0 0;
	  color: rgba(32, 40, 79, 0.72);
	  font-size: 13px;
	  font-weight: 800;
	  line-height: 1.55;
	}
	.member-child-summary-card {
	  display: grid;
	  gap: 14px;
	  padding: 16px;
	  border-radius: 8px;
	  background: #f8faff;
	  border: 1px solid rgba(94, 108, 170, 0.08);
	}
	.member-child-summary-card header {
	  display: grid;
	  grid-template-columns: 54px minmax(0, 1fr) auto;
	  gap: 12px;
	  align-items: center;
	  margin: 0;
	}
	.member-child-summary-card header > span {
	  width: 54px;
	  height: 54px;
	  display: grid;
	  place-items: center;
	  border-radius: 50%;
	  color: #20284f;
	  background: linear-gradient(135deg, #bde8fb, #c9f6d8);
	  font-size: 22px;
	  font-weight: 900;
	}
	.member-child-summary-card strong {
	  display: block;
	  color: #20284f;
	  font-size: 20px;
	}
	.member-child-summary-card em {
	  display: block;
	  margin-top: 4px;
	  color: rgba(32, 40, 79, 0.58);
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 800;
	}
	.member-child-summary-card b {
	  min-height: 30px;
	  display: inline-flex;
	  align-items: center;
	  padding: 0 12px;
	  border-radius: 999px;
	  color: #5b4be8;
	  background: #f0edff;
	  font-size: 12px;
	}
	.member-child-summary-card dl {
	  display: grid;
	  grid-template-columns: repeat(4, minmax(0, 1fr));
	  gap: 10px;
	  margin: 0;
	}
	.member-child-summary-card dl div {
	  min-height: 72px;
	  display: grid;
	  align-content: center;
	  gap: 5px;
	  padding: 12px;
	  border-radius: 8px;
	  background: #fff;
	  border: 1px solid rgba(94, 108, 170, 0.08);
	}
	.member-child-summary-card dt {
	  color: rgba(32, 40, 79, 0.52);
	  font-size: 12px;
	  font-weight: 900;
	}
	.member-child-summary-card dd {
	  margin: 0;
	  color: #20284f;
	  font-size: 17px;
	  font-weight: 900;
	}
	.member-child-summary-card p {
	  margin: 0;
	  padding: 12px 14px;
	  border-radius: 8px;
	  color: rgba(32, 40, 79, 0.68);
	  background: #fff;
	  border: 1px solid rgba(94, 108, 170, 0.08);
	  font-size: 14px;
	  font-weight: 800;
	  line-height: 1.6;
	}
	.member-children-panel {
	  grid-column: span 2;
	}
	.member-benefits-panel {
	  grid-column: span 1;
	}
	.member-detail-panel {
	  grid-column: 1 / -1;
	}
	.member-invite-banner {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  gap: 18px;
	  margin-top: 24px;
	  padding: 24px 36px;
	  border-radius: 8px;
	  color: #20284f;
	  background: linear-gradient(100deg, #e8dcff, #eff6ff 55%, #c8d6ff);
	  box-shadow: 0 18px 42px rgba(70, 84, 148, 0.08);
	}
	.member-invite-banner strong {
	  display: block;
	  font-size: 24px;
	}
	.member-invite-banner span {
	  color: rgba(32, 40, 79, 0.66);
	  font-weight: 900;
	}
	.member-invite-banner a {
	  min-height: 46px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0 28px;
	  border-radius: 999px;
	  color: #fff;
	  background: linear-gradient(135deg, #5b78ff, #7b5cff);
	  text-decoration: none;
	  font-weight: 900;
	}
	.member-app-footer {
	  display: flex;
	  gap: 24px;
	  align-items: center;
	  padding: 24px 0 0;
	  color: rgba(32, 40, 79, 0.52);
	  font-size: 13px;
	  font-weight: 800;
	}
	.member-app-footer a {
	  color: inherit;
	  text-decoration: none;
	}
	.training-shop-main {
	  display: grid;
	  gap: 22px;
	}
	.training-shop-tags {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	  margin-top: 18px;
	}
	.training-shop-tags span {
	  min-height: 32px;
	  display: inline-flex;
	  align-items: center;
	  padding: 0 12px;
	  border-radius: 999px;
	  color: #6d4bf1;
	  background: rgba(109, 75, 241, 0.1);
	  font-size: 13px;
	  font-weight: 900;
	}
	.training-shop-auth-card {
	  display: grid;
	  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.8fr) minmax(260px, 1.1fr) auto;
	  gap: 16px;
	  align-items: end;
	  padding: 22px;
	}
	.training-shop-auth-card > div:first-child {
	  display: grid;
	  gap: 7px;
	  margin: 0;
	}
	.training-shop-auth-card p {
	  margin: 0;
	  color: rgba(32, 40, 79, 0.66);
	  font-size: 13px;
	  font-weight: 800;
	  line-height: 1.5;
	}
	.training-shop-auth-card label {
	  display: grid;
	  gap: 8px;
	  color: #20284f;
	  font-size: 13px;
	  font-weight: 900;
	}
	.training-shop-auth-card input {
	  width: 100%;
	  min-height: 48px;
	  border-radius: 8px;
	  border: 1px solid rgba(94, 108, 170, 0.14);
	  background: #fbfdff;
	  padding: 0 14px;
	  font: inherit;
	}
	.training-shop-auth-card .digital-code-row {
	  grid-template-columns: minmax(0, 1fr) 120px;
	  align-items: end;
	}
	.training-shop-auth-card .digital-code-row button {
	  min-height: 48px;
	  border-radius: 8px;
	  color: #0f80b8;
	  background: #eef8ff;
	  border: 1px solid rgba(15, 128, 184, 0.14);
	  box-shadow: none;
	  font-weight: 900;
	}
	.training-shop-auth-card > .button {
	  min-height: 48px;
	  white-space: nowrap;
	}
	.training-shop-auth-card .digital-auth-feedback {
	  grid-column: 1 / -1;
	  min-height: 18px;
	}
	.training-package-grid {
	  display: grid;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  gap: 22px;
	}
	.training-package-card {
	  min-width: 0;
	  display: grid;
	  gap: 18px;
	  padding: 22px;
	  overflow: hidden;
	}
	.training-package-head span {
	  color: #ff4f91;
	  font-size: 13px;
	  font-weight: 900;
	}
	.training-package-head strong {
	  display: block;
	  margin-top: 4px;
	  color: #20284f;
	  font-size: 24px;
	}
	.training-package-head em {
	  color: rgba(109, 75, 241, 0.16);
	  font-size: 48px;
	  line-height: 0.9;
	  font-style: normal;
	  font-weight: 900;
	}
	.training-package-preview {
	  display: grid;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  gap: 12px;
	}
	.training-package-preview a {
	  display: block;
	  overflow: hidden;
	  border-radius: 8px;
	  background: #f7f9ff;
	  border: 1px solid rgba(94, 108, 170, 0.1);
	}
	.training-package-preview img {
	  width: 100%;
	  aspect-ratio: 4 / 3;
	  object-fit: contain;
	}
	.training-package-copy p {
	  margin: 0 0 14px;
	  color: rgba(32, 40, 79, 0.72);
	  font-size: 15px;
	  font-weight: 800;
	  line-height: 1.7;
	}
	.training-package-copy dl {
	  display: grid;
	  gap: 10px;
	  margin: 0;
	}
	.training-package-copy dl div {
	  display: grid;
	  grid-template-columns: 82px minmax(0, 1fr);
	  gap: 12px;
	}
	.training-package-copy dt {
	  color: rgba(32, 40, 79, 0.48);
	  font-size: 13px;
	  font-weight: 900;
	}
	.training-package-copy dd {
	  margin: 0;
	  color: #20284f;
	  font-size: 14px;
	  font-weight: 900;
	  line-height: 1.55;
	}
	.training-package-files {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 8px;
	}
	.training-package-files span {
	  min-height: 28px;
	  display: inline-flex;
	  align-items: center;
	  padding: 0 10px;
	  border-radius: 999px;
	  color: rgba(32, 40, 79, 0.7);
	  background: #f5f7ff;
	  font-size: 12px;
	  font-weight: 900;
	}
	.training-package-card footer {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  gap: 14px;
	  padding-top: 2px;
	}
	.training-package-card footer span {
	  color: rgba(32, 40, 79, 0.6);
	  font-size: 13px;
	  font-weight: 900;
	}
	.training-package-card footer .button {
	  min-height: 42px;
	  padding: 0 18px;
	}
	.training-package-card.is-violet { border-top: 4px solid #7657ff; }
	.training-package-card.is-blue { border-top: 4px solid #4f7dff; }
	.training-package-card.is-pink { border-top: 4px solid #ff5f93; }
	.training-package-card.is-mint { border-top: 4px solid #35cbb5; }
	.training-package-card.is-orange { border-top: 4px solid #ffad4f; }
	.training-package-card.is-teal { border-top: 4px solid #2fb8c4; }
	.training-shop-note {
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 18px;
	  margin-bottom: 24px;
	}
	.training-shop-note article {
	  display: grid;
	  gap: 8px;
	  padding: 20px;
	}
	.training-shop-note strong {
	  color: #20284f;
	  font-size: 18px;
	}
	.training-shop-note span {
	  color: rgba(32, 40, 79, 0.66);
	  font-size: 14px;
	  font-weight: 800;
	  line-height: 1.6;
	}
	@media (max-width: 1180px) {
	  .training-product-grid,
	  .member-hero-grid,
	  .member-dashboard-grid,
	  .member-detail-layout,
  .member-calendar-layout {
    grid-template-columns: 1fr;
  }
  .member-detail-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(37, 40, 86, 0.08);
  }
	  .training-catalog-grid,
	  .training-sample-grid,
	  .member-app-stats,
	  .training-shop-stats,
	  .training-package-grid,
	  .training-shop-note {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
	  .member-app-page,
	  .training-shop-layout {
	    grid-template-columns: 1fr;
	  }
	  .member-app-topbar {
	    flex-wrap: wrap;
	  }
	  .member-app-global-nav {
	    order: 3;
	    flex-basis: 100%;
	    justify-content: flex-start;
	  }
	  .member-app-sidebar,
	  .training-shop-sidebar {
	    position: static;
	    min-height: auto;
	    grid-template-rows: none;
	  }
	  .member-app-nav,
	  .training-shop-nav {
	    grid-template-columns: repeat(4, minmax(0, 1fr));
	  }
	  .member-app-grid {
	    grid-template-columns: 1fr;
	  }
	  .member-settings-grid {
	    grid-template-columns: 1fr;
	  }
		  .member-trend-card,
		  .member-children-panel,
		  .member-benefits-panel,
		  .member-detail-panel {
		    grid-column: 1 / -1;
		  }
	  .training-shop-auth-card {
	    grid-template-columns: 1fr 1fr;
	  }
	  .training-shop-auth-card > div:first-child,
	  .training-shop-auth-card .digital-auth-feedback {
	    grid-column: 1 / -1;
	  }
	}
@media (max-width: 860px) {
  .site-auth-dialog {
    width: min(560px, 100%);
    grid-template-columns: 1fr;
    overflow: auto;
  }
  .site-auth-side {
    min-height: auto;
    padding: 28px 26px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 40, 86, 0.08);
  }
  .site-auth-side h2 {
    font-size: 30px;
  }
  .site-auth-main {
    padding: 24px;
  }
}
@media (max-width: 760px) {
  .site-auth-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
  .site-auth-dialog {
    max-height: calc(100dvh - 22px);
  }
  .site-auth-side {
    padding: 24px 20px 20px;
  }
  .site-auth-side h2 {
    font-size: 28px;
  }
  .site-auth-main {
    padding: 20px;
  }
  .site-auth-tabs button {
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
  }
	  .site-auth-code-row,
	  .training-preview-strip,
	  .training-catalog-grid,
	  .training-sample-grid,
	  .training-download-grid,
	  .member-app-stats,
	  .training-shop-stats,
	  .training-package-grid,
	  .training-shop-note,
	  .training-shop-auth-card,
	  .member-child-card dl,
	  .member-detail-metrics,
	  .member-tab-grid,
	  .member-benefit-row,
	  .member-settings-fields,
	  .member-feedback-detail-list dl,
	  .member-feedback-modal-grid,
	  .member-visibility-grid {
	    grid-template-columns: 1fr;
	  }
	  .member-settings-child header {
	    grid-template-columns: 44px minmax(0, 1fr);
	  }
	  .member-settings-child-actions {
	    grid-column: 1 / -1;
	    justify-content: stretch;
	  }
	  .member-settings-child-actions .button {
	    flex: 1;
	  }
	  .member-app-main,
	  .training-shop-main {
	    padding: 18px 16px 24px;
	  }
	  .member-app-sidebar,
	  .training-shop-sidebar {
	    padding: 20px 16px;
	  }
	  .member-app-nav,
	  .training-shop-nav {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
	  .member-app-topbar {
	    grid-template-columns: 1fr;
	    align-items: start;
	  }
	  .member-app-top-title,
	  .member-app-global-nav {
	    width: 100%;
	  }
	  .member-app-global-nav {
	    order: initial;
	  }
	  .member-app-top-actions {
	    width: 100%;
	    flex-wrap: wrap;
	    justify-self: stretch;
	  }
	  .member-app-top-actions .member-profile-panel {
	    width: 100%;
	    border-radius: 8px;
	  }
	  .member-app-welcome,
	  .training-shop-hero {
	    grid-template-columns: 1fr;
	    padding: 26px 22px;
	  }
	  .member-welcome-art,
	  .training-shop-hero img {
	    max-width: 260px;
	    justify-self: center;
	  }
	  .member-welcome-art {
	    min-height: 150px;
	  }
	  .member-app-welcome::after {
	    right: 50%;
	    transform: translateX(50%);
	    bottom: 22px;
	    width: 220px;
	  }
	  .member-app-card,
	  .training-package-card {
	    padding: 18px;
	  }
	  .training-shop-auth-card .digital-code-row,
	  .training-package-card footer,
	  .member-invite-banner,
	  .member-app-footer {
	    display: grid;
	    grid-template-columns: 1fr;
	  }
	  .training-package-card footer .button,
	  .member-invite-banner a {
	    width: 100%;
	  }
	  .member-detail-panel {
	    padding: 18px;
	  }
  .member-detail-rail {
    grid-template-columns: 1fr;
  }
  .member-detail-title {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 16px;
  }
  .member-detail-avatar {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .member-detail-title h3 {
    font-size: 21px;
  }
  .member-detail-content {
    padding: 16px;
  }
  .member-feedback-preview-list button {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .member-feedback-preview-list em {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }
  .member-avatar-editor {
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .member-avatar-editor > span {
    width: 62px;
    height: 62px;
  }
  .member-feedback-item {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
  }
  .member-feedback-item-icon {
    width: 42px;
    height: 42px;
  }
  .member-feedback-item time,
  .member-feedback-item em {
    grid-column: 2;
    justify-self: start;
  }
  .member-feedback-modal {
    padding: 14px;
  }
  .member-feedback-modal-panel {
    padding: 18px;
  }
  .member-feedback-modal-panel h3 {
    font-size: 23px;
  }
  .member-calendar-grid span {
    min-height: 54px;
    padding: 6px;
  }
  .training-product-copy h1,
  .member-hero-grid h1 {
    font-size: 36px;
  }
  .member-panel {
    padding: 20px;
  }
}

/* ADHD CTA layout isolation v137 */
@media (min-width: 1181px) {
  body.adhd-detail-page .adhd-cta-card {
    grid-template-columns: 360px minmax(0, 1fr) auto;
    gap: 36px;
  }
}

/* Language CTA icon sequence v138 */
body.language-detail-page .language-report > span {
  display: none;
}
body.language-detail-page .language-mini-chain {
  z-index: 2;
  left: 190px;
  bottom: 39px;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(31, 37, 86, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(31, 37, 86, 0.09);
}
body.language-detail-page .language-mini-chain span {
  width: 40px;
  height: 40px;
  border: 1px solid color-mix(in srgb, currentColor, #fff 82%);
  box-shadow: none;
}
@media (min-width: 1181px) {
  body.language-detail-page .language-cta-card {
    grid-template-columns: 360px minmax(0, 1fr) auto;
    gap: 36px;
  }
}
@media (min-width: 761px) and (max-width: 1180px) {
  body.language-detail-page .language-cta-card {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 16px 24px;
  }
  body.language-detail-page .language-mini-chain {
    left: 168px;
    gap: 5px;
    padding: 5px;
  }
  body.language-detail-page .language-mini-chain span {
    width: 32px;
    height: 32px;
  }
  body.language-detail-page .language-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.language-detail-page .language-mini-chain {
    left: 150px;
    bottom: 34px;
    gap: 4px;
    padding: 5px;
  }
  body.language-detail-page .language-mini-chain span {
    width: 34px;
    height: 34px;
  }
}

/* Compact, prominent entitlement card v144 */
.training-detail-purchase {
  gap: 10px;
  max-height: none;
  padding: 18px 20px;
  overflow: visible;
  overscroll-behavior: auto;
}
.training-detail-price {
  padding: 12px 0;
}
.training-detail-price > strong {
  font-size: 42px;
}
.training-detail-purchase-perks {
  gap: 7px;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] {
  min-height: 54px;
  padding: 8px 10px;
}

/* Shared digital order center */
.member-digital-orders-panel {
  grid-column: 1 / -1;
}
.member-digital-orders-panel > header {
  align-items: flex-start;
}
.member-digital-orders-panel > header > div p {
  margin: 6px 0 0;
  color: #8a90a4;
  font-size: 13px;
}
.member-digital-orders-panel > header > button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #e4e5ee;
  border-radius: 999px;
  background: #fff;
  color: #5d6480;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}
.member-digital-orders-panel > header > button:disabled {
  cursor: wait;
  opacity: .58;
}
.member-order-tabs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.member-order-tabs::-webkit-scrollbar {
  display: none;
}
.member-order-tabs button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #e8e8f0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  background: #fff;
  color: #747b91;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}
.member-order-tabs button span {
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  box-sizing: border-box;
  background: #f1f1f6;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
}
.member-order-tabs button.is-active {
  border-color: #ff7aaa;
  background: #fff0f6;
  color: #e53d7c;
}
.member-order-tabs button.is-active span {
  background: #ff71a5;
  color: #fff;
}
.member-order-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #8a90a4;
  font-size: 13px;
}
.member-order-status[data-tone="success"] {
  color: #16835b;
}
.member-order-status[data-tone="warn"] {
  color: #ae711d;
}
.member-order-list {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}
.member-order-card {
  overflow: hidden;
  border: 1px solid #eaebf1;
  border-radius: 18px;
  background: #fff;
}
.member-order-card.is-pending {
  border-color: #f3deb4;
}
.member-order-card.is-paid {
  border-color: #cde9dc;
}
.member-order-card summary {
  min-height: 92px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}
.member-order-card summary::-webkit-details-marker {
  display: none;
}
.member-order-file {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5f9d, #ff8a70);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
}
.member-order-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.member-order-copy em,
.member-order-copy small,
.member-order-amount em {
  color: #969bae;
  font-size: 12px;
  font-style: normal;
}
.member-order-copy strong {
  overflow: hidden;
  color: #27304e;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member-order-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.member-order-amount b {
  color: #e63c7a;
  font-size: 18px;
}
.member-order-chip {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f1f2f6;
  color: #6f758a;
  font-size: 12px;
  font-weight: 800;
}
.member-order-card.is-pending .member-order-chip {
  background: #fff4df;
  color: #bd7307;
}
.member-order-card.is-paid .member-order-chip {
  background: #e8f7f0;
  color: #14855a;
}
.member-order-detail {
  padding: 16px 18px 18px;
  border-top: 1px solid #edeef3;
  background: #fafbfe;
}
.member-order-detail dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}
.member-order-detail dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #7d849a;
  font-size: 13px;
}
.member-order-detail dt,
.member-order-detail dd {
  margin: 0;
}
.member-order-detail dd {
  color: #313a57;
  font-weight: 750;
  text-align: right;
}
.member-order-detail > p {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff5e5;
  color: #9d681a;
  font-size: 12px;
  line-height: 1.55;
}
.member-order-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.member-order-actions button,
.member-order-actions a,
.member-order-empty button,
.member-order-empty a {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.member-order-actions .is-ghost {
  border: 1px solid #d9dbe5;
  background: #fff;
  color: #626a82;
}
.member-order-actions .is-primary,
.member-order-empty button,
.member-order-empty a {
  border: 0;
  background: linear-gradient(135deg, #ff5f9d, #7768df);
  color: #fff;
}
.member-order-origin-tip {
  color: #8a90a4;
  font-size: 12px;
}
.member-order-empty {
  min-height: 180px;
  padding: 30px;
  border: 1px dashed #e0e2eb;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  color: #858ca2;
  text-align: center;
}
.member-order-empty strong {
  color: #303957;
  font-size: 17px;
}
.member-order-empty span {
  font-size: 13px;
}
@media (max-width: 760px) {
  .member-digital-orders-panel > header {
    flex-direction: row;
  }
  .member-order-card summary {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
  }
  .member-order-file {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    line-height: 46px;
  }
  .member-order-chip {
    grid-column: 3;
    grid-row: 1;
  }
  .member-order-amount {
    grid-column: 2 / 4;
    align-items: flex-start;
  }
  .member-order-copy small {
    white-space: normal;
  }
  .member-order-detail dl {
    grid-template-columns: 1fr;
  }
  .member-order-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .member-order-actions button,
  .member-order-actions a {
    width: 100%;
  }
}
.training-detail-member-note {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 7px;
  color: #243047;
  background: var(--pack-accent-soft);
  font-size: 11px;
  line-height: 1.5;
}
.training-detail-member-note strong {
  color: var(--pack-accent);
  font-size: 12px;
}
.training-detail-purchase .training-detail-assurances {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.4;
}
.training-detail-page.has-download-access .training-detail-purchase {
  gap: 12px;
  border-top-width: 6px;
  background: linear-gradient(180deg, var(--pack-accent-soft), #fff 34%);
  box-shadow: 0 24px 58px color-mix(in srgb, var(--pack-accent) 18%, rgba(36, 48, 71, 0.1));
}
.training-detail-page.has-download-access .training-detail-purchase-heading {
  order: 0;
}
.training-detail-page.has-download-access .training-detail-purchase-heading > strong {
  padding: 7px 11px;
  color: #fff;
  background: var(--pack-accent);
  font-size: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--pack-accent) 28%, transparent);
}
.training-detail-page.has-download-access :is(
  .training-detail-price,
  .training-detail-price-options,
  .training-detail-bundle-save,
  .training-detail-member-note,
  .training-detail-assurances
) {
  display: none !important;
}
.training-detail-page.has-download-access .training-detail-state-note {
  position: relative;
  order: 1;
  min-height: 70px;
  padding: 15px 15px 15px 54px;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 72%, #fff);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--pack-accent), color-mix(in srgb, var(--pack-accent) 78%, #17213a));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--pack-accent) 24%, transparent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}
.training-detail-page.has-download-access .training-detail-state-note::before {
  content: "\2713";
  position: absolute;
  top: 16px;
  left: 15px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: var(--pack-accent);
  background: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}
.training-detail-page.has-download-access .training-detail-purchase-perks {
  order: 2;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 18%, transparent);
  border-radius: 8px;
  background: #fff;
}
.training-detail-page.has-download-access .training-detail-actions {
  order: 3;
}
.training-detail-page.has-download-access .training-detail-actions .training-detail-buy {
  min-height: 48px;
  font-size: 14px;
}

/* Payment source adoption, session-safe purchase controls v143 */
.training-detail-purchase .training-detail-actions [hidden],
.training-detail-purchase .training-detail-price-options[hidden],
.training-detail-mobile-actions [hidden],
.download-pay-dialog [hidden],
.site-auth-dialog [hidden] {
  display: none !important;
}

.menu-button .menu-button-label {
  width: auto;
  height: auto;
  margin: 3px 0 0;
  color: currentColor;
  background: transparent;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.download-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.download-pay-modal.is-open {
  display: flex;
}
.download-pay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 48, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.download-pay-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(340px, 1.18fr);
  width: min(820px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  border-radius: 12px;
  color: #253056;
  background: #fff;
  box-shadow: 0 28px 80px rgba(37, 40, 86, 0.24);
}
.download-pay-left,
.download-pay-right {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 40px 34px;
}
.download-pay-left {
  color: #fff;
  background: linear-gradient(145deg, #08a999, #087f91);
}
.download-pay-left p,
.download-pay-left h2,
.download-pay-left span,
.download-pay-right h3,
.download-pay-right p {
  margin: 0;
}
.download-pay-left > p {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.download-pay-left h2 {
  font-size: 28px;
  line-height: 1.25;
}
.download-pay-left > strong {
  font-size: 46px;
  line-height: 1;
}
.download-pay-left > span,
.download-pay-left li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}
.download-pay-left ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}
.download-pay-right {
  justify-items: center;
  text-align: center;
}
.download-pay-right > p {
  color: rgba(37, 48, 86, 0.68);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}
.download-pay-qr {
  display: grid;
  place-items: center;
  width: 190px;
  min-height: 190px;
  padding: 14px;
  border: 1px solid rgba(8, 169, 153, 0.24);
  border-radius: 10px;
  background: #f5fffd;
}
.download-pay-qr img {
  display: block;
  width: 100%;
  height: auto;
}
.download-pay-qr:not(.has-code-url) {
  grid-template-columns: repeat(2, 46px);
  gap: 14px;
}
.download-pay-qr:not(.has-code-url) span {
  width: 46px;
  height: 46px;
  border: 8px solid #17213a;
  background: #fff;
}
.download-pay-qr:not(.has-code-url) i {
  width: 22px;
  height: 22px;
  background: #17213a;
}
.download-pay-qr.has-code-url strong,
.download-pay-qr.has-code-url small {
  display: block;
}
.download-pay-code-url {
  color: #087f91;
  font-size: 13px;
  font-weight: 900;
}
.download-pay-expiry {
  padding: 8px 10px;
  border-radius: 7px;
  color: #70510f !important;
  background: #fff8df;
}
.download-pay-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #f4f7fa;
}
.download-pay-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d99b20;
}
.download-pay-status[data-tone="success"] span {
  background: #08a999;
}
.download-pay-status[data-tone="error"] span {
  background: #d85858;
}
.download-pay-status em {
  color: #253056;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}
.download-pay-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
}
.download-pay-controls button,
.download-pay-mock-complete {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(8, 169, 153, 0.24);
  border-radius: 8px;
  color: #087f91;
  background: #f2fffc;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.download-pay-mock-complete {
  width: 100%;
}
.download-pay-close,
.site-auth-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  min-width: 58px;
  height: 34px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: rgba(37, 40, 86, 0.72);
  background: #f2f5f8;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.download-pay-close [aria-hidden="true"],
.site-auth-close [aria-hidden="true"] {
  display: none;
}

@media (max-width: 760px) {
  .download-center-shell .menu-button {
    width: 50px;
    height: 46px;
    padding: 5px 0;
  }
  .download-pay-modal {
    padding: 11px;
  }
  .download-pay-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 22px);
  }
  .download-pay-left,
  .download-pay-right {
    padding: 28px 22px;
  }
  .download-pay-left {
    gap: 10px;
  }
  .download-pay-left ul {
    display: none;
  }
  .download-pay-qr {
    width: 166px;
    min-height: 166px;
  }
  .download-pay-controls {
    grid-template-columns: 1fr;
  }
}

/* Child journey final CTA redesign v140 */
body.teacher-child-page .child-final-card {
  grid-template-columns: minmax(460px, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  padding: 32px;
}

body.teacher-child-page .child-final-card figure {
  aspect-ratio: 16 / 9;
  min-height: 0;
  background: #f6f8fc;
}

body.teacher-child-page .child-final-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.teacher-child-page .child-final-card > article {
  min-width: 0;
  padding-right: 14px;
}

body.teacher-child-page .child-final-card .child-meet-kicker {
  margin: 0;
}

body.teacher-child-page .child-final-card h2 {
  max-width: 620px;
  margin-top: 14px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.teacher-child-page .child-final-card > article > p:not(.child-meet-kicker) {
  max-width: 620px;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.75;
}

body.teacher-child-page .child-final-card .child-meet-actions {
  gap: 12px;
  margin-top: 22px;
}

body.teacher-child-page .child-final-tags {
  gap: 8px;
  margin-top: 20px;
}

body.teacher-child-page .child-final-tags span {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(91, 140, 255, 0.12);
  background: linear-gradient(135deg, rgba(91, 140, 255, 0.1), rgba(255, 92, 147, 0.07));
  font-size: 13px;
}

@media (max-width: 1180px) {
  body.teacher-child-page .child-final-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.teacher-child-page .child-final-card figure {
    aspect-ratio: 16 / 8;
  }

  body.teacher-child-page .child-final-card > article {
    padding: 0 8px 8px;
  }
}

@media (max-width: 760px) {
  body.teacher-child-page .child-final-card {
    gap: 22px;
    padding: 18px;
  }

  body.teacher-child-page .child-final-card figure {
    aspect-ratio: 4 / 3;
  }

  body.teacher-child-page .child-final-card h2 {
    font-size: 28px;
    line-height: 1.24;
  }

  body.teacher-child-page .child-final-card > article > p:not(.child-meet-kicker) {
    font-size: 15px;
  }
}

/* Team hero typography and child portrait v139 */
body.professional-team-page .team-orbit-child img {
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
}
@media (min-width: 1181px) {
  body.professional-team-page .team-home-hero {
    padding-top: 74px;
  }
  body.professional-team-page .team-home-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    gap: 54px;
    min-height: 490px;
    padding: 48px 50px;
  }
  body.professional-team-page .team-home-hero h1 {
    margin-top: 18px;
    font-size: 46px;
    line-height: 1.16;
    letter-spacing: -0.035em;
  }
  body.professional-team-page .team-home-hero-copy > p:not(.team-home-kicker) {
    max-width: 540px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.78;
  }
  body.professional-team-page .team-home-hero-actions {
    margin-top: 22px;
  }
  body.professional-team-page .team-home-hero-values {
    margin-top: 28px;
  }
}
@media (min-width: 761px) and (max-width: 1180px) {
  body.professional-team-page .team-home-hero h1 {
    font-size: 42px;
    line-height: 1.17;
  }
  body.professional-team-page .team-home-hero-grid {
    padding: 38px 30px;
  }
}
@media (max-width: 760px) {
  body.professional-team-page .team-home-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.adhd-detail-page .adhd-cta-card {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 16px 24px;
  }
  body.adhd-detail-page .adhd-mini-routine {
    left: 112px;
  }
  body.adhd-detail-page .adhd-cta-card h2 {
    font-size: 25px;
  }
  body.adhd-detail-page .adhd-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}

/* professional team icon cleanup v121 */
body.professional-team-page .icon-badge,
body.teacher-child-page .icon-badge,
body.team-workflow-page .icon-badge,
body.teacher-communication-page .icon-badge {
  color: var(--icon-color);
  background: color-mix(in srgb, var(--icon-color) 11%, #fff);
  border: 1px solid color-mix(in srgb, var(--icon-color) 16%, #fff);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--icon-color) 10%, transparent);
}
body.professional-team-page .icon-badge svg,
body.teacher-child-page .icon-badge svg,
body.team-workflow-page .icon-badge svg,
body.teacher-communication-page .icon-badge svg {
  color: currentColor;
  stroke: currentColor;
  fill: none;
}
body.professional-team-page .team-journey-line article > span:not(.icon-badge),
body.teacher-child-page .child-journey-line article > span:not(.icon-badge),
body.team-workflow-page .workflow-goal-line article > span:not(.icon-badge),
body.team-workflow-page .workflow-week-grid article > span:not(.icon-badge),
body.teacher-communication-page .communication-process-line article > span:not(.icon-badge) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 92, 147, .11);
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}
body.professional-team-page .team-journey-line .team-journey-icon,
body.teacher-child-page .child-journey-line .child-journey-icon,
body.team-workflow-page .workflow-goal-line .workflow-goal-icon,
body.teacher-communication-page .communication-process-line .communication-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-height: 72px;
  padding: 0;
  margin: 12px auto 0;
  border-radius: 24px;
}
body.professional-team-page .team-journey-line .team-journey-icon svg,
body.teacher-child-page .child-journey-line .child-journey-icon svg,
body.team-workflow-page .workflow-goal-line .workflow-goal-icon svg,
body.teacher-communication-page .communication-process-line .communication-process-icon svg {
  width: 32px;
  height: 32px;
}
body.team-workflow-page .workflow-week-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  column-gap: 12px;
  align-content: start;
  align-items: center;
}
body.team-workflow-page .workflow-week-grid .icon-badge {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  margin: 0;
}
body.team-workflow-page .workflow-week-grid .icon-badge svg {
  width: 23px;
  height: 23px;
}
body.team-workflow-page .workflow-week-grid h3,
body.team-workflow-page .workflow-week-grid p {
  grid-column: 1 / -1;
}
body.team-workflow-page .workflow-week-grid h3 {
  margin-top: 18px;
}
body.professional-team-page .team-journey-line::before,
body.teacher-child-page .child-journey-line::before,
body.team-workflow-page .workflow-goal-line::before,
body.teacher-communication-page .communication-process-line::before {
  z-index: 0;
  opacity: .56;
}
body.professional-team-page .team-journey-line article,
body.teacher-child-page .child-journey-line article,
body.team-workflow-page .workflow-goal-line article,
body.teacher-communication-page .communication-process-line article {
  z-index: 1;
}
@media (max-width: 760px) {
  body.team-workflow-page .workflow-week-grid article {
    grid-template-columns: minmax(0, 1fr) 46px;
  }
  body.professional-team-page .team-journey-line .team-journey-icon,
  body.teacher-child-page .child-journey-line .child-journey-icon,
  body.team-workflow-page .workflow-goal-line .workflow-goal-icon,
  body.teacher-communication-page .communication-process-line .communication-process-icon {
    margin: 0;
  }
}


/* ddjgt header member card v118 restore */
.site-auth-button,
.site-auth-logout {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 40, 86, 0.12);
  color: #253056;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
}
.site-auth-button.is-logged-in {
  color: #0f80b8;
  background: #eef8ff;
  border-color: rgba(15, 128, 184, 0.2);
}
.site-header-member-card {
  min-height: 46px;
  width: min(216px, 28vw);
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 2px 9px;
  align-items: center;
  padding: 5px 12px 5px 6px;
  border: 1px solid rgba(94, 108, 170, 0.14);
  border-radius: 999px;
  color: #253056;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(70, 84, 148, 0.08);
  cursor: pointer;
  text-align: left;
}
.site-header-member-card[hidden] {
  display: none !important;
}
.site-header-member-card:hover {
  border-color: rgba(255, 95, 147, 0.28);
  box-shadow: 0 14px 32px rgba(255, 95, 147, 0.12), 0 10px 24px rgba(70, 84, 148, 0.08);
  transform: translateY(-1px);
}
.site-header-member-card .member-avatar {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(109, 75, 241, 0.16);
}
.site-header-member-card strong,
.site-header-member-card p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-header-member-card strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}
.site-header-member-card p {
  color: rgba(37, 40, 86, 0.68);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
.site-header-member-card .member-mobile-label {
  display: none;
}
@media (min-width: 980px) and (max-width: 1260px) {
  .site-header-member-card {
    width: 176px;
    padding-right: 9px;
  }
  .site-header-member-card p {
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .site-auth-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
  .site-header-member-card {
    width: 78px;
    min-height: 38px;
    grid-template-columns: 32px auto;
    padding: 3px 5px;
    justify-content: center;
    text-align: center;
  }
  .site-header-member-card .member-avatar {
    width: 32px;
    height: 32px;
  }
  .site-header-member-card strong,
  .site-header-member-card p {
    display: none;
  }
  .site-header-member-card .member-mobile-label {
    display: inline;
    color: #253056;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
  .site-auth-dialog {
    max-height: calc(100dvh - 22px);
  }
}

.training-detail-shell .site-auth-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

body.development-detail-page .development-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
}
body.development-detail-page .development-hero-copy h2 {
  margin-top: 14px;
  font-size: clamp(23px, 2.2vw, 28px);
  line-height: 1.42;
}
body.development-detail-page .development-section-head h2 {
  font-size: clamp(22px, 2.2vw, 27px);
}
@media (max-width: 760px) {
  body.development-detail-page .development-hero-copy h1 {
    font-size: 31px;
  }
  body.development-detail-page .development-hero-copy h2 {
    font-size: 22px;
  }
}

body.adhd-detail-page .adhd-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
}
body.adhd-detail-page .adhd-hero-copy h2 {
  max-width: 560px;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.46;
}
body.adhd-detail-page .adhd-section-head h2 {
  font-size: clamp(22px, 2.2vw, 27px);
}
@media (max-width: 760px) {
  body.adhd-detail-page .adhd-hero-copy h1 {
    font-size: 31px;
  }
  body.adhd-detail-page .adhd-hero-copy h2 {
    font-size: 22px;
  }
}

body.autism-detail-page .autism-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
}
body.autism-detail-page .autism-hero-copy h2 {
  max-width: 600px;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.46;
}
body.autism-detail-page .autism-hero-copy > p {
  font-size: 16px;
  line-height: 1.78;
}
body.autism-detail-page .autism-info-card h2,
body.autism-detail-page .autism-card-title h2 {
  font-size: 28px;
  line-height: 1.18;
}
body.autism-detail-page .autism-section-head h2 {
  font-size: 27px;
}
@media (max-width: 760px) {
  body.autism-detail-page .autism-hero-copy h1 {
    font-size: 31px;
  }
  body.autism-detail-page .autism-hero-copy h2 {
    margin-top: 12px;
    font-size: 22px;
  }
  body.autism-detail-page .autism-info-card h2,
  body.autism-detail-page .autism-card-title h2,
  body.autism-detail-page .autism-section-head h2 {
    font-size: 23px;
  }
}
/* Training pack commerce detail v84 */
.training-detail-page {
  background: #f7faf9;
}
.training-detail-commerce {
  padding: 24px 0 86px;
}
.training-detail-commerce .training-detail-breadcrumb {
  margin: 0 0 24px;
}
.training-detail-commerce-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 25vw, 336px);
  gap: 32px;
  align-items: start;
}
.training-detail-content,
.training-detail-purchase-column {
  min-width: 0;
}
.training-detail-purchase-column {
  align-self: stretch;
}
.training-detail-content > section {
  padding: 32px 0;
  border-bottom: 1px solid rgba(36, 48, 71, 0.1);
  background: transparent;
}
.training-detail-content > section:first-child {
  padding-top: 0;
}
.training-detail-content > section:last-child {
  border-bottom: 0;
}
.training-detail-content h1,
.training-detail-content h2,
.training-detail-content h3,
.training-detail-content p {
  letter-spacing: 0;
}
.training-detail-content h2 {
  margin: 0;
  color: #17213a;
  font-size: 28px;
  line-height: 1.32;
}
.training-detail-content .training-detail-kicker {
  margin: 0 0 7px;
  color: var(--pack-accent);
  font-size: 13px;
  font-weight: 950;
}
.training-detail-intro-grid {
  display: grid;
  grid-template-columns: 254px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.training-detail-cover {
  margin: 0;
}
.training-detail-cover img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 48, 71, 0.09);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 18px 40px rgba(36, 48, 71, 0.1);
}
.training-detail-cover figcaption {
  margin-top: 9px;
  color: rgba(36, 48, 71, 0.52);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.5;
  text-align: center;
}
.training-detail-intro-copy h1 {
  margin: 0;
  color: #14213f;
  font-size: 42px;
  line-height: 1.12;
}
.training-detail-intro-copy .training-detail-summary {
  margin-top: 14px;
  color: #263653;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.72;
}
.training-detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.training-detail-tag-list li {
  padding: 7px 11px;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 18%, transparent);
  border-radius: 999px;
  color: var(--pack-accent);
  background: var(--pack-accent-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.training-detail-purpose {
  margin: 18px 0 0;
  color: rgba(36, 48, 71, 0.68);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.8;
}
.training-detail-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin-top: 20px;
  border-top: 1px solid rgba(36, 48, 71, 0.1);
}
.training-detail-product-meta > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(36, 48, 71, 0.08);
}
.training-detail-product-meta small {
  color: rgba(36, 48, 71, 0.5);
  font-size: 11px;
  font-weight: 850;
}
.training-detail-product-meta strong {
  overflow-wrap: anywhere;
  color: #17213a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}
.training-detail-product-meta em {
  color: var(--pack-accent);
  font-style: normal;
}
.training-detail-content > .training-detail-trust-band {
  padding: 0 0 32px;
  color: #fff;
  background: transparent;
}
.training-detail-content .training-detail-trust-band > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
  background: #173d3a;
}
.training-detail-content .training-detail-trust-band article {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 0;
}
.training-detail-content .training-detail-trust-band article:last-child {
  border-right: 0;
}
.training-detail-content .training-detail-trust-band strong,
.training-detail-content .training-detail-trust-band span {
  display: block;
}
.training-detail-content .training-detail-trust-band strong {
  color: #fff;
  font-size: 14px;
}
.training-detail-content .training-detail-trust-band span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.5;
}
.training-detail-content .training-detail-section-head {
  align-items: end;
  margin-bottom: 22px;
}
.training-detail-content .training-detail-section-head > p {
  max-width: 370px;
}
.training-detail-signal-grid,
.training-detail-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.training-detail-signal-grid {
  counter-reset: pack-signal;
}
.training-detail-signal-grid li {
  position: relative;
  min-height: 108px;
  padding: 46px 14px 14px;
  border: 1px solid rgba(36, 48, 71, 0.1);
  border-radius: 8px;
  color: #263653;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
  counter-increment: pack-signal;
}
.training-detail-signal-grid li::before {
  content: counter(pack-signal, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 13px;
  color: var(--pack-accent);
  font-size: 18px;
  font-weight: 950;
}
.training-detail-disclaimer {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #d9a52c;
  color: rgba(74, 57, 22, 0.72);
  background: #fff9e9;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.6;
}
.training-detail-outcome-grid article {
  min-width: 0;
  min-height: 146px;
  padding: 16px;
  border: 1px solid rgba(36, 48, 71, 0.1);
  border-top: 3px solid var(--pack-accent);
  border-radius: 8px;
  background: #fff;
}
.training-detail-outcome-grid span {
  display: block;
  color: color-mix(in srgb, var(--pack-accent) 36%, transparent);
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
}
.training-detail-outcome-grid strong {
  display: block;
  margin-top: 12px;
  color: #17213a;
  font-size: 15px;
}
.training-detail-outcome-grid p {
  margin: 7px 0 0;
  color: rgba(36, 48, 71, 0.62);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.6;
}
.training-detail-content .training-detail-gallery {
  gap: 18px;
}
.training-detail-content .training-detail-preview a {
  box-shadow: 0 12px 32px rgba(36, 48, 71, 0.08);
}
.training-detail-content .training-detail-modules,
.training-detail-content .training-detail-scene-band,
.training-detail-content .training-detail-delivery,
.training-detail-content .training-detail-copyright,
.training-detail-content .training-detail-faq,
.training-detail-content .training-detail-more {
  padding: 32px 0;
  background: transparent;
}
.training-detail-content .training-detail-modules > ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: pack-module;
  list-style: none;
}
.training-detail-content .training-detail-modules > ol > li {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 64px;
  padding: 12px 12px 12px 43px;
  border: 1px solid rgba(36, 48, 71, 0.1);
  border-radius: 8px;
  color: #243047;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  counter-increment: pack-module;
}
.training-detail-content .training-detail-modules > ol > li::before {
  content: counter(pack-module, decimal-leading-zero);
  position: absolute;
  left: 12px;
  top: 50%;
  color: var(--pack-accent);
  font-size: 12px;
  font-weight: 950;
  transform: translateY(-50%);
}
.training-detail-content .training-detail-scene-grid {
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
}
.training-detail-content .training-detail-scene-band figure {
  max-width: none;
}
.training-detail-content .training-detail-scene-band h2 {
  font-size: 26px;
}
.training-detail-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.74fr) minmax(0, 1.22fr);
  gap: 12px;
}
.training-detail-guide-grid > article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(36, 48, 71, 0.1);
  border-radius: 8px;
  background: #fff;
}
.training-detail-guide-grid h3 {
  margin: 0 0 14px;
  color: #17213a;
  font-size: 16px;
}
.training-detail-guide-grid ul,
.training-detail-guide-grid ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.training-detail-guide-grid ul li {
  position: relative;
  padding-left: 17px;
  color: rgba(36, 48, 71, 0.7);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.5;
}
.training-detail-guide-grid ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--pack-accent);
  border-radius: 50%;
}
.training-detail-guide-grid ol li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: rgba(36, 48, 71, 0.7);
  font-size: 12px;
  font-weight: 800;
}
.training-detail-guide-grid ol span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--pack-accent);
  font-size: 11px;
}
.training-detail-fit > div + div {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(36, 48, 71, 0.09);
}
.training-detail-fit strong {
  color: var(--pack-accent);
  font-size: 13px;
}
.training-detail-fit > div:last-child strong {
  color: #d85a3f;
}
.training-detail-fit p {
  margin: 6px 0 0;
  color: rgba(36, 48, 71, 0.66);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.65;
}
.training-detail-content .training-detail-delivery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.training-detail-content .training-detail-delivery-grid article {
  min-height: 146px;
  padding: 18px;
}
.training-detail-content .training-detail-delivery-grid strong {
  margin-top: 34px;
}
.training-detail-content .training-detail-copyright-grid {
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
}
.training-detail-content .training-detail-copyright-grid > a img {
  max-height: 520px;
}
.training-detail-content .training-detail-copyright dl {
  margin-top: 18px;
}
.training-detail-content .training-detail-copyright dl div {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
}
.training-detail-faq-list {
  border-top: 1px solid rgba(36, 48, 71, 0.1);
}
.training-detail-faq-list details {
  border-right: 0;
  border-bottom: 1px solid rgba(36, 48, 71, 0.1);
  border-left: 0;
  border-radius: 0;
  background: transparent;
}
.training-detail-content .training-detail-pack-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.training-detail-purchase {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 128px);
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(36, 48, 71, 0.11);
  border-top: 4px solid var(--pack-accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(36, 48, 71, 0.13);
  scrollbar-width: thin;
  scrollbar-color: rgba(36, 48, 71, 0.18) transparent;
}
.training-detail-purchase-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.training-detail-purchase-heading > span {
  min-width: 0;
  color: #17213a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}
.training-detail-purchase-heading > strong {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--pack-accent);
  background: var(--pack-accent-soft);
  font-size: 10px;
  font-weight: 950;
}
.training-detail-price {
  padding: 17px 0;
  border-top: 1px solid rgba(36, 48, 71, 0.09);
  border-bottom: 1px solid rgba(36, 48, 71, 0.09);
}
.training-detail-price > span {
  display: block;
  color: rgba(36, 48, 71, 0.56);
  font-size: 12px;
  font-weight: 850;
}
.training-detail-price > strong {
  display: block;
  margin-top: 2px;
  color: var(--pack-accent);
  font-size: 48px;
  font-weight: 950;
  line-height: 1.1;
}
.training-detail-price > strong small {
  margin-right: 3px;
  font-size: 24px;
}
.training-detail-price p {
  margin: 6px 0 0;
  color: rgba(36, 48, 71, 0.58);
  font-size: 11px;
  font-weight: 780;
}
.training-detail-purchase-perks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.training-detail-purchase-perks li {
  position: relative;
  padding-left: 22px;
  color: rgba(36, 48, 71, 0.72);
  font-size: 12px;
  line-height: 1.45;
}
.training-detail-purchase-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--pack-accent);
  border-radius: 50%;
  background: radial-gradient(circle, var(--pack-accent) 0 2px, transparent 3px);
}
.training-detail-purchase .training-detail-price-options {
  grid-template-columns: 1fr;
  gap: 8px;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] {
  min-height: 62px;
  padding: 10px 11px;
}
.training-detail-purchase .training-detail-price-options em {
  font-size: 20px;
}
.training-detail-purchase .training-detail-bundle-save {
  margin: -5px 0 0;
  text-align: left;
}
.training-detail-purchase .training-detail-state-note {
  margin: 0;
  padding: 10px 11px;
  border-radius: 6px;
  background: #f5f8fb;
}
.training-detail-purchase .training-detail-actions {
  grid-template-columns: 1fr;
  gap: 8px;
}
.training-detail-purchase .training-detail-actions button {
  width: 100%;
}
.training-detail-purchase .training-detail-state {
  display: block;
  padding: 0;
  overflow: hidden;
  border-style: solid;
  background: #fbfcfe;
}
.training-detail-purchase .training-detail-state[hidden] {
  display: none;
}
.training-detail-purchase .training-detail-state summary {
  padding: 10px 12px;
  color: rgba(36, 48, 71, 0.66);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}
.training-detail-purchase .training-detail-state-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 10px 10px;
}
.training-detail-purchase .training-detail-assurances {
  padding-top: 12px;
  border-top: 1px solid rgba(36, 48, 71, 0.09);
}
@media (max-width: 1100px) {
  .training-detail-commerce-grid {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 22px;
  }
  .training-detail-intro-grid,
  .training-detail-content .training-detail-scene-grid,
  .training-detail-content .training-detail-copyright-grid {
    grid-template-columns: 1fr;
  }
  .training-detail-cover {
    max-width: 250px;
  }
  .training-detail-signal-grid,
  .training-detail-outcome-grid,
  .training-detail-content .training-detail-trust-band > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .training-detail-content .training-detail-trust-band article:nth-child(2) {
    border-right: 0;
  }
  .training-detail-content .training-detail-trust-band article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .training-detail-guide-grid {
    grid-template-columns: 1fr;
  }
  .training-detail-content .training-detail-modules > ol,
  .training-detail-content .training-detail-pack-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .training-detail-purchase {
    top: 90px;
    max-height: calc(100vh - 106px);
    padding: 20px;
  }
}
@media (max-width: 760px) {
  .training-detail-commerce {
    padding: 18px 0 58px;
  }
  .training-detail-commerce .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .training-detail-commerce-grid {
    grid-template-columns: 1fr;
  }
  .training-detail-purchase-column {
    display: none;
  }
  .training-detail-content > section,
  .training-detail-content .training-detail-modules,
  .training-detail-content .training-detail-scene-band,
  .training-detail-content .training-detail-delivery,
  .training-detail-content .training-detail-copyright,
  .training-detail-content .training-detail-faq,
  .training-detail-content .training-detail-more {
    padding: 26px 0;
  }
  .training-detail-content h2 {
    font-size: 24px;
  }
  .training-detail-intro-copy h1 {
    font-size: 36px;
  }
  .training-detail-cover {
    max-width: 220px;
  }
  .training-detail-content .training-detail-section-head {
    display: grid;
    gap: 10px;
    align-items: start;
    margin-bottom: 18px;
  }
  .training-detail-product-meta,
  .training-detail-signal-grid,
  .training-detail-outcome-grid,
  .training-detail-content .training-detail-delivery-grid {
    grid-template-columns: 1fr;
  }
  .training-detail-content .training-detail-trust-band > div,
  .training-detail-content .training-detail-modules > ol,
  .training-detail-content .training-detail-pack-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .training-detail-signal-grid li,
  .training-detail-outcome-grid article {
    min-height: 0;
  }
  .training-detail-content .training-detail-gallery {
    grid-template-columns: 1fr;
  }
  .training-detail-content .training-detail-preview {
    max-width: 520px;
  }
  .training-detail-content .training-detail-copyright dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.training-detail-shell .site-auth-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Training pack sample wall v85 */
.training-detail-sample-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 12px;
}
.training-detail-sample-card {
  min-width: 0;
  margin: 0;
}
.training-detail-sample-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 720 / 1019;
  border: 1px solid rgba(36, 48, 71, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(36, 48, 71, 0.07);
}
.training-detail-sample-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  transition: transform 180ms ease;
}
.training-detail-sample-card > a:hover img {
  transform: scale(1.025);
}
.training-detail-sample-card > a > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: max-content;
  color: color-mix(in srgb, var(--pack-accent) 22%, transparent);
  font-size: 15px;
  font-weight: 950;
  transform: translate(-50%, -50%) rotate(-20deg);
  pointer-events: none;
}
.training-detail-sample-card > a > em {
  position: absolute;
  right: 7px;
  top: 7px;
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 33, 63, 0.76);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}
.training-detail-sample-card figcaption {
  display: -webkit-box;
  min-height: 38px;
  margin-top: 8px;
  overflow: hidden;
  color: rgba(36, 48, 71, 0.68);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1100px) {
  .training-detail-sample-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 761px) and (max-width: 900px) {
  .training-detail-sample-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .training-detail-sample-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }
  .training-detail-sample-card figcaption {
    min-height: 36px;
    font-size: 10px;
  }
}

.training-detail-price > strong > [data-pack-selected-plan-price] {
  color: inherit;
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit !important;
}

/* Generated product promo intro v88 */
.training-detail-intro-grid {
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 32px;
}
.training-detail-promo {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(36, 48, 71, 0.09);
  border-radius: 8px;
  background: #f7f8f7;
  box-shadow: 0 18px 42px rgba(36, 48, 71, 0.09);
}
.training-detail-promo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training-detail-cover figcaption {
  margin-top: 10px;
  color: rgba(36, 48, 71, 0.54);
  font-size: 10px;
  line-height: 1.55;
}
.training-detail-cover figcaption > span {
  color: var(--pack-accent);
  font-weight: 900;
}
.training-detail-intro-copy {
  padding-top: 3px;
}
.training-detail-intro-copy h1 {
  font-size: 38px;
}
.training-detail-intro-copy .training-detail-summary {
  max-width: 640px;
  margin-top: 11px;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.65 !important;
}
.training-detail-tag-section {
  margin-top: 17px;
}
.training-detail-tag-section > small,
.training-detail-purpose > small,
.training-detail-focus-line > small {
  display: block;
  color: rgba(36, 48, 71, 0.5);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
}
.training-detail-tag-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 9px;
  margin-top: 7px;
}
.training-detail-tag-list li {
  position: relative;
  padding: 8px 10px 8px 25px;
  border: 0;
  border-radius: 6px;
  color: #24504c;
  background: var(--pack-accent-soft);
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.4 !important;
}
.training-detail-tag-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pack-accent);
  transform: translateY(-50%);
}
.training-detail-purpose {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--pack-accent);
  border-radius: 0 6px 6px 0;
  background: #fff;
}
.training-detail-purpose > p {
  margin: 4px 0 0;
  color: rgba(36, 48, 71, 0.67);
  font-size: 12px !important;
  font-weight: 740;
  line-height: 1.7 !important;
}
.training-detail-focus-line {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 9px;
  align-items: baseline;
  margin: 12px 0 0;
}
.training-detail-focus-line > strong {
  color: #17213a;
  font-size: 12px;
  line-height: 1.5;
}
.training-detail-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}
.training-detail-quick-stats > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(36, 48, 71, 0.09);
  border-radius: 8px;
  background: #fff;
}
.training-detail-quick-stats strong {
  display: flex;
  gap: 4px;
  align-items: baseline;
  color: var(--pack-accent);
  font-size: 20px;
  line-height: 1.15;
}
.training-detail-quick-stats strong b {
  font-size: inherit;
}
.training-detail-quick-stats strong small {
  color: #17213a;
  font-size: 10px;
  font-weight: 900;
}
.training-detail-quick-stats p {
  margin: 5px 0 0;
  color: rgba(36, 48, 71, 0.52);
  font-size: 9px !important;
  font-weight: 750;
  line-height: 1.4 !important;
}
@media (max-width: 1100px) {
  .training-detail-intro-grid {
    grid-template-columns: 1fr;
  }
  .training-detail-cover {
    max-width: 304px;
  }
}
@media (max-width: 760px) {
  .training-detail-cover {
    width: min(250px, 100%);
    max-width: none;
    margin-inline: auto;
  }
  .training-detail-intro-copy h1 {
    font-size: 34px;
  }
  .training-detail-tag-list {
    gap: 7px;
  }
  .training-detail-tag-list li {
    padding-inline: 22px 8px;
    font-size: 10px;
  }
  .training-detail-tag-list li::before {
    left: 8px;
  }
  .training-detail-quick-stats {
    gap: 7px;
  }
  .training-detail-quick-stats > div {
    padding: 9px 8px;
  }
  .training-detail-quick-stats strong {
    font-size: 17px;
  }
}

/* Screenshot-led visual rescue v129: course rhythm, CTA scale and team portraits */
body.sensory-detail-page .sensory-hero-grid,
body.family-detail-page .family-detail-hero-grid {
  grid-template-columns: minmax(460px, 0.92fr) minmax(540px, 1.08fr);
  gap: 48px;
}
body.sensory-detail-page .sensory-hero-copy h1,
body.family-detail-page .family-detail-hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.12;
}
body.sensory-detail-page .sensory-hero-copy h2,
body.family-detail-page .family-detail-hero-copy h2 {
  max-width: 590px;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.46;
}
body.sensory-detail-page .sensory-hero-copy > p,
body.family-detail-page .family-detail-hero-copy > p {
  margin: 15px 0 22px;
  font-size: 16px;
  line-height: 1.78;
}
body.sensory-detail-page .sensory-hero-scene img,
body.family-detail-page .family-detail-hero-scene img {
  width: min(100%, 600px);
}
body.sensory-detail-page .sensory-map-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 22px;
}
body.sensory-detail-page .sensory-body-card,
body.sensory-detail-page .sensory-system-card {
  padding: 28px 30px;
}
body.sensory-detail-page .sensory-map-grid .sensory-section-head h2 {
  font-size: 28px;
  line-height: 1.28;
}
body.sensory-detail-page .sensory-body-card figure {
  display: grid;
  min-height: 330px;
  margin-top: 10px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f7fbff);
}
body.sensory-detail-page .sensory-body-card img {
  width: min(100%, 500px);
  height: 300px;
}

body.language-detail-page .language-cta-card,
body.sensory-detail-page .sensory-cta-card,
body.family-detail-page .family-detail-cta-card,
body.autism-detail-page .autism-cta-card,
body.adhd-detail-page .adhd-cta-card {
  grid-template-columns: 360px minmax(0, 1fr) auto;
  gap: 36px;
  min-height: 164px;
  padding-right: 34px;
  padding-left: 34px;
}
body.language-detail-page .language-cta-card h2,
body.sensory-detail-page .sensory-cta-card h2,
body.family-detail-page .family-detail-cta-card h2,
body.autism-detail-page .autism-cta-card h2,
body.adhd-detail-page .adhd-cta-card h2 {
  max-width: 680px;
  font-size: 30px;
  line-height: 1.3;
}
body.language-detail-page .language-cta-card p,
body.sensory-detail-page .sensory-cta-card p,
body.family-detail-page .family-detail-cta-card p,
body.autism-detail-page .autism-cta-card p,
body.adhd-detail-page .adhd-cta-card p {
  margin-top: 9px;
  font-size: 15px;
  line-height: 1.65;
}
body.sensory-detail-page .sensory-cta-card figure,
body.family-detail-page .family-detail-cta-card figure,
body.autism-detail-page .autism-cta-card figure {
  height: 148px;
}
body.sensory-detail-page .sensory-cta-card img,
body.family-detail-page .family-detail-cta-card img,
body.autism-detail-page .autism-cta-card img {
  width: 270px;
  height: 148px;
}
body.language-detail-page .language-report {
  left: 6px;
}
body.language-detail-page .language-mini-chain {
  left: 190px;
  transform: none;
  transform-origin: left center;
}
body.adhd-detail-page .adhd-mini-routine {
  left: 148px;
  transform: scale(0.9);
  transform-origin: left center;
}

body.team-workflow-page .team-workflow-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: 38px;
  min-height: 500px;
  padding: 48px 46px;
}
body.team-workflow-page .team-workflow-copy h1 {
  font-size: clamp(38px, 3.2vw, 40px);
  line-height: 1.18;
}
body.team-workflow-page .team-workflow-copy p:not(.team-workflow-kicker) {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.75;
}
body.team-workflow-page .team-workflow-system-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
  min-height: 390px;
  padding: 20px;
}
body.team-workflow-page .workflow-system-ring {
  display: none;
}
body.team-workflow-page .workflow-system-center {
  position: static;
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  min-height: 82px;
  padding: 13px;
  transform: none;
  border-radius: 20px;
}
body.team-workflow-page .workflow-system-center strong {
  font-size: 20px;
}
body.team-workflow-page .workflow-system-center span {
  font-size: 10px;
}
body.team-workflow-page .workflow-system-node {
  position: static;
  width: auto;
  min-height: 112px;
  padding: 12px 10px;
  border-radius: 20px;
  transform: none !important;
}
body.team-workflow-page .workflow-system-node::before {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
body.team-workflow-page .workflow-system-node strong {
  font-size: 14px;
}
body.team-workflow-page .workflow-system-node span {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.45;
}
body.team-workflow-page .workflow-system-node.is-leader,
body.team-workflow-page .workflow-system-node.is-course,
body.team-workflow-page .workflow-system-node.is-focus,
body.team-workflow-page .workflow-system-node.is-family {
  inset: auto;
}

body.professional-team-page .team-final-card,
body.team-workflow-page .workflow-final-card {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 38px;
  padding: 34px 38px;
}
body.professional-team-page .team-final-card h2,
body.team-workflow-page .workflow-final-card h2 {
  font-size: 34px;
  line-height: 1.22;
}
body.professional-team-page .team-final-card p,
body.team-workflow-page .workflow-final-card p {
  margin-top: 14px;
  font-size: 15px;
}
.team-final-real-people,
.workflow-final-real-people {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
.team-final-real-people div,
.workflow-final-real-people div {
  min-width: 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(37, 40, 86, 0.12);
}
.team-final-real-people div:nth-child(2),
.workflow-final-real-people div:nth-child(2) {
  transform: translateY(-12px);
}
body.professional-team-page .team-final-real-people img,
body.team-workflow-page .workflow-final-real-people img {
  display: block;
  width: 100%;
  max-width: none;
  height: 250px;
  object-fit: cover;
  object-position: center 18%;
  transform: none;
}

@media (max-width: 1180px) {
  body.sensory-detail-page .sensory-hero-grid,
  body.family-detail-page .family-detail-hero-grid,
  body.sensory-detail-page .sensory-map-grid,
  body.team-workflow-page .team-workflow-hero-grid,
  body.professional-team-page .team-final-card,
  body.team-workflow-page .workflow-final-card {
    grid-template-columns: 1fr;
  }
  body.language-detail-page .language-cta-card,
  body.sensory-detail-page .sensory-cta-card,
  body.family-detail-page .family-detail-cta-card,
  body.autism-detail-page .autism-cta-card,
  body.adhd-detail-page .adhd-cta-card {
    grid-template-columns: 250px minmax(0, 1fr) auto;
    gap: 22px;
  }
}
@media (max-width: 760px) {
  body.sensory-detail-page .sensory-hero-copy h1,
  body.family-detail-page .family-detail-hero-copy h1 {
    font-size: 31px;
  }
  body.sensory-detail-page .sensory-hero-copy h2,
  body.family-detail-page .family-detail-hero-copy h2 {
    font-size: 22px;
  }
  body.sensory-detail-page .sensory-map-grid .sensory-section-head h2 {
    font-size: 24px;
  }
  body.language-detail-page .language-cta-card,
  body.sensory-detail-page .sensory-cta-card,
  body.family-detail-page .family-detail-cta-card,
  body.autism-detail-page .autism-cta-card,
  body.adhd-detail-page .adhd-cta-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }
  body.language-detail-page .language-cta-card h2,
  body.sensory-detail-page .sensory-cta-card h2,
  body.family-detail-page .family-detail-cta-card h2,
  body.autism-detail-page .autism-cta-card h2,
  body.adhd-detail-page .adhd-cta-card h2 {
    font-size: 24px;
  }
  body.language-detail-page .language-cta-card figure,
  body.sensory-detail-page .sensory-cta-card figure,
  body.family-detail-page .family-detail-cta-card figure,
  body.autism-detail-page .autism-cta-card figure,
  body.adhd-detail-page .adhd-cta-card figure {
    display: none;
  }
  body.team-workflow-page .team-workflow-hero-grid {
    padding: 28px 20px;
  }
  body.team-workflow-page .team-workflow-copy h1 {
    font-size: 30px;
  }
  body.team-workflow-page .team-workflow-system-card {
    min-height: 0;
    padding: 16px;
  }
  body.team-workflow-page .workflow-system-center {
    min-height: 76px;
  }
  body.team-workflow-page .workflow-system-node {
    min-height: 118px;
  }
  body.professional-team-page .team-final-card,
  body.team-workflow-page .workflow-final-card {
    padding: 24px 20px;
  }
  body.professional-team-page .team-final-card h2,
  body.team-workflow-page .workflow-final-card h2 {
    font-size: 28px;
  }
  body.professional-team-page .team-final-real-people img,
  body.team-workflow-page .workflow-final-real-people img {
    height: 170px;
  }
}
/* Resource entitlements six-pack layout */
.member-detail-layout.member-detail-benefits-only {
  grid-template-columns: minmax(0, 1fr);
}
.member-benefit-workspace {
  display: grid;
  gap: 16px;
}
.member-benefit-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.member-benefit-overview article {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 8px;
  background: #fbfdff;
}
.member-benefit-overview span,
.member-benefit-overview em {
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.member-benefit-overview strong {
  color: #253056;
  font-size: 28px;
  line-height: 1.1;
}
.member-benefit-bundle-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(226, 71, 124, 0.18);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(226, 71, 124, 0.09), rgba(22, 166, 154, 0.08));
}
.member-benefit-bundle-strip strong,
.member-benefit-bundle-strip span {
  display: block;
}
.member-benefit-bundle-strip strong {
  color: #253056;
  font-size: 18px;
}
.member-benefit-bundle-strip span {
  margin-top: 4px;
  color: rgba(37, 40, 86, 0.68);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
}
.member-benefit-bundle-strip a,
.member-benefit-bundle-strip button,
.member-benefit-toolbar button,
.member-benefit-card-actions .button,
.member-benefit-pack-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.member-benefit-bundle-strip a,
.member-benefit-bundle-strip button,
.member-benefit-toolbar button,
.member-benefit-card-actions .button.blue,
.member-benefit-pack-card button {
  color: #fff;
  background: #e2477c;
}
.member-benefit-card-actions .button.ghost {
  color: #0f80b8;
  border-color: rgba(15, 128, 184, 0.18);
  background: #eef8ff;
}
.member-benefit-toolbar {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 8px;
  background: #fff;
}
.member-benefit-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #253056;
  font-size: 13px;
  font-weight: 900;
}
.member-benefit-toolbar span {
  min-width: 0;
  color: rgba(37, 40, 86, 0.6);
  font-size: 13px;
  font-weight: 850;
}
.member-benefit-toolbar span[data-tone="success"] {
  color: #11845b;
}
.member-benefit-toolbar span[data-tone="warn"] {
  color: #b45d10;
}
.member-benefit-toolbar button:disabled {
  color: rgba(37, 40, 86, 0.45);
  background: #eef2f7;
}
.member-benefit-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.member-benefit-pack-card {
  display: grid;
  grid-template-columns: 118px minmax(170px, 0.9fr) minmax(0, 2.4fr) auto;
  grid-template-areas: "state main meta actions";
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(37, 40, 86, 0.08);
  border-radius: 8px;
  background: #fbfdff;
}
.member-benefit-pack-card.is-owned {
  border-color: rgba(17, 132, 91, 0.18);
  background: linear-gradient(180deg, rgba(17, 132, 91, 0.05), #fff);
}
.member-benefit-pack-card.is-exhausted {
  border-color: rgba(180, 93, 16, 0.22);
  background: #fffaf3;
}
.member-benefit-pack-card header {
  grid-area: state;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}
.member-benefit-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(37, 40, 86, 0.62);
  font-size: 12px;
  font-weight: 900;
}
.member-benefit-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #11845b;
  background: rgba(17, 132, 91, 0.1);
  font-size: 12px;
  font-weight: 950;
}
.member-benefit-pack-card.is-locked .member-benefit-status-chip {
  color: #b45d10;
  background: rgba(180, 93, 16, 0.1);
}
.member-benefit-pack-card.is-exhausted .member-benefit-status-chip {
  color: #9d3d2c;
  background: rgba(157, 61, 44, 0.1);
}
.member-benefit-pack-main {
  grid-area: main;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.member-benefit-pack-title {
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.member-benefit-pack-main strong {
  display: block;
  color: #253056;
  font-size: 18px;
}
.member-benefit-pack-title:hover strong {
  color: #e2477c;
}
.member-benefit-pack-main p {
  margin: 4px 0 0;
  color: rgba(37, 40, 86, 0.62);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}
.member-benefit-pack-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.member-benefit-pack-meta div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f5f8fc;
}
.member-benefit-pack-meta dt,
.member-benefit-pack-meta dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}
.member-benefit-pack-meta dt {
  color: rgba(37, 40, 86, 0.55);
  font-size: 11px;
  font-weight: 900;
}
.member-benefit-pack-meta dd {
  margin-top: 4px;
  color: #253056;
  font-size: 13px;
  font-weight: 950;
}
.member-benefit-card-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.member-benefit-card-actions .button {
  min-width: 92px;
}
.member-file-icon.is-teal { background: #16a69a; }
.member-file-icon.is-amber { background: #d08a1d; }
.member-file-icon.is-purple { background: #7657ff; }
.member-file-icon.is-blue { background: #3979d2; }
.member-file-icon.is-green { background: #11845b; }

@media (max-width: 980px) {
  .member-benefit-overview,
  .member-benefit-card-grid {
    grid-template-columns: 1fr;
  }
  .member-benefit-pack-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "state"
      "main"
      "meta"
      "actions";
    align-items: stretch;
  }
  .member-benefit-pack-card header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .member-benefit-pack-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .member-benefit-toolbar,
  .member-benefit-bundle-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .member-benefit-pack-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .member-benefit-pack-card header,
  .member-benefit-card-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .member-benefit-card-actions .button,
  .member-benefit-pack-card button {
    width: 100%;
  }
}

/* Language CTA icon sequence final guard v138 */
@media (min-width: 1181px) {
  body.language-detail-page .language-mini-chain {
    left: 190px;
    transform: none;
  }
}
@media (min-width: 761px) and (max-width: 1180px) {
  body.language-detail-page .language-cta-card {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 16px 24px;
  }
  body.language-detail-page .language-mini-chain {
    left: 168px;
    gap: 5px;
    padding: 5px;
    transform: none;
  }
  body.language-detail-page .language-mini-chain span {
    width: 32px;
    height: 32px;
  }
  body.language-detail-page .language-cta-card .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 760px) {
  body.language-detail-page .language-mini-chain {
    left: 150px;
    bottom: 34px;
    gap: 4px;
    padding: 5px;
    transform: none;
  }
  body.language-detail-page .language-mini-chain span {
    width: 34px;
    height: 34px;
  }
}

/* Purchase card no-scroll cascade guard v144 */
.training-detail-purchase {
  gap: 10px;
  max-height: none;
  padding: 18px 20px;
  overflow: visible;
  overscroll-behavior: auto;
}
.training-detail-price {
  padding: 12px 0;
}
.training-detail-price > strong {
  font-size: 42px;
}
.training-detail-purchase-perks {
  gap: 7px;
}
.training-detail-purchase .training-detail-price-options [data-pack-price-option] {
  min-height: 54px;
  padding: 8px 10px;
}
