/* Stili aggiuntivi per popup e menu fluttuante */

/* Popup e overlay */
/* Stili aggiuntivi per popup e menu fluttuante */

/* Popup e overlay */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.8rem;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
}

.close-popup:hover {
    color: var(--primary-color);
}

/* Stili per il popup delle lingue */
.language-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 2rem;
}

.lang-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #333;
}

.lang-btn img {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: auto;
}

.lang-btn:hover {
    border-color: var(--primary-color);
    background-color: rgba(0, 120, 160, 0.05);
    transform: translateY(-3px);
}

/* Menu fluttuante in basso */
.floating-nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 50px;
    padding: 10px 25px;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.floating-nav ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.floating-nav ul li {
    list-style: none;
}

.floating-nav ul li a {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.floating-nav ul li a:hover {
    background-color: rgba(255,255,255,0.2);
}

/* Media query per dispositivi mobile */
@media (max-width: 768px) {
    .floating-nav {
        width: 90%;
        padding: 8px 15px;
    }

    .floating-nav ul {
        gap: 10px;
        justify-content: center;
    }

    .floating-nav ul li a {
        font-size: 0.8rem;
        padding: 5px;
    }
    
    .language-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .lang-btn {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 10px;
    }
    
    .lang-btn img {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

/* Reset e stili di base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0078A0; /* Blu mare profondo */
    --secondary-color: #59C9D5; /* Azzurro chiaro del mare salentino */
    --accent-color: #E8A44B; /* Giallo oro del sole pugliese */
    --terra-color: #C94C28; /* Rosso terracotta */
    --olive-color: #556B2F; /* Verde oliva */
    --dark-color: #2C3E50; /* Blu notte */
    --light-color: #f9f7f2; /* Bianco avorio tipico delle case pugliesi */
    --success-color: #55A63A; /* Verde ulivo chiaro */
    --danger-color: #C94C28; /* Rosso terracotta */
    --body-font: 'Open Sans', sans-serif;
    --heading-font: 'Montserrat', sans-serif;
}

body {
    font-family: var(--body-font);
    line-height: 1.6;
    color: #333;
    background-color: var(--light-color);
    background-image: 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 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2359c9d5' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4 {
    font-family: var(--heading-font);
    font-weight: 800;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--terra-color), var(--accent-color));
    border-radius: 2px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
}

section {
    padding: 5rem 0;
    position: relative;
}

/* Pattern decorativo per le sezioni */
section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2359c9d5' fill-opacity='0.05'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

/* Nuovo navbar galleggiante */
.floating-nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 50px;
    padding: 10px 25px;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.floating-nav ul {
    display: flex;
    gap: 20px;
}

.floating-nav ul li a {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.floating-nav ul li a:hover {
    background-color: rgba(255,255,255,0.2);
}

/* Logo header */
.logo-area {
    text-align: center;
    padding: 2rem 0;
}

.logo-area h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.logo-area h1 span {
    color: var(--terra-color);
}

.logo-tagline {
    color: var(--accent-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* Language selector */
.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
}

.language-selector button {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Hero section */
.hero {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 10rem 0;
    position: relative;
    margin-top: -6rem;
}

.hero-content {
    background-color: rgba(44, 62, 80, 0.7);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.hero-content h2 {
    color: white;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.hero-content h2::after {
    background: linear-gradient(to right, var(--accent-color), var(--terra-color));
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Pulsante CTA */
.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, var(--accent-color), var(--terra-color));
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button.small {
    padding: 8px 20px;
    font-size: 0.9rem;
}

/* Griglia di box */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* Stile box universale */
.box {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Box tariffe con nuovo stile pugliese */
.tariffe {
    background-color: var(--light-color);
    position: relative;
}

.tariffe::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, var(--terra-color), var(--primary-color), var(--accent-color));
    opacity: 0.7;
}

.tariffa-box {
    text-align: center;
    padding: 0;
    border-top: 5px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.tariffa-header {
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.tariffa-header::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.tariffa-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    position: relative;
}

.tariffa-title {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 700;
}

.tariffa-content {
    padding: 2rem;
    background-color: white;
}

.tariffa-price {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px dashed rgba(0,0,0,0.1);
}

.price-value {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.price-period {
    display: block;
    color: var(--terra-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 5px;
}

.tariffa-night .tariffa-header {
    background: linear-gradient(120deg, var(--dark-color), var(--primary-color));
}

.tariffa-night .price-value {
    color: var(--dark-color);
}

/* Servizi box */
.servizi {
    background-color: white;
    position: relative;
}

.servizi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, var(--accent-color), var(--terra-color), var(--olive-color));
    opacity: 0.7;
}

.servizio-box {
    background-color: white;
    padding: 2rem;
    text-align: center;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.servizio-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: var(--accent-color);
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
}

.servizio-box:hover::before {
    width: 300px;
    height: 300px;
    opacity: 0.05;
}

.servizio-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    background-color: rgba(89, 201, 213, 0.1);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.servizio-box:hover .servizio-icon {
    background-color: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.servizio-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.servizio-box h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

.servizio-box p {
    color: #666;
    margin-bottom: 1.5rem;
}

/* Sezione sconti con pattern pugliese */
.sconti {
    background-color: var(--light-color);
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c94c28' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.sconto-box {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    background-color: white;
}

.sconto-header {
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sconto-terra .sconto-header {
    background: linear-gradient(135deg, var(--terra-color), #E74C3C);
    color: white;
}

.sconto-mare .sconto-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.sconto-sole .sconto-header {
    background: linear-gradient(135deg, var(--accent-color), #F39C12);
    color: white;
}

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

.sconto-header h3 {
    font-size: 1.5rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

.sconto-content {
    padding: 2rem;
    text-align: center;
}

.sconto-content p {
    margin-bottom: 1.5rem;
    color: #555;
}

/* Sezione prenota con stile pugliese */
.prenota {
    background-color: white;
    position: relative;
}

.prenota::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    opacity: 0.7;
}

.prenota-box {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.prenota-box::before,
.prenota-box::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.prenota-box::before {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(232, 164, 75, 0.2);
}

.prenota-box::after {
    bottom: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(201, 76, 40, 0.2);
}

.prenota-box h2 {
    color: white;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.prenota-box h2::after {
    background: linear-gradient(to right, white, rgba(255,255,255,0.5));
}

.prenota-box p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.prenota-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.info-tel {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 50px;
}

.info-tel i {
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contatti */
.contatti {
    background-color: var(--light-color);
    position: relative;
}

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

.mappa {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 100%;
    min-height: 300px;
}

.mappa iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info-contatti {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 2rem;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1.2rem;
    width: 50px;
    height: 50px;
    background-color: rgba(89, 201, 213, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item p {
    color: #555;
    font-weight: 600;
}

/* Footer */
footer {
    background-color: var(--dark-color);
    color: white;
    padding: 4rem 0 1rem;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgba(44, 62, 80, 0.97), rgba(44, 62, 80, 0.97)), 
                    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%230078A0' stroke-width='1' fill='none' stroke-opacity='0.2'/%3E%3C/svg%3E");
}

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

.footer-logo h2 {
    color: white;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.footer-logo h2::after {
    left: 0;
    transform: none;
    background: linear-gradient(to right, var(--accent-color), var(--terra-color));
}

.footer-logo span {
    color: var(--accent-color);
}

.footer-links ul li {
    margin-bottom: 0.8rem;
}

.footer-links ul li a {
    color: #ddd;
    transition: all 0.3s ease;
}

.footer-links ul li a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--accent-color);
    color: var(--dark-color);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: #aaa;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-color), var(--terra-color));
    border-radius: 3px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .floating-nav {
        width: 90%;
        padding: 8px 15px;
    }

    .floating-nav ul {
        gap: 10px;
        justify-content: center;
    }

    .floating-nav ul li a {
        font-size: 0.8rem;
        padding: 5px;
    }

    .hero-content {
        padding: 2rem;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

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

    .prenota-box {
        padding: 2rem;
    }

    .prenota-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .info-tel {
        justify-content: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo h2 {
        text-align: center;
    }

    .footer-logo h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        justify-content: center;
    }
}

/* Pattern decorativo pugliese */
.pattern-decorativo {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.08;
    z-index: 0;
    border-radius: 50%;
}

.pattern-1 {
    top: 10%;
    left: 5%;
    background-color: var(--terra-color);
}

.pattern-2 {
    bottom: 15%;
    right: 8%;
    background-color: var(--primary-color);
}

.pattern-3 {
    top: 40%;
    right: 5%;
    background-color: var(--accent-color);
    width: 100px;
    height: 100px;
}

.pattern-4 {
    bottom: 20%;
    left: 10%;
    background-color: var(--olive-color);
    width: 120px;
    height: 120px;
}
