

.pricing-switch-wrap span.switch-icon::after {
	content: "";
	position: absolute;
	left: 4px;
	width: 100px;
	height: 35px;
	background-color: #69607e;
	border-radius: 25px;
	-webkit-transform: translate3d(-6px, 0, 0);
	transform: translate3d(-6px, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pricing-switch-wrap span.year-switch {
	position: absolute;
	top: 10px;
	z-index: 1;
	color: #fff;
}
.pricing-switch-wrap span.switch-icon {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 37px;
	border: 1px solid #b1b1b1;
	border-radius: 25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.single-pricing-pack.popular-price {
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	border-top: 4px solid #d00 !important;
}
.section-light a, .footer-bottom a, .terms-policy-wrap a {
	color: #660202 !important;
}
.gray-light-bg a {
	color: #660202 ;
}
.orange-light-bg a {
	color: orange !important;
}  
.faq-wrap .card .card-header {
	padding: 0.95rem 1.25rem;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px 4px 0 0;
	background: linear-gradient(75deg, #b30b0b, #e10000);
	margin-bottom: 0;
	border: 1px solid rgba(72, 94, 144, 0.16);
}.faq-wrap .card .card-header::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: initial;
	content: "\f106";
	float: right;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 30px;
	text-align: center;
	background: #ffe9e9;
	border-radius: 4px;
}
.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
	background: #4b464f;
	padding: 30px 40px;
	z-index: 4;
	margin-top: 30px;
	border-radius: 4px;
}
.testimonial-content-wrap .testimonial-shape::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 20px;
	width: 99%;
	height: 69%;
	background: #c7bfc8;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	z-index: -1;
	border-radius: 4px;
}
.bg-image a, .gradient-bg a, .bg-image .color-primary, .bg-image .color-secondary, .gradient-bg .color-primary, .gradient-bg .color-secondary {
	}
.single-pricing-pack:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	border-top: 4px solid #777;
}
[image-overlay]::before {
	position: absolute;
	content: '';
	background: linear-gradient(75deg, #ff0c0c, #2d0101) !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.btn-brand-02, .btn-brand-03, .primary-bg, .newsletter-wrap.primary-bg, .badge-danger {
	background-color: #b30028 !important;
	border-color: #b30028 !important;
	color: white !important;
}

.header nav.navbar {
	padding: 0.3rem 1rem;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.header .menu li a {
	font-size: 14px;
	text-decoration: none;
	padding: 22px 12px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	opacity: 0.8;
}
.header a, .color-primary, .color-secondary {
	color: #fff !important;
}
footer ul:not([class*="menu"]) li > a {
	font-weight: 400;
	font-size: 13px;
	display: block;
    color: #fff !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.938rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #f2c65d;
}
.dark{
    color: dimgray !important;
}
.rosso{
    color: #BD0003 !important;
}
.arancio{
    color: #f2c65d !important;
}
.bianco{
    color: white !important;
}
.newsletter-form button {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	height: auto;
	border: none;
	border-radius: 30px;
	background-color: #16c421;
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.hero-trust{
  display:flex; flex-wrap:wrap; gap:8px; margin-top:12px;
}
.trust-chip{
  background:#ffffff1a; border:1px solid #ffffff33; color:#fff;
  padding:6px 10px; border-radius:999px; font-size:.9rem; line-height:1;
  display:inline-flex; align-items:center; gap:6px;
}
.mini-badge{
  display:inline-flex; align-items:center; gap:6px;
  background:#c3002f; color:#fff; border-radius:999px; padding:4px 10px; font-size:.85rem;
}
.action-btns .btn-brand-03{ background:#c3002f; border-color:#c3002f; color:#fff; }
.action-btns .btn-brand-03:hover{ opacity:.9; }
.guarantee{
  background:#c3002f; /* rosso brand */
  box-shadow: 0 12px 30px rgba(195,0,47,.25);
}
.guarantee .stamp{
  display:inline-block;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
  opacity:.85;
  border:1px solid rgba(255,255,255,.4);
  padding:.25rem .6rem;
  border-radius:999px;
  backdrop-filter: blur(2px);
}
.trust-chip{
  display:inline-flex; align-items:center; gap:6px;
  padding:6px 10px; border-radius:999px;
  background:#f4f5f7; border:1px solid #e9ecef; color:#111;
  margin:4px 6px 0 0; font-size:.95rem; line-height:1;
}
/* ======== Integrazioni / Privacy ======== */
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin: 4px 6px 0 0;
  border-radius: 50px;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  color: #222;
  font-size: 0.95rem;
}

/* ======== Garanzia ======== */
.guarantee {
  background: #c3002f; /* rosso brand */
  box-shadow: 0 10px 40px rgba(195, 0, 47, 0.25);
  border-radius: 12px;
}

.guarantee .stamp {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
}

.guarantee h3 {
  color: #fff;
  font-weight: 600;
}

.guarantee p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

/* Pulsante */
.guarantee-btn {
  background: #fff;
  color: #c3002f;
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.25s ease;
}

.guarantee-btn:hover {
  background: #ffe6eb;
  color: #90001f;
  transform: translateY(-2px);
}
.hero-counter .counter-item {
  color: #fff;
  text-align: center;
  transition: transform 0.3s ease;
}

.hero-counter .counter-item:hover {
  transform: translateY(-5px);
}

.counter-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.count-number {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.hero-counter h6 {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
}

/* Bonus: variazione colore per rendere più dinamico */
.hero-counter .col-sm-3:nth-child(1) .counter-icon { background: rgba(255,255,255,0.15); }
.hero-counter .col-sm-3:nth-child(2) .counter-icon { background: rgba(255,255,255,0.20); }
.hero-counter .col-sm-3:nth-child(3) .counter-icon { background: rgba(255,255,255,0.25); }
.hero-counter .col-sm-3:nth-child(4) .counter-icon { background: rgba(255,255,255,0.30); }


/* ===== CTA Rosso ===== */
#cta-rosso {
  position: relative;
  overflow: hidden;
}
#cta-rosso .cta-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(135deg, #b30028 0%, #8a001f 100%),
    url("assets/img/cta-bg.jpg") center/cover no-repeat;
  opacity: 0.95;
  z-index: 0;
}
#cta-rosso .container{ position:relative; z-index:1; }

.cta-eyebrow{
  display:inline-block;
  background:#fff;
  color:#b30028;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.8rem;
  padding:6px 12px;
  border-radius:999px;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

/* Pill buttons */
.cta-btn{
  display:flex; align-items:center; gap:12px;
  padding:12px 18px;
  border-radius:999px;
  line-height:1.1;
  text-decoration:none;
  transition:all .2s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.cta-btn i{ font-size:1rem; }

/* Varianti */
.cta-btn--light{ background:#fff; color:#b30028; }
.cta-btn--light:hover{ background:#ffe6ec; color:#8a001f; text-decoration:none; }

.cta-btn--brand{ background:#c3002f; color:#fff; }
.cta-btn--brand:hover{ background:#a80029; text-decoration:none; }

.cta-btn--ghost{
  background:transparent; color:#fff;
  border:1px solid rgba(255,255,255,.7);
}
.cta-btn--ghost:hover{
  background:rgba(255,255,255,.12);
  text-decoration:none;
}

/* Testo de*
/* Eyebrow */
.eyebrow-pill{
  display:inline-block;
  background:#fff;
  color:#b30028;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.8rem;
  padding:6px 12px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Card ROI */
.roi-card{
  border:1px solid #eceff3;
  border-radius:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
}

/* Label */
.roi-label{ font-weight:600; color:#313131; }

/* Input soft con icona */
.input-group-soft .input-group-text{
  background:#f6f7f9; border:1px solid #e8eaee; color:#6b7280;
  border-right:0; border-top-left-radius:10px; border-bottom-left-radius:10px;
}
.input-group-soft .form-control{
  border:1px solid #e8eaee; background:#fff;
  border-top-right-radius:10px; border-bottom-right-radius:10px;
}
.input-group-soft .form-control:focus{
  border-color:#c3002f33; box-shadow:0 0 0 .2rem rgba(195,0,47,.15);
}

/* Risultato */
.roi-result{
  display:inline-block;
  font-weight:800;
  font-size:2rem;
  line-height:1;
  padding:.4rem .9rem;
  border-radius:12px;
  background:linear-gradient(135deg, #fff,

      }
.btn-outline-brand-02:hover, .btn-outline-brand-02:focus, .btn-outline-brand-02:active {
	background-color: #3e3e3e;
	border-color: #595959;
	color: #fff;
}
.gradient-bg {
	background: linear-gradient(75deg, #8f0909, #8f0909) !important;
}