
:root{--teal:#007c7a;--dark:#0b4f54;--mint:#49c5b6;--gold:#ffb703;--cream:#fffaf0;--ink:#173b3e}
*{box-sizing:border-box}body{margin:0;background:linear-gradient(#fff,#fffaf0);font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink)}
header{display:flex;justify-content:space-between;align-items:center;padding:18px max(20px,calc((100% - 760px)/2));background:#fff;border-bottom:1px solid #e7efed}
.brand img{width:210px;max-width:52vw;height:auto;display:block}nav a{margin-left:12px;color:var(--dark);text-decoration:none;font-weight:700}
main{max-width:760px;margin:auto;padding:28px 20px 70px}.hero{padding:25px 0}.hero h1,h1{font-size:clamp(2rem,8vw,3.7rem);line-height:1.02;margin:.2em 0;color:var(--dark)}h2{margin-top:34px}
.hero p,.lead{font-size:1.15rem;line-height:1.55;color:#607879}.choice,.card,.slot,.confirm{background:#fff;border-radius:28px;padding:24px;box-shadow:0 8px 28px #0b4f5412;margin:18px 0}
.choice{background:var(--dark);color:#fff}.choice h2{margin-top:0;font-size:2rem}.btn{display:block;width:100%;padding:16px 18px;border:0;border-radius:999px;text-align:center;text-decoration:none;font-size:1.05rem;font-weight:800;margin:12px 0;cursor:pointer}.gold{background:var(--gold);color:var(--dark)}.teal{background:var(--teal);color:#fff}.light{background:#fff;color:var(--dark)}.login{display:block;text-align:center;color:inherit;margin-top:16px}
label{display:block;font-weight:750;margin:15px 0}label span{font-weight:400;color:#718889}input,select,textarea{width:100%;padding:14px;border:1px solid #c9d8d5;border-radius:14px;background:#fff;font-size:1rem;margin-top:7px}.check{font-weight:500}.check input{width:auto;margin-right:8px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}fieldset{border:1px solid #d9e5e2;border-radius:18px;margin:20px 0}.flash{background:#e9f7f3;border-radius:14px;padding:13px;margin-bottom:15px}.slot h3{margin-top:0}.status{display:inline-block;background:#e6f4f1;border-radius:999px;padding:6px 10px;font-weight:700}.small{border:0;border-radius:999px;padding:9px 14px}.confirm{text-align:center;padding:55px 24px}.tick{width:90px;height:90px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:3rem;margin:auto}footer{text-align:center;padding:30px;color:#547173}
@media(max-width:560px){.two{grid-template-columns:1fr}.brand img{width:175px}}
