:root {
  --purple: #6c4cf1;
  --deep-purple: #4326b8;
  --cyan: #43d7e8;
  --yellow: #ffd45a;
  --navy: #17213c;
  --pink: #e85c82;
  --blue: #377bc7;
  --orange: #e99a17;
  --green: #14a94f;
  --paper: #ffffff;
  --ink: #20243b;
  --muted: #5e6377;
  --line: #dcd7f4;
  --lavender: #f3f0ff;
  --shadow: 0 18px 40px rgba(44, 34, 105, 0.13);
  --hand-shadow: 6px 7px 0 var(--navy);
  --max-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mobile-break { display: none; }
.keep-together { white-space: nowrap; }
.hero-character-name { display: none; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 9999; padding: 12px 18px; border: 3px solid var(--navy); border-radius: 12px; background: #fff; font-weight: 800; }
.skip-link:focus { top: 12px; }
.section-inner { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(67,38,184,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { width: min(1380px, calc(100% - 36px)); min-height: 76px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 345px; color: var(--deep-purple); text-decoration: none; }
.brand-symbol { flex: 0 0 49px; width: 49px; height: 49px; }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 22px; line-height: 1.2; letter-spacing: .02em; font-weight: 900; }
.brand-copy small { margin-top: 3px; color: #555b75; font-size: 10px; font-weight: 700; }
.global-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(11px, 1.35vw, 24px); margin-left: auto; }
.global-nav a { position: relative; padding: 9px 0; text-decoration: none; white-space: nowrap; color: var(--navy); font-size: 13px; font-weight: 800; }
.global-nav a:not(.nav-gift)::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 3px; border-radius: 999px; background: var(--cyan); transform: scaleX(0); transition: transform .18s ease; }
.global-nav a:hover::after { transform: scaleX(1); }
.global-nav .nav-gift { padding: 10px 17px; border: 2px solid var(--deep-purple); border-radius: 999px; color: #fff; background: linear-gradient(120deg, var(--purple), var(--deep-purple)); box-shadow: 3px 4px 0 var(--navy); }
.header-gift, .menu-button { display: none; }

/* Shared */
.section { position: relative; padding: 82px 0; }
.torn-section::before { content: ""; position: absolute; z-index: 2; top: -13px; left: 0; width: 100%; height: 26px; background: radial-gradient(circle at 13px 27px, transparent 13px, #fff 14px) 0 0 / 30px 26px repeat-x; pointer-events: none; }
.section-heading { max-width: 790px; margin: 0 0 34px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-index { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: var(--deep-purple); font-size: 12px; font-weight: 900; letter-spacing: .07em; }
.section-heading.centered .section-index { justify-content: center; }
.section-index > span { display: inline-grid; place-items: center; width: 35px; height: 35px; border: 2px solid var(--deep-purple); border-radius: 50%; color: #fff; background: var(--purple); font-size: 18px; line-height: 1; }
.section-heading h2, .trust h2, .line-section h2, .business h2 { margin: 0 0 12px; color: #12182e; font-size: clamp(30px, 3vw, 43px); line-height: 1.35; letter-spacing: .01em; font-weight: 900; text-wrap: balance; }
.section-heading > p:last-child, .trust-copy > p, .line-copy > p, .business-panel p { margin: 0; color: var(--muted); font-weight: 600; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 13px 25px; border: 3px solid var(--navy); border-radius: 999px; text-decoration: none; font-weight: 900; letter-spacing: .02em; transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.button::before { content: ""; position: absolute; z-index: -1; top: -60%; left: -35%; width: 24%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(18deg) translateX(-250%); transition: transform .65s ease; }
.button > span:last-child, .button > b:last-child { margin-left: auto; transition: transform .2s ease; }
.button:hover { transform: translateY(-3px) scale(1.01); filter: saturate(1.08); }
.button:hover::before { transform: rotate(18deg) translateX(650%); }
.button:hover > span:last-child, .button:hover > b:last-child { transform: translateX(5px); }
.button:active { transform: translateY(2px) scale(.99); box-shadow: 2px 3px 0 var(--navy); }
.button-primary { color: #fff; background: linear-gradient(115deg, var(--purple), var(--deep-purple)); box-shadow: var(--hand-shadow); }
.button-outline { color: var(--deep-purple); background: #fff; border-color: var(--purple); box-shadow: 5px 6px 0 #d9d0ff; }
.hero-actions .button-primary { animation: ctaBreath 3.8s ease-in-out infinite; }
@keyframes ctaBreath { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.09) drop-shadow(0 0 8px rgba(108,76,241,.24)); } }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 660px; background: #edf8ff; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 31%, rgba(255,255,255,.82) 43%, rgba(255,255,255,.3) 59%, rgba(255,255,255,0) 76%); pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 2; top: 58px; left: 2%; width: 150px; height: 150px; opacity: .18; background-image: radial-gradient(var(--cyan) 2px, transparent 3px); background-size: 19px 19px; pointer-events: none; }
.hero-inner { z-index: 2; width: min(1340px, calc(100% - 42px)); min-height: 660px; margin-inline: auto; display: flex; align-items: center; padding: 46px 0 62px; }
.hero-copy { position: relative; z-index: 5; width: min(555px, 46%); animation: heroCopyIn .7s cubic-bezier(.2,.75,.2,1) both; }
.hero-label { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 13px; padding: 6px 22px 6px 7px; color: #fff; background: linear-gradient(90deg, var(--deep-purple), var(--purple)); clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%); font-size: 13px; font-weight: 900; }
.hero-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; font-size: 18px; }
.hero h1 { margin: 0 0 18px; color: #18214c; font-size: clamp(45px, 4.4vw, 68px); line-height: 1.28; letter-spacing: .02em; font-weight: 900; }
.hero h1 em { color: var(--deep-purple); font-style: normal; }
.hero-lead { max-width: 535px; margin: 0; color: #343a52; font-size: 15px; font-weight: 650; }
.hero-actions { display: grid; gap: 12px; width: min(450px, 100%); margin: 25px 0; }
.reassurance { display: flex; gap: 18px; padding: 0; margin: 0; list-style: none; }
.reassurance li { display: flex; align-items: center; gap: 7px; min-width: 0; font-size: 11px; }
.reassurance strong { white-space: nowrap; }
.reassurance-icon { display: flex; align-items: baseline; justify-content: center; gap: 1px; flex: 0 0 42px; width: 42px; height: 42px; border: 3px solid var(--yellow); border-radius: 50%; color: var(--deep-purple); background: #fff; font-size: 15px; line-height: 36px; font-weight: 900; white-space: nowrap; }
.reassurance-icon small { font-size: 8px; line-height: 1; }
.icon-slash { position: relative; }
.icon-slash::after { content: ""; position: absolute; width: 32px; height: 3px; border-radius: 999px; background: var(--pink); transform: rotate(-48deg); }
.hero-scene { position: absolute; z-index: 0; inset: 0; width: 100%; min-width: 0; }
.hero-landscape { position: absolute; inset: 0; overflow: hidden; height: 100%; }
.hero-landscape img { width: 100%; height: 100%; object-fit: cover; }
.hero-character { position: absolute; z-index: 2; right: 17%; bottom: -1%; width: 35%; height: 96%; filter: drop-shadow(0 12px 9px rgba(23,33,60,.25)); animation: heroCharacterFloat 5.4s ease-in-out infinite; transform-origin: center bottom; }
.hero-character img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; transition: filter .18s ease; }
.hero-character[data-sai-interactive] { cursor: grab; touch-action: none; user-select: none; }
.hero-character[data-sai-interactive]:focus-visible { outline: 5px solid var(--yellow); outline-offset: -8px; border-radius: 45%; }
.hero-character.is-grabbed { animation: none; cursor: grabbing; transform: translate(var(--sai-drag-x, 0), var(--sai-drag-y, 0)) scale(1.04); filter: drop-shadow(0 22px 13px rgba(23,33,60,.32)); }
.hero-character.is-lifted img { transform: scale(1.1); }
.hero-character.is-shy img { filter: saturate(1.12) drop-shadow(0 0 9px rgba(232,92,130,.28)); }
.hero-greeting { position: absolute; z-index: 8; top: 112px; right: 43%; visibility: hidden; max-width: 245px; margin: 0; padding: 12px 16px; border: 3px solid var(--deep-purple); border-radius: 18px; color: var(--deep-purple); background: rgba(255,255,255,.97); box-shadow: 5px 6px 0 var(--yellow); font-size: 13px; line-height: 1.55; font-weight: 850; opacity: 0; transform: translateY(8px) scale(.96); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; pointer-events: none; }
.hero-greeting::after { content: ""; position: absolute; right: -12px; bottom: 18px; width: 19px; height: 19px; border-top: 3px solid var(--deep-purple); border-right: 3px solid var(--deep-purple); background: #fff; transform: rotate(45deg); }
.hero-greeting > span { color: var(--pink); font-size: 18px; }
.hero-greeting.is-visible { visibility: visible; opacity: 1; transform: none; }
.hero-signpost { position: absolute; z-index: 3; right: 2%; bottom: 4%; width: 27%; filter: drop-shadow(0 9px 5px rgba(23,33,60,.25)); }
.hero-signpost-links { position: absolute; z-index: 5; right: 2%; bottom: 4%; width: 27%; aspect-ratio: 1; pointer-events: none; }
.signpost-link { position: absolute; left: 12%; width: 66%; height: 16%; border-radius: 12px; pointer-events: auto; transition: transform .2s ease, filter .2s ease, background-color .2s ease; }
.signpost-link span { position: absolute; right: 98%; top: 50%; width: max-content; padding: 6px 10px; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: #fff; box-shadow: 3px 4px 0 var(--yellow); font-size: 11px; font-weight: 900; opacity: 0; transform: translate(8px,-50%); transition: opacity .18s ease, transform .18s ease; pointer-events: none; }
.signpost-link:hover, .signpost-link:focus-visible { background: rgba(255,255,255,.2); filter: drop-shadow(0 0 9px rgba(255,212,90,.9)); transform: translateX(5px) scale(1.03); outline: 3px solid rgba(255,255,255,.9); outline-offset: -3px; }
.signpost-link:hover span, .signpost-link:focus-visible span { opacity: 1; transform: translate(0,-50%); }
.signpost-life { top: 24%; }
.signpost-work { top: 42%; }
.signpost-income { top: 60%; }
.spark { position: absolute; z-index: 4; color: var(--yellow); font-size: 42px; filter: drop-shadow(2px 2px 0 var(--deep-purple)); animation: float 3.2s ease-in-out infinite; }
.spark-one { top: 1%; left: 3%; }
.spark-two { right: 1%; bottom: 3%; animation-delay: 1.1s; }
@keyframes float { 50% { transform: translateY(-9px) rotate(8deg); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateX(-28px); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroCharacterFloat { 0%,100% { transform: translateY(0) rotate(-.35deg); } 50% { transform: translateY(-9px) rotate(.35deg); } }

/* Scroll reveal */
.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(30px) scale(.985); transition: opacity .7s cubic-bezier(.2,.75,.2,1), transform .7s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-enabled [data-reveal="left"] { transform: translateX(-34px); }
.reveal-enabled [data-reveal="right"] { transform: translateX(34px); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: none; }
.reveal-enabled .step-card[data-reveal].is-visible:hover,
.reveal-enabled .entrance-card[data-reveal].is-visible:hover,
.reveal-enabled .article-card[data-reveal].is-visible:hover,
.reveal-enabled .more-card[data-reveal].is-visible:hover { transform: translateY(-6px); }

/* First step */
.first-step { background: linear-gradient(180deg, #f3f0ff, #faf9ff); }
.first-step.torn-section::before { background-color: #f3f0ff; }
.first-step-layout { display: grid; grid-template-columns: 1fr 280px; gap: 22px; align-items: stretch; }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.step-card { position: relative; display: grid; grid-template-rows: 125px auto; padding: 20px 18px 19px; border: 3px solid #a99be8; border-radius: 22px; background: #fff; box-shadow: 0 9px 0 rgba(108,76,241,.08); }
.step-card, .entrance-card, .article-card, .more-card { transition: transform .24s ease, box-shadow .24s ease; }
.step-card:hover, .entrance-card:hover, .article-card:hover, .more-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(67,38,184,.14); }
.step-card:not(:last-child)::after { content: ""; position: absolute; top: 44%; right: -40px; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 19px solid #9d83e8; }
.step-number { position: absolute; z-index: 2; top: 12px; left: 12px; display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--deep-purple); border-radius: 50%; color: #fff; background: var(--purple); font-size: 18px; font-weight: 900; }
.step-card picture { display: grid; place-items: center; min-width: 0; }
.step-card img { width: 100%; height: 112px; object-fit: contain; }
.step-card h3 { margin: 6px 0 4px; color: var(--navy); font-size: 17px; line-height: 1.35; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; text-wrap: pretty; }
.achievement-card { position: relative; padding: 26px 26px 10px; overflow: hidden; border: 3px solid #c9c1f2; border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(246,243,255,.9)); }
.achievement-card::before { content: "✦"; position: absolute; top: 16px; right: 23px; color: rgba(108,76,241,.12); font-size: 70px; line-height: 1; pointer-events: none; }
.achievement-card h3 { position: relative; margin: 0 0 15px; color: var(--deep-purple); text-align: center; font-size: 21px; }
.achievement-card ul, .line-copy ul { padding: 0; margin: 0; list-style: none; }
.achievement-card li { position: relative; margin: 11px 0; padding-left: 29px; font-size: 14px; font-weight: 850; }
.achievement-card li::before, .line-copy li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: #2bb77b; font-size: 11px; }
.sai-comment { position: relative; min-height: 165px; margin-top: 10px; }
.sai-comment p { position: relative; z-index: 2; left: -30px; width: 74%; margin: 0; padding: 12px 14px; border: 2px solid var(--purple); border-radius: 16px; color: var(--deep-purple); background: #fff; font-size: 13px; line-height: 1.6; font-weight: 800; }
.sai-comment p::after { content: ""; position: absolute; right: -11px; bottom: 16px; width: 18px; height: 18px; border-top: 2px solid var(--purple); border-right: 2px solid var(--purple); background: #fff; transform: rotate(45deg); }
.sai-comment picture { position: absolute; right: -16px; bottom: -16px; width: 48%; }
.section-button { display: flex; width: min(470px, 100%); margin: 30px auto 0; }

/* Entrances */
.entrances { background: #fffdf7; }
.entrances.torn-section::before { background-color: #fffdf7; }
.entrance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.entrance-card { position: relative; overflow: hidden; border: 3px solid; border-radius: 28px; background: #fff; box-shadow: 0 11px 0 rgba(23,33,60,.07); }
.entrance-life { border-color: var(--pink); }
.entrance-work { border-color: #559ee6; }
.entrance-income { border-color: #eaaa2e; }
.entrance-card > picture { overflow: hidden; height: 215px; border-bottom: 2px solid currentColor; background: #f7f4ff; }
.entrance-card > picture img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.entrance-card:hover > picture img { transform: scale(1.025); }
.recommend-label { position: absolute; z-index: 3; top: 24px; left: -48px; width: 175px; padding: 6px; border: 2px solid var(--navy); color: var(--navy); background: var(--yellow); text-align: center; font-size: 12px; font-weight: 900; transform: rotate(-39deg); }
.entrance-body { padding: 20px 24px 22px; }
.entrance-eyebrow { margin: 0; color: var(--muted); text-align: center; font-size: 12px; font-weight: 700; }
.entrance-card h3 { margin: 2px 0 12px; color: var(--navy); text-align: center; font-size: 25px; line-height: 1.35; }
.entrance-life h3 { color: #c94d70; }
.entrance-work h3 { color: #2f70ba; }
.entrance-income h3 { color: #b97800; }
.entrance-card h3 span { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 2px solid currentColor; border-radius: 14px; background: #fff; }
.entrance-card ul { padding: 0; margin: 0 0 16px; list-style: none; }
.entrance-card li { padding: 6px 0; border-bottom: 1px dashed #dedbea; font-size: 13px; font-weight: 700; }
.entrance-card li::before { content: "✦"; margin-right: 7px; color: var(--purple); }
.entrance-card a { display: flex; align-items: center; justify-content: center; gap: 40px; min-height: 43px; border: 2px solid currentColor; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 900; }
.entrance-life a { color: #ca4e71; }
.entrance-work a { color: #337bc5; }
.entrance-income a { color: #ba7b00; }
.swipe-hint { display: none; }

/* Roadmap */
.roadmap { background: linear-gradient(180deg, #e9f6ff, #f2faff); }
.roadmap.torn-section::before { background-color: #e9f6ff; }
.roadmap-heading { margin-bottom: 20px; }
.roadmap-figure { margin: 0; }
.roadmap-figure picture { overflow: hidden; border: 4px solid #9cc4de; border-radius: 32px; background: #ccebf9; box-shadow: var(--shadow); }
.roadmap-figure img { width: 100%; aspect-ratio: 2.4/1; object-fit: cover; }
.roadmap-figure figcaption { max-width: 920px; margin: 17px auto 0; color: #596174; text-align: center; font-size: 13px; font-weight: 650; }
.course-links { position: relative; z-index: 2; display: flex; justify-content: center; gap: 16px; margin-top: 22px; }
.course-links a { position: relative; overflow: hidden; display: flex; align-items: center; gap: 9px; min-width: 220px; padding: 11px 18px; border: 3px solid; border-radius: 999px; background: #fff; box-shadow: 4px 5px 0 rgba(23,33,60,.14); text-decoration: none; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.course-links a::after { content: ""; position: absolute; top: -60%; left: -30%; width: 18%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); transform: rotate(18deg) translateX(-300%); transition: transform .65s ease; }
.course-links a:hover { transform: translateY(-5px) scale(1.025); }
.course-links a:hover::after { transform: rotate(18deg) translateX(850%); }
.course-links a:active { transform: translateY(1px) scale(.99); }
.course-links b { margin-left: auto; transition: transform .2s ease; }
.course-links a:hover b { transform: translateX(6px); }
.course-life { color: #ca4d71; }
.course-work { color: #347ac3; }
.course-income { color: #b97900; }
.course-life:hover { background: #fff1f5; box-shadow: 5px 7px 0 rgba(202,77,113,.24); }
.course-work:hover { background: #eef7ff; box-shadow: 5px 7px 0 rgba(52,122,195,.24); }
.course-income:hover { background: #fff8e7; box-shadow: 5px 7px 0 rgba(185,121,0,.24); }

/* Articles */
.tried { background: #fff; }
.article-layout { display: grid; grid-template-columns: 1fr 250px; gap: 22px; }
.article-layout > * { min-width: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card, .more-card { overflow: hidden; border: 3px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 10px 26px rgba(67,38,184,.08); }
.article-life { border-color: #ef9bb2; }
.article-work { border-color: #9ec9ef; }
.article-check { border-color: #eac869; }
.article-image { display: block; overflow: hidden; aspect-ratio: 1.65/1; background: #f4f1ff; }
.article-image picture { width: 100%; height: 100%; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-image:hover img { transform: scale(1.035); }
.article-body { padding: 16px 16px 17px; }
.article-body h3 { margin: 0 0 11px; color: var(--navy); font-size: 16px; line-height: 1.45; }
.article-body h3 a { text-decoration: none; }
.article-body h3 a:hover { color: var(--purple); text-decoration: underline; text-underline-offset: 4px; }
.article-body dl { margin: 0; font-size: 11px; }
.article-body dl div { display: grid; grid-template-columns: 76px 1fr; padding: 3px 0; }
.article-body dt { color: var(--deep-purple); font-weight: 900; }
.article-body dd { margin: 0; }
.article-body > p { margin: 10px 0 0; padding: 8px 10px; border-radius: 10px; color: #585063; background: #fff8d9; font-size: 10px; }
.article-body > p strong { margin-right: 6px; color: var(--deep-purple); }
.more-card { padding: 22px 20px; background: #faf8ff; }
.more-card h3 { margin: 0 0 15px; color: var(--deep-purple); }
.more-card ul { padding: 0; margin: 0; list-style: none; }
.more-card li { position: relative; margin: 9px 0; padding-left: 24px; font-size: 13px; font-weight: 750; }
.more-card li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 900; }
.more-card p { margin: 18px 0; color: var(--deep-purple); font-size: 13px; font-weight: 850; }
.more-card .button { width: 100%; padding-inline: 16px; font-size: 12px; }

/* Trust */
.trust { background: linear-gradient(135deg, #f4f0ff, #fff8ee); }
.trust.torn-section::before { background-color: #f4f0ff; }
.trust-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); margin: 28px 0 0; overflow: hidden; border: 3px solid var(--line); border-radius: 22px; background: #fff; }
.stats div { padding: 15px 12px; text-align: center; }
.stats div:nth-child(odd) { border-right: 1px solid var(--line); }
.stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.stats dt { color: var(--muted); font-size: 11px; font-weight: 800; }
.stats dd { margin: 0; color: var(--deep-purple); font-size: 13px; font-weight: 800; }
.stats strong { font-size: 28px; line-height: 1; }
.trust-visual { position: relative; padding: 0 0 36px 64px; }
.trust-visual > picture { overflow: hidden; border: 4px solid var(--navy); border-radius: 28px; box-shadow: 9px 10px 0 rgba(67,38,184,.16); }
.trust-visual > picture img { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; }
.promise-card { position: absolute; bottom: 0; left: 0; width: 245px; padding: 18px 19px; border: 3px solid var(--purple); border-radius: 21px; background: rgba(255,255,255,.96); box-shadow: 6px 7px 0 var(--yellow); }
.promise-card h3 { margin: 0 0 8px; color: var(--deep-purple); font-size: 18px; }
.promise-card ol { padding: 0; margin: 0; list-style: none; counter-reset: promise; }
.promise-card li { counter-increment: promise; position: relative; margin: 5px 0; padding-left: 24px; font-size: 11px; font-weight: 800; }
.promise-card li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: var(--purple); font-size: 9px; }

/* LINE */
.line-section { background: #f1fff5; }
.line-section.torn-section::before { background-color: #f1fff5; }
.line-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; min-height: 405px; padding: 34px 44px; overflow: hidden; border: 4px solid #33aa67; border-radius: 32px; background: #fff; box-shadow: 10px 11px 0 #bcebcf; }
.handbook-visual { position: relative; min-height: 335px; }
.handbook-cover { position: absolute; top: 18px; bottom: auto; left: -2%; width: auto; height: calc(100% - 18px); transform: rotate(-4deg); filter: drop-shadow(0 12px 8px rgba(23,33,60,.22)); }
.handbook-cover img { width: auto; height: 100%; }
.line-sai { position: absolute; right: -4%; bottom: -4%; width: auto; height: 72%; }
.line-sai img { width: auto; height: 100%; }
.line-copy { position: relative; z-index: 3; align-self: center; }
.line-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.line-copy li { position: relative; padding: 10px 10px 10px 34px; border: 1px solid #c9ebd5; border-radius: 12px; color: #31583f; background: #f4fff7; font-size: 11px; font-weight: 800; }
.line-copy li::before { top: 11px; left: 9px; background: var(--green); }
.line-button { width: min(480px, 100%); color: #fff; background: linear-gradient(110deg, #28bc59, #0da544); border-color: #087532; box-shadow: 6px 7px 0 #087532; }
.line-copy > small { display: block; margin-top: 12px; color: #64746a; }

/* Business */
.business { padding: 48px 0; background: #eef3ff; }
.business-panel { display: grid; grid-template-columns: 185px 1fr auto; gap: 28px; align-items: center; }
.business-panel > picture { overflow: hidden; border: 3px solid #7888d8; border-radius: 23px; }
.business-panel > picture img { width: 100%; height: 125px; object-fit: cover; }
.business-panel .section-index { margin-bottom: 3px; }
.business-panel h2 { margin-bottom: 4px; font-size: 31px; }
.business-panel .button { min-width: 240px; }

/* Footer */
.site-footer { padding: 34px 0; color: #fff; background: linear-gradient(110deg, #222d65, #151d4d); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-size: 20px; }
.footer-brand small { color: #c8cdea; font-size: 9px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.site-footer nav a { color: #fff; text-decoration: none; font-size: 11px; font-weight: 750; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer p { margin: 0; color: #c8cdea; }

/* Tablet */
@media (max-width: 1100px) {
  .brand { min-width: 260px; }
  .brand-copy small { display: none; }
  .global-nav { gap: 10px; }
  .global-nav a { font-size: 11px; }
  .hero-inner { min-height: 620px; }
  .hero-copy { width: min(520px, 49%); }
  .hero-character { right: 15%; width: 38%; }
  .hero-signpost { right: 1%; width: 29%; }
  .hero-signpost-links { right: 1%; width: 29%; }
  .hero h1 { font-size: clamp(41px, 5vw, 56px); }
  .first-step-layout { grid-template-columns: 1fr; }
  .achievement-card { display: grid; grid-template-columns: 1fr 330px; align-items: center; padding: 27px 30px 16px; }
  .achievement-card h3 { grid-column: 1; text-align: left; }
  .achievement-card ul { grid-column: 1; }
  .sai-comment { grid-column: 2; grid-row: 1 / 3; }
  .article-layout { grid-template-columns: 1fr; }
  .more-card { display: grid; grid-template-columns: 1fr 1fr auto; gap: 15px; align-items: center; }
  .more-card h3, .more-card p { margin: 0; }
  .more-card .button { width: 190px; }
  .line-copy ul { grid-template-columns: 1fr; }
}

/* Mobile navigation and layout */
@media (min-width: 821px) and (max-width: 1000px) {
  html { scroll-padding-top: 72px; }
  .header-inner { width: calc(100% - 24px); min-height: 68px; gap: 9px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand-symbol { flex-basis: 40px; width: 40px; height: 40px; }
  .brand-copy strong { font-size: 18px; white-space: nowrap; }
  .header-gift { display: inline-flex; align-items: center; justify-content: center; min-width: 62px; min-height: 39px; padding: 5px 13px; border: 2px solid var(--deep-purple); border-radius: 13px; color: #fff; background: var(--purple); text-decoration: none; font-weight: 900; box-shadow: 2px 3px 0 var(--navy); }
  .menu-button { display: grid; gap: 5px; width: 46px; height: 43px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 29px; height: 3px; border-radius: 99px; background: var(--navy); transition: transform .18s ease, opacity .18s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .global-nav { position: fixed; top: 68px; right: 12px; left: 12px; z-index: 101; display: grid; gap: 3px; max-height: calc(100vh - 84px); padding: 14px; overflow-y: auto; border: 3px solid var(--navy); border-radius: 20px; background: #fff; box-shadow: 8px 9px 0 var(--purple); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .global-nav a { padding: 10px 13px; border-radius: 10px; font-size: 14px; }
  .global-nav a:hover { background: var(--lavender); }
  .global-nav .nav-gift { margin-top: 5px; text-align: center; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .section-inner { width: min(100% - 28px, var(--max-width)); }
  .site-header { border-bottom-color: #e8e4fb; }
  .header-inner { width: calc(100% - 24px); min-height: 68px; gap: 9px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand-symbol { flex-basis: 40px; width: 40px; height: 40px; }
  .brand-copy strong { font-size: clamp(15px, 4.6vw, 20px); white-space: nowrap; }
  .header-gift { display: inline-flex; align-items: center; justify-content: center; min-width: 62px; min-height: 39px; padding: 5px 13px; border: 2px solid var(--deep-purple); border-radius: 13px; color: #fff; background: var(--purple); text-decoration: none; font-weight: 900; box-shadow: 2px 3px 0 var(--navy); }
  .menu-button { display: grid; gap: 5px; width: 46px; height: 43px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 29px; height: 3px; border-radius: 99px; background: var(--navy); transition: transform .18s ease, opacity .18s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .global-nav { position: fixed; top: 68px; right: 12px; left: 12px; z-index: 101; display: grid; gap: 3px; max-height: calc(100vh - 84px); padding: 14px; overflow-y: auto; border: 3px solid var(--navy); border-radius: 20px; background: #fff; box-shadow: 8px 9px 0 var(--purple); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .global-nav a { padding: 10px 13px; border-radius: 10px; font-size: 14px; }
  .global-nav a:hover { background: var(--lavender); }
  .global-nav .nav-gift { margin-top: 5px; text-align: center; }

  .section { padding: 66px 0; }
  .mobile-break { display: initial; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, .trust h2, .line-section h2 { font-size: clamp(27px, 7.4vw, 34px); }
  .section-index > span { width: 32px; height: 32px; font-size: 16px; }
  .torn-section::before { height: 20px; top: -10px; background-size: 24px 20px; }
  .reveal-enabled [data-reveal="left"], .reveal-enabled [data-reveal="right"] { transform: translateY(24px); }

  .hero { min-height: 0; background: linear-gradient(180deg, #fff 0%, #fff 82%, #f7f4ff 100%); }
  .hero::before { display: none; }
  .hero::after { top: 18px; left: -25px; opacity: .12; }
  .hero-inner { position: relative; z-index: 3; width: calc(100% - 28px); min-height: 0; display: block; padding: 29px 0 42px; }
  .hero-copy { width: 100%; text-align: left; }
  .hero-label { font-size: 11px; }
  .hero h1 { width: 70%; margin-bottom: 24px; font-size: clamp(24px, 6.9vw, 31px); line-height: 1.3; }
  .hero-lead { padding: 0 2px; color: #343a52; font-size: 13px; line-height: 1.72; }
  .hero-actions { width: 100%; margin: 20px 0; }
  .reassurance { justify-content: space-between; gap: 6px; }
  .reassurance li { flex: 1; justify-content: center; }
  .reassurance-icon { flex-basis: 38px; width: 38px; height: 38px; }
  .hero-scene { position: absolute; z-index: 4; top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 440px; margin: 0; overflow: hidden; pointer-events: none; }
  .hero-landscape { inset: 0; height: 100%; border: 0; border-radius: 0; box-shadow: none; opacity: .12; filter: saturate(.72) brightness(1.1); }
  .hero-landscape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.4) 66%, #fff 100%); }
  .hero-landscape img { object-position: 58% center; }
  .hero-character { top: 48px; right: -1%; bottom: auto; left: auto; width: 39%; height: 175px; overflow: hidden; animation: none; }
  .hero-character[data-sai-interactive] { cursor: pointer; touch-action: manipulation; }
  .hero-character img { transform: scale(2.15); transform-origin: center top; object-position: center top; }
  .hero-signpost, .hero-signpost-links, .hero-scene .spark { display: none; }
  .hero-character-name { position: absolute; z-index: 6; top: 188px; right: 2px; display: inline-flex; align-items: baseline; gap: 5px; padding: 4px 10px; border: 2px solid var(--deep-purple); border-radius: 999px; color: var(--deep-purple); background: rgba(255,255,255,.94); box-shadow: 2px 3px 0 var(--yellow); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .06em; }
  .hero-character-name small { font-size: 8px; letter-spacing: 0; }
  .hero-greeting { top: 215px; right: 3px; max-width: 205px; padding: 10px 13px; font-size: 11px; }

  .step-list { grid-template-columns: 1fr; gap: 12px; }
  .step-card { grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: auto; column-gap: 18px; min-height: 124px; align-items: center; padding: 15px 16px 15px 50px; }
  .step-card:not(:last-child)::after { display: none; }
  .step-card picture { grid-column: 1; }
  .step-card img { height: 94px; }
  .step-card > div { grid-column: 2; }
  .step-card h3 { font-size: 18px; }
  .step-card p { font-size: 13px; }
  .step-number { top: 13px; left: 11px; }
  .achievement-card { grid-template-columns: 1fr 155px; padding: 18px 14px 0; }
  .achievement-card h3 { font-size: 19px; }
  .achievement-card li { margin-block: 9px; font-size: 13px; }
  .sai-comment { min-height: 145px; }
  .sai-comment p { position: absolute; top: 3px; left: -56px; width: 105px; padding: 8px; font-size: 9px; }
  .sai-comment picture { right: -8px; width: 92%; }

  .swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: -10px 2px 12px; color: var(--deep-purple); font-size: 11px; font-weight: 850; }
  .swipe-hint span { font-size: 18px; animation: swipeHint 1.8s ease-in-out infinite; }
  .entrance-grid { display: flex; grid-template-columns: none; gap: 14px; width: calc(100% + 14px); padding: 3px 14px 15px 2px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .entrance-grid::-webkit-scrollbar, .article-grid::-webkit-scrollbar { display: none; }
  .entrance-card { flex: 0 0 min(82vw, 340px); display: block; min-height: 0; border-radius: 22px; scroll-snap-align: start; }
  .entrance-card > picture { height: 190px; border-right: 0; border-bottom: 2px solid currentColor; }
  .entrance-card > picture img { object-position: center; }
  .recommend-label { top: 18px; left: -53px; }
  .entrance-body { display: flex; flex-direction: column; justify-content: center; padding: 15px 14px; }
  .entrance-eyebrow, .entrance-card h3 { text-align: center; }
  .entrance-card h3 { margin: 2px 0 9px; font-size: clamp(21px, 5.8vw, 25px); }
  .entrance-card h3 span { width: 34px; height: 34px; border-radius: 11px; }
  .entrance-card li { padding: 4px 0; font-size: 12px; }
  .entrance-card a { width: 100%; min-height: 40px; gap: 24px; margin-top: 10px; font-size: 12px; }

  .roadmap-figure picture { border-radius: 23px; }
  .roadmap-figure img { aspect-ratio: 1.4/1; object-fit: cover; object-position: center; }
  .roadmap-figure figcaption { font-size: 12px; text-align: left; }
  .course-links { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .course-links a { min-width: 0; }

  .article-layout { gap: 15px; }
  .article-grid { display: flex; grid-template-columns: none; gap: 12px; width: calc(100% + 14px); padding: 3px 14px 16px 2px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .article-card { flex: 0 0 min(82vw, 340px); display: block; min-height: 0; border-radius: 20px; scroll-snap-align: start; }
  .article-image { height: 200px; aspect-ratio: auto; }
  .article-body { padding: 11px 12px; }
  .article-body h3 { margin-bottom: 6px; font-size: 13px; }
  .article-body dl { font-size: 11px; }
  .article-body dl div { grid-template-columns: 63px 1fr; }
  .article-body > p { margin-top: 6px; padding: 6px 7px; font-size: 10.5px; }
  .more-card { display: block; }
  .more-card .button { width: 100%; margin-top: 14px; }

  .trust-layout { grid-template-columns: 1fr; }
  .trust-visual { order: -1; padding: 0 0 70px; }
  .trust-visual > picture img { aspect-ratio: 1.45/1; }
  .promise-card { right: 10px; bottom: 0; left: auto; width: 225px; }

  .line-panel { grid-template-columns: 1fr; gap: 0; min-height: 0; padding: 26px 20px 28px; }
  .handbook-visual { min-height: 250px; }
  .handbook-cover { top: auto; bottom: -20px; left: 8%; width: 31%; height: auto; }
  .handbook-cover img { width: 100%; height: auto; }
  .line-sai { right: 2%; bottom: -25px; width: 54%; height: auto; }
  .line-sai img { width: 100%; height: auto; }
  .line-copy ul { grid-template-columns: 1fr; margin: 16px 0; }
  .line-button { width: 100%; }

  .business-panel { grid-template-columns: 105px 1fr; gap: 14px; }
  .business-panel > picture img { height: 105px; }
  .business-panel h2 { font-size: 27px; }
  .business-panel p { font-size: 12px; }
  .business-panel .button { grid-column: 1 / -1; width: 100%; }

  .footer-inner { grid-template-columns: 1fr; gap: 17px; text-align: center; }
  .site-footer nav { gap: 9px 15px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .brand-symbol { display: none; }
  .hero h1 { font-size: clamp(24px, 6.9vw, 31px); }
  .hero-actions .button { min-height: 52px; }
  .reassurance { align-items: flex-start; }
  .reassurance li { flex-direction: column; gap: 3px; text-align: center; font-size: 9px; }
  .section-heading > p:last-child { font-size: 12px; }
  .step-card { grid-template-columns: 88px minmax(0, 1fr); column-gap: 14px; padding-left: 46px; }
  .step-card img { height: 82px; }
  .step-card h3 { font-size: 16px; }
  .step-card p { font-size: 12px; }
  .achievement-card { grid-template-columns: 1fr 125px; }
  .entrance-body { padding: 13px 11px; }
  .entrance-card ul { margin-bottom: 8px; }
  .roadmap-figure img { aspect-ratio: 1.2/1; }
  .stats strong { font-size: 23px; }
  .line-panel { border-radius: 24px; box-shadow: 6px 7px 0 #bcebcf; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 22.5px; }
  .hero-character { width: 35%; height: 155px; }
}

@keyframes swipeHint { 50% { transform: translateX(6px); } }

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