:root{--gold:#c9973d;--dark:#121416;--ink:#202327;--paper:#f5f4f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:#17191b;color:white;position:sticky;top:0;z-index:10;border-bottom:1px solid #343434}.brand{font-weight:800;letter-spacing:2px;color:#e2b45c;text-decoration:none;font-size:22px}.brand span{display:block;font-size:9px;letter-spacing:4px;text-align:center}nav{display:flex;gap:28px}nav a,footer a{color:#eee;text-decoration:none;font-size:14px}.hero{min-height:620px;padding:80px 7%;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;background:linear-gradient(100deg,#f7f6f3 0%,#eeeae2 56%,#202326 56%,#101214 100%)}.hero img{width:min(480px,100%);filter:drop-shadow(0 20px 28px #0008);border-radius:50%}.eyebrow{letter-spacing:3px;font-size:12px;color:#a87929;font-weight:700}.hero h1{font-size:64px;line-height:1.05;margin:18px 0}.hero h1 em{font-style:normal;color:var(--gold)}.lead{font-size:20px}.buttons{display:flex;gap:14px;margin:28px 0}.btn{border:1px solid var(--gold);padding:14px 22px;border-radius:8px;color:#222;text-decoration:none;font-weight:700}.btn.gold{background:linear-gradient(#e7bc65,#c48e31);border:0}.facts{display:flex;gap:28px;margin-top:34px;color:#555}section:not(.hero){padding:70px 6%}h2{font-size:36px;margin:10px 0 30px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid article{background:white;border:1px solid #ddd;border-radius:10px;padding:22px;box-shadow:0 8px 22px #0000000b}.grid b{font-size:17px}.grid p,.four p{color:#60646a;line-height:1.5;font-size:14px}.light{background:white}.tech{font-size:26px;font-weight:800;display:flex;gap:30px;flex-wrap:wrap}.tech span{color:#666}.about{display:grid;grid-template-columns:3fr 1fr;gap:60px;background:#1b1d1f;color:#eee}.about h2{color:white}.about p{line-height:1.7;color:#ccc}.name span{color:#c9c9c9}.values{border-left:2px solid var(--gold);padding-left:30px;display:flex;flex-direction:column;justify-content:center;gap:18px;letter-spacing:2px}.four{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.contact{display:grid;grid-template-columns:2fr 1fr;background:linear-gradient(100deg,#22272b,#0e1113);color:white}.contact h2{color:white}.contact a{color:white;text-decoration:none}footer{padding:28px 6%;background:#111;color:#aaa;display:flex;justify-content:space-between;align-items:center;font-size:13px}@media(max-width:900px){header{height:auto;padding:18px 5%;align-items:flex-start}nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.hero{grid-template-columns:1fr;background:linear-gradient(#f7f6f3 0 60%,#17191b 60%);padding:55px 6%}.hero h1{font-size:46px}.hero img{margin:auto}.grid{grid-template-columns:repeat(2,1fr)}.four{grid-template-columns:repeat(2,1fr)}.about,.contact{grid-template-columns:1fr}}@media(max-width:560px){nav{display:none}.hero h1{font-size:38px}.facts{flex-direction:column;gap:8px}.grid,.four{grid-template-columns:1fr}section:not(.hero){padding:50px 6%}h2{font-size:29px}.tech{font-size:20px;gap:18px}footer{flex-direction:column;gap:20px;text-align:center}}


/* Technology badges – v2 */
.tech-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:16px;
  margin-top:28px;
}
.tech-badge{
  min-height:92px;
  background:#fff;
  border:1px solid #e6e2d8;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:18px 14px;
  font-weight:800;
  font-size:1.08rem;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.tech-badge:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.10)}
.mark{display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.ms-mark{width:31px;height:31px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px}
.ms-mark i:nth-child(1){background:#f25022}.ms-mark i:nth-child(2){background:#7fba00}
.ms-mark i:nth-child(3){background:#00a4ef}.ms-mark i:nth-child(4){background:#ffb900}
.windows-mark{color:#0078d4;font-size:34px}
.linux-mark{color:#f5b800;font-size:29px;text-shadow:0 1px 0 #111}
.unifi-mark{background:#0559c9;color:#fff;border-radius:8px;width:38px;height:38px}
.aruba-mark{color:#f58220;font-size:30px}
.cisco-mark{color:#049fd9;font-size:34px}
.hp-mark{background:#0096d6;color:#fff;border-radius:50%;width:40px;height:40px;font-style:italic}
.lenovo-mark{background:#e2231a;color:#fff;padding:8px 10px;border-radius:3px}
.canon-mark{color:#cc0000;font-size:1.15rem}
.tech-note{margin-top:18px;color:#777;font-size:.9rem}
@media(max-width:700px){.tech-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tech-badge{min-height:78px;font-size:.96rem;padding:12px 8px}}


/* V3: actual brand logo section */
.brand-logo-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(130px,1fr));
  gap:18px;
  margin-top:28px;
}
.brand-logo-card{
  min-height:108px;
  background:#fff;
  border:1px solid #e8e3d8;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px 18px;
  box-shadow:0 10px 26px rgba(0,0,0,.07);
  transition:transform .2s ease, box-shadow .2s ease;
}
.brand-logo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 34px rgba(0,0,0,.12);
}
.brand-logo-card img{
  max-width:100%;
  width:auto;
  max-height:56px;
  object-fit:contain;
  display:block;
}
.brand-logo-card.linux-card{
  gap:10px;
  flex-direction:column;
  font-weight:800;
}
.brand-logo-card.linux-card img{
  max-height:58px;
}
.brand-logo-card.hp-card img{
  max-height:62px;
}
.tech-note{
  margin-top:18px;
  color:#757575;
  font-size:.9rem;
}
@media(max-width:1050px){
  .brand-logo-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  .brand-logo-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .brand-logo-card{min-height:90px;padding:14px}
  .brand-logo-card img{max-height:48px}
}
