/* ============================================================
   MÉTODO DERMALUMINI — CSS Mobile-First para Hostinger
   Design: Botanica Luxe
   Paleta: #BB4873 (rosa) | #E8E1E2 (bege) | #D7BFC8 (dusty rose)
           #4E4E4E (cinza) | #171717 (grafite)
   Fontes: Playfair Display (títulos) + Montserrat (corpo)
   ============================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 16px;
  color: #4E4E4E;
  background: #FDFBFB;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.25;
}
p { margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
a { text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

/* ---- Container ---- */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Utility ---- */
.section-tag {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BB4873;
  margin-bottom: 10px;
}
.section-tag-light { color: rgba(255,255,255,0.75); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 5vw, 2.4rem);
  font-weight: 600;
  color: #171717;
  margin-bottom: 12px;
}
.section-title-light { color: #E8E1E2; }

.brand-divider {
  width: 3rem;
  height: 2px;
  background: #BB4873;
  margin-bottom: 20px;
}
.brand-divider-center { margin-left: auto; margin-right: auto; }

.section-lead {
  font-size: 1rem;
  color: #4E4E4E;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.section-lead-left {
  font-size: 1rem;
  color: #4E4E4E;
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.75;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 1.3;
}
.btn-primary {
  background: #BB4873;
  color: #fff;
  padding: 14px 32px;
  font-size: 0.9rem;
  box-shadow: 0 6px 28px rgba(187,72,115,0.35);
}
.btn-primary:hover {
  background: #a33d63;
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(187,72,115,0.45);
}
.btn-outline {
  color: #BB4873;
  border: 1.5px solid #BB4873;
  padding: 9px 20px;
  font-size: 0.78rem;
  background: transparent;
}
.btn-outline:hover {
  background: #BB4873;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #BB4873;
  padding: 16px 36px;
  font-size: 0.95rem;
  box-shadow: 0 8px 36px rgba(0,0,0,0.25);
}
.btn-white:hover {
  background: #F5EEF1;
  transform: translateY(-2px);
}
.btn-block {
  display: flex;
  width: 100%;
}

/* ---- Scroll Reveal ---- */
.reveal, .reveal-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.revealed, .reveal-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 12px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(253,251,251,0.97);
  backdrop-filter: blur(12px);
  border-bottom-color: #E8E1E2;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-metodo {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #BB4873;
  text-transform: uppercase;
}
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #171717;
  letter-spacing: 0.02em;
}
.logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #D7BFC8;
  text-transform: uppercase;
}

/* ============================================================
   HERO — Mobile First
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #171717;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663448316546/dZpxzAdjZwEC5NYKim3eUM/hero-bg-TGRUUdxo7ZAnFwnHKe6pKy.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding-top: 110px;
  padding-bottom: 80px;
  width: 100%;
}
.hero-copy { width: 100%; }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 8vw, 3.6rem);
  font-weight: 600;
  color: #E8E1E2;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-title em {
  color: #BB4873;
  font-style: italic;
}
.hero-desc {
  font-size: 1rem;
  color: #D7BFC8;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hero-cta-wrap {
  display: flex;
  justify-content: center;
}
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(215,191,200,0.25);
}
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-n {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #BB4873;
  line-height: 1;
}
.stat-l {
  font-size: 0.68rem;
  font-weight: 500;
  color: #D7BFC8;
  margin-top: 4px;
  letter-spacing: 0.03em;
  text-align: center;
}
.stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(215,191,200,0.35);
  flex-shrink: 0;
}

/* Hero visual — mobile: hidden on very small, shown simplified */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,191,200,0.5) 0%, rgba(232,225,226,0.2) 70%, transparent 100%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.hero-img {
  width: 220px;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  border-radius: 120px 120px 90px 90px;
  box-shadow: 0 20px 56px rgba(187,72,115,0.22);
  position: relative;
  z-index: 1;
}
.hero-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(30,20,25,0.88);
  border: 1px solid rgba(215,191,200,0.2);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.4);
  z-index: 2;
  min-width: 160px;
}
.hero-badge-icon { font-size: 1.3rem; margin-bottom: 4px; }
.hero-badge-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #E8E1E2;
}
.hero-badge-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  color: #BB4873;
  font-weight: 500;
  margin-top: 2px;
}
.hero-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(187,72,115,0.18);
  border: 1px solid rgba(187,72,115,0.4);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 8px 12px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: #E8E1E2;
}
.hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
}
.hero-desc strong { color: #E8E1E2; }
.hero-wave svg { display: block; width: 100%; }

/* Hero section-tag override for dark bg */
.hero .section-tag { color: #D7BFC8; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 72px 0; }
.section-white { background: #fff; }
.section-blush { background: linear-gradient(180deg, #F5EEF1 0%, #EDE0E6 100%); }
.section-dark { background: #171717; }
.section-cream { background: #FDFBFB; }

/* ---- Empathy ---- */
.empathy-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.empathy-copy p { font-size: 0.97rem; color: #4E4E4E; line-height: 1.8; }
.quote-box {
  background: linear-gradient(135deg, #F5EEF1, #EDE0E6);
  border-left: 4px solid #BB4873;
  border-radius: 0 16px 16px 0;
  padding: 24px 24px 20px;
  margin-bottom: 16px;
}
.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: #171717;
  line-height: 1.6;
  margin-bottom: 12px;
}
.quote-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #BB4873;
  margin-bottom: 0;
}
.manifesto-tag {
  background: #F5EEF1;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.88rem;
  color: #4E4E4E;
  margin-bottom: 16px;
}
.botanical-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(187,72,115,0.12);
}

/* ---- Cards (Para Quem É) ---- */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
  text-align: left;
}
.card {
  background: white;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 18px rgba(187,72,115,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(187,72,115,0.16);
}
.card-icon { font-size: 1.7rem; margin-bottom: 10px; }
.card p { font-size: 0.9rem; color: #4E4E4E; line-height: 1.7; margin: 0; }
.for-whom-cta { display: flex; justify-content: center; }

/* ---- Timeline (Método) ---- */
.timeline { position: relative; }
.timeline-line {
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #BB4873, #D7BFC8);
}
.timeline-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 36px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #BB4873;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(187,72,115,0.35);
}
.timeline-content { padding-top: 10px; }
.timeline-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 8px;
}
.timeline-content p { font-size: 0.93rem; color: #4E4E4E; line-height: 1.75; margin: 0; }

/* ---- Diferenciais ---- */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: left;
}
.diff-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(215,191,200,0.18);
  border-radius: 16px;
  padding: 24px 20px;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.diff-card:hover {
  background: rgba(187,72,115,0.14);
  border-color: rgba(187,72,115,0.4);
}
.diff-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #E8E1E2;
  margin-bottom: 8px;
  margin-top: 10px;
}
.diff-card p { font-size: 0.88rem; color: #D7BFC8; line-height: 1.7; margin: 0; }

/* ---- Depoimentos ---- */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.testimonial-card {
  background: white;
  border: 1px solid #E8E1E2;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease;
}
.testimonial-card:hover { box-shadow: 0 10px 32px rgba(187,72,115,0.14); }
.stars { color: #BB4873; font-size: 1rem; letter-spacing: 3px; margin-bottom: 14px; }
.testimonial-text {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: #4E4E4E;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 16px;
}
.testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #BB4873;
  margin: 0;
}
.disclaimer {
  font-size: 0.75rem;
  color: #D7BFC8;
  text-align: center;
  margin: 0;
}

/* ---- Prova Social ---- */
.social-proof-header { margin-bottom: 48px; }

.social-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.social-proof-block {
  background: #FDFBFB;
  border: 1px solid #E8E1E2;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-proof-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-proof-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-proof-icon-instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-proof-icon-google {
  background: #4285F4;
}

.social-proof-platform {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
  line-height: 1.2;
}

.social-proof-desc {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #BB4873;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}

.social-proof-copy {
  font-size: 0.95rem;
  color: #4E4E4E;
  line-height: 1.75;
  margin: 0;
  font-style: italic;
}

.widget-placeholder {
  border: 2px dashed #D7BFC8;
  border-radius: 14px;
  background: linear-gradient(135deg, #F5EEF1 0%, #EDE0E6 100%);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.widget-placeholder-google {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
  border-color: #c5d0f0;
}

.widget-placeholder-inner {
  text-align: center;
  padding: 32px 24px;
}

.widget-placeholder-icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.widget-placeholder-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #BB4873;
  margin-bottom: 10px;
}

.widget-placeholder-hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: #4E4E4E;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}

/* ---- CTA Final ---- */
.cta-section {
  position: relative;
  text-align: center;
  background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663448316546/dZpxzAdjZwEC5NYKim3eUM/cta-bg-P3mqYE5mdK2jvwUyLekijQ.webp');
  background-size: cover;
  background-position: center;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(139,46,82,0.75);
}
.cta-inner { position: relative; z-index: 1; }
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 6vw, 3rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.25;
}
.cta-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.cta-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  margin-top: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

/* ---- Footer ---- */
.footer { background: #171717; padding: 48px 0 28px; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer .logo-metodo { color: #BB4873; }
.footer .logo-name { color: #E8E1E2; }
.footer .logo-sub { color: #D7BFC8; }
.footer-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #D7BFC8;
  font-style: italic;
  margin: 0;
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: #D7BFC8;
  transition: color 0.2s;
}
.footer-links a:hover { color: #BB4873; }
.footer-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: #4E4E4E;
  margin: 0;
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(37,211,102,0.55);
}

/* ============================================================
   TABLET — 600px+
   ============================================================ */
@media (min-width: 600px) {
  .container { padding: 0 28px; }
  .section { padding: 88px 0; }

  .hero-img { width: 260px; height: 330px; }
  .hero-circle { width: 320px; height: 320px; }

  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }

  .stat-divider { display: block; }
}

/* ============================================================
   DESKTOP — 900px+
   ============================================================ */
@media (min-width: 900px) {
  .container { padding: 0 32px; }
  .section { padding: 100px 0; }

  /* Header */
  .logo-name { font-size: 1.45rem; }

  /* Hero */
  .hero-inner {
    flex-direction: row;
    text-align: left;
    gap: 60px;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-copy { flex: 1; }
  .hero-visual { flex: 1; }
  .hero-desc { margin-left: 0; margin-right: 0; }
  .hero-cta-wrap { justify-content: flex-start; }
  .hero-stats { justify-content: flex-start; }
  .hero-bg-img {
    opacity: 0.12;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.9) 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.9) 100%);
  }
  .hero-img { width: 300px; height: 380px; }
  .hero-circle { width: 380px; height: 380px; }
  .hero-badge { right: -10px; bottom: 20px; min-width: 190px; }
  .hero-tag { left: -20px; top: 10px; }

  /* Empathy */
  .empathy-grid {
    flex-direction: row;
    gap: 72px;
    align-items: center;
  }
  .empathy-copy { flex: 1.1; }
  .empathy-aside { flex: 1; }

  /* Cards */
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .for-whom-cta { justify-content: center; }

  /* Diff */
  .diff-grid { grid-template-columns: repeat(4, 1fr); }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }

  /* Prova Social */
  .social-proof-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   LARGE DESKTOP — 1200px+
   ============================================================ */
@media (min-width: 1200px) {
  .container { padding: 0 24px; }
}
