:root {
  --bg: #061426;
  --bg-soft: #0b213a;
  --card: #102d4c;
  --line: #2f608b;
  --text: #f7f9fc;
  --muted: #c7d4e4;
  --accent: #f5c84b;
  --accent-2: #4bb7d8;
  --ok: #6fd39a;
  --warn: #ffc85c;
  --fail: #ff7a7a;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 85% 10%, rgba(245,200,75,.14), transparent 28rem),
    linear-gradient(180deg, var(--bg), #020913 82%);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6,20,38,.90);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .01em;
  font-size: clamp(1.15rem, 3vw, 1.55rem);
}
.brand span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 1rem; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 700; font-size: .95rem; }
.nav-links a:hover { color: white; }
.lang {
  border: 1px solid var(--line);
  padding: .35rem .65rem;
  border-radius: 999px;
}

.hero { padding: clamp(4rem, 9vw, 7rem) 0 3.5rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--accent);
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 62ch;
  margin: 1.35rem 0 1.8rem;
}
.actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .72rem 1.1rem;
  border-radius: 12px;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid var(--line);
}
.button.primary { background: var(--accent); color: #152033; border-color: var(--accent); }
.button.secondary { background: rgba(255,255,255,.035); }
.button:hover { transform: translateY(-1px); }
.hero-visual {
  position: relative;
  border-radius: 24px;
  padding: .65rem;
  background: linear-gradient(145deg, rgba(75,183,216,.35), rgba(245,200,75,.25));
  box-shadow: 0 25px 80px rgba(0,0,0,.38);
}
.hero-visual img { border-radius: 18px; width: 100%; }
.status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: .92rem;
}
.status::before { content: ""; width: .68rem; height: .68rem; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 5px rgba(111,211,154,.12); }

section { padding: clamp(3.7rem, 7vw, 6rem) 0; }
.section-head { max-width: 720px; margin-bottom: 2rem; }
h2 { margin: .2rem 0 .8rem; font-size: clamp(1.85rem, 4vw, 3.1rem); line-height: 1.08; letter-spacing: -.025em; }
.section-head p, .card p, .copy p { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card {
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(16,45,76,.85), rgba(9,29,52,.85));
}
.card h3 { margin: .3rem 0 .45rem; font-size: 1.2rem; }
.icon {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(75,183,216,.14);
  border: 1px solid rgba(75,183,216,.35);
  font-weight: 900;
  color: var(--accent);
}

.band { background: rgba(255,255,255,.025); border-block: 1px solid rgba(255,255,255,.07); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.checks { display: grid; gap: .8rem; margin-top: 1.25rem; }
.check { display: flex; gap: .75rem; color: var(--muted); }
.check b { color: white; }
.check::before { content: "✓"; color: var(--ok); font-weight: 900; }

.states { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.5rem; }
.state { border-radius: 14px; padding: 1rem; font-weight: 900; text-align: center; color: #101827; }
.state.pass { background: var(--ok); }
.state.warning { background: var(--warn); }
.state.fail { background: var(--fail); }

.gallery { display: grid; gap: 1rem; }
.gallery figure { margin: 0; padding: .65rem; border-radius: 20px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.035); }
.gallery img { width: 100%; border-radius: 14px; }
.gallery figcaption { padding: .8rem .45rem .25rem; color: var(--muted); font-size: .95rem; }

.cta {
  padding: clamp(2rem, 5vw, 3.4rem);
  border-radius: 24px;
  background: linear-gradient(135deg, #153f65, #0b2946 55%, #3b3b1d);
  border: 1px solid rgba(245,200,75,.32);
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
}
.cta p { color: var(--muted); max-width: 65ch; }
.contact-mail { color: var(--accent); font-size: clamp(1.15rem, 3vw, 1.65rem); font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }

footer { border-top: 1px solid rgba(255,255,255,.08); padding: 2rem 0; color: var(--muted); font-size: .9rem; }
.footer-flex { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-flex a { color: var(--muted); }

.legal { max-width: 820px; padding: 4rem 0 6rem; }
.legal h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
.legal h2 { font-size: 1.45rem; margin-top: 2rem; }
.legal p, .legal li { color: var(--muted); }

@media (max-width: 820px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .nav-links a:not(.lang) { display: none; }
  .states { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
}
