:root{--verde:#2e765b;--verde-scuro:#205842;--crema:#fbf7ef;--testo:#241d19;--bordo:#ddd4c7;--muted:#756b63}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;background:#e9eee9}
body{margin:0;min-height:100vh;min-height:100dvh;padding:32px 16px;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:linear-gradient(145deg,#dfe8e1,#f6f0e6);color:var(--testo)}
.card{width:min(100%,680px);margin:0 auto;background:#fff;overflow:hidden;border:1px solid #ffffffb3;border-radius:28px;box-shadow:0 22px 60px #183a2a24}
.hero{padding:34px 32px 27px;text-align:center;background:linear-gradient(150deg,#fdf9f2,#eef5f0);border-bottom:1px solid #e5e4dc}
.brand{color:var(--verde);font-size:14px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase}
h1{margin:8px 0 9px;font-size:clamp(30px,6vw,44px);line-height:1.08;letter-spacing:-1.2px}
.indirizzo{margin:0;color:var(--muted);font-size:16px}
form{padding:22px 32px 10px}
.sezione-titolo{display:flex;align-items:center;gap:9px;margin:9px 0 13px;color:var(--verde-scuro);font-size:17px;font-weight:800}
.sezione-titolo:not(:first-child){margin-top:26px;padding-top:22px;border-top:1px solid #eeeae3}
.sezione-titolo span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#dcebe3;color:var(--verde-scuro);font-size:13px}
label{display:block;margin:13px 0 6px;font-size:15px;font-weight:750}
input,select,textarea{display:block;width:100%;min-width:0;padding:12px 13px;border:1.5px solid var(--bordo);border-radius:12px;background:#fff;color:var(--testo);font:inherit;font-size:16px;line-height:1.35;outline:none;transition:border-color .18s,box-shadow .18s}
input,select{min-height:49px}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--verde);box-shadow:0 0 0 4px #2e765b1c}
input::placeholder,textarea::placeholder{color:#aaa39d}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.campo-info{margin:7px 1px 0;color:var(--muted);font-size:13px;line-height:1.4}
.facoltativo{color:var(--muted);font-size:12px;font-weight:500}
.privacy{display:flex;align-items:flex-start;gap:10px;margin-top:17px;color:#554d47;font-size:14px;font-weight:500;line-height:1.4}
.privacy input{flex:0 0 20px;width:20px;min-height:20px;margin:0;accent-color:var(--verde)}
button{width:100%;min-height:54px;margin-top:18px;padding:14px 18px;border:0;border-radius:14px;background:var(--verde);color:#fff;font-size:17px;font-weight:800;box-shadow:0 8px 18px #2e765b35;cursor:pointer}
button:hover{background:var(--verde-scuro)}
button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}
.ok,.ko{margin:18px 32px 0;padding:13px 15px;border-radius:12px;font-weight:650;line-height:1.4}
.ok{background:#e3f3e9;color:#205842}.ko{background:#fde6e4;color:#8b2822}
.orari-info{margin-top:9px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:650}
.orari-info:empty{display:none}
.orari-info.aperto{background:#e3f3e9;color:#205842}.orari-info.chiuso{background:#fde6e4;color:#8b2822}
.nota{margin:0;padding:8px 32px 25px;text-align:center;color:var(--muted);font-size:13px}
@media(max-width:560px){body{padding:0;background:#fff}.card{max-width:none;min-height:100dvh;border:0;border-radius:0;box-shadow:none}.hero{padding:25px 18px 21px}.brand{font-size:12px;letter-spacing:1.8px}h1{margin-top:7px;font-size:32px}.indirizzo{font-size:14px}form{padding:17px 18px 8px}.grid{grid-template-columns:1fr;gap:0}.sezione-titolo:not(:first-child){margin-top:21px;padding-top:18px}label{margin-top:11px}input,select{min-height:48px}.ok,.ko{margin:14px 18px 0}.nota{padding:7px 18px 24px}}
@media(max-width:360px){.hero{padding-inline:14px}form{padding-inline:14px}.ok,.ko{margin-inline:14px}.nota{padding-inline:14px}h1{font-size:29px}}
