:root{--ink:#17212b;--muted:#647383;--blue:#087cf0;--blue-dark:#075fb4;--ice:#eef7ff;--line:#dce6ef;--paper:#fff;--warm:#fff8eb;--danger:#a34300;--radius:24px;--shadow:0 18px 55px rgba(21,55,82,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfdff;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic UI","Yu Gothic",sans-serif;line-height:1.75}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:12px;z-index:20;background:#fff;padding:8px 14px;border-radius:10px}.site-header{height:76px;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(251,253,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,230,239,.8)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;line-height:1.2}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#40aeff,#087cf0);box-shadow:0 9px 22px rgba(8,124,240,.25);font-size:23px}.brand strong,.brand small{display:block}.brand small{font-size:11px;color:var(--muted);margin-top:3px}.site-header nav{display:flex;gap:28px}.site-header nav a{text-decoration:none;color:#435363;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--blue)}
.hero{max-width:1180px;margin:auto;min-height:710px;padding:80px 24px 90px;display:grid;grid-template-columns:1.1fr .72fr;align-items:center;gap:88px}.eyebrow{margin:0 0 10px;color:var(--blue);font-weight:800;letter-spacing:.08em;font-size:14px}.hero h1{font-size:clamp(40px,5.2vw,70px);line-height:1.2;letter-spacing:-.035em;margin:0 0 24px}.hero-copy>p:not(.eyebrow):not(.test-note){font-size:18px;color:#4e5d6c;max-width:660px}.hero-actions{display:flex;gap:12px;margin:34px 0}.primary,.secondary{display:inline-flex;text-decoration:none;font-weight:800;padding:13px 20px;border-radius:14px}.primary{color:#fff;background:var(--blue);box-shadow:0 9px 24px rgba(8,124,240,.25)}.primary:hover{background:var(--blue-dark)}.secondary{background:#fff;border:1px solid var(--line)}.test-note{border-left:4px solid var(--blue);padding:10px 0 10px 16px;color:var(--muted);font-size:13px!important;line-height:1.6}.phone{width:350px;min-height:590px;justify-self:center;border:10px solid #17212b;border-radius:52px;background:#f5f6fa;padding:19px 18px 70px;box-shadow:var(--shadow);position:relative}.phone-top{display:flex;justify-content:space-between;font-size:11px;font-weight:800;padding:2px 5px 45px}.mock-label{font-size:24px;font-weight:850;margin:0 0 14px}.summary{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:20px;padding:10px 15px;margin-bottom:24px}.summary span{font-size:12px;color:var(--muted)}.summary span+span{border-left:1px solid var(--line);padding-left:15px}.summary strong{display:block;font-size:19px;color:var(--ink)}.phone h2{font-size:14px;color:var(--muted)}.mock-row{background:#fff;padding:14px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.mock-row:first-of-type{border-radius:18px 18px 0 0}.mock-row:nth-of-type(2){border-radius:0 0 18px 18px;border:0}.mock-row span{display:flex;flex-direction:column}.mock-row small{font-size:10px;color:var(--muted)}.mock-row em{font-style:normal;font-size:11px;color:var(--danger);font-weight:800}.tabbar{position:absolute;bottom:17px;left:15px;right:15px;background:rgba(255,255,255,.95);border-radius:24px;display:flex;justify-content:space-around;padding:9px 3px;font-size:9px;line-height:1.35;text-align:center}.tabbar span{width:20%;color:#596979}.tabbar .active{color:var(--blue);font-weight:800}
.section{padding:96px max(24px,calc((100vw - 1120px)/2))}.section.tinted{background:var(--ice)}.section-title{max-width:720px;margin-bottom:42px}.section-title h2{font-size:clamp(30px,3.5vw,46px);line-height:1.3;margin:0 0 12px;letter-spacing:-.025em}.section-title>p:last-child{color:var(--muted)}.cards{display:grid;gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article,.feature-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.cards h3,.feature-grid h3{margin:14px 0 8px;font-size:18px}.cards p,.feature-grid p{color:var(--muted);font-size:14px;margin:0}.icon{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:var(--ice);color:var(--blue);font-size:22px;font-weight:800}.steps{padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;list-style:none}.steps li{background:#fff;border-radius:var(--radius);padding:25px;display:flex;gap:15px}.steps li>span{flex:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:800}.steps h3{margin:1px 0 6px}.steps p{margin:0;color:var(--muted);font-size:14px}.safe-box,.warning,.notice{margin-top:24px;padding:21px 24px;border-radius:18px;background:#e0f2ff;border:1px solid #b9ddf6}.safe-box p,.warning p,.notice p{margin:4px 0 0;color:#466173}.warning{background:var(--warm);border-color:#f4d9a7}.warning strong{color:var(--danger)}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.split>div{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:28px}.split h3{margin-top:0;font-size:22px}.plain-steps{padding-left:24px;color:#425466}.plain-steps li{margin:9px 0}.example{margin-top:20px;padding:17px 20px;border-radius:15px;background:#eff7fd;color:#27445b;font-weight:700}.example span{display:block;font-size:11px;color:#6c8292;margin-bottom:4px}.tip{padding:17px 20px;background:#f4f6f8;border-radius:15px;color:#556575;font-size:14px}.tip strong{color:var(--ink);margin-right:8px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-grid article h3{margin-top:0}.notice{background:#fff;border-color:#cfe5f7}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.plan-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.plan-grid article>span{display:block;color:var(--muted);font-weight:800}.plan-grid article>strong{display:block;font-size:54px;line-height:1.2;margin:14px 0}.plan-grid article>strong small{font-size:16px;margin-left:6px}.plan-grid article p{color:var(--muted);font-size:14px}.plan-grid .paid{border:2px solid var(--blue);box-shadow:var(--shadow)}.steps.compact{grid-template-columns:1fr}.steps.compact li{border:1px solid var(--line)}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:17px;padding:0 20px}.faq summary{cursor:pointer;font-weight:800;padding:18px 30px 18px 0}.faq details p{color:var(--muted);margin:0 0 20px}footer{padding:42px max(24px,calc((100vw - 1120px)/2));background:#142331;color:#fff;display:flex;justify-content:space-between;gap:30px}footer p{color:#a9bac8;font-size:12px;max-width:520px;margin:5px 0}footer .testflight-footnote{font-size:10px;line-height:1.6;margin-bottom:12px;color:#93a8b8}
.section-test-note{margin-top:24px;background:#fff}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px;gap:45px}.phone{width:min(350px,100%)}.cards.four{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr}.split,.plan-grid{grid-template-columns:1fr}}
@media(max-width:560px){.site-header{height:66px}.hero{padding-bottom:65px}.hero h1{font-size:39px}.hero-actions{flex-direction:column}.primary,.secondary{justify-content:center}.cards.four,.feature-grid{grid-template-columns:1fr}.section{padding-top:68px;padding-bottom:68px}.phone{transform:scale(.94);margin:-15px 0}.split>div{padding:22px}footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
