
:root{--navy:#071d2b;--navy2:#0b3045;--orange:#ff572e;--yellow:#ffe550;--ice:#eaf7fb;--paper:#fffdfa;--ink:#15222a;--muted:#68747a;--line:#173645;--bg:#f3f0e8;--white:#fff;--shadow:6px 6px 0 #071d2b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;line-height:1.65}
a{text-decoration:none;color:inherit}button,input,select{font:inherit}.wrap{width:min(1180px,calc(100% - 34px));margin:auto}
.test{background:var(--yellow);border-bottom:2px solid var(--navy);color:var(--navy);font-size:10px;font-weight:900;text-align:center;padding:7px}
header{position:sticky;top:0;z-index:50;background:rgba(243,240,232,.95);backdrop-filter:blur(14px);border-bottom:2px solid var(--navy)}
.head{height:76px;display:flex;align-items:center;gap:20px}.brand{font-size:25px;font-weight:950;letter-spacing:.08em}.brand em{color:var(--orange);font-style:normal}.brand small{display:block;font-size:8px;letter-spacing:.13em;margin-top:-5px;color:var(--muted)}
nav{margin-left:auto;display:flex;gap:20px;font-size:11px;font-weight:900}.headbtn{border:2px solid var(--navy);background:var(--orange);color:white;padding:10px 15px;border-radius:7px;font-size:10px;font-weight:950;box-shadow:3px 3px 0 var(--navy)}
.hero{background:var(--navy);color:white;padding:68px 0 62px;border-bottom:2px solid var(--navy)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}
.kicker{color:var(--yellow);font-size:10px;font-weight:950;letter-spacing:.15em}.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.05;letter-spacing:-.045em;margin:14px 0 20px}.hero p{font-size:14px;color:#cbd9df;max-width:680px}
.hero p strong{color:white}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:2px solid var(--navy);border-radius:7px;background:var(--paper);font-size:11px;font-weight:950;cursor:pointer}.btn.orange{background:var(--orange);color:white;border-color:white;box-shadow:4px 4px 0 var(--yellow)}.btn.yellow{background:var(--yellow)}
.rescue-board{display:grid;gap:10px}.step{border:2px solid white;border-radius:10px;padding:17px;background:var(--navy2)}.step:nth-child(2){background:var(--orange);transform:translateX(28px)}.step:nth-child(3){background:var(--yellow);color:var(--navy);transform:translateX(8px)}.step b{display:block;font-size:9px;letter-spacing:.13em;margin-bottom:5px}.step strong{font-size:18px;line-height:1.45}
.section{padding:64px 0;border-bottom:2px solid var(--navy)}.section.white{background:var(--paper)}.section-head{display:grid;grid-template-columns:1fr .8fr;gap:35px;align-items:end;margin-bottom:26px}.section-head h2{font-size:clamp(34px,4.5vw,57px);line-height:1.1;letter-spacing:-.035em;margin:7px 0 0}.section-head p{font-size:12px;color:var(--muted)}
.now-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.now{border:2px solid var(--navy);background:white;border-radius:9px;padding:16px;text-align:left;cursor:pointer;min-height:122px;transition:.15s}.now:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--navy)}.now .circle{width:34px;height:34px;border:2px solid var(--navy);border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-weight:950;margin-bottom:11px}.now strong{display:block;font-size:12px}.now span{display:block;font-size:9px;color:var(--muted);margin-top:4px}
.searchbox{background:var(--navy);border-radius:11px;padding:22px;display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;color:white}.searchbox h2{font-size:29px;margin:0 0 5px}.searchbox p{font-size:10px;color:#bdcbd1}.searchbox input{width:100%;padding:15px;border:2px solid white;border-radius:7px}
.controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:20px 0 14px}.controls strong{font-size:12px}.controls select{border:2px solid var(--navy);padding:8px 10px;border-radius:7px;background:white;font-size:10px;font-weight:900}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{border:2px solid var(--navy);background:white;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.product-head{background:var(--navy);color:white;padding:11px 15px;display:flex;justify-content:space-between;gap:10px;align-items:center}.product-head span{font-size:8px;font-weight:950}.rid{color:var(--yellow)}.product-body{padding:17px;display:flex;flex-direction:column;height:100%}
.mini{font-size:8px;font-weight:950;letter-spacing:.12em;color:var(--orange);text-transform:uppercase}.trigger{font-size:14px;font-weight:950;line-height:1.48;margin:3px 0 12px}
.problem{background:#fff1ed;border-left:5px solid var(--orange);padding:9px 10px;margin-bottom:10px}.problem b,.goal b{display:block;font-size:8px;margin-bottom:2px}.problem span,.goal span{font-size:10px;line-height:1.55}
.goal{background:var(--ice);border-left:5px solid #187fc1;padding:9px 10px;margin-bottom:13px}.product h3{font-size:17px;line-height:1.45;margin:0 0 10px}
.tools{border-top:1px solid #dbe1e4;padding-top:10px}.tools b{font-size:9px}.tools ul{font-size:8.7px;color:#566167;margin:6px 0 0;padding-left:16px}.tools li{margin:3px 0}.product details summary{font-size:8.7px;color:#187fc1;font-weight:900;cursor:pointer;margin-top:8px}.product details ul{font-size:8px;color:var(--muted);max-height:120px;overflow:auto}
.foot{margin-top:auto;padding-top:15px;display:flex;justify-content:space-between;gap:8px;align-items:end}.price small{display:block;font-size:7.5px;color:var(--muted)}.price strong{font-size:23px}.buy{border:2px solid var(--navy);background:var(--yellow);font-size:9px;font-weight:950;border-radius:6px;padding:8px 10px;box-shadow:3px 3px 0 var(--navy);cursor:pointer}.formats{font-size:7.5px;color:var(--muted);margin-top:7px}
.aboutgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.aboutgrid article{border:2px solid var(--navy);border-radius:9px;background:white;padding:18px}.aboutgrid i{font-style:normal;font-size:30px;font-weight:950;color:var(--orange)}.aboutgrid h3{font-size:13px}.aboutgrid p{font-size:9.5px;color:var(--muted);margin:0}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;border:2px solid var(--navy);border-radius:10px;background:white;padding:22px}.contact input,.contact textarea{width:100%;border:2px solid var(--navy);border-radius:6px;padding:11px;margin-bottom:8px}.contact textarea{min-height:110px}
footer{background:var(--navy);color:white;padding:32px 0 45px;font-size:9px}.footergrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footergrid strong{font-size:14px}.toast{display:none;position:fixed;right:18px;bottom:18px;background:var(--navy);color:white;padding:12px 14px;border-radius:7px;font-size:10px;z-index:100}
@media(max-width:930px){nav{display:none}.hero-grid,.section-head,.searchbox,.contact{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.now-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:610px){.wrap{width:min(100% - 22px,600px)}.head{height:64px}.brand{font-size:20px}.hero{padding:45px 0}.hero h1{font-size:48px}.step:nth-child(2),.step:nth-child(3){transform:none}.products,.now-grid,.aboutgrid{grid-template-columns:1fr}.section{padding:46px 0}}
