:root {
  --ink: #101828;
  --muted: #667085;
  --line: #d0d5dd;
  --soft: #f5f7fb;
  --paper: #ffffff;
  --navy: #071a3d;
  --green: #d91f32;
  --green-dark: #a80f24;
  --amber: #c9a227;
  --blue: #1b4f9c;
  --radius: 8px;
}

* { 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;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 62%, var(--green) 100%);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand strong { display: block; font-size: 16px; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; color: #344054; font-weight: 700; font-size: 14px; }
.desktop-nav a:hover { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--paper);
}
.lang-switch a {
  min-width: 35px;
  text-align: center;
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 900;
  color: #475467;
}
.lang-switch a[aria-current="page"] { background: var(--navy); color: white; }
.button, .button-outline, .contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button {
  background: var(--green);
  color: white;
  padding: 13px 18px;
}
.button:hover, .contact-form button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-outline {
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 12px 18px;
}
.button-outline:hover { border-color: var(--green); color: var(--green-dark); }

.hero {
  background:
    linear-gradient(135deg, rgba(7,26,61,.055) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 52px;
  align-items: center;
  padding: 72px 0 56px;
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(217,31,50,.24);
  background: #fff1f2;
  color: var(--green-dark);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}
.hero h1 {
  margin: 18px 0 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
  max-width: 760px;
}
.hero-text {
  margin: 22px 0 0;
  color: #475467;
  font-size: 19px;
  line-height: 1.72;
  max-width: 690px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hero-points div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px;
  font-weight: 800;
  color: #344054;
}
.hero-points span { color: var(--green); }

.operation-visual {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 20px;
  box-shadow: 0 24px 70px rgba(16,24,40,.10);
}
.visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.visual-top strong { display: block; font-size: 20px; }
.visual-top small { color: var(--muted); font-weight: 700; }
.status-pill {
  background: #fff1f2;
  color: var(--green-dark);
  border: 1px solid rgba(217,31,50,.24);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.route-map {
  margin-top: 22px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(37,99,235,.08) 1px, transparent 1px),
    linear-gradient(rgba(37,99,235,.08) 1px, transparent 1px),
    #f8fafc;
  background-size: 42px 42px;
}
.route-map svg { width: 100%; height: 330px; }
.visual-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.visual-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  background: #f9fafb;
}
.visual-list small { color: var(--muted); display: block; font-weight: 700; }
.visual-list strong { display: block; margin-top: 4px; }

.section { padding: 76px 0; }
.section-muted { background: var(--soft); }
.section-heading { max-width: 790px; margin-bottom: 34px; }
.section-heading span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}
.section-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.06;
}
.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.grid-3, .grid-4 {
  display: grid;
  gap: 16px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.service, .step, .relation-box, .contact-form, .legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.service, .step { padding: 24px; }
.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}
.service h3, .step h3 { margin: 16px 0 0; font-size: 21px; }
.service p, .step p, .relation-box p, .legal-card p, .legal-card li {
  color: var(--muted);
  line-height: 1.7;
}
.step strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--navy);
  color: white;
}
.relation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.relation-box { padding: 26px; }
.relation-box h3 { margin: 0; font-size: 25px; }
.relation-box ul { margin: 18px 0 0; padding-left: 18px; color: #344054; line-height: 1.8; }
.relation-box.primary { background: var(--navy); color: white; border-color: var(--navy); }
.relation-box.primary p, .relation-box.primary li { color: #d0d5dd; }
.relation-box.primary .status-pill { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.16); color: white; }

.contact-section { background: var(--navy); color: white; }
.contact-section .section-heading p { color: #d0d5dd; }
.contact-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 36px;
  align-items: start;
}
.contact-details {
  display: grid;
  gap: 14px;
}
.contact-details div {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255,255,255,.05);
}
.contact-details small { display: block; color: #98a2b3; font-weight: 800; }
.contact-details strong, .contact-details a { display: block; margin-top: 5px; overflow-wrap: anywhere; }
.contact-form {
  background: white;
  padding: 26px;
  color: var(--ink);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.form-grid label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}
.form-grid label.full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: white;
  outline: none;
}
textarea { min-height: 135px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(217,31,50,.13); }
.contact-form button {
  width: 100%;
  margin-top: 16px;
  border: 0;
  background: var(--green);
  color: white;
  padding: 14px 18px;
  font-size: 16px;
}
.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  line-height: 1.5;
}
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.consent a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: white;
  color: #667085;
}
.footer-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; font-weight: 800; color: var(--green-dark); }

.legal-hero {
  padding: 68px 0 34px;
  background: #f9fafb;
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(36px, 5vw, 62px);
}
.legal-content {
  padding: 50px 0 74px;
  display: grid;
  gap: 18px;
}
.legal-card { padding: 26px; }
.legal-card h2 { margin: 0 0 10px; }
.thanks {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--soft);
}
.thanks-box {
  width: min(620px, calc(100% - 40px));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 34px;
  text-align: center;
}
.thanks-box .brand-mark { margin: 0 auto 18px; }
.thanks-box p { color: var(--muted); line-height: 1.7; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .contact-layout, .relation-layout { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .visual-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .header-actions .button { display: none; }
  .hero-grid { padding: 52px 0 44px; }
  .hero h1 { font-size: 43px; }
  .hero-text { font-size: 16px; }
  .hero-points, .grid-3, .grid-4, .visual-list, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .form-grid label.full { grid-column: auto; }
  .footer-wrap { flex-direction: column; align-items: flex-start; padding: 24px 0; }
}
