/*
Theme Name: Lumina Modern ERP
Theme URI: https://lumina.example/
Author: Lumina
Description: Modern English corporate WordPress theme for Lumina ERP.
Version: 1.6.38.46
Requires at least: 6.0
Text Domain: lumina-modern
*/
:root{--navy:#082b4c;--blue:#0b67a3;--sky:#3bc4ed;--ink:#17212b;--muted:#667483;--line:#dce5ec;--soft:#f4f8fb;--white:#fff;--radius:18px;--shadow:0 12px 35px rgba(8,43,76,.09)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,sans-serif;line-height:1.7}
a{color:var(--blue)} img{max-width:100%;height:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.header-inner{max-width:1200px;margin:auto;padding:15px 24px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{font-size:24px;font-weight:800;color:var(--navy);text-decoration:none;letter-spacing:-.5px}.brand span{color:var(--sky)}
.main-nav ul{list-style:none;display:flex;gap:24px;margin:0;padding:0;align-items:center}.main-nav a{text-decoration:none;color:var(--ink);font-weight:600;font-size:14px}.main-nav a:hover{color:var(--blue)}
.nav-cta{background:var(--navy);color:#fff!important;padding:10px 16px;border-radius:999px}
.site-main{min-height:70vh}.hero{max-width:1200px;margin:0 auto;padding:90px 24px 70px;display:grid;grid-template-columns:1.5fr .8fr;gap:60px;align-items:center}
.hero h1,.page-hero h1{font-size:clamp(42px,6vw,74px);line-height:1.05;letter-spacing:-2.5px;margin:12px 0 22px;color:var(--navy)}.hero p,.page-hero p{font-size:19px;color:var(--muted);max-width:760px}
.eyebrow{display:inline-block;font-size:12px;letter-spacing:2px;font-weight:800;color:var(--blue)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-block;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:700;cursor:pointer}.btn-primary{background:var(--navy);color:#fff}.btn-secondary{border:1px solid var(--line);color:var(--navy);background:#fff}.btn-light{background:#fff;color:var(--navy)}
.hero-card{background:linear-gradient(145deg,var(--navy),#0d4d75);color:#fff;padding:36px;border-radius:28px;box-shadow:var(--shadow)}.hero-card h3{font-size:28px;margin:8px 0}.hero-card p{color:#dbeaf3;font-size:15px}.metric{font-size:56px;font-weight:900;color:var(--sky)}
.page-hero{background:linear-gradient(180deg,var(--soft),#fff);padding:80px max(24px,calc((100vw - 1152px)/2));border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,64px)}
.section{max-width:1200px;margin:0 auto;padding:75px 24px}.section.alt{max-width:none;background:var(--soft);padding-left:max(24px,calc((100vw - 1152px)/2));padding-right:max(24px,calc((100vw - 1152px)/2))}
.section h2{font-size:clamp(30px,4vw,46px);line-height:1.15;color:var(--navy);letter-spacing:-1px;margin:10px 0 35px}
.cards{display:grid;gap:20px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:26px;box-shadow:0 5px 18px rgba(8,43,76,.035)}.card h3{color:var(--navy);margin:0 0 10px;font-size:20px}.card p{margin:0;color:var(--muted)}
.link-card{text-decoration:none;transition:.2s ease}.link-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b9d7e8}
.cta{max-width:1152px;margin:20px auto 80px;background:var(--navy);color:#fff;border-radius:28px;padding:42px;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h2{margin:6px 0 0;font-size:36px}.cta .eyebrow{color:var(--sky)}
.split{display:grid;grid-template-columns:1.4fr .8fr;gap:50px;align-items:start}.quote-card{background:var(--soft);padding:30px;border-radius:var(--radius);border:1px solid var(--line)}blockquote{font-size:24px;line-height:1.4;margin:12px 0;color:var(--navy)}
.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--soft);border:1px solid var(--line);border-radius:24px;padding:36px}.mini-form{display:grid;gap:12px}.fake-input{background:#fff;border:1px solid var(--line);padding:13px 15px;border-radius:10px;color:#8b97a2}.fake-input.large{height:100px}.mini-form .btn{text-align:center}
.site-footer{background:#061e35;color:#d6e3ed;margin-top:70px}.footer-inner{max-width:1200px;margin:auto;padding:55px 24px 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-title{color:#fff;font-size:22px;font-weight:800}.site-footer a{color:#d6e3ed;text-decoration:none}.site-footer ul{list-style:none;padding:0;margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:13px;color:#8fa6b8}
.content-wrap{max-width:1200px;margin:auto;padding:60px 24px}.content-wrap h1{color:var(--navy)}
@media(max-width:900px){.main-nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.cards.three,.cards.four{grid-template-columns:1fr 1fr}.split,.contact-panel,.footer-grid{grid-template-columns:1fr}.cta{margin-left:20px;margin-right:20px;align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.cards.three,.cards.four{grid-template-columns:1fr}.hero h1,.page-hero h1{letter-spacing:-1.2px}.hero{gap:30px}.section{padding-top:55px;padding-bottom:55px}}

/* Lumina logo */
.brand{display:flex;align-items:center;line-height:1}
.brand img{display:block;width:auto;height:42px;max-width:220px}
@media(max-width:600px){.brand img{height:34px;max-width:180px}}

.cards.two{grid-template-columns:repeat(2,1fr)}
.faq-list{display:grid;gap:20px}
.faq-list .card{padding:30px}
.faq-list .card h3{font-size:22px}
.faq-list .card p{margin:0 0 14px}
.faq-list .card ul{margin-bottom:0;color:var(--muted)}
.section>p{max-width:900px;color:var(--muted);font-size:17px}
@media(max-width:700px){.cards.two{grid-template-columns:1fr}}

/* v1.5.2 - Professional About Us presence section */
.lumina-presence{
  padding-top:64px;
  padding-bottom:64px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%);
}
.presence-intro{max-width:820px;margin:0 auto 38px;text-align:center}
.presence-intro .eyebrow{display:block;margin-bottom:10px}
.presence-intro h2{margin:0 0 14px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}
.presence-intro p{margin:0;color:var(--muted);font-size:17px;line-height:1.75}
.presence-board{
  max-width:1120px;margin:0 auto;display:grid;
  grid-template-columns:minmax(230px,.75fr) minmax(360px,1.35fr) minmax(230px,.75fr);
  gap:22px;align-items:stretch
}
.office-card{
  position:relative;background:#fff;border:1px solid #dce5ef;border-radius:18px;
  padding:28px 24px;box-shadow:0 10px 30px rgba(10,45,80,.06)
}
.office-marker{
  width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;color:#fff;background:#123c73;font-size:13px;font-weight:800;letter-spacing:.06em
}
.office-penang .office-marker{background:#d63832}
.office-label{display:block;color:#d63832;font-size:12px;font-weight:800;letter-spacing:.1em;margin-bottom:6px}
.office-card h3{font-size:27px;margin:0 0 12px;color:#082b54}
.office-card strong{display:block;margin-bottom:5px;color:#17283b}
.office-card>p:not(.office-description){margin:0;color:var(--muted);font-size:14px}
.office-description{margin:20px 0 0;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:14px;line-height:1.65}
.presence-map-center{
  position:relative;min-height:330px;background:#fff;border:1px solid #dce5ef;border-radius:18px;
  display:flex;align-items:center;justify-content:center;padding:22px;overflow:hidden;
  box-shadow:0 10px 30px rgba(10,45,80,.06)
}
.presence-map-center img{display:block;width:100%;height:100%;max-height:330px;object-fit:cover;border-radius:12px}
.presence-route-label{
  position:absolute;left:50%;bottom:34px;transform:translateX(-50%);
  white-space:nowrap;background:rgba(255,255,255,.94);border:1px solid #dce5ef;border-radius:999px;
  padding:9px 16px;color:#082b54;font-size:13px;font-weight:700;box-shadow:0 5px 18px rgba(10,45,80,.12)
}
.presence-route-label span{color:#d63832;padding:0 7px}
.presence-footer-line{
  max-width:1120px;margin:22px auto 0;display:grid;grid-template-columns:repeat(3,1fr);
  background:#082b54;color:#fff;border-radius:14px;overflow:hidden
}
.presence-footer-line span{padding:16px 20px;text-align:center;font-size:13px;font-weight:600;border-right:1px solid rgba(255,255,255,.16)}
.presence-footer-line span:last-child{border-right:0}
@media(max-width:900px){
  .presence-board{grid-template-columns:1fr 1fr}
  .presence-map-center{grid-column:1/-1;grid-row:1}
  .presence-footer-line{grid-template-columns:1fr}
  .presence-footer-line span{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .presence-footer-line span:last-child{border-bottom:0}
}
@media(max-width:620px){
  .lumina-presence{padding-top:46px;padding-bottom:46px}
  .presence-board{grid-template-columns:1fr}
  .presence-map-center{grid-column:auto;grid-row:auto;min-height:240px}
  .presence-map-center img{max-height:260px}
}


/* v1.5.3 - Our Presence layout matched to approved reference */
.presence-v153{
  max-width:1180px;
  margin:34px auto 58px;
  padding:34px 26px 30px;
  background:#fafcff;
  border:1px solid #edf1f5;
  border-radius:14px;
  box-shadow:none;
}
.presence-v153-header{
  max-width:none;
  margin:0 0 22px;
  text-align:left;
}
.presence-v153-header .eyebrow{
  display:block;
  margin-bottom:9px;
  font-size:12px;
  font-weight:800;
  color:#d63832;
  letter-spacing:.04em;
}
.presence-v153-header h2{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,34px);
  line-height:1.15;
  color:#082b54;
  letter-spacing:-.02em;
}
.presence-v153-header p{
  max-width:880px;
  margin:0;
  color:#35475a;
  font-size:15px;
  line-height:1.65;
}
.presence-v153-layout{
  display:grid;
  grid-template-columns:210px minmax(360px,1fr) 210px;
  gap:18px;
  align-items:center;
}
.presence-city-card{
  position:relative;
  align-self:stretch;
  background:#fff;
  border:1px solid #d7e0e9;
  border-radius:10px;
  padding:12px 12px 16px;
  box-shadow:0 4px 12px rgba(7,43,84,.04);
}
.presence-city-icon{
  position:absolute;
  top:-15px;
  left:-7px;
  z-index:3;
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:11px;
  font-weight:800;
  border:4px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.16);
}
.taipei-icon{background:#0b3b77}
.penang-icon{background:#dc342e}
.presence-city-photo{
  display:block;
  width:100%;
  height:105px;
  object-fit:cover;
  border-radius:6px;
  background:#eef3f8;
}
.presence-city-card h3{
  margin:11px 0 10px;
  color:#082b54;
  font-size:18px;
  line-height:1.25;
}
.presence-company-line{
  display:flex;
  gap:8px;
  align-items:flex-start;
  margin-bottom:10px;
}
.presence-pin{
  color:#0b3b77;
  font-size:13px;
  line-height:1.2;
}
.penang-pin{color:#dc342e}
.presence-company-line strong{
  display:block;
  color:#17283b;
  font-size:12px;
  line-height:1.25;
}
.presence-company-line small{
  display:block;
  margin-top:2px;
  color:#647587;
  font-size:11px;
}
.presence-city-card>p{
  margin:0;
  color:#3f5060;
  font-size:12px;
  line-height:1.45;
}
.presence-v153-map{
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.presence-v153-map img{
  display:block;
  width:100%;
  height:auto;
  max-height:270px;
  object-fit:contain;
  border-radius:0;
  background:transparent;
}
@media(max-width:920px){
  .presence-v153-layout{
    grid-template-columns:1fr 1fr;
  }
  .presence-v153-map{
    grid-column:1/-1;
    grid-row:1;
  }
}
@media(max-width:620px){
  .presence-v153{
    margin:24px auto 40px;
    padding:26px 18px;
  }
  .presence-v153-layout{
    grid-template-columns:1fr;
    gap:24px;
  }
  .presence-v153-map{
    grid-column:auto;
    grid-row:auto;
    min-height:180px;
  }
  .presence-city-photo{
    height:160px;
  }
}


/* v1.5.5 - Combined Services page */
.services-hero{max-width:900px}
.services-overview{padding-top:72px;padding-bottom:72px}
.services-section-heading{max-width:760px;margin:0 auto 38px;text-align:center}
.services-section-heading h2{margin:8px 0 14px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}
.services-section-heading p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.services-three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-overview-card{
  position:relative;display:flex;flex-direction:column;min-height:320px;padding:28px;
  color:inherit;text-decoration:none;background:#fff;border:1px solid var(--line);
  border-radius:20px;box-shadow:0 10px 28px rgba(8,43,76,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.service-overview-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(8,43,76,.11);border-color:#c7d5e4}
.service-number{position:absolute;top:22px;right:24px;color:#a9b7c6;font-size:13px;font-weight:800;letter-spacing:.08em}
.service-icon{
  width:52px;height:52px;margin-bottom:28px;border-radius:14px;display:flex;align-items:center;
  justify-content:center;background:#082b54;color:#fff;font-weight:800;font-size:20px
}
.service-overview-card:nth-child(2) .service-icon{background:#163e73}
.service-overview-card:nth-child(3) .service-icon{background:#d63832}
.service-overview-card h3{margin:0 0 12px;color:#082b54;font-size:23px}
.service-overview-card p{margin:0 0 24px;color:var(--muted);line-height:1.65}
.service-link{margin-top:auto;color:#0d4f91;font-size:13px;font-weight:800}
.service-detail-section{padding-top:78px;padding-bottom:78px;border-top:1px solid var(--line)}
.service-detail-alt{background:#f6f9fc}
.service-detail-layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(430px,1.18fr);gap:70px;align-items:start}
.service-detail-intro{position:sticky;top:100px}
.service-kicker{display:block;margin-bottom:13px;color:#d63832;font-size:12px;font-weight:800;letter-spacing:.09em}
.service-detail-intro h2{margin:0 0 18px;font-size:clamp(30px,3.5vw,42px);line-height:1.12;letter-spacing:-.03em;color:#082b54}
.service-detail-intro p{color:var(--muted);font-size:16px;line-height:1.75}
.service-feature-list{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(8,43,76,.05)}
.service-feature-list article{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:23px 25px;border-bottom:1px solid var(--line)}
.service-feature-list article:last-child{border-bottom:0}
.service-feature-list article>span{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:#eef4fa;color:#0b477f;font-size:11px;font-weight:800
}
.service-feature-list h3{margin:1px 0 7px;color:#082b54;font-size:18px}
.service-feature-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.services-closing{
  margin-top:0;display:flex;justify-content:space-between;align-items:center;gap:36px;
  padding-top:58px;padding-bottom:58px;background:#082b54;color:#fff
}
.services-closing>div{max-width:760px}
.services-closing .eyebrow{color:#f08a84}
.services-closing h2{margin:8px 0 12px;color:#fff;font-size:32px}
.services-closing p{margin:0;color:rgba(255,255,255,.76);line-height:1.7}
.services-closing .button{flex:0 0 auto;background:#fff;color:#082b54}
@media(max-width:900px){
  .services-three-grid{grid-template-columns:1fr}
  .service-overview-card{min-height:0}
  .service-detail-layout{grid-template-columns:1fr;gap:34px}
  .service-detail-intro{position:static}
  .services-closing{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
  .services-overview,.service-detail-section{padding-top:52px;padding-bottom:52px}
  .service-feature-list article{grid-template-columns:36px 1fr;padding:20px 16px;gap:12px}
  .service-feature-list article>span{width:32px;height:32px}
}


/* v1.5.6 - Industry Solutions overview + navigation dropdown */
.main-nav ul{list-style:none;margin:0;padding:0}
.main-nav>div>ul,
.main-nav>ul{display:flex;align-items:center;gap:28px}
.main-nav li{position:relative}
.main-nav li.menu-item-has-children>a{padding-right:16px}
.main-nav li.menu-item-has-children>a:after{
  content:"";position:absolute;right:0;top:50%;width:6px;height:6px;
  border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
  transform:translateY(-65%) rotate(45deg)
}
.main-nav .sub-menu{
  position:absolute;top:calc(100% + 16px);left:-18px;z-index:1000;
  min-width:275px;padding:10px;background:#fff;border:1px solid #dce5ef;
  border-radius:14px;box-shadow:0 18px 42px rgba(8,43,76,.14);
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}
.main-nav .sub-menu:before{
  content:"";position:absolute;left:0;right:0;top:-18px;height:20px
}
.main-nav li:hover>.sub-menu,
.main-nav li:focus-within>.sub-menu{
  opacity:1;visibility:visible;transform:translateY(0)
}
.main-nav .sub-menu li{width:100%}
.main-nav .sub-menu a{
  display:block;padding:11px 13px;border-radius:9px;color:#17283b;
  font-size:14px;line-height:1.35;white-space:normal
}
.main-nav .sub-menu a:hover{background:#f2f6fa;color:#0b477f}
.main-nav .sub-menu li.menu-item-has-children>a:after{display:none}

.industry-solutions-hero{max-width:930px}
.industry-solutions-intro{padding-top:72px;padding-bottom:78px}
.industry-solutions-heading{max-width:800px;margin:0 auto 40px;text-align:center}
.industry-solutions-heading h2{margin:8px 0 14px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}
.industry-solutions-heading p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.industry-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.industry-solution-card{
  position:relative;display:flex;flex-direction:column;min-height:390px;padding:28px;
  color:inherit;text-decoration:none;background:#fff;border:1px solid var(--line);
  border-radius:20px;box-shadow:0 10px 28px rgba(8,43,76,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.industry-solution-card:hover{transform:translateY(-4px);box-shadow:0 17px 38px rgba(8,43,76,.11);border-color:#c6d5e5}
.industry-number{position:absolute;top:22px;right:24px;color:#a5b4c3;font-size:12px;font-weight:800;letter-spacing:.08em}
.industry-card-icon{
  width:50px;height:50px;margin-bottom:25px;border-radius:14px;display:flex;
  align-items:center;justify-content:center;background:#082b54;color:#fff;font-size:18px;font-weight:800
}
.industry-solution-card:nth-child(2) .industry-card-icon,
.industry-solution-card:nth-child(5) .industry-card-icon{background:#164775}
.industry-solution-card:nth-child(3) .industry-card-icon,
.industry-solution-card:nth-child(6) .industry-card-icon{background:#d63832}
.industry-solution-card h3{margin:0 0 12px;color:#082b54;font-size:22px;line-height:1.25}
.industry-solution-card>p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.65}
.industry-solution-card ul{margin:0 0 22px;padding:0;list-style:none}
.industry-solution-card li{position:relative;margin:7px 0;padding-left:17px;color:#425466;font-size:13px}
.industry-solution-card li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#d63832}
.industry-link{margin-top:auto;color:#0b4c8b;font-size:13px;font-weight:800}
.industry-solutions-why{
  display:grid;grid-template-columns:minmax(300px,.9fr) minmax(440px,1.1fr);
  gap:70px;align-items:center;padding-top:72px;padding-bottom:72px;background:#f6f9fc
}
.industry-why-copy h2{margin:8px 0 18px;font-size:clamp(30px,3.5vw,42px);letter-spacing:-.03em}
.industry-why-copy p{margin:0;color:var(--muted);font-size:16px;line-height:1.75}
.industry-why-points{display:grid;gap:12px}
.industry-why-points article{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:20px 22px;background:#fff;border:1px solid var(--line);border-radius:14px}
.industry-why-points strong{color:#082b54;font-size:18px}
.industry-why-points span{color:var(--muted);line-height:1.55}
.industry-closing{margin-top:0}

@media(max-width:980px){
  .industry-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industry-solutions-why{grid-template-columns:1fr;gap:35px}
}
@media(max-width:760px){
  .main-nav .sub-menu{
    position:static;min-width:0;padding:6px 0 6px 14px;border:0;border-radius:0;
    box-shadow:none;opacity:1;visibility:visible;transform:none;background:transparent
  }
}
@media(max-width:620px){
  .industry-solution-grid{grid-template-columns:1fr}
  .industry-solution-card{min-height:0}
  .industry-solutions-intro,.industry-solutions-why{padding-top:52px;padding-bottom:52px}
  .industry-why-points article{grid-template-columns:1fr;gap:6px}
}


/* v1.5.7 - Industry Solutions horizontal overflow fix */
html,body{max-width:100%;overflow-x:hidden}
.site-header,.site-header .container,.main-nav{max-width:100%;box-sizing:border-box}

/* Keep Industry Solutions dropdown inside the browser viewport */
.main-nav .sub-menu{
  left:auto!important;
  right:0!important;
  width:300px!important;
  min-width:0!important;
  max-width:calc(100vw - 32px)!important;
  box-sizing:border-box!important;
}
.main-nav .sub-menu a{
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

/* Prevent all Industry Solutions content from forcing page width */
.industry-solutions-hero,
.industry-solutions-intro,
.industry-solutions-why,
.industry-closing,
.industry-solution-grid,
.industry-solution-card{
  max-width:100%;
  box-sizing:border-box;
}
.industry-solution-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.industry-solution-card{min-width:0!important}
.industry-solution-card *{min-width:0}
.industry-solutions-why{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
}
.industry-why-copy,.industry-why-points{min-width:0}

/* At narrower desktop/tablet widths reduce the cards before any overflow can occur */
@media(max-width:1100px){
  .industry-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .main-nav>div>ul,.main-nav>ul{gap:18px}
}
@media(max-width:900px){
  .industry-solutions-why{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .main-nav .sub-menu{
    width:auto!important;
    max-width:100%!important;
    right:auto!important;
  }
}
@media(max-width:620px){
  .industry-solution-grid{grid-template-columns:1fr!important}
}


/* v1.5.8 - Industry Solutions dropdown: show all six items */
.main-nav .sub-menu{
  display:block!important;
  left:50%!important;
  right:auto!important;
  transform:translate(-50%,8px)!important;
  width:310px!important;
  min-width:310px!important;
  max-width:calc(100vw - 32px)!important;
  padding:10px!important;
  overflow:visible!important;
  white-space:normal!important;
}
.main-nav li:hover>.sub-menu,
.main-nav li:focus-within>.sub-menu{
  transform:translate(-50%,0)!important;
}
.main-nav .sub-menu li{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
.main-nav .sub-menu li a{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:11px 13px!important;
  font-size:14px!important;
  line-height:1.3!important;
  white-space:normal!important;
}
@media(max-width:760px){
  .main-nav .sub-menu{
    position:static!important;
    transform:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .main-nav li:hover>.sub-menu,
  .main-nav li:focus-within>.sub-menu{transform:none!important}
}


/* v1.5.9 - Finance Management page */
.finance-hero{max-width:920px}
.finance-intro{padding-top:72px;padding-bottom:78px}
.finance-intro-copy{max-width:790px;margin:0 auto 38px;text-align:center}
.finance-intro-copy h2{margin:8px 0 14px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}
.finance-intro-copy p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}
.finance-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.finance-module-card{
  position:relative;min-height:205px;padding:26px;background:#fff;border:1px solid var(--line);
  border-radius:18px;box-shadow:0 8px 24px rgba(8,43,76,.05);box-sizing:border-box
}
.finance-module-card>span{
  display:block;margin-bottom:22px;color:#d63832;font-size:12px;font-weight:800;letter-spacing:.08em
}
.finance-module-card h3{margin:0 0 10px;color:#082b54;font-size:20px}
.finance-module-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.finance-connected{
  display:grid;grid-template-columns:minmax(300px,.95fr) minmax(400px,1.05fr);
  gap:65px;align-items:center;padding-top:70px;padding-bottom:70px;background:#f6f9fc
}
.finance-connected h2{margin:8px 0 17px;font-size:clamp(30px,3.5vw,42px);letter-spacing:-.03em}
.finance-connected p{margin:0;color:var(--muted);font-size:16px;line-height:1.75}
.finance-connected-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.finance-connected-list span{
  display:flex;align-items:center;min-height:62px;padding:16px 20px;background:#fff;border:1px solid var(--line);
  border-radius:12px;color:#082b54;font-size:15px;font-weight:700;box-sizing:border-box
}
.finance-connected-list span:last-child{grid-column:1/-1}
.finance-closing{margin-top:0}
@media(max-width:900px){
  .finance-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .finance-connected{grid-template-columns:1fr;gap:34px}
}
@media(max-width:620px){
  .finance-module-grid,.finance-connected-list{grid-template-columns:1fr}
  .finance-connected-list span:last-child{grid-column:auto}
  .finance-intro,.finance-connected{padding-top:52px;padding-bottom:52px}
}


/* v1.6.0 - Acumatica demo section + compact FAQ accordion */
.acumatica-demo{
  display:grid;
  grid-template-columns:minmax(340px,1.1fr) minmax(300px,.9fr);
  gap:56px;
  align-items:center;
  padding-top:72px;
  padding-bottom:72px;
  background:#f6f9fc;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.acumatica-demo-copy h2{
  margin:8px 0 16px;
  font-size:clamp(30px,3.7vw,43px);
  color:#082b54;
  letter-spacing:-.03em;
}
.acumatica-demo-copy>p{
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.demo-feature-title{
  margin-top:24px!important;
  margin-bottom:12px!important;
  color:#17283b!important;
  font-weight:800;
}
.demo-feature-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.demo-feature-list li{
  position:relative;
  padding-left:25px;
  color:#425466;
  line-height:1.55;
}
.demo-feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0b5a9b;
  font-weight:800;
}
.demo-access-card{
  background:#fff;
  border:1px solid #dce5ef;
  border-radius:22px;
  padding:30px;
  box-shadow:0 14px 35px rgba(8,43,76,.08);
}
.demo-card-label{
  display:block;
  margin-bottom:8px;
  color:#d63832;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
}
.demo-access-card h3{
  margin:0 0 24px;
  color:#082b54;
  font-size:24px;
}
.demo-credentials{
  margin-bottom:22px;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
}
.demo-row{
  display:grid;
  grid-template-columns:105px 1fr;
  gap:18px;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
}
.demo-row:last-child{border-bottom:0}
.demo-row span{
  color:var(--muted);
  font-size:13px;
}
.demo-row strong{
  color:#17283b;
  font-size:14px;
}
.demo-button{
  display:inline-flex;
  justify-content:center;
  width:100%;
  box-sizing:border-box;
}
.demo-note{
  margin:14px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

/* FAQ accordion */
.faq-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
}
.faq-item{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.faq-item summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 22px;
  color:#082b54;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{background:#f8fafc}
.faq-toggle{
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid #cfdae5;
  position:relative;
}
.faq-toggle:before,
.faq-toggle:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:1.5px;
  background:#0b477f;
  transform:translate(-50%,-50%);
}
.faq-toggle:after{
  transform:translate(-50%,-50%) rotate(90deg);
  transition:transform .18s ease;
}
.faq-item[open] .faq-toggle:after{
  transform:translate(-50%,-50%) rotate(0);
}
.faq-answer{
  padding:0 22px 22px;
  border-top:1px solid var(--line);
  color:var(--muted);
}
.faq-answer p{
  margin:17px 0 0;
  line-height:1.7;
}
.faq-answer ul{
  margin:17px 0 0;
  padding-left:22px;
}
.faq-answer li{
  margin:7px 0;
  line-height:1.55;
}
@media(max-width:850px){
  .acumatica-demo{
    grid-template-columns:1fr;
    gap:32px;
  }
}
@media(max-width:600px){
  .acumatica-demo{
    padding-top:52px;
    padding-bottom:52px;
  }
  .demo-access-card{padding:22px}
  .demo-row{grid-template-columns:90px 1fr}
  .faq-item summary{padding:17px 16px;font-size:16px}
  .faq-answer{padding:0 16px 18px}
}


/* v1.6.1 - Other Products: Procore + Celigo */
.other-product-hero{max-width:900px}
.product-highlight-section,
.product-capabilities-section,
.celigo-intro-section,
.celigo-value-section{padding-top:72px;padding-bottom:72px}
.product-heading{max-width:790px;margin:0 auto 38px;text-align:center}
.product-heading h2{margin:8px 0 14px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}
.product-heading p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.product-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-highlight-grid article{
  padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px;
  box-shadow:0 8px 24px rgba(8,43,76,.05)
}
.product-highlight-grid article>span,
.capability-tag{display:block;margin-bottom:22px;color:#d63832;font-size:12px;font-weight:800;letter-spacing:.08em}
.product-highlight-grid h3,.product-capability-grid h3{margin:0 0 10px;color:#082b54;font-size:20px}
.product-highlight-grid p,.product-capability-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.product-capabilities-section{background:#f6f9fc}
.product-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-capability-grid article{
  padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px;box-sizing:border-box
}
.product-integration-callout{padding-top:58px;padding-bottom:58px}
.product-integration-callout>div{
  max-width:900px;margin:0 auto;padding:34px 38px;background:#082b54;color:#fff;border-radius:20px
}
.product-integration-callout h2{margin:8px 0 12px;color:#fff;font-size:32px}
.product-integration-callout p{margin:0;color:rgba(255,255,255,.78);line-height:1.7}
.product-faq{padding-top:66px;padding-bottom:72px}
.product-faq>h2{margin:8px 0 30px;font-size:36px}
.product-closing{margin-top:0}

.celigo-intro-section{
  display:grid;grid-template-columns:minmax(350px,1.1fr) minmax(300px,.9fr);gap:60px;align-items:center
}
.celigo-intro-copy h2{margin:8px 0 16px;font-size:clamp(30px,4vw,42px)}
.celigo-intro-copy p{color:var(--muted);font-size:16px;line-height:1.75}
.celigo-platform-card{
  padding:34px;background:#082b54;color:#fff;border-radius:20px;box-shadow:0 14px 34px rgba(8,43,76,.13)
}
.celigo-platform-card h3{margin:8px 0 12px;color:#fff;font-size:29px}
.celigo-platform-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.7}
.celigo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.celigo-value-section{
  display:grid;grid-template-columns:minmax(300px,.9fr) minmax(400px,1.1fr);
  gap:65px;align-items:center
}
.celigo-value-copy h2{margin:8px 0 16px;font-size:clamp(30px,3.5vw,42px)}
.celigo-value-copy p{margin:0;color:var(--muted);line-height:1.75}
.celigo-value-points{display:grid;gap:12px}
.celigo-value-points article{
  display:grid;grid-template-columns:110px 1fr;gap:20px;padding:20px 22px;
  background:#fff;border:1px solid var(--line);border-radius:14px
}
.celigo-value-points strong{color:#082b54;font-size:18px}
.celigo-value-points span{color:var(--muted);line-height:1.55}

@media(max-width:980px){
  .product-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .celigo-intro-section,.celigo-value-section{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  .product-highlight-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .product-capability-grid,.celigo-grid{grid-template-columns:1fr}
  .product-highlight-section,.product-capabilities-section,.celigo-intro-section,.celigo-value-section{padding-top:52px;padding-bottom:52px}
  .product-integration-callout>div{padding:27px 22px}
  .celigo-value-points article{grid-template-columns:1fr;gap:6px}
}


/* v1.6.3 - Homepage hero refinement */
.hero-nowrap{white-space:nowrap}

/* Certification badge replaces the old ERP text treatment */
.partner-badge-card{
  background:#fff;
  color:var(--navy);
  border:1px solid var(--line);
  padding:32px;
  box-shadow:var(--shadow);
}
.partner-certification-badge{
  display:block;
  width:100%;
  max-width:470px;
  height:auto;
  margin:0 auto 24px;
  border-radius:10px;
}
.partner-badge-card p{
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
  margin:0;
}

@media(max-width:720px){
  .hero-nowrap{white-space:normal}
  .partner-badge-card{padding:24px}
}


/* v1.6.4 - Homepage business imagery */
.home-visual-story{
  display:grid;
  grid-template-columns:minmax(330px,.9fr) minmax(520px,1.1fr);
  gap:64px;
  align-items:center;
  padding-top:82px;
  padding-bottom:82px;
}
.home-visual-copy{max-width:560px}
.home-visual-copy h2{
  margin:8px 0 18px;
  color:#082b54;
  font-size:clamp(32px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-visual-copy>p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.home-acumatica-brand{
  margin-top:34px;
  padding:20px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(8,43,76,.05);
  max-width:420px;
}
.home-acumatica-brand img{
  display:block;
  width:100%;
  height:auto;
}
.home-meeting-gallery{
  position:relative;
  min-height:590px;
}
.home-meeting-gallery figure{
  margin:0;
  overflow:hidden;
  background:#eef4f8;
  border-radius:22px;
  box-shadow:0 18px 44px rgba(8,43,76,.14);
}
.home-meeting-gallery img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-meeting-main{
  position:absolute;
  top:0;
  right:0;
  width:82%;
  height:430px;
}
.home-meeting-secondary{
  position:absolute;
  left:0;
  bottom:0;
  width:66%;
  height:315px;
  border:8px solid #fff;
  box-sizing:border-box;
}
@media(max-width:1000px){
  .home-visual-story{grid-template-columns:1fr;gap:42px}
  .home-visual-copy{max-width:760px}
  .home-meeting-gallery{min-height:560px;max-width:850px}
}
@media(max-width:700px){
  .home-visual-story{padding-top:58px;padding-bottom:58px}
  .home-meeting-gallery{min-height:0;display:grid;gap:18px}
  .home-meeting-main,.home-meeting-secondary{
    position:static;width:100%;height:auto;border:0
  }
  .home-meeting-gallery img{aspect-ratio:16/10}
  .home-acumatica-brand{max-width:100%}
}


/* v1.6.6 - Homepage content hierarchy */
.hero-acumatica-logo-card{
  background:#fff;
  color:var(--navy);
  border:1px solid var(--line);
}
.hero-acumatica-logo{
  display:block;
  width:100%;
  max-width:470px;
  height:auto;
  margin:0 auto 24px;
}
.hero-acumatica-logo-card p{
  color:var(--muted);
}

/* Local Expertise now follows the Success, Together hero */
.home-visual-story{
  border-top:1px solid var(--line);
}

/* Certification badge now belongs to the Gold Certified Partner section */
.gold-certification-showcase{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:30px 0 36px;
  padding:26px 30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(8,43,76,.07);
}
.gold-certification-showcase img{
  display:block;
  width:100%;
  max-width:520px;
  height:auto;
}
@media(max-width:650px){
  .gold-certification-showcase{
    padding:20px;
    margin:24px 0 30px;
  }
}


/* v1.6.7 - Homepage Acumatica logo + Gold Partner refinement */

/* Success Together: logo only, no card/background/extra copy */
.hero-acumatica-logo-only{
  margin-top:28px;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.hero-acumatica-logo-only .hero-acumatica-logo{
  display:block;
  width:min(100%, 390px);
  height:auto;
  margin:0;
}

/* Remove inherited card treatment from earlier versions */
.hero-acumatica-logo-card,
.partner-badge-card{
  box-shadow:none;
}

/* Gold Certified Partner section styled like a clean editorial two-column block */
.home-gold-partner{
  padding-top:78px;
  padding-bottom:78px;
  background:#fff;
}
.home-gold-partner-grid{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(460px,1.18fr);
  gap:70px;
  align-items:center;
}
.home-gold-partner-badge{
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.home-gold-partner-badge img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
  margin:0 auto;
}
.home-gold-partner-copy h2{
  margin:8px 0 16px;
  color:#082b54;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-gold-partner-copy>p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.home-gold-service-cards{
  margin-top:32px;
}
.home-gold-service-cards .card{
  padding:20px;
}
.home-gold-service-cards .card h3{
  font-size:17px;
}
.home-gold-service-cards .card p{
  font-size:13px;
}

/* Neutralise old certification image box rules if present */
.gold-certification-showcase,
.home-gold-certified-badge{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}

@media(max-width:950px){
  .home-gold-partner-grid{
    grid-template-columns:1fr;
    gap:38px;
  }
  .home-gold-partner-badge{
    max-width:620px;
  }
}
@media(max-width:650px){
  .home-gold-partner{
    padding-top:54px;
    padding-bottom:54px;
  }
  .hero-acumatica-logo-only .hero-acumatica-logo{
    width:min(100%, 320px);
  }
}


/* v1.6.8 - Success Together ERP cloud background */
.hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.94) 34%,
      rgba(255,255,255,.70) 54%,
      rgba(255,255,255,.18) 76%,
      rgba(255,255,255,.04) 100%
    ),
    url("assets/images/home-success-erp-cloud-background.png") center right / cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.hero .hero-copy{
  position:relative;
  z-index:2;
  max-width:760px;
}
.hero .hero-grid{
  position:relative;
  z-index:2;
  min-height:560px;
  align-items:center;
}
/* The generated ERP cloud already supplies the visual on the right,
   so no separate Acumatica logo is displayed in the Success Together hero. */
.hero-acumatica-logo-only{
  display:none!important;
}

@media(max-width:900px){
  .hero{
    background-position:68% center;
  }
  .hero .hero-grid{
    min-height:520px;
  }
}
@media(max-width:700px){
  .hero{
    background:
      linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.88)),
      url("assets/images/home-success-erp-cloud-background.png") 72% center / cover no-repeat;
  }
  .hero .hero-grid{
    min-height:auto;
  }
}


/* v1.6.9 - Remove blank space below Success Together hero */
body.home .hero{
  min-height:0!important;
  height:auto!important;
  padding-top:72px!important;
  padding-bottom:72px!important;
  margin-bottom:0!important;
  background-position:center right!important;
  background-size:cover!important;
}
body.home .hero .hero-grid{
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  align-items:center!important;
}
body.home .hero + section,
body.home .hero + .section{
  margin-top:0!important;
}
body.home .home-visual-story{
  margin-top:0!important;
}

/* Keep the hero visually substantial without creating unused vertical space */
@media(min-width:901px){
  body.home .hero{
    padding-top:92px!important;
    padding-bottom:92px!important;
  }
}
@media(max-width:900px){
  body.home .hero{
    padding-top:68px!important;
    padding-bottom:68px!important;
  }
}
@media(max-width:700px){
  body.home .hero{
    padding-top:52px!important;
    padding-bottom:52px!important;
  }
}


/* v1.6.10 - Anchor ERP hero artwork to far right */
body.home .hero{
  background-color:#fff!important;
  background-image:url("assets/images/home-success-erp-cloud-background.png")!important;
  background-repeat:no-repeat!important;
  background-position:right center!important;
  background-size:auto 100%!important;
}

/* Preserve a clean white reading area on the left */
body.home .hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,.98) 26%,
    rgba(255,255,255,.88) 42%,
    rgba(255,255,255,.42) 56%,
    rgba(255,255,255,0) 70%
  );
}
body.home .hero .hero-grid,
body.home .hero .hero-copy{
  position:relative;
  z-index:2;
}

/* Keep the blue edge of the artwork touching the right edge */
@media(min-width:901px){
  body.home .hero{
    background-position:100% 50%!important;
    background-size:auto 100%!important;
  }
}
@media(max-width:900px){
  body.home .hero{
    background-position:82% center!important;
    background-size:auto 100%!important;
  }
}
@media(max-width:700px){
  body.home .hero{
    background-position:75% center!important;
    background-size:auto 100%!important;
  }
  body.home .hero::after{
    background:rgba(255,255,255,.82);
  }
}


/* v1.6.11 - Make Success Together hero truly full width */
body.home .hero{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;

  /* Keep text aligned with the site's normal 1200px content area */
  padding-left:max(24px, calc((100vw - 1200px) / 2 + 24px))!important;
  padding-right:max(24px, calc((100vw - 1200px) / 2 + 24px))!important;

  /* Full-width background: white on left, blue edge flush to far right */
  background-color:#fff!important;
  background-image:url("assets/images/home-success-erp-cloud-background.png")!important;
  background-repeat:no-repeat!important;
  background-position:100% 50%!important;
  background-size:auto 100%!important;
}

/* The background image itself already fades from white to blue.
   Remove the extra overlay so the right edge stays visibly blue. */
body.home .hero::after{
  display:none!important;
}

/* Prevent any parent/adjacent layout rule from visually boxing the hero */
body.home .site-main{
  overflow-x:hidden;
}
body.home .hero + .section,
body.home .hero + section{
  border-top:0!important;
}

/* Desktop: preserve full-height artwork and blue right edge */
@media(min-width:1201px){
  body.home .hero{
    background-size:auto 100%!important;
    background-position:right center!important;
  }
}

/* Mid-size screens */
@media(max-width:1200px){
  body.home .hero{
    padding-left:32px!important;
    padding-right:32px!important;
    background-position:right center!important;
    background-size:auto 100%!important;
  }
}

/* Mobile keeps text readable while still using the same artwork */
@media(max-width:700px){
  body.home .hero{
    padding-left:22px!important;
    padding-right:22px!important;
    background-size:auto 100%!important;
    background-position:72% center!important;
  }
  body.home .hero::before{
    background:rgba(255,255,255,.78)!important;
  }
}


/* v1.6.12 - Continuous full-width hero blend */
body.home .hero{
  position:relative!important;
  isolation:isolate!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  box-sizing:border-box!important;

  /* Keep content aligned to the site grid */
  padding-left:max(28px, calc((100vw - 1500px) / 2 + 64px))!important;
  padding-right:max(28px, calc((100vw - 1500px) / 2 + 64px))!important;

  /* One continuous background layer */
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.99) 24%,
      rgba(255,255,255,.94) 38%,
      rgba(255,255,255,.72) 50%,
      rgba(255,255,255,.28) 62%,
      rgba(255,255,255,0) 73%
    ),
    url("assets/images/home-success-erp-cloud-background.png")
      right center / auto 100% no-repeat,
    #fff!important;

  overflow:hidden!important;
}

/* Remove all earlier pseudo-element overlays that caused panel-like edges */
body.home .hero::before,
body.home .hero::after{
  content:none!important;
  display:none!important;
}

/* Content stays above the background */
body.home .hero .hero-grid,
body.home .hero .hero-copy{
  position:relative!important;
  z-index:2!important;
}

/* Let the text side breathe without creating a separate block */
body.home .hero .hero-copy{
  max-width:980px!important;
}

/* Desktop */
@media(min-width:1201px){
  body.home .hero{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.99) 25%,
        rgba(255,255,255,.94) 40%,
        rgba(255,255,255,.68) 51%,
        rgba(255,255,255,.20) 63%,
        rgba(255,255,255,0) 72%
      ),
      url("assets/images/home-success-erp-cloud-background.png")
        right center / auto 100% no-repeat,
      #fff!important;
  }
}

/* Tablet */
@media(max-width:1200px){
  body.home .hero{
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:36px!important;
    padding-right:36px!important;
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.97) 36%,
        rgba(255,255,255,.66) 54%,
        rgba(255,255,255,.12) 72%,
        rgba(255,255,255,0) 82%
      ),
      url("assets/images/home-success-erp-cloud-background.png")
        right center / auto 100% no-repeat,
      #fff!important;
  }
}

/* Mobile */
@media(max-width:700px){
  body.home .hero{
    width:100vw!important;
    padding-left:22px!important;
    padding-right:22px!important;
    background:
      linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82)),
      url("assets/images/home-success-erp-cloud-background.png")
        72% center / auto 100% no-repeat,
      #fff!important;
  }
}


/* v1.6.13 - Acumatica page update */
.acu-leading-brand-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  margin:28px 0 34px;
}
.acu-leading-logo{flex:1 1 auto;min-width:0}
.acu-leading-logo img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
}
.acu-leading-cta{flex:0 0 auto}
.acu-leading-cta .button{white-space:nowrap}

body.page .acu-try-fullwidth{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  box-sizing:border-box!important;
  padding-left:max(28px, calc((100vw - 1200px)/2 + 24px))!important;
  padding-right:max(28px, calc((100vw - 1200px)/2 + 24px))!important;
}

@media(max-width:760px){
  .acu-leading-brand-row{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }
  .acu-leading-cta{width:100%}
  .acu-leading-cta .button{
    width:100%;
    justify-content:center;
  }
  body.page .acu-try-fullwidth{
    padding-left:22px!important;
    padding-right:22px!important;
  }
}


/* v1.6.14 - Acumatica CTA links */
.acu-leading-link-row{
  margin:24px 0 32px;
  text-align:right;
}
.acu-text-link{
  display:inline!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#17375e!important;
  font-weight:700!important;
  text-decoration:underline!important;
  text-underline-offset:5px;
  width:auto!important;
  min-width:0!important;
}
.acu-text-link:hover{
  background:none!important;
  color:#2569a8!important;
  text-decoration-thickness:2px!important;
}
@media(max-width:760px){
  .acu-leading-link-row{text-align:left}
  .acu-text-link{width:auto!important}
}


/* v1.6.15 - Proper Acumatica CTA buttons */
.acu-text-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px 26px!important;
  min-height:50px!important;
  width:auto!important;
  border:2px solid #17375e!important;
  border-radius:999px!important;
  background:#17375e!important;
  box-shadow:none!important;
  color:#ffffff!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background .2s ease,color .2s ease,transform .2s ease!important;
}
.acu-text-link:hover,
.acu-text-link:focus{
  background:#ffffff!important;
  color:#17375e!important;
  text-decoration:none!important;
  transform:translateY(-1px);
}
.acu-leading-link-row{
  margin:24px 0 32px!important;
  text-align:right!important;
}
@media(max-width:760px){
  .acu-leading-link-row{text-align:left!important}
  .acu-text-link{
    width:auto!important;
    padding:13px 22px!important;
  }
}


/* v1.6.16 - Acumatica leading section alignment */
.acumatica-leading-hero{
  padding-top:86px!important;
  padding-bottom:86px!important;
}
.acumatica-leading-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:56px;
  align-items:center;
  margin-top:24px;
}
.acumatica-leading-copy{
  max-width:900px;
}
.acumatica-leading-copy h1{
  margin:0 0 22px!important;
}
.acumatica-leading-copy p{
  margin:0!important;
  max-width:860px;
  line-height:1.7;
}
.acumatica-leading-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:230px;
}

/* Remove earlier positioning behavior for this CTA */
.acu-leading-link-row{
  margin:0!important;
  text-align:initial!important;
}

@media(max-width:900px){
  .acumatica-leading-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .acumatica-leading-action{
    justify-content:flex-start;
    min-width:0;
  }
}
@media(max-width:600px){
  .acumatica-leading-hero{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }
}


/* v1.6.17 - Official Acumatica Resources */
.acumatica-resources-section{
  padding-top:92px!important;
  padding-bottom:96px!important;
  background:#f5f9fd;
  border-top:1px solid var(--line);
}
.acumatica-resources-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:end;
  margin-bottom:44px;
}
.acumatica-resources-head>div{
  max-width:820px;
}
.acumatica-resources-head h2{
  margin:8px 0 15px;
  color:#082b54;
  font-size:clamp(32px,4vw,46px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.acumatica-resources-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.acumatica-consultation-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 26px;
  border:2px solid #17375e;
  border-radius:999px;
  background:#17375e;
  color:#fff!important;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none!important;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
  box-shadow:0 8px 20px rgba(23,55,94,.12);
}
.acumatica-consultation-btn:hover,
.acumatica-consultation-btn:focus{
  background:#fff;
  color:#17375e!important;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(23,55,94,.16);
}

.acumatica-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.acumatica-resource-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:28px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 8px 24px rgba(8,43,76,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.acumatica-resource-card:hover{
  transform:translateY(-4px);
  border-color:#9dbddb;
  box-shadow:0 16px 34px rgba(8,43,76,.10);
}
.resource-number{
  display:block;
  margin-bottom:26px;
  color:#2c6ca8;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.acumatica-resource-card h3{
  margin:0 0 12px;
  color:#082b54;
  font-size:21px;
  line-height:1.25;
}
.acumatica-resource-card p{
  margin:0 0 26px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.resource-link{
  margin-top:auto;
  color:#185b96;
  font-size:14px;
  font-weight:800;
}
.acumatica-resource-card:hover .resource-link{
  color:#0d3f70;
}

@media(max-width:980px){
  .acumatica-resource-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .acumatica-resources-section{
    padding-top:64px!important;
    padding-bottom:68px!important;
  }
  .acumatica-resources-head{
    grid-template-columns:1fr;
    gap:26px;
    align-items:start;
  }
  .acumatica-consultation-btn{
    width:100%;
    box-sizing:border-box;
  }
}
@media(max-width:600px){
  .acumatica-resource-grid{
    grid-template-columns:1fr;
  }
  .acumatica-resource-card{
    min-height:220px;
  }
}

/* v1.6.18 */
.acumatica-consultation-btn{font-weight:600!important;font-size:15px!important;letter-spacing:0!important;padding:13px 24px!important}
.acumatica-resource-slider{overflow:hidden;width:100%}
.acumatica-resource-track{display:flex;width:200%;transition:transform .4s ease}
.acumatica-resource-slide{flex:0 0 50%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;box-sizing:border-box;padding:2px}
.acumatica-slider-dots{display:flex;justify-content:center;gap:10px;margin-top:28px}
.acumatica-slider-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#b7c7d7;cursor:pointer}
.acumatica-slider-dot.is-active{background:#17375e}
@media(max-width:760px){.acumatica-resource-slide{grid-template-columns:1fr}.acumatica-resource-card:nth-child(n+2){display:none}}


/* v1.6.19 - Construction Management page */
.construction-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:end;
}
.construction-hero-copy{
  max-width:900px;
}
.construction-hero-action{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  padding-bottom:10px;
}
.construction-external-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 24px;
  border:2px solid #17375e;
  border-radius:999px;
  background:#17375e;
  color:#fff!important;
  font-size:15px;
  font-weight:700;
  text-decoration:none!important;
  white-space:nowrap;
  transition:all .2s ease;
}
.construction-external-btn:hover,
.construction-external-btn:focus{
  background:#fff;
  color:#17375e!important;
  transform:translateY(-1px);
}

.construction-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);
  gap:54px;
  align-items:center;
  margin:28px 0 38px;
}
.construction-intro-copy p{
  margin:0;
  font-size:17px;
  line-height:1.8;
  color:var(--muted);
}
.construction-intro-image{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(8,43,76,.10);
}
.construction-intro-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
}

.construction-video-section{
  padding-top:86px!important;
  padding-bottom:92px!important;
  background:#f5f9fd;
  border-top:1px solid var(--line);
}
.construction-video-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.construction-video-head h2{
  margin:8px 0 14px;
  color:#082b54;
  font-size:clamp(30px,4vw,44px);
  line-height:1.1;
}
.construction-video-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.construction-video-frame{
  position:relative;
  width:min(100%,1100px);
  margin:0 auto;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:18px;
  background:#000;
  box-shadow:0 18px 40px rgba(8,43,76,.12);
}
.construction-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:900px){
  .construction-hero{
    grid-template-columns:1fr;
    align-items:start;
  }
  .construction-hero-action{
    justify-content:flex-start;
    padding-bottom:0;
  }
  .construction-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}
@media(max-width:600px){
  .construction-external-btn{
    width:100%;
    box-sizing:border-box;
  }
  .construction-video-section{
    padding-top:60px!important;
    padding-bottom:64px!important;
  }
}


/* v1.6.20 - Construction alignment and intro layout correction */

/* Keep hero content and CTA vertically aligned as one row */
.construction-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:56px!important;
  align-items:center!important;
}
.construction-hero-copy{
  max-width:850px!important;
}
.construction-hero-action{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  align-self:center!important;
  padding:0!important;
  margin:0!important;
}
.construction-external-btn{
  margin:0!important;
}

/* Make paragraph + image a self-contained row so later text cannot wrap underneath image */
.construction-intro-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(460px,1.08fr)!important;
  gap:64px!important;
  align-items:center!important;
  width:100%!important;
  margin:0 0 42px!important;
  padding:0!important;
}
.construction-intro-copy{
  min-width:0!important;
}
.construction-intro-copy p{
  width:100%!important;
  max-width:560px!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.9!important;
}
.construction-intro-image{
  width:100%!important;
  max-width:620px!important;
  justify-self:end!important;
  margin:0!important;
}
.construction-intro-image img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
}

/* Any content after the image row starts on a fresh full-width line */
.construction-intro-grid + p,
.construction-intro-grid + div,
.construction-intro-grid + ul,
.construction-intro-grid + h2,
.construction-intro-grid + h3{
  clear:both!important;
  width:100%!important;
  max-width:none!important;
  display:block!important;
  margin-top:34px!important;
}

/* Ensure the containing section cannot use legacy float behaviour */
.construction-intro-grid,
.construction-intro-grid *{
  float:none!important;
}

@media(max-width:900px){
  .construction-hero{
    grid-template-columns:1fr!important;
    gap:28px!important;
    align-items:start!important;
  }
  .construction-hero-action{
    justify-content:flex-start!important;
  }
  .construction-intro-grid{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .construction-intro-copy p{
    max-width:none!important;
  }
  .construction-intro-image{
    max-width:none!important;
    justify-self:stretch!important;
  }
}


/* v1.6.21 - Keep both construction introduction paragraphs beside image */
.construction-intro-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:22px!important;
}
.construction-intro-copy p{
  margin:0!important;
  max-width:590px!important;
}


/* v1.6.22 - Construction Solution Features */
.construction-features-section{
  padding-top:84px!important;
  padding-bottom:90px!important;
  background:#f6f9fc;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.construction-features-head{
  max-width:820px;
  margin:0 auto 40px;
  text-align:center;
}
.construction-features-head h2{
  margin:8px 0 14px;
  color:#082b54;
  font-size:clamp(32px,4vw,46px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.construction-features-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.construction-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.construction-feature-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:265px;
  padding:28px 28px 30px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(8,43,76,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.construction-feature-card:hover{
  transform:translateY(-4px);
  border-color:#9dbddb;
  box-shadow:0 16px 34px rgba(8,43,76,.09);
}
.construction-feature-number{
  display:block;
  margin-bottom:24px;
  color:#2468a2;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.construction-feature-card h3{
  margin:0 0 12px;
  color:#082b54;
  font-size:21px;
  line-height:1.25;
}
.construction-feature-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.68;
}
.construction-feature-card:nth-child(2),
.construction-feature-card:nth-child(5){
  border-bottom:3px solid #e17845;
}
.construction-feature-card:nth-child(1),
.construction-feature-card:nth-child(3),
.construction-feature-card:nth-child(4),
.construction-feature-card:nth-child(6){
  border-bottom:3px solid #2c6ca8;
}

@media(max-width:980px){
  .construction-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .construction-features-section{
    padding-top:60px!important;
    padding-bottom:64px!important;
  }
  .construction-feature-grid{
    grid-template-columns:1fr;
  }
  .construction-feature-card{
    min-height:0;
  }
}


/* v1.6.25 - Construction full-width Solution Features + Video sections
   Remove the visible left/right gutters created by the generic .section max-width.
   The section background now reaches both browser edges while inner content remains aligned. */

.construction-features-section,
.construction-video-section{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(24px,calc((100vw - 1152px)/2))!important;
  padding-right:max(24px,calc((100vw - 1152px)/2))!important;
}

/* Solution Features: background reaches the exact left/right viewport edges */
.construction-features-section{
  margin-top:0!important;
  margin-bottom:0!important;
}

/* Video section: no left/right or bottom white strip */
.construction-video-section{
  margin-top:0!important;
  margin-bottom:-70px!important; /* neutralises the global footer top margin */
  padding-bottom:92px!important;
  overflow:hidden!important;
}

/* Keep the video itself neatly aligned within the full-width section */
.construction-video-frame{
  width:100%!important;
  max-width:1100px!important;
}

@media(max-width:600px){
  .construction-features-section,
  .construction-video-section{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .construction-video-section{
    padding-bottom:64px!important;
  }
}


/* v1.6.26 - About Us / Our Presence full-width update */
.about-presence-fullwidth{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding:0!important;
  background:#f5f9fd;
  border-top:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

/* Remove any inherited top whitespace from generic section spacing */
.about-presence-fullwidth + section{
  margin-top:0!important;
}
.about-presence-inner{
  width:100%;
  max-width:none;
  margin:0;
  padding:64px max(24px,calc((100vw - 1200px)/2 + 24px)) 76px;
  box-sizing:border-box;
}
.about-presence-heading{
  max-width:780px;
  margin:0 auto 28px;
  text-align:center;
}
.about-presence-heading h2{
  margin:8px 0 12px;
  color:#082b54;
  font-size:clamp(32px,4vw,46px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.about-presence-heading p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.about-presence-map{
  width:100%;
  max-width:1180px;
  margin:0 auto 36px;
}
.about-presence-map img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
}
.about-presence-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  max-width:1180px;
  margin:0 auto;
}
.about-presence-card{
  min-height:210px;
  padding:30px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(8,43,76,.06);
}
.about-presence-penang{
  border-top:4px solid #d7372f;
}
.about-presence-taipei{
  border-top:4px solid #164c91;
}
.presence-location-label{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
}
.about-presence-penang .presence-location-label{color:#d7372f}
.about-presence-taipei .presence-location-label{color:#164c91}
.about-presence-card h3{
  margin:0 0 12px;
  color:#082b54;
  font-size:22px;
}
.about-presence-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

@media(max-width:760px){
  .about-presence-inner{
    padding:48px 20px 56px;
  }
  .about-presence-cards{
    grid-template-columns:1fr;
  }
}


/* v1.6.27 - Property Sales, Property Lease and eCommerce page refresh */

/* Keep the three eCommerce feature cards balanced across one row on desktop. */
.ecommerce-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

/* Give uploaded solution imagery a consistent polished presentation. */
.page-content .construction-intro-image,
.construction-intro-image{
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 16px 38px rgba(8,43,76,.10);
}
.page-content .construction-intro-image img,
.construction-intro-image img{
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
}

/* Responsive eCommerce feature layout. */
@media(max-width:900px){
  .ecommerce-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  .ecommerce-feature-grid{
    grid-template-columns:1fr!important;
  }
}


/* v1.6.29 - Procore page refresh */
.procore-contact-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 26px!important;
  border-radius:8px!important;
  background:#082b54!important;
  color:#fff!important;
  border:2px solid #082b54!important;
  text-decoration:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(8,43,84,.14)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.procore-contact-btn:hover{
  background:#0d3d72!important;
  border-color:#0d3d72!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(8,43,84,.20)!important;
}
.procore-intro-section .construction-intro-image img{
  object-position:center center!important;
}


/* v1.6.30 - Celigo page CTA update */
.celigo-contact-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 26px!important;
  border-radius:8px!important;
  background:#082b54!important;
  color:#fff!important;
  border:2px solid #082b54!important;
  text-decoration:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(8,43,84,.14)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.celigo-contact-btn:hover{
  background:#0d3d72!important;
  border-color:#0d3d72!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(8,43,84,.20)!important;
}


/* v1.6.31 - Celigo supplied aerial image integration */
.celigo-image-hero{
  position:relative;
  width:100vw;
  min-height:520px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  box-sizing:border-box;
}
.celigo-image-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.celigo-image-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,22,39,.88) 0%,rgba(4,22,39,.73) 42%,rgba(4,22,39,.18) 76%,rgba(4,22,39,.04) 100%);
  z-index:1;
}
.celigo-image-hero-content{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:86px 0;
  color:#fff;
}
.celigo-image-hero-content .eyebrow{
  color:#8ec5ff;
}
.celigo-image-hero-content h1{
  margin:8px 0 6px;
  color:#fff;
  font-size:clamp(48px,7vw,76px);
  line-height:1;
  letter-spacing:-.04em;
}
.celigo-image-hero-content h2{
  max-width:720px;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(28px,4vw,42px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.celigo-image-hero-content p{
  max-width:650px;
  margin:0 0 28px;
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.7;
}
.celigo-hero-btn{
  background:#1477d4!important;
  border-color:#1477d4!important;
  color:#fff!important;
}
.celigo-hero-btn:hover{
  background:#0f65b7!important;
  border-color:#0f65b7!important;
}
.celigo-intro-section{
  padding-top:64px!important;
  padding-bottom:64px!important;
}
.celigo-intro-grid{
  align-items:center;
}
.celigo-intro-image img{
  object-position:center center!important;
}
@media(max-width:760px){
  .celigo-image-hero{
    min-height:470px;
  }
  .celigo-image-hero-overlay{
    background:rgba(4,22,39,.76);
  }
  .celigo-image-hero-content{
    width:calc(100% - 40px);
    padding:64px 0;
  }
}


/* v1.6.32 - Celigo layout correction */
.celigo-image-hero,
.celigo-image-hero-bg,
.celigo-image-hero-overlay,
.celigo-image-hero-content{
  all:unset;
}

/* Keep Celigo aligned with Construction / Manufacturing / Service page format. */
.celigo-explore-section{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:-70px!important;
  padding:72px max(24px,calc((100vw - 1152px)/2)) 92px!important;
  background:#f5f9fd;
  box-sizing:border-box!important;
  text-align:center;
}
.celigo-explore-inner{
  max-width:820px;
  margin:0 auto;
}
.celigo-explore-inner h2{
  margin:8px 0 14px;
  color:#082b54;
  font-size:clamp(30px,4vw,42px);
  line-height:1.12;
}
.celigo-explore-inner p{
  max-width:700px;
  margin:0 auto 24px;
  color:var(--muted);
  line-height:1.7;
}
.celigo-contact-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 28px!important;
  border-radius:8px!important;
  background:#1477d4!important;
  color:#fff!important;
  border:2px solid #1477d4!important;
  text-decoration:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(20,119,212,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.celigo-contact-btn:hover{
  background:#0f65b7!important;
  border-color:#0f65b7!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(20,119,212,.24)!important;
}
@media(max-width:600px){
  .celigo-explore-section{
    padding-left:20px!important;
    padding-right:20px!important;
    padding-bottom:64px!important;
  }
}


/* v1.6.34 - Procore styling only; original v1.6.32 content preserved */
.procore-contact-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 28px!important;
  border-radius:8px!important;
  background:#1477d4!important;
  color:#fff!important;
  border:2px solid #1477d4!important;
  text-decoration:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(20,119,212,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.procore-contact-btn:hover{
  background:#0f65b7!important;
  border-color:#0f65b7!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(20,119,212,.24)!important;
}
.procore-image-intro .construction-intro-grid{
  align-items:center;
}


/* v1.6.35 - Implementation Services full-width section treatment */
.implementation-services-fullwidth{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  overflow-x:hidden;
}

/* Remove outer left/right white gutters from every top-level section on this page.
   Internal content remains aligned to the site's normal 1200px content grid. */
.implementation-services-fullwidth > section,
.implementation-services-fullwidth > .section,
.implementation-services-fullwidth > .page-hero{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(24px,calc((100vw - 1152px)/2))!important;
  padding-right:max(24px,calc((100vw - 1152px)/2))!important;
}

/* Make adjacent sections meet cleanly without exposed page-background gutters. */
.implementation-services-fullwidth > section{
  border-left:0!important;
  border-right:0!important;
}

/* Work with Lumina CTA */
.implementation-services-fullwidth .lumina-team-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:13px 28px!important;
  border-radius:8px!important;
  background:#1477d4!important;
  color:#fff!important;
  border:2px solid #1477d4!important;
  text-decoration:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:0 8px 20px rgba(20,119,212,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.implementation-services-fullwidth .lumina-team-btn:hover{
  background:#0f65b7!important;
  border-color:#0f65b7!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(20,119,212,.24)!important;
}

@media(max-width:600px){
  .implementation-services-fullwidth > section,
  .implementation-services-fullwidth > .section,
  .implementation-services-fullwidth > .page-hero{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}


/* ========================================================================
   v1.6.36 - Unified card styling based on Construction Management
   STYLE ONLY: page content, links, URLs and original layouts are unchanged.
   ======================================================================== */

:where(
  .card,
  .link-card,
  .quote-card,
  .about-presence-card,
  .acumatica-resource-card,
  .demo-access-card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  .celigo-platform-card,
  .service-feature-list > article
){
  position:relative;
  box-sizing:border-box;
  background:#fff!important;
  border:1px solid #dbe5ef!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(8,43,76,.045)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}

:where(
  .card,
  .link-card,
  .quote-card,
  .about-presence-card,
  .acumatica-resource-card,
  .demo-access-card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  .celigo-platform-card,
  .service-feature-list > article
):hover{
  transform:translateY(-4px);
  border-color:#9dbddb!important;
  box-shadow:0 16px 34px rgba(8,43,76,.09)!important;
}

:where(
  .card,
  .link-card,
  .quote-card,
  .about-presence-card,
  .acumatica-resource-card,
  .demo-access-card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  .celigo-platform-card
){
  padding:28px 28px 30px!important;
}

:where(
  .card,
  .link-card,
  .quote-card,
  .about-presence-card,
  .acumatica-resource-card,
  .demo-access-card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  .celigo-platform-card,
  .service-feature-list > article
) h3{
  color:#082b54!important;
  line-height:1.25!important;
}

:where(
  .card,
  .link-card,
  .quote-card,
  .about-presence-card,
  .acumatica-resource-card,
  .demo-access-card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  .celigo-platform-card,
  .service-feature-list > article
) p{
  color:var(--muted)!important;
  line-height:1.68!important;
}

.finance-module-card > span:first-child,
.industry-solution-card .industry-number,
.service-overview-card .service-number,
.service-feature-list > article > span:first-child{
  color:#2468a2!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

:where(
  .cards,
  .finance-module-grid,
  .industry-solution-grid,
  .services-three-grid,
  .service-feature-list,
  .acumatica-resource-grid,
  .about-presence-cards
) > :where(
  .card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  article,
  a
):nth-child(3n+1){
  border-bottom:3px solid #2c6ca8!important;
}

:where(
  .cards,
  .finance-module-grid,
  .industry-solution-grid,
  .services-three-grid,
  .service-feature-list,
  .acumatica-resource-grid,
  .about-presence-cards
) > :where(
  .card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  article,
  a
):nth-child(3n+2){
  border-bottom:3px solid #e17845!important;
}

:where(
  .cards,
  .finance-module-grid,
  .industry-solution-grid,
  .services-three-grid,
  .service-feature-list,
  .acumatica-resource-grid,
  .about-presence-cards
) > :where(
  .card,
  .finance-module-card,
  .industry-solution-card,
  .service-overview-card,
  article,
  a
):nth-child(3n){
  border-bottom:3px solid #2c6ca8!important;
}

a.card,
a.link-card,
a.industry-solution-card,
a.service-overview-card,
a.acumatica-resource-card{
  text-decoration:none!important;
  color:inherit!important;
}

.service-feature-list > article{
  padding:24px 26px!important;
}

/* Keep Construction solution cards as the visual reference. */
.construction-feature-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:265px;
  padding:28px 28px 30px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(8,43,76,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}


/* ========================================================================
   v1.6.37 - Procore card coverage fix
   Adds Construction Solution Feature styling to Procore article grids.
   STYLE ONLY: no Procore HTML/content/links changed.
   ======================================================================== */

.product-highlight-grid > article,
.product-capability-grid > article{
  position:relative;
  box-sizing:border-box;
  background:#fff!important;
  border:1px solid #dbe5ef!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(8,43,76,.045)!important;
  padding:28px 28px 30px!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}

.product-highlight-grid > article:hover,
.product-capability-grid > article:hover{
  transform:translateY(-4px);
  border-color:#9dbddb!important;
  box-shadow:0 16px 34px rgba(8,43,76,.09)!important;
}

.product-highlight-grid > article h3,
.product-capability-grid > article h3{
  margin-top:0!important;
  color:#082b54!important;
  line-height:1.25!important;
}

.product-highlight-grid > article p,
.product-capability-grid > article p{
  color:var(--muted)!important;
  line-height:1.68!important;
}

.product-highlight-grid > article > span:first-child{
  display:block;
  margin-bottom:24px;
  color:#2468a2!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

/* Same alternating blue/orange bottom accents used by Construction feature cards. */
.product-highlight-grid > article:nth-child(3n+1),
.product-capability-grid > article:nth-child(3n+1),
.product-highlight-grid > article:nth-child(3n),
.product-capability-grid > article:nth-child(3n){
  border-bottom:3px solid #2c6ca8!important;
}

.product-highlight-grid > article:nth-child(3n+2),
.product-capability-grid > article:nth-child(3n+2){
  border-bottom:3px solid #e17845!important;
}

/* Preserve existing Procore grid structure and responsiveness. */
@media(max-width:640px){
  .product-highlight-grid > article,
  .product-capability-grid > article{
    padding:24px 24px 26px!important;
  }
}


/* v1.6.38 requested whitespace alignment */

/* Home - Path to Success: equal white space top and bottom */
.home-path-to-success{
  padding-top:72px!important;
  padding-bottom:72px!important;
  margin-top:0!important;
  margin-bottom:0!important;
}

/* Acumatica - More Information: no left/right/bottom white gutter */
.acumatica-more-info-full{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-bottom:-70px!important;
  padding-left:max(24px,calc((100vw - 1152px)/2))!important;
  padding-right:max(24px,calc((100vw - 1152px)/2))!important;
  padding-bottom:92px!important;
}

/* Property Sales / Lease - no white gap below Solution Features */
.property-sales-features-final,
.property-lease-features-final{
  margin-bottom:-70px!important;
  padding-bottom:92px!important;
}

@media(max-width:600px){
  .home-path-to-success{padding-top:56px!important;padding-bottom:56px!important;}
  .acumatica-more-info-full{padding-left:20px!important;padding-right:20px!important;padding-bottom:64px!important;}
  .property-sales-features-final,.property-lease-features-final{padding-bottom:64px!important;}
}


/* ========================================================================
   v1.6.38.1 - About Us / Our Presence cleanup
   ======================================================================== */

/* Show the "Our Presence" heading and tagline once, aligned to the left. */
.about-presence-heading-left{
  max-width:1180px!important;
  margin:0 auto 28px!important;
  text-align:left!important;
}

.about-presence-heading-left h2,
.about-presence-heading-left p,
.about-presence-heading-left .eyebrow{
  text-align:left!important;
}

/* The source map image contains a duplicate "Our Presence" title/tagline
   baked into its lower portion. Crop only that lower text area visually,
   keeping the map and location markers unchanged. */
.about-presence-map-cropped{
  position:relative!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 36px!important;
  overflow:hidden!important;
  aspect-ratio:1.34 / 1!important;
}

.about-presence-map-cropped img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:top center!important;
}

/* Avoid extra whitespace created by the cropped image wrapper. */
.about-presence-map-cropped + .about-presence-cards{
  margin-top:0!important;
}

@media(max-width:760px){
  .about-presence-heading-left{
    margin-bottom:22px!important;
  }

  .about-presence-map-cropped{
    aspect-ratio:1.18 / 1!important;
    margin-bottom:28px!important;
  }
}


/* ========================================================================
   v1.6.38.2 - About Us presence map + contact details
   ======================================================================== */

/* New map image already contains only the map/location labels, so show the full image. */
.about-presence-map-clean{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 36px!important;
  overflow:hidden!important;
  aspect-ratio:auto!important;
}

.about-presence-map-clean img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Contact information inside the existing location cards. */
.presence-contact-details{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #e3eaf1;
}

.presence-contact-details p{
  margin:0 0 10px!important;
  color:var(--muted)!important;
  font-size:14px!important;
  line-height:1.65!important;
}

.presence-contact-details p:last-child{
  margin-bottom:0!important;
}

.presence-contact-details strong{
  color:#082b54;
  font-weight:800;
}

.presence-contact-details a{
  color:#164c91;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.presence-contact-details a:hover{
  text-decoration:underline;
}

/* Allow the cards to grow naturally with the additional details. */
.about-presence-card{
  min-height:0!important;
  height:auto!important;
}


/* ========================================================================
   v1.6.38.3 - About Us map + Business/Goal/Partnership layout
   ======================================================================== */

/* Use the exact supplied map image at full width without cropping. */
.about-presence-map-user-image{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto 36px!important;
  overflow:visible!important;
  aspect-ratio:auto!important;
}

.about-presence-map-user-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Our Business + Long-term Partnership + Our Goal:
   the partnership card sits visually behind and centered between both cards. */
.about-business-goal-section{
  overflow:visible!important;
}

.about-business-goal-wrap{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:120px;
  align-items:stretch;
  max-width:1120px;
  margin:0 auto;
  padding:34px 0;
  isolation:isolate;
}

.about-business-goal-card{
  position:relative;
  z-index:2;
  min-height:280px;
  padding:34px 34px 36px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(8,43,76,.08);
}

.about-business-goal-card h2{
  margin-top:0;
  color:#082b54;
}

/* Center card is behind both white cards, not below one of them. */
.about-partnership-center{
  position:absolute!important;
  z-index:1!important;
  top:50%!important;
  left:50%!important;
  width:min(520px,52%)!important;
  min-height:210px!important;
  margin:0!important;
  padding:34px 42px!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  background:#15355f!important;
  color:#fff!important;
  border:0!important;
  border-radius:20px!important;
  box-shadow:0 18px 42px rgba(8,43,76,.20)!important;
}

.about-partnership-center .eyebrow{
  color:#7bd4ff!important;
  margin-bottom:14px!important;
}

.about-partnership-center blockquote{
  margin:0!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.55!important;
  font-weight:600!important;
}

/* Give the left/right cards enough room so the centered background card is visible. */
.about-business-card{
  padding-right:72px!important;
}
.about-goal-card{
  padding-left:72px!important;
}

@media(max-width:900px){
  .about-business-goal-wrap{
    grid-template-columns:1fr;
    gap:24px;
    padding:0;
  }

  .about-partnership-center{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    min-height:0!important;
    transform:none!important;
    order:2;
  }

  .about-business-card{
    order:1;
    padding-right:34px!important;
  }

  .about-goal-card{
    order:3;
    padding-left:34px!important;
  }
}


/* ========================================================================
   v1.6.38.4 - About Us partnership layout correction
   The dark Long-term Partnership panel stays BEHIND both white cards,
   but is positioned lower so the text remains fully visible.
   ======================================================================== */

.about-business-goal-section{
  overflow:visible!important;
  padding-top:72px!important;
  padding-bottom:110px!important;
}

.about-business-goal-wrap{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:180px!important;
  align-items:start!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0 0 130px!important;
  isolation:isolate!important;
}

/* White cards remain in front. */
.about-business-goal-card{
  position:relative!important;
  z-index:3!important;
  min-height:420px!important;
  padding:44px 46px!important;
  background:#fff!important;
  border:1px solid #dbe5ef!important;
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(8,43,76,.08)!important;
}

.about-business-goal-card h2{
  margin:0 0 28px!important;
  color:#082b54!important;
  font-size:clamp(38px,4vw,56px)!important;
  line-height:1.05!important;
}

.about-business-goal-card p{
  font-size:17px!important;
  line-height:1.7!important;
}

/* Do not push content inward anymore. */
.about-business-card{
  padding-right:46px!important;
}

.about-goal-card{
  padding-left:46px!important;
}

/* Dark partnership panel:
   centered behind both white cards and deliberately lowered so its
   heading/message are visible in the open area below the cards. */
.about-partnership-center{
  position:absolute!important;
  z-index:1!important;
  left:50%!important;
  top:auto!important;
  bottom:0!important;
  width:68%!important;
  min-height:250px!important;
  transform:translateX(-50%)!important;
  margin:0!important;
  padding:54px 80px 46px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  background:#15355f!important;
  color:#fff!important;
  border:0!important;
  border-radius:20px!important;
  box-shadow:0 20px 46px rgba(8,43,76,.22)!important;
}

/* Keep the partnership content in the visible lower portion,
   away from the overlapping white cards. */
.about-partnership-center .eyebrow{
  margin:0 0 16px!important;
  color:#7bd4ff!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}

.about-partnership-center blockquote{
  max-width:620px!important;
  margin:0!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.45!important;
  font-weight:700!important;
}

/* Desktop overlap: white cards sit slightly over the top corners
   of the partnership card, while the centre message remains clear. */
@media(min-width:901px){
  .about-business-goal-card{
    margin-bottom:0!important;
  }
}

/* Tablet / mobile: stack cleanly; partnership becomes a normal middle card. */
@media(max-width:900px){
  .about-business-goal-section{
    padding-top:56px!important;
    padding-bottom:64px!important;
  }

  .about-business-goal-wrap{
    grid-template-columns:1fr!important;
    gap:24px!important;
    padding:0!important;
  }

  .about-business-goal-card{
    min-height:0!important;
    padding:32px!important;
  }

  .about-business-goal-card h2{
    font-size:38px!important;
  }

  .about-partnership-center{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    width:100%!important;
    min-height:0!important;
    transform:none!important;
    padding:38px 30px!important;
    order:2!important;
  }

  .about-business-card{
    order:1!important;
  }

  .about-goal-card{
    order:3!important;
  }
}


/* ========================================================================
   v1.6.38.5 - Finance Management minimal update from v1.6.38.4
   ======================================================================== */

/* Keep the existing Finance Management layout. Only add the official link button. */
.finance-page-action{
  margin-top:24px;
  margin-bottom:8px;
}

/* Center Project Accounting wording inside the existing One Connected ERP box. */
.finance-project-accounting-center{
  text-align:center!important;
}

.finance-project-accounting-center h1,
.finance-project-accounting-center h2,
.finance-project-accounting-center h3,
.finance-project-accounting-center h4,
.finance-project-accounting-center p,
.finance-project-accounting-center .eyebrow,
.finance-project-accounting-center span{
  text-align:center!important;
}

.finance-project-accounting-title{
  text-align:center!important;
  width:100%!important;
}

/* v1.6.38.6 Finance Management layout fixes */
.finance-hero-fixed{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(48px,calc((100vw - 1620px)/2))!important;
  padding-right:max(48px,calc((100vw - 1620px)/2))!important;
  padding-top:84px!important;
  padding-bottom:84px!important;
  background:#f4f8fc!important;
}
.finance-hero-fixed > .eyebrow,
.finance-hero-fixed > h1,
.finance-hero-fixed > p{max-width:1040px!important;}
.finance-hero-fixed .finance-page-action{
  display:flex!important;
  justify-content:flex-end!important;
  width:100%!important;
  margin:28px 0 0!important;
}
.finance-hero-fixed .finance-page-action .construction-external-btn{
  margin-left:auto!important;
  margin-right:0!important;
}

.finance-connected-fullwidth{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-bottom:48px!important;
  padding-left:max(48px,calc((100vw - 1720px)/2))!important;
  padding-right:max(48px,calc((100vw - 1720px)/2))!important;
  padding-top:78px!important;
  padding-bottom:92px!important;
}
.finance-connected-list-centered span:last-child{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.finance-closing-fixed{align-items:center!important;}
.finance-closing-fixed > .button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:170px!important;
  min-height:50px!important;
  padding:14px 26px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#163d70!important;
  border:1px solid #163d70!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
.finance-closing-fixed > .button:hover{
  background:#0e2f59!important;
  border-color:#0e2f59!important;
  color:#fff!important;
}

@media(max-width:900px){
  .finance-hero-fixed{
    padding-left:24px!important;
    padding-right:24px!important;
    padding-top:62px!important;
    padding-bottom:62px!important;
  }
  .finance-hero-fixed .finance-page-action{justify-content:flex-start!important;}
  .finance-hero-fixed .finance-page-action .construction-external-btn{margin-left:0!important;}
  .finance-connected-fullwidth{
    padding-left:24px!important;
    padding-right:24px!important;
    padding-top:58px!important;
    padding-bottom:68px!important;
    margin-bottom:36px!important;
  }
}


/* ========================================================================
   v1.6.38.7 - Distribution Management redesign
   Follows Construction Management page design
   ======================================================================== */

.distribution-intro-visual{
  display:flex;
  align-items:stretch;
}

.distribution-visual-card{
  width:100%;
  min-height:280px;
  padding:36px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:16px;
  text-align:center;
  background:#f5f9fd;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(8,43,76,.06);
}

.distribution-visual-card span{
  color:#2468a2;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}

.distribution-visual-card strong{
  max-width:520px;
  color:#082b54;
  font-size:clamp(26px,3vw,38px);
  line-height:1.25;
}

.distribution-video-section{
  padding-top:72px!important;
  padding-bottom:72px!important;
}

.distribution-video-section .construction-video-frame iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:18px;
  display:block;
}

@media(max-width:900px){
  .distribution-visual-card{
    min-height:220px;
    padding:28px;
  }
}


/* ========================================================================
   v1.6.38.8 - Distribution Connected Distribution image
   ======================================================================== */

.distribution-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.distribution-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:760px!important;
  height:auto!important;
  object-fit:contain!important;
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(8,43,76,.06)!important;
}

@media(max-width:900px){
  .distribution-intro-image img{
    max-width:100%!important;
  }
}


/* v1.6.38.9 - Distribution illustration only */
.distribution-intro-image{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  padding:0!important;
  overflow:visible!important;
}

.distribution-intro-image img{
  width:100%!important;
  max-width:820px!important;
  height:auto!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}


/* v1.6.38.10 - Use exact user-supplied Distribution image */
.distribution-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.distribution-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:860px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}


/* v1.6.38.11 - Connected Distribution illustration-only correction */
.distribution-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.distribution-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:900px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}


/* v1.6.38.12 - Exact user-supplied Distribution image */
.distribution-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.distribution-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:900px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}


/* v1.6.38.13 - Connected Distribution right side intentionally blank */
.distribution-intro-blank{
  min-height:420px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}


/* v1.6.38.14 - Insert exact user-uploaded image into Connected Distribution */
.distribution-intro-user-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.distribution-intro-user-image img{
  display:block!important;
  width:100%!important;
  max-width:900px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}


/* ========================================================================
   v1.6.38.15 - CRM redesigned to follow Distribution page
   ======================================================================== */

.crm-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.crm-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:820px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.crm-features-section{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(24px,calc((100vw - 1152px)/2))!important;
  padding-right:max(24px,calc((100vw - 1152px)/2))!important;
}

@media(max-width:900px){
  .crm-intro-image img{
    max-width:100%!important;
  }
}


/* v1.6.38.16 - CRM YouTube video */
.crm-video-section{
  padding-top:72px!important;
  padding-bottom:72px!important;
}

.crm-video-section .construction-video-frame iframe{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  border:0!important;
  border-radius:18px!important;
}


/* ========================================================================
   v1.6.38.17 - Project Accounting redesigned to follow Distribution layout
   ======================================================================== */

.project-accounting-intro-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.project-accounting-intro-image img{
  display:block!important;
  width:100%!important;
  max-width:850px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.project-accounting-features-section{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(24px,calc((100vw - 1152px)/2))!important;
  padding-right:max(24px,calc((100vw - 1152px)/2))!important;
}

.project-accounting-video-section{
  padding-top:72px!important;
  padding-bottom:72px!important;
}

.project-accounting-video-section .construction-video-frame iframe{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  border:0!important;
  border-radius:18px!important;
}

@media(max-width:900px){
  .project-accounting-intro-image img{
    max-width:100%!important;
  }
}


/* ========================================================================
   v1.6.38.18 - Finance Management closing section replaced by video
   ======================================================================== */

.finance-video-section{
  padding-top:72px!important;
  padding-bottom:72px!important;
}

.finance-video-section .construction-video-frame iframe{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  border:0!important;
  border-radius:18px!important;
}


/* ========================================================================
   v1.6.38.19 - Remove whitespace below Finance ONE CONNECTED ERP
   ======================================================================== */
.finance-connected-fullwidth{
  margin-bottom:0!important;
}

.finance-connected-fullwidth + .finance-video-section,
.finance-connected + .finance-video-section{
  margin-top:0!important;
}


/* ========================================================================
   v1.6.38.20 - About Us Customer Success continuous logo loop
   ======================================================================== */

.about-customer-success{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:78px 0 86px!important;
  overflow:hidden!important;
  background:#fff!important;
}

.about-customer-success-heading{
  max-width:1100px;
  margin:0 auto 42px;
  padding:0 24px;
  text-align:center;
}

.about-customer-success-heading h2{
  margin:10px 0 14px;
}

.about-customer-success-heading p{
  max-width:820px;
  margin:0 auto;
}

.customer-logo-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:10px 0;
}

.customer-logo-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:customerLogoLoop 42s linear infinite;
}

.customer-logo-group{
  display:flex;
  align-items:center;
  gap:28px;
  flex-shrink:0;
  padding-right:28px;
}

.customer-logo-card{
  width:220px;
  height:126px;
  flex:0 0 220px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:20px;
  background:#fff;
  border:1px solid #dbe5ef;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(8,43,76,.045);
}

.customer-logo-card img{
  display:block;
  max-width:100%;
  max-height:82px;
  width:auto;
  height:auto;
  object-fit:contain;
}

@keyframes customerLogoLoop{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(-50%,0,0);}
}

/* Optional usability: pause while hovering over the moving logos */
.customer-logo-marquee:hover .customer-logo-track{
  animation-play-state:paused;
}

@media(max-width:767px){
  .about-customer-success{
    padding:60px 0 68px!important;
  }

  .customer-logo-track{
    animation-duration:34s;
  }

  .customer-logo-group{
    gap:18px;
    padding-right:18px;
  }

  .customer-logo-card{
    width:170px;
    height:104px;
    flex-basis:170px;
    padding:16px;
  }

  .customer-logo-card img{
    max-height:68px;
  }
}

@media(prefers-reduced-motion:reduce){
  .customer-logo-track{
    animation-duration:90s;
  }
}


/* ========================================================================
   v1.6.38.21 - Additional About Us customer success logos
   ======================================================================== */
.customer-logo-track{
  animation-duration:56s!important;
}

@media(max-width:767px){
  .customer-logo-track{
    animation-duration:46s!important;
  }
}


/* ========================================================================
   v1.6.38.22 - About Us Our Presence centered map
   Built directly from v1.6.38.21
   ======================================================================== */

.about-presence-centered-map{
  display:block!important;
  width:100%!important;
  max-width:980px!important;
  height:auto!important;
  margin:28px auto 0!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  box-shadow:none!important;
}

@media(max-width:1100px){
  .about-presence-centered-map{
    max-width:860px!important;
  }
}

@media(max-width:767px){
  .about-presence-centered-map{
    max-width:100%!important;
    margin-top:20px!important;
  }
}


/* ========================================================================
   v1.6.38.23 - About presence website + Business/Goal layout refresh
   ======================================================================== */

.about-presence-taipei .presence-contact-details a{
  overflow-wrap:anywhere;
}

/* Reset the old overlapping partnership layout */
.about-business-goal-clean .about-business-goal-heading{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.about-business-goal-clean .about-business-goal-heading h2{
  margin:9px 0 14px;
  color:#082b54;
}

.about-business-goal-clean .about-business-goal-heading p{
  margin:0 auto;
  color:#607286;
}

.about-business-goal-clean .about-business-goal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin:0;
}

.about-business-goal-clean .about-business-goal-card{
  position:relative!important;
  z-index:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:34px!important;
  background:#fff!important;
  border:1px solid #dbe5ef!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(8,43,76,.045)!important;
}

.about-business-goal-clean .about-business-goal-card h3{
  margin:9px 0 15px;
  color:#082b54;
  font-size:28px;
  line-height:1.2;
}

.about-business-goal-clean .about-business-goal-card p{
  margin:0 0 14px;
  color:#607286;
  line-height:1.75;
}

.about-business-goal-clean .about-business-goal-card p:last-child{
  margin-bottom:0;
}

.about-card-label{
  display:inline-block;
  color:#2a68a9;
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
}

.about-business-goal-clean .about-partnership-banner{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  width:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:48px;
  margin:28px 0 0!important;
  padding:36px 42px!important;
  border:0!important;
  border-radius:18px!important;
  background:#082b54!important;
  color:#fff!important;
  box-shadow:none!important;
}

.about-partnership-banner .eyebrow{
  color:#8fc5f2!important;
}

.about-partnership-banner blockquote{
  margin:10px 0 0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:700!important;
  line-height:1.35!important;
}

.about-partnership-banner > p{
  margin:0!important;
  color:#d6e3ed!important;
  line-height:1.7!important;
}

@media(max-width:800px){
  .about-business-goal-clean .about-business-goal-grid,
  .about-business-goal-clean .about-partnership-banner{
    grid-template-columns:1fr!important;
  }

  .about-business-goal-clean .about-partnership-banner{
    gap:20px!important;
    padding:30px 26px!important;
  }

  .about-partnership-banner blockquote{
    font-size:22px!important;
  }
}


/* ========================================================================
   v1.6.38.24 - Request Demo bottom spacing refinement
   ======================================================================== */

/* Reduce the white gap between the Talk to Lumina section and footer */
body:has(.request-demo-page) .site-footer,
body:has(.request-demo-section) .site-footer,
body:has(.demo-contact-section) .site-footer{
  margin-top:24px!important;
}

/* If Talk to Lumina is the final page section, reduce its bottom padding */
.request-demo-page .section:last-child,
.request-demo-section:last-child,
.demo-contact-section:last-child{
  padding-bottom:32px!important;
  margin-bottom:0!important;
}


/* ========================================================================
   v1.6.38.25 - Request Demo whitespace + footer company name
   ======================================================================== */

/*
 * The theme's global footer margin creates most of the large white area
 * visible below the final Talk to Lumina form. Reduce that gap by roughly
 * half while keeping a comfortable separation before the footer.
 */
body:has(.request-demo-page) .site-footer,
body:has(.request-demo-section) .site-footer,
body:has(.demo-contact-section) .site-footer{
  margin-top:0!important;
}

/* Keep the final Request Demo content compact at the bottom. */
.request-demo-page .section:last-child,
.request-demo-section:last-child,
.demo-contact-section:last-child{
  padding-bottom:18px!important;
  margin-bottom:0!important;
}

/* Footer company name replaces the short LUMINA. brand text. */
.site-footer .footer-brand,
.site-footer .footer-logo,
.site-footer .footer-brand-name{
  max-width:620px;
}


/* ========================================================================
   v1.6.38.26 - Acumatica hero background image
   ======================================================================== */

.acumatica-ai-hero{
  position:relative!important;
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  min-height:620px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(5,28,55,.86) 0%,rgba(5,28,55,.60) 34%,rgba(5,28,55,.14) 68%,rgba(5,28,55,.08) 100%),
    url('{{THEME_URI}}/assets/images/acumatica-hero-people-process-insights-growth-v163829.png?v=163829') center center / cover no-repeat!important;
  color:#fff!important;
  padding-top:92px!important;
  padding-bottom:92px!important;
}

.acumatica-ai-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,24,47,.10),rgba(4,24,47,.22));
  pointer-events:none;
}

.acumatica-ai-hero > *{
  position:relative;
  z-index:1;
}

.acumatica-ai-hero h1,
.acumatica-ai-hero h2,
.acumatica-ai-hero h3{
  color:#fff!important;
}

.acumatica-ai-hero p{
  color:#e5eef7!important;
  max-width:720px;
}

.acumatica-ai-hero .eyebrow{
  color:#84d8ff!important;
}

.acumatica-ai-hero a.button,
.acumatica-ai-hero .btn,
.acumatica-ai-hero .primary-btn{
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}

@media(max-width:900px){
  .acumatica-ai-hero{
    min-height:540px!important;
    background-position:62% center!important;
    padding-top:72px!important;
    padding-bottom:72px!important;
  }
}

@media(max-width:640px){
  .acumatica-ai-hero{
    min-height:500px!important;
    background:
      linear-gradient(90deg,rgba(5,28,55,.92) 0%,rgba(5,28,55,.78) 60%,rgba(5,28,55,.45) 100%),
      url('{{THEME_URI}}/assets/images/acumatica-hero-people-process-insights-growth-v163829.png?v=163829') 58% center / cover no-repeat!important;
  }
}


/* ========================================================================
   v1.6.38.27 - Acumatica hero exact image layout
   ======================================================================== */

.acumatica-image-hero{
  position:relative;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
  overflow:hidden;
  background:#06274b;
}

.acumatica-image-hero img{
  display:block;
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:cover;
  object-position:center;
}

.acumatica-image-hero-btn{
  position:absolute;
  left:max(48px,calc((100vw - 1500px)/2));
  bottom:42px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  min-height:54px;
  padding:0 28px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(5,35,70,.88);
  color:#fff!important;
  font-weight:700;
  text-decoration:none!important;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  backdrop-filter:blur(6px);
}

.acumatica-image-hero-btn:hover{
  background:#0c4f8f;
  transform:translateY(-2px);
}

.screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(max-width:900px){
  .acumatica-image-hero img{
    min-height:480px;
    object-fit:cover;
    object-position:60% center;
  }

  .acumatica-image-hero-btn{
    left:24px;
    bottom:24px;
  }
}

@media(max-width:640px){
  .acumatica-image-hero img{
    min-height:420px;
    object-position:64% center;
  }

  .acumatica-image-hero-btn{
    min-width:160px;
    min-height:48px;
    padding:0 22px;
    font-size:15px;
  }
}


/* ========================================================================
   v1.6.38.28 - Acumatica hero image replacement
   ======================================================================== */
/* Hero layout remains from v1.6.38.27; only the exact hero image asset was replaced. */


/* ========================================================================
   v1.6.38.29 - Acumatica hero cache-bust fix
   ======================================================================== */
/* Uses a brand-new asset filename and version query to prevent old cached hero images. */


/* ========================================================================
   v1.6.38.30 - Acumatica Visit button alignment
   ======================================================================== */

/* Move Visit Acumatica slightly right to align with the hero text above. */
.acumatica-image-hero-btn{
  left:max(55px,calc((100vw - 1500px)/2 + 25px))!important;
}

@media(max-width:900px){
  .acumatica-image-hero-btn{
    left:32px!important;
  }
}

@media(max-width:640px){
  .acumatica-image-hero-btn{
    left:24px!important;
  }
}


/* ========================================================================
   v1.6.38.31 - Homepage Path to Success top spacing
   ======================================================================== */

/* Add a little more breathing room above the Path to Success section. */
.home-path-to-success{
  padding-top:105px!important;
}

@media(max-width:767px){
  .home-path-to-success{
    padding-top:82px!important;
  }
}


/* ========================================================================
   v1.6.38.32 - Homepage Solutions bottom white spacing
   ======================================================================== */

/* Undo v1.6.38.31 spacing approach. */
.home-path-to-success{
  padding-top:75px!important;
}

/* Add the white breathing space after the Solutions section instead. */
.home-solutions-section{
  margin-bottom:70px!important;
}

@media(max-width:767px){
  .home-path-to-success{
    padding-top:60px!important;
  }

  .home-solutions-section{
    margin-bottom:50px!important;
  }
}


/* Fallback for existing homepage markup where Solutions has no dedicated class. */
section:has(+ .home-path-to-success){
  margin-bottom:70px!important;
}

@media(max-width:767px){
  section:has(+ .home-path-to-success){
    margin-bottom:50px!important;
  }
}


/* ========================================================================
   v1.6.38.33 - Implementation Services "Work with Lumina"
   Homepage Path to Success inspired design
   ======================================================================== */

.implementation-work-with-lumina{
  width:100vw!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:78px max(48px,calc((100vw - 1320px)/2)) 82px!important;
  background:#082b54!important;
  color:#fff!important;
}

.implementation-work-heading{
  max-width:920px;
  margin:0 auto 48px;
  text-align:center;
}

.implementation-work-heading .eyebrow{
  color:#8bd8ff!important;
}

.implementation-work-heading h2{
  margin:10px 0 14px;
  color:#fff!important;
}

.implementation-work-heading p{
  max-width:820px;
  margin:0 auto;
  color:#d7e5f1!important;
}

.implementation-work-path{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
  align-items:start;
}

.implementation-work-path::before{
  content:"";
  position:absolute;
  top:37px;
  left:10%;
  right:10%;
  height:2px;
  background:rgba(255,255,255,.22);
  z-index:0;
}

.implementation-work-step{
  position:relative;
  z-index:1;
  text-align:center;
  padding:0 8px;
}

.implementation-work-number{
  width:74px;
  height:74px;
  margin:0 auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff;
  border:2px solid #6ec8f1;
  color:#0b4f86;
  font-size:20px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}

.implementation-work-step:nth-child(even) .implementation-work-number{
  border-color:#ef9a82;
  color:#d96549;
}

.implementation-work-step h3{
  margin:0 0 8px;
  color:#fff!important;
  font-size:20px;
}

.implementation-work-step p{
  margin:0 auto;
  max-width:215px;
  color:#cfdeea!important;
  line-height:1.6;
  font-size:15px;
}

.implementation-work-action{
  display:flex;
  justify-content:center;
  margin-top:44px;
}

.implementation-work-action .btn{
  min-width:190px;
}

@media(max-width:1050px){
  .implementation-work-path{
    grid-template-columns:repeat(3,minmax(0,1fr));
    row-gap:42px;
  }

  .implementation-work-path::before{
    display:none;
  }
}

@media(max-width:720px){
  .implementation-work-with-lumina{
    padding:62px 24px 68px!important;
  }

  .implementation-work-heading{
    margin-bottom:38px;
    text-align:left;
  }

  .implementation-work-path{
    grid-template-columns:1fr;
    gap:24px;
  }

  .implementation-work-step{
    display:grid;
    grid-template-columns:62px 1fr;
    column-gap:18px;
    text-align:left;
    padding:0;
  }

  .implementation-work-number{
    width:58px;
    height:58px;
    margin:0;
    grid-row:1 / span 2;
  }

  .implementation-work-step p{
    max-width:none;
    margin:0;
  }

  .implementation-work-action{
    justify-content:flex-start;
    margin-top:36px;
  }
}


/* ========================================================================
   v1.6.38.34 - Implementation footer gap + footer brand refinement
   ======================================================================== */

/* Work with Lumina is the final section: connect it directly to the footer. */
body:has(.implementation-work-with-lumina) .site-footer{
  margin-top:0!important;
}

.implementation-work-with-lumina{
  margin-bottom:0!important;
}

/* Make the footer company name slightly smaller and less heavy. */
.site-footer .footer-brand,
.site-footer .footer-logo,
.site-footer .footer-brand-name{
  font-size:clamp(24px,2.15vw,34px)!important;
  font-weight:600!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
}

@media(max-width:767px){
  .site-footer .footer-brand,
  .site-footer .footer-logo,
  .site-footer .footer-brand-name{
    font-size:24px!important;
    font-weight:600!important;
  }
}


/* ========================================================================
   v1.6.38.35 - Implementation Services hero exact image
   ======================================================================== */

.services-image-hero{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  overflow:hidden!important;
  background:#eef8ff!important;
}

.services-image-hero img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:760px!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:900px){
  .services-image-hero img{
    min-height:500px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}

@media(max-width:640px){
  .services-image-hero img{
    min-height:420px!important;
    object-position:58% center!important;
  }
}


/* ========================================================================
   v1.6.38.36 - Implementation Services hero viewport-fit refinement
   ======================================================================== */

.services-image-hero-fit{
  width:100vw!important;
  max-width:none!important;
  height:min(680px,calc(100vh - 92px))!important;
  min-height:0!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  overflow:hidden!important;
  background:#eaf6ff!important;
}

.services-image-hero-fit img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Keep the full left and right edges visible while reducing vertical height. */
@media(min-width:1200px){
  .services-image-hero-fit{
    height:min(650px,calc(100vh - 92px))!important;
  }

  .services-image-hero-fit img{
    object-fit:cover!important;
    object-position:center center!important;
  }
}

@media(max-width:900px){
  .services-image-hero-fit{
    height:min(560px,calc(100vh - 78px))!important;
  }

  .services-image-hero-fit img{
    min-height:0!important;
    object-position:center center!important;
  }
}

@media(max-width:640px){
  .services-image-hero-fit{
    height:auto!important;
    max-height:none!important;
  }

  .services-image-hero-fit img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}


/* ========================================================================
   v1.6.38.37 - Implementation Services hero true full-width fit
   ======================================================================== */

.services-image-hero-fullwidth{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
}

.services-image-hero-fullwidth img{
  display:block!important;
  width:100vw!important;
  max-width:none!important;
  height:min(650px,calc(100vh - 92px))!important;
  min-height:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center center!important;
}

@media(max-width:1100px){
  .services-image-hero-fullwidth img{
    height:min(590px,calc(100vh - 82px))!important;
  }
}

@media(max-width:767px){
  .services-image-hero-fullwidth img{
    width:100vw!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}


/* ========================================================================
   v1.6.38.38 - Implementation Services hero true edge-to-edge fix
   ======================================================================== */

/* Remove any horizontal restriction around the hero page area. */
body:has(.services-image-hero-fullwidth) .site-main,
body:has(.services-image-hero-fullwidth) main,
body:has(.services-image-hero-fullwidth) .page-content,
body:has(.services-image-hero-fullwidth) .entry-content,
body:has(.services-image-hero-fullwidth) .content-area{
  max-width:none!important;
  width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:visible!important;
}

/* Break completely out of any centred / padded parent container. */
.services-image-hero-fullwidth{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}

/* Show the entire hero image from left edge to right edge. */
.services-image-hero-fullwidth img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* Desktop: cap visual height without reintroducing side gutters. */
@media(min-width:1200px){
  .services-image-hero-fullwidth{
    height:min(720px,calc(100vh - 92px))!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* Tablet/mobile: preserve the whole image rather than cropping content. */
@media(max-width:1199px){
  .services-image-hero-fullwidth{
    height:auto!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}


/* ========================================================================
   v1.6.38.39 - CORRECTED Implementation Services hero positioning
   ======================================================================== */

/* Undo the v1.6.38.38 left:50% shift that pushed the hero halfway off-screen. */
.services-image-hero-fullwidth{
  position:relative!important;
  left:auto!important;
  right:auto!important;

  width:100vw!important;
  max-width:none!important;

  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;

  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}

/* Keep the hero image filling the section cleanly. */
.services-image-hero-fullwidth img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Desktop: keep it visually compact while still edge-to-edge. */
@media(min-width:1200px){
  .services-image-hero-fullwidth{
    height:min(700px,calc(100vh - 92px))!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* Tablet/mobile: show the complete image. */
@media(max-width:1199px){
  .services-image-hero-fullwidth{
    height:auto!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}

/* Do not force the entire page wrapper to zero padding; only the hero breaks out. */
body:has(.services-image-hero-fullwidth) .site-main,
body:has(.services-image-hero-fullwidth) main,
body:has(.services-image-hero-fullwidth) .page-content,
body:has(.services-image-hero-fullwidth) .entry-content,
body:has(.services-image-hero-fullwidth) .content-area{
  margin-left:auto!important;
  margin-right:auto!important;
}


/* ========================================================================
   v1.6.38.41 - Implementation Services hero clean full-bleed correction
   ======================================================================== */

html,
body:has(.services-image-hero-fullwidth){
  overflow-x:hidden!important;
}

.services-image-hero,
.services-image-hero-fit,
.services-image-hero-fullwidth{
  position:relative!important;
  left:calc((100% - 100vw) / 2)!important;
  right:auto!important;

  width:100vw!important;
  max-width:none!important;

  margin:0!important;
  padding:0!important;
  transform:none!important;

  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#fff!important;
}

.services-image-hero-fullwidth img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;

  height:auto!important;
  min-height:0!important;

  object-fit:cover!important;
  object-position:center center!important;
}

/* Desktop: keep the banner compact enough to fit below the header. */
@media(min-width:1200px){
  .services-image-hero-fullwidth{
    height:min(700px,calc(100vh - 92px))!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* Tablet/mobile: preserve the complete banner. */
@media(max-width:1199px){
  .services-image-hero-fullwidth{
    height:auto!important;
  }

  .services-image-hero-fullwidth img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}


/* ========================================================================
   v1.6.38.42 - Implementation Services hero exact image + no gutters
   ======================================================================== */

/*
 * IMPORTANT:
 * v1.6.35 applies horizontal padding to all top-level sections on this page.
 * Override that rule specifically for the hero so the image reaches both
 * browser edges with zero white space.
 */
.implementation-services-fullwidth > .services-image-hero-fullwidth{
  position:relative!important;
  left:auto!important;
  right:auto!important;

  width:100vw!important;
  max-width:none!important;

  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;

  padding:0!important;
  padding-left:0!important;
  padding-right:0!important;

  transform:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  background:transparent!important;
}

.implementation-services-fullwidth > .services-image-hero-fullwidth img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;

  margin:0!important;
  padding:0!important;

  object-fit:cover!important;
  object-position:center center!important;
}

/* Desktop: fill the screen width while keeping the hero reasonably compact. */
@media(min-width:1200px){
  .implementation-services-fullwidth > .services-image-hero-fullwidth{
    height:min(700px,calc(100vh - 92px))!important;
  }

  .implementation-services-fullwidth > .services-image-hero-fullwidth img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* Smaller screens: preserve the complete image. */
@media(max-width:1199px){
  .implementation-services-fullwidth > .services-image-hero-fullwidth{
    height:auto!important;
  }

  .implementation-services-fullwidth > .services-image-hero-fullwidth img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}

html,
body:has(.implementation-services-fullwidth > .services-image-hero-fullwidth){
  overflow-x:hidden!important;
}


/* ========================================================================
   v1.6.38.43 - Request Demo functional form
   ======================================================================== */

.demo-form-wrap{
  width:100%;
}

.real-demo-form{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:16px!important;
}

.demo-field{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#082b54;
  font-weight:700;
  font-size:14px;
}

.demo-field input,
.demo-field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d4e0ea;
  border-radius:10px;
  background:#fff;
  padding:13px 14px;
  color:#17283a;
  font:inherit;
  font-weight:400;
  outline:none;
}

.demo-field input:focus,
.demo-field textarea:focus{
  border-color:#4c91c8;
  box-shadow:0 0 0 3px rgba(76,145,200,.12);
}

.demo-field-full{
  grid-column:1 / -1;
}

.demo-submit-btn{
  grid-column:1 / -1;
  justify-self:start;
  border:0;
  cursor:pointer;
}

.demo-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.demo-form-message{
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:10px;
  font-weight:600;
  line-height:1.5;
}

.demo-form-success{
  background:#eef9f2;
  border:1px solid #acd8ba;
  color:#24653a;
}

.demo-form-error{
  background:#fff2f2;
  border:1px solid #e2b4b4;
  color:#8a2d2d;
}

@media(max-width:767px){
  .real-demo-form{
    grid-template-columns:1fr;
  }

  .demo-field-full,
  .demo-submit-btn{
    grid-column:1;
  }
}


/* ==========================================================================
 * v1.6.38.46 - Mobile navigation fix
 * Keeps desktop header unchanged and restores a usable mobile menu.
 * ========================================================================== */
@media (max-width: 900px){
  .site-header .site-header-inner,
  .header-inner{
    position:relative;
  }

  .mobile-menu-toggle{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    margin-left:auto;
    border:0;
    background:transparent;
    color:#0b2440;
    cursor:pointer;
    padding:0;
    z-index:1002;
  }

  .mobile-menu-toggle .menu-bar,
  .mobile-menu-toggle .menu-bar::before,
  .mobile-menu-toggle .menu-bar::after{
    display:block;
    width:24px;
    height:2px;
    background:currentColor;
    position:relative;
    content:"";
    transition:transform .2s ease, top .2s ease, opacity .2s ease;
  }

  .mobile-menu-toggle .menu-bar::before{
    position:absolute;
    top:-7px;
    left:0;
  }

  .mobile-menu-toggle .menu-bar::after{
    position:absolute;
    top:7px;
    left:0;
  }

  .mobile-menu-toggle[aria-expanded="true"] .menu-bar{
    background:transparent;
  }

  .mobile-menu-toggle[aria-expanded="true"] .menu-bar::before{
    top:0;
    transform:rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] .menu-bar::after{
    top:0;
    transform:rotate(-45deg);
  }

  .site-header nav,
  .primary-navigation,
  #site-navigation{
    display:none!important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    background:#fff;
    border-top:1px solid #e5e7eb;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    z-index:1001;
  }

  body.mobile-menu-open .site-header nav,
  body.mobile-menu-open .primary-navigation,
  body.mobile-menu-open #site-navigation{
    display:block!important;
  }

  .site-header nav ul,
  .primary-navigation ul,
  #site-navigation ul{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:10px 18px 18px!important;
  }

  .site-header nav li,
  .primary-navigation li,
  #site-navigation li{
    display:block!important;
    width:100%!important;
    margin:0!important;
    position:relative!important;
  }

  .site-header nav a,
  .primary-navigation a,
  #site-navigation a{
    display:block!important;
    width:100%!important;
    padding:12px 4px!important;
  }

  .site-header nav .sub-menu,
  .primary-navigation .sub-menu,
  #site-navigation .sub-menu{
    display:block!important;
    position:static!important;
    width:100%!important;
    box-shadow:none!important;
    border:0!important;
    padding:0 0 4px 14px!important;
    background:transparent!important;
  }

  .site-header nav .sub-menu a,
  .primary-navigation .sub-menu a,
  #site-navigation .sub-menu a{
    padding:10px 4px!important;
    font-size:.95em;
  }
}

@media (min-width: 901px){
  .mobile-menu-toggle{
    display:none!important;
  }
}
