﻿/* HERO PROFESSIONAL */
.hero-professional {
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
    color: #1e293b;
    padding: 4rem 0;
    text-align: center;
}

.hero-content-professional {
    max-width: 700px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.hero-professional h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-stats-professional {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-item strong {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-item span {
    font-size: 0.9rem;
    opacity: 0.9;
}

.hero-note {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* PERCHE SINGLE PC */
.perche-single-pc {
    padding: 4rem 0;
    background: var(--light);
}

.perche-single-pc h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.reason-card {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s;
    text-align: center;
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-top: 3px solid var(--primary);
}

.reason-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.reason-card h3 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.reason-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* CARATTERISTICHE PROFESSIONAL */
.caratteristiche-professional {
    padding: 4rem 0;
}

.caratteristiche-professional h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.features-professional {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-professional {
    background: var(--light);
    padding: 2rem;
    border-radius: var(--radius);
    transition: all 0.3s;
    border-left: 4px solid var(--primary);
}

.feature-professional:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.feature-icon-professional {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-professional h3 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature-professional > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.feature-list-professional {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feature-list-professional li {
    padding-left: 1.5rem;
    position: relative;
    color: var(--text);
    font-size: 0.95rem;
}

.feature-list-professional li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: bold;
}

/* MULTIPIATTAFORMA SECTION */
.multipiattaforma-section {
    padding: 4rem 0;
    background: var(--light);
}

.multipiattaforma-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.os-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.os-card {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s;
    text-align: center;
}

.os-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-top: 3px solid var(--primary);
}

.os-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.os-card h3 {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.os-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.os-card ul {
    list-style: none;
    text-align: left;
}

.os-card li {
    padding: 0.5rem 0;
    color: var(--text);
    font-size: 0.95rem;
}

.multipiattaforma-benefits {
    background: white;
    padding: 3rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.multipiattaforma-benefits h3 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit {
    text-align: center;
}

.benefit strong {
    display: block;
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.benefit p {
    color: var(--text-light);
    line-height: 1.6;
}

/* SBLOCCA DEMO */
.sblocca-demo {
    padding: 4rem 0;
}

.sblocca-demo h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.demo-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.demo-text {
    color: var(--text-light);
    line-height: 1.8;
}

.demo-text p {
    margin-bottom: 1rem;
}

.demo-text strong {
    color: var(--primary);
}

.demo-list {
    list-style: none;
    margin-top: 1.5rem;
    padding-left: 0;
}

.demo-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text);
}

.demo-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: bold;
}

.demo-box {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white;
    padding: 3rem;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.demo-box p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1rem 0;
}

.demo-box span {
    display: block;
    font-size: 2rem;
    margin: 1rem 0;
    opacity: 0.8;
}

/* CONFRONTO PROFESSIONAL */
.confronto-professional {
    padding: 4rem 0;
    background: var(--light);
}

.confronto-professional h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.table-wrapper {
    overflow-x: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.comparison-table-professional {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.comparison-table-professional thead {
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
    color: white;
}

.comparison-table-professional th {
    padding: 1.5rem;
    text-align: left;
    font-weight: 600;
}

.comparison-table-professional td {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border);
}

.comparison-table-professional tbody tr:hover {
    background: var(--light);
}

.comparison-table-professional tbody tr:nth-child(even) {
    background: #fafbfc;
}

.comparison-table-professional strong {
    color: var(--primary);
}

/* CTA PROFESSIONAL */
.cta-professional {
    padding: 4rem 0;
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
    color: #1e293b;
    text-align: center;
}

.cta-professional h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-professional > p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.cta-buttons .btn-primary {
    background: #1e293b;
    color: #fcd34d;
}

.cta-buttons .btn-primary:hover {
    background: #f0f9ff;
}

.cta-buttons .btn-secondary {
    background: transparent;
    border-color: #1e293b;
    color: #1e293b;
}

.cta-buttons .btn-secondary:hover {
    background: white;
    color: var(--primary);
}

.cta-note {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-professional h1 {
        font-size: 2rem;
    }

    .hero-stats-professional {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .demo-content {
        grid-template-columns: 1fr;
    }

    .demo-box {
        padding: 2rem;
    }

    .comparison-table-professional {
        font-size: 0.9rem;
    }

    .comparison-table-professional th,
    .comparison-table-professional td {
        padding: 0.75rem;
    }

    .cta-professional h2 {
        font-size: 1.75rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn-large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-professional h1 {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stats-professional {
        padding: 1rem;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
    }

    .features-professional {
        grid-template-columns: 1fr;
    }

    .os-comparison {
        grid-template-columns: 1fr;
    }

    .multipiattaforma-benefits {
        padding: 1.5rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }
}
