body{
    font-family:Arial,sans-serif;
    margin:0;
    background:#f4f7f9;
    color:#333;
	line-height:1.5;
}
header {
    background-color:#2c7be5;
    color:white;
    padding:12px 30px;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
	line-height:1;
}
.header-content{
    max-width:1180px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.header-title h1{
    margin:0;
    font-size:2rem;
	line-height:1.1;
}
.header-title p{
    margin:5px 0 0;
    font-size:1rem;
}
.header-button{
    display:flex;
    align-items:center;
    gap:8px;
    background:white;
    color:#2c7be5;
    padding:11px 22px;
    border-radius:25px;
    font-weight:600;
    text-decoration:none;
    transition:.25s;
}
.header-button:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.header-button span{
    transition:.25s;
}
.header-button:hover span{
    transform:translateX(5px);
}
.header-content.header-normal {
    display: flex;
}
.header-content.header-compact {
    display: none;
}
.container{
    max-width:1000px;
    margin:30px auto;
    padding:35px;
    background:white;
    border-radius:8px;
    box-shadow:0 12px 24px rgba(0,0,0,.15);
}
.breadcrumb{
    font-size:.9rem;
    color:#777;
    margin-bottom:20px;
}
.breadcrumb a{
    color:#2c7be5;
    text-decoration:none;
}
h1{
    margin-bottom:10px;
	font-size:1.55rem;
}
h2{
    color:#2c7be5;
    margin-top:45px;
}
.intro{
    font-size:1.15rem;
    color:#666;
    margin-bottom:30px;
}
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
    margin-top:25px;
}
.card{
    background:#f1f5f9;
    border-radius:8px;
    padding:20px;
    transition:.25s;
    border-left:5px solid #2c7be5;
}
.card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.12);
    background:white;
}
.card h3{
    margin-top:0;
    color:#2c7be5;
    font-size:1rem;
}
ul{
    padding-left:20px;
}
li{
    margin-bottom:10px;
}
.cta{
    margin-top:50px;
    background:#2c7be5;
    color:white;
    padding:35px;
    border-radius:10px;
    text-align:center;
}
.cta h2{
    color:white;
    margin-top:0;
}
.button{
    display:inline-block;
    margin-top:20px;
    padding:14px 28px;
    background:white;
    color:#2c7be5;
    text-decoration:none;
    font-weight:bold;
    border-radius:6px;
    transition:.2s;
}
.button:hover{
    background:#f1f5f9;
}

.visita-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
	background: linear-gradient(135deg, #eef8fd 0%, #f8fcfe 100%);
	border-left: 5px solid #6bb5dd;
    padding: 22px 25px;
    margin: 30px 0 45px;
    border-radius: 12px;
}
.visita-info-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}
.visita-info-icon svg {
    width: 100%;
    height: 100%;
    fill: #5da9d6;
}
.visita-info-text strong {
    display: block;
    color: #245b7a;
    font-size: 1.05rem;
    margin-bottom: 6px;
}
.visita-info-text p {
    margin: 0 0 8px;
    color: #444;
    line-height: 1.5;
}
.visita-info-text a {
    color: #287fae;
    font-weight: 600;
    text-decoration: none;
}
.visita-info-text a:hover {
    text-decoration: underline;
}

.province-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
    margin-top:25px;
}
.province-box {
    background:#f1f5f9;
    border-radius:8px;
    padding:30px 20px;
    text-align:center;
	text-decoration:none;
	color:inherit;
    transition:.25s;
    border:2px solid transparent;
}
.province-box:hover {
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.12);
    background:white;
}
.province-box h3 {
    margin:0;
    font-size:1.5rem;
    letter-spacing:1px;
    text-transform:uppercase;
}
.province-box.parma {
    border-color:#2c7be5;
    background:rgba(44,123,229,0.20);
}
.province-box.cremona {
    border-color:#4caf50;
    background:rgba(76,175,80,0.20);
}
.province-box.mantova {
    border-color:#d98c2b;
    background:rgba(217,140,43,0.20);
}
.province-box:hover {
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.12);
}

/* =========================================================
   ULTERIORI APPROFONDIMENTI
   ========================================================= */

.approfondimenti {
    margin-top: 55px;
    padding: 35px;
    background: #f1f5f9;
    border-radius: 12px;
}
.approfondimenti-header {
    text-align: center;
    margin-bottom: 28px;
}
.approfondimenti-header h2 {
    margin: 0 0 8px;
    color: #2c7be5;
}
.approfondimenti-header p {
    margin: 0;
    color: #64748b;
}
.approfondimenti-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.approfondimento-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 175px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}
.approfondimento-card:hover {
    transform: translateY(-3px);
    border-color: #2c7be5;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.approfondimento-card h3 {
    margin: 0 0 10px;
    color: #2c7be5;
    font-size: 1.08rem;
    line-height: 1.3;
}
.approfondimento-card p {
    margin: 0;
    color: #64748b;
    font-size: .94rem;
    line-height: 1.55;
}
.approfondimento-arrow {
    display: block;
    margin-top: 18px;
    color: #2c7be5;
    font-size: 1.25rem;
    font-weight: 600;
    transition: transform .2s ease;
}
.approfondimento-card:hover .approfondimento-arrow {
    transform: translateX(4px);
}

footer{
    text-align:center;
    padding:20px;
    background:#2c7be5;
    color:white;
    margin-top:40px;
}
footer a{
    color:inherit;
    text-decoration:underline;
}
footer,
footer a{
    color:#fff;
}

@media(max-width:768px){

.contacts,
.faq-items{
    grid-template-columns:1fr;
}
    header{
        position:sticky;
        top:0;
        z-index:1000;
        padding:0;
        transition:all .3s ease;
    }
    .header-content{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:14px 15px;
        transition:all .3s ease;
    }
    .header-title{
        flex:1;
        min-width:0;
		text-align:center;
    }
    .header-title h1{
        margin:0;
        font-size:1.45rem;
        line-height:1.15;
        transition:all .3s ease;
    }
    .header-title p{
        margin:4px 0 0;
        font-size:.82rem;
        line-height:1.3;
        opacity:1;
        max-height:40px;
        overflow:hidden;
        transition:all .3s ease;
    }
    .header-button{
        margin-left:15px;
        display:none;
        align-items:center;
        justify-content:center;
        padding:10px 16px;
        border-radius:22px;
        font-size:.9rem;
        white-space:nowrap;
        transition:all .3s ease;
    }

	header.scrolled .header-content.header-normal {
		display: none;
	}
	header.scrolled .header-content.header-compact {
		display: flex;
	}
    header.scrolled{
        box-shadow:0 6px 18px rgba(0,0,0,.15);
    }
    header.scrolled .header-content{
        padding:8px 15px;
    }
    header.scrolled .header-title h1{
        font-size:1rem;
    }
    header.scrolled .header-title p{
        opacity:0;
        max-height:0;
        margin:0;
    }
    header.scrolled .header-button{
		display:flex;
        align-items:center;
        justify-content:center;
        padding:8px 8px;
        font-size:.7rem;
    }
	.container{
		margin:18px 12px;
		padding:20px;
	}
    .services{
        grid-template-columns:1fr;
    }
 	.service{
		padding:22px;
	}
	.service h3{
		font-size:1.15rem;
	}
	.service p{
		font-size:.95rem;
		line-height:1.6;
	}
	.hero-wrapper{
		grid-template-columns:1fr;
		gap:25px;
	}
	.hero-image{
		width:100%;
        height:320px;
        margin:0;
	}
    .hero-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center 18%;
        border-radius:20px;
    }
    .hero-text{
        display:block;
        text-align:left;
    }
    .hero-title{
        font-size:1.6rem;
        line-height:1.1;
        margin-bottom:20px;
    }
    .hero-intro{
        font-size:1.05rem;
        line-height:1.7;
        text-align:left;
    }
    .hero-quote{
        margin:0px 0px;
        max-width:none;
        padding-left:8px;
    }
    .hero-quote p{
        font-size:1.6rem;
    }
    .profile-link-wrapper{
        text-align:center;
    }
	.pathology-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }
    .pathology-link{
        width:100%;
        line-height:1.5;
    }
    .pathology-header h2{
        font-size:1.45rem;
        line-height:1.3;
    }
	.visita-info-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .visita-info-text p {
        font-size: .95rem;
    }	
    .province-grid {
        grid-template-columns: repeat(2, 1fr);
        gap:12px;
    }
    .province-box {
        padding:25px 10px;
    }
    .province-box.mantova {
        grid-column:1 / 3;
        width:50%;
        justify-self:center;
    }

	.approfondimenti {
        margin-top: 40px;
        padding: 25px 18px;
    }
    .approfondimenti-header {
        margin-bottom: 22px;
    }
    .approfondimenti-header h2 {
        font-size: 1.45rem;
    }
    .approfondimenti-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .approfondimento-card {
        min-height: auto;
        padding: 20px;
    }
}