:root {
  --blue: #0646a4;
  --navy: #061b3f;
  --sky: #0f83d9;
  --silver: #d8dde5;
  --dark: #101828;
  --text: #475467;
  --light: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 27, 63, 0.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(6, 27, 63, .08);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 800; color: var(--navy); }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; }
.nav-links { display: flex; gap: 28px; align-items: center; font-weight: 600; color: #253858; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { padding: 10px 18px; background: var(--navy); color: white !important; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 28px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(15,131,217,.22), transparent 30%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 50%, #ffffff 100%); padding: 86px 0; }
.hero::after { content:""; position:absolute; width: 520px; height:520px; right:-260px; bottom:-260px; border-radius:50%; background: rgba(6,70,164,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.eyebrow { color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin: 0 0 12px; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; letter-spacing: -0.06em; margin: 0 0 22px; color: var(--navy); }
h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.08; letter-spacing: -0.04em; margin: 0 0 18px; color: var(--navy); }
h3 { margin: 0 0 10px; color: var(--navy); }
p { color: var(--text); }
.hero-text { font-size: 1.16rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 24px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn.primary { color: white; background: linear-gradient(135deg, var(--blue), var(--sky)); box-shadow: 0 14px 30px rgba(6,70,164,.24); }
.btn.secondary { color: var(--navy); background: white; border-color: rgba(6, 27, 63, .12); }
.hero-card { background: rgba(255,255,255,.75); padding: 28px; border-radius: 34px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); }
.hero-card img { border-radius: 26px; box-shadow: inset 0 0 0 1px rgba(6,27,63,.06); }
.card-note { display: flex; justify-content: space-between; gap: 16px; margin-top: 18px; align-items: center; }
.card-note strong { color: var(--navy); font-size: 1.4rem; }
.card-note span { color: var(--blue); font-weight: 700; text-align: right; }
.trust-bar { background: var(--navy); color: white; padding: 20px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; font-weight: 800; }
.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading p:last-child { font-size: 1.05rem; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { padding: 30px; border-radius: var(--radius); border: 1px solid rgba(6,27,63,.08); box-shadow: 0 14px 40px rgba(6,27,63,.06); background: white; }
.icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; background: linear-gradient(135deg, #edf6ff, #d8eaff); color: var(--blue); font-size: 24px; }
.split-section { background: var(--light); }
.split-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 52px; align-items: center; }
.check-list { padding: 0; margin: 26px 0 0; list-style: none; display: grid; gap: 14px; color: var(--dark); font-weight: 700; }
.check-list li::before { content: "✓"; color: var(--sky); font-weight: 900; margin-right: 10px; }
.image-panel { min-height: 420px; border-radius: 34px; padding: 30px; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: var(--shadow); display: grid; align-content: center; gap: 18px; }
.metric { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); padding: 22px; border-radius: 20px; color: white; }
.metric strong { display: block; font-size: 2rem; line-height: 1; }
.metric span { color: rgba(255,255,255,.82); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid div { padding: 26px; border-left: 4px solid var(--sky); background: #fff; box-shadow: 0 10px 30px rgba(6,27,63,.06); border-radius: 18px; }
.process-grid span { color: var(--sky); font-weight: 900; }
.about { background: linear-gradient(135deg, #f6f9ff, #ffffff); }
.about-box { padding: 54px; border-radius: 34px; border: 1px solid rgba(6,27,63,.08); background: white; box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 50px; align-items: start; }
.contact-form { display: grid; gap: 16px; padding: 28px; background: var(--light); border-radius: 28px; }
label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
input, textarea { width: 100%; border: 1px solid rgba(6,27,63,.16); border-radius: 16px; padding: 14px 16px; font: inherit; background: white; }
input:focus, textarea:focus { outline: 3px solid rgba(15,131,217,.16); border-color: var(--sky); }
.form-note { font-size: .9rem; margin: 0; }
.footer { padding: 34px 0; background: #050f24; color: white; }
.footer p { color: rgba(255,255,255,.7); margin: 6px 0 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 20px; color: rgba(255,255,255,.78); font-weight: 700; }
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 82px; background: white; border-radius: 20px; padding: 20px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards.three, .process-grid, .trust-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
  .brand span { display: none; }
}
