/* ── 110Y Shop — Clean Modern Tech Store ── */
*, *::before, *::after { box-sizing: border-box; }

body { background: #f5f6fa; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin: 0; }

/* ── Header ── */
#masthead, .ast-primary-header-bar { background: #0f172a !important; }
.site-title a { color: #fff !important; font-weight: 700; font-size: 20px; }
.site-title a:hover { color: #6366f1 !important; }
.main-navigation a, .ast-header-custom-item a { color: #e2e8f0 !important; font-size: 14px; font-weight: 500; }
.main-navigation a:hover { color: #6366f1 !important; }
.ast-header-break-point .main-header-bar { background: #0f172a !important; }

/* ── Hero ── */
.vat-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #312e81 100%);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.vat-hero-inner { max-width: 700px; margin: 0 auto; }
.vat-hero h1 { font-size: clamp(28px, 5vw, 52px); font-weight: 800; margin: 0 0 16px; color: #fff; line-height: 1.1; }
.vat-hero p { font-size: 18px; color: #94a3b8; margin: 0 0 32px; }
.vat-btn {
  display: inline-block;
  background: #6366f1;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.vat-btn:hover { background: #4f46e5; transform: translateY(-2px); }

/* ── Category Pills ── */
.vat-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 28px 20px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.vat-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: #f1f5f9;
  color: #1e293b !important;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  transition: all 0.15s;
}
.vat-cat:hover { background: #6366f1; color: #fff !important; border-color: #6366f1; }

/* ── Section title ── */
.vat-section { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.vat-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #6366f1;
  display: inline-block;
}

/* ── Trust bar ── */
.vat-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0;
  background: #0f172a;
  padding: 0;
  margin-top: 0;
}
.vat-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 16px;
  border-right: 1px solid #1e293b;
  text-align: center;
}
.vat-trust-item:last-child { border-right: none; }
.vat-trust-item span { font-size: 28px; margin-bottom: 8px; }
.vat-trust-item strong { color: #fff; font-size: 14px; font-weight: 600; }
.vat-trust-item small { color: #64748b; font-size: 12px; margin-top: 4px; display: block; }

/* ── Product Grid ── */
.woocommerce ul.products { margin: 0 !important; }
.woocommerce ul.products li.product {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(99,102,241,0.12) !important;
}
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  padding: 12px 14px 4px !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 48px !important;
}
.woocommerce ul.products li.product .price {
  padding: 0 14px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #6366f1 !important;
}
.woocommerce ul.products li.product .button {
  margin: 10px 14px 14px !important;
  background: #6366f1 !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
  width: calc(100% - 28px) !important;
  text-align: center !important;
  display: block !important;
  transition: background 0.15s !important;
}
.woocommerce ul.products li.product .button:hover { background: #4f46e5 !important; }

/* ── Single product page ── */
.woocommerce div.product .woocommerce-Price-amount { color: #6366f1 !important; font-size: 28px !important; font-weight: 800 !important; }
.woocommerce div.product .product_title { font-size: 24px !important; font-weight: 700 !important; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: 12px; overflow: hidden; }
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt { background: #6366f1 !important; color: #fff !important; border-radius: 8px !important; font-weight: 600 !important; padding: 14px 32px !important; font-size: 16px !important; }
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: #4f46e5 !important; }

/* ── Cart / Checkout ── */
.woocommerce .cart-collaterals .cart_totals { border-radius: 12px; border: 1px solid #e2e8f0; }
.woocommerce-checkout .woocommerce-form-login { border-radius: 12px; }

/* ── Shop page ── */
.woocommerce-products-header__title { font-size: 24px !important; font-weight: 700 !important; color: #0f172a !important; }

/* ── Breadcrumbs ── */
.woocommerce-breadcrumb { font-size: 13px; color: #64748b; margin-bottom: 20px; }
.woocommerce-breadcrumb a { color: #6366f1; text-decoration: none; }

/* ── Footer ── */
.site-footer, #colophon { background: #0f172a !important; }
.ast-footer-copyright { color: #64748b !important; font-size: 13px; }
.site-footer a { color: #64748b !important; }
.site-footer a:hover { color: #6366f1 !important; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .vat-hero { padding: 50px 16px; }
  .vat-cats { padding: 16px; gap: 8px; }
  .vat-trust { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products li.product img { height: 180px !important; }
}
