.intek-smart-header,
.intek-smart-header * { box-sizing: border-box; }
.intek-smart-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 99990;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 40px rgba(15,23,42,.08);
}
.intek-header-topline { height: 3px; background: linear-gradient(90deg,var(--intek-primary),#38bdf8,#22c55e); }
.intek-header-inner {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.intek-brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none !important;
  color:var(--intek-accent) !important;
  min-width: 220px;
}
.intek-brand img { max-height:54px; width:auto; display:block; }
.intek-brand-mark {
  width:48px;height:48px;border-radius:16px;background:var(--intek-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:24px;box-shadow:0 14px 28px rgba(11,92,255,.25);
}
.intek-brand-text { display:flex; flex-direction:column; line-height:1.1; }
.intek-brand-text strong { font-size:22px; font-weight:950; letter-spacing:-.04em; }
.intek-brand-text small { color:#667085; font-size:12px; margin-top:4px; font-weight:600; }
.intek-nav { flex:1; min-width:0; display:flex; justify-content:center; }
.intek-menu { display:flex; align-items:center; gap:6px; margin:0; padding:0; list-style:none; }
.intek-menu li { margin:0; padding:0; }
.intek-menu a {
  display:block;
  padding:10px 12px;
  border-radius:999px;
  color:var(--intek-accent) !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
.intek-menu a:hover,
.intek-menu .current-menu-item > a {
  background:var(--intek-primary);
  color:#fff !important;
}
.intek-actions { display:flex; align-items:center; gap:8px; white-space:nowrap; }
.intek-action {
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:999px;
  padding:10px 14px;
  text-decoration:none !important;
  border:1px solid rgba(15,23,42,.1);
  background:#fff;
  color:var(--intek-accent) !important;
  font-weight:900;
  box-shadow:0 10px 25px rgba(15,23,42,.07);
}
.intek-wallet-action { background:var(--intek-primary); color:#fff !important; }
.intek-wallet-action b { font-size:12px; opacity:.95; }
.intek-cart-action { position:relative; min-width:48px; padding:10px 13px; }
.intek-cart-count {
  position:absolute;
  top:-8px;
  right:-6px;
  min-width:21px;
  height:21px;
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 6px;
  font-style:normal;
  font-size:12px;
  font-weight:950;
}
.intek-home-shell { width:min(1220px, calc(100% - 28px)); margin:0 auto 40px; }
.intek-hero-card {
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
  margin:26px 0;
  padding:34px;
  border-radius:34px;
  overflow:hidden;
  background: radial-gradient(circle at top right, rgba(11,92,255,.24), transparent 34%), linear-gradient(135deg,#fff,rgba(255,255,255,.75));
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 24px 70px rgba(15,23,42,.12);
}
.intek-eyebrow { display:inline-flex; border-radius:999px; padding:8px 12px; background:rgba(11,92,255,.1); color:var(--intek-primary); font-weight:950; font-size:12px; letter-spacing:.04em; }
.intek-hero-copy h1 { margin:18px 0 12px; color:var(--intek-accent); font-size:clamp(34px,5vw,64px); line-height:.96; letter-spacing:-.06em; font-weight:950; }
.intek-hero-copy p { max-width:640px; color:#667085; font-size:18px; line-height:1.65; margin:0 0 22px; }
.intek-hero-buttons { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
.intek-btn-primary,
.intek-btn-secondary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 20px;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:950;
}
.intek-btn-primary { background:var(--intek-primary); color:#fff !important; box-shadow:0 16px 34px rgba(11,92,255,.24); }
.intek-btn-secondary { background:#fff; color:var(--intek-accent) !important; border:1px solid rgba(15,23,42,.1); }
.intek-hero-panel { display:grid; gap:14px; align-content:center; }
.intek-glass-card {
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 18px 42px rgba(15,23,42,.1);
}
.intek-glass-card strong { display:block; color:var(--intek-accent); font-size:20px; font-weight:950; }
.intek-glass-card span { color:#667085; font-weight:700; }
.intek-section { margin:26px 0; }
.intek-section-head { display:flex; justify-content:space-between; align-items:end; gap:14px; margin:0 0 14px; }
.intek-section-head h2 { margin:0; color:var(--intek-accent); font-size:30px; letter-spacing:-.04em; font-weight:950; }
.intek-section-head p { margin:0; color:#667085; font-weight:700; }
.intek-category-grid { display:grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap:14px; }
.intek-category-card,
.intek-product-card,
.intek-empty-state,
.intek-support-card {
  background:var(--intek-card);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 16px 45px rgba(15,23,42,.08);
  border-radius:26px;
}
.intek-category-card {
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:20px;
  min-height:160px;
  text-decoration:none !important;
  color:var(--intek-accent) !important;
}
.intek-category-card span { font-size:30px; }
.intek-category-card strong { font-size:18px; font-weight:950; }
.intek-category-card small { color:#667085; font-size:13px; font-weight:700; }
.intek-products-grid { display:grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap:16px; }
.intek-product-card { display:flex; flex-direction:column; gap:10px; padding:14px; color:var(--intek-accent) !important; text-decoration:none !important; }
.intek-product-thumb { background:#f8fafc; border-radius:20px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.intek-product-thumb img { width:100%; height:100%; object-fit:cover; }
.intek-product-card strong { font-size:16px; font-weight:950; min-height:42px; }
.intek-product-card span { color:var(--intek-primary); font-weight:950; }
.intek-empty-state { padding:24px; color:#667085; font-weight:800; }
.intek-support-card { padding:34px; margin:26px 0; }
.intek-support-card h1 { margin:16px 0 10px; font-size:44px; font-weight:950; letter-spacing:-.05em; }
.intek-support-card p { color:#667085; font-size:18px; }
.woocommerce ul.products li.product,
.wc-block-grid__product {
  border-radius:24px !important;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.08);
  padding:14px !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button { border-radius:999px !important; background:var(--intek-primary) !important; color:#fff !important; font-weight:900 !important; border:none !important; }
.intek-mobile-bottom { display:none; }
@media (max-width: 1100px) {
  .intek-brand { min-width:auto; }
  .intek-brand-text small { display:none; }
  .intek-menu a { padding:9px 10px; font-size:13px; }
  .intek-account-action { display:none; }
}
@media (max-width: 900px) {
  .intek-header-inner { width:calc(100% - 18px); min-height:118px; flex-wrap:wrap; gap:8px; padding:8px 0; }
  .intek-brand { flex:1; }
  .intek-brand img { max-height:42px; }
  .intek-brand-text strong { font-size:18px; }
  .intek-nav { order:3; flex-basis:100%; overflow-x:auto; justify-content:flex-start; padding-bottom:4px; }
  .intek-menu { overflow-x:auto; width:100%; gap:7px; padding-bottom:4px; }
  .intek-menu a { background:#f8fafc; }
  .intek-wallet-action { display:none; }
  .intek-action { min-height:40px; padding:9px 12px; }
  .intek-home-shell { width:calc(100% - 18px); }
  .intek-hero-card { grid-template-columns:1fr; padding:24px; border-radius:28px; }
  .intek-hero-copy h1 { font-size:40px; }
  .intek-hero-copy p { font-size:16px; }
  .intek-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intek-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intek-section-head { display:block; }
  .intek-mobile-bottom {
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:99991;
    display:grid;
    grid-template-columns: repeat(5,1fr);
    gap:4px;
    padding:8px;
    border-radius:26px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(15,23,42,.1);
    box-shadow:0 18px 45px rgba(15,23,42,.16);
  }
  .intek-mobile-bottom a { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:52px; border-radius:20px; color:var(--intek-accent) !important; text-decoration:none !important; font-weight:900; }
  .intek-mobile-bottom a span { font-size:19px; line-height:1; }
  .intek-mobile-bottom a b { font-size:11px; margin-top:4px; }
  .intek-mobile-bottom a:nth-child(3) { background:var(--intek-primary); color:#fff !important; }
}
@media (max-width: 520px) {
  .intek-category-card { min-height:138px; padding:16px; }
  .intek-products-grid { gap:10px; }
  .intek-product-card { border-radius:20px; padding:10px; }
  .intek-hero-buttons a { width:100%; }
}
