.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}
.splash p{font-size:clamp(22px,4vw,36px);font-weight:500;margin-bottom:28px;letter-spacing:-.02em}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.hero h1{font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.15;margin:8px 0}
.hero .sub{font-size:16px;margin-bottom:14px}
.hero-desc{color:var(--muted);max-width:36em}
.hero-actions{display:flex;gap:20px;flex-wrap:wrap;margin:22px 0}
.hero-tags{font-size:13px;color:var(--muted)}
.hero-tags span+span:before{content:"　"}
.hero-shot{width:160px;height:100px;object-fit:cover;margin-top:20px}
.desk{font-size:13px}
.desk-top{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--ink);margin-bottom:10px;font-size:12px}
.chans{margin-bottom:10px;color:var(--muted);font-size:12px}
.desk table{width:100%;border-collapse:collapse}
.desk th,.desk td{text-align:left;padding:8px 6px;border-bottom:1px solid var(--line)}
.desk th{color:var(--muted);font-size:11px;font-weight:600}
.logos{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:20px;font-size:14px;font-weight:600}
.caps{display:grid;grid-template-columns:1fr 1fr;gap:48px 64px}
.cap h3{font-size:16px;font-weight:600;margin-bottom:6px}
.cap p{font-size:14px;color:var(--muted)}
.kpi{display:block;margin-top:10px;font-size:13px}
.shot{width:min(100%,480px);max-height:200px;object-fit:cover;margin-top:32px}
.demo{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.view p{margin-top:10px}
.tips{margin-top:24px;font-size:13px;color:var(--muted)}
.pain{display:grid;gap:28px;max-width:36em}
.ps{display:grid;gap:4px}
.ps h3{font-size:11px;letter-spacing:.12em;color:var(--muted);font-weight:600}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.stats strong{display:block;font-size:32px;font-weight:500}
.stats span{font-size:12px;color:var(--muted)}
.review{max-width:28em}
.avatars{margin-bottom:16px}
.avatars button{background:none;border:0;font:inherit;font-size:13px;margin-right:16px;cursor:pointer;color:var(--muted)}
.avatars button.is-on{color:var(--ink);border-bottom:1px solid var(--ink)}
.quote p{font-size:22px;line-height:1.5}
.quote small{display:block;margin-top:12px;color:var(--muted);font-size:13px}
.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.plan h3{font-size:14px;font-weight:600}
.plan .fee{font-size:28px;font-weight:500;margin:8px 0}
.plan ul{list-style:none;font-size:13px;color:var(--muted);margin-bottom:12px}
.cta-band h2{font-size:clamp(22px,3vw,32px);font-weight:500;max-width:16em;margin-bottom:12px}
@media(max-width:900px){.hero-grid,.demo,.stats,.caps,.plans{grid-template-columns:1fr}}
