
body {
  background: #111;
  color: #fff;
  font-family: 'Orbitron', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-family: 'Montserrat', Arial, sans-serif;
}

li {
  font-family: 'Montserrat', Arial, sans-serif;
}

.hmb {
    font-family: 'Orbitron', Arial, sans-serif;
}

.primoh3 {
    font-family: 'Montserrat', Arial, sans-serif;
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
      background: linear-gradient(90deg,
    rgba(0,0,0,0.95) 0%,
    rgba(138,43,226,0.22) 28%,
    rgba(0,0,0,0.80) 50%,
    rgba(255,20,147,0.18) 72%,
    rgba(0,0,0,0.95) 100%);
  padding: 0.1rem 2rem;
  
}

@media (min-width: 900px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
  }
}
@media (min-width: 900px) {
  header {
    margin-top: 60px; /* adatta il valore all'altezza reale della navbar */
  }
}


.logo {
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-img {
  height: 60px; /* o la dimensione che preferisci */
  width: auto;
  display: block;
}

.logo {
  text-decoration: none;
}


.nav-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin-top: 1.5rem;
  
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
    position: fixed;
    z-index: 1;
    right: 10px;
    align-items: center;
    
  }
}
/*
.hamburger {
  width: 32px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}*/
/* aggiungi se vuoi i colori */
/*
.hamburger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, white, #ff4da6, #000, #7a00ff, white, black);
  background-size: 200% 200%;
  animation: gradientMove 10s ease infinite;
  transition: background 0.3s;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
*/


.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(135deg,
    rgba(0,0,0,0.95) 0%,
    rgba(138,43,226,0.22) 28%, /* Viola */
    rgba(0,0,0,0.80) 50%,
    rgba(255,20,147,0.18) 72%, /* Fucsia */
    rgba(0,0,0,0.95) 100%);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: flex-end;
  z-index: 1000;
}

.overlay.open {
  display: flex;
}

.overlay-content {
  width: 50vw;
  height: 100vh;
  background: transparent;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  animation: slideIn 0.5s;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.overlay-content ul {
  list-style: none;
  padding: 0;
  margin-top: 4rem;
}

.overlay-content li {
  margin: 2rem 0;
}

.overlay-content a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}
@media (max-width: 900px) {
  .overlay-content {
    width: 50vw;
    min-width: 200px;
    max-width: 400px;
    height: 100vh;
  }
}


.close {
  position: absolute;
  top: 2rem; right: 2rem;
  width: 40px; height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  z-index: 1100;
}

.close span {
  height: 4px;
  width: 30px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

.close span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.close span:nth-child(2) {
  opacity: 0;
}
.close span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

header {
  text-align: center;
  padding: 0; /* Rimuovi il padding predefinito */
  background: linear-gradient(135deg, #18141a 60%, #2d1b2e 100%);
  position: relative;
  
  /* Aggiungi queste proprietà per centrare in altezza */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Centra verticalmente */
  align-items: center; /* Centra orizzontalmente */
  margin-top: 0;
}

#home {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  
  /* Aggiungi padding per evitare che il contenuto tocchi i bordi */
  padding: 0rem 2rem 1rem 2rem;
}


.header-bg-shape {
  position: absolute;
  top: 30px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(255,184,107,0.25) 60%, transparent 100%);
  border-radius: 50%;
  z-index: 0;
}

.header-square {
  position: absolute;
  top: 110px;
  left: 60%;
  transform: translateX(-50%) rotate(8deg);
  width: 90px;
  height: 90px;
  background: rgba(255,184,107,0.28); /* aumenta l'opacità da 0.10 a 0.28 */
  border-radius: 12px;
  z-index: 0;
  box-shadow: 0 4px 32px 0 rgba(255,184,107,0.18); /* aumenta anche qui l'opacità */
}


@media (min-width: 900px) {
  .header-bg-shape {
    left: 50%;
    top: 30%; /* regola in base all’effetto desiderato */
    transform: translate(-50%, -50%);
  }
  .header-square {
    left: 55%;
    top: 40%; /* regola in base all’effetto desiderato */
    transform: translate(-50%, -50%) rotate(8deg);
  }
}


.hero-title-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  margin-top: 1rem; /* opzionale */
}

.hero-title-wrapper h1 {
  font-size: 2rem;
  color: white;
  z-index: 2; /* il testo sopra i background */
  position: relative;
  margin-top: 0px;
}

/* Cerchio dietro al titolo */
.header-bg-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255,184,107,0.25) 60%, transparent 100%);
  border-radius: 50%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Quadrato dietro ma spostato leggermente */
.header-square {
  position: absolute;
  width: 130px;
  height: 130px;
  background: rgba(255,184,107,0.2);
  border-radius: 16px;
  box-shadow: 0 4px 32px 0 rgba(255,184,107,0.18);
  top: 95%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(8deg);
  z-index: 0;
}

.cta-btn {
  background: rgba(30, 25, 20, 0.22);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  opacity: 0.85;
   box-shadow: 0 3px 5px 0 wheat;
   margin-top: 40px;
}


.cta-btn:hover, .cta-btn:focus {
  .cta-btn:hover, .cta-btn:focus { box-shadow: 0 4px 32px 0 rgba(187,71,139,0.38), 0 0 0 3px #ffb86b66; color: #fff; }
}

.quote {
  display: block;
  margin-top: 0.5rem;
  color: #bcbcbc;
  font-style: italic;
  font-size: 0.98rem;
  opacity: 0.7;
  padding-top: 20px;
}



 header#home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;   /* Inizia dall’alto */
  align-items: center;
  min-height: 100vh;             /* Occupa tutta la viewport */
  padding-top: 40px;             /* Solo un po’ di spazio sopra */
  padding-bottom: 0;
  text-align: center;
}

@media (min-width: 900px) {
  header#home {
    display: flex;
    flex-direction: column;
    justify-content: center;    /* centra verticalmente */
    align-items: center;        /* centra orizzontalmente */
    min-height: 100vh;          /* occupa tutta l'altezza della viewport */
    margin-top: 60px;           /* spazio per la navbar fissa */
    text-align: center;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  header#home {
    /* Esempio: centra verticalmente il contenuto */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  /* Puoi aggiungere altre regole specifiche per tablet qui */
}




section {
  margin: 4rem auto;
  max-width: 800px;
  padding: 2rem;
  background: linear-gradient(135deg, #181818 70%, #c73aff11 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px #c73aff22;
  position: relative;
}


#chi-sono {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}

.chi-sono-title {
    padding-top: 10px;
    margin-bottom: 20px;
}

#contatti {
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}

.avatar {
  width: 300px;      /* oppure la misura che preferisci */
  border-radius: 35%; /* se vuoi un effetto tondo */
  background: #111;   /* opzionale, per farla risaltare su sfondo scuro */
  display: block;
  margin: 75px auto 0 auto;
  
}

.img-luminoso {
  border-radius: 18px; /* bordi leggermente arrotondati per armonia */
  box-shadow:
    0 0 24px 0 #ffb86b88,    /* alone arancione luminoso */
    0 0 48px 0 #ffe5b466;    /* alone giallo tenue per profondità */
  transition: box-shadow 0.3s;
}
.img-luminoso:hover {
  box-shadow:
    0 0 0 4px #fff6,
    0 0 32px 0 #ffb86bcc,
    0 0 64px 0 #ffe5b499;
}

@media (min-width: 900px) {
  #chi-sono {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* centra verticalmente */
    align-items: center;       /* centra orizzontalmente */
    text-align: center;        /* centra il testo */
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  #chi-sono {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* centra verticalmente */
    align-items: center;       /* centra orizzontalmente */
    text-align: center;        /* centra il testo */
    padding: 0 2rem;
    box-sizing: border-box;
  }
}


.sevizi-title {
    margin-bottom: 20px;
    padding-top: 10px;
}


.img-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #c73aff33, #ff5eae33);
  border-radius: 16px;
  margin: 2rem 0;
  opacity: 0.7;
}

.icone {
  width: 150px;   /* Puoi cambiare la misura a piacere (es: 80px, 120px, ecc.) */
  height: 150px;  /* Mantieni la stessa misura di width per icone quadrate */
  display: block;
  margin: 40px auto;
}


hr.lucido {
  border: none;
  height: 3px;
  background: linear-gradient(90deg,
    rgba(0,0,0,1) 0%,
    rgba(138,43,226,0.4) 18%,
    rgba(0,0,0,0.85) 50%,
    rgba(255,20,147,0.3) 82%,
    rgba(0,0,0,1) 100%);
  opacity: 0.9;
  margin-bottom: 2rem;
}


.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

li {
    margin-bottom: 20px;
}



.portfolio-item {
  background: #111;
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.6);
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
}

.portfolio-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1.2rem;
  
}

@media (min-width: 900px) {
  .portfolio-img {
    max-width: 380px; /* o il valore che preferisci */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


.portfolio-link {
  display: inline-block;
  margin-top: 1rem;
  color: #d4af37;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.5px solid #d4af37;
  transition: color 0.2s;
}

.portfolio-link:hover {
  color: #fff;
  background: #d4af37;
  border-radius: 4px;
  padding: 0 0.5rem;
}

.hero-gradient-border {
  padding: 1.5px; /* spessore del bordo */
  border-radius: 16px;
  background: linear-gradient(
    to right,
    #7a5c1d,
    #556b2f,
    #a24d34,
    #b24a2f,
    #704214
  );
  display: inline-block;
}
.hero-gradient-border img {
  display: block;
  border-radius: 12px;
}


.benson-border {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 1.2rem;
}

.benson-link {
  color: #6ed6f7; /* azzurro cerchio */
  border-bottom: 1px solid #6ed6f7; /* azzurro cerchio */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  transition: color 0.2s, background 0.2s;
}

.benson-link:hover {
  background: #800020;
  color: #fff;
  border-radius: 4px;
  padding: 0 0.5rem;
}

.benson-gradient-border {
  padding: 1.5px; /* spessore del bordo */
  border-radius: 16px;
  background: linear-gradient(
  to right,
   #6ed6f7,/* azzurro cerchio */
   #264688,   
  #264688,    /* marian-blue */
  #18141a,    /* nero leggings e dettagli */
  #80172E,  
  #80172E   /* claret */
  );
  display: inline-block;
}
.benson-gradient-border img {
  display: block;
  border-radius: 12px;
}

.siti-h3 {
    margin: 20px auto;
}

.toggle-btn {
  background: none;
  border: none;
  color: #d4af37;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: bold;
  font-size: 0.5rem;
  cursor: pointer;
  margin-left: 180px;
  border-radius: 4px;
  padding: 0 0.5rem;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  outline: none;
}

.toggle-btn:hover,
.toggle-btn:focus {
  color: #d4af37;
  text-decoration: underline;
}

.white {
    color: #6ed6f7; /* azzurro cerchio */
}

.white:hover,
.white:focus {
  color: white;
  text-decoration: none;
}

/*COREWORK*/

.corework-link {
    color: #fffc40;
}

/* --- COREWORK PORTFOLIO --- */
.corework-gradient-border {
  position: relative;
  border-radius: 14px;
  padding: 1.5px;
  background: 
    radial-gradient(circle at bottom right, #fffc40 0%, transparent 60%),
    radial-gradient(circle at top left, #fffc40 0%, transparent 60%),
    linear-gradient(135deg, #fffc40, #ffffff10, #0e0e0e);
  display: inline-block;
  padding-bottom: 1.2rem;
}

#yellow-corework {
    color: #fffc40;
}

.corework-gradient-border .portfolio-video {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}





.processo-creativo-link {
    display: inline-block;
  margin-top: 1rem;
  color: #ffb86b;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: 0 solid transparent;
  transition: color 0.2s;
  border-bottom: 0.2s;
}

.processo-creativo-link:hover {
    border-bottom: 1px solid #d4af37;
    color: #ffd39b;
}

.creativo-align {
    text-align: center;
    padding-top: 30px;
}

.logo-contact {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem auto; /* CENTRATO */
  padding-top: 0;
}

.parliamone {
    margin-bottom: 2rem;
}

.contatti {
  background: #18141a;
  color: #f4f4f4;
  padding: 2rem 1rem;
  border-radius: 20px;
  max-width: 500px;
  margin: 3rem auto 2rem auto;
  box-shadow: 0 4px 32px rgba(64,0,32,0.3);
  text-align: center;
}

.form-contatti input,
.form-contatti textarea {
  width: 90%;
  margin: 0.5rem 0;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  background: #222027;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: box-shadow 0.2s;
}

.form-contatti input:focus,
.form-contatti textarea:focus {
  box-shadow: 0 0 0 2px #6ed6f7;
}


.success-message {
  color: #ffb86b; /* arancione elegante, visibile ma soft */
  font-size: 1rem;
  opacity: 0.92;
  margin-top: 1.2rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}

.form-contatti button {
  background: rgba(30, 25, 20, 0.22);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  opacity: 0.85;
   box-shadow: 0 3px 5px 0 wheat;
   margin-top: 2.5rem; 
}

.form-contatti {
  margin-top: 2.5rem; /* o il valore che preferisci */
}


.form-contatti button:hover,
.form-contatti button:focus {
  
  color: #1e1914;      /* testo scuro in evidenza */
  opacity: 1;
  box-shadow: 0 4px 32px 0 rgba(187,71,139,0.38), 0 0 0 3px #ffb86b66;
  color: #fff;
}
/*classe nel php per cambiare style messaggio di conferma */
.success-msg {
 font-family: 'Orbitron', Arial, sans-serif;
  color: #ffb86b;
  font-weight: bold;
  padding: 10px;
}

.parliamone {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.parliamone::after {
  content: '';
  display: block;
  margin: 0.8rem auto 0 auto;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, wheat 50%, transparent 100%);
  border-radius: 2px;
}

/* Centra la sezione contatti su desktop */
@media (min-width: 900px) {
  #contatti {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* centra verticalmente */
    align-items: center;       /* centra orizzontalmente */
    text-align: center;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .form-contatti {
    width: 400px;
    max-width: 100%;
  }
}

/* Centra la sezione contatti su Nexus 7 e tablet simili */
@media (min-width: 600px) and (max-width: 900px) {
  #contatti {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* centra verticalmente */
    align-items: center;       /* centra orizzontalmente */
    text-align: center;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .form-contatti {
    width: 90%;
    max-width: 420px;
  }
}


.footer {
  background: #18141a;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 80px;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.18));
  text-align: center;
}

.footer-email a {
  color: #ffb86b; /* arancione elegante */
  font-size: 1.05rem;
  text-decoration: none;
  transition: color 0.2s;
  text-align: center;
}
.footer-email a:hover {
  color: #fff;
}

.footer-rights {
  margin-top: 1.6rem;
  font-size: 0.98rem;
  color: #bcbcbc;
  opacity: 0.7;
  letter-spacing: 0.03em;
  padding-bottom: 1rem;
  text-align: center;
}


.footer-content {
  display: flex;
  justify-content: center; /* default desktop */
  align-items: center;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .footer-content {
    justify-content: flex-start; /* su mobile allinea a sinistra */
  }
}

.footer-instagram {
  margin-left: 0;
  margin-top: 0.5rem;
}


.footer-instagram a:hover img {
  filter: invert(100%) sepia(70%) saturate(700%) hue-rotate(20deg) brightness(1.3);
}

.footer-instagram a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.nav-instagram {
  display: none; /* di default nascosto su mobile */
  margin-left: 0;
  transition: filter 0.3s;
  margin-right: 80px;
}

.nav-instagram:hover {
  filter: invert(100%) sepia(70%) saturate(700%) hue-rotate(20deg) brightness(1.3);
}

@media (min-width: 900px) {
  .nav-instagram {
    display: inline-block; /* visibile solo su desktop */
  }
}




/* PROCESSO CREATIVO */

    /* Stili aggiuntivi per la pagina processo creativo */
    .process-header {
      margin-top: 2.5rem;
      text-align: center;
    }
    .process-title {
      font-family: 'Orbitron', Arial, sans-serif;
      font-size: 2.1rem;
      color: #ffb86b;
      letter-spacing: 1px;
      margin-bottom: 1.2rem;
    }
    .process-intro {
      font-family: 'Montserrat', Arial, sans-serif;
      color: #fff;
      font-size: 1.15rem;
      margin-bottom: 2.5rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.92;
    }
    .process-section {
      background: rgba(24,20,26,0.94);
      border-radius: 18px;
      box-shadow: 0 4px 32px 0 rgba(255,184,107,0.06);
      padding: 2.2rem 1.4rem 2rem 1.4rem;
      max-width: 680px;
      margin: 0 auto 2.5rem auto;
      color: #e7e7e7;
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 1.04rem;
      line-height: 1.7;
    }
    .process-section h4 {
      color: #ffb86b;
      font-weight: 600;
      font-family: 'Orbitron', Arial, sans-serif;
    }
    .process-section em {
      color: #bb478b;
      font-style: italic;
    }
    .process-step h4 {
      margin-bottom: 1.6rem;
      font-family: 'Orbitron', Arial, sans-serif;
    }
    @media (max-width: 600px) {
      .process-title { font-size: 1.5rem; }
      .process-section { padding: 1.2rem 0.7rem; }
    }
  
  header h1 {
  font-family: 'Orbitron', Arial, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}


.process-intro {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
  text-align: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.process-section {
  background: rgba(24,20,26,0.94);
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(255,184,107,0.06);
  padding: 2.2rem 1.4rem 2rem 1.4rem;
  max-width: 680px;
  margin: 0 auto 2.5rem auto;
  color: #e7e7e7;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.7;
}

.process-section strong {
  color: #ffb86b;
  font-weight: 600;
}

.process-section em {
  color: #bb478b;
  font-style: italic;
}

.process-step {
  margin-bottom: 1.6rem;
}

@media (max-width: 600px) {
  header h1 { font-size: 1.5rem; }
  .process-section { padding: 1.2rem 1.5rem; }
}

@media (min-width: 900px) {
  header  {
    padding-top: 80px; /* spazio sufficiente per la navbar */
  }
}


@media (min-width: 900px) {
  .nav-processo-creativo  {
    margin-top: 2rem;
    margin-right: 100px;
 
  }
}

.btn-prc {
    display: block;
    margin: auto;
}


/* --- Link alla Privacy Policy in homepage --- */
.privacy-link {
  font-family: Noto Serif',
  font-size: 0.6rem;                  
  color: #E46F2Ccc;                       
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.privacy-link:hover {
  color: #3f1683;                       /* al passaggio del mouse diventa bianco */
  text-shadow: 0 0 6px rgba(255, 252, 64, 0.6);
}

