:root {
  --bg: #f7f4ef;
  --panel: rgba(255, 255, 255, .8);
  --text: #1f2024;
  --muted: #65615b;
  --gold: #bd8423;
  --border: rgba(89, 69, 38, .16);
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.65; }
a { color: var(--text); }
.container { width: min(1120px, 92%); margin: 0 auto; }
.nav { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 900; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; border-radius: 13px; object-fit: cover; }
.links, .footer-links, .language-switcher, .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.links { justify-content: flex-end; }
.links a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.language-switcher { justify-content: flex-end; padding-top: 18px; }
.language-switcher a { padding: 5px 9px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.68); font-size: 13px; font-weight: 800; text-decoration: none; }
.language-switcher a[aria-current="page"] { color: #fff; background: #9b6a18; border-color: #9b6a18; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; padding: 42px 0; }
.badge { display: inline-flex; margin-bottom: 18px; padding: 8px 12px; border: 1px solid rgba(166,117,36,.25); border-radius: 999px; color: #805817; background: rgba(255,255,255,.68); font-size: 13px; font-weight: 900; }
h1 { margin: 0 0 18px; font-size: clamp(42px, 7vw, 76px); line-height: 1.02; letter-spacing: -1.5px; }
h2 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 44px); line-height: 1.1; }
h3 { margin: 0 0 8px; font-size: 21px; }
p { margin: 0 0 16px; color: var(--muted); font-size: 17px; }
section { padding: 42px 0; }
.grid { display: grid; gap: 18px; }
.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: 24px; border: 1px solid var(--border); border-radius: 24px; background: var(--panel); }
.app-icon { width: min(360px, 100%); border-radius: 34px; box-shadow: 0 28px 75px rgba(68,53,30,.16); }
.icon-hero { display: grid; place-items: center; }
.actions { margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border: 1px solid transparent; border-radius: 14px; font-weight: 900; text-decoration: none; }
.primary { color: #fff; background: linear-gradient(135deg,#d8a744,#a86e16); }
.secondary { border-color: rgba(166,117,36,.25); color: #805817; background: rgba(255,255,255,.68); }
.feature-list { margin: 0; padding-left: 20px; color: var(--muted); }
.feature-list li { margin: 6px 0; }
footer { padding: 30px 0 44px; border-top: 1px solid var(--border); color: var(--muted); font-size: 14px; }
.footer-links { margin-top: 10px; }

.policy-shell { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
.policy-card .language-switcher { justify-content: flex-start; padding-top: 0; margin-bottom: 24px; }
.policy-card .back { display: inline-block; margin-bottom: 24px; color: #666; font-size: 14px; text-decoration: none; }
.policy-card h1 { margin: 0 0 4px; font-size: 30px; line-height: 1.35; letter-spacing: 0; }
.policy-card .updated { margin: 0 0 36px; color: #666; font-size: 14px; }
.policy-card h2 { margin: 40px 0 10px; font-size: 20px; line-height: 1.4; }
.policy-card p, .policy-card li { color: #2c2c2e; font-size: 15.5px; }
.policy-card p { margin: 1em 0; }
.policy-card table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: 14px; }
.policy-card th, .policy-card td { padding: 8px 10px; border: 1px solid #ddd; text-align: left; vertical-align: top; }
.policy-card th { background: #f5f5f7; }

@media (max-width: 850px) {
  .hero, .three { grid-template-columns: 1fr; }
  .nav-inner { align-items: flex-start; flex-direction: column; }
  .links { width: 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding: 2px 22px 7px 0; }
  .links a { white-space: nowrap; font-size: 13px; }
  .language-switcher { justify-content: flex-start; }
  section { padding: 34px 0; }
}

@media (max-width: 560px) {
  .policy-shell { padding: 28px 20px 56px; }
  .policy-card table, .policy-card thead, .policy-card tbody, .policy-card tr, .policy-card th, .policy-card td { display: block; }
  .policy-card thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .policy-card tr { margin-bottom: 12px; border: 1px solid #ddd; }
  .policy-card td { border: 0; border-bottom: 1px solid #ddd; }
  .policy-card td:last-child { border-bottom: 0; }
}
