:root {
	--ldx-green: #acc65b;
	--ldx-green-dark: #829c36;
	--ldx-green-soft: #f2f6e8;
	--ldx-ink: #333333;
	--ldx-muted: #777777;
	--ldx-soft: #f8f9f9;
	--ldx-line: #e6e6e6;
	--ldx-white: #ffffff;
	--ldx-black: #111111;
}

.ldx-page,
.ldx-page * { box-sizing: border-box; }
.ldx-page { overflow: hidden; color: var(--ldx-muted); font-family: "Open Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: 15px; line-height: 1.9; }
.ldx-page h1,
.ldx-page h2,
.ldx-page h3,
.ldx-page p { margin-top: 0; }
.ldx-page h1,
.ldx-page h2,
.ldx-page h3 { color: var(--ldx-ink); font-family: Raleway, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; font-weight: 700; line-height: 1.45; }
.ldx-page a { text-decoration: none; }
.ldx-page img { display: block; max-width: 100%; }
.ldx-container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.ldx-section { padding: 100px 0; scroll-margin-top: 72px; }
.ldx-section--soft { background: var(--ldx-soft); }
.ldx-grid { display: grid; gap: 22px; }
.ldx-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ldx-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ldx-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ldx-kicker { margin-bottom: 10px; color: var(--ldx-green-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; }
.ldx-kicker--light { color: #bed87d; }
.ldx-heading { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.ldx-heading h2,
.ldx-faq-layout h2,
.ldx-why__copy > h2 { margin-bottom: 18px; font-size: clamp(31px, 4vw, 45px); }
.ldx-heading > p:last-child { margin-bottom: 0; font-size: 16px; }
.ldx-heading::after { display: block; width: 42px; height: 2px; margin: 24px auto 0; background: var(--ldx-green); content: ""; }

.ldx-hero { position: relative; min-height: 690px; display: grid; align-items: center; color: white; background-image: linear-gradient(90deg, rgba(10,13,10,.86), rgba(10,13,10,.62) 56%, rgba(10,13,10,.28)), var(--ldx-hero-image); background-position: center, center 42%; background-size: cover; }
.ldx-hero__inner { display: grid; align-items: center; }
.ldx-hero__copy { max-width: 800px; padding: 84px 0 94px; }
.ldx-eyebrow { margin-bottom: 20px; color: var(--ldx-green); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.ldx-hero h1 { margin-bottom: 24px; color: white; font-size: clamp(40px, 5vw, 67px); line-height: 1.3; letter-spacing: -.02em; }
.ldx-hero h1 span { color: var(--ldx-green); white-space: nowrap; }
.ldx-lead { max-width: 700px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 18px; }
.ldx-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ldx-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: 13px 25px; font-weight: 700; line-height: 1.4; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.ldx-button:hover { transform: translateY(-2px); text-decoration: none; }
.ldx-button--primary { background: var(--ldx-green); color: white; }
.ldx-button--primary:hover { background: var(--ldx-green-dark); color: white; }
.ldx-button--outline { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.04); color: white; }
.ldx-button--outline:hover { border-color: white; background: rgba(255,255,255,.13); color: white; }
.ldx-hero__notes { display: flex; flex-wrap: wrap; gap: 24px; margin: 30px 0 0; padding: 0; color: rgba(255,255,255,.72); font-size: 13px; list-style: none; }
.ldx-hero__notes li::before { margin-right: 8px; color: var(--ldx-green); font-weight: 800; content: "✓"; }

.ldx-promises { background: var(--ldx-green); color: white; }
.ldx-promises__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ldx-promises__grid > div { min-height: 112px; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.28); padding: 22px 28px; }
.ldx-promises__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.28); }
.ldx-promises span { font: 300 30px/1 Raleway, sans-serif; opacity: .65; }
.ldx-promises p { margin: 0; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.65; }
.ldx-promises strong { display: block; color: white; font-size: 15px; }

.ldx-section-nav { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--ldx-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-bar .ldx-section-nav { top: 32px; }
.ldx-section-nav .ldx-container { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.ldx-section-nav .ldx-container::-webkit-scrollbar { display: none; }
.ldx-section-nav a { flex: 0 0 auto; padding: 17px 22px; color: var(--ldx-ink); font-size: 13px; font-weight: 700; }
.ldx-section-nav a:hover { color: var(--ldx-green-dark); }

.ldx-problem { min-height: 230px; border: 1px solid var(--ldx-line); padding: 31px; background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ldx-problem:hover { transform: translateY(-3px); border-color: rgba(172,198,91,.75); box-shadow: 0 16px 42px rgba(28,34,13,.08); }
.ldx-problem > span { display: block; margin-bottom: 27px; color: var(--ldx-green-dark); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.ldx-problem h3 { margin-bottom: 10px; font-size: 19px; }
.ldx-problem p { margin-bottom: 0; font-size: 14px; }

.ldx-concept { background: white; }
.ldx-concept__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 70px; }
.ldx-concept__statement { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 48px; background: #202020; color: white; }
.ldx-concept__statement::after { position: absolute; right: -24px; bottom: -90px; color: rgba(255,255,255,.04); font: 800 210px/1 Raleway, sans-serif; content: "DX"; }
.ldx-concept__statement h2 { position: relative; z-index: 1; margin-bottom: 24px; color: white; font-size: clamp(31px, 4vw, 47px); }
.ldx-concept__statement p { position: relative; z-index: 1; }
.ldx-concept__statement p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }
.ldx-concept__copy { display: flex; flex-direction: column; justify-content: center; }
.ldx-concept__copy h3 { margin-bottom: 20px; font-size: 25px; }
.ldx-check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.ldx-check-list li { position: relative; border-bottom: 1px solid var(--ldx-line); padding: 11px 0 11px 34px; }
.ldx-check-list li::before { position: absolute; left: 2px; color: var(--ldx-green-dark); font-weight: 800; content: "✓"; }

.ldx-service { border-top: 3px solid var(--ldx-green); padding: 34px 27px 30px; background: white; box-shadow: 0 8px 26px rgba(20,20,20,.05); }
.ldx-service > span { color: var(--ldx-green); font: 300 36px/1 Raleway, sans-serif; }
.ldx-service h3 { margin: 22px 0 12px; font-size: 19px; }
.ldx-service p { margin-bottom: 18px; font-size: 14px; }
.ldx-service ul { margin: 0; padding: 0; color: var(--ldx-muted); font-size: 13px; list-style: none; }
.ldx-service li { border-top: 1px solid var(--ldx-line); padding: 6px 0; }

.ldx-example { display: grid; grid-template-columns: 62px 1fr; gap: 22px; border: 1px solid var(--ldx-line); padding: 29px; background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ldx-example:hover { transform: translateY(-3px); border-color: rgba(172,198,91,.8); box-shadow: 0 16px 42px rgba(28,34,13,.08); }
.ldx-example > span { width: 62px; height: 62px; display: grid; place-items: center; background: var(--ldx-green); color: white; font-size: 22px; font-weight: 700; }
.ldx-example h3 { margin-bottom: 8px; font-size: 18px; }
.ldx-example p { margin-bottom: 0; font-size: 13px; }

.ldx-flow-section { background: var(--ldx-black); color: #bbbbbb; }
.ldx-heading--light h2 { color: white; }
.ldx-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.ldx-flow::before { position: absolute; top: 30px; right: 11%; left: 11%; height: 1px; background: rgba(255,255,255,.22); content: ""; }
.ldx-flow article { position: relative; text-align: center; }
.ldx-flow article > span { position: relative; z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 22px; border: 7px solid var(--ldx-black); border-radius: 50%; outline: 1px solid rgba(255,255,255,.25); background: var(--ldx-green); color: var(--ldx-black); font-size: 11px; font-weight: 800; }
.ldx-flow h3 { margin-bottom: 10px; color: white; font-size: 18px; }
.ldx-flow p { margin-bottom: 0; font-size: 13px; }

.ldx-why { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.ldx-why__image { position: relative; min-height: 510px; margin: 0; overflow: hidden; }
.ldx-why__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ldx-why__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(17,17,17,.55)); content: ""; }
.ldx-why__image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; border-left: 4px solid var(--ldx-green); padding: 25px 28px; background: rgba(17,17,17,.84); color: white; font-size: 17px; }
.ldx-why__copy > h2 { margin-bottom: 18px; }
.ldx-why__copy article { display: grid; grid-template-columns: 43px 1fr; gap: 17px; border-bottom: 1px solid var(--ldx-line); padding: 16px 0; }
.ldx-why__copy article > span { color: var(--ldx-green-dark); font: 500 21px/1.4 Raleway, sans-serif; }
.ldx-why__copy h3 { margin-bottom: 5px; font-size: 16px; }
.ldx-why__copy article p { margin-bottom: 0; font-size: 13px; }

.ldx-plans { align-items: stretch; }
.ldx-plan { position: relative; border: 1px solid var(--ldx-line); padding: 37px 31px; background: white; }
.ldx-plan--featured { border: 2px solid var(--ldx-green); box-shadow: 0 18px 50px rgba(28,34,13,.1); }
.ldx-plan__badge { position: absolute; top: 0; right: 0; padding: 7px 15px; background: var(--ldx-green); color: white; font-size: 11px; font-weight: 700; }
.ldx-plan__en { margin-bottom: 5px; color: var(--ldx-green-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.ldx-plan h3 { margin-bottom: 8px; font-size: 22px; }
.ldx-price { margin: 17px 0; color: var(--ldx-ink); font: 700 28px/1.3 Raleway, "Noto Sans JP", sans-serif; }
.ldx-price small { color: var(--ldx-muted); font: 400 12px/1.5 "Open Sans", sans-serif; }
.ldx-plan > p:not(.ldx-plan__en):not(.ldx-price) { font-size: 13px; }
.ldx-plan ul { margin: 20px 0 0; border-top: 1px solid var(--ldx-line); padding: 17px 0 0; font-size: 13px; list-style: none; }
.ldx-plan li { position: relative; padding: 6px 0 6px 23px; }
.ldx-plan li::before { position: absolute; left: 0; color: var(--ldx-green-dark); font-weight: 800; content: "✓"; }
.ldx-price-note { max-width: 780px; margin: 25px auto 0; color: var(--ldx-muted); font-size: 12px; text-align: center; }

.ldx-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.ldx-faq-layout header > p:last-child { color: var(--ldx-muted); }
.ldx-faq { border-top: 1px solid var(--ldx-line); }
.ldx-faq details { border-bottom: 1px solid var(--ldx-line); }
.ldx-faq summary { position: relative; padding: 23px 52px 23px 4px; color: var(--ldx-ink); font-weight: 700; cursor: pointer; list-style: none; }
.ldx-faq summary::-webkit-details-marker { display: none; }
.ldx-faq summary::after { position: absolute; top: 17px; right: 10px; color: var(--ldx-green-dark); font: 300 28px/1 Raleway, sans-serif; content: "+"; }
.ldx-faq details[open] summary::after { content: "−"; }
.ldx-faq details p { margin: 0; padding: 0 52px 23px 4px; font-size: 14px; }

.ldx-final-cta { position: relative; overflow: hidden; padding: 92px 0; background: #1b1b1b; color: rgba(255,255,255,.72); }
.ldx-final-cta::after { position: absolute; right: -24px; bottom: -58px; color: rgba(255,255,255,.025); font: 800 150px/1 Raleway, sans-serif; content: "LUNASYS"; }
.ldx-final-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.ldx-final-cta h2 { margin-bottom: 13px; color: white; font-size: clamp(31px, 4vw, 47px); }
.ldx-final-cta p:last-child { max-width: 690px; margin-bottom: 0; }
.ldx-final-cta__actions { display: grid; gap: 11px; min-width: 270px; }
.ldx-button--light { background: var(--ldx-green); color: white; }
.ldx-button--light:hover { background: var(--ldx-green-dark); color: white; }
.ldx-button--dark-outline { border-color: rgba(255,255,255,.55); color: white; }
.ldx-button--dark-outline:hover { border-color: white; background: rgba(255,255,255,.08); color: white; }

@media (max-width: 1050px) {
	.ldx-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ldx-concept__grid,
	.ldx-why { grid-template-columns: 1fr; gap: 45px; }
	.ldx-concept__statement { min-height: 430px; }
	.ldx-faq-layout { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 820px) {
	.ldx-section { padding: 76px 0; }
	.ldx-grid--3 { grid-template-columns: 1fr; }
	.ldx-promises__grid { grid-template-columns: 1fr; }
	.ldx-promises__grid > div,
	.ldx-promises__grid > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.26); border-left: 0; }
	.ldx-flow { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
	.ldx-flow::before { display: none; }
	.ldx-final-cta__inner { grid-template-columns: 1fr; gap: 30px; }
	.ldx-final-cta__actions { width: min(100%, 430px); }
}

@media (max-width: 600px) {
	.ldx-container { width: min(100% - 28px, 1140px); }
	.ldx-section { padding: 68px 0; }
	.ldx-heading { margin-bottom: 40px; }
	.ldx-heading h2,
	.ldx-faq-layout h2,
	.ldx-why__copy > h2 { font-size: 31px; }
	.ldx-hero { min-height: 680px; background-position: center, 59% center; }
	.ldx-hero__copy { padding: 64px 0 72px; }
	.ldx-hero h1 { font-size: 34px; line-height: 1.38; }
	.ldx-lead { font-size: 15px; }
	.ldx-actions { display: grid; }
	.ldx-button { width: 100%; }
	.ldx-hero__notes { display: grid; gap: 5px; }
	.ldx-section-nav .ldx-container { justify-content: flex-start; width: 100%; padding: 0 7px; }
	.ldx-section-nav a { padding: 15px 13px; }
	.ldx-grid--2,
	.ldx-grid--4,
	.ldx-flow { grid-template-columns: 1fr; }
	.ldx-problem { min-height: 0; }
	.ldx-concept__statement { min-height: 420px; padding: 37px 27px; }
	.ldx-concept__copy h3 { font-size: 21px; }
	.ldx-example { grid-template-columns: 52px 1fr; gap: 17px; padding: 22px 19px; }
	.ldx-example > span { width: 52px; height: 52px; font-size: 18px; }
	.ldx-why__image { min-height: 420px; }
	.ldx-why__image figcaption { right: 18px; bottom: 18px; left: 18px; padding: 21px; font-size: 15px; }
	.ldx-final-cta { padding: 72px 0; }
	.ldx-final-cta__actions { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.ldx-page *,
	.ldx-page *::before,
	.ldx-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
