:root {
  --lp-max: 560px;
  --ink: #17130f;
  --muted: #5f554a;
  --gold: #a97924;
  --gold-dark: #80570f;
  --paper: #fffdf8;
  --cream: #f7f1e8;
  --cream-deep: #efe2cf;
  --line: #e5d8c4;
  --shadow: 0 18px 42px rgba(94, 66, 34, 0.12);
  --card-shadow: 0 16px 34px rgba(88, 61, 31, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  background: #f6efe5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(246, 239, 229, 0.6), rgba(255, 255, 255, 0.84)),
    #f6efe5;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  line-height: 1.85;
}

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

a {
  color: inherit;
}

.lp {
  width: 100%;
  max-width: var(--lp-max);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.section {
  position: relative;
  padding: 62px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, rgba(238, 220, 190, 0.42), transparent 32%),
    linear-gradient(180deg, #fffefb 0%, #fffaf3 48%, #fffdf8 100%);
}

.section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(169, 121, 36, 0.16), transparent);
}

.section + .section {
  padding-top: 70px;
}

.concern::before,
.reason::before,
.proof::before,
.flow::before,
.result::before {
  content: "";
  position: absolute;
  right: -42%;
  bottom: -18%;
  z-index: 0;
  width: 82%;
  height: 42%;
  border-radius: 999px 0 0 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(222, 191, 139, 0.16), rgba(222, 191, 139, 0) 68%);
  opacity: 1;
  pointer-events: none;
}

.proof::before {
  top: -90px;
  bottom: auto;
  right: -48%;
}

.flow::before {
  right: -46%;
  bottom: 40px;
}

.result::before {
  right: -48%;
  bottom: -20px;
}

.guide-preview::before {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -40px;
  z-index: 0;
  width: 88%;
  height: 58%;
  background: url("assets/instagram-roughs/ebook-mockup-transparent.png?v=2") center bottom / contain no-repeat;
  opacity: 0.055;
  pointer-events: none;
}

.guide-preview {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.52), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(169, 121, 36, 0.12), transparent 36%),
    linear-gradient(180deg, #f7ecdc 0%, #efe0c9 52%, #f8efe3 100%);
}

.guide-preview .section-copy h2,
.guide-preview .section-copy p {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.concern > *,
.benefit > *,
.reason > *,
.proof > *,
.flow > *,
.guide-preview > *,
.result > * {
  position: relative;
  z-index: 1;
}

.hero,
.final {
  min-height: 900px;
  padding: 56px 28px 44px;
}

.hero .hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 38%;
  z-index: 0;
  opacity: 1;
}

.hero .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% top;
}

.final .hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  z-index: 0;
  opacity: 1;
}

.final .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% top;
}

.hero::before,
.final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 1) 0%, rgba(255, 253, 248, 0.98) 42%, rgba(255, 253, 248, 0.7) 55%, rgba(255, 253, 248, 0.18) 74%, rgba(255, 253, 248, 0) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.12) 0%, rgba(255, 253, 248, 0) 50%, rgba(255, 253, 248, 0.44) 100%);
}

.final::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 1) 0%, rgba(255, 253, 248, 0.97) 45%, rgba(255, 253, 248, 0.66) 60%, rgba(255, 253, 248, 0.16) 78%, rgba(255, 253, 248, 0) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.12) 0%, rgba(255, 253, 248, 0) 52%, rgba(255, 253, 248, 0.48) 100%);
}

.hero-content,
.final-content {
  position: relative;
  z-index: 2;
}

.mobile-hero-book {
  display: none;
}

.hero-content::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -20px;
  z-index: -1;
  width: min(76%, 405px);
  height: 600px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.78) 62%, rgba(255, 253, 248, 0));
  pointer-events: none;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  margin: 0 0 34px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.kicker::before,
.kicker::after {
  content: "";
  height: 1px;
  background: var(--gold);
}

.kicker::before {
  flex: 0 0 30px;
}

.kicker::after {
  flex: 1;
}

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

h1,
h2 {
  margin-bottom: 28px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
}

h1 {
  max-width: 430px;
  font-size: clamp(34px, 8.7vw, 44px);
}

h2 {
  font-size: clamp(32px, 8.2vw, 44px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

span {
  color: var(--gold);
}

.hero-lead {
  max-width: 310px;
  margin: 38px 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.68;
}

.hero-sub,
.section-copy p,
.final-content p {
  color: var(--muted);
  font-size: 16px;
}

.hero-sub {
  max-width: 320px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(137, 93, 18, 0.2);
  border-bottom: 1px solid rgba(137, 93, 18, 0.2);
  background: rgba(255, 253, 248, 0.58);
  backdrop-filter: blur(8px);
}

.hero-points li {
  position: relative;
  display: flex;
  min-height: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #2a2116;
  text-align: center;
  backdrop-filter: none;
}

.hero-points li + li {
  border-left: 1px solid rgba(137, 93, 18, 0.18);
}

.hero-points li::before,
.hero-points li::after {
  content: none;
}

.hero-points strong {
  position: relative;
  z-index: 2;
  color: #1d1711;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-points strong::before,
.hero-points strong::after {
  content: none;
}

.hero-note,
.center-message {
  margin: 0 0 28px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.hero-note {
  max-width: 300px;
  margin-bottom: 22px;
  font-size: 23px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

.lead-hero {
  min-height: 940px;
  background:
    radial-gradient(circle at 88% 20%, rgba(220, 116, 40, 0.14), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(169, 121, 36, 0.18), transparent 30%),
    linear-gradient(180deg, #fffefb 0%, #fff8ef 55%, #fffdf8 100%);
}

.lead-hero .hero-photo {
  top: 138px;
  right: -22px;
  bottom: auto;
  left: 54%;
  height: 560px;
  opacity: 1;
}

.lead-hero .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 34px rgba(86, 52, 20, 0.24));
}

.lead-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 1) 0%, rgba(255, 253, 248, 0.98) 45%, rgba(255, 253, 248, 0.68) 59%, rgba(255, 253, 248, 0.16) 78%, rgba(255, 253, 248, 0) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.04) 0%, rgba(255, 253, 248, 0) 48%, rgba(255, 253, 248, 0.54) 100%);
}

.lead-hero .hero-content::before {
  height: 650px;
}

.lead-hero h1 {
  max-width: 430px;
  font-size: clamp(34px, 8.8vw, 45px);
}

.lead-hero .hero-lead {
  margin-top: 34px;
  font-size: 27px;
  line-height: 1.58;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 76px;
  padding: 16px 18px;
  border-radius: 42px;
  background: linear-gradient(180deg, #d9a543 0%, #a66d15 100%);
  box-shadow: 0 12px 20px rgba(98, 59, 10, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: clamp(16px, 4.35vw, 25px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.hero .cta-button {
  position: relative;
  z-index: 3;
  margin-top: 6px;
  box-shadow:
    0 16px 24px rgba(98, 59, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.cta-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.mini-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  margin: 26px auto 0;
  padding: 10px 20px 11px;
  border: 1px solid rgba(169, 121, 36, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 24px rgba(108, 81, 48, 0.06);
  color: var(--gold-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.mini-cta::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.text-cta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 22px auto 0;
  color: var(--gold-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.text-cta::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.line-badge {
  flex: 0 0 auto;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #06c755;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.section-copy {
  position: relative;
  z-index: 1;
}

.section-copy h2::after,
.reason > h2::after,
.final-content h2::after {
  content: "";
  display: block;
  width: 42%;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--gold), rgba(169, 121, 36, 0.22), transparent);
}

.worry-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 40px 0 58px;
  padding: 10px 18px;
  list-style: none;
  border: 1px solid rgba(222, 204, 176, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(253, 247, 238, 0.78)),
    rgba(255, 253, 248, 0.86);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
}

.worry-list li {
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 120px;
  padding: 14px 0;
}

.worry-list li + li {
  border-top: 1px dotted rgba(169, 121, 36, 0.34);
}

.icon,
.step-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.98), rgba(250, 241, 224, 0.9));
  border: 1px solid rgba(169, 121, 36, 0.38);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.48), 0 8px 18px rgba(129, 88, 28, 0.08);
  color: var(--gold);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.photo-icon {
  position: relative;
  overflow: hidden;
  width: 96px;
  height: 76px;
  border-radius: 8px;
  background-color: #f8efe1;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(60, 38, 14, 0.14));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(169, 121, 36, 0.28);
  box-shadow:
    0 10px 22px rgba(80, 51, 18, 0.14);
}

.photo-icon::after {
  content: none;
}

.photo-icon.market {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(60, 38, 14, 0.14)),
    url("assets/generated/worry-picotin.png");
  background-position: 48% 50%;
}

.photo-icon.bag {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(60, 38, 14, 0.14)),
    url("assets/generated/worry-kelly-black.png");
  background-position: 58% 55%;
}

.photo-icon.line {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(60, 38, 14, 0.14)),
    url("assets/generated/worry-constance-gold.png");
  background-position: 58% 52%;
}

.worry-list p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.benefit-list,
.reason-list,
.flow-list {
  display: grid;
  gap: 16px;
  margin: 40px 0;
}

.benefit-list article,
.reason-list article,
.flow-list li,
.advice-box {
  border: 1px solid rgba(222, 204, 176, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(253, 247, 238, 0.78)),
    rgba(255, 253, 248, 0.86);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
}

.benefit-list article {
  position: relative;
  padding: 25px 24px 24px 94px;
  overflow: hidden;
}

.benefit-list article::after,
.reason-list article::after,
.flow-list li::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, rgba(201, 154, 73, 0.88), rgba(128, 87, 15, 0.28));
}

.num {
  position: absolute;
  left: 22px;
  top: 26px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, #e7c27d, #9a681a 68%, #76500f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 18px rgba(95, 63, 19, 0.12);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.benefit-list p,
.reason-list p,
.flow-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.reason-list article {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 24px 22px;
  overflow: hidden;
}

.reason-list .num {
  position: static;
}

.proof .section-copy {
  margin-bottom: 34px;
}

.metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 60, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 176, 98, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 241, 226, 0.88));
  box-shadow:
    0 20px 42px rgba(88, 61, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.metrics::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(169, 121, 36, 0.9), transparent);
}

.metrics article {
  padding: 28px 8px 24px;
  text-align: center;
}

.metrics article + article {
  border-left: 1px solid rgba(169, 121, 36, 0.22);
}

.metrics p {
  margin-bottom: 10px;
  color: #4c4034;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.metrics strong {
  display: block;
  color: #9a671a;
  font-size: clamp(26px, 7.2vw, 38px);
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.metrics strong span {
  font-size: 14px;
}

.metrics strong small {
  margin-left: 1px;
  color: #9a671a;
  font-size: 12px;
  font-weight: 600;
}

.metrics .metric-range {
  font-size: clamp(24px, 6.1vw, 34px);
  letter-spacing: 0;
}

.metrics .metric-range small {
  display: block;
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1;
}

.caption {
  margin: 16px 0 12px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.model-note {
  margin: 0 0 40px;
  padding: 14px 14px 16px;
  border-top: 1px solid rgba(169, 121, 36, 0.2);
  border-bottom: 1px solid rgba(169, 121, 36, 0.2);
  background: rgba(255, 253, 248, 0.5);
  color: #4f453b;
  text-align: center;
}

.model-note p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.model-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.model-chips span {
  display: grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid rgba(169, 121, 36, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 239, 224, 0.62));
  color: #4a3824;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.advice-box {
  padding: 32px 24px;
  text-align: center;
}

.advice-box p {
  margin-bottom: 8px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.72;
}

.advice-box small,
.trust-note {
  color: var(--muted);
  font-size: 14px;
}

.flow-list {
  position: relative;
  padding: 0;
  list-style: none;
}

.flow-list::before {
  content: none;
}

.flow-list li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 24px 20px;
  overflow: hidden;
}

.flow-list .step-icon {
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, #e7c27d, #9a681a 68%, #76500f);
  font-family: Georgia, serif;
  font-size: 20px;
}

.result-card {
  display: grid;
  gap: 14px;
  margin: 40px 0 28px;
}

.result-card div {
  position: relative;
  padding: 22px 22px 22px 28px;
  border: 1px solid rgba(222, 204, 176, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(253, 247, 238, 0.82)),
    rgba(255, 253, 248, 0.88);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
}

.result-card div::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, rgba(201, 154, 73, 0.88), rgba(128, 87, 15, 0.28));
}

.result-card span {
  display: block;
  margin-bottom: 8px;
  color: #9a671a;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}

.result-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

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

.guide-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(222, 204, 176, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.84)),
    rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 26px rgba(88, 61, 31, 0.08);
  color: #241d19;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.guide-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, #e7c27d, #9a681a 68%, #76500f);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 600;
}

.assurance-message {
  margin: 0;
  padding: 18px 20px;
  border-top: 1px solid rgba(169, 121, 36, 0.18);
  border-bottom: 1px solid rgba(169, 121, 36, 0.18);
  color: #2c241c;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.final-photo img {
  object-position: right top;
}

.lead-final {
  background:
    radial-gradient(circle at 88% 22%, rgba(220, 116, 40, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff8ef 56%, #fffdf8 100%);
}

.lead-final .hero-photo {
  top: 110px;
  right: -24px;
  bottom: auto;
  left: 55%;
  height: 520px;
}

.lead-final .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 34px rgba(86, 52, 20, 0.22));
}

.lead-final::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 1) 0%, rgba(255, 253, 248, 0.98) 48%, rgba(255, 253, 248, 0.7) 62%, rgba(255, 253, 248, 0.2) 82%, rgba(255, 253, 248, 0) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.08) 0%, rgba(255, 253, 248, 0) 52%, rgba(255, 253, 248, 0.54) 100%);
}

.final {
  min-height: 1060px;
  padding-bottom: 78px;
}

.final-content {
  display: flex;
  min-height: 940px;
  flex-direction: column;
}

.final-content::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -20px;
  z-index: -1;
  width: min(78%, 410px);
  height: 520px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.78) 62%, rgba(255, 253, 248, 0));
  pointer-events: none;
}

.final-content h2 {
  max-width: 390px;
  font-size: clamp(34px, 8.7vw, 44px);
}

.final-content > p:not(.kicker):not(.trust-note) {
  max-width: 330px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 10px 24px rgba(88, 61, 31, 0.06);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
}

.final-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: auto 0 24px;
  border: 1px solid rgba(222, 204, 176, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 242, 229, 0.78));
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.final-points span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 10px 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.final-points span + span {
  border-left: 1px solid rgba(169, 121, 36, 0.25);
}

.trust-note {
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 34px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 10px 22px rgba(88, 61, 31, 0.07);
  text-align: center;
}

.brand-block {
  text-align: center;
  padding-top: 2px;
}

.brand-block strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.brand-block span {
  display: block;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.brand-block p {
  margin: 12px 0 0;
  color: var(--ink);
}

.company-info {
  padding: 38px 28px 44px;
  border-top: 1px solid rgba(169, 121, 36, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 241, 232, 0.72));
  color: #4f453b;
}

.company-info h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.company-info dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(169, 121, 36, 0.18);
}

.company-info div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(169, 121, 36, 0.14);
}

.company-info dt,
.company-info dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}

.company-info dt {
  color: #8b621e;
  font-weight: 600;
}

.company-info dd {
  color: #51483e;
}

.company-info p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.footer-links,
.document-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 22px;
}

.footer-links a,
.document-nav a {
  color: #6d542c;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.document-page {
  min-height: 100vh;
  padding: 0 28px 48px;
  background:
    radial-gradient(circle at 88% 0%, rgba(238, 220, 190, 0.34), transparent 34%),
    linear-gradient(180deg, #fffefb 0%, #fffaf3 54%, #fffdf8 100%);
}

.document-hero {
  padding: 54px 0 30px;
  border-bottom: 1px solid rgba(169, 121, 36, 0.18);
}

.document-hero .kicker {
  margin-bottom: 20px;
}

.document-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(30px, 7.8vw, 42px);
}

.document-hero p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.document-section {
  padding: 28px 0;
  border-bottom: 1px solid rgba(169, 121, 36, 0.12);
}

.document-section h2 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.55;
}

.document-section p,
.document-section li,
.document-dl dt,
.document-dl dd,
.legal-table dt,
.legal-table dd {
  color: #51483e;
  font-size: 14px;
  line-height: 1.9;
}

.document-section ul {
  margin: 12px 0 0;
  padding-left: 1.2em;
}

.document-section li + li {
  margin-top: 6px;
}

.document-dl,
.legal-table {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(169, 121, 36, 0.16);
}

.document-dl div,
.legal-table div {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(169, 121, 36, 0.12);
}

.document-dl dt,
.legal-table dt {
  color: #8b621e;
  font-weight: 600;
}

.document-dl dd,
.legal-table dd {
  margin: 0;
}

.document-date {
  margin-bottom: 0;
  text-align: right;
}

.document-nav {
  margin-top: 30px;
}

.document-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(169, 121, 36, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  text-decoration: none;
}

@media (max-width: 768px) {
  .lp {
    max-width: none;
    box-shadow: none;
  }

  .section {
    padding: 52px 22px;
  }

  .hero,
  .final {
    padding: 44px 22px 40px;
  }

  .lead-hero {
    min-height: auto;
    padding-bottom: 46px;
  }

  .lead-hero .hero-photo {
    display: none !important;
  }

  .mobile-hero-book {
    display: block;
    width: min(50vw, 220px);
    margin: -6px 0 18px auto;
    filter: drop-shadow(0 20px 24px rgba(86, 52, 20, 0.2));
  }

  .mobile-hero-book img {
    width: 100%;
    height: auto;
  }

  .lead-hero .hero-content::before {
    width: min(82%, 380px);
    height: 520px;
  }

  .lead-hero h1 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(30px, 7.1vw, 38px);
    line-height: 1.38;
  }

  .lead-hero .hero-lead {
    max-width: 100%;
    margin: 8px 0 14px;
    font-size: clamp(22px, 5.8vw, 25px);
    line-height: 1.55;
  }

  .hero-sub {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.85;
  }

  .hero-note {
    max-width: 100%;
    font-size: 21px;
    line-height: 1.65;
  }

  .hero-points {
    margin-top: 14px;
  }

  .final {
    min-height: 980px;
  }

  .lead-final .hero-photo {
    top: 150px;
    right: -18px;
    left: 60%;
    height: 420px;
  }

  .final-content {
    min-height: 860px;
  }

  .final-content::before {
    width: min(84%, 380px);
  }

  .final-content > p:not(.kicker):not(.trust-note) {
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .lp {
    max-width: none;
    box-shadow: none;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 48px 22px;
  }

  .hero,
  .final {
    padding-inline: 22px;
  }

  .final .hero-photo {
    left: 36%;
  }

  .lead-hero .hero-photo {
    display: none;
  }

  .mobile-hero-book {
    width: min(55vw, 220px);
    margin-top: -8px;
  }

  .lead-final .hero-photo {
    top: 160px;
    right: -28px;
    left: 60%;
    height: 405px;
  }

  .cta-button {
    gap: 9px;
    min-height: 70px;
    padding-inline: 12px;
    font-size: clamp(14px, 3.85vw, 20px);
  }

  .line-badge {
    width: 46px;
    height: 46px;
    font-size: 11px;
  }

  .worry-list {
    padding-inline: 14px;
  }

  .worry-list li {
    grid-template-columns: 92px 1fr;
    gap: 14px;
  }

  .photo-icon {
    width: 84px;
    height: 68px;
  }

  .worry-list p {
    font-size: 18px;
  }

  .final-content h2 {
    font-size: clamp(32px, 8.5vw, 42px);
  }

  .document-page {
    padding-inline: 22px;
  }

  .document-dl div,
  .legal-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 360px) {
  .metrics {
    grid-template-columns: 1fr;
  }

  .metrics article + article {
    border-top: 1px solid rgba(169, 121, 36, 0.22);
    border-left: 0;
  }
}

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

  .lead-hero .hero-photo {
    display: none !important;
  }

  .lead-hero .mobile-hero-book {
    display: block !important;
    float: right;
    width: min(36vw, 160px);
    max-width: 160px;
    min-width: 128px;
    margin: -8px 0 8px 18px;
    line-height: 0;
    filter: drop-shadow(0 14px 18px rgba(86, 52, 20, 0.18));
  }

  .lead-hero .mobile-hero-book img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 430px) {
  .lead-hero .mobile-hero-book {
    width: min(35vw, 145px);
    min-width: 124px;
    margin-top: -10px;
    margin-bottom: 8px;
  }

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

  .lead-hero .hero-sub {
    clear: both;
    padding-top: 4px;
  }
}
