@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
}
:root {
  --pink: #ef5d8b;
  --pink-dark: #d94575;
  --pink-soft: #fff1f6;
  --navy: #23314b;
  --text: #485268;
  --muted: #7d8798;
  --line: #e9e5e8;
  --blue: #5b9bda;
  --mint: #58b5a4;
  --white: #fff;
  --shadow: 0 22px 60px #322d411a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  color: var(--text);
  letter-spacing: 0.025em;
  background: #fff;
  margin: 0;
  font-family:
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Yu Gothic,
    YuGothic,
    system-ui,
    sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
button,
a {
  font: inherit;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.container {
  width: min(1160px, 100% - 48px);
  margin-inline: auto;
}
.section {
  padding: 112px 0;
  scroll-margin-top: 90px;
}
.skip-link {
  z-index: 200;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  position: fixed;
  top: -100px;
  left: 16px;
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #1769aa;
}
.site-header {
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff0;
  border-bottom: 1px solid #23314b12;
  height: 76px;
  position: fixed;
  inset: 0 0 auto;
}
.header-inner {
  align-items: center;
  gap: 28px;
  width: min(1280px, 100% - 40px);
  height: 100%;
  margin: auto;
  display: flex;
}
.brand {
  flex: none;
  width: 182px;
  display: flex;
}
.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
}
.desktop-nav {
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.3vw, 32px);
  margin-left: auto;
  display: flex;
}
.desktop-nav a {
  color: #475166;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--pink);
  height: 2px;
  transition: right 0.25s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 100%;
}
.desktop-nav a:hover:after {
  right: 0;
}
.header-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}
.text-button {
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 13px;
  font-weight: 700;
}
.button {
  background: var(--pink);
  color: #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 13px 26px;
  font-weight: 800;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  display: inline-flex;
  box-shadow: 0 10px 24px #ef5d8b38;
}
.button:hover {
  background: var(--pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px #ef5d8b4d;
}
.button-small {
  padding: 10px 20px;
  font-size: 13px;
}
.button-large {
  min-height: 58px;
  padding-inline: 30px;
}
.button-ghost {
  color: var(--navy);
  box-shadow: none;
  background: #fff;
  border: 1px solid #ddd5da;
}
.button-ghost:hover {
  background: var(--pink-soft);
  color: var(--navy);
  box-shadow: none;
}
.menu-button,
.mobile-nav {
  display: none;
}
.hero {
  background: linear-gradient(125deg, #fff 15%, #fff7fa 58%, #f3faff);
  min-height: 820px;
  padding: 145px 0 0;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  background: #fff;
  border-radius: 50% 50% 0 0;
  height: 300px;
  position: absolute;
  inset: auto -12% -170px;
}
.hero-blur {
  filter: blur(3px);
  opacity: 0.65;
  border-radius: 50%;
  position: absolute;
}
.hero-blur-one {
  background: #ffe2ec;
  width: 290px;
  height: 290px;
  top: 110px;
  left: -130px;
}
.hero-blur-two {
  background: #dcf2f3;
  width: 230px;
  height: 230px;
  top: 200px;
  right: -100px;
}
.hero-grid {
  z-index: 1;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 58px;
  display: grid;
  position: relative;
}
.hero-copy {
  padding-bottom: 86px;
}
.kicker {
  color: var(--pink-dark);
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 900;
}
.kicker span {
  background: var(--pink);
  color: #fff;
  letter-spacing: 0;
  border-radius: 6px;
  place-items: center;
  width: 34px;
  height: 25px;
  margin-right: 8px;
  display: inline-grid;
}
.hero h1 {
  color: var(--navy);
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.52;
}
.hero h1 span {
  white-space: nowrap;
  display: block;
}
.hero-hope {
  color: var(--pink-dark);
  margin: 22px 0 14px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}
.hero-description {
  max-width: 610px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 2;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}
.pending-note {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 11px;
}
.hero-visual {
  align-self: end;
  height: 610px;
  position: relative;
}
.hero-photo {
  box-shadow: var(--shadow);
  border-radius: 220px 220px 44px 44px;
  position: absolute;
  inset: 0 0 0 16px;
  overflow: hidden;
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 70px #ffffff40;
}
.hero-photo img {
  object-fit: cover;
  object-position: center 26%;
}
.hero-message {
  z-index: 3;
  color: var(--navy);
  font-family:
    Yu Mincho,
    Hiragino Mincho ProN,
    serif;
  font-size: 20px;
  line-height: 1.45;
  position: absolute;
  top: 46px;
  left: -5px;
  transform: rotate(-4deg);
}
.hero-message b {
  color: var(--pink);
  font-size: 30px;
  font-weight: 700;
}
.floating-card {
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffed;
  border: 1px solid #ffffffe6;
  border-radius: 15px;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 32px #23314b26;
}
.floating-card small,
.floating-card b {
  white-space: nowrap;
  display: block;
}
.floating-card small {
  color: var(--muted);
  font-size: 10px;
}
.floating-card b {
  color: var(--navy);
  font-size: 13px;
}
.floating-plan {
  top: 245px;
  left: -28px;
}
.floating-growth {
  bottom: 75px;
  right: -40px;
}
.float-icon {
  color: #2d9468;
  background: #e2f6ed;
  border-radius: 50%;
  place-items: center;
  width: 35px;
  height: 35px;
  font-weight: 900;
  display: grid;
}
.mini-chart {
  align-items: end;
  gap: 3px;
  width: 38px;
  height: 34px;
  display: flex;
}
.mini-chart i {
  background: var(--pink);
  border-radius: 3px 3px 0 0;
  width: 7px;
}
.mini-chart i:first-child {
  height: 10px;
}
.mini-chart i:nth-child(2) {
  height: 17px;
}
.mini-chart i:nth-child(3) {
  height: 23px;
}
.mini-chart i:nth-child(4) {
  height: 31px;
}
.value-strip {
  z-index: 5;
  background: #fff;
  border: 1px solid #f0e8eb;
  border-radius: 22px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  position: relative;
  transform: translateY(-28px);
  box-shadow: 0 22px 60px #372d411a;
}
.value-strip > div {
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 25px 20px;
  display: flex;
}
.value-strip > div + div {
  border-left: 1px solid #eee8eb;
}
.value-strip > div > span {
  background: var(--pink-soft);
  width: 44px;
  height: 44px;
  color: var(--pink-dark);
  border-radius: 14px;
  flex: none;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: grid;
}
.value-strip p,
.value-strip b,
.value-strip small {
  margin: 0;
  display: block;
}
.value-strip b {
  color: var(--navy);
  font-size: 15px;
}
.value-strip small {
  color: var(--muted);
  font-size: 11px;
}
.section-heading {
  margin-bottom: 54px;
}
.section-heading.centered {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}
.section-label {
  color: var(--pink-dark);
  letter-spacing: 0.21em;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
}
.section-heading h2,
.about-intro h2 {
  color: var(--navy);
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.5;
}
.section-heading > p:last-child {
  color: var(--muted);
  margin: 0;
}
.challenge {
  background: #fff;
  padding-top: 130px;
}
.concern-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  display: grid;
}
.concern-card {
  --accent: #58a26d;
  --soft: #edf8ef;
  background: linear-gradient(180deg, var(--soft), #fff 54%);
  border: 1px solid var(--accent);
  min-height: 225px;
  padding: 25px 20px;
}
@supports (color: color-mix(in lab, red, red)) {
  .concern-card {
    border: 1px solid color-mix(in srgb, var(--accent) 24%, #fff);
  }
}
.concern-card {
  text-align: center;
  box-shadow: inset 0 5px 0 var(--accent);
  border-radius: 18px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.concern-card:nth-child(2) {
  --accent: #ef8b3d;
  --soft: #fff3e8;
}
.concern-card:nth-child(3) {
  --accent: #8b67ca;
  --soft: #f4effc;
}
.concern-card:nth-child(4) {
  --accent: #4f8ed5;
  --soft: #ebf4ff;
}
.concern-card:nth-child(5) {
  --accent: #37a99c;
  --soft: #e9f8f6;
}
.concern-card:hover {
  border-color: var(--accent);
  box-shadow:
    inset 0 5px 0 var(--accent),
    0 14px 34px var(--accent);
  transform: translateY(-6px);
}
@supports (color: color-mix(in lab, red, red)) {
  .concern-card:hover {
    box-shadow:
      inset 0 5px 0 var(--accent),
      0 14px 34px color-mix(in srgb, var(--accent) 16%, transparent);
  }
}
.concern-card > span {
  background: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  place-items: center;
  width: 50px;
  height: 42px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  display: grid;
}
.concern-card i {
  background: var(--soft);
  width: 62px;
  height: 62px;
  color: var(--accent);
  border-radius: 50%;
  place-items: center;
  margin: 14px auto 16px;
  font-style: normal;
  font-weight: 900;
  display: grid;
}
.concern-card p {
  color: var(--navy);
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.bridge-message {
  text-align: center;
  padding-top: 48px;
}
.bridge-line {
  background: linear-gradient(var(--pink), transparent);
  width: 1px;
  height: 42px;
  margin: 0 auto 20px;
  display: block;
}
.bridge-message p {
  color: var(--pink-dark);
  margin: 0 0 10px;
  font-weight: 800;
}
.bridge-message h3 {
  color: var(--navy);
  margin: 0;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.65;
}
.flow {
  background: #fff8fb;
}
.steps {
  gap: 32px;
  display: grid;
}
.step {
  --accent: #58a26d;
  --soft: #edf8ef;
  min-height: 520px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 28px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  overflow: hidden;
}
.step:nth-child(2n) .step-copy {
  order: 2;
}
.step-orange {
  --accent: #ef8b3d;
  --soft: #fff3e8;
}
.step-purple {
  --accent: #8b67ca;
  --soft: #f4effc;
}
.step-blue {
  --accent: #4f8ed5;
  --soft: #ebf4ff;
}
.step-teal {
  --accent: #37a99c;
  --soft: #e9f8f6;
}
.step-copy {
  padding: 58px 56px;
  position: relative;
}
.step-number {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  align-items: center;
  gap: 6px;
  padding-bottom: 5px;
  display: inline-flex;
}
.step-number small {
  font-size: 12px;
  font-weight: 900;
}
.step-number b {
  font-size: 38px;
  line-height: 1;
}
.step-index {
  color: #b5acb1;
  letter-spacing: 0.12em;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 56px;
  right: 50px;
}
.step h3 {
  color: var(--navy);
  margin: 26px 0 4px;
  font-size: 31px;
}
.step-lead {
  color: var(--accent);
  margin: 0 0 24px;
  font-weight: 800;
}
.step ul,
.partner-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step li {
  padding: 4px 0 4px 28px;
  font-size: 14px;
  position: relative;
}
.step li:before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
  position: absolute;
  left: 0;
}
.step-benefit {
  background: var(--soft);
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  padding: 16px 18px;
  display: flex;
}
.step-benefit b {
  color: var(--accent);
  letter-spacing: 0.12em;
  font-size: 10px;
}
.step-benefit span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}
.step-visual {
  background: var(--soft);
  place-items: center;
  padding: 42px;
  display: grid;
  position: relative;
}
.step-visual:before,
.step-visual:after {
  content: "";
  background: var(--accent);
  opacity: 0.07;
  border-radius: 50%;
  position: absolute;
}
.step-visual:before {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -80px;
}
.step-visual:after {
  width: 160px;
  height: 160px;
  bottom: -50px;
  left: -50px;
}
.mock-screen {
  z-index: 1;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 28px;
  width: min(295px, 100%);
  min-height: 405px;
  position: relative;
  overflow: hidden;
  transform: rotate(1.5deg);
  box-shadow: 0 26px 48px #23314b29;
}
.step:nth-child(2n) .mock-screen {
  transform: rotate(-1.5deg);
}
.mock-top {
  height: 48px;
  color: var(--navy);
  border-bottom: 1px solid #eee;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  font-size: 9px;
  font-weight: 900;
  display: flex;
}
.mock-top i {
  background: var(--accent);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: auto;
}
.mock-mini-logo {
  background: var(--accent);
  color: #fff;
  border-radius: 7px;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}
.mock-body {
  padding: 24px 20px;
}
.mock-body > strong {
  color: var(--navy);
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  display: block;
}
.mock-eyebrow {
  color: var(--accent);
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-weight: 900;
}
.progress-ring {
  background: conic-gradient(var(--accent) 48%, #eef1f2 0);
  border-radius: 50%;
  place-items: center;
  width: 120px;
  height: 120px;
  margin: 25px auto;
  display: grid;
  position: relative;
}
.progress-ring:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  position: absolute;
}
.progress-ring span {
  z-index: 1;
  color: var(--navy);
  font-size: 29px;
  font-weight: 900;
  position: relative;
}
.progress-ring small {
  font-size: 12px;
}
.mock-bars {
  background: var(--soft);
  border-radius: 10px;
  justify-content: center;
  align-items: end;
  gap: 8px;
  height: 62px;
  padding: 12px;
  display: flex;
}
.mock-bars i {
  background: var(--accent);
  opacity: 0.8;
  border-radius: 5px 5px 0 0;
  width: 25px;
}
.mock-bars i:first-child {
  height: 20px;
}
.mock-bars i:nth-child(2) {
  height: 34px;
}
.mock-bars i:nth-child(3) {
  height: 46px;
}
.mock-choice {
  color: var(--navy);
  border: 1px solid #eee;
  border-radius: 11px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 13px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.mock-choice b {
  background: var(--soft);
  width: 28px;
  height: 28px;
  color: var(--accent);
  border-radius: 8px;
  place-items: center;
  display: grid;
}
.mock-choice em {
  color: var(--accent);
  margin-left: auto;
  font-size: 18px;
  font-style: normal;
}
.chat-bubble {
  border-radius: 13px;
  max-width: 86%;
  margin: 16px 0;
  padding: 13px 14px;
  font-size: 10px;
  line-height: 1.6;
}
.chat-bubble.ai {
  background: var(--soft);
  color: var(--navy);
  border-bottom-left-radius: 3px;
}
.chat-bubble.user {
  background: var(--accent);
  color: #fff;
  border-bottom-right-radius: 3px;
  margin-left: auto;
}
.chat-bubble.short {
  width: 66%;
}
.report-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 20px 0;
  display: grid;
}
.report-stats span {
  background: var(--soft);
  text-align: center;
  border-radius: 8px;
  padding: 10px 4px;
  font-size: 10px;
}
.report-stats b {
  color: var(--accent);
  font-size: 21px;
  line-height: 1.35;
  display: block;
}
.line-chart {
  border-bottom: 1px solid #ddd;
  align-items: end;
  gap: 8px;
  height: 100px;
  padding: 0 7px;
  display: flex;
}
.line-chart i {
  background: linear-gradient(var(--accent), #fff3);
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.line-chart i:first-child {
  height: 25%;
}
.line-chart i:nth-child(2) {
  height: 38%;
}
.line-chart i:nth-child(3) {
  height: 31%;
}
.line-chart i:nth-child(4) {
  height: 56%;
}
.line-chart i:nth-child(5) {
  height: 68%;
}
.line-chart i:nth-child(6) {
  height: 84%;
}
.mock-note {
  text-align: center;
  color: var(--accent);
  margin-top: 18px;
  font-size: 9px;
  font-weight: 800;
}
.learner-row {
  color: var(--navy);
  border-bottom: 1px solid #eee;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 13px 0;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}
.learner-row small {
  color: var(--muted);
  font-size: 7px;
  display: block;
}
.learner-row > b {
  color: var(--accent);
}
.avatar {
  background: var(--soft);
  width: 35px;
  height: 35px;
  color: var(--accent);
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.about {
  background: #fff;
}
.about-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 75px;
  display: grid;
}
.about-intro {
  position: sticky;
  top: 130px;
}
.about-intro h2 em {
  color: var(--pink);
  font-style: normal;
}
.about-intro > p:not(.section-label) {
  color: var(--muted);
}
.value-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}
.value-card {
  border: 1px solid #eee8eb;
  border-radius: 20px;
  min-height: 220px;
  padding: 30px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px #23314b14;
}
.value-card > span {
  color: #f3e6eb;
  font-size: 43px;
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 20px;
}
.value-card i {
  background: var(--pink-soft);
  width: 55px;
  height: 55px;
  color: var(--pink-dark);
  border-radius: 16px;
  place-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  display: grid;
}
.value-card h3 {
  color: var(--navy);
  margin: 22px 0 4px;
  font-size: 18px;
}
.value-card p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
}
.features {
  background: linear-gradient(#f7fbff, #fff);
}
.portal-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  display: grid;
}
.portal-card {
  background: #fff;
  border: 1px solid #e9e8eb;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 18px 50px #23314b14;
}
.portal-heading {
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  display: flex;
}
.portal-heading > span {
  background: var(--pink-soft);
  width: 72px;
  height: 72px;
  color: var(--pink-dark);
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
  font-weight: 900;
  display: grid;
}
.admin-portal .portal-heading > span {
  color: #258c82;
  background: #eaf7f6;
}
.portal-heading p,
.portal-heading h3 {
  margin: 0;
}
.portal-heading p {
  color: var(--pink-dark);
  font-size: 11px;
  font-weight: 800;
}
.admin-portal .portal-heading p {
  color: #258c82;
}
.portal-heading h3 {
  color: var(--navy);
  font-size: 20px;
}
.portal-screen {
  background: #fff7fa;
  border: 1px solid #fde2eb;
  border-radius: 18px;
  min-height: 230px;
  padding: 25px;
}
.admin-portal .portal-screen {
  background: #eff9f8;
  border-color: #d9f0ed;
}
.portal-screen b,
.portal-screen small {
  display: block;
}
.portal-screen b {
  color: var(--navy);
}
.portal-screen small {
  color: var(--muted);
  font-size: 10px;
}
.portal-tiles {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0;
  display: grid;
}
.portal-tiles span {
  text-align: center;
  color: var(--navy);
  background: #fff;
  border-radius: 11px;
  padding: 20px 4px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 4px 12px #23314b0d;
}
.portal-progress {
  background: #fff;
  border-radius: 8px;
  height: 35px;
  padding: 7px 10px;
  font-size: 9px;
  position: relative;
}
.portal-progress i {
  background: var(--pink);
  border-radius: 5px;
  width: 68%;
  height: 7px;
  display: block;
}
.portal-progress span {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.admin-chart {
  align-items: end;
  gap: 12px;
  height: 90px;
  margin: 18px 0;
  display: flex;
}
.admin-chart i {
  opacity: 0.75;
  background: #58b5a4;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.admin-chart i:first-child {
  height: 35%;
}
.admin-chart i:nth-child(2) {
  height: 50%;
}
.admin-chart i:nth-child(3) {
  height: 42%;
}
.admin-chart i:nth-child(4) {
  height: 71%;
}
.admin-chart i:nth-child(5) {
  height: 88%;
}
.admin-row {
  background: #fff;
  border-radius: 8px;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 7px;
  padding: 10px;
  font-size: 9px;
  display: grid;
}
.admin-row b {
  color: #258c82;
}
.feature-list {
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
  margin: 0;
  padding: 25px 0 0;
  list-style: none;
  display: grid;
}
.feature-list li {
  color: var(--navy);
  padding-left: 22px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.feature-list li:before {
  content: "✓";
  color: var(--pink);
  position: absolute;
  left: 0;
}
.admin-portal .feature-list li:before {
  color: #258c82;
}
.status-note {
  color: var(--muted);
  border-top: 1px solid #eee;
  margin: 24px 0 0;
  padding-top: 18px;
  font-size: 10px;
}
.status-note span {
  color: #746a70;
  background: #f1eef0;
  border-radius: 5px;
  margin-right: 8px;
  padding: 3px 8px;
  font-weight: 800;
  display: inline-block;
}
.partners {
  background: #fff;
}
.partner-network {
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: center;
  gap: 7px;
  display: grid;
}
.partner-card {
  text-align: center;
  background: #fff;
  border: 1px solid #e9e6e9;
  border-radius: 24px;
  min-height: 330px;
  padding: 35px 30px;
  position: relative;
}
.partner-card:before {
  content: "";
  background: #6ba674;
  border-radius: 24px 24px 0 0;
  height: 7px;
  position: absolute;
  inset: 0 0 auto;
}
.partner-hospital:before {
  background: #5595cf;
}
.partner-school:before {
  background: #9a7abc;
}
.partner-icon {
  color: #528d5c;
  background: #eef8ef;
  border-radius: 50%;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: grid;
}
.partner-hospital .partner-icon {
  color: #477fb0;
  background: #eaf4fb;
}
.partner-school .partner-icon {
  color: #8265a3;
  background: #f2eef9;
}
.partner-card p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}
.partner-card h3 {
  color: var(--navy);
  margin: 5px 0 20px;
  font-size: 18px;
}
.partner-card li {
  border-top: 1px solid #f0edef;
  padding: 6px;
  font-size: 12px;
}
.network-x {
  text-align: center;
  color: #c8bfc4;
  font-size: 25px;
}
.social-value {
  background: linear-gradient(125deg, #f6fbff, #fff5f8);
  border-radius: 28px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 70px;
  display: grid;
  overflow: hidden;
}
.social-image {
  min-height: 420px;
  position: relative;
}
.social-image img {
  object-fit: cover;
  object-position: center;
}
.social-copy {
  padding: 55px 55px 55px 25px;
}
.social-copy > p {
  color: var(--pink);
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 900;
}
.social-copy h3 {
  color: var(--navy);
  margin: 10px 0 16px;
  font-size: 28px;
  line-height: 1.6;
}
.social-copy > span {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 13px;
  display: block;
}
.environment {
  background: #f9fbfc;
  padding-block: 80px;
}
.environment-card {
  background: #fff;
  border: 1px solid #dce9ef;
  border-radius: 22px;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 50px;
  padding: 42px 48px;
  display: grid;
}
.environment-title {
  align-items: center;
  gap: 18px;
  display: flex;
}
.environment-title > span {
  color: #3983ab;
  background: #e7f4fa;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-family: serif;
  font-size: 24px;
  font-weight: 900;
  display: grid;
}
.environment-title p,
.environment-title h2 {
  margin: 0;
}
.environment-title p {
  color: #3983ab;
  font-size: 10px;
  font-weight: 900;
}
.environment-title h2 {
  color: var(--navy);
  font-size: 20px;
}
.environment-copy {
  border-left: 1px solid #dce9ef;
  padding-left: 50px;
}
.environment-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
}
.environment-copy small {
  font-size: 11px;
}
.faq-layout {
  grid-template-columns: 0.65fr 1.35fr;
  align-items: start;
  gap: 80px;
  display: grid;
}
.faq .section-heading {
  position: sticky;
  top: 130px;
}
.faq .section-heading .button {
  margin-top: 30px;
}
.faq-list {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #e28aa7 #f8f3f5;
  border-block: 1px solid #e7e3e6;
  max-height: 610px;
  padding: 0 14px 0 4px;
  overflow-y: auto;
}
.faq-list::-webkit-scrollbar {
  width: 8px;
}
.faq-list::-webkit-scrollbar-track {
  background: #f8f3f5;
  border-radius: 999px;
}
.faq-list::-webkit-scrollbar-thumb {
  background: #e28aa7;
  border: 2px solid #f8f3f5;
  border-radius: 999px;
}
.faq-list details {
  border-top: 1px solid #e7e3e6;
  transition:
    background 0.2s,
    border-radius 0.2s;
}
.faq-list details:first-child {
  border-top: 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid #e7e3e6;
}
.faq-list details[open] {
  background: #fff7fa;
  border-top-color: #0000;
  border-radius: 16px;
  margin: 6px 0;
  padding-inline: 16px;
}
.faq-list summary {
  cursor: pointer;
  grid-template-columns: 50px 1fr 30px;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  list-style: none;
  display: grid;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--pink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.faq-list summary b {
  color: var(--navy);
  font-size: 14px;
}
.faq-list summary i {
  width: 22px;
  height: 22px;
  position: relative;
}
.faq-list summary i:before,
.faq-list summary i:after {
  content: "";
  background: var(--pink);
  height: 2px;
  position: absolute;
  inset: 10px 3px auto;
}
.faq-list summary i:after {
  transition: transform 0.2s;
  transform: rotate(90deg);
}
.faq-list details[open] summary i:after {
  transform: rotate(0);
}
.faq-answer {
  grid-template-columns: 50px 1fr;
  gap: 12px;
  padding: 0 42px 28px 0;
  display: grid;
}
.faq-answer > span {
  color: var(--navy);
  font-weight: 900;
}
.faq-answer p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}
.final-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(125deg, #f36893, #dc4877);
  padding: 105px 0;
  position: relative;
  overflow: hidden;
}
.final-cta .container {
  z-index: 2;
  position: relative;
}
.final-cta p {
  letter-spacing: 0.25em;
  margin: 0;
  font-size: 10px;
  font-weight: 900;
}
.final-cta h2 {
  margin: 12px 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.35;
}
.final-cta h2 em {
  color: #fff4bd;
  font-style: normal;
}
.final-cta > .container > span {
  margin-bottom: 30px;
  display: block;
}
.final-cta .hero-actions {
  justify-content: center;
}
.button-white {
  color: var(--pink-dark);
  background: #fff;
  box-shadow: 0 10px 30px #591f322e;
}
.button-white:hover {
  color: var(--pink-dark);
  background: #fff;
}
.button-outline-white {
  color: #fff;
  box-shadow: none;
  background: 0 0;
  border: 1px solid #ffffffb3;
}
.button-outline-white:hover {
  background: #ffffff1f;
}
.final-orb {
  border: 1px solid #ffffff38;
  border-radius: 50%;
  position: absolute;
}
.final-orb-one {
  width: 500px;
  height: 500px;
  top: -250px;
  left: -250px;
}
.final-orb-two {
  width: 680px;
  height: 680px;
  bottom: -500px;
  right: -300px;
}
.site-footer {
  color: #fff;
  background: #222d42;
}
.footer-main {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 65px 0 45px;
  display: grid;
}
.footer-brand img {
  filter: brightness(0) invert();
  width: 220px;
}
.footer-brand p {
  color: #b7bfcd;
  margin-top: 20px;
  font-size: 12px;
}
.footer-nav {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  display: grid;
}
.footer-nav div {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.footer-nav b {
  margin-bottom: 8px;
  font-size: 12px;
}
.footer-nav a,
.footer-nav button {
  color: #b7bfcd;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 11px;
}
.footer-nav a:hover,
.footer-nav button:hover {
  color: #fff;
}
.footer-bottom {
  color: #8f99aa;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-size: 9px;
  display: flex;
}
.footer-bottom p {
  margin: 0;
}
.dialog-backdrop {
  z-index: 300;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #1a223399;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.dialog {
  text-align: center;
  background: #fff;
  border-radius: 24px;
  width: min(480px, 100%);
  padding: 46px;
  animation: 0.22s ease-out dialog-in;
  position: relative;
  box-shadow: 0 30px 90px #00000040;
}
.dialog > p {
  color: var(--pink);
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 900;
}
.dialog h2 {
  color: var(--navy);
  margin: 6px 0 12px;
  font-size: 27px;
}
.dialog > span {
  color: var(--muted);
  margin-bottom: 25px;
  font-size: 13px;
  display: block;
}
.dialog-close {
  cursor: pointer;
  background: #f6f2f4;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  position: absolute;
  top: 14px;
  right: 16px;
}
@keyframes dialog-in {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-button {
    cursor: pointer;
    background: 0 0;
    border: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 9px;
    display: flex;
  }
  .menu-button span {
    background: var(--navy);
    width: 100%;
    height: 2px;
    transition:
      transform 0.2s,
      opacity 0.2s;
    display: block;
  }
  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-nav {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    max-height: calc(100vh - 76px);
    padding: 22px 28px 32px;
    transition:
      opacity 0.2s,
      transform 0.2s,
      visibility 0.2s;
    display: block;
    position: fixed;
    inset: 76px 0 auto;
    overflow: auto;
    transform: translateY(-8px);
  }
  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-nav > a {
    color: var(--navy);
    border-bottom: 1px solid #eee8eb;
    justify-content: space-between;
    padding: 14px 2px;
    font-weight: 800;
    display: flex;
  }
  .mobile-nav > a span {
    color: var(--pink);
    font-size: 20px;
  }
  .mobile-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
    display: grid;
  }
  .hero-grid {
    gap: 30px;
  }
  .floating-growth {
    right: -5px;
  }
  .floating-plan {
    left: -10px;
  }
  .concern-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .concern-card:nth-child(4),
  .concern-card:nth-child(5) {
    transform: translate(50%);
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }
  .container {
    width: min(100% - 34px, 620px);
  }
  .section {
    padding: 80px 0;
  }
  .site-header {
    height: 66px;
  }
  .header-inner {
    gap: 8px;
    width: calc(100% - 24px);
  }
  .brand {
    width: 145px;
  }
  .header-actions {
    display: none;
  }
  .mobile-nav {
    max-height: calc(100vh - 66px);
    top: 66px;
  }
  .hero {
    min-height: auto;
    padding-top: 108px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-bottom: 12px;
  }
  .kicker {
    font-size: 10px;
  }
  .hero h1 {
    font-size: clamp(27px, 7.2vw, 40px);
    line-height: 1.58;
  }
  .hero-hope {
    font-size: 20px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    height: 490px;
    margin-top: 18px;
  }
  .hero-photo {
    border-radius: 160px 160px 28px 28px;
    inset: 0 0 0 8%;
  }
  .hero-photo img {
    object-position: center 30%;
  }
  .hero-message {
    font-size: 15px;
    top: 20px;
    left: 2px;
  }
  .hero-message b {
    font-size: 23px;
  }
  .floating-card {
    padding: 10px 12px;
  }
  .floating-plan {
    top: 245px;
    left: 0;
  }
  .floating-growth {
    bottom: 32px;
    right: 0;
  }
  .floating-card b {
    font-size: 10px;
  }
  .value-strip {
    grid-template-columns: 1fr;
    transform: translateY(-18px);
  }
  .value-strip > div {
    justify-content: flex-start;
    padding: 17px 22px;
  }
  .value-strip > div + div {
    border-top: 1px solid #eee8eb;
    border-left: 0;
  }
  .challenge {
    padding-top: 95px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading h2,
  .about-intro h2 {
    font-size: 29px;
  }
  .concern-grid {
    grid-template-columns: 1fr 1fr;
  }
  .concern-card {
    min-height: 200px;
    padding: 19px 15px;
  }
  .concern-card:nth-child(4),
  .concern-card:nth-child(5) {
    transform: none;
  }
  .concern-card:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 7px);
  }
  .bridge-message h3 br {
    display: none;
  }
  .step,
  .step:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  .step:nth-child(2n) .step-copy {
    order: 0;
  }
  .step-copy {
    padding: 40px 27px 32px;
  }
  .step-index {
    top: 40px;
    right: 25px;
  }
  .step h3 {
    font-size: 26px;
  }
  .step-visual {
    padding: 40px 25px;
  }
  .mock-screen,
  .step:nth-child(2n) .mock-screen {
    transform: none;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-intro {
    position: static;
  }
  .value-cards {
    gap: 10px;
  }
  .value-card {
    min-height: 190px;
    padding: 20px;
  }
  .value-card > span {
    font-size: 34px;
  }
  .value-card i {
    width: 46px;
    height: 46px;
  }
  .value-card h3 {
    font-size: 15px;
  }
  .portal-grid {
    grid-template-columns: 1fr;
  }
  .portal-card {
    padding: 27px 20px;
  }
  .portal-heading > span {
    width: 58px;
    height: 58px;
  }
  .portal-heading h3 {
    font-size: 17px;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .partner-network {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .network-x {
    height: 28px;
  }
  .partner-card {
    min-height: auto;
    padding: 30px 25px;
  }
  .social-value {
    grid-template-columns: 1fr;
  }
  .social-image {
    min-height: 270px;
  }
  .social-copy {
    padding: 30px 25px 38px;
  }
  .social-copy h3 {
    font-size: 23px;
  }
  .environment-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px 22px;
  }
  .environment-copy {
    border-top: 1px solid #dce9ef;
    border-left: 0;
    padding: 22px 0 0;
  }
  .environment-title {
    align-items: flex-start;
  }
  .environment-title h2 {
    font-size: 17px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq .section-heading {
    position: static;
  }
  .faq .section-heading .button {
    width: 100%;
  }
  .faq-list {
    max-height: 520px;
    padding-right: 8px;
  }
  .faq-list details[open] {
    padding-inline: 10px;
  }
  .faq-list summary {
    grid-template-columns: 42px 1fr 24px;
    min-height: 96px;
  }
  .faq-list summary b {
    font-size: 13px;
  }
  .faq-answer {
    grid-template-columns: 42px 1fr;
    padding-right: 0;
  }
  .final-cta {
    padding: 80px 0;
  }
  .final-cta h2 {
    font-size: 44px;
  }
  .final-cta > .container > span {
    font-size: 13px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 50px;
  }
  .footer-nav {
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .dialog {
    padding: 42px 25px 30px;
  }
}
@media (max-width: 390px) {
  .container {
    width: calc(100% - 28px);
  }
  .hero h1 {
    font-size: clamp(22px, 7vw, 27px);
  }
  .hero-visual {
    height: 450px;
  }
  .concern-grid {
    gap: 8px;
  }
  .concern-card {
    min-height: 188px;
  }
  .concern-card p {
    font-size: 12px;
  }
  .value-cards {
    grid-template-columns: 1fr;
  }
  .value-card {
    min-height: 170px;
  }
  .portal-tiles span {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.step-screenshot {
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 455px;
  border: 7px solid #fff;
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 26px 48px #23314b29;
  position: relative;
}
.step-screen-wrap {
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  display: grid;
  justify-items: center;
  gap: 14px;
  position: relative;
}
.screen-disclaimer {
  width: 100%;
  max-width: 300px;
  justify-self: end;
  margin: 0;
  padding-right: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
  text-align: right;
}
.footer-company-info {
  max-width: 470px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ffffff24;
}
.footer-company-info p {
  margin: 0;
  color: #d4dae4;
  font-size: 11px;
  line-height: 1.9;
}
.footer-company-info p + p {
  margin-top: 14px;
}
.footer-company-info strong {
  font-weight: 700;
}
.footer-company-info a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
} /* faq-compact-override */
.faq-layout {
  gap: 64px;
}
.faq-list {
  max-height: 328px;
  padding: 0 10px 0 4px;
}
.faq-list details[open] {
  margin: 4px 0;
  padding-inline: 12px;
  border-radius: 14px;
}
.faq-list summary {
  grid-template-columns: 44px 1fr 26px;
  gap: 10px;
  min-height: 80px;
}
.faq-answer {
  grid-template-columns: 44px 1fr;
  gap: 10px;
  padding: 0 36px 20px 0;
}
.faq-answer p {
  font-size: 12px;
}
@media (max-width: 760px) {
  .faq-list {
    max-height: 336px;
    padding-right: 8px;
  }
  .faq-list summary {
    grid-template-columns: 42px 1fr 24px;
    min-height: 82px;
  }
  .faq-answer {
    grid-template-columns: 42px 1fr;
    padding-right: 0;
  }
}
/* subpage-layout */
.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header-actions .is-current {
  position: relative;
}
.header-actions .is-current::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 4px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.55;
}
.subpage-main {
  min-height: 80vh;
  background: #fff;
}
.subpage-hero {
  position: relative;
  padding: 150px 0 78px;
  overflow: hidden;
  background: linear-gradient(125deg, #fff 10%, #fff4f8 58%, #eef9ff);
}
.subpage-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.subpage-hero h1 {
  margin: 4px 0 14px;
  color: var(--navy);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.subpage-hero-inner > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}
.subpage-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.65;
}
.subpage-orb-one {
  width: 270px;
  height: 270px;
  top: 75px;
  left: -100px;
  background: #ffe2ec;
}
.subpage-orb-two {
  width: 220px;
  height: 220px;
  right: -70px;
  bottom: -90px;
  background: #dff2f6;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 11px;
}
.breadcrumb a {
  color: var(--pink-dark);
  font-weight: 800;
}
.subpage-section {
  padding: 82px 0 110px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 34px;
}
.contact-guide-card,
.form-card {
  border: 1px solid #eee7eb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(35, 49, 75, 0.09);
}
.contact-guide-card {
  position: static;
  padding: 42px 36px;
  background: linear-gradient(155deg, #fff 12%, #fff5f8 62%, #f1faff);
  overflow: hidden;
}
.contact-guide-card h2 {
  margin: 5px 0 12px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}
.contact-guide-lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
}
.contact-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #f1e8ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}
.contact-steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 13px;
  font-weight: 900;
}
.contact-steps b,
.contact-steps small {
  display: block;
}
.contact-steps b {
  color: var(--navy);
  font-size: 13px;
}
.contact-steps small {
  color: var(--muted);
  font-size: 9px;
}
.contact-company {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #eadfe4;
}
.contact-company b,
.contact-company span,
.contact-company a {
  display: block;
}
.contact-company b {
  color: var(--navy);
  font-size: 12px;
}
.contact-company span {
  margin: 7px 0 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}
.contact-company a {
  color: var(--pink-dark);
  font-size: 11px;
  font-weight: 800;
}
.form-card {
  padding: 46px;
}
.form-heading {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee8eb;
}
.form-heading > span {
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.form-heading h2 {
  margin: 4px 0 7px;
  color: var(--navy);
  font-size: 28px;
}
.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.form-heading em,
.form-field em {
  color: var(--pink);
  font-style: normal;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}
.form-field {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.form-field-full {
  grid-column: 1 / -1;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #ddd6db;
  border-radius: 12px;
  background: #fcfbfc;
  color: var(--navy);
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.form-field textarea {
  min-height: 170px;
  resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--pink);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 93, 139, 0.12);
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #aaa2a7;
}
.check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
}
.check-field input {
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--pink);
}
.form-note {
  margin: 14px 0 20px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.form-submit {
  min-width: 260px;
}
.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
}
.login-page {
  background: linear-gradient(125deg, #fff 12%, #fff6f9 58%, #eef9ff);
}
.login-section {
  position: relative;
  padding: 130px 0 100px;
  overflow: hidden;
}
.login-section .container {
  position: relative;
  z-index: 1;
}
.login-section .breadcrumb {
  justify-content: flex-start;
}
.login-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 80px;
}
.login-intro {
  padding: 30px 0;
}
.login-intro h1 {
  margin: 5px 0 18px;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 65px);
  line-height: 1.35;
  letter-spacing: -0.045em;
}
.login-intro h1 em {
  color: var(--pink);
  font-style: normal;
}
.login-intro > p:not(.section-label) {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}
.login-benefits {
  display: grid;
  gap: 11px;
  max-width: 520px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.login-benefits li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  border: 1px solid rgba(239, 93, 139, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}
.login-benefits li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 13px;
  font-weight: 900;
}
.login-benefits b,
.login-benefits small {
  display: block;
}
.login-benefits b {
  color: var(--navy);
  font-size: 13px;
}
.login-benefits small {
  color: var(--muted);
  font-size: 10px;
}
.login-card {
  padding: 46px;
}
.login-heading {
  text-align: center;
}
.login-card > .form-field {
  margin-top: 19px;
}
.password-field {
  position: relative;
  display: block;
}
.password-field input {
  padding-right: 70px;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  border: 0;
  border-radius: 8px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
}
.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 19px 0 23px;
}
.compact-check {
  margin: 0;
}
.link-button {
  border: 0;
  background: transparent;
  color: var(--pink-dark);
  padding: 0;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.login-card .form-submit {
  width: 100%;
}
.login-contact {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #eee8eb;
  text-align: center;
}
.login-contact span,
.login-contact a {
  display: block;
}
.login-contact span {
  color: var(--muted);
  font-size: 10px;
}
.login-contact a {
  margin-top: 6px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .contact-grid,
  .login-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-guide-card {
    position: static;
  }
  .login-grid {
    max-width: 650px;
    margin-inline: auto;
  }
  .login-intro {
    padding-bottom: 0;
    text-align: center;
  }
  .login-intro > p:not(.section-label),
  .login-benefits {
    margin-inline: auto;
  }
  .login-section .breadcrumb {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .subpage-hero {
    padding: 110px 0 58px;
  }
  .subpage-hero h1 {
    font-size: 37px;
  }
  .subpage-hero-inner > p:last-child br {
    display: none;
  }
  .subpage-section {
    padding: 55px 0 75px;
  }
  .contact-guide-card,
  .form-card,
  .login-card {
    border-radius: 22px;
    padding: 28px 21px;
  }
  .contact-guide-card h2 {
    font-size: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .form-field-full {
    grid-column: auto;
  }
  .form-submit {
    width: 100%;
    min-width: 0;
  }
  .login-section {
    padding: 105px 0 72px;
  }
  .login-intro h1 {
    font-size: 38px;
  }
  .login-intro > p:not(.section-label) {
    font-size: 13px;
  }
  .login-benefits {
    margin-top: 26px;
    text-align: left;
  }
  .login-options {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* anchor-about-fix */
html {
  scroll-padding-top: 76px;
}
.section {
  scroll-margin-top: 76px;
}
.about-intro {
  position: static;
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 66px;
  }
  .section {
    scroll-margin-top: 66px;
  }
}

/* header-contact-learning-update */
.header-actions {
  gap: clamp(16px, 2.3vw, 32px);
  margin-left: clamp(16px, 2.3vw, 32px);
}
@media (max-width: 1100px) {
  .header-actions {
    margin-left: auto;
  }
}

/* mission-card-button-position */
.social-copy {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.social-copy .button {
  align-self: flex-end;
  margin-top: auto;
}
@media (max-width: 760px) {
  .social-copy {
    min-height: 360px;
  }
}

/* step-disclaimer-card-right */
.step-screen-wrap {
  width: 100%;
}
.screen-disclaimer {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding-right: 0;
  font-size: clamp(5.2px, 0.78vw, 9px);
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .step-screen-wrap {
    width: calc(100% + 32px);
    max-width: none;
  }
}

/* back-to-top */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 12px 30px rgba(35, 49, 75, 0.22);
  transition:
    opacity 0.2s,
    visibility 0.2s,
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top.is-visible:hover {
  background: var(--pink-dark);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(35, 49, 75, 0.28);
}
.back-to-top span {
  position: absolute;
  inset: 0;
  display: block;
  font-size: 0;
}
.back-to-top span::before,
.back-to-top span::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}
.back-to-top span::before {
  right: 50%;
  transform: rotate(-45deg);
  transform-origin: right center;
}
.back-to-top span::after {
  left: 50%;
  transform: rotate(45deg);
  transform-origin: left center;
}
@media (max-width: 760px) {
  .back-to-top {
    right: 16px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }
}

/* tablet-responsive-safety */
@media (max-width: 900px) and (min-width: 761px) {
  .hero {
    min-height: auto;
    padding-top: 125px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
  .hero-copy {
    padding-bottom: 24px;
  }
  .hero-visual {
    width: min(620px, 100%);
    height: 560px;
    margin-inline: auto;
  }
  .value-strip {
    margin-top: 12px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-intro {
    position: static;
  }
  .step,
  .step:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .step:nth-child(even) .step-copy {
    order: 0;
  }
  .step-screen-wrap {
    width: 100%;
    max-width: 100%;
  }
  .screen-disclaimer {
    font-size: 8px;
  }
  .portal-grid {
    grid-template-columns: 1fr;
  }
}

/* Clear visual roles: contact is secondary, login is the primary action. */
.button-header-contact {
  background: #fff;
  color: var(--pink-dark);
  border: 1.5px solid var(--pink);
  box-shadow: none;
}
.button-header-contact:hover {
  background: var(--pink-soft);
  color: var(--pink-dark);
  transform: none;
  box-shadow: none;
}

/* The hero headline uses the same calm Mincho expression as the former photo copy. */
.hero h1 {
  font-family:
    "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Informational cards must not behave like clickable controls. */
.value-card,
.concern-card {
  transition: none;
}
.value-card:hover {
  transform: none;
  box-shadow: none;
}
.concern-card:hover {
  transform: none;
  border-color: #eee8eb;
  box-shadow: inset 0 5px 0 var(--accent);
}

/* Existing line-art materials make both card groups easier to scan. */
.value-card {
  --accent: #58a26d;
  --soft: #edf8ef;
  min-height: 265px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--soft) 0%, #fff 58%);
  border-color: color-mix(in srgb, var(--accent) 24%, #fff);
}
.value-card:nth-child(2) {
  --accent: #ef8b3d;
  --soft: #fff3e8;
}
.value-card:nth-child(3) {
  --accent: #8b67ca;
  --soft: #f4effc;
}
.value-card:nth-child(4) {
  --accent: #4f8ed5;
  --soft: #ebf4ff;
}
.value-card:nth-child(5) {
  --accent: #f25f7c;
  --soft: #fff0f4;
}
.value-card:nth-child(6) {
  --accent: #37a99c;
  --soft: #e9f8f6;
}
.value-card > span:first-child {
  color: color-mix(in srgb, var(--accent) 18%, #fff);
}
.value-card > .value-illustration,
.concern-card > .concern-illustration {
  position: static;
  display: block;
  place-items: initial;
  color: transparent;
  border-radius: 0;
  background-color: var(--accent);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.value-card > .value-illustration {
  width: 74px;
  height: 74px;
  margin: 0 0 14px;
}
.value-card:nth-child(1) .value-illustration {
  -webkit-mask-image: url("png/素材/14623.png");
  mask-image: url("png/素材/14623.png");
}
.value-card:nth-child(2) .value-illustration {
  -webkit-mask-image: url("png/素材/31880.png");
  mask-image: url("png/素材/31880.png");
}
.value-card:nth-child(3) .value-illustration {
  -webkit-mask-image: url("png/素材/29034.png");
  mask-image: url("png/素材/29034.png");
}
.value-card:nth-child(4) .value-illustration {
  -webkit-mask-image: url("png/素材/19312.png");
  mask-image: url("png/素材/19312.png");
}
.value-card:nth-child(5) .value-illustration {
  -webkit-mask-image: url("png/素材/31753.png");
  mask-image: url("png/素材/31753.png");
}
.value-card:nth-child(6) .value-illustration {
  -webkit-mask-image: url("png/素材/29489.png");
  mask-image: url("png/素材/29489.png");
}
.value-card i {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent);
}
.value-card h3 {
  margin-top: 12px;
}

.concern-card {
  min-height: 270px;
}
.concern-card:nth-child(5) {
  --accent: #f25f7c;
  --soft: #fff0f4;
}
.concern-card > .concern-illustration {
  width: 72px;
  height: 72px;
  margin: 13px auto 8px;
}
.concern-card:nth-child(1) .concern-illustration {
  -webkit-mask-image: url("png/素材/2067.png");
  mask-image: url("png/素材/2067.png");
}
.concern-card:nth-child(2) .concern-illustration {
  -webkit-mask-image: url("png/素材/29207.png");
  mask-image: url("png/素材/29207.png");
}
.concern-card:nth-child(3) .concern-illustration {
  -webkit-mask-image: url("png/素材/29370.png");
  mask-image: url("png/素材/29370.png");
}
.concern-card:nth-child(4) .concern-illustration {
  -webkit-mask-image: url("png/素材/32755.png");
  mask-image: url("png/素材/32755.png");
}
.concern-card:nth-child(5) .concern-illustration {
  -webkit-mask-image: url("png/素材/32717.png");
  mask-image: url("png/素材/32717.png");
}
.concern-card i {
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px 11px;
  border-radius: 999px;
}
.value-card > .value-illustration,
.concern-card > .concern-illustration {
  background-color: transparent;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.value-illustration img,
.concern-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) var(--icon-filter);
}
.value-card:nth-child(1),
.concern-card:nth-child(1) {
  --icon-filter: invert(57%) sepia(24%) saturate(954%) hue-rotate(83deg)
    brightness(93%) contrast(83%);
}
.value-card:nth-child(2),
.concern-card:nth-child(2) {
  --icon-filter: invert(62%) sepia(89%) saturate(1430%) hue-rotate(338deg)
    brightness(101%) contrast(87%);
}
.value-card:nth-child(3),
.concern-card:nth-child(3) {
  --icon-filter: invert(48%) sepia(25%) saturate(1555%) hue-rotate(219deg)
    brightness(90%) contrast(87%);
}
.value-card:nth-child(4),
.concern-card:nth-child(4) {
  --icon-filter: invert(54%) sepia(77%) saturate(703%) hue-rotate(176deg)
    brightness(89%) contrast(88%);
}
.value-card:nth-child(5),
.concern-card:nth-child(5) {
  --icon-filter: invert(56%) sepia(82%) saturate(1792%) hue-rotate(309deg)
    brightness(98%) contrast(93%);
}
.value-card:nth-child(6) {
  --icon-filter: invert(60%) sepia(35%) saturate(1000%) hue-rotate(125deg)
    brightness(89%) contrast(81%);
}

.pricing {
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(255, 77, 132, 0.1),
      transparent 32%
    ),
    linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}
.monitor-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 850px;
  margin: 0 auto 30px;
  padding: 17px 28px;
  border: 1px solid #ffd1df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(255, 77, 132, 0.09);
}
.monitor-banner > span {
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.monitor-banner p {
  margin: 0;
  color: var(--navy);
}
.monitor-banner b {
  font-size: 20px;
}
.monitor-banner small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.price-card {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border: 1px solid #eee8eb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(35, 49, 75, 0.08);
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--card-accent);
}
.price-card.standard {
  --card-accent: var(--pink);
}
.price-card.personal {
  --card-accent: #397dbf;
}
.price-target {
  margin: 0 0 8px;
  color: var(--card-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.price-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 23px 0 0;
  color: var(--navy);
}
.price small {
  font-weight: 800;
}
.price strong {
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.price span {
  font-size: 18px;
  font-weight: 900;
}
.price-tax {
  margin: 5px 0 22px;
  color: var(--muted);
  font-size: 13px;
}
.price-includes {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.price-includes span {
  padding: 7px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--card-accent) 10%, white);
  color: var(--card-accent);
  font-size: 11px;
  font-weight: 900;
}
.price-description {
  min-height: 72px;
  margin: 19px 0;
  line-height: 1.75;
}
.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-card li {
  position: relative;
  padding-left: 23px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.65;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--card-accent);
  font-weight: 900;
}
.account-note {
  margin: 22px 0 0;
  padding-top: 17px;
  border-top: 1px solid #eee8eb;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.pricing-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.pricing-notes > div {
  padding: 21px;
  border: 1px solid #eee8eb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
}
.pricing-notes b {
  color: var(--navy);
  font-size: 13px;
}
.pricing-notes p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.difference {
  background: #fff;
}
.compare-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
}
.compare-card {
  padding: 34px;
  border: 1px solid #e6e9ef;
  border-radius: 24px;
  background: #f7f9fc;
}
.compare-card > span {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: #aeb8ca;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.compare-card.studius {
  border-color: #ffc4d6;
  background: linear-gradient(135deg, #fff 0%, #fff5f8 100%);
}
.compare-card.studius > span {
  background: var(--pink);
}
.compare-card h3 {
  margin: 18px 0 15px;
  color: var(--navy);
  font-size: 22px;
}
.compare-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}
.compare-card ol {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: compare;
}
.compare-card li {
  position: relative;
  padding: 13px 15px 13px 46px;
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  counter-increment: compare;
}
.compare-card li::before {
  content: counter(compare);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dfe4ec;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
}
.compare-card.studius li::before {
  background: var(--pink-soft);
  color: var(--pink-dark);
}
.difference-figure {
  max-width: 820px;
  margin: 46px auto 0;
}
.difference-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #edf0f4;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(35, 49, 75, 0.1);
}
.learning-detail {
  margin-top: 68px;
}
.learning-detail > h3 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 25px;
  text-align: center;
}
.learning-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.learning-mode-grid article {
  padding: 28px;
  border: 1px solid #eee8eb;
  border-radius: 19px;
  background: #fff;
}
.learning-mode-grid span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
}
.learning-mode-grid h4 {
  margin: 9px 0;
  color: var(--navy);
  font-size: 20px;
}
.learning-mode-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.capability-grid article {
  padding: 22px;
  border-radius: 17px;
  background: #f5f9fd;
}
.capability-grid b {
  color: var(--navy);
  font-size: 13px;
}
.capability-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .price-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }
  .pricing-notes {
    grid-template-columns: 1fr;
  }
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .price-description {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  .back-to-top {
    right: 16px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }
  .monitor-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .monitor-banner b {
    font-size: 17px;
  }
  .price-card,
  .compare-card {
    padding: 28px 22px;
  }
  .price-card h3 {
    font-size: 22px;
  }
  .price strong {
    font-size: 52px;
  }
  .learning-mode-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .learning-detail {
    margin-top: 48px;
  }
  .learning-detail > h3 {
    font-size: 21px;
  }
  .difference-figure {
    margin-top: 32px;
  }
}

/* Card visual mobile sizing. */
@media (max-width: 760px) {
  .value-card {
    min-height: 225px;
    padding: 18px;
  }
  .value-card > .value-illustration {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }
  .value-card h3 {
    margin-top: 9px;
  }
  .concern-card {
    min-height: 245px;
    padding: 17px 13px;
  }
  .concern-card > .concern-illustration {
    width: 58px;
    height: 58px;
    margin-top: 12px;
  }
  .concern-card p {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* Typography and section transitions refined for a clearer visual hierarchy. */
.hero h1 {
  font-size: clamp(44px, 3.8vw, 56px);
  line-height: 1.38;
}
.hero h1 span:nth-child(2) {
  color: var(--pink-dark);
  font-weight: 800;
}
.hero-hope {
  font-family:
    "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.flow {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff8fb 10%,
    #fff8fb 90%,
    #fff 100%
  );
}
.pricing {
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(255, 77, 132, 0.08),
      transparent 35%
    ),
    linear-gradient(180deg, #fff 0%, #fff8fb 16%, #fff8fb 84%, #fff 100%);
}
.difference {
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 15%, #fff 100%);
}
.environment {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #f9fbfc 30%,
    #f9fbfc 70%,
    #fff 100%
  );
}

.learning-mode-grid article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "number title"
    "number copy";
  column-gap: 18px;
  align-items: start;
  padding: 22px 24px;
}
.learning-mode-grid span {
  grid-area: number;
  align-self: center;
  color: var(--pink);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.learning-mode-grid h4 {
  grid-area: title;
  margin: 0 0 5px;
}
.learning-mode-grid p {
  grid-area: copy;
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(29px, 9vw, 43px);
    line-height: 1.45;
  }
  .hero-hope {
    font-size: clamp(20px, 5.8vw, 27px);
    line-height: 1.65;
  }
  .learning-mode-grid article {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px;
  }
  .learning-mode-grid span {
    font-size: 34px;
  }
}

/* Monitor recruitment is visible both in the hero and while scrolling. */
.hero-monitor {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 590px);
  margin: -5px 0 20px;
  padding: 15px 17px;
  border: 1.5px solid #d94575;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(239, 93, 139, 0.09);
}
.hero-monitor > span {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #d94575;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.hero-monitor > strong {
  font-size: 18px;
  line-height: 1.45;
}
.hero-monitor > small {
  margin-left: auto;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.hero-monitor > small b {
  font-size: 16px;
}

.monitor-float {
  position: fixed;
  z-index: 70;
  top: 50%;
  left: 12px;
  width: 112px;
  padding: 17px 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: #d94575;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transform: translateY(-50%);
  box-shadow: 0 16px 36px rgba(35, 49, 75, 0.24);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.monitor-float:hover {
  color: #fff;
  transform: translate(3px, -50%);
  box-shadow: 0 19px 42px rgba(35, 49, 75, 0.3);
}
.monitor-float > span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.monitor-float > strong {
  display: block;
  font-size: 17px;
  line-height: 1.45;
}
.monitor-float > b {
  display: block;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  line-height: 1.55;
}
.monitor-float > i {
  display: block;
  margin-top: 9px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .monitor-float {
    top: auto;
    bottom: 14px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: auto;
    max-width: calc(100vw - 86px);
    padding: 10px 13px;
    text-align: left;
    transform: none;
  }
  .monitor-float:hover {
    transform: translateY(-2px);
  }
  .monitor-float > span {
    margin: 0;
    font-size: 7px;
  }
  .monitor-float > strong {
    font-size: 13px;
    white-space: nowrap;
  }
  .monitor-float > strong br,
  .monitor-float > b br {
    display: none;
  }
  .monitor-float > b {
    margin: 0;
    padding: 0 0 0 9px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 10px;
    white-space: nowrap;
  }
  .monitor-float > i {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-monitor {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 10px;
    margin: 0 0 18px;
    padding: 12px;
  }
  .hero-monitor > span {
    font-size: 11px;
  }
  .hero-monitor > strong {
    font-size: 15px;
  }
  .hero-monitor > small {
    font-size: 11px;
  }
  .hero-monitor > small {
    grid-column: 1 / -1;
    margin-left: 0;
    text-align: right;
  }
  .monitor-float > span {
    display: none;
  }
}

/* Dismissible monitor banner sits above the lower-right back-to-top button. */
.monitor-float {
  top: auto;
  right: 18px;
  bottom: 96px;
  left: auto;
  display: block;
  width: 118px;
  max-width: none;
  padding: 0;
  overflow: visible;
  text-align: center;
  transform: none;
}
.monitor-float:hover {
  transform: none;
}
.monitor-float-link {
  display: block;
  padding: 25px 12px 15px;
  border-radius: inherit;
  color: #fff;
  text-decoration: none;
}
.monitor-float-link:hover {
  color: #fff;
}
.monitor-float-link > span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.monitor-float-link > strong {
  display: block;
  font-size: 17px;
  line-height: 1.45;
}
.monitor-float-link > b {
  display: block;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 11px;
  line-height: 1.55;
}
.monitor-float-link > i {
  display: block;
  margin-top: 9px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}
.monitor-close {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.monitor-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1100px) {
  .monitor-float {
    right: 16px;
    bottom: 78px;
    left: auto;
    width: auto;
    max-width: calc(100vw - 86px);
  }
  .monitor-float-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 42px 11px 14px;
    text-align: left;
  }
  .monitor-float-link > span,
  .monitor-float-link > i {
    display: none;
  }
  .monitor-float-link > strong {
    font-size: 13px;
    white-space: nowrap;
  }
  .monitor-float-link > strong br,
  .monitor-float-link > b br {
    display: none;
  }
  .monitor-float-link > b {
    margin: 0;
    padding: 0 0 0 9px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.34);
    font-size: 10px;
    white-space: nowrap;
  }
  .monitor-close {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
}

/* Requested pricing, legal-link, and persistent mobile CTA refinements */
.hero-hope {
  white-space: nowrap;
  font-size: clamp(14px, 2vw, 28px);
  letter-spacing: -0.02em;
}
.price-card.standard {
  --card-accent: #397dbf;
}
.price-card.personal {
  --card-accent: var(--pink);
}
.price small {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
}
.price-tax {
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 800;
  color: var(--navy);
}
.price-includes {
  gap: 10px;
}
.price-includes span {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.2;
}
.price-includes .feature-admin {
  background: #e8f2fc;
  color: #397dbf;
}
.price-includes .feature-learner {
  background: var(--pink-soft);
  color: var(--pink-dark);
}
.price-description {
  min-height: 0;
  margin: 23px 0;
  font-size: 13px;
  line-height: 1.9;
}
.price-description p {
  margin: 0;
}
.price-description p + p {
  margin-top: 12px;
}
.difference-lead {
  width: 100%;
  max-width: none !important;
  font-size: clamp(6px, 1.15vw, 14px) !important;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.difference-figure {
  margin-top: 42px;
}
.footer-bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.footer-bottom p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .monitor-float {
    right: 78px;
    bottom: 18px;
    max-width: calc(100vw - 94px);
  }
  .monitor-float-link {
    padding: 10px 13px;
    gap: 7px;
  }
  .monitor-float-link > strong {
    font-size: 11px;
  }
  .monitor-float-link > b {
    padding-left: 7px;
    font-size: 9px;
  }
  .price-includes span {
    padding: 9px 13px;
    font-size: 13px;
  }
}

/* Legal subpages */
.legal-page {
  background: #f8f9fc;
}
.legal-page .site-header {
  position: fixed;
}
.legal-header-actions {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.legal-main {
  padding: 132px 0 90px;
}
.legal-layout {
  width: min(920px, 100% - 48px);
}
.legal-hero,
.legal-section {
  border: 1px solid #e9e5e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(35, 49, 75, 0.07);
}
.legal-hero {
  padding: clamp(32px, 6vw, 62px);
  margin-bottom: 22px;
}
.legal-kicker {
  margin: 0 0 8px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.legal-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.35;
}
.legal-hero > p:last-of-type {
  margin: 18px 0 0;
}
.legal-meta {
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
}
.legal-section {
  padding: clamp(26px, 4vw, 42px);
  margin-top: 16px;
}
.legal-section h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(19px, 2.3vw, 24px);
}
.legal-section p {
  margin: 0;
}
.legal-section p + p {
  margin-top: 12px;
}
.legal-section ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.4em;
  list-style: disc;
}
.legal-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--pink-soft);
  color: var(--navy);
}
.legal-contact {
  font-style: normal;
}
.legal-contact a {
  color: var(--pink-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page .site-footer {
  margin-top: 0;
}
@media (max-width: 760px) {
  .legal-header-actions .button-header-contact {
    display: none;
  }
  .legal-header-actions .button-small {
    padding: 9px 16px;
  }
  .legal-main {
    padding-top: 106px;
  }
  .legal-layout {
    width: min(100% - 28px, 920px);
  }
  .legal-hero,
  .legal-section {
    border-radius: 18px;
  }
}

/* 2026-07-31 readability and spacing refinements */
body {
  font-size: 17px;
}
.section {
  padding: 88px 0;
}
.challenge {
  padding-top: 96px;
}
.price-tax {
  color: var(--muted);
}
.difference-lead {
  max-width: 760px !important;
  font-size: inherit !important;
  letter-spacing: 0.025em;
  white-space: normal;
}
.hero-description {
  font-size: 17px;
}
.about-intro > p:not(.section-label),
.section-heading > p:last-child {
  font-size: 16px;
}
.price-description,
.price-card li,
.learning-mode-grid p,
.capability-grid p,
.partner-card li,
.social-copy > span,
.environment-copy,
.legal-section {
  font-size: 14px;
}
.faq-answer p {
  font-size: 14px;
}
.footer-brand p,
.footer-company-info p,
.footer-nav b {
  font-size: 12px;
}
.footer-nav a,
.footer-nav button {
  font-size: 12px;
}
.footer-bottom {
  font-size: 11px;
}
.legal-section {
  margin-top: 12px;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .section {
    padding: 64px 0;
  }
  .challenge {
    padding-top: 70px;
  }
  .difference-lead {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.9;
  }
}

/* Larger hero image treatment */
@media (min-width: 901px) {
  .hero {
    min-height: 890px;
  }
  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
  }
  .hero-visual {
    height: 690px;
  }
  .hero-photo {
    inset: 0;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .hero-grid {
    max-width: 780px;
  }
  .hero-visual {
    width: min(700px, 100%);
    height: 640px;
  }
}
@media (max-width: 760px) {
  .hero-visual {
    height: 560px;
    margin-top: 12px;
  }
  .hero-photo {
    inset: 0 0 0 2%;
  }
}

/* Application link arrow icon */
.application-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 1.15em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.02em);
  transition: transform 0.2s ease;
}
a:hover .application-arrow {
  transform: translate(3px, -0.02em);
}

/* Prevent floating controls from touching at narrow viewport widths */
@media (max-width: 760px) {
  .monitor-float {
    right: 76px !important;
    bottom: 18px !important;
    width: calc(100vw - 108px);
    min-width: 0;
    max-width: 260px;
    overflow: hidden;
  }
  .monitor-float-link {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 10px 12px;
  }
  .back-to-top {
    right: 16px !important;
    bottom: 18px !important;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 360px) {
  .monitor-float-link {
    gap: 5px;
    padding-inline: 8px;
  }
  .monitor-float-link > strong {
    font-size: 10px;
  }
  .monitor-float-link > b {
    padding-left: 5px;
    font-size: 8px;
  }
}

/* contact-complete */
.complete-hero {
  padding-bottom: 70px;
}

.complete-section {
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}

.complete-container {
  max-width: 850px;
}

.complete-card {
  position: relative;
  padding: 66px 70px 62px;
  overflow: hidden;
  border: 1px solid #eee7eb;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 70px rgba(35, 49, 75, 0.1);
}

.complete-card::before,
.complete-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.complete-card::before {
  width: 220px;
  height: 220px;
  top: -130px;
  left: -100px;
  background: #fff0f5;
}

.complete-card::after {
  width: 190px;
  height: 190px;
  right: -95px;
  bottom: -110px;
  background: #eef9fb;
}

.complete-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff1f6, #ffe2ec);
  box-shadow: 0 14px 34px rgba(239, 93, 139, 0.18);
}

.complete-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(239, 93, 139, 0.2);
  border-radius: 50%;
}

.complete-icon span {
  position: relative;
  z-index: 1;
  color: var(--pink-dark);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.complete-label {
  position: relative;
  z-index: 1;
  margin: 0 0 7px;
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.complete-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.complete-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.complete-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 310px;
  margin: 30px auto 0;
  padding: 15px 22px;
  border: 1px solid #f2e5ea;
  border-radius: 14px;
  background: #fff9fb;
  text-align: left;
}

.complete-number span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.complete-number strong {
  margin-left: auto;
  color: var(--pink-dark);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.complete-notice {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  max-width: 600px;
  margin: 34px auto 0;
  padding: 18px 20px;
  border: 1px solid #e4eef3;
  border-radius: 15px;
  background: #f7fbfd;
  text-align: left;
}

.complete-notice-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e6f3f7;
  color: #438fa5;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.complete-notice b {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 12px;
}

.complete-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.complete-actions {
  position: relative;
  z-index: 1;
  margin-top: 36px;
}

.complete-bottom-note {
  margin: 22px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}

@media (max-width: 760px) {
  .complete-card {
    padding: 46px 21px 42px;
    border-radius: 22px;
  }

  .complete-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }

  .complete-icon span {
    font-size: 36px;
  }

  .complete-card h2 {
    font-size: 26px;
  }

  .complete-lead {
    font-size: 13px;
  }

  .complete-lead br {
    display: none;
  }

  .complete-number {
    width: 100%;
    min-width: 0;
    gap: 10px;
    padding: 14px 16px;
  }

  .complete-number strong {
    font-size: 16px;
  }

  .complete-notice {
    grid-template-columns: 34px 1fr;
    padding: 16px;
  }

  .complete-notice-icon {
    width: 34px;
    height: 34px;
  }

  .complete-actions .button {
    width: 100%;
  }
}

/* Highlight the single remaining service schedule card */
.pricing-notes {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  margin-top: 32px;
}
.pricing-notes > div {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 30px 36px;
  border: 2px solid rgba(239, 93, 139, 0.46);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #fff1f6 54%, #eef7ff 100%);
  box-shadow: 0 18px 42px rgba(35, 49, 75, 0.13);
}
.pricing-notes > div::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80px;
  right: -52px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(239, 93, 139, 0.1);
}
.pricing-notes b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 9px 20px rgba(239, 93, 139, 0.25);
}
.pricing-notes p {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}
@media (max-width: 600px) {
  .pricing-notes > div {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px 22px;
    text-align: center;
  }
  .pricing-notes b {
    justify-self: center;
    font-size: 15px;
  }
  .pricing-notes p {
    font-size: 14px;
  }
}

/* Align campaign and service schedule cards */
.monitor-banner,
.pricing-notes {
  width: min(850px, 100%);
  max-width: 850px;
}
.monitor-banner {
  min-height: 98px;
  margin: 0 auto 16px;
}
.monitor-banner > span {
  flex: 0 0 150px;
  width: 150px;
  text-align: center;
}
.pricing-notes {
  display: block;
  margin: 0 auto 30px;
}
.pricing-notes > div {
  min-height: 98px;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 17px 28px;
  border: 1px solid #ffd1df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(255, 77, 132, 0.09);
}
.pricing-notes > div::after {
  content: none;
}
.pricing-notes b {
  width: 150px;
  min-height: 0;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 15px;
  box-shadow: none;
}
.pricing-notes p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 760px) {
  .monitor-banner,
  .pricing-notes > div {
    min-height: 0;
    gap: 10px;
    padding: 20px;
  }
  .monitor-banner > span,
  .pricing-notes b {
    flex-basis: auto;
    width: auto;
  }
  .pricing-notes > div {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .pricing-notes b {
    justify-self: start;
  }
}

/* Match campaign text placement to the service schedule card */
.monitor-banner {
  display: grid;
  grid-template-columns: 150px 1fr;
  justify-content: initial;
  gap: 28px;
  padding: 17px 28px;
}
.monitor-banner > span {
  width: 150px;
  justify-self: start;
}
.monitor-banner p {
  width: 100%;
  text-align: left;
}
@media (max-width: 760px) {
  .monitor-banner {
    grid-template-columns: 1fr;
    align-items: start;
    text-align: left;
  }
  .monitor-banner > span {
    width: auto;
    justify-self: start;
  }
}

/* Keep the mobile hamburger aligned to the far right */
@media (max-width: 760px) {
  .menu-button {
    flex: 0 0 42px;
    margin-left: auto;
  }
}

/* =========================================
   モニター申し込み：プラン選択
========================================= */

.monitor-plan-fieldset {
    min-width: 0;
    margin: 0 0 30px;
    padding: 0 0 30px;

    border: 0;
    border-bottom: 1px solid #eee8eb;
}

.monitor-plan-fieldset legend {
    padding: 0;

    color: var(--navy);

    font-size: 15px;
    font-weight: 800;
}

.monitor-plan-fieldset legend em {
    color: var(--pink);
    font-style: normal;
}

.monitor-plan-guide {
    margin: 5px 0 16px;

    color: var(--muted);

    font-size: 12px;
}

.monitor-plan-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.monitor-plan-card {
    position: relative;

    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;

    min-width: 0;
    padding: 20px;

    border: 1px solid #ddd6db;
    border-radius: 18px;

    background: #fcfbfc;

    cursor: pointer;

    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
}

.monitor-plan-card:hover {
    border-color: #ef9bb6;
    background: #fff;
    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(35, 49, 75, 0.08);
}

.monitor-plan-card.is-selected {
    border-color: var(--pink);
    background:
        linear-gradient(
            145deg,
            var(--pink-soft),
            #ffffff
        );

    box-shadow:
        0 0 0 3px
        rgba(239, 93, 139, 0.11);
}

.monitor-plan-radio {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.monitor-plan-icon {
    display: grid;
    place-items: center;

    width: 50px;
    height: 50px;

    border-radius: 15px;

    background: #ffffff;

    font-size: 24px;

    box-shadow:
        0 7px 18px rgba(35, 49, 75, 0.08);
}

.monitor-plan-copy {
    display: block;
    min-width: 0;
}

.monitor-plan-copy strong,
.monitor-plan-copy small,
.monitor-plan-copy > span {
    display: block;
}

.monitor-plan-copy strong {
    padding-right: 24px;

    color: var(--navy);

    font-size: 15px;
}

.monitor-plan-copy small {
    margin-top: 2px;

    color: var(--pink-dark);

    font-size: 10px;
    font-weight: 800;
}

.monitor-plan-copy > span {
    margin-top: 9px;

    color: var(--muted);

    font-size: 11px;
    font-weight: 500;
    line-height: 1.75;
}

.monitor-plan-check {
    position: absolute;
    top: 15px;
    right: 15px;

    display: grid;
    place-items: center;

    width: 23px;
    height: 23px;

    border: 1px solid #d8d1d6;
    border-radius: 50%;

    background: #ffffff;
    color: transparent;

    font-size: 12px;
    font-weight: 900;
}

.monitor-plan-card.is-selected
.monitor-plan-check {
    border-color: var(--pink);
    background: var(--pink);
    color: #ffffff;
}

/* スタンダードの人数選択 */
.monitor-user-count-field {
    margin: -10px 0 30px;
    padding: 20px;

    border: 1px solid #dfe9f3;
    border-radius: 16px;

    background: #f5f9fd;
}

.monitor-user-count-field[hidden] {
    display: none;
}

.monitor-user-count-field
.form-field {
    max-width: 360px;
}

.monitor-user-count-field
.form-field small,
.form-field-help {
    color: var(--muted);

    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
}

/* =========================================
   モニター申し込み：スマホ
========================================= */

@media (max-width: 760px) {
    /*
     * スマホでは左側の
     * 「モニターへ参加しませんか？」を非表示。
     */
    .monitor-guide-card {
        display: none;
    }

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

    .monitor-plan-card {
        padding: 17px;
    }

    .monitor-plan-icon {
        width: 46px;
        height: 46px;

        font-size: 21px;
    }

    .monitor-user-count-field {
        margin-top: -8px;
        padding: 17px;
    }
}

/* モニター申込フォームの入力欄を統一 */
.contact-form .form-grid {
    align-items: start;
}

.contact-form .form-field {
    align-content: start;
    min-width: 0;
}

.contact-form .form-field input,
.contact-form .form-field select {
    display: block;

    width: 100%;
    height: 54px;
    min-height: 54px;

    padding: 0 15px;

    line-height: 1.4;
}

.contact-form .form-field textarea {
    width: 100%;
}

/* 補足文の領域を両列で揃える */
.contact-form .form-field-help {
    display: block;

    min-height: 34px;
    margin: 0;

    color: var(--muted);

    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
}

.contact-form .form-field-help-empty {
    visibility: hidden;
}

@media (max-width: 760px) {
    .contact-form .form-field-help-empty {
        display: none;
    }
}
