/* Base */
body{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:#333;
  line-height:1.4;
}
img{border:0}

/* Logo */
.logo-muray{margin:20px 0;text-align:center}
.logo-muray img{
  max-width:320px;height:auto;display:block;margin:0 auto;
  border:1px dashed #ccc; /* opcional */
}

/* Textos base (evita repetir font/color) */
.text_petit,.text_normal_vea,.text,.text2,.normal,.normal-centre,.normal_formularis,.detall-centre{
  font-family:inherit;
  color:inherit;
  text-decoration:none;
}

/* Variants de text */
.text_petit{font-size:.7rem;line-height:1.2;white-space:nowrap}
.text_normal_vea{font-size:.8rem;line-height:1.3}
.text{font-size:.8rem}
.text2{font-size:.7rem;line-height:1.3}

/* Enllaços dins text2 */
.text2 a{text-decoration:none}
.text2 a:hover{color:#a66c00;text-decoration:underline}

/* Títols */
.titol_Producte{font-size:1.375rem;line-height:1.3;font-weight:700;color:#666}
.Titol_tronja2{font-size:1.3125rem;line-height:1.05;color:#D9A333;text-transform:uppercase}
.Titol_tronja4{font-size:1.625rem;line-height:1.15;color:#D9A333}

/* Menú */
.menu{font-size:.75rem;color:#999;text-decoration:none}

/* Centrat */
.normal-centre{font-size:.9rem;line-height:1.5;text-align:center}
.detall-centre{font-size:.7rem;line-height:1.3;text-align:center}

/* Formularis */
.normal_formularis{
  font-size:.8rem;line-height:1.4;
  border:1px dashed #ccc;
  padding:1px;margin:1px;
}

/* Links dins .normal */
.normal a{color:inherit;text-decoration:none}
.normal a:hover{text-decoration:underline}

/* Imatges responsives */
.intro-presentacio img,
.normal img.responsive{
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto 1.5rem;
}

/* Paràgrafs */
.intro-presentacio p{margin:0 0 1.5rem}

/* WhatsApp */
.whatsapp-float{
  position:fixed;right:5%;bottom:20px;z-index:1000;
  cursor:pointer;
  transition:transform .3s ease;
}
.whatsapp-float img{
  width:60px;height:60px;border-radius:50%;
  box-shadow:none;background:none;
}
.whatsapp-float:hover{transform:scale(1.1)}

/* Text flotant */
.text-float{
  position:fixed;top:20px;left:20px;z-index:1000;
  background:#fff;
  padding:10px;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
}

/* Espai */
.espai{margin-bottom:2rem}

/* Títol 3 blau */
.titol_3_blau{
  font-size:2.25rem;line-height:1;
  color:#999;font-weight:700;
  text-align:center;
}

/* Responsive */
@media (max-width:480px){
  .normal{font-size:clamp(.7rem,4vw + .25rem,.85rem)}
}
