:root {
  color-scheme: light;
  --paper: #fffdf9;
  --cream: #f3eadc;
  --sand: #ece0d0;
  --brown: #7b3429;
  --brown-2: #9d4938;
  --brown-dark: #5b261f;
  --ink: #28221f;
  --muted: #756b64;
  --line: #d9c9b9;
  --black: #1f1b19;
  background: #f3eee7;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
}

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

html {
  min-width: 320px;
  background: #f3eee7;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #f3eee7;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.85;
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
  text-size-adjust: 100%;
}

@supports (word-break: auto-phrase) {
  body {
    word-break: auto-phrase;
  }
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid #e5ab42;
  outline-offset: 4px;
}

.lp-shell {
  width: min(100%, 430px);
  margin-inline: auto;
  overflow-x: clip;
  background: var(--paper);
}

.section,
.hero,
.final-cta {
  width: 100%;
}

.seo-guides {
  background: #f8f3ec;
}

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

.seo-guide-list a {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 16px;
  background: #fffdf9;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.seo-guide-list a:hover {
  border-color: var(--brown-2);
}

.seo-guide-list span {
  color: var(--brown-2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.seo-guide-list strong {
  font-size: 0.9375rem;
  line-height: 1.65;
}

.section {
  padding: 48px 18px;
  background: var(--paper);
}

.section:nth-of-type(even):not(.section-dark):not(.section-black):not(.section-brown) {
  background: #f8f3ec;
}

.section-inner {
  width: 100%;
  max-width: 394px;
  margin-inline: auto;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
.service-band,
.hero-title,
.reason-panel > strong,
.reason-conclusion > strong,
.monthly-fee > strong,
.comparison-option > strong,
.bonus-offer > strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.625rem, 7.2vw, 2.18rem);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.025em;
  text-align: center;
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.25rem, 5.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-wrap: balance;
}

.eyebrow {
  display: table;
  min-height: 32px;
  padding: 5px 14px 4px;
  margin: 0 auto 18px;
  background: var(--brown-2);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.035em;
  text-align: center;
}

.eyebrow-light {
  background: #edc6bd;
  color: var(--brown-dark);
}

.eyebrow-pale {
  background: #f4d9d3;
  color: var(--brown-dark);
}

.heading-rule {
  display: block;
  width: 76px;
  height: 3px;
  margin: 20px auto 24px;
  background: var(--brown-2);
}

.heading-rule-light {
  background: #e0aea2;
}

.section-lead,
.body-copy {
  margin: 18px auto 0;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
  text-wrap: pretty;
}

.hero-lead p,
.reason-panel > strong,
.reason-conclusion > strong {
  text-wrap: balance;
}

.section-lead-light,
.body-copy-light {
  color: #f7ede9;
}

.nowrap {
  white-space: nowrap;
}

.note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.7;
}

.note-light {
  color: #efd9d3;
  text-align: center;
}

.section-dark {
  background: var(--brown);
  color: #fffaf5;
}

.section-black {
  background: var(--black);
  color: #fffaf5;
}

.section-brown {
  background: var(--brown);
  color: #fffaf5;
}

/* First view */
.hero {
  padding: 16px 18px 44px;
  background: var(--paper);
  text-align: center;
}

.audience-tag {
  display: table;
  min-height: 30px;
  padding: 4px 13px 3px;
  margin: 0 auto 8px;
  background: var(--brown);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}

.audience-copy {
  max-width: 350px;
  margin: 0 auto 24px;
  color: var(--brown-dark);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.55;
}

.service-band {
  padding: 12px 10px 11px;
  margin: 0 0 24px;
  background: var(--brown);
  color: #fffaf5;
  font-size: clamp(1.3rem, 5.8vw, 1.75rem);
  line-height: 1.45;
  letter-spacing: 0.025em;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  font-size: clamp(1.65rem, 7.5vw, 2.15rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.hero-title strong {
  color: var(--brown);
  font-weight: 700;
}

.hero-lead {
  margin-top: 26px;
}

.hero-lead strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
}

.hero-lead p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.hero-summary {
  padding: 19px 18px 18px;
  margin-top: 24px;
  border: 1px solid #e4d9d0;
  background: #f2eae3;
}

.hero-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brown-dark);
  font-size: 0.9375rem;
}

.hero-summary p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.75;
}

.hero-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 18px 0 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.hero-support li {
  min-width: 0;
  padding: 13px 5px 12px;
  line-height: 1.45;
}

.hero-support li + li {
  border-left: 1px solid var(--line);
}

.hero-support strong,
.hero-support span {
  display: block;
  font-size: 0.75rem;
}

.hero-support strong {
  color: var(--brown);
}

/* Problem statement */
.difficulty .body-copy {
  max-width: 340px;
}

.difficulty .body-copy p {
  margin-bottom: 12px;
}

.difficulty .body-copy p:last-child {
  margin-bottom: 0;
}

/* Worries */
.worries {
  background: var(--cream);
}

.worry-list {
  margin-top: 34px;
}

.worry-block {
  padding: 22px 14px 20px;
  border-top: 3px solid var(--ink);
  background: rgb(255 253 249 / 58%);
}

.worry-block + .worry-block {
  margin-top: 18px;
}

.worry-block h3 {
  margin-bottom: 14px;
  text-align: center;
}

.worry-block ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.worry-block li {
  position: relative;
  padding-left: 29px;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.worry-block li + li {
  margin-top: 8px;
}

.worry-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brown-2);
  font-size: 1rem;
  font-weight: 700;
}

/* Independent study / outsourcing */
.hard-reasons .section-lead {
  max-width: 330px;
}

.reason-panels {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.reason-panel {
  padding: 22px 22px 20px;
  border-top: 4px solid var(--brown-2);
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.reason-number {
  margin-bottom: 10px;
  color: var(--brown-2);
  font-size: 0.875rem;
  font-weight: 700;
}

.reason-panel h3 {
  margin-bottom: 14px;
  font-size: 1.75rem;
}

.reason-panel > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
}

.reason-panel > p:not(.reason-number) {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
}

.reason-panel small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
}

.reason-conclusion {
  padding: 24px 20px 22px;
  margin-top: 22px;
  background: var(--brown);
  text-align: center;
}

.reason-conclusion > span {
  display: block;
  margin-bottom: 7px;
  color: #e7c5bd;
  font-size: 0.875rem;
}

.reason-conclusion > strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.reason-conclusion ol {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 18px 0 0;
  border: 1px solid rgb(255 255 255 / 28%);
  list-style: none;
}

.reason-conclusion li {
  position: relative;
  padding: 10px;
  font-size: 0.875rem;
}

.reason-conclusion li + li {
  border-top: 1px solid rgb(255 255 255 / 28%);
}

.reason-conclusion li + li::before {
  content: "↓";
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 0 8px;
  background: var(--brown);
  color: #e8b6aa;
  transform: translateX(-50%);
}

/* Concept */
.concept {
  background: var(--cream);
}

.business-flow {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.business-flow::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 31px;
  width: 1px;
  background: var(--brown-2);
}

.business-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 98px;
  padding: 16px 16px 14px 0;
  background: var(--paper);
}

.business-flow li + li {
  border-top: 1px solid var(--line);
}

.business-flow span {
  z-index: 1;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--brown-2);
  background: var(--paper);
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 700;
}

.business-flow strong {
  align-self: end;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  line-height: 1.45;
}

.business-flow small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
}

.concept-points {
  margin-top: 20px;
  border-bottom: 1px solid var(--line);
}

.concept-points article {
  padding: 20px 17px 18px;
  border-top: 3px solid var(--brown-2);
  background: var(--paper);
}

.concept-points article + article {
  margin-top: 12px;
}

.concept-points h3 {
  margin-bottom: 10px;
  text-align: center;
}

.concept-points p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
}

/* Profile */
.profile {
  background: var(--paper);
}

.profile-card {
  margin-top: 30px;
  border: 1px solid var(--line);
}

.profile-head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  background: var(--cream);
}

.profile-photo-placeholder {
  display: grid;
  place-content: center;
  gap: 6px;
  min-height: 144px;
  border: 1px solid var(--brown-2);
  background: var(--brown);
  color: #fff;
  text-align: center;
}

.profile-photo-placeholder span {
  color: #e8c8c0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.profile-photo-placeholder strong {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.profile-identity {
  align-self: center;
}

.profile-identity > p {
  margin-bottom: 4px;
  color: var(--brown-2);
  font-size: 0.75rem;
  font-weight: 700;
}

.profile-identity h3 {
  margin-bottom: 1px;
  font-size: 1.55rem;
  line-height: 1.45;
}

.profile-identity > span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
}

.profile-identity dl {
  margin: 13px 0 0;
}

.profile-identity dl div {
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.profile-identity dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.profile-identity dd {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
  text-wrap: pretty;
}

.profile-story {
  padding: 20px 19px 21px;
  border-top: 3px solid var(--brown-2);
}

.profile-story p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  text-wrap: pretty;
}

.profile-story p + p {
  margin-top: 14px;
}

/* Video and community */
.video-frame {
  width: 100%;
  margin-top: 30px;
  aspect-ratio: 16 / 9;
  background: var(--black);
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.club-description {
  padding: 18px 18px 0;
  border-bottom: 1px solid var(--line);
}

.club-description h3 {
  margin-bottom: 10px;
  color: var(--brown-dark);
  font-family: inherit;
  font-size: 1.125rem;
}

.club-description > p {
  margin-bottom: 14px;
  font-size: 0.9375rem;
}

.club-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.club-stats div {
  padding: 12px 8px;
  text-align: center;
}

.club-stats div + div {
  border-left: 1px solid var(--line);
}

.club-stats dt {
  color: var(--muted);
  font-size: 0.75rem;
}

.club-stats dd {
  margin-bottom: 0;
  color: var(--brown);
  font-size: 1rem;
  font-weight: 700;
}

/* Case study */
.case-study h2 {
  font-size: clamp(1.55rem, 6.7vw, 2rem);
}

.case-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.case-list > li {
  padding: 13px 15px 12px;
  border: 1px solid #ead7d0;
  background: var(--paper);
  color: var(--ink);
}

.case-heading {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #e1c6bf;
}

.case-heading > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 0;
  background: var(--brown);
  color: #fff;
  line-height: 1.1;
}

.case-heading > p span {
  font-size: 0.75rem;
}

.case-heading > p strong {
  margin-top: 4px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.case-heading > div > span {
  display: table;
  padding: 3px 9px;
  margin-bottom: 5px;
  background: #f4ddd7;
  color: var(--brown-dark);
  font-size: 0.75rem;
  line-height: 1.5;
}

.case-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.05rem, 4.4vw, 1.22rem);
  line-height: 1.45;
}

.case-list dl {
  margin: 8px 0 0;
}

.case-list dl > div {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.case-list dl > div + div {
  margin-top: 6px;
}

.case-list dt {
  padding: 5px 4px;
  background: var(--brown);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.case-list dd {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.65;
}

/* Interview */
.video-placeholder {
  display: grid;
  place-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: var(--black);
  color: #fff;
  text-align: center;
}

.video-placeholder span {
  color: #d7c9c1;
  font-size: 0.8125rem;
}

.video-placeholder strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.interview-faq {
  margin-top: 20px;
}

.interview-faq-en {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

.interview-faq > h3 {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}

.interview-faq-intro {
  max-width: 340px;
  margin: 18px auto 0;
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: center;
  text-wrap: pretty;
}

.interview-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.interview-faq-list details {
  background: #f5eee9;
}

.interview-faq-list summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 20px;
  gap: 7px;
  align-items: center;
  min-height: 58px;
  padding: 13px 12px 13px 14px;
  cursor: pointer;
  list-style: none;
}

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

.interview-faq-list summary > span {
  color: var(--brown-2);
  font-size: 0.9375rem;
  font-weight: 800;
}

.interview-faq-list summary > strong {
  font-size: 0.875rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.interview-faq-list summary::after {
  content: "＋";
  color: var(--brown-2);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.interview-faq-list details[open] summary::after {
  content: "−";
}

.interview-faq-list summary:focus-visible {
  outline: 2px solid var(--brown-2);
  outline-offset: 2px;
}

.interview-faq-body {
  padding: 0 16px 17px 40px;
  background: var(--paper);
}

.interview-faq-body ul {
  padding: 15px 0 0 18px;
  margin: 0;
}

.interview-faq-body li {
  padding-left: 2px;
  font-size: 0.875rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.interview-faq-body li + li {
  margin-top: 8px;
}

.interview-pending {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

/* Support content */
.support-content {
  background: var(--cream);
}

.support-grid {
  padding: 0;
  margin: 28px 0 0;
  border: 1px solid var(--line);
  list-style: none;
}

.support-grid li {
  padding: 19px 20px 17px;
  background: var(--paper);
  text-align: center;
}

.support-grid li + li {
  border-top: 1px solid var(--line);
}

.support-grid span,
.support-list > li > span {
  display: block;
  margin-bottom: 8px;
  color: var(--brown-2);
  font-size: 0.875rem;
  font-weight: 700;
}

.support-grid h3,
.support-list h3 {
  margin-bottom: 8px;
}

.support-grid p,
.support-list p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
}

/* Three supports */
.support-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.support-list li {
  padding: 19px 18px 17px 24px;
  border-left: 5px solid var(--brown-2);
  background: #f8f4ee;
}

.support-list h3 {
  font-size: clamp(1.15rem, 5vw, 1.42rem);
}

/* Swipe LP guide */
.swipe-guide {
  background: var(--cream);
}

.swipe-guide h2 {
  font-size: clamp(1.55rem, 6.5vw, 1.9rem);
}

.swipe-guide-lead {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  text-align: left;
  text-wrap: pretty;
}

.swipe-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.swipe-features li {
  padding: 12px 4px 11px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.swipe-features strong,
.swipe-features span {
  display: block;
  line-height: 1.5;
}

.swipe-features strong {
  color: var(--brown-2);
  font-size: 0.875rem;
}

.swipe-features span {
  font-size: 0.75rem;
  font-weight: 700;
}

.swipe-example-heading {
  margin-top: 30px;
  text-align: center;
}

.swipe-example-heading > span {
  display: table;
  padding: 3px 10px;
  margin: 0 auto 7px;
  background: var(--brown-2);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.swipe-example-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 5vw, 1.42rem);
}

.swipe-examples {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  margin-top: 18px;
}

.swipe-example {
  width: 100%;
  max-width: 356px;
  min-width: 0;
  margin-inline: auto;
  color: var(--ink);
  text-align: center;
}

.swipe-phone {
  display: block;
  padding: 7px;
  border-radius: 22px;
  background: var(--black);
}

.swipe-phone iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 15px;
  background: #fff;
}

.swipe-example-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

/* Bonus */
.bonus-offer {
  padding: 24px 20px 20px;
  margin-top: 26px;
  border: 6px solid #bc7464;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.bonus-offer > span {
  display: table;
  padding: 5px 12px;
  margin: 0 auto 14px;
  background: var(--brown-2);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
}

.bonus-offer > h3 {
  margin-bottom: 8px;
  font-size: clamp(1.75rem, 7vw, 2.1rem);
}

.bonus-offer .swipe-example-heading {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.bonus-price-gift {
  padding: 18px 16px 16px;
  margin-top: 15px;
  border: 2px solid #d6b7ac;
  background: #f3e5da;
}

.bonus-price-gift > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 700;
}

.bonus-price-gift > del {
  display: block;
  margin-top: 2px;
  color: #645850;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.8rem, 8vw, 2.3rem);
  font-weight: 600;
  line-height: 1.4;
  text-decoration-color: var(--brown-2);
  text-decoration-thickness: 3px;
}

.bonus-price-gift > span {
  display: block;
  margin: 3px 0;
  color: var(--brown-2);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.bonus-price-gift > strong {
  display: block;
  color: var(--brown-2);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.8rem, 13vw, 3.65rem);
  font-weight: 700;
  line-height: 1.2;
}

.bonus-price-gift > b {
  display: block;
  padding: 8px 10px;
  margin-top: 6px;
  background: var(--brown-2);
  color: #fff;
  font-size: clamp(1.15rem, 5.2vw, 1.4rem);
  line-height: 1.45;
}

.bonus-includes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.bonus-includes li {
  padding: 5px 8px;
  border: 1px solid #d6b7ac;
  background: #f8eee6;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.bonus-offer > p {
  margin: 12px 0 0;
  font-size: 0.9375rem;
}

.bonus-offer small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
}

/* Timeline */
.process h2 {
  font-size: clamp(1.6rem, 6.6vw, 1.8rem);
}

.timeline {
  position: relative;
  padding: 0 0 0 30px;
  margin: 32px 0 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 8px;
  width: 1px;
  background: var(--brown-2);
}

.timeline li {
  position: relative;
  padding: 0 0 24px;
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -27px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--paper);
  background: var(--brown-2);
}

.timeline span {
  color: var(--brown-2);
  font-size: 0.875rem;
  font-weight: 700;
}

.timeline h3 {
  margin: 4px 0 6px;
  font-size: 1.3rem;
}

.timeline p {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
}

/* AI */
.ai-support {
  border-top: 8px solid var(--brown);
  background: var(--cream);
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.ai-grid article {
  min-width: 0;
  padding: 17px 10px 15px;
  border-top: 3px solid var(--brown-2);
  background: var(--paper);
  text-align: center;
}

.ai-grid h3 {
  margin-bottom: 7px;
  font-size: 1.25rem;
}

.ai-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.65;
}

/* Price */
.pricing {
  background: var(--cream);
}

.price-box {
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.initial-fee {
  padding: 21px 18px 19px;
  background: #eee3d5;
}

.initial-fee p {
  margin-bottom: 12px;
  color: var(--brown-2);
  font-size: 0.875rem;
  font-weight: 700;
}

.initial-fee del {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
}

.initial-fee strong {
  display: block;
  margin-top: 7px;
  color: var(--brown-2);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 9.3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.4;
}

.monthly-fee {
  padding: 24px 16px 20px;
}

.monthly-fee > span {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
}

.monthly-fee > strong {
  display: block;
  margin: 6px 0;
  font-size: clamp(2rem, 9.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.35;
}

.monthly-fee p {
  margin-bottom: 8px;
  color: var(--brown-2);
  font-size: 1rem;
  font-weight: 700;
}

.monthly-fee small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.65;
}

.price-includes {
  padding: 0;
  margin: 0;
  background: var(--brown);
  color: #fff;
  list-style: none;
}

.price-includes li {
  padding: 11px 12px;
  font-size: 0.875rem;
}

.price-includes li + li {
  border-top: 1px solid rgb(255 255 255 / 20%);
}

/* Comparison */
.comparison-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.comparison-option {
  border: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.comparison-option::before {
  content: "";
  display: block;
  height: 5px;
  background: var(--ink);
}

.option-label {
  margin: 16px 0 4px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.comparison-option h3 {
  margin-bottom: 10px;
}

.comparison-option > strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
}

.comparison-option > span {
  display: block;
  margin: 4px 0 16px;
  color: var(--muted);
  font-size: 0.8125rem;
}

.comparison-option dl {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
  text-align: left;
}

.comparison-option dl div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
}

.comparison-option dl div + div {
  border-top: 1px solid var(--line);
}

.comparison-option dt,
.comparison-option dd {
  padding: 9px 11px;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.comparison-option dt {
  color: var(--muted);
  font-weight: 700;
}

.comparison-option dd {
  margin-bottom: 0;
  border-left: 1px solid var(--line);
}

.comparison-featured {
  border: 3px solid var(--brown-2);
  background: var(--brown);
  color: #fff;
}

.comparison-featured::before {
  display: none;
}

.comparison-featured .option-label,
.comparison-featured > span {
  color: #ebc9c1;
}

.comparison-featured dl {
  background: var(--paper);
  color: var(--ink);
}

.comparison-featured dt {
  background: #f1dcd6;
  color: var(--brown-dark);
}

.comparison-featured dd strong {
  color: var(--brown-dark);
}

/* Multi-store and CTA */
.multi-store .body-copy {
  max-width: 350px;
}

.cta-button {
  position: relative;
  display: block;
  min-height: 78px;
  padding: 17px 50px 15px 17px;
  margin-top: 24px;
  border: 1px solid #d68c7a;
  background: var(--brown-2);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cta-button span,
.cta-button small {
  display: block;
}

.cta-button span {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.18rem, 5.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
}

.cta-button small {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.cta-button b {
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-50%);
}

/* FAQ */
.faq-list {
  margin: 30px 0 0;
  border-top: 2px solid var(--ink);
}

.faq-list > div {
  padding: 20px 4px 19px;
  border-bottom: 1px solid var(--line);
}

.faq-list dt {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.65;
}

.faq-list dt span {
  color: var(--brown-2);
  font-size: 1.35rem;
  font-weight: 500;
}

.faq-list dd {
  margin: 10px 0 0 39px;
  color: #544b45;
  font-size: 0.875rem;
  line-height: 1.9;
}

/* Final CTA */
.final-cta {
  padding: 52px 18px 44px;
  background: var(--brown);
  color: #fffaf5;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(1.75rem, 7.8vw, 2.3rem);
}

.final-cta > .section-inner > p:not(.eyebrow) {
  margin: 22px 0 0;
  font-size: 0.9375rem;
  line-height: 1.95;
}

.consult-flow {
  padding: 0;
  margin: 24px 0 0;
  border: 1px solid rgb(255 255 255 / 30%);
  background: var(--paper);
  color: var(--ink);
  list-style: none;
}

.consult-flow li {
  position: relative;
  padding: 11px 10px;
  font-size: 0.875rem;
  font-weight: 700;
}

.consult-flow li + li {
  border-top: 1px solid var(--line);
}

.consult-flow li + li::before {
  content: "↓";
  position: absolute;
  top: -17px;
  left: 50%;
  padding-inline: 8px;
  background: var(--paper);
  color: var(--brown-2);
  transform: translateX(-50%);
}

.cta-button-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--brown-dark);
}

.contact-guide {
  padding: 18px 16px 16px;
  margin-top: 18px;
  border: 1px solid rgb(255 255 255 / 30%);
  text-align: left;
}

.contact-guide > p {
  margin: 0 0 13px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.contact-guide ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-guide li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.contact-guide li + li {
  margin-top: 10px;
}

.contact-guide li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #fffaf5;
  color: var(--brown-dark);
  font-size: 0.75rem;
  font-weight: 800;
}

.contact-guide li > strong {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.email-guide {
  margin: 22px 0 0 !important;
  color: #f4e7e2;
  font-size: 0.8125rem !important;
  line-height: 1.7 !important;
}

.email-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 2px;
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  padding: 19px 18px;
  background: #171412;
  color: #a99f98;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (max-width: 360px) {
  .section {
    padding-inline: 15px;
  }

  .hero {
    padding-inline: 15px;
  }

  .hero-title {
    letter-spacing: 0;
  }

  .hero-title strong {
    font-size: 0.92em;
    white-space: nowrap;
  }

  .audience-copy {
    font-size: 0.875rem;
  }

  .case-list > li {
    padding-inline: 11px;
  }

  .case-heading {
    grid-template-columns: 51px minmax(0, 1fr);
    gap: 9px;
  }

  .case-list dl > div {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
  }

  .comparison-option dl div {
    grid-template-columns: 91px minmax(0, 1fr);
  }

  .comparison-option dt,
  .comparison-option dd {
    padding-inline: 8px;
  }

  .final-cta {
    padding-inline: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
