:root {
  --bg: #fffaf7;
  --text: #2f2a28;
  --muted: #6f6762;
  --accent: #ec5f82;
  --accent-hover: #dc4e73;
  --green: #49b99d;
  --green-dark: #2c9a81;
  --pink-bg: #fff0f4;
  --green-bg: #eaf8f3;
  --cream: #fff7ea;
  --gold: #e8c775;
  --white: #fff;
  --border: #eadbd5;
  --shadow: 0 18px 40px rgba(82, 51, 45, .12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

button,
a {
  font: inherit;
}

.app-shell {
  min-height: 100vh;
}

.screen {
  display: none;
  min-height: 100vh;
}

.screen-active {
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.image-lp {
  min-height: 100svh;
  padding-bottom: 170px;
  background: #fffdf8;
}

.image-lp-keyvisual {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}

.image-lp-cta-section {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 16px 18px max(18px, env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, .96) 34%, #fffdf8 100%);
  pointer-events: none;
}

.image-start-button {
  display: block;
  width: min(100%, 460px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 14px 24px rgba(191, 73, 103, .20));
  transition: transform .16s ease, filter .16s ease;
  pointer-events: auto;
}

.image-start-button:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 18px 28px rgba(191, 73, 103, .24));
}

.image-start-button:focus-visible {
  outline: 3px solid rgba(110, 175, 163, .6);
  outline-offset: 4px;
}

.image-start-button img {
  display: block;
  width: 100%;
  height: auto;
}

.inner {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 48px 20px;
}

.inner.compact {
  position: relative;
  width: min(100%, 640px);
  padding-top: 34px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(30px, 8vw, 46px);
  line-height: 1.32;
  font-weight: 900;
}

.lp-hero {
  position: relative;
  min-height: 100svh;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 225, 232, .92) 0%, rgba(255, 253, 248, .96) 34%, rgba(234, 248, 243, .96) 70%, rgba(255, 217, 226, .84) 100%);
}

.lp-hero::before,
.lp-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lp-hero::before {
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,.8), transparent 38%),
    repeating-linear-gradient(120deg, transparent 0 38px, rgba(232, 199, 117, .18) 39px, transparent 40px);
  opacity: .5;
}

.lp-hero::after {
  left: -18%;
  right: -18%;
  bottom: -11%;
  height: 25%;
  border-radius: 50% 50% 0 0;
  background: rgba(236, 95, 130, .2);
  filter: blur(1px);
}

.hero-ornament {
  position: absolute;
  pointer-events: none;
  opacity: .7;
}

.hero-ornament-left {
  width: 160px;
  height: 160px;
  left: -30px;
  top: 72px;
  border: 1px solid rgba(232, 199, 117, .55);
  border-radius: 42% 58% 46% 54%;
  transform: rotate(-18deg);
}

.hero-ornament-right {
  width: 210px;
  height: 210px;
  right: -70px;
  top: 30px;
  border: 2px dotted rgba(232, 199, 117, .75);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 28px 20px 24px;
}

.hero-poster {
  min-height: calc(100svh - 36px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78)),
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.96), rgba(255,255,255,.5) 48%, transparent 68%);
  box-shadow: 0 28px 80px rgba(90, 55, 48, .14);
  text-align: center;
  overflow: hidden;
}

.hero-news {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  margin: 0 auto 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4a3b35, #211a18);
  color: #fff7bd;
  font-size: clamp(13px, 1.8vw, 18px);
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(60, 40, 34, .15);
}

.hero-poster::before {
  content: "";
  position: absolute;
  left: -22%;
  top: -8%;
  width: 54%;
  height: 34%;
  border-radius: 0 0 70% 0;
  background: linear-gradient(135deg, rgba(255, 184, 202, .42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-poster::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 7%;
  width: 48%;
  height: 24%;
  border-radius: 80% 0 0 0;
  background: linear-gradient(315deg, rgba(73, 185, 157, .22), rgba(255,255,255,0));
  pointer-events: none;
}

.script-copy {
  position: relative;
  z-index: 1;
  margin: 0 auto 8px;
  color: #f19aae;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(18px, 2.8vw, 30px);
  font-style: italic;
  line-height: 1.2;
}

.hero-subcopy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a463e;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(22px, 3.6vw, 34px);
  font-weight: 800;
  line-height: 1.35;
}

.hero-content h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 2px auto 0;
  color: #5a463e;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(26px, 4.2vw, 44px);
  font-weight: 900;
  line-height: 1.35;
}

.hero-skill-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  width: min(100%, 660px);
  margin: 12px auto 0;
}

.hero-skill-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 13px;
  transform: skew(-12deg);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(44, 154, 129, .18);
}

.hero-skill-tags span:nth-child(even) {
  background: linear-gradient(135deg, var(--accent), var(--accent-hover));
  box-shadow: 0 8px 18px rgba(236, 95, 130, .18);
}

.pink-word {
  color: var(--accent);
  font-size: 1.15em;
}

.diagnosis-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-top: 4px;
}

.big-number {
  display: block;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(92px, 12vw, 148px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: 0;
  text-shadow: 0 10px 20px rgba(236, 95, 130, .12);
}

.title-stack {
  display: grid;
  justify-items: start;
  padding-bottom: 9px;
  color: #5a463e;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.05;
}

.title-stack b {
  color: var(--accent);
  font-size: clamp(34px, 5vw, 56px);
}

.title-stack strong {
  font-size: clamp(26px, 4vw, 42px);
  white-space: nowrap;
}

.hero-lead {
  margin-left: 0;
  max-width: 610px;
  font-size: clamp(16px, 2vw, 19px);
  color: #5d524d;
}

.hero-actions {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.hero-pill-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.free-pill,
.line-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 22px;
  border: 1px solid rgba(234, 219, 213, .9);
  border-radius: 999px;
  color: var(--white);
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(60, 45, 42, .12);
}

.free-pill {
  background: var(--accent);
}

.line-pill {
  min-width: min(58vw, 410px);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.hero-visual-wrap {
  position: relative;
  z-index: 1;
  width: min(78%, 430px);
  margin: -2px auto -12px;
}

.hero-visual-wrap::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 6%;
  height: 46%;
  border-radius: 50% 50% 18px 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 40px rgba(70, 52, 45, .12);
}

.hero-person {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(88, 58, 50, .13));
}

.benefit-ribbon {
  position: relative;
  z-index: 2;
  width: min(92%, 740px);
  margin: 0 auto 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--accent);
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 900;
}

.hero-benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(88%, 600px);
  margin: 8px auto 0;
  padding: 11px 10px;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(70, 52, 45, .12);
}

.hero-benefits div {
  display: grid;
  gap: 5px;
  justify-items: center;
  padding: 4px 8px;
}

.hero-benefits div + div {
  border-left: 1px solid rgba(236, 95, 130, .28);
}

.hero-benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(236,95,130,.55);
  border-radius: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
}

.hero-benefits strong {
  color: #5a463e;
  font-size: clamp(13px, 1.7vw, 18px);
  line-height: 1.35;
}

.hero-main-cta {
  width: min(88%, 620px);
  min-height: 58px;
  padding: 8px 20px;
  border: 5px solid rgba(255,255,255,.88);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: 0 18px 38px rgba(44, 154, 129, .28);
}

.hero-main-cta span {
  margin-right: 14px;
  color: #fff3a9;
  font-size: .58em;
  font-weight: 900;
}

.lp-content {
  background: var(--bg);
}

.lp-section {
  padding: 72px 20px;
}

.lp-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.lp-section h2,
.lp-final h2 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.45;
  text-align: center;
}

.section-copy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.concern-grid,
.gift-grid,
.seminar-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.concern-grid {
  grid-template-columns: repeat(3, 1fr);
}

.concern-grid div,
.seminar-list div {
  min-height: 96px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(68, 44, 35, .06);
  font-weight: 800;
}

.concern-grid div span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.diagnosis-section {
  background: linear-gradient(135deg, var(--green-bg), rgba(251, 236, 239, .5));
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 34px;
  align-items: center;
}

.two-column .section-kicker,
.two-column h2 {
  text-align: left;
  margin-left: 0;
}

.type-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(234, 219, 213, .9);
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  text-align: center;
}

.type-card-head {
  color: var(--accent);
  font-size: 18px;
  font-weight: 900;
}

.type-card-main {
  margin-top: 12px;
  color: #4a3b35;
  font-size: clamp(48px, 8vw, 78px);
  line-height: 1.1;
  font-weight: 900;
}

.type-card-sub {
  margin-top: 10px;
  color: var(--green);
  font-size: 36px;
  font-weight: 900;
}

.type-card p {
  margin: 18px auto 0;
  max-width: 360px;
  color: var(--muted);
  font-weight: 700;
}

.gift-section {
  background: #fff8f5;
}

.gift-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gift-card {
  min-height: 238px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.gift-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--pink-bg);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.gift-card strong {
  display: block;
  margin-top: 14px;
  font-size: 19px;
  line-height: 1.45;
}

.gift-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.lp-final {
  padding: 70px 20px 78px;
  background: linear-gradient(135deg, var(--pink-bg), var(--green-bg));
  text-align: center;
}

.lp-final .primary-button {
  margin-top: 24px;
}

.mobile-sticky-cta {
  display: none;
}

.lead {
  margin: 18px auto 0;
  max-width: 580px;
  color: var(--muted);
  font-size: 16px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px auto 26px;
}

.info-grid div {
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid rgba(234, 219, 213, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .75);
  box-shadow: var(--shadow);
}

.info-grid strong {
  display: block;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.3;
}

.info-grid span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 430px);
  min-height: 58px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.primary-button {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(217, 95, 123, .24);
}

.primary-button:hover {
  background: var(--accent-hover);
}

.secondary-button {
  width: auto;
  min-width: 112px;
  min-height: 46px;
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--border);
}

.small-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.progress-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(241, 200, 210, .72);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,253,248,.86)),
    radial-gradient(circle at 12% 20%, rgba(217, 95, 123, .08), transparent 34%);
  box-shadow: 0 18px 48px rgba(90, 64, 58, .10);
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 240, 244, .95);
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--accent), var(--green));
  transition: width .24s ease;
}

.question-title {
  margin: 0;
  color: #4a3b35;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(22px, 6.2vw, 30px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.86);
}

#question-screen {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 6%, rgba(217, 95, 123, .16), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(110, 175, 163, .18), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, rgba(255, 243, 246, .78) 48%, rgba(239, 248, 244, .88) 100%),
    var(--bg);
}

#question-screen::before,
#question-screen::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#question-screen::before {
  top: 84px;
  right: -58px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(232, 199, 117, .45);
  border-radius: 50%;
}

#question-screen::after {
  left: -70px;
  bottom: 34px;
  width: 180px;
  height: 180px;
  border-radius: 44% 56% 52% 48%;
  background: rgba(110, 175, 163, .12);
}

#question-screen .eyebrow {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 4px 12px;
  border: 1px solid rgba(217, 95, 123, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

.answer-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.answer-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 72px;
  padding: 17px 18px 17px 20px;
  border: 1px solid rgba(234, 221, 217, .92);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,253,248,.9));
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  box-shadow: 0 14px 34px rgba(90, 64, 58, .08);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

.answer-button::before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(217, 95, 123, .32);
  border-radius: 50%;
  background: rgba(255,255,255,.8);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .9);
}

.answer-button::after {
  content: "›";
  flex: 0 0 auto;
  color: rgba(217, 95, 123, .72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.answer-button span {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.answer-button:hover {
  border-color: rgba(217, 95, 123, .38);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,243,246,.78));
  box-shadow: 0 18px 42px rgba(90, 64, 58, .12);
  transform: translateY(-1px);
}

.answer-button:focus-visible {
  outline: 3px solid rgba(110, 175, 163, .5);
  outline-offset: 3px;
}

.nav-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#question-screen .secondary-button {
  min-height: 44px;
  border-radius: 999px;
  border-color: rgba(234, 221, 217, .95);
  background: rgba(255,255,255,.72);
  color: var(--muted);
  box-shadow: 0 10px 24px rgba(90, 64, 58, .06);
}

.result-hero {
  background:
    linear-gradient(135deg, rgba(255, 240, 244, .96), rgba(234, 248, 243, .96)),
    var(--bg);
  text-align: center;
}

.result-bridge {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(217, 95, 123, .16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(110, 175, 163, .18), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, rgba(255, 243, 246, .86) 48%, rgba(239, 248, 244, .9) 100%);
}

.result-bridge::before,
.result-bridge::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.result-bridge::before {
  top: 54px;
  right: -52px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(232, 199, 117, .48);
  border-radius: 50%;
}

.result-bridge::after {
  left: -64px;
  bottom: 40px;
  width: 190px;
  height: 190px;
  border-radius: 44% 56% 52% 48%;
  background: rgba(110, 175, 163, .12);
}

.result-bridge .inner {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 44px 20px;
}

.result-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--white);
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(90, 64, 58, .12);
}

#result-title {
  margin: 0;
  color: #4a3b35;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(25px, 7vw, 36px);
  line-height: 1.38;
  font-weight: 900;
}

.offer-box {
  margin: 22px auto 0;
  max-width: 520px;
  padding: 18px 20px;
  border: 1px solid rgba(241, 200, 210, .82);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,253,248,.88));
  box-shadow: 0 18px 48px rgba(90, 64, 58, .10);
}

.offer-box p {
  margin: 0;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
}

.offer-box strong,
.offer-box span {
  display: block;
}

.offer-box strong {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.5;
}

.offer-box span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.link-button {
  margin-top: 24px;
}

.result-bridge .link-button {
  width: min(100%, 430px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 18px 38px rgba(44, 154, 129, .26);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.result-restart {
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.result-bridge .small-note {
  max-width: 480px;
  margin: 12px auto 0;
  line-height: 1.7;
}

.result-body {
  padding-top: 32px;
}

.panel,
.score-panel {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(68, 44, 35, .05);
}

.panel h3,
.score-panel h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.45;
}

.panel p {
  margin: 0;
  color: var(--muted);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 13px;
  height: 7px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.score-list {
  display: grid;
  gap: 12px;
}

.score-item {
  display: grid;
  grid-template-columns: 112px 1fr 42px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
}

.score-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--pink-bg);
}

.score-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.caution {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  border-radius: 0 8px 8px 0;
  background: var(--green-bg);
  color: var(--muted);
  font-size: 13.5px;
}

.result-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding-bottom: 42px;
}

@media (max-width: 520px) {
  .inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-grid div {
    min-height: 74px;
  }

  .lp-hero {
    padding: 0;
  }

  .hero-poster {
    min-height: 100svh;
    border-radius: 0;
    padding: 24px 12px 94px;
  }

  .hero-news {
    margin-bottom: 6px;
    padding: 5px 12px;
  }

  .script-copy {
    font-size: 19px;
  }

  .hero-subcopy {
    font-size: 23px;
  }

  .hero-skill-tags {
    gap: 5px;
    margin-top: 8px;
  }

  .hero-skill-tags span {
    min-height: 26px;
    padding: 4px 9px;
    font-size: 11px;
  }

  .diagnosis-title {
    gap: 10px;
  }

  .title-stack {
    padding-bottom: 6px;
  }

  .hero-pill-row {
    gap: 8px;
  }

  .free-pill,
  .line-pill {
    min-height: 40px;
    padding: 8px 14px;
  }

  .line-pill {
    min-width: auto;
    flex: 1;
  }

  .hero-visual-wrap {
    width: 88%;
    margin-top: -4px;
    margin-bottom: -8px;
  }

  .hero-benefits {
    width: 96%;
    padding: 9px 7px;
    border-radius: 20px;
  }

  .hero-benefits span {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 11px;
  }

  .hero-benefits strong {
    font-size: 12px;
  }

  .hero-actions {
    display: none;
  }

  .hero-main-cta {
    width: 96%;
    min-height: 72px;
    padding: 12px 14px;
    font-size: 21px;
    flex-direction: column;
    gap: 2px;
  }

  .hero-main-cta span {
    margin-right: 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 30;
    left: 14px;
    right: 14px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 16px;
    border: 4px solid rgba(255,255,255,.95);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: var(--white);
    box-shadow: 0 16px 32px rgba(44, 154, 129, .34);
    font-size: 18px;
    font-weight: 900;
  }

  .score-item {
    grid-template-columns: 1fr 42px;
  }

  .score-item .score-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 860px) {
  .lp-hero {
    min-height: auto;
  }

  .hero-content {
    padding: 42px 18px 42px;
  }

  .hero-content h1 {
    font-size: clamp(27px, 7.6vw, 42px);
  }

  .concern-grid,
  .gift-grid,
  .seminar-list,
  .two-column {
    grid-template-columns: 1fr;
  }

  .two-column .section-kicker,
  .two-column h2 {
    text-align: center;
    margin-left: auto;
  }
}

@media (min-width: 861px) {
  .lp-hero {
    display: flex;
    align-items: center;
  }

  .hero-content {
    width: min(100%, 1120px);
  }

  .hero-poster {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .82fr);
    grid-template-rows: auto auto auto auto auto 1fr auto auto;
    column-gap: 18px;
    align-items: center;
    min-height: calc(100svh - 36px);
    padding: 22px 44px 20px;
  }

  .script-copy,
  .hero-subcopy,
  .hero-poster h1,
  .hero-news,
  .hero-skill-tags,
  .diagnosis-title,
  .hero-pill-row {
    grid-column: 1;
  }

  .hero-visual-wrap {
    grid-column: 2;
    grid-row: 1 / 7;
    align-self: end;
    width: min(100%, 340px);
    margin: 0 auto;
  }

  .benefit-ribbon,
  .hero-benefits,
  .hero-actions {
    grid-column: 1 / -1;
  }

  .script-copy {
    margin-top: 0;
  }

  .hero-subcopy,
  .hero-poster h1 {
    text-align: center;
  }

  .diagnosis-title {
    margin-top: 4px;
  }

  .hero-pill-row {
    margin-top: 8px;
  }

  .benefit-ribbon {
    margin-top: 2px;
  }

  .hero-benefits {
    margin-top: 8px;
  }

  .hero-actions {
    margin-top: 10px;
  }

  .hero-main-cta {
    min-height: 56px;
  }

  .script-copy {
    font-size: 24px;
  }

  .hero-subcopy {
    font-size: 28px;
  }

  .hero-poster h1 {
    font-size: 34px;
  }

  .big-number {
    font-size: 112px;
  }

  .title-stack b {
    font-size: 43px;
  }

  .title-stack strong {
    font-size: 33px;
  }

  .benefit-ribbon {
    font-size: 18px;
    padding: 6px 16px;
  }

  .hero-benefits {
    padding: 8px 10px;
  }
}
