.booking-note{display:grid;gap:10px}
.booking-note>span{color:var(--muted);font-size:13px;line-height:1.5}
.booking-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}
.booking-card{display:flex;flex-direction:column;min-height:148px;padding:15px;border:1px solid #cdbda8;border-radius:5px;background:#fcfaf6;transition:transform .2s,border-color .2s,box-shadow .2s}
.booking-card:hover{transform:translateY(-2px);border-color:var(--gold);box-shadow:0 8px 20px #66544112}
.booking-card b{font-size:14px;line-height:1.35}
.booking-card small{display:block;margin:8px 0 12px;color:var(--muted);font-size:12px;line-height:1.45}
.booking-card i{margin-top:auto;color:#806747;font-size:12px;font-style:normal;font-weight:600}
.lead-form{display:grid;gap:13px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.lead-form label>span{display:block;margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:600}
.lead-form label small{font-weight:400}
.lead-form input[type="text"],.lead-form input[type="email"],.lead-form input[type="tel"]{width:100%;border:1px solid var(--line);border-radius:4px;background:#fffdf9;color:var(--ink);font:inherit;font-size:15px;padding:12px 13px}
.lead-form input:focus{outline:2px solid var(--gold);outline-offset:2px;border-color:var(--gold)}
.lead-form .consent{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;margin:3px 0}
.lead-form .consent input{width:17px;height:17px;margin:3px 0 0;accent-color:var(--ink)}
.lead-form .consent>span{font-size:12px;font-weight:400;line-height:1.5;margin:0}
.lead-form .button{width:100%;margin-top:3px}
.lead-form .honeypot{position:absolute;left:-9999px}
.form-status{min-height:20px;margin:0;color:#8b3f32;font-size:12px;line-height:1.45}
.success-copy{color:var(--muted)}
.booking-footnote{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.hero{margin-top:18px;margin-bottom:38px}
.hero-visual{min-height:470px}
.check-section{padding-top:68px;padding-bottom:68px}
.trust-section{max-width:980px;margin:72px auto;display:grid;grid-template-columns:280px 1fr;gap:58px;align-items:center}
.trust-section img{width:280px;height:330px;object-fit:cover;object-position:center 22%;border-radius:150px 150px 8px 8px}
.trust-section h2{margin-bottom:18px}
.trust-section>div>p:last-child{max-width:500px;color:var(--muted)}
@media(max-width:520px){.booking-options{grid-template-columns:1fr}.booking-card{min-height:125px}}
@media(max-width:780px){.trust-section{margin:55px 24px;grid-template-columns:120px 1fr;gap:22px}.trust-section img{width:120px;height:170px}.trust-section h2{font-size:28px}.trust-section .eyebrow{margin-bottom:12px}.trust-section>div>p:last-child{font-size:14px}}
