/*
Theme Name: DigyParking Premium
Theme URI: https://digygroup.com
Author: Digy Admin
Author URI: https://digygroup.com
Description: Theme exclusivo para venta y parking de dominios premium.
Version: 1.0
Text Domain: digyparking
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    margin: 0;
    padding: 0;
}
.site-header { background: #0f172a; color: white; padding: 1rem 0; }
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.site-title a { color: white; text-decoration: none; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; }
.site-title span { color: #d4af37; }
.hero { background: #0f172a; color: white; text-align: center; padding: 4rem 20px; margin-bottom: 2rem; }
.domain-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; padding: 20px; }
.domain-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; transition: transform 0.2s; }
.domain-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-color: #d4af37; }
.domain-header { padding: 1.5rem; text-align: center; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.domain-name { font-size: 1.5rem; color: #0f172a; margin: 0; font-weight: bold; }
.domain-stats { padding: 1rem; display: flex; justify-content: space-around; background: #f1f5f9; font-size: 0.9rem; }
.domain-price { padding: 1rem; text-align: center; font-size: 1.5rem; font-weight: bold; }
.domain-actions { padding: 1rem; text-align: center; }
.btn-primary { background: #0f172a; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; display: inline-block; }
.site-footer { background: #1e293b; color: #94a3b8; text-align: center; padding: 2rem 0; margin-top: 4rem; }
/* Ocultar lista standard de woo */
.woocommerce ul.products { display: none; }
