:root {
  --ink: #08231d;
  --ink-2: #0d342b;
  --green: #00b98b;
  --mint: #63edc7;
  --cyan: #08b9dd;
  --pale: #eaf8f3;
  --cream: #f4f3eb;
  --white: #fff;
  --muted: #62766f;
  --line: rgba(8, 35, 29, 0.13);
  --jp: "Noto Sans JP", sans-serif;
  --en: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fbfcfa; font-family: var(--jp); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
em { color: var(--green); font-style: normal; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; color: var(--ink); background: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-inner { width: min(1320px, calc(100% - 48px)); height: 88px; margin-inline: auto; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font: 700 22px/1 var(--en); letter-spacing: .17em; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: white; background: linear-gradient(145deg, var(--mint), var(--cyan)); border-radius: 14px; box-shadow: 0 12px 35px rgba(0,205,167,.24); letter-spacing: 0; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; font-size: 12px; font-weight: 700; }
.desktop-nav a { opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.nav-cta { display: flex; align-items: center; gap: 18px; padding: 12px 14px 12px 21px; color: var(--ink); background: white; border-radius: 999px; font-size: 12px; font-weight: 800; }
.nav-cta b { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--ink); border-radius: 50%; }

.hero { position: relative; min-height: 920px; overflow: hidden; color: white; background: var(--ink); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-photo { opacity: .4; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,23,18,.99) 0%, rgba(3,23,18,.9) 42%, rgba(3,23,18,.43) 72%, rgba(3,23,18,.58) 100%), linear-gradient(0deg, #061d18 0%, transparent 42%); }
.hero-grid { position: relative; z-index: 2; min-height: 920px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 52px; padding: 135px 0 86px; }
.kicker, .chapter { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font: 700 11px/1 var(--en); letter-spacing: .18em; }
.kicker i { width: 38px; height: 2px; background: var(--mint); }
.hero h1 { margin: 0; font-size: clamp(62px, 7vw, 98px); line-height: 1.12; letter-spacing: -.07em; }
.hero h1 em { position: relative; color: white; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 3px; height: 12px; background: linear-gradient(90deg, var(--green), var(--cyan)); transform: skewX(-11deg); }
.hero-lead { margin: 35px 0 0; color: rgba(255,255,255,.77); font-size: 19px; font-weight: 600; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 60px; padding: 0 29px; border: 0; border-radius: 999px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--ink); background: linear-gradient(135deg, var(--mint), #02cda9 50%, var(--cyan)); box-shadow: 0 18px 45px rgba(0,210,171,.22); }
.button span { font: 700 21px/1 var(--en); }
.under-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.75); font-size: 12px; font-weight: 700; }
.micro-points { display: flex; gap: 21px; margin-top: 35px; color: rgba(255,255,255,.5); font-size: 10px; }
.micro-points span::before { content: "✓"; margin-right: 6px; color: var(--mint); }

.hero-device { position: relative; min-height: 690px; display: grid; place-items: center; }
.device-halo { position: absolute; width: 610px; height: 610px; background: radial-gradient(circle, rgba(42,236,187,.25), transparent 65%); }
.iphone-frame { position: relative; z-index: 2; width: 330px; padding: 8px; background: #020806; border: 1px solid rgba(255,255,255,.5); border-radius: 54px; box-shadow: 0 50px 100px rgba(0,0,0,.52); transform: rotate(3deg); }
.iphone-frame::before { content: ""; position: absolute; z-index: 5; top: 18px; left: 50%; width: 105px; height: 29px; background: #000; border-radius: 22px; transform: translateX(-50%); }
.iphone-frame img { aspect-ratio: 1179/2556; border-radius: 46px; object-fit: cover; }
.iphone-button { position: absolute; left: -4px; width: 4px; background: #202825; border-radius: 3px 0 0 3px; }
.button-a { top: 130px; height: 44px; }.button-b { top: 190px; height: 74px; }
.hero-chip { position: absolute; z-index: 4; min-width: 178px; padding: 17px 20px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 17px; box-shadow: 0 22px 55px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-chip small { display: block; color: var(--muted); font: 700 9px/1 var(--en); letter-spacing: .15em; }
.hero-chip strong { display: block; margin-top: 7px; color: #009b73; font: 700 25px/1 var(--en); }
.chip-money { right: 6px; top: 180px; transform: rotate(-3deg); }
.chip-time { left: -10px; bottom: 155px; transform: rotate(2deg); }
.hero-bottom { position: absolute; z-index: 3; left: max(24px, calc((100% - 1320px)/2)); bottom: 30px; display: flex; align-items: center; gap: 15px; }
.hero-bottom span { color: var(--mint); font: 700 10px/1 var(--en); }
.hero-bottom p { margin: 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; }
.hero-bottom i { width: 60px; height: 1px; background: linear-gradient(90deg, var(--green), transparent); }

.result-strip { color: white; background: #041713; }
.result-grid { min-height: 160px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 45px; }
.result-grid > div { padding-left: 22px; border-left: 2px solid var(--green); }
.result-grid small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.4); font: 700 9px/1 var(--en); letter-spacing: .16em; }
.result-grid strong { color: var(--mint); font: 700 35px/1 var(--en); }
.result-grid strong span { margin-left: 4px; color: white; font: 800 14px/1 var(--jp); }
.result-grid p { max-width: 140px; color: rgba(255,255,255,.32); font-size: 8px; line-height: 1.7; }

.section { padding: 145px 0; }
.chapter { color: var(--muted); }
.chapter b { display: grid; place-items: center; width: 39px; height: 39px; color: var(--green); border: 1px solid var(--line); border-radius: 50%; font: 800 17px/1 var(--jp); letter-spacing: 0; }
.chapter.light { color: rgba(255,255,255,.53); }
.chapter.light b { color: var(--mint); border-color: rgba(255,255,255,.3); }

.features {
  background:
    radial-gradient(1100px 620px at 100% -8%, rgba(0, 185, 139, .07), transparent 60%),
    radial-gradient(820px 520px at -8% 108%, rgba(8, 185, 221, .06), transparent 60%),
    #fbfcfa;
}
.section-head h2, .habits-title h2 { margin: 0; font-size: clamp(51px, 5.3vw, 76px); line-height: 1.27; letter-spacing: -.06em; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.section-head > p { margin: 0 0 12px; color: var(--muted); font-size: 15px; line-height: 2; }
.feature-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 90px; }
.feature-panel { position: relative; min-width: 0; padding: 44px; border-radius: 32px; }
.feature-dark { color: white; background: radial-gradient(circle at 100% 0, #16614f, transparent 40%), var(--ink); }
.feature-light { background: var(--pale); }
.feature-copy { position: relative; z-index: 4; }
.feature-copy > span { font: 700 9px/1 var(--en); letter-spacing: .16em; opacity: .58; }
.feature-copy h3 { margin: 15px 0 12px; font-size: 34px; line-height: 1.35; letter-spacing: -.045em; }
.feature-copy p { margin: 0; max-width: 360px; color: var(--muted); font-size: 12px; }
.feature-dark .feature-copy p { color: rgba(255,255,255,.55); }
.feature-media { position: relative; margin: 36px 0 0; overflow: hidden; background: #edf8f4; border-radius: 24px; box-shadow: 0 26px 60px rgba(5,31,25,.22); }
.feature-media img { width: 100%; height: auto; object-fit: contain; }
.feature-media figcaption { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 999px; font-size: 8px; font-weight: 800; backdrop-filter: blur(8px); }
.timer-media { background: #dff4ed; }
.values-media { margin-top: 80px; }
.feature-reward-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: 55px; color: white; background: radial-gradient(circle at 90% 10%, rgba(18,196,158,.27), transparent 38%), var(--ink); }
.reward-explain { position: relative; z-index: 4; min-width: 0; }
.feature-reward-wide .feature-copy h3 { font-size: 43px; }
.feature-reward-wide .feature-copy p { max-width: 520px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.9; }
.reward-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 13px; margin-top: 46px; }
.reward-flow > div { min-height: 108px; padding: 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; }
.reward-flow b { display: grid; place-items: center; width: 22px; height: 22px; margin-bottom: 13px; color: var(--ink); background: var(--mint); border-radius: 50%; font: 700 10px/1 var(--en); }
.reward-flow span { display: block; color: rgba(255,255,255,.43); font-size: 8px; }
.reward-flow strong { display: block; margin-top: 5px; color: white; font-size: 13px; }
.reward-flow > i { color: var(--mint); font-style: normal; }
.reward-preview { position: relative; min-width: 0; padding: 23px; color: var(--ink); background: linear-gradient(150deg, #f8fffc, #dff8f0); border: 1px solid rgba(255,255,255,.65); border-radius: 28px; box-shadow: 0 35px 75px rgba(0,0,0,.3); }
.reward-preview-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; }
.reward-preview-head small { display: block; color: var(--muted); font-size: 8px; }
.reward-preview-head strong { display: block; margin-top: 4px; color: var(--green); font: 700 27px/1 var(--en); }
.reward-preview-head > span { color: var(--green); font: 700 8px/1 var(--en); letter-spacing: .14em; }
.product-preview-card { overflow: hidden; background: white; border-radius: 21px; box-shadow: 0 19px 45px rgba(8,35,29,.12); }
.product-preview-image { position: relative; height: 260px; display: grid; place-items: center; padding: 15px; overflow: hidden; background: #fff; }
.product-preview-image img { width: auto; height: 100%; object-fit: contain; }
.product-preview-image b { position: absolute; top: 14px; right: 14px; padding: 8px 12px; color: white; background: linear-gradient(110deg, var(--green), var(--cyan)); border-radius: 999px; font-size: 9px; }
.product-preview-copy { padding: 18px 19px 15px; border-top: 1px solid rgba(8,35,29,.07); }
.product-preview-copy small { color: var(--muted); font-size: 8px; }
.product-preview-copy h4 { margin: 5px 0 10px; font-size: 15px; }
.product-preview-copy strong { display: block; color: var(--green); font: 700 28px/1 var(--en); }
.product-preview-copy span { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; }
.product-preview-button { min-height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px 0 20px; color: var(--ink); background: linear-gradient(100deg, var(--mint), var(--cyan)); font-size: 12px; font-weight: 900; }
.product-preview-button b { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--ink); border-radius: 50%; }
.reward-preview > p { margin: 14px 3px 0; color: var(--muted); font-size: 8px; }
.reward-preview > p i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--green); border-radius: 50%; }
.actual-note { display: flex; align-items: center; gap: 18px; margin-top: 24px; color: var(--muted); font-size: 10px; }
.actual-note span { padding: 7px 10px; color: var(--green); border: 1px solid rgba(0,185,139,.3); border-radius: 99px; font: 700 8px/1 var(--en); letter-spacing: .13em; }

.future { position: relative; min-height: 950px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.future-photo, .future-photo > img, .future-photo > div { position: absolute; inset: 0; height: 100%; }
.future-photo img { object-fit: cover; }
.future-photo > div { background: linear-gradient(90deg, rgba(4,24,19,.98) 0%, rgba(4,24,19,.88) 48%, rgba(4,24,19,.22) 100%), linear-gradient(0deg, rgba(4,24,19,.55), transparent 50%); }
.future-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.future-copy h2 { margin: 0; font-size: clamp(56px, 6vw, 82px); line-height: 1.22; letter-spacing: -.065em; }
.future-copy > p:not(.chapter) { margin: 32px 0 0; color: rgba(255,255,255,.7); font-size: 18px; font-weight: 600; line-height: 1.9; }
.future-math { display: flex; flex-direction: column; align-items: flex-start; margin-top: 42px; padding-left: 20px; border-left: 2px solid var(--mint); }
.future-math span { color: rgba(255,255,255,.48); font-size: 10px; }
.future-math strong { margin-top: 7px; color: var(--mint); font: 700 31px/1 var(--en); }
.future-math small { margin-top: 9px; color: rgba(255,255,255,.3); font-size: 8px; }
.future-device { position: relative; min-height: 680px; display: grid; place-items: center; }
.secondary-phone { width: 310px; transform: rotate(-3deg); }
.goal-float { position: absolute; z-index: 5; right: -5px; bottom: 130px; width: 260px; padding: 21px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.goal-float small { color: var(--muted); font: 700 8px/1 var(--en); letter-spacing: .15em; }
.goal-float strong { display: block; margin: 8px 0 14px; font-size: 15px; }
.goal-float i { display: block; height: 6px; overflow: hidden; background: #dfeae6; border-radius: 8px; }
.goal-float i b { display: block; width: 8%; height: 100%; background: var(--green); }
.goal-float span { display: block; margin-top: 7px; color: var(--green); font-size: 9px; font-weight: 800; }

.steps { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 90% 10%, rgba(12,185,143,.22), transparent 36%), var(--ink); }
.steps-stage { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 85px; }
.steps-copy h2 { margin: 0; font-size: clamp(53px, 5.5vw, 76px); line-height: 1.25; letter-spacing: -.06em; }
.steps-copy > p:not(.chapter) { max-width: 520px; margin: 30px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 2; }
.steps-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 37px; }
.steps-proof span { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 13px; color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; font-size: 8px; }
.steps-proof strong { display: block; margin-bottom: 7px; color: var(--mint); font: 700 24px/1 var(--en); }
.steps-copy .button { margin-top: 35px; }
.steps-copy > small { display: block; margin: 12px 0 0 20px; color: rgba(255,255,255,.35); font-size: 8px; }
.setup-card { position: relative; min-height: 620px; padding: 37px; color: var(--ink); background: linear-gradient(150deg, #f9fffd, #dff8f0); border: 1px solid rgba(255,255,255,.55); border-radius: 36px; box-shadow: 0 45px 95px rgba(0,0,0,.34); transform: rotate(1.2deg); }
.setup-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 70px rgba(0,185,139,.07); pointer-events: none; }
.setup-head { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(8,35,29,.1); }
.setup-head > div { display: flex; align-items: center; gap: 11px; }
.setup-head > div span { display: grid; place-items: center; width: 35px; height: 35px; color: white; background: linear-gradient(145deg, var(--mint), var(--cyan)); border-radius: 11px; font: 800 15px/1 var(--en); }
.setup-head b { font: 700 11px/1 var(--en); letter-spacing: .14em; }
.setup-head small { color: var(--green); font: 700 10px/1 var(--en); }
.setup-card h3 { position: relative; margin: 27px 0 18px; font-size: 23px; }
.setup-options { position: relative; display: flex; gap: 8px; }
.setup-options span { padding: 12px 15px; color: var(--muted); background: white; border: 1px solid rgba(8,35,29,.08); border-radius: 999px; font-size: 11px; font-weight: 800; }
.setup-options .active { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 10px 25px rgba(8,35,29,.18); }
.setup-fields { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.setup-fields > div { position: relative; min-height: 91px; display: flex; flex-direction: column; justify-content: center; padding: 18px 48px 18px 18px; background: rgba(255,255,255,.9); border: 1px solid rgba(8,35,29,.08); border-radius: 17px; }
.setup-fields > div:first-child { grid-column: 1 / -1; }
.setup-fields small { color: var(--muted); font-size: 8px; }
.setup-fields strong { margin-top: 7px; font-size: 15px; }
.setup-fields b { position: absolute; right: 16px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--green); background: var(--pale); border-radius: 9px; font-size: 12px; }
.setup-start { position: relative; min-height: 57px; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 0 17px 0 22px; color: var(--ink); background: linear-gradient(110deg, var(--mint), var(--cyan)); border-radius: 16px; font-size: 13px; font-weight: 900; box-shadow: 0 16px 32px rgba(0,185,139,.2); }
.setup-start b { display: grid; place-items: center; width: 29px; height: 29px; color: white; background: var(--ink); border-radius: 50%; }
.setup-card > p { position: relative; margin: 15px 0 0; color: var(--muted); font-size: 9px; }
.setup-card > p i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,185,139,.1); }
.setup-live { position: absolute; z-index: 4; right: -27px; bottom: -34px; display: grid; grid-template-columns: auto auto; gap: 4px 8px; min-width: 205px; padding: 17px 20px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 22px 50px rgba(0,0,0,.35); transform: rotate(-2deg); }
.setup-live i { align-self: center; width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(99,237,199,.13); }
.setup-live span { color: var(--mint); font: 700 9px/1 var(--en); letter-spacing: .15em; }
.setup-live strong { grid-column: 1 / -1; margin-top: 5px; font: 700 27px/1 var(--en); }

.habits { color: white; background: var(--ink); }
.habits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.habit-list { border-top: 1px solid rgba(255,255,255,.15); }
.habit-list article { display: grid; grid-template-columns: 45px 1fr 1.2fr auto; align-items: center; gap: 20px; min-height: 115px; border-bottom: 1px solid rgba(255,255,255,.15); }
.habit-list article > span { color: var(--mint); font: 700 10px/1 var(--en); }
.habit-list h3 { font-size: 21px; }
.habit-list p { color: rgba(255,255,255,.48); font-size: 12px; }
.habit-list article > b { color: var(--mint); font: 700 22px/1 var(--en); }

.plan {
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(0, 185, 139, .07), transparent 58%),
    radial-gradient(760px 480px at 100% 100%, rgba(8, 185, 221, .05), transparent 60%),
    #fbfcfa;
}
.plan-grid { display: grid; grid-template-columns: .78fr 1.05fr .72fr; gap: 17px; align-items: stretch; }
.plan-copy { padding: 30px 30px 30px 0; }
.plan-copy > p, .faq header p { color: var(--green); font: 700 10px/1 var(--en); letter-spacing: .17em; }
.plan-copy h2 { margin: 18px 0 25px; font-size: 55px; line-height: 1.27; letter-spacing: -.055em; }
.plan-copy > span { color: var(--muted); font-size: 13px; line-height: 1.9; }
.price-card, .premium-card { padding: 40px; border-radius: 30px; }
.price-card { color: white; background: radial-gradient(circle at 100% 0, #17614f, transparent 40%), var(--ink); box-shadow: 0 30px 70px rgba(8,35,29,.17); }
.price-card > div > span, .premium-card > span { color: var(--mint); font: 700 9px/1 var(--en); letter-spacing: .15em; }
.price-card > div > strong { display: block; margin-top: 24px; font: 700 53px/1 var(--en); }
.price-card > div > small { color: rgba(255,255,255,.4); font-size: 9px; }
.price-card ul { padding: 24px 0; margin: 28px 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.price-card li { position: relative; padding: 7px 0 7px 23px; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); }
.price-card .button { width: 100%; min-height: 54px; font-size: 12px; }
.premium-card { display: flex; flex-direction: column; justify-content: end; color: var(--ink); background: linear-gradient(145deg, #d6fff4, #c9f0fa); }
.premium-card h3 { margin: 18px 0 13px; font-size: 27px; line-height: 1.5; }
.premium-card p { margin: 0; color: var(--muted); font-size: 11px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq header h2 { margin: 15px 0 0; font-size: 48px; letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--green); font: 400 23px/1 var(--en); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { padding: 0 50px 25px 0; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

.final-cta { position: relative; overflow: hidden; padding: 155px 0; color: white; text-align: center; background: #061c17; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta p { color: var(--mint); font: 700 10px/1 var(--en); letter-spacing: .18em; }
.final-cta h2 { margin: 26px 0 42px; font-size: clamp(60px, 7vw, 92px); line-height: 1.19; letter-spacing: -.07em; }
.button-large { min-height: 68px; padding-inline: 38px; }
.final-cta small { display: block; margin-top: 15px; color: rgba(255,255,255,.38); font-size: 9px; }
.final-orb { position: absolute; left: 50%; top: 50%; width: 850px; height: 850px; background: radial-gradient(circle, rgba(0,204,161,.18), transparent 67%); transform: translate(-50%,-50%); }
.site-footer { padding: 52px 0; color: rgba(255,255,255,.5); background: #020e0b; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.footer-inner .brand { color: white; font-size: 17px; }
.footer-inner .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
.footer-inner p { font-size: 10px; }
.footer-inner nav { display: flex; gap: 22px; font-size: 9px; }
.footer-inner > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font: 500 8px/1 var(--en); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 740px; }
  .hero-device { min-height: 720px; }
  .result-grid { grid-template-columns: repeat(3, 1fr); padding: 35px 0; }
  .result-grid p { grid-column: 1 / -1; margin: 0; max-width: none; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .feature-showcase { grid-template-columns: 1fr; }
  .feature-reward-wide { grid-column: auto; }
  .feature-panel:not(.feature-reward-wide) { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 34px; }
  .feature-panel:not(.feature-reward-wide) .feature-media { margin-top: 0; }
  .future-grid { grid-template-columns: 1fr; }
  .future-copy { max-width: 700px; }
  .future-device { min-height: 720px; }
  .steps-stage { grid-template-columns: 1fr; gap: 75px; }
  .steps-copy { max-width: 720px; }
  .setup-card { width: min(680px, 100%); margin-inline: auto; }
  .habits-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .plan-copy { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 680px) {
  .container, .nav-inner { width: min(100% - 32px, 1180px); }
  .nav-inner { height: 72px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .nav-cta { gap: 10px; padding: 9px 10px 9px 14px; font-size: 10px; }
  .nav-cta b { width: 25px; height: 25px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 1180px; gap: 5px; padding: 120px 0 55px; }
  .hero h1 { font-size: 57px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .micro-points { flex-wrap: wrap; gap: 10px 18px; }
  .hero-device { min-height: 640px; margin-inline: -15px; transform: scale(.91); }
  .iphone-frame { width: 310px; }
  .chip-money { right: -5px; }.chip-time { left: -5px; }
  .hero-bottom { display: none; }
  .result-grid { grid-template-columns: 1fr; gap: 28px; }
  .result-grid p { grid-column: auto; }
  .section { padding: 95px 0; }
  .section-head h2, .habits-title h2 { font-size: 45px; }
  .feature-showcase { margin-top: 55px; }
  .feature-panel { padding: 30px 25px; border-radius: 24px; }
  .feature-panel:not(.feature-reward-wide) { display: block; }
  .feature-copy h3 { font-size: 30px; }
  .feature-media { margin-top: 28px; border-radius: 19px; }
  .values-media { margin-top: 35px; }
  .feature-reward-wide { grid-template-columns: minmax(0,1fr); gap: 15px; }
  .feature-reward-wide .feature-copy h3 { font-size: 32px; }
  .reward-flow { grid-template-columns: 1fr; gap: 6px; margin-top: 28px; }
  .reward-flow > div { min-height: 0; display: flex; align-items: center; gap: 13px; padding: 13px 16px; }
  .reward-flow b { margin-bottom: 0; }
  .reward-flow span { font-size: 11px; }
  .reward-flow strong { margin-top: 0; margin-left: auto; font-size: 15px; }
  .reward-flow > i { justify-self: center; transform: rotate(90deg) scale(.85); }
  .reward-preview { padding: 17px; border-radius: 22px; }
  .product-preview-image { height: 235px; }
  .actual-note { align-items: flex-start; }
  .future { min-height: 1250px; align-items: start; padding-top: 105px; }
  .future-photo > div { background: linear-gradient(0deg, rgba(4,24,19,.98) 0%, rgba(4,24,19,.83) 75%, rgba(4,24,19,.28) 100%); }
  .future-copy h2 { font-size: 52px; }
  .future-copy > p:not(.chapter) { font-size: 16px; }
  .future-device { min-height: 670px; margin-inline: -15px; }
  .secondary-phone { width: 285px; }
  .goal-float { right: 0; bottom: 100px; width: 220px; }
  .steps { padding-bottom: 135px; }
  .steps-stage { gap: 60px; }
  .steps-copy h2 { font-size: 46px; }
  .steps-copy > p:not(.chapter) { font-size: 14px; }
  .steps-proof { gap: 5px; }
  .steps-proof span { min-height: 76px; padding: 10px 8px; }
  .steps-proof strong { font-size: 20px; }
  .setup-card { min-height: 620px; padding: 25px 21px; border-radius: 27px; transform: none; }
  .setup-options { flex-wrap: wrap; }
  .setup-options span { padding: 10px 13px; }
  .setup-fields > div { padding-left: 14px; }
  .setup-live { right: 8px; bottom: -43px; min-width: 190px; }
  .habit-list article { grid-template-columns: 32px 1fr auto; gap: 13px; }
  .habit-list p { grid-column: 2; margin: -20px 0 20px; }
  .habit-list article > b { grid-column: 3; grid-row: 1; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-copy { grid-column: auto; padding: 0 0 25px; }
  .plan-copy h2 { font-size: 48px; }
  .price-card, .premium-card { padding: 32px 25px; }
  .premium-card { min-height: 280px; }
  .faq details p { padding-right: 0; }
  .final-cta { padding: 110px 0; }
  .final-cta h2 { font-size: 53px; }
  .footer-inner { grid-template-columns: 1fr; gap: 17px; }
  .footer-inner nav { flex-wrap: wrap; }
  .footer-inner > small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

/* ============ Polish & micro-interactions ============ */
::selection { background: var(--green); color: #fff; }
html { scroll-padding-top: 92px; }
a:focus-visible, .button:focus-visible, summary:focus-visible, .nav-cta:focus-visible {
  outline: 2px solid var(--mint); outline-offset: 4px; border-radius: 10px;
}

/* Sticky frosted header */
.site-header { position: fixed; transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled {
  background: rgba(6, 23, 18, .72);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: rgba(255, 255, 255, .08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}
.nav-inner { transition: height .35s ease; }
.site-header.scrolled .nav-inner { height: 70px; }

/* Nav link underline sweep */
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: linear-gradient(90deg, var(--mint), var(--cyan)); transition: right .25s ease;
}
.desktop-nav a:hover::after { right: 0; }

/* CTA / button motion */
.nav-cta { transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0, 0, 0, .2); }
.nav-cta b, .button span { transition: transform .2s ease; }
.nav-cta:hover b, .button:hover span { transform: translateX(4px); }
.button-accent { background-size: 180% 180%; background-position: 0% 50%; transition: transform .2s ease, box-shadow .25s ease, background-position .5s ease; }
.button-accent:hover { background-position: 100% 50%; box-shadow: 0 22px 55px rgba(0, 210, 171, .34); }

/* Card hover lifts */
.feature-panel { transition: transform .35s ease, box-shadow .35s ease; }
.feature-light:hover, .feature-dark:hover, .feature-reward-wide:hover { transform: translateY(-5px); }
.feature-media img { transition: transform .6s ease; }
.feature-panel:hover .feature-media img { transform: scale(1.035); }
.price-card, .premium-card { transition: transform .35s ease, box-shadow .35s ease; }
.price-card:hover, .premium-card:hover { transform: translateY(-5px); }
.product-preview-button { cursor: pointer; transition: filter .2s ease; }
.product-preview-button:hover { filter: brightness(1.06); }
.product-preview-button b { transition: transform .2s ease; }
.product-preview-button:hover b { transform: translateX(3px); }

/* Habit rows */
.habit-list article { transition: background .25s ease; }
.habit-list article:hover { background: rgba(255, 255, 255, .045); }
.habit-list article > b { transition: transform .25s ease; }
.habit-list article:hover > b { transform: translateX(7px); }

/* FAQ */
.faq summary { transition: color .2s ease; }
.faq summary:hover { color: var(--green); }

/* Reveal cascade for grouped items */
.feature-showcase .feature-panel:nth-child(2) { transition-delay: .08s; }
.feature-showcase .feature-panel:nth-child(3) { transition-delay: .16s; }
.habit-list article:nth-of-type(2) { transition-delay: .07s; }
.habit-list article:nth-of-type(3) { transition-delay: .14s; }
.faq-list details:nth-of-type(2) { transition-delay: .06s; }
.faq-list details:nth-of-type(3) { transition-delay: .12s; }

/* Ambient motion */
@keyframes lp-float-device { 0%, 100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-13px); } }
@keyframes lp-float-a { 0%, 100% { transform: rotate(-3deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-9px); } }
@keyframes lp-float-b { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(9px); } }
@keyframes lp-halo { 0%, 100% { opacity: .82; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes lp-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.62); opacity: .5; } }
.hero-device .iphone-frame { animation: lp-float-device 7s ease-in-out infinite; }
.chip-money { animation: lp-float-a 6s ease-in-out infinite .4s; }
.chip-time { animation: lp-float-b 6.6s ease-in-out infinite; }
.device-halo { animation: lp-halo 6.5s ease-in-out infinite; }
.final-orb { animation: lp-halo 9s ease-in-out infinite; }
.setup-live i { animation: lp-pulse 1.8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .hero-device .iphone-frame, .chip-money, .chip-time, .device-halo, .final-orb, .setup-live i { animation: none; }
  .site-header { transition: none; }
}

/* Full product name after the September 2026 rename. */
.brand > span:last-child { max-width: 210px; font-size: 15px; line-height: 1.2; }
