/* ============================================
   LEGAL.CSS - Privacy, Termini, Note Legali
   Tema: Nero #000 + Arancione #FF6200
   ============================================ */

/* PAGE HEADER */
.page-header {
    background: #000000 !important;
    color: #ffffff;
    padding: 3rem 0 2rem;
    border-bottom: 3px solid #FF6200;
}

.page-header .page-title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
}

.page-header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: #e0e0e0 !important;
}

.page-header .breadcrumb-item.active {
    color: #FF6200 !important;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.page-header .bi-house-door {
    color: #FF6200;
}

/* PRIVACY/TERMINI SECTION */
.privacy-section,
.termini-section {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 3rem 0 5rem;
    min-height: 60vh;
}

/* CONTENT BOX */
.privacy-content,
.termini-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 3rem;
}

/* LAST UPDATE */
.last-update {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.last-update i {
    color: #FF6200;
    margin-right: 0.5rem;
}

/* TYPOGRAPHY */
.privacy-content h2,
.termini-content h2 {
    color: #FF6200;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 98, 0, 0.3);
}

.privacy-content h2:first-of-type,
.termini-content h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.privacy-content h3,
.termini-content h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-content p,
.termini-content p {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.privacy-content ul,
.privacy-content ol,
.termini-content ul,
.termini-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.privacy-content li,
.termini-content li {
    color: #e0e0e0;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.privacy-content strong,
.termini-content strong {
    color: #FF6200;
    font-weight: 600;
}

.privacy-content a,
.termini-content a {
    color: #FF6200;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-content a:hover,
.termini-content a:hover {
    color: #ff7a1f;
}

/* HIGHLIGHT BOX */
.highlight-box {
    background: rgba(255, 98, 0, 0.1);
    border-left: 4px solid #FF6200;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 6px;
}

.highlight-box p {
    margin-bottom: 0.5rem;
}

.highlight-box p:last-child {
    margin-bottom: 0;
}

.highlight-box strong {
    color: #FF6200;
}

/* WARNING BOX */
.warning-box {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 6px;
}

.warning-box p {
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.warning-box p:last-child {
    margin-bottom: 0;
}

.warning-box strong {
    color: #ffc107;
}

.warning-box a {
    color: #ffc107;
}

.warning-box a:hover {
    color: #ffca2c;
}

/* CONTACT INFO BOX */
.contact-info {
    background: rgba(255, 98, 0, 0.08);
    border: 1px solid rgba(255, 98, 0, 0.3);
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.contact-info p {
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info strong {
    color: #FF6200;
}

.contact-info a {
    color: #FF6200;
}

/* DISCLAIMER NOTE */
.disclaimer-note {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .page-header {
        padding: 2rem 0 1.5rem;
    }
    
    .page-header .page-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .privacy-content,
    .termini-content {
        padding: 2rem 1.5rem;
    }
    
    .privacy-content h2,
    .termini-content h2 {
        font-size: 1.5rem;
    }
    
    .privacy-content h3,
    .termini-content h3 {
        font-size: 1.2rem;
    }
}
