
:root{--navy:#082c4e;--navy2:#051f37;--red:#e9152b;--blue:#0d5ea6;--slate:#66778a;--light:#f4f8fb;--line:#d8e2ea;--white:#fff;--shadow:0 10px 28px rgba(8,44,78,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--navy);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #e5edf3;background:#fff;position:sticky;top:0;z-index:50}.brand img{width:215px;height:58px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;font-weight:650;font-size:14px}.nav-links a:not(.cta):hover{color:var(--red)}.cta{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;font-weight:800;border-radius:4px;padding:14px 20px;box-shadow:0 5px 14px rgba(233,21,43,.16)}.cta:hover{transform:translateY(-1px)}.cta.small{padding:11px 18px}.menu-toggle{display:none;border:0;background:none;font-size:26px;color:var(--navy)}
.hero{min-height:440px;display:flex;align-items:center;padding:72px 5vw;color:#fff;background:linear-gradient(90deg,rgba(5,31,55,.95) 0%,rgba(5,31,55,.76) 52%,rgba(5,31,55,.30) 100%),var(--hero) center/cover}.hero .wrap{max-width:760px}.eyebrow{font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:900}.eyebrow:after{content:"";display:inline-block;width:46px;height:2px;background:var(--red);margin:0 0 4px 12px}.hero h1{font-size:clamp(40px,5vw,68px);line-height:1.02;margin:14px 0 18px;max-width:850px}.hero p{font-size:20px;max-width:700px;margin:0 0 28px;color:#f1f5f8}.hero .hero-badge{margin-top:32px;font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.section{padding:72px 5vw}.section.alt{background:var(--light)}.section.dark{background:var(--navy);color:#fff}.section-head{text-align:center;max-width:850px;margin:0 auto 38px}.section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.1;margin:8px 0 12px}.section-head p{font-size:18px;color:var(--slate)}.dark .section-head p{color:#dce7ef}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:auto}.card{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.card img{width:100%;height:180px;object-fit:cover}.card .body{padding:22px}.card h3{margin:0 0 8px;font-size:20px}.card p{margin:0 0 16px;color:#516679}.learn{font-weight:800;color:var(--blue)}.learn:after{content:" →"}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.four .card img{height:220px;object-position:center bottom}.support{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;max-width:1180px;margin:auto;text-align:center}.step{padding:18px 8px}.step .icon{width:52px;height:52px;border-radius:50%;margin:0 auto 10px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;font-size:18px}.step h3{margin:0 0 6px}.step p{font-size:14px;color:#5c6f80}.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;max-width:1180px;margin:auto}.split img{border-radius:8px;box-shadow:var(--shadow)}.split h2{font-size:42px;line-height:1.08;margin:8px 0 15px}.split p{color:#546b7e;font-size:18px}.bullets{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;padding:0;list-style:none}.bullets li:before{content:"✓";color:var(--red);font-weight:900;margin-right:8px}.band{background:linear-gradient(90deg,rgba(5,31,55,.98),rgba(8,44,78,.83)),url('/assets/industrial-fans.jpg') center/cover;color:#fff;padding:58px 5vw}.band-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.band h2{font-size:40px;margin:0 0 8px}.band p{margin:0;max-width:700px;color:#dce7ef}.content{max-width:980px;margin:auto}.content h2{font-size:34px;margin-top:52px;line-height:1.15}.content h3{font-size:24px;margin-top:30px}.content p,.content li{font-size:18px;color:#435a6e}.content .callout{background:var(--light);border-left:4px solid var(--red);padding:22px 24px;margin:30px 0}.content .callout strong{color:var(--navy)}.content ul{padding-left:24px}.faq{border-top:1px solid var(--line);padding:18px 0}.faq h3{margin:0 0 8px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1050px;margin:auto}.contact-panel{padding:28px;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);background:#fff}.contact-panel label{font-weight:700;display:block;margin:12px 0 6px}.contact-panel input,.contact-panel textarea,.contact-panel select{width:100%;padding:13px;border:1px solid #bccbd6;border-radius:4px;font:inherit}.contact-panel textarea{min-height:130px}button.cta{border:0;cursor:pointer;font:inherit}footer{background:var(--navy2);color:#fff;padding:50px 5vw;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}footer img{width:220px;background:#fff;padding:8px;border-radius:4px}footer p{max-width:390px;color:#c9d5df}footer strong{display:block;margin-bottom:12px}footer a{display:block;color:#dbe6ee;margin:7px 0;font-size:14px}
@media(max-width:900px){.nav{height:auto;padding:12px 5vw;flex-wrap:wrap}.brand img{width:180px;height:48px}.menu-toggle{display:block}.nav-links{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:15px 0}.nav.open .nav-links{display:flex}.hero{min-height:500px}.cards,.cards.four{grid-template-columns:1fr 1fr}.support{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.band-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.cards,.cards.four{grid-template-columns:1fr}.support{grid-template-columns:1fr 1fr}.hero{padding-top:60px}.hero h1{font-size:42px}.section{padding:52px 5vw}.split h2{font-size:34px}.band h2{font-size:32px}.bullets{grid-template-columns:1fr}footer{grid-template-columns:1fr}}
/* Homepage refinement */
.nav-links a{position:relative}.nav-links a:not(.cta):after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--red);transition:right .2s ease}.nav-links a:not(.cta):hover:after{right:0}
.hero{min-height:520px}.hero .wrap{position:relative}.hero-badge{display:flex!important;gap:0!important;flex-wrap:wrap}.hero-badge span{padding:8px 14px;border-left:2px solid var(--red);background:rgba(5,31,55,.58);backdrop-filter:blur(3px)}
.support-section{background:linear-gradient(180deg,#f7fbfe,#eef5fa)}.support .step{position:relative}.support .step:not(:last-child):after{content:"→";position:absolute;right:-15px;top:30px;color:var(--blue);font-size:22px}.support .icon{background:var(--navy);border:2px solid #fff;box-shadow:0 5px 15px rgba(8,44,78,.16)}
.card{transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(8,44,78,.17)}.card img{filter:saturate(.92)}
@media(max-width:900px){.support .step:after{display:none}.hero-badge span{margin-bottom:5px}}

/* Launch readiness */
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;color:var(--navy);padding:10px 14px;z-index:100}.skip-link:focus{left:8px}.nav-links a[aria-current="page"]{color:var(--red)}.form-note{font-size:13px;color:var(--slate);margin-top:12px}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;margin-top:10px;color:#aebdca;font-size:13px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #4da3e6;outline-offset:3px}.cta{transition:transform .18s ease,box-shadow .18s ease}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Use clean, text-free crops for the first two service cards. */
.card[href="/primavera-p6-scheduling-services.html"]{background:#fff url('/assets/p6-schedule.png') left top/100% 180px no-repeat}
.card[href="/primavera-p6-scheduling-services.html"] img{visibility:hidden;filter:none}
.card[href="/primavera-p6-scheduling-services.html"] .body{position:relative;background:#fff}

/* Contact-form bot protection status */
.captcha-note{display:flex;align-items:center;gap:10px;margin:18px 0 14px;padding:12px 14px;border:1px solid #bccbd6;border-radius:4px;background:#f7fbfe;color:#435a6e;font-size:14px;font-weight:700}
.captcha-note span:first-child{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}
