
:root{
  --black:#090B0A;
  --charcoal:#151816;
  --green:#087A18;
  --green2:#139B2E;
  --white:#FFFFFF;
  --off:#F7F9F7;
  --pale:#EDF7EF;
  --line:#E4E9E5;
  --muted:#6A716C;
  --text:#1B1F1C;
  --shadow:0 20px 60px rgba(8,30,13,.11);
  --container:min(1280px,calc(100% - 56px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.7}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;top:-100px;left:20px;z-index:99999;background:#fff;color:#000;padding:12px 16px}.skip-link:focus{top:20px}
.topbar{height:36px;background:#07110b;color:rgba(255,255,255,.78);font-size:10px;display:flex;align-items:center}.topbar-inner{display:flex;justify-content:space-between;gap:20px}.topbar i{display:inline-block;width:1px;height:11px;background:rgba(255,255,255,.25);margin:0 12px;vertical-align:middle}.topbar span{color:#66db79;font-size:8px}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);transition:.3s}.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.06)}
.header-inner{height:92px;display:flex;align-items:center;gap:34px}
.site-brand{display:flex;align-items:center;gap:14px;min-width:250px}
.custom-logo{max-width:230px;max-height:70px;width:auto;height:auto}
.fallback-logo{width:300px;max-width:100%;height:auto;object-fit:contain}
.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--green2),var(--green));color:#fff;font-weight:800;font-size:21px}
.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:20px;letter-spacing:.08em}.brand-text small{font-size:7px;letter-spacing:.2em;margin-top:5px}.brand-text em{font-size:7px;font-style:normal;margin-top:6px}
.primary-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.primary-nav>a,.dropdown-trigger{font-size:14px;font-weight:500;position:relative;padding:34px 0;border:0;background:none;color:var(--text)}.primary-nav>a:after,.dropdown-trigger:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--green);transition:.25s}.primary-nav>a:hover:after,.primary-nav>a.active:after,.nav-dropdown.current .dropdown-trigger:after,.dropdown-trigger:hover:after{right:0}
.nav-dropdown{position:relative}.dropdown-trigger span{margin-left:5px}
.mega-menu{position:absolute;top:82px;left:50%;transform:translate(-50%,-8px);width:860px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:32px;display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:30px;opacity:0;visibility:hidden;transition:.24s;border-radius:10px}.nav-dropdown:hover .mega-menu,.nav-dropdown.open .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega-menu>div{display:flex;flex-direction:column;gap:9px}.mega-menu a{font-size:12px;color:#4c524d}.mega-menu a:hover{color:var(--green)}.mega-title{font-size:11px;color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin:0 0 8px}.mega-menu aside{background:var(--charcoal);color:#fff;padding:26px;border-radius:8px}.mega-menu aside span{font-size:10px;color:#73db84;text-transform:uppercase;letter-spacing:.08em}.mega-menu aside h3{font-size:18px;line-height:1.45}.mega-menu aside a{color:#fff}
.header-actions{display:flex;align-items:center;gap:18px}.resume-link{font-size:12px;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:4px;font-weight:600;font-size:13px;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green2)}.btn-outline{border-color:#1c211d;background:#fff;color:var(--text)}.btn-outline:hover{border-color:var(--green);color:var(--green)}.btn-ghost{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}.btn-ghost:hover{background:#fff;color:#111}.btn-light{background:#fff;color:#111}.btn-sm{min-height:42px;padding-inline:16px;font-size:11px}
.menu-toggle,.mobile-only{display:none}
.section{padding:110px 0}.off-section{background:var(--off)}.dark-section{background:var(--charcoal);color:#fff}
.eyebrow{margin:0 0 14px;color:var(--green);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.eyebrow.light{color:#67d97a}
h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.03em}h2{font-size:clamp(32px,3.8vw,48px);line-height:1.15;margin-bottom:22px}p{color:var(--muted);font-size:15px}.dark-section p{color:rgba(255,255,255,.72)}.button-row{display:flex;gap:14px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}

.hero-slider{height:min(840px,calc(100vh - 36px));min-height:700px;position:relative;background:#06100a;color:#fff;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-media,.hero-shade{position:absolute;inset:0}.hero-media{background-size:cover;background-position:center;transform:scale(1.03);transition:transform 7s ease}.hero-slide.is-active .hero-media{transform:scale(1)}
.hero-media-1{background-image:url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=2200&q=88")} 
.hero-media-2{background-image:url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=2200&q=88")} 
.hero-media-3{background-image:url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=2200&q=88")} 
.hero-shade{background:linear-gradient(90deg,rgba(3,12,7,.98) 0%,rgba(3,12,7,.91) 44%,rgba(3,12,7,.26) 100%)}.hero-layout{height:100%;display:flex;align-items:center;position:relative}.hero-copy{max-width:760px;padding-top:24px}.hero-copy h1{font-size:clamp(50px,5.8vw,78px);line-height:1.04;margin:0 0 24px}.hero-copy h1 span{color:#4bdd6a}.hero-copy>p:not(.eyebrow){max-width:700px;color:rgba(255,255,255,.75);font-size:17px;margin-bottom:34px}
.hero-float-cards{position:absolute;right:0;bottom:86px;background:#fff;color:#111;display:grid;grid-template-columns:repeat(3,1fr);width:650px;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.hero-float-cards div{padding:22px 22px;border-right:1px solid var(--line)}.hero-float-cards div:last-child{border-right:0}.hero-float-cards b,.hero-float-cards small{display:block}.hero-float-cards b{font-size:13px}.hero-float-cards small{font-size:10px;color:var(--muted);margin-top:5px}
.hero-controls{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px}.hero-arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.25);color:#fff}.hero-dots{display:flex;gap:8px}.hero-dots button{width:34px;height:3px;border:0;background:rgba(255,255,255,.45);padding:0}.hero-dots button.active{background:var(--green2)}

.intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:86px;align-items:start}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.values-grid article{background:#fff;padding:34px 30px;text-align:left;border:1px solid var(--line);border-radius:10px;min-height:220px}.values-grid span{width:52px;height:52px;border-radius:50%;background:var(--pale);display:grid;place-items:center;margin:0 0 20px;color:var(--green);font-weight:700;font-size:11px}.values-grid h3{font-size:18px;margin-bottom:8px}.values-grid p{font-size:13px;margin:0}
.expertise-strip{padding-top:36px}.title-with-lines{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-bottom:30px}.title-with-lines span{height:1px;background:var(--line)}.title-with-lines h2{font-size:18px;color:var(--green);text-transform:uppercase;letter-spacing:.04em;margin:0}.expertise-items{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.expertise-item{padding:30px 22px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:10px;min-height:140px}.expertise-item span{display:grid;width:48px;height:48px;border-radius:50%;place-items:center;background:var(--pale);color:var(--green);margin:0 0 14px;font-size:11px;font-weight:700}.expertise-item b{font-size:14px;line-height:1.45;display:block}
.split-feature{display:grid;grid-template-columns:1.02fr .98fr;gap:82px;align-items:center}.visual-panel{height:520px;position:relative;border-radius:18px;overflow:hidden}.visual-photo{position:absolute;inset:0;background-size:cover;background-position:center}.visual-team{background-image:url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1600&q=86")} .play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:22px;box-shadow:var(--shadow)}
.check-list{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:26px;font-size:14px;color:var(--muted)}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:700}.dark-section .check-list li{color:rgba(255,255,255,.75)}.check-list.compact{grid-template-columns:1fr 1fr}
.industry-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.industry-icons a{padding:28px 22px;text-align:left;border:1px solid var(--line);border-radius:10px;background:#fff}.industry-icons span{display:block;color:var(--green);font-size:11px;margin-bottom:10px}.industry-icons b{font-size:14px;line-height:1.45;display:block}
.dual-solutions{display:grid;grid-template-columns:1fr 1fr}.solution-panel{min-height:470px;display:flex;align-items:center;padding:84px max(42px,calc((100vw - 1280px)/2));color:#fff;background-size:cover;background-position:center;position:relative}.solution-panel:before{content:"";position:absolute;inset:0;background:rgba(2,12,7,.84)}.solution-panel>div{position:relative;max-width:560px}.solution-panel h2{font-size:42px}.solution-panel p{color:rgba(255,255,255,.74)}.talent-panel{background-image:url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1600&q=85")} .tech-panel{background-image:url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=85")}
.process-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-row.seven{grid-template-columns:repeat(7,1fr)}.process-card{padding:32px 26px;border:1px solid var(--line);min-height:220px;border-radius:10px;background:#fff}.dark-section .process-card{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.12)}.process-card>span{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:700;font-size:12px}.process-card h3{font-size:18px;margin:24px 0 10px}.process-card p{font-size:12px}
.three-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.image-card{display:grid;grid-template-columns:1fr;min-height:420px;border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.card-image{background-size:cover;background-position:center;min-height:220px}.card-case{background-image:url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=82")} .card-insight{background-image:url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=900&q=82")} .card-trust{background-image:url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=900&q=82")} .image-card>div:last-child{padding:30px}.image-card h2{font-size:24px}.image-card p{font-size:13px}
.faq-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:86px}.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;border:0;background:none;padding:24px 0;display:flex;justify-content:space-between;text-align:left;font-weight:600;color:var(--text)}.faq-item button b{color:var(--green);font-size:20px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-answer p{font-size:14px;padding:0 40px 24px 0;margin:0}.faq-item.open .faq-answer{max-height:260px}

.inner-hero,.legal-hero,.article-hero{position:relative;color:#fff;background-color:var(--black);background-size:cover;background-position:center;overflow:hidden}.inner-hero:before,.legal-hero:before,.article-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,7,.96),rgba(3,12,7,.76),rgba(3,12,7,.25))}.inner-hero{min-height:620px;display:flex;align-items:center}.inner-hero-content,.legal-hero .container,.article-hero .container{position:relative;z-index:2;max-width:980px}.inner-hero h1,.legal-hero h1,.article-hero h1{font-size:clamp(46px,5.5vw,70px);line-height:1.08;margin-bottom:22px}.inner-hero p:not(.eyebrow),.legal-hero p,.article-hero p{color:rgba(255,255,255,.74);font-size:16px;max-width:800px}
.about-hero{background-image:url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=2100&q=86")}.services-hero{background-image:url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2100&q=86")}.staffing-hero{background-image:url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=2100&q=86")}.technology-hero{background-image:url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2100&q=86")}.industries-hero{background-image:url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2100&q=86")}.careers-hero{background-image:url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=2100&q=86")}.resources-hero{background-image:url("https://images.unsplash.com/photo-1456324504439-367cee3b3c32?auto=format&fit=crop&w=2100&q=86")}.contact-hero{background-image:url("https://images.unsplash.com/photo-1423666639041-f56000c27a9a?auto=format&fit=crop&w=2100&q=86")}
.split-content{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px}.story-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}.story-visual{min-height:500px;background:var(--charcoal);display:grid;place-items:center;border-radius:16px}.story-shape{width:260px;height:260px;border:1px solid rgba(103,217,122,.45);border-radius:50%;display:grid;place-items:center;position:relative}.story-shape:before,.story-shape:after{content:"";position:absolute;border:1px solid rgba(103,217,122,.2);border-radius:50%}.story-shape:before{inset:-42px}.story-shape:after{inset:42px}.story-shape span{color:#fff;font-size:76px;font-weight:800}
.two-large-cards,.services-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.large-card,.service-overview-card{padding:52px;border:1px solid var(--line);min-height:390px;border-radius:12px;background:#fff}.large-card.dark,.service-overview-card.dark{background:var(--charcoal);color:#fff}.large-card h3{font-size:30px;margin-top:72px}.large-card a,.service-detail-card a,.three-paths a,.industry-support a,.resource-card a{color:var(--green);font-size:13px;font-weight:700}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.six-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.number-card{padding:42px;border:1px solid var(--line);min-height:260px;border-radius:10px;background:#fff}.number-card span,.service-index{color:var(--green);font-size:12px}.number-card h3{margin-top:58px;font-size:22px}
.four-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.four-principles article{background:#fff;border:1px solid var(--line);border-top:3px solid var(--green);padding:38px;min-height:260px;border-radius:10px}.four-principles h3{font-size:20px;margin-top:58px}.three-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.three-paths article{background:#fff;padding:38px;min-height:310px;border:1px solid var(--line);border-radius:10px}.three-paths h3{font-size:24px;margin-top:45px}
.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-detail-card{padding:42px;border:1px solid var(--line);min-height:310px;background:#fff;scroll-margin-top:120px;border-radius:10px}.service-detail-card h3{font-size:22px;margin-top:52px}
.role-cloud{display:flex;flex-wrap:wrap;gap:12px}.role-cloud span{padding:14px 18px;border:1px solid rgba(255,255,255,.17);color:#fff;font-size:12px;border-radius:999px}
.industry-sections{display:grid;gap:22px}.industry-row{display:grid;grid-template-columns:90px .9fr 1.1fr;gap:44px;border:1px solid var(--line);padding:46px;scroll-margin-top:120px;border-radius:14px;background:#fff}.industry-number{font-size:12px;color:var(--green);font-weight:700}.industry-support{border-left:1px solid var(--line);padding-left:38px}
.current-openings{max-width:860px;text-align:center;margin-inline:auto}
.form-section-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:80px}.job-warning{margin-top:40px;padding:28px;background:#fff7e8;border-left:4px solid #c88200;border-radius:8px}.form-card{background:#fff;border:1px solid var(--line);padding:38px;box-shadow:0 12px 35px rgba(0,0,0,.04);border-radius:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:600}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #d7ddd8;padding:14px 15px;outline:none;border-radius:3px}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,122,24,.08)}.form-grid .full{grid-column:1/-1}.consent{flex-direction:row!important;align-items:flex-start}.consent input{width:auto;margin-top:5px}.consent span{font-size:10px;font-weight:400;color:var(--muted)}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.form-notice{max-width:900px;margin:0 auto 25px;padding:15px 18px;border-left:4px solid;border-radius:6px}.form-notice.success{background:#edf8ef;border-color:var(--green)}.form-notice.error{background:#fff0f0;border-color:#c83a3a}
.contact-details-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.contact-details-grid article{padding:30px;border:1px solid var(--line);border-radius:10px;background:#fff}.contact-details-grid span{font-size:10px;color:var(--green)}.contact-details-grid h3{font-size:15px;margin-top:36px}.contact-details-grid p,.contact-details-grid a{font-size:12px;color:var(--muted)}
.form-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:34px}.form-tabs button{border:1px solid var(--line);background:#fff;padding:13px 20px;font-size:11px;font-weight:600;border-radius:999px}.form-tabs button.active{background:var(--green);color:#fff}.form-panel{display:none;grid-template-columns:.68fr 1.32fr;gap:56px}.form-panel.active{display:grid}
.resource-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.resource-filter button{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px}.resource-filter button.active{background:var(--green);color:#fff}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.resource-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.resource-card.hidden{display:none}.resource-visual{height:240px;background:linear-gradient(140deg,#0d1a11,#092d10);display:grid;place-items:center;position:relative;overflow:hidden}.resource-visual:before,.resource-visual:after{content:"";position:absolute;border:1px solid rgba(103,217,122,.22);border-radius:50%}.resource-visual:before{width:220px;height:220px;right:-60px;top:-60px}.resource-visual:after{width:140px;height:140px;left:-20px;bottom:-40px}.resource-visual span{color:#72dc84;font-weight:700;letter-spacing:.12em}.resource-card>div:last-child{padding:30px}.resource-card h2{font-size:21px}
.legal-content{max-width:860px}.legal-content a{color:var(--green);text-decoration:underline}
.site-cta{background:#07110b;color:#fff;padding:30px 0}.site-cta-inner{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.cta-icon{width:58px;height:58px;border-radius:50%;background:var(--green);display:grid;place-items:center}.site-cta h2{font-size:24px;margin:0}.site-cta p{font-size:11px;color:rgba(255,255,255,.65);margin:0}
.site-footer{background:#030604;color:#fff;padding:72px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:44px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.footer-grid h3{font-size:12px;text-transform:uppercase}.footer-grid a,.footer-grid p{font-size:11px;color:rgba(255,255,255,.64);margin:0}.footer-about p{margin-top:22px;max-width:320px}.footer-brand .fallback-logo{width:270px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;gap:20px}.footer-bottom p,.footer-bottom a{font-size:9px;color:rgba(255,255,255,.46)}.footer-bottom div{display:flex;gap:18px}.whatsapp-button{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;background:#1f9d55;color:#fff;display:grid;place-items:center;z-index:900;font-size:11px;font-weight:700;box-shadow:0 10px 28px rgba(0,0,0,.2)}

@media(max-width:1120px){.header-actions .resume-link{display:none}.primary-nav{gap:18px}.mega-menu{width:760px}.resource-grid{grid-template-columns:repeat(2,1fr)}.process-row.seven{grid-template-columns:repeat(4,1fr)}}
@media(max-width:920px){:root{--container:min(100% - 32px,800px)}.topbar{display:none}.menu-toggle{display:flex;margin-left:auto;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{width:24px;height:2px;background:var(--text)}.header-actions{display:none}.header-inner{height:78px}.fallback-logo{width:230px}.primary-nav{position:fixed;inset:78px 0 0;background:#fff;padding:25px;display:block;transform:translateX(100%);transition:.3s;overflow-y:auto}.primary-nav.open{transform:none}.primary-nav>a,.dropdown-trigger{display:block;width:100%;text-align:left;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.primary-nav>a:after,.dropdown-trigger:after{display:none}.mobile-only{display:block!important}.mobile-primary{background:var(--green);color:#fff;text-align:center!important;margin-top:12px;border-radius:4px}.mobile-outline{text-align:center!important;margin-top:12px;border:1px solid var(--line)!important;border-radius:4px}.nav-dropdown:hover .mega-menu{opacity:0;visibility:hidden}.nav-dropdown.open .mega-menu{position:static;transform:none;width:100%;grid-template-columns:1fr;opacity:1;visibility:visible;box-shadow:none;margin:8px 0;background:var(--off)}.mega-menu aside{display:none}.hero-float-cards{display:none}.intro-grid,.split-feature,.split-content,.story-grid,.faq-grid,.form-section-grid,.form-panel.active{grid-template-columns:1fr;gap:50px}.values-grid,.four-principles,.six-grid,.service-detail-grid,.expertise-items,.industry-icons{grid-template-columns:repeat(2,1fr)}.dual-solutions,.two-large-cards,.services-overview-grid,.mission-grid,.benefits-dual,.delivery-support-grid{grid-template-columns:1fr}.process-row,.process-row.seven{grid-template-columns:repeat(2,1fr)}.three-paths{grid-template-columns:1fr}.industry-row{grid-template-columns:55px 1fr}.industry-support{grid-column:2;border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.contact-details-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}}
@media(max-width:640px){:root{--container:calc(100% - 28px)}.section{padding:78px 0}.header-inner{height:72px}.primary-nav{inset:72px 0 0}.site-brand{min-width:auto}.fallback-logo{width:190px}.brand-text strong{font-size:17px}.hero-slider{height:calc(100svh - 72px);min-height:700px}.hero-copy h1{font-size:40px}.hero-copy>p:not(.eyebrow){font-size:14px}.button-row{display:grid}.button-row .btn{width:100%}.hero-arrow{display:none}.values-grid,.expertise-items,.industry-icons,.four-principles,.six-grid,.service-detail-grid,.process-row,.process-row.seven,.resource-grid{grid-template-columns:1fr}.visual-panel{height:340px}.solution-panel{padding:60px 25px}.image-card{grid-template-columns:1fr}.inner-hero{min-height:560px}.inner-hero h1{font-size:40px}.check-list.compact{grid-template-columns:1fr}.industry-row{grid-template-columns:1fr;padding:28px}.industry-support{grid-column:1}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.form-tabs{display:grid}.contact-details-grid{grid-template-columns:1fr}.site-cta-inner{grid-template-columns:1fr;text-align:center}.cta-icon{margin:auto}.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-bottom{flex-direction:column;gap:14px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}



/* === Version 1.1 layout refinements === */
:root{--container:min(1320px,calc(100% - 64px));}
.header-inner{height:92px;gap:30px;justify-content:space-between}
.site-brand{flex:0 0 auto;min-width:auto;max-width:340px}
.site-brand .custom-logo-link{display:flex;align-items:center}
.custom-logo{max-width:320px;max-height:64px;width:auto;height:auto;object-fit:contain}
.fallback-logo{display:block;height:64px;width:auto;max-width:320px;object-fit:contain}
.primary-nav{margin-left:0;gap:30px;justify-content:center;flex:1 1 auto}
.primary-nav>a,.dropdown-trigger{padding:34px 0;font-size:13px}
.header-actions{flex:0 0 auto;gap:16px}
.resume-link{font-size:12px;line-height:1.3}
.btn-sm{min-height:48px;padding-inline:18px}
.hero-slider{height:min(860px,calc(100vh - 36px));min-height:720px}
.hero-media{background-size:cover!important;background-position:center center!important;filter:saturate(.95) brightness(.88)}
.hero-media-1{background-image:url('../images/hero-1.jpg')!important}
.hero-media-2{background-image:url('../images/hero-2.jpg')!important}
.hero-media-3{background-image:url('../images/hero-3.jpg')!important}
.hero-shade{background:linear-gradient(90deg,rgba(3,12,7,.90) 0%,rgba(3,12,7,.74) 36%,rgba(3,12,7,.30) 100%)!important}
.hero-copy{max-width:760px;padding-top:20px}
.hero-copy h1{max-width:860px}
.hero-copy>p:not(.eyebrow){max-width:700px}
.intro-grid{grid-template-columns:1fr 1fr!important;gap:70px;align-items:start}
.values-grid{grid-template-columns:repeat(2,1fr)!important;gap:22px;background:transparent!important}
.values-grid article{border:1px solid var(--line);border-radius:12px;padding:40px 32px;min-height:240px}
.values-grid span{width:58px;height:58px;font-size:16px;margin:0 0 22px}
.values-grid h3{font-size:22px;margin-bottom:12px}
.values-grid p{font-size:14px;line-height:1.75}
.expertise-items{grid-template-columns:repeat(4,1fr)!important;gap:20px;border:none!important}
.expertise-item{border:1px solid var(--line)!important;border-radius:12px;padding:32px 24px;min-height:156px}
.expertise-item b{font-size:15px;line-height:1.5}
.visual-team{background-image:url('../images/team-photo.jpg')!important}
.industry-icons{grid-template-columns:repeat(4,1fr)!important;gap:20px;border:none!important}
.industry-icons a{border:1px solid var(--line)!important;border-radius:12px;padding:30px 24px}
.card-case{background-image:url('../images/case-study.jpg')!important}
.card-insight{background-image:url('../images/insight.jpg')!important}
.card-trust{background-image:url('../images/trust.jpg')!important}
.talent-panel{background-image:url('../images/talent-panel.jpg')!important}
.tech-panel{background-image:url('../images/tech-panel.jpg')!important}
.section-heading.centered{text-align:center;max-width:820px;margin:0 auto 44px}
.section-heading.centered p,.section-heading.centered h2{margin-left:auto;margin-right:auto}
.process-card,.service-detail-card,.number-card,.four-principles article,.three-paths article,.contact-details-grid article,.resource-card,.image-card,.industry-row,.large-card,.service-overview-card,.form-card{box-shadow:0 10px 30px rgba(8,30,13,.04)}
.footer-brand .fallback-logo{height:54px;max-width:280px}
@media(max-width:1120px){
  .site-brand{max-width:280px}.fallback-logo,.custom-logo{max-width:260px;height:auto;max-height:56px}
  .primary-nav{gap:18px}
}
@media(max-width:920px){
  :root{--container:min(100% - 34px,820px)}
  .header-inner{height:78px}
  .site-brand{max-width:250px}
  .fallback-logo,.custom-logo{max-width:220px;max-height:50px;height:auto}
  .primary-nav{inset:78px 0 0}
  .intro-grid,.split-feature,.split-content,.story-grid,.faq-grid,.form-section-grid,.form-panel.active{grid-template-columns:1fr!important}
  .values-grid,.expertise-items,.industry-icons,.four-principles,.six-grid,.service-detail-grid,.resource-grid,.contact-details-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:640px){
  :root{--container:calc(100% - 28px)}
  .header-inner{height:72px}
  .site-brand{max-width:190px}.fallback-logo,.custom-logo{max-width:180px;max-height:42px}
  .primary-nav{inset:72px 0 0}
  .hero-slider{height:calc(100svh - 72px);min-height:720px}
  .values-grid,.expertise-items,.industry-icons,.four-principles,.six-grid,.service-detail-grid,.resource-grid,.contact-details-grid{grid-template-columns:1fr!important}
}


/* === Version 1.2 refinements === */
.btn{white-space:nowrap}
.btn span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:10px;line-height:1}
.button-row .btn{min-width:240px;justify-content:space-between}
.hero-slide .button-row{align-items:flex-start}
.hero-slider .btn-ghost{background:rgba(255,255,255,.04)}
.hero-media-1,.hero-media-2,.hero-media-3{background-repeat:no-repeat!important;background-size:cover!important;background-position:center right!important}
.hero-shade{background:linear-gradient(90deg,rgba(3,12,7,.88) 0%,rgba(3,12,7,.66) 38%,rgba(3,12,7,.18) 100%)!important}
.hero-copy{position:relative;z-index:3}
@media(max-width:640px){.button-row .btn{min-width:100%;justify-content:center}.btn span{margin-left:8px}}


/* === Version 1.3 icon refinements === */
.icon-badge{width:64px;height:64px;border-radius:18px;background:linear-gradient(180deg,#eef7ef 0%,#e5f3e7 100%);display:grid;place-items:center;color:var(--green);margin:0 0 18px;box-shadow:inset 0 0 0 1px rgba(8,122,24,.06)}
.icon-badge svg{width:32px;height:32px;display:block}
.expertise-item,.industry-icons a{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.expertise-item b,.industry-icons b{font-size:15px;line-height:1.45}
.industry-icons a{min-height:150px}
@media(max-width:640px){.icon-badge{width:58px;height:58px;border-radius:16px}.icon-badge svg{width:28px;height:28px}}


/* === Version 1.4 polish and responsiveness === */
.hero-media{background-image:none}
.story-visual.company-photo{min-height:520px;background:linear-gradient(180deg,rgba(6,15,11,.25),rgba(6,15,11,.72)),url('../images/about-company.jpg') center/cover no-repeat;border-radius:18px;overflow:hidden;position:relative}
.story-overlay-card{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(4,10,8,.78);backdrop-filter:blur(6px);padding:24px 24px 20px;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#fff}
.story-overlay-card h3{margin:0;font-size:22px;line-height:1.45}
.story-overlay-card .eyebrow{margin-bottom:10px}
.icon-badge{display:grid;place-items:center;width:68px;height:68px;border-radius:18px;background:linear-gradient(180deg,#eef8f0 0%,#e7f4ea 100%);color:var(--green);flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(8,122,24,.08),0 10px 26px rgba(9,21,12,.05)}
.icon-badge svg{width:34px;height:34px;display:block}
.card-icon{margin:0 0 20px!important}
.light-badge{background:rgba(255,255,255,.14);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.expertise-items,.industry-icons,.service-detail-grid,.contact-details-grid{align-items:stretch}
.expertise-item,.industry-icons a,.service-detail-card,.contact-details-grid article,.large-card,.service-overview-card,.three-paths article{display:flex;flex-direction:column;align-items:flex-start}
.expertise-item b,.industry-icons b,.contact-details-grid h3,.service-detail-card h3{margin-top:0}
.expertise-item p,.industry-icons p,.service-detail-card p{margin-bottom:0}
.service-detail-card,.contact-details-grid article{padding:36px 34px}
.service-detail-card a,.contact-details-grid a,.large-card a,.service-overview-card a{margin-top:auto}
.large-card,.service-overview-card{position:relative}
.large-card h3,.service-overview-card h2{margin-top:0}
.large-card span:not(.icon-badge),.service-overview-card .service-index,.industry-number:not(.icon-badge),.contact-details-grid article>span:not(.icon-badge){font-size:12px;color:var(--green);font-weight:700}
.industry-row{grid-template-columns:88px .96fr 1.04fr;align-items:start;gap:34px}
.industry-row .industry-number.icon-badge{margin-top:6px}
.site-footer{background:linear-gradient(180deg,#f2fff4 0%,#e0f6e5 40%,#ffffff 100%);color:#0d1510;border-top:1px solid #dcefe0}
.footer-grid h3{color:#0f3d1b}.footer-grid a,.footer-grid p,.footer-bottom p,.footer-bottom a{color:#2d4636}
.footer-bottom{border-top:1px solid rgba(8,122,24,.12)}
.footer-brand .fallback-logo,.footer-brand .custom-logo{height:58px;max-width:300px;filter:none}
.site-cta{background:linear-gradient(135deg,#07110b 0%,#0d2c16 100%)}
.title-with-lines{gap:16px}.title-with-lines h2{padding:0 10px}
.visual-panel{border-radius:18px;overflow:hidden}
.image-card{min-height:440px}
.resource-card h2{font-size:22px}
@media(max-width:1120px){
  .industry-row{grid-template-columns:72px 1fr;gap:26px}.industry-support{grid-column:1 / -1;border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:26px}
  .service-detail-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:920px){
  .story-visual.company-photo{min-height:420px}
  .section-heading.centered{margin-bottom:34px}
  .services-overview-grid,.two-large-cards,.three-feature-cards{grid-template-columns:1fr!important}
  .industry-row{grid-template-columns:1fr!important;padding:34px}
  .industry-row .industry-number.icon-badge{margin-bottom:6px}
  .contact-details-grid article,.service-detail-card,.large-card,.service-overview-card,.three-paths article{min-height:auto}
}
@media(max-width:640px){
  .story-visual.company-photo{min-height:340px}
  .story-overlay-card{left:16px;right:16px;bottom:16px;padding:18px}
  .story-overlay-card h3{font-size:18px}
  .icon-badge{width:60px;height:60px;border-radius:16px}.icon-badge svg{width:30px;height:30px}
  .service-detail-card,.contact-details-grid article,.large-card,.service-overview-card,.three-paths article{padding:28px 22px}
}


/* === Version 1.5 corporate refinement === */
html,body{overflow-x:hidden}
body{font-size:17px;color:#253029;line-height:1.72}
p{font-size:16px;line-height:1.75;color:#526057}
.eyebrow{font-size:12px;letter-spacing:.13em}
h2{font-size:clamp(34px,3.7vw,50px)}
.primary-nav>a,.dropdown-trigger{font-size:14px;font-weight:600}

/* Valid and aligned logo containers */
.brand-shell,.footer-brand-shell{display:flex;align-items:center;flex:0 0 auto}
.brand-shell .custom-logo-link,.footer-brand-shell .custom-logo-link{display:flex;align-items:center;margin:0}
.brand-shell .custom-logo,.brand-shell .fallback-logo{display:block;width:auto;height:58px;max-width:285px;object-fit:contain;object-position:left center}
.footer-brand-shell{width:100%;justify-content:flex-start;margin-bottom:24px}
.footer-brand-shell .custom-logo,.footer-brand-shell .fallback-logo{display:block;width:auto;height:56px;max-width:280px;object-fit:contain;object-position:left center;margin:0}
.site-brand{min-width:0;max-width:none}

/* Corporate header and actions */
.header-inner{min-height:92px;height:auto;padding-block:12px;align-items:center}
.primary-nav{gap:26px}
.dropdown-trigger{display:inline-flex;align-items:center;gap:8px}
.menu-chevron{display:inline-block;width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s ease}
.nav-dropdown:hover .menu-chevron,.nav-dropdown.open .menu-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.resume-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid #d7e0da;border-radius:6px;background:#fff;color:#172018;font-size:13px;font-weight:600;white-space:nowrap}
.resume-link svg{width:17px;height:17px;color:var(--green)}
.header-actions .btn{white-space:nowrap}

/* Restrained, deliberate card system */
.icon-badge{width:58px;height:58px;border-radius:12px;background:#f1f7f2;border:1px solid #d8e8db;color:var(--green);box-shadow:none!important;margin:0!important}
.icon-badge svg{width:30px;height:30px}
.expertise-items,.industry-icons{gap:16px}
.expertise-item,.industry-icons a{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center!important;
  column-gap:18px;
  min-height:124px;
  padding:26px 28px!important;
  border-radius:7px!important;
  border:1px solid #dfe6e1!important;
  background:#fff;
  box-shadow:none!important;
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.expertise-item:hover,.industry-icons a:hover{border-color:#b9d6bf!important;transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,45,18,.06)!important}
.expertise-item .icon-badge,.industry-icons a .icon-badge{grid-column:1;grid-row:1}
.expertise-item b,.industry-icons b{grid-column:2;grid-row:1;margin:0!important;font-size:17px;line-height:1.4;color:#172018}

/* Service, contact and industry card alignment */
.service-detail-grid{gap:16px}
.service-detail-card{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr);
  grid-template-rows:auto auto 1fr auto;
  column-gap:18px;
  padding:32px!important;
  min-height:300px;
  border-radius:7px!important;
  box-shadow:none!important;
}
.service-detail-card .card-icon{grid-column:1;grid-row:1;align-self:center}
.service-detail-card h3{grid-column:2;grid-row:1;align-self:center;margin:0!important;font-size:22px;line-height:1.3}
.service-detail-card p{grid-column:1/-1;grid-row:2;margin:22px 0 0;font-size:16px}
.service-detail-card a{grid-column:1/-1;grid-row:4;margin-top:26px;font-size:14px}
.contact-details-grid{gap:16px}
.contact-details-grid article{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:16px;
  align-content:start;
  min-height:180px;
  padding:28px!important;
  border-radius:7px!important;
  box-shadow:none!important;
}
.contact-details-grid article .icon-badge{grid-column:1;grid-row:1/3;width:56px;height:56px}
.contact-details-grid article h3{grid-column:2;grid-row:1;margin:3px 0 6px!important;font-size:18px}
.contact-details-grid article p,.contact-details-grid article a{grid-column:2;grid-row:2;margin:0;font-size:14px;line-height:1.6}
.industry-row{border-radius:7px!important;box-shadow:none!important}
.industry-row .industry-number.icon-badge{align-self:start}

/* Larger readable supporting content */
.values-grid h3,.four-principles h3,.number-card h3,.three-paths h3{font-size:20px}
.values-grid p,.four-principles p,.number-card p,.three-paths p,.process-card p,.image-card p,.resource-card p{font-size:15px;line-height:1.7}
.check-list li{font-size:15px}
.form-grid label{font-size:13px}
.form-grid input,.form-grid textarea,.form-grid select{font-size:15px}
.faq-item button{font-size:16px}
.footer-grid a,.footer-grid p{font-size:13px;line-height:1.65}
.footer-grid h3{font-size:13px;letter-spacing:.04em;margin:0 0 16px}

/* Footer alignment and restrained gradient */
.site-footer{background:linear-gradient(135deg,#eef9f0 0%,#f8fcf8 52%,#ffffff 100%);padding:74px 0 24px}
.footer-grid{grid-template-columns:1.45fr repeat(4,minmax(0,1fr));gap:42px;align-items:start}
.footer-about{display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.footer-about p{max-width:360px;margin:0}
.footer-grid>div:not(:first-child){padding-top:4px}
.footer-bottom{margin-top:46px;padding-top:20px;align-items:center}
.footer-bottom p,.footer-bottom a{font-size:11px}

/* Remove the overly synthetic feel from repeated components */
.large-card,.service-overview-card,.three-paths article,.number-card,.four-principles article,.process-card,.image-card,.resource-card,.form-card{border-radius:7px!important;box-shadow:none!important}
.large-card:hover,.service-overview-card:hover,.three-paths article:hover,.number-card:hover,.four-principles article:hover,.process-card:hover,.image-card:hover,.resource-card:hover{box-shadow:0 12px 30px rgba(8,45,18,.055)!important}

/* Responsive navigation before crowding occurs */
@media(max-width:1080px){
  .topbar{display:none}
  .menu-toggle{display:flex;margin-left:auto;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px}
  .menu-toggle span{width:24px;height:2px;background:var(--text)}
  .header-actions{display:none}
  .header-inner{min-height:78px;padding-block:8px}
  .brand-shell .custom-logo,.brand-shell .fallback-logo{height:50px;max-width:235px}
  .primary-nav{position:fixed;inset:78px 0 0;background:#fff;padding:26px 28px;display:block;transform:translateX(100%);transition:.3s;overflow-y:auto;margin:0;z-index:1000}
  .primary-nav.open{transform:none}
  .primary-nav>a,.dropdown-trigger{display:flex;width:100%;justify-content:space-between;align-items:center;text-align:left;padding:14px 0;border-bottom:1px solid var(--line);font-size:16px}
  .primary-nav>a:after,.dropdown-trigger:after{display:none}
  .mobile-only{display:block!important}
  .mobile-primary{background:var(--green);color:#fff;text-align:center!important;justify-content:center!important;margin-top:12px;border-radius:5px}
  .mobile-outline{text-align:center!important;justify-content:center!important;margin-top:12px;border:1px solid var(--line)!important;border-radius:5px}
  .nav-dropdown:hover .mega-menu{opacity:0;visibility:hidden}
  .nav-dropdown.open .mega-menu{position:static;transform:none;width:100%;grid-template-columns:1fr;opacity:1;visibility:visible;box-shadow:none;margin:8px 0;background:var(--off)}
  .mega-menu aside{display:none}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;row-gap:38px}
  .footer-about{grid-column:1/-1}
}
@media(max-width:760px){
  .expertise-items,.industry-icons,.service-detail-grid,.contact-details-grid{grid-template-columns:1fr!important}
  .expertise-item,.industry-icons a{min-height:108px;padding:22px!important}
  .service-detail-card{min-height:auto}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-about{grid-column:1/-1}
}
@media(max-width:520px){
  body{font-size:16px}
  p{font-size:15px}
  .brand-shell .custom-logo,.brand-shell .fallback-logo{height:42px;max-width:185px}
  .primary-nav{inset:72px 0 0}
  .expertise-item,.industry-icons a{grid-template-columns:52px minmax(0,1fr);column-gap:15px}
  .icon-badge{width:52px;height:52px}.icon-badge svg{width:27px;height:27px}
  .service-detail-card{grid-template-columns:52px minmax(0,1fr);padding:24px!important}
  .service-detail-card h3{font-size:19px}
  .contact-details-grid article{grid-template-columns:52px minmax(0,1fr);padding:24px!important}
  .footer-grid{grid-template-columns:1fr}
  .footer-about{grid-column:auto}
  .footer-brand-shell .custom-logo,.footer-brand-shell .fallback-logo{height:50px;max-width:240px}
}


/* === Version 1.6 footer enhancement === */
.site-footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#eef9f0 0%,#f6fbf7 42%,#ffffff 100%);padding:82px 0 26px}
.footer-spiral{position:absolute;border-radius:50%;pointer-events:none;opacity:.7}
.footer-spiral:before,.footer-spiral:after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(8,122,24,.10)}
.footer-spiral:after{inset:18%;border-color:rgba(8,122,24,.14)}
.footer-spiral-left{width:320px;height:320px;left:-140px;bottom:-130px;background:radial-gradient(circle at center,rgba(13,155,46,.06) 0%,rgba(13,155,46,0) 68%)}
.footer-spiral-right{width:260px;height:260px;right:-110px;top:-80px;background:radial-gradient(circle at center,rgba(13,155,46,.05) 0%,rgba(13,155,46,0) 68%)}
.footer-grid{position:relative;z-index:1;grid-template-columns:1.35fr .95fr .95fr .95fr 1.18fr;gap:42px}
.footer-about{position:relative}
.footer-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px 14px;border-radius:999px;background:#ffffff;border:1px solid #dcecdf;color:#0f5a1f;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.footer-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}
.footer-brand-shell{margin-bottom:18px}
.footer-about p{max-width:380px;color:#375343;font-size:14px;line-height:1.8}
.footer-col{display:flex;flex-direction:column;align-items:flex-start}
.footer-grid h3{position:relative;padding-bottom:12px;margin:0 0 18px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#0d3e1a}
.footer-grid h3:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:linear-gradient(90deg,var(--green),rgba(8,122,24,.15))}
.footer-link-item{display:flex;align-items:center;gap:10px;padding:6px 0;color:#2d4636;transition:transform .2s ease,color .2s ease}
.footer-link-item:hover{transform:translateX(3px);color:#0d5f20}
.footer-link-icon{width:18px;height:18px;display:grid;place-items:center;color:var(--green);flex:0 0 auto}
.footer-link-icon svg{width:18px;height:18px;display:block}
.footer-contact-col{gap:0}
.footer-contact-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:flex-start;padding:9px 0}
.footer-contact-icon{width:42px;height:42px;border-radius:12px;background:#ffffff;border:1px solid #dcecdf;display:grid;place-items:center;color:var(--green);box-shadow:0 8px 20px rgba(8,45,18,.04)}
.footer-contact-icon svg{width:20px;height:20px;display:block}
.footer-contact-item strong{display:block;margin:1px 0 3px;color:#12311b;font-size:13px}
.footer-contact-item p,.footer-contact-item a{margin:0;color:#375343;font-size:13px;line-height:1.6}
.footer-contact-item a:hover{color:#0d5f20}
.footer-bottom{position:relative;z-index:1;margin-top:52px;padding-top:22px;border-top:1px solid rgba(8,122,24,.14)}
.footer-bottom p,.footer-bottom a{font-size:11px;color:#4a6454}
@media(max-width:1080px){
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr;row-gap:36px}
  .footer-contact-col{grid-column:1/-1}
}
@media(max-width:760px){
  .site-footer{padding-top:72px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-about,.footer-contact-col{grid-column:1/-1}
}
@media(max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .footer-about,.footer-contact-col{grid-column:auto}
  .footer-contact-item{grid-template-columns:38px minmax(0,1fr)}
  .footer-contact-icon{width:38px;height:38px;border-radius:10px}
  .footer-spiral-left{width:240px;height:240px;left:-120px;bottom:-110px}
  .footer-spiral-right{width:190px;height:190px;right:-90px;top:-60px}
}


/* === Version 1.7 industry alignment and image refinement === */
.hero-media-1{background-image:url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1800&q=86')!important}
.hero-media-2{background-image:url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=86')!important}
.hero-media-3{background-image:url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=86')!important}
.about-hero{background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1800&q=86')!important}
.services-hero{background-image:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=86')!important}
.staffing-hero{background-image:url('https://images.unsplash.com/photo-1565688534245-05d6b5be184a?auto=format&fit=crop&w=1800&q=86')!important}
.technology-hero{background-image:url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=86')!important}
.industries-hero{background-image:url('https://images.unsplash.com/photo-1497366412874-3415097a27e7?auto=format&fit=crop&w=1800&q=86')!important}
.careers-hero{background-image:url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=86')!important}
.contact-hero{background-image:url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?auto=format&fit=crop&w=1800&q=86')!important}
.story-visual.company-photo{background:linear-gradient(180deg,rgba(6,15,11,.28),rgba(6,15,11,.72)),url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=86') center/cover no-repeat!important}
.visual-team{background-image:url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1600&q=86')!important}
.card-case{background-image:url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&q=86')!important}
.card-insight{background-image:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1200&q=86')!important}
.card-trust{background-image:url('https://images.unsplash.com/photo-1556155092-490a1ba16284?auto=format&fit=crop&w=1200&q=86')!important}
.talent-panel{background-image:url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=86')!important}
.tech-panel{background-image:url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=86')!important}
.industry-icons{gap:18px}
.industry-icons a{grid-template-columns:74px minmax(0,1fr)!important;column-gap:22px;min-height:140px;padding:30px 32px!important;align-items:center!important}
.industry-icons a .icon-badge{width:74px;height:74px;border-radius:16px;display:grid;place-items:center}
.industry-icons a .icon-badge svg{width:40px;height:40px}
.industry-icons b{font-size:18px;line-height:1.35;max-width:230px}
.expertise-item .icon-badge{width:66px;height:66px;border-radius:14px}
.expertise-item .icon-badge svg{width:36px;height:36px}
.expertise-item{grid-template-columns:66px minmax(0,1fr)!important;min-height:130px}
@media(max-width:760px){.industry-icons a{grid-template-columns:68px minmax(0,1fr)!important;padding:24px 24px!important;min-height:126px}.industry-icons a .icon-badge{width:68px;height:68px}.industry-icons a .icon-badge svg{width:36px;height:36px}}
@media(max-width:520px){.industry-icons a{grid-template-columns:60px minmax(0,1fr)!important;padding:22px 20px!important;min-height:112px}.industry-icons a .icon-badge{width:60px;height:60px;border-radius:14px}.industry-icons a .icon-badge svg{width:32px;height:32px}.industry-icons b{font-size:17px}}


/* === Version 1.8 decorative squiggle spirals === */
.site-cta,.site-footer{position:relative;overflow:hidden}
.site-cta:before{content:"";position:absolute;right:-40px;top:-12px;width:340px;height:110px;pointer-events:none;opacity:.16;z-index:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 130' fill='none'%3E%3Cpath d='M-10 84C30 84 48 38 88 38C127 38 130 103 177 103C224 103 246 56 295 56C344 56 355 121 420 121' stroke='%23B3CD69' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain}
.site-cta-inner{position:relative;z-index:1}
.site-footer{padding-top:168px;background:linear-gradient(180deg,#173057 0 118px,#eef9f0 118px,#f6fbf7 54%,#ffffff 100%)!important}
.site-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:118px;pointer-events:none;z-index:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 200' fill='none'%3E%3Cpath d='M-60 120C56 120 88 38 164 38C240 38 226 146 362 146C498 146 568 60 732 60C900 60 922 192 1132 192C1304 192 1374 106 1490 106C1574 106 1614 162 1680 162' stroke='%23B3CD69' stroke-width='22' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center bottom/cover}
.site-footer:after{content:"";position:absolute;left:0;right:0;top:0;height:118px;background:linear-gradient(180deg,rgba(15,35,70,.18) 0%,rgba(15,35,70,0) 100%);pointer-events:none;z-index:0}
.site-footer > *{position:relative;z-index:1}
.footer-spiral-left{left:-180px;bottom:-120px;opacity:.45}
.footer-spiral-right{right:-120px;top:130px;opacity:.35}
.footer-grid{margin-top:0}
.footer-col, .footer-about, .footer-contact-col{position:relative;z-index:1}
.footer-link-item:hover{transform:translateX(4px)}
/* subtle extra squiggle in about story section */
.story-visual.company-photo:before{content:"";position:absolute;left:-30px;top:22px;width:220px;height:80px;pointer-events:none;opacity:.28;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 90' fill='none'%3E%3Cpath d='M-10 55C18 55 24 16 52 16C80 16 74 72 112 72C150 72 163 33 206 33C232 33 245 54 270 54' stroke='%23B3CD69' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain}
@media(max-width:760px){
  .site-footer{padding-top:150px;background:linear-gradient(180deg,#173057 0 100px,#eef9f0 100px,#f6fbf7 54%,#ffffff 100%)!important}
  .site-footer:before,.site-footer:after{height:100px}
  .site-cta:before{width:220px;height:74px;right:-18px;top:-8px;opacity:.12}
}
@media(max-width:520px){
  .site-footer{padding-top:132px;background:linear-gradient(180deg,#173057 0 84px,#eef9f0 84px,#f6fbf7 54%,#ffffff 100%)!important}
  .site-footer:before,.site-footer:after{height:84px}
  .story-visual.company-photo:before{width:150px;height:54px;left:-18px;top:16px;opacity:.22}
}


/* === Version 1.9 concept illustration system === */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
p{font-size:16px;line-height:1.78}
h2{font-size:clamp(34px,4vw,52px)}
h3{font-size:clamp(20px,1.7vw,26px)}
.primary-nav>a,.dropdown-trigger{font-size:14px;font-weight:600}
.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.78}
.hero-media-1{background-image:url('../images/hero-photo-1.jpg')!important}
.hero-media-2{background-image:url('../images/hero-photo-2.jpg')!important}
.hero-media-3{background-image:url('../images/hero-photo-3.jpg')!important}
.about-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/about-hero.jpg')!important}
.services-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/services-hero.jpg')!important}
.staffing-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/staffing-hero.jpg')!important}
.technology-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/technology-hero.jpg')!important}
.industries-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/industries-hero.jpg')!important}
.careers-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/careers-hero.jpg')!important}
.contact-hero{background-image:linear-gradient(90deg,rgba(6,15,11,.70),rgba(6,15,11,.25)),url('../images/contact-hero.jpg')!important}
.story-visual.company-photo{background:linear-gradient(180deg,rgba(6,15,11,.25),rgba(6,15,11,.60)),url('../images/about-company.jpg') center/cover no-repeat!important}
.visual-team{background-image:url('../images/team-photo.jpg')!important}
.card-case{background-image:url('../images/case-study.jpg')!important}
.card-insight{background-image:url('../images/insight.jpg')!important}
.card-trust{background-image:url('../images/trust.jpg')!important}
.talent-panel{background-image:url('../images/talent-panel.jpg')!important}
.tech-panel{background-image:url('../images/tech-panel.jpg')!important}
.inner-hero{background-size:cover!important;background-position:center!important}
.resource-card h2,.service-overview-card h2,.large-card h3,.service-detail-card h3{letter-spacing:-.02em}


/* === Version 2.0 refined corporate footer === */
.site-cta{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#06120b 0%,#0b2f18 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:28px 0!important;
}
.site-cta:before{
  content:"";
  position:absolute;
  right:-70px;
  top:-42px;
  width:360px;
  height:150px;
  opacity:.16;
  pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 160' fill='none'%3E%3Cpath d='M-20 88C30 88 48 24 96 24C144 24 142 118 210 118C278 118 292 56 348 56C382 56 404 80 438 80' stroke='%23B3CD69' stroke-width='12' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.site-cta-inner{position:relative;z-index:1;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}
.site-cta h2{font-size:clamp(22px,2vw,30px)!important;line-height:1.25;margin-bottom:6px}
.site-cta p{font-size:13px!important;line-height:1.65}

.site-footer{
  position:relative;
  overflow:hidden;
  padding:78px 0 24px!important;
  background:linear-gradient(135deg,#f3fbf5 0%,#ffffff 58%,#ecf8ef 100%)!important;
  color:#132119!important;
  border-top:0!important;
}
.site-footer:before{
  content:"";
  position:absolute;
  right:-90px;
  top:20px;
  width:460px;
  height:220px;
  opacity:.14;
  pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 240' fill='none'%3E%3Cpath d='M-30 142C36 142 62 48 128 48C194 48 180 182 274 182C368 182 388 90 462 90C500 90 524 112 552 112' stroke='%23087A18' stroke-width='14' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.site-footer:after{
  content:"";
  position:absolute;
  left:-110px;
  bottom:-78px;
  width:390px;
  height:210px;
  opacity:.09;
  pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 220' fill='none'%3E%3Cpath d='M-30 130C20 130 46 62 98 62C150 62 146 170 214 170C282 170 304 104 360 104C396 104 420 126 460 126' stroke='%23B3CD69' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.footer-spiral{display:none!important}
.footer-grid,.footer-bottom{position:relative;z-index:2}
.footer-grid{
  display:grid!important;
  grid-template-columns:1.45fr .9fr 1.05fr 1.05fr 1.35fr!important;
  gap:44px!important;
  align-items:start!important;
  margin-top:0!important;
}
.footer-about{padding-right:14px}
.footer-brand-shell{margin:0 0 18px!important}
.footer-brand-shell .custom-logo-link,.footer-brand{display:inline-flex!important;align-items:center!important}
.footer-brand-shell .custom-logo,.footer-brand .fallback-logo{
  width:auto!important;
  height:64px!important;
  max-width:300px!important;
  object-fit:contain!important;
}
.footer-kicker{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  padding:8px 13px!important;
  margin:0 0 16px!important;
  border:1px solid rgba(8,122,24,.15)!important;
  background:rgba(255,255,255,.82)!important;
  color:#0b5f1d!important;
  font-size:10px!important;
  letter-spacing:.1em!important;
  font-weight:700!important;
}
.footer-about p{
  max-width:370px!important;
  margin:0!important;
  color:#3f5848!important;
  font-size:14px!important;
  line-height:1.8!important;
}
.footer-col{display:flex!important;flex-direction:column;align-items:flex-start}
.footer-grid h3{
  margin:0 0 18px!important;
  padding:0 0 11px!important;
  color:#0c4318!important;
  font-size:13px!important;
  line-height:1.3!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
.footer-grid h3:after{width:48px!important;height:2px!important;background:linear-gradient(90deg,#087A18,rgba(8,122,24,.12))!important}
.footer-link-item{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  width:100%;
  padding:6px 0!important;
  color:#355040!important;
  font-size:13px!important;
  line-height:1.5!important;
  transition:color .2s ease,transform .2s ease!important;
}
.footer-link-item:hover{color:#087A18!important;transform:translateX(4px)!important}
.footer-link-icon{width:17px!important;height:17px!important;color:#13862a!important;flex:0 0 17px!important}
.footer-link-icon svg{width:17px!important;height:17px!important}
.footer-contact-item{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  width:100%;
  padding:8px 0!important;
  align-items:start!important;
}
.footer-contact-icon{
  width:42px!important;
  height:42px!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.9)!important;
  border:1px solid rgba(8,122,24,.14)!important;
  color:#087A18!important;
  box-shadow:0 8px 22px rgba(8,48,19,.05)!important;
}
.footer-contact-icon svg{width:20px!important;height:20px!important}
.footer-contact-item strong{font-size:12px!important;color:#17321e!important;letter-spacing:.02em!important}
.footer-contact-item p,.footer-contact-item a{font-size:12px!important;line-height:1.6!important;color:#4a6353!important;overflow-wrap:anywhere}
.footer-bottom{
  margin-top:46px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(8,122,24,.13)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
.footer-bottom p,.footer-bottom a{font-size:11px!important;color:#5a7061!important}
.footer-bottom div{display:flex!important;gap:18px!important;flex-wrap:wrap}

@media(max-width:1180px){
  .footer-grid{grid-template-columns:1.35fr 1fr 1fr!important}
  .footer-contact-col{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:24px!important}
  .footer-contact-col h3{grid-column:1/-1!important}
}
@media(max-width:820px){
  .site-footer{padding-top:64px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px!important}
  .footer-about,.footer-contact-col{grid-column:1/-1!important}
  .footer-contact-col{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .site-cta-inner{grid-template-columns:1fr!important;text-align:left!important}
  .cta-icon{margin:0!important}
  .site-footer{padding:54px 0 20px!important}
  .site-footer:before{width:280px;height:150px;right:-110px;top:8px}
  .site-footer:after{width:240px;height:130px;left:-100px;bottom:-45px}
  .footer-grid{grid-template-columns:1fr!important;gap:30px!important}
  .footer-about,.footer-contact-col{grid-column:auto!important}
  .footer-contact-col{display:flex!important;flex-direction:column!important}
  .footer-brand-shell .custom-logo,.footer-brand .fallback-logo{height:54px!important;max-width:260px!important}
  .footer-bottom{flex-direction:column!important;align-items:flex-start!important}
}


/* === Version 2.1 elegant full-width spiral footer === */
.site-footer{
  background:linear-gradient(180deg,#f6fcf7 0%,#f2faf4 48%,#ffffff 100%)!important;
  padding:88px 0 24px!important;
}
.site-footer:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:8px;
  height:130px;
  opacity:.22;
  pointer-events:none;
  z-index:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 180' fill='none'%3E%3Cpath d='M-40 108C58 108 76 28 156 28C236 28 246 118 344 118C442 118 500 60 610 60C720 60 774 136 884 136C994 136 1046 72 1154 72C1262 72 1324 148 1430 148C1512 148 1558 102 1640 102' stroke='%23B7CF78' stroke-width='18' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center top/cover;
}
.site-footer:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:42px;
  height:164px;
  opacity:.10;
  pointer-events:none;
  z-index:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 220' fill='none'%3E%3Cpath d='M-60 136C34 136 74 86 132 86C190 86 214 170 310 170C406 170 440 108 538 108C636 108 680 188 790 188C900 188 952 124 1060 124C1168 124 1216 194 1328 194C1420 194 1488 138 1660 138' stroke='%23087A18' stroke-width='12' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center top/cover;
}
.footer-grid,.footer-bottom{position:relative;z-index:2}
.footer-about{padding-top:8px}
.footer-grid h3{margin-top:6px!important}
.footer-brand-shell{margin-top:4px!important}
.footer-kicker{box-shadow:0 6px 18px rgba(8,48,19,.04)!important}
.site-cta:before{
  opacity:.10!important;
  right:-30px!important;
  top:-24px!important;
  width:300px!important;
  height:120px!important;
}
@media(max-width:820px){
  .site-footer{padding-top:74px!important}
  .site-footer:before{height:110px;top:0;opacity:.19}
  .site-footer:after{height:130px;top:32px;opacity:.08}
}
@media(max-width:560px){
  .site-footer{padding-top:64px!important}
  .site-footer:before{height:88px;top:0;background-size:cover}
  .site-footer:after{height:110px;top:24px;background-size:cover}
}


/* === Version 2.2 alignment and responsiveness audit fixes === */
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas{max-width:100%;height:auto}
body{overflow-x:hidden}
.container,.header-inner,.footer-grid,.footer-bottom,.site-cta-inner,.contact-details-grid,.service-detail-grid,.industry-icons,.expertise-items>*{min-width:0}
a,p,h1,h2,h3,h4,h5,h6,b,strong,span{overflow-wrap:break-word}

/* consistent card alignment */
.expertise-items,
.industry-icons,
.service-detail-grid,
.contact-details-grid,
.values-grid,
.six-grid,
.resource-grid{align-items:stretch}

.expertise-item,
.industry-icons a,
.service-detail-card,
.contact-details-grid article,
.number-card,
.resource-card,
.large-card,
.service-overview-card,
.three-paths article,
.process-card,
.four-principles article{
  height:100%;
}

/* stronger, predictable contact info cards */
.contact-details-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
}
.contact-details-grid article{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr;
  align-items:start!important;
  column-gap:18px!important;
  row-gap:6px!important;
  padding:30px 26px!important;
  min-height:206px!important;
}
.contact-details-grid article .icon-badge{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:start;
  margin:0!important;
}
.contact-details-grid article h3{
  grid-column:2;
  grid-row:1;
  margin:3px 0 2px!important;
  font-size:18px!important;
  line-height:1.35!important;
}
.contact-details-grid article p,
.contact-details-grid article a{
  grid-column:2;
  grid-row:2;
  margin:0!important;
  font-size:14px!important;
  line-height:1.65!important;
  color:var(--muted)!important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

/* general grid tuning */
.expertise-item,.industry-icons a{
  min-height:132px!important;
}
.service-detail-card{min-height:290px!important}
.large-card,.service-overview-card{min-height:360px!important}
.footer-grid > div,
.footer-contact-col,
.footer-about{min-width:0}
.footer-link-item span:last-child,
.footer-contact-item div,
.footer-contact-item a,
.footer-contact-item p{min-width:0}

/* tablet layout */
@media(max-width:1180px){
  .contact-details-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .split-content,.story-grid,.mission-grid,.benefits-dual,.delivery-support-grid{gap:44px!important}
  .contact-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .expertise-items,.industry-icons{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-contact-col{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* mobile-first corrections */
@media(max-width:760px){
  .header-inner{gap:14px!important}
  .site-cta-inner{gap:18px!important}
  .contact-details-grid,
  .service-detail-grid,
  .expertise-items,
  .industry-icons,
  .values-grid,
  .six-grid,
  .resource-grid{grid-template-columns:1fr!important}
  .contact-details-grid article,
  .service-detail-card,
  .large-card,
  .service-overview-card,
  .resource-card,
  .number-card{min-height:auto!important}
  .contact-details-grid article{padding:24px 22px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:26px!important}
  .footer-about,.footer-contact-col{grid-column:auto!important}
  .footer-contact-col{display:flex!important;flex-direction:column!important}
  .footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}
}
@media(max-width:520px){
  .section{padding:64px 0!important}
  .hero-copy h1,.inner-hero h1{font-size:36px!important;line-height:1.1!important}
  .hero-copy>p:not(.eyebrow){font-size:15px!important}
  .btn{width:100%;justify-content:center}
  .button-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  .contact-details-grid article{grid-template-columns:52px minmax(0,1fr)!important;column-gap:14px!important}
  .contact-details-grid article .icon-badge{width:52px!important;height:52px!important}
  .contact-details-grid article h3{font-size:17px!important}
  .contact-details-grid article p,.contact-details-grid article a{font-size:13px!important}
  .industry-icons a{grid-template-columns:60px minmax(0,1fr)!important}
  .expertise-item,.industry-icons a,.service-detail-card,.large-card,.service-overview-card,.resource-card,.number-card{padding:22px!important}
  .footer-brand-shell .custom-logo,.footer-brand .fallback-logo{height:52px!important}
}


/* === Version 2.3 improved hero slider visuals === */
.hero-media{background-size:cover!important;background-position:center center!important;filter:saturate(1) brightness(.94)!important}
.hero-media-1,.hero-media-2,.hero-media-3{background-repeat:no-repeat!important}
.hero-copy{max-width:720px!important}
.hero-shade{background:linear-gradient(90deg,rgba(3,12,7,.88) 0%,rgba(3,12,7,.72) 42%,rgba(3,12,7,.22) 100%)!important}
@media(max-width:980px){
  .hero-media-1,.hero-media-2,.hero-media-3{background-position:62% center!important}
}
@media(max-width:760px){
  .hero-slider{min-height:680px!important}
  .hero-media-1,.hero-media-2,.hero-media-3{background-position:center 22%!important;background-size:cover!important}
  .hero-shade{background:linear-gradient(180deg,rgba(3,12,7,.82) 0%,rgba(3,12,7,.68) 42%,rgba(3,12,7,.56) 100%)!important}
  .hero-copy{max-width:100%!important;padding-top:0!important}
  .hero-copy h1{max-width:100%!important}
}
@media(max-width:520px){
  .hero-slider{min-height:640px!important}
  .hero-media-1,.hero-media-2,.hero-media-3{background-position:center 18%!important}
  .hero-copy h1{font-size:34px!important}
  .hero-copy>p:not(.eyebrow){font-size:14px!important;line-height:1.7!important}
}


/* === Version 2.4 contact info readability refinement === */
.contact-details-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  max-width:1120px;
  margin:0 auto!important;
}
.contact-details-grid article{
  grid-template-columns:72px minmax(0,1fr)!important;
  column-gap:20px!important;
  padding:32px 30px!important;
  min-height:184px!important;
  border-radius:22px!important;
}
.contact-details-grid article .icon-badge{
  width:72px!important;
  height:72px!important;
  border-radius:18px!important;
}
.contact-details-grid article .icon-badge svg{width:34px!important;height:34px!important}
.contact-details-grid article h3{font-size:20px!important;line-height:1.3!important;margin-top:4px!important}
.contact-details-grid article p,
.contact-details-grid article a{font-size:16px!important;line-height:1.7!important;max-width:28ch}
@media(max-width:980px){
  .contact-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:none}
}
@media(max-width:640px){
  .contact-details-grid{grid-template-columns:1fr!important;gap:18px!important}
  .contact-details-grid article{grid-template-columns:60px minmax(0,1fr)!important;padding:24px 22px!important;min-height:auto!important}
  .contact-details-grid article .icon-badge{width:60px!important;height:60px!important;border-radius:16px!important}
  .contact-details-grid article h3{font-size:18px!important}
  .contact-details-grid article p,.contact-details-grid article a{font-size:15px!important;max-width:none}
}


/* === Version 2.5 concise, engaging slider content === */
.hero-copy{max-width:760px!important}
.hero-copy h1{margin-bottom:18px!important}
.hero-summary{max-width:650px!important;margin-bottom:20px!important;font-size:17px!important;line-height:1.65!important}
.hero-points{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0 0 28px;padding:0}
.hero-points li{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.22);background:rgba(4,17,10,.26);backdrop-filter:blur(5px);border-radius:999px;color:#fff;font-size:12px;font-weight:600;line-height:1.25}
.hero-points li:before{content:"";width:7px;height:7px;border-radius:50%;background:#5ee676;box-shadow:0 0 0 4px rgba(94,230,118,.12)}
.hero-copy .button-row{margin-top:0}
@media(max-width:760px){
  .hero-summary{font-size:15px!important;line-height:1.65!important;margin-bottom:16px!important}
  .hero-points{gap:8px;margin-bottom:22px}
  .hero-points li{font-size:11px;padding:8px 11px}
}
@media(max-width:520px){
  .hero-copy h1{font-size:33px!important;margin-bottom:14px!important}
  .hero-summary{font-size:14px!important;line-height:1.6!important}
  .hero-points{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .hero-points li{justify-content:flex-start;border-radius:10px;padding:8px 10px}
  .hero-points li:last-child{grid-column:1/-1}
}


/* === Version 2.8 three distinct hero visuals with mobile-safe positioning === */
.hero-media-1{background-image:url('../images/hero-photo-1.jpg')!important;background-position:74% center!important}
.hero-media-2{background-image:url('../images/hero-photo-2.jpg')!important;background-position:62% center!important}
.hero-media-3{background-image:url('../images/hero-photo-3.jpg')!important;background-position:72% center!important}
.hero-copy{max-width:700px!important}
.hero-summary{max-width:620px!important}
@media(max-width:1100px){
  .hero-media-1{background-position:72% center!important}
  .hero-media-2{background-position:60% center!important}
  .hero-media-3{background-position:70% center!important}
}
@media(max-width:760px){
  .hero-slider{min-height:700px!important}
  .hero-media-1{background-position:76% 20%!important}
  .hero-media-2{background-position:54% 18%!important}
  .hero-media-3{background-position:74% 18%!important}
  .hero-shade{background:linear-gradient(180deg,rgba(3,12,7,.84) 0%,rgba(3,12,7,.70) 42%,rgba(3,12,7,.54) 100%)!important}
}
@media(max-width:520px){
  .hero-slider{min-height:660px!important}
  .hero-media-1{background-position:78% 18%!important}
  .hero-media-2{background-position:52% 16%!important}
  .hero-media-3{background-position:76% 18%!important}
  .hero-copy{padding-bottom:86px!important}
}


/* === Version 2.9 hero distinction + split feature mobile fix === */
.split-feature > div{min-width:0}
.check-list{max-width:100%}
.check-list li{padding-right:8px;overflow-wrap:anywhere;word-break:normal;white-space:normal;line-height:1.65}
.split-feature .button-row{margin-top:22px}
.split-feature .btn{min-width:220px}
@media(max-width:640px){
  .split-feature .reveal{min-width:0}
  .check-list li{font-size:15px!important;padding-right:4px!important}
  .split-feature .btn{width:auto!important;min-width:0!important;justify-content:center!important}
  .split-feature .button-row{display:flex!important;justify-content:flex-start!important}
}
.hero-media-1{background-position:76% center!important}
.hero-media-2{background-position:56% center!important}
.hero-media-3{background-position:75% center!important}
@media(max-width:980px){
  .hero-media-1{background-position:74% center!important}
  .hero-media-2{background-position:54% center!important}
  .hero-media-3{background-position:72% center!important}
}
@media(max-width:760px){
  .hero-slider{min-height:700px!important}
  .hero-media-1{background-position:80% 20%!important}
  .hero-media-2{background-position:52% 16%!important}
  .hero-media-3{background-position:78% 20%!important}
}
@media(max-width:520px){
  .hero-media-1{background-position:82% 18%!important}
  .hero-media-2{background-position:50% 14%!important}
  .hero-media-3{background-position:80% 18%!important}
}
