*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root { --green: #0F6E56; --green-dark: #085041; --white: #FFFFFF; --off-white: #FAFAF8; --black: #111111; --gray-1: #F5F5F3; --gray-2: #E8E8E4; --gray-3: #9A9A94; --gray-4: #555550; --nav-blur: rgba(255,255,255,0.88); --serif: 'DM Serif Display', Georgia, serif; --sans: 'DM Sans', -apple-system, sans-serif; --max: 760px; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--off-white); color: var(--black); -webkit-font-smoothing: antialiased; }
.secondary-bar {
  position: fixed; top: 56px; left: 0; right: 0; z-index: 99;
  height: 36px; background: white; border-bottom: 0.5px solid var(--gray-2);
  display: flex; align-items: center; justify-content: center; gap: 40px;
}
.secondary-bar a {
  font-size: 12px; font-weight: 500; color: var(--green-dark);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  letter-spacing: 0.01em; transition: color 0.2s;
}
.secondary-bar a:hover { color: var(--green); }
.secondary-bar .sep { width: 1px; height: 14px; background: var(--gray-2); }
.bar-arrow {
  font-size: 13px; font-weight: 900; color: var(--green);
  line-height: 1; display: inline-flex; flex-shrink: 0;
  transform: scaleX(1.1);
}
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 56px; background: var(--nav-blur); backdrop-filter: blur(20px); border-bottom: 0.5px solid var(--gray-2); display: flex; align-items: center; justify-content: space-between; padding: 0 44px; }
.nav-cta { background: var(--green); color: white; padding: 7px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; }
.nav-reorder {
  border: 1px solid var(--gray-2); color: var(--gray-4);
  padding: 7px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 400; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.nav-reorder:hover { border-color: var(--green); color: var(--green); }

.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; color: var(--gray-4); text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--black); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo span { font-size: 15px; font-weight: 600; color: var(--black); }
.nav-back { font-size: 13px; color: var(--gray-3); text-decoration: none; }
.nav-back:hover { color: var(--black); }
.page-wrap { padding-top: 92px; }
.legal-hero { background: white; border-bottom: 0.5px solid var(--gray-2); padding: 60px 44px 48px; }
.legal-hero-inner { max-width: var(--max); margin: 0 auto; }
.legal-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-3); margin-bottom: 12px; }
.legal-hero h1 { font-family: var(--serif); font-size: 2.4rem; color: var(--black); margin-bottom: 8px; }
.legal-hero .updated { font-size: 13px; color: var(--gray-3); }
.legal-body { max-width: var(--max); margin: 0 auto; padding: 56px 44px 100px; }
.legal-body h2 { font-family: var(--serif); font-size: 1.3rem; color: var(--black); margin: 36px 0 12px; padding-top: 36px; border-top: 0.5px solid var(--gray-2); }
.legal-body h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.legal-body p { font-size: 15px; color: var(--gray-4); line-height: 1.8; margin-bottom: 14px; }
.legal-body strong { color: var(--black); font-weight: 500; }
.legal-body a { color: var(--green); text-decoration: none; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; border-radius: 12px; overflow: hidden; border: 1px solid var(--gray-2); }
.cookie-table th { background: var(--green); color: white; padding: 12px 16px; text-align: left; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; }
.cookie-table td { padding: 12px 16px; border-bottom: 0.5px solid var(--gray-2); color: var(--gray-4); vertical-align: top; line-height: 1.6; }
.cookie-table tr:last-child td { border-bottom: none; }
.cookie-table tr:nth-child(even) td { background: var(--gray-1); }
.cookie-badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px; }
.essential { background: #E8F5F0; color: var(--green-dark); }
.analytics { background: #EBF2FB; color: #1e3a5f; }
.marketing { background: #FEF9EC; color: #92700A; }
footer { background: var(--black); color: white; padding: 48px 44px 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand h4 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 8px; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.8; }
.footer-col h5 { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 0.5px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.2); display: flex; justify-content: space-between; }
.footer-bottom a { color: rgba(255,255,255,0.25); text-decoration: none; }
@media (max-width: 700px) { nav { padding: 0 20px; } .legal-hero { padding: 48px 20px 36px; } .legal-body { padding: 40px 20px 80px; } footer { padding: 28px 20px; } .footer-bottom { flex-direction: column; gap: 8px; } }
