:root{
  --ink:#0b0f14;
  --navy:#102a43;
  --navy-2:#183b5b;
  --muted:#66717d;
  --paper:#ffffff;
  --soft:#f3f5f7;
  --line:#dce2e7;
  --accent:#d71920;
  --accent-dark:#a90f15;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.5}
a{color:inherit}
.site-header{max-width:var(--max);margin:auto;min-height:82px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{
  display:block;
  width:260px;
  height:auto;
  object-fit:contain;
  object-position:left center;
  border-radius:0;
  box-shadow:none;
}
.footer-logo{
  width:220px;
  height:auto;
  filter:none;
}
nav{display:flex;gap:24px}
nav a{text-decoration:none;font-weight:700;font-size:14px}
.hero{max-width:var(--max);margin:0 auto;padding:72px 24px 88px;display:grid;grid-template-columns:1.35fr .65fr;gap:58px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--accent)}
h1,h2,h3{line-height:1.05;margin:0}
h1{font-size:clamp(48px,7vw,82px);letter-spacing:-.055em;max-width:800px}
h1 span{color:var(--accent)}
.hero-copy>p{font-size:20px;max-width:700px;color:var(--muted);margin:26px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 20px;border-radius:8px;text-decoration:none;font-weight:850;border:2px solid var(--navy);font:inherit;cursor:pointer}
.btn-primary{background:var(--accent);color:white}
.btn-primary:hover{background:var(--accent-dark)}
.btn-secondary{background:white;color:var(--navy)}
.trust-strip{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;font-size:14px;font-weight:800}
.hero-card{background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:28px}
.hero-card strong{font-size:21px}
.hero-card p{color:var(--muted);margin-bottom:0}
.mini-pc-art{height:220px;position:relative;margin-bottom:20px}
.monitor{position:absolute;left:2%;right:14%;top:8px;height:145px;background:var(--navy);border-radius:12px;padding:10px;box-shadow:0 16px 30px rgba(23,33,43,.12)}
.screen{height:100%;background:linear-gradient(135deg,#f5f6f7,#dfe6e8);display:grid;place-items:center;color:var(--ink);font-weight:1000;letter-spacing:.18em}
.monitor:after{content:"";position:absolute;width:65px;height:62px;border-bottom:10px solid var(--ink);border-left:10px solid transparent;border-right:10px solid transparent;left:50%;transform:translateX(-50%);top:135px}
.pc-box{position:absolute;right:0;bottom:0;width:105px;height:128px;background:var(--navy);border:5px solid #274a67;border-radius:10px;display:grid;place-items:center;box-shadow:0 16px 30px rgba(23,33,43,.18)}
.pc-box span{color:white;font-size:24px;font-weight:1000}
.section{padding:82px 24px;max-width:var(--max);margin:auto}
.section-alt{max-width:none;background:var(--soft);padding-left:max(24px,calc((100vw - var(--max))/2 + 24px));padding-right:max(24px,calc((100vw - var(--max))/2 + 24px))}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.section-heading h2,.find-copy h2{font-size:clamp(34px,5vw,52px);letter-spacing:-.04em;margin-top:8px}
.section-heading>p{max-width:420px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white;display:flex;flex-direction:column}
.product-card.sold{opacity:.66}
.product-image{aspect-ratio:16/10;background:#eef1f3;position:relative;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}
.badge{position:absolute;left:14px;top:14px;background:var(--accent);color:white;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em}
.sold .badge{background:#7b8389}
.product-body{padding:20px;display:flex;flex-direction:column;flex:1}
.product-type{text-transform:uppercase;color:var(--accent);font-size:11px;letter-spacing:.15em;font-weight:900}
.product-card h3{font-size:23px;margin:6px 0 10px}
.price{font-size:31px;font-weight:1000;letter-spacing:-.035em;margin:0 0 12px}
.specs{color:var(--muted);font-weight:700;font-size:14px;margin:0 0 14px}
.product-desc{margin:auto 0 16px;color:var(--muted)}
.product-note{font-size:12px;font-weight:800;border-top:1px solid var(--line);padding-top:14px}
.loading,.empty{grid-column:1/-1;padding:30px;background:var(--soft);border-radius:12px;color:var(--muted)}
.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.check-grid div{background:white;border:1px solid var(--line);border-radius:12px;padding:22px}
.check-grid strong,.check-grid span{display:block}
.check-grid span{margin-top:6px;color:var(--muted)}
.find-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.find-copy p{font-size:18px;color:var(--muted);max-width:470px}
.request-form{background:var(--soft);padding:28px;border-radius:16px;border:1px solid var(--line);display:grid;gap:17px}
.request-form label{font-size:13px;font-weight:850}
input,select,textarea{width:100%;margin-top:7px;border:1px solid #cbd2d7;border-radius:7px;background:white;padding:12px;font:inherit;color:var(--ink)}
textarea{resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hidden{display:none}
footer{background:var(--navy);color:white;padding:42px max(24px,calc((100vw - var(--max))/2 + 24px))}

footer>p{color:#c7cdd2}
.fineprint{font-size:12px;margin-top:24px}
@media(max-width:850px){
  nav{display:none}
  .hero{grid-template-columns:1fr;padding-top:46px}
  .hero-card{max-width:560px}
  .product-grid,.check-grid{grid-template-columns:1fr 1fr}
  .find-section{grid-template-columns:1fr;gap:30px}
}
@media(max-width:560px){
  .site-header{padding:12px 18px}
  .hero,.section{padding-left:18px;padding-right:18px}
  .hero{padding-bottom:60px}
  .product-grid,.check-grid,.form-row{grid-template-columns:1fr}
  .section-heading{display:block}
  .section-heading>p{margin-top:12px}
  .brand-mark{width:43px;height:43px}
}

.site-header{border-bottom:1px solid var(--line)}
.hero{position:relative}
.hero:before{content:"";position:absolute;inset:0 24px auto 24px;height:4px;background:linear-gradient(90deg,var(--accent),var(--navy));border-radius:4px}
.hero-card{border-top:4px solid var(--accent)}
.product-card{transition:transform .18s ease,box-shadow .18s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,42,67,.10)}
.product-card h3{color:var(--navy)}
.section-alt{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.request-form{border-top:4px solid var(--accent)}
@media(max-width:560px){.brand-logo{width:96px;height:62px}.footer-logo{width:96px;height:62px}}

.site-header{
  min-height:104px;
  padding-top:12px;
  padding-bottom:12px;
}
.site-header .brand{
  flex:0 0 auto;
}
nav a{
  color:var(--navy);
}
nav a:hover{
  color:var(--accent);
}
.hero:before{
  background:linear-gradient(90deg,var(--accent) 0 38%,var(--navy) 38% 100%);
}
footer .brand{
  margin-bottom:12px;
}
@media(max-width:850px){
  .brand-logo{width:220px}
}
@media(max-width:560px){
  .brand-logo{width:185px}
  .footer-logo{width:175px}
  .site-header{min-height:84px}
}
.btn-interest{margin-top:16px;width:100%;background:white;color:var(--navy);border-color:var(--navy)}.btn-interest:hover{background:var(--navy);color:white}
.interest-dialog{width:min(560px,calc(100% - 28px));border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.28)}.interest-dialog::backdrop{background:rgba(11,15,20,.65)}
.interest-form{position:relative;padding:30px;display:grid;gap:15px}.interest-form h2{font-size:38px;color:var(--navy);margin-top:-4px}.interest-summary{font-size:18px;font-weight:900;margin:0;padding:13px 15px;background:var(--soft);border-left:4px solid var(--accent)}
.dialog-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:34px;line-height:1;color:var(--muted);cursor:pointer}
.product-meta{
  margin:0 0 14px;
  color:var(--navy);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.category-nav{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin:-6px 0 28px;
  padding:0;
}
.category-filter{
  appearance:none;
  border:1px solid var(--line);
  background:white;
  color:var(--navy);
  border-radius:999px;
  padding:9px 14px;
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.category-filter:hover{
  border-color:var(--navy);
}
.category-filter.active{
  background:var(--navy);
  border-color:var(--navy);
  color:white;
}
@media(max-width:560px){
  .category-nav{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:8px;
    margin-right:-18px;
    scrollbar-width:thin;
  }
  .category-filter{
    flex:0 0 auto;
  }
}

.load-more-products{
  display:block;
  margin:28px auto 0;
  min-width:190px;
}
