:root {
  --ink: #09110e;
  --forest: #173b31;
  --forest-bright: #275e4d;
  --paper: #f6f2e9;
  --white: #fffdf8;
  --gold: #c7a56a;
  --gold-light: #e2ca9e;
  --muted: #657068;
  --line: rgba(9, 17, 14, 0.12);
  --max: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { background: var(--forest); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(226,202,158,.5); border-radius: 50%; color: var(--gold-light); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.brand-name { font-weight: 800; line-height: 1.15; }
.brand-name small { display: block; margin-top: 4px; color: var(--gold-light); font-size: .63rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--gold-light); }
.hero { padding: 86px 0 52px; background: linear-gradient(180deg, #e9e4d9 0%, var(--paper) 100%); }
.eyebrow { margin: 0 0 14px; color: var(--forest-bright); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
h1 { max-width: 800px; margin: 0 0 18px; font-size: clamp(2.7rem, 7vw, 5rem); line-height: .98; }
.lead { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.updated { display: inline-flex; margin-top: 24px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.legal-content { padding: 34px 0 100px; }
.legal-card { margin-bottom: 16px; padding: clamp(24px, 5vw, 42px); background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 55px rgba(9,17,14,.06); }
.legal-card h2 { margin: 0 0 16px; color: var(--forest); font-size: clamp(1.35rem, 3vw, 1.85rem); line-height: 1.15; }
.legal-card h3 { margin: 24px 0 8px; color: var(--forest); font-size: 1.02rem; }
.legal-card p { margin: 0 0 12px; color: #36443d; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul { margin: 10px 0 0; padding-left: 22px; color: #36443d; }
.legal-card li + li { margin-top: 7px; }
.legal-card a { color: var(--forest-bright); font-weight: 700; text-underline-offset: 3px; }
.identity { display: grid; grid-template-columns: minmax(145px,.35fr) 1fr; gap: 8px 20px; margin: 0; }
.identity dt { color: var(--muted); font-weight: 700; }
.identity dd { margin: 0; color: #26342d; font-weight: 650; }
.callout { border-left: 3px solid var(--gold); padding: 4px 0 4px 18px; }
.site-footer { padding: 34px 0; background: var(--ink); color: rgba(255,255,255,.7); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.whatsapp-float { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 50; display: inline-flex; min-height: 54px; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: #25d366; color: #092f1a; box-shadow: 0 15px 38px rgba(9,17,14,.24); font-size: .8rem; font-weight: 850; text-decoration: none; }
.whatsapp-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); }
.whatsapp-icon svg { width: 23px; height: 23px; }
.center-card { text-align: center; }
.primary-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; margin-top: 10px; padding: 0 22px; border-radius: 999px; background: var(--forest); color: var(--white) !important; font-weight: 800; text-decoration: none; }

@media (max-width: 720px) {
  .nav { min-height: 70px; }
  .brand-name small, .nav-links a:not(:first-child) { display: none; }
  .hero { padding-top: 64px; }
  .identity { grid-template-columns: 1fr; gap: 2px; }
  .identity dd { margin-bottom: 10px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; padding: 8px; justify-content: center; }
  .whatsapp-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
}
