body { font-family: Inter, Arial, sans-serif; margin: 0; background: #f5f6f8; color: #0f172a; }
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px; background: rgba(11,18,33,.96); color: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 8px 28px rgba(8, 15, 28, .22); backdrop-filter: blur(10px); }
.site-header.compact { padding: 14px 24px; }
.brand-wrap { display: flex; align-items: center; gap: 12px; }
.brand-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, #2955B3, #3B6FD4); display: grid; place-items: center; font-weight: 800; color: white; box-shadow: 0 10px 20px rgba(41,85,179,.25); }
.brand { font-weight: 800; letter-spacing: .5px; font-size: 20px; }
.brand-sub { color: #a8b2c8; font-size: 12px; margin-top: 2px; }
.nav { display: flex; flex-wrap: wrap; gap: 16px; }
.nav a { color: #d3dcf0; text-decoration: none; font-size: 14px; }
.nav a:hover { color: #fff; }
.search { padding: 12px 14px; border-radius: 12px; border: 1px solid #d3dbee; min-width: 260px; background: #fff; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.cart-pill { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.12); }
.cart-pill span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: #1749C8; font-size: 12px; font-weight: 800; }
.btn { border: 0; border-radius: 12px; padding: 11px 16px; background: #e0e6f2; cursor: pointer; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.btn.small { padding: 8px 12px; border-radius: 10px; font-size: 13px; }
.btn.full { width: 100%; }
.btn.primary { background: linear-gradient(135deg, #2955B3, #3B6FD4); color: white; box-shadow: 0 10px 20px rgba(41,85,179,.22); }
.btn.secondary { background: white; border: 1px solid #cad5ea; }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 22px; padding: 88px 28px 72px; background: radial-gradient(circle at top right, #e7efff 0%, #f1f4f8 36%, #f8fafc 100%); }
.hero-badge { display: inline-block; padding: 7px 12px; border-radius: 999px; background: rgba(23,73,200,.1); color: #1749C8; font-weight: 800; font-size: 12px; letter-spacing: .06em; margin-bottom: 18px; text-transform: uppercase; }
.hero h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.02; max-width: 920px; margin: 0 0 14px; letter-spacing: -0.04em; }
.hero p { max-width: 680px; font-size: 18px; line-height: 1.55; color: #516079; margin: 0; }
.hero-copy { padding-right: 24px; }
.hero-actions { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.hero-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-top: 28px; max-width: 980px; }
.hero-metrics div, .hero-panel { background: white; border: 1px solid #dde5f1; border-radius: 18px; padding: 18px; box-shadow: 0 10px 30px rgba(16, 26, 42, .05); }
.hero-panel { align-self: start; position: sticky; top: 96px; }
.panel-label { color: #1749C8; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-panel h2 { margin: 10px 0 10px; font-size: 30px; letter-spacing: -0.03em; }
.hero-panel p { color: #516079; line-height: 1.6; margin-bottom: 18px; }
.hero-metrics strong { display: block; font-size: 24px; margin-bottom: 6px; }
.hero-metrics span { color: #5a6882; font-size: 13px; }
.section { padding: 28px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 18px; }
.section-head h2 { margin: 0; font-size: 26px; }
.section-head p { margin: 6px 0 0; color: #5a6882; }
.grid { display: grid; gap: 18px; }
.categories { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.products { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.three-col { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.two-up { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; }
.card { background: white; border: 1px solid #dde5f1; border-radius: 20px; padding: 20px; box-shadow: 0 10px 30px rgba(16, 26, 42, .05); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(16, 26, 42, .08); border-color: #c8d4ea; }
.category-card h3, .product h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.35; }
.category-card p, .product p { margin: 0; color: #5a6882; line-height: 1.5; }
.product p { margin-bottom: 12px; }
.product span, .price { font-weight: 800; color: #0d1728; font-size: 18px; }
.product-image { height: 150px; border-radius: 16px; margin-bottom: 14px; border: 1px solid #dce4f2; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.placeholder.blue-red { background: linear-gradient(135deg, rgba(23,73,200,.16), rgba(241,12,16,.12)); }
.placeholder.terminal { background: linear-gradient(135deg, rgba(23,73,200,.2), rgba(13,23,40,.08)); }
.placeholder.paper { background: linear-gradient(135deg, rgba(241,12,16,.12), rgba(255,255,255,.7)); }
.placeholder.scanner { background: linear-gradient(135deg, rgba(23,73,200,.1), rgba(23,73,200,.24)); }
.attributes { font-size: 12px; color: #5e6b85; background: #f7f9fd; border: 1px solid #e5ebf6; display: inline-flex; padding: 7px 10px; border-radius: 999px; margin-bottom: 14px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.promo-stack { display: grid; gap: 14px; align-content: start; }
.mini-promo { padding: 16px; border-radius: 16px; background: #f7f9fd; border: 1px solid #e5ebf6; }
.mini-promo strong { display: block; margin-bottom: 6px; }
.mini-promo span { color: #5a6882; font-size: 13px; }
.support-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); text-align: center; gap: 12px; color: #33415b; }
.support-strip > div { background: white; border: 1px solid #dde5f1; border-radius: 16px; padding: 16px; box-shadow: 0 10px 30px rgba(16, 26, 42, .04); }
.page { display: grid; grid-template-columns: 280px 1fr; gap: 22px; padding: 24px; }
.filters label { display: block; margin: 12px 0; color: #42526f; }
.filter-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e6ecf5; color: #5a6882; font-size: 14px; }
.results-head { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-bottom: 16px; }
.results-head h1 { margin: 0 0 6px; font-size: 30px; }
.results-head p { margin: 0; color: #5a6882; }
.results-head select { padding: 10px 12px; border-radius: 12px; border: 1px solid #cad5ea; background: white; }
.product-page { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 28px; padding: 24px; }
.gallery { min-height: 520px; display: grid; gap: 16px; background: linear-gradient(180deg, #fff, #f5f8fd); }
.gallery-main { display: grid; place-items: center; min-height: 400px; border-radius: 18px; background: linear-gradient(135deg, #eef2fb, #ffffff); color: #71809f; font-weight: 600; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-thumbs div { height: 70px; border-radius: 12px; background: #e7edf8; border: 1px solid #d7e0ef; }
.breadcrumbs { color: #70809d; font-size: 13px; margin-bottom: 14px; }
.details h1 { margin: 0 0 12px; font-size: 38px; line-height: 1.1; letter-spacing: -0.03em; }
.details .muted { color: #55627f; line-height: 1.6; }
.rating-row { display: flex; align-items: center; gap: 10px; color: #6c7b95; margin-top: 10px; }
.actions { display: flex; gap: 12px; margin: 20px 0; flex-wrap: wrap; }
.specs { margin-top: 16px; }
.specs ul { padding-left: 18px; color: #42526f; line-height: 1.7; }
.cart-page, .checkout-page { display: grid; gap: 24px; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); padding: 24px; }
.cart-line, .summary-row { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid #e6ecf5; }
.cart-line:last-child, .summary-row:last-child { border-bottom: 0; }
.cart-line p { margin: 4px 0 0; color: #5a6882; }
.checkout-form h1, .cart-items h1 { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid input { padding: 12px 14px; border-radius: 12px; border: 1px solid #cad5ea; background: #fff; }
.form-grid .full, .module-box, .page-copy { grid-column: 1 / -1; }
.module-box { background: #f7f9fd; border: 1px dashed #cad5ea; border-radius: 14px; padding: 14px; margin: 12px 0; }
.page-copy p { color: #516079; line-height: 1.6; }
code { background: #eef3fb; padding: 2px 6px; border-radius: 6px; }
.chat-widget { position: fixed; right: 22px; bottom: 22px; z-index: 30; }
.chat-button { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #1749C8, #2F6BFF); color: #fff; display: grid; place-items: center; box-shadow: 0 16px 30px rgba(23,73,200,.28); border: 0; cursor: pointer; font-size: 24px; }
.chat-panel { width: 320px; margin-bottom: 12px; background: #fff; border: 1px solid #dde5f1; border-radius: 18px; box-shadow: 0 22px 44px rgba(15,23,42,.18); overflow: hidden; }
.chat-head { padding: 14px 16px; background: #0d1728; color: #fff; font-weight: 700; }
.chat-body { padding: 16px; display: grid; gap: 10px; }
.chat-message { padding: 12px 14px; border-radius: 14px; background: #f4f7fc; color: #33415b; }
.chat-message.me { background: #e6efff; margin-left: 34px; }
.chat-input { display: flex; gap: 8px; padding: 12px 16px 16px; border-top: 1px solid #edf1f7; }
.chat-input input { flex: 1; padding: 10px 12px; border-radius: 12px; border: 1px solid #cad5ea; }
@media (max-width: 1180px) { .hero, .two-up { grid-template-columns: 1fr; } .hero-panel { position: static; } }
@media (max-width: 980px) { .page, .product-page, .cart-page, .checkout-page { grid-template-columns: 1fr; } .search { min-width: 0; width: 100%; } .site-header { flex-wrap: wrap; } }
@media (max-width: 640px) { .hero { padding: 70px 20px 54px; } .section, .page, .product-page, .cart-page, .checkout-page { padding: 18px; } .results-head { align-items: flex-start; flex-direction: column; } .hero h1 { font-size: 32px; } .form-grid { grid-template-columns: 1fr; } .chat-panel { width: calc(100vw - 44px); } }

/* Footer styles added by subagent */
.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 40px 24px 24px;
  margin-top: 60px;
  font-size: 14px;
}
.site-footer a { color: #93c5fd; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.footer-section h4 { color: #f1f5f9; margin: 0 0 12px; font-size: 15px; }
.footer-section p, .footer-section ul { margin: 0; }
.footer-section ul { list-style: none; padding: 0; }
.footer-section ul li { margin: 6px 0; }
.footer-copyright {
  max-width: 1200px;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid #1e293b;
  text-align: center;
  color: #64748b;
}

