@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700;800&display=swap");

:root{--black:#050607;--black2:#0d0f11;--gold:#c9a227;--gold2:#e0b84a;--white:#fff;--muted:#b9bec7;--line:rgba(201,162,39,.35);--card:#111418;--soft:#f6f7f9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--black);color:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(5,6,7,.85);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px}.mark{width:48px;height:48px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:900;font-size:24px}.brand strong{font-family:Georgia,serif;font-size:34px;letter-spacing:4px;color:var(--gold)}.brand span{display:block;font-size:10px;letter-spacing:1px;color:#fff;text-transform:uppercase;margin-top:-8px}.menu{display:flex;align-items:center;gap:28px;font-size:13px;text-transform:uppercase;letter-spacing:.8px}.menu a{color:#e9ecf2}.menu a:hover,.menu .active{color:var(--gold)}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:2px;border:1px solid var(--gold);font-weight:800;font-size:13px;letter-spacing:.4px;text-transform:uppercase;transition:.2s}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111;border-color:transparent}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(201,162,39,.18)}.mobile-toggle{display:none}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background:#060606}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.66) 31%,rgba(0,0,0,.08) 66%,rgba(0,0,0,.52) 100%)}.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;z-index:2;width:min(620px,90%);padding-top:10px}.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:3px;font-size:13px;margin-bottom:20px}.hero h1,.page-hero h1{font-size:clamp(44px,6vw,82px);line-height:.97;margin:0 0 24px;font-weight:900;letter-spacing:-2.5px}.hero h1 span,.gold-text{color:var(--gold)}.hero p{font-size:19px;color:#e5e8ef;max-width:560px}.actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px}.trustbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#080a0c}.trustgrid{display:grid;grid-template-columns:repeat(6,1fr)}.trustitem{padding:28px 20px;border-right:1px solid rgba(201,162,39,.24)}.trustitem:last-child{border-right:0}.trustitem b{display:block;color:var(--gold);font-size:30px;line-height:1}.trustitem span{font-size:12px;text-transform:uppercase;letter-spacing:.7px;color:#fff}.section{padding:86px 0}.section.light{background:#fff;color:#111}.section.dark{background:linear-gradient(180deg,#090b0d,#050607)}.center{text-align:center}.section-title{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);line-height:1.05;margin:0 0 16px}.section-lead{color:var(--muted);font-size:18px;max-width:760px;margin:0 auto 42px}.light .section-lead{color:#4b5563}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card,.feature-card,.industry-card{background:#fff;color:#111;border:1px solid #e6e8ec;box-shadow:0 14px 40px rgba(0,0,0,.07);overflow:hidden}.product-card{border-radius:8px}.product-card .thumb{height:210px;background:#111;overflow:hidden}.product-card .thumb img{width:100%;height:100%;object-fit:cover}.product-card .body{padding:24px}.product-card h3{font-size:25px;line-height:1.08;margin:0 0 12px;font-family:Georgia,serif}.product-card p{color:#4b5563;margin:0 0 22px}.learn{color:#a77d07;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.7px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:rgba(255,255,255,.04);color:white;border:1px solid rgba(201,162,39,.2);border-radius:8px;padding:28px}.feature-card .icon,.industry-card .icon{color:var(--gold);font-size:34px;margin-bottom:12px}.feature-card p{color:var(--muted)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step{padding:22px 16px;border-top:2px solid var(--gold);background:rgba(255,255,255,.04);border-radius:6px}.step b{color:var(--gold)}.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.industry-card{background:rgba(255,255,255,.04);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:26px 18px;text-align:center}.cta{background:linear-gradient(90deg,#070707,#161006);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:50px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.page-hero{position:relative;padding:120px 0;background:#070707;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.38))}.page-hero .container{position:relative;z-index:2}.breadcrumb{font-size:13px;color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.table-wrap{overflow:auto;border:1px solid rgba(201,162,39,.28);border-radius:8px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:16px;border-bottom:1px solid rgba(255,255,255,.11);text-align:left}th{color:var(--gold);text-transform:uppercase;font-size:12px;letter-spacing:.7px}.light th,.light td{border-bottom:1px solid #e6e8ec}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form input,.form textarea,.form select{width:100%;padding:16px;border:1px solid #d7dce2;background:#fff;color:#111;border-radius:4px}.form textarea,.form .full{grid-column:1/-1}.info-card{background:#111418;border:1px solid rgba(201,162,39,.25);padding:28px;border-radius:8px;margin-bottom:16px}.footer{background:#030404;border-top:1px solid rgba(255,255,255,.08);padding:54px 0 24px;color:#dfe3ea}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:30px}.footer h4{color:var(--gold);text-transform:uppercase;font-size:13px;letter-spacing:1px}.footer a,.footer p{color:#aeb5c0;font-size:14px;display:block;margin:9px 0}.bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:20px;color:#848b96;font-size:13px}.notice{background:#14100a;border-left:3px solid var(--gold);padding:18px;margin-top:24px;color:#e8ddbd}.logo-small{font-family:Georgia,serif;font-size:34px;color:var(--gold);letter-spacing:3px;font-weight:900}.two-col{columns:2;column-gap:40px}.quote-box{background:rgba(201,162,39,.1);border:1px solid var(--line);padding:28px;border-radius:8px}
@media (max-width: 980px){.menu{display:none}.mobile-toggle{display:block;color:white}.nav{height:72px}.trustgrid{grid-template-columns:repeat(2,1fr)}.cards,.feature-grid,.split,.contact-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:700px}.hero-content{padding-top:80px}.cta-inner{flex-direction:column;align-items:flex-start}.form{grid-template-columns:1fr}.hero:after{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.58))}}@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.brand strong{font-size:28px}.hero h1,.page-hero h1{font-size:44px}.trustgrid,.cards,.feature-grid,.process,.industry-grid,.footer-grid{grid-template-columns:1fr}.trustitem{border-right:0;border-bottom:1px solid rgba(201,162,39,.24)}.section{padding:60px 0}.product-card .thumb{height:180px}.actions .btn{width:100%;justify-content:center}}

/* v1.1 launch fixes */
.hero{min-height:680px;align-items:center}.hero img.bg{object-position:center center}.hero-content{padding-top:0}.logo-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin:34px 0 30px}.logo-strip span{display:flex;align-items:center;justify-content:center;min-height:76px;border:1px solid rgba(201,162,39,.28);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border-radius:8px;color:var(--gold);font-weight:900;letter-spacing:1.6px;font-size:13px;text-transform:uppercase}.info-card{color:#fff;background:linear-gradient(180deg,#12161b,#080a0c);border:1px solid rgba(201,162,39,.35);box-shadow:0 14px 30px rgba(0,0,0,.18)}.info-card h3{color:var(--gold);margin:0 0 10px;text-transform:uppercase;font-size:15px;letter-spacing:.7px}.info-card p,.info-card a{color:#e9edf3}.info-card a{text-decoration:underline;text-decoration-color:rgba(201,162,39,.55);text-underline-offset:4px}.card-icon{color:var(--gold);font-size:26px;margin-bottom:10px}.contact-side{display:grid;gap:16px}.footer a[href="mailto:support@hakwirediez.com"]{word-break:break-word;margin-bottom:6px}.page-hero img{object-position:center center}
@media (max-width: 980px){.logo-strip{grid-template-columns:repeat(2,1fr)}.hero{min-height:650px}.hero img.bg{object-position:62% center}}
@media (max-width:600px){.logo-strip{grid-template-columns:1fr}.hero{min-height:620px}.hero img.bg{opacity:.65;object-position:67% center}.hero p{font-size:17px}}


/* v1.2 trust bar icon upgrade */
.trustitem{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  min-height:155px;
}
.trust-icon{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:radial-gradient(circle at 50% 35%, rgba(201,162,39,.16), rgba(255,255,255,.04));
  border:1px solid rgba(201,162,39,.28);
  box-shadow:0 0 28px rgba(201,162,39,.08);
}
.trust-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:var(--gold);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trustitem b{
  font-size:clamp(26px,2.4vw,36px);
  letter-spacing:.4px;
}
.trustitem span:not(.trust-icon){
  max-width:155px;
  line-height:1.35;
}
@media (max-width:980px){
  .trustitem{min-height:140px;padding:26px 18px;}
  .trust-icon{width:58px;height:58px;}
  .trust-icon svg{width:32px;height:32px;}
}


/* v1.3 typography + reliable SVG icons */
:root{--font-body:"Manrope",Arial,sans-serif;--font-heading:"Sora","Manrope",Arial,sans-serif;}
body{font-family:var(--font-body);font-weight:500;letter-spacing:-.01em;}
.hero h1,.page-hero h1,.section-title,.product-card h3,.feature-card h3,.industry-card strong,.step h3,.cta h2{font-family:var(--font-heading);letter-spacing:-.045em;font-weight:800;}
.brand strong,.logo-small{font-family:Georgia,"Times New Roman",serif;letter-spacing:3px;}
.menu,.btn,.eyebrow,.learn,.trustitem span:not(.trust-icon),.footer h4{font-family:var(--font-heading);font-weight:700;letter-spacing:.08em;}
.hero p,.section-lead,.product-card p,.feature-card p,.step p,.footer p,.footer a{font-family:var(--font-body);}
.icon,.card-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--gold);margin-bottom:14px;}
.icon svg,.card-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.industry-card .icon{margin:0 auto 14px;}
.contact-side .card-icon{width:42px;height:42px;margin-bottom:12px;}
.contact-side .card-icon svg{width:34px;height:34px;}
.feature-card{padding:34px;}
.feature-grid{gap:24px;}
.hero{min-height:820px;}
.hero img.bg{object-fit:cover;object-position:center center;}
@media (max-width:980px){.hero{min-height:720px;}.feature-card{padding:30px;}}
@media (max-width:600px){.hero{min-height:700px;}.hero h1,.page-hero h1{font-size:42px;letter-spacing:-.04em;}.icon{margin-left:auto;margin-right:auto;}.feature-card{text-align:center;}}


/* v1.4 reliable coded icons + typography refinement */
:root{--font-body:"Inter",Arial,sans-serif;--font-heading:"Space Grotesk","Inter",Arial,sans-serif;}
body{font-family:var(--font-body);font-weight:500;}
.hero h1,.page-hero h1,.section-title,.product-card h3,.feature-card h3,.industry-card strong,.step h3,.cta h2{font-family:var(--font-heading);font-weight:800;letter-spacing:-.055em;}
.brand strong,.logo-small{font-family:Georgia,"Times New Roman",serif;}
.icon,.card-icon,.trust-icon,.logo-icon{display:grid;place-items:center;flex:0 0 auto;color:var(--gold);font-family:var(--font-heading);font-weight:800;line-height:1;}
.icon,.card-icon{width:52px;height:52px;border-radius:999px;background:radial-gradient(circle at 50% 35%,rgba(201,162,39,.18),rgba(255,255,255,.04));border:1px solid rgba(201,162,39,.34);box-shadow:0 0 26px rgba(201,162,39,.08);font-size:20px;margin-bottom:16px;}
.feature-card .icon{margin-bottom:18px;}
.industry-card .icon{margin:0 auto 16px;}
.card-icon{width:46px;height:46px;font-size:17px;margin-bottom:14px;}
.trust-icon{width:62px;height:62px;border-radius:999px;background:radial-gradient(circle at 50% 35%,rgba(201,162,39,.20),rgba(255,255,255,.05));border:1px solid rgba(201,162,39,.34);box-shadow:0 0 26px rgba(201,162,39,.1);font-size:20px;margin-bottom:4px;}
.trustitem{gap:8px;}
.trustitem b{margin-top:2px;}
.logo-strip span{gap:10px;}
.logo-icon{display:inline-grid;width:28px;height:28px;border-radius:999px;border:1px solid rgba(201,162,39,.45);background:rgba(201,162,39,.08);font-size:12px;margin-right:10px;}
.feature-card,.industry-card,.info-card{position:relative;}
.feature-card:before,.industry-card:before,.info-card:before{content:"";position:absolute;left:0;top:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.65),transparent);opacity:.55;}
@media (max-width:980px){.logo-strip{grid-template-columns:repeat(2,1fr)}.icon{margin-left:auto;margin-right:auto}.feature-card{text-align:center}.trust-icon{width:56px;height:56px}}
@media (max-width:600px){.logo-strip{grid-template-columns:1fr}.trustitem{min-height:132px}.icon,.card-icon{width:48px;height:48px}}

/* v1.5 HAK custom SVG icon library */
.hak-icon{
  width:34px;
  height:34px;
  display:block;
  object-fit:contain;
}
.trust-icon .hak-icon{
  width:36px;
  height:36px;
}
.logo-icon .hak-icon{
  width:15px;
  height:15px;
}
.icon .hak-icon{
  width:34px;
  height:34px;
}
.card-icon .hak-icon{
  width:30px;
  height:30px;
}


/* v1.6 header logo replacement + tighter mobile layout */
.brand-mark{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
  flex:0 0 48px;
}
.brand .mark{display:none;}

@media (max-width:600px){
  .nav{height:64px;gap:12px;}
  .brand{gap:8px;min-width:0;}
  .brand-mark{width:40px;height:40px;flex-basis:40px;}
  .brand strong{font-size:23px;letter-spacing:2.2px;line-height:1;}
  .brand span{font-size:8px;letter-spacing:.55px;margin-top:-4px;white-space:nowrap;}
  .header .btn{display:none;}

  /* Shorter, cleaner homepage hero on mobile */
  .hero{min-height:560px;align-items:flex-start;}
  .hero img.bg{opacity:.55;object-position:72% center;}
  .hero:after{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 46%,rgba(0,0,0,.28) 100%);}
  .hero-content{width:100%;padding-top:56px;}
  .eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:12px;}
  .hero h1{font-size:34px;line-height:1.02;letter-spacing:-.04em;margin-bottom:14px;max-width:320px;}
  .hero p{font-size:14px;line-height:1.55;max-width:315px;margin-bottom:0;}
  .actions{gap:10px;margin-top:22px;}
  .actions .btn{width:auto;min-width:148px;padding:12px 14px;font-size:11px;}

  /* Reduce mobile page length while preserving hierarchy */
  .section{padding:42px 0;}
  .section-title{font-size:30px;line-height:1.08;}
  .section-lead{font-size:15px;margin-bottom:26px;}

  .trustgrid{grid-template-columns:repeat(2,1fr);}
  .trustitem{min-height:112px;padding:18px 10px;gap:6px;border-right:1px solid rgba(201,162,39,.18);}
  .trustitem:nth-child(2n){border-right:0;}
  .trust-icon{width:44px;height:44px;margin-bottom:2px;}
  .trust-icon .hak-icon{width:26px;height:26px;}
  .trustitem b{font-size:23px;}
  .trustitem span:not(.trust-icon){font-size:10px;line-height:1.25;max-width:116px;}

  .cards{grid-template-columns:repeat(2,1fr);gap:12px;}
  .product-card .thumb{height:116px;}
  .product-card .body{padding:14px;}
  .product-card h3{font-size:17px;line-height:1.05;margin-bottom:8px;}
  .product-card p{font-size:12px;line-height:1.45;margin-bottom:12px;}
  .learn{font-size:10px;}

  .feature-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .feature-card{padding:18px 12px;text-align:center;}
  .feature-card .icon{width:42px;height:42px;margin:0 auto 10px;}
  .feature-card .icon .hak-icon{width:25px;height:25px;}
  .feature-card h3{font-size:16px;margin:0 0 6px;}
  .feature-card p{font-size:12px;line-height:1.45;margin:0;}

  .logo-strip{grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0;}
  .logo-strip span{min-height:52px;font-size:10px;letter-spacing:.9px;padding:8px;}
  .logo-icon{width:22px;height:22px;margin-right:6px;}
  .logo-icon .hak-icon{width:12px;height:12px;}

  .industry-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .industry-card{padding:18px 12px;}
  .industry-card .icon{width:42px;height:42px;margin:0 auto 10px;}
  .industry-card strong{font-size:13px;}

  .process{grid-template-columns:repeat(2,1fr);gap:10px;}
  .step{padding:16px 12px;}
  .step h3{font-size:15px;margin:6px 0;}
  .step p{font-size:12px;line-height:1.4;margin:0;}

  .cta{padding:36px 0;}
  .cta-inner{gap:18px;}
}

@media (max-width:380px){
  .cards,.feature-grid{grid-template-columns:1fr;}
  .product-card .thumb{height:150px;}
}

/* v1.7 production QA polish: logo, icons, desktop/mobile alignment */
.header{
  background:rgba(5,6,7,.92);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.nav{
  height:78px;
  gap:20px;
}
.brand{
  min-width:250px;
  flex-shrink:0;
}
.brand-mark{
  width:42px;
  height:42px;
  flex:0 0 42px;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(201,162,39,.18));
}
.brand strong{
  font-size:30px;
  line-height:1;
  letter-spacing:3.2px;
}
.brand span{
  font-size:9px;
  line-height:1.2;
  letter-spacing:.78px;
  margin-top:0;
  white-space:nowrap;
  opacity:.92;
}
.menu{
  gap:22px;
  font-size:12px;
  white-space:nowrap;
}
.header .btn{
  padding:12px 18px;
  white-space:nowrap;
}

/* Hero: keep the product visible while preventing cropping on standard desktops */
.hero{
  min-height:720px;
}
.hero img.bg{
  object-position:64% center;
}
.hero-content{
  width:min(585px,92%);
}
.hero h1{
  max-width:610px;
}

/* Trust bar: tighter, more balanced icon + text alignment */
.trustgrid{
  align-items:stretch;
}
.trustitem{
  padding:24px 14px;
  min-height:148px;
  gap:9px;
}
.trust-icon{
  width:58px;
  height:58px;
}
.trust-icon .hak-icon{
  width:32px;
  height:32px;
}
.trustitem b{
  font-size:30px;
  line-height:1.05;
  margin:0;
}
.trustitem span:not(.trust-icon){
  display:block;
  margin-top:0;
  max-width:150px;
  font-size:11px;
  line-height:1.32;
  letter-spacing:.75px;
}

/* Feature and industry cards: icons aligned and consistent */
.icon,.card-icon{
  width:50px;
  height:50px;
  margin-bottom:14px;
}
.icon .hak-icon,.card-icon .hak-icon{
  width:30px;
  height:30px;
}
.feature-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:224px;
}
.feature-card h3{
  margin:4px 0 8px;
  line-height:1.15;
}
.feature-card p{
  margin:0;
}
.logo-strip span{
  min-height:72px;
  padding:14px 12px;
  line-height:1.2;
}
.logo-icon{
  width:26px;
  height:26px;
  margin-right:8px;
}
.logo-icon .hak-icon{
  width:15px;
  height:15px;
}
.industry-card{
  min-height:126px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.industry-card .icon{
  margin:0 auto 12px;
}

/* Product cards: consistent heights and image alignment */
.product-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.product-card .body{
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-card .learn{
  margin-top:auto;
}
.product-card .thumb img{
  object-position:center;
}

/* Contact page production polish */
.contact-side{
  align-content:start;
}
.info-card{
  min-height:150px;
}
.info-card .card-icon{
  margin-bottom:10px;
}
.form input,.form textarea,.form select{
  font-size:15px;
  min-height:54px;
}

/* Mobile navigation: real dropdown instead of a dead hamburger */
.mobile-toggle{
  cursor:pointer;
  border:1px solid rgba(201,162,39,.4);
  border-radius:6px;
  padding:8px 10px;
  line-height:1;
}
@media (max-width:980px){
  .nav{
    position:relative;
  }
  .mobile-toggle{display:block;}
  .menu{
    display:none;
    position:absolute;
    left:20px;
    right:20px;
    top:calc(100% + 10px);
    padding:16px;
    background:rgba(5,6,7,.98);
    border:1px solid rgba(201,162,39,.28);
    border-radius:10px;
    box-shadow:0 18px 45px rgba(0,0,0,.45);
    z-index:80;
  }
  .menu.open{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .menu a{
    padding:10px 12px;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .menu a:last-child{border-bottom:0;}
  .brand{min-width:0;}
  .hero{min-height:640px;}
  .hero img.bg{object-position:70% center;}
  .trustgrid{grid-template-columns:repeat(3,1fr);}
  .trustitem{border-right:1px solid rgba(201,162,39,.18);}
  .trustitem:nth-child(3n){border-right:0;}
  .cards{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .feature-card{align-items:center;text-align:center;min-height:200px;}
}
@media (max-width:600px){
  .container{width:min(100% - 24px,1180px);}
  .nav{height:62px;}
  .brand-mark{width:34px;height:34px;flex-basis:34px;}
  .brand strong{font-size:22px;letter-spacing:2px;}
  .brand span{font-size:7.5px;letter-spacing:.45px;}
  .mobile-toggle{padding:7px 9px;font-size:16px;}
  .menu{left:12px;right:12px;top:calc(100% + 8px);}

  .hero{min-height:520px;}
  .hero-content{padding-top:48px;}
  .hero img.bg{opacity:.58;object-position:76% center;}
  .hero h1{font-size:31px;line-height:1.04;max-width:292px;margin-bottom:12px;}
  .hero p{font-size:13.5px;line-height:1.5;max-width:292px;}
  .actions{margin-top:18px;gap:8px;}
  .actions .btn{min-width:132px;padding:10px 12px;font-size:10.5px;}

  .trustgrid{grid-template-columns:repeat(2,1fr);}
  .trustitem{min-height:106px;padding:15px 8px;}
  .trustitem:nth-child(3n){border-right:1px solid rgba(201,162,39,.18);}
  .trustitem:nth-child(2n){border-right:0;}
  .trust-icon{width:40px;height:40px;}
  .trust-icon .hak-icon{width:23px;height:23px;}
  .trustitem b{font-size:21px;}
  .trustitem span:not(.trust-icon){font-size:9.5px;max-width:112px;}

  .section{padding:38px 0;}
  .cards{grid-template-columns:repeat(2,1fr);gap:10px;}
  .product-card .thumb{height:112px;}
  .product-card .body{padding:12px;}
  .product-card h3{font-size:15.5px;}
  .product-card p{font-size:11.5px;line-height:1.38;}

  .feature-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .feature-card{min-height:174px;padding:16px 10px;}
  .feature-card .icon{width:38px;height:38px;margin-bottom:8px;}
  .feature-card .icon .hak-icon{width:22px;height:22px;}
  .feature-card h3{font-size:14.5px;}
  .feature-card p{font-size:11.5px;line-height:1.35;}

  .logo-strip{grid-template-columns:repeat(2,1fr);gap:8px;}
  .industry-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .industry-card{min-height:96px;padding:14px 8px;}
  .industry-card .icon{width:38px;height:38px;margin-bottom:8px;}
  .industry-card .icon .hak-icon{width:22px;height:22px;}
  .process{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px;}
  .footer-grid>div:first-child{grid-column:1/-1;}
  .page-hero{padding:84px 0 76px;}
  .contact-grid{gap:24px;}
  .info-card{min-height:0;padding:20px;}
}
@media (max-width:380px){
  .cards,.feature-grid{grid-template-columns:1fr;}
  .hero h1{font-size:29px;}
  .product-card .thumb{height:150px;}
}

/* v1.8 final production refinements */
.nav{
  justify-content:space-between;
  gap:22px;
}
.menu{
  flex:1;
  justify-content:center;
  gap:34px;
  margin-left:24px;
  margin-right:24px;
}
.header .btn{
  flex-shrink:0;
}
.footer .bottom,
.bottom{
  text-align:center;
  display:block;
  width:min(1180px,calc(100% - 40px));
  margin:30px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}
.light .industry-card,
.industry-card.light-card{
  background:#fff;
  color:#111;
  border:1px solid #e6e8ec;
  box-shadow:0 14px 40px rgba(0,0,0,.07);
}
.light .industry-card strong,
.industry-card.light-card strong{
  color:#111;
}
.light .industry-card .icon,
.industry-card.light-card .icon{
  color:var(--gold);
}
@media (max-width:980px){
  .menu{
    margin-left:0;
    margin-right:0;
    justify-content:flex-start;
    gap:12px;
  }
}
@media (max-width:600px){
  .footer .bottom,.bottom{
    width:min(100% - 24px,1180px);
    margin-top:24px;
    padding-top:18px;
    text-align:center;
    grid-column:1/-1;
  }
}


/* v2.0 engineering content expansion */
.compact-grid .feature-card.compact{min-height:150px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.feature-card.compact h3{font-size:20px;margin:0}.spec-light table{min-width:0}.spec-light th{width:34%;color:#8a6c13}.spec-light td{color:#1f2937}.rounded-product{border-radius:12px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{margin:10px 0;padding-left:28px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--gold);font-weight:900}.download-panel{background:#fff;color:#111;border:1px solid #e6e8ec;border-radius:12px;padding:34px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.download-panel h3{font-family:var(--font-heading);font-size:28px;margin:0 0 12px}.dark-panel{background:rgba(255,255,255,.05);color:#fff;border-color:rgba(201,162,39,.28)}.service-grid .feature-card{background:#fff;color:#111;border-color:#e6e8ec}.service-grid .feature-card p{color:#4b5563}.service-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.mini-card{background:#fff;border:1px solid #e6e8ec;border-radius:12px;padding:30px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.06)}.mini-card .hak-icon{margin:0 auto 12px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.resource-card{background:#fff;color:#111;border:1px solid #e6e8ec;border-radius:12px;padding:28px;text-align:left;box-shadow:0 14px 40px rgba(0,0,0,.07)}.resource-card .hak-icon{width:42px;height:42px;margin-bottom:18px}.resource-card h3{font-family:var(--font-heading);font-size:24px;margin:0 0 10px}.resource-card p{color:#4b5563}.application-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:980px){.resource-grid{grid-template-columns:repeat(2,1fr)}.application-grid{grid-template-columns:repeat(2,1fr)}.compact-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.resource-grid,.application-grid,.service-preview-grid,.compact-grid{grid-template-columns:1fr}.download-panel{padding:24px}.download-panel h3{font-size:24px}.compact-grid .feature-card.compact{min-height:auto;text-align:center;align-items:center}.spec-light table{font-size:14px}.spec-light th,.spec-light td{padding:12px}.service-grid{grid-template-columns:1fr}}


/* HAK v2.2 requested layout refinements */
.feature-card,
.feature-card h3,
.feature-card p{
  text-align:left;
}
.feature-card{
  align-items:flex-start;
}
.why-hak-grid{
  grid-template-columns:repeat(4,1fr);
}
.compact-grid{
  grid-template-columns:repeat(6,1fr);
}
.compact-grid .feature-card.compact{
  min-height:120px;
}
@media(max-width:980px){
  .why-hak-grid,
  .compact-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .feature-card,
  .feature-card h3,
  .feature-card p{
    text-align:left;
  }
}
@media(max-width:600px){
  .why-hak-grid,
  .compact-grid{
    grid-template-columns:1fr;
  }
  .feature-card,
  .feature-card h3,
  .feature-card p{
    text-align:left;
  }
}


/* v2.6 release candidate refinements */
.application-grid{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  overflow-x:auto;
  padding-bottom:8px;
  scroll-snap-type:x proximity;
}
.application-grid .industry-card{
  flex:1 0 132px;
  min-width:132px;
  scroll-snap-align:start;
}
.application-grid::-webkit-scrollbar{height:6px}
.application-grid::-webkit-scrollbar-thumb{background:rgba(201,162,39,.5);border-radius:999px}
.feature-card p{text-align:left}

@media(max-width:768px){
  .application-grid{gap:10px !important;}
  .application-grid .industry-card{flex:0 0 46%;min-width:46%;}
}


/* HAK v1.0 final release polish */
.hero:after{
  background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.72) 35%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.50) 100%) !important;
}
.page-hero img{opacity:.45 !important;}
.header{transition:height .22s ease, background .22s ease, box-shadow .22s ease;}
.nav{transition:height .22s ease;}
.header.scrolled{background:rgba(5,6,7,.96);box-shadow:0 12px 34px rgba(0,0,0,.24);}
.header.scrolled .nav{height:64px;}
.header.scrolled .brand-mark{width:36px;height:36px;flex-basis:36px;}
.product-card .thumb img,.rounded-product{transition:transform .25s ease, box-shadow .25s ease;}
.product-card:hover .thumb img{transform:scale(1.02);}
.product-card:hover{box-shadow:0 18px 50px rgba(0,0,0,.12);}
.sticky-quote{position:fixed;right:22px;bottom:22px;z-index:60;box-shadow:0 16px 40px rgba(201,162,39,.28);}
.footer-badges{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);}
.footer-badges span{border:1px solid rgba(201,162,39,.35);color:var(--gold);border-radius:999px;padding:8px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;background:rgba(201,162,39,.06);}
.bottom{text-align:center !important;}
.resource-meta{font-size:12px;color:#6b7280;margin:16px 0 18px;line-height:1.5;border-top:1px solid #edf0f3;padding-top:14px;}
.resource-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}
.btn.small{padding:10px 14px;font-size:11px;}
.response-time-card{border-color:rgba(201,162,39,.45);}
.contact-side .info-card p{line-height:1.55;}
@media(max-width:980px){.header.scrolled .nav{height:64px}.sticky-quote{display:none}.resource-actions .btn{flex:1;justify-content:center}.footer-badges{gap:10px}.footer-badges span{font-size:10px;padding:7px 10px}}


/* Contact form anti-spam honeypot */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.cf-turnstile{margin:18px 0;}


/* v1.2 requested final content and contact-form adjustments */
.office-flag{display:inline-block;margin-right:6px;line-height:1;vertical-align:-1px}
.form{gap:12px}
.form input,.form select{padding:11px 13px;min-height:44px;font-size:14px}
.form textarea{padding:12px 13px;min-height:132px;font-size:14px;resize:vertical}
.form button.full{grid-column:1/-1;width:auto;min-width:170px;justify-self:start;padding:11px 18px}
@media(max-width:600px){
  .form{grid-template-columns:1fr;gap:10px}
  .form input,.form select{min-height:42px;padding:10px 12px}
  .form textarea{min-height:120px}
  .form button.full{width:100%;justify-content:center;min-width:0}
}
