*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
}

header{
    background:#111111;
    padding:20px 55px;

    position:sticky;
    top:0;
    z-index:1000;

    border-bottom:1px solid #8b6a45;
    box-shadow:0 2px 12px rgba(139,106,69,.18);
}

.contenitore{
    width:92%;
    max-width:1500px;
    margin:auto;

    padding-left:40px;
    padding-right:40px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    height:125px;
    display:block;

}

.logo img{
    filter: drop-shadow(0 0 8px rgba(255,255,255,.12));
    filter: drop-shadow(0 0 20px rgba(181,145,94,.18));
}

nav ul{
    display:flex;
    list-style:none;
    gap:35px;
}

nav a{
    color:white;
    text-decoration:none;
    font-size:22px;
    font-weight:500;
    letter-spacing:0.5px;
    transition:.35s;
}

nav a:hover{
    color:#2c9b52;
}

.hero{
    position:relative;
    overflow:hidden;

    height:75vh;
    background:#222;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    color:white;
}

.hero-contenuto{
    position:relative;
    z-index:2;
}

.pothos-left{
    position:absolute;
    top:0;
    left:0;
    width:170px;
    z-index:0;
    opacity:.75;
    pointer-events:none;
}

.pothos-right{
    position:absolute;
    top:0;
    right:0;
    width:170px;
    z-index:0;
    opacity:.75;
    pointer-events:none;
}

.hero-contenuto h1{

    font-size:70px;

    margin-bottom:20px;

}

.hero-contenuto p{

    font-size:22px;

    margin-bottom:40px;

}

.bottone{

    display:inline-block;

    background:#2c9b52;

    color:white;

    text-decoration:none;

    padding:18px 45px;

    border-radius:40px;

    font-size:20px;

    transition:.3s;

    box-shadow:0 10px 30px rgba(44,155,82,.35);

}

.bottone:hover{

    background:#1d6d39;

}

.hero{

display:flex;
justify-content:space-between;
align-items:center;

padding:90px 8%;

min-height:85vh;

background:#1f1f1f;

color:white;

overflow:hidden;

}

.hero-text{

max-width:600px;

}

.hero-text h1{

font-size:72px;

margin-bottom:20px;

}

.hero-text p{

font-size:24px;

line-height:1.6;

margin-bottom:40px;

color:#d6d6d6;

}

.hero-images{

position:relative;

width:520px;

height:520px;

}

.hero-images img{

position:absolute;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.35);

transition:.4s;

}

.img-back{

width:340px;

top:0;

right:0;

transform:rotate(6deg);

z-index:1;

opacity: .92;

box-shadow: 0 12px 30px rgba(0,0,0,.25);

}

.img-front{

width:340px;

bottom:0;

left:0;

transform:rotate(-5deg);
z-index:3;

}

.hero-images img:hover{

transform:rotate(0deg) scale(1.03);

z-index:10;

}

.img-team{
    width:340px;
    top:75px;
    left:70px;
    transform:rotate(-3deg);
    z-index:2;

}

.hero-eyebrow{

    color:#72b35d;

    font-size:18px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

/* ======= SEZIONE SERVIZI ======= */

.servizi{
    background:#f3efe8;
    padding:100px 8%;
}

.titolo-sezione{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.perche-noi .contenitore{
    display:flex;
    align-items:flex-start;
    gap:70px;
}

.titolo-sezione h2{
    font-size:52px;
    line-height:1.2;
    color:#222;
    margin-bottom:20px;
}

.titolo-sezione p{
    font-size:20px;
    color:#666;
    line-height:1.6;
}

.griglia-servizi{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.card-servizio{
    background:#ffffff;
    border:1px solid rgba(44,155,82,.15);
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
    transition:.35s;
}

.card-servizio:hover{
    transform:translateY(-12px) scale(1.02);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

.card-servizio img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.4s;
}

.card-servizio:hover img{
    transform:scale(1.05);
}

.testo-card{
    padding:30px;
}

.testo-card h3{
    font-size:30px;
    margin-bottom:15px;
    color:#222;
}

.testo-card p{
    color:#666;
    line-height:1.6;
    margin-bottom:25px;
    display:inline-block;
    transition:.3s;
}

.testo-card a{
    color:#2c9b52;
    font-weight:700;
    text-decoration:none;
    display:inline-block;
    transition:.3s;
}

.card-servizio:hover a{
    color:#45b96c;
    transform:translateX(8px);
}

.perche-noi{

    background:white;

    padding:80px 8%;

}

.vantaggi{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

    margin-top:35px;

}

.vantaggio{

    text-align:center;

    padding:35px;

    border-radius:22px;

    background:white;

    min-height:320px;

    transition:.35s;

}

.vantaggio:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.icona{

    width:100px;

    height:100px;

    border-radius:50%;

    background:#5f8d4e;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin:0 auto 25px;

    box-shadow: 0 10px 25px rgba(95,141,78,.18);

}

.vantaggio h3{

    margin-bottom:15px;

}

.vantaggio p{

    color:#666;

    line-height:1.6;

}

.icona{

    transition:.3s;

}

.vantaggio:hover .icona{

    transform:scale(1.1);

}

.icona{

    transition:.3s;

}

.vantaggio:hover .icona{

    transform:scale(1.1);

}

.titolo-perche {
    text-align:center;
    max-width:800px;
    margin:0 auto 10px;
}

.titolo-perche h2{
    font-size:52px;
    line-height:1.2;
    margin-bottom:20px;
    color:#222;
}

.titolo-perche p{
    font-size:20px;
    line-height:1.7;
    color:#666;
}

/* ===========================
   CHI SIAMO
=========================== */

.chi-siamo{
    background:#f8f8f5;
    padding:100px 8%;
}

.contenitore-chi{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.foto-chi{
    position:relative;
}

.foto-chi img{
    width:100%;
    max-height:550px;
    object-fit:cover;
    border-radius:30px;
    display:block;
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.firma{
    position:absolute;

    left:12px;
    bottom:12px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(8px);

    padding:4px 8px;

    border-radius:12px;
}

.firma h3{
    color:#222;
    font-size:18px;
    margin-bottom:2px;
    font-weight:600;
}

.firma p{
    color:#777;
    font-size:14px;
}

.piccolo-titolo{
    color:#5f8d4e;
    font-weight:700;
    letter-spacing:3px;
    font-size:22px;
    text-transform:uppercase;
    margin-bottom:15px;
    display:block;

}

.testo-chi h2{
    font-size:42px;
    line-height:1.2;
    margin-bottom:25px;
    margin:15px 0 30px;
    color:#222;
}

.testo-chi p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.btn-idea{

    display:inline-block;

    margin-top:20px;

    background:#5f8d4e;

    color:white;

    text-decoration:none;

    padding:18px 40px;

    border-radius:40px;

    transition:.3s;

    font-size:18px;

}

.btn-idea:hover{

    transform:translateY(-3px);

    background:#4f7a40;

}

@media(max-width:900px){

    .contenitore-chi{

        grid-template-columns:1fr;

    }

}

.cta-finale{
    background:#f7f5ef;
    padding:80px 20px 70px;
    text-align:center;
}

.cta-contenitore{
    max-width:800px;
    margin:auto;
}

.cta-finale h2{
    font-size:48px;
    color:#222;
    margin-bottom:20px;
}

.cta-finale p{
    font-size:20px;
    line-height:1.8;
    color:#666;
    margin-bottom:40px;
}

footer{
    background:#1d1d1d;
    color:white;
    padding:30px 8% 20px;
}

.footer-contenitore{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:80px;
    max-width:1000px;
    margin:0 auto;
}

.footer-logo h2{
    color:#ffffff;
    font-size:42px;
    font-weight:700;
    margin-bottom:12px;
}

.footer-logo p{
    color:#d8d8d8;
    font-size:20px
}

.footer-logo{
    text-align:center;
    margin-bottom:35px;
}

.footer-colonna{
    text-align:center;
}

.footer-colonna h3{
    margin-bottom:12px;
    font-size:22px;
}

.footer-colonna p{
    color:#cfcfcf;
    line-height:1.5;
    margin-bottom:10px;
}

.footer-colonna a{
    color:#ffffff;
    text-decoration:none;
    transition:0.3s;
}

.footer-colonna a:hover{
    color:#8bcf7a;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:30px;
    padding-top:15px;
    text-align:center;
    color:#aaa;
    font-size:15px;
}

/* ========================================= */
/* BOMBONIERE */
/* ========================================= */

.hero-pagina{
    max-width:1200px;
    margin:80px auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    padding:0 20px;
}

.hero-pagina img{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.hero-testo h1{
    font-size:52px;
    margin-bottom:25px;
    color:#222;
}

.hero-testo p{
    font-size:20px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.testo-pagina{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
}

.testo-pagina h2{
    font-size:38px;
    text-align:center;
    margin-bottom:25px;
}

.testo-pagina>p{
    max-width:850px;
    margin:auto;
    text-align:center;
    line-height:1.8;
    color:#666;
    margin-bottom:60px;
}

.servizi-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.servizio-box{
    background:white;
    padding:35px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.servizio-box img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:14px;
    margin-bottom:20px;
    display:block;
}

.servizio-box h3{
    margin-bottom:15px;
}

.servizio-box p{
    line-height:1.7;
    color:#666;
}

.servizio-box{
    overflow:hidden;
}

.servizio-box img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:14px;
    margin-bottom:20px;
    transition:transform .4s ease;
}

.servizio-box:hover img{
    transform:scale(1.06);
}

.sezione-galleria-bomboniere{
    margin-top:90px;
    margin-bottom:50px;
    text-align:center;
}

.sezione-galleria-bomboniere h2{
    font-size:2.2rem;
    margin-bottom:15px;
}

.sezione-galleria-bomboniere p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
    margin-bottom:45px;
}

.galleria-bomboniere{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

.galleria-bomboniere img{
    width:120px;
    height:120px;
    aspect-ratio:1/1;
    object-fit:contain;
    background:#fff;
    border-radius:14px;
    padding:8px;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.galleria-bomboniere img:hover{
    transform:scale(1.05);
}

.lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.lightbox.active{
    display:flex;
}

#lightbox-img{
    max-width:90%;
    max-height:85%;
    border-radius:12px;
}

.close{
    position:absolute;
    top:25px;
    right:35px;
    color:white;
    font-size:45px;
    cursor:pointer;
}

.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    color:white;
    font-size:60px;
    cursor:pointer;
    padding:20px;
}

.prev{
    left:25px;
}

.next{
    right:25px;
}

.come-lavoriamo{

padding:90px 8% 20px;

text-align:center;

}

.come-lavoriamo h2{

font-size:42px;

margin-bottom:60px;

}

.step-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.step{

background: url("images/osb.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;

padding:40px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

position:relative;

overflow:hidden;

}

.step::before{

content:"";

position:absolute;

inset:0;

background:rgba(255,255,255,.55);

backdrop-filter:blur(1px);

}

.step>*{

position:relative;

z-index:2;

}

.numero{

width:60px;

height:60px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#4f7a40;

color:white;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:bold;

}

.step h3{

    font-size: 1.45rem;
    font-weight: 700;
    color: #222;
    margin: 15px 0 12px;


}

.step p{
    color:#444;
    font-size:1rem;
    line-height:1.7;
    margin-top:10px;
}

.preventivo{

padding:90px 8%;

text-align:center;

background:#F6F4EF;

margin-top:90px;

}

.preventivo h2{

font-size:42px;

margin-bottom:20px;

}

.preventivo p{

max-width:700px;

margin:auto;

margin-bottom:40px;

line-height:1.8;

color:#666;

}

.btn-verde{

display:inline-block;

padding:18px 38px;

background:#4f7a40;

color:white;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-verde:hover{

background:#4f7a40;

transform:translateY(-3px);

}

.faq{
    max-width:900px;
    margin:90px auto;
    padding:0 20px;
}

.faq h2{
    text-align:center;
    font-size:1.8rem;
    margin-bottom:30px;
}

.faq details{
    background:#fff;
    border-radius:12px;
    margin-bottom:15px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    overflow:hidden;
}

.faq summary{
    padding:14px 18px;
    cursor:pointer;
    font-size:0.95rem;
    font-weight:600;
    list-style:none;
}

.faq summary::-webkit-details-marker{
    display:none;
}

.faq summary::after{
    content:"+";
    float:right;
    font-size:1.1rem;
    font-weight:bold;
    transition:.3s;
}

.faq details[open] summary::after{
    transform:rotate(45deg);
}

.faq p{
    padding:0 20px 18px;
    color:#555;
    font-size:0.95rem;
    line-height:1.7;
}

/* ========================================= */
/* GASTRONOMIA */
/* ========================================= */
.hero-gastronomia {
    max-width: 1200px;
    margin: 90px auto 70px;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.hero-gastronomia img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.hero-gastro-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-gastronomia h1 {
    font-size: 3rem;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.hero-gastronomia p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.btn-menu {
    display: inline-block;
    padding: 15px 35px;
    background: #4f7a40;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}

.btn-menu:hover {
    background: #4f7a40;
}

.intro-gastronomia {
    background: #f8f6f2;
    margin: 70px auto;
    padding: 80px 40px;
    text-align: center;

    max-width: 1000px;
    margin: 70px auto;
    border-top: 3px solid #4f7a40;
    border-bottom: 3px solid #4f7a40;
    border-radius: 30px;
}

.intro-gastronomia h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.intro-gastronomia p {
    max-width: 850px;
    margin: auto;
    line-height: 1.8;
    color: #555;
}

.servizi-gastro {
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    gap: 30px;
    padding: 0 40px;
}

.card-gastro {
    flex: 1;
    background: white;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.card-gastro h3 {
    margin: 20px 0;
}

.card-gastro p {
    color: #666;
    line-height: 1.6;
}

/* ===================================== */
/* GALLERIA GASTRONOMIA */
/* ===================================== */

.sezione-galleria-gastronomia{
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 40px;
    text-align: center;
}

.sezione-galleria-gastronomia h2{
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.sezione-galleria-gastronomia p{
    max-width: 750px;
    margin: 0 auto 30px;
    line-height: 1.8;
    color: #666;
}

.galleria-gastro{
    display: grid;
    max-width: 600px;
    margin: 0 auto;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.galleria-gastro img{
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    object-fit:cover;
    display: block;
    border-radius:18px;
    background:#f8f6f2;
    cursor:pointer;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.galleria-gastro img:hover{
    transform:scale(1.04);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.btn-galleria{
    display:inline-block;
    margin-top:45px;
    padding:16px 38px;
    background:#4f7a40;
    color:white;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-galleria:hover{
    background:#4f7a40;
}

/* ===================================== */
/* PAGINA GALLERIA GASTRONOMIA */
/* ===================================== */

.sezione-gallery-gastronomia{
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    text-align: center;
}

.sezione-gallery-gastronomia h1{
    font-size: 3rem;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.sezione-gallery-gastronomia p{
    max-width: 750px;
    margin: 0 auto 50px;
    line-height: 1.8;
    color: #666;
}

.griglia-galleria-gastronomia{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.griglia-galleria-gastronomia img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
}

.griglia-galleria-gastronomia img:hover{
    transform: scale(1.03);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.torna-indietro{
    display:inline-block;
    margin:40px 0 20px;
    color:#6f8d63;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.torna-indietro:hover{
    color:#557049;
}

/* ===================================== */
/* PARTE FINALE GASTRONOMIA */
/* ===================================== */

.sezione-finale-gastronomia{
    max-width:1000px;
    margin:40px auto;
    padding:70px 40px;
    background:#f8f6f2;
    border-radius:25px;
    text-align:center;
}

.sezione-finale-gastronomia h2{
    font-size:2.3rem;
    color:#2d2d2d;
    margin-bottom:20px;
}

.sezione-finale-gastronomia p{
    max-width:700px;
    margin:0 auto 40px;
    line-height:1.8;
    color:#666;
}

.bottoni-finale-gastronomia{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-menu{
    display:inline-block;
    padding:16px 38px;
    background:#4f7a40;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-menu:hover{
    background:#557049;
}

.btn-whatsapp{
    display:inline-block;
    padding:16px 38px;
    background:#4f7a40;
    color:white;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-whatsapp:hover{
    background:#3f6633;
}

/* ========================================= */
/* FINALE GASTRONOMIA */
/* ========================================= */

.finale-gastronomia{
    padding:40px 40px;
    background:white;
}

.finale-gastro-box{
    max-width:900px;
    margin:auto;
    background:#f8f6f2;
    border-radius:25px;
    padding:70px 50px;
    text-align:center;
}

.finale-gastro-box h2{
    font-size:2.3rem;
    color:#2d2d2d;
    margin-bottom:20px;
}

.finale-gastro-box p{
    max-width:650px;
    margin:0 auto 35px;
    color:#666;
    line-height:1.8;
}

.btn-eventi{
    display:inline-block;
    padding:16px 38px;
    background:#4f7a40;
    color:white;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-eventi:hover{
    background:#3f6633;
}


/* ==================================== */
/* HERO NEGOZIO SFUSO */
/* ==================================== */

.hero-sfuso{
    min-height:85vh;

    background:
    linear-gradient(rgba(0,0,0,.30),
    rgba(0,0,0,.30)),
    url("images/sfuso-hero.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:40px;
}

.hero-sfuso-testo{
    max-width:800px;
    background:rgba(0,0,0,.35);
    backdrop-filter:blur(8px);
    padding:45px 55px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
    color:white;
}

.hero-sfuso .etichetta{
    display:inline-block;
    background:rgba(255,255,255,.18);
    color:white;
    padding:10px 22px;
    border-radius:40px;
    font-weight: 600;
    font-size:1rem;
    margin-bottom:20px;
}

.hero-sfuso h1{
    font-size:4rem;
    margin-bottom:20px;
}

.hero-sfuso p{
    font-size:1.2rem;
    line-height:1.8;
    margin-bottom:40px;
}

.btn-hero-sfuso{
    display:inline-block;
    margin-top:35px;
    padding:16px 38px;

    background:#4f7a40;
    color:white;

    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-hero-sfuso:hover{
    background:#3f6533;
    transform:translateY(-2px);
}

/* ========================================= */
/* PERCHÉ SCEGLIERE LO SFUSO */
/* ========================================= */

.sezione-sfuso{
    max-width:1300px;
    margin:100px auto;
    padding:0 40px;
}

.titolo-sezione{
    text-align:center;
    margin-bottom:70px;
}

.titolo-sezione span{
    color:#4f7a40;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.titolo-sezione h2{
    font-size:2.8rem;
    margin:20px 0;
    color:#2d2d2d;
}

.titolo-sezione p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.griglia-sfuso{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.card-sfuso{
    background:#f8f6f2;
    padding:35px;
    border-radius:20px;
    transition:.3s;
}

.card-sfuso:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.card-sfuso h3{
    margin-bottom:15px;
    color:#2d2d2d;
}

.card-sfuso p{
    color:#666;
    line-height:1.8;
}

/* ========================================= */
/* CATEGORIE SFUSO */
/* ========================================= */

.sezione-categorie-sfuso{
    max-width:1400px;
    margin:120px auto;
    padding:0 40px;
}

.griglia-categorie{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.card-categoria{

    height:220px;

    background-size:cover;

    background-position:center;

    border-radius:22px;

    overflow:hidden;

    position:relative;

    display:flex;

    align-items:flex-end;

    transition:.35s;

}

.card-categoria::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.28);

    transition:.35s;

}

.card-categoria:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.18);

}

.card-categoria:hover::before{

    background:rgba(0,0,0,.18);

}

.categoria-testo{

    position:relative;

    margin:18px;

    padding:16px 18px;

    width:100%;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(10px);

    border-radius:16px;

    color:white;

}

.categoria-testo h3{

    margin-bottom:6px;

    font-size:1.2rem;

}

.categoria-testo p{

    font-size:.95rem;

    line-height:1.5;

}

/* ========================================= */
/* GALLERIA SFUSO */
/* ========================================= */

.sezione-galleria-sfuso{

    max-width:1400px;

    margin:120px auto;

    padding:0 40px;

    text-align:center;

}

.galleria-sfuso{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:8px 18px;

    max-width:800px;

    margin:30px auto;

}

.galleria-sfuso img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;

    border-radius:18px;

    transition:.35s;

    cursor:pointer;

    max-width:1000px;

    margin:8px 0;
    display:block;

}

.galleria-sfuso img:hover{

    transform:scale(1.03);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}


/* ========================================= */
/* PAGINA GALLERIA SFUSO */
/* ========================================= */

.hero-galleria{
    max-width:900px;
    margin:70px auto 40px;
    text-align:center;
    padding:0 20px;
}

.hero-galleria h1{
    font-size:48px;
    margin-bottom:20px;
}

.hero-galleria p{
    color:#666;
    line-height:1.8;
    max-width:700px;
    margin:auto;
}

.btn-indietro{
    display:inline-block;
    margin-bottom:35px;
    padding:14px 30px;
    background:#4f7a40;
    color:white;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-indietro:hover{
    background:#355b2d;
}

.galleria-completa{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap:25px;
    padding:0 8% 60px;
}

.galleria-completa img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    transition:0.3s;
    display:block;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.galleria-completa img:hover{
    transform:scale(1.03);
}

/* ========================================= */
/* CONTATTI */
/* ========================================= */

/* ==================================== */
/* HERO CONTATTI */
/* ==================================== */

.hero-contatti{

    min-height:70vh;

    background:
    linear-gradient(rgba(0,0,0,.35),
    rgba(0,0,0,.35)),
    url("images/contatti-hero.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:40px;

}

.hero-contatti-testo{

    max-width:1000px;

    text-align:center;

    background:rgba(70,70,70,.25);

    backdrop-filter:blur(12px);

    padding:50px;

    border-radius:25px;

    color:white;

}

.etichetta{
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
    opacity:.8;
}

.hero-contatti h1{
    font-size:58px;
}

.hero-contatti p{
    font-size:21px;
    line-height:1.7;
    max-width:650px;
    margin:25px auto 35px;
}

.btn-hero{
    display:inline-block;
    background:#4f7a40;
    color:white;
    text-decoration:none;
    padding:18px 42px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.btn-hero:hover{
    background:#3d6231;
    transform:translateY(-2px);
}

/* ==========================
   INFO CONTATTI
========================== */

.info-contatti{
    max-width:1200px;
    margin:70px auto;
    padding:28px 25px;

    background:#f8f6f2;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.card-contatto{
    background:#ffffff;
    border: 1px solid #ece8df;
    border-radius:22px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.3s;
}

.card-contatto:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.card-contatto h3{
    font-size:28px;
    color:#4f7a40;
    margin-bottom:20px;
}

.card-contatto p{
    margin:8px 0;
    line-height:1.7;
    color:#555;
}

.card-contatto a{
    color:#4f7a40;
    text-decoration:none;
    font-weight:600;
}

.card-contatto a:hover{
    text-decoration:underline;
}

.btn-piccolo{
    display:inline-block;
    background:#4f7a40;
    color:white !important;
    text-decoration:none;
    padding:12px 26px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.btn-piccolo:hover{
    background:#3d6231;
    transform:translateY(-2px);
}

.mappa{
    max-width:1200px;
    margin:80px auto;
    padding:0 25px;
    text-align:center;
}

.mappa h2{
    font-size:38px;
    margin-bottom:15px;
}

.mappa p{
    color:#666;
    margin-bottom:35px;
}

.mappa iframe{
    width:100%;
    height:450px;
    border:none;
    border-radius:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.mappa .btn-piccolo{
    margin-top:25px;
    display:inline-block;
}

/* ========================================= */
/* EVENTI E CATERING */
/* ========================================= */

/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

/* Tablet */
/* ========================================= */
/* TABLET */
/* ========================================= */

@media (max-width: 1024px) {

    .contenitore{
        width:92%;
    }

    nav ul{
        gap:25px;
    }

    .galleria,
    .galleria-sfuso{
        grid-template-columns:repeat(2,1fr);
    }

    .info-contatti{
        grid-template-columns:1fr;
    }

    .hero,
    .hero-contatti{
        padding:60px 25px;
    }

    .hero h1,
    .hero-contatti h1{
        font-size:46px;
    }

    .hero p,
    .hero-contatti p{
        font-size:18px;
    }

}

/* ========================================= */
/* MENU HAMBURGER */
/* ========================================= */

.menu-toggle{
    display:none;
    background:none;
    border:none;
    color:white;
    font-size:34px;
    cursor:pointer;
}

/* ========================================= */
/* SMARTPHONE */
/* ========================================= */

@media (max-width: 900px) {

    .hero{
        flex-direction: column;
        text-align: center;
        gap: 50px;
        padding: 60px 25px;
    }

    .hero-text{
        max-width: 100%;
    }

    .hero-text h1{
        font-size: 42px;
    }

    .hero-images{
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .img-back,
    .img-front,
    .img-team{
        width: 210px;
    }

    .img-back{
        top: 0;
        right: 0;
    }

    .img-front{
        bottom: 0;
        left: 0;
    }

    .img-team{
        top: 50px;
        left: 55px;
    }
}

/* =====================================
   HERO EVENTI & CATERING
===================================== */

.hero-eventi{
    position: relative;
    min-height: 85vh;
    background: url("images/eventi-catering-hero.jpg") center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:820px;
    padding:55px 50px;

    background:rgba(0,0,0,.42);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border-radius:28px;
    border:1px solid rgba(255,255,255,.12);

    color:#fff;
}

.hero-content span{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:25px;

    border:1px solid rgba(255,255,255,.55);
    border-radius:30px;

    background:rgba(255,255,255,.10);

    color:#fff;
    letter-spacing:3px;
    font-size:.85rem;
    font-weight:700;
}

.hero-content h1{
    font-size:4rem;
    margin-bottom:25px;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:40px;

    background:rgba(255,255,255,.22);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(95,151,72,.55);

    color:#222;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.btn-hero{
    display:inline-block;
    margin-top:30px;
    background:#6F8A69;   /* il verde del sito */
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-hero:hover{
    background:#5d7358;
    transform:translateY(-3px);
}


/* ========================================= */
/* CARD EVENTI E CATERING */
/* ========================================= */

.esperienze{

    padding:100px 8%;
    background:#f8f6f2;

}

.griglia-esperienze{

    max-width:1300px;
    margin:60px auto 0;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

.card-esperienza{

    background:white;
    border-radius:24px;
    padding:40px 35px;

    text-decoration:none;

    color:inherit;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;
    flex-direction:column;

}

.card-esperienza:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 45px rgba(0,0,0,.14);

}

.icona-esperienza{

    width:80px;
    height:80px;

    border-radius:50%;

    background:#6F8A69;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:34px;

    margin-bottom:25px;

}

.card-esperienza h3{

    font-size:30px;

    margin-bottom:18px;

    color:#222;

}

.card-esperienza p{

    color:#666;

    line-height:1.8;

    flex:1;

}

.card-esperienza span{

    margin-top:30px;

    color:#6F8A69;

    font-weight:700;

    transition:.3s;

}

.card-esperienza:hover span{

    transform:translateX(8px);

}

/* ========================================= */
/* CTA EVENTI */
/* ========================================= */

.cta-eventi{

    padding:100px 8%;

    background:#f8f6f2;

}

.cta-eventi-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    background:white;

    padding:70px 60px;

    border-radius:28px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.cta-eventi-box span{

    display:block;

    color:#6F8A69;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.cta-eventi-box h2{

    font-size:46px;

    color:#222;

    margin-bottom:25px;

}

.cta-eventi-box p{

    color:#666;

    line-height:1.9;

    font-size:19px;

    max-width:700px;

    margin:0 auto 40px;

}

/* ========================================= */
/* HERO BENTO */
/* ========================================= */

.hero-bento{

    min-height:85vh;

    background:
    linear-gradient(rgba(0,0,0,.35),
    rgba(0,0,0,.35)),
    url("images/bento-hero.jpg");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:40px;

}

.hero-bento-testo{

    max-width:850px;

    background:rgba(0,0,0,.28);

    backdrop-filter:blur(10px);

    padding:50px 60px;

    border-radius:25px;

    color:white;

    border:1px solid rgba(255,255,255,.15);

}

.hero-bento h1{

    font-size:68px;

    margin:20px 0;

}

.hero-bento p{

    font-size:22px;

    line-height:1.8;

    margin-bottom:40px;

}

.btn-hero-bento{

    display:inline-block;

    padding:18px 42px;

    background:#4f7a40;

    color:white;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-hero-bento:hover{

    background:#3d6231;

    transform:translateY(-3px);

}

/* ========================================= */
/* INTRO BENTO */
/* ========================================= */

.intro-bento{

    padding:100px 8%;

    background:#ffffff;

}

.intro-bento-contenitore{
    max-width:900px;
    margin:auto;
    padding:70px 50px;

    border-top:2px solid #8ea77c;
    border-bottom:2px solid #8ea77c;
    border-radius:25px;

    text-align:center;
}

.intro-bento h2{

    font-size:48px;

    color:#222;

    margin:20px 0;

}

.intro-bento p{

    font-size:20px;

    line-height:1.9;

    color:#666;

}

/* ========================================= */
/* COLLEZIONI BENTO */
/* ========================================= */

.collezioni-bento{

    padding:30px 8% 100px;

    background:#ffffff;

}

.griglia-collezioni{

    max-width:1300px;

    margin:60px auto 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.card-collezione::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:8px;

    background:#6F8A69;

}

.pokemon::before{

    background:#f4c542;

}

.onepiece::before{

    background:#c94a4a;

}

.sailormoon::before{

    background:#e98ab5;

}

.dragonball::before{

    background:#f28c28;

}

.studioghibli::before{

    background:#0cee3d;

}

.prossimamente::before{

    background:#6F8A69;

}

.card-collezione{

    background:#f8f6f2;

    border-radius:24px;

    padding:40px 35px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

    display:flex;

    flex-direction:column;

    position:relative;

    overflow:hidden;

}

.card-collezione:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.14);

}

.card-collezione h3{

    font-size:30px;

    color:#222;

    margin-bottom:20px;

}

.card-collezione p{

    color:#666;

    line-height:1.8;

    flex:1;

    margin-bottom:30px;

}

.card-collezione a{

    text-decoration:none;

    color:#63865b;

    font-weight:700;

    transition:.3s;

}

.card-collezione:hover a{

    transform:translateX(8px);

}

.badge-bento{

    display:inline-flex;

    width:fit-content;

    padding:8px 16px;

    background:#7b8579;

    color:white;

    border-radius:30px;

    font-size:12px;

    letter-spacing:1px;

    font-weight:700;

    margin-bottom:18px;

    text-transform:uppercase;

}

.evento-bento{

    padding-top:40px;
    padding-right:8%;
    padding-bottom:100px;
    padding-left:8%;

}

.titolo-evento{

    text-align:center;
    margin-bottom:25px;

}

.titolo-evento h2{

    font-size:40px;

    margin-top:15px;
    margin-bottom:35px;

}

.evento-contenuto{

    display:grid;

    grid-template-columns:500px 1fr;

    gap:60px;

    align-items:start;

}

.evento-destra{
    display:flex;
    flex-direction:column;
    height:100%;
}

.evento-locandina{
    position:sticky;
    top:120px;
}

.evento-locandina img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.evento-testo{
    flex:1;
}

.evento-testo h3{

    font-size:22px;

    line-height:1.35;

    margin-bottom:20px;

    color:#2f4f2f;

}

.evento-testo p{

    font-size:17px;

    max-width:650px;

    line-height:1.8;

    color:#555;

    margin-bottom:18px;

}

.evento-foto{

    margin-top:70px;

}

.evento-foto img{

    width:100%;

    border-radius:24px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.galleria-box{
    display:flex;
    gap:20px;
    margin-top:35px;
    flex-wrap:wrap;
}

.galleria-box img{

    width:130px;
    display:block;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

    cursor:pointer;

    transition:.3s;
}

.galleria-box img:hover{

    transform:scale(1.05);

}

/* ========================================= */
/* ESPERIENZE PERSONALIZZATE */
/* ========================================= */

.hero-esperienze{
    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    background:
        linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
        url("images/logo-esperienze-personalizzate.png");

    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

.hero-box{

    backdrop-filter:blur(12px);

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.25);

    border-radius:25px;

    padding:50px;

    max-width:700px;

    text-align:center;

}

.hero-box h1{
    color:white;
    font-size:3rem;
    margin-bottom:20px;
}

.hero-box p{
    color:white;
    font-size:1.2rem;
    margin-bottom:35px;
}

.servizi-eventi{

    padding:100px 8%;

}

.griglia-servizi{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:60px;

}

.card-servizio{

    background:white;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

}

.card-servizio:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.card-servizio h3{

    color:#294c2b;

    margin-bottom:18px;

}

.card-servizio p{

    line-height:1.8;

    color:#555;

}

.come-lavoriamo{

padding:100px 8%;

background:#f8f8f8;

text-align:center;

}

.step-eventi{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.step{

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.step span{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

background:#294c2b;

color:white;

font-size:28px;

font-weight:bold;

border-radius:50%;

margin:auto auto 25px;

}

.cta-eventi{

    padding:40px 20px 70px;

    display:flex;

    justify-content:center;

    background:#f7f7f7;

}

.cta-box{

    max-width:800px;

    width:100%;

    background:white;

    border-radius:25px;

    padding:60px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.cta-box h2{

    font-size:42px;

    color:#294c2b;

    margin-bottom:20px;

}

.cta-box p{

    font-size:19px;

    line-height:1.8;

    color:#555;

    margin-bottom:35px;

}

.intro-esperienze{
    padding:50px 20px 20px;
    display:flex;
    justify-content:center;
}

.intro-card{
    max-width:900px;
    background:#f6f4ef;
    border:1px solid #d7c8a5;
    border-left:6px solid #55724b;
    border-radius:18px;
    padding:45px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

.intro-card h2{
    font-size:2.4rem;
    color:#2f5132;
    margin-bottom:25px;
}

.intro-card p{
    font-size:1.1rem;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

.intro-card p:last-child{
    margin-bottom:0;
}

.intro-card h2::after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#6d8a5d;
    border-radius:10px;
    margin:18px auto 0;
}

/* HERO CATERING */

.hero-catering{
    position:relative;
    width:100%;
    height:90vh;
    background-image:url("images/catering/hero-catering.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.hero-content{
    position:relative;
    z-index:2;
    text-align:center;

    background:#fdfbf7;
    color:#444;

    max-width:560px;
    width:100%;

    padding:55px;

    border-top:3px solid #6f8b57;
    border-bottom:3px solid #6f8b57;
    border-left:none;
    border-right:none;
    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.hero-tag{
    display:inline-block;
    padding:8px 20px;
    background:#6f8b57;
    color:#fff;
    border-radius:3opx;
    font-weight:600;
    letter-spacing:4px;
    font-size:14px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.hero-content h1{
    font-size:68px;
    color:#2f2f2f;
    margin-bottom:20px;
    font-family: "Cormorant Garamond", serif;
}

.hero-content p{
    font-size:22px;
    color:#666;
    line-height:1.7;
    margin-bottom:45px;
}

.btn-hero{
    display:inline-block;
    padding:16px 38px;
    background:#6f8b57;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    transition:.3s;
}

.btn-hero:hover{
    background:#5d7448;
}

.intro-catering{
    margin-top:60px;
    margin-bottom:90px;

    position:relative;
    z-index:10;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:0 20px;

}

/* GALLERIA CATERING */

.galleria-catering{
    padding:60px 20px 40px;
    background:#fff;
}

.galleria-catering .container{
    max-width:1000px;
    margin:auto;
}

.galleria-catering h2{
    text-align:center;
    font-size:50px;
    margin-bottom:15px;
    font-family:"Cormorant Garamond", serif;
}

.galleria-catering p{
    text-align:center;
    color:#666;
    max-width:700px;
    margin:0 auto 50px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.gallery-grid a{
    display:block;
    overflow:hidden;
    border-radius:20px;
}

.gallery-grid img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
    transition:.35s;
}

.gallery-grid img:hover{
    transform:scale(1.05);
}

/* PREVENTIVO CATERING */

.preventivo{
    padding:100px 20px;
    background:#f8f6f2;
    text-align:center;
}

.preventivo .container{
    max-width:800px;
    margin:0 auto;
}

.preventivo h2{
    font-size:48px;
    color:#2f2f2f;
    margin-bottom:20px;
    font-family:"Cormorant Garamond", serif;
}

.preventivo p{
    font-size:20px;
    color:#666;
    line-height:1.8;
}

.preventivo{
    padding:100px 20px;
    background:#f8f6f2;
}

.preventivo .container{
    max-width:900px;
    margin:auto;
}

.preventivo h2{
    text-align:center;
    font-size:52px;
    color:#2f2f2f;
    margin-bottom:20px;
    font-family:"Cormorant Garamond", serif;
}

.intro-preventivo{
    text-align:center;
    max-width:650px;
    margin:0 auto 50px;
    color:#666;
    line-height:1.8;
}

.form-preventivo{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.form-preventivo input,
.form-preventivo select,
.form-preventivo textarea{
    width:100%;
    padding:16px;
    border:1px solid #d8d8d8;
    border-radius:12px;
    font-size:16px;
    background:#fff;
    font-family:inherit;
    box-sizing:border-box;
}

.form-preventivo textarea{
    resize:vertical;
}

.form-preventivo input:focus,
.form-preventivo select:focus,
.form-preventivo textarea:focus{
    outline:none;
    border-color:#6f8b57;
}

.form-preventivo .btn-hero{
    align-self:center;
    margin-top:20px;
}

/* PAGINA GRAZIE */

.pagina-grazie{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 20px;
}

.grazie-box{
    max-width:700px;
    margin:auto;
    text-align:center;
    background:#fff;
    padding:60px 40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.check-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#6f8b57;
    color:#fff;
    font-size:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.grazie-box h1{
    font-size:52px;
    color:#2f2f2f;
    margin-bottom:20px;
    font-family:"Cormorant Garamond", serif;
}

.grazie-box p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.grazie-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;
}

.btn-outline{
    display:inline-block;
    padding:15px 35px;
    border:2px solid #6f8b57;
    color:#6f8b57;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.btn-outline:hover{
    background:#6f8b57;
    color:#fff;
}

/* PAGINA NATALE */

body.natale{
    background-image: url("images/legno.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.luci-natale{
    width:100%;
    text-align:center;
}

.luci-natale img{
    width:100%;
    object-fit:cover
}

.hero-natale{

    background:#fff9ef;

    border-radius:30px;

    padding:80px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.natale .card{

background:#fffdf7;

border-radius:20px;

padding:30px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

