:root {
  --navy:   #163651;
  --navy2:  #0f2536;
  --blue:   #00A5DF;
  --blue2:  #0090c4;
  --text:   #5a6a78;
  --dark:   #1c2b3a;
  --white:  #ffffff;
  --light:  #f4f7fa;
  --border: #dde6ef;
  --footer-link: #a8c4de;
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'PT Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; max-width: 100vw; }
body { font-family: 'PT Sans', sans-serif; color: var(--text); background: var(--white); line-height: 1.8; overflow-x: hidden; max-width: 100vw; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; color: var(--dark); font-weight: 700; line-height: 1.25; margin-bottom: 0.5em; }
h1 { font-size: 2.7rem; } h2 { font-size: 2.1rem; } h3 { font-size: 1.35rem; } h4 { font-size: 1.05rem; } h5 { font-size: 0.95rem; }
p  { font-size: 1.02rem; color: var(--text); line-height: 1.85; margin-bottom: 1em; }
a  { text-decoration: none; color: var(--navy); transition: color .2s; }
a:hover { color: var(--blue); }
img { max-width: 100%; display: block; }
ul  { list-style: none; }

/* FULL WIDTH — sections span 100%, container constrains inner content */
.container { width: 95%; max-width: 1400px; margin: 0 auto; }
@media (max-width: 768px) {
  }

/* ── Nav Logo ── */
.nav-logo { display: flex; align-items: center; margin-right: 24px; flex-shrink: 0; }
.nav-logo img { height: 38px; object-fit: contain; display: block; }

section, .section-block { padding: 86px 0; }
section, header, footer, div.software-strip, div.callback-section,
div.cta-banner, div.page-cta { max-width: 100vw; overflow-x: hidden; }
nav.site-nav { overflow: visible; }
.bg-white { background: var(--white); }

/* ── Hero — full image, no overlay ── */
.hero { display: block; padding: 0 !important; margin: 0; line-height: 0; }
.hero-img { width: 100%; height: auto; max-height: 75vh; object-fit: cover; object-position: center center; display: block; }

/* ── Hero CTA Strip ── */
.hero-cta-strip { background: var(--navy); padding: 36px 0; }
.hero-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.hero-cta-text h2 { color: var(--white); font-size: 1.6rem; margin-bottom: 8px; line-height: 1.3; font-family: 'Montserrat', sans-serif; }
.hero-cta-text h2 span { color: var(--blue); }
.hero-cta-text p { color: rgba(255,255,255,.75); font-size: 0.97rem; margin: 0; }
.hero-cta-btn { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

.bg-light  { background: var(--light); }
.bg-navy   { background: var(--navy); }

/* Section Headers */
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-label { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.sec-title { font-size: 1.95rem; color: var(--navy); font-weight: 700; margin-bottom: 12px; }
.sec-sub   { font-size: 1.02rem; color: var(--text); max-width: 640px; width: 100%; margin: 0 auto; line-height: 1.85; }
.sec-divider { width: 50px; height: 4px; background: var(--blue); border-radius: 3px; margin: 14px auto 0; }

/* Buttons */
.btn { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; padding: 13px 32px; border-radius: 5px; border: 2px solid transparent; cursor: pointer; transition: all .25s; line-height: 1.4; }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.btn-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-blue:hover { background: var(--blue2); border-color: var(--blue2); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-white:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-sm { padding: 9px 20px; font-size: 0.76rem; }
.btn-lg { padding: 14px 40px; font-size: 0.88rem; }
.btn-link { display: inline-flex; align-items: center; gap: 7px; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--blue); transition: color .2s, gap .18s; }
.btn-link:hover { color: var(--navy); gap: 11px; }
.btn-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* Animations */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s} .d4{transition-delay:.32s}

/* Universal Card */
.ucard { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: 0 0 10px 10px; padding: 30px 26px; transition: transform .28s ease, box-shadow .28s ease; display: flex; flex-direction: column; }
.ucard:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,165,223,.15); }
.ucard-icon { width: 62px; height: 62px; background: var(--blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--white); margin-bottom: 18px; transition: background .25s; flex-shrink: 0; }
.ucard:hover .ucard-icon { background: var(--navy); }
.ucard-kicker { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 7px; display: block; }
.ucard h3 { font-size: 1.08rem; color: var(--navy); margin-bottom: 8px; line-height: 1.35; }
.ucard h4 { font-size: 0.96rem; color: var(--navy); margin-bottom: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .3px; }
.ucard p  { font-size: 0.95rem; color: var(--text); line-height: 1.8; margin-bottom: 0; }
.ucard-foot { padding-top: 16px; border-top: 1px solid var(--border); margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }

/* ══════════════════════════════════════
   HEADER — logo + email + 2 phones
   ══════════════════════════════════════ */
.site-header { background: var(--white); border-bottom: 1px solid var(--border); }
@media (min-width: 901px) {
  .nav-logo { display: none; }
}
@media (max-width: 900px) {
  .site-header { display: none; }
  .nav-logo { display: flex; }
}
.header-inner { display: flex; align-items: center; height: 84px; gap: 0; }
.header-logo { display: flex; align-items: center; flex-shrink: 0; margin-right: 40px; }
.header-logo img { height: 68px; object-fit: contain; }

.header-contacts { display: flex; align-items: center; margin-left: auto; gap: 0; flex-shrink: 0; }
.hc-block { display: flex; align-items: center; gap: 12px; padding: 0 28px; height: 84px; border-left: 1px solid var(--border); }
.hc-block:last-of-type { border-right: 1px solid var(--border); }
.hc-icon { font-size: 20px; color: var(--blue); flex-shrink: 0; }
.hc-label { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; color: var(--text); display: block; margin-bottom: 2px; letter-spacing: .5px; text-transform: uppercase; }
.hc-block span { font-size: 0.87rem; color: var(--text); display: block; line-height: 1.45; }
.hc-block a { font-size: 0.87rem; color: var(--navy); font-weight: 600; display: block; line-height: 1.45; }
.hc-block a:hover { color: var(--blue); }
.hc-phones { display: flex; flex-direction: column; gap: 1px; }

.header-social { display: flex; align-items: center; gap: 9px; flex-shrink: 0; margin-left: 24px; }
.header-social a { width: 34px; height: 34px; border-radius: 6px; border: 1px solid var(--border); background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 14px; transition: all .2s; }
.header-social a:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }

/* Nav */
nav.site-nav { background: var(--navy); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 14px rgba(0,0,0,.12); }
nav.site-nav .container { position: relative; }
.nav-inner { display: flex; align-items: center; height: 54px; justify-content: center; position: relative; }
.nav-menu { display: flex; align-items: stretch; height: 54px; }
.nav-menu > li { position: relative; display: flex; align-items: stretch; }
.nav-menu > li > a { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--white); padding: 0 19px; display: flex; align-items: center; transition: color .2s, background .2s; }
.nav-menu > li > a:hover, .nav-menu > li.active > a { color: var(--blue); background: rgba(255,255,255,.06); }
.nav-menu > li.nav-cta > a { background: var(--blue); color: var(--white) !important; margin: 7px 0 7px 14px; border-radius: 5px; padding: 0 18px; height: 36px; align-self: center; }
.nav-menu > li.nav-cta > a:hover { background: var(--blue2) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; border: none; background: transparent; z-index: 1001; }
.hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }

/* Mega Menu */
.has-mega { position: static !important; }
.mega-menu { position: absolute; top: 54px; left: 0; right: 0; background: var(--white); border-top: 3px solid var(--blue); box-shadow: 0 12px 40px rgba(0,0,0,.07); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s; z-index: 200; width: 100%; }
.has-mega:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; max-width: 1400px; margin: 0 auto; padding: 28px 2.5%; }
.mega-col { padding: 0 20px; border-right: 1px solid var(--border); }
.mega-col:first-child { padding-left: 0; }
.mega-col:last-child  { border-right: none; padding-right: 0; }
.mega-col-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--blue); }
.mega-col-head > i { color: var(--blue); font-size: 16px; flex-shrink: 0; }
.mega-col-head > a { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; line-height: 1.3; }
.mega-col-head > a:hover { color: var(--blue); }
.mega-col > ul { list-style: none; margin: 0; padding: 0; }
.mega-col > ul > li > a { display: flex; align-items: center; gap: 8px; font-family: 'PT Sans', sans-serif; font-size: 0.92rem; color: var(--text); padding: 7px 0; border-bottom: 1px solid #f0f4f8; transition: color .18s, padding-left .18s; }
.mega-col > ul > li:last-child > a { border-bottom: none; }
.mega-col > ul > li > a > i { color: var(--blue); font-size: 10px; flex-shrink: 0; }
.mega-col > ul > li > a:hover { color: var(--navy); padding-left: 5px; }

.trust-item { display: flex; align-items: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-size: 0.76rem; font-weight: 700; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .3px; }
.trust-item i { color: var(--blue); font-size: 14px; }

/* Stats Bar */
.stats-bar { background: var(--navy2); padding: 28px 0; }
.stats-row { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; }
.stat-block { text-align: center; padding: 10px 24px; border-right: 1px solid rgba(255,255,255,.1); flex: 1; }
.stat-block:last-child { border-right: none; }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 2.3rem; font-weight: 800; color: var(--blue); line-height: 1; }
.stat-label { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.48); margin-top: 6px; }

/* ══════════════════════════════════════
   CORE SERVICES — clean cards, no bullets
   ══════════════════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

.svc-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: 0 0 12px 12px; padding: 32px 28px; display: flex; flex-direction: column; transition: transform .28s, box-shadow .28s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,165,223,.07); }
.svc-card-icon { width: 64px; height: 64px; background: var(--blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--white); margin-bottom: 20px; transition: background .25s; flex-shrink: 0; }
.svc-card:hover .svc-card-icon { background: var(--navy); }
.svc-card-kicker { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; display: block; }
.svc-card h3 { font-size: 1.08rem; color: var(--navy); margin-bottom: 12px; line-height: 1.35; }
.svc-card > p { font-size: 0.95rem; color: var(--text); line-height: 1.8; margin-bottom: 20px; flex: 1; }
.svc-card-links { display: flex; flex-direction: column; gap: 0; margin-bottom: 22px; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.svc-card-links a { font-size: 0.88rem; color: var(--text); display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-bottom: 1px solid var(--border); transition: background .18s, color .18s; }
.svc-card-links a:last-child { border-bottom: none; }
.svc-card-links a i { color: var(--blue); font-size: 9px; flex-shrink: 0; }
.svc-card-links a:hover { background: var(--light); color: var(--navy); }
.svc-card-foot { padding-top: 16px; border-top: 1px solid var(--border); margin-top: auto; }
.svc-card-foot a { display: inline-flex; align-items: center; gap: 7px; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--blue); transition: color .2s, gap .18s; }
.svc-card-foot a:hover { color: var(--navy); gap: 11px; }

/* Why Choose Us */
.why-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.why-grid .ucard { text-align: center; align-items: center; padding: 32px 20px; }
.why-grid .ucard .ucard-icon { margin: 0 auto 18px; width: 68px; height: 68px; font-size: 28px; border-radius: 50%; }
.why-grid .ucard h4 { font-size: 0.9rem; }
.why-grid .ucard p  { font-size: 0.9rem; text-align: center; }

/* Process */
.process-section { background: var(--navy); padding: 88px 0; }
.process-steps { display: grid; grid-template-columns: repeat(5,1fr); position: relative; overflow: hidden; }
.process-steps::before { content: ''; position: absolute; top: 33px; left: 10%; right: 10%; height: 2px; background: rgba(255,255,255,.1); z-index: 0; }
.process-step { text-align: center; padding: 16px 10px; position: relative; z-index: 1; }
.step-circle { width: 76px; height: 76px; border-radius: 50%; background: var(--blue); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 3px solid rgba(255,255,255,.15); box-shadow: 0 0 0 7px rgba(0,165,223,.12); }
.process-step h4 { font-size: 0.84rem; color: var(--white); font-weight: 700; margin-bottom: 7px; line-height: 1.4; }
.process-step p  { font-size: 0.82rem; color: rgba(255,255,255,.56); line-height: 1.6; margin: 0; }

/* Core Values */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.values-grid .ucard { text-align: center; align-items: center; padding: 32px 18px; }
.values-grid .ucard h4 { font-size: 0.9rem; }
.values-grid .ucard p  { font-size: 0.9rem; text-align: center; }

/* ══════════════════════════════════════
   SOFTWARE LOGO STRIP
   ══════════════════════════════════════ */
.software-strip { background: var(--white); padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sw-label { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text); margin-bottom: 30px; }
.sw-logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; width: 100%; }
.sw-item { display: flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px 36px; height: 120px; }
.sw-item img { height: 80px; width: auto; max-width: 180px; object-fit: contain; filter: none; display: block; }

/* Industries */
.industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.industry-tile { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: 0 0 10px 10px; padding: 28px 16px 24px; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .4px; transition: all .28s; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.industry-tile:hover { background: var(--navy); color: var(--white); transform: translateY(-6px); box-shadow: 0 12px 32px rgba(22,54,81,.18); }
.ind-icon { width: 64px; height: 64px; background: var(--light); border: 2px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; transition: all .28s; flex-shrink: 0; }
.industry-tile:hover .ind-icon { background: var(--blue); border-color: var(--blue); transform: scale(1.08); }
.ind-label { display: block; line-height: 1.4; }

/* Quote Form */
.quote-section { background: var(--navy); padding: 78px 0; position: relative; overflow: hidden; }
.quote-section::before { content: ''; position: absolute; inset: 0; opacity: .4; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.quote-section .sec-head { position: relative; z-index: 1; }
.quote-section .sec-title { color: var(--white); }
.quote-section .sec-label { color: rgba(0,200,255,.85); }
.quote-section .sec-sub   { color: rgba(255,255,255,.62); }
.quote-form { display: grid; grid-template-columns: repeat(auto-fit,minmax(196px,1fr)); gap: 13px; align-items: end; position: relative; z-index: 1; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; max-width: 100%; padding: 12px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; font-family: 'PT Sans', sans-serif; font-size: 0.97rem; color: var(--white); background: rgba(255,255,255,.08); outline: none; transition: border-color .2s; -webkit-appearance: none; }
input::placeholder { color: rgba(255,255,255,.38); }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
select { color: rgba(255,255,255,.55); }
select option { background: var(--navy); color: var(--white); }

/* Callback */
.callback-section { background: var(--light); padding: 70px 0; }
.cb-inner { display: flex; align-items: center; gap: 56px; flex-wrap: wrap; }
.cb-text { flex: 1; min-width: 0; }
.cb-text h2 { color: var(--navy); font-size: 1.75rem; margin-bottom: 10px; }
.cb-text p  { color: var(--text); font-size: 0.97rem; }
.cb-form { flex: 2; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.cb-form input, .cb-form select { background: var(--white); border: 1px solid var(--border); color: var(--dark); padding: 12px 14px; border-radius: 6px; font-family: 'PT Sans', sans-serif; font-size: 0.97rem; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.cb-form input::placeholder { color: #b0bec5; }
.cb-form input:focus, .cb-form select:focus { border-color: var(--blue); }
.cb-form select { color: var(--text); }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 24px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: 0 0 10px 10px; padding: 30px 24px; transition: all .28s; }
.testi-card:hover { box-shadow: 0 12px 36px rgba(0,165,223,.06); transform: translateY(-5px); }
.quote-mark { font-size: 3rem; color: var(--blue); opacity: .18; line-height: 1; font-family: Georgia, serif; }
.testi-stars { color: #f4a20f; font-size: 14px; margin-bottom: 11px; }
.testi-card p { font-size: 0.96rem; color: var(--text); line-height: 1.85; font-style: italic; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.author-av { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-name { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.author-role { font-size: 0.82rem; color: var(--text); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 22px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--blue); border-radius: 0 0 10px 10px; overflow: hidden; transition: all .28s; }
.blog-card:hover { box-shadow: 0 12px 36px rgba(0,165,223,.06); transform: translateY(-5px); }
.blog-thumb { height: 165px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; }
.blog-thumb-1 { background: linear-gradient(135deg,#163651,#1e5490); }
.blog-thumb-2 { background: linear-gradient(135deg,#0090c4,#163651); }
.blog-thumb-3 { background: linear-gradient(135deg,#1a4c72,#00A5DF); }
.blog-body { padding: 22px; }
.blog-cat { display: inline-block; background: var(--blue); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; margin-bottom: 10px; }
.blog-card h3 { font-size: 0.98rem; color: var(--navy); margin-bottom: 8px; line-height: 1.45; }
.blog-card p  { font-size: 0.92rem; color: var(--text); line-height: 1.75; margin-bottom: 10px; }
.blog-meta { display: flex; align-items: center; gap: 14px; font-family: 'Montserrat', sans-serif; font-size: 0.74rem; color: var(--text); padding-top: 10px; border-top: 1px solid var(--border); }
.blog-meta i { color: var(--blue); }

/* CTA Banner */
.cta-banner { background: var(--navy); padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.cta-banner h2 { color: var(--white); font-size: 1.9rem; margin-bottom: 12px; position: relative; }
.cta-banner p  { font-size: 1.04rem; color: rgba(255,255,255,.7); max-width: 600px; margin: 0 auto 28px; position: relative; }
.cta-banner .btn-row { position: relative; }

/* Footer */
footer.site-footer { background: var(--navy); padding: 66px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr; gap: 42px; margin-bottom: 48px; text-align: left; }
.footer-logo img { height: 42px; margin-bottom: 15px; filter: brightness(0) invert(1); }
.footer-about { font-size: 0.9rem; line-height: 1.8; color: var(--footer-link); margin-bottom: 20px; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { width: 33px; height: 33px; border-radius: 5px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.58); font-size: 13px; transition: all .2s; }
.footer-social a:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--white); margin-bottom: 18px; padding-bottom: 8px; border-bottom: 2px solid var(--blue); display: inline-block; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 0.9rem; color: var(--footer-link); display: flex; align-items: center; gap: 7px; transition: color .2s, padding-left .18s; }
.footer-col ul li a:hover { color: var(--white); padding-left: 4px; }
.footer-col ul li a i { font-size: 10px; color: var(--blue); flex-shrink: 0; }
.footer-contact-item { display: flex; gap: 11px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact-item i { color: var(--blue); font-size: 13px; margin-top: 3px; flex-shrink: 0; width: 14px; }
.footer-contact-item span, .footer-contact-item a { font-size: 0.9rem; color: var(--footer-link); line-height: 1.65; transition: color .2s; }
.footer-contact-item a:hover { color: var(--white); }
.footer-bottom { background: var(--navy2); border-top: 1px solid rgba(255,255,255,.08); padding: 17px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 0.86rem; color: rgba(255,255,255,.36); margin: 0; }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { font-size: 0.86rem; color: rgba(255,255,255,.36); transition: color .2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* Scroll Top */
.scroll-top { position: fixed; bottom: 26px; right: 26px; width: 40px; height: 40px; background: var(--navy); color: var(--white); border: none; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; opacity: 0; visibility: hidden; transition: all .3s; z-index: 990; }
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: var(--blue); transform: translateY(-3px); }

/* ══════════════════════════════════════
   SERVICE PAGES — shared styles
   ══════════════════════════════════════ */
.page-hero { position: relative; min-height: 420px; padding: 80px 0 70px; overflow: hidden; display: flex; align-items: center; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center center; width: 100%; height: 100%; }
.page-hero-bg::before { content: ''; position: absolute; inset: 0; background: rgba(15,37,54,.52); }
.page-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; text-align: center; width: 100%; }
.page-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.45); margin-bottom: 20px; flex-wrap: wrap; }
.page-breadcrumb a { color: rgba(255,255,255,.45); transition: color .2s; }
.page-breadcrumb a:hover { color: var(--blue); }
.page-breadcrumb i { font-size: 9px; }
.page-breadcrumb span { color: var(--blue); }
.page-hero h1 { color: var(--white); font-size: 2.4rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.page-hero h1 span { color: var(--blue); }
.page-hero-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.85; margin-bottom: 28px; max-width: 660px; margin-left: auto; margin-right: auto; }
.page-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; justify-content: center; }
.page-hero-tags span { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 5px 14px; font-family: 'Montserrat', sans-serif; font-size: 0.74rem; font-weight: 600; color: rgba(255,255,255,.8); }
.page-hero-tags span i { color: var(--blue); font-size: 11px; }
.page-hero-tags span a { color: inherit; text-decoration: none; }
.page-hero-tags span a:hover { color: inherit; }

/* Overview */
.overview-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 60px; align-items: start; }
.overview-text h2 { font-size: 1.75rem; color: var(--navy); margin-bottom: 18px; line-height: 1.3; }
.overview-text h2 span { color: var(--blue); }
.overview-highlight { background: var(--light); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; padding: 20px 22px; margin-top: 8px; }
.overview-highlight p { font-size: 0.97rem; color: var(--navy); font-style: italic; margin: 0; line-height: 1.75; }
.overview-aside { display: flex; flex-direction: column; gap: 16px; }
.overview-aside-box { background: var(--light); border: 1px solid var(--border); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; padding: 20px 22px; }
.overview-aside-box h5 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue); margin-bottom: 8px; }
.overview-aside-box ul { list-style: none; padding: 0; margin: 0; }
.overview-aside-box ul li { font-size: 0.93rem; color: var(--text); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 9px; line-height: 1.55; }
.overview-aside-box ul li:last-child { border-bottom: none; }
.overview-aside-box ul li i { color: var(--blue); font-size: 8px; margin-top: 6px; flex-shrink: 0; }
.overview-aside-cta { background: var(--navy); border-radius: 8px; padding: 24px 22px; text-align: center; }
.overview-aside-cta h4 { color: var(--white); font-size: 0.98rem; margin-bottom: 8px; }
.overview-aside-cta p { color: rgba(255,255,255,.6); font-size: 0.88rem; margin-bottom: 16px; line-height: 1.65; }

/* Considerations grid */
.considerations-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.consid-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 22px 18px; text-align: center; transition: all .28s; }
.consid-card:hover { border-color: var(--blue); box-shadow: 0 8px 24px rgba(0,165,223,.06); transform: translateY(-4px); }
.consid-icon { width: 52px; height: 52px; background: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 19px; color: var(--blue); margin: 0 auto 12px; transition: all .25s; }
.consid-card:hover .consid-icon { background: var(--blue); color: var(--white); }
.consid-card h4 { font-size: 0.88rem; color: var(--navy); font-weight: 700; line-height: 1.4; margin: 0 0 6px; }
.consid-card p  { font-size: 0.86rem; color: var(--text); line-height: 1.65; margin: 0; }
.consid-card h5 { font-size: 0.86rem; color: var(--navy); font-weight: 700; line-height: 1.4; margin: 0; text-transform: none; letter-spacing: 0; }

/* Service detail list 2-col */
.svc-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-list-item { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; padding: 26px 24px; display: flex; gap: 18px; align-items: flex-start; transition: all .28s; }
.svc-list-item:hover { box-shadow: 0 8px 28px rgba(0,165,223,.06); transform: translateX(4px); }
.svc-list-icon { width: 50px; height: 50px; background: var(--blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--white); flex-shrink: 0; transition: background .25s; }
.svc-list-item:hover .svc-list-icon { background: var(--navy); }
.svc-list-body h3 { font-size: 1.02rem; color: var(--navy); margin-bottom: 6px; line-height: 1.35; }
.svc-list-body p { font-size: 0.93rem; color: var(--text); line-height: 1.75; margin-bottom: 0; }
.svc-learn-more { display: inline-flex; align-items: center; gap: 6px; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .4px; text-decoration: none; transition: gap .18s, color .18s; margin-top: 10px; }
.svc-learn-more:hover { gap: 10px; color: var(--navy); }
.svc-learn-more i { font-size: 11px; }

/* Page CTA */
.page-cta { background: var(--navy); padding: 70px 0; text-align: center; }
.page-cta h2 { color: var(--white); font-size: 2rem; margin-bottom: 14px; }
.page-cta p { color: rgba(255,255,255,.7); font-size: 1.04rem; max-width: 560px; margin: 0 auto 32px; }

/* Compare Table */
.compare-table-wrap { overflow-x: auto; border-radius: 10px; box-shadow: 0 4px 24px rgba(0,0,0,.07); max-width: 100%; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 0.9rem; min-width: 800px; }
.compare-table thead tr { background: var(--navy); }
.compare-table thead th { color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 16px 14px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); line-height: 1.4; }
.compare-table thead th:first-child { text-align: left; min-width: 150px; }
.compare-table thead th i { display: block; font-size: 16px; color: var(--blue); margin-bottom: 6px; }
.compare-table tbody tr { border-bottom: 1px solid var(--border); transition: background .18s; }
.compare-table tbody tr:hover { background: var(--light); }
.compare-table tbody td { padding: 13px 14px; color: var(--text); text-align: center; border-right: 1px solid var(--border); line-height: 1.5; vertical-align: middle; }
.compare-table .param-col { text-align: left; font-family: 'Montserrat', sans-serif; font-size: 0.84rem; font-weight: 700; color: var(--navy); background: var(--light); }
.tag { display: inline-block; padding: 3px 10px; border-radius: 20px; font-family: 'Montserrat', sans-serif; font-size: 0.74rem; font-weight: 700; white-space: nowrap; }
.tag-yes     { background: #e6f7f0; color: #1a7a4a; }
.tag-no      { background: #fdecea; color: #c0392b; }
.tag-partial { background: #fef6e4; color: #b7770d; }
.process-steps.steps-8 { grid-template-columns: repeat(4,1fr); }
.process-steps.steps-8::before { top: 33px; left: 6%; right: 6%; }

/* ══════════════════════════════════════════════════
   RESPONSIVE — Full Device Optimization
   ══════════════════════════════════════════════════ */

/* ── Laptop / Large Tablet 1200px ── */
@media (max-width: 1200px) {
  .header-contacts      { gap: 0; }
  .hc-block             { padding: 0 16px; }
  .services-grid        { grid-template-columns: repeat(2,1fr); }
  .why-grid             { grid-template-columns: repeat(3,1fr); }
  .values-grid          { grid-template-columns: repeat(3,1fr); }
  .process-steps        { grid-template-columns: repeat(3,1fr); }
  .process-steps::before{ display: none; }
  .considerations-grid  { grid-template-columns: repeat(2,1fr); }
  .footer-grid          { grid-template-columns: 1fr 1fr; gap: 32px; }
  .industries-grid      { grid-template-columns: repeat(3,1fr); }
  .overview-grid        { grid-template-columns: 1fr; gap: 32px; }
  .svc-blocks-grid      { grid-template-columns: repeat(4,1fr); gap: 16px; }
}

/* ── Tablet 900px ── */
@media (max-width: 900px) {
  .container            { padding: 0 24px; }
  .header-contacts      { display: none; }
  .header-social        { margin-left: auto; }
  .services-grid        { grid-template-columns: repeat(2,1fr); }
  .svc-blocks-grid      { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .industries-grid      { grid-template-columns: repeat(2,1fr); }
  .why-grid             { grid-template-columns: repeat(2,1fr); }
  .footer-grid          { grid-template-columns: 1fr 1fr; gap: 28px; }
  .sw-item              { padding: 14px 24px; height: 90px; }
  .sw-item img          { height: 60px; }
}

/* ── Mobile 768px ── */
@media (max-width: 768px) {
  html { font-size: 15px; }
  section, .section-block { padding: 48px 0; max-width: 100vw; overflow-x: hidden; }
  .container { padding: 0 18px; max-width: 100%; }
  * { max-width: 100%; }
  img, video, iframe { max-width: 100%; }

  /* ── Header ── */
  .site-header          { position: relative; }
  .header-inner         { height: 64px; justify-content: space-between; }
  .header-logo          { margin-right: 0; }
  .header-logo img      { height: 46px; }
  .header-contacts      { display: none; }
  .header-social        { margin-left: auto; gap: 7px; margin-right: 8px; }
  .header-social a      { width: 30px; height: 30px; font-size: 12px; }

  /* ── Nav ── */
  .hamburger            { display: flex !important; margin-left: auto; }
  nav.site-nav          { position: sticky; top: 0; z-index: 9999; overflow: visible !important; }
  .nav-inner            { height: 50px; justify-content: flex-end; padding: 0 16px; position: relative; }
  .nav-menu {
    display: none;
    flex-direction: column;
    height: auto;
    position: absolute;
    top: 50px;
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    background: var(--navy);
    z-index: 9998;
    padding: 6px 0 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-menu.open        { display: flex; }
  .nav-menu > li        { height: auto; display: block; width: 100%; }
  .nav-menu > li > a    { height: 46px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.07); justify-content: flex-start; font-size: 0.82rem; display: flex; align-items: center; width: 100%; }
  .nav-menu > li.nav-cta { padding: 10px 16px 4px; }
  .nav-menu > li.nav-cta > a { margin: 0; height: 42px; border-radius: 5px; justify-content: center; border-bottom: none; }
  .mega-menu            { display: none !important; }

  /* ── Section Headers ── */
  .sec-head             { text-align: center; margin-bottom: 32px; }
  .sec-title            { font-size: 1.55rem; }
  .sec-sub              { font-size: 0.93rem; max-width: 100%; }

    .hero-content         { padding: 60px 16px; text-align: center; max-width: 100%; }
  .hero-content h1      { font-size: clamp(1.5rem, 6vw, 2rem); line-height: 1.3; }
  .hero-sub             { font-size: 0.93rem; max-width: 100%; }
  .hero-btns            { justify-content: center; flex-wrap: wrap; gap: 12px; }

  /* ── 8-Service Blocks ── */
  .svc-blocks-grid      { grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; } /* 2:2 on mobile */
  .svc-block            { padding: 20px 12px; gap: 8px; }
  .svc-block-icon       { width: 46px; height: 46px; font-size: 17px; }
  .svc-block h4         { font-size: 0.8rem; }
  .svc-block-sub        { font-size: 0.71rem; display: none; }

  /* ── Services Grid (page) ── */
  .services-grid        { grid-template-columns: 1fr; }
  .svc-card             { align-items: center; text-align: center; }
  .svc-card-icon        { margin: 0 auto; }
  .svc-card-links       { width: 100%; text-align: left; }
  .svc-card-foot        { text-align: center; }

  /* ── Why Choose Us ── */
  .why-grid             { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-grid .ucard      { text-align: center; align-items: center; padding: 20px 12px; }
  .why-grid .ucard .ucard-icon { margin: 0 auto 10px; width: 50px; height: 50px; font-size: 20px; }
  .why-grid .ucard h4   { font-size: 0.88rem; }
  .why-grid .ucard p    { font-size: 0.83rem; text-align: center; }

  /* ── Process ── */
  .process-section      { padding: 48px 0; }
  .process-steps        { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .process-step         { text-align: center; padding: 10px 6px; }
  .step-circle          { width: 56px; height: 56px; font-size: 1.1rem; }
  .process-step h4      { font-size: 0.87rem; }
  .process-step p       { font-size: 0.82rem; }

  /* ── Core Values ── */
  .values-grid          { grid-template-columns: 1fr 1fr; gap: 12px; }
  .values-grid .ucard   { text-align: center; align-items: center; padding: 20px 12px; }
  .values-grid .ucard p { font-size: 0.83rem; text-align: center; }

  /* ── Technology Strip ── */
  .software-strip       { padding: 32px 0; }
  .sw-logos             { gap: 10px; flex-wrap: wrap; justify-content: center; }
  .sw-item              { padding: 10px 14px; height: 64px; width: calc(33.33% - 8px); max-width: 120px; flex: none; }
  .sw-item img          { height: 38px; width: 100%; object-fit: contain; }

  /* ── Industries ── */
  .industries-grid      { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .industry-tile        { padding: 18px 8px 14px; }
  .ind-icon             { width: 48px; height: 48px; font-size: 1.5rem; }
  .ind-label            { font-size: 0.75rem; }

  /* ── Callback ── */
  .cb-inner             { flex-direction: column; gap: 22px; text-align: center; }
  .cb-text              { text-align: center; }
  .cb-text h2           { font-size: 1.4rem; }
  .cb-form              { grid-template-columns: 1fr; width: 100%; }

  /* ── Testimonials ── */
  .testi-grid           { grid-template-columns: 1fr; gap: 16px; }
  .testi-card           { text-align: center; padding: 28px 20px; }
  .testi-author         { justify-content: center; }

  /* ── Blog / Insights ── */
  .blog-grid            { grid-template-columns: 1fr; gap: 20px; }
  .blog-body            { text-align: center; }
  .blog-meta            { justify-content: center; }
  .btn-link             { justify-content: center; }

  /* ── CTA + Page CTA ── */
  .cta-banner           { padding: 48px 0; }
  .cta-banner h2        { font-size: 1.5rem; }
  .btn-row              { justify-content: center; flex-wrap: wrap; gap: 12px; }
  .page-cta             { padding: 48px 0; text-align: center; }
  .page-cta h2          { font-size: 1.5rem; }

  /* ── Service Pages ── */
  .page-hero            { padding: 50px 0 40px; }
  .page-hero h1         { font-size: 1.65rem; }
  .page-hero-sub        { font-size: 0.93rem; }
  .overview-grid        { grid-template-columns: 1fr; gap: 24px; }
  .svc-list-grid        { grid-template-columns: 1fr; }
  .svc-list-item        { flex-direction: column; align-items: center; text-align: center; padding: 20px 16px; }
  .svc-list-icon        { margin: 0 auto 10px; }
  .svc-list-body        { text-align: center; width: 100%; }
  .considerations-grid  { grid-template-columns: 1fr; }
  .svc-hub-grid         { grid-template-columns: 1fr; }
  .svc-hub-links        { grid-template-columns: 1fr; }
  .about-intro-grid     { grid-template-columns: 1fr; gap: 24px; }
  .about-intro-grid > div { text-align: center; }
  .about-values-grid    { grid-template-columns: 1fr 1fr; gap: 14px; }
  .why-items-grid       { grid-template-columns: 1fr; gap: 14px; }
  .contact-grid         { grid-template-columns: 1fr; gap: 28px; }
  .form-row             { grid-template-columns: 1fr; }

  /* ── Footer ── */
  .footer-grid          { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .footer-logo          { justify-content: flex-start; }
  .footer-logo img      { margin: 0 auto 12px; height: 52px; }
  .footer-about         { text-align: left; }
  .footer-social        { justify-content: flex-start; }
  .footer-col h4        { text-align: left; }
  .footer-col ul        { text-align: left; }
  .footer-col ul li a   { justify-content: flex-start; }
  .footer-contact-item  { justify-content: flex-start; text-align: left; }
  .footer-bottom-inner  { flex-direction: column; text-align: left; gap: 8px; }
  .footer-bottom-links  { justify-content: flex-start; flex-wrap: wrap; gap: 8px; }
}

/* ── Small Mobile 480px ── */
@media (max-width: 480px) {
  html { font-size: 14px; }
  .container            { padding: 0 14px; }
  section, .section-block { padding: 40px 0; }

  /* Typography */
  .sec-title            { font-size: 1.4rem; }
  h1                    { font-size: 2rem; }
  h2                    { font-size: 1.7rem; }

  /* Grids collapse */
  .why-grid             { grid-template-columns: 1fr; gap: 10px; }
  .values-grid          { grid-template-columns: 1fr 1fr; gap: 10px; }
  .process-steps        { grid-template-columns: 1fr; gap: 18px; }
  .industries-grid      { grid-template-columns: 1fr 1fr; gap: 8px; }
  .about-values-grid    { grid-template-columns: 1fr; }

    .hero-content h1      { font-size: 1.4rem; }
  .page-hero h1         { font-size: 1.45rem; }

  /* Service blocks — keep 2 col but tighter */
  .svc-blocks-grid      { grid-template-columns: 1fr 1fr; gap: 8px; }
  .svc-block            { padding: 16px 8px; gap: 7px; }
  .svc-block-icon       { width: 40px; height: 40px; font-size: 15px; }
  .svc-block h4         { font-size: 0.75rem; }
  .svc-block-sub        { display: none; }

  /* Tech logos — 2 per row */
  .sw-item              { flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); height: 60px; padding: 8px 12px; }
  .sw-item img          { height: 36px; }

  /* Buttons */
  .btn                  { padding: 11px 20px; font-size: 0.77rem; }
  .btn-lg               { padding: 12px 24px; font-size: 0.8rem; }
  .btn-row              { flex-direction: column; align-items: center; gap: 10px; }

  /* Footer */
  .footer-grid          { gap: 20px; }
  .footer-bottom-links  { font-size: 0.75rem; }
}

/* ══════════════════════════════════════
   HOME — SERVICE BLOCKS (8-grid)
   ══════════════════════════════════════ */
.svc-blocks-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 40px;
}
.svc-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--blue);
  border-radius: 0 0 10px 10px;
  padding: 28px 22px;
  text-align: center;
  transition: all .28s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.svc-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,165,223,.07);
  border-top-color: var(--navy);
}
.svc-block-icon {
  width: 60px; height: 60px;
  background: var(--light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--blue);
  transition: all .28s; flex-shrink: 0;
}
.svc-block:hover .svc-block-icon { background: var(--blue); color: var(--white); }
.svc-block h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem; font-weight: 700;
  color: var(--navy); line-height: 1.4; margin: 0;
  transition: color .2s;
}
.svc-block:hover h4 { color: var(--blue); }
.svc-block-sub {
  font-size: 0.78rem; color: var(--text);
  line-height: 1.5; margin: 0;
}
.svc-block-arrow {
  font-size: 11px; color: var(--blue);
  margin-top: auto; opacity: 0;
  transition: opacity .2s;
}
.svc-block:hover .svc-block-arrow { opacity: 1; }

/* ── Service blocks responsive overrides ── */
@media (max-width: 1200px) {
  .svc-blocks-grid { grid-template-columns: repeat(4,1fr); gap: 16px; }
}
@media (max-width: 900px) {
  .svc-blocks-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
}
@media (max-width: 768px) {
  .svc-blocks-grid { grid-template-columns: repeat(2,1fr) !important; gap: 12px; margin-top: 24px; }
  .svc-block       { padding: 18px 12px; gap: 8px; }
  .svc-block-icon  { width: 46px; height: 46px; font-size: 17px; }
  .svc-block h4    { font-size: 0.8rem; }
  .svc-block-sub   { display: none; }
}
@media (max-width: 480px) {
  .svc-blocks-grid { grid-template-columns: repeat(2,1fr) !important; gap: 10px; }
  .svc-block       { padding: 14px 8px; gap: 6px; }
  .svc-block h4    { font-size: 0.75rem; }
}

/* ── Mobile Services Submenu ── */
.mob-submenu { display: none; }
.has-mega.mob-open .mob-submenu { display: block; }
.mob-submenu-real { background: rgba(0,0,0,.25); padding: 8px 0 12px; }
.mob-sub-group { padding: 10px 20px 4px 32px; }
.mob-sub-group strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue); margin-bottom: 6px; }
.mob-sub-group a { display: block; color: rgba(255,255,255,.75); font-size: 0.82rem; padding: 5px 0; border-bottom: none; transition: color .2s; }
.mob-sub-group a:hover { color: var(--white); }
.has-mega.mob-open > a { color: var(--blue); background: rgba(255,255,255,.06); }


/* ── Page CTA Form ── */
@media (max-width: 600px) {
  form[id^="ctaForm_"] { grid-template-columns: 1fr !important; }
}


/* ── Blog thumb images ── */
.blog-thumb { height: 200px; overflow: hidden; border-radius: 8px 8px 0 0; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 768px) {
        }

@media (max-width: 480px) {
        .blog-thumb         { height: 160px; }
}