@import url('./homepage-type.css');
*{box-sizing:border-box}body{margin:0;background:#F9F7F4;color:#0A2E4A;font-family:Onest,sans-serif}header{max-width:1260px;margin:auto;padding:24px;display:flex;justify-content:space-between;align-items:center}header img{width:105px}a{color:inherit}main{max-width:680px;margin:24px auto 80px;padding:0 24px}h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(30px,5vw,42px);font-weight:500;line-height:1.16;margin:26px 0}p{line-height:1.6;color:#61707a}#progress{font-size:14px;color:#61707a}progress{width:100%;height:5px;accent-color:#3EB8BB;display:block;margin-bottom:14px}.choices{display:grid;gap:12px}.choice{display:flex;align-items:center;gap:18px;padding:18px;border:1px solid #dedbd5;border-radius:16px;background:white;cursor:pointer;min-height:72px}.choice:has(input:checked){border-color:#3EB8BB;background:#eef7f6}.choice img{width:56px;height:56px;object-fit:contain}.choice input{accent-color:#0A2E4A;width:20px;height:20px;margin-left:auto;order:3}.choice span{flex:1}button,.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;border:1px solid #0A2E4A;background:#0A2E4A;color:white;border-radius:999px;padding:15px 24px;font:500 16px Onest,sans-serif;text-decoration:none;cursor:pointer}button:disabled{opacity:.35;cursor:not-allowed}button:hover:not(:disabled),.button:hover{background:#164763}.secondary{background:transparent;color:#0A2E4A;border-color:#dedbd5}.secondary:hover:not(:disabled){background:white}.nav{display:flex;gap:16px;margin-top:28px;justify-content:space-between}.nav button:last-child{flex:1}label.field{display:block;margin:22px 0}label.field input{display:block;width:100%;margin-top:8px;padding:16px;border:1px solid #dedbd5;border-radius:12px;font:inherit;background:white}.error{color:#a63e32}.recap{list-style:none;padding:0}.recap li{padding:20px 0;border-bottom:1px solid #dedbd5;line-height:1.5}.host{display:flex;align-items:center;gap:20px;background:#F1ECE6;padding:20px;border-radius:16px;margin:24px 0}.host img{width:80px;height:80px;border-radius:50%;object-fit:cover}.stack{display:grid;gap:12px;margin-top:24px}a:focus-visible,button:focus-visible,input:focus-visible,.choice:focus-within{outline:3px solid #3EB8BB;outline-offset:3px}.boundary{font-size:14px;margin-top:24px}#screen{animation:arrive .35s ease-out}@keyframes arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){#screen{animation:none}*{scroll-behavior:auto!important}}@media(max-width:600px){main{margin-top:12px}.choice{padding:14px}.nav{position:sticky;bottom:0;background:#F9F7F4;padding:12px 0}.host img{width:64px;height:64px}}
