:root {
  --navy: #03163a;
  --navy-2: #071f4d;
  --blue: #0758cb;
  --red: #e00012;
  --ink: #071638;
  --soft: #f6f8fb;
  --line: #d9dfeb;
}

* { box-sizing: border-box; }
html { background: #e9edf4; color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #e9edf4; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; margin: 10px; padding: 10px 14px; clip: auto; background: #fff; color: var(--navy); z-index: 9999; }
button, input, textarea { font: inherit; }

.page-shell { width: min(100%, 1731px); margin: 0 auto; background: #fff; box-shadow: 0 0 38px rgba(3,22,58,.1); }
.site-header { min-height: 190px; display: flex; align-items: center; justify-content: space-between; padding: 34px clamp(30px, 5vw, 86px); background: #fff; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: clamp(220px, 22vw, 320px); height: auto; object-fit: contain; object-position: left center; }
.contact-summary { display: grid; gap: 19px; font-size: 19px; font-weight: 700; }
.contact-summary a { display: flex; align-items: center; gap: 18px; }
.contact-summary span { color: var(--navy); font-size: 24px; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 38px; padding: 12px 30px; color: white; background: var(--navy); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .07em; }
.site-nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 38px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: 8px 4px; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { border-bottom-color: var(--red); outline: none; }

.service-hero { min-height: 600px; position: relative; display: flex; align-items: stretch; overflow: hidden; background-image: var(--hero-image); background-size: cover; background-position: center; }
.service-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,58,1) 0%, rgba(3,22,58,.99) 40%, rgba(3,22,58,.84) 48%, rgba(3,22,58,0) 70%); }
.hero-copy { position: relative; z-index: 1; width: 51%; padding: clamp(64px, 7vw, 120px) clamp(36px, 5.5vw, 95px); color: white; }
.hero-copy h1 { margin: 0 0 34px; font-size: clamp(48px, 5vw, 78px); line-height: 1.02; text-transform: uppercase; letter-spacing: -.025em; }
.hero-lead { margin: 0 0 38px; font-size: clamp(24px, 2.15vw, 36px); line-height: 1.45; font-weight: 700; }
.hero-intro { max-width: 620px; margin: 0; font-size: clamp(18px, 1.45vw, 25px); line-height: 1.65; }
.hero-intro p, .home-intro p { margin: 0; }

.features { padding: 56px clamp(28px, 4vw, 70px) 62px; background: #fff; }
.features h2 { margin: 0 0 54px; text-align: center; text-transform: uppercase; font-size: 26px; letter-spacing: .025em; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.features-5 .feature-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.feature { min-height: 330px; padding: 5px clamp(20px, 2.3vw, 44px); text-align: center; border-left: 1px solid var(--line); }
.feature:first-child { border-left: 0; }
.feature-icon { height: 94px; color: var(--navy); font-size: 70px; line-height: 1; font-family: Georgia, "Times New Roman", serif; }
.feature h3 { min-height: 52px; margin: 18px 0 14px; font-size: 22px; line-height: 1.2; }
.feature p { margin: 0 auto; max-width: 255px; font-size: 17px; line-height: 1.65; }

.statement-strip { min-height: 145px; display: flex; align-items: center; justify-content: center; gap: 38px; padding: 30px 60px; color: white; background: linear-gradient(90deg, var(--navy), #06285f, var(--navy)); }
.statement-icon { font-size: 64px; font-family: Georgia, serif; }
.statement-strip div { display: grid; gap: 13px; }
.statement-strip strong { font-size: 24px; }
.statement-strip span:not(.statement-icon) { font-size: 18px; opacity: .9; }

.home-hero { min-height: 1080px; position: relative; display: grid; grid-template-columns: 35% 65%; padding: 92px clamp(36px, 5vw, 86px); color: white; overflow: hidden; background: radial-gradient(circle at 73% 35%, rgba(12,93,241,.65), transparent 18%), radial-gradient(circle at 58% 46%, rgba(0,115,255,.3), transparent 29%), linear-gradient(135deg, #031331, #001034 58%, #032760); }
.home-hero::before, .home-hero::after { content: ""; position: absolute; width: 1100px; height: 380px; border: 2px solid rgba(35,137,255,.55); border-radius: 50%; transform: rotate(8deg); left: 130px; bottom: -150px; }
.home-hero::after { left: 490px; bottom: -70px; border-color: rgba(255,255,255,.16); transform: rotate(-8deg); }
.home-copy { position: relative; z-index: 2; padding-top: 35px; }
.home-copy h1 { margin: 0 0 34px; font-size: clamp(54px, 5vw, 84px); line-height: 1.04; letter-spacing: -.035em; }
.home-lead { margin: 0 0 34px !important; color: #ff081c; font-size: clamp(27px, 2.3vw, 40px) !important; line-height: 1.4 !important; font-weight: 700; }
.home-copy > p:last-child, .home-intro { max-width: 540px; margin: 0; font-size: 22px; line-height: 1.65; }
.fusion { position: relative; z-index: 2; min-height: 820px; display: flex; align-items: center; justify-content: center; }
.fusion-circle, .fusion-core { width: 330px; height: 330px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.fusion-circle { border: 3px solid white; background: rgba(2,22,62,.58); box-shadow: 0 0 55px rgba(0,84,255,.35); }
.digital-circle { margin-left: -25px; background: rgba(5,79,204,.65); }
.consulting-circle { margin-right: -25px; }
.fusion-core { position: relative; z-index: 3; width: 350px; height: 350px; background: white; color: var(--navy); box-shadow: 0 0 65px #fff, 0 0 100px #1678ff; }
.fusion-icon { font-size: 62px; line-height: 1; }
.fusion-circle strong { margin-top: 10px; font-size: 28px; text-transform: uppercase; }
.fusion-circle i { width: 72px; height: 4px; margin: 18px 0; background: var(--red); }
.fusion-circle small { font-size: 18px; line-height: 1.55; }
.fusion-logo { width: 245px; height: auto; object-fit: contain; }
.fusion-core small { margin-top: 20px; font-size: 19px; line-height: 1.45; font-weight: 700; }
.powerful { position: absolute; left: 50%; bottom: 13px; transform: translateX(-50%); display: grid; justify-items: center; gap: 14px; white-space: nowrap; }
.powerful span { font-size: 72px; line-height: .8; }
.powerful strong { font-size: 38px; text-transform: uppercase; }
.gateway-section { padding: 90px clamp(36px, 5vw, 86px); }
.gateway-section > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.kicker { color: var(--red); font-size: 18px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gateway-section h2 { max-width: 800px; margin: 0; font-size: clamp(36px, 4vw, 62px); line-height: 1.1; }
.gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gateway-grid a { display: grid; min-height: 270px; padding: 36px; color: white; background: var(--navy); border-top: 5px solid var(--red); transition: transform .2s ease, background .2s ease; }
.gateway-grid a:hover { transform: translateY(-5px); background: #08265a; }
.gateway-grid span { color: #8fb4ff; font-size: 18px; }
.gateway-grid strong { align-self: end; font-size: 30px; }
.gateway-grid small { margin-top: 12px; font-size: 18px; line-height: 1.4; }

.contact-hero { min-height: 600px; position: relative; background: linear-gradient(90deg, rgba(3,22,58,1) 0%, rgba(3,22,58,.94) 37%, rgba(3,22,58,.12) 68%), url('../images/contact-hero.png') center/cover no-repeat; }
.contact-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 78px clamp(36px, 7vw, 120px); }
.contact-content h2 { margin: 0 0 38px; text-transform: uppercase; font-size: 25px; }
.contact-details { display: grid; align-content: start; gap: 30px; padding-right: 60px; border-right: 1px solid var(--line); }
.contact-details > a, .contact-details > div { display: flex; gap: 26px; align-items: flex-start; font-size: 22px; }
.contact-details span { width: 28px; color: var(--navy); font-size: 28px; }
.contact-details p { margin: 0; font-size: 18px; line-height: 1.55; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.contact-form h2 { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 8px; color: #273654; font-size: 14px; font-weight: 700; }
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: 16px; border: 1px solid #cbd3e1; border-radius: 2px; background: #fff; }
.contact-form button { grid-column: 1 / -1; min-height: 56px; border: 0; color: white; background: var(--red); text-transform: uppercase; font-weight: 800; cursor: pointer; }
.contact-form button:hover { background: #b9000f; }

.page-footer { display: grid; grid-template-columns: 1fr 1.2fr .7fr; align-items: center; gap: 45px; padding: 54px clamp(36px, 5vw, 86px); color: white; background: #020e27; }
.page-footer .brand { color: white; }
.page-footer .brand { width: fit-content; padding: 12px 16px; background: #fff; }
.footer-logo { width: 270px; height: auto; }
.form-message { grid-column: 1 / -1; margin: 0; padding: 14px 16px; font-weight: 700; }
.form-message.success { color: #14532d; background: #dcfce7; }
.form-message.error { color: #7f1d1d; background: #fee2e2; }
.standard-page { min-height: 560px; padding: 80px clamp(30px, 7vw, 120px); }
.standard-page h1 { margin-top: 0; font-size: clamp(42px, 5vw, 72px); }
.entry-content { max-width: 900px; font-size: 20px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; font-size: 15px; }
.footer-contact { display: grid; gap: 14px; justify-items: end; font-weight: 700; }

@media (max-width: 1050px) {
  .site-header { min-height: 145px; }
  .brand-logo { width: 260px; }
  .contact-summary { font-size: 15px; }
  .service-hero { min-height: 540px; }
  .hero-copy { width: 58%; }
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .fusion { min-height: 760px; }
  .feature h3 { font-size: 18px; }
  .feature p { font-size: 15px; }
}

@media (max-width: 760px) {
  .page-shell { width: 100%; }
  .site-header { min-height: 120px; padding: 20px; }
  .brand-logo { width: 180px; }
  .contact-summary { gap: 8px; font-size: 12px; }
  .contact-summary span { font-size: 16px; }
  .site-nav { gap: 3px 15px; font-size: 11px; }
  .service-hero, .contact-hero { min-height: 620px; background-position: 64% center; }
  .service-hero::before { background: linear-gradient(90deg, rgba(3,22,58,.99), rgba(3,22,58,.88) 65%, rgba(3,22,58,.28)); }
  .hero-copy { width: 100%; padding: 70px 26px; }
  .hero-copy h1 { font-size: 42px; }
  .features { padding-inline: 24px; }
  .feature-grid, .features-5 .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; padding: 32px 10px; border-left: 0; border-top: 1px solid var(--line); }
  .feature:first-child { border-top: 0; }
  .statement-strip { align-items: flex-start; padding: 34px 26px; }
  .statement-icon { font-size: 42px; }
  .home-hero { padding: 55px 24px; }
  .home-copy h1 { font-size: 52px; }
  .fusion { min-height: 940px; display: grid; justify-items: center; align-content: center; gap: 0; }
  .fusion-circle { width: 260px; height: 260px; margin: 0; }
  .fusion-core { width: 280px; height: 280px; margin: -20px 0; }
  .powerful { position: static; transform: none; margin-top: 50px; }
  .powerful strong { font-size: 27px; }
  .gateway-section > div:first-child { display: block; }
  .gateway-grid { grid-template-columns: 1fr; }
  .contact-content { grid-template-columns: 1fr; gap: 60px; padding: 55px 24px; }
  .contact-details { padding-right: 0; border-right: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form h2, .contact-form label:nth-of-type(4), .contact-form button { grid-column: 1; }
  .page-footer { grid-template-columns: 1fr; }
  .footer-contact { justify-items: start; }
}
