.products-container{text-align:center;padding:100px 40px 40px;font-family:Arial,sans-serif;background:white;min-height:100vh}.main-title{font-size:72px;font-weight:700;margin-bottom:20px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.forge-text{color:#4169E1}.forge-text,.legacy-text{text-shadow:1px 1px 2px rgba(0,0,0,.1)}.legacy-text{color:#ffd700}.subtitle{font-size:20px;color:#666;margin-bottom:25px;font-weight:400;line-height:1.4}.card-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:30px}.product-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.15);padding:20px;width:280px;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.2)}.product-card img{width:100%;height:auto;border-radius:10px;margin-bottom:12px}.product-card h3{font-size:18px;margin:12px 0;color:#333;font-weight:600}.product-card .description{font-size:13px;color:#555;min-height:48px;margin-bottom:12px;line-height:1.4}.product-card .price{font-size:24px;font-weight:700;margin:12px 0;color:#333}.view-details-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;cursor:pointer;border-radius:25px;text-decoration:none;display:inline-block;font-weight:700;font-size:14px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.view-details-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);background:linear-gradient(135deg,#764ba2,#667eea)}@media (max-width:768px){.products-container{padding:120px 20px 40px}.main-title{font-size:48px;margin-bottom:15px}.subtitle{font-size:18px;margin-bottom:20px}.card-grid{gap:15px;margin-top:25px}.product-card{width:100%;max-width:320px}}@media (max-width:480px){.products-container{padding:140px 15px 30px}.main-title{font-size:36px;margin-bottom:12px}.subtitle{font-size:16px;margin-bottom:18px}.card-grid{gap:12px;margin-top:20px}}