#home .bg-shapes .shape-4 {
	/* background: #ed7d35 !important; */
	width: 1290px !important;
	height: 1030px !important;
	top: -180px !important;
	left: -445px !important;
	border-radius: 476.5px/520px !important;
	background: linear-gradient(180deg, #665f19 16.06%, #944d1f 71.49%) !important;
}

#home .bg-shapes .shape-2 {
	background: #000 !important;
	width: 580px !important;
	height: 1244px !important;
	top: -637px !important;
	left: 330px !important;
	border-radius: 498.5px/622px !important;
	transform: rotate(90deg);
	filter: blur(254.5px) !important;
	z-index: 2 !important;
	position: absolute;
}

#home .bg-shapes .shape-7 {
	background-color: #000 !important;
	width: 997px !important;
	height: 1344px !important;
	top: -437px !important;
	left: 1170px !important;
	border-radius: 498.5px / 622px !important;
	transform: rotate(90deg) !important;
	filter: blur(254.5px) !important;
	z-index: 2 !important;
}

#home .bg-shapes .shape-1 {
	width: 2193px !important;
	height: 2193px !important;
	left: -1096px !important;
	bottom: -1324px !important;
	border-radius: 1096.5px !important;
	filter: blur(719.5px) !important;
	background: #ed7d35 !important;
}

.main-desk-view {
	display: flex !important;
}

@media screen and (max-width: 576px) {
	.main-desk-view {
		display: flex !important;
	}
}

.beautiful-insight-content h2 {
	font-size: 18px;
}

.business-sec>div>div h2 {
	font-size: 30px;
}

.img-service {
	max-width: calc(50vw - 160px);
}

/* =========================
   SEO ACCORDION (Scoller)
   ========================= */

/* Layout base */
.seo-accordion__inner {
	display: grid;
	gap: 24px;
}

/* Mobile-first: accordion classico */
.seo-acc-content {
	display: none;
}

.seo-acc-item.is-active .seo-acc-content {
	display: block;
}

.seo-acc-title {
	margin: 0;
}

.seo-acc-trigger {
	width: 100%;
	text-align: left;
	display: block;
	background: transparent;
	border: 0;
	padding: 12px 0;
	/* così non “spazia” troppo */
	cursor: pointer;
	color: inherit;
}

/* Desktop: 2 colonne (titoli a sinistra, testo a destra) */
@media (min-width: 992px) {
	.seo-accordion__inner {
		grid-template-columns: 320px 1fr;
		align-items: start;
	}

	/* Titoli uno sotto l’altro, senza gap */
	.seo-accordion__titles {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	/* In desktop: nascondi i contenuti sotto gli H2 (li mettiamo nel pannello a destra) */
	.seo-accordion__titles .seo-acc-content {
		display: none !important;
	}

	/* Testo allineato in alto */
	.seo-accordion__panel {
		align-self: start;
	}
}

/* Mobile: il pannello a destra non serve */
@media (max-width: 991px) {
	.seo-accordion__panel {
		display: none;
	}
}

.beautiful-insight-content .seo-accordion p {
	line-height: inherit;
}

.beautiful-insight-content .seo-accordion p strong {
	color: #ee7d34;
}

p strong {
	color: #ee7d34;
}

/* Titoli non attivi leggermente più “soft” */
.seo-acc-item {
	opacity: 0.8;
	transition: opacity .2s ease;
}

.seo-acc-item.is-active {
	opacity: 1;
}

/* Bottone: titolo + icona a destra */
.seo-acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* Icona: chevron “>” ruotato */
.seo-acc-icon {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	/* chiuso */
	transition: transform .2s ease;
	opacity: 0.9;
}

/* Quando è aperto (aria-expanded true) ruota verso il basso */
.seo-acc-trigger[aria-expanded="true"] .seo-acc-icon {
	transform: rotate(45deg);
	/* aperto */
}

/* Bottone: titolo + icona a destra */
.seo-acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* SVG icon */
.seo-acc-icon {
	flex: 0 0 auto;
	opacity: .95;
	transform: rotate(0deg);
	/* chiuso = freccia a destra */
	transition: transform .2s ease, opacity .2s ease;
}

/* Aperto = freccia verso il basso */
.seo-acc-trigger[aria-expanded="true"] .seo-acc-icon {
	transform: rotate(90deg);
}

.seo-acc-icon {
	color: #EE7D34;
}

.seo-accordion h3 {
	font-size: 16px;
	color: white;
}

.seo-acc-trigger {
	cursor: pointer;
}

.seo-acc-trigger:hover {
	opacity: 1;
}

/* Bottone: titolo + icona a destra */
.seo-acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* Chevron SVG perfetta */
.seo-acc-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #EE7D34;
	/* oppure currentColor se vuoi */
	opacity: .95;
	transition: transform .2s ease;
}

.seo-acc-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* chiusa = freccia a destra, aperta = verso il basso */
.seo-acc-trigger[aria-expanded="false"] .seo-acc-icon {
	transform: rotate(-90deg);
}

.seo-acc-trigger[aria-expanded="true"] .seo-acc-icon {
	transform: rotate(0deg);
}

.seo-acc-icon {
	border: none;
}


.faq-list__inner {
	display: grid;
	gap: 0;
	/* niente spazi tra le righe */
}

.faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	opacity: .85;
	transition: opacity .2s ease;
}

.faq-item.is-open {
	opacity: 1;
}

.faq-title {
	margin: 0;
	color: white;
}

.faq-item p {
	color: white;
	font-weight: 400;
}

.faq-trigger {
	width: 100%;
	padding: 14px 0;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;

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

	text-align: left;
}

/* contenuto chiuso */
.faq-content {
	display: none;
	padding: 0 0 14px 0;
}

/* contenuto aperto */
.faq-item.is-open .faq-content {
	display: block;
}

/* Icona “chevron” (versione semplice come la tua) */
.faq-icon {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	/* chiuso */
	transition: transform .2s ease;
	opacity: .9;
}

.faq-trigger[aria-expanded="true"] .faq-icon {
	transform: rotate(45deg);
	/* aperto */
}

#chart-container {
	width: 600px;
	height: 400px;
}

.service-page .business-left-shape.main-desk-view img {
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}