/* FONT & BASE */
body {
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
}

h1, h2, h3, h4 {
    font-family: "Roboto Condensed", sans-serif;
}

.bg-light {
    background-color: #f0e4d8 !important;
}

li {
    line-height: 18px;
}

.logo-overlay {
    position: relative;
    background-image: url("../img/logo.png");
    background-size: 40%;
    background-position: left;
    background-repeat: no-repeat;
    color: #fff;
    opacity: 1;
    padding: 40px 20px 40px 100px;

}

@media (max-width: 575.98px) {
    .logo-overlay {
        background-image: none;
        opacity: 1 !important;
        padding: 20px;
    }

    .hero-section {
        background-size: 60% !important;
        background-position: right top !important;
        padding-bottom: 10px !important;
        min-height: 40vh !important;
    }

    .lead {
        font-size: 1rem;

    }

    .h5-marker {
        text-align: center
    }
}


/* Hero */
.hero-section {
    position: relative;
    min-height: 50vh;
    background-image: url("../img/pilates1.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #cba274;
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

/* Icone servizi */
.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #cba274;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* CTA section */
.cta-section {
    background-color: #cba274;
}

.tracking-wide {
    letter-spacing: 0.15em;
}

/* Cerchi immagini */
.circle-image {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

/* Stack di immagini circolari (dettaglio servizi) */
.image-stack {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.image-stack-main,
.image-stack-secondary {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.image-stack-main {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.image-stack-secondary {
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: -20px;
    right: 0;
    border: 6px solid #fff;
}

@media (max-width: 575.98px) {
    .image-stack-main {
        width: 260px;
        height: 260px;
    }

    .image-stack-secondary {
        width: 150px;
        height: 150px;
        bottom: -10px;
    }
}

/* Label sezione */
.section-label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #a65f1b;
    margin-bottom: 0.2rem;
}

/* Marker titolo elenco */
.h5-marker {
    display: inline-block;
    background-color: transparent;
    border-bottom: 1px solid #482b09;
    color: #482b09;
    padding: 3px 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 8px;
}

/* Liste con pallino “❍” */
.fancy-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.fancy-list li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 4px;
}

.fancy-list li::before {
    content: "❍";
    font-size: 0.9rem;
    color: #1d7254;
}

/* Peso semi-bold personalizzato */
.semi-bold {
    font-weight: 400 !important;
}

/* Sezioni alternate (sfondo caldo) */
.section-alt {
   /* background-color: #cba274;*/
    background-color: #FFF;
}

/* Contatti */
.bg-contact {
    background-color: #f0e4d8;
}

.contact-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Footer */
footer p {
    font-size: 0.8rem;
}

/* Link footer */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Scroll liscio */
html {
    scroll-behavior: smooth;
}
