@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap');

:root {
  --blue: #0a55e8;
  --blue-dark: #063aa4;
  --blue-soft: #eaf1ff;
  --ink: #172231;
  --ink-2: #2b3747;
  --muted: #637083;
  --line: #dce3ed;
  --soft: #f5f8fc;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(19, 36, 62, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.sr-only, .skip-link:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(220, 227, 237, .75);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 170px; display: block; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
.site-nav a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; padding: 7px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px;
  background: var(--blue); color: white; font-weight: 700; text-decoration: none;
  box-shadow: 0 12px 30px rgba(10,85,232,.22); cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 34px rgba(10,85,232,.28); }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 10px; }
.button-secondary { background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button-secondary:hover { background: var(--soft); color: var(--ink); box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: linear-gradient(180deg, #fbfdff, #fff); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; position: relative; }
.hero-copy h1, .section-heading h2, .area-grid h2, .contact-copy h2 {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.045em; line-height: 1.04; margin: 0;
}
.hero-copy h1 { font-size: clamp(3.2rem, 6vw, 5.7rem); max-width: 820px; }
.hero-copy h1 span { color: var(--blue); }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
.hero-lead { max-width: 710px; margin: 25px 0 30px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ink-2); font-size: .9rem; font-weight: 600; }
.trust-row span::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); margin-right: 8px; vertical-align: 1px; }

.hero-card { position: relative; min-height: 480px; display: grid; place-items: center; padding: 60px 45px 105px; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.hero-card > img { width: min(100%, 470px); }
.status-card { position: absolute; left: 26px; right: 26px; bottom: 25px; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 17px; border-radius: 16px; background: var(--ink); color: white; }
.status-card p { color: #c5ceda; margin: 3px 0 0; font-size: .84rem; line-height: 1.45; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #49d88d; margin-top: 7px; box-shadow: 0 0 0 6px rgba(73,216,141,.13); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-glow-one { width: 420px; height: 420px; right: -170px; top: -140px; background: #dbe8ff; }
.hero-glow-two { width: 280px; height: 280px; left: -160px; bottom: -170px; background: #eef4ff; }

.section { padding: 100px 0; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2, .area-grid h2, .contact-copy h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }
.section-heading > p:last-child, .area-grid > div > p, .contact-copy > p { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b9cdf6; box-shadow: 0 18px 45px rgba(30, 51, 84, .09); }
.service-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 28px; background: var(--blue-soft); color: var(--blue); font-size: .78rem; font-weight: 800; }
.service-card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.scope-note { margin-top: 22px; padding: 22px 24px; display: flex; gap: 15px 22px; align-items: center; flex-wrap: wrap; border-radius: 16px; background: var(--soft); border: 1px solid var(--line); }
.scope-note span { color: var(--muted); flex: 1 1 420px; }
.scope-note a { color: var(--blue); font-weight: 700; text-decoration: none; }

.section-dark { background: var(--ink); color: white; }
.section-heading.light > p:last-child { color: #aeb9c8; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { padding: 32px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.process-grid span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-weight: 800; }
.process-grid h3 { margin: 28px 0 10px; font-size: 1.18rem; }
.process-grid p { color: #aeb9c8; margin: 0; }

.area-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.location-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.location-chips span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 600; }
.area-card { padding: 38px; border-radius: 28px; color: white; background: linear-gradient(145deg, #0b5af1, #063894); box-shadow: 0 26px 70px rgba(10,85,232,.22); }
.area-card p { color: #dbe7ff; margin-bottom: 0; }
.map-mark { width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; display: grid; place-items: center; margin-bottom: 45px; background: rgba(255,255,255,.08); }
.map-mark span { width: 27px; height: 36px; border: 6px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); position: relative; }
.map-mark span::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: white; left: 4px; top: 8px; }
.section-soft { background: var(--soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 3px; }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 45px 24px 0; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--blue); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: var(--muted); margin: -7px 0 24px; max-width: 740px; }

.contact-section { background: linear-gradient(180deg, white, #f7faff); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.contact-points { display: grid; gap: 19px; margin-top: 32px; }
.contact-points div { display: grid; gap: 4px; padding-left: 17px; border-left: 3px solid var(--blue); }
.contact-points span { color: var(--muted); font-size: .92rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cfd7e3; border-radius: 11px; padding: 12px 13px; color: var(--ink); background: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,85,232,.1); }
.contact-form .full { grid-column: 1 / -1; }
.checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }
.checkbox input { width: 17px; height: 17px; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: .78rem; font-weight: 400; }

.site-footer { padding: 46px 0; background: #111a27; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr .8fr; gap: 45px; align-items: start; }
.footer-grid img { width: 190px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p, .footer-meta { color: #9dabbc; font-size: .87rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; color: #dfe6ef; font-size: .9rem; }
.footer-meta { display: grid; gap: 8px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); align-items: stretch; flex-direction: column; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .hero-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 66px; }
  .hero-card { min-height: 390px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .brand { width: 145px; }
  .section { padding: 76px 0; }
  .hero-copy h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-card { min-height: 330px; padding: 38px 24px 105px; }
  .service-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .contact-form > * { grid-column: 1 !important; }
  .service-card { padding: 24px; }
  .contact-form { padding: 22px; }
  .footer-meta { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  display: none;
  padding: 13px 15px;
  border-radius: 11px;
  font-size: .9rem;
  font-weight: 600;
}
.form-status.success {
  display: block;
  color: #12633d;
  background: #e9f8f0;
  border: 1px solid #b7e5cd;
}
.form-status.error {
  display: block;
  color: #8b2430;
  background: #fff0f2;
  border: 1px solid #f0bdc3;
}
.contact-form button[disabled] {
  cursor: wait;
  opacity: .7;
  transform: none;
}
