/* ========================================
   FLOVERA THEME - Main Stylesheet
   Marketing per centri estetici e benessere
   ======================================== */

/* Reset & Base */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --gold:       #c9956e;
  --gold-light: #e8b4a0;
  --dark:       #1a0a0f;
  --dark-deep:  #110608;
  --text-muted: #b8a0a8;
  --border:     rgba(201,149,110,0.25);
  --radius-md:  8px;
  --radius-lg:  12px;
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a0a0f;
  background: #fff;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  max-width: 560px;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 16px;
  color: #555;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 52px;
}

/* ---- NAVIGATION ---- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(26,10,15,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 0.5px solid rgba(201,149,110,0.2);
  padding: 0 24px;
}
.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.site-logo {
  font-size: 20px;
  font-weight: 500;
  color: var(--gold-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
.site-logo span { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 32px; list-style: none; }
.site-nav a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.site-nav a:hover { color: var(--gold-light); }
.nav-cta {
  background: var(--gold) !important;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: var(--radius-md);
  font-size: 13px !important;
  font-weight: 500;
}

/* ---- HERO ---- */
.hero {
  background: var(--dark);
  padding: 140px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(196,113,122,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-block;
  background: rgba(201,149,110,0.13);
  border: 0.5px solid rgba(201,149,110,0.35);
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto 20px;
}
.hero h1 em { font-style: normal; color: var(--gold-light); }
.hero-desc {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.88; text-decoration: none; color: #fff; }
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--gold-light);
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  border: 0.5px solid rgba(201,149,110,0.35);
  text-decoration: none;
  transition: border-color 0.2s;
}
.btn-secondary:hover { border-color: var(--gold); text-decoration: none; }

/* ---- PROBLEMA ---- */
.problema { background: #f9f5f4; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.stat-card {
  background: #fff;
  border: 0.5px solid #e8ddd8;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}
.stat-card .num {
  font-size: 36px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1;
}
.stat-card p { font-size: 14px; color: #666; line-height: 1.6; }

/* ---- SERVIZI ---- */
.servizi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
}
.servizio-card {
  background: #fff;
  border: 0.5px solid #e8ddd8;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s;
}
.servizio-card:hover { border-color: var(--gold); }
.servizio-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.servizio-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: rgba(201,149,110,0.1);
  border: 0.5px solid rgba(201,149,110,0.3);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
}
.servizio-card h3 { font-size: 16px; font-weight: 500; margin-bottom: 10px; color: #1a0a0f; }
.servizio-card p { font-size: 13px; color: #666; line-height: 1.65; }
.servizio-result {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 0.5px solid #e8ddd8;
  font-size: 12px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* ---- COME LAVORIAMO ---- */
.come { background: #f9f5f4; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  margin-top: 48px;
}
.step-num { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.step h3 { font-size: 15px; font-weight: 500; margin-bottom: 8px; color: #1a0a0f; }
.step p { font-size: 13px; color: #666; line-height: 1.6; }

/* ---- PERCHE FLOVERA ---- */
.perche-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.perche-list { list-style: none; margin-top: 32px; }
.perche-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 0.5px solid #e8ddd8;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.perche-list li:first-child { border-top: 0.5px solid #e8ddd8; }
.check-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  background: rgba(201,149,110,0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
  color: var(--gold);
  font-size: 13px;
}
.perche-stat {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  text-align: center;
}
.perche-stat .big {
  font-size: 56px;
  font-weight: 500;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 8px;
}
.perche-stat .big sup { font-size: 32px; vertical-align: super; }
.perche-stat .stat-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.perche-stat .divider { height: 0.5px; background: rgba(255,255,255,0.1); margin: 28px 0; }

/* ---- TESTIMONIANZE ---- */
.testimonianze { background: #f9f5f4; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.testi-card {
  background: #fff;
  border: 0.5px solid #e8ddd8;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}
.stars { color: var(--gold); font-size: 15px; margin-bottom: 14px; letter-spacing: 3px; }
.testi-card blockquote { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(201,149,110,0.13);
  border: 0.5px solid rgba(201,149,110,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; color: var(--gold);
  flex-shrink: 0;
}
.author-name { font-size: 13px; font-weight: 500; color: #1a0a0f; }
.author-role { font-size: 12px; color: #888; }

/* ---- CTA SECTION ---- */
.cta-section {
  background: var(--dark);
  padding: 88px 24px;
  text-align: center;
}
.cta-section h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 500;
  color: #fff;
  max-width: 560px;
  margin: 0 auto 16px;
  line-height: 1.25;
}
.cta-section h2 em { font-style: normal; color: var(--gold-light); }
.cta-section .cta-desc { font-size: 16px; color: var(--text-muted); max-width: 440px; margin: 0 auto 36px; line-height: 1.7; }
.cta-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 500px; margin: 0 auto; }
.cta-form input {
  flex: 1;
  min-width: 200px;
  padding: 13px 16px;
  background: rgba(255,255,255,0.07);
  border: 0.5px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  color: #fff;
  font-size: 14px;
  outline: none;
}
.cta-form input::placeholder { color: var(--text-muted); }
.cta-form input:focus { border-color: var(--gold); }
.cta-note { margin-top: 18px; font-size: 12px; color: rgba(184,160,168,0.5); }

/* ---- FOOTER ---- */
.site-footer {
  padding: 28px 24px;
  background: var(--dark-deep);
  text-align: center;
  font-size: 12px;
  color: rgba(184,160,168,0.4);
  letter-spacing: 0.5px;
}
.site-footer a { color: rgba(184,160,168,0.5); text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .perche-grid { grid-template-columns: 1fr; gap: 36px; }
  .site-nav { display: none; }
  .hero { padding: 120px 20px 80px; }
}
@media (max-width: 480px) {
  .btn-group { flex-direction: column; align-items: center; }
  .cta-form { flex-direction: column; }
  .cta-form input { min-width: unset; width: 100%; }
}
