* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
  font:
    1rem/1.65 system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #122442;
  background: #fff;
}
h1,
h2,
h3,
p {
  margin: 0 0 1rem;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.5rem, 5.2vw, 4.7rem);
  max-width: 850px;
  font-weight: 750;
}
h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 700;
}
h3 {
  font-size: 1.5rem;
}
a {
  color: inherit;
  overflow-wrap: anywhere;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #a14d00;
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
.shell {
  width: min(1200px, calc(100% - 4rem));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffffff5;
  border-bottom: 1px solid #d6deea;
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 94px;
}
.brand {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.brand-mark {
  background: #183fbb;
  color: #fff;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 2rem;
  letter-spacing: -0.12em;
  padding-right: 4px;
}
.brand-sub {
  display: block;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  margin-top: 6px;
}
.nav-inner nav {
  margin-left: auto;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.nav-inner nav a {
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
}
.nav-contact {
  color: #183fbb;
}
.lang-switcher {
  display: flex;
  gap: 2px;
  border: 1px solid #d6deea;
  border-radius: 6px;
  padding: 3px;
}
.lang-btn {
  background: transparent;
  border: 0;
  border-radius: 3px;
  padding: 7px;
  font-size: 0.85rem;
  color: #33486a;
  min-height: 36px;
}
.lang-btn[aria-pressed="true"] {
  background: #12368b;
  color: #fff;
}
.nav-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr;
  gap: 5rem;
  padding-block: 6rem;
  align-items: center;
}
.eyebrow {
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  color: #234bba;
  margin-bottom: 1.5rem;
}
.lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #4c5d76;
}
.hero-copy .lead {
  max-width: 650px;
  margin-block: 1.75rem 2rem;
}
.hero-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #183fbb;
  border: 1px solid #183fbb;
  color: white;
  text-decoration: none;
  padding: 0.95rem 1.4rem;
  border-radius: 6px;
  font-weight: 650;
  min-height: 48px;
}
.button:hover {
  background: #102d8c;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.text-link {
  font-weight: 650;
  text-underline-offset: 6px;
}
.hero-panel {
  padding: 2rem;
  background: #10295a;
  color: white;
  border-radius: 12px;
  box-shadow: 20px 20px 0 #edf2fc;
}
.hero-panel .eyebrow {
  color: #b1c8ff;
}
.panel-row {
  padding: 1.2rem 0;
  border-top: 1px solid #415b84;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.1rem 0.75rem;
}
.panel-row > span {
  font-size: 0.85rem;
  color: #bed0f4;
}
.panel-row strong {
  font-size: 2rem;
  font-weight: 650;
  line-height: 1.2;
}
.panel-row small {
  grid-column: 2;
  color: #c1cde2;
  font-size: 0.9rem;
}
.section {
  padding-block: 5rem;
}
.section-head {
  max-width: 740px;
  margin-bottom: 2.75rem;
}
.section-head p:last-child {
  color: #4c5d76;
  font-size: 1.15rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.service {
  border: 1px solid #d6deea;
  border-radius: 10px;
  padding: 2rem;
}
.service-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.number {
  font-size: 0.9rem;
  color: #2548a0;
  font-weight: 700;
}
.service-tech {
  font-size: 0.9rem;
  font-weight: 750;
  background: #edf2fc;
  padding: 0.25rem 0.7rem;
  border-radius: 4px;
}
.service p {
  color: #4c5d76;
}
.service-tags {
  font-size: 0.85rem;
  font-weight: 650;
  color: #33486a;
  padding-top: 1rem;
  border-top: 1px solid #d6deea;
  margin-top: 1.5rem;
}
.method-section {
  background: #f2f5fb;
  padding-block: 5rem;
  margin-top: 2rem;
}
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.method-grid > div p:last-child {
  color: #4c5d76;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: flex;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #d6deea;
}
.steps li:first-child {
  padding-top: 0;
}
.steps h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}
.steps p {
  color: #4c5d76;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.credentials-list {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.credentials-list a {
  display: block;
  font-weight: 700;
}
.credentials-list span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.95rem;
  color: #4c5d76;
}
.contact-section {
  background: #10295a;
  color: #fff;
  padding-block: 5rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
.contact-section .eyebrow {
  color: #b1c8ff;
}
.contact-grid > div p:not(.eyebrow) {
  color: #d4def0;
}
#contactDirect p {
  color: #4c5d76;
}
.contact-form {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  color: #122442;
  display: grid;
  gap: 1rem;
  position: relative;
}
.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.contact-form input:not([type="checkbox"]),
textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #8a9ab0;
  border-radius: 5px;
  background: #fff;
  color: #122442;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}
.contact-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 400;
}
.privacy-check input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 3px 0;
}
.form-disclosure {
  font-size: 0.85rem;
  color: #4c5d76;
}
.contact-form p {
  margin: 0;
}
.contact-form .button {
  justify-self: start;
}
.honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#formStatus {
  font-size: 0.95rem;
  min-height: 1.5em;
}
.footer-grid {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 2.5rem;
}
.footer-grid > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-grid a:not(.brand) {
  font-size: 0.9rem;
  text-underline-offset: 4px;
}
.footer-grid small {
  color: #4c5d76;
}
.skip-link {
  position: absolute;
  left: -10000px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: white;
  padding: 1rem;
}
.preview-note {
  background: #fff4d8;
  color: #674707;
  padding: 0.6rem 1.5rem;
  text-align: center;
  font-size: 0.85rem;
}
.pending {
  font-size: 0.9rem;
  border: 1px dashed currentColor;
  padding: 0.75rem;
}
.legal {
  max-width: 840px;
  margin: 4rem auto;
  padding-inline: 1.5rem;
}
.legal h1 {
  font-size: 2.5rem;
}
.legal h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
.legal dl {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 0.75rem;
}
.legal dt {
  font-weight: 700;
}
.legal dd {
  margin: 0;
}
.legal p {
  color: #33486a;
}
.legal .pending {
  background: #fff4d8;
}
.simple-header {
  padding: 1.5rem;
  border-bottom: 1px solid #d6deea;
}
.simple-header .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .hero {
    gap: 2rem;
  }
  .nav-inner {
    gap: 1rem;
  }
  .nav-inner nav {
    gap: 1rem;
  }
  .nav-inner nav a {
    font-size: 0.85rem;
  }
  .method-grid,
  .about-grid,
  .contact-grid {
    gap: 3rem;
  }
  .footer-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 2.5rem);
  }
  .nav-inner {
    min-height: 80px;
    gap: 0.75rem;
  }
  .brand {
    font-size: 1.4rem;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .brand-sub {
    font-size: 0.6rem;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
    border: 1px solid #9aaac1;
    border-radius: 5px;
    background: #fff;
    color: #122442;
    width: 42px;
    height: 42px;
  }
  .nav-inner nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: #fff;
    border-bottom: 1px solid #9aaac1;
  }
  .nav-inner nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
  .nav-inner nav a {
    font-size: 1rem;
  }
  .lang-btn {
    padding: 5px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 3.5rem;
    gap: 2.5rem;
  }
  .hero-panel {
    padding: 1.5rem;
    box-shadow: 10px 10px 0 #edf2fc;
  }
  .panel-row {
    padding: 1rem 0;
  }
  .panel-row strong {
    font-size: 1.5rem;
  }
  .section {
    padding-block: 3.5rem;
  }
  .services-grid,
  .method-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .method-section,
  .contact-section {
    padding-block: 3.5rem;
  }
  .method-grid {
    gap: 2rem;
  }
  .service {
    padding: 1.5rem;
  }
  .contact-form {
    padding: 1.25rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    gap: 1rem;
  }
  .hero-actions .button {
    width: 100%;
  }
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .legal dl {
    grid-template-columns: 1fr;
  }
  .legal dd {
    margin-bottom: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
