@font-face {
  font-family: Inter;
  src: url('/assets/inter-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #1d1d1d;
  --cyan: #10d9e4;
  --paper: #fff;
  --muted: #f3f3f3;
  --max: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }

.site-header { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; background: #1d1d1d; color: #fff; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 24px; padding: 0 34px; min-height: 112px; border-bottom: 1px solid rgba(16,217,228,.45); }
.brand img { width: 205px; max-height: 92px; object-fit: contain; }
.nav-toggle { display: none; border: 1px solid var(--cyan); border-radius: 4px; background: #1d1d1d; color: var(--cyan); font-size: 23px; padding: 7px 11px; }
.primary-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 30px; }
.primary-nav > li { list-style: none; }
.primary-nav a, .language a { font-size: 14px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.primary-nav a.active, .language a.active { color: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language { white-space: nowrap; }
.language span { margin: 0 6px; color: #fff; }
.whatsapp { display: inline-grid; place-items: center; min-width: 134px; min-height: 68px; padding: 10px 14px; border-radius: 4px; background: var(--cyan); color: #111; font-size: 16px; font-weight: 900; line-height: 1.1; text-align: center; text-decoration: none; text-transform: uppercase; }

.hero { min-height: 285px; display: grid; align-items: center; background: linear-gradient(rgba(0,0,0,.44),rgba(0,0,0,.44)), url('/assets/hero.jpg') center 48%/cover no-repeat; color: #fff; }
.hero h1 { width: min(calc(100% - 48px), 780px); margin: 0 auto; font-size: clamp(42px, 7vw, 62px); line-height: 1; font-weight: 900; text-transform: uppercase; }
.content { width: min(calc(100% - 48px), 680px); margin: 0 auto; padding: 34px 0 72px; }
.content.wide { width: min(calc(100% - 48px), 820px); }
.feature-logo { width: min(590px, 92%); margin: -18px auto 24px; }
.content p { margin: 0 0 28px; font-size: 17px; }
.content h2 { margin: 42px 0 16px; font-size: clamp(27px, 4vw, 38px); line-height: 1.18; }
.content h3 { margin: 38px 0 12px; font-size: 21px; line-height: 1.35; }
.content ul { padding-left: 24px; margin: 0 0 28px; }
.content li { margin-bottom: 14px; }
.cta { display: inline-block; margin-top: 6px; padding: 15px 24px; border-radius: 4px; background: var(--cyan); color: #111; font-weight: 850; text-decoration: none; }
.cta + .cta { margin-left: 10px; }
.offer { margin: 36px 0; padding: 28px; border-left: 5px solid var(--cyan); background: var(--muted); }
.offer h2 { margin-top: 0; font-size: 28px; text-transform: uppercase; }
.contact-card { padding: 28px; background: var(--muted); }
.contact-card p { margin-bottom: 12px; }
.legal-intro { font-weight: 700; }

.site-footer { background: #1d1d1d; color: #fff; padding: 42px 24px 30px; }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 250px 1fr; gap: 44px; align-items: center; }
.footer-logo { width: 210px; }
.footer-copy p { margin: 0 0 16px; }
.funding { width: min(570px, 100%); padding: 8px; background: #fff; }
.footer-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.footer-links a { color: #fff; }

@media (max-width: 900px) {
  .site-header { width: 100%; grid-template-columns: 1fr auto; padding: 14px 20px; min-height: 92px; }
  .brand img { width: 180px; }
  .nav-toggle { display: block; }
  .primary-nav, .header-actions { display: none; grid-column: 1 / -1; }
  .site-header.open .primary-nav { display: flex; flex-direction: column; align-items: flex-start; padding: 18px 0 8px; }
  .site-header.open .header-actions { display: flex; justify-content: space-between; padding: 4px 0 12px; }
  .hero { min-height: 230px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 39px; }
  .content { width: min(calc(100% - 34px), 680px); }
  .feature-logo { width: 100%; margin-top: 0; }
  .offer { padding: 21px; }
  .whatsapp { min-width: 118px; }
}
