
:root {
  --bg: #F5F3EF; --card: #111111; --primary: #111111; --accent: #E63946;
  --text: #111111; --muted: #5A5A5A; --radius: 0px; --shadow: none;
  --font-h: 'Space Grotesk', serif; --font-b: 'Manrope', sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--text); background: var(--bg); line-height: 1.6; }
h1, h2, h3 { font-family: var(--font-h); line-height: 1.15; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, 92%); margin-inline: auto; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.6rem; border-radius: var(--radius);
  font-weight: 600; cursor: pointer; border: none; }
.btn-primary { background: var(--primary); color: #F5F3EF; }
.btn-accent { background: var(--accent); color: #111; }
.wa-fab { position: fixed; right: 20px; bottom: 20px; background: #25D366; color: #fff; width: 56px; height: 56px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); z-index: 40; font-size: 1.5rem; }
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; background: #111111; color: #F5F3EF;
  padding: .9rem 1.2rem; display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; z-index: 50; font-size: .85rem; }
.cookie-banner button { background: #E63946; color: #111; border: none; padding: .5rem 1rem; border-radius: 6px; font-weight: 700; cursor: pointer; }
footer { padding: 3rem 0 6rem; font-size: .9rem; color: var(--muted); }
footer .foot-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
footer nav a { display: block; margin-bottom: .4rem; color: var(--muted); }
.section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: .6rem; }
.section-sub { color: var(--muted); max-width: 640px; }

body { background: #F5F3EF; }
header { border-bottom: 3px solid #111; }
header .bar { display:flex; align-items:center; justify-content:space-between; padding: 1.3rem 0; }
.logo { font-family: var(--font-h); font-weight:700; font-size:1.4rem; text-transform:uppercase; }
nav.main a { margin-left: 1.5rem; font-weight:700; text-transform:uppercase; font-size:.82rem; }
.hero { padding: 5rem 0 3rem; }
.hero .tag { color: var(--accent); font-weight:800; text-transform:uppercase; letter-spacing:.14em; font-size:.82rem; }
.hero h1 { font-size: clamp(2.6rem,7vw,5.4rem); text-transform: uppercase; line-height: .98; margin: .8rem 0 1.4rem; }
.hero-sub { max-width: 560px; font-size: 1.05rem; }
section { padding: 4rem 0; border-top: 3px solid #111; }
.cards { display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 0; }
.card { padding: 1.8rem; border-right: 3px solid #111; border-bottom: 3px solid #111; }
.card h3 { text-transform:uppercase; margin-bottom:.5rem; color: var(--accent); }
.diff-list { list-style:none; display:grid; gap: 0; margin-top:1.2rem; }
.diff-list li { padding: 1rem 0; border-bottom: 2px solid #111; font-weight: 600; }
