:root {
  --blue: #1e3a8a;
  --blue-dark: #14275f;
  --blue-soft: #e8eefc;
  --green: #087f5b;
  --green-dark: #066548;
  --ink: #202735;
  --muted: #5f6877;
  --line: #d9dee8;
  --surface: #f6f8fc;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 8px 24px rgba(20, 39, 95, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 32px), 1080px); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 30;
  padding: 8px 12px;
  color: var(--white);
  background: var(--blue-dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .98);
}
.nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo {
  min-width: 0;
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.lang-toggle {
  min-width: 78px;
  min-height: 42px;
  flex: 0 0 auto;
  padding: 7px 12px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--blue);
  background: var(--white);
  font-weight: 750;
  cursor: pointer;
}
.lang-toggle:focus-visible,
.cta:focus-visible,
summary:focus-visible,
.site-footer a:focus-visible,
.text-link:focus-visible { outline: 3px solid #f4c84b; outline-offset: 3px; }
.subnav { border-top: 1px solid #edf0f5; background: var(--white); }
.subnav-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.subnav a {
  min-width: 0;
  padding: 9px 4px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}
.subnav a:hover { color: var(--blue); }

.hero {
  color: var(--white);
  background: var(--blue);
  overflow: hidden;
}
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 46px;
}
.hero-content { width: 100%; min-width: 0; }
.hero-grid > *,
.step > *,
.contact-inner > * { min-width: 0; }
.eyebrow {
  margin: 0 0 8px;
  color: #cdd9ff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.18; }
h1 { max-width: 720px; margin-bottom: 14px; font-size: 2rem; overflow-wrap: anywhere; }
.hero-copy { max-width: 650px; margin: 0 0 20px; color: #e2e8fa; font-size: 1rem; }
.cta {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 7px;
  color: var(--white);
  background: var(--green);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.cta span { min-width: 0; line-height: 1.3; }
.cta:hover { background: var(--green-dark); }
.cta-unavailable { background: #596273; box-shadow: none; cursor: default; }
.cta-unavailable:hover { background: #596273; }
.cta svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-note { margin: 10px 0 0; color: #cdd9ff; font-size: .8rem; }
.hero-media, .section-media { width: 100%; margin-inline: 0; }
.hero-media { margin-block: 24px 0; }
.hero-media picture, .section-media picture { display: block; }
.hero-media img, .section-media img { width: 100%; display: block; object-fit: cover; border-radius: 6px; }
.hero-media img { aspect-ratio: 16 / 7; object-position: center; }
.hero-media figcaption, .section-media figcaption { margin-top: 7px; font-size: .72rem; line-height: 1.35; overflow-wrap: anywhere; }
.hero-media figcaption { color: #cdd9ff; }
.section-media { margin-block: 0 28px; }
.section-media img { aspect-ratio: 16 / 8; object-position: center 38%; }
.section-media figcaption { color: var(--muted); }
.hero-media figcaption a, .section-media figcaption a { color: inherit; text-underline-offset: 2px; }

.landing-page main > section:not(.hero) { padding-block: 52px; }
.section-head { max-width: 650px; margin-bottom: 28px; }
.section-head h2 { margin-bottom: 9px; color: var(--blue-dark); font-size: 1.7rem; }
.section-head p { margin: 0; color: var(--muted); }
.service-grid { display: grid; gap: 22px; }
.service-item { padding-top: 18px; border-top: 2px solid var(--blue); }
.service-label { display: block; margin-bottom: 10px; color: var(--blue); font-size: .78rem; font-weight: 850; }
.service-item h3 { margin-bottom: 7px; font-size: 1.08rem; }
.service-item p { margin: 0; color: var(--muted); }
.process-section { background: var(--surface); }
.steps { display: grid; gap: 26px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; }
.step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 850;
}
.step h3 { margin-bottom: 5px; font-size: 1.08rem; }
.step p { margin: 0; color: var(--muted); }

.trust { background: var(--surface); }
.benefits { display: grid; gap: 12px; margin-bottom: 40px; }
.benefit {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.benefit-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 7px;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}
.benefit h3 { margin-bottom: 7px; font-size: 1.05rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .94rem; }
.faq-title { margin-bottom: 16px; color: var(--blue-dark); font-size: 1.4rem; }
.faq details { border-top: 1px solid var(--line); background: var(--white); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  position: relative;
  padding: 17px 42px 17px 0;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
  color: var(--blue);
  font-size: 1.45rem;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 30px 18px 0; color: var(--muted); }
.business-info { background: var(--white); }
.disclosure-list { margin: 0; border-top: 1px solid var(--line); }
.disclosure-list > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.disclosure-list dt { margin-bottom: 4px; color: var(--blue-dark); font-weight: 800; }
.disclosure-list dd { margin: 0; color: var(--muted); }

.contact-strip { padding-block: 40px; color: var(--white); background: var(--blue-dark); }
.contact-strip h2 { margin-bottom: 8px; font-size: 1.5rem; }
.contact-strip p { margin: 0 0 20px; color: #dbe4ff; }
.contact-strip .contact-number { margin: -12px 0 20px; color: var(--white); font-weight: 750; }
.site-footer { padding-block: 38px; color: #dce2ee; background: #171d28; font-size: .87rem; }
.footer-brand { margin: 0 0 8px; color: var(--white); font-size: 1rem; font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-block: 20px; }
.footer-links a { color: var(--white); }
.legal-copy { max-width: 850px; color: #acb5c4; }
.legal-copy p { margin: 7px 0; }
.legal-copy strong { color: #dce2ee; }
.copyright { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #39414f; color: #acb5c4; }

/* Article and system pages use the same restrained theme language. */
.content-main { min-height: 55vh; padding-block: 48px; background: var(--surface); }
.content-layout { max-width: 840px; }
.post-content, .page-heading, .article-item, .error-content, .legal-document {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.post-content h1, .page-heading h1, .error-content h1, .legal-document h1 { margin-bottom: 12px; color: var(--blue-dark); font-size: 2rem; }
.post-kicker { margin: 0 0 7px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.post-meta { margin: 0 0 24px; color: var(--muted); font-size: .88rem; }
.entry-content { overflow-wrap: anywhere; }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; color: var(--blue-dark); }
.entry-content a, .article-item a, .text-link { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content pre { max-width: 100%; padding: 14px; overflow-x: auto; background: #edf0f5; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 8px; border: 1px solid var(--line); }
.article-list { display: grid; gap: 14px; margin-top: 18px; }
.article-item h2 { margin-bottom: 10px; font-size: 1.3rem; }
.article-intro { color: var(--muted); }
.pagebar { margin-top: 24px; }
.pagebar a, .pagebar span { display: inline-block; margin: 3px; padding: 7px 11px; border: 1px solid var(--line); background: var(--white); }
.error-content p { color: var(--muted); }
.text-link { font-weight: 800; }
.legal-header { padding-bottom: 24px; }
.legal-intro { margin: 0; color: var(--muted); }
.legal-updated { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }
.legal-section { padding-block: 22px; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 8px; color: var(--blue-dark); font-size: 1.2rem; }
.legal-section p { margin: 0; color: var(--muted); }
.contact-details { margin: 12px 0 0; border-top: 1px solid var(--line); }
.contact-details > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { margin-bottom: 3px; color: var(--blue-dark); font-weight: 800; }
.contact-details dd { margin: 0; color: var(--muted); overflow-wrap: anywhere; }
.contact-details a { color: var(--blue); text-underline-offset: 3px; }

@media (min-width: 720px) {
  .section-media img { height: clamp(240px, 28vw, 340px); aspect-ratio: auto; }
  .cta { width: auto; min-width: 300px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .step { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: repeat(3, 1fr); }
  .contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
  .contact-strip p { margin-bottom: 0; }
  .contact-strip .contact-number { margin: 5px 0 0; }
  .post-content, .page-heading, .article-item, .error-content, .legal-document { padding: 36px; }
  .subnav-inner { display: flex; justify-content: flex-end; gap: 24px; }
  .subnav a { padding-inline: 0; font-size: .84rem; }
}

@media (min-width: 960px) {
  .hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding-block: 46px; }
  h1 { font-size: 3rem; }
  .hero-media { width: 100%; max-width: 460px; margin: 0; justify-self: end; }
  .hero-media img { aspect-ratio: 4 / 3; object-position: center; }
}

@media (max-width: 389px) {
  h1 { font-size: 1.82rem; }
  .hero-grid { padding-block: 24px; }
  .hero-copy { font-size: .95rem; }
  .cta { padding-inline: 11px; font-size: .92rem; }
}

@media (max-width: 359px) {
  .container { width: min(calc(100% - 24px), 1080px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
