/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

	:root {
		--colore-0: transparent;
		--colore-1: #05668d;
		--colore-2: #427aa1;
		--colore-3: #ebf2fa;
		--colore-4: #679436;
		--colore-5: #a5be00;
		
		--colore-h: #1f1f1f;
		--colore-p: #393939;
		
		--nuovo-font: 'nuovofont', sans-serif;
	}
        ul, ol {
        padding: inherit;
        margin: inherit;
        display: inherit;
        position: inherit;
        color: inherit;
        font-family: inherit;
    }
    .colore-0 { color: var(--colore-0) }
	.colore-1 { color: var(--colore-1) }
	.colore-2 { color: var(--colore-2) }
	.colore-3 { color: var(--colore-3) }
	.colore-4 { color: var(--colore-4) }
	.colore-5 { color: var(--colore-5) }
	
	.bg-colore-0 { background-color: var(--colore-0) }
	.bg-colore-1 { background-color: var(--colore-1) }
	.bg-colore-2 { background-color: var(--colore-2) }
	.bg-colore-3 { background-color: var(--colore-3) }
	.bg-colore-4 { background-color: var(--colore-4) }
	.bg-colore-5 { background-color: var(--colore-5) }

	.blueimp-gallery > .prev, 
	.blueimp-gallery > .next {
    	width: auto;
    	height: auto;
    	background: transparent;
    	border: none;
    	opacity: 0.9;
    	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
	}
	.blueimp-gallery > .close {
		width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	overflow: hidden;
    	margin: 0;
    	opacity: 0.9;
    	padding: 0;
	}
	
	/*--- personalizzazoione pulsante intro ---*/
	.intro-001-intro-block a {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #fff;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: transparent;
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a:hover {
    	background-color: #fff;
    	color: #333;
	}
	
	.intro-001-intro-block a.eventi {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #753b3e;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: rgba(255,255,255,1);
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a.eventi:hover {
    	background-color: transparent;
    	color: #fff;
	}

/* text align */

@media only screen and (max-width: 480px) {
    .text-left-smartphone {
		text-align: left;
    }
    .text-center-smartphone {
		text-align: center;
    }
    .text-right-smartphone {
		text-align: right;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-tablet {
		text-align: left;
    }
    .text-center-tablet {
		text-align: center;
    }
    .text-right-tablet {
		text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .text-left-mobile {
		text-align: left;
    }
    .text-center-mobile {
		text-align: center;
    }
    .text-right-mobile {
		text-align: right;
    }
}

@media only screen and (min-width: 769px) {
    .text-left-desktop {
		text-align: left;
    }
    .text-center-desktop {
		text-align: center;
    }
    .text-right-desktop {
		text-align: right;
    }
}

/*--- personalizzabile tramite override end ---*/

@media only screen and (min-width: 769px) { /* Desktop */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 768px) { /* Smartphone + Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) { /* Smartphone */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

/*--- typography ---*/

	h1.nuovofont, 
	h2.nuovofont, 
	h3.nuovofont, 
	h4.nuovofont, 
	h5.nuovofont, 
	h6.nuovofont,
	.titolo-h1,
	.titolo-h2,
	.titolo-h3,
	.titolo-h4,
	.titolo-h5,
	.titolo-h6,
	.titolo-xl,
	.titolo-xxl,
	.titolo-xxxl { 
		font-family: var(--nuovo-font);
		color: var(--colore-h);
	}

	h1.nuovofont,
	.titolo-h1 {
		font-size: clamp(2.813rem, 2.5738rem + 0.7940vw, 4.063rem) /* 45px 65px | 481px 3000px */;
		line-height: clamp(2.813rem, 2.5738rem + 0.7940vw, 4.063rem) /* 45px 65px | 100% | 481px 3000px */;
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: clamp(2.500rem, 2.3210rem + 0.5955vw, 3.438rem) /* 40px 55px | 481px 3000px */;
		line-height: clamp(2.500rem, 2.3210rem + 0.5955vw, 3.438rem) /* 40px 55px | 100% | 481px 3000px */;
		font-weight: 800;
		letter-spacing: -2px;
		margin: 20px 0 25px 0;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: clamp(2.188rem, 1.9188rem + 0.8937vw, 2.813rem) /* 35px 45px | 481px 1600px */;
		line-height: clamp(2.188rem, 1.9188rem + 0.8937vw, 2.813rem) /* 35px 45px | 100% | 481px 1600px */;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 20px 0 20px 0;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: clamp(2.000rem, 1.8388rem + 0.5362vw, 2.375rem) /* 32px 38px | 481px 1600px */;
		line-height: clamp(2.100rem, 1.9307rem + 0.5630vw, 2.494rem) /* 32px 38px | 105% | 481px 1600px */;
		font-weight: 600;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: clamp(1.750rem, 1.6425rem + 0.3575vw, 2.000rem) /* 28px 32px | 481px 1600px */;
		line-height: clamp(1.925rem, 1.8068rem + 0.3932vw, 2.200rem) /* 28px 32px | 110% | 481px 1600px */;
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: clamp(1.500rem, 1.4463rem + 0.1787vw, 1.625rem) /* 24px 26px | 481px 1600px */;
		line-height: clamp(1.800rem, 1.7355rem + 0.2145vw, 1.950rem) /* 24px 26px | 120% | 481px 1600px */;
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	.titolo-xl {
		font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}
	
	.titolo-xxl {
		font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}
	
	.titolo-xxxl {
		font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}


	p {
		color: var(--colore-p);
	}
	/*
	p {
		font-family: 'Poppins', sans-serif;
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}
    
    */
	ul li, ol li {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        margin: inherit;
        padding: inherit;
        position: inherit;
        text-align: inherit;
	}


@media screen and (min-width: 3001px) {
	
	h1.nuovofont,
	.titolo-h1 {
		font-size: 75px;
		line-height: 75px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 65px;
		line-height: 65px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 55px;
		line-height: 55px;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 80px;
		line-height: 80px;
	}
	
	.titolo-xxl {
		font-size: 100px;
		line-height: 100px;
	}
	
	.titolo-xxxl {
		font-size: 120px;
		line-height: 120px;
	}
	
	/*
	p {
		font-size: 18px;
		line-height: 25px;
	}
	
	ul li, ol li {
		font-size: 18px;
		line-height: 25px;
	}
	*/
}

@media screen and (max-width: 319px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h4.nuovofont {
		font-size: 30px;
		line-height: 35px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 50px;
		line-height: 50px;
	}
	
	.titolo-xxl {
		font-size: 60px;
		line-height: 60px;
	}
	
	.titolo-xxxl {
		font-size: 75px;
		line-height: 75px;
	}
	
	/*
	p {
		font-size: 16px;
		line-height: 23px;
	}
	
	ul li, ol li {
		font-size: 16px;
		line-height: 23px;
	}
	*/
}

/* =============================================
   DIENPI - Main Stylesheet (Common Styles)
   ============================================= */

/* CSS Variables */
:root {
    --color-primary: #1a1a1a;
    --color-secondary: #c9a962;
    --color-accent: #b8941f;
    --color-white: #ffffff;
    --color-light: #f8f7f5;
    --color-gray: #6b6b6b;
    --color-gray-light: #e5e5e5;

    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 40px rgba(0, 0, 0, 0.12);
    --shadow-strong: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--color-primary);
    background: var(--color-white);
    line-height: 1.7;
    overflow-x: hidden;
}

/* Focus Visible for Accessibility */
:focus-visible {
    outline: 3px solid var(--color-secondary);
    outline-offset: 3px;
}

/* Skip Link for Accessibility */
.skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: var(--color-white);
    padding: 1rem 2rem;
    z-index: 10000;
    text-decoration: none;
    border-radius: 0 0 8px 8px;
    transition: top 0.3s var(--transition-smooth);
}

.skip-link:focus {
    top: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

p {
    font-size: 1.1rem;
    color: var(--color-gray);
    max-width: 70ch;
    font-family: "Inter", sans-serif;

}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

/* =============================================
   HEADER & NAVIGATION
   ============================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transition: all 0.5s var(--transition-smooth);
    border-bottom: 1px solid transparent;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom-color: var(--color-gray-light);
    box-shadow: var(--shadow-soft);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    transition: height 0.4s var(--transition-smooth);
}

.header.scrolled .header-inner {
    height: 70px;
}

.logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s var(--transition-smooth);
}

.logo:hover {
    transform: scale(1.05);
}

/* Navigation */
.nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 3rem;
}

.nav-link {
    position: relative;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    transition: color 0.3s var(--transition-smooth);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-secondary);
    transition: width 0.4s var(--transition-smooth);
}

/* Header transparent state - light text */
.header .nav-link {
    color: var(--color-white);
}

.header .nav-link:hover,
.header .nav-link.active {
    color: var(--color-secondary);
}

.header .nav-link:hover::after,
.header .nav-link.active::after {
    width: 100%;
}

/* Header scrolled state - dark text */
.header.scrolled .nav-link {
    color: var(--color-primary);
}

.header.scrolled .nav-link:hover,
.header.scrolled .nav-link.active {
    color: var(--color-secondary);
}

/* Logo switching */
.logo-light {
    display: block;
    transition: opacity 0.5s var(--transition-smooth);
}

.logo-dark {
    display: none;
    transition: opacity 0.5s var(--transition-smooth);
}

.header.scrolled .logo-light {
    display: none;
}

.header.scrolled .logo-dark {
    display: block;
}

/* Mobile Menu Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    gap: 6px;
    padding: 0;
    position: relative;
    z-index: 1100;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-white);
    transition: all 0.3s var(--transition-smooth);
    transform-origin: center;
}

.header.scrolled .nav-toggle span {
    background: var(--color-primary);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translateY(5.5px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translateY(-5.5px);
}

/* Mobile Nav Close Button */
.nav-close {
    display: none;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--transition-smooth);
    z-index: 2;
}

.nav-close:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.nav-close svg {
    width: 22px;
    height: 22px;
    color: var(--color-white);
    stroke-width: 2.5;
}

.nav-close:hover svg {
    color: var(--color-white);
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    transition: transform 8s ease-out;
}

.hero:hover .hero-bg {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.85) 0%,
        rgba(26, 26, 26, 0.6) 50%,
        rgba(26, 26, 26, 0.75) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--color-white);
    padding: 120px 2rem 2rem 2rem;
    
}

.hero-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s var(--transition-smooth) 0.3s forwards;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s var(--transition-smooth) 0.5s forwards;
    color: var(--color-white);
}

.hero-title span {
    display: block;
    color: var(--color-secondary);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s var(--transition-smooth) 0.7s forwards;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s var(--transition-smooth) 0.9s forwards;
}

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    opacity: 0.6;
    animation: bounce 2s infinite;
}

.hero-scroll svg {
    width: 30px;
    height: 30px;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--color-secondary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s var(--transition-smooth);
    z-index: -1;
}

.btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-primary {
    background: var(--color-secondary);
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.btn-primary:hover {
    color: var(--color-white);
}

.btn-outline {
    background: transparent;
    color: var(--color-white);
    border-color: var(--color-white);
}

.btn-outline:hover {
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.btn-dark {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.btn-dark::before {
    background: var(--color-secondary);
}

.btn-dark:hover {
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s var(--transition-smooth);
}

.btn:hover svg {
    transform: translateX(4px);
}

/* =============================================
   SECTIONS
   ============================================= */
.section {
    padding: clamp(5rem, 10vw, 10rem) 0;
}

.section-dark {
    background: var(--color-primary);
    color: var(--color-white);
}

.section-light {
    background: var(--color-light);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 1rem;
}

.section-title {
    margin-bottom: 1.5rem;
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   FEATURES / CARDS
   ============================================= */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-card {
    background: var(--color-white);
    padding: 3rem;
    transition: all 0.4s var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-secondary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--transition-smooth);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-strong);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.feature-text {
    font-size: 1rem;
    line-height: 1.8;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--color-white);
    transition: all 0.3s var(--transition-smooth);
    border-radius: 100px;
}

.social-link:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

.social-link img {
    width: 30px;
    height: 30px;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-brand {
    max-width: 350px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 1.5rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-title {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    transition: color 0.3s var(--transition-smooth);
}

.footer-links a:hover {
    color: var(--color-secondary);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    transition: color 0.3s var(--transition-smooth);
}

.footer-legal a:hover {
    color: var(--color-secondary);
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Reveal Animations */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s var(--transition-smooth);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s var(--transition-smooth);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s var(--transition-smooth);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s var(--transition-smooth);
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1);
}

/* Stagger children */
.stagger-children > * {
    opacity: 0;
    transform: translateY(20px);
}

.stagger-children.active > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.active > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.active > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.active > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.active > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.active > *:nth-child(6) { transition-delay: 0.6s; }

.stagger-children.active > * {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s var(--transition-smooth);
}

/* =============================================
   PLACEHOLDER IMAGES
   ============================================= */
.placeholder-img {
    background: linear-gradient(135deg, var(--color-gray-light) 0%, #d0d0d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* =============================================
   RESPONSIVE - TABLET
   ============================================= */
@media (max-width: 1024px) {
    .nav-toggle {
        display: flex;
    }

    /* hide hamburger while drawer is open so it doesn't overlap with nav-close X */
    .nav-toggle[aria-expanded="true"] {
        display: none;
    }

    .nav {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 360px;
        height: 100vh;
        background: var(--color-white);
        padding: 5.5rem 2rem 2rem;
        transition: right 0.4s var(--transition-smooth);
        box-shadow: var(--shadow-strong);
        z-index: 1050;
        overflow-y: auto;
    }

    .nav.active {
        right: 0;
    }

    .nav.active .nav-close {
        display: flex;
    }

    .nav-list {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
        position: relative;
    }

    .nav-list li {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--color-gray-light);
    }

    .nav-list li:last-child {
        border-bottom: 0;
    }

    .header .nav-link,
    .header.scrolled .nav-link {
        color: var(--color-primary);
    }

    .nav-link {
        display: block;
        width: 100%;
        font-size: 1.05rem;
        padding: 1.1rem 0;
    }

    .nav-link::after {
        display: none;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    /* Mobile: animations from bottom instead of left/right */
    .reveal-left,
    .reveal-right {
        transform: translateY(40px);
    }

    .reveal-left.active,
    .reveal-right.active {
        transform: translateY(0);
    }
}

/* =============================================
   RESPONSIVE - MOBILE
   ============================================= */
@media (max-width: 640px) {
    html {
        font-size: 15px;
    }

    .header-inner {
        height: 70px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
    }

    .section {
        padding: 4rem 0;
    }

    .feature-card {
        padding: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* =============================================
   FAQ (Home)
   ============================================= */
.faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    background: var(--color-white);
    border: 1px solid var(--color-gray-light);
    margin-bottom: 1rem;
    transition: box-shadow 0.4s var(--transition-smooth), border-color 0.4s var(--transition-smooth);
}

.faq-item[open] {
    box-shadow: var(--shadow-soft);
    border-color: var(--color-secondary);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--color-primary);
    list-style: none;
    transition: color 0.3s var(--transition-smooth);
}

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

.faq-question:hover {
    color: var(--color-accent);
}

.faq-question::after {
    content: '+';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-secondary);
    border-radius: 50%;
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--color-secondary);
    transition: transform 0.4s var(--transition-smooth), background 0.4s var(--transition-smooth), color 0.4s var(--transition-smooth);
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
    background: var(--color-secondary);
    color: var(--color-primary);
}

.faq-answer {
    padding: 0 2rem 1.75rem;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 100%;
}

@media (max-width: 640px) {
    .faq-question {
        padding: 1.25rem 1.25rem;
        font-size: 1.1rem;
        gap: 1rem;
    }

    .faq-answer {
        padding: 0 1.25rem 1.5rem;
    }
}

/* =============================================
   CTA ACTIONS (fascia pre-footer)
   ============================================= */
.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

/* =============================================
   ACCESSIBILITY
   ============================================= */

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }

    .reveal,
    .reveal-left,
    .reveal-right,
    .reveal-scale {
        opacity: 1;
        transform: none;
    }

    .stagger-children > * {
        opacity: 1;
        transform: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --color-gray: #4a4a4a;
        --color-gray-light: #d0d0d0;
    }

    .btn {
        border-width: 3px;
    }

    .nav-link::after {
        height: 3px;
    }
}

/* =============================================
   CONTATTI - Page Specific Styles
   ============================================= */

/* Contact Page Layout */
.contact-page {
    min-height: 100vh;
    position: relative;
}

/* Full Map Background */
.contact-map-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-map-bg iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(0.4);
}

/* Content Overlay */
.contact-content {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Main Section */
.contact-main {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 120px 0 60px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 4rem;
    align-items: start;
}

/* Left Side - Big Typography */
.contact-hero-text {
    color: var(--color-white);
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 2rem;
}

.contact-eyebrow::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color-secondary);
}

.contact-title {
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
    color: var(--color-white);
}

.contact-title span {
    display: block;
    color: var(--color-secondary);
    font-style: italic;
}

.contact-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    line-height: 1.8;
}

/* Right Side - Glass Card */
.contact-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
}

.contact-glass-card h2 {
    font-size: 1.5rem;
    color: var(--color-white);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Contact Items */
.contact-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    color: var(--color-white);
    text-decoration: none;
    padding: 1rem;
    margin: -1rem;
    transition: all 0.3s var(--transition-smooth);
    border-radius: 8px;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.contact-item-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-secondary), #d4af37);
    color: var(--color-primary);
    flex-shrink: 0;
}

.contact-item-icon svg {
    width: 22px;
    height: 22px;
}

.contact-item-content {
    flex: 1;
    padding-top: 0.25rem;
}

.contact-item-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 0.35rem;
}

.contact-item-value {
    font-size: 1.1rem;
    color: var(--color-white);
    line-height: 1.5;
}

/* Company Data Section */
.company-data {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.company-data-title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 1.25rem;
}

.company-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.company-data-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.company-data-label {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.company-data-value {
    font-size: 0.95rem;
    color: var(--color-white);
    font-weight: 500;
}

/* Bottom Bar with CTA */
.contact-bottom {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
}

.contact-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.contact-cta-text strong {
    color: var(--color-white);
}

.contact-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: var(--color-secondary);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s var(--transition-smooth);
}

.contact-map-btn:hover {
    background: var(--color-white);
    transform: translateY(-2px);
}

.contact-map-btn svg {
    width: 18px;
    height: 18px;
}

/* Floating Eccoci Badge */
.floating-badge {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: var(--color-secondary);
    color: var(--color-primary);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 100;
    text-decoration: none;
    transition: all 0.3s var(--transition-smooth);
}

.floating-badge:hover {
    background: var(--color-white);
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.floating-badge .eccoci-logo {
    width: 24px;
    height: auto;
    filter: brightness(0);
}

/* =============================================
   RESPONSIVE - TABLET
   ============================================= */
@media (max-width: 1024px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-title {
        font-size: clamp(2.5rem, 6vw, 4rem);
    }

    .contact-glass-card {
        max-width: 500px;
    }
}

/* =============================================
   RESPONSIVE - MOBILE
   ============================================= */
@media (max-width: 640px) {
    .contact-main {
        padding: 100px 0 40px;
    }

    .contact-glass-card {
        padding: 2rem;
    }

    .company-data-grid {
        grid-template-columns: 1fr;
    }

    .contact-bottom-inner {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .floating-badge {
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
        justify-content: center;
    }

    .contact-item {
        padding: 0.75rem;
        margin: -0.75rem;
    }
}

