@charset "UTF-8";
/* ==========================================================================
   PAGINA PROMUOVO — Stile moderno con nesting
   ========================================================================== */
/* ------------------------------
   HERO su templates/hero
------------------------------ */
/* ------------------------------
   SERVICES SLIDER
------------------------------ */
.promuovo-services {
  padding: 0; }
  @media (max-width: 768px) {
    .promuovo-services {
      padding: 0; }
      .promuovo-services .l-container {
        padding: 0; } }
.services-shell {
  position: relative;
  background: var(--bg-white);
  border: none;
  padding: 64px 0;
  min-height: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .services-shell {
      padding: 28px 0px;
      min-height: 220px; } }
.services-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 210px;
  display: grid;
  place-items: center;
  text-align: center; }
  @media (max-width: 768px) {
    .services-viewport {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; } }
.services-track {
  display: flex;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0); }

.service-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .service-slide {
      padding: 0 6px; } }
.service-title {
  display: block;
  font-size: 44px;
  font-weight: 400;
  line-height: 42px;
  color: var(--primary-fuxia);
  margin: 0 0 16px 0;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word; }
  @media (max-width: 768px) {
    .service-title {
      font-size: 32px;
      line-height: 34px; } }
.service-text {
  margin: 0 auto;
  max-width: 560px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: var(--neutral-dark-grey);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word; }
  @media (max-width: 768px) {
    .service-text {
      max-width: 100%;
      font-size: 18px;
      line-height: 24px; } }
.services-arrow {
  position: static;
  transform: none;
  width: 60px;
  height: 60px;
  padding: 6.667px;
  border: 0.667px solid var(--primary-fuxia);
  background: transparent;
  color: var(--primary-fuxia);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: border-color 180ms ease, background 180ms ease; }
  .services-arrow:hover {
    background: rgba(var(--primary-fuxia-rgb), 0.05); }
  @media (max-width: 768px) {
    .services-arrow {
      width: 40px;
      height: 40px;
      font-size: 16px; } }
/* ------------------------------
   FAQ accordion
------------------------------ */
.promuovo-faq {
  width: 100%;
  padding: 64px 24px;
  background: var(--primary-fuxia);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  max-width: none; }

.faq-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
  transition: none; }
  .faq-item:hover {
    transform: none;
    box-shadow: none; }

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid var(--bg-white);
  padding-bottom: 8px;
  text-align: left; }
  @media (max-width: 768px) {
    .faq-header {
      font-size: 24px;
      padding: 0 0 8px 0; } }
.faq-header span:first-child {
  color: var(--bg-white);
  font-size: 32px;
  font-weight: 300;
  line-height: 42px; }

.faq-arrow {
  position: static;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-white);
  font-size: 24px;
  flex-shrink: 0;
  transition: transform 200ms ease; }

.faq-item.active .faq-arrow {
  transform: rotate(180deg); }

.faq-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: transparent;
  text-align: left;
  padding: 0;
  border-top: none;
  transition: max-height 320ms ease, opacity 220ms ease;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: var(--bg-white);
  max-width: 550px; }
  @media (max-width: 768px) {
    .faq-body {
      font-size: 18px;
      line-height: 1.4; } }
  .faq-body a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline; }
  .faq-body p {
    margin: 0;
    padding: 0 0 16px 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit; }

.faq-item.active .faq-body {
  opacity: 1; }

/* ------------------------------
   Carosello progetti (Splide wrapper)
------------------------------ */
.promuovo-carousel {
  width: 100%;
  margin: 0;
  padding: 40px 24px; }
  .promuovo-carousel .posts-carousel__title {
    text-align: left;
    color: var(--primary-fuxia);
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 24px 0; }
    @media (max-width: 768px) {
      .promuovo-carousel .posts-carousel__title {
        font-size: 32px; } }
  .promuovo-carousel .project-tags .tag {
    background: var(--primary-pink);
    color: var(--primary-fuxia);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 6px;
    display: inline-block; }
  .promuovo-carousel .project-img {
    height: 180px; }
  @media (max-width: 768px) {
    .promuovo-carousel {
      padding: 32px 20px; } }
/* ==========================================================================
   ANIMAZIONI SCROLL
   ========================================================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Stato iniziale - nascosto */
.promuovo-services .service-slide,
.promuovo-services .services-arrow,
.promuovo-faq .faq-item {
  opacity: 0; }

/* Services - fade dall'alto */
.promuovo-services .service-slide.is-visible {
  animation: fadeInDown 0.8s ease forwards; }

/* Frecce - fade dall'alto con delay */
.promuovo-services .services-arrow.is-visible {
  animation: fadeInDown 0.8s ease forwards;
  animation-delay: 0.3s; }

/* FAQ - fade dall'alto con delay sequenziale */
.promuovo-faq .faq-item.is-visible {
  animation: fadeInDown 0.8s ease forwards; }

.promuovo-faq .faq-item.is-visible:nth-child(1) {
  animation-delay: 0s; }

.promuovo-faq .faq-item.is-visible:nth-child(2) {
  animation-delay: 0.15s; }

.promuovo-faq .faq-item.is-visible:nth-child(3) {
  animation-delay: 0.3s; }

.promuovo-faq .faq-item.is-visible:nth-child(4) {
  animation-delay: 0.45s; }

.promuovo-faq .faq-item.is-visible:nth-child(5) {
  animation-delay: 0.6s; }

/* Disabilita su mobile */
/*@media (max-width: 768px) {
  .promuovo-services .service-slide,
  .promuovo-faq .faq-item {
    opacity: 1 !important;
    animation: none !important;
  }
}*/
