
:root{
  --blue:#0d4ea3;
  --blue-dark:#0a326f;
  --blue-soft:#eaf4ff;
  --blue-accent:#2fa7ff;
  --green:#77bd4a;
  --text:#1b3f73;
  --muted:#5f7698;
  --line:#d7e5f4;
  --white:#ffffff;
  --bg:#f7fbff;
  --shadow:0 14px 34px rgba(13,78,163,.10);
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block;height:auto}
.container{width:min(var(--container), calc(100% - 32px));margin:0 auto}
.narrow{max-width:980px}
.topbar{
  background:var(--blue-dark);
  color:#fff;
  font-size:14px;
}
.topbar-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.top-item{opacity:.96}
.site-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:50;
}
.site-header-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.site-logo img{
  max-height:70px;
  width:auto;
}
.primary-nav .menu,
.footer-menu{
  list-style:none;
  margin:0;
  padding:0;
}
.primary-nav .menu{
  display:flex;
  align-items:center;
  gap:28px;
}
.primary-nav a{
  font-size:16px;
  font-weight:700;
  color:#163d73;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a{color:var(--blue)}
.header-cta,
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  transition:.2s ease;
}
.header-cta{
  background:var(--blue-dark);
  color:#fff;
  padding:13px 20px;
  border-radius:8px;
  box-shadow:var(--shadow);
}
.header-cta:hover{background:var(--blue)}
.hero-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(13,78,163,.82) 0%, rgba(13,78,163,.62) 42%, rgba(13,78,163,.10) 100%),
    url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at left center, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(7,37,83,.08), rgba(7,37,83,.18));
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:40px;
  align-items:center;
  min-height:600px;
}
.hero-copy{
  padding:70px 0 104px;
  color:#fff;
  max-width:690px;
}
.hero-kicker{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  color:#e7f3ff;
  font-size:15px;
  font-weight:700;
  margin-bottom:18px;
}
.hero-copy h1{
  margin:0 0 20px;
  font-size:56px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:-0.03em;
}
.hero-copy p{
  margin:0 0 30px;
  font-size:18px;
  color:#ecf6ff;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{
  padding:15px 24px;
  font-size:18px;
  border-radius:8px;
}
.btn-light{
  background:var(--blue-accent);
  color:#fff;
}
.btn-dark{
  background:var(--blue-dark);
  color:#fff;
}
.btn.small{padding:13px 22px;font-size:16px}
.hero-image-panel{
  position:relative;
  min-height:460px;
}
.hero-image-card{
  position:absolute;
  right:0;
  bottom:28px;
  width:100%;
  max-width:560px;
  height:460px;
  border-radius:24px;
  box-shadow:0 22px 44px rgba(9,41,88,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1579154204601-01588f351e67?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  border:1px solid rgba(255,255,255,.25);
}
.hero-wave{
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:118px;
  background:
    radial-gradient(140% 140px at 50% -18px, transparent 57%, var(--bg) 58%);
}
.section{
  padding:78px 0;
}
.pattern-soft{
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%),
    radial-gradient(circle at left center, rgba(13,78,163,.05), transparent 26%);
}
.section h2{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.08;
  color:#18457c;
  font-weight:800;
}
.section h2 span{font-weight:500}
.section p{
  margin:0 0 26px;
  color:var(--muted);
  font-size:17px;
}
.cards.four{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.category-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:26px 18px;
  text-align:center;
}
.icon-wrap{
  width:88px;
  height:88px;
  margin:0 auto 18px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #eff7ff, #dfeeff);
  color:var(--blue);
  font-size:46px;
}
.category-card h3{
  margin:0;
  color:#21497c;
  font-size:21px;
}
.features-row{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  color:#3c5b84;
  font-weight:600;
  font-size:16px;
}
.photo-card{
  min-height:230px;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:18px;
  box-shadow:var(--shadow);
  background-size:cover;
  background-position:center;
  position:relative;
}
.photo-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(13,78,163,.10), rgba(10,50,111,.72));
}
.photo-card span{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:21px;
  font-weight:700;
}
.bg1{background-image:url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1200&q=80')}
.bg2{background-image:url('https://images.unsplash.com/photo-1530026186672-2cd00ffc50fe?auto=format&fit=crop&w=1200&q=80')}
.bg3{background-image:url('https://images.unsplash.com/photo-1576671081837-49000212a370?auto=format&fit=crop&w=1200&q=80')}
.bg4{background-image:url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=1200&q=80')}
.partner-strip{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.partner-strip > div{
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  font-size:30px;
  font-weight:800;
  color:#43689b;
  border-inline-end:1px solid var(--line);
}
.partner-strip > div:last-child{border-inline-end:none}
.numbers-band{
  background:
    linear-gradient(135deg, rgba(10,50,111,.98), rgba(13,78,163,.92)),
    url('https://images.unsplash.com/photo-1532187643603-ba119ca4109e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  color:#fff;
  padding:54px 0 62px;
}
.numbers-band h2{
  margin:0 0 28px;
  text-align:center;
  color:#fff;
  font-size:44px;
}
.stats .stat{
  text-align:center;
  padding:18px 14px;
  border-inline-end:1px solid rgba(255,255,255,.22);
}
.stats .stat:last-child{border-inline-end:none}
.stat strong{
  display:block;
  font-size:56px;
  line-height:1;
  font-weight:800;
}
.stat span{
  display:block;
  color:#e6f1ff;
  font-size:18px;
}
.quote-box{text-align:center}
.site-footer{margin-top:0}
.footer-main{
  background:linear-gradient(180deg, #0f468f 0%, #092d62 100%);
  color:#fff;
  padding:60px 0 40px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.1fr;
  gap:30px;
}
.footer-grid h4{
  margin:0 0 18px;
  font-size:21px;
}
.footer-menu li,
.footer-grid p{
  color:#dce9ff;
  margin-bottom:10px;
  font-size:16px;
}
.newsletter-form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.newsletter-form input{
  flex:1 1 220px;
  min-height:48px;
  border:none;
  border-radius:8px;
  padding:0 14px;
}
.newsletter-form button{
  min-height:48px;
  border:none;
  border-radius:8px;
  background:var(--blue-accent);
  color:#fff;
  padding:0 16px;
  font-weight:700;
}
.footer-bottom{
  background:#072753;
  color:#dce9ff;
  padding:16px 0;
  font-size:15px;
}
.inner-hero{
  background:linear-gradient(135deg, rgba(10,50,111,.98), rgba(13,78,163,.82));
  color:#fff;
  padding:88px 0;
}
.inner-hero h1{
  margin:0;
  font-size:48px;
}
.content-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:34px;
}
.default-page,.inner-page{padding-bottom:46px}
.apex-editable-note{display:none}

@media (max-width:1100px){
  .hero-grid,.cards.four,.features-row,.footer-grid,.partner-strip{grid-template-columns:1fr 1fr}
  .hero-copy h1{font-size:54px}
  .primary-nav .menu{gap:20px;flex-wrap:wrap;justify-content:center}
  .site-header-inner{flex-wrap:wrap;padding:14px 0}
}
@media (max-width:760px){
  .topbar-inner,.site-header-inner,.primary-nav .menu,.hero-actions{justify-content:center}
  .hero-grid,.cards.four,.features-row,.footer-grid,.partner-strip{grid-template-columns:1fr}
  .hero-copy{
    text-align:center;
    padding:72px 0 110px;
  }
  .hero-copy h1,.section h2,.numbers-band h2,.inner-hero h1{font-size:40px}
  .hero-copy p,.section p,.stat span{font-size:18px}
  .stat strong{font-size:42px}
  .hero-image-panel{min-height:0}
  .hero-image-card{position:relative;right:auto;bottom:auto;height:320px;margin:0 auto 32px}
  .site-logo img{max-height:72px}
}


/* v5 text size refinement */
.primary-nav a{font-size:16px}
.header-cta{font-size:16px}
.hero-copy h1{font-size:56px}
.hero-copy p{font-size:18px}
.section h2{font-size:44px}
.section p{font-size:17px}
.category-card h3{font-size:21px}
.photo-card span{font-size:21px}
.partner-strip > div{font-size:30px}
.numbers-band h2{font-size:44px}
.stat strong{font-size:56px}
.stat span{font-size:18px}
.footer-grid h4{font-size:21px}
.footer-menu li,.footer-grid p{font-size:16px}
.inner-hero h1{font-size:48px}
.content-card{font-size:17px}

@media (max-width:760px){
  .hero-copy h1,.section h2,.numbers-band h2,.inner-hero h1{font-size:34px}
  .hero-copy p,.section p,.stat span{font-size:17px}
  .stat strong{font-size:38px}
}


/* v6 final polish */
.section{padding:58px 0}
.section h2{font-size:38px;margin-bottom:12px}
.section p{font-size:16px;margin-bottom:20px}
.numbers-band{padding:42px 0 48px}
.numbers-band h2{font-size:38px;margin-bottom:22px}
.partner-strip > div{font-size:26px}
.category-card{padding:22px 16px}
.category-card h3{font-size:19px}
.photo-card{min-height:210px}
.photo-card span{font-size:19px}
.features-row{font-size:15px;margin-top:22px}
.btn.small{padding:11px 18px;font-size:15px;border-radius:7px}
.hero-copy h1{font-size:52px}
.hero-copy p{font-size:17px}
.hero-kicker{font-size:14px}
.hero-grid{min-height:570px}
.hero-copy{padding:62px 0 96px}
.hero-image-card{height:430px;max-width:540px;border-radius:22px}
.hero-wave{height:104px}
.footer-main{padding:52px 0 34px}
.footer-grid h4{font-size:19px}
.footer-menu li,.footer-grid p{font-size:15px}
.content-card{padding:28px}
.inner-hero{padding:72px 0}
.inner-hero h1{font-size:42px}

@media (max-width:760px){
  .section{padding:46px 0}
  .hero-copy h1,.section h2,.numbers-band h2,.inner-hero h1{font-size:30px}
  .hero-copy p,.section p,.stat span{font-size:16px}
  .partner-strip > div{font-size:22px}
}


/* v7 forced overrides to beat cache/old rules */
.hero-section{
  background:
    linear-gradient(90deg, rgba(13,78,163,.78) 0%, rgba(13,78,163,.58) 42%, rgba(13,78,163,.10) 100%),
    url('https://images.unsplash.com/photo-1579165466741-7f35e4755183?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat !important;
}
.hero-image-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1579165466741-7f35e4755183?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat !important;
}

.primary-nav a{font-size:15px !important;}
.header-cta{font-size:15px !important; padding:12px 18px !important;}
.topbar{font-size:13px !important;}
.topbar-inner{min-height:32px !important;}
.site-header-inner{min-height:78px !important;}
.site-logo img{max-height:62px !important;}

.hero-grid{min-height:540px !important;}
.hero-copy{padding:56px 0 88px !important;}
.hero-kicker{font-size:13px !important; padding:9px 14px !important; margin-bottom:16px !important;}
.hero-copy h1{font-size:46px !important; line-height:1.04 !important;}
.hero-copy p{font-size:16px !important; margin-bottom:22px !important;}
.btn{font-size:16px !important; padding:14px 22px !important;}
.btn.small{font-size:14px !important; padding:10px 16px !important;}
.hero-image-card{height:400px !important; max-width:520px !important; border-radius:20px !important;}
.hero-wave{height:92px !important;}

.section{padding:50px 0 !important;}
.section h2{font-size:34px !important; line-height:1.12 !important; margin-bottom:10px !important;}
.section p{font-size:15px !important; margin-bottom:16px !important;}
.category-card{padding:20px 14px !important;}
.icon-wrap{width:74px !important; height:74px !important; font-size:38px !important; margin-bottom:14px !important;}
.category-card h3{font-size:18px !important;}
.features-row{font-size:14px !important; gap:10px !important; margin-top:18px !important;}
.photo-card{min-height:190px !important;}
.photo-card span{font-size:18px !important;}
.partner-strip > div{font-size:22px !important; min-height:90px !important;}

.numbers-band{padding:36px 0 40px !important;}
.numbers-band h2{font-size:34px !important; margin-bottom:18px !important;}
.stat strong{font-size:48px !important;}
.stat span{font-size:16px !important;}

.footer-main{padding:44px 0 28px !important;}
.footer-grid h4{font-size:18px !important;}
.footer-menu li,.footer-grid p{font-size:14px !important;}
.newsletter-form input,.newsletter-form button{min-height:44px !important;}

.inner-hero{padding:60px 0 !important;}
.inner-hero h1{font-size:36px !important;}
.content-card{padding:24px !important; font-size:16px !important;}

@media (max-width:760px){
  .hero-copy h1,.section h2,.numbers-band h2,.inner-hero h1{font-size:28px !important;}
  .hero-copy p,.section p,.stat span{font-size:15px !important;}
  .stat strong{font-size:34px !important;}
}


/* v8 embedded local imagery + typography refinement */
.hero-section{
  background:
    linear-gradient(90deg, rgba(13,78,163,.80) 0%, rgba(13,78,163,.60) 42%, rgba(13,78,163,.10) 100%),
    url('../images/hero-bg.png') center/cover no-repeat !important;
}
.hero-image-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)),
    url('../images/hero-card.png') center/cover no-repeat !important;
}
.bg1{background-image:url('../images/industry-1.png') !important}
.bg2{background-image:url('../images/industry-2.png') !important}
.bg3{background-image:url('../images/industry-3.png') !important}
.bg4{background-image:url('../images/industry-4.png') !important}

.inner-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)),
    url('../images/inner-about.png') center/cover no-repeat;
}
.inner-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.inner-hero .container{position:relative;z-index:1}
.hero-about-us{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-about.png') !important;}
.hero-products{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-products.png') !important;}
.hero-services{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-services.png') !important;}
.hero-partners{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-partners.png') !important;}
.hero-request-a-quote{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-quote.png') !important;}
.hero-contact-us{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.42)), url('../images/inner-contact.png') !important;}

.primary-nav a{font-size:15px !important;}
.header-cta{font-size:15px !important; padding:12px 18px !important;}
.topbar{font-size:13px !important;}
.topbar-inner{min-height:32px !important;}
.site-header-inner{min-height:78px !important;}
.site-logo img{max-height:62px !important;}

.hero-grid{min-height:540px !important;}
.hero-copy{padding:56px 0 88px !important;}
.hero-kicker{font-size:13px !important; padding:9px 14px !important; margin-bottom:16px !important;}
.hero-copy h1{font-size:44px !important; line-height:1.04 !important;}
.hero-copy p{font-size:16px !important; margin-bottom:22px !important;}
.btn{font-size:15px !important; padding:13px 20px !important;}
.btn.small{font-size:14px !important; padding:10px 16px !important;}
.hero-image-card{height:400px !important; max-width:520px !important; border-radius:20px !important;}
.hero-wave{height:92px !important;}

.section{padding:46px 0 !important;}
.section h2{font-size:32px !important; line-height:1.12 !important; margin-bottom:10px !important;}
.section p{font-size:15px !important; margin-bottom:16px !important;}
.category-card{padding:18px 14px !important;}
.icon-wrap{width:70px !important; height:70px !important; font-size:34px !important; margin-bottom:12px !important;}
.category-card h3{font-size:17px !important;}
.features-row{font-size:14px !important; gap:10px !important; margin-top:18px !important;}
.photo-card{min-height:180px !important;}
.photo-card span{font-size:17px !important;}
.partner-strip > div{font-size:20px !important; min-height:86px !important;}

.numbers-band{padding:34px 0 36px !important;}
.numbers-band h2{font-size:32px !important; margin-bottom:16px !important;}
.stat strong{font-size:42px !important;}
.stat span{font-size:15px !important;}

.footer-main{padding:40px 0 26px !important;}
.footer-grid h4{font-size:17px !important;}
.footer-menu li,.footer-grid p{font-size:14px !important;}
.newsletter-form input,.newsletter-form button{min-height:42px !important;}

.inner-hero{padding:54px 0 !important;}
.inner-hero h1{font-size:34px !important;}
.content-card{padding:22px !important; font-size:15px !important;}

@media (max-width:760px){
  .hero-copy h1,.section h2,.numbers-band h2,.inner-hero h1{font-size:26px !important;}
  .hero-copy p,.section p,.stat span{font-size:14px !important;}
  .stat strong{font-size:30px !important;}
}


/* v9 clean-image overrides: remove embedded screenshot text from backgrounds */
.hero-section{
  background:
    linear-gradient(90deg, rgba(13,78,163,.88) 0%, rgba(13,78,163,.68) 42%, rgba(13,78,163,.18) 100%),
    url('../images/hero-bg.png') center/cover no-repeat !important;
}
.hero-image-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    url('../images/hero-card.png') center/cover no-repeat !important;
}

.hero-about-us{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-about.png') !important;}
.hero-products{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-products.png') !important;}
.hero-services{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-services.png') !important;}
.hero-partners{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-partners.png') !important;}
.hero-request-a-quote{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-quote.png') !important;}
.hero-contact-us{background-image:linear-gradient(90deg, rgba(10,50,111,.86), rgba(13,78,163,.38)), url('../images/inner-contact.png') !important;}

/* extra readability */
.hero-copy{
  text-shadow: 0 2px 10px rgba(0,0,0,.12);
}


/* v10 professional polish */
body{background:#f6f9fe !important}
.site-header{box-shadow:0 6px 18px rgba(13,78,163,.06)}
.site-header-inner{min-height:74px !important}
.site-logo img{max-height:58px !important}
.primary-nav a{font-size:14px !important; letter-spacing:.01em}
.header-cta{font-size:14px !important; border-radius:10px !important}
.hero-section{
  background:
    linear-gradient(90deg, rgba(10,57,122,.84) 0%, rgba(13,78,163,.62) 40%, rgba(13,78,163,.08) 100%),
    url('../images/hero-bg.png') center/cover no-repeat !important;
}
.hero-copy h1{font-size:42px !important}
.hero-copy p{font-size:15px !important}
.hero-kicker{font-size:12px !important}
.hero-image-card{box-shadow:0 18px 40px rgba(11,47,105,.16) !important}
.section{padding:42px 0 !important}
.section h2{font-size:30px !important}
.section p{font-size:14px !important}
.category-card h3,.photo-card span{font-size:16px !important}
.features-row,.footer-menu li,.footer-grid p,.stat span{font-size:13px !important}
.numbers-band h2{font-size:30px !important}
.stat strong{font-size:38px !important}
.partner-strip > div{font-size:18px !important; font-weight:700 !important}
.inner-hero{
  min-height:220px;
  display:flex;
  align-items:center;
}
.inner-hero h1{font-size:30px !important}
.content-card h1,.content-card h2,.content-card h3{color:#18457c}


/* v11 professional local assets and refined inner pages */
.hero-section{
  background:
    linear-gradient(90deg, rgba(13,78,163,.80) 0%, rgba(13,78,163,.62) 42%, rgba(13,78,163,.14) 100%),
    url('../images/hero-main.jpg') center/cover no-repeat !important;
}
.hero-image-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    url('../images/about-section.jpg') center/cover no-repeat !important;
}
.bg1{background-image:url('../images/industry-hospitals.jpg') !important}
.bg2{background-image:url('../images/industry-research-labs.jpg') !important}
.bg3{background-image:url('../images/industry-universities.jpg') !important}
.bg4{background-image:url('../images/industry-healthcare-centers.jpg') !important}

.hero-about-us{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-about-hero.jpg') !important;}
.hero-products{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-products-hero.jpg') !important;}
.hero-services{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-services-hero.jpg') !important;}
.hero-partners{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-partners-hero.jpg') !important;}
.hero-request-a-quote{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-request-quote-hero.jpg') !important;}
.hero-contact-us{background-image:linear-gradient(90deg, rgba(10,50,111,.84), rgba(13,78,163,.40)), url('../images/page-contact-hero.jpg') !important;}

.hero-copy h1{font-size:42px !important}
.hero-copy p{font-size:15px !important}
.hero-kicker{font-size:12px !important}
.primary-nav a{font-size:14px !important}
.header-cta{font-size:14px !important}
.section h2{font-size:30px !important}
.section p{font-size:14px !important}
.category-card p{font-size:13px !important; color:var(--muted); margin-top:8px}
.category-card h3{font-size:16px !important}
.photo-card span{font-size:16px !important}
.partner-strip > div{font-size:18px !important}
.partner-logo small{font-size:12px; font-weight:700}
.partner-logo.roche{color:#295a9e}
.partner-logo.siemens{color:#6b7da5}
.partner-logo.siemens small{color:#f28c2b}
.partner-logo.thermo{color:#d24b43}
.partner-logo.thermo small{color:#4d5f7d}
.partner-logo.bd{color:#d66c28}
.numbers-band h2{font-size:30px !important}
.stat strong{font-size:38px !important}
.stat span{font-size:14px !important}

.inner-hero{
  min-height:260px;
  display:flex;
  align-items:flex-end;
  padding:0 !important;
  position:relative;
  overflow:hidden;
  background-size:cover !important;
  background-position:center !important;
}
.inner-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(10,50,111,.82), rgba(13,78,163,.32));
}
.inner-hero .container{
  position:relative;
  z-index:1;
  padding:46px 0;
}
.inner-hero h1{font-size:32px !important; color:#fff}

.content-card h2{font-size:26px; color:#1d4f90; margin:0 0 14px}
.content-card p{font-size:15px; color:#526b91; line-height:1.7}
.apex-form-wrap{margin-top:22px}
.apex-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:22px;
}
.apex-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.apex-form label{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#2b4c78;
  margin-bottom:7px;
}
.apex-form input,
.apex-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:10px;
  min-height:46px;
  padding:0 14px;
  font:inherit;
}
.apex-form textarea{
  min-height:140px;
  padding-top:12px;
}
.apex-form button{margin-top:16px}

@media (max-width:760px){
  .apex-form-grid{grid-template-columns:1fr}
}


/* v14 stability restore */
/* Keep homepage on the approved fixed design */
.hero-section{
  background:
    linear-gradient(90deg, rgba(13,78,163,.80) 0%, rgba(13,78,163,.62) 42%, rgba(13,78,163,.14) 100%),
    url('../images/hero-main.jpg') center/cover no-repeat !important;
}
.hero-image-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    url('../images/about-section.jpg') center/cover no-repeat !important;
}
.btn.btn-light{
  background:#2fa7ff !important;
  color:#fff !important;
}
.btn.btn-dark{
  background:#0a326f !important;
  color:#fff !important;
}

/* Tone down inner page typography and avoid oversized light-blue headings */
.content-card h1,
.content-card h2,
.content-card h3,
.content-card h4{
  color:#1b4b86 !important;
  line-height:1.18 !important;
  margin:0 0 14px !important;
  font-weight:800 !important;
}
.content-card h1{font-size:34px !important;}
.content-card h2{font-size:28px !important;}
.content-card h3{font-size:22px !important;}
.content-card h4{font-size:18px !important;}
.content-card p,
.content-card li{
  color:#5c7090 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}
.content-card ul,
.content-card ol{
  padding-left:22px;
}

/* Elementor content inside inner pages */
.inner-page .elementor-widget-heading h1,
.inner-page .elementor-widget-heading h2,
.inner-page .elementor-widget-heading h3,
.inner-page .elementor-widget-heading h4{
  color:#1b4b86 !important;
  line-height:1.18 !important;
}
.inner-page .elementor-widget-heading h1{font-size:34px !important;}
.inner-page .elementor-widget-heading h2{font-size:28px !important;}
.inner-page .elementor-widget-heading h3{font-size:22px !important;}
.inner-page .elementor-widget-heading h4{font-size:18px !important;}
.inner-page .elementor-widget-text-editor,
.inner-page .elementor-widget-text-editor p,
.inner-page .elementor-widget-text-editor li{
  color:#5c7090 !important;
  font-size:15px !important;
  line-height:1.75 !important;
}
.inner-page .elementor-button{
  border-radius:8px !important;
}
.inner-page .elementor-button,
.inner-page .elementor-button-text{
  font-size:15px !important;
}

/* Keep section headings balanced */
.section h2{
  font-size:30px !important;
  color:#1a4d88 !important;
}
.section p{
  font-size:14px !important;
  color:#62789b !important;
}
.category-card h3{font-size:16px !important;}
.category-card p{font-size:13px !important;}
.partner-strip > div{font-size:18px !important;}
.numbers-band h2{font-size:30px !important;}
.stat strong{font-size:38px !important;}
.stat span{font-size:14px !important;}
.footer-grid h4{font-size:17px !important;}
.footer-menu li,.footer-grid p{font-size:14px !important;}

@media (max-width:760px){
  .content-card h1,
  .inner-page .elementor-widget-heading h1{font-size:28px !important;}
  .content-card h2,
  .inner-page .elementor-widget-heading h2{font-size:24px !important;}
  .content-card h3,
  .inner-page .elementor-widget-heading h3{font-size:20px !important;}
}


/* v18 hybrid fix */
.elementor-hidden-content{
  display:none !important;
}
.front-page-builder,
.inner-page-builder{
  background:var(--bg);
}
.front-page-builder .elementor,
.inner-page-builder .elementor,
.front-page-builder .elementor-section-wrap,
.inner-page-builder .elementor-section-wrap{
  width:100%;
}
.front-page-builder .elementor-section.elementor-section-boxed > .elementor-container,
.inner-page-builder .elementor-section.elementor-section-boxed > .elementor-container{
  max-width:1240px;
}


/* v19 no visible footer */
.site-footer,
.footer,
.footer-main,
.footer-bottom{
  display:none !important;
}
body{
  padding-bottom:0 !important;
}
