/* Stile generale */
:root {
    --primary-color: #5c2a9d; /* Viola scuro */
    --secondary-color: #8a4fff; /* Viola medio */
    --accent-color: #b088f9; /* Viola chiaro/lavanda */
    --light-color: #f0e6ff; /* Lavanda chiarissimo */
    --dark-color: #3a1f62; /* Viola molto scuro */
    --text-color: #333;
    --background-color: #fff;
    --primary-rgb: 92, 42, 157; /* RGB values for primary color */
    --secondary-rgb: 138, 79, 255; /* RGB values for secondary color */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--background-color);
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
}

.main-content {
    flex: 1;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 60px 0;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn:hover {
    background-color: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-small {
    padding: 8px 15px;
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

section {
    padding: 80px 0;
}

/* Promo Banner */
.promo-banner {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 8px 0;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 0.95rem;
    line-height: 1;
}

.promo-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 40px;
    background: transparent;
    box-shadow: none;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.promo-text {
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
}

.close-banner {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.close-banner:hover {
    opacity: 1;
}

.promo-link {
    color: white;
    text-decoration: underline;
    margin-left: 5px;
}

.promo-link:hover {
    color: white;
    opacity: 0.9;
}

.promo-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-text {
    font-size: 0.95rem;
    text-align: center;
    flex-grow: 1;
}

.promo-link {
    color: white;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.promo-link:hover {
    color: white;
    opacity: 0.8;
}

.close-banner {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.close-banner:hover {
    opacity: 1;
}

/* Header styles have been moved to navigation.css */

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 120px 0 60px;
    text-align: center;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 300px;
}

/* Contenitore per il contenuto sotto l'header */
.portfolio-container,
.chi-siamo-container,
.contatti-container {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.4;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
}

.hero p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.hero-content,
.page-header-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero h1,
.servizi-header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero p,
.servizi-header p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Progetti Recenti */
/* Stile Portfolio */
/* Rimossi gli stili del page-header che sono ora gestiti in headers.css */

.filtri-categorie {
    margin-top: -60px;
    margin-bottom: 40px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.filtri-categorie h3 {
    margin-bottom: 25px;
    color: var(--primary-color);
    font-size: 1.4rem;
}

.categorie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 10px;
}

.btn-categoria {
    padding: 12px 25px;
    border-radius: 6px;
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(92, 42, 157, 0.2);
}

.btn-categoria:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(92, 42, 157, 0.3);
}

.btn-categoria.active {
    background-color: var(--secondary-color);
    color: white;
    position: relative;
}

.btn-categoria.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 3px;
}

.progetti-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.progetto-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.progetto-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.progetto-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid var(--accent-color);
}

.progetto-card h3 {
    padding: 20px 20px 10px;
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.progetto-card p {
    padding: 0 20px;
    color: var(--text-color);
    margin-bottom: 15px;
    flex-grow: 1;
}

.progetto-card .tecnologie {
    font-size: 0.9rem;
    color: var(--secondary-color);
    padding: 0 20px;
    margin-bottom: 15px;
}

.progetto-card .btn-small {
    margin: 0 20px 20px;
    align-self: flex-start;
}

.no-progetti {
    text-align: center;
    padding: 40px;
    background: var(--light-color);
    border-radius: 8px;
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }

    .categorie-buttons {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        margin: 0 -10px;
        padding: 0 10px 10px;
    }

    .btn-categoria {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .progetti-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 0 10px;
    }

    .progetto-card {
        margin-bottom: 20px;
    }

    .progetto-card img {
        height: 180px;
    }

    .progetto-card .btn-small {
        display: block;
        text-align: center;
        margin: 15px 20px 20px;
    }
}

.view-all {
    text-align: center;
    margin-top: 20px;
}

/* Servizi Home 2023 */
.servizi-home {
    background: linear-gradient(135deg, rgba(92, 42, 157, 0.05) 0%, rgba(138, 79, 255, 0.05) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.servizi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(circle at 50% 0%, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--primary-rgb), 0) 70%);
}

.servizi h2 {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    position: relative;
}

.servizi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.servizio-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.servizio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.servizio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.2);
    border-color: rgba(var(--primary-rgb), 0.2);
}

.servizio-card:hover::before {
    transform: scaleX(1);
}

.servizio-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
    position: relative;
}

.servizio-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.servizio-card:hover .servizio-icon {
    transform: rotate(10deg) scale(1.1);
}

.servizio-card:hover .servizio-icon::after {
    transform: scale(1.2);
}

.servizio-icon i {
    font-size: 2.5rem;
    color: white;
}

.servizio-card h3 {
    color: var(--primary-color);
    margin: 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.servizio-card:hover h3 {
    color: var(--secondary-color);
}

.servizio-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Contattaci */
.contattaci {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    text-align: center;
    padding: 60px 0;
}

.contattaci h2 {
    color: white;
    margin-bottom: 20px;
}

.contattaci p {
    margin-bottom: 30px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.contattaci .btn {
    background-color: white;
    color: var(--primary-color);
}

.contattaci .btn:hover {
    background-color: var(--light-color);
}

/* Footer */
footer {
    background-color: var(--dark-color);
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 40px;
    margin-bottom: 15px;
}

.footer-links h3, .footer-contact h3, .footer-social h3 {
    margin-bottom: 20px;
    color: var(--accent-color);
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-links ul li a:hover {
    color: var(--accent-color);
}

.footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-contact p i {
    margin-right: 10px;
    color: var(--accent-color);
}

.footer-contact p a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.footer-contact p a:hover {
    color: var(--accent-color);
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .progetto-content,
    .contatti-grid,
    .about-content {
        grid-template-columns: 1fr;
    }

    .progetti-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .servizi-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

    @media (max-width: 768px) {
        /* Header e navigazione mobile */
        header .container {
            padding: 10px 15px;
        }

        .logo img {
            height: 40px;
        }

        .main-nav ul {
            display: flex !important;
            flex-direction: column;
            width: 100%;
            padding: 20px 0;
            margin: 0;
        }
        
        .main-nav ul li {
            margin: 10px 20px;
            text-align: center;
            opacity: 1;
            transform: none;
        }

        .main-nav ul li a {
            display: block;
            padding: 15px;
            font-size: 1.2rem;
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }    nav ul li a {
        display: block;
        font-size: 1.1rem;
        padding: 10px 0;
    }
    
    .mobile-menu {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 1001;
    }

    /* Sezioni generali */
    section {
        padding: 40px 0;
    }

    .container {
        width: 95%;
        padding: 0 10px;
    }

    /* Hero section */
    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    /* Grid layouts */
    .mission-vision,
    .servizi-dettaglio .servizio-item {
        grid-template-columns: 1fr;
    }

    .progetti-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .servizi-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Cards e contenuti */
    .progetto-card,
    .servizio-card {
        margin: 0 10px;
    }

    .progetto-card img {
        height: 180px;
    }

    /* Bottoni */
    .btn {
        padding: 10px 25px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-contact p {
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .mobile-menu {
        display: none;
    }
}

/* Chi Siamo Page Styles 2023 */
.about-us-2023 {
    padding: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.about-us-2023 .about-content {
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-us-2023 .logo-section {
    margin: 0 auto 50px;
    max-width: 400px;
    position: relative;
    padding: 20px;
}

.about-us-2023 .animated-logo {
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 10px 20px rgba(var(--primary-rgb), 0.2));
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.about-us-2023 .logo-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--primary-rgb), 0) 70%);
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.3; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
}

.main-logo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-text {
    max-width: 800px;
    margin: 0 auto;
}

.about-text h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.about-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 30px;
    opacity: 0.9;
}

.about-us-2023 .mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.about-us-2023 .mission,
.about-us-2023 .vision {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.about-us-2023 .mission:hover,
.about-us-2023 .vision:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.15);
    border-color: rgba(var(--primary-rgb), 0.2);
}

.mission:hover, .vision:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    position: relative;
    margin-bottom: 30px;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.icon-wrapper i {
    font-size: 2rem;
    color: white;
}

.icon-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    opacity: 0.3;
    z-index: 1;
}

.values {
    padding: 80px 0;
    background: var(--light-color);
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(135deg, var(--primary-color) 0%, transparent 100%);
    opacity: 0.05;
}

.values h2 {
    position: relative;
    margin-bottom: 60px;
}

.values h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--accent-color);
}

.about-us-2023 .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-us-2023 .value-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.about-us-2023 .value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.about-us-2023 .value-card:hover::before {
    transform: scaleX(1);
}

.about-us-2023 .value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.15);
    border-color: rgba(var(--primary-rgb), 0.2);
}

.about-us-2023 .value-card .icon-circle {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.about-us-2023 .value-card:hover .icon-circle {
    transform: scale(1.1) rotate(10deg);
}

.about-us-2023 .value-card .icon-circle i {
    font-size: 2rem;
    color: white;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.value-card:hover::before {
    opacity: 1;
}

.icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--light-color) 0%, white 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.icon-circle i {
    font-size: 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.value-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.value-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    text-align: center;
    padding: 80px 0;
    margin-top: 60px;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    color: white;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.cta-content .btn {
    background-color: white;
    color: var(--primary-color);
    padding: 15px 40px;
    font-size: 1.1rem;
}

.cta-content .btn:hover {
    background-color: var(--light-color);
    transform: translateY(-3px);
}