:root {
  --navy: #0e1f3a;
  --navy-mid: #152944;
  --gold: #b8933f;
  --gold-light: #d4aa5e;
  --cream: #f5f0e8;
  --cream-dark: #e8e0d0;
  --ink: #1a1a2e;
  --ink-light: #4a4a6a;
  --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.2;
}

/* HERO */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(184, 147, 63, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  color: var(--white);
  margin-bottom: 24px;
  font-weight: 700;
}
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 32px;
}
.hero-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
}
.hero-cta:hover { background: var(--gold-light); }
.hero-right { display: flex; justify-content: center; }
.hero-graphic {
  position: relative;
  width: 320px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-stack { display: flex; gap: 12px; }
.doc {
  width: 130px;
  padding: 20px 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doc-1 { background: rgba(184,147,63,0.15); border: 1px solid rgba(184,147,63,0.3); }
.doc-2 { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); }
.doc-3 { background: rgba(184,147,63,0.25); border: 1px solid rgba(184,147,63,0.5); margin-top: -16px; }
.doc-line {
  height: 6px;
  border-radius: 2px;
  background: rgba(255,255,255,0.25);
}
.doc-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  margin-bottom: 6px;
}
.w60 { width: 60%; }
.w80 { width: 80%; }
.w40 { width: 40%; }
.w70 { width: 70%; }
.w50 { width: 50%; }
.w90 { width: 90%; }
.w30 { width: 30%; }
.w55 { width: 55%; }
.w75 { width: 75%; }
.hero-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* PROBLEM */
.problem { background: var(--cream); padding: 100px 0; }
.problem-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.problem-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 40px;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 60px;
}
.problem-stat {
  padding: 40px 32px;
  border-right: 1px solid var(--cream-dark);
  text-align: center;
}
.problem-stat:last-child { border-right: none; }
.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 12px;
}
.stat-desc {
  font-size: 0.875rem;
  color: var(--ink-light);
  line-height: 1.5;
}
.problem-closing {
  font-size: 1.05rem;
  color: var(--ink-light);
  max-width: 680px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
.problem-closing strong { color: var(--navy); }

/* SERVIZI */
.servizi { background: var(--white); padding: 100px 0; }
.servizi-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.section-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.servizi h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 56px;
}
.servizi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 80px;
}
.servizio-item {}
.servizio-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.servizio-item h3 {
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 10px;
  font-weight: 600;
}
.servizio-item p {
  font-size: 0.925rem;
  color: var(--ink-light);
  line-height: 1.65;
}

/* PROCESS */
.process { background: var(--navy); padding: 100px 0; }
.process-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; color: var(--white); }
.process .section-eyebrow { color: var(--gold); }
.process h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--white);
  margin-bottom: 64px;
}
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 48px;
}
.step {
  flex: 1;
  padding: 0 24px;
}
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.6;
}
.step h3 {
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 600;
}
.step p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}
.step-connector {
  width: 60px;
  height: 2px;
  background: rgba(184,147,63,0.3);
  margin-top: 28px;
  flex-shrink: 0;
}
.process-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
}

/* CLOSING */
.closing { background: var(--cream); padding: 100px 0; }
.closing-inner { max-width: 760px; margin: 0 auto; padding: 0 40px; text-align: center; }
.closing-decoration {
  width: 48px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 48px;
}
blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 32px;
}
.closing-sub {
  font-size: 1rem;
  color: var(--ink-light);
  line-height: 1.7;
}

/* FOOTER */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.5);
  padding: 40px 0;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  margin-bottom: 8px;
}
.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  max-width: 300px;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-size: 0.85rem;
}

/* CHI SIAMO */
.chi-siamo { background: var(--cream); padding: 100px 0; }
.chi-siamo-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.chi-siamo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.chi-siamo-left {}
.chi-siamo-left h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 28px;
}
.chi-siamo-left p {
  font-size: 1rem;
  color: var(--ink-light);
  line-height: 1.7;
  margin-bottom: 16px;
}
.chi-siamo-left p strong { color: var(--navy); }
.chi-siamo-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}
.valor-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.valor-icon {
  width: 36px;
  height: 36px;
  background: rgba(184,147,63,0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.valor-item h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}
.valor-item p {
  font-size: 0.9rem;
  color: var(--ink-light);
  line-height: 1.5;
}

/* FAQ */
.faq { background: var(--white); padding: 100px 0; }
.faq-inner { max-width: 800px; margin: 0 auto; padding: 0 40px; }
.faq h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 48px;
}
.faq-list {
  border-top: 1px solid var(--cream-dark);
  margin-bottom: 40px;
}
.faq-item {
  border-bottom: 1px solid var(--cream-dark);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  gap: 16px;
}
.faq-q span {
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.4;
}
.faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 0 24px;
}
.faq-item.open .faq-a { display: block; }
.faq-a p {
  font-size: 0.925rem;
  color: var(--ink-light);
  line-height: 1.65;
}
.faq-cta {
  text-align: center;
  font-size: 0.9rem;
  color: var(--ink-light);
}
.faq-cta a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
}
.faq-cta a:hover { text-decoration: underline; }

/* RECENSIONI */
.recensioni { background: var(--white); padding: 100px 0; }
.recensioni-inner { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.recensioni h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 56px;
}
.recensioni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.recensione-card {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recensione-stelle {
  display: flex;
  gap: 4px;
}
.recensione-testo {
  font-size: 0.925rem;
  color: var(--ink-light);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.recensione-autore {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.recensione-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.recensione-nome {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
}
.recensione-ruolo {
  font-size: 0.8rem;
  color: var(--ink-light);
}

@media (max-width: 900px) {
  .recensioni-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .recensioni-grid { grid-template-columns: 1fr; }
}

/* FOOTER CONTACTS */
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.footer-contacts a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-contacts a:hover { color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-stat { border-right: none; border-bottom: 1px solid var(--cream-dark); padding: 28px 0; }
  .problem-stat:last-child { border-bottom: none; }
  .servizi-grid { grid-template-columns: 1fr; }
  .chi-siamo-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-inner { padding: 0 24px; }
  .process-steps { flex-direction: column; }
  .step { padding: 0 0 40px; }
  .step-connector { width: 2px; height: 32px; margin-top: 0; margin-left: 20px; }
  .footer-inner { flex-direction: column; gap: 24px; text-align: center; }
  .footer-meta { align-items: center; }
}