:root {
  --base: #fffdfb;
  --paper: #ffffff;
  --soft: #f7f1ec;
  --rose: #f3e1da;
  --accent: #b97968;
  --accent-dark: #8f5347;
  --ink: #34302f;
  --muted: #746b67;
  --line: #eaded7;
  --shadow: 0 18px 42px rgba(96, 70, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eee7e1;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

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

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

.page {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--base);
  box-shadow: 0 0 0 1px rgba(80, 64, 55, 0.06);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-bottom: 28px;
  background: var(--paper);
}

.hero__media {
  position: relative;
  height: 46svh;
  min-height: 330px;
  overflow: hidden;
}

.hero__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 251, 0), var(--paper));
}

.hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 0 22px;
  margin-top: -34px;
}

.eyebrow,
.section-label {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.42;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
}

h4 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 15px;
}

.hero-sub {
  margin-bottom: 10px;
  color: #3f3835;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}

.lead {
  color: #514a47;
  font-size: 16px;
}

.badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.badge-grid span,
.info-grid span,
.offer-box span,
.plan-badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #5e5551;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.badge-grid span {
  padding: 10px 12px;
}

.campaign-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 9px 14px;
  border: 1px solid rgba(190, 143, 83, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #e3c27c 0%, #c89e4d 100%);
  color: #302724;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(135, 95, 35, 0.18);
}

.campaign-hero-title {
  margin-bottom: 14px;
  color: #302724;
  font-size: 34px;
  line-height: 1.22;
  text-align: left;
}

.hero-zero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 12px;
}

.hero-zero-card {
  display: grid;
  gap: 6px;
  min-height: 138px;
  padding: 14px 12px;
  border: 1px solid rgba(190, 143, 83, 0.42);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff6e9 100%);
  box-shadow: 0 14px 30px rgba(105, 76, 36, 0.12);
}

.hero-zero-card span {
  color: #8f5347;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.hero-zero-card small {
  color: #71645c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-zero-card strong {
  color: #8f5347;
  font-size: 62px;
  font-weight: 900;
  line-height: 0.98;
}

.hero-enrollment {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid rgba(190, 143, 83, 0.38);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff6e9 100%);
  box-shadow: 0 14px 30px rgba(105, 76, 36, 0.12);
}

.hero-enrollment > span {
  color: #6e5b43;
  font-size: 13px;
  font-weight: 900;
}

.hero-enrollment p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 0;
  color: #453b36;
}

.hero-enrollment small {
  color: #71645c;
  font-size: 14px;
  font-weight: 800;
}

.hero-enrollment b {
  color: #8f5347;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.price-campaign-strip {
  display: grid;
  gap: 12px;
  margin: 22px 0 24px;
  padding: 16px;
  border: 1px solid rgba(190, 143, 83, 0.42);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff6e9 100%);
  box-shadow: 0 14px 30px rgba(105, 76, 36, 0.1);
}

.price-campaign-strip__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.price-campaign-strip__head span,
.price-campaign-strip__head strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.price-campaign-strip__head span {
  padding: 8px 11px;
  background: #3d332f;
  color: #fff;
}

.price-campaign-strip__head strong {
  padding: 8px 12px;
  background: #d9b46f;
  color: #302724;
}

.price-campaign-strip__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.price-campaign-strip__values p {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #4a423f;
  text-align: center;
}

.price-campaign-strip__values span {
  color: #6e5b43;
  font-size: 12px;
  font-weight: 900;
}

.price-campaign-strip__values b {
  color: #8f5347;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.price-campaign-strip__deadline,
.price-campaign-strip__note {
  margin-bottom: 0;
  text-align: center;
}

.price-campaign-strip__deadline {
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(61, 51, 47, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
}

.price-campaign-strip__note {
  color: #6b5f59;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.hero-deadline {
  margin: 0 0 16px;
  box-shadow: 0 12px 24px rgba(48, 39, 36, 0.14);
}

.campaign-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(190, 143, 83, 0.5);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff5e5 100%);
  box-shadow: 0 16px 34px rgba(105, 76, 36, 0.14);
}

.hero-campaign {
  margin: 0 0 22px;
}

.pricing-campaign {
  margin: 22px 0 24px;
}

.campaign-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.campaign-card__head span,
.campaign-card__head strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.campaign-card__head span {
  padding: 8px 11px;
  background: #3d332f;
  color: #fff;
}

.campaign-card__head strong {
  padding: 8px 12px;
  background: #d9b46f;
  color: #302724;
}

.campaign-offers {
  display: grid;
  gap: 10px;
}

.campaign-offer {
  padding: 12px;
  border: 1px solid rgba(190, 143, 83, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.campaign-offer > span {
  display: block;
  margin-bottom: 6px;
  color: #6e5b43;
  font-size: 12px;
  font-weight: 900;
}

.campaign-offer p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 0;
  color: #453b36;
}

.campaign-offer small {
  color: #71645c;
  font-size: 13px;
  font-weight: 800;
}

.campaign-offer s,
.regular-price s {
  color: #8d7a70;
  text-decoration-color: #9f5d4d;
  text-decoration-thickness: 2px;
}

.campaign-arrow {
  color: #b08a48;
  font-size: 17px;
  font-weight: 900;
}

.campaign-offer b {
  color: #8f5347;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.campaign-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.campaign-main p {
  display: grid;
  gap: 4px;
  margin-bottom: 0;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  color: #4a423f;
  text-align: center;
}

.campaign-main span {
  color: #6e5b43;
  font-size: 12px;
  font-weight: 900;
}

.campaign-main b {
  color: #8f5347;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.campaign-deadline {
  margin-bottom: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(61, 51, 47, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}

.campaign-note {
  margin-bottom: 0;
  color: #6b5f59;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.button--primary {
  background: var(--accent);
  color: #fff;
}

.button--secondary {
  border: 1px solid rgba(143, 83, 71, 0.22);
  background: #fff;
  color: var(--accent-dark);
}

.mini-trust {
  padding: 18px 22px 34px;
  background: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.trust-card {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(163, 132, 116, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(91, 67, 58, 0.08);
}

.trust-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.trust-card strong {
  display: block;
  color: #4a423f;
  font-size: 15px;
  line-height: 1.45;
}

.section {
  padding: 62px 22px;
  background: var(--base);
}

.section--soft {
  background: var(--soft);
}

.section--rose {
  background: linear-gradient(180deg, #fff8f4 0%, var(--rose) 100%);
}

.cards,
.feature-list,
.reason-list,
.worry-list,
.price-grid,
.comparison-table,
.hours-table-wrap,
.step-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.card,
.feature,
.reason,
.price-box,
.quote,
.offer-box,
.price-card,
.comparison-table article,
.hours-table-wrap,
.note-box,
.faq-list details {
  border: 1px solid rgba(163, 132, 116, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(91, 67, 58, 0.08);
}

.card {
  padding: 16px;
}

.worry-card h3,
.worry-card p,
.feature p,
.reason p,
.price-box p,
.price-card p {
  margin-bottom: 0;
}

.closing {
  margin: 26px 0 0;
  color: #4a423f;
  font-weight: 700;
}

.quote {
  margin-top: 24px;
  padding: 20px;
  color: #4a423f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.feature {
  padding: 20px;
}

.number {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

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

.check-list.compact {
  gap: 8px;
}

.check-list li,
.minus-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 8px;
  background: #fff;
  color: #4f4744;
  font-size: 14px;
  font-weight: 700;
}

.check-list.compact li {
  padding: 10px 12px 10px 35px;
  background: #f8f1ed;
  font-size: 13px;
}

.check-list li::before,
.minus-list li::before {
  position: absolute;
  left: 15px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.check-list.compact li::before {
  left: 11px;
  top: 12px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
}

.check-list li::before {
  content: "✓";
  background: var(--accent);
}

.minus-list li::before {
  content: "−";
  background: #aaa09b;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 22px 0;
}

.info-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px;
  text-align: center;
}

.comparison-table article,
.price-card,
.hours-table-wrap,
.note-box,
.faq-list details {
  padding: 18px;
}

.comparison-table dl {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
}

.comparison-table dl div {
  padding: 12px;
  border-radius: 8px;
  background: #f8f1ed;
}

.comparison-table dt {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.comparison-table dd {
  margin: 4px 0 0;
  color: #514a47;
  font-size: 14px;
  line-height: 1.7;
}

.plan-section {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(163, 132, 116, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(91, 67, 58, 0.06);
}

.plan-section.family {
  background: #fff8f4;
}

.price-card {
  display: grid;
  gap: 10px;
  background: #fff;
}

.price-card h4 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 18px;
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  color: var(--accent-dark);
}

.family-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}

.family-badges span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(184, 121, 104, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.price {
  color: #4a423f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.price strong {
  font-size: 42px;
  letter-spacing: 0;
}

.regular-price {
  color: #665a55;
  font-size: 14px;
  font-weight: 800;
}

.campaign-price {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(190, 143, 83, 0.28);
  border-radius: 8px;
  background: #fff8ed;
}

.campaign-price span {
  color: #8f6a2e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.campaign-price strong {
  color: #8f5347;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.1;
}

.after-price {
  color: #4a423f;
  font-size: 13px;
  font-weight: 800;
}

.note-box {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  background: #fff8f4;
}

.note-box p {
  margin-bottom: 0;
  color: #4a423f;
  font-weight: 700;
}

.hours-table-wrap {
  overflow-x: auto;
  padding: 0;
  background: #fff;
}

.hours-table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
}

.hours-table th,
.hours-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(163, 132, 116, 0.18);
  color: #4a423f;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.hours-table thead th {
  background: #f8f1ed;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.hours-table tbody th {
  width: 70px;
  color: var(--accent-dark);
  font-weight: 800;
  white-space: nowrap;
}

.hours-table tr:last-child th,
.hours-table tr:last-child td {
  border-bottom: 0;
}

.faq-list details {
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.6;
}

.faq-list details p {
  margin-top: 12px;
  margin-bottom: 0;
}

.mt {
  margin-top: 42px;
}

.final-cta {
  padding-bottom: 106px;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.3), rgba(255, 253, 251, 0.92)),
    var(--rose);
}

.sticky-cta {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 0;
  width: min(100%, 430px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border-top: 1px solid rgba(163, 132, 116, 0.24);
  background: rgba(255, 253, 251, 0.94);
  backdrop-filter: blur(18px);
}

.sticky-cta a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@media (min-width: 431px) {
  body {
    padding: 18px 0;
  }

  .page {
    border-radius: 22px;
  }

  .sticky-cta {
    border-radius: 18px 18px 0 0;
  }
}
