:root {
  --navy: #0b1739;
  --navy-2: #111f49;
  --blue: #2f6fed;
  --blue-light: #eaf1ff;
  --ink: #14213d;
  --muted: #5d6982;
  --line: #dfe5ef;
  --surface: #ffffff;
  --surface-2: #f6f8fc;
  --success: #17a673;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(12, 30, 66, .12);
  --max: 1160px;
}

* { 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(--surface);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,239,.85);
}
.nav {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  line-height: 1.08;
}
.brand-text small {
  display: block;
  margin-top: 0;
  font-size: .69rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .13em;
  color: var(--muted);
}
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .96rem; }
.nav-links a:not(.button):hover { color: var(--blue); }
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  font-size: 1.5rem;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  font-weight: 800;
  border: 1px solid var(--blue);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 10px 24px rgba(47,111,237,.22);
}
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(47,111,237,.3); }
.button.secondary { background: white; color: var(--navy); border-color: var(--line); box-shadow: none; }
.button.secondary:hover { border-color: #b9c5d8; }
.button.ghost { background: transparent; color: white; border-color: rgba(255,255,255,.35); box-shadow: none; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(61,127,255,.23), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(27,197,155,.10), transparent 28%),
    linear-gradient(135deg, #071129 0%, #0d1c45 65%, #112963 100%);
  color: white;
  padding: 84px 0 78px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 60px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #42d7a7; box-shadow: 0 0 0 5px rgba(66,215,167,.12); }
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.7rem, 6vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero p {
  max-width: 690px;
  margin: 24px 0 30px;
  color: #c9d4ec;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 22px; color: #9fb0d1; font-size: .9rem; }
.hero-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.hero-card h2 { margin: 0 0 16px; font-size: 1.3rem; }
.signal-list { display: grid; gap: 13px; }
.signal {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.075);
}
.signal-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(47,111,237,.3);
  font-size: 1.05rem;
}
.signal strong { display: block; font-size: .94rem; }
.signal span { display: block; margin-top: 1px; font-size: .82rem; color: #aebdde; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
}
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 86px 0; }
.section.alt { background: var(--surface-2); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.kicker {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .81rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
h2.section-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 26px rgba(20,33,61,.045);
}
.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 1.3rem;
  font-weight: 900;
}
.card h3 { margin: 18px 0 8px; font-size: 1.13rem; }
.card p { margin: 0; color: var(--muted); font-size: .95rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.panel {
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(145deg, #0b1739, #122a62);
  color: white;
  box-shadow: var(--shadow);
}
.panel h3 { margin: 0 0 12px; font-size: 1.65rem; letter-spacing: -.025em; }
.panel p { color: #c7d2eb; }
.checklist { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 11px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.check { color: #52d4a7; font-weight: 900; }
.copy h2 { margin: 0 0 16px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -.04em; }
.copy p { color: var(--muted); }

.cta {
  padding: 62px 0;
  background: var(--blue);
  color: white;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.03; letter-spacing: -.045em; }
.cta p { margin: 10px 0 0; color: #dfe8ff; }

.page-hero {
  padding: 74px 0 60px;
  background: linear-gradient(135deg, #08132e, #11275c);
  color: white;
}
.page-hero h1 { max-width: 820px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.page-hero p { max-width: 720px; color: #c8d4ed; font-size: 1.12rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-detail { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.service-detail h3 { margin: 15px 0 10px; font-size: 1.25rem; }
.service-detail ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); }
.contact-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 34px;
  border-radius: 24px;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.contact-box h3 { margin: 0 0 6px; font-size: 1.45rem; }
.contact-box p { margin: 0; color: var(--muted); }

footer { background: #071129; color: #c3cce0; padding: 34px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; }
.footer-logo { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; padding: 3px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.4); border-radius: 10px; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
footer strong { color: white; }
footer a:hover { color: white; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .9rem; }

@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero-card { max-width: 620px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .service-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 78px; }
  .brand-logo { width: 54px; height: 54px; }
  .brand-text { font-size: .95rem; gap: 4px; }
  .brand-text small { font-size: .62rem; line-height: 1.15; }
  .menu-button { display: block; }
  .nav-links {
    position: absolute;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { padding: 58px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { padding: 20px; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 66px 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner, .footer-inner, .contact-box { align-items: flex-start; flex-direction: column; display: flex; }
  .cta .button { width: 100%; }
  .footer-links { gap: 12px 16px; }
}
