*{box-sizing:border-box;margin:0;padding:0}
html,body{background:#f7f3ea;color:#2a2418;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
.page{display:flex;flex-direction:column;min-height:100vh}
.topbar{background:#faf6ee;border-bottom:1px solid #e6dcc4}
.topbar-inner{max-width:768px;margin:0 auto;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:16px}
.brand{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#8a6a1f;text-align:center}
.bar{width:100%;max-width:448px;height:8px;background:#eadfc2;border-radius:999px;overflow:hidden}
.bar-fill{height:100%;width:8%;border-radius:999px;background:linear-gradient(90deg,#c9a24a,#8a6a1f);transition:width .2s ease-out}
.bar-label{font-size:12px;color:#7a6a48}
.main{flex:1;max-width:672px;margin:0 auto;width:100%;padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.main h1{font-size:24px;font-weight:600;line-height:1.35}
@media(min-width:640px){.main h1{font-size:30px}}
.cta{margin-top:40px;width:100%;max-width:448px;padding:16px 32px;border:0;border-radius:999px;background:#2f7d4f;color:#fff;font-size:16px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .1s}
.cta:hover{transform:scale(1.02)}
.cta:active{transform:scale(.99)}
.footer{background:#faf6ee;border-top:1px solid #e6dcc4}
.footer-inner{max-width:768px;margin:0 auto;padding:32px 16px;font-size:12px;color:#6b5f43}
.disclaimer{margin-bottom:12px;text-align:center}
.foot-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;text-align:center}
.foot-nav a{color:#6b5f43;text-decoration:underline}
.foot-nav a:hover{color:#2a2418}
.policies{max-width:640px;margin:32px auto 0;display:flex;flex-direction:column;gap:32px;line-height:1.6;text-align:left}
.policies h2{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#2a2418;margin-bottom:8px}
.policies p{margin-bottom:8px}
.copyright{margin-top:32px;text-align:center;color:#8a7d5a}
