:root {
  --ink: #0c1419;
  --ink-soft: #34404a;
  --muted: #6b747d;
  --line: #e1e5e8;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --panel-soft: #f3f5f7;
  --red: #f40606;
  --magenta: #dd00d9;
  --blue: #1a00ff;
  --accent: #d60816;
  --success: #17b26a;
  --shadow-sm: 0 8px 24px rgba(12, 20, 25, 0.06);
  --shadow-lg: 0 28px 80px rgba(12, 20, 25, 0.12);
  --max: 1160px;
  --radius: 18px;
  --radius-sm: 10px;
  --font: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 6%, rgba(244, 6, 6, 0.08), transparent 30%),
    radial-gradient(circle at 4% 40%, rgba(26, 0, 255, 0.05), transparent 28%),
    var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section-pad { padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 247, 0.86);
  border-bottom: 1px solid rgba(225, 229, 232, 0.85);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.brand-logo {
  width: 144px;
  height: auto;
}
.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, var(--magenta), transparent 34%),
    radial-gradient(circle at 72% 70%, var(--blue), transparent 38%),
    var(--red);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--paper);
}
.brand-name { font-size: 20px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.site-nav a,
.footer-links a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 640;
}
.site-nav a:hover,
.footer-links a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  color: var(--muted);
  border-radius: 999px;
  padding: 4px;
  cursor: pointer;
}
.language-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 28px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.language-toggle span.is-active {
  background: var(--ink);
  color: #fff;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 760;
  font-size: 14px;
}
.header-cta:hover { background: var(--accent); }
.nav-toggle { display: none; }

.hero { padding: 96px 0 70px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 72px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(40px, 5.1vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 820;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 780;
}
h3 {
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.hero-text,
.section-head p,
.contact-copy p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 780;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.button-primary:hover { background: var(--accent); box-shadow: 0 12px 34px rgba(214, 8, 22, 0.24); }
.button-secondary {
  background: rgba(255,255,255,0.72);
  border-color: var(--line);
  color: var(--ink);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

.operations-card {
  position: relative;
  border: 1px solid rgba(225, 229, 232, 0.95);
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.operations-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--magenta), var(--red), var(--blue));
}
.card-topline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 740;
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(23,178,106,0.12);
}
.metric-block {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.metric-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.metric-block strong {
  display: block;
  max-width: 280px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.ops-list {
  display: grid;
  gap: 0;
  margin: 18px 0 22px;
}
.ops-list div {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.ops-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.ops-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}
.confidence-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.confidence-strip span {
  padding: 14px 8px;
  text-align: center;
  color: var(--ink-soft);
  background: var(--panel-soft);
  font-size: 12px;
  font-weight: 780;
}
.confidence-strip span + span { border-left: 1px solid var(--line); }

.client-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.58);
}
.strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
}
.strip-inner p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.industry-tags span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.section-head { margin-bottom: 42px; }
.section-head.narrow { max-width: 760px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card,
.process-step,
.quote-card,
.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 1px 0 rgba(12,20,25,0.02);
}
.service-card {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: rgba(12,20,25,0.22);
  box-shadow: var(--shadow-sm);
}
.card-number {
  width: fit-content;
  margin-bottom: 42px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
}
.service-card p,
.process-step p,
.quote-meta,
.legal-content,
.form-note {
  color: var(--muted);
  line-height: 1.62;
}
.service-card p { margin-bottom: 0; font-size: 15px; }

.soft-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(243,245,247,0.72));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 64px;
  align-items: start;
}
.quality-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  padding: 12px;
  box-shadow: var(--shadow-lg);
}
.quality-item {
  padding: 20px;
  border-radius: 14px;
}
.quality-item + .quality-item { border-top: 1px solid rgba(255,255,255,0.14); }
.quality-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.quality-item span {
  color: rgba(255,255,255,0.74);
  line-height: 1.55;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.process-step { padding: 24px; }
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 820;
}
.process-step p { margin-bottom: 0; font-size: 15px; }

.proof-section { padding-top: 0; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.quote-card { padding: 28px; }
.quote {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.015em;
}
.quote-meta { margin: 0; font-size: 14px; font-weight: 720; }

.contact-section {
  background: var(--ink);
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.85fr);
  gap: 72px;
  align-items: start;
}
.contact-copy p { color: rgba(255,255,255,0.72); }
.contact-copy .eyebrow { color: #ff747d; }
.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.contact-methods a,
.contact-methods span {
  color: #fff;
  font-weight: 720;
}
.contact-methods a:hover { color: #ff747d; }
.contact-form {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  padding: 28px;
}
.form-row { margin-bottom: 16px; }
.form-row label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 760;
}
.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}
.form-row textarea { resize: vertical; }
.form-row input:focus,
.form-row textarea:focus {
  border-color: #ff747d;
  box-shadow: 0 0 0 4px rgba(244,6,6,0.16);
}
.form-submit { width: 100%; background: #fff; color: var(--ink); }
.form-submit:hover { color: #fff; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,0.6); font-size: 13px; }

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status { margin: 14px 0 0; font-size: 14px; font-weight: 640; line-height: 1.45; }
.form-status.is-pending { color: rgba(255,255,255,0.72); }
.form-status.is-success { color: #7ee0a8; }
.form-status.is-error { color: #ff9a9a; }
.form-submit:disabled { opacity: 0.6; cursor: progress; }

.legal-section { padding: 38px 0; background: #fff; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.legal-card { padding: 0; box-shadow: none; }
.legal-card summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 790;
  letter-spacing: -0.015em;
}
.legal-content {
  padding: 0 22px 22px;
  font-size: 14px;
}
.legal-content p { margin: 0 0 16px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.small { font-size: 12px; }

.legal-page-hero {
  padding: 72px 0 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.54);
}
.legal-page-hero .eyebrow { margin-bottom: 14px; }
.legal-page-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
}
.legal-page-hero p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}
.legal-page {
  padding: 58px 0 84px;
}
.legal-document {
  max-width: 860px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow-sm);
}
.legal-document h2 {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: clamp(22px, 3vw, 30px);
}
.legal-document h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.legal-document h3 {
  margin: 26px 0 8px;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.legal-document p,
.legal-document li {
  color: var(--ink-soft);
  line-height: 1.68;
}
.legal-document a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-document ul { padding-left: 20px; }
.legal-note {
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--panel-soft);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}


.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: auto;
}
.copyright { margin: 0; color: var(--muted); font-size: 13px; }

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible {
  outline: 3px solid rgba(244, 6, 6, 0.38);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  .header-actions { margin-left: auto; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: 9px 12px;
    color: var(--ink);
    font-weight: 760;
    cursor: pointer;
  }
  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    display: block;
    width: 16px;
    height: 2px;
    background: var(--ink);
    content: "";
  }
  .nav-toggle-lines::before { transform: translateY(-5px); }
  .nav-toggle-lines::after { transform: translateY(3px); }
  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 16px 18px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .hero-grid,
  .split-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-inner { align-items: flex-start; flex-direction: column; }
  .industry-tags { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 64px 0; }
  .hero { padding: 64px 0 48px; }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand-logo { width: 124px; }
  .header-cta { display: none; }
  .language-toggle span { min-width: 30px; min-height: 26px; }
  .site-nav { top: 68px; }
  h1 { font-size: clamp(36px, 12vw, 48px); letter-spacing: -0.055em; }
  h2 { font-size: clamp(28px, 9vw, 36px); }
  .hero-text,
  .section-head p,
  .contact-copy p { font-size: 16px; line-height: 1.62; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .operations-card { padding: 22px; border-radius: 20px; }
  .metric-block strong { font-size: 25px; }
  .service-grid,
  .process-grid,
  .proof-grid,
  .legal-grid { grid-template-columns: 1fr; }
  .legal-page-hero { padding: 54px 0 28px; }
  .legal-document { padding: 22px; }
  .service-card { min-height: auto; }
  .card-number { margin-bottom: 26px; }
  .confidence-strip { grid-template-columns: 1fr; }
  .confidence-strip span + span { border-left: 0; border-top: 1px solid var(--line); }
  .ops-list div { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { padding: 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-links { margin-left: 0; }
}
