:root{--brand:#0284c7;--brand-deep:#0369a1;--brand-light:#38bdf8;--brand-50:#f0f9ff;--brand-100:#e0f2fe;--ink:#0f172a;--body:#475569;--muted:#94a3b8;--line:#e6eef4;--card:#ffffff;--shadow-sm:0 1px 2px rgba(15,23,42,0.04),0 2px 8px rgba(15,23,42,0.04);--shadow-md:0 8px 30px rgba(2,132,199,0.08),0 2px 8px rgba(15,23,42,0.05);--shadow-lg:0 24px 60px rgba(2,132,199,0.14);--radius:16px;--radius-lg:24px;--maxw:1120px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic UI",Meiryo,Roboto,"Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--body);background:#ffffff;line-height:1.8;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:600;padding:.8rem 1.4rem;border-radius:999px;border:1px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--brand) 0,var(--brand-deep) 100%);color:#fff;box-shadow:0 8px 20px rgba(2,132,199,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(2,132,199,.36)}.btn-ghost{background:#fff;color:var(--brand-deep);border-color:var(--line);box-shadow:var(--shadow-sm)}.btn-ghost:hover{transform:translateY(-2px);border-color:#cbd5e1}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.nav-inner{justify-content:space-between;height:64px}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:.6rem;font-weight:700;font-size:1.2rem;color:var(--brand-deep);letter-spacing:-.01em}.brand svg{width:28px;height:28px;color:var(--brand)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:var(--body);transition:color .15s ease}.nav-links a:hover{color:var(--brand-deep)}.nav-cta{display:flex;align-items:center;gap:.75rem}@media (max-width:820px){.nav-links{display:none}}.hero{position:relative;background:radial-gradient(1200px 600px at 85% -10%,var(--brand-100) 0,rgba(224,242,254,0) 60%),linear-gradient(180deg,#ffffff 0,var(--brand-50) 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;padding:4.5rem 0 5rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--brand-deep);background:#fff;border:1px solid var(--line);padding:.4rem .85rem;border-radius:999px;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--brand-light);box-shadow:0 0 0 4px rgba(56,189,248,.2)}.hero h1{font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.25;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin-bottom:1.25rem}.hero h1 .grad{background:linear-gradient(120deg,var(--brand) 0,var(--brand-light) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p.lead{font-size:1.075rem;color:var(--body);max-width:38ch;margin-bottom:2rem}.hero-cta{flex-wrap:wrap;gap:.9rem}.hero-cta,.hero-note{display:flex;align-items:center}.hero-note{margin-top:1.25rem;font-size:.82rem;color:var(--muted);gap:.5rem}.hero-visual{position:relative}.hero-visual img{width:100%;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow-lg)}@media (max-width:860px){.hero-grid{grid-template-columns:1fr;padding:3rem 0 3.5rem;gap:2rem}.hero p.lead{max-width:none}}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-inner{flex-wrap:wrap;gap:1rem 2.5rem;justify-content:center;padding:1.1rem 0}.trust-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:.5rem;font-size:.85rem;font-weight:600;color:#334155}.trust-item svg{width:18px;height:18px;color:var(--brand);flex-shrink:0}section{padding:5rem 0}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.section-tag{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:.6rem}.section-head h2{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:1.35;margin-bottom:.75rem}.section-head p{font-size:1rem;color:var(--body)}.alt{background:linear-gradient(180deg,#fff 0,var(--brand-50) 100%)}.features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.feature-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .22s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#d6e6f1}.feature-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.feature-icon svg{width:24px;height:24px;color:#fff}.feature-icon.blue{background:linear-gradient(135deg,#0284c7,#0369a1)}.feature-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.feature-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-icon.orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.feature-icon.pink{background:linear-gradient(135deg,#f472b6,#db2777)}.feature-icon.teal{background:linear-gradient(135deg,#2dd4bf,#0d9488)}.feature-card h3{font-size:1.075rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--body);line-height:1.7}@media (max-width:880px){.features{grid-template-columns:1fr 1fr}}@media (max-width:560px){.features{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.split.reverse .split-media{order:-1}.split-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.7)}.split-body h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:800;letter-spacing:-.02em;color:var(--ink);line-height:1.35;margin-bottom:1rem}.split-body>p{font-size:1rem;color:var(--body);margin-bottom:1.5rem}.check-list{list-style:none;display:grid;grid-gap:.9rem;gap:.9rem}.check-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem;color:#334155}.check-list .ck{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--brand-100);color:var(--brand-deep);display:flex;align-items:center;justify-content:center;margin-top:2px}.check-list .ck svg{width:14px;height:14px}.check-list li strong{color:var(--ink)}@media (max-width:860px){.split{grid-template-columns:1fr;gap:2rem}.split.reverse .split-media{order:0}}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;counter-reset:step}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm)}.step-num{width:36px;height:36px;border-radius:11px;background:var(--brand-100);color:var(--brand-deep);font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.step p{font-size:.9rem;color:var(--body)}@media (max-width:760px){.steps{grid-template-columns:1fr}}.cta{text-align:center;background:linear-gradient(135deg,var(--brand) 0,var(--brand-deep) 100%);border-radius:var(--radius-lg);padding:3.5rem 2rem;color:#fff;box-shadow:var(--shadow-lg)}.cta h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.cta p{color:rgba(255,255,255,.9);margin-bottom:1.75rem}.store-badges{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.store-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:14px;padding:.7rem 1.2rem;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.store-badge svg{width:22px;height:22px}.store-badge small{display:block;font-size:.65rem;font-weight:500;opacity:.85;line-height:1.2}.store-badge .big{font-size:.95rem;line-height:1.2}.store-badge.soon{opacity:.95}.badge-pill{display:inline-block;font-size:.7rem;font-weight:700;background:rgba(255,255,255,.22);padding:.15rem .5rem;border-radius:999px;margin-left:.4rem;vertical-align:middle}.footer{border-top:1px solid var(--line);background:#fff;padding:3rem 0 2.5rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:2rem;gap:2rem}.footer-brand .brand{margin-bottom:.75rem}.footer-brand p{font-size:.85rem;color:var(--muted);max-width:32ch}.footer-col h4{font-size:.8rem;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem}.footer-col a,.footer-col span{display:block;font-size:.875rem;color:var(--body);margin-bottom:.6rem}.footer-col a:hover{color:var(--brand-deep)}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:var(--muted)}@media (max-width:760px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}.legal{background:linear-gradient(180deg,var(--brand-50) 0,#fff 220px);min-height:100vh;padding:3rem 1.25rem 4rem}.legal-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:3rem 2.75rem}.legal-card .back{font-size:.85rem;color:var(--brand-deep);font-weight:600;margin-bottom:1.5rem;display:inline-flex;gap:.35rem;align-items:center}.legal-card h1{font-size:1.7rem;font-weight:800;color:var(--brand-deep);letter-spacing:-.01em;margin-bottom:.4rem}.legal-card .updated{font-size:.8rem;color:var(--muted);margin-bottom:2rem}.legal-card h2{font-size:1.15rem;font-weight:700;color:var(--ink);margin-top:2.25rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.legal-card h3{font-size:1rem;font-weight:700;color:#334155;margin-top:1.4rem;margin-bottom:.5rem}.legal-card p{margin-bottom:.85rem}.legal-card p,.legal-card ul{font-size:.94rem;color:var(--body)}.legal-card ul{margin:.5rem 0 1.1rem 1.4rem}.legal-card li{margin-bottom:.45rem}.legal-card a.inline{color:var(--brand-deep);text-decoration:underline}.legal-card table{width:100%;border-collapse:collapse;font-size:.85rem;margin:.5rem 0 1.25rem}.legal-card td,.legal-card th{border:1px solid var(--line);padding:.55rem .7rem;text-align:left;vertical-align:top}.legal-card th{background:var(--brand-50);color:var(--ink);font-weight:700}.legal-foot{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);text-align:center}.legal-foot a{color:var(--brand);font-size:.85rem;margin:0 .6rem}.contact-box{background:var(--brand-50);border:1px solid var(--brand-100);border-radius:14px;padding:1.1rem 1.25rem;font-size:.94rem}.contact-box strong{color:var(--ink)}.faq{display:grid;grid-gap:.85rem;gap:.85rem;max-width:820px;margin:0 auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:.4rem 1.25rem;box-shadow:var(--shadow-sm)}.faq summary{font-weight:600;color:var(--ink);cursor:pointer;padding:.9rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--brand);font-size:1.3rem;font-weight:400}.faq details[open] summary:after{content:"–"}.faq details p{font-size:.92rem;color:var(--body);padding-bottom:1rem}