:root {
  --vc-ink: #152238;
  --vc-muted: #64748b;
  --vc-blue: #1268a4;
  --vc-navy: #0b2942;
  --vc-orange: #ee7d22;
  --vc-pale: #f4f8fb;
  --vc-line: #dbe6ee;
  --vc-radius: 18px;
  --vc-shadow: 0 16px 40px rgba(18, 48, 73, .10);
}

body { color: var(--vc-ink); background: #fff; font-size: 16px; line-height: 1.65; font-weight: 400; }
h1,h2,h3,h4,h5,h6 { color: var(--vc-ink); letter-spacing: -.025em; font-weight: 800; }
h1 { font-size: clamp(2.15rem, 4.2vw, 4.25rem); line-height: 1.04; }
h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.12; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
p { color: var(--vc-muted); line-height: 1.7; }
a { color: var(--vc-blue); }
a:hover { color: var(--vc-orange); }
.container, .container-fluid { width: min(1180px, calc(100% - 40px)); max-width: 1180px; padding-left: 0; padding-right: 0; }

/* Shared navigation */
.topStrip { background: var(--vc-navy); min-height: 34px; }
.topStrip a { color: #fff; font-size: 12px; letter-spacing: .01em; }
.headerFixed { box-shadow: 0 4px 14px rgba(15, 35, 57, .07); }
.header { background: rgba(255,255,255,.98); }
.header .logoSect img { width: 176px !important; height: auto !important; }
.navBar > li > a { color: var(--vc-ink); font-size: 13px; letter-spacing: .02em; padding: 28px 11px; }
.navBar > li > a:hover, .navBar > li.active > a { color: var(--vc-blue); }
.headerheight { height: 96px; }
.btnPrimary, a.btnPrimary, .button-new {
  background: var(--vc-orange); border: 1px solid var(--vc-orange); border-radius: 999px; box-shadow: none;
  color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; min-width: auto; padding: 12px 22px; text-transform: none;
}
.btnPrimary:hover, .btnPrimary:focus, .button-new:hover, .button-new:focus { background: #d9630c; border-color: #d9630c; color: #fff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(238,125,34,.22); }

/* Generic page rhythm */
.contentSect, .container01 { padding: clamp(50px, 7vw, 92px) 0; }
.headSect { margin-bottom: 28px; }
.headSect h2, .headSect .h2 { color: var(--vc-ink); }
.headSect h5 { color: var(--vc-muted); font-weight: 500; }
.bgLight { background: var(--vc-pale); }
.whyUs, .quickExplain { background: var(--vc-pale) !important; }
.whyUsImg img, .workImg img, .blogImg img { border-radius: var(--vc-radius); }

/* Home */
.ux-home-hero { background: linear-gradient(116deg, #eff7fb 0%, #f9fcfe 58%, #e6f2f9 100%); overflow: hidden; }
.ux-home-hero__grid { align-items: center; display: grid; gap: clamp(24px,5vw,70px); grid-template-columns: minmax(0,1fr) minmax(280px,.9fr); min-height: 510px; }
.ux-eyebrow { color: var(--vc-blue); display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.ux-home-hero h1 { max-width: 720px; margin-bottom: 18px; }
.ux-home-hero p { font-size: 18px; max-width: 600px; }
.ux-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ux-button-secondary { align-items: center; border: 1px solid var(--vc-blue); border-radius: 999px; color: var(--vc-blue); display: inline-flex; font-size: 13px; font-weight: 800; padding: 11px 21px; }
.ux-button-secondary:hover { background: var(--vc-blue); color: #fff; }
.ux-home-hero__visual { align-self: end; position: relative; }
.ux-home-hero__visual img { display: block; filter: drop-shadow(0 25px 24px rgba(20,67,99,.18)); margin: 0 auto; max-height: 430px; object-fit: contain; }
.ux-section { padding: clamp(54px, 7vw, 90px) 0; }
.ux-section--soft { background: var(--vc-pale); }
.ux-section__intro { margin: 0 auto 38px; max-width: 680px; text-align: center; }
.ux-section__intro p { font-size: 17px; }
.ux-service-grid { display: grid; gap: 18px; grid-template-columns: repeat(5, minmax(0,1fr)); }
.ux-service-card { background: #fff; border: 1px solid var(--vc-line); border-radius: var(--vc-radius); display: flex; flex-direction: column; padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.ux-service-card:hover { box-shadow: var(--vc-shadow); transform: translateY(-4px); }
.ux-service-card h3 { font-size: 20px; margin-bottom: 10px; }
.ux-service-card p { font-size: 14px; margin-bottom: 22px; }
.ux-service-card a { font-size: 14px; font-weight: 800; margin-top: auto; }
.ux-process { counter-reset: step; display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.ux-process__item { background: #fff; border-radius: var(--vc-radius); padding: 26px; }
.ux-process__item::before { color: var(--vc-orange); content: '0' counter(step); counter-increment: step; display: block; font-size: 13px; font-weight: 900; letter-spacing: .1em; margin-bottom: 18px; }
.ux-process__item p { font-size: 14px; margin: 0; }
.ux-home-cta { background: var(--vc-navy); color: #fff; padding: clamp(45px,6vw,74px) 0; text-align: center; }
.ux-home-cta h2, .ux-home-cta p { color: #fff; }
.ux-home-cta p { margin: 12px auto 24px; max-width: 640px; opacity: .82; }
.ux-home-cta .ux-button-secondary { border-color: #fff; color: #fff; margin-left: 10px; }
.ux-home-cta .ux-button-secondary:hover { background: #fff; color: var(--vc-navy); }

/* Pricing */
.ux-pricing-hero { background: linear-gradient(135deg, #09304b, #146a9e); color: #fff; padding: clamp(58px,8vw,95px) 0 84px; text-align: center; }
.ux-pricing-hero h1, .ux-pricing-hero p { color: #fff; }
.ux-pricing-hero p { margin: 12px auto 0; max-width: 700px; opacity: .9; }
.ux-price-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: -42px; position: relative; }
.ux-price-card { background: #fff; border: 1px solid var(--vc-line); border-radius: var(--vc-radius); box-shadow: 0 10px 30px rgba(16,47,73,.09); display: flex; flex-direction: column; min-height: 310px; padding: 28px; }
.ux-price-card--feature { border: 2px solid var(--vc-orange); transform: translateY(-8px); }
.ux-price-card__tag { color: var(--vc-blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; min-height: 18px; text-transform: uppercase; }
.ux-price-card h2 { font-size: 22px; margin: 8px 0; }
.ux-price-card p { font-size: 14px; }
.ux-price { color: var(--vc-ink); font-size: 32px; font-weight: 900; letter-spacing: -.04em; margin: 16px 0 3px; }
.ux-price-note { color: var(--vc-muted); font-size: 12px; }
.ux-price-card__footer { border-top: 1px solid var(--vc-line); margin-top: auto; padding-top: 18px; }
.ux-price-card__footer small { color: var(--vc-muted); display: block; line-height: 1.45; margin-bottom: 16px; }
.ux-price-card__footer .btnPrimary { display: block; width: 100%; }
.ux-pricing-assurance { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 55px; }
.ux-assurance { border-left: 3px solid var(--vc-orange); padding: 5px 0 5px 18px; }
.ux-assurance h3 { font-size: 17px; margin-bottom: 4px; }
.ux-assurance p { font-size: 14px; margin: 0; }

/* Legacy modules retained across pages */
.card, .cvCol, .blogRow, .faqRow { border: 1px solid var(--vc-line); border-radius: var(--vc-radius); box-shadow: none; }
.card:hover, .cvCol:hover, .blogRow:hover { box-shadow: var(--vc-shadow); }
.cvCol { background: #fff; padding: 24px; }
.testimonial { background: #fff; }
.testimonial .testiCont { background: var(--vc-pale); border-radius: var(--vc-radius); padding: 28px; }
.getIn { background: var(--vc-navy); padding: 58px 0; }
.quickExplain { padding: 55px 0; }
.footer { background: #081d30; padding: 46px 0 0; }
.footer h4 { font-size: 16px; letter-spacing: 0; margin-bottom: 14px; }
.footer .footer-quick-links { columns: 2; column-gap: 28px; margin: 0 0 24px; }
.footer .footer-quick-links li { break-inside: avoid; line-height: 1.35; margin: 0 0 9px; }
.footer .footer-quick-links a { font-size: 12px; }
.footer .footer-social-col h4 { margin-top: 4px; }
.footer .social { margin-bottom: 15px; }
.footer .footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer .footer-legal-links a { font-size: 12px; text-transform: none; }
.footer .footer-offices-col p { font-size: 13px; line-height: 1.55; margin-bottom: 22px; }
.footer .needInfo { margin-bottom: 28px; padding: 18px 20px; }
.footer .needInfo h3 { font-size: 21px; margin-bottom: 4px; }
.footer .needInfo p { font-size: 14px; line-height: 1.5; }
.footer .copy { padding-top: 25px; }
.innerBanner { background: linear-gradient(120deg, #0b5d92, #1488c7) !important; padding: clamp(34px, 5vw, 58px) 0 !important; }
.innerBanner .bannerCont { margin: 0 auto; max-width: 940px; }
.innerBanner h5 { font-size: 12px; letter-spacing: .12em; margin-bottom: 8px; opacity: .86; }
.innerBanner h1 { color: #fff; font-size: clamp(1.85rem, 3.4vw, 3.1rem); line-height: 1.12; margin: 0 auto; text-wrap: balance; }
.vc-whatsapp { align-items: center; background: #25d366; border: 2px solid #fff; border-radius: 50%; bottom: 24px; box-shadow: 0 9px 24px rgba(16, 45, 55, .24); color: #fff !important; display: inline-flex; height: 48px; justify-content: center; padding: 0; position: fixed; right: 24px; width: 48px; z-index: 101; }
.vc-whatsapp:hover, .vc-whatsapp:focus { background: #1db759; color: #fff !important; transform: translateY(-2px); }
.vc-whatsapp svg { fill: currentColor; height: 24px; width: 24px; }
.vc-whatsapp span { position: absolute; height: 1px; margin: -1px; overflow: hidden; padding: 0; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
#toTop { bottom: 88px; right: 27px; }

@media (max-width: 1200px) {
  .ux-service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .headerheight { height: 82px; }
  .header .logoSect img { width: 145px !important; }
  .siteNav { background: var(--vc-navy); right: -100%; width: min(340px, 88vw); }
  .siteNav.active { right: 0; }
  .navBar > li > a { color: #fff; padding: 13px 22px; }
  .ux-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ux-price-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ux-price-card--feature { transform: none; }
  .footer-links-col { margin-bottom: 32px; }
}
@media (max-width: 767px) {
  .container, .container-fluid { width: min(100% - 30px, 1180px); }
  .topStrip { min-height: 30px; }
  .topStrip a { font-size: 11px; }
  .ux-home-hero__grid { display: block; min-height: auto; padding: 54px 0 0; text-align: left; }
  .ux-home-hero p { font-size: 16px; }
  .ux-home-hero__visual { margin-top: 22px; }
  .ux-home-hero__visual img { max-height: 290px; }
  .ux-section, .contentSect, .container01 { padding: 52px 0; }
  .ux-section__intro { margin-bottom: 25px; }
  .ux-service-grid, .ux-process, .ux-pricing-assurance { grid-template-columns: 1fr; }
  .ux-service-card { padding: 22px; }
  .ux-price-grid { grid-template-columns: 1fr; margin-top: -38px; }
  .ux-price-card { min-height: auto; padding: 24px; }
  .ux-home-cta .ux-button-secondary { margin: 10px 0 0; }
  .whyUsImg { margin-top: 28px; }
  .innerBanner { padding: 32px 0 !important; }
  .innerBanner h1 { font-size: clamp(1.7rem, 8vw, 2.25rem); }
  .footer { padding-top: 38px; }
  .footer .footer-quick-links { column-gap: 20px; }
  .footer-offices-col .col-sm-4 + .col-sm-4 { margin-top: 22px; }
  .vc-whatsapp { bottom: 18px; right: 15px; }
  #toTop { bottom: 76px; right: 18px; }
}
