*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#17202a;background:#f6f8fa;line-height:1.6}header,footer{background:#fff;border-bottom:1px solid #e5e7eb}.wrap{max-width:980px;margin:auto;padding:0 22px}.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.brand{font-size:22px;font-weight:700;color:#111;text-decoration:none}.nav a{margin-right:16px;color:#46505a}.hero{padding:70px 0;background:#fff}.hero h1{font-size:42px;line-height:1.15}.hero p{max-width:760px;font-size:18px;color:#56616c}.section{padding:50px 0}.card{background:#fff;border:1px solid #e3e7eb;border-radius:12px;padding:28px;margin:16px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid .card{margin:0}.form label{display:block;font-weight:700;margin:16px 0 6px}.form input,.form textarea{width:100%;padding:12px;border:1px solid #cfd6dc;border-radius:7px;font:inherit}.form textarea{min-height:110px}.check{display:flex!important;gap:10px}.check input{width:auto}.btn{border:0;border-radius:7px;padding:12px 18px;background:#17202a;color:#fff;font-weight:700}.notice{background:#edf7f4;border:1px solid #cfe7df;border-radius:9px;padding:16px}footer{border-top:1px solid #e5e7eb;border-bottom:0;padding:28px 0;color:#6a747e;font-size:13px}@media(max-width:700px){.nav{display:block}.hero h1{font-size:34px}.grid{grid-template-columns:1fr}}