*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;color:#172033;background:#f7f8fb}a{color:#0f5f8f}.site-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 5vw;background:white;position:sticky;top:0;box-shadow:0 2px 18px rgba(0,0,0,.06)}.brand{font-weight:800;text-decoration:none;color:#102030}nav{display:flex;gap:.7rem;flex-wrap:wrap}nav a{font-size:.92rem;text-decoration:none}.hero{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:4rem 5vw;background:linear-gradient(135deg,#eaf5ff,#fff)}h1{font-size:clamp(2rem,6vw,4rem);line-height:1.05;margin:.2rem 0}.lead{font-size:1.15rem;max-width:55rem}.eyebrow{font-weight:700;color:#0f5f8f;text-transform:uppercase;letter-spacing:.08em}section{max-width:1100px;margin:1.25rem auto;padding:1.25rem 5vw;background:white;border-radius:18px;box-shadow:0 10px 30px rgba(30,50,80,.06)}.quote-card{background:white;border:1px solid #d9e5ef;border-radius:18px;padding:1rem;display:grid;gap:.75rem;box-shadow:0 18px 45px rgba(30,50,80,.12)}label{display:grid;gap:.25rem;font-weight:650}input,textarea,button{font:inherit;border-radius:10px;border:1px solid #cbd7e2;padding:.75rem;width:100%}button{border:0;background:#0f5f8f;color:white;font-weight:800;cursor:pointer}footer{padding:2rem 5vw;color:#53606e}.site-header{z-index:20}.brand{display:flex;align-items:center;gap:.65rem}.brand img{display:block;width:52px;height:52px;object-fit:cover;border-radius:50%}.hero-photo{display:block;width:100%;height:auto;max-height:430px;object-fit:cover;border-radius:16px;margin-top:1.25rem}.hero h1{font-size:clamp(2.1rem,3.8vw,2.9rem)}.proof-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.proof-strip figure{margin:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.proof-strip img{display:block;width:100%;height:220px;object-fit:cover}.proof-strip figcaption{padding:.75rem;font-weight:650;color:#334155}@media(max-width:849px){.site-header{align-items:flex-start;flex-direction:column}.brand img{width:44px;height:44px}.hero{padding-top:2rem}.quote-card{position:static}}@media(min-width:850px){.hero{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:start}.quote-card{position:sticky;top:90px}}