* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Open Sans', sans-serif;
color: #333;
background: #f9f5f0;
line-height: 1.6;
}

.navbar {
background: #15c441;
padding: 1rem 5%;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
position: sticky;
top: 0;
z-index: 100;
flex-wrap: wrap;
}

.logo {
font-family: 'Playfair Display', serif;
font-size: 1.8rem;
}

.navbar ul {
list-style: none;
display: flex;
gap: 1.2rem;
flex-wrap: wrap;
}

.navbar a {
color: white;
text-decoration: none;
font-weight: 600;
}

.navbar a:hover {
color: #ffd7a8;
}

/* ================= HERO ================= */
.hero {
background: linear-gradient(rgba(42, 126, 160, 0.75), rgba(42, 126, 160, 0.75)),
url('https://via.placeholder.com/1920x900/8fd1c3/2c5a4f?text=Studio+Olistico+Sonia') center/cover no-repeat;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: white;
padding: 20px;
}

.hero-content {
max-width: 800px;
}

.hero h1 {
font-family: 'Playfair Display', serif;
font-size: 2.8rem;
margin-bottom: 1rem;
text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
.hero h1 { font-size: 3.5rem; }
}

.subtitle {
font-size: 1.4rem;
margin-bottom: 0.8rem;
}

.info {
margin-bottom: 2rem;
font-size: 1.1rem;
}

.cta-buttons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 1.5rem;
}

.cta-primary, .cta-whatsapp {
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
}

.cta-primary {
background: #ff9f4d;
color: white;
}

.cta-whatsapp {
background: #25D366;
color: white;
}

.phone {
font-size: 1.3rem;
font-weight: 600;
}

/* ================= ALTRE SEZIONI ================= */
section {
padding: 60px 5%;
}

h2 {
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 2.3rem;
color: #1a3c34;
margin-bottom: 2rem;
}

.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
max-width: 1200px;
margin: 0 auto;
}

.card {
background: white;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
transition: transform 0.3s;
text-align: center;
}

.card:hover {
transform: translateY(-10px);
}

.card img {
width: 100%;
height: 180px;
object-fit: cover;
}

/* Pulsanti generali */
.btn-secondary {
display: block;
margin: 3rem auto;
background: #2c5a4f;
color: white;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
width: fit-content;
font-weight: bold;
}

.highlight {
text-align: center;
font-size: 1.45rem;
background: #fff3e0;
padding: 25px;
border-radius: 12px;
color: #e67e22;
max-width: 700px;
margin: 2rem auto;
}

footer {
background: #15c441;
color: #ddd;
text-align: center;
padding: 2.5rem 5%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
.hero h1 {
font-size: 2.4rem;
}

.cta-buttons {
flex-direction: column;
align-items: center;
}

.navbar ul {
gap: 1rem;
justify-content: center;
width: 100%;
margin-top: 10px;
}
}

/* Stili per la pagina massaggi */
.hero-small {
background: #2c5a4f;
color: white;
text-align: center;
padding: 60px 20px;
}

.hero-small h1 {
font-size: 2.8rem;
margin-bottom: 10px;
}

.trattamenti-list {
max-width: 1100px;
margin: 40px auto;
padding: 0 5%;
}

.massaggio {
background: white;
padding: 25px;
margin-bottom: 25px;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.massaggio h2 {
color: #1a3c34;
margin-bottom: 12px;
font-size: 1.6rem;
}

.video-link {
display: inline-block;
margin-top: 10px;
color: #ff9f4d;
text-decoration: none;
font-weight: 600;
}

.video-link:hover {
text-decoration: underline;
}

.cta-final {
text-align: center;
padding: 50px 20px 40px;
background: #f9f5f0;
margin-top: 30px;
}

.cta-final p {
    font-size: 1.15rem;
    margin-bottom:25px;
    color:#1a3c34;
}

.cta-whatsapp {
    display: inline-block;
    background:#25D366;
    color:white;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(37,211,102,0.3);
}



/* Stili per pacchetti */
.pacchetti {
max-width: 1000px;
margin: 40px auto;
padding: 0 5%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 25px;
}

.pacchetto-card {
background: white;
padding: 30px;
border-radius: 15px;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
text-align: center;
}

.pacchetto-card h2 {
color: #1a3c34;
margin-bottom: 20px;
}

.pacchetto-card ul {
list-style: none;
text-align: left;
margin: 20px 0;
}

.pacchetto-card li {
padding: 10px 0;
border-bottom: 1px solid #eee;
font-size: 1.1rem;
}

.highlight-pacchetto {
border: 3px solid #ff9f4d;
position: relative;
}

.highlight-pacchetto::before {
content: "OFFERTA SPECIALE";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #ff9f4d;
color: white;
padding: 5px 20px;
border-radius: 20px;
font-size: 0.9rem;
font-weight: bold;
}

.durata, .note {
font-style: italic;
color: #555;
margin-top: 15px;
}

.info-pacchetti {
text-align: center;
padding: 40px 20px;
background: #f0f7f4;
margin-top: 30px;
}

.info-pacchetti p {
margin-bottom: 15px;
font-size: 1.1rem;
}



/* Galleria Studio */
.galleria {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 15px;
margin-top: 30px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding: 0 5%;
}

.galleria img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Miglioramento mobile */
@media (max-width: 768px) {
.galleria img {
height: 180px;
}
}

/* Stili per Contatti */
.contatti {
max-width: 1100px;
margin: 40px auto;
padding: 0 5%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}

.info-contatti h2 {
color: #1a3c34;
margin: 25px 0 15px 0;
}

.info-contatti p {
font-size: 1.1rem;
margin-bottom: 10px;
}

.mappa {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
.contatti {
grid-template-columns: 1fr;
gap: 30px;
}
}

/* Fix pulsanti su mobile - Massaggi */
.cta-final {
text-align: center;
padding: 40px 20px;
background: #f0f7f4;
margin-top: 30px;
}

.cta-final p {
margin-bottom: 20px;
font-size: 1.1rem;
}

.cta-primary, .cta-whatsapp {
display: block;
width: 100%;
max-width: 300px;
margin: 10px auto;
padding: 16px 20px;
text-align: center;
border-radius: 50px;
font-weight: bold;
}

.cta-primary {
background: #ff9f4d;
color: white;
}

.cta-whatsapp {
background: #25D366;
color: white;
}

/* Per schermi grandi */
@media (min-width: 768px) {
.cta-final {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}

.cta-primary, .cta-whatsapp {
display: inline-block;
width: auto;
max-width: none;
margin: 0;
}
}

.chisiamo .container {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: center;
max-width: 1100px;
margin: 40px auto;
padding: 0 5%;
}

.foto-sonia {
width: 100%;
border-radius: 15px;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
.chisiamo .container {
grid-template-columns: 1fr;
text-align: center;
}
}

.chisiamo .container {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: center;
max-width: 1100px;
margin: 40px auto;
padding: 0 5%;
}

.foto-sonia {
width: 100%;
max-width: 380px;
height: auto;
border-radius: 15px;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.galleria {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 15px;
margin-top: 30px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
padding: 0 5%;
}

.galleria img {
width: 100%;
height: 220px; /* Altezza fissa /
object-fit: cover; / Rende tutte le foto uniformi */
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
.chisiamo .container {
grid-template-columns: 1fr;
text-align: center;
}
.galleria img {
height: 180px;
}
}