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

.hero-content-advanced {
    max-width: 800px;
    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-advanced h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

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

.hero-comparison {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.comparison-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: left;
}

.comparison-item h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.comparison-item ul {
    list-style: none;
    padding: 0;
}

.comparison-item li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.comparison-divider {
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.8;
}

.hero-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.price-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    min-width: 150px;
}

.price-item.featured {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.price-item .label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.price-item .price {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.price-item .support {
    display: block;
    font-size: 0.85rem;
    opacity: 0.8;
}

.price-arrow {
    font-size: 2rem;
    opacity: 0.8;
}

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

/* STORIA DI SUCCESSO */
.storia-successo {
    padding: 4rem 0;
    background: var(--light);
}

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

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

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

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

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

.story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.stat-box {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    border-top: 3px solid #f59e0b;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #f59e0b;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: block;
    color: var(--text-light);
    font-size: 0.9rem;
}

/* PERCHE MULTI PC */
.perche-multi-pc {
    padding: 4rem 0;
}

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

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

.reason-card-advanced {
    background: var(--light);
    padding: 2rem;
    border-radius: var(--radius);
    transition: all 0.3s;
    text-align: center;
    border-top: 3px solid #f59e0b;
}

.reason-card-advanced:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

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

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

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

/* CARATTERISTICHE ADVANCED */
.caratteristiche-advanced {
    padding: 4rem 0;
    background: var(--light);
}

.caratteristiche-advanced 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-advanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-advanced {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border-left: 4px solid #f59e0b;
}

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

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

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

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

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

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

.feature-list-advanced li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-weight: bold;
}

/* FUNZIONI ESCLUSIVE */
.funzioni-esclusive {
    padding: 4rem 0;
}

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

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

.exclusive-feature {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border-left: 4px solid #f59e0b;
}

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

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

.exclusive-feature h3 {
    font-size: 1.2rem;
    color: #d97706;
    margin-bottom: 1rem;
}

.exclusive-feature p {
    color: #78350f;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.exclusive-feature p:last-child {
    margin-bottom: 0;
}

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

.confronto-advanced 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-advanced {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

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

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

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

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

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

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

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

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

.cta-advanced > 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: #fef3c7;
}

.cta-buttons .btn-secondary {
    background: transparent;
    border-color: white;
    color: white;
}

.cta-buttons .btn-secondary:hover {
    background: white;
    color: #d97706;
}

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

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

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

    .comparison-divider {
        display: none;
    }

    .hero-price {
        flex-direction: column;
        gap: 1rem;
    }

    .price-item.featured {
        transform: scale(1);
    }

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

    .story-stats {
        grid-template-columns: 1fr 1fr;
    }

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

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

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

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

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

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

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

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

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

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

    .story-stats {
        grid-template-columns: 1fr;
    }
}
