/* Hero Section */
.hero {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: white;
    padding: 8rem 0 4rem;
    text-align: center;
    background: linear-gradient(135deg, #1a73e8, #0d47a1, #1557b0);
    animation: gradientBG 15s ease infinite;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}
.hero-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.features-box {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    margin: 2rem auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.feature i {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.feature span {
    font-size: 1.1rem;
    color: #e3f2fd;
}

/* Process Section */
.process {
    padding: 4rem 0;
    background: white;
}

.process-info {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.process-info ol {
    list-style: none;
    counter-reset: step;
    margin-top: 1rem;
    padding-left: 1.5rem;
}

.process-info li {
    counter-increment: step;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}

.process-info li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    background: #1a73e8;
    color: white;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border-radius: 50%;
}


/* Pricing Section */
.pricing {
    padding: 4rem 0;
    background: #f8fafc;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* Fixed 3 columns */
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.process-info {
    max-width: 600px;
    margin: 2rem auto;
    text-align: center;
    padding: 0 1rem;
}

/* Price card adjustments */
.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;  /* Equal height cards */
}

.price-header {
    margin-bottom: 1.5rem;
}

.feature-list {
    flex-grow: 1;  /* Takes remaining space */
}
/* Sezione Perché Scegliere */
.why-us {
    padding: 4rem 0;
    background: #ffffff;
}

.why-us h2 {
    color: #1a73e8;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

/* Logo SPN */
.spn-logo-container {
    text-align: center;
    margin: 2rem 0;
}

.spn-logo-container img {
    max-width: 250px;
}
/* Logo nella navbar */
.logo-container img {
    height: 36px; /* Ridotto da 48px */
    width: auto;
    transition: all 0.3s ease;
}

/* Logo nel footer */
.footer-logo img {
    width: 100px; /* Ridotto da 150px */
    margin-bottom: 10px;
}

/* Responsive per schermi piccoli */
@media (max-width: 768px) {
    .logo-container img {
        height: 30px;
    }
    
    .footer-logo img {
        width: 80px;
    }
}

/* Riduzione spazio tra logo e testo nella navbar */
.logo-container {
    gap: 0.5rem; /* Ridotto da 1rem */
}
.spn-caption {
    color: #666;
    font-size: 1.1rem;
    margin-top: 1rem;
}
/* Grid layout */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 1rem;
}
/* Sezione Come Funziona */
.process {
    padding: 4rem 0;
    background: #ffffff;
}

.process h2 {
    color: #1a73e8;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 1rem;
}
/* About Section */
.about {
    padding: 4rem 0;
    background: #ffffff;
}

/* Team Section */
.team {
    padding: 4rem 0;
    background: #f8f9fa;
    text-align: center;
}

/* Case Studies Section */
.case-studies {
    padding: 4rem 0;
}

.case-title {
    background: linear-gradient(to right, #1a73e8, #42a5f5);
    font-weight: bold;
}

.case {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Sezione Problema/Soluzione */
.problem-solution {
    padding: 4rem 0;
    background: #ffffff;
}

.problem-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 2rem 0;
}

/* Box Problema e Soluzione */
.problem-box {
    background: #fff5f5;
    border-radius: 1rem;
    padding: 2.5rem;
}

.solution-box {
    background: #f0f9ff;
    border-radius: 1rem;
    padding: 2.5rem;
}

/* Titoli */
.problem-box h2,
.solution-box h2 {
    color: #1a73e8;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

/* FAQ Section */
.faq {
    padding: 4rem 2rem;
    background: #f8fafc;
    border-radius: 1rem;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Bank Details Section */
.bank-details {
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: var(--radius-sm);
}

.bank-info {
    font-size: 0.875rem;
    color: var(--text-gray);
    text-align: center;
}
.contact {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.contact h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.contact p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

.contact-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
}

.contact .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.contact label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.contact input:focus, .contact textarea:focus {
    border-color: #1a73e8;
    outline: none;
}

.contact button {
    width: 100%;
    background-color: #1a73e8;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact button:hover {
    background-color: #155ab5;
}
.location {
    background-color: #eef2f7;
    padding: 50px 0;
    text-align: center;
}

.location h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.location p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}
/* ===== STILI CHECKLIST PRODOTTI ===== */
.checklist-section {
    padding: 4rem 0;
    background-color: #f8fafc;
}

.checklist-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.checklist-group {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.checklist-group:hover {
    transform: translateY(-5px);
}

.checklist-group h3 {
    color: #1a73e8;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #e3f2fd;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.check-list li i {
    color: #1a73e8;
    margin-right: 0.7rem;
    font-size: 1rem;
    margin-top: 0.2rem;
}

/* ===== STILI SETUP ACCOUNT ===== */
.account-setup {
    padding: 4rem 0;
    background-color: #fff;
}

.setup-timeline {
    position: relative;
    max-width: 800px;
    margin: 2rem auto 0;
}

.setup-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    width: 4px;
    background-color: #e3f2fd;
    z-index: 1;
}

.setup-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 2.5rem;
}

.setup-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #1a73e8;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(26, 115, 232, 0.3);
}

.step-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 1.8rem;
}

.step-content h3 {
    color: #1a73e8;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}

.step-content ul {
    list-style: none;
    padding: 0;
}

.step-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.step-content li i {
    color: #4caf50;
    margin-right: 0.7rem;
    font-size: 1rem;
    margin-top: 0.2rem;
}

/* ===== RESPONSIVE DESIGN PER NUOVE SEZIONI ===== */
@media (max-width: 991px) {
    .checklist-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .checklist-container {
        grid-template-columns: 1fr;
    }
    
    .setup-timeline::before {
        left: 25px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
    
    .setup-step {
        padding-left: 65px;
    }
    
    .step-content {
        padding: 1.2rem;
    }
    
    .step-content h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .step-content li {
        font-size: 0.9rem;
    }
    
    .check-list li {
        font-size: 0.9rem;
    }
    
    .checklist-group h3,
    .step-content h3 {
        font-size: 1.1rem;
    }
}
.brand-structure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}

.brand-item {
    text-align: center;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 200px;
    position: relative;
}

.brand-item.active {
    background: #e3f2fd;
    border: 2px solid #1a73e8;
}

.brand-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.brand-tag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a73e8;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.fas.fa-arrow-right {
    color: #1a73e8;
    font-size: 1.5rem;
    margin: 0 1rem;
}

@media (max-width: 768px) {
    .brand-structure {
        flex-direction: column;
    }
    
    .brand-item {
        margin-bottom: 2rem;
        width: 100%;
        max-width: 250px;
    }
    
    .fas.fa-arrow-right {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
}