/* ============================================================
   BODY MIND & SOUL THERAPY — Elisa Pontarini
   Design: Editoriale · Incarnazione · Somatico
   Fonts: Cormorant Garamond + Jost
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Jost:wght@200;300;400;500&display=swap');

:root {
  --viola:        #5C2D91;
  --viola-deep:   #3D1A6E;
  --crema:        #F5EBD8;
  --bianco:       #FDF8F2;
  --lavanda:      #EFE3FA;
  --oro:          #C9A84C;
  --oro-gradient: linear-gradient(135deg, #D4AF37 0%, #C9A04A 55%, #B8922A 100%);
  --testo:        #2A1A35;
  --testo-medio:  #3A2A4A;
  --font-serif:   'Cormorant Garamond', serif;
  --font-sans:    'Jost', sans-serif;
  --transition:   0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17.5px; }
body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.78;
  color: var(--testo);
  background: var(--bianco);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
strong { font-weight: 500; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.12;
  color: var(--testo);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.8rem); }
h2 { font-size: clamp(2.1rem, 5vw, 4rem); }
h3 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
em { font-style: italic; }

.label {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oro);
  display: block;
  margin-bottom: 1.25rem;
}

.oro-line         { width: 36px; height: 1px; background: var(--oro); margin: 1.5rem 0; }
.oro-line--center { width: 36px; height: 1px; background: var(--oro); margin: 1.5rem auto; }

.container         { max-width: 1180px; margin: 0 auto; padding: 0 2.5rem; }
.container--narrow { max-width: 720px;  margin: 0 auto; padding: 0 2.5rem; }
.py-section { padding: clamp(5rem, 10vw, 9rem) 0; }
.pt-section { padding-top: clamp(5rem, 10vw, 9rem); }
.pb-section { padding-bottom: clamp(5rem, 10vw, 9rem); }

/* BOTTONI */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 2.2rem;
  font-family: var(--font-sans);
  font-size: 0.79rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn--oro {
  background: var(--oro-gradient);
  color: #1A0A00;
  border: none;
  box-shadow: 0 4px 22px rgba(201,168,76,0.28);
}
.btn--oro:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,0.42); }

.btn--ghost {
  background: transparent;
  color: var(--testo);
  border: 1px solid rgba(42,26,53,0.3);
}
.btn--ghost:hover { border-color: var(--testo); background: rgba(42,26,53,0.04); }

.btn--ghost-bianco {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
}
.btn--ghost-bianco:hover { border-color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.08); }

/* NAVIGAZIONE */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 3rem;
  background: rgba(92, 45, 145, 0.93);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: padding var(--transition), box-shadow var(--transition);
}
.nav.scrolled { padding: 1rem 3rem; box-shadow: 0 2px 24px rgba(0,0,0,0.18); }
.nav__logo {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #fff;
  flex-shrink: 0;
}
.nav__links { display: flex; align-items: center; gap: 2.5rem; }
.nav__links a {
  font-family: var(--font-serif);
  font-size: 0.97rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  transition: color var(--transition);
  font-style: normal;
}
.nav__links a:hover, .nav__links a.active { color: #fff; }
.nav__cta {
  padding: 0.48rem 1.3rem !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  color: #fff !important;
}
.nav__cta:hover { background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.85) !important; }
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 210;
}
.nav__toggle span { display: block; width: 24px; height: 1.5px; background: #fff; transition: all var(--transition); }

/* HERO SPLIT */
.hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 100vh;
}
.hero__foto { position: relative; overflow: hidden; }
.hero__foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero__panel {
  display: flex;
  align-items: center;
  padding: clamp(7rem, 9vw, 10rem) clamp(2.5rem, 4vw, 5rem) clamp(4rem, 6vw, 6rem);
  background: var(--bianco);
}
.hero__content { max-width: 460px; }
.hero__content h1 { margin-bottom: 1.5rem; line-height: 1.08; }
.hero__content h1 em { color: var(--viola); display: block; }
.hero__sub { font-size: 1rem; color: var(--testo-medio); line-height: 1.9; margin-bottom: 2.5rem; }
.hero__ctas { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }

/* PROBLEMA */
.problema { background: var(--crema); }
.problema__inner { max-width: 680px; margin: 0 auto; padding: 0 2.5rem; text-align: center; }
.problema__inner h2 em { color: var(--viola); }
.problema__inner p { font-size: 1.06rem; color: var(--testo-medio); line-height: 1.9; margin-bottom: 1.1rem; }
.problema__inner p:last-of-type { margin-bottom: 0; }

/* METODO */
.metodo { background: var(--bianco); }
.metodo__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.metodo__testo h2 em { color: var(--viola); }
.metodo__testo p { color: var(--testo-medio); font-size: 1.02rem; line-height: 1.9; margin-bottom: 1.1rem; }
.metodo__testo p:last-of-type { margin-bottom: 0; }
.metodo__foto img { width: 100%; height: 560px; object-fit: cover; object-position: center; }

/* PERCORSI PREVIEW */
.percorsi-prev { background: var(--lavanda); }
.percorsi-prev__intro { text-align: center; margin-bottom: 3.5rem; }
.percorsi-prev__intro h2 { margin-bottom: 1rem; }
.percorsi-prev__intro p { font-size: 1.02rem; color: var(--testo-medio); max-width: 520px; margin: 0 auto; line-height: 1.85; }
.percorsi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.percorsi-card {
  background: var(--bianco);
  padding: 3.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.percorsi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(42,26,53,0.1); }
.percorsi-card__tag { font-size: 0.70rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--oro); margin-bottom: 1.25rem; }
.percorsi-card h3 { margin-bottom: 1rem; }
.percorsi-card p { color: var(--testo-medio); font-size: 1.04rem; line-height: 1.82; flex: 1; margin-bottom: 2rem; }

/* CHI SONO */
.chi-sono { background: var(--viola); color: #fff; }
.chi-sono__inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 5rem; align-items: start; }
.chi-sono__foto img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center top;
  position: sticky;
  top: 6rem;
}
.chi-sono__testo .label { color: rgba(255,255,255,0.70); }
.chi-sono__testo h2 { color: #fff; margin-bottom: 0; }
.chi-sono__testo h2 em { color: var(--crema); }
.chi-sono__testo p { color: rgba(255,255,255,0.82); font-size: 0.98rem; line-height: 1.95; margin-bottom: 1.2rem; }
.chi-sono__testo em { font-style: italic; color: rgba(255,255,255,0.95); }
.chi-sono__testo strong { color: #fff; font-weight: 500; }
.chi-sono__sign { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15); }
.chi-sono__sign p {
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  font-size: 1.12rem !important;
  color: rgba(255,255,255,0.92) !important;
  margin-bottom: 0 !important;
}

/* TESTIMONIANZE */
.testimonianze { background: var(--bianco); }
.testimonianze__intro { text-align: center; margin-bottom: 3rem; }

/* Carousel */
.testi-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.testi-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  overflow: hidden;
  flex: 1;
  transition: all 0.4s ease;
}
.testi-card { background: var(--crema); padding: 3.5rem 3rem 3rem; position: relative; display: none; }
.testi-card.visible { display: block; }

.testi-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201,168,76,0.4);
  background: transparent;
  color: var(--oro);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.testi-btn:hover {
  background: var(--oro);
  color: #1A0A00;
  border-color: var(--oro);
}
@media (max-width: 860px) {
  .testi-carousel { grid-template-columns: 1fr; }
  .testi-btn { width: 40px; height: 40px; font-size: 1rem; }
  .testi-carousel-wrap { gap: 0.75rem; }
  .testi-card { padding: 2.25rem 1.75rem 2rem; }
  .testi-card::before { font-size: 3.5rem; top: 0.8rem; left: 1.25rem; }
  .testi-card__testo { font-size: 1.08rem; line-height: 1.7; padding-top: 1.5rem; }
}
.testi-card::before {
  content: '\201C';
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 1;
  color: var(--oro);
  opacity: 0.22;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}
.testi-card__testo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.78;
  color: var(--testo);
  margin-bottom: 1.5rem;
  padding-top: 2.5rem;
}
.testi-card__nome { font-size: 0.79rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--testo-medio); }

/* CTA FINALE */
.cta-finale {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cta-finale__bg { position: absolute; inset: 0; background-repeat: no-repeat; background-size: cover; background-position: center 60%; }
.cta-finale__overlay { position: absolute; inset: 0; background: rgba(61, 26, 110, 0.48); }
.cta-finale__content { position: relative; z-index: 1; text-align: center; padding: 0 2rem; max-width: 700px; }
.cta-finale__content h2 { color: #fff; font-size: clamp(2.8rem, 5.5vw, 5rem); margin-bottom: 1rem; line-height: 1.1; }
.cta-finale__content h2 em { color: var(--crema); }
.cta-finale__content p { font-size: 1.1rem; color: rgba(255,255,255,0.82); margin-bottom: 2.5rem; line-height: 1.8; }

/* FOOTER */
.footer { background: var(--viola-deep); color: rgba(255,255,255,0.78); padding: 4.5rem 0 2.5rem; text-align: center; }
.footer__logo { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 400; font-style: italic; color: #fff; display: block; margin-bottom: 2rem; }
.footer__info { font-size: 0.90rem; line-height: 2; margin-bottom: 2rem; }
.footer__info a { color: rgba(255,255,255,0.78); transition: color var(--transition); }
.footer__info a:hover { color: var(--oro); }
.footer__links { display: flex; justify-content: center; gap: 2.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.footer__links a { font-size: 0.74rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.72); transition: color var(--transition); }
.footer__links a:hover { color: var(--oro); }
.footer__copy { font-size: 0.77rem; color: rgba(255,255,255,0.60); }

/* PERCORSI PAGE */
.hero-percorsi { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.hero-percorsi__foto { overflow: hidden; }
.hero-percorsi__foto img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-percorsi__panel {
  display: flex;
  align-items: center;
  padding: clamp(7rem, 9vw, 10rem) clamp(2.5rem, 4vw, 5rem) clamp(4rem, 6vw, 6rem);
  background: var(--bianco);
}
.hero-percorsi__content { max-width: 480px; }
.hero-percorsi__content h1 em { color: var(--viola); }
.hero-percorsi__content p { font-size: 1.05rem; color: var(--testo-medio); line-height: 1.85; margin-bottom: 2rem; }

.metodo-percorsi { background: var(--crema); }
.metodo-percorsi h2 em { color: var(--viola); }
.metodo-percorsi p { font-size: 1.02rem; color: var(--testo-medio); line-height: 1.9; margin-bottom: 1.1rem; max-width: 680px; }

.percorso-section { border-bottom: 1px solid rgba(92,45,145,0.07); }
.percorso-section:nth-child(odd) { background: var(--bianco); }
.percorso-section:nth-child(even) { background: var(--crema); }
.percorso-card { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.percorso-card--reverse { direction: rtl; }
.percorso-card--reverse > * { direction: ltr; }
.percorso-info h2 em { color: var(--viola); }
.percorso-info p { font-size: 1rem; color: var(--testo-medio); line-height: 1.9; margin-bottom: 1rem; }
.percorso-info ul { margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.6rem; }
.percorso-info ul li { font-size: 0.92rem; color: var(--testo-medio); padding-left: 1.3rem; position: relative; }
.percorso-info ul li::before { content: '—'; position: absolute; left: 0; color: var(--oro); font-weight: 300; }
.percorso-prezzo { margin: 1.75rem 0; padding: 1.5rem; border: 1px solid rgba(201,168,76,0.3); background: rgba(201,168,76,0.04); }
.percorso-prezzo .prezzo { font-family: var(--font-serif); font-size: 2rem; color: var(--testo); display: block; margin-bottom: 0.25rem; }
.percorso-prezzo .prezzo-note { font-size: 0.8rem; color: var(--testo-medio); }
.percorso-img img { width: 100%; height: 520px; object-fit: cover; object-position: center; position: sticky; top: 6rem; }

.faq { background: var(--lavanda); }
.faq h2 { text-align: center; margin-bottom: 3.5rem; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(92,45,145,0.12); overflow: hidden; }
.faq-item:first-child { border-top: 1px solid rgba(92,45,145,0.12); }
.faq-q {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--testo);
  padding: 1.4rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  user-select: none;
  transition: color var(--transition);
}
.faq-q:hover { color: var(--viola); }
.faq-q span { font-family: var(--font-sans); font-size: 1.2rem; color: var(--oro); transition: transform var(--transition); flex-shrink: 0; font-weight: 300; }
.faq-item.open .faq-q span { transform: rotate(45deg); }
.faq-item.open .faq-q { color: var(--viola); }
.faq-a { font-size: 1.05rem; color: var(--testo-medio); line-height: 1.88; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 1.5rem; }

/* MASSOTERAPIA PAGE */
.hero-masso { position: relative; min-height: 90vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-masso__bg { position: absolute; inset: 0; background-size: cover; background-position: center top; }
.hero-masso__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,5,40,0.95) 0%, rgba(40,10,70,0.75) 45%, rgba(61,26,110,0.2) 75%, transparent 100%);
}
.hero-masso__content { position: relative; z-index: 1; color: #fff; padding: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 5vw, 5.5rem); max-width: 720px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.hero-masso__content .label { color: rgba(255,255,255,0.82); }
.hero-masso__content h1 { color: #fff; margin-bottom: 1rem; }
.hero-masso__content h1 em { color: var(--crema); }
.hero-masso__content p { font-size: 1.08rem; color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 2rem; max-width: 520px; }

.trattamenti { background: var(--bianco); }
.trattamenti h2 { text-align: center; margin-bottom: 4rem; }
.trattamenti-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.trattamento-card { background: var(--crema); padding: 3rem 2.75rem; border-left: 2px solid transparent; transition: border-color var(--transition), transform var(--transition); }
.trattamento-card:hover { border-left-color: var(--oro); transform: translateX(4px); }
.trattamento-card__durata { font-size: 0.79rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--oro); margin-bottom: 0.85rem; }
.trattamento-card h3 { margin-bottom: 1rem; font-size: clamp(1.5rem, 2.5vw, 2rem); }
.trattamento-card p { font-size: 1rem; color: var(--testo-medio); line-height: 1.9; margin-bottom: 1.25rem; }
.trattamento-card__prezzo { font-family: var(--font-serif); font-size: 2rem; color: var(--testo); display: block; margin-top: 1.5rem; }

.approccio-masso { background: var(--viola); color: #fff; }
.approccio-masso__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.approccio-masso__testo .label { color: rgba(255,255,255,0.70); }
.approccio-masso__testo h2 { color: #fff; }
.approccio-masso__testo h2 em { color: var(--crema); }
.approccio-masso__testo p { color: rgba(255,255,255,0.82); font-size: 1rem; line-height: 1.9; margin-bottom: 1.1rem; }
.approccio-masso__foto img { width: 100%; height: 520px; object-fit: cover; object-position: center; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 50% 50%; }
  .metodo__inner { gap: 4rem; }
  .chi-sono__inner { gap: 3.5rem; }
  .percorso-card { gap: 3.5rem; }
  .trattamenti-grid { grid-template-columns: 1fr 1fr; }
  .trattamento-card { padding: 2.5rem 2rem; }
}

@media (max-width: 860px) {
  .nav { padding: 1.1rem 1.5rem; }
  .nav.scrolled { padding: 0.9rem 1.5rem; }
  .nav__links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--viola-deep);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    z-index: 205;
  }
  .nav__links.open { display: flex; }
  .nav__links.open a { font-size: 1.5rem; letter-spacing: 0.12em; }
  .nav__toggle { display: flex; position: relative; z-index: 210; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__foto { height: 65vw; min-height: 280px; }
  .hero__panel { padding: 3rem 1.75rem 4.5rem; justify-content: center; }
  .hero__content { max-width: 100%; }
  .hero__ctas { flex-direction: column; align-items: flex-start; }

  .metodo__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .metodo__foto { order: -1; }
  .metodo__foto img { height: 55vw; min-height: 240px; }

  .percorsi-grid { grid-template-columns: 1fr; }
  .percorsi-card { padding: 2.5rem 2rem; }

  .chi-sono__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .chi-sono__foto img { position: static; height: 65vw; min-height: 260px; }

  .testi-grid { grid-template-columns: 1fr; }

  .hero-percorsi { grid-template-columns: 1fr; }
  .hero-percorsi__foto { height: 55vw; min-height: 240px; }
  .hero-percorsi__panel { padding: 3rem 1.75rem 4rem; }
  .percorso-card { grid-template-columns: 1fr; gap: 2rem; }
  .percorso-card--reverse { direction: ltr; }
  .percorso-img img { position: static; height: 55vw; min-height: 240px; }

  .trattamenti-grid { grid-template-columns: 1fr; }
  .trattamento-card { padding: 2.25rem 1.75rem; }
  .trattamento-card:hover { transform: none; border-left-color: var(--oro); }
  .approccio-masso__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .approccio-masso__foto { order: -1; }
  .approccio-masso__foto img { height: 55vw; min-height: 240px; }

  .container { padding: 0 1.5rem; }
  .container--narrow { padding: 0 1.5rem; }
  .footer__links { gap: 1.25rem; }
}

/* Percorsi card helpers */
.per-chi-tag {
  font-family: var(--font-sans);
  font-size: 0.79rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--testo-medio);
  margin-bottom: 0.4rem;
  margin-top: 1.25rem;
}
.per-chi-body {
  font-family: var(--font-serif);
  font-size: 1.32rem;
  font-style: italic;
  color: var(--testo);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(92,45,145,0.1);
}
.card-lista {
  list-style: none;
  margin: 1rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.card-lista li {
  font-size: 1rem;
  color: var(--testo-medio);
  padding-left: 1.3rem;
  position: relative;
  line-height: 1.5;
}
.card-lista li::before { content: '—'; position: absolute; left: 0; color: var(--oro); }
.card-note {
  display: block;
  font-size: 0.90rem;
  color: var(--testo-medio);
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
}
.btn-card { margin-top: 1.5rem; display: inline-flex; }

/* Viola card variant */
.trattamento-card--viola {
  background: var(--viola);
}
.trattamento-card--viola h3              { color: #fff; }
.trattamento-card--viola p               { color: rgba(255,255,255,0.82); }
.trattamento-card--viola .per-chi-tag    { color: rgba(255,255,255,0.72); }
.trattamento-card--viola .per-chi-body   { color: rgba(255,255,255,0.95); border-bottom-color: rgba(255,255,255,0.15); }
.trattamento-card--viola .trattamento-card__durata { color: rgba(255,255,255,0.72); }
.trattamento-card--viola .trattamento-card__prezzo { color: var(--crema); }
.trattamento-card--viola .card-lista li  { color: rgba(255,255,255,0.88); }
.trattamento-card--viola .card-lista li::before { color: var(--oro); }
.trattamento-card--viola .card-note      { color: rgba(255,255,255,0.70); }
.trattamento-card--viola:hover { border-left-color: var(--oro); }

/* Info pratiche responsive */
.info-pratiche {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 600px) {
  .info-pratiche { grid-template-columns: 1fr; gap: 2rem; }
  .per-chi-body { font-size: 1.16rem; }
  .card-lista li { font-size: 0.95rem; }
}

/* ================================================
   MOBILE PERCORSI — clean fix, no !important
   Only targets mobile, never touches desktop
   ================================================ */
@media (max-width: 860px) {

  /* Hero overflow — content stays in viewport */
  .hero-masso {
    overflow: hidden;
    min-height: 70vh;
  }
  .hero-masso__content {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1.5rem 2.5rem;
  }
  .hero-masso__content p {
    max-width: 100%;
  }
  .hero-masso__content .btn {
    white-space: normal;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.75rem;
    padding: 0.9rem 0.75rem;
  }
  .hero-masso__content h1 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
  }
  .hero-masso__content .label {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  /* Cards percorsi */
  .btn-card {
    display: block;
    width: 100%;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
    padding: 0.9rem 0.75rem;
    font-size: 0.68rem;
  }
  .trattamenti h2 {
    font-size: 1.75rem;
    text-align: center;
  }
  .trattamento-card {
    padding: 2rem 1.5rem;
  }
  .per-chi-body {
    font-size: 1.1rem;
  }
  .card-lista li {
    font-size: 0.92rem;
  }
  .trattamento-card__prezzo {
    font-size: 1.6rem;
  }

  /* FAQ */
  .faq-q {
    font-size: 1.05rem;
  }

  /* CTA */
  .cta-finale {
    min-height: 65vh;
  }
  .cta-finale__content .btn {
    white-space: normal;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0.9rem 0.75rem;
    font-size: 0.68rem;
  }

  /* Info pratiche */
  .info-pratiche {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Prevent any rogue overflow */
  .trattamenti-grid,
  .trattamento-card,
  .faq-list,
  .cta-finale__content {
    max-width: 100%;
    overflow: hidden;
  }
}
