:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-alt: #f1f4f8;
  --text: #171a21;
  --muted: #626b7a;
  --line: #dfe4ec;
  --brand: #f0b90b;
  --brand-dark: #151821;
  --accent: #207f67;
  --shadow: 0 18px 50px rgba(23, 26, 33, 0.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  background: var(--brand-dark);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 0.9rem max(1.25rem, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  display: inline-grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 0.5rem;
  background: var(--brand-dark);
  color: var(--brand);
}
.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-weight: 700;
}
.site-nav a { text-decoration: none; }
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--text); }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}
.language-switcher select {
  min-height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--text);
  padding: 0 0.6rem;
  font: inherit;
}
.hero,
.page-hero,
.section,
.cta-band,
.trust-strip,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2.5rem;
  align-items: center;
  min-height: 620px;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.hero-copy { max-width: 680px; }
.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p, li, summary { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(2.15rem, 6vw, 4.5rem); line-height: 1.06; }
h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.16; }
h3 { margin: 0; font-size: 1.12rem; line-height: 1.25; }
.hero-text,
.page-hero p,
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--brand-dark);
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}
.button-primary { background: var(--brand); color: #111; }
.button-secondary { background: var(--surface); color: var(--brand-dark); }
.hero-image,
.content-image {
  border-radius: 0.75rem;
  box-shadow: var(--shadow);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.trust-strip div {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--surface);
}
.trust-strip strong,
.trust-strip span { display: block; }
.trust-strip span { color: var(--muted); }
.section,
.page-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-hero { max-width: 880px; }
.section-heading {
  max-width: 760px;
  margin-bottom: 1.7rem;
}
.step-grid,
.service-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.step-card,
.info-panel {
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: var(--surface);
}
.step-number {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--brand-dark);
  color: var(--brand);
  font-weight: 800;
}
.step-card p,
.info-panel p,
.faq-list p { color: var(--muted); }
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 2rem;
  align-items: center;
}
.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding-left: 2rem;
  position: relative;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
}
.faq-list { display: grid; gap: 0.85rem; }
details {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--surface);
  padding: 1rem 1.1rem;
}
summary {
  cursor: pointer;
  font-weight: 800;
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-radius: 0.7rem;
  background: var(--brand-dark);
  color: #fff;
}
.cta-band h2 { font-size: clamp(1.35rem, 3vw, 2rem); }
.cta-band .eyebrow { color: var(--brand); }
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}
.site-footer p { margin: 0; }
@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .site-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .hero,
  .split-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .trust-strip,
  .step-grid,
  .service-layout {
    grid-template-columns: 1fr;
  }
  .site-footer,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .hero,
  .section,
  .page-hero {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  h1 { font-size: 2.15rem; }
  .button { width: 100%; }
}
