*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.container{max-width:48rem;margin:0 auto;padding:0 1rem}
.wrap{display:flex;flex-direction:column;min-height:100vh}
main{flex:1;padding:4rem 1rem}
h1{font-family:"Inter",sans-serif;font-weight:800;font-size:2.25rem;line-height:1.15;letter-spacing:-.02em;margin:0 0 2.5rem;color:#000}
@media(min-width:768px){h1{font-size:3.75rem}main{padding:6rem 3rem}}
figure{margin:0 0 2.5rem}
figure img{width:100%;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.lead{font-size:1.125rem;line-height:1.7;color:#333;margin:0 0 2.5rem}
@media(min-width:768px){.lead{font-size:1.25rem}}
.cta-wrap{display:flex;justify-content:center}
.cta{display:inline-block;background:#facc15;color:#000;padding:1.25rem 3rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem;text-decoration:none;box-shadow:0 20px 25px -5px rgba(0,0,0,.15);transition:background .2s,color .2s}
.cta:hover{background:#000;color:#facc15}
footer{border-top:1px solid #e5e5e5;background:#fafafa;margin-top:4rem}
.foot-inner{max-width:64rem;margin:0 auto;padding:3rem 1.5rem}
.foot-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:768px){.foot-grid{grid-template-columns:repeat(3,1fr)}}
.foot-h{font-size:.625rem;text-transform:uppercase;letter-spacing:.3em;font-weight:700;color:#a16207;margin:0 0 1rem}
.foot-list{list-style:none;padding:0;margin:0;font-size:.875rem;color:#444}
.foot-list li{margin-bottom:.25rem}
.foot-list a:hover{color:#a16207}
.foot-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5;font-size:.75rem;color:#666;line-height:1.6}
.foot-bottom p{margin:0 0 .5rem}
.foot-bottom strong{color:#222}
.legal-page{max-width:48rem;margin:0 auto;padding:4rem 1rem}
.legal-page h1{font-size:2rem;margin-bottom:2rem}
.legal-page h2{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem;color:#000}
.legal-page p,.legal-page li{font-size:.95rem;color:#333;margin-bottom:.75rem}
.legal-page a{color:#a16207}
.back{display:inline-block;margin-bottom:2rem;color:#a16207;text-decoration:none;font-size:.875rem}
.back:hover{text-decoration:underline}
