:root {
  --navy: #0b2d52;
  --navy-dark: #071f3a;
  --blue: #145da0;
  --orange: #1e66b1;
  --orange-dark: #154f8f;
  --ink: #1d2730;
  --muted: #67737e;
  --line: #d9e0e5;
  --light: #f4f6f7;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--blue); }
a:hover { color: var(--orange-dark); }

.skip-link {
  background: var(--orange);
  color: #fff;
  left: 1rem;
  padding: .6rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 2000;
}

.skip-link:focus { top: 1rem; }

.utility-bar {
  background: var(--navy-dark);
  color: #b9c6d0;
  font-size: .76rem;
  letter-spacing: .02em;
  padding: .46rem 0;
}

.utility-bar a { color: #dbe3e9; text-decoration: none; }
.utility-bar a:hover { color: #fff; }
.utility-bar i { color: var(--orange); margin-right: .35rem; }

.navbar { min-height: 72px; }
.navbar-brand { align-items: center; display: inline-flex; line-height: 1; text-decoration: none; }
.site-logo { display: block; height: 42px; object-fit: contain; width: auto; }
.brand-mark {
  align-items: center;
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 700;
  height: 31px;
  justify-content: center;
  margin-right: .5rem;
  width: 31px;
}

.brand-name { color: var(--navy); font-size: 1.55rem; font-weight: 700; letter-spacing: -.04em; }
.brand-dot { color: var(--orange); font-size: .92rem; font-weight: 700; margin-left: .12rem; }
.nav-link { color: #36434e; font-size: .91rem; font-weight: 600; margin: 0 .25rem; }
.nav-link:hover, .nav-link:focus { color: var(--orange-dark); }

.btn {
  border-radius: 2px;
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: .01em;
  padding: .72rem 1.15rem;
}

.btn-lg { font-size: .98rem; padding: .88rem 1.35rem; }
.btn-primary { background: var(--orange); border-color: var(--orange); }
.btn-primary:hover, .btn-primary:focus { background: var(--orange-dark); border-color: var(--orange-dark); }
.btn-outline-light:hover { color: var(--navy); }

.language-switcher {
  align-items: center;
  background: #f0f2f4;
  border: 1px solid #e0e4e7;
  color: #9aa4ac;
  display: flex;
  font-size: .72rem;
  gap: .2rem;
  height: 36px;
  padding: 0 .25rem;
}

.lang-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #84909a;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  opacity: .48;
  padding: .25rem .38rem;
}

.lang-btn.active { color: var(--navy); opacity: 1; }
.lang-btn:hover, .lang-btn:focus { opacity: 1; }
.flag { filter: saturate(.92); }

.hero {
  background: var(--navy);
  color: #fff;
  min-height: 650px;
  overflow: hidden;
  padding: 6.25rem 0 6rem;
  position: relative;
}

.hero::before {
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: .5;
  position: absolute;
}

.hero::after {
  background: var(--orange);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 34%;
}

.eyebrow {
  color: #8fc3f2;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 1.15rem;
}

.eyebrow.dark { color: var(--orange-dark); }

h1, h2, h3 { color: inherit; font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.25rem); line-height: 1.06; max-width: 720px; }
h2 { font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.15; }
h3 { font-size: 1.25rem; line-height: 1.35; }
.hero-lead { color: #cbd7e0; font-size: 1.15rem; line-height: 1.7; margin-top: 1.5rem; max-width: 590px; }
.hero-footnote { color: #aebfcb; font-size: .86rem; }
.hero-footnote i { color: var(--orange); margin-right: .45rem; }

.hero-image-frame {
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 20px 25px 0 rgba(5,19,32,.27);
  margin: 0 0 0 1.5rem;
  position: relative;
}

.hero-image-frame img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hero-image-frame figcaption {
  background: #fff;
  bottom: 1.5rem;
  color: var(--navy);
  left: -1.35rem;
  max-width: 330px;
  padding: 1rem 1.2rem;
  position: absolute;
}

.hero-image-frame figcaption span,
.hero-image-frame figcaption strong { display: block; }
.hero-image-frame figcaption span { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.hero-image-frame figcaption strong { font-size: .91rem; line-height: 1.4; margin-top: .25rem; }

.report-window {
  background: #edf1f4;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 20px 25px 0 rgba(5,19,32,.27);
  color: var(--ink);
  margin-left: 1.5rem;
}

.report-toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #dfe4e8;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.15rem;
}

.report-title { align-items: center; display: flex; gap: .7rem; }
.report-logo { align-items: center; background: var(--navy); color: #fff; display: flex; font-size: .8rem; font-weight: 700; height: 28px; justify-content: center; width: 28px; }
.report-title strong, .report-title small { display: block; }
.report-title strong { color: var(--navy); font-size: .78rem; }
.report-title small { color: #83909a; font-size: .6rem; }
.status-badge { background: #e8f5ed; color: #23804a; font-size: .59rem; font-weight: 700; letter-spacing: .07em; padding: .28rem .52rem; }
.status-badge i { font-size: .4rem; margin-right: .25rem; }
.report-content { padding: 1.1rem; }
.metric-card { background: #fff; border: 1px solid #dee4e8; min-height: 106px; padding: .75rem; }
.metric-card small, .metric-card strong, .metric-card span { display: block; }
.metric-card small { color: #7d8a94; font-size: .58rem; min-height: 30px; }
.metric-card strong { color: var(--navy); font-size: 1.32rem; line-height: 1.25; }
.metric-card span { color: #84909a; font-size: .56rem; }
.metric-card .metric-up { color: #25804d; }
.metric-card .metric-alert { color: #c45e1b; }
.chart-card { background: #fff; border: 1px solid #dee4e8; padding: .85rem 1rem 1.3rem; }
.chart-card strong { color: var(--navy); font-size: .72rem; }
.chart-card small { color: #84909a; font-size: .58rem; }
.chart-area { align-items: end; display: flex; gap: 6%; height: 145px; padding: 10px 2% 0; position: relative; }
.chart-grid { background: repeating-linear-gradient(to bottom, #e8ecef 0, #e8ecef 1px, transparent 1px, transparent 36px); inset: 0 0 18px; position: absolute; }
.bar { background: #9eb2c2; height: var(--height); position: relative; width: 9%; z-index: 1; }
.bar.active { background: var(--orange); }
.bar.forecast { background: repeating-linear-gradient(135deg, #cfd9df, #cfd9df 4px, #ecf0f2 4px, #ecf0f2 8px); border: 1px solid #bcc9d1; }
.bar span { bottom: -22px; color: #8a969f; font-size: .55rem; left: 50%; position: absolute; transform: translateX(-50%); }
.report-alert { align-items: center; background: #fff7ec; border-left: 3px solid var(--orange); display: flex; gap: .7rem; padding: .65rem .8rem; }
.report-alert > i:first-child { color: var(--orange-dark); }
.report-alert strong, .report-alert span { display: block; }
.report-alert strong { color: #76502f; font-size: .62rem; }
.report-alert span { color: #8c705b; font-size: .57rem; }

.sector-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 2.3rem 0 2.5rem; }
.sector-strip p { color: #8a949c; font-size: .72rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 1.4rem; text-align: center; text-transform: uppercase; }
.sector-list > div { align-items: center; border-right: 1px solid var(--line); color: #53616c; display: flex; font-size: .82rem; font-weight: 700; gap: .65rem; justify-content: center; padding: .3rem .65rem; }
.sector-list > div:last-child { border-right: 0; }
.sector-list i { color: var(--orange); font-size: 1.25rem; }

.clients-section { background: #fff; border-bottom: 1px solid var(--line); padding: 5.5rem 0 6rem; }
.clients-heading { max-width: 780px; }
.clients-heading h2 { color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.45rem); }
.clients-heading p { color: var(--muted); margin: 1rem auto 0; max-width: 680px; }
.client-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 3rem; }
.client-logo { align-items: center; background: #fff; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; justify-content: center; min-height: 128px; padding: 1rem; }
.client-logo img { filter: grayscale(100%); height: 88px; max-width: 100%; object-fit: contain; opacity: .78; transition: filter .2s, opacity .2s; width: 110px; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; }

.section-padding { padding: 6.5rem 0; }
.section-intro { color: var(--muted); font-size: 1.02rem; }
.service-card { background: #fff; border: 1px solid var(--line); padding: 2rem; position: relative; transition: border-color .2s, transform .2s; }
.service-card:hover { border-color: #aebbc4; transform: translateY(-3px); }
.service-number { color: #d8dee3; font-size: .72rem; font-weight: 700; position: absolute; right: 1.4rem; top: 1.35rem; }
.service-icon { align-items: center; background: #eaf0f4; color: var(--blue); display: flex; font-size: 1.5rem; height: 52px; justify-content: center; margin-bottom: 1.5rem; width: 52px; }
.service-card h3 { color: var(--navy); margin-bottom: 1rem; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card ul { border-top: 1px solid #e6eaed; list-style: none; margin: 1.4rem 0 0; padding: 1.25rem 0 0; }
.service-card li { color: #45525c; font-size: .84rem; margin-bottom: .55rem; padding-left: 1.25rem; position: relative; }
.service-card li::before { color: var(--orange); content: "\2713"; font-weight: 700; left: 0; position: absolute; }
.services-section { background: #f7f9fa; border-top: 1px solid var(--line); }
.service-card-compact { padding: 1.6rem; }
.service-card-compact .service-icon { margin-bottom: 1.15rem; }
.service-card-compact h3 { font-size: 1.12rem; margin-bottom: .65rem; }
.service-card-compact p { margin-bottom: 0; }

.industries-section { background: var(--navy); color: #fff; }
.industry-photo { background-image: linear-gradient(rgba(7,27,45,.06), rgba(7,27,45,.12)), url('assets/images/datazo-documents.png'); background-position: center; background-size: cover; min-height: 650px; }
.industry-content { padding: 6rem max(6vw, 3rem); }
.industry-content h2 { max-width: 760px; }
.industry-tabs { border-bottom: 1px solid rgba(255,255,255,.2); display: flex; gap: 2.4rem; margin: 2.8rem 0 2rem; }
.industry-tab { background: none; border: 0; border-bottom: 3px solid transparent; color: #aebfcb; font-size: .9rem; font-weight: 700; margin-bottom: -1px; padding: .65rem 0 .8rem; }
.industry-tab.active { border-color: var(--orange); color: #fff; }
.industry-panel h3 { font-size: 1.35rem; }
.industry-panel > p { color: #b9c7d0; max-width: 720px; }
.industry-metric { align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: flex; font-size: .84rem; font-weight: 600; gap: .75rem; min-height: 58px; padding: .8rem 1rem; }
.industry-metric i { color: var(--orange); font-size: 1.12rem; }

.bg-light { background-color: var(--light) !important; }
.section-heading { max-width: 700px; }
.section-heading p { color: var(--muted); margin-top: 1rem; }
.process-row { align-items: flex-start; display: flex; margin-top: 4.5rem; }
.process-step { flex: 1; text-align: center; }
.process-step > span { align-items: center; background: var(--navy); border: 7px solid #dfe6eb; border-radius: 50%; color: #fff; display: inline-flex; font-size: .8rem; font-weight: 700; height: 54px; justify-content: center; margin-bottom: 1.2rem; width: 54px; }
.process-step h3 { color: var(--navy); font-size: 1.08rem; }
.process-step p { color: var(--muted); font-size: .86rem; margin: 0 auto; max-width: 230px; }
.process-connector { border-top: 1px dashed #aeb9c1; flex: .55; margin-top: 26px; }

.experience-section { background: var(--navy-dark); color: #fff; padding: 6.5rem 0; }
.experience-stat { border: 1px solid rgba(255,255,255,.2); border-left: 5px solid var(--orange); padding: 2.3rem; }
.experience-number { color: #fff; display: block; font-size: clamp(4.5rem, 8vw, 7rem); font-weight: 700; letter-spacing: -.08em; line-height: .9; }
.experience-label { color: #b4c2cc; display: block; font-size: .88rem; line-height: 1.55; margin-top: 1.3rem; max-width: 300px; }
.experience-section p { color: #bac7d0; }
.company-points { border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-wrap: wrap; gap: 1.3rem 2rem; margin-top: 1.8rem; padding-top: 1.6rem; }
.company-points > span { color: #d8e0e6; font-size: .85rem; font-weight: 600; }
.company-points i { color: var(--orange); margin-right: .4rem; }

.contact-section { padding: 6.5rem 0; }
.contact-section h2 { color: var(--navy); }
.contact-section > .container > .row > div:first-child > p { color: var(--muted); }
.contact-details { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1.5rem; }
.contact-details > a, .contact-details > div { align-items: flex-start; color: var(--ink); display: flex; gap: 1rem; margin-bottom: 1.15rem; text-decoration: none; }
.contact-details i { color: var(--orange-dark); font-size: 1.15rem; margin-top: .1rem; }
.contact-details small { color: #87929a; display: block; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-actions .btn { min-width: 150px; }
.map-panel { background: var(--light); border-top: 4px solid var(--orange); padding: 1rem; }
.map-panel iframe { border: 0; display: block; height: 330px; width: 100%; }
.map-panel-link { color: var(--blue); display: inline-block; font-size: .82rem; font-weight: 700; margin: 1rem .2rem .1rem; text-decoration: none; }
.map-panel-link:hover { color: var(--navy); text-decoration: underline; }

footer { background: #061522; color: #8fa0ac; font-size: .78rem; padding: 1.65rem 0; }
footer a { color: #cdd8df; text-decoration: none; }
footer .brand-name { color: #fff; }
.footer-brand .brand-mark { height: 28px; width: 28px; }
.footer-brand .brand-name { font-size: 1.4rem; }
.footer-brand { background: #fff; padding: .35rem .55rem; }
.footer-brand .site-logo { height: 32px; }

.whatsapp-float { align-items: center; background: #1fa855; border: 3px solid #fff; border-radius: 50%; bottom: 22px; box-shadow: 0 4px 14px rgba(0,0,0,.25); color: #fff; display: flex; font-size: 1.45rem; height: 54px; justify-content: center; position: fixed; right: 22px; text-decoration: none; width: 54px; z-index: 1050; }
.whatsapp-float:hover { background: #168d47; color: #fff; }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0 1.4rem; }
  .nav-link { padding: .65rem 0; }
  .hero { padding: 5rem 0; }
  .report-window { margin: 1rem 0 0; }
  .hero-image-frame { margin: 1rem 0 0; }
  .sector-list > div { border-right: 0; margin-bottom: 1rem; }
  .industry-photo { min-height: 420px; }
  .industry-content { padding: 5rem 2rem; }
  .client-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 767.98px) {
  .section-padding, .experience-section, .contact-section { padding: 4.5rem 0; }
  .sector-list > div { justify-content: flex-start; padding-left: 18%; }
  .clients-section { padding: 4.5rem 0; }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .process-row { flex-direction: column; gap: 2rem; margin-top: 3rem; }
  .process-step { width: 100%; }
  .process-connector { display: none; }
  .company-points { flex-direction: column; gap: .8rem; }
  .map-panel iframe { height: 280px; }
}

@media (max-width: 575.98px) {
  h1 { font-size: 2.45rem; }
  .hero { padding-top: 4rem; }
  .report-window { box-shadow: 9px 12px 0 rgba(5,19,32,.27); }
  .hero-image-frame { box-shadow: 9px 12px 0 rgba(5,19,32,.27); }
  .hero-image-frame figcaption { bottom: .75rem; left: -.65rem; max-width: 86%; }
  .metric-card { min-height: 98px; padding: .55rem; }
  .metric-card strong { font-size: 1rem; }
  .report-content { padding: .65rem; }
  .industry-content { padding: 4rem 1.25rem; }
  .industry-tabs { gap: 1.4rem; }
  .industry-photo { min-height: 300px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo { min-height: 108px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
