/**
 * TEMA MINIMAL - Pulito ed Essenziale
 * Design minimalista con molto spazio bianco, tipografia leggera e dettagli sottili
 * Stile: Scandinavian/Apple-like
 */

/* ============================================
   GENERAL
   ============================================ */
.theme-minimal {
    font-weight: 300;
}

.theme-minimal h1, 
.theme-minimal h2, 
.theme-minimal h3, 
.theme-minimal h4, 
.theme-minimal h5, 
.theme-minimal h6 {
    font-weight: 400;
}

/* ============================================
   NAVBAR
   ============================================ */
.theme-minimal .navbar-modern {
    background: white;
    box-shadow: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 1.5rem 0;
}

.theme-minimal .nav-link-modern {
    color: #666 !important;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 8px 20px !important;
}

.theme-minimal .nav-link-modern::before {
    display: none;
}

.theme-minimal .nav-link-modern:hover {
    color: var(--tenant-primary) !important;
    background: transparent;
}

.theme-minimal .nav-link-modern.active-link {
    color: var(--tenant-primary) !important;
    background: transparent;
}

/* ============================================
   HERO SECTION
   ============================================ */
.theme-minimal .storefront-hero {
    background: #fafafa;
    color: #333;
    padding: 120px 0;
}

.theme-minimal .storefront-hero::before {
    display: none;
}

.theme-minimal .storefront-hero h1 {
    font-size: 3.5rem;
    font-weight: 300;
    color: #222;
    line-height: 1.2;
}

.theme-minimal .storefront-hero p {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

.theme-minimal .storefront-hero .badge {
    display: none;
}

.theme-minimal .btn-hero {
    background: var(--tenant-primary);
    color: white;
    padding: 16px 50px;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 0.85rem;
    text-transform: uppercase;
    box-shadow: none;
}

.theme-minimal .btn-hero:hover {
    background: var(--tenant-secondary);
    transform: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* ============================================
   CARDS
   ============================================ */
.theme-minimal .card-modern,
.theme-minimal .feature-card,
.theme-minimal .bike-card {
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: none;
    background: white;
    transition: all 0.2s ease;
}

.theme-minimal .card-modern:hover,
.theme-minimal .feature-card:hover,
.theme-minimal .bike-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border-color: #ddd;
}

.theme-minimal .feature-card {
    padding: 3rem 2rem;
}

.theme-minimal .feature-icon {
    background: transparent;
    border: 2px solid var(--tenant-primary);
    color: var(--tenant-primary) !important;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.theme-minimal .feature-icon i {
    color: var(--tenant-primary);
}

.theme-minimal .feature-card h4 {
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 1.5rem;
}

.theme-minimal .feature-card p {
    font-size: 0.9rem;
    color: #888;
}

.theme-minimal .price-tag {
    background: #f5f5f5;
    color: var(--tenant-primary);
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
}

/* ============================================
   BUTTONS
   ============================================ */
.theme-minimal .btn-primary-modern {
    background: var(--tenant-primary);
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    box-shadow: none;
}

.theme-minimal .btn-primary-modern:hover {
    background: var(--tenant-secondary);
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.theme-minimal .btn-outline-modern {
    border-radius: 4px;
    border-width: 1px;
    font-weight: 400;
}

/* ============================================
   FOOTER
   ============================================ */
.theme-minimal .storefront-footer {
    background: #fafafa;
    color: #333;
    border-top: 1px solid #eee;
    padding: 4rem 0 2rem;
}

.theme-minimal .storefront-footer h5 {
    color: #333;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.theme-minimal .storefront-footer p,
.theme-minimal .storefront-footer li,
.theme-minimal .storefront-footer a {
    color: #666;
}

.theme-minimal .storefront-footer a:hover {
    color: var(--tenant-primary);
}

.theme-minimal .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: transparent;
    color: #666;
}

.theme-minimal .social-link:hover {
    background: var(--tenant-primary);
    border-color: var(--tenant-primary);
    color: white;
}

/* ============================================
   SECTIONS
   ============================================ */
.theme-minimal .section-title {
    font-weight: 400;
    font-size: 2rem;
    color: #222;
}

.theme-minimal .section-title::after {
    display: none;
}

.theme-minimal .section-subtitle {
    color: #888;
    font-weight: 300;
    font-size: 1rem;
}

.theme-minimal .bg-light {
    background: white !important;
}

/* ============================================
   PAGE HEADER
   ============================================ */
.theme-minimal .page-header {
    background: #fafafa;
    color: #333;
    padding: 80px 0 60px;
}

.theme-minimal .page-header h1 {
    font-weight: 400;
    color: #222;
}

.theme-minimal .page-header .breadcrumb-item a {
    color: #888;
}

.theme-minimal .page-header .breadcrumb-item.active {
    color: #333;
}
