:root, .yuzurie-lp {
  --color-ink: #3d352d;
  --color-muted: #70695f;
  --color-bg: #fffdf5;
  --color-soft: #fbf2df;
  --color-card: #fffefa;
  --color-line: #ead8b7;
  --color-green: #7aa568;
  --color-green-dark: #507d49;
  --color-green-soft: #edf5e5;
  --color-orange: #e99b45;
  --color-orange-soft: #fff0d8;
  --color-sky-soft: #edf7fb;
  --color-gold: #ddb967;
  --color-paper-shadow: rgba(105, 82, 43, 0.08);
  --shadow-soft: 0 18px 44px rgba(95, 83, 58, 0.1);
  --shadow-card: 0 12px 28px rgba(95, 83, 58, 0.07);
  --radius-card: 18px;
}

.yuzurie-lp, .yuzurie-lp * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.yuzurie-lp-page, .yuzurie-lp {
  margin: 0;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(255, 218, 142, 0.26), rgba(255, 253, 245, 0) 22rem),
    radial-gradient(circle at 92% 7%, rgba(181, 216, 166, 0.28), rgba(255, 253, 245, 0) 18rem),
    linear-gradient(180deg, #fff8ea 0%, #fffdf5 38%, #fbf2df 100%),
    var(--color-bg);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
}

.yuzurie-lp {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
}

body.yuzurie-lp-page::before, .yuzurie-lp::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 247, 226, 0.66), rgba(255, 253, 245, 0) 26rem),
    radial-gradient(ellipse at 82% 24%, rgba(237, 247, 251, 0.56), rgba(255, 253, 245, 0) 23rem),
    radial-gradient(ellipse at 50% 92%, rgba(237, 245, 229, 0.72), rgba(255, 253, 245, 0) 30rem),
    radial-gradient(circle at 0% 0%, rgba(255, 220, 151, 0.38), rgba(255, 253, 245, 0) 18rem),
    radial-gradient(circle at 100% 18%, rgba(212, 235, 206, 0.44), rgba(255, 253, 245, 0) 20rem),
    linear-gradient(135deg, rgba(232, 241, 229, 0.4), rgba(255, 253, 248, 0) 34%),
    linear-gradient(315deg, rgba(255, 240, 223, 0.44), rgba(255, 253, 248, 0) 38%);
}

body.yuzurie-lp-page::after, .yuzurie-lp::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.26) 0 1px, transparent 1px),
    linear-gradient(15deg, rgba(117, 90, 45, 0.028) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(123, 107, 75, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(123, 107, 75, 0.05) 0 1px, transparent 1px);
  background-position: 0 0, 12px 18px, 0 0, 9px 13px;
  background-size: 96px 96px, 118px 118px, 22px 24px, 30px 32px;
}

.yuzurie-lp a {
  color: inherit;
  text-decoration: none;
}

.yuzurie-lp p,
.yuzurie-lp h1,
.yuzurie-lp h2,
.yuzurie-lp h3 {
  margin: 0;
}

.yuzurie-lp ul,
.yuzurie-lp ol {
  margin: 0;
  padding: 0;
}

.yuzurie-lp li {
  list-style-position: inside;
}

.yuzurie-lp img {
  display: block;
  max-width: 100%;
}

.yuzurie-lp .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 245, 0.9);
  border-bottom: 1px solid rgba(234, 216, 183, 0.76);
  backdrop-filter: blur(12px);
}

.yuzurie-lp .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  gap: 16px;
}

.yuzurie-lp .brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  color: var(--color-green-dark);
}

.yuzurie-lp .brand__mark {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(80, 125, 73, 0.82);
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(135deg, #fff8e8 0%, #dfeeda 100%);
  transform: rotate(-20deg);
}

.yuzurie-lp .brand__text {
  font-size: 1.05rem;
}

.yuzurie-lp .header-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-muted);
  font-size: 0.875rem;
}

.yuzurie-lp .header-nav a {
  padding: 8px 0;
}

.yuzurie-lp .section {
  position: relative;
  padding: 78px 0;
}

.yuzurie-lp .section-soft {
  background:
    radial-gradient(ellipse at 10% 12%, rgba(255, 232, 184, 0.42), rgba(255, 253, 245, 0) 19rem),
    radial-gradient(ellipse at 90% 18%, rgba(211, 234, 202, 0.38), rgba(255, 253, 245, 0) 17rem),
    radial-gradient(ellipse at 72% 72%, rgba(237, 247, 251, 0.34), rgba(255, 253, 245, 0) 20rem),
    linear-gradient(180deg, rgba(250, 242, 223, 0.86), rgba(255, 253, 248, 0.88));
}

.yuzurie-lp .section-muted {
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 235, 202, 0.46), rgba(255, 253, 248, 0) 18rem),
    linear-gradient(180deg, rgba(235, 244, 231, 0.68), rgba(255, 253, 248, 0.76));
}

.yuzurie-lp .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.yuzurie-lp .narrow {
  width: min(760px, calc(100% - 32px));
}

.yuzurie-lp .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--color-green-dark);
  font-size: 0.875rem;
  font-weight: 700;
}

.yuzurie-lp .section-kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-orange), rgba(122, 165, 104, 0.62));
}

.yuzurie-lp h1,
.yuzurie-lp h2,
.yuzurie-lp h3 {
  font-weight: 700;
  line-height: 1.45;
}

.yuzurie-lp h1 {
  color: #4a3424;
  font-size: 2.45rem;
  letter-spacing: 0;
}

.yuzurie-lp h2 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.yuzurie-lp h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 8px 4px, var(--color-orange) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(122, 165, 104, 0.56), rgba(233, 155, 69, 0.42));
}

.yuzurie-lp h3 {
  font-size: 1.06rem;
}

.yuzurie-lp .hero {
  overflow: hidden;
  padding: 26px 0 66px;
}

.yuzurie-lp .hero::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -68px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 8deg, rgba(233, 155, 69, 0.22) 0 8deg, transparent 8deg 18deg),
    radial-gradient(circle, rgba(255, 218, 142, 0.55), rgba(255, 232, 184, 0.08) 68%);
  opacity: 0.82;
}

.yuzurie-lp .hero::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 92px;
  width: 130px;
  height: 160px;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 36% 20%, rgba(122, 165, 104, 0.58) 0 12px, transparent 13px),
    radial-gradient(ellipse at 52% 34%, rgba(122, 165, 104, 0.46) 0 12px, transparent 13px),
    radial-gradient(ellipse at 34% 50%, rgba(122, 165, 104, 0.42) 0 11px, transparent 12px),
    radial-gradient(ellipse at 54% 66%, rgba(233, 155, 69, 0.26) 0 10px, transparent 11px),
    linear-gradient(105deg, transparent 48%, rgba(122, 165, 104, 0.28) 49% 51%, transparent 52%);
  transform: rotate(24deg);
}

.yuzurie-lp .hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  gap: 22px;
}

.yuzurie-lp .hero__logo {
  order: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.yuzurie-lp .yuzurie-logo-text {
  position: relative;
  display: inline-block;
  padding: 0 10px 14px;
  color: #3e2b1f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}

.yuzurie-lp .yuzurie-logo-text::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 1px;
  height: 16px;
  border-bottom: 2px solid rgba(105, 155, 114, 0.72);
  border-radius: 50%;
}

.yuzurie-lp .yuzurie-logo-text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 52px;
  height: 14px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(105, 155, 114, 0.86) 0 8px, transparent 9px),
    radial-gradient(ellipse at 70% 50%, rgba(105, 155, 114, 0.78) 0 8px, transparent 9px);
  transform: translateX(-50%);
}

.yuzurie-lp .hero__tagline {
  color: #7b5a36;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 0.92rem;
  letter-spacing: 0;
  line-height: 1.7;
}

.yuzurie-lp .hero__copy {
  order: 2;
  display: grid;
  align-content: center;
  gap: 16px;
}

.yuzurie-lp .hero__lead {
  color: var(--color-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.85;
}

.yuzurie-lp .hero__sublead {
  color: var(--color-green-dark);
  font-weight: 700;
  line-height: 1.9;
}

.yuzurie-lp .copy-emphasis {
  color: var(--color-green-dark);
}

.yuzurie-lp .hero__text,
.yuzurie-lp .readable,
.yuzurie-lp .section-guide p,
.yuzurie-lp .contact p {
  color: var(--color-muted);
}

.yuzurie-lp .cta-group {
  display: grid;
  gap: 10px;
}

.yuzurie-lp .section-cta {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.yuzurie-lp .center {
  display: flex;
  justify-content: flex-start;
}

.yuzurie-lp .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.yuzurie-lp .button:hover {
  transform: translateY(-1px);
}

.yuzurie-lp .button:focus-visible,
.yuzurie-lp .faq-question:focus-visible,
.yuzurie-lp .phone-link:focus-visible,
.yuzurie-lp a:focus-visible {
  outline: 3px solid rgba(239, 169, 104, 0.52);
  outline-offset: 3px;
}

.yuzurie-lp .button-primary {
  color: #fff;
  background: linear-gradient(135deg, #6f9f65, #88b377);
  box-shadow: 0 12px 24px rgba(95, 143, 103, 0.2);
}

.yuzurie-lp .button-primary:hover {
  background: var(--color-green-dark);
}

.yuzurie-lp .button-secondary {
  border: 1px solid rgba(122, 165, 104, 0.34);
  color: var(--color-green-dark);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(95, 143, 103, 0.1);
}

.yuzurie-lp .button-secondary:hover {
  border-color: rgba(105, 155, 114, 0.44);
  color: #fff;
  background: var(--color-green);
}

.yuzurie-lp .microcopy {
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.yuzurie-lp .scene-section {
  position: relative;
  overflow: hidden;
}

.yuzurie-lp .hero__visual,
.yuzurie-lp .final-visual {
  position: relative;
  display: block;
  height: clamp(260px, 76vw, 380px);
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(221, 185, 103, 0.72);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, 0.92), transparent 10rem),
    radial-gradient(ellipse at 78% 18%, rgba(237, 247, 251, 0.88), transparent 12rem),
    radial-gradient(ellipse at 18% 80%, rgba(255, 240, 216, 0.72), transparent 11rem),
    linear-gradient(180deg, #fff8ea 0%, #fbf2df 42%, #dcebd3 100%);
  box-shadow: 0 22px 44px rgba(95, 83, 58, 0.13);
}

.yuzurie-lp .hero__visual {
  order: 1;
  height: clamp(250px, 72vw, 340px);
  min-height: 250px;
}

.yuzurie-lp .hero__visual::before,
.yuzurie-lp .final-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 14% 10%, rgba(255, 239, 194, 0.5), transparent 9rem),
    radial-gradient(ellipse at 88% 4%, rgba(237, 245, 229, 0.45), transparent 8rem),
    linear-gradient(180deg, rgba(255, 253, 245, 0) 58%, rgba(255, 248, 234, 0.42));
  pointer-events: none;
  z-index: 1;
}

.yuzurie-lp .hero__visual::after,
.yuzurie-lp .final-visual::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 96px;
  height: 76px;
  border-radius: 60% 40% 64% 36%;
  background:
    radial-gradient(ellipse at 20% 34%, rgba(122, 165, 104, 0.34) 0 9px, transparent 10px),
    radial-gradient(ellipse at 50% 22%, rgba(122, 165, 104, 0.28) 0 11px, transparent 12px),
    radial-gradient(ellipse at 78% 52%, rgba(122, 165, 104, 0.3) 0 10px, transparent 11px);
  opacity: 0.52;
  pointer-events: none;
  z-index: 2;
}

.yuzurie-lp .visual-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(0.98);
}

.yuzurie-lp .visual-image--hero {
  object-position: 64% center;
}

.yuzurie-lp .visual-image--final {
  object-position: center;
}

.yuzurie-lp .memo-grid {
  display: grid;
  position: relative;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(221, 185, 103, 0.58);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 8% 18%, rgba(255, 255, 255, 0.76), transparent 10rem),
    radial-gradient(ellipse at 92% 82%, rgba(237, 245, 229, 0.42), transparent 12rem),
    rgba(255, 240, 216, 0.7);
  box-shadow: 0 16px 34px var(--color-paper-shadow);
}

.yuzurie-lp .empathy h2 {
  color: var(--color-orange);
  text-align: center;
}

.yuzurie-lp .empathy .section-kicker {
  display: flex;
  justify-content: center;
}

.yuzurie-lp .memo-grid::before,
.yuzurie-lp .memo-grid::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 92px;
  opacity: 0.72;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 42% 24%, rgba(122, 165, 104, 0.58) 0 10px, transparent 11px),
    radial-gradient(ellipse at 58% 42%, rgba(122, 165, 104, 0.46) 0 10px, transparent 11px),
    linear-gradient(100deg, transparent 48%, rgba(122, 165, 104, 0.36) 49% 51%, transparent 52%);
}

.yuzurie-lp .memo-grid::before {
  left: -10px;
  top: -20px;
  transform: rotate(-22deg);
}

.yuzurie-lp .memo-grid::after {
  right: -8px;
  bottom: -28px;
  transform: rotate(156deg);
}

.yuzurie-lp .memo-card,
.yuzurie-lp .speech-card,
.yuzurie-lp .info-card,
.yuzurie-lp .life-card,
.yuzurie-lp .choice-diagram,
.yuzurie-lp .contact-card,
.yuzurie-lp .page-note {
  border: 1px solid rgba(234, 194, 123, 0.48);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 240, 216, 0.42), rgba(255, 254, 250, 0) 9rem),
    rgba(255, 254, 250, 0.94);
  box-shadow: var(--shadow-card);
}

.yuzurie-lp .memo-card {
  position: relative;
  padding: 18px 18px 18px 22px;
  border-color: rgba(221, 185, 103, 0.24);
  background: rgba(255, 254, 250, 0.74);
  box-shadow: none;
}

.yuzurie-lp .memo-pin {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-orange), rgba(122, 165, 104, 0.55));
  opacity: 0.72;
}

.yuzurie-lp .memo-card:not(.speech-card) p {
  position: relative;
  padding-left: 18px;
}

.yuzurie-lp .memo-card:not(.speech-card) p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
}

.yuzurie-lp .memo-card p + p,
.yuzurie-lp .readable p + p,
.yuzurie-lp .section-guide p + p,
.yuzurie-lp .contact p + p,
.yuzurie-lp .policy p + p {
  margin-top: 10px;
}

.yuzurie-lp .speech-card {
  position: relative;
  padding: 24px 22px;
  border-color: rgba(105, 155, 114, 0.25);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 232, 184, 0.5), transparent 7rem),
    linear-gradient(180deg, rgba(237, 245, 233, 0.96), rgba(255, 253, 248, 0.94));
}

.yuzurie-lp .speech-card::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  background: #edf5e9;
  border-right: 1px solid rgba(230, 220, 205, 0.9);
  border-bottom: 1px solid rgba(230, 220, 205, 0.9);
  transform: rotate(45deg);
}

.yuzurie-lp .speech-card strong {
  display: block;
  margin-top: 12px;
  color: var(--color-orange);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", serif;
  font-size: 1.22rem;
}

.yuzurie-lp .cards {
  display: grid;
  gap: 14px;
}

.yuzurie-lp .info-card {
  padding: 24px 22px;
}

.yuzurie-lp .info-card h3 {
  margin: 8px 0 8px;
}

.yuzurie-lp .info-card p {
  color: var(--color-muted);
}

.yuzurie-lp .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-orange), #d98122);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 5px 12px rgba(217, 129, 34, 0.18);
}

.yuzurie-lp .emphasis-copy {
  margin-top: 28px;
  padding: 22px 20px;
  border-left: 4px solid var(--color-orange);
  border-radius: 0 8px 8px 0;
  background:
    radial-gradient(circle at 94% 18%, rgba(122, 165, 104, 0.15), transparent 7rem),
    rgba(255, 240, 216, 0.78);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.9;
}

.yuzurie-lp .split {
  display: grid;
  gap: 28px;
}

.yuzurie-lp .split .button {
  margin-top: 22px;
}

.yuzurie-lp .choice-diagram {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 232, 184, 0.52), transparent 7rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(237, 245, 233, 0.9));
}

.yuzurie-lp .choice-node {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 58px;
  border: 1px solid rgba(122, 165, 104, 0.24);
  border-radius: 8px;
  background: #fff;
  color: var(--color-muted);
  font-weight: 700;
  text-align: center;
}

.yuzurie-lp .choice-node + .choice-node::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 1px;
  height: 11px;
  background: rgba(105, 155, 114, 0.3);
}

.yuzurie-lp .choice-node small {
  display: block;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
}

.yuzurie-lp .choice-node--main {
  min-height: 82px;
  color: #fff;
  background: linear-gradient(135deg, #6f9f65, #89b679);
  box-shadow: 0 10px 22px rgba(95, 143, 103, 0.2);
}

.yuzurie-lp .choice-node--main small {
  color: rgba(255, 255, 255, 0.86);
}

.yuzurie-lp .choice-diagram p {
  color: var(--color-muted);
  font-size: 0.92rem;
  text-align: center;
}

.yuzurie-lp .guide-visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(234, 194, 123, 0.54);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.72), transparent 8rem),
    radial-gradient(circle at 90% 22%, rgba(237, 247, 251, 0.7), transparent 9rem),
    linear-gradient(145deg, rgba(255, 240, 216, 0.76), rgba(237, 245, 233, 0.88));
  box-shadow: var(--shadow-soft);
}

.yuzurie-lp .guide-image {
  display: block;
  width: min(100%, 420px);
  height: auto;
  border: 1px solid rgba(221, 185, 103, 0.46);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(95, 83, 58, 0.12);
}

.yuzurie-lp .guide-copy,
.yuzurie-lp .guide-details {
  display: grid;
  gap: 16px;
}

.yuzurie-lp .benefit-name {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 18px;
  color: var(--color-green-dark);
  border: 1px solid rgba(122, 165, 104, 0.16);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  line-height: 1.7;
}

.yuzurie-lp .safety-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 22px;
  padding-top: 22px;
  border-color: rgba(221, 185, 103, 0.72);
  background:
    radial-gradient(ellipse at 86% 10%, rgba(255, 232, 184, 0.5), transparent 7rem),
    radial-gradient(ellipse at 20% 88%, rgba(237, 247, 251, 0.48), transparent 8rem),
    linear-gradient(180deg, #fffefa, rgba(255, 248, 234, 0.94));
}

.yuzurie-lp .promise-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 253, 245, 0.94);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-orange), #d98122);
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(217, 129, 34, 0.22);
}

.yuzurie-lp .number-accent {
  color: var(--color-orange);
  font-size: 1.34em;
}

.yuzurie-lp .promise-visual {
  position: relative;
  z-index: 1;
  margin: 10px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(221, 185, 103, 0.42);
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse at 74% 12%, rgba(237, 247, 251, 0.58), transparent 6rem),
    linear-gradient(180deg, #fffefa, #fff8ea);
  box-shadow: inset 0 0 0 6px rgba(255, 253, 245, 0.42);
}

.yuzurie-lp .promise-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yuzurie-lp .safety-card h3 {
  margin-top: 0;
  min-height: 3.1em;
}

.yuzurie-lp .before-after {
  display: grid;
  gap: 14px;
}

.yuzurie-lp .life-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.yuzurie-lp .life-card > span {
  display: inline-block;
  color: var(--color-muted);
  font-weight: 700;
}

.yuzurie-lp .life-card p + p {
  margin-top: 6px;
}

.yuzurie-lp .life-card--after {
  border-color: rgba(122, 165, 104, 0.34);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 232, 184, 0.42), transparent 6rem),
    linear-gradient(180deg, #fffefa, rgba(237, 245, 233, 0.82));
}

.yuzurie-lp .life-card--after > span {
  color: var(--color-green-dark);
}

.yuzurie-lp .life-visual {
  display: block;
  height: 210px;
  margin: 0 0 4px;
  overflow: hidden;
  border: 1px solid rgba(221, 185, 103, 0.38);
  border-radius: 18px;
  background: #fff8ea;
}

.yuzurie-lp .life-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yuzurie-lp .life-visual--before img {
  filter: saturate(0.82) opacity(0.86);
}

.yuzurie-lp .life-visual--after img {
  object-position: center 42%;
}

.yuzurie-lp .timeline {
  display: grid;
  gap: 0;
  margin: 26px 0 28px;
}

.yuzurie-lp .timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  min-height: 74px;
  padding: 0 0 20px;
  list-style: none;
}

.yuzurie-lp .timeline li::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 32px;
  bottom: 0;
  width: 1px;
  background: rgba(95, 143, 103, 0.3);
}

.yuzurie-lp .timeline li:last-child::before {
  display: none;
}

.yuzurie-lp .timeline .step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-orange), #d98122);
  font-size: 0.78rem;
  font-weight: 700;
}

.yuzurie-lp .timeline p {
  min-height: 38px;
  padding: 4px 0 0;
  font-weight: 700;
}

.yuzurie-lp .consultation .split {
  gap: 28px;
}

.yuzurie-lp .consultation-visual {
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(221, 185, 103, 0.5);
  border-radius: 24px;
  background: #fff8ea;
  box-shadow: var(--shadow-soft);
}

.yuzurie-lp .consultation-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.yuzurie-lp .consultation-copy {
  display: grid;
  gap: 16px;
}

.yuzurie-lp .faq-list {
  display: grid;
  gap: 12px;
}

.yuzurie-lp .faq-item {
  overflow: hidden;
  border: 1px solid rgba(234, 194, 123, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.yuzurie-lp .faq-item h3 {
  margin: 0;
}

.yuzurie-lp .faq-question {
  position: relative;
  display: block;
  width: 100%;
  min-height: 66px;
  padding: 18px 56px 18px 18px;
  border: 0;
  color: var(--color-ink);
  background: transparent;
  font: inherit;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}

.yuzurie-lp .faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-green);
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
}

.yuzurie-lp .faq-question[aria-expanded="true"]::after {
  content: "-";
}

.yuzurie-lp .faq-answer {
  padding: 0 18px 18px;
  color: var(--color-muted);
}

.yuzurie-lp .contact-card {
  display: grid;
  gap: 22px;
  padding: 28px 22px;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 232, 184, 0.52), transparent 8rem),
    linear-gradient(135deg, #fffefa, rgba(255, 240, 216, 0.76));
}

.yuzurie-lp .contact-actions {
  display: grid;
  gap: 12px;
}

.yuzurie-lp .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(122, 165, 104, 0.36);
  border-radius: 8px;
  color: var(--color-green-dark);
  background: #fff;
  font-weight: 700;
}

.yuzurie-lp .final-cta {
  text-align: left;
}

.yuzurie-lp .final-cta__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

.yuzurie-lp .final-cta__copy {
  display: grid;
  gap: 18px;
}

.yuzurie-lp .final-cta .readable {
  margin-bottom: 2px;
}

.yuzurie-lp .final-visual {
  min-height: 300px;
}

.yuzurie-lp .site-footer {
  padding: 50px 0 96px;
  color: var(--color-ink);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255, 232, 184, 0.46), transparent 14rem),
    radial-gradient(ellipse at 90% 10%, rgba(237, 245, 229, 0.64), transparent 16rem),
    linear-gradient(180deg, rgba(255, 253, 245, 0.9), #fff8ea);
}

.yuzurie-lp .brand--footer {
  margin-bottom: 12px;
  color: var(--color-green-dark);
}

.yuzurie-lp .footer-grid {
  display: grid;
  gap: 24px;
  padding: 24px;
  border: 2px solid rgba(221, 185, 103, 0.72);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 14% 20%, rgba(255, 255, 255, 0.82), transparent 11rem),
    rgba(255, 254, 250, 0.92);
  box-shadow: 0 14px 34px rgba(105, 82, 43, 0.08);
}

.yuzurie-lp .site-footer h2 {
  margin-bottom: 10px;
  color: var(--color-green-dark);
  font-size: 1rem;
}

.yuzurie-lp .site-footer p,
.yuzurie-lp .site-footer a {
  color: var(--color-muted);
  font-size: 0.88rem;
}

.yuzurie-lp .site-footer p + p {
  margin-top: 5px;
}

.yuzurie-lp .footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}

.yuzurie-lp .footer-links--row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.yuzurie-lp .footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--color-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yuzurie-lp .notes {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 185, 103, 0.38);
  color: rgba(112, 105, 95, 0.86);
}

.yuzurie-lp .notes p {
  font-size: 0.76rem;
  line-height: 1.75;
}

.yuzurie-lp .copyright {
  margin-top: 24px;
  color: var(--color-muted);
}

.yuzurie-lp .sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  background: rgba(105, 155, 114, 0.96);
  box-shadow: 0 12px 28px rgba(39, 52, 45, 0.2);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.yuzurie-lp .sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.yuzurie-lp .page-hero {
  padding: 58px 0 48px;
}

.yuzurie-lp .page-hero h1 {
  margin-bottom: 10px;
}

.yuzurie-lp .page-content {
  padding-top: 48px;
}

.yuzurie-lp .data-list {
  display: grid;
  gap: 14px;
}

.yuzurie-lp .data-list > div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(234, 194, 123, 0.44);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 232, 184, 0.3), transparent 6rem),
    rgba(255, 254, 250, 0.93);
}

.yuzurie-lp .data-list dt {
  color: var(--color-green-dark);
  font-weight: 700;
}

.yuzurie-lp .data-list dd {
  margin: 0;
  color: var(--color-muted);
}

.yuzurie-lp .data-list ul,
.yuzurie-lp .policy ul {
  display: grid;
  gap: 6px;
  padding-left: 1.2em;
}

.yuzurie-lp .data-list li,
.yuzurie-lp .policy li {
  list-style: disc;
  list-style-position: outside;
}

.yuzurie-lp .page-note {
  margin-top: 22px;
  padding: 22px;
}

.yuzurie-lp .page-note h2,
.yuzurie-lp .policy h2 {
  margin: 28px 0 10px;
  font-size: 1.25rem;
}

.yuzurie-lp .page-note .button {
  margin-top: 20px;
}

.yuzurie-lp .policy {
  color: var(--color-muted);
}

.yuzurie-lp .policy h2 {
  color: var(--color-ink);
}

@media (min-width: 768px) {
  body.yuzurie-lp-page, .yuzurie-lp {
    font-size: 17px;
  }

  .yuzurie-lp .button {
    width: auto;
    min-width: 300px;
  }

  .yuzurie-lp .cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .yuzurie-lp .section-cta {
    max-width: 360px;
  }

  .yuzurie-lp .memo-grid,
  .yuzurie-lp .three-cards,
  .yuzurie-lp .before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yuzurie-lp .memo-card--wide {
    grid-column: 1 / -1;
  }

  .yuzurie-lp .hero__inner,
  .yuzurie-lp .split {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    align-items: center;
  }

  .yuzurie-lp .hero__inner {
    grid-template-rows: auto auto;
    column-gap: 44px;
  }

  .yuzurie-lp .hero__logo,
  .yuzurie-lp .hero__copy {
    grid-column: 1;
  }

  .yuzurie-lp .hero__logo {
    justify-items: start;
    text-align: left;
  }

  .yuzurie-lp .yuzurie-logo-text {
    font-size: 6.4rem;
  }

  .yuzurie-lp .hero__visual {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .yuzurie-lp .hero__visual {
    order: 0;
  }

  .yuzurie-lp .section-guide .split--reverse {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
    align-items: center;
  }

  .yuzurie-lp .section-guide .guide-visual {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .yuzurie-lp .section-guide .guide-copy,
  .yuzurie-lp .section-guide .guide-details {
    grid-column: 2;
  }

  .yuzurie-lp .hero__visual {
    min-height: 460px;
    height: 520px;
  }

  .yuzurie-lp .final-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  }

  .yuzurie-lp .final-visual {
    min-height: 380px;
    height: 380px;
  }

  .yuzurie-lp .contact-card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .yuzurie-lp .contact-actions {
    min-width: 310px;
  }

  .yuzurie-lp .footer-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
  }

  .yuzurie-lp .footer-links {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

@media (min-width: 1024px) {
  .yuzurie-lp .section {
    padding: 92px 0;
  }

  .yuzurie-lp .hero {
    padding: 66px 0 92px;
  }

  .yuzurie-lp h1 {
    font-size: 3.55rem;
  }

  .yuzurie-lp h2 {
    font-size: 2.1rem;
  }

  .yuzurie-lp .three-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yuzurie-lp .before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yuzurie-lp .life-card {
    padding: 22px;
  }

  .yuzurie-lp .timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .yuzurie-lp .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 18px 14px;
    border: 1px solid rgba(234, 194, 123, 0.42);
    border-radius: var(--radius-card);
    background: rgba(255, 254, 250, 0.92);
    box-shadow: var(--shadow-card);
    text-align: center;
  }

  .yuzurie-lp .timeline li::before {
    left: calc(50% + 42px);
    right: calc(-50% + 8px);
    top: 36px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .yuzurie-lp .timeline li:last-child::before {
    display: none;
  }

  .yuzurie-lp .timeline .step-label {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .yuzurie-lp .timeline p {
    min-height: auto;
    padding: 0;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .yuzurie-lp .sticky-cta {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 330px;
  }

  .yuzurie-lp .footer-grid {
    padding: 30px 34px;
  }
}

@media (max-width: 380px) {
  .yuzurie-lp .site-header__inner,
  .yuzurie-lp .container,
  .yuzurie-lp .hero__inner,
  .yuzurie-lp .narrow {
    width: min(100% - 24px, 1120px);
  }

  .yuzurie-lp .header-nav {
    gap: 9px;
    font-size: 0.8rem;
  }

  .yuzurie-lp h1 {
    font-size: 2.12rem;
  }

  .yuzurie-lp h2 {
    font-size: 1.48rem;
  }

  .yuzurie-lp .button,
  .yuzurie-lp .sticky-cta {
    font-size: 0.94rem;
  }

  .yuzurie-lp .guide-visual {
    padding: 12px;
  }
}
