*, *::before, *::after { box-sizing: border-box; }
:root {
  --ink: #070a12;
  --ink-2: #0b1020;
  --surface: #101726;
  --surface-2: #151e30;
  --line: rgba(149, 166, 198, .16);
  --white: #f7f8fb;
  --muted: #8f9bb0;
  --blue: #1768ff;
  --blue-light: #5591ff;
  --gold: #e6b92f;
  --gold-light: #ffdc69;
  --green: #28d87d;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -100px; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 20px; }
.page-noise { position: fixed; z-index: 999; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid var(--line); background: rgba(7,10,18,.78); backdrop-filter: blur(20px); }
.header-inner { width: min(1440px, 100%); height: 78px; margin: auto; padding: 0 4vw; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 0 24px rgba(230,185,47,.16); }
.brand span { display: flex; flex-direction: column; }
.brand b { font: 700 17px/1.15 var(--serif); letter-spacing: .04em; }
.brand small { margin-top: 5px; color: var(--gold); font: 700 6px/1 var(--sans); letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #a7b0c1; font-size: 11px; font-weight: 600; letter-spacing: .1em; transition: color .2s; }
.main-nav a:hover { color: var(--white); }
.header-cta { min-width: 145px; height: 44px; padding: 0 16px 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(230,185,47,.45); color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: .25s; }
.header-cta:hover { background: var(--gold); color: #100e06; }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 1px; margin: 7px auto; background: var(--white); transition: .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; padding: 112px 5vw 52px; isolation: isolate; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 85% 34%, rgba(23,104,255,.18), transparent 26%), radial-gradient(circle at 14% 72%, rgba(230,185,47,.09), transparent 25%), var(--ink); }
.hero-grid, .download-grid { position: absolute; z-index: -2; inset: 0; opacity: .42; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, black, transparent 48%, black); }
.hero-symbol { position: absolute; z-index: -1; left: -2vw; bottom: -9vw; color: rgba(247,248,251,.025); font: 900 38vw/1 var(--serif); }
.hero-inner { width: min(1420px, 100%); margin: auto; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 6vw; }
.hero-copy { position: relative; z-index: 5; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.eyebrow span { width: 42px; height: 1px; background: var(--gold); }
.hero h1 { margin: 0; font: 900 clamp(50px, 4vw, 64px)/1.1 var(--serif); letter-spacing: -.075em; }
.hero-app-name { display: block; margin: 0 0 14px 5px; color: var(--blue-light); font: 800 11px/1 var(--sans); letter-spacing: .26em; }
.hero h1 em { color: var(--gold-light); font-style: normal; text-shadow: 0 0 55px rgba(230,185,47,.16); }
.hero-lead { max-width: 620px; margin: 22px 0 0; color: #a0aabd; font: 400 13px/1.85 var(--serif); letter-spacing: .035em; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.primary-button, .text-button { height: 54px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.primary-button { min-width: 230px; background: var(--blue); box-shadow: 0 22px 55px rgba(23,104,255,.22); }
.primary-button:hover { background: #347cff; }
.text-button { min-width: 170px; border: 1px solid var(--line); color: var(--muted); }
.text-button:hover { border-color: var(--gold); color: var(--white); }
.hero-note { margin: 13px 0 0; color: #7f8ba0; font-size: 9px; letter-spacing: .04em; }
.hero-facts { max-width: 550px; margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.hero-facts div { display: flex; align-items: center; gap: 10px; padding: 14px; border-right: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { color: var(--gold); font: 800 24px/1 var(--serif); }
.hero-facts span { color: var(--muted); font-size: 9px; line-height: 1.5; }

.hero-visual { position: relative; height: 620px; min-width: 0; }
.phone { position: absolute; overflow: hidden; border: 1px solid #34425c; background: #090d17; box-shadow: 0 60px 120px rgba(0,0,0,.65); }
.phone::after, .screen-phone::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 7px #111725; border-radius: inherit; pointer-events: none; }
.phone picture, .screen-phone picture { display: block; width: 100%; height: 100%; }
.phone img, .screen-phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 3; width: 286px; height: 619px; left: 50%; top: 0; border-radius: 41px; transform: translateX(-50%) rotate(1deg); animation: phone-float 7s ease-in-out infinite; }
.phone-back { z-index: 1; width: 205px; height: 444px; top: 88px; border-radius: 32px; opacity: .43; filter: saturate(.85); }
.phone-left { left: 0; transform: rotate(-8deg); }
.phone-right { right: 0; transform: rotate(8deg); }
.answer-chip { position: absolute; z-index: 5; min-width: 160px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: rgba(12,17,29,.9); backdrop-filter: blur(16px); box-shadow: 0 20px 55px rgba(0,0,0,.38); }
.answer-chip small { display: block; color: var(--muted); font-size: 7px; letter-spacing: .18em; }
.answer-chip b { display: block; margin-top: 4px; font: 700 16px var(--serif); }
.answer-chip-gold { left: -1%; top: 31%; border-color: rgba(230,185,47,.35); }
.answer-chip-gold b { color: var(--gold-light); }
.answer-chip-green { right: -2%; bottom: 19%; border-color: rgba(40,216,125,.35); }
.answer-chip-green > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #052112; font-weight: 900; }
.answer-chip-green b { color: #82f4b4; }
.progress-orbit { position: absolute; z-index: 4; right: 2%; top: 7%; width: 92px; height: 92px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(85,145,255,.5); border-radius: 50%; color: var(--blue-light); }
.progress-orbit::before { content: ""; position: absolute; inset: -13px; border: 1px dashed rgba(85,145,255,.2); border-radius: 50%; }
.progress-orbit span { font: 800 24px/1 var(--serif); }
.progress-orbit b { margin-top: 7px; font-size: 6px; letter-spacing: .18em; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 15px; transform: translateX(-50%); color: #596275; font-size: 7px; letter-spacing: .23em; }
.scroll-cue i { width: 55px; height: 1px; background: linear-gradient(90deg,var(--blue),transparent); }

.law-ticker { height: 67px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090d17; }
.law-ticker div { width: max-content; min-width: 200%; height: 100%; display: flex; align-items: center; gap: 30px; animation: ticker 32s linear infinite; }
.law-ticker span { color: #a1aabc; font: 600 13px var(--serif); letter-spacing: .13em; }
.law-ticker b { color: var(--gold); font: 700 16px var(--serif); }

.section { padding: 140px 5vw; }
.section-shell { width: min(1320px,100%); margin: auto; }
.section-kicker { margin: 0 0 25px; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.section-kicker span { margin-right: 12px; color: var(--blue-light); }
.section-copy h2, .section-heading h2, .download h2 { margin: 0; font: 800 clamp(48px,5.2vw,76px)/1.28 var(--serif); letter-spacing: -.055em; }
.section-copy h2 em, .section-heading h2 em, .download h2 em { color: var(--gold-light); font-style: normal; }
.section-copy > p:last-of-type, .section-heading > p, .download-copy > p { color: var(--muted); font: 400 13px/2 var(--serif); }
.section-copy > p:last-of-type { max-width: 540px; margin-top: 27px; }
.section-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-heading > p { margin: 0; }

.problem { position: relative; overflow: hidden; background: #090d17; }
.problem::before { content: "?"; position: absolute; right: -2vw; bottom: -11vw; color: rgba(255,255,255,.025); font: 900 36vw/1 var(--serif); }
.problem-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 9vw; }
.problem-copy h2 { max-width: 760px; margin: 0; font: 800 clamp(48px,5.2vw,76px)/1.3 var(--serif); letter-spacing: -.055em; }
.problem-copy h2 em { color: var(--gold-light); font-style: normal; }
.problem-copy > p { max-width: 620px; margin: 28px 0 0; color: var(--muted); font: 400 13px/2 var(--serif); }
.problem-copy > p + p { margin-top: 15px; }
.problem-copy strong { color: #dce2ed; font-weight: 700; }
.problem-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.problem-list li { min-height: 92px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.problem-list li > span { color: var(--blue-light); font: 800 9px var(--sans); letter-spacing: .12em; }
.problem-list p { margin: 0; color: #c7cfdd; font: 600 16px/1.6 var(--serif); }

.experience { background: #f1ede3; color: #161a25; }
.experience-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 8vw; }
.experience .section-kicker { color: #826410; }
.experience .section-kicker span { color: var(--blue); }
.experience .section-copy h2 em { color: #c2910a; }
.experience .section-copy > p:last-of-type { color: #68685f; }
.experience-points { margin-top: 40px; display: grid; border-top: 1px solid rgba(30,33,42,.16); }
.experience-points span { padding: 15px 0; border-bottom: 1px solid rgba(30,33,42,.16); color: #55574f; font-size: 11px; font-weight: 600; }
.experience-points b { margin-right: 17px; color: var(--blue); font-size: 8px; }
.experience-claim { margin: 26px 0 0; color: #27291f; font: 700 18px/1.7 var(--serif); }
.quiz-demo { position: relative; padding: 34px; border: 1px solid #2b3549; border-radius: 32px; background: #0c1220; color: var(--white); box-shadow: 30px 35px 0 rgba(18,24,36,.1), 0 45px 100px rgba(25,30,38,.17); }
.quiz-top, .quiz-progress { display: flex; justify-content: space-between; align-items: center; }
.quiz-top span { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.quiz-top b { color: #9ba6ba; font: 600 11px var(--serif); }
.quiz-progress { margin-top: 25px; }
.quiz-progress > span { width: 82%; height: 4px; overflow: hidden; border-radius: 10px; background: #20283a; }
.quiz-progress i { display: block; width: 20%; height: 100%; background: var(--blue); }
.quiz-progress b { color: var(--blue-light); font-size: 9px; }
.quiz-law { margin-top: 30px; padding: 30px; border: 1px solid #273249; border-radius: 22px; background: linear-gradient(145deg,#111a2c,#0b111e); }
.quiz-law small { color: var(--gold); font: 700 11px var(--serif); }
.quiz-law p { margin: 22px 0 0; font: 700 clamp(24px,3vw,37px)/1.7 var(--serif); }
.quiz-law mark { min-width: 110px; display: inline-block; padding: 0 8px; border-bottom: 3px solid var(--gold); background: rgba(230,185,47,.11); color: var(--gold-light); text-align: center; }
.quiz-prompt { margin: 25px 0 15px; color: #adb6c6; font: 600 12px var(--serif); text-align: center; }
.quiz-choices { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.quiz-choices button { min-height: 62px; padding: 0 17px; display: flex; align-items: center; gap: 13px; border: 1px solid #303c54; border-radius: 15px; background: #182235; color: #d5dae3; cursor: pointer; transition: .22s; }
.quiz-choices button:hover { border-color: var(--blue-light); transform: translateY(-2px); }
.quiz-choices button span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #273650; color: #9eacc4; font-size: 11px; font-weight: 800; }
.quiz-choices button.is-wrong { border-color: #c85050; background: rgba(200,80,80,.13); }
.quiz-choices button.is-correct { border-color: var(--green); background: rgba(40,216,125,.12); }
.quiz-choices button.is-correct span { background: var(--green); color: #062215; }
.quiz-result { margin-top: 13px; min-height: 64px; padding: 11px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid #28354b; border-radius: 15px; background: #0a101c; }
.quiz-result > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #202b3e; color: var(--blue-light); font-weight: 900; }
.quiz-result small { display: block; color: #66738a; font-size: 6px; letter-spacing: .18em; }
.quiz-result b { display: block; margin-top: 4px; font: 600 12px var(--serif); }
.quiz-result.is-success { border-color: rgba(40,216,125,.5); }
.quiz-result.is-success > span { background: var(--green); color: #052112; }

.features { background: #0a0e18; }
.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 14px; }
.feature-card { position: relative; min-height: 340px; padding: 36px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.feature-number { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.feature-card h3 { margin: 30px 0 15px; font: 700 31px/1.5 var(--serif); }
.feature-card h3 em { color: var(--gold-light); font-style: normal; }
.feature-card > p { max-width: 490px; color: var(--muted); font: 400 11px/1.9 var(--serif); }
.feature-main { min-height: 695px; grid-row: 1/3; background: radial-gradient(circle at 80% 65%,rgba(23,104,255,.18),transparent 32%),#0e1422; }
.blank-visual { position: absolute; left: 36px; right: 36px; bottom: 48px; padding: 27px 30px 30px; border: 1px solid rgba(230,185,47,.38); background: rgba(7,10,18,.72); box-shadow: 0 25px 65px rgba(0,0,0,.28); }
.blank-visual small { display: block; color: var(--gold); font: 700 8px var(--sans); letter-spacing: .16em; }
.blank-visual p { margin: 18px 0 23px; color: #d9deea; font: 600 27px/1.8 var(--serif); }
.blank-visual p b { color: var(--gold-light); font-weight: 700; letter-spacing: .08em; }
.blank-visual span { display: inline-flex; min-width: 150px; padding: 11px 17px; border: 1px solid rgba(230,185,47,.55); color: var(--gold-light); font: 700 14px var(--serif); }
.feature-progress { background: linear-gradient(145deg,#172138,#101625); }
.progress-rings { margin-top: 24px; display: flex; align-items: center; gap: 25px; }
.progress-rings > div { width: 98px; height: 98px; display: grid; place-content: center; border: 8px solid #283650; border-top-color: var(--blue); border-radius: 50%; text-align: center; transform: rotate(25deg); }
.progress-rings > div > * { transform: rotate(-25deg); }
.progress-rings b { font: 800 29px/1 var(--serif); }
.progress-rings small { color: var(--muted); font-size: 8px; }
.progress-rings > span { color: #7f8ba0; font-size: 8px; font-style: normal; letter-spacing: .15em; }
.progress-rings > span i { display: block; width: 75px; height: 2px; margin-bottom: 13px; background: linear-gradient(90deg,var(--blue),transparent); }
.progress-rings em { font-style: normal; }
.feature-guide { background: var(--gold); color: #171307; }
.feature-guide .feature-number { color: #6d550b; }
.feature-guide > p { color: #594b1f; }
.guide-meter { position: absolute; left: 36px; right: 36px; bottom: 32px; }
.guide-meter span { display: grid; grid-template-columns: repeat(10,1fr); gap: 4px; }
.guide-meter i { height: 7px; background: #171307; }
.guide-meter b { display: block; margin-top: 11px; font-size: 7px; letter-spacing: .2em; }
.feature-laws { min-height: 320px; }
.law-list { margin-top: 32px; display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.law-list span { min-height: 72px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #b5bdcb; font: 600 16px var(--serif); transition: .2s; }
.law-list span:hover { background: var(--blue); color: white; }
.feature-audio { min-height: 320px; background: linear-gradient(145deg,#111a2c,#0d1320); }
.audio-visual { position: absolute; left: 36px; right: 36px; bottom: 38px; height: 62px; display: flex; align-items: center; gap: 8px; }
.audio-visual span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(230,185,47,.5); border-radius: 50%; color: var(--gold-light); font-size: 12px; }
.audio-visual i { width: 5px; border-radius: 99px; background: var(--blue-light); opacity: .7; }
.audio-visual i:nth-of-type(1),.audio-visual i:nth-of-type(5) { height: 13px; }
.audio-visual i:nth-of-type(2),.audio-visual i:nth-of-type(4) { height: 27px; }
.audio-visual i:nth-of-type(3) { height: 43px; }

.screens { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 55%,rgba(23,104,255,.16),transparent 30%),var(--ink); }
.screens-word { position: absolute; right: -4vw; bottom: -9vw; color: rgba(247,248,251,.025); font: 900 37vw/1 var(--serif); }
.screen-story { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 5vw; }
.screen-item { text-align: center; }
.screen-item-raised { transform: translateY(-42px); }
.screen-phone { position: relative; width: min(310px,100%); height: 670px; margin: auto; overflow: hidden; border: 1px solid #35435d; border-radius: 46px; box-shadow: 0 55px 100px rgba(0,0,0,.62); }
.screen-item > div:last-child { margin-top: 30px; }
.screen-item > div:last-child > span { color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.screen-item h3 { margin: 12px 0 9px; font: 600 21px var(--serif); }
.screen-item p { margin: 0; color: var(--muted); font: 400 10px/1.8 var(--serif); }

.routine { background: #f1ede3; color: #171a23; }
.routine .section-kicker { color: #826410; }
.routine .section-kicker span { color: var(--blue); }
.routine .section-heading h2 em { color: #c2910a; }
.routine .section-heading > p { color: #68685f; }
.scene-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.scene-card { position: relative; min-height: 265px; padding: 28px; border: 1px solid rgba(28,31,40,.16); background: rgba(255,255,255,.38); }
.scene-card > span { position: absolute; right: 20px; top: 12px; color: rgba(22,25,34,.06); font: 900 68px/1 var(--sans); }
.scene-card small { color: var(--blue); font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.scene-card h3 { max-width: 220px; margin: 62px 0 16px; font: 700 23px/1.55 var(--serif); }
.scene-card p { margin: 0; color: #66665f; font: 400 11px/1.9 var(--serif); }

.comparison { background: #090d17; }
.comparison-table { border: 1px solid var(--line); }
.comparison-row { min-height: 78px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { height: 100%; display: flex; align-items: center; padding: 20px 30px; font: 500 13px/1.7 var(--serif); }
.comparison-row > * + * { border-left: 1px solid var(--line); }
.comparison-row span { color: #808b9e; }
.comparison-row strong { position: relative; color: #e4e8ef; background: rgba(23,104,255,.055); font-weight: 700; }
.comparison-row strong::before { content: "✓"; margin-right: 14px; color: var(--green); font: 800 12px var(--sans); }
.comparison-head { min-height: 54px; background: #0e1422; }
.comparison-head > * { color: var(--gold); font: 800 8px var(--sans); letter-spacing: .16em; }
.comparison-head > *:last-child { color: var(--blue-light); }
.comparison-head > *::before { display: none; }

.audience { background: #f1ede3; color: #171a23; }
.audience-inner { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 9vw; }
.audience .section-kicker { color: #826410; }
.audience .section-kicker span { color: var(--blue); }
.audience-copy h2 { margin: 0; font: 800 clamp(48px,5.2vw,76px)/1.28 var(--serif); letter-spacing: -.055em; }
.audience-copy h2 em { color: #c2910a; font-style: normal; }
.audience-copy > p { max-width: 650px; margin: 28px 0 0; color: #5e5f59; font: 400 13px/2 var(--serif); }
.audience-copy > small { display: block; max-width: 650px; margin-top: 18px; color: #818178; font: 400 9px/1.8 var(--serif); }
.audience-tags { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(28,31,40,.16); border-left: 1px solid rgba(28,31,40,.16); }
.audience-tags span { min-height: 92px; display: grid; place-items: center; padding: 15px; border-right: 1px solid rgba(28,31,40,.16); border-bottom: 1px solid rgba(28,31,40,.16); color: #34362f; font: 600 14px var(--serif); text-align: center; }

.plans { background: #0a0e18; }
.plan-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.plan-card { position: relative; min-height: 500px; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #101726; }
.plan-pro { background: radial-gradient(circle at 90% 10%,rgba(230,185,47,.12),transparent 35%),#111724; border-color: rgba(230,185,47,.3); }
.plan-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.plan-label span { color: var(--blue-light); font: 800 8px var(--sans); letter-spacing: .2em; }
.plan-pro .plan-label span { color: var(--gold); }
.plan-label b { color: #737f93; font: 600 9px var(--sans); }
.plan-card h3 { margin: 50px 0 28px; font: 800 44px var(--serif); }
.plan-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plan-card li { position: relative; padding: 16px 0 16px 24px; border-bottom: 1px solid var(--line); color: #aeb7c7; font: 500 12px var(--serif); }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-family: var(--sans); font-weight: 800; }
.plan-card > a { min-height: 56px; margin-top: auto; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #2f4260; color: #e2e7ef; font-size: 11px; font-weight: 700; }
.plan-pro > a { border-color: rgba(230,185,47,.48); color: var(--gold-light); }
.plan-card > a:hover { background: var(--blue); border-color: var(--blue); color: white; }
.plan-pro > a:hover { background: var(--gold); border-color: var(--gold); color: #171307; }
.plans-note { margin: 28px 0 0; color: #777f8d; font: 600 11px var(--serif); text-align: center; }

.faq { background: #090d17; }
.faq-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 600 16px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font: 400 24px var(--sans); transition: .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -3px 50px 28px 0; color: var(--muted); font: 400 11px/1.9 var(--serif); }

.download { position: relative; min-height: 680px; padding: 105px 5vw; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 18% 48%,rgba(230,185,47,.12),transparent 27%),radial-gradient(circle at 82% 20%,rgba(23,104,255,.1),transparent 30%),var(--ink); }
.download::after { content: ""; position: absolute; z-index: -1; inset: 22px; border: 1px solid rgba(255,255,255,.055); pointer-events: none; }
.download-inner { width: min(1120px,100%); margin: auto; display: grid; grid-template-columns: minmax(240px,330px) minmax(0,650px); justify-content: center; align-items: center; gap: clamp(60px,8vw,120px); }
.download-visual { position: relative; }
.download-icon { position: relative; padding: 17px; border: 1px solid rgba(230,185,47,.3); border-radius: 35%; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.008)); box-shadow: 0 42px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08); }
.download-icon::before { content: ""; position: absolute; inset: -28px; border: 1px solid rgba(230,185,47,.12); border-radius: 40%; }
.download-icon img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 28%; }
.download-badge { position: absolute; right: -22px; bottom: 25px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(7,11,19,.9); box-shadow: 0 12px 35px rgba(0,0,0,.4); color: #9aa5b7; font-size: 8px; font-weight: 700; letter-spacing: .1em; backdrop-filter: blur(12px); }
.download-badge b { margin-right: 7px; color: var(--gold); }
.download-copy h2 { max-width: 640px; font-size: clamp(46px,5vw,76px); line-height: 1.25; }
.download-copy > p { max-width: 610px; margin-top: 22px; }
.download-seal { position: absolute; z-index: -1; right: 1vw; top: 10px; color: rgba(23,104,255,.055); font: 900 23vw/1 var(--serif); }
.download-card { max-width: 610px; margin-top: 30px; padding: 22px 24px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.download-points { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 20px; padding: 0 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); list-style: none; }
.download-points li { padding: 0 16px; border-right: 1px solid rgba(255,255,255,.08); }
.download-points li:first-child { padding-left: 0; }
.download-points li:last-child { padding-right: 0; border-right: 0; }
.download-points b { display: block; color: #f5f2e9; font: 600 18px var(--serif); }
.download-points span { display: block; margin-top: 4px; color: #6f7a8e; font-size: 8px; letter-spacing: .06em; }
.store-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 0; }
.store-buttons a { display: inline-flex; align-items: center; height: 52px; padding: 0; border: 0; border-radius: 8px; background: transparent; transition: transform .22s, opacity .22s, filter .22s; }
.store-buttons a:hover { transform: translateY(-3px); opacity: .92; filter: brightness(1.08); }
.store-buttons a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.store-buttons img { display: block; width: auto; height: 52px; max-width: 180px; object-fit: contain; }
.download-note { display: block; margin-top: 15px; color: #586174; font-size: 8px; }

.site-footer { width: min(1320px,100%); margin: auto; padding: 48px 4vw 27px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.site-footer > p { color: var(--muted); font: 500 11px var(--serif); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.site-footer nav a { color: #758096; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.site-footer nav a:hover { color: var(--gold); }
.site-footer > small { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.04); color: #454d5d; font-size: 7px; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes phone-float { 50% { transform: translateX(-50%) rotate(1deg) translateY(-12px); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .hero { min-height: 1250px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(760px,100%); margin: 30px auto 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience .section-copy { max-width: 700px; }
  .problem-inner,.audience-inner { grid-template-columns: 1fr; }
  .problem-copy,.audience-copy { max-width: 800px; }
  .problem-list,.audience-tags { margin-top: 20px; }
  .scene-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .header-inner { height: 72px; padding: 0 20px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 25px 20px; display: none; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); background: rgba(7,10,18,.98); }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: 1200px; padding: 125px 20px 60px; }
  .hero-visual { height: 650px; }
  .phone-main { width: 290px; height: 628px; }
  .phone-back { width: 200px; height: 433px; }
  .section { padding: 95px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 52px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-main { grid-row: auto; }
  .feature-laws { grid-column: auto; }
  .feature-audio { min-height: auto; }
  .audio-visual { position: relative; left: auto; right: auto; bottom: auto; margin-top: 28px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 470px; }
  .screen-story { gap: 2vw; }
  .screen-phone { height: 560px; border-radius: 35px; }
  .faq-inner { grid-template-columns: 1fr; }
  .download-inner { grid-template-columns: 260px 1fr; gap: 7vw; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}
@media (max-width: 560px) {
  .brand small { display: none; }
  .hero { min-height: 970px; padding-top: 112px; }
  .hero h1 { font-size: clamp(38px,11vw,48px); }
  .hero-app-name { margin-bottom: 15px; font-size: 9px; }
  .hero-lead { font-size: 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .primary-button, .text-button { width: 100%; }
  .hero-facts div { padding: 14px 7px; }
  .hero-facts strong { font-size: 21px; }
  .hero-facts span { font-size: 7px; }
  .hero-visual { height: 430px; }
  .phone-main { width: 195px; height: 422px; border-radius: 29px; }
  .phone-back { width: 135px; height: 292px; top: 63px; border-radius: 23px; }
  .phone::after { box-shadow: inset 0 0 0 4px #111725; }
  .answer-chip, .progress-orbit { display: none; }
  .law-ticker { height: 53px; }
  .section { padding: 80px 20px; }
  .section-copy h2, .section-heading h2, .download h2 { font-size: 43px; }
  .problem-copy h2,.audience-copy h2 { font-size: 43px; }
  .problem-list li { min-height: 82px; grid-template-columns: 38px 1fr; gap: 12px; }
  .problem-list p { font-size: 13px; }
  .quiz-demo { padding: 23px 18px; border-radius: 22px; }
  .quiz-law { padding: 22px 18px; }
  .quiz-law p { font-size: 22px; }
  .quiz-choices { grid-template-columns: 1fr; }
  .feature-card { padding: 27px; }
  .feature-main { min-height: 620px; }
  .blank-visual { left: 27px; right: 27px; bottom: 34px; padding: 22px; }
  .blank-visual p { margin: 15px 0 18px; font-size: 21px; }
  .law-list { grid-template-columns: repeat(3,1fr); }
  .audio-visual { margin-top: 24px; }
  .screen-story { grid-template-columns: repeat(3,250px); margin: 0 -20px; padding: 20px 20px 30px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .screen-item { scroll-snap-align: center; }
  .screen-item-raised { transform: none; }
  .screen-phone { height: 540px; }
  .scene-grid { grid-template-columns: 1fr; }
  .scene-card { min-height: 230px; }
  .comparison-row { grid-template-columns: minmax(115px,.85fr) minmax(0,1.15fr); }
  .comparison-row > * { padding: 15px 13px; font-size: 10px; }
  .comparison-row strong::before { margin-right: 8px; }
  .audience-tags span { min-height: 76px; font-size: 12px; }
  .plan-card { min-height: 450px; padding: 28px 24px; }
  .plan-card h3 { margin-top: 38px; font-size: 38px; }
  .faq-list summary { min-height: 80px; font-size: 14px; }
  .download { min-height: auto; padding: 90px 20px; }
  .download::after { inset: 12px; }
  .download-inner { grid-template-columns: 1fr; gap: 60px; }
  .download-visual { width: 205px; margin: auto; }
  .download-badge { right: -30px; bottom: 18px; }
  .download-copy { text-align: center; }
  .download-copy h2 { margin-right: auto; margin-left: auto; font-size: clamp(40px,11vw,58px); }
  .download-card { margin-right: auto; margin-left: auto; padding: 20px 18px; }
  .store-buttons { justify-content: center; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer nav { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
