/* ════════════════════════════════════════════════
   RESET & BASE
   ════════════════════════════════════════════════ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Nunito', sans-serif; color: #3d3447; line-height: 1.75; overflow-x: hidden; }

:root {
  --rose: #b5657a;
  --rose-light: #d4899b;
  --rose-pale: #f2e0e5;
  --plum: #6b4c7a;
  --plum-light: #8b6b9a;
  --gold-rose: #c9a87c;
  --gold-rose-light: #e4c9a3;
  --cream: #fdf8f4;
  --cream-dark: #f5ede6;
  --white: #ffffff;
  --text: #3d3447;
  --text-light: #7a6d82;
  --text-muted: #a89bb0;
  --shadow-sm: 0 4px 16px rgba(107,76,122,0.06);
  --shadow-md: 0 8px 32px rgba(107,76,122,0.1);
  --shadow-lg: 0 16px 48px rgba(107,76,122,0.12);
  --radius: 20px;
  --radius-sm: 12px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--plum); }

/* ════════════════════════════════════════════════
   HEADER & NAV
   ════════════════════════════════════════════════ */
header {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: rgba(253,248,244,0.92); backdrop-filter: blur(12px);
  padding: 1.1rem 3rem; display: flex; justify-content: space-between; align-items: center;
  transition: var(--transition);
}
.logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--plum); }
.logo span { color: var(--rose); font-weight: 500; }
nav { display: flex; gap: 2rem; align-items: center; }
nav a { text-decoration: none; color: var(--text); font-size: 0.88rem; font-weight: 500; transition: var(--transition); }
nav a:hover { color: var(--rose); }
.nav-cta { background: var(--rose); color: white !important; padding: 0.55rem 1.4rem; border-radius: 50px; font-weight: 600; }
.nav-cta:hover { background: var(--plum); transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--plum); }

/* ════════════════════════════════════════════════
   WHATSAPP FLUTUANTE
   ════════════════════════════════════════════════ */
.wpp-float {
  position: fixed; bottom: 1.8rem; right: 1.8rem; width: 60px; height: 60px;
  background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; text-decoration: none; z-index: 999;
  box-shadow: 0 5px 25px rgba(37,211,102,0.35); animation: float 3s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════ */
.faq-item { background: var(--cream); border-radius: var(--radius-sm); margin-bottom: 0.8rem; overflow: hidden; cursor: pointer; transition: var(--transition); border: 1px solid transparent; }
.faq-item:hover { border-color: var(--rose-pale); }
.fq { padding: 1.2rem 1.5rem; font-weight: 600; color: var(--plum); display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; }
.fq span { color: var(--rose); font-size: 1.4rem; transition: transform 0.3s; }
.faq-item.open .fq span { transform: rotate(45deg); }
.fa { max-height: 0; overflow: hidden; padding: 0 1.5rem; color: var(--text-light); font-size: 0.9rem; transition: max-height 0.4s, padding 0.4s; }
.faq-item.open .fa { max-height: 150px; padding: 0 1.5rem 1.3rem; }

/* ════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════ */
.hero-badge { display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); padding: 0.4rem 1.2rem; border-radius: 50px; font-size: 0.82rem; font-weight: 500; margin-bottom: 1.8rem; letter-spacing: 0.5px; }
.hero-title { font-size: 3.4rem; line-height: 1.15; margin-bottom: 1.5rem; color: white; }
.hero-sub   { font-size: 1.1rem; opacity: 0.88; max-width: 480px; margin-bottom: 2.5rem; font-weight: 300; }
.hero-btns  { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-hero-wpp { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2rem; border-radius: 50px; background: white; color: var(--plum); font-weight: 700; text-decoration: none; font-size: 0.95rem; transition: var(--transition); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-hero-wpp:hover { transform: translateY(-3px); }
.btn-hero-form { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2rem; border-radius: 50px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); color: white; font-weight: 600; text-decoration: none; font-size: 0.95rem; transition: var(--transition); }
.btn-hero-form:hover { background: rgba(255,255,255,0.2); }

/* ════════════════════════════════════════════════
   SERVIÇOS
   ════════════════════════════════════════════════ */
#servicos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.card-servico {
  /* 3 por linha em desktop: (100% - 2 gaps de 1.5rem) / 3 */
  flex: 0 1 calc(33.333% - 1rem);
  min-width: 220px;
  background: white; border-radius: var(--radius); padding: 2.2rem 1.8rem;
  box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid transparent;
}
.card-servico:hover { border-color: var(--rose-pale); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-servico-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 1.2rem; }
.card-servico h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.card-servico p  { color: var(--text-light); font-size: 0.88rem; }

/* ════════════════════════════════════════════════
   PROCESSO
   ════════════════════════════════════════════════ */
.card-etapa    { text-align: center; }
.etapa-num     { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; color: white; margin: 0 auto 1.2rem; font-family: 'Nunito', sans-serif; box-shadow: 0 6px 20px rgba(107,76,122,0.2); }
.card-etapa h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.card-etapa p  { color: var(--text-light); font-size: 0.88rem; }

/* ════════════════════════════════════════════════
   SOBRE
   ════════════════════════════════════════════════ */
.sobre-subtitulo      { color: var(--rose); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.8rem; }
.sobre-titulo         { font-size: 2.2rem; margin-bottom: 1.2rem; }
.sobre-paragrafo      { color: var(--text-light); font-size: 1.02rem; margin-bottom: 1.2rem; }
.sobre-paragrafo:last-of-type { margin-bottom: 2rem; }
.sobre-destaques-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.destaque-card        { background: white; padding: 1.2rem 1.5rem; border-radius: var(--radius-sm); }
.destaque-titulo      { color: var(--plum); font-size: 0.9rem; font-weight: 600; }
.destaque-desc        { color: var(--text-muted); font-size: 0.8rem; margin-top: 0.2rem; }

/* ════════════════════════════════════════════════
   AVATAR (reutilizado em depoimentos e cases)
   ════════════════════════════════════════════════ */
.avatar    { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 0.85rem; flex-shrink: 0; }
.avatar-lg { width: 44px; height: 44px; font-size: 0.9rem; font-weight: 700; }
.autor-nome { color: var(--plum); font-size: 0.9rem; font-weight: 600; }
.autor-info { color: var(--text-muted); font-size: 0.78rem; }

/* ════════════════════════════════════════════════
   DEPOIMENTOS
   ════════════════════════════════════════════════ */
.card-depoimento  { background: var(--cream); border-radius: var(--radius); padding: 2rem; position: relative; border: 1px solid var(--rose-pale); }
.depoimento-aspas { color: var(--rose); font-size: 2rem; font-family: 'Cormorant Garamond', serif; margin-bottom: 0.3rem; }
.depoimento-texto { color: var(--text-light); font-style: italic; margin-bottom: 1.5rem; font-size: 0.95rem; }
.depoimento-autor { display: flex; align-items: center; gap: 0.8rem; }

/* ════════════════════════════════════════════════
   CASES DE SUCESSO
   ════════════════════════════════════════════════ */
.card-case           { background: white; border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow-sm); border: 1px solid var(--rose-pale); transition: var(--transition); }
.card-case:hover     { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.case-header         { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.2rem; }
.case-badge-aprovado { background: linear-gradient(135deg, #d4edda, #c3e6cb); color: #155724; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px; }
.case-visto          { color: var(--text-muted); font-size: 0.78rem; }
.case-title          { font-size: 1.2rem; margin-bottom: 0.8rem; color: var(--plum); }
.case-desc           { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.5rem; line-height: 1.7; }
.case-autor          { border-top: 1px solid var(--rose-pale); padding-top: 1.2rem; display: flex; align-items: center; gap: 0.8rem; }
.case-depoimento     { margin-top: 1.2rem; background: var(--cream); border-radius: var(--radius-sm); padding: 1rem 1.2rem; border-left: 3px solid var(--gold-rose); }
.case-depoimento p   { color: var(--text-light); font-style: italic; font-size: 0.85rem; }
.case-stat           { text-align: center; }
.case-stat-num       { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 700;}
.case-stat-label     { color: var(--text-muted); font-size: 0.82rem; }

/* ════════════════════════════════════════════════
   FORMULÁRIO
   ════════════════════════════════════════════════ */
.form-subtitulo  { color: var(--gold-rose-light); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.8rem; }
.form-titulo     { font-size: 2.2rem; margin-bottom: 1rem; color: white; }
.form-descricao  { opacity: 0.85; margin-bottom: 2.5rem; font-size: 1.02rem; }
.form-beneficios { display: flex; flex-direction: column; gap: 1.2rem; }
.form-beneficio  { display: flex; align-items: center; gap: 1rem; }
.beneficio-icon  { width: 28px; height: 28px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }
.beneficio-texto { opacity: 0.9; font-size: 0.95rem; }

.form-field       { margin-bottom: 1.3rem; }
.form-field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--plum); margin-bottom: 0.4rem; }
.form-field input,
.form-field select { width: 100%; padding: 0.85rem 1.1rem; border: 1.5px solid #ede7f6; border-radius: var(--radius-sm); font-size: 0.92rem; font-family: 'Nunito', sans-serif; background: white; transition: var(--transition); outline: none; }
.form-field input:focus,
.form-field select:focus { border-color: var(--rose); }
.form-field-last  { margin-bottom: 1.8rem; }

.btn-submit { width: 100%; padding: 1rem; background: linear-gradient(135deg, var(--rose), var(--plum)); color: white; border: none; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 700; font-family: 'Nunito', sans-serif; cursor: pointer; transition: var(--transition); box-shadow: 0 5px 20px rgba(181,101,122,0.3); }
.btn-submit:hover { transform: translateY(-2px); }

/* ════════════════════════════════════════════════
   CONTATO
   ════════════════════════════════════════════════ */
.contato-titulo { font-size: 2.5rem; margin-bottom: 1rem; }
.contato-desc   { color: var(--text-light); margin-bottom: 2.5rem; font-size: 1.05rem; }
.contato-btns   { display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap; }
.btn-wpp   { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2.2rem; border-radius: 50px; background: #25d366; color: white; font-weight: 700; text-decoration: none; font-size: 1rem; transition: var(--transition); box-shadow: 0 6px 20px rgba(37,211,102,0.3); }
.btn-wpp:hover   { transform: translateY(-3px); }
.btn-email { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2.2rem; border-radius: 50px; background: var(--rose); color: white; font-weight: 700; text-decoration: none; font-size: 1rem; transition: var(--transition); box-shadow: 0 6px 20px rgba(181,101,122,0.3); }
.btn-email:hover { transform: translateY(-3px); }

/* ════════════════════════════════════════════════
   RESPONSIVO
   ════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr !important; text-align: center; padding: 7rem 2rem 4rem !important; }
  .hero-visual { display: none !important; }
  .hero-btns { justify-content: center; }
  .sobre-grid { grid-template-columns: 1fr !important; text-align: center; }
  .sobre-grid > div:first-child { max-width: 280px; margin: 0 auto; }
  .form-grid { grid-template-columns: 1fr !important; }
  nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--cream); padding: 1.5rem 2rem; flex-direction: column; gap: 1rem; box-shadow: var(--shadow-md); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
  nav.active { display: flex; }
  .menu-toggle { display: block; }
  header { padding: 1rem 1.5rem; }
  section { padding: 4rem 1.5rem !important; }

  /* Serviços: 1 coluna no mobile */
  .card-servico { flex: 1 1 100%; }
}
