/* OriginalPSD Pro V2 – higher-end dark UI */

:root{
  --bg0:#070a12;
  --bg1:#0a1022;

  --card: rgba(255,255,255,.045);
  --card2: rgba(255,255,255,.07);
  --text:#eef2ff;
  --muted: rgba(238,242,255,.72);
  --line: rgba(255,255,255,.11);

  --brand:#7c3aed;
  --brand2:#2563eb;
  --ok:#22c55e;

  --radius:20px;
  --radius2:26px;
  --shadow: 0 18px 70px rgba(0,0,0,.52);

  --container: 1180px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1400px 800px at 12% -10%, rgba(124,58,237,.38), transparent 58%),
    radial-gradient(1200px 700px at 90% -18%, rgba(37,99,235,.30), transparent 62%),
    radial-gradient(900px 600px at 40% 110%, rgba(34,197,94,.10), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

a{color:inherit;text-decoration:none}
.container{width:min(var(--container), 92vw);margin:0 auto}
.muted{color:var(--muted)}
.link{color:var(--muted)}
.link:hover{color:var(--text)}
::selection{background: rgba(124,58,237,.35)}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background: rgba(7,10,18,.62);
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.header-row{display:flex;align-items:center;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.55px}
.brand-mark{
  width:14px;height:14px;border-radius:7px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 0 0 7px rgba(124,58,237,.12);
}
.brand-text{font-size:13px;text-transform:uppercase;opacity:.96}

.nav{display:flex;gap:6px;flex-wrap:wrap}
.nav a{
  color:var(--muted);
  padding:9px 12px;
  border-radius:999px;
  border:1px solid transparent;
}
.nav a:hover{
  color:var(--text);
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
}

.header-actions{margin-left:auto;display:flex;gap:10px;align-items:center}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color:var(--text);
  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
  will-change: transform;
}
.btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
}
.btn.primary{
  border:none;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 34px rgba(124,58,237,.25);
}
.btn.ghost{background: rgba(255,255,255,.02)}
.btn.lg{padding:12px 18px;font-weight:800}
.btn.sm{padding:10px 14px;font-weight:800}

/* Hero */
.hero{
  border-bottom:1px solid rgba(255,255,255,.10);
  padding: 54px 0 30px;
}
.hero-inner{
  display:grid;gap:18px;
  grid-template-columns: 1.15fr .85fr;
  align-items:stretch;
}
@media (max-width: 980px){ .hero-inner{grid-template-columns:1fr} }

.kicker{
  margin:0 0 10px;
  color: rgba(238,242,255,.75);
  font-weight:700;
  letter-spacing:.2px;
}
.hero-title{
  margin:0 0 10px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height:1.01;
  letter-spacing:-1.1px;
}
.hero-sub{margin:0 0 18px;color:var(--muted);max-width:72ch}
.hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin: 6px 0 10px}

.chips{display:flex;gap:8px;flex-wrap:wrap;margin: 8px 0 12px}
.chip{
  color: rgba(238,242,255,.78);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}
.chip:hover{color:var(--text);background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.16)}

/* Search */
.search-form{display:flex;gap:10px;align-items:center;margin-top:10px}
.search-input{
  width:min(560px, 100%);
  padding:12px 14px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: var(--text);
  outline:none;
}
.search-input:focus{border-color: rgba(124,58,237,.55); box-shadow: 0 0 0 6px rgba(124,58,237,.14)}
.search-input::placeholder{color: rgba(238,242,255,.55)}

/* Mini trust row */
.mini-trust{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
@media (max-width: 980px){ .mini-trust{grid-template-columns:1fr} }
.mini-item{
  display:flex;gap:10px;align-items:flex-start;
  padding: 12px 12px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.mini-ico{
  width: 10px;height: 10px;border-radius: 4px;
  background: linear-gradient(135deg, var(--ok), rgba(34,197,94,.2));
  box-shadow: 0 0 0 6px rgba(34,197,94,.10);
  margin-top: 5px;
}
.mini-title{font-weight:900}
.mini-sub{margin-top:2px;color:var(--muted);font-size:13px}

/* Right side */
.hero-right{display:flex;flex-direction:column;gap:12px}
.glass-card{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(900px 380px at 10% -10%, rgba(124,58,237,.22), transparent 55%),
              radial-gradient(700px 320px at 100% 0%, rgba(37,99,235,.18), transparent 55%),
              rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  padding: 14px;
}
.glass-top{padding: 6px 6px 10px}
.glass-title{font-weight:950;font-size:16px}
.glass-sub{color:var(--muted);font-size:13px;margin-top:2px}
.glass-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:10px;
  padding: 6px;
}
.shot{
  aspect-ratio: 16/11;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02)),
    radial-gradient(300px 200px at 20% 10%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(260px 180px at 90% 90%, rgba(37,99,235,.28), transparent 62%);
  border:1px solid rgba(255,255,255,.10);
}
.glass-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;padding: 8px 6px 4px}

.stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}
.stat{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:14px 14px;
}
.stat-num{font-weight:950;font-size:18px}
.stat-label{color:var(--muted);font-size:13px;margin-top:2px}

/* Sections */
.section{padding: 28px 0}
.section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding: 0 0 14px;
}
.section-head h1, .section-head h2{margin:0;font-size:20px}

/* CTA band */
.cta-band{
  display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:space-between;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(37,99,235,.12));
  padding: 18px 18px;
  box-shadow: var(--shadow);
}
.cta-title{font-weight:950;font-size:18px}
.cta-sub{color:var(--muted);margin-top:4px;max-width:70ch}

/* Blog cards */
.posts-grid{display:grid;gap:14px}
@media (min-width: 640px){ .posts-grid{grid-template-columns:repeat(2,1fr)} }
@media (min-width: 980px){ .posts-grid{grid-template-columns:repeat(3,1fr)} }

.post-card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.post-card .thumb{display:block;aspect-ratio: 4 / 3;background: rgba(0,0,0,.25);overflow:hidden}
.post-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.post-card:hover img{transform:scale(1.03)}
.post-card .meta{padding:12px 12px 14px}
.post-card .title{font-weight:900;margin:0 0 6px}
.post-card .sub{color:var(--muted);font-size:13px;display:flex;gap:8px;flex-wrap:wrap}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,.10);padding: 22px 0 26px;color:var(--muted)}
.footer-top{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding-bottom:14px}
.foot-title{font-weight:950;color:var(--text);letter-spacing:.2px}
.foot-sub{margin-top:6px;max-width:56ch}
.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.trust-pill{
  font-weight:800;
  font-size:12px;
  color: rgba(238,242,255,.80);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding: 8px 10px;
  border-radius: 999px;
}
.foot-menu{display:flex;gap:10px;flex-wrap:wrap}
.foot-menu a{color:var(--muted);padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.06)}
.foot-menu a:hover{color:var(--text);border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
.footer-bottom{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:14px}


/* === WooCommerce: make product cards BIG and prevent default width/float conflicts === */
.woocommerce ul.products,
.woocommerce-page ul.products{
  display:grid !important;
  gap:16px !important;
  grid-template-columns: repeat(1, minmax(0,1fr));
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

@media (min-width: 640px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (min-width: 980px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}
@media (min-width: 1280px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto !important;
  float:none !important;
  clear:none !important;
  margin:0 !important;
  padding: 12px !important;
  border-radius: var(--radius) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) !important;
  box-shadow: var(--shadow) !important;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a{
  display:block;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  margin: 0 0 10px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight: 950 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 6px 4px 2px !important;
}

.woocommerce ul.products li.product .price{
  margin: 6px 0 10px !important;
  padding: 0 4px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: rgba(238,242,255,.88) !important;
}

.woocommerce ul.products li.product .button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding: 10px 12px !important;
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, var(--brand), var(--brand2)) !important;
  color: var(--text) !important;
  font-weight: 900 !important;
  text-decoration:none !important;
  box-shadow: 0 14px 34px rgba(124,58,237,.22) !important;
}

.woocommerce ul.products li.product .button:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Sale badge polish */
.woocommerce span.onsale{
  min-height: auto !important;
  min-width: auto !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  background: rgba(34,197,94,.92) !important;
  color: #06110a !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.35) !important;
}



/* Header cart count badge */
.cart-btn{position:relative}
.cart-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  height:20px;
  padding:0 6px;
  margin-left:8px;
  border-radius:999px;
  font-weight:950;
  font-size:12px;
  color:#0b1020;
  background: rgba(255,255,255,.92);
}

/* WooCommerce notices (adds feedback like "added to cart") */
.woocommerce-notices-wrapper{
  width:min(var(--container), 92vw);
  margin: 14px auto 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--text);
  padding: 12px 14px;
}
.woocommerce-message{border-color: rgba(34,197,94,.35)}
.woocommerce-message::before{color: rgba(34,197,94,.95)}
.woocommerce-error{border-color: rgba(239,68,68,.35)}
.woocommerce-error::before{color: rgba(239,68,68,.95)}


/* Notices under sticky header */
.woocommerce-notices-wrapper{padding-top: 6px}
