:root {
  --ink: #17182d;
  --muted: #72727d;
  --line: #e4e7eb;
  --surface: #f5f7f9;
  --blue: #0087cf;
  --blue-dark: #052c4a;
  --orange: #f47920;
  --yellow: #f9cb42;
  --green: #00a27a;
  --container: 1440px;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 6vw, 116px) 0; }
.section-muted { background: var(--surface); }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 12px; font-size: clamp(30px, 2.45vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.section-lead { margin-bottom: 0; font-size: clamp(16px, 1.15vw, 20px); color: #34343c; }
.centered-heading { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; margin-bottom: 16px; padding: 5px 13px; border-radius: 999px; background: #e7f5fc; color: #0079bf; font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { background: rgba(255,255,255,.16); color: #fff; backdrop-filter: blur(4px); }
.eyebrow-white { background: #fff; color: #0079bf; }
.eyebrow-orange { background: #fff0e7; color: var(--orange); }
.eyebrow-dark { background: rgba(255,255,255,.15); color: #fff; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 12px 26px; border: 0; border-radius: 8px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 16px rgba(244,121,32,.3); }
.button-white { background: #fff; color: #007dc5; }
.button-blue { background: #0789cc; color: #fff; }
.button-outline { border: 2px solid #0789cc; color: #007dc5; background: transparent; }
.button-outline-light { border: 2px solid rgba(255,255,255,.45); color: #fff; background: transparent; }
.text-link { color: #007dc5; font-weight: 600; }
.text-link span { margin-left: 7px; }
.text-link-light { color: #fff; }

.utility-bar { height: 39px; background: #f4f5f6; color: #77777d; font-size: 13px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-group { display: flex; gap: 30px; }
.utility-group a { transition: color .2s ease; }
.utility-group a:hover { color: var(--blue); }
.main-nav { height: 137px; background: #fff; position: relative; z-index: 20; }
.nav-inner { height: 100%; display: flex; align-items: center; }
.brand { width: 165px; margin-right: auto; }
.brand img { width: 165px; height: 74px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-right: auto; }
.desktop-nav a { padding: 10px 15px; font-weight: 600; }
.desktop-nav a:hover { color: var(--blue); }
.quote-button { min-width: 119px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-menu { display: none; }

.hero { position: relative; height: clamp(720px, 53.75vw, 1032px); overflow: hidden; isolation: isolate; background: linear-gradient(105deg,#007dc5 0%,#005a8e 48%,#072f4d 100%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 10px; z-index: 5; border: 1px dashed rgba(255,255,255,.25); border-radius: 10px; pointer-events: none; }
.hero-person { position: absolute; z-index: -1; right: 1.3%; bottom: 0; width: 58.8%; height: 100%; object-fit: contain; object-position: right bottom; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(0,125,197,.96) 0%,rgba(0,90,142,.62) 47%,rgba(0,37,64,.05) 100%),linear-gradient(0deg,rgba(10,22,40,.65),transparent 42%); }
.hero-content { height: 100%; display: flex; align-items: center; }
.hero-copy { width: min(47%,640px); margin-left: 24px; }
.hero h1 { margin: 0 0 22px; font-size: clamp(48px, 3.23vw, 62px); line-height: 1.04; letter-spacing: -.03em; font-weight: 800; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 520px; margin-bottom: 24px; color: rgba(255,255,255,.86); font-size: clamp(16px, .97vw, 18.5px); line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 12px; }
.carousel-arrow { position: absolute; top: 49%; z-index: 6; width: 40px; height: 40px; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; background: transparent; color: #fff; font-size: 23px; line-height: 1; cursor: pointer; }
.carousel-arrow.left { left: 5%; }
.carousel-arrow.right { right: 5%; }
.carousel-dots { position: absolute; z-index: 6; left: 50%; bottom: 4%; display: flex; gap: 7px; transform: translateX(-50%); }
.carousel-dots i { width: 9px; height: 9px; border-radius: 50%; background: #fff; }

.quick-access { padding-top: clamp(80px, 5.7vw, 110px); padding-bottom: clamp(90px, 6vw, 116px); }
.quick-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; margin-top: 48px; }
.quick-card { position: relative; min-height: 188px; padding: 27px 23px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; text-align: left; }
.quick-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(5,44,74,.1); }
.quick-card h3 { margin: 14px 0 2px; font-size: 16px; }
.quick-card p { margin: 0; color: #77777f; font-size: 14px; line-height: 1.5; }
.quick-card b { position: absolute; right: 20px; bottom: 16px; color: #0091d8; }
.icon-box { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 11px; font-size: 25px; font-weight: 500; }
.icon-box.blue { color: #008bd5; background: #ebf6fb; }
.icon-box.indigo { color: #4a68f5; background: #eef0ff; }
.icon-box.green { color: #00a27a; background: #e8f7f3; }
.icon-box.teal { color: #008b91; background: #e7f6f6; }
.icon-box.orange { color: var(--orange); background: #fff0e7; }

.portfolio { padding-top: 76px; padding-bottom: 100px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; text-align: left; }
.portfolio-card { overflow: hidden; border: 1px solid #dde1e5; border-radius: 13px; background: #fff; }
.portfolio-image { position: relative; height: 390px; overflow: hidden; color: #fff; }
.portfolio-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.62)); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.portfolio-card:hover img { transform: scale(1.035); }
.portfolio-image > span { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 12px; border-radius: 999px; background: #fff; color: #007dc5; font-size: 12px; font-weight: 700; }
.portfolio-image h3 { position: absolute; z-index: 2; left: 18px; bottom: 14px; margin: 0; font-size: 27px; }
.portfolio-body { min-height: 130px; padding: 20px 22px; }
.portfolio-body p { min-height: 50px; margin-bottom: 10px; color: #77777f; font-size: 14px; }
.portfolio-actions { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 44px; }

.circular { display: grid; grid-template-columns: 47.2% 52.8%; min-height: 650px; background: #f46e0c; color: #fff; }
.circular-copy { display: flex; justify-content: flex-end; align-items: center; }
.circular-inner { width: min(calc(100% - 60px),650px); padding-right: 48px; }
.circular h2 { max-width: 520px; color: #fff; }
.circular-copy p { max-width: 670px; color: rgba(255,255,255,.85); font-size: 17px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin: 28px 0 40px; }
.metric-grid div { min-height: 153px; padding: 22px; border-radius: 11px; background: #078bd0; }
.metric-grid strong { display: block; margin-bottom: 8px; font-size: 31px; line-height: 1.1; }
.metric-grid span { display: block; font-size: 14px; line-height: 1.35; }
.circular-actions { display: flex; align-items: center; gap: 20px; }
.circular-image { position: relative; overflow: hidden; }
.circular-image > img { width: 100%; height: 100%; object-fit: cover; }
.trace-card { position: absolute; right: 15%; bottom: 8%; display: flex; align-items: center; gap: 12px; width: 250px; padding: 18px; border-radius: 12px; background: #fff; color: var(--ink); }
.trace-card small { display: block; margin-top: 3px; color: #83838a; line-height: 1.35; }

.quality { padding-block: 110px; }
.quality-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.quality-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.quality-grid article { min-height: 150px; padding: 26px 24px; border: 1px solid var(--line); border-radius: 11px; }
.quality-grid .icon-box { width: 40px; height: 40px; font-size: 20px; }
.quality-grid h3 { margin: 10px 0 3px; font-size: 15px; }
.quality-grid p, .quality-copy p { margin-bottom: 0; color: #7a7a82; font-size: 14px; }
.quality-copy h2 { max-width: 570px; }
.quality-copy p { max-width: 560px; margin: 22px 0 28px; font-size: 17px; }

.presence { padding-block: 100px; }
.presence-layout { display: grid; grid-template-columns: 3fr 2fr; gap: 28px; margin-top: 60px; text-align: left; }
.map-card { padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.03); }
.map-tabs { display: flex; gap: 10px; margin-bottom: 12px; }
.map-tabs button { display: flex; align-items: center; gap: 7px; padding: 7px 14px; border: 1px solid #d9dee3; border-radius: 999px; background: #fff; color: #55565d; font-size: 12px; cursor: pointer; }
.map-tabs button.active { border-color: #b4d9ee; box-shadow: 0 2px 6px rgba(0,125,197,.12); }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.blue-dot { background: #0087cf; }.green-dot { background: #00a27a; }.orange-dot { background: #f47920; }
.map-card > img { width: 100%; aspect-ratio: 2.1; border-radius: 9px; object-fit: cover; }
.presence-stats { display: grid; gap: 16px; }
.presence-stats article { display: flex; align-items: center; min-height: 107px; gap: 20px; padding: 20px 23px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.presence-stats .icon-box { width: 44px; height: 44px; font-size: 20px; }
.presence-stats strong { display: block; font-size: 26px; line-height: 1.2; }
.presence-stats p { margin: 2px 0 0; color: #808087; font-size: 13px; }
.presence .button-blue { margin-top: 34px; }

.blog { padding-block: 100px 110px; }
.blog-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
.blog-heading h2 { margin-bottom: 8px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.blog-image { position: relative; height: 260px; overflow: hidden; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover img { transform: scale(1.035); }
.blog-image span { position: absolute; top: 14px; left: 14px; padding: 5px 11px; border-radius: 999px; background: #fff; color: #007dc5; font-size: 11px; font-weight: 700; }
.blog-body { padding: 20px 22px 18px; }
.blog-body h3 { min-height: 48px; margin-bottom: 18px; font-size: 17px; line-height: 1.35; }
.blog-body div { display: flex; justify-content: space-between; color: #85858b; font-size: 13px; }
.blog-body a { color: #007dc5; }

.partners { padding-block: 95px; }
.partner-list { display: grid; grid-template-columns: repeat(8,1fr); gap: 14px; margin: 50px 0 0; padding: 0; list-style: none; }
.partner-list li { display: flex; min-height: 64px; align-items: center; justify-content: center; padding: 10px; border: 1px solid #e0e3e6; border-radius: 7px; background: #fff; color: #c3c5c8; font-weight: 800; }

.final-cta { position: relative; overflow: hidden; padding: 96px 0; background: linear-gradient(110deg,#171627,#152a47); color: #fff; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(85px); opacity: .22; }
.final-cta::before { right: -70px; top: -200px; background: #1073b3; }.final-cta::after { left: -120px; bottom: -250px; background: #f47920; }
.final-cta-inner { position: relative; z-index: 1; text-align: center; }
.final-cta h2 { margin-bottom: 20px; color: #fff; font-size: clamp(38px, 3vw, 58px); }
.final-cta p { max-width: 650px; margin: 0 auto 28px; color: rgba(255,255,255,.58); font-size: 17px; }
.final-cta-inner > div { display: flex; justify-content: center; gap: 14px; }

.footer { background: #07182c; color: #8f98a7; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 80px; padding-block: 74px 68px; }
.footer-brand img { width: 140px; height: 63px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.footer address { margin: 18px 0; font-size: 13px; font-style: normal; line-height: 1.65; }
.socials { display: flex; gap: 10px; }
.socials a { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid #2c3b4c; border-radius: 7px; color: #c1c7d0; font-size: 12px; }
.footer h3 { margin-bottom: 22px; color: #fff; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 13px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #263548; }
.footer-bottom .container { min-height: 74px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.footer-bottom div div { display: flex; gap: 24px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 0; }.desktop-nav a { padding-inline: 8px; font-size: 14px; }
  .quick-grid { grid-template-columns: repeat(3,1fr); }
  .quick-card:last-child { grid-column: span 1; }
  .hero-copy { width: 55%; }.carousel-arrow { display: none; }
  .portfolio-image { height: 300px; }
  .metric-grid { grid-template-columns: 1fr; }.metric-grid div { min-height: auto; }
  .quality-layout { grid-template-columns: 1fr; }.quality-copy { order: -1; }
  .partner-list { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .utility-bar, .desktop-nav, .quote-button { display: none; }
  .main-nav { height: 82px; }
  .brand, .brand img { width: 132px; height: 59px; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { position: fixed; z-index: 100; top: 0; right: 0; display: flex; width: min(360px,100%); height: 100dvh; flex-direction: column; padding: 22px; background: #fff; box-shadow: -15px 0 40px rgba(0,0,0,.18); transform: translateX(105%); transition: transform .3s ease; }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu-head { display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu-head img { width: 145px; height: 60px; object-fit: contain; }
  .menu-close { width: 44px; height: 44px; border: 0; background: transparent; font-size: 34px; }
  .mobile-menu nav { margin-top: 16px; }
  .mobile-menu nav a { display: block; padding: 14px 8px; border-bottom: 1px solid #eceef0; font-size: 18px; font-weight: 600; }
  .mobile-secondary { display: grid; gap: 11px; margin: 24px 0; font-size: 14px; color: #666; }
  .mobile-menu .button { margin-top: auto; }
  .hero { height: auto; min-height: 780px; }
  .hero-person { right: -28%; bottom: 0; width: 100%; height: 66%; opacity: .76; }
  .hero-shade { background: linear-gradient(180deg,#007dc5 0%,rgba(0,90,142,.88) 55%,rgba(7,47,77,.65) 100%); }
  .hero-content { align-items: flex-start; padding-top: 92px; }
  .hero-copy { width: 100%; margin-left: 0; }
  .hero h1 { font-size: clamp(39px,10vw,54px); }
  .hero-copy > p { max-width: 560px; }
  .quick-grid, .portfolio-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .quick-card:last-child, .portfolio-card:last-child, .blog-card:last-child { grid-column: 1 / -1; }
  .portfolio-card:last-child { width: calc(50% - 12px); justify-self: center; }
  .circular { grid-template-columns: 1fr; }
  .circular-copy { justify-content: center; padding: 70px 20px; }
  .circular-inner { width: min(100%,650px); padding-right: 0; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .circular-image { min-height: 520px; }
  .presence-layout { grid-template-columns: 1fr; }
  .presence-stats { grid-template-columns: 1fr 1fr; }
  .blog-heading { align-items: flex-start; gap: 24px; flex-direction: column; }
  .partner-list { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding-block: 68px; }
  h2 { font-size: 30px; }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 62px; }
  .hero-person { right: -48%; width: 140%; height: 61%; }
  .hero-actions, .circular-actions, .final-cta-inner > div, .portfolio-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .quick-grid, .portfolio-grid, .blog-grid, .quality-grid, .presence-stats { grid-template-columns: 1fr; }
  .quick-card:last-child, .portfolio-card:last-child, .blog-card:last-child { grid-column: auto; }
  .portfolio-card:last-child { width: 100%; }
  .portfolio-image { height: 330px; }
  .metric-grid { grid-template-columns: 1fr; }.metric-grid div { min-height: 120px; }
  .circular-image { min-height: 400px; }
  .trace-card { right: 20px; bottom: 20px; width: calc(100% - 40px); }
  .map-tabs { align-items: stretch; flex-direction: column; }
  .map-tabs button { justify-content: center; }
  .partner-list { grid-template-columns: 1fr 1fr; }
  .final-cta { padding-block: 72px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom .container { align-items: flex-start; gap: 18px; flex-direction: column; padding-block: 22px; }
  .footer-bottom div div { flex-wrap: wrap; gap: 12px 20px; }
}
