:root {
  --surface: rgba(255, 255, 255, 0.94);
  --text: #18386a;
  --muted: #587196;
  --line: rgba(69, 113, 182, 0.14);
  --blue: #2f7ae5;
  --blue-soft: #edf4ff;
  --green: #56c985;
  --green-soft: #edf9f2;
  --orange: #f2aa33;
  --orange-soft: #fff7e7;
  --purple: #9e75e8;
  --purple-soft: #f4edff;
  --shadow: 0 28px 72px rgba(57, 95, 166, 0.10);
  --shadow-soft: 0 20px 42px rgba(66, 105, 179, 0.10);
  --container: 1280px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at -6% 23%, rgba(169, 220, 247, 0.42) 0 240px, transparent 242px),
    radial-gradient(circle at 105% 36%, rgba(151, 219, 199, 0.34) 0 180px, transparent 182px),
    radial-gradient(circle at 98% 72%, rgba(178, 212, 255, 0.30) 0 260px, transparent 262px),
    linear-gradient(180deg, #ffffff 0 27%, #eef8ff 35%, #eaf6ff 72%, #edf8ff 100%);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

body::before,
body::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

body::before {
  top: 118px;
  left: 22px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, rgba(75, 195, 226, 0.48) 0 4px, transparent 4px 10px),
    repeating-linear-gradient(90deg, rgba(75, 195, 226, 0.40) 0 4px, transparent 4px 10px);
}

body::after {
  top: 1030px;
  left: 68px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: repeating-linear-gradient(135deg, rgba(137, 104, 245, 0.58) 0 8px, transparent 8px 17px);
}

.site-shell {
  position: relative;
  overflow: visible;
}

.guide-shell {
  overflow: visible;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-shell::before {
  z-index: 0;
  background:
    radial-gradient(circle at -3% 53%, transparent 0 165px, rgba(255, 255, 255, 0.86) 166px 174px, transparent 175px 240px),
    radial-gradient(circle at 100% 40%, rgba(112, 209, 184, 0.42) 0 152px, transparent 154px),
    radial-gradient(circle at 100% 76%, rgba(177, 209, 255, 0.48) 0 230px, transparent 232px),
    radial-gradient(circle at 92% 91%, rgba(142, 221, 194, 0.50) 0 58px, transparent 60px),
    radial-gradient(circle at 17% 30%, rgba(224, 245, 235, 0.54) 0 50px, transparent 52px),
    linear-gradient(90deg, transparent 0 56%, rgba(218, 235, 255, 0.14) 65%, rgba(218, 235, 255, 0.44) 84%, rgba(218, 235, 255, 0.30) 100%) 0 0 / 100% 860px no-repeat,
    linear-gradient(90deg, rgba(218, 235, 255, 0.24) 0 40%, transparent 62% 100%) 0 1280px / 100% 740px no-repeat,
    radial-gradient(ellipse at 78% 50%, rgba(191, 236, 223, 0.30) 0 220px, transparent 460px),
    radial-gradient(ellipse at 8% 66%, rgba(188, 219, 255, 0.24) 0 240px, transparent 520px);
  opacity: 1;
}

.site-shell::after {
  z-index: 0;
  background:
    radial-gradient(circle, rgba(95, 203, 232, 0.38) 0 2px, transparent 3px) 88px 118px / 18px 18px no-repeat,
    radial-gradient(circle, rgba(75, 195, 226, 0.28) 0 2px, transparent 3px) 112px 126px / 18px 18px no-repeat,
    radial-gradient(circle at 8% 75%, rgba(47, 122, 229, 0.24) 0 132px, transparent 134px),
    radial-gradient(circle at 8% 75%, transparent 0 88px, rgba(255, 255, 255, 0.48) 89px 96px, transparent 97px 134px),
    radial-gradient(circle at calc(100% - 164px) 330px, rgba(139, 154, 245, 0.14) 0 92px, transparent 94px);
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

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

a[href],
button,
summary,
[role="button"] {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

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

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

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

.section {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(87, 126, 194, 0.06);
}

.nav,
.main-nav,
.nav-actions,
.support-grid,
.support-cards,
.steps-row {
  display: flex;
}

.nav {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-name {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.brand-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 22px;
  border-radius: 999px;
  transform-origin: center;
}

.brand-mark span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(0deg);
  background: var(--blue);
}

.brand-mark span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--green);
}

.brand-mark span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(90deg);
  background: #87c8ff;
}

.brand-mark span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(135deg);
  background: #89ddb2;
}

.main-nav {
  margin-left: 0;
  gap: 24px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #28436f;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.main-nav a {
  white-space: nowrap;
}

.nav-actions {
  margin-left: auto;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
}

.nav-actions .button {
  flex: 0 0 auto;
  text-align: center;
  min-height: 46px;
}

.nav-actions .button-guide,
.nav-actions .button-offer-nav {
  min-width: auto;
}

.nav-actions .button-guide {
  padding-inline: 16px;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.button-primary,
.button-secondary {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(47, 122, 229, 0.22);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #2d79e6, #4f8cef);
  box-shadow: 0 14px 30px rgba(47, 122, 229, 0.20);
}

.button-offer {
  gap: 9px;
  white-space: nowrap;
}

.button-offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: #e06712;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(18, 62, 130, 0.14);
}

.button-offer-text {
  line-height: 1.2;
}

.button-offer-highlight {
  color: #ffffff;
  text-shadow: none;
}

.button-bottom .button-offer-highlight {
  color: #e67e22;
}

.button-offer-nav {
  padding-inline: 12px 16px;
}

.button-offer-nav .button-offer-badge {
  min-height: 22px;
  padding-inline: 8px;
  font-size: 12px;
}

.button-offer-nav .button-offer-text {
  font-size: 14px;
}

.nav-actions .button-offer-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.site-header .container.nav {
  width: calc(100% - 20px);
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
}

.hero-banner {
  padding: 0 0 6px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-banner .container {
  width: 100%;
}

.hero-banner-card {
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.comic-feature-card {
  display: grid;
  gap: 18px;
  padding: 8px 0 12px;
}

.comic-feature-head {
  display: grid;
  gap: 8px;
}

.comic-feature-title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-align: center;
}

.comic-feature-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(57, 95, 166, 0.12);
  pointer-events: none;
}

.comic-hero-bubble {
  position: absolute;
  top: 3.5%;
  left: 2.8%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(93, 128, 193, 0.12);
  box-shadow: 0 14px 28px rgba(57, 95, 166, 0.12);
  color: #24406e;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.3;
}

.hero-banner-image {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
}

.hero-home h1,
.main-message h1,
.intro-copy h2,
.support-copy h2,
.section-title,
.family-copy h2,
.cta-copy h2 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.hero-home h1,
.main-message h1 {
  font-size: clamp(46px, 4.9vw, 66px);
  font-weight: 900;
}

.hero-home h1 span,
.main-message h1 span {
  color: var(--green);
  white-space: nowrap;
}

.hero-home h1 .hero-title-line,
.main-message h1 .hero-title-line {
  color: inherit;
  white-space: nowrap;
}

.hero-lead,
.section-lead,
.family-copy p,
.cta-copy p {
  color: var(--muted);
}

.hero-lead {
  margin: 14px 0 16px;
  font-size: 19px;
  line-height: 1.75;
}

.hero-submessage {
  margin: 14px 0 0;
  color: #24406e;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.hero-submessage span {
  color: var(--green);
}

.hero-standard-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(236, 245, 255, 0.97), rgba(236, 249, 243, 0.97));
  border: 1px solid rgba(105, 166, 214, 0.18);
  color: #34609c;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 14px 28px rgba(57, 95, 166, 0.08);
}

.hero-standard-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 760px);
  margin: 0 auto 18px;
}

.hero-standard-badge i {
  font-size: 18px;
}

.hero-standard-badge.emphasis {
  color: #2a589d;
}

.hero-standard-badge.subtle {
  margin-bottom: 0;
  color: #315f9c;
}

.hero-environment-note {
  max-width: 760px;
  margin: 14px auto 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(98, 143, 208, 0.14);
  box-shadow: 0 12px 24px rgba(57, 95, 166, 0.06);
  text-align: left;
}

.hero-environment-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #24406e;
}

.hero-environment-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.info-card h3,
.step-card h3 {
  margin: 0;
}

.point-icon,
.mini-icon,
.step-icon {
  display: grid;
  place-items: center;
}

.point-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  border-radius: 50%;
  font-size: 26px;
  border: 1px solid rgba(77, 125, 201, 0.12);
}

.mini-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border-radius: 18px;
  font-size: 24px;
}

.step-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 14px;
  border-radius: 50%;
  font-size: 32px;
}

.blue {
  background: linear-gradient(180deg, var(--blue-soft), #f8fbff);
  color: var(--blue);
}

.green {
  background: linear-gradient(180deg, var(--green-soft), #f8fdf9);
  color: var(--green);
}

.yellow,
.orange {
  background: linear-gradient(180deg, var(--orange-soft), #fffdf7);
  color: var(--orange);
}

.purple {
  background: linear-gradient(180deg, var(--purple-soft), #fbf8ff);
  color: var(--purple);
}

.step-icon.blue {
  background: linear-gradient(180deg, #c7dfff, #e5f1ff);
}

.step-icon.green {
  background: linear-gradient(180deg, #c9f0d8, #e5f8ec);
}

.step-icon.orange {
  background: linear-gradient(180deg, #ffe3ae, #fff2d2);
}

.step-icon.purple {
  background: linear-gradient(180deg, #dcc8ff, #efe2ff);
}

.intro-card .point-icon.blue {
  background: linear-gradient(180deg, #d4e7ff, #edf5ff);
}

.intro-card .point-icon.green {
  background: linear-gradient(180deg, #d4f4df, #ecfaf1);
}

.intro-card .point-icon.orange,
.intro-card .point-icon.yellow {
  background: linear-gradient(180deg, #ffe9bd, #fff5de);
}

.intro-card .point-icon.purple {
  background: linear-gradient(180deg, #e5d4ff, #f3eaff);
}

.support-cards .mini-icon.blue {
  background: linear-gradient(180deg, #d2e6ff, #eaf4ff);
}

.support-cards .mini-icon.green {
  background: linear-gradient(180deg, #d1f3dd, #eaf9f0);
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.button-hero,
.button-bottom {
  min-height: 60px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(90deg, #2f7ae5 0%, #58cb81 100%);
  box-shadow: 0 20px 44px rgba(74, 147, 219, 0.26);
}

.button-hero {
  min-width: 360px;
  font-size: 22px;
}

.button-bottom {
  min-width: 330px;
  font-size: 20px;
}

.hero-cta p,
.cta-copy small {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #4e8fdf;
}

.hero-child-image {
  width: min(100%, 730px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(46, 75, 122, 0.08));
}

.hero-home {
  min-height: 0;
  padding: 18px 0 18px;
  display: grid;
  align-items: stretch;
  background:
    radial-gradient(circle at 0% 18%, rgba(197, 225, 248, 0.24) 0 220px, transparent 222px),
    radial-gradient(circle at 100% 16%, rgba(210, 244, 230, 0.24) 0 240px, transparent 242px),
    linear-gradient(180deg, rgba(248, 252, 255, 0.94), rgba(238, 247, 255, 0.9));
}

.hero-home-panel {
  position: relative;
  min-height: 0;
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.hero-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 36px;
  align-items: center;
  min-height: 0;
}

.hero-home-copy {
  min-width: 0;
  max-width: 660px;
  padding: 10px 0 14px;
}

.hero-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.hero-home-actions .button {
  min-height: 60px;
  max-width: 100%;
  padding-inline: 24px;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  flex: 0 1 auto;
}

.hero-home-actions .button-hero,
.hero-home-actions .button-guide {
  min-width: 0;
}

.hero-home-actions .button-guide {
  white-space: nowrap;
}

.hero-home-actions .button-offer {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 0;
  white-space: normal;
}

.hero-home-actions .button-offer-badge,
.hero-home-actions .button-offer-text,
.hero-home-actions .button-offer > i {
  align-self: center;
}

.hero-home-actions .button-offer-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}

.hero-home-actions .button-offer:only-child {
  min-width: min(100%, 360px);
}

.hero-home-action-note {
  margin: 14px 0 0;
  color: #6b8ab7;
  font-size: 15px;
  font-weight: 700;
}

.hero-home-action-note i {
  color: #6ea8ef;
}

.hero-home-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.hero-home-visual-card {
  position: relative;
  min-height: 500px;
  width: min(100%, 620px);
  padding: 0;
  display: grid;
  place-items: center;
}

.hero-home-image {
  position: relative;
  z-index: 2;
  width: min(100%, 580px);
}

.hero-home-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-home-orb-blue {
  top: 48px;
  right: 4px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(180, 214, 255, 0.55), rgba(180, 214, 255, 0));
}

.hero-home-orb-green {
  left: 0;
  bottom: 10px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(179, 234, 205, 0.44), rgba(179, 234, 205, 0));
}

.hero-home-trust {
  order: 2;
  margin-top: 0;
}

.hero-environment-note {
  order: 3;
  width: 100%;
  max-width: none;
  margin: 0;
}

.main-message {
  padding: 56px 0 12px;
}

.main-message-card {
  position: relative;
  padding: 24px 28px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(191, 225, 248, 0.28) 0 180px, transparent 420px),
    radial-gradient(ellipse at 100% 8%, rgba(214, 245, 230, 0.30) 0 210px, transparent 440px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 253, 255, 0.94));
  border: 1px solid rgba(105, 166, 214, 0.10);
  box-shadow: 0 18px 42px rgba(57, 95, 166, 0.06);
  text-align: center;
  overflow: hidden;
}

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

.main-message-card::before {
  right: -28px;
  bottom: -46px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(189, 226, 247, 0.34), rgba(220, 235, 255, 0));
}

.main-message-card::after {
  left: -18px;
  top: -24px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(229, 238, 112, 0.22), rgba(228, 247, 236, 0));
}

.section-kicker {
  margin: 0 0 8px;
  color: #6990c2;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-message-card .hero-lead {
  margin-inline: auto;
  max-width: 700px;
}

.main-message-card .hero-cta {
  align-items: center;
}

.message-mini-points {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.message-mini-points i {
  color: var(--green);
}

.message-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
  text-align: left;
}

.message-trust article {
  min-height: 92px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(82, 129, 203, 0.18);
  box-shadow: 0 12px 24px rgba(57, 95, 166, 0.06);
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 10px;
  row-gap: 4px;
  align-items: start;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 14px;
  font-size: 18px;
  grid-row: 1 / span 2;
  border: 1px solid currentColor;
}

.trust-icon.blue {
  background: linear-gradient(180deg, #d7e9ff, #edf5ff);
}

.trust-icon.green {
  background: linear-gradient(180deg, #d5f4e0, #edf9f2);
}

.trust-icon.purple {
  background: linear-gradient(180deg, #e6d4ff, #f3eaff);
}

.message-trust strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.4;
  align-self: center;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.message-trust p {
  margin: 0;
  color: #405f8d;
  font-size: 13px;
  line-height: 1.5;
  grid-column: 2;
}

.intro {
  padding: 22px 0 44px;
  background: transparent;
}

.intro-panel {
  padding: 34px 32px;
}

.intro-grid {
  display: flex;
  align-items: center;
  gap: 18px;
}

.intro-copy,
.support-copy {
  flex: 1 1 8%;
}

.intro-copy {
  flex: 1 1 80%;
  max-width: 100%;
}

.intro-panel .section-kicker,
.intro-panel h2,
.intro-panel .section-lead,
.intro-panel .intro-sublead {
  text-align: left;
}

.intro-panel .section-lead,
.intro-panel .intro-sublead {
  max-width: 100%;
}

.support-copy {
  flex: 1 1 56%;
}

.intro-copy h2 {
  font-size: clamp(42px, 4.2vw, 56px);
  max-width: 100%;
  text-wrap: pretty;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin-top: 18px;
  align-items: stretch;
}

.intro-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
  min-height: 162px;
  height: 100%;
  padding: 18px 24px 18px 18px;
  text-align: left;
  overflow: hidden;
}

.intro-card .point-icon {
  margin: 0;
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  font-size: 22px;
}

.intro-card p {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.68;
  grid-column: 2;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
}

.intro-card h3 {
  min-height: 64px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  grid-column: 2;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.intro-sublead {
  max-width: 100%;
  margin: 0 0 4px;
  color: #6880a5;
  font-size: 15px;
  line-height: 1.75;
}

.intro-cta {
  margin-top: 18px;
}

.intro-button {
  min-width: 320px;
  font-size: 20px;
}

.intro-visual {
  position: relative;
  flex: 1 1 46%;
  min-height: 334px;
}

.intro-visual-frame {
  position: absolute;
  inset: 28px -6px -10px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.intro-child-image {
  width: min(100%, 500px);
  object-fit: contain;
  margin-top: 30px;
}

.support {
  position: relative;
  padding: 40px 0 92px;
  background: transparent;
}

.support-grid {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 12px;
}

.support-copy {
  flex: 1 1 62%;
  min-width: 0;
}

.support-copy h2 {
  max-width: 100%;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 900;
  text-wrap: pretty;
}

.support-title-mobile-break {
  display: none;
}

.section-lead {
  margin: 12px 0 16px;
  font-size: 18px;
}

.support-copy .section-lead {
  max-width: 100%;
  margin: 8px 0 8px;
  font-size: 17px;
  line-height: 1.68;
}

.support-sublead {
  max-width: 100%;
  margin: 0 0 10px;
  color: #6b82a6;
  font-size: 14px;
  line-height: 1.65;
}

.intro-copy .section-lead,
.intro-copy .intro-sublead,
.support-copy .section-lead,
.support-sublead,
.guide-preview-copy .section-lead,
.pricing-preview-copy .section-lead,
.family-copy p,
.family-detail {
  text-wrap: pretty;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin-top: 10px;
  align-items: stretch;
  width: 100%;
}

.info-card {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  row-gap: 8px;
  align-items: start;
  min-height: 142px;
  padding: 16px 20px 14px;
  border-radius: 18px;
}

.info-card.intro-card {
  min-height: 132px;
}

.info-card h3 {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.45;
}

.info-card p,
.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.support-cards .mini-icon {
  margin-bottom: 0;
  align-self: start;
  grid-row: 1;
}

.support-cards .info-card h3 {
  grid-column: 2;
  align-self: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  margin: 0;
  text-wrap: pretty;
}

.support-cards .info-card p {
  grid-column: 1 / -1;
  text-align: left;
}

.support-visual {
  position: relative;
  flex: 1 1 38%;
  min-height: 560px;
  z-index: 0;
}

.support-device-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 700px);
  height: clamp(480px, 43vw, 620px);
  z-index: 0;
  pointer-events: none;
}

.support-device-image {
  position: absolute;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(32, 56, 95, 0.12));
  pointer-events: none;
}

.support-device-tablet {
  left: 0;
  top: 0;
  width: 90%;
  z-index: 1;
}

.support-device-phone {
  left: 46%;
  bottom: 3%;
  width: 60%;
  z-index: 2;
}

.support-decor {
  position: absolute;
  pointer-events: none;
}

.support-decor.circle {
  right: -10px;
  bottom: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(222, 246, 235, 0.92), rgba(210, 229, 255, 0.52));
}

.learning-story {
  padding: 14px 0 34px;
}

.learning-story-card {
  padding: 30px 28px;
  overflow: hidden;
}

.learning-story-head {
  margin-bottom: 24px;
}

.learning-story-head .section-title,
.learning-story-head .section-lead {
  text-align: left;
  max-width: 100%;
}

.learning-story-head .section-title {
  text-wrap: pretty;
}

.learning-story-head .section-lead {
  text-wrap: pretty;
}

.learning-story-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.learning-story-rail span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(90, 141, 212, 0.14);
  box-shadow: 0 10px 22px rgba(62, 96, 161, 0.06);
  color: #5170a0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.learning-story-rail span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5ecf88, #63a9f0);
}

.story-scenes {
  display: grid;
  gap: 24px;
}

.story-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 24px;
  align-items: center;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(212, 241, 228, 0.24), transparent 40%);
  border: 1px solid rgba(100, 145, 210, 0.14);
  box-shadow: 0 18px 36px rgba(57, 95, 166, 0.08);
}

.story-scene.reverse {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
}

.story-scene.reverse .story-visual {
  order: 2;
}

.story-scene.reverse .story-copy {
  order: 1;
}

.story-visual {
  display: grid;
  gap: 14px;
  align-content: start;
}

.story-frame {
  position: relative;
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.96)),
    radial-gradient(circle at 10% 10%, rgba(205, 232, 255, 0.34), transparent 36%);
  border: 1px solid rgba(102, 142, 212, 0.14);
  box-shadow: 0 24px 48px rgba(57, 95, 166, 0.12);
  overflow: hidden;
}

.story-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(208, 236, 225, 0.18), transparent 28%);
}

.story-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.story-image-chat {
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}

.story-note-card {
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.94));
  border: 1px solid rgba(101, 146, 209, 0.16);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.10);
}

.story-note-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.45;
}

.story-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.story-note-card-warm {
  background: linear-gradient(180deg, rgba(255, 248, 227, 0.92), rgba(255, 252, 242, 0.98));
  border-color: rgba(244, 193, 86, 0.28);
}

.story-copy {
  min-width: 0;
  align-self: start;
  padding-top: 4px;
}

.story-copy-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.story-step {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f7ae5, #57baeb);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 14px 28px rgba(47, 122, 229, 0.22);
}

.story-scene:nth-of-type(1) .story-step,
.story-scene:nth-of-type(2) .story-step {
  background: linear-gradient(180deg, #4caf36, #64c653);
  box-shadow: 0 14px 28px rgba(76, 175, 54, 0.22);
}

.story-scene:nth-of-type(3) .story-step,
.story-scene:nth-of-type(4) .story-step {
  background: linear-gradient(180deg, #2f7ae5, #57baeb);
  box-shadow: 0 14px 28px rgba(47, 122, 229, 0.22);
}

.story-scene:nth-of-type(5) .story-step {
  background: linear-gradient(180deg, #6f52db, #8f73ef);
  box-shadow: 0 14px 28px rgba(111, 82, 219, 0.22);
}

.story-kicker {
  margin: 0 0 6px;
  color: #5da58b;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.story-copy h3 {
  margin: 0;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.28;
  font-weight: 900;
  text-wrap: pretty;
}

.story-title-fixed {
  font-size: clamp(26px, 2.2vw, 36px);
}

.story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  text-wrap: pretty;
}

.story-points {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.story-points li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
  text-wrap: pretty;
}

.story-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #67cf8e, #52a4ee);
  box-shadow: 0 0 0 6px rgba(95, 196, 145, 0.10);
}

.story-floating-card {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(101, 146, 209, 0.14);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.14);
  backdrop-filter: blur(8px);
}

.story-floating-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.4;
}

.story-floating-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.story-floating-card-start {
  right: 18px;
  bottom: 18px;
}

.story-floating-card-parent {
  left: 18px;
  bottom: 18px;
}

.story-choice-stack,
.story-metric-row,
.story-dialogue {
  position: absolute;
  z-index: 2;
}

.story-choice-stack {
  left: 22px;
  bottom: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.story-choice-stack span,
.story-metric-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(94, 140, 212, 0.14);
  box-shadow: 0 12px 24px rgba(57, 95, 166, 0.12);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.story-metric-row {
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.story-dialogue {
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  width: min(320px, calc(100% - 36px));
}

.story-bubble {
  padding: 12px 14px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(57, 95, 166, 0.12);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.story-bubble.student {
  justify-self: end;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(97, 143, 210, 0.14);
}

.story-bubble.ai {
  justify-self: start;
  background: linear-gradient(180deg, rgba(231, 248, 237, 0.98), rgba(239, 248, 255, 0.96));
  border: 1px solid rgba(101, 184, 133, 0.18);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.guide-shell [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.learning-story [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.steps {
  padding: 26px 0 38px;
  position: relative;
  z-index: 2;
  background: transparent;
}

.flow-visual-card {
  padding: 28px;
}

.flow-visual-card .section-kicker,
.flow-visual-card .section-title,
.flow-visual-card .flow-visual-lead {
  text-align: left;
}

.flow-visual-card .section-title {
  margin-bottom: 12px;
}

.flow-visual-lead {
  max-width: 860px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.flow-visual-emphasis {
  max-width: 980px;
  margin-top: 6px;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.94));
  border: 1px solid rgba(105, 166, 214, 0.16);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.08);
  color: #2f4f82;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.8;
}

.flow-visual-stack {
  display: grid;
  gap: 18px;
}

.flow-visual-figure {
  margin: 0 auto 24px;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(79, 138, 235, 0.12), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(94, 207, 136, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 255, 0.96));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 20px 40px rgba(57, 95, 166, 0.08);
  overflow: hidden;
}

.flow-visual-stack .flow-visual-figure {
  width: 100%;
  margin-bottom: 0;
}

.flow-visual-figure-primary {
  max-width: 1160px;
}

.flow-visual-figure-secondary {
  max-width: 1160px;
}

.flow-visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.section-title {
  margin-bottom: 14px;
  text-align: center;
  font-size: clamp(30px, 2.7vw, 36px);
  font-weight: 800;
}

.steps-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
}

.steps-row::before {
  content: "";
  position: absolute;
  top: 140px;
  bottom: 140px;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(79, 138, 235, 0.18), rgba(79, 138, 235, 0.06) 18%, rgba(94, 207, 136, 0.2) 82%, rgba(94, 207, 136, 0.1));
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 34px;
  align-items: stretch;
  width: 100%;
  height: 430px;
  margin: 0;
  padding: 34px;
  text-align: left;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 22px 42px rgba(57, 95, 166, 0.08);
  overflow: hidden;
}

.step-card::before {
  content: none;
}

.step-card:nth-of-type(even) {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
}

.step-card:nth-of-type(even) .flow-step-copy {
  order: 2;
}

.step-card:nth-of-type(even) .flow-step-media {
  order: 1;
}

.step-connector {
  position: relative;
  width: 100%;
  height: 88px;
  flex: 0 0 auto;
}

.step-connector::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 34px;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(79, 138, 235, 0.26), rgba(94, 207, 136, 0.26));
}

.step-connector::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 5px solid rgba(79, 138, 235, 0.58);
  border-bottom: 5px solid rgba(79, 138, 235, 0.58);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
}

.step-card strong {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 58px;
  padding: 10px 18px 12px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--blue);
  border-radius: 22px;
  background: rgba(79, 138, 235, 0.1);
}

.step-card strong::before {
  content: "STEP";
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.step-card:nth-of-type(2) strong {
  color: var(--green);
  background: rgba(94, 207, 136, 0.12);
}

.step-card:nth-of-type(3) strong {
  color: var(--orange);
  background: rgba(255, 172, 101, 0.14);
}

.step-card:nth-of-type(4) strong {
  color: var(--purple);
  background: rgba(165, 132, 255, 0.12);
}

.step-card h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.42;
}

.step-card p {
  font-size: 16px;
  line-height: 1.85;
}

.step-icon {
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 18px;
  font-size: 22px;
}

.flow-step-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
  padding-top: 2px;
}

.flow-step-head {
  display: grid;
  grid-template-columns: 58px minmax(84px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
}

.flow-step-head h3 {
  margin: 0;
}

.flow-step-media {
  margin: 0;
  min-height: 292px;
  height: 100%;
  padding: 16px;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(79, 138, 235, 0.14), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(94, 207, 136, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.98), rgba(238, 247, 255, 0.94));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  overflow: hidden;
}

.flow-step-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
}

.step-card.highlighted {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 225, 185, 0.24), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(196, 224, 255, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.98);
}

.button-guide {
  min-height: 50px;
  padding: 0 20px;
  color: var(--blue);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.98));
  border: 1px solid rgba(47, 122, 229, 0.18);
  box-shadow: 0 12px 26px rgba(57, 95, 166, 0.08);
}

.button-guide.current {
  color: #ffffff;
  background: linear-gradient(135deg, #2f7ae5, #58b8e7);
  box-shadow: 0 16px 34px rgba(47, 122, 229, 0.18);
}

.guide-preview {
  padding: 8px 0 20px;
}

.guide-preview-card,
.section-card {
  position: relative;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(191, 225, 248, 0.24) 0 190px, transparent 340px),
    radial-gradient(circle at 100% 12%, rgba(220, 245, 230, 0.22) 0 180px, transparent 340px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 253, 255, 0.95));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: var(--shadow-soft);
}

.guide-preview-card {
  display: block;
  padding: 28px;
  overflow: hidden;
}

.guide-preview-copy .section-title {
  margin-bottom: 12px;
  text-align: left;
}

.guide-preview-copy {
  max-width: none;
}

.guide-preview-copy .section-lead {
  max-width: 760px;
}

.guide-preview-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 20px;
}

.guide-preview-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  row-gap: 8px;
  min-height: 0;
  padding: 20px 18px;
  align-items: start;
}

.guide-preview-item .mini-icon {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.guide-preview-item h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  min-height: 0;
  font-size: 19px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: anywhere;
}

.guide-preview-item p {
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: anywhere;
}

.guide-preview-button {
  min-width: 300px;
  font-size: 20px;
}

.guide-preview-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 20px;
}

.guide-preview-audience-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.guide-preview-audience-head {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.guide-preview-audience-label {
  margin: 0 0 4px;
  color: #5d7fb0;
  font-size: 13px;
  font-weight: 800;
}

.guide-preview-audience-head h3 {
  margin: 0;
  color: #24406e;
  font-size: 22px;
  line-height: 1.35;
}

.guide-preview-audience-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-preview-audience-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.guide-preview-audience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #58cb81, #8ad9a2);
  box-shadow: 0 0 0 4px rgba(88, 203, 129, 0.14);
}

.parent-gpts {
  padding: 0 0 28px;
}

.parent-gpts-card,
.faq-index-card,
.roadmap-note-card {
  padding: 28px;
}

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

.parent-gpts-item {
  min-height: 0;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
}

.parent-gpts-item .mini-icon {
  grid-column: 1;
  grid-row: 1;
}

.parent-gpts-item h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
}

.parent-gpts-item h3,
.parent-gpts-item p {
  width: 100%;
  max-width: none;
  min-width: 0;
  writing-mode: horizontal-tb;
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  white-space: normal;
}

.parent-gpts-item p {
  grid-column: 1 / -1;
  display: block;
  line-height: 1.8;
}

.parent-gpts-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #516f99;
  font-size: 13px;
  font-weight: 800;
}

.parent-gpts-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(98, 143, 208, 0.12);
}

.parent-gpts-note i {
  color: var(--green);
}

.guide-preview-visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 470px;
}

.guide-preview-window {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(100, 141, 211, 0.12);
  box-shadow: 0 22px 44px rgba(57, 95, 166, 0.12);
  overflow: hidden;
}

.guide-preview-window-bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #fbfdff, #f2f7ff);
  border-bottom: 1px solid rgba(111, 149, 208, 0.14);
}

.guide-preview-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(141, 174, 227, 0.92);
}

.guide-preview-window-body {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 370px;
}

.guide-preview-menu {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 14px;
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.95), rgba(251, 253, 255, 0.95));
  border-right: 1px solid rgba(111, 149, 208, 0.14);
}

.guide-preview-menu span,
.guide-side-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  color: #5b759d;
  font-size: 14px;
  font-weight: 700;
}

.guide-preview-menu span.active,
.guide-side-nav a.active,
.guide-side-nav a:hover {
  color: var(--blue);
  background: linear-gradient(90deg, rgba(235, 244, 255, 1), rgba(246, 250, 255, 0.98));
}

.guide-preview-content {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.guide-preview-hero-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 248, 231, 0.9), rgba(247, 250, 255, 0.96));
}

.guide-preview-hero-copy {
  min-width: 0;
}

.guide-preview-hero-box strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
}

.guide-preview-hero-box p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.guide-preview-book {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 255, 0.92));
  color: #6d9ff1;
  font-size: 36px;
  flex: 0 0 auto;
}

.guide-preview-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guide-preview-number {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f7ae5, #58b8e7);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.guide-preview-section-head strong {
  font-size: 18px;
  line-height: 1.3;
  color: #27416f;
}

.guide-preview-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guide-preview-steps span,
.portal-mission-grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(101, 141, 209, 0.14);
  color: #41618f;
  font-size: 14px;
  font-weight: 700;
}

.guide-preview-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 132px;
  gap: 12px;
}

.guide-preview-panel {
  min-height: 150px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(236, 245, 255, 0.8), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(105, 166, 214, 0.12);
  position: relative;
}

.guide-preview-panel.large {
  padding: 12px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 88px;
  gap: 10px;
}

.guide-preview-panel.large::before,
.guide-preview-panel.large::after,
.guide-preview-panel.side span,
.guide-preview-panel.large .mini {
  content: "";
  display: block;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(105, 166, 214, 0.12);
  pointer-events: none;
}

.guide-preview-panel.large::before {
  min-height: 124px;
}

.guide-preview-panel.large::after {
  min-height: 124px;
}

.guide-preview-panel.large .mini.one {
  position: absolute;
  left: 84px;
  top: 14px;
  width: calc(100% - 186px);
  height: 70px;
}

.guide-preview-panel.large .mini.two {
  position: absolute;
  left: 84px;
  bottom: 14px;
  width: calc(50% - 48px);
  height: 40px;
}

.guide-preview-panel.large .mini.three {
  position: absolute;
  right: 110px;
  bottom: 14px;
  width: calc(50% - 56px);
  height: 40px;
}

.guide-preview-panel.side {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.guide-preview-panel.side span {
  min-height: 34px;
}

.guide-preview-badge {
  position: absolute;
  right: -8px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff, #eef7ff);
  border: 1px solid rgba(47, 122, 229, 0.16);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.10);
  color: var(--blue);
  font-weight: 800;
  pointer-events: none;
}

.guide-shell::before {
  background:
    radial-gradient(circle at -4% 18%, rgba(169, 220, 247, 0.26) 0 220px, transparent 222px),
    radial-gradient(circle at 104% 28%, rgba(151, 219, 199, 0.28) 0 200px, transparent 202px),
    radial-gradient(circle at 84% 64%, rgba(178, 212, 255, 0.26) 0 260px, transparent 262px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 255, 0.96) 38%, rgba(237, 248, 255, 1) 100%);
}

.guide-main {
  padding: 34px 0 52px;
}

.guide-hero .container {
  width: min(calc(100% - 48px), 1360px);
}

.guide-layout {
  position: relative;
  display: grid;
  grid-template-columns: 196px minmax(0, 920px);
  justify-content: center;
  align-items: start;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-88px);
}

.guide-sidebar {
  align-self: start;
  position: sticky;
  top: 94px;
  width: 196px;
  max-height: calc(100vh - 112px);
}

.guide-sidebar-card {
  padding: 22px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: var(--shadow-soft);
}

.guide-sidebar-title {
  margin: 0 0 14px;
  color: #28436f;
  font-weight: 800;
}

.guide-side-nav {
  display: grid;
  gap: 8px;
}

.guide-side-nav a i {
  width: 18px;
  text-align: center;
}

.guide-content {
  display: grid;
  gap: 28px;
  width: min(100%, 920px);
  max-width: 920px;
  margin: 0 auto;
  transform: none;
}

.guide-hero-card,
.guide-section {
  scroll-margin-top: 118px;
}

.guide-preview-copy,
.guide-hero-copy,
.guide-preview-visual,
.guide-preview-window,
.guide-preview-window-body,
.guide-preview-content,
.guide-section-heading > div,
.portal-guide-card > *,
.portal-visual-stack,
.portal-guide-notes,
.gpt-panel > *,
.gpt-example-card > *,
.start-step-card > *,
.hos-help-card > * {
  min-width: 0;
}

.guide-hero-copy p,
.guide-section-heading p,
.guide-flow-card p,
.portal-note-card p,
.gpt-callout p,
.gpt-example-point p,
.start-step-copy p,
.hos-help-card p,
.faq-item summary,
.faq-item p,
.info-card h3,
.info-card p,
.intro-card h3,
.intro-card p,
.message-trust strong,
.message-trust p,
.family-copy p,
.cta-copy p,
.cta-meta p {
  overflow-wrap: anywhere;
}

.guide-hero-card,
.guide-section {
  padding: 34px;
}

.guide-content > .guide-section {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

#guide-gpt,
#guide-start,
#guide-faq {
  width: 100%;
  max-width: none;
  min-height: 0;
}

.guide-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 340px;
  gap: 28px;
  align-items: center;
}

.guide-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.guide-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

.guide-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  color: #45648f;
  font-size: 14px;
  font-weight: 700;
}

.guide-hero-tags i {
  color: var(--green);
}

.guide-hero-visual {
  display: grid;
  place-items: center;
  min-height: 240px;
}

.guide-hero-logo {
  width: min(100%, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(47, 122, 229, 0.12));
}

.guide-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.guide-section-heading h2 {
  margin: 0 0 4px;
  font-size: 34px;
  line-height: 1.2;
}

.guide-section-heading p {
  margin: 0;
  color: var(--muted);
}

.guide-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.guide-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #d4e7ff, #edf5ff);
  color: var(--blue);
  font-size: 24px;
}

.guide-step-badge,
.portal-note-card span,
.gpt-callout span,
.portal-step-number,
.start-step-count {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f7ae5, #58b8e7);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(47, 122, 229, 0.18);
}

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

.guide-flow-card {
  position: relative;
  padding: 24px 22px 26px;
  min-height: 206px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  text-align: center;
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.08);
  overflow: hidden;
}

.guide-step-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
}

.guide-flow-icon,
.guide-feature-icon,
.help-card-icon {
  display: grid;
  place-items: center;
}

.guide-flow-icon {
  width: 72px;
  height: 72px;
  margin: 10px auto 16px;
  border-radius: 22px;
  font-size: 28px;
  border: 1px solid rgba(77, 125, 201, 0.12);
}

.guide-flow-card h3,
.guide-feature-card h3,
.help-card h3,
.start-step-copy h3 {
  margin: 0 0 8px;
}

.guide-flow-card h3 {
  font-size: 22px;
  line-height: 1.45;
}

.guide-flow-card p,
.guide-feature-card p,
.help-card p,
.gpt-callout p,
.start-step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.guide-flow-card p {
  max-width: 18em;
  margin-inline: auto;
}

.guide-portal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.guide-tool-section {
  overflow: hidden;
}

.guide-tool-summary {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(243, 249, 255, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 14px 28px rgba(57, 95, 166, 0.06);
}

.guide-tool-summary strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  color: #24406e;
}

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

.guide-tool-summary-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(105, 166, 214, 0.12);
}

.guide-tool-summary-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  font-size: 20px;
  border: 1px solid rgba(77, 125, 201, 0.12);
}

.guide-tool-summary-item h3,
.gpt-callout h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.45;
  color: #24406e;
}

.guide-tool-summary-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.portal-guide-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.portal-visual-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.portal-mockup {
  margin: 0;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.08);
}

.portal-mockup img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: contain;
}

.portal-mockup figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.portal-note-card {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 10px;
  align-items: start;
  padding: 20px;
  min-height: 140px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.portal-note-card span,
.gpt-callout span {
  flex-shrink: 0;
}

.portal-note-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f7ae5, #58b8e7);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(47, 122, 229, 0.18);
}

.portal-note-card > div {
  grid-column: 2;
  min-width: 0;
}

.portal-note-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  color: #24406e;
}

.portal-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.portal-step-guide {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.portal-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  width: 100%;
  padding: 12px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(233, 243, 255, 0.94), rgba(247, 251, 255, 0.98));
  border: 1px solid rgba(105, 166, 214, 0.14);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.08);
}

.portal-switch-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 68px;
  padding: 0 24px;
  border: 1px solid rgba(127, 171, 224, 0.22);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 255, 0.96));
  color: #47648e;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(57, 95, 166, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.portal-switch-tab[data-portal-tab="child"] {
  color: #2f7ae5;
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.98), rgba(248, 251, 255, 0.98));
}

.portal-switch-tab[data-portal-tab="parent"] {
  color: #c8741a;
  background: linear-gradient(180deg, rgba(255, 245, 232, 0.98), rgba(255, 250, 243, 0.98));
}

.portal-switch-tab i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #4f86e8;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(127, 171, 224, 0.2);
}

.portal-switch-tab[data-portal-tab="parent"] i {
  color: #d8872a;
}

.portal-switch-tab span {
  display: inline-block;
  min-width: 4.5em;
  line-height: 1;
  text-align: center;
  opacity: 1;
  transform: translateZ(0);
}

.portal-switch-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(57, 95, 166, 0.12);
}

.portal-switch-tab.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(68, 133, 239, 0.98), rgba(95, 193, 226, 0.98));
  border-color: rgba(47, 122, 229, 0.2);
  box-shadow: 0 20px 34px rgba(47, 122, 229, 0.2);
}

.portal-switch-tab[data-portal-tab="child"].is-active {
  background: linear-gradient(135deg, rgba(68, 133, 239, 0.98), rgba(95, 193, 226, 0.98));
  border-color: rgba(47, 122, 229, 0.2);
}

.portal-switch-tab[data-portal-tab="parent"].is-active {
  background: linear-gradient(135deg, rgba(236, 150, 58, 0.98), rgba(245, 185, 94, 0.98));
  border-color: rgba(230, 126, 34, 0.26);
  box-shadow: 0 20px 34px rgba(230, 126, 34, 0.22);
}

.portal-switch-tab.is-active i {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.portal-user-flow {
  display: grid;
  gap: 18px;
}

.portal-user-flow[hidden] {
  display: none !important;
}

.portal-step-guide-heading {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(242, 248, 255, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 14px 28px rgba(57, 95, 166, 0.06);
}

.portal-step-guide-heading h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.25;
  color: #24406e;
}

.portal-step-guide-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.portal-step-list {
  display: grid;
  gap: 18px;
}

.portal-step-card {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.08);
}

.portal-step-copy {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 10px;
  align-items: start;
  min-width: 0;
}

.portal-step-number {
  display: inline-grid;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.portal-step-copy h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 24px;
  line-height: 1.38;
  color: #24406e;
}

.portal-step-copy p {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.portal-step-points {
  grid-column: 1 / -1;
  margin: 0;
  padding-left: 20px;
  color: #45648f;
  font-size: 14px;
  line-height: 1.8;
}

.portal-step-figure {
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.98), rgba(243, 249, 255, 0.95));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.portal-step-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: contain;
}

.portal-step-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.gpt-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.gpt-panel,
.start-steps,
.hos-help-card,
.faq-list {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  box-sizing: border-box;
}

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

.gpt-callout {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px;
  min-height: 138px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.gpt-visual-stack {
  display: grid;
  gap: 18px;
}

.start-step-count {
  width: 36px;
  height: 36px;
}

.guide-image-frame {
  margin: 0;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.08);
}

.guide-image-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.guide-image-frame figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.guide-image-frame.large img {
  max-width: 100%;
  max-height: clamp(360px, 58vw, 680px);
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center top;
  background: linear-gradient(180deg, #ffffff, #f6fbff);
}

#guide-portal .portal-mockup,
#guide-gpt .guide-image-frame.large {
  min-height: 0;
}

#guide-gpt .guide-image-frame.large {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.guide-image-frame.compact img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center top;
  background: #ffffff;
}

.gpt-example-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 18px;
  align-items: start;
}

.gpt-example-points {
  display: grid;
  gap: 14px;
}

.gpt-example-point {
  padding: 20px;
  min-height: 120px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(242, 248, 255, 0.95), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.gpt-example-point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.45;
  color: #24406e;
}

.gpt-example-point p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

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

.start-step-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 16px;
  row-gap: 14px;
  align-items: start;
  padding: 20px;
  min-height: 206px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.start-step-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.start-step-copy h3,
.start-step-copy p {
  margin: 0;
}

.start-step-copy h3,
.start-step-copy p,
.start-step-example span {
  word-break: normal;
  overflow-wrap: anywhere;
}

.start-step-example {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 60px;
  margin-top: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(105, 166, 214, 0.12);
  color: #476693;
  font-size: 13px;
  font-weight: 700;
}

.start-step-example span {
  min-width: 0;
}

.start-step-example i {
  justify-self: center;
  color: var(--green);
  font-size: 22px;
}

.hos-help-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.hos-help-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: #24406e;
}

.hos-help-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.hos-help-button {
  flex: 0 0 auto;
}

.guide-inline-button {
  grid-column: 1 / -1;
  justify-self: start;
  align-self: end;
  margin-top: 2px;
}

.pdf-help-card {
  align-items: center;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.faq-item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 56px 20px 20px;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "\f107";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.pricing-preview {
  padding: 4px 0 8px;
}

.pricing-preview-card {
  padding: 26px 28px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(191, 225, 248, 0.24) 0 190px, transparent 340px),
    radial-gradient(circle at 100% 12%, rgba(220, 245, 230, 0.22) 0 180px, transparent 340px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 253, 255, 0.95));
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: var(--shadow-soft);
}

.pricing-preview-copy {
  margin-bottom: 18px;
}

.pricing-preview-copy .section-title {
  margin-bottom: 10px;
  text-align: left;
}

.pricing-preview-copy .section-lead {
  margin: 0;
  max-width: 720px;
}

.pricing-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  max-width: none;
}

.pricing-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  row-gap: 6px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 16px 30px rgba(57, 95, 166, 0.07);
  width: 100%;
}

.pricing-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / span 3;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  font-size: 28px;
  border: 1px solid rgba(77, 125, 201, 0.12);
}

.pricing-item h3,
.pricing-amount,
.pricing-note {
  margin: 0;
}

.pricing-item h3 {
  align-self: end;
  font-size: 24px;
  line-height: 1.35;
  color: #24406e;
}

.pricing-amount {
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--blue);
}

.pricing-note {
  color: #537099;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.pricing-note.subtle {
  color: #7c92b4;
  font-size: 13px;
  font-weight: 600;
}

.monitor-highlight-card {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(47, 122, 229, 0.08), rgba(88, 203, 129, 0.14));
  border: 1px solid rgba(88, 203, 129, 0.24);
  box-shadow: 0 14px 30px rgba(57, 95, 166, 0.07);
}

.monitor-highlight-card strong,
.monitor-highlight-card p {
  margin: 0;
}

.monitor-highlight-card strong {
  display: block;
  margin-bottom: 8px;
  color: #1f4f8f;
  font-size: 20px;
}

.monitor-highlight-card p {
  color: #486587;
  font-size: 14px;
  line-height: 1.72;
}

.chatgpt-requirement-card {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(105, 166, 214, 0.12);
  box-shadow: 0 14px 30px rgba(57, 95, 166, 0.07);
}

.chatgpt-requirement-card strong,
.chatgpt-requirement-card p {
  margin: 0;
}

.chatgpt-requirement-card strong {
  display: block;
  margin-bottom: 8px;
  color: #24406e;
  font-size: 18px;
}

.chatgpt-requirement-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.faq-index {
  padding: 0 0 24px;
}

.roadmap-note {
  padding: 0 0 30px;
}

.roadmap-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.roadmap-note-grid span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(105, 166, 214, 0.12);
  color: #35537f;
  font-size: 14px;
  font-weight: 700;
}

.family {
  padding: 52px 0 34px;
  background: transparent;
}

.family-banner {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(320px, 1fr) minmax(250px, 0.82fr);
  gap: 12px;
  align-items: center;
  min-height: 196px;
  padding: 10px 22px 10px 0;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.family-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 252, 0.98));
  border: 1px solid rgba(123, 152, 213, 0.10);
  box-shadow: var(--shadow-soft);
  z-index: 0;
  pointer-events: none;
}

.family-banner > * {
  position: relative;
  z-index: 1;
}

.family-photo-area {
  position: relative;
  align-self: stretch;
  overflow: visible;
  z-index: 3;
  pointer-events: none;
}

.family-photo-card {
  position: absolute;
  left: -18px;
  bottom: -12px;
  width: 370px;
  height: 232px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}

.family-photo-image {
  width: 100%;
  height: 100%;
  min-height: 232px;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 12px 20px rgba(54, 73, 104, 0.12));
  pointer-events: none;
}

.family-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  max-width: 430px;
  min-width: 0;
}

.family-copy h2 {
  margin-bottom: 8px;
  font-size: clamp(23px, 2.1vw, 32px);
}

.family-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.family-detail {
  margin-top: 2px;
  color: #667ea2;
  font-size: 15px;
  line-height: 1.58;
}

.family-points {
  display: grid;
  gap: 4px;
  margin-top: 0;
  padding-left: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.family-line-art {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  min-height: 0;
  padding-right: 0;
  min-width: 0;
}

.family-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.family-points i {
  color: var(--green);
}

.faq-index-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-index-card .faq-list {
  width: 100%;
}

@media (max-width: 1320px) {
  .family-banner {
    grid-template-columns: 320px minmax(260px, 1fr) minmax(220px, 0.84fr);
    gap: 18px 20px;
    padding: 16px 18px 18px 0;
  }

  .family-copy {
    grid-column: 2;
    max-width: none;
    align-self: center;
    justify-self: start;
    padding-left: 14px;
  }

  .family-copy h2,
  .family-copy p,
  .family-detail {
    max-width: 100%;
    text-wrap: pretty;
  }

  .family-copy p {
    max-width: 37ch;
  }

  .family-detail {
    max-width: 34ch;
  }

  .family-line-art {
    grid-column: 3;
    justify-self: start;
    width: 100%;
    padding-left: 0;
  }

  .family-points {
    width: 100%;
  }

  .family-points span {
    white-space: normal;
  }
}

.faq-index-card .section-kicker {
  text-align: center;
  margin-bottom: 4px;
}

.faq-index-card .section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

@media (min-width: 961px) and (max-width: 1320px) {
  .family-banner {
    grid-template-columns: 320px minmax(420px, 1fr);
  }

  .family-copy {
    padding-left: 20px;
  }

  .family-copy h2 {
    white-space: nowrap;
  }

  .family-copy p {
    max-width: 40ch;
  }

  .family-detail {
    max-width: 36ch;
  }
}


.bottom-cta {
  padding: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #2f7ae5, #58b8e7);
  box-shadow: 0 18px 34px rgba(57, 95, 166, 0.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease, box-shadow 0.24s ease;
}

.back-to-top:hover {
  box-shadow: 0 22px 38px rgba(57, 95, 166, 0.28);
  transform: translateY(8px);
}

.back-to-top:focus-visible {
  outline: 3px solid rgba(88, 184, 231, 0.32);
  outline-offset: 3px;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top i {
  display: block;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.bottom-cta .container {
  width: 100%;
  max-width: none;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 28px;
  align-items: center;
  padding-block: 18px;
  padding-inline: max(32px, calc((100vw - var(--container)) / 2 + 32px));
  background: linear-gradient(90deg, #2f7ae5 0%, #58b8e7 48%, #7ad59c 100%);
  color: #fff;
  border-radius: 0;
}

.cta-copy h2 {
  margin-bottom: 4px;
  font-size: clamp(20px, 2.1vw, 28px);
}

.cta-copy {
  padding-left: 12px;
  max-width: 540px;
  justify-self: center;
  order: 2;
  text-align: center;
}

.bottom-cta .button-bottom {
  background: #ffffff;
  color: #2f7ae5;
  box-shadow: 0 18px 34px rgba(17, 51, 108, 0.14);
}

.bottom-cta .button-offer-badge {
  background: linear-gradient(135deg, #fff7e7, #ffffff);
  color: #d95f0e;
  border: 1px solid rgba(224, 103, 18, 0.18);
}

.bottom-cta .button-bottom i {
  color: #2f7ae5;
}

.cta-copy p {
  margin: 0 0 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.94);
}

.cta-copy small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.94);
}

.cta-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  justify-self: start;
  width: 100%;
  max-width: 700px;
  padding: 8px 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.94);
  order: 1;
}

.cta-meta-group {
  display: grid;
  align-content: start;
  gap: 4px;
}

.cta-legal-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cta-legal-links a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.cta-meta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.cta-meta a {
  color: #ffffff;
  text-decoration: underline;
}

.faq-anchor {
  height: 1px;
}

.legal-main {
  padding: 28px 0 72px;
}

.legal-layout {
  display: grid;
  gap: 24px;
}

.legal-hero,
.legal-section {
  padding: 30px 32px;
}

.legal-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.legal-hero p,
.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-hero p {
  margin: 0;
  max-width: 860px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 14px;
  color: #5f7da9;
  font-weight: 700;
}

.legal-section {
  display: grid;
  gap: 12px;
}

.legal-section h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.legal-section p {
  margin: 0;
  line-height: 1.8;
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

.legal-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(241, 247, 255, 0.9);
  border: 1px solid rgba(105, 166, 214, 0.12);
}

@media (max-width: 1360px) {
  .support-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .support-copy,
  .support-visual {
    width: 100%;
    max-width: none;
  }

  .support-copy h2 {
    max-width: 100%;
    font-size: clamp(34px, 4.8vw, 46px);
    line-height: 1.1;
  }

  .support-copy .section-lead,
  .support-sublead {
    max-width: 100%;
  }

  .support-visual {
    min-height: 0;
    margin-top: 18px;
  }

  .support-cards {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }

  .support-cards .info-card {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 8px;
    min-height: 0;
    align-items: start;
  }

  .support-cards .mini-icon {
    grid-row: 1 / span 2;
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .support-cards .info-card h3 {
    grid-column: 2;
    min-height: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
  }

  .support-cards .info-card p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.7;
  }

  .support-device-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 520px;
    height: clamp(340px, 55vw, 430px);
    min-height: 0;
    margin: 0 auto;
  }

  .family-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 14px;
    text-align: left;
  }

  .family-photo-area {
    min-height: 190px;
  }

  .family-photo-card {
    position: relative;
    left: 0;
    bottom: auto;
    width: min(100%, 340px);
    height: 190px;
  }

  .family-copy {
    max-width: none;
  }

  .family-line-art {
    min-height: 0;
    justify-content: flex-start;
  }

  .family-photo-image {
    min-height: 190px;
    object-position: center bottom;
  }
}

@media (max-width: 1200px) {
  .nav,
  .main-nav,
  .intro-grid,
  .support-grid,
  .support-cards,
  .steps-row {
    flex-wrap: wrap;
  }

  .site-header .container.nav {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .nav {
    row-gap: 12px;
  }

  .brand {
    order: 1;
  }

  .nav-actions {
    order: 2;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .main-nav {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
    justify-content: flex-start;
    gap: 16px 22px;
    margin-left: 0;
    padding-top: 4px;
  }

  .flow-visual-card {
    padding: 24px 22px;
  }

  .steps-row::before {
    top: 110px;
    bottom: 110px;
  }

  .step-card {
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr);
    gap: 24px;
    height: auto;
    min-height: 360px;
    padding: 28px;
  }

  .step-card:nth-of-type(even) {
    grid-template-columns: minmax(280px, 1.12fr) minmax(0, 0.88fr);
  }

  .flow-step-media {
    min-height: 240px;
  }

  .flow-step-image {
    max-height: 300px;
  }

  .hero-home-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-home-visual {
    min-height: 0;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-home-visual-card {
    min-height: 420px;
  }

  .guide-preview-card,
  .guide-layout,
  .guide-hero-card,
  .guide-portal-grid,
  .portal-guide-card,
  .guide-split,
  .gpt-panel {
    grid-template-columns: 1fr;
  }

  .guide-hero .container {
    width: min(calc(100% - 32px), 1360px);
  }

  .guide-layout::after {
    display: none;
  }

  .guide-layout {
    grid-template-columns: 196px minmax(0, 1fr);
    justify-content: stretch;
    align-items: start;
    gap: 24px;
    padding-left: 0;
    transform: none;
  }

  .guide-preview-points,
  .guide-flow-grid,
  .start-steps,
  .pricing-preview-grid,
  .parent-gpts-grid,
  .roadmap-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-scene,
  .story-scene.reverse {
    grid-template-columns: 1fr;
  }

  .story-scene.reverse .story-visual,
  .story-scene.reverse .story-copy {
    order: initial;
  }

  .guide-sidebar {
    position: sticky;
    top: 88px;
    width: 196px;
    z-index: 12;
  }

  .guide-content {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .guide-sidebar-card {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .start-step-card {
    min-height: 0;
  }

  .guide-flow-card,
  .portal-note-card,
  .gpt-callout,
  .gpt-example-point,
  .pricing-item {
    min-height: 0;
  }

  .main-nav {
    justify-content: center;
  }

  .support-cards {
    grid-template-columns: 1fr;
  }

  .support-cards .info-card {
    min-height: 0;
  }

  .intro-copy,
  .support-copy {
    max-width: none;
  }

  .hero-banner-image {
    height: auto;
  }

  .steps-row {
    gap: 0;
  }

  .step-card {
    width: 100%;
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr);
    gap: 24px;
    height: auto;
    min-height: 360px;
  }

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

  .family-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 14px;
    text-align: left;
  }

  .family-photo-area {
    min-height: 170px;
  }

  .family-photo-card {
    left: 0;
    width: min(100%, 320px);
    height: 170px;
  }

  .family-line-art {
    min-height: 100px;
    justify-content: flex-end;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-meta {
    justify-self: start;
    max-width: none;
    padding: 0 0 0 68px;
  }
}

@media (max-width: 1024px) {
  .steps-row::before {
    top: 72px;
    bottom: 72px;
  }

  .step-card,
  .step-card:nth-of-type(even) {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 20px;
  }

  .step-card:nth-of-type(even) .flow-step-copy,
  .step-card:nth-of-type(even) .flow-step-media {
    order: initial;
  }

  .step-connector {
    height: 64px;
  }

  .flow-step-copy {
    padding-top: 0;
  }

  .flow-step-media {
    min-height: 220px;
    height: auto;
    padding: 14px;
  }

  .flow-step-image {
    height: auto;
    max-height: 320px;
    object-fit: contain;
  }

  .nav-actions .button {
    min-height: 44px;
  }

  .nav-actions .button-guide {
    padding-inline: 14px;
  }

  .button-offer-nav {
    padding-inline: 10px 14px;
  }

  .button-offer-nav .button-offer-badge {
    min-height: 20px;
    padding-inline: 7px;
    font-size: 11px;
  }

  .button-offer-nav .button-offer-text {
    font-size: 13px;
  }

  .guide-hero .container {
    width: min(calc(100% - 24px), 1360px);
  }

  .guide-main {
    padding: 22px 0 40px;
  }

  .guide-content {
    gap: 20px;
  }

  .guide-hero-card,
  .guide-section {
    padding: 24px 20px;
  }

  .guide-hero-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-hero-visual {
    min-height: 0;
  }

  .guide-hero-logo {
    width: min(100%, 280px);
  }

  .guide-flow-grid,
  .gpt-callout-list,
  .start-steps,
  .portal-guide-notes {
    grid-template-columns: 1fr;
  }

  .portal-guide-card,
  .gpt-example-card {
    grid-template-columns: 1fr;
  }

  .portal-note-card,
  .gpt-callout,
  .gpt-example-point,
  .start-step-card,
  .hos-help-card {
    min-height: 0;
  }

  .gpt-panel,
  .start-steps,
  .hos-help-card,
  .faq-list {
    width: 100%;
    margin-inline: 0;
  }

  .start-step-example {
    justify-content: flex-start;
  }

  .hos-help-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-home {
    min-height: 0;
    padding-top: 24px;
  }

  .hero-home-panel {
    min-height: 0;
    padding: 28px 20px 22px;
    border-radius: 26px;
  }

  .hero-home-grid {
    gap: 22px;
  }

  .hero-home-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-home-actions .button {
    width: 100%;
    min-height: 60px;
    padding-inline: 20px;
  }

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

  .hero-home-visual-card {
    min-height: 340px;
    padding: 22px;
    border-radius: 24px;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .guide-main {
    padding-top: 20px;
  }

  .guide-sidebar {
    top: 12px;
  }

  .main-nav {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 18px 24px;
    font-size: 15px;
  }

  .nav-actions {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .brand-name {
    font-size: 24px;
  }

  .button-primary,
  .button-secondary {
    min-height: 46px;
    padding: 0 18px;
  }

  .button-guide {
    min-height: 46px;
    padding: 0 16px;
  }

  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }

  .back-to-top i {
    font-size: 18px;
  }

  .hero-banner {
    padding-top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-banner-image {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center top;
  }

  .comic-hero-bubble {
    left: 34%;
    top: 22%;
    width: min(44%, 320px);
  }

  .main-message h1,
  .intro-copy h2,
  .support-copy h2,
  .section-title,
  .family-copy h2,
  .cta-copy h2 {
    word-break: keep-all;
  }

  .hero-lead,
  .section-lead,
  .family-copy p,
  .cta-copy p,
  .hero-cta p,
  .cta-copy small {
    font-size: 16px;
  }

  .message-mini-points {
    flex-wrap: wrap;
  }

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

  .steps-row {
    gap: 0;
  }

  .step-arrow {
    display: none;
  }

  .button-hero,
  .button-bottom {
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }

  .main-message-card {
    padding: 22px 18px;
  }

  .guide-preview-card,
  .guide-hero-card,
  .guide-section,
  .section-card,
  .pricing-preview-card {
    padding: 20px 18px;
  }

  .parent-gpts-card,
  .faq-index-card,
  .roadmap-note-card {
    padding: 20px 18px;
  }

  .guide-preview-points,
  .guide-preview-audience-grid,
  .guide-flow-grid,
  .portal-guide-notes,
  .start-steps,
  .pricing-preview-grid,
  .parent-gpts-grid,
  .roadmap-note-grid {
    grid-template-columns: 1fr;
  }

  .learning-story-card {
    padding: 20px 18px;
  }

  .story-scene {
    gap: 18px;
    padding: 18px;
  }

  .story-copy h3 {
    font-size: clamp(24px, 4vw, 32px);
  }

  .guide-preview-visual {
    min-height: 0;
  }

  .guide-preview-window-body {
    grid-template-columns: 1fr;
  }

  .guide-preview-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(111, 149, 208, 0.14);
  }

  .guide-preview-content {
    padding: 18px;
  }

  .guide-preview-panels {
    grid-template-columns: 1fr;
  }

  .guide-preview-badge {
    position: static;
    margin-top: 12px;
    justify-self: start;
  }

  .guide-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
  }

  .guide-content {
    width: 100%;
    max-width: none;
    gap: 22px;
    transform: none;
  }

  .guide-sidebar {
    position: sticky;
    top: 12px;
    width: 180px;
  }

  .guide-sidebar-card {
    padding: 16px;
    width: 100%;
    max-width: none;
  }

  .guide-side-nav {
    display: grid;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .guide-side-nav a {
    min-height: 42px;
    padding: 8px 12px;
    white-space: normal;
  }

  .guide-preview-copy .section-lead,
  .guide-preview-copy,
  .guide-hero-copy p,
  .guide-section-heading p {
    max-width: 100%;
  }

  .comic-feature-callout {
    position: static;
    width: 100%;
    border-radius: 20px;
  }

  .guide-hero-copy h1 {
    font-size: 38px;
  }

  .guide-hero-copy p {
    font-size: 16px;
  }

  .guide-preview-window-body {
    min-height: 0;
  }

  .hero-submessage {
    font-size: 24px;
  }

  .comic-hero-bubble {
    top: 3%;
    left: 3%;
    min-height: 42px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .guide-section-heading h2 {
    font-size: 28px;
  }

  .gpt-panel,
  .guide-split {
    gap: 18px;
  }

  .gpt-callout-list,
  .gpt-example-card {
    grid-template-columns: 1fr;
  }

  .start-step-card {
    gap: 14px;
  }

  .portal-note-card,
  .gpt-callout,
  .gpt-example-point,
  .start-step-card,
  .hos-help-card,
  .pricing-item {
    padding: 18px 16px;
  }

  .guide-tool-summary,
  .portal-mockup,
  .guide-image-frame {
    padding: 18px 16px;
  }

  .guide-tool-summary-grid {
    grid-template-columns: 1fr;
  }

  .portal-step-card {
    grid-template-columns: 1fr;
  }

  .portal-note-card h3,
  .start-step-copy h3 {
    font-size: 17px;
  }

  .hos-help-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-grid {
    flex-direction: column;
    gap: 12px;
  }

  .intro-cards {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    min-height: 330px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(232, 245, 255, 0.54), rgba(219, 241, 250, 0.42));
  }

  .intro-visual-frame {
    position: relative;
    inset: auto;
    height: 100%;
    align-items: flex-end;
  }

  .intro-child-image {
    width: min(100%, 400px);
  }

  .intro-card {
    grid-template-columns: 72px 1fr;
    min-height: 128px;
    padding: 16px 18px 14px;
  }

  .intro-card h3 {
    min-height: 64px;
    font-size: 19px;
  }

  .intro-card p {
    font-size: 14px;
  }

  .support-cards,
  .steps-row {
    flex-direction: column;
  }

  .support-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .support-copy h2 {
    font-size: clamp(30px, 7vw, 42px);
    line-height: 1.12;
  }

  .support-title-mobile-break {
    display: inline;
  }

  .support-visual {
    width: 100%;
    min-height: 0;
    order: 2;
    margin-top: 18px;
    z-index: 1;
  }

  .support-copy {
    order: 1;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .info-card {
    min-height: 128px;
    padding: 14px 16px 12px;
  }

  .support-cards {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }

  .support-cards .info-card {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 8px;
    min-height: 0;
    align-items: start;
  }

  .support-cards .mini-icon {
    grid-row: 1 / span 2;
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .support-cards .info-card h3 {
    grid-column: 2;
    min-height: 0;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .support-cards .info-card p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.7;
  }

  .support-device-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 460px;
    height: clamp(320px, 92vw, 430px);
    min-height: 0;
    margin: 0 auto;
  }

  .support-device-tablet {
    left: 0;
    top: 0;
    width: 90%;
  }

  .support-device-phone {
    left: 46%;
    right: auto;
    bottom: 3%;
    width: 60%;
  }

  .support-decor.circle {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 8px;
  }

  .step-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .family {
    padding: 4px 0 6px;
  }

  .family-banner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    overflow: hidden;
  }

  .family-photo-area {
    order: 1;
    min-height: 0;
    display: grid;
    justify-items: center;
  }

  .family-photo-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 37 / 23;
    margin-inline: auto;
  }

  .family-copy {
    order: 2;
    max-width: none;
  }

  .faq-index-card .section-kicker {
    margin-bottom: 2px;
  }

  .faq-index-card .section-title {
    margin-bottom: 4px;
  }

  .family-line-art {
    order: 3;
    grid-template-columns: 1fr;
    justify-items: start;
    justify-content: center;
    min-height: 84px;
    gap: 10px;
    padding-left: 0;
  }

  .family-photo-image {
    min-height: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .family-copy h2 {
    font-size: 28px;
  }

  .family-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .family-detail,
  .family-points {
    font-size: 12px;
  }

  .cta-copy {
    padding-left: 24px;
    justify-self: start;
    order: 1;
  }

  .cta-meta {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 24px 0 24px;
    order: 2;
  }
}

@media (max-width: 720px) {
  .guide-shell .main-nav {
    display: none;
  }

  .legal-main {
    padding-top: 20px;
  }

  .legal-hero,
  .legal-section {
    padding: 22px 18px;
  }

  .legal-hero h1 {
    font-size: 30px;
  }

  .legal-section h2 {
    font-size: 21px;
  }

  .guide-shell .nav {
    gap: 14px;
  }

  .guide-shell .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .guide-shell .nav-actions .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .main-nav {
    display: none;
  }

  .family-banner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 12px 16px;
    border-radius: 20px;
  }

  .family-photo-area {
    order: 1;
    width: 100%;
    justify-items: center;
  }

  .family-photo-card {
    width: min(100%, 250px);
  }

  .family-copy {
    order: 2;
    width: 100%;
    text-align: left;
  }

  .family-copy h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.32;
    white-space: normal;
  }

  .family-copy p,
  .family-detail {
    font-size: 13px;
    line-height: 1.74;
  }

  .family-line-art {
    order: 3;
    width: 100%;
    min-height: 0;
    gap: 8px;
  }

  .family-points {
    gap: 8px;
    width: 100%;
    font-size: 12px;
  }

  .family-points span {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    column-gap: 8px;
    white-space: normal;
    line-height: 1.65;
  }

  .family-points i {
    margin-top: 2px;
  }

  .hero-home h1,
  .main-message h1 {
    font-size: 34px;
  }

  .hero-home-panel {
    padding: 24px 16px 20px;
  }

  .hero-home-action-note {
    font-size: 14px;
  }

  .hero-home-visual-card {
    min-height: 320px;
    padding: 18px;
  }

  .hero-home-image {
    width: min(100%, 300px);
  }

  .intro-panel {
    padding: 24px 16px;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-actions .button {
    width: 100%;
    flex: none;
  }

  .button-offer {
    gap: 7px;
    white-space: normal;
  }

  .button-hero.button-offer,
  .button-bottom.button-offer {
    padding-inline: 12px;
  }

  .button-offer-badge {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .button-offer-text {
    font-size: 16px;
  }

  .button-offer-nav .button-offer-text {
    font-size: 14px;
  }

  .main-message-card {
    padding: 18px 14px;
  }

  .guide-preview-card,
  .guide-hero-card,
  .guide-section,
  .section-card,
  .guide-sidebar-card,
  .pricing-preview-card {
    padding: 16px 14px;
  }

  .parent-gpts-card,
  .faq-index-card,
  .roadmap-note-card {
    padding: 16px 14px;
  }

  .learning-story-card {
    padding: 16px 14px;
  }

  .learning-story-rail {
    gap: 8px;
  }

  .learning-story-rail span {
    padding: 8px 12px;
    font-size: 12px;
  }

  .story-scene {
    padding: 14px;
    border-radius: 22px;
  }

  .story-frame {
    padding: 10px;
    border-radius: 20px;
  }

  .story-step {
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 12px;
  }

  .story-copy h3 {
    font-size: 24px;
  }

  .story-title-fixed {
    font-size: 24px;
  }

  .story-copy p,
  .story-points li {
    font-size: 14px;
    line-height: 1.75;
  }

  .story-choice-stack,
  .story-metric-row,
  .story-dialogue {
    position: static;
    margin-top: 12px;
  }

  .story-choice-stack span,
  .story-metric-row span {
    min-height: 34px;
    font-size: 12px;
  }

  .story-floating-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .story-note-card {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .story-image-chat {
    min-height: 300px;
  }

  .comic-feature-title {
    font-size: 32px;
  }

  .hero-standard-band {
    gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-standard-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 22px;
    min-height: 54px;
    font-size: 16px;
  }

  .hero-environment-note {
    padding: 14px;
  }

  .comic-hero-bubble {
    display: none;
  }

  .flow-visual-card {
    padding: 16px 14px;
  }

  .flow-visual-lead {
    font-size: 15px;
  }

  .flow-visual-figure {
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 22px;
  }

  .flow-visual-image {
    border-radius: 16px;
  }

  .steps-row {
    gap: 0;
  }

  .steps-row::before {
    left: 50%;
    top: 56px;
    bottom: 56px;
  }

  .step-card {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
    min-height: 0;
    padding: 20px 18px 20px 40px;
  }

  .step-card:nth-of-type(even) {
    grid-template-columns: 1fr;
  }

  .step-card:nth-of-type(even) .flow-step-copy,
  .step-card:nth-of-type(even) .flow-step-media {
    order: initial;
  }

  .step-connector {
    height: 56px;
  }

  .step-connector::before,
  .step-connector::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .step-connector::before {
    top: 6px;
    bottom: 22px;
    width: 5px;
  }

  .step-connector::after {
    top: 50%;
    width: 18px;
    height: 18px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .flow-step-copy {
    padding-left: 0;
    padding-top: 0;
  }

  .flow-step-media {
    min-height: 0;
    padding: 14px;
  }

  .flow-step-image {
    max-height: 300px;
  }

  .parent-gpts-note {
    gap: 10px;
  }

  .pricing-item {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 16px 14px;
  }

  .pricing-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .pricing-item h3 {
    font-size: 20px;
  }

  .pricing-amount {
    font-size: 32px;
  }

  .roadmap-note-grid span {
    min-height: 0;
    padding: 14px;
  }

  .guide-side-nav,
  .guide-preview-menu {
    grid-template-columns: 1fr;
  }

  .guide-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guide-sidebar {
    position: static;
    top: auto;
    width: 100%;
    max-height: none;
  }

  .guide-sidebar-card {
    width: 100%;
    padding: 14px 12px;
  }

  .guide-side-nav a,
  .guide-preview-menu span {
    font-size: 13px;
  }

  .guide-preview-hero-box strong {
    font-size: 24px;
  }

  .guide-preview-audience-head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .guide-preview-audience-head h3 {
    font-size: 19px;
  }

  .guide-hero-copy h1 {
    font-size: 32px;
  }

  .guide-preview-button {
    width: 100%;
    min-width: 0;
    font-size: 17px;
    line-height: 1.35;
    padding-inline: 16px;
  }

  .guide-section-heading {
    gap: 12px;
  }

  .guide-number {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .guide-section-heading h2 {
    font-size: 24px;
  }

  .hero-submessage {
    font-size: 21px;
  }

  .comic-hero-bubble {
    top: 2%;
    left: 2%;
    min-height: 38px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .guide-flow-card {
    padding: 18px 14px 20px;
  }

  .guide-flow-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .guide-flow-card h3 {
    font-size: 20px;
  }

  .portal-note-card,
  .start-step-card,
  .hos-help-card,
  .gpt-callout,
  .gpt-example-point {
    padding: 14px;
  }

  .portal-step-guide-heading,
  .portal-step-card,
  .portal-step-figure {
    padding: 14px;
  }

  .portal-switch-tab {
    gap: 10px;
    min-height: 56px;
    padding: 0 16px;
    font-size: 16px;
  }

  .portal-switch-tab i {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .portal-step-guide-heading h3 {
    font-size: 24px;
  }

  .portal-step-copy h4 {
    font-size: 20px;
  }

  .gpt-callout {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .portal-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-message h1 {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .message-mini-points {
    gap: 8px;
    font-size: 14px;
  }

  .intro-cards {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    min-height: 285px;
    margin-top: 32px;
  }

  .intro-card {
    grid-template-columns: 64px 1fr;
    min-height: 118px;
    padding: 14px 16px 12px;
  }

  .intro-card .point-icon {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }

  .intro-card h3 {
    min-height: 64px;
    font-size: 18px;
  }

  .intro-card p {
    font-size: 13px;
  }

  .intro-child-image {
    width: min(100%, 330px);
  }

  .family-banner {
    grid-template-columns: 1fr;
    padding: 12px;
    text-align: left;
    overflow: hidden;
  }

  .info-card {
    min-height: 118px;
    padding: 12px 14px;
  }

  .info-card h3 {
    font-size: 19px;
  }

  .info-card p {
    font-size: 13px;
  }

  .section-title {
    font-size: 28px;
  }

  .step-icon {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }

  .step-card strong {
    font-size: 21px;
  }

  .step-card h3 {
    font-size: 16px;
  }

  .step-card p {
    font-size: 13px;
  }

  .family-photo-card {
    height: 164px;
  }

  .family-photo-image {
    min-height: 164px;
  }

  .family-copy h2 {
    font-size: 24px;
  }

  .family-copy p {
    font-size: 15px;
  }

  .family-detail,
  .family-points {
    font-size: 13px;
  }

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

  .cta-copy,
  .cta-meta {
    padding-left: 8px;
    padding-right: 8px;
  }

  .support-device-wrap {
    height: clamp(330px, 98vw, 390px);
    min-height: 0;
  }

  .support-device-tablet {
    left: 0;
    width: 92%;
  }

  .support-device-phone {
    left: 46%;
    right: auto;
    bottom: 4%;
    width: 60%;
  }

  .cta-meta p {
    font-size: 12px;
  }

  .cta-legal-links {
    gap: 8px 14px;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .family-banner {
    grid-template-columns: 280px minmax(240px, 1fr) minmax(190px, 0.82fr);
    gap: 14px 16px;
    padding: 14px 16px 16px 0;
    align-items: center;
  }

  .family-photo-area {
    grid-column: 1;
    grid-row: 1;
    min-height: 190px;
  }

  .family-photo-card {
    position: relative;
    left: 0;
    bottom: auto;
    width: 100%;
    max-width: 300px;
    height: 190px;
  }

  .family-photo-image {
    min-height: 190px;
    object-position: left bottom;
  }

  .family-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    max-width: none;
    padding-left: 18px;
  }

  .family-copy h2 {
    margin-bottom: 10px;
    white-space: nowrap;
    font-size: clamp(24px, 2.7vw, 30px);
  }

  .family-copy p {
    max-width: 38ch;
    font-size: 14px;
    line-height: 1.68;
  }

  .family-detail {
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.68;
  }

  .family-line-art {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    width: 100%;
    padding-left: 0;
    min-height: 0;
    justify-self: start;
  }

  .family-points {
    gap: 6px;
    max-width: 24ch;
  }

  .family-points span {
    white-space: normal;
  }
}

@media (min-width: 721px) {
  .faq-index-card {
    padding-top: 24px;
  }

  .faq-index-card .section-kicker {
    text-align: center;
    margin-bottom: 2px;
  }

  .faq-index-card .section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .faq-index-card .faq-list {
    margin-top: 0;
  }
}
