/* ===== Design tokens ===== */
:root {
  --coral: #ff7a59;
  --coral-dark: #ef5f3c;
  --yellow: #ffc94d;
  --teal: #3fb8af;
  --teal-dark: #2f938c;
  --purple: #7c6be0;
  --ink: #33334d;
  --ink-soft: #5f5f7a;
  --cream: #fff8ef;
  --cream-2: #fff1e2;
  --white: #ffffff;
  --shadow-sm: 0 4px 16px rgba(51, 51, 77, 0.08);
  --shadow-md: 0 12px 32px rgba(51, 51, 77, 0.12);
  --shadow-lg: 0 24px 60px rgba(51, 51, 77, 0.16);
  --radius: 20px;
  --radius-lg: 32px;
  --maxw: 1140px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .brand-text {
  font-family: "Baloo 2", "Nunito", cursive;
  line-height: 1.15;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer;
  border: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 22px rgba(255,122,89,.4); }
.btn-primary:hover { background: var(--coral-dark); }
.btn-ghost { background: rgba(255,255,255,.7); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-white { background: #fff; color: var(--coral-dark); box-shadow: var(--shadow-md); }
.btn-outline-white { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.btn-outline-white:hover { background: rgba(255,255,255,.15); }
.btn-lg { padding: 17px 34px; font-size: 1.1rem; }
.btn-header { padding: 11px 22px; }

/* Ícones de marca (SVG) */
.icon { width: 1.15em; height: 1.15em; fill: currentColor; flex-shrink: 0; vertical-align: -.15em; }
.footer-nav a, .footer-social a { display: inline-flex; align-items: center; gap: 8px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 248, 239, .85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(51,51,77,.06);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.4rem; }
.brand-icon { font-size: 1.6rem; }
.brand-text { font-weight: 600; }
.brand-text strong { color: var(--coral); font-weight: 800; }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 700; }
.nav a { color: var(--ink-soft); position: relative; transition: color .2s; }
.nav a:hover { color: var(--coral); }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 3px;
  background: var(--yellow); border-radius: 3px; transition: width .25s;
}
.nav a:hover::after { width: 100%; }
.btn-header { margin-left: 8px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: .3s; }

/* ===== Hero ===== */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--cream-2) 0%, #ffe9d4 50%, #ffdfe0 100%);
  padding: 60px 0 120px;
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.pill {
  display: inline-block; background: #fff; color: var(--teal-dark); font-weight: 700;
  padding: 8px 16px; border-radius: 999px; font-size: .92rem; box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; margin-bottom: 18px; }
.highlight { color: var(--coral); position: relative; white-space: nowrap; }
.highlight::after {
  content: ""; position: absolute; left: -2%; bottom: 4px; width: 104%; height: 14px;
  background: var(--yellow); opacity: .55; z-index: -1; border-radius: 8px;
}
.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 33ch; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-badges { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-badges li { display: flex; flex-direction: column; }
.hero-badges strong { font-family: "Baloo 2"; font-size: 1.4rem; color: var(--teal-dark); }
.hero-badges span { font-size: .9rem; color: var(--ink-soft); }

/* Hero visual */
.hero-visual { position: relative; height: 420px; display: flex; align-items: center; justify-content: center; }
.blob {
  position: absolute; width: 360px; height: 360px; border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  background: linear-gradient(135deg, var(--teal), var(--purple)); opacity: .9;
  animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
  0%,100% { border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; }
  50% { border-radius: 58% 42% 45% 55% / 45% 58% 42% 55%; }
}
.hero-photo {
  position: relative; z-index: 2; width: 320px; height: 320px; border-radius: 50%;
  overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow-lg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-card {
  position: absolute; z-index: 3; background: #fff; border-radius: 18px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-md); font-weight: 700;
  font-size: .82rem; line-height: 1.2;
}
.hero-card small { color: var(--ink-soft); font-weight: 600; }
.hero-card .emoji { font-size: 1.6rem; }
/* Posiciona por classe (não por nth-of-type: .blob e .hero-photo também são <div>
   e desalinham a contagem, deixando um card sem posição sobre o rosto). */
.hero-card:not(.delay):not(.delay2) { top: 14%; left: -4%; }
.hero-card.delay  { top: 44%; right: -6%; }
.hero-card.delay2 { bottom: 8%; left: 2%; }
.card-float { animation: float 4s ease-in-out infinite; }
.card-float.delay { animation-delay: 1.3s; }
.card-float.delay2 { animation-delay: 2.4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.wave-divider svg { width: 100%; height: 90px; }
.wave-divider path { fill: var(--cream); }

/* ===== Sections ===== */
.section { padding: 90px 0; }
.section-soft { background: var(--cream-2); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-tag {
  display: inline-block; font-weight: 800; color: var(--coral); text-transform: uppercase;
  letter-spacing: .08em; font-size: .82rem; margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; }
.section-sub { color: var(--ink-soft); font-size: 1.1rem; margin-top: 12px; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about-photo { position: relative; display: flex; justify-content: center; }
.photo-frame {
  width: 320px; height: 340px; border-radius: 40px; overflow: hidden;
  background: linear-gradient(145deg, var(--yellow), var(--coral)); box-shadow: var(--shadow-lg);
  transform: rotate(-3deg); border: 6px solid #fff;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sticker {
  position: absolute; background: #fff; padding: 8px 16px; border-radius: 999px;
  font-family: "Baloo 2"; font-weight: 700; box-shadow: var(--shadow-md); font-size: .95rem;
}
.sticker-1 { top: 10px; right: 0; color: var(--teal-dark); transform: rotate(6deg); }
.sticker-2 { bottom: 20px; left: -10px; color: var(--purple); transform: rotate(-5deg); }
.about-text h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; }
.about-text p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.08rem; }
.check-list { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 36px; font-weight: 600; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px;
  background: var(--teal); color: #fff; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: .8rem; font-weight: 800;
}

/* ===== Feature cards ===== */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature-card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
  border: 1px solid rgba(51,51,77,.04);
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: 18px; font-size: 1.8rem; margin-bottom: 18px;
  background: var(--cream-2);
}
.feature-card:nth-child(3n+1) .feature-icon { background: #ffe4dc; }
.feature-card:nth-child(3n+2) .feature-icon { background: #d9f2f0; }
.feature-card:nth-child(3n) .feature-icon { background: #e7e3fb; }
.feature-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.feature-card p { color: var(--ink-soft); }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }
.step {
  background: var(--cream-2); border-radius: var(--radius); padding: 36px 28px 30px;
  position: relative; text-align: center;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; background: var(--coral); color: #fff;
  font-family: "Baloo 2"; font-weight: 800; font-size: 1.5rem; margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(255,122,89,.35);
}
.step:nth-child(2) .step-num { background: var(--teal); box-shadow: 0 8px 18px rgba(63,184,175,.35); }
.step:nth-child(3) .step-num { background: var(--purple); box-shadow: 0 8px 18px rgba(124,107,224,.35); }
.step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); }

/* ===== Testimonials ===== */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonial {
  background: #fff; border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px;
}
.stars { color: var(--yellow); font-size: 1.2rem; letter-spacing: 2px; }
.testimonial blockquote { font-size: 1.05rem; color: var(--ink); font-style: italic; }
.testimonial figcaption { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink-soft); font-size: .92rem; margin-top: auto; }
.avatar { font-size: 1.8rem; }

/* ===== FAQ ===== */
.faq-container { max-width: 780px; }
.faq-item {
  background: #fff; border-radius: 16px; margin-bottom: 14px; padding: 4px 24px;
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq-item summary {
  font-family: "Baloo 2"; font-weight: 700; font-size: 1.12rem; cursor: pointer;
  padding: 18px 30px 18px 0; list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; color: var(--coral); transition: transform .25s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--ink-soft); padding: 0 0 20px; }

/* ===== CTA ===== */
.cta {
  margin: 40px 24px 0; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--coral), var(--purple));
  padding: 60px 20px;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  flex-wrap: wrap;
}
.cta-text h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cta-text p { color: rgba(255,255,255,.92); font-size: 1.15rem; margin-top: 8px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Footer ===== */
.site-footer { padding: 56px 0 30px; }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid rgba(51,51,77,.1);
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-icon { font-size: 2rem; }
.footer-brand strong { font-family: "Baloo 2"; font-size: 1.3rem; }
.footer-brand p { color: var(--ink-soft); font-size: .9rem; }
.footer-nav { display: flex; gap: 24px; font-weight: 700; }
.footer-nav a:hover, .footer-social a:hover { color: var(--coral); }
.footer-social { display: flex; gap: 20px; font-weight: 700; }
.footer-copy { text-align: center; color: var(--ink-soft); margin-top: 26px; font-size: .9rem; }
.footer-credit { text-align: center; color: var(--ink-soft); margin-top: 6px; font-size: .82rem; }
.footer-credit a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.footer-credit a:hover { color: var(--coral); }

/* ===== Floating WhatsApp ===== */
.wpp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 62px; height: 62px; border-radius: 50%; background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37,211,102,.5); transition: transform .25s;
  animation: pulse 2.4s infinite;
}
.wpp-float:hover { transform: scale(1.1); }
.wpp-float .icon { width: 32px; height: 32px; }

/* Tooltip do botão flutuante */
.wpp-float::after {
  content: attr(data-tip);
  position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%) translateX(6px);
  background: var(--ink); color: #fff; white-space: nowrap;
  font-family: "Nunito", sans-serif; font-weight: 700; font-size: .85rem;
  padding: 8px 12px; border-radius: 12px; box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
}
.wpp-float::before {
  content: ""; position: absolute; right: calc(100% + 4px); top: 50%;
  transform: translateY(-50%) translateX(6px);
  border: 6px solid transparent; border-left-color: var(--ink);
  opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
}
.wpp-float:hover::after, .wpp-float:focus-visible::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.wpp-float:hover::before, .wpp-float:focus-visible::before { opacity: 1; transform: translateY(-50%) translateX(0); }
@keyframes pulse {
  0% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,0); }
}

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav, .btn-header { display: none; }
  .nav-toggle { display: flex; }
  .site-header.open .nav {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--cream); padding: 20px 24px; gap: 16px; box-shadow: var(--shadow-md);
  }
  .hero-inner, .about-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 340px; margin-top: 20px; }
  .lead { max-width: none; }
  .cards-grid, .steps, .testimonials { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .cards-grid, .steps, .testimonials { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .photo-frame { width: 260px; height: 280px; }
  .hero-photo { width: 240px; height: 240px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .hero-badges { gap: 20px; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  *, .card-float, .blob, .wpp-float { animation: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
