/* ==========================================================
   Circo da Filomena — base / design tokens
   ========================================================== */
:root {
  --pink: #e91e63;
  --pink-soft: #ff5c8a;
  --red: #e03131;
  --yellow: #ffc21c;
  --yellow-deep: #f0a500;
  --ink: #0e0d12;
  --ink-2: #17151d;
  --ink-3: #221f2b;
  --cream: #fff6ec;
  --muted: #c9bfd4;

  --font-title: "Baloo 2", "Comic Sans MS", cursive;
  --font-body: "Nunito", system-ui, -apple-system, sans-serif;

  --radius: 22px;
  --header-h: 68px;
  --shadow-pop: 0 14px 0 rgba(0, 0, 0, 0.35);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--cream);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(233, 30, 99, 0.35), transparent 60%),
    radial-gradient(900px 500px at 0% 30%, rgba(255, 194, 28, 0.14), transparent 60%),
    var(--ink);
  overflow-x: hidden;
  line-height: 1.65;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--font-title); line-height: 1.05; margin: 0 0 0.4em; }

a { color: inherit; }

.container { width: min(1140px, 92vw); margin-inline: auto; }

.section { position: relative; padding: 96px 0; }

.section-title { font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 800; }
.section-title.center, .section-sub.center { text-align: center; }
.section-sub { color: var(--muted); margin: -0.2rem 0 2.2rem; }

.hl { color: var(--yellow); position: relative; white-space: nowrap; }
.hl::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: 0.05em;
  height: 0.22em;
  background: var(--pink);
  border-radius: 40% 60% 55% 45%;
  z-index: -1;
  opacity: 0.85;
}

.kicker {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: var(--ink);
  background: var(--yellow);
  padding: 6px 16px;
  border-radius: 999px;
  transform: rotate(-2deg);
  margin: 0 0 1rem;
}

.lead { font-size: 1.25rem; font-family: var(--font-title); color: var(--yellow); }

/* ---------- Header ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 50;
  display: flex;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header.is-stuck {
  background: rgba(14, 13, 18, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 0 rgba(255, 194, 28, 0.35);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--cream);
}
.brand-balloon { display: inline-block; animation: floaty 3.5s ease-in-out infinite; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav-link {
  text-decoration: none;
  font-weight: 700;
  color: var(--cream);
  position: relative;
  transition: color 0.2s ease;
}
.nav-link::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 3px; background: var(--yellow); border-radius: 999px;
  transition: right 0.25s var(--ease-bounce);
}
.nav-link:hover { color: var(--yellow); }
.nav-link:hover::after { right: 0; }
.nav-cta { color: var(--ink); }
.hamburger { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: calc(var(--header-h) + 60px) 0 140px; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
}
.hero-title { font-size: clamp(2.6rem, 8vw, 5rem); font-weight: 800; }
.squiggle { color: var(--yellow); display: inline-block; }
.hero-sub { font-size: 1.15rem; color: var(--muted); max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-followers { margin-top: 22px; color: var(--muted); font-size: 0.95rem; }
.hero-followers strong { color: var(--pink-soft); }

.hero-photo { position: relative; justify-self: center; }
.photo-blob {
  width: min(420px, 78vw);
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid var(--yellow);
  border-radius: 62% 38% 44% 56% / 50% 55% 45% 50%;
  box-shadow: 0 24px 60px rgba(233, 30, 99, 0.45);
}
.photo-blob img { width: 100%; height: 100%; object-fit: cover; }

.sticker {
  position: absolute;
  font-family: var(--font-title);
  font-weight: 800;
  background: var(--pink);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.3);
}
.sticker-1 { top: 4%; left: -6%; transform: rotate(-10deg); animation: floaty 4s ease-in-out infinite; }
.sticker-2 { bottom: 8%; right: -4%; background: var(--yellow); font-size: 1.6rem; animation: floaty 5s ease-in-out infinite 0.4s; }
.sticker-3 { top: 46%; right: -10%; background: var(--red); animation: floaty 4.6s ease-in-out infinite 0.8s; }

/* ---------- Sobre ---------- */
.sobre-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: center; }
.sobre p { color: var(--muted); }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card {
  background: var(--ink-3);
  border: 3px solid var(--pink);
  border-radius: 26px 12px 26px 12px;
  padding: 22px 16px;
  text-align: center;
  transition: transform 0.3s var(--ease-bounce);
}
.stat-card strong { display: block; font-family: var(--font-title); font-size: 2rem; color: var(--yellow); }
.stat-card span { font-size: 0.9rem; color: var(--muted); }
.tilt-l { transform: rotate(-2deg); }
.tilt-r { transform: rotate(2deg); }
.stat-card:hover { transform: rotate(0deg) scale(1.06); }

/* ---------- Redes ---------- */
.redes { background: linear-gradient(180deg, transparent, rgba(233, 30, 99, 0.12), transparent); }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.social-card {
  text-decoration: none;
  display: block;
  padding: 30px 24px;
  border-radius: 30px 10px 30px 10px;
  background: var(--ink-2);
  border: 3px solid var(--ink-3);
  transition: transform 0.3s var(--ease-bounce), border-color 0.3s ease, box-shadow 0.3s ease;
}
.social-card strong { display: block; font-family: var(--font-title); font-size: 1.4rem; }
.social-card small { color: var(--muted); }
.social-emoji { font-size: 2rem; display: block; margin-bottom: 8px; }
.social-card:hover { transform: translateY(-8px) rotate(-1.5deg); box-shadow: var(--shadow-pop); }
.social-ig:hover { border-color: var(--pink); }
.social-tree:hover { border-color: var(--yellow); }
.social-wa:hover { border-color: var(--red); }

/* ---------- Apoie ---------- */
.apoie { background: linear-gradient(180deg, rgba(233, 30, 99, 0.18), rgba(14, 13, 18, 0)); }
.apoie-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.hat-box { text-align: center; }
.hat {
  font-size: clamp(6rem, 18vw, 10rem);
  line-height: 1;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
  animation: hat-bob 3s ease-in-out infinite;
  cursor: pointer;
}
.hat-note { font-family: var(--font-title); color: var(--yellow); }
.apoie p { color: var(--muted); }

.amounts { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.amount {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  padding: 10px 22px;
  border-radius: 999px;
  color: var(--cream);
  background: transparent;
  border: 3px solid var(--pink);
  transition: transform 0.25s var(--ease-bounce), background 0.2s ease, color 0.2s ease;
}
.amount:hover, .amount.is-active { background: var(--pink); color: #fff; transform: scale(1.08) rotate(-2deg); }

.pix-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 26px 8px 26px 8px;
  background: var(--ink-2);
  border: 3px dashed var(--yellow);
}
.pix-label { font-family: var(--font-title); color: var(--yellow); font-weight: 800; }
.pix-box code {
  font-family: ui-monospace, "SFMono-Regular", monospace;
  background: var(--ink);
  padding: 8px 14px;
  border-radius: 10px;
  color: var(--cream);
  word-break: break-all;
}
.pix-hint { font-size: 0.9rem; opacity: 0; transform: translateY(6px); transition: all 0.35s var(--ease-bounce); }
.pix-hint.show { opacity: 1; transform: translateY(0); color: var(--yellow); }

/* ---------- Footer ---------- */
.footer { background: var(--ink-2); padding: 48px 0 40px; border-top: 4px dotted var(--pink); }
.footer-inner { text-align: center; }
.footer-brand { font-family: var(--font-title); font-size: 1.8rem; }
.footer-social { display: flex; justify-content: center; gap: 18px; font-size: 1.6rem; margin: 14px 0; }
.footer-social a { text-decoration: none; transition: transform 0.25s var(--ease-bounce); display: inline-block; }
.footer-social a:hover { transform: translateY(-6px) rotate(10deg) scale(1.2); }
.footer-copy { color: var(--muted); font-size: 0.9rem; }
