:root {
  --navy-950: #07182d;
  --navy-900: #0b213e;
  --navy-800: #12345a;
  --navy-700: #1c4a76;
  --gold-600: #a8781c;
  --gold-500: #c99a3c;
  --gold-300: #e8cd8f;
  --green-700: #145c4c;
  --green-100: #e7f4ef;
  --ink: #17243a;
  --muted: #4d5a6b;
  --line: #dbe2ea;
  --paper: #f5f7fa;
  --white: #fff;
  --danger: #a52828;
  --shadow: 0 18px 50px rgba(7, 24, 45, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
:focus-visible { outline: 3px solid #e3ad42; outline-offset: 4px; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  padding: 10px 16px; color: #fff; background: var(--navy-900);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.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;
}
.site-header {
  position: relative; z-index: 10; color: #fff; background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.header-inner {
  width: min(1160px, calc(100% - 40px)); min-height: 72px; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; gap: 12px; align-items: center; color: #fff; text-decoration: none; font-weight: 700; }
.brand-mark {
  display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--gold-500);
  border-radius: 50%; color: var(--gold-300); font-family: Georgia, serif; font-size: 14px;
}
.privacy-badge {
  padding: 5px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
  font-size: 14px; letter-spacing: .03em;
}
main { min-height: calc(100vh - 72px); }
.screen { display: none; animation: fade-in .34s ease both; }
.screen.is-active { display: block; }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } }

.diagnosis-entry {
  min-height: calc(100vh - 72px); padding: clamp(34px, 6vw, 76px) 20px;
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(201,154,60,.18), transparent 31%),
    linear-gradient(135deg, var(--navy-950), #0e3154 72%, #154b5c);
}
.diagnosis-entry-card {
  width: min(1040px, 100%); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 5vw, 60px);
  align-items: center; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px; background: rgba(4, 20, 37, .72); box-shadow: 0 26px 70px rgba(0,0,0,.28);
}
.diagnosis-entry-copy h1 {
  margin: 0; color: #fff; font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(34px, 4.3vw, 55px); line-height: 1.35;
}
.diagnosis-entry-copy h1 span { color: var(--gold-300); }
.diagnosis-entry-copy > p:not(.eyebrow):not(.diagnosis-entry-note) {
  margin: 18px 0 0; color: #dce5ed; font-size: clamp(17px, 1.8vw, 20px);
}
.diagnosis-entry-benefits { margin: 24px 0; padding: 0; list-style: none; }
.diagnosis-entry-benefits li { position: relative; padding: 7px 0 7px 28px; color: #edf2f6; }
.diagnosis-entry-benefits li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold-300); font-weight: 900; }
.diagnosis-entry-copy .button { width: 100%; }
.diagnosis-entry-copy .cta-trust-row { justify-content: flex-start; }
.diagnosis-entry-note { margin: 13px 0 0; color: #afbdc9; font-size: 13px; line-height: 1.65; }
.diagnosis-entry-gift {
  overflow: hidden; border: 1px solid rgba(232,205,143,.35); border-radius: 20px;
  background: rgba(255,255,255,.08);
}
.diagnosis-entry-gift img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.diagnosis-entry-gift div { padding: 21px 23px 24px; }
.diagnosis-entry-gift small, .diagnosis-entry-gift strong, .diagnosis-entry-gift span, .diagnosis-entry-gift em { display: block; }
.diagnosis-entry-gift small { color: var(--gold-300); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.diagnosis-entry-gift strong { margin-top: 5px; color: #fff; font-size: 21px; line-height: 1.5; }
.diagnosis-entry-gift span { margin-top: 7px; color: #d8e1e9; font-size: 14px; }
.diagnosis-entry-gift em { margin-top: 5px; color: #aebac6; font-size: 11px; font-style: normal; }

.hero {
  position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px;
  min-height: 720px; padding: 76px max(40px, calc((100vw - 1160px) / 2)) 105px;
  color: #fff; background:
    radial-gradient(circle at 75% 24%, rgba(201,154,60,.16), transparent 28%),
    linear-gradient(130deg, var(--navy-950) 0%, #0d2c50 68%, #123d5b 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -90px; bottom: -180px; width: 500px; height: 500px;
  border: 1px solid rgba(232,205,143,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(232,205,143,.03);
}
.hero-copy { position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 14px; color: var(--gold-300); font: 700 14px/1.4 Georgia, serif; letter-spacing: .20em; }
.hero-recruit { margin: 0 0 14px; color: #e6edf5; font-size: 16px; letter-spacing: .04em; }
.hero-recruit strong { color: var(--gold-300); }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(32px, 3.7vw, 49px); line-height: 1.35; letter-spacing: .01em; }
.hero h1 span { color: var(--gold-300); }
.hero h1 em { color: #fff3c8; font-style: normal; background: linear-gradient(transparent 72%, rgba(201,154,60,.35) 0); }
.hero-subtitle { max-width: 720px; margin: 22px 0; color: #e8edf4; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.8; }
.start-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.start-facts span { padding: 7px 14px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: #dce5ef; }
.start-facts strong { color: var(--gold-300); }
.hero-description { max-width: 680px; margin: 0 0 30px; color: #d5dee8; font-size: 17px; line-height: 1.9; }
.business-model-callout { display: grid; gap: 7px; max-width: 760px; margin: 0 0 25px; padding: 18px 21px; background: rgba(202, 165, 87, .11); border: 1px solid rgba(224, 194, 126, .38); border-radius: 13px; }
.business-model-callout strong { color: var(--gold-300); font-size: 18px; }
.business-model-callout span { color: #dbe4ec; font-size: 15px; line-height: 1.8; }
.start-note { margin: 12px 0 0; color: #bdcad8; font-size: 14px; }
.cta-trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 14px 0 0; }
.hero-copy > .cta-trust-row { justify-content: flex-start; max-width: 760px; }
.cta-trust-row span { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 11px; color: #f7e5b9; background: rgba(255,255,255,.08); border: 1px solid rgba(224,194,126,.35); border-radius: 999px; font-size: 12px; font-weight: 800; }
.button {
  display: inline-flex; min-height: 52px; padding: 12px 24px; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid transparent; border-radius: 12px; font-weight: 700; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, #e5bd65, var(--gold-500)); box-shadow: 0 9px 24px rgba(201,154,60,.22); }
.button-primary:hover { background: linear-gradient(135deg, #efd184, #d5a74c); }
.button-secondary { color: var(--navy-800); background: #fff; border-color: #bdc9d6; }
.button-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.45); }
.button-large { min-height: 62px; padding-inline: 32px; font-size: 18px; }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.hero-visual { position: relative; z-index: 1; min-height: 440px; margin: 0; align-self: center; }
.hero-visual img {
  display: block; width: 100%; min-height: 440px; object-fit: cover; object-position: 64% center;
  border: 1px solid rgba(232,205,143,.28); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.38);
}
.hero-visual::before {
  content: ""; position: absolute; z-index: 1; inset: -13px 18px 18px -13px;
  border: 1px solid rgba(232,205,143,.28); border-radius: 28px; pointer-events: none;
}
.hero-visual figcaption {
  position: absolute; z-index: 2; right: -18px; bottom: -26px; width: min(350px, 88%); padding: 20px 24px;
  color: #e9eff5; background: rgba(6,22,41,.94); border-left: 4px solid var(--gold-500); box-shadow: 0 16px 35px rgba(0,0,0,.28);
}
.hero-visual figcaption strong, .hero-visual figcaption span { display: block; }
.hero-visual figcaption strong { color: var(--gold-300); font-size: 18px; }
.hero-visual figcaption span { margin-top: 3px; font-size: 14px; line-height: 1.6; }
.gift-preview-hero {
  display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: center;
  margin: 18px 0 20px; padding: 12px; border: 1px solid rgba(210, 166, 69, .45);
  border-radius: 14px; background: rgba(255, 255, 255, .08);
}
.gift-preview-hero img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 9px; }
.gift-preview-hero small, .gift-preview-hero strong, .gift-preview-hero span, .gift-preview-hero em { display: block; }
.gift-preview-hero small { color: var(--gold-300); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.gift-preview-hero strong { margin-top: 3px; color: #fff; font-size: 19px; }
.gift-preview-hero span { margin-top: 4px; color: #dce5ed; font-size: 13px; line-height: 1.55; }
.gift-preview-hero em { margin-top: 3px; color: #aebbc7; font-size: 11px; font-style: normal; }
.value-strip {
  width: min(1160px, calc(100% - 40px)); margin: -36px auto 60px; position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
}
.value-strip article { position: relative; padding: 28px 32px 28px 72px; }
.value-strip article + article { border-left: 1px solid var(--line); }
.value-number { position: absolute; left: 28px; top: 32px; color: var(--gold-600); font: 700 14px Georgia, serif; }
.value-strip h2 { margin: 0; color: var(--navy-900); font-size: 19px; }
.value-strip p { margin: 4px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.lp-section, .lp-opportunity { width: min(1080px, calc(100% - 40px)); margin: 96px auto; }
.lp-kicker { margin: 0 0 12px; color: var(--gold-600); font: 700 13px/1.4 Georgia, serif; letter-spacing: .18em; }
.lp-section h2, .lp-backup h2, .lp-opportunity h2 {
  margin: 0; color: var(--navy-900); font: 700 clamp(29px, 4.5vw, 47px)/1.45 Georgia, "Yu Mincho", serif;
}
.lp-section h2 span, .lp-opportunity h2 span { color: var(--gold-600); }
.lp-lead { max-width: 780px; margin: 24px 0 44px; color: var(--muted); font-size: 19px; line-height: 2; }
.pain-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 38px 0; }
.pain-list p {
  position: relative; margin: 0; padding: 21px 22px 21px 53px; color: #354359; background: #fff;
  border: 1px solid #e0e6ec; border-radius: 14px; box-shadow: 0 8px 22px rgba(7,24,45,.04);
}
.pain-list p::before { content: "…"; position: absolute; left: 20px; top: 17px; color: var(--gold-600); font: 700 22px Georgia, serif; }
.truth-callout { margin-top: 45px; padding: clamp(28px, 5vw, 48px); color: #fff; background: var(--navy-900); border-radius: 22px; }
.truth-callout small { display: block; margin-bottom: 12px; color: var(--gold-300); font: 700 12px Georgia, serif; letter-spacing: .16em; }
.truth-callout strong { display: block; font: 700 clamp(23px, 3.4vw, 34px)/1.6 Georgia, "Yu Mincho", serif; }
.truth-callout p { max-width: 820px; margin: 18px 0 0; color: #cfdae6; }
.lp-deep-desire {
  position: relative; width: min(1160px, calc(100% - 40px)); margin: 96px auto; padding: clamp(45px, 7vw, 84px);
  color: #e8edf3; background:
    radial-gradient(circle at 15% 10%, rgba(201,154,60,.13), transparent 26%),
    linear-gradient(145deg, #07182d, #101b2a);
  border-radius: 30px; box-shadow: 0 28px 70px rgba(7,24,45,.2); overflow: hidden;
}
.lp-deep-desire::after {
  content: "WHY"; position: absolute; right: -10px; top: -42px; color: rgba(255,255,255,.025);
  font: 700 180px Georgia, serif; letter-spacing: -.06em; pointer-events: none;
}
.deep-intro { position: relative; z-index: 1; max-width: 900px; }
.deep-intro h2 { margin: 0; color: #fff; font: 700 clamp(30px, 4.8vw, 50px)/1.5 Georgia, "Yu Mincho", serif; }
.deep-intro h2 span { color: var(--gold-300); }
.deep-intro > p:last-child { max-width: 820px; margin: 24px 0 0; color: #c8d3de; font-size: 19px; }
.deep-fears { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 34px; margin: 42px 0; }
.deep-fears p {
  position: relative; margin: 0; padding: 15px 10px 15px 35px; color: #cdd7e1; border-bottom: 1px solid rgba(255,255,255,.1);
}
.deep-fears p::before { content: "—"; position: absolute; left: 2px; color: var(--gold-500); }
.deep-turn { margin: 48px auto; text-align: center; }
.deep-turn p { margin: 0; color: #fff; font: 700 clamp(23px, 3.4vw, 34px)/1.65 Georgia, "Yu Mincho", serif; }
.deep-turn strong { color: var(--gold-300); font-size: 1.15em; }
.deep-desires { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deep-desires article { padding: 24px 21px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; }
.deep-desires span { color: var(--gold-300); font: 700 12px Georgia, serif; }
.deep-desires h3 { margin: 10px 0 8px; color: #fff; font-size: 19px; }
.deep-desires p { margin: 0; color: #bdc9d4; font-size: 15px; }
.lp-deep-desire blockquote {
  max-width: 870px; margin: 54px auto 0; padding: 35px; text-align: center;
  background: linear-gradient(135deg, rgba(201,154,60,.2), rgba(201,154,60,.07)); border: 1px solid rgba(232,205,143,.25);
}
.lp-deep-desire blockquote p { margin: 0; color: #d8e0e8; }
.lp-deep-desire blockquote p:first-child { margin-bottom: 14px; color: #fff0bd; font: 700 clamp(25px, 4vw, 38px) Georgia, "Yu Mincho", serif; }
.conversion-break {
  width: min(1060px, calc(100% - 40px)); margin: 76px auto 96px; padding: clamp(36px, 6vw, 65px);
  text-align: center; border-radius: 25px; box-shadow: var(--shadow);
}
.conversion-prehead { margin: 0 0 13px; color: var(--gold-600); font: 700 12px Georgia, serif; letter-spacing: .17em; }
.conversion-break h2 { margin: 0; color: var(--navy-900); font: 700 clamp(27px, 4.2vw, 43px)/1.55 Georgia, "Yu Mincho", serif; }
.conversion-break h2 span { color: var(--gold-600); }
.conversion-break > p:not(.conversion-prehead) { max-width: 780px; margin: 22px auto 28px; color: var(--muted); font-size: 18px; }
.conversion-break .button { max-width: 680px; }
.conversion-break-compact { margin-block: 64px; }
.conversion-break-compact .button { max-width: 760px; min-height: 72px; font-size: clamp(18px, 2.4vw, 24px); box-shadow: 0 15px 34px rgba(8, 43, 39, .23); }
.conversion-break-light .cta-trust-row span { color: #66511f; background: #fff8e8; border-color: #dbc58f; }
.conversion-break > small { display: block; margin-top: 13px; color: #697586; }
.conversion-break-light { background: linear-gradient(135deg, #fff, #f9f3e6); border: 1px solid #e4d6b7; }
.conversion-break-dark {
  color: #fff; background:
    radial-gradient(circle at 82% 12%, rgba(201,154,60,.18), transparent 30%),
    linear-gradient(140deg, #07182d, #123b5e);
}
.conversion-break-dark .conversion-prehead { color: var(--gold-300); }
.conversion-break-dark h2 { color: #fff; }
.conversion-break-dark h2 span { color: var(--gold-300); }
.conversion-break-dark > p:not(.conversion-prehead) { color: #d1dce6; }
.conversion-break-dark > small { color: #b8c6d2; }
.lp-enemy { width: min(1160px, calc(100% - 40px)); margin: 96px auto; }
.enemy-heading { max-width: 980px; }
.enemy-heading h2 { margin: 0; color: var(--navy-900); font: 700 clamp(30px, 4.7vw, 49px)/1.5 Georgia, "Yu Mincho", serif; }
.enemy-heading h2 span { color: #a14c34; }
.enemy-heading > p:last-child { max-width: 900px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.old-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 42px; }
.old-route-grid article { position: relative; padding: 30px 28px; background: #fff; border: 1px solid #e0d9d6; border-radius: 16px; }
.old-route-grid article > span { position: absolute; right: 22px; top: 18px; color: #d9cfca; font: 700 34px Georgia, serif; }
.route-label { margin: 0 0 8px; color: #a14c34; font-weight: 700; font-size: 14px; }
.old-route-grid h3 { margin: 0 0 10px; padding-right: 35px; color: var(--navy-900); font-size: 22px; }
.old-route-grid article > p:last-child { margin: 0; color: var(--muted); }
.enemy-definition { margin: 28px 0 0; padding: 27px; color: #513d36; background: #f6ece8; text-align: center; font-size: 19px; border-radius: 14px; }
.enemy-definition strong { color: #852f25; }
.new-route {
  margin-top: 45px; padding: clamp(38px, 6vw, 72px); color: #e2eaf2;
  background: linear-gradient(140deg, #07182d, #0f3b5e); border-radius: 27px; box-shadow: var(--shadow);
}
.new-route-heading { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 35px; }
.new-route-heading .lp-kicker { align-self: start; }
.new-route-heading h3 { margin: 0; color: #fff; font: 700 clamp(28px, 4.2vw, 44px)/1.5 Georgia, "Yu Mincho", serif; }
.new-route-heading h3 span { color: var(--gold-300); }
.new-route-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 40px; }
.new-route-points article { padding: 25px 23px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.new-route-points strong { display: block; color: var(--gold-300); font: 700 24px Georgia, "Yu Mincho", serif; }
.new-route-points sup { font-size: 12px; }
.new-route-points p { margin: 10px 0 0; color: #c9d6e1; font-size: 15px; }
.new-route-note { margin: 22px 0 0; color: #aebdca; font-size: 12px; }
.lp-mechanism {
  width: min(1160px, calc(100% - 40px)); margin: 96px auto; padding: clamp(38px, 6vw, 74px);
  background: #fff; border-radius: 28px; box-shadow: var(--shadow);
}
.mechanism-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: end; }
.mechanism-heading .lp-kicker { grid-column: 1 / -1; }
.mechanism-heading h2 { margin: 0; color: var(--navy-900); font: 700 clamp(29px, 4.5vw, 47px)/1.45 Georgia, "Yu Mincho", serif; }
.mechanism-heading h2 span { color: var(--gold-600); }
.mechanism-heading > p:last-child { margin: 0; color: var(--muted); font-size: 18px; }
.mechanism-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 50px 0 34px; padding: 0; list-style: none; }
.mechanism-steps li { position: relative; display: flex; gap: 17px; padding: 25px; border: 1px solid var(--line); }
.mechanism-steps li + li { border-left: 0; }
.mechanism-steps li > span { color: var(--gold-600); font: 700 14px Georgia, serif; }
.mechanism-steps strong { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: 19px; }
.mechanism-steps p { margin: 0; color: var(--muted); font-size: 15px; }
.mechanism-core { margin: 0; padding: 22px; color: var(--navy-900); background: #f7f1e3; text-align: center; font-size: 19px; }
.lp-ai {
  width: min(1160px, calc(100% - 40px)); margin: 96px auto; padding: clamp(40px, 6vw, 72px);
  color: #e7edf4; background:
    radial-gradient(circle at 85% 10%, rgba(201,154,60,.18), transparent 28%),
    linear-gradient(135deg, #06172b, #0d3151);
  border-radius: 28px; box-shadow: 0 24px 60px rgba(7,24,45,.18);
}
.ai-heading h2 { max-width: 980px; margin: 0; color: #fff; font: 700 clamp(28px, 4.2vw, 44px)/1.5 Georgia, "Yu Mincho", serif; }
.ai-heading h2 span { color: var(--gold-300); }
.ai-heading > p:last-child { max-width: 820px; margin: 22px 0 0; color: #cbd7e2; font-size: 18px; }
.ai-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 42px 0 26px; }
.ai-process article { padding: 24px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.ai-process span { color: var(--gold-300); font: 700 13px Georgia, serif; }
.ai-process strong { display: block; margin: 12px 0 8px; color: #fff; font-size: 18px; }
.ai-process p { margin: 0; color: #c8d4df; font-size: 15px; line-height: 1.8; }
.ai-note { margin: 0; padding: 17px 20px; color: #d9e2eb; background: rgba(0,0,0,.2); border-left: 4px solid var(--gold-500); }
.ai-note strong { color: var(--gold-300); }
.lp-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-benefit-grid article {
  padding: 30px; background: #fff; border: 1px solid #e1e6ec; border-radius: 18px; box-shadow: 0 14px 35px rgba(7,24,45,.06);
}
.lp-benefit-grid article > span { color: var(--gold-600); font: 700 12px Georgia, serif; letter-spacing: .15em; }
.lp-benefit-grid h3 { margin: 12px 0 10px; color: var(--navy-900); font-size: 21px; line-height: 1.55; }
.lp-benefit-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.lp-benefits-map, .lp-fit { width: min(1080px, calc(100% - 40px)); margin: 96px auto; }
.benefits-heading, .fit-heading { max-width: 900px; }
.benefits-heading h2, .fit-heading h2 {
  margin: 0; color: var(--navy-900); font: 700 clamp(29px, 4.5vw, 47px)/1.48 Georgia, "Yu Mincho", serif;
}
.benefits-heading h2 span, .fit-heading h2 span { color: var(--gold-600); }
.benefits-heading > p:last-child, .fit-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.benefit-map-grid, .fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.benefit-map-grid article, .fit-grid article { padding: 26px 23px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.benefit-map-grid span {
  display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--navy-900);
  border-radius: 50%; font-weight: 700;
}
.benefit-map-grid h3, .fit-grid h3 { margin: 16px 0 9px; color: var(--navy-900); font-size: 20px; line-height: 1.55; }
.benefit-map-grid p, .fit-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.fit-grid span { color: var(--gold-600); font: 700 13px Georgia, serif; }
.fit-notice { margin-top: 24px; padding: 23px 26px; color: #4f4633; background: #f7f1e3; border-left: 5px solid var(--gold-500); }
.fit-notice strong { color: var(--navy-900); }
.fit-notice p { margin: 6px 0 0; }
.lp-backup {
  width: min(1160px, calc(100% - 40px)); margin: 96px auto; padding: clamp(36px, 6vw, 72px);
  color: #e7edf4; background: linear-gradient(135deg, var(--navy-950), #123b5c); border-radius: 28px; box-shadow: var(--shadow);
}
.lp-backup h2 { color: #fff; }
.lp-backup-copy > p:last-child { max-width: 820px; margin: 24px 0 38px; color: #cfd9e4; font-size: 18px; }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.proof-list div { padding: 26px; }
.proof-list div + div { border-left: 1px solid rgba(255,255,255,.16); }
.proof-list dt { color: var(--gold-300); font: 700 clamp(26px, 3.5vw, 39px)/1.2 Georgia, serif; }
.proof-list dd { margin: 10px 0 0; color: #dbe3ec; font-size: 15px; }
.proof-note { margin: 18px 0 0; color: #aebdcb; font-size: 13px; line-height: 1.7; }
.lp-evidence { width: min(1160px, calc(100% - 40px)); margin: 96px auto; }
.evidence-heading { max-width: 940px; }
.evidence-heading h2 { margin: 0; color: var(--navy-900); font: 700 clamp(30px, 4.7vw, 49px)/1.5 Georgia, "Yu Mincho", serif; }
.evidence-heading h2 span { color: var(--gold-600); }
.evidence-heading > p:last-child { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.publisher-reaction {
  position: relative;
  overflow: hidden;
  margin: 38px 0 0;
  padding: 34px clamp(24px, 5vw, 58px);
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), #18314d);
  border: 1px solid rgba(206, 169, 88, .45);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(8, 25, 43, .16);
}
.publisher-reaction::after {
  content: "“";
  position: absolute;
  top: -44px;
  right: 20px;
  color: rgba(206, 169, 88, .12);
  font: 700 180px/1 Georgia, serif;
}
.publisher-reaction p { margin: 0 0 10px; color: var(--gold-300); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.publisher-reaction strong { position: relative; z-index: 1; display: block; font: 700 clamp(27px, 4.8vw, 49px)/1.45 Georgia, "Yu Mincho", serif; }
.publisher-reaction span { display: block; max-width: 850px; margin-top: 17px; color: #d9e3ec; font-size: 17px; line-height: 1.9; }
.publisher-reaction small { display: block; margin-top: 16px; color: #aebdca; font-size: 12px; line-height: 1.7; }
.evidence-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.evidence-card {
  display: grid; grid-template-rows: 330px 1fr; margin: 0; overflow: hidden; background: #fff;
  border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 38px rgba(7,24,45,.07);
}
.evidence-card.evidence-bookstore { grid-column: 1 / -1; grid-template-columns: 1.35fr .65fr; grid-template-rows: 500px; }
.evidence-image { min-width: 0; overflow: hidden; background: #e9edf1; }
.evidence-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.evidence-ranking .evidence-image img { object-fit: contain; background: #fff; }
.evidence-author .evidence-image img { object-position: center 30%; }
.evidence-bookstore .evidence-image img { object-position: center; }
.evidence-image-contain { padding: 22px; background: #f2f4f6; }
.evidence-image-contain img { object-fit: contain; }
.evidence-card figcaption { padding: 28px; }
.evidence-bookstore figcaption { display: flex; flex-direction: column; justify-content: center; }
.evidence-label { color: var(--gold-600); font: 700 12px Georgia, serif; letter-spacing: .15em; }
.evidence-card h3 { margin: 10px 0 10px; color: var(--navy-900); font-size: 23px; line-height: 1.5; }
.evidence-card figcaption > p:last-child { margin: 0; color: var(--muted); font-size: 16px; }
.privacy-caption { display: block; margin-top: 9px; color: #7a8490; font-size: 11px; line-height: 1.6; }
.evidence-number { margin: 13px 0 4px; color: var(--navy-900); font: 700 clamp(30px, 4vw, 43px)/1.25 Georgia, serif; }
.evidence-number small { display: block; margin-bottom: 4px; color: var(--muted); font: 700 13px/1.5 "Yu Gothic", sans-serif; }
.evidence-number span { margin-left: 3px; font: 700 17px "Yu Gothic", sans-serif; }
.evidence-disclaimer { margin: 22px 0 0; padding: 18px 21px; color: #657182; background: #e9edf1; border-radius: 12px; font-size: 13px; }
.lp-origin { width: min(1080px, calc(100% - 40px)); margin: 96px auto; }
.origin-heading { max-width: 950px; }
.origin-heading h2 { margin: 0; color: var(--navy-900); font: 700 clamp(29px, 4.5vw, 47px)/1.5 Georgia, "Yu Mincho", serif; }
.origin-heading h2 span { color: var(--gold-600); }
.origin-heading > p:last-child { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.transfer-map { margin: 42px 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.transfer-map > div {
  display: grid; grid-template-columns: 1.25fr 40px 1.25fr; gap: 15px; align-items: center;
  padding: 20px 24px; background: #fff;
}
.transfer-map > div + div { border-top: 1px solid var(--line); }
.transfer-map span { color: #788392; font-size: 11px; letter-spacing: .08em; }
.transfer-map span:first-child { grid-column: 1; grid-row: 1; }
.transfer-map span:last-child { grid-column: 3; grid-row: 1; }
.transfer-map strong { color: var(--navy-900); font-size: 17px; }
.transfer-map strong:first-of-type { grid-column: 1; grid-row: 2; }
.transfer-map strong:last-of-type { grid-column: 3; grid-row: 2; }
.transfer-map b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold-600); text-align: center; font-size: 22px; }
.publishing-difference { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; margin-top: 42px; }
.publishing-difference > div { padding: 30px; color: #4d5969; background: #eef1f4; border-radius: 18px; }
.publishing-difference > span { display: grid; place-items: center; color: var(--gold-600); font-size: 30px; }
.publishing-difference small { color: #6d7886; font: 700 12px Georgia, serif; letter-spacing: .14em; }
.publishing-difference h3 { margin: 10px 0; color: var(--navy-900); font-size: 22px; }
.publishing-difference p { margin: 0; }
.publishing-difference .publishing-side { color: #dce5ed; background: var(--navy-900); }
.publishing-difference .publishing-side small { color: var(--gold-300); }
.publishing-difference .publishing-side h3 { color: #fff; }
.origin-conclusion { margin: 35px 0 0; padding: 28px; color: var(--navy-900); background: #f8f2e4; text-align: center; font-size: 18px; }
.origin-conclusion strong { color: #7c591a; font-size: 21px; }
.origin-note { margin: 16px 0 0; color: #687585; font-size: 13px; }
.lp-opportunity { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(35px, 7vw, 90px); align-items: center; padding-bottom: 24px; }
.diagnosis-preview { padding: 32px; background: #fff; border-top: 5px solid var(--gold-500); border-radius: 8px 8px 18px 18px; box-shadow: var(--shadow); }
.gift-preview-final { position: relative; margin: 0 0 24px; overflow: hidden; border-radius: 13px; background: var(--navy-900); }
.gift-preview-final img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.gift-preview-final figcaption {
  position: absolute; inset: auto 0 0; padding: 18px 20px 15px; color: #fff;
  background: linear-gradient(transparent, rgba(5, 23, 43, .94)); font-weight: 800;
}
.gift-preview-final figcaption small { display: block; margin-top: 2px; color: #d8e0e7; font-size: 11px; font-weight: 500; }
.diagnosis-preview strong { color: var(--navy-900); font-size: 21px; }
.diagnosis-preview ul { margin: 18px 0; padding: 0; list-style: none; }
.diagnosis-preview li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px solid var(--line); }
.diagnosis-preview li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold-600); font-weight: 900; }
.diagnosis-preview p { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.opportunity-copy { margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.lp-future {
  width: min(1160px, calc(100% - 40px)); margin: 96px auto; padding: clamp(42px, 7vw, 84px);
  color: #fff; background:
    linear-gradient(90deg, rgba(7,24,45,.97), rgba(7,24,45,.74)),
    url("publishing-partner-hero.png") center/cover;
  border-radius: 28px;
}
.future-copy { max-width: 780px; }
.lp-future h2 { margin: 0 0 26px; font: 700 clamp(29px, 4.4vw, 46px)/1.5 Georgia, "Yu Mincho", serif; }
.lp-future h2 span { color: var(--gold-300); }
.lp-future p { color: #d6e0e9; font-size: 18px; }
.future-emphasis { margin-top: 30px; padding: 23px; border-left: 4px solid var(--gold-500); background: rgba(0,0,0,.25); }
.future-emphasis strong { color: #fff2bf; font-size: 22px; }
.objection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 38px 0 24px; }
.objection-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.objection-grid h3 { margin: 0 0 9px; color: var(--navy-900); font-size: 20px; }
.objection-grid h3::before { content: "Q. "; color: var(--gold-600); }
.objection-grid p { margin: 0; color: var(--muted); font-size: 16px; }
.objection-note { padding: 18px 22px; color: #5a4a27; background: #fff7e5; border-radius: 12px; }
.application-note { padding: 17px 18px; color: #4f4530 !important; background: #fff5dc; border-radius: 11px; line-height: 1.7; }
.application-note strong { color: var(--navy-900); }

#question-screen { padding: 54px 20px 80px; background: linear-gradient(#eef2f6, #f7f8fa); }
.question-shell { width: min(850px, 100%); margin: auto; }
.progress-header { margin-bottom: 22px; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--navy-800); font-weight: 700; font-size: 15px; }
.progress-track { height: 8px; overflow: hidden; background: #d8e0e8; border-radius: 99px; }
.progress-fill { width: 8.33%; height: 100%; background: linear-gradient(90deg, var(--gold-500), #e8c671); border-radius: inherit; transition: width .3s ease; }
.question-card { padding: clamp(28px, 5vw, 54px); background: #fff; border: 1px solid #e0e6ec; border-radius: var(--radius); box-shadow: var(--shadow); }
.question-kind { margin: 0 0 9px; color: var(--gold-600); font-weight: 700; font-size: 15px; }
.question-card h1 { margin: 0 0 14px; color: var(--navy-900); font-size: clamp(24px, 4vw, 32px); line-height: 1.5; }
.question-help { margin: 0 0 28px; color: var(--muted); font-size: 17px; }
.options-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.options-grid.is-single-column { grid-template-columns: 1fr; }
.option-label {
  position: relative; display: flex; min-height: 68px; padding: 16px 18px; gap: 14px; align-items: center;
  border: 2px solid #d9e0e8; border-radius: 13px; color: #26364c; background: #fff; cursor: pointer;
  font-size: 17px; font-weight: 600; line-height: 1.6; transition: border-color .15s, background .15s, box-shadow .15s;
}
.option-label:hover { border-color: #b9a06e; background: #fffcf5; }
.option-label.is-selected { border-color: var(--gold-600); background: #fff9eb; box-shadow: inset 4px 0 0 var(--gold-500); }
.option-label input { position: absolute; opacity: 0; pointer-events: none; }
.control-mark {
  display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center;
  border: 2px solid #9ba8b5; border-radius: 50%; background: #fff;
}
input[type="checkbox"] + .control-mark { border-radius: 6px; }
.option-label.is-selected .control-mark { color: #fff; border-color: var(--green-700); background: var(--green-700); }
.option-label.is-selected .control-mark::after { content: "✓"; font-size: 15px; font-weight: 800; }
.input-wrap label { display: block; margin-bottom: 9px; color: var(--navy-900); font-weight: 700; }
.text-input {
  display: block; width: 100%; min-height: 58px; padding: 12px 15px; border: 2px solid #cbd4de;
  border-radius: 11px; color: var(--ink); background: #fff;
}
.text-input:focus { border-color: var(--gold-600); }
.input-note { margin: 10px 0 0; color: var(--muted); font-size: 15px; overflow-wrap: anywhere; }
.social-profiles { display: grid; gap: 12px; }
.social-connect-panel {
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
  margin-bottom: 8px; padding: 18px 20px; border: 1px solid #cddbd7; border-radius: 14px;
  background: linear-gradient(135deg, #f1f8f5, #fbfdfc);
}
.social-connect-panel strong { color: var(--green-700); font-size: 17px; }
.social-connect-panel p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.social-connect-buttons { display: flex; flex-wrap: wrap; gap: 8px; flex: 0 0 auto; }
.connect-social-button {
  min-height: 46px; padding: 10px 14px; border: 1px solid #b9c8c4; border-radius: 10px;
  color: var(--navy-900); background: #fff; font-weight: 700;
}
.connect-social-button:hover { border-color: var(--green-700); background: #f7fbf9; }
.connect-social-button:disabled { cursor: wait; opacity: .65; }
.social-profile-head, .social-profile-row {
  display: grid; grid-template-columns: minmax(130px, .8fr) minmax(210px, 1.7fr) minmax(120px, .65fr) auto;
  gap: 10px; align-items: center;
}
.social-profile-head { padding: 0 4px; color: var(--muted); font-size: 13px; font-weight: 700; }
.social-profile-list { display: grid; gap: 10px; }
.social-profile-row { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #f8fafc; }
.social-platform-select {
  width: 100%; min-height: 58px; padding: 12px 34px 12px 13px; border: 2px solid #cbd4de;
  border-radius: 11px; color: var(--ink); background: #fff;
}
.social-platform-select:focus { border-color: var(--gold-600); }
.remove-profile-button, .add-profile-button {
  min-height: 44px; padding: 9px 13px; border: 1px solid #bdc9d6; border-radius: 10px;
  color: var(--navy-800); background: #fff; font-weight: 700;
}
.remove-profile-button:hover, .add-profile-button:hover { border-color: var(--gold-600); background: #fffcf5; }
.add-profile-button { justify-self: start; }
.add-profile-button:disabled { cursor: not-allowed; opacity: .5; }
.reference-url { margin-top: 20px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #f8fafc; }
.reference-url ul { display: grid; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.reference-url li { display: grid; grid-template-columns: minmax(90px, auto) minmax(0, 1fr) auto; gap: 10px; align-items: baseline; }
.reference-url li span { color: var(--navy-800); font-weight: 700; }
.reference-url li a { color: var(--navy-700); text-decoration: underline; overflow-wrap: anywhere; }
.reference-url li small { color: var(--muted); }
.error-message { min-height: 27px; margin-top: 18px; color: var(--danger); font-weight: 700; }
.question-actions { display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }

#analysis-screen { min-height: calc(100vh - 72px); padding: 70px 20px; background: var(--navy-950); color: #fff; }
.analysis-card { width: min(720px, 100%); margin: auto; padding: 48px; text-align: center; }
.analysis-orbit {
  position: relative; width: 130px; height: 130px; margin: 0 auto 30px; display: grid; place-items: center;
  border: 1px solid rgba(232,205,143,.32); border-radius: 50%;
}
.analysis-orbit::before, .analysis-orbit::after { content: ""; position: absolute; border: 1px solid rgba(232,205,143,.14); border-radius: 50%; }
.analysis-orbit::before { inset: -14px; }
.analysis-orbit::after { inset: 15px; }
.analysis-monogram { color: var(--gold-300); font: 38px Georgia, serif; }
.orbit-dot {
  position: absolute; top: -6px; left: 59px; width: 12px; height: 12px; background: var(--gold-300); border-radius: 50%;
  transform-origin: 6px 71px; animation: orbit 1.3s linear infinite;
}
@keyframes orbit { to { transform: rotate(360deg); } }
.analysis-card h1 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(25px, 5vw, 38px); line-height: 1.5; }
.analysis-progress { height: 7px; margin: 34px 0 12px; overflow: hidden; background: rgba(255,255,255,.13); border-radius: 99px; }
.analysis-progress span { display: block; width: 0; height: 100%; background: var(--gold-500); transition: width .18s linear; }
.analysis-status { color: #e0e8f0; font-size: 17px; }
.analysis-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; text-align: left; }
.analysis-items li { padding: 13px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #d9e3ed; font-size: 16px; }
.analysis-items li::before { content: "✓"; margin-right: 9px; color: var(--gold-300); }

#result-screen { background: #f2f5f8; }
.result-hero {
  padding: 64px 20px 76px; color: #fff; text-align: center;
  background: radial-gradient(circle at 50% 20%, #173d64 0%, var(--navy-950) 60%);
}
.result-hero h1 { margin: 0 0 30px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(24px, 4vw, 36px); }
.result-metrics {
  width: min(720px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; align-items: center;
}
.score-metric { display: grid; place-items: center; }
.score-ring {
  --score-angle: 0deg; position: relative; display: grid; width: min(270px, 72vw); aspect-ratio: 1; margin: auto; place-items: center;
  border-radius: 50%; background: conic-gradient(var(--gold-500) var(--score-angle), rgba(255,255,255,.12) 0);
  box-shadow: 0 0 0 11px rgba(255,255,255,.04);
}
.score-ring::before { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: var(--navy-950); }
.score-inner { position: relative; z-index: 1; }
.score-value { display: inline-block; color: var(--gold-300); font: 700 clamp(58px, 15vw, 86px)/1 Georgia, serif; }
.score-unit { color: #dbe5ee; font-size: 20px; }
.score-max { display: block; color: #9fb2c6; font-size: 14px; letter-spacing: .12em; }
.income-metric {
  min-height: 230px; padding: 28px 24px; display: grid; align-content: center; justify-items: center;
  border: 1px solid rgba(232,205,143,.36); border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(201,154,60,.08));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.income-label { color: #dbe5ee; font-size: clamp(18px, 3vw, 23px); font-weight: 700; }
.income-metric strong { color: var(--gold-300); font: 700 clamp(42px, 7vw, 68px)/1.12 Georgia, "Yu Mincho", serif; white-space: nowrap; }
.income-metric strong small { font-size: .31em; font-family: "Yu Gothic", sans-serif; }
.income-metric strong span { padding: 0 .08em; font-size: .52em; }
.income-caption { max-width: 260px; margin-top: 10px; color: #b8c6d4; font-size: 13px; line-height: 1.55; }
.rank-label { margin: 24px 0 4px; color: #fff; font-size: clamp(20px, 4vw, 26px); font-weight: 700; }
.result-note { margin: 0; color: #bdcad8; font-size: 14px; }
.result-quick-cta {
  width: min(680px, 100%); margin: 0 auto 30px; padding: 20px clamp(18px, 4vw, 30px);
  display: grid; justify-items: center; gap: 12px;
  border: 1px solid rgba(232,205,143,.42); border-radius: 18px;
  background: rgba(255,255,255,.08); box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.result-quick-cta-label {
  padding: 6px 13px; color: var(--navy-950); background: var(--gold-300);
  border-radius: 999px; font-size: 12px; font-weight: 900;
}
.result-quick-cta strong { color: #fff; font-size: clamp(18px, 3vw, 23px); line-height: 1.55; }
.result-quick-cta .button { width: min(520px, 100%); }
.result-quick-cta small { color: #cbd7e2; font-size: 13px; }
.result-main { width: min(1060px, calc(100% - 40px)); margin: -36px auto 0; padding-bottom: 70px; position: relative; }
.result-section { margin: 22px 0; padding: clamp(26px, 5vw, 44px); background: #fff; border-radius: var(--radius); box-shadow: 0 12px 34px rgba(7,24,45,.07); }
.section-kicker { margin: 0 0 8px; color: var(--gold-600); font: 700 14px/1.4 Georgia, serif; letter-spacing: .12em; }
.result-section h2 { margin: 0 0 22px; color: var(--navy-900); font: 700 clamp(23px, 4vw, 31px)/1.45 Georgia, "Yu Mincho", serif; }
.type-card { border-top: 4px solid var(--gold-500); }
.type-name { color: var(--green-700); }
.lead-text { max-width: 820px; color: #2f4056; font-size: 18px; line-height: 1.9; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfd; }
.mini-card h3 { margin: 0 0 7px; color: var(--navy-800); font-size: 18px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.icon-number {
  display: grid; width: 36px; height: 36px; margin-bottom: 13px; place-items: center;
  border-radius: 50%; color: var(--navy-900); background: #f1dfb6; font: 700 14px Georgia, serif;
}
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.tag-list li { padding: 9px 14px; border: 1px solid #cbd8d5; border-radius: 999px; color: var(--green-700); background: var(--green-100); font-weight: 700; }
.author-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.author-card { padding: 18px 20px; border-left: 4px solid var(--gold-500); border-radius: 8px 13px 13px 8px; background: #f8fafc; }
.author-card h3 { margin: 0 0 5px; color: var(--navy-900); font-size: 18px; }
.author-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.steps-list { counter-reset: step; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.steps-list li { counter-increment: step; position: relative; min-height: 52px; padding: 12px 16px 12px 60px; background: #f8fafc; border-radius: 12px; }
.steps-list li::before {
  content: counter(step); position: absolute; left: 13px; top: 8px; display: grid; width: 36px; height: 36px; place-items: center;
  border-radius: 50%; color: #fff; background: var(--navy-800); font: 700 15px Georgia, serif;
}
.revenue-section { color: #fff; background: var(--navy-900); }
.revenue-section h2 { color: #fff; }
.revenue-section .lead-text { color: #ced9e4; }
.revenue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.revenue-card { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.055); }
.revenue-card-wide { grid-column: 1 / -1; }
.revenue-card h3 { margin: 0 0 10px; color: #fff; font-size: 17px; }
.revenue-figure { margin: 0 0 10px; color: var(--gold-300); font: 700 clamp(23px, 3.5vw, 32px)/1.35 Georgia, "Yu Mincho", serif; }
.revenue-card small { display: block; color: #cbd6e1; font-size: 15px; line-height: 1.7; }
.revenue-evidence { margin: 16px 0 0; padding: 14px 17px; color: #d8e2ec; background: rgba(255,255,255,.07); border-radius: 11px; }
.fit-callout { margin-top: 18px; padding: 16px 20px; color: #e5ebf2; background: rgba(20,92,76,.42); border-radius: 12px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.value-card { padding: 17px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy-800); background: #fbfcfd; font-weight: 700; text-align: center; }
.growth-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.growth-card { padding: 19px; border: 1px solid #ead9b4; border-radius: 12px; background: #fffbf2; }
.growth-card h3 { margin: 0 0 7px; color: #705016; font-size: 18px; }
.growth-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.partner-map { display: grid; gap: 10px; margin-top: 22px; }
.partner-row { display: grid; grid-template-columns: minmax(150px, .7fr) 40px 1.3fr; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; }
.partner-row strong { color: var(--navy-800); }
.partner-arrow { color: var(--gold-600); text-align: center; font-weight: 800; }
.summary-text { max-width: 820px; white-space: pre-line; color: #304157; font-size: 18px; line-height: 1.9; }
.reference-url { overflow-wrap: anywhere; }
.cta-section { padding: clamp(34px, 6vw, 58px); color: #fff; text-align: center; background: linear-gradient(135deg, var(--green-700), #0b3c38); }
.cta-section .section-kicker { color: #bfe2d8; }
.cta-section h2 { color: #fff; }
.cta-section p { max-width: 760px; margin: 0 auto 25px; color: #e6f1ee; font-size: 18px; line-height: 1.9; }
.selection-badge { display: inline-block; margin: 0 auto 18px; padding: 8px 16px; color: #1d342e; background: var(--gold-300); border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.cta-section-locked { background: linear-gradient(135deg, #26384b, #162536); }
.cta-section-locked .section-kicker { color: #a9bac9; }
.cta-section .score-gap { display: inline-block; margin: 4px auto 0; padding: 13px 19px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; }
.cta-section .score-gap strong { color: var(--gold-300); font-size: 1.25em; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.result-tools { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 26px 0; }
.tool-button { min-height: 48px; padding: 10px 17px; border: 1px solid #bcc8d4; border-radius: 10px; color: var(--navy-800); background: #fff; font-weight: 700; }
.disclaimer { padding: 20px 22px; color: #596779; background: #e8edf2; border-radius: 12px; font-size: 13px; line-height: 1.8; }
.disclaimer p { margin: 0 0 6px; }
.not-eligible-screen {
  min-height: calc(100vh - 72px); padding: clamp(50px, 10vw, 110px) 20px;
  display: grid; place-items: start center;
  background: linear-gradient(160deg, #f4f6f8, #e8edf2);
}
.not-eligible-card {
  width: min(680px, 100%); padding: clamp(34px, 7vw, 64px);
  color: var(--navy-900); text-align: center; background: #fff;
  border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow);
}
.not-eligible-card h1 {
  margin: 0 0 22px; font: 700 clamp(25px, 5vw, 36px)/1.5 Georgia, "Yu Mincho", serif;
}
.not-eligible-card p { margin: 8px 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.not-eligible-card .tool-button { margin-top: 28px; }
.toast {
  position: fixed; z-index: 50; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 20px;
  color: #fff; background: var(--navy-950); border-radius: 10px; box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .2s;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.noscript { margin: 30px; padding: 20px; color: #fff; background: var(--danger); }

@media (max-width: 800px) {
  .diagnosis-entry-card { grid-template-columns: 1fr; }
  .diagnosis-entry-gift { display: grid; grid-template-columns: minmax(120px, .8fr) 1.2fr; align-items: stretch; }
  .diagnosis-entry-gift img { height: 100%; aspect-ratio: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 62px 110px; }
  .hero-visual { min-height: 330px; margin-top: 10px; }
  .hero-visual img { min-height: 330px; max-height: 460px; }
  .value-strip { grid-template-columns: 1fr; margin-top: -64px; }
  .value-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .pain-list, .deep-fears, .deep-desires, .old-route-grid, .new-route-heading, .new-route-points, .mechanism-heading, .mechanism-steps, .ai-process, .lp-benefit-grid, .benefit-map-grid, .fit-grid, .proof-list, .lp-opportunity, .objection-grid { grid-template-columns: 1fr; }
  .publishing-difference { grid-template-columns: 1fr; }
  .publishing-difference > span { min-height: 55px; transform: rotate(90deg); }
  .evidence-card.evidence-bookstore { grid-template-columns: 1fr; grid-template-rows: 390px auto; }
  .mechanism-heading { align-items: start; }
  .mechanism-heading > p:last-child { margin-top: 20px; }
  .mechanism-steps li + li { border-top: 0; border-left: 1px solid var(--line); }
  .proof-list div + div { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .card-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .header-inner { min-height: 64px; }
  .privacy-badge { display: none; }
  main { min-height: calc(100vh - 64px); }
}
@media (min-width: 801px) and (max-width: 1050px) {
  .hero { grid-template-columns: 1.15fr .85fr; gap: 28px; padding-inline: 32px; }
  .hero h1 { font-size: 30px; letter-spacing: -.015em; }
  .hero-subtitle { font-size: 17px; }
  .hero-visual img { object-position: 68% center; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .diagnosis-entry { padding: 20px 14px 32px; place-items: start center; }
  .diagnosis-entry-card { padding: 27px 19px; gap: 23px; border-radius: 20px; }
  .diagnosis-entry-copy h1 { font-size: 34px; }
  .diagnosis-entry-copy .cta-trust-row { justify-content: center; }
  .diagnosis-entry-gift { grid-template-columns: 1fr; }
  .diagnosis-entry-gift img { height: auto; aspect-ratio: 3 / 2; }
  .header-inner { width: calc(100% - 28px); }
  .brand { font-size: 14px; }
  .hero { padding: 48px 20px 100px; }
  .hero h1 br { display: none; }
  .hero .button { width: 100%; }
  .hero-visual { min-height: 245px; margin: 8px 0 12px; }
  .hero-visual img { min-height: 245px; height: 245px; border-radius: 18px; }
  .hero-visual::before { border-radius: 18px; }
  .hero-visual figcaption { right: -3px; bottom: -35px; padding: 15px 17px; }
  .gift-preview-hero { grid-template-columns: 112px 1fr; gap: 12px; }
  .gift-preview-hero strong { font-size: 17px; }
  .value-strip { width: calc(100% - 28px); }
  .lp-section, .lp-opportunity { width: calc(100% - 28px); margin-block: 68px; }
  .lp-benefits-map, .lp-fit { width: calc(100% - 28px); margin-block: 68px; }
  .lp-origin { width: calc(100% - 28px); margin-block: 68px; }
  .lp-evidence { width: calc(100% - 28px); margin-block: 68px; }
  .lp-deep-desire, .lp-mechanism, .lp-ai, .lp-future { width: calc(100% - 28px); margin-block: 68px; padding: 32px 20px; border-radius: 20px; }
  .conversion-break { width: calc(100% - 28px); margin-block: 56px 68px; padding: 30px 20px; border-radius: 19px; }
  .conversion-break .button { width: 100%; }
  .lp-enemy { width: calc(100% - 28px); margin-block: 68px; }
  .lp-lead { font-size: 17px; }
  .pain-list p { padding: 18px 17px 18px 48px; }
  .deep-fears { margin-block: 30px; }
  .deep-turn { margin-block: 36px; }
  .deep-desires article { padding: 20px 17px; }
  .lp-deep-desire blockquote { margin-top: 38px; padding: 25px 17px; }
  .mechanism-steps { margin-top: 30px; }
  .mechanism-steps li { padding: 20px 16px; }
  .mechanism-core { font-size: 17px; }
  .ai-process { margin-top: 30px; }
  .lp-future p { font-size: 17px; }
  .future-emphasis strong { font-size: 19px; }
  .transfer-map > div { grid-template-columns: 1fr; gap: 5px; padding: 18px; }
  .transfer-map span, .transfer-map span:first-child, .transfer-map span:last-child,
  .transfer-map strong:first-of-type, .transfer-map strong:last-of-type, .transfer-map b { grid-column: auto; grid-row: auto; }
  .transfer-map span:last-child { margin-top: 10px; }
  .transfer-map b { display: grid; width: 100%; height: 34px; place-items: center; font-size: 0; transform: none; }
  .transfer-map b::after { content: "↓"; font-size: 22px; }
  .publishing-difference > div { padding: 24px 20px; }
  .origin-conclusion { padding: 23px 18px; }
  .old-route-grid article { padding: 25px 20px; }
  .enemy-definition { padding: 22px 17px; font-size: 17px; }
  .new-route { padding: 32px 20px; border-radius: 20px; }
  .new-route-points article { padding: 21px 18px; }
  .evidence-gallery { grid-template-columns: 1fr; gap: 16px; }
  .publisher-reaction { margin-top: 28px; padding: 27px 22px; border-radius: 18px; }
  .publisher-reaction span { font-size: 15px; }
  .evidence-card, .evidence-card.evidence-bookstore { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 270px auto; }
  .evidence-author { grid-template-rows: 360px auto; }
  .evidence-image-contain { padding: 15px; }
  .evidence-card figcaption { padding: 22px 19px; }
  .evidence-card h3 { font-size: 21px; }
  .lp-benefit-grid article { padding: 24px 20px; }
  .lp-backup { width: calc(100% - 28px); margin-block: 68px; padding: 32px 20px; border-radius: 20px; }
  .proof-list div { padding: 21px 18px; }
  .diagnosis-preview { padding: 25px 20px; }
  #question-screen { padding: 30px 14px 55px; }
  .question-card { padding: 25px 18px; }
  .options-grid { grid-template-columns: 1fr; }
  .social-profile-head { display: none; }
  .social-profile-row { grid-template-columns: 1fr; }
  .social-connect-panel { align-items: stretch; flex-direction: column; }
  .social-connect-buttons { flex-direction: column; }
  .connect-social-button { width: 100%; }
  .remove-profile-button { justify-self: end; }
  .reference-url li { grid-template-columns: 1fr; gap: 2px; }
  .question-actions { flex-direction: column-reverse; }
  .question-actions .button { width: 100%; }
  .analysis-card { padding: 25px 4px; }
  .analysis-items { grid-template-columns: 1fr; }
  .result-main { width: calc(100% - 24px); }
  .result-metrics { grid-template-columns: 1fr; }
  .income-metric { width: min(300px, 100%); min-height: 190px; justify-self: center; }
  .income-metric strong { font-size: clamp(38px, 12vw, 54px); }
  .result-section { padding: 25px 18px; }
  .card-grid, .author-grid, .revenue-grid, .value-grid, .growth-grid { grid-template-columns: 1fr; }
  .revenue-card-wide { grid-column: auto; }
  .partner-row { grid-template-columns: 1fr; gap: 3px; }
  .partner-arrow { text-align: left; transform: rotate(90deg); transform-origin: 10px center; }
  .cta-buttons { flex-direction: column; }
  .cta-buttons .button { width: 100%; }
  .result-tools { display: grid; grid-template-columns: 1fr 1fr; }
  .tool-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media print {
  .site-header, .result-tools, .cta-section, .result-quick-cta { display: none !important; }
  body, #result-screen { background: #fff; }
  .result-hero { padding: 25px; color: #000; background: #fff; }
  .score-ring { border: 8px solid #b98b32; background: none; }
  .score-ring::before { background: #fff; }
  .score-value, .rank-label, .result-hero h1, .income-metric strong, .income-label, .income-caption { color: #111; }
  .income-metric { border-color: #999; background: #fff; }
  .result-main { width: 100%; margin: 0; }
  .result-section { break-inside: avoid; box-shadow: none; border: 1px solid #bbb; }
  .revenue-section { color: #111; background: #fff; }
  .revenue-section h2, .revenue-card h3, .revenue-figure, .revenue-section .lead-text { color: #111; }
  .revenue-card { border-color: #bbb; }
}
