/*
Theme Name: TMS Woo Test Store
Theme URI: https://technology-made-simple.com/
Author: Technology Made Simple
Description: Lightweight WooCommerce storefront for plugin and checkout testing.
Version: 1.0.0
Text Domain: tms-woo-test-store
*/
:root{--bg:#0f172a;--panel:#111827;--card:#ffffff;--muted:#64748b;--text:#0f172a;--accent:#2563eb;--accent2:#1d4ed8;--soft:#f8fafc;--border:#e2e8f0;--success:#16a34a}
*{box-sizing:border-box} body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--soft);color:var(--text);line-height:1.55} a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}
.site-header{background:var(--bg);color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 18px rgba(15,23,42,.15)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.brand{font-weight:800;font-size:1.1rem;letter-spacing:.2px}.brand small{display:block;font-weight:500;color:#94a3b8;font-size:.75rem}.main-nav{display:flex;gap:20px;align-items:center}.main-nav a{color:#dbeafe;font-size:.95rem}.cart-link{background:var(--accent);padding:10px 14px;border-radius:9px;color:#fff!important;font-weight:700}
.hero{background:linear-gradient(135deg,#0f172a,#1e293b 55%,#1d4ed8);color:#fff;padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center}.eyebrow{display:inline-block;padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#bfdbfe;font-size:.8rem;margin-bottom:14px}.hero h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.03;margin:0 0 18px}.hero p{font-size:1.08rem;color:#cbd5e1;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;background:var(--accent);color:#fff;padding:13px 18px;border-radius:10px;font-weight:800;border:0}.btn:hover{background:var(--accent2)}.btn.secondary{background:#fff;color:#0f172a}.test-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:24px;border-radius:18px;backdrop-filter:blur(8px)}.test-card h3{margin-top:0}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#dbeafe}.checklist li:last-child{border-bottom:0}
.section{padding:64px 0}.section h2{font-size:2rem;margin:0 0 10px}.section-intro{color:var(--muted);margin:0 0 28px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.info-card strong{display:block;margin-bottom:6px}.info-card p{margin:0;color:var(--muted)}
.products .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid var(--border);padding:16px;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.woocommerce ul.products li.product img{border-radius:12px}.woocommerce ul.products li.product .button{background:var(--accent);color:#fff;border-radius:9px;padding:11px 14px}.woocommerce ul.products li.product .price{color:var(--success);font-weight:800}
.notice{background:#eff6ff;border:1px solid #bfdbfe;padding:18px;border-radius:14px;color:#1e3a8a}.site-footer{background:#0f172a;color:#94a3b8;padding:34px 0;margin-top:60px}.footer-wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.woocommerce .quantity .qty{min-height:40px}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:8px}.woocommerce-page .site-main{padding:40px 0}.page-title{margin-top:0}
@media(max-width:900px){.hero-grid,.info-grid{grid-template-columns:1fr}.products .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.main-nav{gap:12px;font-size:.9rem}}@media(max-width:600px){.nav-wrap{align-items:flex-start;padding:16px 0;flex-direction:column}.main-nav{width:100%;justify-content:space-between;flex-wrap:wrap}.products .woocommerce ul.products{grid-template-columns:1fr}.hero{padding:48px 0}}
