@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #111b2e;
  --ink-soft: #526076;
  --navy: #071934;
  --blue: #0759e6;
  --blue-bright: #1677ff;
  --sky: #edf5ff;
  --paper: #f8f9fc;
  --white: #fff;
  --line: #dfe5ed;
  --radius: 22px;
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font: 800 1.38rem/1 "Manrope", sans-serif; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: #68758a; font-size: .53rem; font-weight: 700; letter-spacing: .19em; }
.brand-mark { width: 42px; height: 46px; display: grid; place-items: center; clip-path: polygon(50% 0, 92% 17%, 84% 77%, 50% 100%, 16% 77%, 8% 17%); background: linear-gradient(145deg, #1481ff, #0346bf); }
.brand-mark span { color: white; font: 800 1.3rem/1 "Manrope", sans-serif; }

.nav { display: flex; align-items: center; gap: 34px; color: #354258; font-size: .92rem; font-weight: 600; }
.nav > a { text-decoration: none; }
.nav > a:not(.button):hover { color: var(--blue); }

.button { min-height: 48px; padding: 0 23px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font: 700 .9rem/1 "DM Sans", sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-quiet { color: var(--blue); border: 1px solid #cdddf8; background: white; }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue-bright), #054ac7); box-shadow: 0 14px 28px rgba(7, 89, 230, .2); }
.button-light { color: var(--navy); background: white; }

.hero {
  width: min(1320px, calc(100% - 32px));
  min-height: 690px;
  margin: 0 auto;
  padding: 72px clamp(30px, 6.5vw, 98px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(118deg, #fff 0%, #f5f9ff 52%, #e9f2ff 100%);
  position: relative;
}

.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,89,230,.035) 1px, transparent 1px), linear-gradient(rgba(7,89,230,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-content { max-width: 630px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 26px; height: 2px; flex: 0 0 26px; background: currentColor; }
.eyebrow.light { color: #7cb3ff; }
.hero h1 { margin: 0; color: var(--navy); font: 700 clamp(3.4rem, 6.3vw, 6.4rem)/.93 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 570px; margin: 31px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.24rem); line-height: 1.75; }
.hero-actions { margin-top: 39px; display: flex; align-items: center; gap: 29px; flex-wrap: wrap; }
.text-link { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--blue); }

.hero-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.radar { width: min(430px, 78vw); aspect-ratio: 1; border: 1px solid rgba(7,89,230,.18); border-radius: 50%; display: grid; place-items: center; position: relative; background: radial-gradient(circle, rgba(255,255,255,.95) 0 14%, transparent 14.4% 29%, rgba(7,89,230,.07) 29.4% 29.7%, transparent 30.1% 51%, rgba(7,89,230,.07) 51.4% 51.7%, transparent 52.1%), conic-gradient(from 215deg, transparent, rgba(18,113,255,.14), transparent 35%); box-shadow: inset 0 0 70px rgba(7,89,230,.05), 0 35px 80px rgba(36,75,132,.1); }
.radar::before, .radar::after { content: ""; position: absolute; background: rgba(7,89,230,.1); }
.radar::before { width: 100%; height: 1px; }
.radar::after { width: 1px; height: 100%; }
.radar-line { width: 49%; height: 2px; position: absolute; left: 50%; transform-origin: left; transform: rotate(-28deg); background: linear-gradient(to right, var(--blue), transparent); animation: sweep 6s linear infinite; }
@keyframes sweep { to { transform: rotate(332deg); } }
.shield { width: 92px; height: 105px; display: grid; place-items: center; z-index: 2; clip-path: polygon(50% 0, 94% 18%, 84% 76%, 50% 100%, 16% 76%, 6% 18%); background: linear-gradient(145deg, #1682ff, #0345bd); box-shadow: 0 18px 35px rgba(7,89,230,.3); }
.shield span { color: white; font: 800 2.7rem/1 "Manrope"; }
.radar-point { width: 11px; height: 11px; position: absolute; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(7,89,230,.12); }
.point-one { top: 21%; left: 28%; }.point-two { right: 18%; top: 42%; }.point-three { left: 31%; bottom: 18%; }
.signal-card { padding: 17px 20px; display: flex; align-items: center; gap: 12px; position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(35,65,110,.15); backdrop-filter: blur(15px); }
.signal-card small { display: block; margin-bottom: 5px; color: #7b8798; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }
.signal-card strong { display: block; color: var(--navy); font-size: .83rem; }
.signal-top { top: 11%; left: 2%; }.signal-bottom { right: -3%; bottom: 12%; display: block; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #26b976; box-shadow: 0 0 0 6px rgba(38,185,118,.14); }

.trust-strip { width: min(1150px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.trust-strip p { color: #6f7b8e; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trust-strip ul { margin: 0; padding: 0; display: flex; gap: clamp(20px, 4vw, 60px); list-style: none; font-size: .86rem; font-weight: 700; }
.trust-strip li span { margin-right: 8px; color: var(--blue); font-size: .65rem; }

.section { width: min(1150px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section h2 { margin: 0; color: var(--navy); font: 700 clamp(2.5rem, 4.4vw, 4.5rem)/1.04 "Manrope"; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 5px auto; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.75; }
.service-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 335px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(20,42,77,.09); }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, #0b63ee, #0342ad); box-shadow: 0 20px 45px rgba(7,89,230,.2); }
.service-number { align-self: flex-end; color: #98a3b3; font-size: .68rem; font-weight: 800; }
.featured .service-number { color: #a9caff; }
.service-icon { width: 51px; height: 51px; margin-top: 32px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); font-size: 1.6rem; background: var(--sky); }
.featured .service-icon { color: white; background: rgba(255,255,255,.15); }
.service-card h3 { margin: auto 0 12px; font: 700 1.25rem/1.2 "Manrope"; }
.service-card p { margin: 0; color: #697589; font-size: .91rem; line-height: 1.7; }
.featured p { color: #c9ddff; }

.approach { width: min(1320px, calc(100% - 32px)); padding: 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px; background: white; }
.approach-panel { padding: clamp(45px, 6vw, 85px); color: white; background: linear-gradient(145deg, #081b3a, #09285a); }
.approach-panel h2 { color: white; }
.approach-panel > p:not(.eyebrow) { max-width: 470px; margin: 27px 0 35px; color: #b5c3d9; line-height: 1.75; }
.process-list { margin: 0; padding: 55px clamp(35px, 5vw, 72px); list-style: none; }
.process-list li { padding: 25px 0; display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 0; }
.process-list li > span { color: var(--blue); font-size: .69rem; font-weight: 800; }
.process-list strong { font: 700 1.06rem/1 "Manrope"; }
.process-list p { margin: 7px 0 0; color: var(--ink-soft); font-size: .9rem; }

.contact { padding-block: 140px; text-align: center; }
.contact .eyebrow { justify-content: center; }
.contact h2 { max-width: 850px; margin: 0 auto; }
.contact > p:not(.eyebrow) { margin: 27px auto 35px; color: var(--ink-soft); font-size: 1.05rem; }

footer { padding: 45px max(24px, calc((100% - 1150px)/2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; color: #98a8bf; background: var(--navy); font-size: .8rem; }
.brand-footer strong { color: white; }.brand-footer small { color: #8191a9; }

@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
@media (max-width: 900px) {
  .nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { min-height: 470px; }
  .section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }
  .approach { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; } footer .brand { justify-content: center; }
}
@media (max-width: 600px) {
  .site-header { width: calc(100% - 30px); height: 78px; }.brand small { display: none; }.nav { gap: 8px; }
  .hero { width: calc(100% - 16px); min-height: auto; padding: 52px 24px 20px; border-radius: 20px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.3rem); }.hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.text-link { text-align: center; }
  .hero-visual { min-height: 390px; }.signal-top { left: -10px; }.signal-bottom { right: -10px; }
  .trust-strip { align-items: flex-start; gap: 20px; flex-direction: column; }.trust-strip ul { width: 100%; justify-content: space-between; gap: 8px; }.trust-strip li span { display: block; }
  .section { width: calc(100% - 32px); padding: 85px 0; }.approach { width: calc(100% - 16px); padding: 0; }
  .contact .button { width: 100%; }
}
