:root {
  --bg: #ffffff;
  --bg-alt: #f8f7f5;
  --ink: #111111;
  --muted: #6b6b6b;
  --subtle: #9a9a9a;
  --border: #e5e5e5;
  --accent: #1a56db;
  --accent-hover: #1444b8;
  --accent-soft: #eef2ff;
  --container: 1100px;
  --radius: 10px;
  --radius-lg: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button, a, input, textarea { touch-action: manipulation; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin: 0 auto;
}

/* ── Header ── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 100px;
}

.brand {
  text-decoration: none;
  flex-shrink: 0;
  line-height: 0;
}

.brand-logo {
  height: 88px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.92rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}

.site-nav a:hover {
  color: var(--ink);
  background: var(--bg-alt);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ── Hero ── */

.hero {
  padding: 6rem 0 5rem;
  border-bottom: 1px solid var(--border);
}

.hero-inner { max-width: 760px; }

.hero-tag {
  display: inline-block;
  margin-bottom: 1.75rem;
  padding: 0.35rem 0.85rem;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hero-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 2.25rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ── Buttons ── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  box-shadow: 0 4px 16px rgba(26, 86, 219, 0.22);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}

.btn-ghost:hover {
  background: var(--bg-alt);
  border-color: #ccc;
}

/* ── Stats bar ── */

.stats-bar {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.stats-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.75rem 2rem;
}

.stat-divider {
  width: 1px;
  background: var(--border);
  flex-shrink: 0;
}

.stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.stat-label {
  font-size: 0.82rem;
  color: var(--subtle);
}

/* ── Sections ── */

.section {
  padding: 5rem 0;
  border-bottom: 1px solid var(--border);
}

.section-alt {
  background: var(--bg-alt);
}

.section-header {
  margin-bottom: 3rem;
}

.label {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--subtle);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--ink);
}

/* ── Two-col layout ── */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.col-left .label { margin-bottom: 0.75rem; }
.col-left .section-title { max-width: 14ch; }

.body-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.body-text:last-of-type { margin-bottom: 1.5rem; }

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 0.75rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--muted);
}

/* ── Cards ── */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.card {
  background: var(--bg-alt);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--accent);
  margin-bottom: 0.25rem;
}

.card h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Process ── */

.process-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 2rem 2.5rem;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.process-step:last-child { border-bottom: none; }
.process-step:hover { background: var(--bg-alt); }

.step-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--subtle);
  letter-spacing: 0.06em;
  padding-top: 0.2rem;
  min-width: 2ch;
  flex-shrink: 0;
}

.step-body h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.step-body p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Contact ── */

.contact-layout { align-items: stretch; }

.contact-btn {
  margin-top: 0.5rem;
}

.company-info {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
}

.company-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.info-block {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.info-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.info-block p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.8;
}

.info-small p { font-size: 0.85rem; }

.inline-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.inline-link:hover { text-decoration: underline; }

/* ── Footer ── */

.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.footer-logo {
  height: 72px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
  align-self: flex-start;
  opacity: 0.85;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--subtle);
}

.footer-links {
  display: flex;
  gap: 0.25rem;
}

.footer-links a {
  padding: 0.4rem 0.7rem;
  font-size: 0.88rem;
  color: var(--muted);
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}

.footer-links a:hover {
  color: var(--ink);
  background: var(--bg-alt);
}

.footer-copy {
  font-size: 0.82rem;
  color: var(--subtle);
}

/* ── Responsive ── */
/* ── Legal pages ── */

.legal-container {
  max-width: 740px;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.legal-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.legal-header .section-title {
  margin-bottom: 0.75rem;
}

.legal-meta {
  font-size: 0.88rem;
  color: var(--subtle);
  margin-top: 0.5rem;
}

.legal-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.legal-section h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.85rem;
}

.legal-section p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.legal-section p:last-child { margin-bottom: 0; }

.legal-section ul {
  margin: 0.5rem 0 0.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.legal-section ul li {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 3rem; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { flex-wrap: wrap; }
  .stat { flex: 1 1 40%; padding: 1.5rem; }
  .stat-divider { display: none; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }

  .nav-shell {
    flex-wrap: wrap;
    height: auto;
    padding: 0.9rem 0;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 0 0.25rem;
    border-top: 1px solid var(--border);
    gap: 0.15rem;
  }

  .site-nav a {
    padding: 0.65rem 0.75rem;
    border-radius: var(--radius);
  }

  .nav-shell.is-open .site-nav { display: flex; }

  .nav-shell.is-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-shell.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-shell.is-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .hero { padding: 4rem 0 3.5rem; }

  .card-grid { grid-template-columns: 1fr; }

  .process-step { padding: 1.5rem; gap: 1.5rem; }

  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 500px) {
  .stat { flex: 1 1 100%; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}