:root{--bg:#07110d;--panel:#0d1a14;--ink:#f4f7f2;--muted:#a9b6ae;--green:#31d158;--lime:#b6e43a;--yellow:#f0d43a;--line:#24362b;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.6;background-image:linear-gradient(rgba(49,209,88,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(49,209,88,.035) 1px,transparent 1px);background-size:48px 48px}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px max(24px,calc((100vw - var(--max))/2));background:rgba(7,17,13,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:70px;object-fit:contain;border-radius:4px;background:#f5dd00}.brand span{display:grid;line-height:.95;font-family:'Barlow Condensed',sans-serif}.brand b{font-size:1.5rem;letter-spacing:.08em}.brand small{font-size:.72rem;letter-spacing:.13em;color:var(--lime)}nav{display:flex;gap:28px;font-size:.9rem}nav a:hover{color:var(--lime)}.menu{display:none;background:transparent;color:var(--ink);border:1px solid var(--line);padding:8px 12px}.hero{max-width:var(--max);margin:auto;min-height:calc(100vh - 82px);padding:80px 24px;display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.eyebrow{color:var(--lime);font-size:.78rem;font-weight:700;letter-spacing:.18em;margin:0 0 18px}h1,h2,h3{font-family:'Barlow Condensed',sans-serif;line-height:1}h1{font-size:clamp(3.6rem,7vw,6.8rem);margin:0;max-width:880px;letter-spacing:-.035em}h2{font-size:clamp(2.6rem,5vw,4.6rem);margin:0;max-width:850px}h3{font-size:1.75rem;margin:12px 0}.lead{font-size:1.15rem;color:var(--muted);max-width:700px;margin:28px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:4px;font-weight:700;font-size:.92rem}.primary{background:var(--lime);color:#07110d}.primary:hover{background:var(--yellow)}.secondary{border:1px solid #496052}.proof{display:flex;gap:32px;margin-top:48px;padding-top:24px;border-top:1px solid var(--line)}.proof div{display:grid}.proof strong{font-family:'Barlow Condensed';font-size:1.2rem}.proof span{font-size:.75rem;color:var(--muted)}.hero-panel{position:relative;min-height:510px;padding:34px;background:linear-gradient(145deg,#12271a,#08120d);border:1px solid #35523e;box-shadow:22px 22px 0 #14281b;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-panel:after{content:'';position:absolute;width:310px;height:310px;border:70px solid rgba(182,228,58,.11);border-radius:50%;right:-120px;top:70px}.signal{font-size:.72rem;letter-spacing:.16em}.signal span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green);margin-right:8px}.panel-title{font-family:'Barlow Condensed';font-weight:800;font-size:5rem;line-height:.82;z-index:1}.panel-title em{font-style:normal;color:var(--lime)}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);z-index:1}.panel-grid span{padding:18px;background:#0b1710;color:var(--muted);font-size:.7rem}.panel-grid b{color:var(--ink);font-size:.9rem}.section{max-width:var(--max);margin:auto;padding:110px 24px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:52px}.section-head .eyebrow{min-width:210px}.services{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.services article{min-height:280px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(7,17,13,.72);transition:.25s}.services article:hover{background:#102318;transform:translateY(-4px)}.services article>span{color:var(--lime);font-family:'Barlow Condensed';font-weight:700}.services p{color:var(--muted);font-size:.9rem}.competence{max-width:var(--max);margin:60px auto;padding:80px;display:grid;grid-template-columns:1.25fr .75fr;gap:80px;background:#e8f3e9;color:#07110d}.competence p{color:#405047}.competence .eyebrow{color:#23753a}.competence ul{padding:0;list-style:none;margin-top:30px}.competence li{padding:12px 0;border-bottom:1px solid #c8d6ca}.competence li:before{content:'✓';color:#20853d;font-weight:800;margin-right:12px}.competence blockquote{margin:0;align-self:end;font-family:'Barlow Condensed';font-size:2.35rem;line-height:1.1;border-left:5px solid var(--lime);padding-left:24px}.process ol{padding:0;margin:0;list-style:none;border-top:1px solid var(--line)}.process li{display:grid;grid-template-columns:80px 230px 1fr;padding:24px 0;border-bottom:1px solid var(--line);counter-increment:item}.process ol{counter-reset:item}.process li:before{content:'0' counter(item);color:var(--lime);font-family:'Barlow Condensed';font-size:1.5rem}.process b{font-family:'Barlow Condensed';font-size:1.55rem}.process span{color:var(--muted)}.contact{max-width:var(--max);margin:80px auto;padding:70px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;background:linear-gradient(135deg,#183620,#0c1911);border:1px solid #2c4c35}.contact>div>p:not(.eyebrow){color:var(--muted)}.contact-card{display:grid;gap:12px;padding:28px;background:#07110d}.contact-card p{display:grid;margin:0 0 12px}.contact-card small{color:var(--lime);font-size:.7rem;letter-spacing:.12em}.contact-card a:not(.button){color:#dfe9e1}.contact-card .button{margin-top:10px}footer{max-width:var(--max);margin:auto;padding:42px 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem}.footer-brand{color:var(--ink);font-family:'Barlow Condensed';font-size:1.1rem}.footer-brand b{color:var(--lime)}@media(max-width:900px){nav{display:none;position:absolute;top:81px;left:0;right:0;background:#07110d;padding:24px;flex-direction:column;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:56px}.hero-panel{min-height:400px}.services{grid-template-columns:1fr 1fr}.competence,.contact{grid-template-columns:1fr;margin-left:16px;margin-right:16px;padding:46px 28px}.section-head{display:block}.process li{grid-template-columns:58px 1fr}.process span{grid-column:2;margin-top:4px}footer{align-items:flex-start;flex-direction:column}}@media(max-width:560px){h1{font-size:3.35rem}.hero{gap:40px}.hero-panel{min-height:350px}.panel-title{font-size:4rem}.proof{display:grid;grid-template-columns:1fr 1fr;gap:18px}.services{grid-template-columns:1fr}.services article{min-height:auto}.competence blockquote{font-size:1.9rem}.contact{padding:38px 22px}.brand img{width:42px;height:62px}.brand b{font-size:1.25rem}.site-header{padding:8px 16px}}
/* Brand visibility enhancement */
.brand img{width:74px;height:116px}
.brand span{line-height:1}
.brand b{font-size:2rem}
.brand small{font-size:.9rem;margin-top:5px}
@media(max-width:900px){nav{top:137px}}
@media(max-width:560px){.brand img{width:58px;height:91px}.brand b{font-size:1.5rem}.brand small{font-size:.72rem}.site-header{padding:8px 16px}nav{top:108px}}
.services h3 a{color:inherit;text-decoration:none}.services h3 a:hover{color:var(--green)}.service-main{max-width:1120px;margin:0 auto;padding:72px clamp(20px,6vw,80px)}.service-intro{max-width:820px}.service-intro h1{font-size:clamp(2.8rem,7vw,5.5rem);text-transform:uppercase;margin:14px 0 24px}.service-intro .lead{max-width:760px}.service-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:54px;margin-top:58px}.service-grid h2{font-size:2.1rem;text-transform:uppercase;margin:0 0 18px}.service-grid p,.service-grid li{color:var(--muted);line-height:1.75}.service-grid aside{border:1px solid var(--line);background:var(--panel);padding:28px;align-self:start}.service-grid ul{padding-left:20px}.coverage{margin-top:56px;border-top:1px solid var(--line);padding-top:32px}.breadcrumbs{font-size:.83rem;color:var(--muted);margin-bottom:28px}.breadcrumbs a{color:var(--green)}@media(max-width:720px){.service-grid{grid-template-columns:1fr}.service-main{padding-top:42px}}
