:root {
  color-scheme: light;
  --ink: #152d28;
  --green: #0b3a2d;
  --green-light: #15513f;
  --red: #b4252b;
  --gold: #b9924e;
  --paper: #f6f4ed;
  --surface: #fffefb;
  --muted: #52665e;
  --line: #dce4dc;
  --radius: 20px;
  --width: 1160px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif; line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: var(--green-light); text-underline-offset: .2em; }
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,p,ul,ol,dl,figure { margin-top: 0; }
h1,h2,h3 { line-height: 1.35; letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
h3 { font-size: 1.17rem; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.container { width: min(calc(100% - 40px),var(--width)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 12px; z-index: 200; padding: 8px 16px; background: #fff; }
.skip:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--green); color: #fff; }
.site-header__inner { min-height: 72px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; font-weight: 800; font-size: 1.22rem; white-space: nowrap; }
.brand:hover { color: #fff; }
.brand img { width: 39px; height: 39px; border-radius: 9px; }
.brand small { display: block; margin-top: -5px; color: #c3d4c7; font-size: .63rem; font-weight: 600; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 2px 24px; }
.site-nav a { color: #d7e8dd; font-size: .83rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; text-decoration: underline; }
.site-nav .nav-highlight { padding: 8px 15px; border: 1px solid #bdd7c4; border-radius: 999px; color: #fff; }
.hero { position: relative; overflow: hidden; padding: clamp(90px,10vw,150px) 0 100px; background: var(--green); color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(90deg,transparent 98%,#b6d0c0 98%),linear-gradient(transparent 98%,#b6d0c0 98%); background-size: 44px 44px; pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(40px,6vw,100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #c5d8bd; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 10em; margin-bottom: 22px; font-size: clamp(3rem,6vw,6rem); font-weight: 900; line-height: 1.14; }
.hero__subtitle { color: #f8ede4; font-size: clamp(1.2rem,1.8vw,1.6rem); font-weight: 700; }
.hero__lead { max-width: 36em; color: #d8e6db; font-size: 1rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 23px; border: 0; border-radius: 999px; background: var(--red); color: #fff; font: inherit; font-weight: 800; text-decoration: none; }
.button:hover { background: #8d1c22; color: #fff; }
.button--light { background: #fff; color: var(--green); }
.button--light:hover { background: #e7eee6; color: var(--green); }
.button--disabled { background: #e3dfd1; color: #394d42; cursor: default; }
.button--disabled:hover { background: #e3dfd1; color: #394d42; }
.hero__note { color: #b6d0c0; font-size: .79rem; }
.hero__art { position: relative; min-height: 440px; display: grid; place-items: center; }
.hero__art::before { content: ''; position: absolute; width: min(100%,470px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.035),0 0 0 130px rgba(255,255,255,.025); }
.hero__app-icon { position: relative; width: min(70%,290px); border: 8px solid rgba(255,255,255,.65); border-radius: 25%; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.hero__tile { position: absolute; display: grid; place-items: center; width: 68px; height: 86px; border: 4px solid #efe9dc; border-radius: 9px; background: #fffef9; box-shadow: 0 12px 26px rgba(0,0,0,.18); color: var(--red); font-size: 2rem; font-weight: 900; }
.hero__tile--one { top: 9%; left: 5%; transform: rotate(-13deg); }
.hero__tile--two { right: 0; bottom: 10%; transform: rotate(12deg); color: var(--green); }
.hero__index { position: absolute; bottom: 22px; right: max(20px,calc((100vw - var(--width))/2)); color: #bfd0c3; font-size: .74rem; letter-spacing: .14em; }
.stats { position: relative; margin-top: -42px; }
.stats__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 20px 45px -35px rgba(9,38,28,.4); }
.stats__item { padding: 27px 26px; background: #fffefb; }
.stats__number { display: block; color: var(--green); font-size: clamp(1.55rem,3vw,2.7rem); line-height: 1.15; font-weight: 850; }
.stats__label { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.section { padding: clamp(76px,8vw,120px) 0; }
.section--white { background: #fff; }
.section--green { background: var(--green); color: #fff; }
.section--green .eyebrow { color: #c4d8c9; }
.section__head { max-width: 690px; margin-bottom: 42px; }
.section__head p:last-child { color: var(--muted); font-size: 1.05rem; }
.section--green .section__head p:last-child { color: #c9dbce; }
.section__head h2 { margin-bottom: 14px; }
.mode-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.mode { min-height: 280px; padding: clamp(28px,3vw,44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.mode__num { display: block; margin-bottom: 45px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.mode h3 { font-size: 1.7rem; }
.mode p { margin-bottom: 0; color: var(--muted); }
.mode--dark { border-color: #2b624e; background: #154c3c; color: #fff; }
.mode--dark .mode__num { color: #dbbb78; }
.mode--dark p { color: #cbded0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.feature { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.feature__num { display: block; margin-bottom: 22px; color: var(--red); font-size: .78rem; font-weight: 900; }
.feature h3 { margin-bottom: 9px; }
.feature p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(35px,6vw,90px); align-items: center; }
.showcase__copy h2 { max-width: 10em; }
.showcase__copy p { color: var(--muted); }
.screen-frame { padding: 14px; border-radius: 28px; background: #153c2f; box-shadow: 0 28px 65px -42px rgba(5,48,34,.65); }
.play-screen { width: auto; max-height: 680px; margin-inline: auto; border-radius: 18px; }
.screen-pending { display: grid; align-content: center; justify-items: center; min-height: 410px; padding: 28px; border: 1px solid #b6ceb8; border-radius: 18px; background: #eff4ed; text-align: center; }
.screen-pending__tile { display: grid; place-items: center; width: 84px; height: 112px; margin-bottom: 22px; border: 4px solid #e1dac8; border-radius: 10px; background: #fff; color: var(--red); font-size: 2.5rem; font-weight: 900; }
.screen-pending strong { color: var(--green); }
.screen-pending p { max-width: 23em; margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.figure-note { margin-top: 12px; color: var(--muted); font-size: .75rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.data-table { width: 100%; border-collapse: collapse; text-align: left; }
.data-table th, .data-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.data-table thead th { background: #e5eee5; color: var(--green); font-size: .84rem; }
.data-table tbody th { width: 28%; color: var(--green); white-space: nowrap; }
.data-table tbody td { color: #405a50; }
.price-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.price-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-card--featured { border: 2px solid var(--gold); }
.price-card__label { color: var(--muted); font-size: .82rem; font-weight: 800; }
.price-card__price { display: block; margin: 14px 0 18px; font-size: 2.9rem; line-height: 1; font-weight: 900; }
.price-card__price small { font-size: .9rem; font-weight: 700; }
.price-card ul { margin: 0; padding-left: 1.3em; color: var(--muted); }
.price-card li + li { margin-top: 8px; }
.fine-print { margin-top: 16px; color: var(--muted); font-size: .82rem; }
.recommend { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; list-style: none; padding: 0; }
.recommend li { padding: 24px; border-top: 3px solid var(--red); background: var(--surface); font-weight: 700; }
.final-cta { padding: 74px 0; background: var(--green); color: #fff; text-align: center; }
.final-cta h2 { margin-bottom: 14px; }
.final-cta p { color: #d0e1d4; }
.site-footer { padding: 48px 0 26px; background: #09291f; color: #d6e1d7; }
.site-footer__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.site-footer__brand { color: #fff; font-size: 1.3rem; font-weight: 800; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.site-footer__links a { color: #dce8dd; font-size: .84rem; text-decoration: none; }
.site-footer__links a:hover { color: #fff; text-decoration: underline; }
.site-footer__bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #9bb4a3; font-size: .75rem; }
.page-hero { padding: 66px 0; background: var(--green); color: #fff; }
.page-hero h1 { margin-bottom: 10px; font-size: clamp(2.2rem,4vw,3.7rem); }
.page-hero p { max-width: 44em; margin: 0; color: #cfdfd1; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 255px; gap: clamp(30px,5vw,70px); align-items: start; }
.article-section + .article-section { margin-top: 55px; }
.article-section h2 { padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: 1.55rem; }
.article-section h3 { margin: 28px 0 12px; }
.article-section p, .article-section li { color: #344c42; }
.article-section ul, .article-section ol { padding-left: 1.35em; }
.article-section li + li { margin-top: 8px; }
.faq-item { padding: 23px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 10px; font-size: 1rem; }
.faq-item p { margin: 0; }
.aside-card { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.aside-card h2 { font-size: 1rem; }
.aside-card p { color: var(--muted); font-size: .84rem; }
.aside-card .button { width: 100%; margin: 6px 0; font-size: .82rem; }
.aside-card__links { display: grid; gap: 9px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .83rem; }
.legal { max-width: 800px; }
.legal section + section { margin-top: 42px; }
.legal h2 { padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: 1.45rem; }
.legal p, .legal li { color: #344c42; }
.legal ul, .legal ol { padding-left: 1.4em; }
.legal li + li { margin-top: 8px; }
.legal .note { margin: 28px 0 44px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #fff; color: var(--muted); }
@media (max-width: 900px) { .hero__inner,.showcase,.content-layout { grid-template-columns: 1fr; } .hero__art { min-height: 320px; } .aside-card { position: static; } }
@media (max-width: 690px) { .container { width: min(calc(100% - 32px),var(--width)); } .site-header__inner { padding: 12px 0; } .site-nav { width: 100%; gap: 8px 16px; } .site-nav a { font-size: .74rem; } .hero { padding: 70px 0; } .hero h1 { font-size: clamp(2.9rem,10vw,4.2rem); } .hero__art { min-height: 250px; } .hero__app-icon { width: 170px; } .hero__tile { width: 43px; height: 56px; font-size: 1.35rem; } .stats__grid { grid-template-columns: repeat(2,1fr); } .mode-grid,.price-grid { grid-template-columns: 1fr; } .feature-grid,.recommend { grid-template-columns: 1fr; } .section { padding: 68px 0; } .screen-pending { min-height: 300px; } .data-table th,.data-table td { padding: 12px; font-size: .83rem; } .site-footer__inner { display: block; } .site-footer__links { margin-top: 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
