
:root{--navy:#0F1D2E;--navy-mid:#17293D;--navy-dark:#0A1421;--blue:#2C2C2C;--orange:#909090;--orange-dark:#636363;--accent:#909090;--accent-dark:#636363;--ice:#D0D0D0;--white:#ffffff;--off-white:#F4F7FB;--light-gray:#E9EEF6;--text:#152232;--text-muted:#5A6577;--border:#D8E0EC;--font-head:'Figtree','Segoe UI',sans-serif;--font-body:'Manrope','Segoe UI',sans-serif;--max-w:1200px;--radius:4px;--shadow:0 2px 16px rgba(15,29,46,0.08);--transition:0.22s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color var(--transition)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 28px}
.section-pad{padding:88px 0}
.section-pad-sm{padding:60px 0}
.section-pad-lg{padding:112px 0}
.orange{color:var(--orange)}
/* ---- ANIMATIONS ---- */
.animate{opacity:0;transform:translateY(24px);transition:opacity 0.55s ease,transform 0.55s ease}
.animate.visible{opacity:1;transform:translateY(0)}
.animate-delay-1{transition-delay:0.1s}
.animate-delay-2{transition-delay:0.2s}
.animate-delay-3{transition-delay:0.3s}
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* ---- HEADER / NAV ---- */
.site-header{position:sticky;top:0;z-index:1000;background:var(--navy);box-shadow:0 2px 20px rgba(0,0,0,0.35)}
.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;height:72px}
.site-logo{display:flex;align-items:center}
.site-logo svg,.site-logo img{height:31px;width:auto}
.main-nav{display:flex;align-items:center;gap:0;list-style:none}
.main-nav>li{position:relative}
.main-nav>li>a{display:flex;align-items:center;gap:5px;padding:0 13px;height:72px;color:rgba(255,255,255,0.85);font-family:var(--font-head);font-size:13.5px;font-weight:500;letter-spacing:0.2px;transition:color var(--transition);border-bottom:2px solid transparent;white-space:nowrap}
.main-nav>li>a:hover,.main-nav>li[aria-current]>a{color:#fff;border-bottom-color:var(--orange)}
.main-nav>li>a[aria-current="page"]{color:var(--orange)}
.nav-chevron{width:9px;height:9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);display:inline-block;transition:transform var(--transition)}
.has-dropdown:hover .nav-chevron{transform:rotate(-135deg) translateY(-2px)}
.dropdown{position:absolute;top:100%;left:0;background:var(--navy-mid);border-top:2px solid var(--orange);min-width:240px;padding:8px 0;display:none;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,0.3)}
.has-dropdown:hover .dropdown{display:block}
.dropdown li{list-style:none}
.dropdown li a{display:block;padding:9px 20px;color:rgba(255,255,255,0.8);font-size:13px;font-family:var(--font-body);transition:all var(--transition);border-left:3px solid transparent}
.dropdown li a:hover{color:#fff;background:rgba(143,143,143,0.12);border-left-color:var(--orange);padding-left:24px}
.nav-contact-btn{background:var(--orange) !important;color:#fff !important;padding:10px 20px !important;height:auto !important;border-radius:3px;font-weight:600 !important;font-size:13px !important;margin-left:8px;border-bottom:none !important;border-radius:3px !important}
.nav-contact-btn:hover{background:var(--orange-dark) !important}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:6px}
.mobile-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all 0.3s;border-radius:2px}
/* ---- BUTTONS ---- */
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:3px;font-family:var(--font-head);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition);letter-spacing:0.3px;border:none;line-height:1}
.btn svg{width:15px;height:15px;flex-shrink:0;transition:transform 0.2s}
.btn:hover svg{transform:translate(2px,-2px)}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark);color:#fff}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.4)}
.btn-outline:hover{background:rgba(255,255,255,0.08);border-color:#fff;color:#fff}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-mid);color:#fff}
.btn-outline-navy{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}
.btn-outline-navy:hover{background:var(--navy);color:#fff}
/* ---- PAGE HERO (inner pages) ---- */
.page-hero{position:relative;padding:96px 0 72px;background:var(--navy);overflow:hidden}
.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(0.45);z-index:0}
.page-hero-content{position:relative;z-index:2}
.page-hero-eyebrow{display:inline-block;background:rgba(143,143,143,0.15);border:1px solid rgba(143,143,143,0.35);color:var(--orange);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:3px;margin-bottom:20px}
.page-hero h1{font-family:var(--font-head);font-size:clamp(32px,4.5vw,56px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:20px}
.page-hero-sub{font-size:17px;color:rgba(255,255,255,0.75);line-height:1.75;max-width:680px}
.breadcrumb{font-size:13px;color:rgba(255,255,255,0.45);margin-bottom:20px}
.breadcrumb a{color:rgba(255,255,255,0.55)}
.breadcrumb a:hover{color:var(--orange)}
.breadcrumb span{margin:0 8px}
/* ---- SECTION HEADINGS ---- */
.section-label{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange);margin-bottom:12px}
.section-title{font-family:var(--font-head);font-size:clamp(26px,3.5vw,42px);font-weight:800;line-height:1.15;color:var(--navy)}
.section-subtitle{font-size:17px;color:var(--text-muted);line-height:1.75;margin-top:14px;max-width:640px}
/* ---- STATS BAR ---- */
.stats-bar{background:linear-gradient(90deg,#0d2248 0%,#162e5a 100%);border-top:1px solid rgba(143,143,143,0.2)}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max-w);margin:0 auto}
.stat-item{padding:28px 24px;text-align:center;border-right:1px solid rgba(255,255,255,0.1)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:var(--font-head);font-size:44px;font-weight:800;color:var(--orange);line-height:1;margin-bottom:6px}
.stat-label{font-size:11px;font-weight:700;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:1px}
/* ---- LOGO CAROUSEL ---- */
.logos-section{background:#fff;padding:40px 0;border-bottom:1px solid var(--border);overflow:hidden}
.logos-track{display:flex;gap:60px;align-items:center;animation:marquee 22s linear infinite;width:max-content}
.logos-track img{height:36px;width:auto;max-width:110px;object-fit:contain;filter:grayscale(100%) opacity(0.5);transition:filter 0.3s}
.logos-track img:hover{filter:grayscale(0%) opacity(1)}
/* ---- FEATURE / WHY CARDS ---- */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:48px}
.feature-card{padding:44px 36px;border-right:1px solid var(--border);transition:background var(--transition)}
.feature-card:last-child{border-right:none}
.feature-card:hover{background:var(--off-white)}
.feature-icon{width:52px;height:52px;background:rgba(143,143,143,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.feature-icon svg{width:24px;height:24px;fill:var(--orange)}
.feature-title{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--navy);margin-bottom:12px;line-height:1.3}
.feature-desc{font-size:15px;color:var(--text-muted);line-height:1.75}
/* ---- PROCESS STEPS ---- */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;margin-top:48px;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.step-card{padding:36px 28px;border-right:1px solid var(--border);position:relative}
.step-card:last-child{border-right:none}
.step-num{font-family:var(--font-head);font-size:48px;font-weight:800;color:rgba(143,143,143,0.15);line-height:1;margin-bottom:16px}
.step-title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}
.step-desc{font-size:14px;color:var(--text-muted);line-height:1.7}
/* ---- CHECK LIST ---- */
.check-list{list-style:none;margin:20px 0}
.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text-muted);margin-bottom:14px;line-height:1.6}
.check-dot{width:20px;height:20px;background:var(--orange);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.check-dot::after{content:'';width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}
.check-list-dark li{color:rgba(255,255,255,0.8)}
/* ---- TWO-COL LAYOUT ---- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.two-col-lg{display:grid;grid-template-columns:3fr 2fr;gap:80px;align-items:center}
.two-col-sm{display:grid;grid-template-columns:2fr 3fr;gap:80px;align-items:start}
/* ---- IMAGE BLOCKS ---- */
.img-rounded{border-radius:8px;overflow:hidden}
.img-cover{width:100%;height:100%;object-fit:cover}
.img-badge{position:absolute;bottom:20px;right:20px;background:var(--orange);color:#fff;padding:14px 18px;border-radius:6px;font-family:var(--font-head);font-weight:700;text-align:center;line-height:1.4;box-shadow:0 4px 20px rgba(143,143,143,0.35)}
.img-badge strong{font-size:26px;display:block}
/* ---- DARK SECTION ---- */
.dark-section{background:var(--navy);color:#fff}
.dark-section .section-title{color:#fff}
.dark-section .section-subtitle{color:rgba(255,255,255,0.7)}
/* ---- GRAY SECTION ---- */
.gray-section{background:var(--off-white)}
/* ---- INDUSTRY / SERVICE CARDS ---- */
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.cards-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid var(--border);transition:transform 0.22s,box-shadow 0.22s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.1)}
.card-img{width:100%;height:200px;object-fit:cover}
.card-body{padding:22px}
.card-tag{display:inline-block;background:rgba(143,143,143,0.1);color:var(--orange);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:3px;margin-bottom:10px}
.card-title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:10px}
.card-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:14px}
.card-link{font-size:13px;font-weight:700;color:var(--orange);display:inline-flex;align-items:center;gap:6px}
.card-link:hover{color:var(--orange-dark)}
/* Service overlay cards */
.service-card{position:relative;overflow:hidden;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:0;transition:transform 0.3s}
.service-card:hover{transform:translateY(-2px)}
.service-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 0.4s ease}
.service-card:hover .service-card-bg{transform:scale(1.04)}
.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,27,56,0.95) 0%,rgba(11,27,56,0.3) 60%,transparent 100%)}
.service-card-content{position:relative;z-index:2;padding:28px}
.service-card-desc{font-size:13px;color:rgba(255,255,255,0.7);margin-bottom:8px;line-height:1.5}
.service-card-title{font-family:var(--font-head);font-size:20px;font-weight:700;color:#fff;margin-bottom:14px}

.service-card:hover 

.service-card:hover 
/* ---- FAQ ---- */
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-family:var(--font-head);font-size:16px;font-weight:600;color:var(--navy);gap:16px;cursor:pointer}
.faq-toggle{width:28px;height:28px;background:var(--off-white);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.2s;font-size:20px;color:var(--orange);font-weight:300;line-height:1}
.faq-item.open .faq-toggle{background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(45deg)}
.faq-a{font-size:15px;color:var(--text-muted);line-height:1.8;padding-bottom:20px;display:none}
.faq-item.open .faq-a{display:block}
/* ---- CTA BAND ---- */
.cta-band{background:var(--orange);padding:56px 0}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cta-band h2{font-family:var(--font-head);font-size:clamp(22px,3vw,34px);font-weight:800;color:#fff;line-height:1.2}
.cta-band p{color:rgba(255,255,255,0.85);font-size:16px;margin-top:8px}
.btn-white{background:#fff;color:var(--orange);font-weight:700}
.btn-white:hover{background:var(--off-white);color:var(--orange-dark)}
/* ---- TEAM CARDS ---- */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.team-card{text-align:center}
.team-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:18px;background:var(--light-gray)}
.team-photo-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);border-radius:8px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:40px;font-weight:800;color:rgba(255,255,255,0.3)}
.team-name{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--navy);margin-bottom:4px}
.team-title{font-size:13px;color:var(--orange);font-weight:600;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:12px}
.team-bio{font-size:14px;color:var(--text-muted);line-height:1.7}
/* ---- LOCATION CARDS ---- */
.location-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-top:32px}
.location-card{background:#fff;border:1px solid var(--border);border-radius:6px;padding:16px;text-align:center;transition:all 0.2s}
.location-card:hover{border-color:var(--orange);background:rgba(143,143,143,0.04);transform:translateY(-2px)}
.location-state{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px}
.location-cities{font-size:12px;color:var(--text-muted);line-height:1.6}
/* ---- FORM ---- */
.contact-form{display:flex;flex-direction:column;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-group label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.5px}
.form-group input,.form-group textarea,.form-group select{padding:12px 16px;border:1px solid var(--border);border-radius:3px;font-size:14px;font-family:var(--font-body);color:var(--text);background:#fff;transition:border-color 0.2s;width:100%}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(143,143,143,0.12)}
.form-group textarea{min-height:130px;resize:vertical}
.form-submit .btn{width:100%;justify-content:center}
/* ---- FOOTER ---- */
.site-footer{background:var(--navy-dark);color:#fff;padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08)}
.footer-brand svg{height:28px;width:auto}
.footer-brand p{color:rgba(255,255,255,0.5);font-size:13.5px;line-height:1.8;margin-top:16px;max-width:280px}
.footer-social{display:flex;gap:12px;margin-top:16px}
.footer-social a{width:34px;height:34px;background:rgba(255,255,255,0.08);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);transition:all 0.2s}
.footer-social a:hover{background:var(--orange);color:#fff}
.footer-col h4{font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);margin-bottom:16px}
.footer-links{list-style:none}
.footer-links li{margin-bottom:9px}
.footer-links a{color:rgba(255,255,255,0.5);font-size:13.5px;transition:color 0.2s}
.footer-links a:hover{color:#fff}
.footer-phone{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--orange);margin-bottom:6px}
.footer-phone a{color:var(--orange)}
.footer-addr{color:rgba(255,255,255,0.5);font-size:13px;line-height:1.7;margin-bottom:16px}
.footer-licenses{padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.06);display:flex;flex-wrap:wrap;gap:12px;font-size:11.5px;color:rgba(255,255,255,0.35)}
.footer-licenses strong{color:rgba(255,255,255,0.55);margin-right:4px}
.footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,0.3);flex-wrap:wrap;gap:12px}
.footer-bottom a{color:rgba(255,255,255,0.3);transition:color 0.2s}
.footer-bottom a:hover{color:rgba(255,255,255,0.7)}
/* ---- RESPONSIVE ---- */
@media(max-width:1100px){.features-grid{grid-template-columns:1fr 1fr}.feature-card:nth-child(2){border-right:none}.feature-card:nth-child(1),.feature-card:nth-child(2){border-bottom:1px solid var(--border)}.team-grid{grid-template-columns:1fr 1fr}.cards-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1024px){.two-col,.two-col-lg,.two-col-sm{grid-template-columns:1fr;gap:40px}.cards-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.stats-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.main-nav{display:none;flex-direction:column;position:fixed;top:72px;left:0;right:0;background:var(--navy);padding:16px;z-index:999;align-items:stretch;gap:0;max-height:calc(100vh - 72px);overflow-y:auto}.main-nav.mobile-open{display:flex}.main-nav>li>a{height:auto;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.08);border-left:none}.main-nav .dropdown{position:static;display:block;background:rgba(0,0,0,0.2);border-top:none;box-shadow:none}.mobile-toggle{display:flex}.cards-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.feature-card{border-right:none;border-bottom:1px solid var(--border)}.feature-card:last-child{border-bottom:none}.team-grid{grid-template-columns:1fr 1fr}.section-pad{padding:60px 0}.container{padding:0 18px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.cta-band-inner{flex-direction:column;text-align:center}}
@media(max-width:480px){.team-grid{grid-template-columns:1fr}.stats-inner{grid-template-columns:1fr 1fr}.stat-num{font-size:32px}}

@media (max-width: 900px) {
  
  
  
}
@media (max-width: 600px) {
  
  
}.stats-bar .stat-num{color:#909090!important;}.stats-bar .stat-label{color:rgba(255,255,255,0.7)!important;}
.site-header{background:var(--navy)!important;}.dark-section,.cta-band{background:var(--navy)!important;}
.page-hero{position:relative;padding:96px 0 72px;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#0F1D2E;}
.page-hero-bg{position:absolute!important;inset:0!important;background-size:cover!important;background-position:center!important;filter:brightness(0.45)!important;z-index:0!important;}
.page-hero-content{position:relative;z-index:2;}

.logos-section .logos-track{display:flex;gap:60px;align-items:center;animation:marquee 22s linear infinite;width:max-content;}
.logos-section .logos-track img{height:36px;width:auto;max-width:110px;object-fit:contain;filter:grayscale(100%) opacity(0.5);}
.service-card{position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;transition:transform 0.3s;}
.service-card:hover{transform:translateY(-2px);}
.service-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 0.4s;}
.service-card:hover .service-card-bg{transform:scale(1.04);}
.service-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.25) 60%,transparent 100%);}
.service-card-content{position:relative;z-index:2;padding:28px;}

.service-card:hover 

.service-card-desc{font-size:13px;color:rgba(255,255,255,.7);margin-bottom:8px;line-height:1.5;}
.service-card-title{font-family:var(--font-head);font-size:20px;font-weight:700;color:#fff;margin-bottom:14px;}
#pageContent{min-height:100vh;}
.team-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:18px;background:var(--light-gray);}
.team-card{text-align:center;overflow:hidden;}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;}
.check-list{list-style:none;margin:20px 0;}
.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text-muted);margin-bottom:14px;line-height:1.6;}
.check-dot{width:20px;height:20px;background:var(--orange);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px;}
.check-dot::after{content:'';width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);}
.breadcrumb{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:20px;}
.breadcrumb a{color:rgba(255,255,255,0.65);}.breadcrumb a:hover{color:var(--orange);}.breadcrumb span{margin:0 8px;}
.footer-social a{background:rgba(255,255,255,0.08);width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);transition:all 0.2s;margin-right:6px;}
.footer-social a:hover{background:var(--orange)!important;color:#fff!important;}

@media(max-width:960px){}
@media(max-width:768px){.two-col,.two-col-lg,.two-col-sm,.cta-band-inner{grid-template-columns:1fr!important;flex-direction:column;}.cards-grid,.features-grid{grid-template-columns:1fr!important;}[style*="grid-template-columns:repeat(3"]{grid-template-columns:1fr!important;}[style*="grid-template-columns:1fr 2fr"],[style*="grid-template-columns:2fr 3fr"],[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;}.step-card{border-right:none;border-bottom:1px solid var(--border);}.section-pad{padding:56px 0;}.footer-grid{grid-template-columns:1fr 1fr!important;}.page-hero{padding:72px 0 52px;min-height:380px;}}
@media(max-width:480px){}
.service-card-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--ice);letter-spacing:.3px;background:none;width:auto;height:auto;border-radius:0;transition:gap .2s ease,color .2s ease}.service-card:hover .service-card-link{gap:12px;color:#fff;background:none;transform:none}.service-card-link svg,.service-card-link polygon{width:13px;height:13px;fill:var(--ice);transition:fill .2s ease}.service-card:hover .service-card-link svg,.service-card:hover .service-card-link polygon{fill:#fff}

/* Home hero — mobile legibility */
@media(max-width:768px){
  .home-hero{min-height:84vh;background-position:66% center!important;}
  .home-hero>div:first-child{background:linear-gradient(to bottom,rgba(10,10,10,.88) 0%,rgba(10,10,10,.74) 48%,rgba(10,10,10,.93) 100%)!important;}
  .home-hero h1{font-size:clamp(40px,11vw,58px)!important;letter-spacing:-1px!important;}
  .home-hero p{font-size:16px!important;}
}

/* ============================================================
   MONOCHROME THEME — black / white / gray only (silver logo)
   ============================================================ */
:root{
  --navy:#141414; --navy-mid:#202020; --navy-dark:#0B0B0B; --blue:#2C2C2C;
  --orange:#3E3E3E; --orange-dark:#2A2A2A; --accent:#3E3E3E; --accent-dark:#2A2A2A;
  --ice:#D0D0D0;
  --white:#ffffff; --off-white:#F5F5F5; --light-gray:#EAEAEA;
  --text:#161616; --text-muted:#636363; --border:#E4E4E4;
}
/* Buttons */
.btn-primary{background:#161616;color:#fff;border:none}
.btn-primary:hover{background:#303030;color:#fff}
.btn-white{background:#fff;color:#161616;font-weight:700}
.btn-white:hover{background:#E6E6E6;color:#161616}
.btn-navy{background:#161616;color:#fff}
.btn-navy:hover{background:#303030;color:#fff}
.btn-outline-navy{border-color:#161616;color:#161616}
.btn-outline-navy:hover{background:#161616;color:#fff}
.nav-contact-btn{background:#fff !important;color:#161616 !important}
.nav-contact-btn:hover{background:#D0D0D0 !important;color:#161616 !important}
/* Heading highlight: uniform on light, subtle silver on dark */
.orange{color:inherit}
.dark-section .orange,.home-hero .orange,.page-hero .orange,.cta-band .orange,.site-footer .orange{color:#D0D0D0}
/* Section labels */
.section-label{color:#737373}
.dark-section .section-label,.home-hero .section-label,.page-hero .section-label,.cta-band .section-label{color:#A0A0A0}
.page-hero-eyebrow{color:#A0A0A0 !important}
/* Check dots */
.check-dot{background:#3E3E3E}
.check-list-dark .check-dot{background:#D0D0D0}
.check-list-dark .check-dot::after{border-left-color:#161616;border-bottom-color:#161616}
/* Feature icons: dark glyph on light, light glyph on dark */
.feature-icon{background:rgba(125,125,125,0.12)}
.feature-icon svg{fill:#3E3E3E}
.dark-section .feature-icon,.service-card .feature-icon{background:rgba(255,255,255,0.10)}
.dark-section .feature-icon svg,.service-card .feature-icon svg{fill:#D0D0D0}
/* Links & misc accents */
.card-link{color:#161616}
.card-link:hover{color:#4E4E4E}
.stat-num{color:#A0A0A0 !important}
.service-card-link{color:#D0D0D0}
.service-card-link svg,.service-card-link polygon{fill:#D0D0D0}
.service-card:hover .service-card-link{color:#fff}
.service-card:hover .service-card-link svg,.service-card:hover .service-card-link polygon{fill:#fff}
/* Neutralize any residual blue tints in service-card overlays */
.service-card-overlay{background:linear-gradient(to top,rgba(10,10,10,0.94) 0%,rgba(10,10,10,0.3) 60%,transparent 100%)}
/* Footer */
.footer-phone,.footer-phone a{color:#EEEEEE}
.footer-phone a:hover{color:#fff}
/* Contact page accents that used the blue */
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#161616 !important;outline-color:#161616 !important}

/* ---- Careers / guard application form ---- */
.app-form fieldset{border:1px solid var(--border);border-radius:10px;padding:16px 20px 10px;margin:0 0 20px}
.app-form legend{font-family:var(--font-head);font-size:12px;font-weight:800;color:var(--navy);padding:0 8px;text-transform:uppercase;letter-spacing:.08em}
.app-form .opt{font-weight:400;color:var(--text-muted);font-size:12px}
.yn{display:flex;gap:10px;margin-top:5px}
.yn-opt{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:8px;padding:8px 18px;font-size:14px;cursor:pointer;background:#fff;font-weight:600;color:var(--text);transition:border-color .15s}
.yn-opt:hover{border-color:var(--navy)}
.yn-opt input{accent-color:var(--navy);width:16px;height:16px;margin:0}
.shifts{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}
.shift-opt{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:8px;padding:7px 14px;font-size:13px;cursor:pointer;background:#fff;font-weight:600;color:var(--text);transition:border-color .15s}
.shift-opt:hover{border-color:var(--navy)}
.shift-opt input{accent-color:var(--navy);width:15px;height:15px;margin:0}
.gc-highlight{background:var(--off-white);border:1px solid var(--border);border-left:4px solid var(--navy);border-radius:8px;padding:13px 16px;margin-bottom:14px}
.gc-highlight>label{font-weight:800;color:var(--navy);font-size:15px}
.consent{display:flex;gap:11px;align-items:flex-start;font-size:13px;color:var(--text-muted);margin:4px 0 6px;line-height:1.5;cursor:pointer}
.consent input{margin-top:2px;accent-color:var(--navy);width:17px;height:17px;flex:none}

/* ---- Application form: legends, checkboxes, radios ---- */
.form-legend{font-family:var(--font-head);font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:8px;margin:10px 0 2px}
.form-legend:first-of-type{margin-top:0}
.form-hint{font-size:12.5px;color:var(--text-muted);line-height:1.5}
.check-row{display:flex;flex-wrap:wrap;gap:10px}
.cb{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;padding:10px 14px;cursor:pointer;background:#fff;transition:border-color .15s,background .15s;min-height:44px}
.cb:hover{border-color:var(--text)}
.cb input{width:17px;height:17px;accent-color:var(--text);flex:none;margin:0;cursor:pointer}
.cb span{font-size:14px;color:var(--text);font-weight:600;line-height:1.35}
.cb:has(input:checked){border-color:var(--text);background:var(--off-white)}
.cb.stack{display:flex;width:100%;align-items:flex-start;padding:12px 14px}
.cb.stack span{font-weight:500;color:var(--text-muted)}
.cb.stack:has(input:checked) span{color:var(--text)}
@media(max-width:768px){.check-row{gap:8px}.cb{padding:10px 12px}}

/* ---- Careers: even 4-up grid (no blank columns) ---- */
.features-grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1024px){.features-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.features-grid-4{grid-template-columns:1fr}}
/* keep dividers tidy in the 4-up grid */
.features-grid-4 .feature-card{border-right:1px solid var(--border);border-bottom:none}
.features-grid-4 .feature-card:last-child{border-right:none}
@media(max-width:1024px){
  .features-grid-4 .feature-card:nth-child(2n){border-right:none}
  .features-grid-4 .feature-card:nth-child(-n+2){border-bottom:1px solid var(--border)}
}
@media(max-width:768px){
  .features-grid-4 .feature-card{border-right:none;border-bottom:1px solid var(--border)}
  .features-grid-4 .feature-card:last-child{border-bottom:none}
}
/* read-only "fixed" field (position) */
.fixed-field{padding:12px 16px;border:1px solid var(--border);border-radius:3px;font-size:16px;background:var(--off-white);color:var(--text);font-weight:700;min-height:47px;display:flex;align-items:center}
/* resume upload */
.file-drop{display:flex;align-items:center;gap:14px;border:1.5px dashed var(--border);border-radius:6px;padding:18px 20px;cursor:pointer;background:#fff;transition:border-color .15s,background .15s}
.file-drop:hover{border-color:var(--text);background:var(--off-white)}
.file-drop input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.file-ic{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:50%;background:rgba(125,125,125,0.12);color:var(--text)}
.file-ic svg{width:20px;height:20px}
.file-txt{font-size:14px;color:var(--text-muted);line-height:1.5}
.file-txt b{color:var(--text);font-weight:700}
.file-txt em{font-style:normal;font-size:12.5px;color:var(--text-muted)}
.file-name{font-size:13.5px;font-weight:700;color:var(--text);margin-top:8px;display:none}
.file-name.show{display:block}

/* ---- Even card grids (no partial last row) ---- */
.cards-grid-4up{grid-template-columns:repeat(4,1fr)}
@media(max-width:1100px){.cards-grid-4up{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.cards-grid-4up{grid-template-columns:1fr}}
/* Home services: 9 cards -> 3 cols desktop. At 2-col widths, hide the 9th so it stays even (3x3 / 4x2 / 9x1) */
@media(max-width:1100px) and (min-width:769px){
  .home-services-grid{grid-template-columns:repeat(2,1fr)}
  .home-services-grid > *:nth-child(9){display:none}
}

/* Logo: reverse/light lockup — keep it crisp over dark header and photos */
.pac-logo-img{filter:drop-shadow(0 1px 2px rgba(0,0,0,0.45))}
.site-footer .pac-logo-img{filter:none}

/* deploy: mobile / iOS safety */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
input,select,textarea,.form-group input,.form-group select,.form-group textarea{font-size:16px !important}
a,button,.btn,.nav-link{touch-action:manipulation}
@supports (min-height:100dvh){.home-hero{min-height:92dvh}@media(max-width:768px){.home-hero{min-height:84dvh}}}
/* AUDIT FIX: footer contrast (WCAG AA) */
.site-footer .footer-col h4{color:#C9C9C9 !important}
.footer-licenses,.footer-licenses span{color:#B4B4B4 !important}
.footer-bottom,.footer-bottom div{color:#B4B4B4 !important}
.footer-links a{color:#C4C4C4 !important}
.footer-links a:hover{color:#fff !important}
.site-footer .footer-brand p{color:#B4B4B4 !important}
/* AUDIT FIX: remaining contrast (footer bottom links + section labels) */
.footer-bottom a,.footer-bottom .nav-link{color:#C4C4C4 !important}
.footer-bottom a:hover{color:#fff !important}
.section-label{color:#5E5E5E !important}
.dark-section .section-label,.home-hero .section-label,.page-hero .section-label,.cta-band .section-label{color:#B0B0B0 !important}
/* AUDIT FIX: form labels (were 4.41:1) */
.form-group label,.contact-form label{color:#5A5A5A !important}
/* AUDIT FIX: body copy + check-lists on dark sections */
.dark-section p,.dark-section .section-subtitle{color:#C2C2C2 !important}
.dark-section .check-list li,.check-list-dark li,.dark-section .check-list-dark li{color:#D2D2D2 !important}
.dark-section li,.cta-band p{color:#C2C2C2 !important}
/* AUDIT FIX: skip link */
.skip-link{position:absolute;left:-9999px;top:0;z-index:10001;background:#fff;color:#161616;padding:12px 18px;font-weight:700;border-radius:0 0 6px 0}
.skip-link:focus{left:0}
/* AUDIT FIX: cards become real links (crawlable + keyboard focusable) */
.service-card,.card{position:relative}
.card-cover{position:absolute;inset:0;z-index:4;text-indent:-9999px;overflow:hidden}
.card-cover:focus-visible{outline:3px solid #fff;outline-offset:-3px}
:focus-visible{outline:3px solid #8ea2c0;outline-offset:2px}

/* ---- Training Academy: course cards ---- */
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
@media(max-width:1024px){.course-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.course-grid{grid-template-columns:1fr}}
.course-card{border:1px solid var(--border);border-radius:10px;padding:22px 22px 24px;background:#fff;display:flex;flex-direction:column}
.course-card .cmeta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.course-badge{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:20px;background:var(--off-white);border:1px solid var(--border);color:var(--text);line-height:1.5;white-space:nowrap}
.course-badge.freq{background:#161616;color:#fff;border-color:#161616}
.course-card h3{font-family:var(--font-head);font-size:18px;font-weight:800;margin:0 0 10px;color:var(--text);line-height:1.2}
.course-card ul{list-style:none;margin:0;padding:0}
.course-card li{position:relative;padding:3px 0 3px 16px;font-size:13.5px;color:var(--text-muted);line-height:1.45}
.course-card li::before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:var(--text)}
.course-card.flagship{border-color:var(--text);box-shadow:0 6px 24px rgba(0,0,0,.07)}
.course-note{font-size:12.5px;color:var(--text-muted);margin-top:12px;font-style:italic}

/* ============================================================
   Training Academy — enhanced course & certification catalog
   (extends existing course-card visual language: white cards,
    thin light-gray borders, black/gray pills, mono type)
   ============================================================ */
/* Section intro — kept within a readable editorial column */
.crs-intro{max-width:640px;font-size:17px;line-height:1.75;color:var(--text-muted);margin-top:14px}

/* Course groups */
.crs-group{margin-top:52px}
.crs-group:first-of-type{margin-top:44px}
.crs-group-head{max-width:680px}
.crs-group-title{font-family:var(--font-head);font-size:clamp(21px,2.5vw,28px);font-weight:800;line-height:1.2;color:var(--text);margin:2px 0 0}
.crs-group-sub{font-size:15.5px;line-height:1.7;color:var(--text-muted);margin:10px 0 0}

/* Grids: core = 2-up, specialized = 3-up (compact) */
.crs-grid{display:grid;gap:20px;margin-top:26px;align-items:stretch}
.crs-grid--core{grid-template-columns:repeat(2,1fr)}
.crs-grid--spec{grid-template-columns:repeat(3,1fr)}
@media(max-width:1024px){.crs-grid--core,.crs-grid--spec{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.crs-grid--core,.crs-grid--spec{grid-template-columns:1fr}}

/* Card — same DNA as .course-card */
.crs-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:10px;padding:22px 22px 20px}
.crs-card--spec{padding:20px 20px 18px}
@media(hover:hover){
  .crs-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .crs-card:hover{border-color:#C5C5C5;transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.07)}
  .crs-card:hover .crs-req svg{transform:translateX(3px)}
}

/* Icon + flagship row */
.crs-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.crs-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:var(--off-white);border:1px solid var(--border);color:var(--text);flex:none}
.crs-card--spec .crs-icon{width:34px;height:34px;border-radius:8px}
.crs-icon svg{width:20px;height:20px;display:block}
.crs-card--spec .crs-icon svg{width:18px;height:18px}
.crs-flag{align-self:center;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text);background:var(--off-white);border:1px solid #CFCFCF;border-radius:20px;padding:3px 10px;white-space:nowrap}

/* Category / schedule eyebrow */
.crs-cat{font-size:10.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#737373;margin:0 0 6px}

/* Title */
.crs-title{font-family:var(--font-head);font-size:18px;font-weight:800;line-height:1.22;color:var(--text);margin:0}
.crs-card--spec .crs-title{font-size:16.5px}

/* Description */
.crs-desc{font-size:14px;line-height:1.6;color:var(--text-muted);margin:10px 0 0}
.crs-card--spec .crs-desc{font-size:13.5px;margin-top:8px}

/* Meta pills — sit close to the title/description */
.crs-card .cmeta{margin:14px 0 0}
.crs-flagline{font-size:12.5px;color:var(--text-muted);margin:10px 0 0;font-style:italic}

/* Topics */
.crs-topics{list-style:none;margin:14px 0 0;padding:0}
.crs-topics li{position:relative;padding:3px 0 3px 16px;font-size:13.5px;line-height:1.45;color:var(--text-muted)}
.crs-card--spec .crs-topics li{font-size:13px}
.crs-topics li::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--text)}

/* Expandable details (progressive enhancement: open by default, JS collapses) */
.crs-details-wrap{display:grid;grid-template-rows:1fr;transition:grid-template-rows .28s ease}
.crs-details-wrap.is-collapsed{grid-template-rows:0fr}
.crs-details{overflow:hidden;min-height:0}
.crs-details-inner{padding-top:12px;margin-top:12px;border-top:1px dashed var(--border)}
.crs-details-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8a8a8a;margin-bottom:4px}
.crs-details .crs-topics{margin-top:4px}

/* Actions */
.crs-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-top:auto;padding-top:16px}
.crs-toggle{display:inline-flex;align-items:center;gap:7px;background:none;border:none;padding:6px 2px;min-height:40px;font-family:var(--font-head);font-size:13.5px;font-weight:700;color:var(--text);cursor:pointer;letter-spacing:.01em}
.crs-toggle[hidden]{display:none}
.crs-toggle svg{width:12px;height:12px;transition:transform .2s ease}
.crs-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.crs-toggle:hover{color:#4a4a4a}
.crs-req{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:6px 2px;font-family:var(--font-head);font-size:13.5px;font-weight:600;color:var(--text-muted)}
.crs-req svg{width:12px;height:12px;transition:transform .18s ease}
.crs-req:hover{color:var(--text)}

/* Section-level CTA — restrained, does NOT compete with the black cta-band */
.crs-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:22px 32px;margin-top:48px;padding:26px 30px;background:var(--off-white);border:1px solid var(--border);border-radius:12px}
.crs-cta-text{max-width:560px}
.crs-cta-text h3{font-family:var(--font-head);font-size:clamp(18px,2vw,22px);font-weight:800;color:var(--text);margin:0;line-height:1.25}
.crs-cta-text p{font-size:14.5px;line-height:1.65;color:var(--text-muted);margin:8px 0 0}
.crs-cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.crs-cta .btn{font-size:13.5px}
@media(max-width:640px){.crs-cta{padding:22px 20px}.crs-cta-actions{width:100%}.crs-cta-actions .btn{flex:1 1 auto;justify-content:center}}

/* Motion / hover safety */
@media(prefers-reduced-motion:reduce){
  .crs-details-wrap,.crs-toggle svg,.crs-req svg,.crs-card{transition:none !important}
  .crs-card:hover{transform:none}
}

/* Remove circular icon badge from photo service-cards (kept off imagery) */
.service-card .feature-icon{display:none}

/* ============================================================
   INSIGHTS — resource library (main page, cards, article pages)
   Uses existing tokens; scoped with .insight- to avoid touching
   any other section of the site.
   ============================================================ */
.insight-intro{max-width:680px;font-size:17px;line-height:1.75;color:var(--text-muted);margin-top:14px}

/* Category eyebrow + chips */
.insight-cat{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#737373}
.insight-chip{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text);background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:4px 11px}

/* Meta row (author / date / reading time) */
.insight-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:13px;color:var(--text-muted);margin:0}
.insight-meta .dot{width:3px;height:3px;border-radius:50%;background:#c2c2c2;display:inline-block}

/* Featured article */
.insight-feature{display:grid;grid-template-columns:1.05fr 1fr;gap:44px;align-items:center;margin-top:34px}
.insight-feature-media{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.insight-feature-media img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.insight-feature-body .insight-cat{display:block;margin-bottom:10px}
.insight-feature-title{font-family:var(--font-head);font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.15;color:var(--text);margin:0 0 14px}
.insight-feature-title a{color:inherit}
.insight-feature-title a:hover{color:#3a3a3a}
.insight-feature-desc{font-size:16px;line-height:1.7;color:var(--text-muted);margin:0 0 18px;max-width:52ch}
.insight-feature-body .insight-meta{margin-bottom:22px}
@media(max-width:900px){.insight-feature{grid-template-columns:1fr;gap:24px}}

/* Section heading row for the grid */
.insight-grid-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:8px}
.insight-grid-head h2{font-family:var(--font-head);font-size:clamp(22px,2.6vw,30px);font-weight:800;color:var(--text);margin:0}

/* Category filter (progressive enhancement) */
.insight-filter{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.insight-filter[hidden]{display:none}
.insight-fchip{font-family:var(--font-head);font-size:12.5px;font-weight:700;letter-spacing:.01em;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:20px;padding:7px 14px;cursor:pointer;transition:all var(--transition)}
.insight-fchip:hover{border-color:#bcbcbc;color:var(--text)}
.insight-fchip[aria-pressed="true"]{background:#161616;border-color:#161616;color:#fff}

/* Article card grid */
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:28px}
@media(max-width:1024px){.insight-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.insight-grid{grid-template-columns:1fr}}
.insight-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.insight-card-media{overflow:hidden}
.insight-card-media img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .4s ease}
.insight-card-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 18px}
.insight-card .insight-cat{margin-bottom:9px}
.insight-card h3{font-family:var(--font-head);font-size:18px;font-weight:800;line-height:1.25;color:var(--text);margin:0 0 9px}
.insight-card h3 a{color:inherit}
.insight-card-desc{font-size:14px;line-height:1.6;color:var(--text-muted);margin:0 0 16px}
.insight-card .insight-meta{margin-top:auto;padding-top:14px;border-top:1px solid var(--border)}
.insight-card-more{display:inline-flex;align-items:center;gap:7px;margin-top:14px;font-family:var(--font-head);font-size:13.5px;font-weight:700;color:var(--text)}
.insight-card-more svg{width:12px;height:12px;transition:transform .18s ease}
.insight-card-cover{position:absolute;inset:0;z-index:3;text-indent:-9999px;overflow:hidden}
.insight-card{position:relative}
@media(hover:hover){
  .insight-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .insight-card:hover{transform:translateY(-3px);border-color:#c5c5c5;box-shadow:0 10px 26px rgba(0,0,0,.08)}
  .insight-card:hover .insight-card-media img{transform:scale(1.04)}
  .insight-card:hover .insight-card-more svg{transform:translateX(3px)}
}

/* Individual article page */
.insight-back{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:13.5px;font-weight:700;color:var(--text-muted)}
.insight-back:hover{color:var(--text)}
.insight-back svg{width:14px;height:14px}
.insight-article-head{max-width:800px;margin:0 auto}
.insight-article-head .insight-cat{display:block;margin:22px 0 12px}
.insight-article-head h1{font-family:var(--font-head);font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.12;color:var(--text);margin:0 0 16px}
.insight-lead{font-size:18px;line-height:1.7;color:var(--text-muted);margin:0 0 20px}
.insight-article-head .insight-meta{font-size:13.5px}
.insight-figure{max-width:960px;margin:34px auto 0;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.insight-figure img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.insight-article{max-width:760px;margin:38px auto 0}
.insight-article p{font-size:16.5px;line-height:1.8;color:#2b2b2b;margin:0 0 20px}
.insight-article h2{font-family:var(--font-head);font-size:clamp(22px,2.6vw,28px);font-weight:800;color:var(--text);line-height:1.25;margin:38px 0 14px}
.insight-article h3{font-family:var(--font-head);font-size:19px;font-weight:700;color:var(--text);margin:26px 0 10px}
.insight-article ul{list-style:none;margin:0 0 22px;padding:0}
.insight-article li{position:relative;padding:5px 0 5px 22px;font-size:16px;line-height:1.65;color:#2b2b2b}
.insight-article li::before{content:"";position:absolute;left:2px;top:13px;width:6px;height:6px;border-radius:50%;background:var(--text)}
.insight-article a{color:#161616;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#bdbdbd;transition:text-decoration-color var(--transition)}
.insight-article a:hover{text-decoration-color:#161616}

/* Related + CTA spacing */
.insight-related-head{font-family:var(--font-head);font-size:clamp(20px,2.4vw,26px);font-weight:800;color:var(--text);margin:0}

/* ---- Contact form: reCAPTCHA (Netlify) ---- */
.form-recaptcha{margin:6px 0 2px;min-height:78px}
.form-captcha-msg{color:#b00020;font-size:13px;margin:2px 0 0}
.form-captcha-msg[hidden]{display:none}
@media(max-width:360px){.form-recaptcha{transform:scale(.92);transform-origin:left top}}
