:root {
  --blue: #0a168f;
  --blue-dark: #07105f;
  --blue-deep: #040a3f;
  --blue-soft: #eef0ff;
  --sky: #dce2ff;
  --white: #ffffff;
  --ink: #11162b;
  --muted: #667085;
  --line: #e5e7ef;
  --shadow: 0 24px 70px rgba(9, 20, 102, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(10,22,143,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 14px; box-shadow: 0 8px 25px rgba(10,22,143,.16); }
.brand span { display: grid; }
.brand strong { color: var(--blue); font-size: 1.05rem; letter-spacing: .08em; }
.brand small { color: var(--muted); font-size: .68rem; max-width: 250px; line-height: 1.3; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: .25s; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { width: 25px; height: 2px; background: var(--blue); display: block; margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 14px; border: 1px solid var(--blue); background: var(--blue); color: #fff; font-weight: 800; box-shadow: 0 14px 30px rgba(10,22,143,.19); transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(10,22,143,.25); background: var(--blue-dark); }
.btn-small { min-height: 44px; padding: 0 18px; border-radius: 12px; }
.btn-ghost { background: transparent; color: var(--blue); box-shadow: none; }
.btn-light { background: #fff; color: var(--blue); border-color: #fff; }

.hero { min-height: 770px; padding: 150px 0 90px; position: relative; overflow: hidden; background: linear-gradient(145deg, #f9faff 0%, #eef1ff 54%, #fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(10,22,143,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,22,143,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { width: 420px; height: 420px; right: -140px; top: 110px; background: rgba(10,22,143,.1); }
.hero-orb-two { width: 220px; height: 220px; left: -90px; bottom: 40px; background: rgba(69,85,220,.11); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; margin-bottom: 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .74rem; }
.hero h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.1rem); line-height: 1.02; letter-spacing: -.055em; max-width: 760px; }
.hero-copy > p { font-size: 1.09rem; color: var(--muted); max-width: 640px; margin: 26px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.trust-row div { border-left: 2px solid var(--sky); padding-left: 15px; }
.trust-row strong { display: block; color: var(--blue); font-size: 1.5rem; }
.trust-row span { font-size: .78rem; color: var(--muted); }
.hero-card { position: relative; padding: 18px; border-radius: 34px; background: rgba(255,255,255,.75); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); }
.hero-photo { min-height: 530px; border-radius: 25px; background: linear-gradient(180deg, rgba(4,10,63,.03), rgba(4,10,63,.3)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1200&q=85') center/cover; }
.floating-card { position: absolute; left: -38px; bottom: 42px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.floating-card strong, .floating-card small { display: block; }
.floating-card small { color: var(--muted); font-size: .75rem; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #25c26e; box-shadow: 0 0 0 7px rgba(37,194,110,.12); }

.logos-strip { border-block: 1px solid var(--line); background: #fff; }
.strip-grid { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; text-align: center; color: var(--muted); font-size: .85rem; font-weight: 700; }

.section { padding: 110px 0; }
.section-soft { background: #f7f8ff; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.section h2 { margin: 0; font-size: clamp(2.15rem, 3.9vw, 3.7rem); line-height: 1.1; letter-spacing: -.04em; }
.section-copy > p, .section-heading > p { color: var(--muted); font-size: 1.03rem; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 17px; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: .75rem; }
.experience-panel { border-radius: 28px; padding: 50px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); box-shadow: var(--shadow); }
.big-number { font-size: clamp(4.4rem, 9vw, 7.8rem); line-height: .9; font-weight: 800; letter-spacing: -.08em; color: rgba(255,255,255,.98); }
.experience-panel p { max-width: 430px; color: rgba(255,255,255,.78); }
.experience-panel a { display: inline-flex; gap: 10px; align-items: center; margin-top: 16px; font-weight: 800; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; padding: 34px; border-radius: 24px; background: #fff; border: 1px solid var(--line); min-height: 430px; transition: .25s; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: linear-gradient(155deg, var(--blue) 0%, var(--blue-deep) 100%); color: white; border: 0; box-shadow: var(--shadow); }
.service-card.featured p, .service-card.featured li { color: rgba(255,255,255,.78); }
.service-number { position: absolute; top: 25px; right: 28px; font-size: .78rem; color: #a4a8bd; font-weight: 800; }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--blue); background: var(--blue-soft); font-size: 1.35rem; }
.featured .icon { background: rgba(255,255,255,.14); color: white; }
.service-card h3 { margin: 28px 0 12px; font-size: 1.35rem; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { padding-left: 18px; margin-top: 24px; }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { border-top: 1px solid var(--line); padding-top: 24px; }
.process-step span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.process-step h3 { margin-bottom: 4px; }
.process-step p { color: var(--muted); font-size: .9rem; }

.coverage-section { color: white; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); position: relative; overflow: hidden; }
.coverage-section::after { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.coverage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.light { color: #cdd3ff; }
.coverage-copy > p { color: rgba(255,255,255,.72); max-width: 650px; }
.location-list { display: grid; gap: 18px; margin-top: 34px; }
.location-list div { display: grid; gap: 3px; border-left: 2px solid rgba(255,255,255,.28); padding-left: 18px; }
.location-list span { color: rgba(255,255,255,.68); font-size: .88rem; }
.coverage-card { border-radius: 28px; padding: 40px; background: white; color: var(--ink); box-shadow: 0 25px 70px rgba(1,4,30,.3); }
.coverage-card img { width: 88px; border-radius: 18px; }
.coverage-card h3 { font-size: 1.6rem; line-height: 1.25; }
.coverage-card p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy > p { color: var(--muted); }
.contact-details { display: grid; margin-top: 34px; }
.contact-details a { padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; }
.contact-details span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-details strong { color: var(--blue); }
.contact-form { padding: 34px; border-radius: 25px; background: #f7f8ff; border: 1px solid #e9ebf8; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: .83rem; font-weight: 800; margin-bottom: 17px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dfe2ef; border-radius: 12px; background: white; padding: 14px 15px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,22,143,.08); }
.contact-form .btn { width: 100%; border: 0; }
.contact-form small { display: block; text-align: center; margin-top: 12px; color: var(--muted); }

footer { color: rgba(255,255,255,.75); background: #060b39; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 74px; border-radius: 16px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { color: white; margin-bottom: 6px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

@media (max-width: 960px) {
  .main-nav { position: fixed; top: 78px; left: 20px; right: 20px; display: none; padding: 22px; border-radius: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .brand small { display: none; }
  .hero-grid, .split-grid, .coverage-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-card { max-width: 650px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1160px); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 50px; height: 50px; }
  .main-nav { top: 70px; }
  .hero { padding: 116px 0 70px; min-height: auto; }
  .hero h1 { font-size: 2.75rem; }
  .hero-grid { gap: 42px; }
  .hero-photo { min-height: 390px; }
  .floating-card { left: 14px; right: 14px; bottom: 28px; }
  .trust-row { grid-template-columns: 1fr; gap: 15px; margin-top: 36px; }
  .section { padding: 78px 0; }
  .services-grid, .process-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .experience-panel, .coverage-card, .contact-form { padding: 28px; }
  .strip-grid { grid-template-columns: 1fr; gap: 10px; }
}
