:root {
  --navy: #062b39;
  --navy-2: #0a3a4a;
  --navy-3: #0d485a;
  --blue: #69b8cc;
  --blue-dark: #3d93aa;
  --ink: #102f39;
  --muted: #62747b;
  --line: #dce8eb;
  --soft: #f3f8f9;
  --white: #fff;
  --shadow: 0 24px 60px rgba(4, 37, 49, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.section { padding: 112px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(6,43,57,.08); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 220px; height: 66px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.main-nav a:not(.nav-cta) { transition: color .2s; }
.main-nav a:not(.nav-cta):hover { color: var(--blue-dark); }
.nav-cta { background: var(--navy); color: white; padding: 12px 18px; border-radius: 4px; transition: .2s; }
.nav-cta:hover { background: var(--navy-3); transform: translateY(-1px); }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--navy); font-size: 26px; cursor: pointer; }
.hero { position: relative; overflow: hidden; min-height: 720px; color: white; background: radial-gradient(circle at 82% 18%, rgba(105,184,204,.18), transparent 30%), linear-gradient(120deg, #052733 0%, #073847 58%, #0b4a5b 100%); display: flex; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000 20%, transparent 92%); }
.orb { position: absolute; border-radius: 50%; border: 1px solid rgba(105,184,204,.18); }
.orb-one { width: 500px; height: 500px; right: -180px; top: -210px; box-shadow: 0 0 0 70px rgba(105,184,204,.035), 0 0 0 140px rgba(105,184,204,.025); }
.orb-two { width: 240px; height: 240px; left: 48%; bottom: -170px; box-shadow: 0 0 0 55px rgba(105,184,204,.035); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 62px; padding: 90px 0; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: var(--blue-dark); margin-bottom: 18px; }
.eyebrow, .section-label.light { color: var(--blue); }
h1 { font-size: clamp(48px, 5.6vw, 74px); line-height: 1.02; letter-spacing: -.052em; margin: 0 0 28px; }
h1 span { color: var(--blue); }
h2 { font-size: clamp(35px, 4vw, 53px); line-height: 1.12; letter-spacing: -.04em; margin: 0; }
.hero-copy { max-width: 680px; margin: 0 0 36px; font-size: 19px; color: rgba(255,255,255,.76); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 800; cursor: pointer; transition: .22s ease; }
.button.primary { background: var(--blue); color: var(--navy); }
.button.primary:hover { background: #82c9da; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.button.secondary { border-color: rgba(255,255,255,.32); color: white; background: rgba(255,255,255,.04); }
.button.secondary:hover { background: rgba(255,255,255,.10); transform: translateY(-2px); }
.hero-visual { position: relative; height: 500px; }
.network-card { position: absolute; z-index: 3; background: rgba(255,255,255,.94); color: var(--ink); border: 1px solid rgba(255,255,255,.55); box-shadow: 0 25px 65px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.card-main { left: 40px; top: 75px; width: 310px; padding: 30px; }
.card-main strong { display: block; font-size: 25px; line-height: 1.25; margin: 11px 0 26px; }
.mini-label { color: var(--blue-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.pulse-line { height: 54px; display: flex; align-items: end; gap: 8px; }
.pulse-line i { width: 20%; display: block; background: var(--blue); animation: pulse 2.2s ease-in-out infinite; }
.pulse-line i:nth-child(1) { height: 28%; } .pulse-line i:nth-child(2) { height: 55%; animation-delay: .15s; } .pulse-line i:nth-child(3) { height: 42%; animation-delay: .3s; } .pulse-line i:nth-child(4) { height: 82%; animation-delay: .45s; } .pulse-line i:nth-child(5) { height: 100%; animation-delay: .6s; }
@keyframes pulse { 0%,100%{opacity:.55} 50%{opacity:1} }
.card-float { width: 150px; padding: 18px 20px; }
.card-float span { display: block; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.card-float strong { font-size: 15px; }
.card-risk { right: 8px; top: 105px; } .card-growth { right: 0; bottom: 80px; } .card-cost { left: 60px; bottom: 25px; }
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-lines path { fill: none; stroke: rgba(105,184,204,.55); stroke-width: 2; stroke-dasharray: 7 9; }
.network-lines circle { fill: var(--blue); filter: drop-shadow(0 0 8px rgba(105,184,204,.8)); }
.proof-bar { background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 50px rgba(6,43,57,.035); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 30px 24px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong, .proof-item span { display: block; }
.proof-item strong { font-size: 17px; color: var(--navy); letter-spacing: -.02em; }
.proof-item span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.split-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.split-intro p { margin: 0; color: var(--muted); font-size: 18px; }
.services-section { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p, .section-heading.centered p { color: var(--muted); font-size: 17px; margin: 18px 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 315px; padding: 28px; background: white; border: 1px solid #e2ecee; overflow: hidden; transition: .28s ease; }
.service-card:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--blue); transition: width .28s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(105,184,204,.65); }
.service-card:hover:after { width: 100%; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; background: var(--soft); color: var(--blue-dark); font-size: 21px; font-weight: 800; margin-bottom: 42px; }
.service-card > span { position: absolute; top: 28px; right: 25px; font-size: 10px; letter-spacing: .12em; color: #9aabb0; font-weight: 800; }
.service-card h3 { font-size: 19px; line-height: 1.3; margin: 0 0 12px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }
.industries-section { background: linear-gradient(125deg, var(--navy), #0b4050); color: white; position: relative; overflow: hidden; }
.industries-section:after { content: ""; position: absolute; width: 500px; height: 500px; border: 90px solid rgba(105,184,204,.06); border-radius: 50%; right: -180px; bottom: -280px; }
.industries-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.industries-head p { color: rgba(255,255,255,.66); font-size: 17px; margin: 0; }
.industry-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.industry-card { min-height: 225px; padding: 27px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: .25s; }
.industry-card:hover { background: rgba(105,184,204,.09); }
.industry-card span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.industry-card h3 { font-size: 21px; margin: 32px 0 9px; }
.industry-card p { color: rgba(255,255,255,.61); font-size: 13px; margin: 0; }
.about-section { background: white; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-visual { min-height: 510px; position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, var(--navy), #115469); color: white; }
.about-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(105,184,204,.25); }
.ring-a { width: 390px; height: 390px; box-shadow: 0 0 0 70px rgba(105,184,204,.035); }
.ring-b { width: 210px; height: 210px; border-width: 55px; border-color: rgba(105,184,204,.11); right: -70px; top: -60px; }
.about-iq { position: relative; z-index: 2; font-size: 120px; letter-spacing: -.11em; font-weight: 800; color: var(--blue); }
.about-tag { position: absolute; bottom: 30px; left: 35px; right: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.19); color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .10em; }
.about-copy p { color: var(--muted); font-size: 16px; }
.value-list { margin-top: 30px; border-top: 1px solid var(--line); }
.value-list div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); align-items: center; }
.value-list span { color: var(--blue-dark); font-size: 10px; font-weight: 800; }
.value-list strong { font-size: 14px; }
.approach-section { background: var(--soft); }
.section-heading.centered { margin: 0 auto 62px; text-align: center; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-line:before { content: ""; position: absolute; height: 1px; left: 7%; right: 7%; top: 28px; background: #bfd7dd; }
.process-step { position: relative; z-index: 2; padding: 0 28px; text-align: center; }
.process-step span { width: 56px; height: 56px; border-radius: 50%; display: inline-grid; place-items: center; background: white; border: 1px solid #bfd7dd; color: var(--blue-dark); font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(6,43,57,.06); }
.process-step h3 { margin: 25px 0 10px; font-size: 19px; }
.process-step p { color: var(--muted); font-size: 13px; margin: 0; }
.insights-section { background: white; }
.insights-head { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.insights-head p { color: var(--muted); font-size: 17px; margin: 0; }
.insights-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-card { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.insight-card:hover { background: var(--soft); }
.insight-card > span { color: var(--blue-dark); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.insight-card h3 { font-size: 23px; line-height: 1.3; margin: 18px 0 10px; }
.insight-card p { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.insight-card a { color: var(--navy); font-size: 13px; font-weight: 800; }
.insight-card b { color: var(--blue-dark); font-size: 18px; margin-left: 6px; }
.contact-section { padding: 105px 0; background: linear-gradient(120deg, #062b39, #0b4657); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-copy { color: white; padding-top: 18px; }
.contact-copy p { color: rgba(255,255,255,.67); font-size: 17px; }
.email-link { display: inline-block; margin-top: 12px; color: var(--blue); font-size: 20px; font-weight: 800; }
.contact-form { background: white; padding: 38px; display: grid; gap: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.17); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: var(--ink); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #ccdce0; padding: 12px 13px; color: var(--ink); background: white; border-radius: 2px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(105,184,204,.28); border-color: var(--blue-dark); }
.contact-form .button { justify-self: start; }
.form-note { margin: -5px 0 0; font-size: 11px; color: var(--muted); }
.site-footer { padding: 60px 0 24px; background: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 75px; padding-bottom: 45px; }
.footer-brand img { width: 220px; }
.footer-brand p { color: var(--muted); font-size: 13px; margin-top: 15px; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: 13px; }
.footer-links strong { font-size: 12px; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 7px; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--blue-dark); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #819096; font-size: 11px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .pulse-line i { animation: none; } }
@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-content { max-width: 820px; }
  .service-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-left: 1px solid var(--line); }
  .about-layout, .contact-shell { gap: 55px; }
}
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: white; padding: 22px; flex-direction: column; align-items: stretch; box-shadow: 0 20px 35px rgba(0,0,0,.10); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 7px 0; }
  .nav-cta { text-align: center; padding: 13px 18px !important; }
  .split-intro, .industries-head, .about-layout, .insights-head, .contact-shell { grid-template-columns: 1fr; gap: 45px; }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .process-line:before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 74px; }
  .brand img { width: 185px; height: 58px; }
  .main-nav { top: 74px; }
  .hero { min-height: auto; }
  .hero-layout { padding: 76px 0; }
  h1 { font-size: 45px; }
  .hero-copy { font-size: 17px; }
  .proof-grid, .service-grid, .industry-grid, .insights-grid, .process-line, .field-row { grid-template-columns: 1fr; }
  .proof-item { border-left: 1px solid var(--line); }
  .service-card { min-height: auto; }
  .about-visual { min-height: 370px; }
  .about-iq { font-size: 95px; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
