/*
Theme Name: SaveTrax Demo
Author: Demo
Description: Simple demo WordPress theme for testing a server installation.
Version: 1.0.0
*/
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#182230;line-height:1.6}.container{width:min(1100px,calc(100% - 40px));margin:0 auto}header,footer{background:#fff;border-bottom:1px solid #e4e7ec;padding:18px 0}.brand{font-size:22px;font-weight:700;text-decoration:none;color:#182230}.hero{padding:90px 0 70px}.hero h1{font-size:clamp(42px,7vw,72px);line-height:1.05;max-width:850px;margin:0 0 22px}.hero p{max-width:680px;font-size:20px;color:#667085}.button{display:inline-block;margin-top:18px;background:#2b55d4;color:#fff;text-decoration:none;padding:12px 20px;border-radius:8px;font-weight:600}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;padding-bottom:80px}.card,article{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:24px}footer{border-top:1px solid #e4e7ec;border-bottom:0;color:#667085;margin-top:50px}
