/* FONT & BASE */
body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fcfbfa;
  color: #2c2222;
  margin: 0;
}
a { color: #e29595; text-decoration: none; transition: color .13s; }
a:hover { color: #b05d5d; text-decoration: underline; }
h1, h2, h3 { font-family: 'Montserrat', Arial, sans-serif; }

.salon-why,
.salon-services,
.salon-promo,
.salon-contact {
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

/* HERO */
.salon-hero {
  background: url('../images/hero-salone.webp') center/cover no-repeat;
  min-height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 32px #eec4be23;
  overflow: hidden;
  margin-bottom: 40px;
}

.salon-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(0deg, #fff8f9ee 40%, #fff8f980 95%, #fff8f9cc 100%),
    linear-gradient(to bottom, rgba(255,255,255,0) 88%, #fff8f9ff 100%);
  z-index: 1;
}

.salon-hero-inner {
  position: relative;
  z-index: 2;
  padding: 52px 18px 52px 18px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.salon-hero h1, .salon-hero-subtitle { color: #b75a6b; }

.salon-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: #e6959d;
  margin: 0 0 14px 0;
}
.salon-hero-subtitle {
  color: #634b4a;
  font-size: 1.2rem;
  margin: 0 0 24px 0;
  font-weight: 400;
  line-height: 1.6;
}
.salon-btn-main {
  background: linear-gradient(90deg,#eec4be 40%,#ffe5e0 100%);
  color: #65363a;
  border: none;
  border-radius: 8px;
  padding: 15px 42px;
  font-size: 1.08rem;
  font-weight: bold;
  box-shadow: 0 4px 22px #eec4be22;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background .13s,color .13s;
}
.salon-btn-main:hover {
  background: #eec4be;
  color: #2c2222;
  text-decoration: none;
}



/* SERVIZI */
.salon-vetrina { max-width: 1100px; margin: 0 auto 54px auto; }
.salon-vetrina-row {
  display: flex;
  gap: 34px;
  align-items: stretch;
  margin-bottom: 38px;
}

.salon-vetrina-row.reverse { flex-direction: row-reverse; }
.salon-vetrina-img img {
  width: 260px; 
  height: 190px; 
  object-fit: cover; 
  border-radius: 14px;
  box-shadow: 0 2px 14px #eec4be16;
  display: block;
}

.salon-vetrina-text {
  flex: 1; background: #fff; border-radius: 13px; padding: 28px 22px;
  box-shadow: 0 2px 14px #eec4be11; color: #8c5963;
}
@media (max-width: 800px) {
  .salon-vetrina-row, .salon-vetrina-row.reverse { flex-direction: column; gap: 18px; }
  .salon-vetrina-img img { width: 95vw; max-width: 390px; height: 120px; }
}

/* PROMO */
.salon-promo {
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.salon-promo-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg,#ffe5e0 60%,#eec4be 100%);
  border-radius: 12px;
  box-shadow: 0 2px 14px #eec4be11;
  padding: 15px 18px;
  color: #a25d61;
  font-size: 1.11rem;
  font-weight: 600;
}
.salon-promo-inner i {
  font-size: 1.6em;
  color: #e6959d;
}

/* WHY US */
.salon-why {
  max-width: 1100px;
  margin: 0 auto 52px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.salon-why h2 {
  color: #e6959d;
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.32rem;
  letter-spacing: 0.5px;
}
.salon-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  justify-items: center;
}

.why-point {
  max-width: 260px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff1ef;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 2px 10px #eec4be13;
  text-align: center;
}


.why-icon {
  font-size: 2.1rem;
  color: #e6959d;
  margin-bottom: 14px;
}

/* CONTATTI / PRENOTA */
.salon-contact {
  max-width: 960px;
  margin: 0 auto 60px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.salon-contact h2 {
  color: #e6959d;
  text-align: center;
  margin-bottom: 26px;
  font-size: 1.21rem;
  letter-spacing: 0.2px;
}
.salon-contact-flex {
  display: flex;
  gap: 34px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.salon-contact-info {
  flex: 0 0 235px;
  background: linear-gradient(115deg,#fff1ef 80%,#eec4be 100%);
  border-radius: 14px;
  padding: 50px 14px;
  box-shadow: 0 2px 14px #eec4be0e;
  color: #a36c63;
  font-size: 1.08rem;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
  justify-content: center;
}
.salon-contact-info p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 1.05rem;
  width: 100%;
}
.salon-contact-info i {
  color: #e6959d;
  min-width: 25px;
  max-width: 25px;
  font-size: 1.08em;
  display: inline-block;
  text-align: right;
}
.salon-contact-info a, .salon-contact-info span {
  color: #a36c63;
  text-decoration: none;
  flex: 1 1 0;
  word-break: break-word;
}
.salon-contact-info a:hover { color: #e29595; text-decoration: underline; }
.salon-contact-social {
  display: flex;
  gap: 13px;
  margin-top: 9px;
}
.salon-contact-social a {
  color: #e6959d;
  background: #fff;
  border-radius: 50%;
  font-size: 1.35rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #eec4be17;
  transition: background .14s, color .14s;
  padding: 0;
  margin: 0;
}
.salon-contact-social a i {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
}

.salon-contact-social a:hover {
  background: #eec4be;
  color: #fff;
}

/* FORM */
.form-row {
  display: flex;
  gap: 13px;
  width: 100%;
}

.form-row input {
  flex: 1 1 0;
  min-width: 0;
}

.salon-contact-form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px #eec4be0d;
  padding: 18px 16px 14px 16px;
  color: #7a5050;
  font-size: 1rem;
  margin-bottom: 14px;
  align-items: stretch;
  justify-content: center;
}
.salon-contact-form input,
.salon-contact-form textarea {
  padding: 10px 9px;
  border-radius: 7px;
  border: 1.2px solid #eec4be66;
  background: #fcfbfa;
  color: #734a4a;
  font-size: 1rem;
  font-family: inherit;
  box-shadow: 0 1px 4px #eec4be1c;
  transition: border 0.18s, box-shadow 0.18s;
}
.salon-contact-form input:focus,
.salon-contact-form textarea:focus {
  border: 1.3px solid #eec4becf;
  outline: none;
  box-shadow: 0 2px 12px #eec4be44;
}
.salon-contact-form textarea {
  min-height: 60px;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
}
.salon-contact-form button {
  background: linear-gradient(90deg,#eec4be 40%,#ffe5e0 100%);
  color: #734a4a;
  border: none;
  border-radius: 7px;
  padding: 11px 0;
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 7px;
  cursor: pointer;
  box-shadow: 0 1px 8px #eec4be18;
  text-transform: uppercase;
  transition: background .14s, color .13s;
}
.salon-contact-form button:hover {
  background: #eec4be;
  color: #fff;
}

/* MODALE SUCCESSO */
.modal-success-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(45, 25, 25, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.2s;
}
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
.modal-success-box {
  background: #fff1ef;
  border-radius: 16px;
  padding: 36px 26px 22px 26px;
  box-shadow: 0 8px 32px #eec4be24;
  text-align: center;
  min-width: 210px;
  max-width: 94vw;
}
.modal-success-icon {
  font-size: 2.6rem;
  color: #6dc074;
  margin-bottom: 14px;
}
.modal-success-message {
  font-size: 1.12rem;
  color: #9d645a;
  margin-bottom: 16px;
  line-height: 1.5;
}
.modal-success-btn {
  background: #eec4be;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 32px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 12px #eec4be23;
  transition: background 0.15s;
}
.modal-success-btn:hover { background: #e6959d; }

/* FOOTER */
.salon-footer {
  text-align: center;
  color: #cbb0a5;
  background: #fff1ef;
  padding: 26px 0 13px 0;
  font-size: 0.98rem;
  letter-spacing: 0.3px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .salon-why-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 100%;
    padding: 0;
  }
  .why-point {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .salon-hero {
    min-height: 180px;
    padding: 0;
  }
  .salon-hero-inner { padding: 32px 4vw; }
  .salon-hero h1 { font-size: 1.18rem; }
  .salon-why,
  .salon-services,
  .salon-contact,
  .salon-promo {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    box-sizing: border-box;
  }
  .salon-why-grid,
  .salon-services-grid {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }
  .why-point,
  .salon-service-card,
  .salon-contact-info,
  .salon-contact-form {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 0 auto 12px auto;
    box-sizing: border-box;
    /* NON mettere height: 100% qui! */
  }
  .salon-contact-flex {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  /* FORM MOBILE */
  .salon-contact-form {
    padding: 16px 10px 14px 10px;
    gap: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px #eec4be13;
  }
  .salon-contact-form input,
  .salon-contact-form textarea {
    font-size: 1rem;
    padding: 11px 7px;
  }
  .salon-contact-form .form-row {
    flex-direction: column;
    gap: 8px;
  }
}
