/*
Theme Name: 	fazio
Description: 	Responsive WordPress Theme based on Boostrap and Font Awesome.
Version:     	1.0.0
Author:     	Ness Communication
Author URI:   http://www.nesscommunication.com
Site:         http://www.nesscommunication.com
Text Domain: 	fazio
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
*/


/*--------------------------
Reset & Base
--------------------------*/

body, html { font-family: "Lexend", sans-serif; font-size: 1em; color: #000; }
* { box-sizing: border-box; }

hr { border: none; border-bottom: 1px solid; }
pre { overflow: hidden; }
figure { margin: 0; }
a { color: #000; }
img { width: 100%; height: auto; }

input { border: 1px solid; }
input, textarea, select, button {
	width: auto;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*--------------------------
CSS Variables
--------------------------*/

:root {
	--blue:       #0075F1;
	--green:      #00C786;
	--dark:       #0A1B2C;
	--white:      #FFFFFF;
	--light-bg:   #E5EAED;
	--text-muted: #6B7A99;
	--radius:     16px;
	--radius-sm:  30px;
	--shadow:     0 4px 24px rgba(26,110,255,.12);
}


/*--------------------------
Layout & Utilities
--------------------------*/

h1, h2, h3, h4, h5 { font-weight: 500; margin: 0; }
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
p  { margin: 0; line-height: 26px; }

.width-wrap { max-width: 1600px; margin: 0 auto; padding: 0 40px; }

.d-f  { display: flex; flex-wrap: wrap; }
.fd-c { flex-direction: column; }

.jc-c  { justify-content: center; }
.jc-sb { justify-content: space-between; }
.jc-fs { justify-content: flex-start; }
.jc-fe { justify-content: flex-end; }

.ac-c  { align-content: center; }
.ac-fs { align-content: flex-start; }
.ac-fe { align-content: flex-end; }

.ai-c  { align-items: center; }
.ai-fs { align-items: flex-start; }
.ai-fe { align-items: flex-end; }

.ta-l { text-align: left; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }

.tt-u { text-transform: uppercase; }

.w-33  { width: 33.33%; }
.w-50  { width: 50%; }
.w-66  { width: 66.66%; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }

.p-0  { padding: 0; }    .pl-0 { padding-left: 0; }  .pr-0 { padding-right: 0; }
.p-10 { padding: 10px; } .p-20 { padding: 20px; }     .p-30 { padding: 30px; }
.p-40 { padding: 40px; } .p-50 { padding: 50px; }     .p-60 { padding: 60px; }

.pb-0  { padding-bottom: 0; }   .pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-60 { padding-bottom: 60px; }

.pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-60 { padding-top: 60px; }

.m-0  { margin: 0; }     .ml-0 { margin-left: 0; }    .mr-0 { margin-right: 0; }
.m-10 { margin: 10px; }  .m-20 { margin: 20px; }      .m-30 { margin: 30px; }
.m-40 { margin: 40px; }  .m-50 { margin: 50px; }      .m-60 { margin: 60px; }

.mb-0  { margin-bottom: 0; }    .mb-10 { margin-bottom: 10px; }  .mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; }  .mb-60 { margin-bottom: 60px; }

.mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } .mt-60 { margin-top: 60px; }

.fw-1 { font-weight: 100; } .fw-2 { font-weight: 200; } .fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; } .fw-5 { font-weight: 500; } .fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; } .fw-8 { font-weight: 800; } .fw-9 { font-weight: 900; }

.fs-12 { font-size: 0.75em; }    .fs-13 { font-size: 0.8125em; }  .fs-14 { font-size: 0.875em; }
.fs-15 { font-size: 0.9375em; }  .fs-16 { font-size: 1em; }       .fs-17 { font-size: 1.0625em; }
.fs-18 { font-size: 1.125em; }   .fs-19 { font-size: 1.1875em; }  .fs-20 { font-size: 1.25em; }
.fs-21 { font-size: 1.312em; }   .fs-22 { font-size: 1.375em; }   .fs-23 { font-size: 1.4375em; }
.fs-24 { font-size: 1.5em; }     .fs-25 { font-size: 1.5em; }     .fs-26 { font-size: 1.625em; }
.fs-27 { font-size: 1.6875em; }  .fs-28 { font-size: 1.75em; }    .fs-29 { font-size: 1.8125em; }
.fs-30 { font-size: 1.875em; }   .fs-31 { font-size: 1.9375em; }  .fs-32 { font-size: 2em; }
.fs-33 { font-size: 2.0625em; }  .fs-34 { font-size: 2.125em; }   .fs-35 { font-size: 2.1875em; }
.fs-36 { font-size: 2.25em; }    .fs-37 { font-size: 2.3125em; }  .fs-38 { font-size: 2.375em; }
.fs-39 { font-size: 2.4375em; }  .fs-40 { font-size: 2.5em; }     .fs-41 { font-size: 2.5625em; }
.fs-42 { font-size: 2.625em; }   .fs-100 { font-size: 6.25em; }


/*--------------------------
Global Helpers
--------------------------*/

.text-green    { color: var(--green); }
.section-label { font-size: 1.5em; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: .5rem; display: block; }
.section-label--white { color: var(--white); }
.section-label--teal  { color: var(--blue); }
.section-title    { font-size: 4em; font-weight: 700; line-height: 1.1; color: var(--dark); margin-bottom: 1rem; text-transform: uppercase; }
.section-subtitle { color: var(--dark); margin-bottom: 2rem; }

.button { padding: 5px 30px; border: 1px solid; width: auto; text-align: center; display: inline-block; border-radius: 20px; text-decoration: none; margin-left: 5px; text-transform: uppercase; font-size: 14px; font-weight: 600; }


/*--------------------------
Buttons
--------------------------*/

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.5rem; border-radius: 50px; font-weight: 700; font-size: 1em; text-decoration: none; cursor: pointer; border: none; transition: opacity .2s, transform .15s; white-space: nowrap; }
.btn:hover         { opacity: .88; transform: translateY(-1px); }
.btn--green        { background: var(--green); color: var(--white); }
.btn--outline-dark { background: transparent; border: 2px solid var(--dark); color: var(--dark); }
.btn--white-outline{ background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn--dark-pill    { background: var(--dark); color: var(--white); }
.btn--blue-pill    { background: var(--blue); color: var(--white); }
.btn--large        { padding: 16px 40px; font-size: 1.05em; display: inline-flex; align-items: center; gap: 10px; }
.btn--large img    { height: 24px; width: auto; }
.btn--wa           { align-items: center; gap: 20px; padding: 10px 40px; }
.btn--wa img       { width: 30px; height: auto; }
.btn--wa div       { display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start; }
.btn__tit          { font-size: 1em; width: 100%; }
.btn__sub          { font-size: 1em; font-weight: 400; }
.btn--green img{height: 37px; width: auto;}

/*--------------------------
Header
--------------------------*/

.header { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; padding: 20px 0; position: fixed; top: 0; width: 100%; z-index: 999; background: #0A1B2C; }
.header__logo { color: #fff; text-decoration: none; display: block; height: 55px; width: auto; }
.header__menu { padding: 0; margin: 0; list-style-type: none; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 60px; align-items: center; align-content: center; }
.header__menu .menu-item { display: inline-block; }
.header__menu .menu-item a { padding: 0; text-decoration: none; line-height: 15px; font-weight: 500; display: inline-block; color: #fff; text-transform: uppercase; }
.header__menu .menu-item.current-menu-item a { text-decoration: none; }
.header__menu .menu-item.button-menu a { background: #00C786; padding: 15px 20px; border-radius: 50px; position: relative; display: flex; align-items: center; text-transform: none; text-decoration: none !important; }
.header__menu .menu-item.button-menu a:before { content: ''; background-image: url(https://www.millepaperelle.info/wp-content/uploads/2026/05/wa-fazio-white.png); background-size: contain; background-repeat: no-repeat; height: 30px; width: 30px; display: inline-block; margin-right: 10px; }
.header__icon-bar { display: none; }


/*--------------------------
Dropdown Menu — 3 livelli
Desktop: hover | Mobile: click
--------------------------*/

.header__menu > li.menu-item-has-children { position: relative; }
.header__menu > li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	border-right: 2px solid rgba(255,255,255,0.65);
	border-bottom: 2px solid rgba(255,255,255,0.65);
	transform: rotate(45deg) translateY(-2px);
	margin-left: 6px;
	vertical-align: middle;
	transition: transform 0.2s;
	margin-bottom: 3px;
}

.header__menu .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 220px;
	background: #0A1B2C;
	border-top: 3px solid #00C786;
	box-shadow: 0 8px 32px rgba(0,0,0,0.35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 1000;
}
.header__menu > li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header__menu .sub-menu .menu-item.current-menu-item a { background: rgba(0,199,134,0.5); color: #00C786 !important; }
.header__menu .sub-menu li { display: block; position: relative; }
.header__menu .sub-menu li + li { border-top: 1px solid rgba(255,255,255,0.07); }
.header__menu .sub-menu li a { display: flex !important; align-items: center; justify-content: space-between; padding: 15px !important; font-size: 13px !important; font-weight: 500 !important; color: rgba(255,255,255,0.85) !important; text-transform: uppercase !important; white-space: nowrap; line-height: 1.4 !important; transition: background 0.15s, color 0.15s; }
.header__menu .sub-menu li a:hover { background: rgba(0,199,134,0.12); color: #00C786 !important; }

.header__menu .sub-menu .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	border-right: 2px solid rgba(255,255,255,0.5);
	border-bottom: 2px solid rgba(255,255,255,0.5);
	transform: rotate(-45deg);
	margin-left: auto;
	flex-shrink: 0;
	transition: border-color 0.15s;
}
.header__menu .sub-menu .menu-item-has-children:hover > a::after { border-color: #00C786; }

.header__menu .sub-menu .sub-menu {
	top: -2.5px;
	left: 100%;
	border-top: 3px solid #00C786;
	transform: translateX(-6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.header__menu .sub-menu li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/*--------------------------
CF7 Form
--------------------------*/

.wpcf7 form { display: block; }

.cf7-row { display: flex; gap: 16px; margin-bottom: 16px; }
.cf7-row--full { flex-direction: column; }

.cf7-label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--dark);
}
.cf7-label abbr { text-decoration: none; color: var(--blue); }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1.5px solid #D0D8E8;
	border-radius: 10px;
	background: #F7F9FC;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--dark);
	text-transform: none;
	margin: 0;
	transition: border-color 0.2s, box-shadow 0.2s;
	appearance: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(0,117,241,0.12);
	background: #fff;
}
.wpcf7 select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7A99' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 38px;
	cursor: pointer;
}
.wpcf7 textarea { height: 130px; resize: vertical; }

.cf7-privacy { margin-bottom: 20px; }
.wpcf7 .wpcf7-acceptance { display: flex; align-items: flex-start; gap: 10px; }
.wpcf7-list-item { margin: 0; }
.wpcf7-list-item-label { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }
.wpcf7-list-item-label a { color: var(--blue); font-weight: 600; }
.wpcf7 .wpcf7-acceptance input[type="checkbox"] { width: auto; height: auto; min-width: auto; margin-top: 0; cursor: pointer; accent-color: var(--blue); }

.wpcf7 input[type="submit"] {
	background: var(--green);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 14px 36px;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.15s;
	width: auto;
	text-transform: none;
	margin: 0;
}
.wpcf7 input[type="submit"]:hover { opacity: 0.88; transform: translateY(-1px); }

.wpcf7 .wpcf7-not-valid-tip { font-size: 0.78rem; color: #E53E3E; margin-top: 4px; }
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid { border-color: #E53E3E; box-shadow: 0 0 0 3px rgba(229,62,62,0.1); }

.wpcf7 .wpcf7-response-output { border-radius: 10px; padding: 12px 16px; margin-top: 16px; font-size: 0.9rem; border: none; }
.wpcf7 .wpcf7-mail-sent-ok { background: #E8F9F3; color: #00875A; }
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked,
.wpcf7 .wpcf7-validation-errors { background: #FEF2F2; color: #C53030; }

span.wpcf7-spinner { position: absolute; bottom: 40px; left: 0; right: 0; }

.contact-form-tips { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 10px; }
.contact-form-tips li { font-size: 0.95em; color: var(--text-muted); }


/*--------------------------
Home — Hero
--------------------------*/

#hero { position: relative; overflow: hidden; min-height: 75dvh; padding: 60px 0; display: flex; align-items: center; margin-top: 90px; }

.hero__bg-slider { position: absolute; inset: 0; z-index: 0; }
.hero__bg-slider .swiper-slide { background-size: cover; background-position: center; background-repeat: no-repeat; }

.hero__container { position: relative; z-index: 2; display: flex; align-items: center; gap: 100px; flex-wrap: wrap; }

.hero__card { background: #E5EAED; border-radius: var(--radius); padding: 2.5rem; box-shadow: 3px 3px 12px rgba(0,0,0,0.3); flex: 1; }
.hero__title         { font-size: 4em; font-weight: 900; line-height: 1.1; color: var(--dark); margin-bottom: .75rem; }
.hero__title--green  { color: var(--green); }
.hero__subtitle      { color: #0A2540; font-size: 1em; line-height: 1.6; margin: 30px 0; max-width: 450px; }
.hero__cta-group     { display: flex; gap: .75rem; margin-bottom: 2rem; }
.hero__stats         { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.hero__stat          { display: flex; flex-direction: column; padding: 10px 0; border-right: 1px solid #00C786; flex: 1; }
.hero__stat:last-of-type { border-right: 0; }
.hero__stat-number   { font-size: 1.4rem; font-weight: 900; color: var(--blue); }
.hero__stat-label    { font-size: 1em; color: var(--dark); }

.hero__info-col      { flex: 1; display: flex; flex-direction: column; gap: 1rem; padding-top: 1rem; }
.hero__info-box      { display: flex; }
.hero__info-box a    { display: flex; align-items: center; gap: 1rem; border-radius: var(--radius); padding: 1.1rem 1.4rem; box-shadow: 3px 3px 12px rgba(0,0,0,0.3); color: var(--blue); text-decoration: none; }
.hero__info-box img  { height: 80px; width: auto; }
.hero__info-box--light img { height: 55px; width: auto; }
.hero__info-box strong { display: block; font-size: 1.625em; font-weight: 700; }
.hero__info-box span   { font-size: 1em; opacity: 1; font-weight: 300; }
.hero__info-box--blue a    { background: rgba(32,134,243,.75); color: var(--white); width: 100%; }
.hero__info-box--light a   { background: rgba(229,234,237,.75); color: var(--blue); flex: 1; }
.hero__info-box--light strong { font-size: 1.5em; }
.hero__info-row      { display: flex; gap: 1rem; }


/*--------------------------
Home — WhatsApp Banner
--------------------------*/

.wa-banner         { background: var(--green); padding: 1.25rem 1.5rem; }
.wa-banner__inner  { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 0 40px; }
.wa-banner__left   { display: flex; align-items: center; gap: 1rem; color: var(--white); }
.wa-banner__left img    { height: 40px; width: auto; }
.wa-banner__left strong { display: block; font-size: 1.5em; font-weight: 700; }
.wa-banner__left span   { font-size: .85rem; opacity: .9; }


/*--------------------------
Home — Services
--------------------------*/

.services          { padding: 5rem 0 0; background: var(--white); }
.services__category { margin-bottom: 3.5rem; }
.services .section-label    { margin-top: 0; }
.services .section-title    { margin-bottom: 0; }
.services .section-subtitle { margin-bottom: 6em; }

#trattamenti { padding: 3.5rem 0; background: #E5EAED; }
#trattamenti .services__category { margin-bottom: 0; }
.services__category-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.services__category-title  { font-size: 2em; font-weight: 600; color: var(--blue); text-transform: uppercase; width: 100%; margin-bottom: 10px; }
.services__category-title--black { color: var(--dark); }
.services__badge   { display: inline-block; background: var(--dark); color: var(--white); font-size: 1em; font-weight: 700; padding: 10px 15px; border-radius: 50px; margin-left: 0; }
.services__nav     { display: flex; gap: .5rem; }
.services__nav-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: var(--white); border: none; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; background-image: url(https://www.millepaperelle.info/wp-content/uploads/2026/05/arrow.png); background-size: 70%; background-repeat: no-repeat; background-position: center center; }
.swiper-btn-prev-odonto,
.swiper-btn-next-odonto { background-color: var(--dark); }
.swiper-button-disabled { opacity: .3; }
button.services__nav-btn.swiper-btn-next-estetici,
button.services__nav-btn.swiper-btn-next-odonto { transform: rotate(180deg); }
.services__swiper  { overflow: hidden; padding: 20px 0; }
.services__swiper .swiper-slide { width: auto; }

.services__card       { border-radius: var(--radius-sm); overflow: hidden; position: relative; cursor: pointer; transition: transform .2s; }
.services__card:hover { transform: translateY(-4px); }
.services__card img   { width: 100%; height: auto; display: block; }
.services__card-title { background: linear-gradient(180deg, #E5EAED 50%, transparent 100%); position: absolute; top: 0; left: 0; right: 0; padding: 0 20px; font-size: 1.5em; font-weight: 700; text-transform: uppercase; height: 50%; display: flex; align-items: center; align-content: center; }
.services__card--light .services__card-title { color: var(--blue); }
.services__card--blue .services__card-title  { background: linear-gradient(180deg, #0075F1 50%, transparent 100%); color: var(--white); }
.services__card p { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,0.9), transparent); padding: 20px; color: #fff; }

#servizi-extra { padding-top: 3.5em; }
.services__category-header-extra { flex-wrap: wrap; }
.services__list { display: flex; gap: 20px; margin-bottom: 40px; }

.service-block__image img { height: 100%; object-fit: cover; }


/*--------------------------
Home — Team
--------------------------*/

.team              { background: var(--blue); padding: 5rem 0 0; }
.team__container   { display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.team__text        { flex: 1; color: var(--white); padding-bottom: 5rem; }
.team__title       { font-size: 4em; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.team__desc        { line-height: 1.5em; margin-bottom: 2rem; font-size: 1em; font-weight: 400; }
.team__image       { flex: 1; border-radius: var(--radius); overflow: hidden; align-self: flex-end;}
.team__image img   { width: 100%; display: block; object-fit: cover; }


/*--------------------------
Home — Studio
--------------------------*/

.studio              { padding: 5rem 0; background: var(--white); }
.studio__container   { padding: 0 40px; }
.studio__desc        { color: var(--dark); line-height: 1.7; margin: 0 auto 2.5rem; }
.studio__slider-wrap { position: relative; display: flex; align-items: center; gap: 1rem; }
.studio__swiper      { overflow: hidden; border-radius: var(--radius); flex: 1; }
.studio__swiper img  { width: 100%; display: block; border-radius: var(--radius); }
.studio__cta-wrap    { margin-top: 2rem; }
.studio__nav         { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: var(--white); border: none; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; background-image: url(https://www.millepaperelle.info/wp-content/uploads/2026/05/arrow.png); background-size: 70%; background-repeat: no-repeat; background-position: center center; }
button.studio__nav.studio__nav--next.swiper-btn-next-studio { transform: rotate(180deg); }


/*--------------------------
Home — Parking
--------------------------*/

.parking             { background: var(--dark); padding: 5rem 0; }
.parking__container  { display: flex; align-items: stretch; gap: 3rem; flex-wrap: wrap; padding: 0 40px; }
.parking__text       { flex: 6; color: var(--white); }
.parking__title      { font-size: 4em; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.parking__desc       { line-height: 1.7; margin-bottom: 1.5rem; }
.parking__list       { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
.parking__list li    { color: var(--white); font-weight: 400; font-size: 1.5em; }
.parking__list li span { color: var(--green); }
.parking__map        { flex: 4; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.parking__map iframe { height: 100%; }
.parking__map .cmplz-placeholder-parent { height: 100%; }

/*--------------------------
Home — Social / Instagram
--------------------------*/

#instagram { background: var(--dark); padding: 5rem 0; }
#instagram .section-title { color: var(--white); }


/*--------------------------
Home — Reviews
--------------------------*/

.reviews               { padding: 5rem 0; background: var(--white); }
.reviews__container    { padding: 0 40px; }
.reviews__swiper       { overflow: visible; margin-top: 3rem; padding-bottom: 2.5rem; }
.reviews__card         { background: var(--white); border-radius: var(--radius); padding: 1.5rem; box-shadow: 0 2px 20px rgba(0,0,0,.08); display: flex; flex-direction: column; gap: .5rem; height: 100%; }
.reviews__avatar       { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; color: var(--white); flex-shrink: 0; }
.reviews__avatar--orange   { background: #E87D3E; }
.reviews__avatar--blue-av  { background: #4B6BCC; }
.reviews__avatar--green-av { background: #2DB37A; }
.reviews__meta         { display: flex; flex-direction: column; }
.reviews__meta strong  { font-size: .9rem; font-weight: 700; }
.reviews__meta span    { font-size: .75rem; color: var(--text-muted); }
.reviews__stars        { color: #F5A623; font-size: 1rem; letter-spacing: .05em; }
.reviews__card p       { font-size: .88rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.reviews__source       { font-size: .75rem; color: var(--blue); font-weight: 600; }
.reviews__pagination   { bottom: 0 !important; }
.reviews__pagination .swiper-pagination-bullet        { background: var(--blue); opacity: .3; }
.reviews__pagination .swiper-pagination-bullet-active { opacity: 1; }


/*--------------------------
Home — Contact
--------------------------*/

.contact               { padding: 5rem 0; background: var(--light-bg); }
.contact__container    { padding: 0 40px; }
.contact__maps         { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2.5rem 0 3rem; }
.contact__address      { font-size: 1em; color: var(--dark); }
.contact__cta-wrap     { display: flex; justify-content: center; }
.contact__map-block iframe { margin: 20px 0; }


/*--------------------------
Inner Pages — Global
--------------------------*/

.breadcrumb { padding: 120px 40px 20px; font-size: 0.875em; color: var(--text-muted); }
.breadcrumb a       { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span    { margin: 0 6px; }

.inner-hero          { padding: 180px 0 80px; }
.inner-hero--light   { background: var(--light-bg); }
.inner-hero--dark    { background: var(--dark); }
.inner-hero__title   { font-size: 4em; font-weight: 900; line-height: 1.1; color: var(--dark); margin-bottom: 1rem; text-transform: uppercase; }
.inner-hero--dark .inner-hero__title    { color: var(--white); }
.inner-hero__subtitle { font-size: 1.1em; color: var(--text-muted); max-width: 660px; line-height: 1.7; }
.inner-hero--dark .inner-hero__subtitle { color: rgba(255,255,255,0.75); }

.treatment-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.treatment-list li { padding: 10px 0 10px 28px; border-bottom: 1px solid #f0f0f0; position: relative; line-height: 1.5; }
.treatment-list li:last-child { border-bottom: none; }
.treatment-list li::before { content: ''; position: absolute; left: 0; top: 16px; width: 14px; height: 14px; background: var(--green); border-radius: 50%; }

.treatment-note  { font-size: 0.9em; color: var(--text-muted); font-style: italic; margin: 1rem 0; }
.treatment-alert { background: #FFF8E1; border-left: 4px solid #F59E0B; padding: 14px 18px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.5rem 0; font-size: 0.95em; }


/*--------------------------
Inner Pages — Treatment Hero
--------------------------*/

.treatment-hero        { padding: 60px 0 80px; background: var(--white); }
.treatment-hero--dark  { background: var(--dark); }
.treatment-hero__inner { gap: 60px; }
.treatment-hero__content { flex: 1; }
.treatment-hero__image { flex: 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.treatment-hero__image img { display: block; object-fit: cover; height: 100%; }
.treatment-hero__title { font-size: 4em; font-weight: 900; color: var(--dark); margin-bottom: 0.5rem; text-transform: uppercase; }
.treatment-hero__title--white { color: var(--white); }
.treatment-hero__claim { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; line-height: 1.2; color: var(--dark); margin-bottom: 1.5rem; }
.treatment-hero__claim--white { color: var(--white); }
.treatment-hero__desc  { color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.treatment-hero__desc--white { color: rgba(255,255,255,0.8); }
.treatment-hero__cta   { margin-top: 2rem; }


/*--------------------------
Inner Pages — Treatment Indications
--------------------------*/

.treatment-indications         { padding: 80px 0; background: var(--light-bg); }
.treatment-indications__inner  { gap: 60px; align-items: flex-start; }
.treatment-indications__text   { flex: 1; }
.treatment-indications__card   { flex: 0 0 300px; border-radius: var(--radius); padding: 2rem; background: var(--dark); color: var(--white); text-align: center;}
.treatment-indications__card h3 { font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.treatment-indications__card p  { color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 1.5rem; }
.treatment-indications__card p.btn__sub { margin: 10px 0; font-size: .875em; text-align: center; }
.treatment-indications__card--green { background: var(--dark); border-top: 4px solid var(--green); }
.treatment-indications__card--dark  { background: var(--dark); }


/*--------------------------
Inner Pages — Benefits Grid
--------------------------*/

.treatment-benefits { padding: 80px 0; background: var(--white); }
.benefits-grid      { gap: 24px; margin-top: 2rem; }
.benefit-card       { flex: 1; min-width: 200px; background: var(--light-bg); border-radius: var(--radius); padding: 1.75rem; border-top: 3px solid var(--green); }
.benefit-card__icon { font-size: 2rem; margin-bottom: 0.75rem; }
.benefit-card h3    { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.benefit-card p     { font-size: 0.9em; color: var(--text-muted); line-height: 1.6; }


/*--------------------------
Inner Pages — Compare Grid
--------------------------*/

.treatment-compare { padding: 80px 0; background: var(--light-bg); }
.compare-grid      { gap: 24px; margin-top: 2rem; }
.compare-card      { flex: 1; border-radius: var(--radius); padding: 2rem; }
.compare-card--pro { background: #E8F9F3; border: 2px solid var(--green); }
.compare-card--con { background: #FEF2F2; border: 2px solid #FDA4A4; }
.compare-card h3   { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; }


/*--------------------------
Inner Pages — Treatment CTA Box
--------------------------*/

.treatment-cta-section { padding: 60px 0; background: var(--white); }
.treatment-cta-box     { background: var(--light-bg); border-radius: var(--radius); padding: 2.5rem; gap: 40px; border-left: 5px solid var(--green); }
.treatment-cta-box h3  { font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.treatment-cta-box p   { color: var(--text-muted); }


/*--------------------------
Inner Pages — Treatment Info Section
--------------------------*/

.treatment-info-section { padding: 80px 0; background: var(--light-bg); }
.treatment-info-grid    { gap: 60px; align-items: flex-start; }
.info-block   { flex: 1; }
.info-block p { color: var(--text-muted); line-height: 1.7; margin-bottom: 0.5rem; }


/*--------------------------
Inner Pages — Treatment Advanced
--------------------------*/

.treatment-advanced          { padding: 80px 0; background: var(--light-bg); }
.treatment-advanced__inner   { gap: 60px; align-items: flex-start; }
.treatment-advanced__content { flex: 1; }
.treatment-advanced__content p { color: var(--text-muted); line-height: 1.7; }
.treatment-advanced__card    { flex: 0 0 300px; background: var(--dark); color: var(--white); border-radius: var(--radius); padding: 2rem; border-top: 4px solid var(--green); }
.treatment-advanced__card h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.treatment-advanced__card p  { color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 1.5rem; }


/*--------------------------
Inner Pages — Implantologia Stats
--------------------------*/

.implant-stats       { padding: 60px 0; background: var(--white); }
.implant-stats__grid { gap: 40px; flex-wrap: nowrap; }
.implant-stat        { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; padding: 0 20px; border-right: 1px solid var(--green); }
.implant-stat:last-child  { border-right: none; }
.implant-stat__number { font-size: 2.5rem; font-weight: 900; color: var(--blue); }
.implant-stat__label  { color: var(--text-muted); font-size: 0.9em; margin-top: 4px; }


/*--------------------------
Inner Pages — Team Page
--------------------------*/

.team-lead         { padding: 80px 0; background: var(--white); }
.team-lead__inner  { gap: 60px; align-items: center; }
.team-lead__image  { position: relative; width: 400px; height: 450px; }
.team-background   { border-radius: 50%; background: var(--blue); width: 400px; height: 400px; position: absolute; bottom: 0; left: 0; }
.team-lead__placeholder { width: 400px; height: 450px; display: flex; align-items: flex-end; justify-content: center; position: absolute; bottom: 0; left: 0; z-index: 1; clip-path: path('M 0 250 A 200 200 0 0 0 400 250 L 400 0 L 0 0 Z'); }
.team-lead__placeholder img { display: block; height: 100%; width: auto; }
.team-lead__content { flex: 1; }
.team-lead__name    { font-size: 2rem; font-weight: 900; color: var(--dark); margin-bottom: 1rem; }
.team-lead__bio     { color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.team-lead__quote   { border-left: 4px solid var(--green); padding: 1rem 1.5rem; margin: 2rem 0 0; background: var(--light-bg); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.team-lead__quote p    { font-size: 1.1em; font-style: italic; color: var(--dark); font-weight: 500; }
.team-lead__quote cite { color: var(--text-muted); font-size: 0.9em; font-style: normal; }

.team-grid            { padding: 80px 0; background: var(--light-bg); }
.team-grid__cards     { gap: 20px; margin-top: 20px; justify-content: space-between; }
.team-card            { background: var(--white); border-radius: var(--radius); padding: 1.5rem; display: flex; gap: 40px; align-items: center; flex: 0 0 calc(50% - 12px); box-shadow: var(--shadow); }
.team-card__avatar    { width: 250px; height: 320px; flex-shrink: 0; position: relative; }
.team-card__avatar::before { content: ''; border-radius: 50%; background: var(--blue); width: 250px; height: 250px; position: absolute; bottom: 0; left: 0; }
.team-card__avatar-inner { width: 250px; height: 320px; position: absolute; bottom: 0; left: 0; z-index: 1; display: flex; align-items: flex-end; justify-content: center; clip-path: path('M 0 195 A 125 125 0 0 0 250 195 L 250 0 L 0 0 Z'); }
.team-card__avatar-inner img { width: auto; height: 100%; }
.team-card__info  { flex: 1; }
.team-card__role  { font-size: 0.8em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue); margin-bottom: 4px; }
.team-card__name  { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.team-card__bio   { font-size: 0.9em; color: var(--text-muted); line-height: 1.6; }

.team-group__title  { margin-top: 60px; font-size: 2rem; font-weight: 900; color: var(--dark); }
.team-specialists   { margin-top: 3rem; background: var(--dark); color: rgba(255,255,255,0.85); border-radius: var(--radius); padding: 2rem; line-height: 1.7; }
.team-specialists strong { color: var(--white); }

.cta-wa   { padding: 60px 0; background: var(--white); }
.cta-wa p { font-size: 1.2em; font-weight: 500; color: var(--dark); margin-bottom: 1.5rem; }


/*--------------------------
Inner Pages — Servizi Page
--------------------------*/

.service-block              { padding: 80px 0; }
.service-block--light       { background: var(--white); }
.service-block--dark        { background: var(--dark); }
.service-block__inner       { gap: 60px; }
.service-block__inner--reverse { flex-direction: row-reverse; }
.service-block__content     { flex: 1; }
.service-block__claim       { font-size: 1.1em; font-weight: 600; color: var(--blue); margin-bottom: 1rem; }
.service-block__content p   { color: var(--text-muted); line-height: 1.7; }
.service-block__image       { flex: 1; border-radius: var(--radius); overflow: hidden; }
.service-block__items       { gap: 20px; flex-wrap: wrap; }
.service-item               { flex: 1; min-width: 160px; padding: 1rem; background: var(--light-bg); border-radius: var(--radius-sm); }
.service-item strong        { display: block; font-weight: 700; color: var(--dark); margin-bottom: 4px; font-size: 0.95em; }
.service-item p             { font-size: 0.85em; color: var(--text-muted); }
.payment-methods            { gap: 12px; flex-wrap: wrap; }
.payment-method             { background: var(--light-bg); border-radius: var(--radius-sm); padding: 10px 16px; font-size: 0.9em; font-weight: 500; color: var(--dark); border: 1px solid #e2e5ef; }


/*--------------------------
Inner Pages — Contatti Page
--------------------------*/

.contact-wa         { padding: 60px 0; background: var(--white); }
.contact-wa__text   { font-size: 1.1em; color: var(--text-muted); max-width: 600px; margin: 0 auto 2rem; line-height: 1.7; }

.contact-locations  { padding: 80px 0; background: var(--light-bg); }
.locations-grid     { gap: 32px; margin-top: 2rem; }
.location-card      { flex: 1; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.location-card__header  { background: var(--dark); padding: 1rem 1.5rem; }
.location-card__badge   { color: var(--green); font-weight: 700; font-size: 0.85em; text-transform: uppercase; letter-spacing: 0.1em; }
.location-card__body    { padding: 1.5rem; }
.location-card__address { font-size: 1.2rem; font-weight: 700; color: var(--dark); margin-bottom: 0.75rem; line-height: 1.4; }
.location-card__info    { font-size: 0.9em; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
.location-card__phone   { display: inline-block; font-weight: 700; color: var(--dark); font-size: 1.05rem; text-decoration: none; }
.location-card__phone:hover { color: var(--blue); }
.location-card__map  { display: block; }
.location-card__cta  { padding: 1rem 1.5rem; }

.contact-form-section   { padding: 80px 0; background: var(--white); }
.contact-form-inner     { gap: 60px; align-items: flex-start; }
.contact-form-content   { flex: 1; }
.contact-form-content p { color: var(--text-muted); line-height: 1.7; margin-top: 0.5rem; }
.contact-form-wrap      { flex: 1; }


/*--------------------------
Footer
--------------------------*/

.site-footer { background: #0A1B2C; color: #fff; }

.footer-body { display: flex; flex-wrap: wrap; gap: 60px; padding: 60px 40px; align-items: flex-start; }
.footer-col--brand { flex: 2 !important; }
.footer-logo__img  { height: 40px; width: auto; display: block; margin-bottom: 20px; }
.footer-tagline    { font-size: 1em; color: rgba(255,255,255,0.65); line-height: 1.7; margin: 0; max-width: 350px; }

.footer-col        { flex: 1; }
.footer-col__title { font-size: 1em; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.footer-menu       { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-menu li a  { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.95em; transition: color 0.15s; }
.footer-menu li a:hover { color: #00C786; }

.footer-bar         { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bar__inner  { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; flex-wrap: wrap; gap: 10px; }
.footer-bar__copy,
.footer-bar__credit { font-size: 0.85em; color: rgba(255,255,255,0.45); margin: 0; }
.footer-bar__credit a{color: var(--white);text-decoration: none;}
.footer-heart       { color: #00C786; font-style: normal; }


/*--------------------------
Blog / Index / Single / Page
--------------------------*/

.content       { width: 100%; }
.content__title { font-size: 42px; }

.post           { padding: 40px; border-bottom: 1px solid #eee; }
.post img       { max-width: 100%; height: auto; }

.content .tag   { margin-top: 40px; }
.content .tag a { background: #666; color: #fff; padding: 5px 10px; text-decoration: none; display: inline-block; margin-top: 5px; font-size: 12px; }

.comments       { margin: 40px 0; border-top: 1px solid #eee; }
.commentlist,
.commentlist .children { list-style-type: none; }
.comment-body   { margin: 40px 0; }
.comment-author.vcard img { border-radius: 100%; }
.comment-form-comment textarea { background: #eee; width: 100%; border: 1px solid #ddd; margin-top: 5px; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { background: #eee; width: 200px; max-width: 300px; border: 1px solid #ddd; padding: 5px; }
.comment-form-author label,
.comment-form-email label,
.comment-form-url label { width: 100px; display: inline-block; }
.form-submit input { background: #333; color: #fff; border: none; font-size: 16px; padding: 10px 15px; width: auto; }

.pagination      { padding: 40px; }
.pagination a,
.pagination span { padding: 10px 15px; border: 1px solid #ddd; text-decoration: none; }
.pagination a:hover { background: #eee; }

.wp-caption     { margin-bottom: 20px; padding: 10px; max-width: 97%; border: 1px solid #ddd; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100% !important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

.gallery        { padding: 40px 0; width: 100%; }
.gallery-item   { width: 33.333333%; text-align: center; }
.gallery img    { margin: 0 5%; width: 90%; height: auto; border: none !important; }
.gallery-caption { width: 90%; margin: 10px 0 0 0; }

.sidebar        { width: 30%; }
.widget         { padding: 40px; }
.widget ul      { padding: 0; list-style-type: none; }
.widget ul li a { text-decoration: none; display: block; border-bottom: 1px solid #eee; padding: 10px 15px; }
.widget_search label { display: none; }

footer          { background-color: #f3f5f6; }
footer p        { font-size: 14px; }
footer .copyright { padding: 40px; text-align: center; }

body.privacy-policy article,
body.cmplz-document article { padding: 120px 0 40px; }
body.privacy-policy article h2, #cmplz-document h2 { margin-top: 40px; font-size: 2em; }
body.privacy-policy article h3 { margin: 20px 0 10px; }
body.privacy-policy article .wp-block-separator { margin-top: 40px; }
#cmplz-document { font-size: 1em; max-width: 100%; }


/*==========================
  MEDIA QUERIES
==========================*/

/*--------------------------
Desktop large (≤ 1920px)
--------------------------*/

@media (max-width: 1920px) {

}


/*--------------------------
Desktop (≤ 1440px)
--------------------------*/

@media (max-width: 1440px) {

.hero__title, .treatment-hero__title, .section-title, .team__title, .parking__title, .inner-hero__title{font-size: 3em;}


}


/*--------------------------
Desktop small (≤ 1280px)
--------------------------*/

@media (max-width: 1280px) {

/*--------------------------
Buttons
--------------------------*/
.btn--wa { align-items: center; gap: 10px; padding: 10px 20px; width: 100%; justify-content: space-between; }


}


/*--------------------------
Tablet (≤ 998px)
--------------------------*/

@media (max-width: 998px) {

	/*--------------------------
	Header & Menu
	--------------------------*/

    .header { padding: 10px 0px; }
	.header__menu {
		width: 85%;
		max-width: 340px;
		overflow-y: auto;
		transition: transform 0.3s ease-out;
		position: fixed;
		top: 0; bottom: 0;
		height: 100vh;
		background: #fff;
		left: 0;
		z-index: 9;
		transform: translateX(-100%);
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding: 90px 24px 40px;
		gap: 4px;
	}
	.header__menu .menu-item { display: block; width: 100%; }
	.header__menu .menu-item a { color: var(--dark); font-size: 16px; padding: 10px 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding-right: 12px;}
	.header__menu .menu-item.button-menu { margin-top: 16px; }
	.header__menu .menu-item.button-menu a { justify-content: center; border-radius: 50px; padding: 14px 20px; }
	.header__menu .menu-item + .menu-item { border-top: 1px solid rgba(0,0,0,0.07); }
	.header__menu > li.menu-item-has-children > a::after,
	.header__menu .sub-menu .menu-item-has-children > a::after{ border-right: 2px solid rgba(10, 27, 94, 0.65); border-bottom: 2px solid rgba(10, 27, 94, 0.65); }

	/* Hamburger icon */
	.header__icon-bar { display: block; position: relative; width: 24px; height: 60px; transition-duration: 0.5s; z-index: 11; }
	.header__icon-bar .icon-left  { transition-duration: 0.5s; position: absolute; height: 3px; width: 12px; top: 50%; transform: translateY(-50%); background-color: var(--white); }
	.header__icon-bar .icon-left:before  { transition-duration: 0.5s; position: absolute; width: 12px; height: 3px; background-color: var(--white); content: ""; top: -8px; margin: 0; }
	.header__icon-bar .icon-left:after   { transition-duration: 0.5s; position: absolute; width: 12px; height: 3px; background-color: var(--white); content: ""; top: 8px; }
	.header__icon-bar .icon-left:hover   { cursor: pointer; }
	.header__icon-bar .icon-right { transition-duration: 0.5s; position: absolute; height: 3px; width: 12px; top: 50%; transform: translateY(-50%); background-color: var(--white); left: 11px; }
	.header__icon-bar .icon-right:before { transition-duration: 0.5s; position: absolute; width: 12px; height: 3px; background-color: var(--white); content: ""; top: -8px; margin: 0; }
	.header__icon-bar .icon-right:after  { transition-duration: 0.5s; position: absolute; width: 12px; height: 3px; background-color: var(--white); content: ""; top: 8px; }
	.header__icon-bar.open .icon-left  { transition-duration: 0.5s; background: transparent; }
	.header__icon-bar.open .icon-left:before  { transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px); }
	.header__icon-bar.open .icon-left:after   { transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px); }
	.header__icon-bar.open .icon-right { transition-duration: 0.5s; background: transparent; }
	.header__icon-bar.open .icon-right:before { transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px); }
	.header__icon-bar.open .icon-right:after  { transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px); }
	.header__icon-bar:hover { cursor: pointer; }
	.show-menu { transform: translateX(0); }

	/* Dropdown mobile */
    .header__menu .sub-menu {
        position: static !important;
        box-shadow: none;
        border-radius: 0;
        border-top: none;
        border-left: 3px solid var(--green);
        background: rgba(0, 0, 0, 0.04);
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        margin-left: 0;
        width: 100%;
    }
	.header__menu .sub-menu .sub-menu { margin-left: 0; border-left: 0; border-top: 0; transform: none!important;}
	.header__menu .sub-menu.open-sub  { max-height: 800px; padding: 4px 0; }
	.header__menu .menu-item-has-children > a::after { transform: rotate(45deg) translateY(-2px); transition: transform 0.25s; }
	.header__menu .menu-item-has-children.open-item > a::after { transform: rotate(-135deg) translateY(2px); }
	.header__menu .sub-menu .menu-item-has-children > a::after { transform: rotate(45deg) translateY(-2px); }
	.header__menu .sub-menu .menu-item-has-children.open-item > a::after { transform: rotate(-135deg) translateY(2px); }
	.header__menu .sub-menu li + li { border-top: 1px solid rgba(0,0,0,0.05); }
	.header__menu .sub-menu li a { font-size: 14px !important; padding: 10px 12px !important; color: var(--dark) !important; white-space: normal !important; }
	.header__menu .sub-menu li a:hover { color: var(--blue) !important; background: transparent; }


	/*--------------------------
	Typography
	--------------------------*/

	.section-title { font-size: 2.5em; }
	.section-label { font-size: 1em; }


	/*--------------------------
	Layout
	--------------------------*/

	.width-wrap { padding: 0 20px; }


	/*--------------------------
	Home — Hero
	--------------------------*/

	#hero { padding: 100px 0 3rem; margin-top: 0; min-height: auto; }
	.hero__container { gap: 32px; flex-direction: column; width:100%; padding: 0;}
	.hero__card { padding: 1.75rem; }
	.hero__title { font-size: 2.6em; }
	.hero__subtitle { margin: 16px 0; }
	.hero__cta-group { flex-direction: column; gap: 12px; }
	.hero__cta-group .btn { width: 100%; justify-content: center; }
	.hero__stats { gap: 0; }
	.hero__stat { border-right: none; border-bottom: 1px solid rgba(0,199,134,0.3); padding: 10px 0; flex: 0 0 50%; }
	.hero__stat:nth-child(odd) { border-right: 1px solid rgba(0,199,134,0.3); }
	.hero__stat:last-child { border-bottom: none; }
	.hero__info-col { width: 100%; }
	.hero__info-row { flex-direction: column; gap: 12px; }
	.hero__info-box--light a { width: 100%; }


	/*--------------------------
	Home — WA Banner
	--------------------------*/

	.wa-banner { padding: 1rem; }
	.wa-banner__inner { flex-direction: column; align-items: flex-start; gap: 16px; padding: 0; }
	.wa-banner__left strong { font-size: 1.25em; }
	.wa-banner__inner .btn { width: 100%; justify-content: center; }


	/*--------------------------
	Home — Services
	--------------------------*/

	.services { padding: 3rem 0 0; }
	.services .section-subtitle { margin-bottom: 2em; }
	
	#trattamenti { padding: 2rem 0; }
	.services__category { margin-bottom: 2rem; }
	.services__category-header { flex-wrap: wrap; gap: 0; }
	.services__category-title { font-size: 1.5em; }
	.services__card-title { font-size: 1.1em; }

	.services__list{flex-wrap: wrap; margin-bottom: 20px;}
	.services__list .services__card {width: calc(50% - 10px);}


	/*--------------------------
	Home — Team
	--------------------------*/

	.team { padding: 3rem 0 0; }
	.team__container { flex-direction: column; gap: 2rem; }
	.team__text { padding-bottom: 0; }
	.team__title { font-size: 2.6em; }


	/*--------------------------
	Home — Studio
	--------------------------*/

	.studio { padding: 3rem 0; }
	.studio__container { padding: 0 20px; }
	.studio__nav--next { position: absolute; right: 10px; z-index: 99;}
	.studio__nav--prev { position: absolute; left: 10px; z-index: 99;}


	/*--------------------------
	Home — Parking
	--------------------------*/

	.parking { padding: 3rem 0; }
	.parking__container { flex-direction: column; padding: 0 20px; gap: 2rem; }
	.parking__title { font-size: 2.4em; }
	.parking__list li { font-size: 1.1em; }
	.parking__map { min-height: 260px; }
	.parking__map iframe { min-height: 260px; }


	/*--------------------------
	Home — Reviews
	--------------------------*/

	.reviews { padding: 3rem 0; }
	.reviews__container { padding: 0 20px; }


	/*--------------------------
	Home — Contact
	--------------------------*/

	.contact { padding: 3rem 0; }
	.contact__container { padding: 0 20px; }
	.contact__maps { grid-template-columns: 1fr; gap: 40px; margin: 20px 0 0px; }


	/*--------------------------
	Inner Pages — Global
	--------------------------*/

	.breadcrumb { padding: 120px 20px 0px !important; }
	.breadcrumb span { margin: 0; }
	.inner-hero { padding: 110px 0 50px; }
	.inner-hero__title { font-size: 2.4em; }


	/*--------------------------
	Inner Pages — Treatment Hero
	--------------------------*/

	.treatment-hero { padding: 40px 0 50px; }
	.treatment-hero--dark { background: var(--dark); margin-top: 40px; }
	.treatment-hero__inner { flex-direction: column; gap: 32px; }
	.treatment-hero__image { max-height: 260px; border-radius: var(--radius); }
	.treatment-hero__image img, .img-trt { height: 260px; object-position: top; }
	.treatment-hero__title { font-size: 2.2em; }
	.treatment-hero__cta .btn { width: 100%; justify-content: center; }


	/*--------------------------
	Inner Pages — Sections
	--------------------------*/

	.treatment-indications { padding: 40px 0; }
	.treatment-indications__inner { flex-direction: column; gap: 32px; }
	.treatment-indications__card { flex: unset; width: 100%; }

	.treatment-advanced { padding: 40px 0; }
	.treatment-advanced__inner { flex-direction: column; gap: 32px; }
	.treatment-advanced__card { flex: unset; width: 100%; }

    .treatment-benefits { padding: 40px 0 0; }
	.benefits-grid { gap: 16px; }
	.benefit-card { flex: 0 0 calc(50% - 8px); min-width: 0; }
	
	.treatment-cta-section{padding: 40px 0;}

	.treatment-compare { padding: 40px 0; }
	.compare-grid { flex-direction: column; gap: 16px; }

	.treatment-info-section { padding: 40px 0; }
	.treatment-info-grid { flex-direction: column; gap: 32px; }

	.implant-stats { padding: 40px 0; }
	.implant-stats__grid { flex-wrap: wrap; gap: 20px; }
	.implant-stat { flex: 0 0 calc(50% - 10px); border-right: none; border-bottom: 1px solid rgba(0,199,134,0.3); padding-bottom: 16px; }
	.implant-stat:nth-child(odd) { border-right: 1px solid rgba(0,199,134,0.3); }
	.implant-stat:last-child { border-bottom: none; }


	/*--------------------------
	Inner Pages — Team
	--------------------------*/

	.team-lead { padding: 40px 0; }
	.team-lead__inner { flex-direction: column; gap: 32px; align-items: flex-start; }
	.team-lead__image { width: 280px; height: 320px; }
	.team-background { width: 280px; height: 280px; }
	.team-lead__placeholder { width: 280px; height: 315px; clip-path: path("M 0 175 A 140 140 0 0 0 280 175 L 280 0 L 0 0 Z"); }

	.team-grid { padding: 40px 0; }
	.team-grid__cards { gap: 16px; }
	.team-card { flex: 0 0 100%; gap: 20px; padding: 1.25rem; }
	.team-card__avatar { width: 160px; height: 200px; }
	.team-card__avatar::before { width: 160px; height: 160px; }
	.team-card__avatar-inner { width: 160px; height: 205px; clip-path: path("M 0 125 A 80 80 0 0 0 160 125 L 160 0 L 0 0 Z"); }
	.team-group__title { font-size: 1.5rem; margin-top: 40px; }
	.cta-wa { padding: 40px 0; }


	/*--------------------------
	Inner Pages — Servizi
	--------------------------*/

	.service-block { padding: 40px 0; }
	.service-block__inner,
	.service-block__inner--reverse { flex-direction: column; gap: 32px; }
	.service-block__image { min-height: 220px; }
	.service-block__image img { height: 220px; }
	.service-block__items { gap: 12px; }
	.service-item { flex: 0 0 calc(50% - 6px); min-width: 0; }
	.payment-methods { gap: 8px; }
	.payment-method { font-size: 0.85em; padding: 8px 12px; }


	/*--------------------------
	Inner Pages — Contatti
	--------------------------*/

	.contact-wa { padding: 40px 0; }
	.contact-locations { padding: 40px 0; }
	.locations-grid { flex-direction: column; gap: 24px; }
	.contact-form-section { padding: 40px 0; }
	.contact-form-inner { flex-direction: column; gap: 32px; }


	/*--------------------------
	Footer
	--------------------------*/

	.footer-body { padding: 40px 20px; gap: 32px; }
	.footer-col--brand { flex: 0 0 100% !important; }
	.footer-bar__inner { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 6px; }

}


/*--------------------------
Smartphone (≤ 782px)
--------------------------*/

@media (max-width: 782px) {

	/*--------------------------
	Layout
	--------------------------*/

	.width-wrap { padding: 0 16px; }


	/*--------------------------
	Btn
	--------------------------*/
	.btn{ white-space: normal;}



	.btn--green img { height: 20px;}


	.location-card__cta .btn{padding: 10px;}
	.location-card__cta .btn__sub, .location-card__cta img { display: none; }



	/*--------------------------
	Home — Hero
	--------------------------*/

	.hero__title { font-size: 2.2em; }
	.hero__card { padding: 20px; }
	.hero__stat { flex: 0 0 100%; border-right: none; text-align: center;}
	.hero__stat:nth-child(odd) { border-right: none; }

	.hero__info-box strong, .hero__info-box--light strong{font-size: 1.25em;}
	
	.hero__info-box img { width: 40px; height: auto; }
	.hero__info-box--light img { width: 40px; height: auto; }


	/*--------------------------
	Home — General padding
	--------------------------*/

	.studio__container,
	.parking__container,
	.reviews__container,
	.contact__container { padding: 0 16px; }

	/*--------------------------
	Home — Services
	--------------------------*/

	.services__list .services__card {width: 100%;}
	.services__nav{margin-top: 20px;}

	/*--------------------------
	Home — Team
	--------------------------*/

	.team__title { font-size: 2em; }


	/*--------------------------
	Home — Parking
	--------------------------*/

	.parking__title { font-size: 2em; }
	.parking__list li { font-size: 1em; }


	/*--------------------------
	Inner Pages — Typography
	--------------------------*/

	.section-title { font-size: 2em; }
	.inner-hero__title { font-size: 2em; }
	.treatment-hero__title { font-size: 1.8em; }


	/*--------------------------
	Inner Pages — Benefits
	--------------------------*/

	.benefit-card { flex: 0 0 100%; }
	.service-item { flex: 0 0 100%; }


	/*--------------------------
	Inner Pages — Team
	--------------------------*/

	.team-card { flex-direction: column; align-items: flex-start; gap: 0; }

	.team-card__info { padding: 1rem 0 0; }


	/*--------------------------
	CF7 Form
	--------------------------*/

	.cf7-row { flex-direction: column; gap: 12px; }
	.wpcf7 input[type="submit"] { width: 100%; }


	/*--------------------------
	Footer
	--------------------------*/

	.footer-body { padding: 32px 16px; gap: 28px; }
	.footer-col { flex: 0 0 100%; }
	.footer-bar__inner { padding: 14px 16px; }

}


/*--------------------------
Mobile small (≤ 480px)
--------------------------*/

@media (max-width: 480px) {

	.section-title { font-size:2em; }
	.hero__title { font-size: 2em; }
	.treatment-hero__title { font-size: 1.5em; }
	.inner-hero__title { font-size: 2em; }



	.implant-stat { flex: 0 0 100%; border-right: none; }
	.implant-stat:nth-child(odd) { border-right: none; }
	.benefit-card { flex: 0 0 100%; }

	.team-lead__image { width: 220px; height: 260px; }
	.team-background  { width: 220px; height: 220px; }
	.team-lead__placeholder { width: 220px; height: 248px; clip-path: path("M 0 138 A 110 110 0 0 0 220 138 L 220 0 L 0 0 Z"); }

}