@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Barlow:wght@400;500;600&display=swap');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Barlow', sans-serif;
  background: #0d0e0f;
  color: #f4f4f3;
}
a { color: #cfd3d6; text-decoration: none; }
a:hover { color: #ffffff; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.wrap { max-width: 1180px; margin: 0 auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 16px 48px;
  background: rgba(13,14,15,0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #2b2d2f;
  flex-wrap: wrap; row-gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.brand-name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 0.85rem; letter-spacing: 1.5px; line-height: 1.15; }
.navbar { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.navlink { font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 1.4px; color: #9a9d9f; text-transform: uppercase; padding-bottom: 6px; border-bottom: 2px solid transparent; }
.navlink:hover { color: #f4f4f3; }
.navlink.active { color: #f4f4f3; border-bottom-color: #c7cbce; }
.lang-toggle {
  font-family: 'Oswald', sans-serif; font-size: 0.75rem; letter-spacing: 1.5px;
  padding: 8px 16px; border: 1px solid #3a3d3f; background: transparent; color: #f4f4f3;
  border-radius: 999px; cursor: pointer; flex-shrink: 0;
}
.lang-toggle:hover { border-color: #c7cbce; }

/* Buttons */
.btn-primary {
  display: inline-block; font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: 1px;
  font-size: 0.85rem; text-transform: uppercase; padding: 15px 30px; border-radius: 2px;
  background: linear-gradient(135deg,#f5f5f5 0%,#c7cbce 30%,#8b9093 55%,#c7cbce 80%,#f5f5f5 100%);
  color: #0d0e0f; border: none; cursor: pointer;
}
.btn-primary:hover { opacity: .85; color: #0d0e0f; }
.btn-secondary {
  display: inline-block; font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 1px;
  font-size: 0.85rem; text-transform: uppercase; padding: 14px 28px; border-radius: 2px;
  border: 1px solid #3a3d3f; color: #f4f4f3;
}
.btn-secondary:hover { border-color: #c7cbce; color: #ffffff; }

/* Cards */
.card { background: #17181a; border: 1px solid #2b2d2f; border-radius: 4px; padding: 32px; }
.tag {
  display: inline-block; font-family: 'Oswald', sans-serif; font-size: 0.68rem; letter-spacing: 1px;
  text-transform: uppercase; color: #a3a6a8; border: 1px solid #3a3d3f; border-radius: 999px; padding: 4px 10px; margin: 3px;
}

/* Sections */
section { padding: 90px 48px; }
.section-alt { background: #111213; border-top: 1px solid #2b2d2f; border-bottom: 1px solid #2b2d2f; }
h1, h2, h3 { font-family: 'Oswald', sans-serif; font-weight: 600; margin: 0; }
.kicker { font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 1.4px; color: #c7cbce; text-transform: uppercase; }
.muted { color: #a3a6a8; }

/* Hero */
.hero { position: relative; overflow: hidden; text-align: center; padding-top: 120px; padding-bottom: 100px; }
.hero-bg { position: absolute; top: -120px; right: -160px; opacity: 0.08; width: 640px; height: 640px; pointer-events: none; }
.hero-inner { max-width: 820px; margin: 0 auto; position: relative; }
.hero-logo { width: 96px; height: 96px; object-fit: contain; margin-bottom: 28px; border-radius: 12px; }
.hero h1 { font-size: 3.4rem; line-height: 1.08; letter-spacing: 0.5px; margin-bottom: 22px; }
.hero p { font-size: 1.15rem; line-height: 1.6; color: #c3c6c8; max-width: 640px; margin: 0 auto 40px; }
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* Grids */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }

/* Process steps */
.process { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.process-step { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 150px; }
.process-icon { width: 56px; height: 56px; border-radius: 50%; border: 1px solid #3a3d3f; display: flex; align-items: center; justify-content: center; }
.process-icon.final { border-color: #c7cbce; }
.process-label { font-family: 'Oswald', sans-serif; font-size: 0.85rem; letter-spacing: 0.5px; }
.process-arrow { flex-shrink: 0; }

/* Stats */
.stat { text-align: center; }
.stat-num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 2.4rem; color: #c7cbce; }
.stat-label { color: #a3a6a8; font-size: 0.9rem; margin-top: 8px; }

/* Form */
label { font-family: 'Oswald', sans-serif; font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase; color: #9a9d9f; display: block; margin-bottom: 8px; }
.field {
  width: 100%; background: #0d0e0f; border: 1px solid #3a3d3f; border-radius: 2px; padding: 12px 14px;
  color: #f4f4f3; font-family: 'Barlow', sans-serif; font-size: 0.95rem; margin-bottom: 18px;
}
.field::placeholder { color: #7d8082; }
textarea.field { resize: vertical; }
.form-note { font-size: 0.8rem; color: #7d8082; margin-top: 10px; }

/* Footer */
.site-footer { background: #0d0e0f; border-top: 1px solid #2b2d2f; padding: 56px 48px 28px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.footer-heading { font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 1.4px; color: #7d8082; margin-bottom: 14px; text-transform: uppercase; }
.footer-bottom {
  max-width: 1180px; margin: 32px auto 0; padding-top: 22px; border-top: 1px solid #2b2d2f;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.78rem; color: #7d8082;
}
.footer-simple { text-align: center; }
.footer-simple .brand { justify-content: center; margin-bottom: 14px; }

@media (max-width: 860px) {
  .navbar { order: 3; width: 100%; justify-content: center; }
  .hero h1 { font-size: 2.1rem !important; }
  .grid-3, .grid-2 { grid-template-columns: 1fr !important; }
  .grid-5 { grid-template-columns: repeat(2, 1fr) !important; }
  section { padding: 60px 24px; }
  .site-header { padding: 16px 24px; }
}
