/*
Theme Name: LifeTools - Digital Product Store (Dark Premium)
Theme URI: https://example.com
Author: LifeTools / ChatGPT
Description: Dark premium WordPress starter theme for LifeTools digital product business. Built for WooCommerce + UddoktaPay integration.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: lifetools
*/

:root {
  --lt-bg: #0D1D2D;
  --lt-text: #F6F6F4;
  --lt-accent: #1F7C44;
  --lt-accent2: #4EA470;
  --container-width: 1100px;
}

html,body{height:100%; margin:0; padding:0; background:var(--lt-bg); color:var(--lt-text); font-family:Inter, Arial, sans-serif;}
a{color:var(--lt-accent); text-decoration:none;}
.container{width:90%; max-width:var(--container-width); margin:0 auto;}
header.site-header{padding:24px 0; border-bottom:1px solid rgba(255,255,255,0.04);}
.site-title a{color:var(--lt-text); font-weight:700; font-size:28px;}
.primary-menu{margin-top:8px;}
.hero{padding:60px 0; text-align:center;}
.hero h1{font-size:42px; margin:0 0 12px;}
.hero p{color:rgba(246,246,244,0.82); margin:0 0 20px;}
.product-grid{display:flex; flex-wrap:wrap; gap:20px; margin-top:30px;}
.product-card{background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); border:1px solid rgba(255,255,255,0.03); padding:16px; width:calc(33.333% - 13.333px); box-sizing:border-box; border-radius:8px;}
.product-card img{
  width:100%; height:160px; object-fit:cover; border-radius:6px;
}
.product-card h3{margin:12px 0 6px; font-size:18px; color:var(--lt-text);}
.price{color:var(--lt-accent); font-weight:700; margin-right:10px;}
.buy-btn{display:inline-block; background:var(--lt-accent); color:#fff; padding:10px 14px; border-radius:6px; text-decoration:none;}
.footer{padding:30px 0; margin-top:40px; border-top:1px solid rgba(255,255,255,0.03); text-align:center; color:rgba(246,246,244,0.7);}
@media (max-width:900px){
  .product-card{width:calc(50% - 10px);}
}
@media (max-width:600px){
  .product-card{width:100%;}
  .hero h1{font-size:28px;}
}
