/* ============================================================
   CAMINHADA FISIOT POR ELAS — Outubro Rosa
   Paleta: Rosa-Pink + Verde-Esperança
   Versão: 20260721f — laço/rede oficiais + QA contraste
   ============================================================ */

:root {
  --rosa:        #E91E8C;
  --rosa-dark:   #C2186F;
  --rosa-light:  #FF69B4;
  --rosa-pale:   #FFF0F7;
  --verde:       #2E7D32;
  --verde-light: #43A047;
  --verde-pale:  #F1F8F1;
  --white:       #FFFFFF;
  --gray-soft:   #F7F7F7;
  --gray:        #575757;
  --dark:        #1A1A2E;
  --radius:      16px;
  --shadow:      0 4px 24px rgba(233,30,140,.18);
  --shadow-sm:   0 2px 10px rgba(0,0,0,.08);
  --transition:  .25s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Open Sans', sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* === HEADER ================================================= */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(233,30,140,.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: .8rem 1.2rem;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-logo { height: 52px; width: auto; border-radius: 8px; }
.header-titles { flex: 1; }
.header-titles .event-label {
  font-size: .72rem;
  color: var(--rosa);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.header-titles .event-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
}
.header-whatsapp {
  background: var(--verde);
  color: var(--white) !important;
  border-radius: 50px;
  padding: .5rem 1.1rem;
  font-weight: 700;
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  transition: background var(--transition);
}
.header-whatsapp:hover { background: var(--verde-light); }

/* === HERO =================================================== */
.hero {
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.2rem 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Camada 0 – foto real da fachada da Clínica FISIOT */
.hero-bg-photo {
  position: absolute;
  inset: 0;
  background: url('assets/fachada-fisiot-ponto-partida.jpg') 20% center / cover no-repeat;
  z-index: 0;
}

/* Camada 1 – overlay rosa-pink → verde-esperança (fachada visível) */
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(233,30,140,0.74) 0%,
    rgba(194,24,111,0.66) 48%,
    rgba(46,125,50,0.63) 100%
  );
  z-index: 1;
}

/* Camada 2 – luzes suaves */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 85%, rgba(255,255,255,.07) 0%, transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(46,125,50,.18) 0%, transparent 45%);
  pointer-events: none;
  z-index: 2;
}

/* Camada 3 – textura sutil */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 10c0 0-8 8-8 15s8 8 8 15-8-8-8-15 8-8 8-15z' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
}

/* Conteúdo acima das camadas de fundo */
.hero-badge,
.hero-logo,
.hero h1,
.hero-subtitle,
.hero-date-strip,
.hero-cta,
.hero-scroll-hint {
  position: relative;
  z-index: 3;
}

/* ══════════════════════════════════════════════════════════════
   BLOCO INCA/REDE — card branco elegante com laço oficial,
   círculo 781 mil e logo Rede de Olho no Câncer.
   Desktop: absoluto à direita do hero, sem cobrir fachada/título.
   Mobile: inline no fluxo flex entre logo e h1.
   ══════════════════════════════════════════════════════════════ */
.hero-inca-seal {
  /* ─── Desktop: card branco absoluto à direita ─── */
  position: absolute;
  right: clamp(1rem, 4vw, 3.2rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;

  width: clamp(148px, 14vw, 188px);

  /* card branco com sombra */
  background: rgba(255,255,255,0.97);
  border-radius: 20px;
  padding: 10px 10px 8px;
  box-shadow:
    0 10px 40px rgba(0,0,0,.38),
    0 0 0 2px rgba(233,30,140,.22);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* — Laço oficial "Um toque que pode mudar a sua vida" — */
.inca-laco-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}
.inca-laco-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* — Círculo 781 mil / Fonte INCA — */
.inca-circle-badge {
  width: clamp(96px, 9vw, 122px);
  height: clamp(96px, 9vw, 122px);
  border-radius: 50%;
  background: linear-gradient(
    155deg,
    rgba(233,30,140,.95) 0%,
    rgba(180,20,100,.90) 45%,
    rgba(46,125,50,.90) 100%
  );
  border: 3px solid rgba(255,255,255,.45);
  box-shadow:
    0 0 0 3px rgba(233,30,140,.35),
    0 8px 36px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  animation: seal-pulse 3.5s ease-in-out infinite;
}

@keyframes seal-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(233,30,140,.35), 0 8px 36px rgba(0,0,0,.38); }
  50%      { box-shadow: 0 0 0 8px rgba(233,30,140,.18), 0 12px 42px rgba(0,0,0,.44); }
}

/* anel decorativo dentro do círculo */
.inca-deco-ring {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.22);
  pointer-events: none;
}

.inca-seal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1px;
  padding: .5rem;
  width: 100%;
  height: 100%;
}

.inca-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
  letter-spacing: -.01em;
}

.inca-caption {
  font-size: clamp(.5rem, .98vw, .64rem);
  color: rgba(255,255,255,.92);
  line-height: 1.3;
  text-shadow: 0 1px 5px rgba(0,0,0,.35);
}

.inca-fonte {
  font-size: clamp(.44rem, .82vw, .58rem);
  color: rgba(255,255,255,.78);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
  margin-top: 1px;
}

/* — Logo completo Rede de Olho no Câncer (inclui símbolo) — */
.inca-rede-wrap {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(233,30,140,.13);
}
.inca-rede-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ─── Tablet (641–900px): card menor, canto superior-direito ─── */
@media (min-width: 641px) and (max-width: 900px) {
  .hero-inca-seal {
    width: 130px;
    top: 1.2rem;
    right: .8rem;
    transform: none;
    padding: 8px;
    gap: 6px;
    border-radius: 16px;
  }
  .inca-circle-badge {
    width: 86px;
    height: 86px;
  }
}

/* ─── Mobile (≤ 640px): inline no fluxo flex entre logo e h1 ─── */
@media (max-width: 640px) {
  .hero-inca-seal {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 3;

    width: min(310px, 90vw);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: .5rem auto .9rem;
    padding: 10px 12px;
    border-radius: 16px;
  }
  .inca-laco-wrap {
    width: 80px;
    flex-shrink: 0;
  }
  .inca-circle-badge {
    width: 94px;
    height: 94px;
    flex-shrink: 0;
  }
  .inca-rede-wrap {
    /* ocupa linha inteira abaixo da row laço+círculo */
    width: 100%;
    flex-basis: 100%;
  }
}

/* === HERO CONTENT =========================================== */
.hero-badge {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: .35rem 1rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  backdrop-filter: blur(6px);
}
.hero-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--white);
  padding: 7px;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  margin-bottom: 1rem;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 900;
  max-width: 820px;
  text-shadow: 0 2px 24px rgba(0,0,0,.55), 0 1px 6px rgba(0,0,0,.40);
  margin-bottom: .6rem;
  line-height: 1.18;
  letter-spacing: -.01em;
}
.hero h1 span { color: #B5F7B0; }

.hero-subtitle {
  color: rgba(255,255,255,.93);
  font-size: .97rem;
  max-width: 520px;
  margin-bottom: 1.4rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
}

/* faixa data/local */
.hero-date-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: .5rem 1.4rem;
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  padding: .85rem 1.4rem;
  margin-bottom: 1.8rem;
  max-width: 820px;
  width: 100%;
}
.date-strip-item {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: white;
  min-width: 0;
}
.date-strip-item .dsi-icon { font-size: 1.15rem; flex-shrink: 0; }
.date-strip-item .dsi-label {
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  opacity: .78;
  line-height: 1;
  margin-bottom: .1rem;
}
.date-strip-item .dsi-value {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.1;
}
.date-strip-item.date-confirmed .dsi-value { color: #B5F7B0; }
.date-strip-item.date-pending   .dsi-value {
  color: rgba(255,255,255,.65);
  font-style: italic;
  font-size: .8rem;
}
/* sub-endereço nos itens da faixa */
.date-strip-item .dsi-addr {
  font-size: .6rem;
  color: rgba(255,255,255,.68);
  line-height: 1.35;
  margin-top: .15rem;
  max-width: 200px;
}
.date-strip-sep { color: rgba(255,255,255,.35); font-size: 1.2rem; align-self: center; }

.hero-cta {
  background: var(--white);
  color: var(--rosa);
  border: none;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(0,0,0,.2);
  transition: transform var(--transition), box-shadow var(--transition);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.hero-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.28); }
.hero-cta .price-pill {
  background: var(--rosa);
  color: var(--white);
  border-radius: 50px;
  padding: .2rem .7rem;
  font-size: .9rem;
}
.musica-oficial {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .9rem;
  width: min(100%, 490px);
  margin-top: 1rem;
  padding: .65rem .85rem;
  color: var(--white);
  background: rgba(26, 26, 46, .26);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}
.musica-oficial-copy { min-width: 135px; text-align: left; line-height: 1.2; }
.musica-oficial-label, .musica-oficial-copy strong, .musica-oficial-copy small { display: block; }
.musica-oficial-label { font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.musica-oficial-copy strong { margin: .12rem 0; font-family: 'Montserrat', sans-serif; font-size: .9rem; }
.musica-oficial-copy small { color: rgba(255,255,255,.78); font-size: .68rem; }
.musica-oficial audio { width: 100%; height: 36px; }
@media (max-width: 540px) {
  .musica-oficial { align-items: stretch; flex-direction: column; }
  .musica-oficial-copy { text-align: center; }
}
.hero-scroll-hint {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.6);
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* === SECTION BASE =========================================== */
.section {
  padding: 3rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.section-title { text-align: center; margin-bottom: 2rem; }
.section-title h2 { font-size: clamp(1.5rem, 3.5vw, 2rem); color: var(--dark); margin-bottom: .5rem; }
.section-title h2 span { color: var(--rosa); }
.section-title p { color: var(--gray); font-size: .95rem; max-width: 520px; margin: 0 auto; }

/* === BUTTONS GRID =========================================== */
.buttons-wrapper { background: var(--rosa-pale); padding: 3rem 0; }
.buttons-section { padding: 0 1.5rem; }
.buttons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.btn-card {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: var(--radius);
  padding: 1.3rem 1rem;
  text-align: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  color: var(--dark);
}
.btn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(233,30,140,.18);
  border-color: var(--rosa);
}
.btn-card .btn-icon { font-size: 2.2rem; line-height: 1; }
.btn-card .btn-label {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: var(--dark);
}
.btn-card.btn-primary {
  background: linear-gradient(135deg, var(--rosa), var(--rosa-dark));
  color: var(--white);
  grid-column: span 2;
}
.btn-card.btn-primary .btn-label { color: var(--white); font-size: 1rem; }
.btn-card.btn-primary .btn-icon  { font-size: 2.6rem; }
.btn-card.btn-verde {
  background: linear-gradient(135deg, var(--verde-light), var(--verde));
  color: var(--white);
}
.btn-card.btn-verde .btn-label { color: var(--white); }

/* ═══════════════════════════════════════════════════════════
   KIT SECTION — arte oficial + Bellamama com escolha
   ═══════════════════════════════════════════════════════════ */
.kit-section { background: var(--white); }
.kit-card {
  background: linear-gradient(135deg, var(--rosa-pale), #fff8fc);
  border: 2px solid var(--rosa-light);
  border-radius: 24px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Coluna da foto oficial */
.kit-photo-col { display: flex; flex-direction: column; }

.kit-art-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(233,30,140,.18);
  border: 2px solid var(--rosa-light);
  background: var(--rosa-pale);
}
.kit-art-img {
  width: 100%;
  display: block;
  transition: transform .35s ease;
}
.kit-art-container:hover .kit-art-img {
  transform: scale(1.03);
}

.kit-price-badge {
  background: var(--rosa);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  border-radius: 16px;
  padding: 1rem 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  line-height: 1;
}
.kit-price-badge small { display: block; font-size: .85rem; font-weight: 600; opacity: .85; margin-bottom: .3rem; }

/* Lista de itens do kit */
.kit-items { list-style: none; }
.kit-items li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  padding: .5rem 0;
  font-size: .95rem;
  border-bottom: 1px solid rgba(233,30,140,.08);
}
.kit-items li:last-child { border-bottom: none; }
.kit-items .check { color: var(--rosa); font-size: 1.1rem; flex-shrink: 0; margin-top: .1rem; }

/* Item Bellamama com foto */
.bellamama-kit-item { flex-direction: column !important; align-items: stretch !important; }
.bellamama-kit-row {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  width: 100%;
}
.bellamama-kit-thumb {
  width: 70px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0,0,0,.14);
  flex-shrink: 0;
  border: 2px solid rgba(233,30,140,.20);
}
.bellamama-opcoes-lista {
  font-size: .8rem;
  color: var(--verde);
  font-weight: 700;
  letter-spacing: .01em;
}
.bellamama-obs {
  font-size: .72rem;
  color: var(--gray);
  font-style: italic;
  display: block;
  margin-top: .15rem;
}

/* Highlight Bellamama */
.kit-highlight {
  background: linear-gradient(135deg, var(--verde-pale), #e8f8f0);
  border: 1.5px solid var(--verde-light);
  border-radius: 12px;
  padding: .9rem 1.1rem;
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--verde);
  line-height: 1.5;
}

/* Botão CTA no kit */
.btn-kit-cta {
  display: block;
  text-align: center;
  padding: .9rem;
  border-radius: 50px;
  background: linear-gradient(135deg,var(--rosa),var(--rosa-dark));
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-kit-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(233,30,140,.3); }

/* === DESTINO SECTION ======================================== */
.destino-section { background: var(--verde-pale); }
.destino-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.destino-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--verde);
  text-align: center;
}
.destino-card .d-icon { font-size: 2.8rem; margin-bottom: .7rem; }
.destino-card h3 { font-size: 1.05rem; color: var(--verde); margin-bottom: .5rem; }
.destino-card p { font-size: .88rem; color: var(--gray); line-height: 1.6; }
.destino-copy {
  background: var(--white);
  border: 1.5px solid var(--verde-light);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  margin-top: 1.5rem;
  font-style: italic;
  color: var(--verde);
  font-weight: 600;
  text-align: center;
  font-size: .95rem;
}

/* ═══════════════════════════════════════════════════════════
   PRÉ-EVENTO — Mobilização "A Caminhada FISIOT por Elas —
   eu vou participar. E você?"
   ═══════════════════════════════════════════════════════════ */
.pre-evento-section {
  background: linear-gradient(135deg, #C71585 0%, var(--rosa) 40%, var(--rosa-dark) 70%, #8B0057 100%);
  padding: 4rem 1.5rem;
  text-align: center;
}
.pre-evento-inner {
  max-width: 700px;
  margin: 0 auto;
}
.pre-evento-icon {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  display: block;
  animation: pulse-ribbon 2.2s ease-in-out infinite;
}
@keyframes pulse-ribbon {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}
.pre-evento-frase {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 5vw, 2.7rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 18px rgba(0,0,0,.3);
}
.pre-evento-frase span { color: #B5F7B0; }

.pre-evento-sub {
  color: rgba(255,255,255,.88);
  font-size: .97rem;
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}
.btn-pre-evento {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--white);
  color: var(--rosa);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50px;
  padding: 1rem 2.8rem;
  box-shadow: 0 6px 28px rgba(0,0,0,.22);
  transition: transform var(--transition), box-shadow var(--transition);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-pre-evento:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,.3);
}
.pre-evento-note {
  margin-top: 1.3rem;
  font-size: .76rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,.15);
  border-radius: 8px;
  padding: .5rem .9rem;
}

/* === PARTNERS SECTION ======================================= */
.partners-section { background: var(--gray-soft); }
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.partner-item { display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; }
.partner-item[href] { transition: transform var(--transition), filter var(--transition); }
.partner-item[href]:hover { transform: translateY(-3px); filter: brightness(.98); }
.partner-item[href]:focus-visible { outline: 3px solid var(--rosa); outline-offset: 6px; border-radius: 10px; }
.partner-logo-box {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}
.partner-logo-box img { max-width: 80px; max-height: 80px; object-fit: contain; }
.partner-logo-placeholder {
  background: linear-gradient(135deg, #fce4ec, #f8bbd0);
  border: 2px dashed var(--rosa-light);
}
.partner-name { font-size: .8rem; font-weight: 700; color: var(--dark); max-width: 100px; line-height: 1.3; }
.partner-type { font-size: .7rem; color: var(--gray); }
.btn-parceiro {
  display: block;
  background: linear-gradient(135deg, var(--rosa), var(--rosa-dark));
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-parceiro:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(233,30,140,.32); }

/* ═══════════════════════════════════════════════════════════
   VÍDEOS — estado vazio compacto com botão admin integrado
   ═══════════════════════════════════════════════════════════ */
.videos-section { background: var(--white); }

/* Estado vazio: horizontal compacto */
.videos-empty-state {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #f3e8ff, #ede0f8);
  border: 2px dashed #c5a0e0;
  border-radius: 16px;
  padding: 1rem 1.4rem;
  max-width: 700px;
  margin: 0 auto 1rem;
}
.videos-empty-icon {
  font-size: 2rem;
  flex-shrink: 0;
  opacity: .75;
}
.videos-empty-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.videos-empty-body p {
  flex: 1;
  font-size: .88rem;
  color: var(--gray);
  line-height: 1.5;
  min-width: 160px;
  margin: 0;
}
.btn-admin-inline {
  flex-shrink: 0;
  background: #7B1FA2;
  color: white;
  border: none;
  border-radius: 50px;
  padding: .55rem 1.1rem;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition), transform var(--transition);
}
.btn-admin-inline:hover {
  background: #6A1B9A;
  transform: translateY(-1px);
}

/* Grid de vídeos */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.4rem;
  margin-bottom: 1.2rem;
}
.video-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e8e8e8;
  transition: transform var(--transition), box-shadow var(--transition);
}
.video-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.13); }
.video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #111;
}
.video-embed-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
.video-card-info { padding: .9rem 1rem; }
.video-card-info h4 { font-size: .93rem; color: var(--dark); margin-bottom: .25rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.video-card-info p  { font-size: .82rem; color: var(--gray); line-height: 1.5; }

/* Botão admin abaixo do grid (quando há vídeos) */
.videos-admin-area {
  text-align: center;
  margin-top: 1rem;
  padding-top: .8rem;
  border-top: 1px solid #eaeaea;
  display: none; /* JS mostra quando há vídeos */
}
.btn-admin-access {
  background: transparent;
  border: 1.5px solid #bbb;
  color: var(--gray);
  border-radius: 50px;
  padding: .5rem 1.3rem;
  font-size: .81rem;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .01em;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.btn-admin-access:hover {
  border-color: var(--rosa);
  color: var(--rosa);
  background: var(--rosa-pale);
}

/* === FLOAT WHATSAPP ========================================= */
/*
   Mobile (< 641px): canto inferior-direito (padrão).
   Desktop (≥ 641px): canto inferior-ESQUERDO para não
   sobrepor o card INCA/Rede posicionado no lado direito.
*/
.float-wa {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  left: auto;
  z-index: 900;
  background: #25D366;
  color: var(--white);
  border-radius: 50px;
  padding: .9rem 1.4rem;
  font-weight: 700;
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  transition: transform var(--transition), box-shadow var(--transition);
}
.float-wa:hover { transform: scale(1.06); box-shadow: 0 10px 32px rgba(37,211,102,.5); }
.float-wa-label { display: none; }

/* Desktop: move para a esquerda, longe do card INCA */
@media (min-width: 641px) {
  .float-wa {
    left: 1.5rem;
    right: auto;
  }
  .float-wa-label { display: inline; }
}

/* === FOOTER ================================================= */
footer {
  background: var(--dark);
  color: rgba(255,255,255,.88);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
footer .footer-inner { max-width: 1100px; margin: 0 auto; }
footer .footer-logo { height: 50px; margin: 0 auto 1rem; border-radius: 8px; background: white; padding: 5px; }
footer .footer-event { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; color: var(--white); margin-bottom: .3rem; }
footer .footer-org { font-size: .82rem; color: rgba(255,255,255,.80); margin-bottom: .5rem; }
footer .footer-preview-note {
  font-size: .75rem;
  color: rgba(255,255,255,.65);
  margin-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: .8rem;
}
footer .footer-preview-note strong { color: var(--rosa-light); }

/* === MODAIS ================================================= */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: clamp(.5rem, 2dvh, 1.5rem) 1rem;
  box-sizing: border-box;
}
.modal-overlay.active { display: flex; }

.modal-box {
  background: var(--white);
  border-radius: 24px;
  max-width: 500px;
  width: 100%;
  max-height: min(90dvh, 90vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.modal-header {
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--rosa), var(--rosa-dark));
  color: var(--white);
  padding: 1.5rem;
  border-radius: 24px 24px 0 0;
  position: relative;
}
.modal-header h3 { font-size: 1.2rem; margin-bottom: .2rem; }
.modal-header p  { font-size: .85rem; opacity: .85; }
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255,255,255,.25);
  border: none;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
  z-index: 1;
}
.modal-close:hover { background: rgba(255,255,255,.4); }
.modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: var(--rosa) #f0f0f0;
}
.modal-body::-webkit-scrollbar { width: 6px; }
.modal-body::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 3px; }
.modal-body::-webkit-scrollbar-thumb { background: var(--rosa); border-radius: 3px; }

/* Form */
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: .4rem; color: var(--dark); }
.form-group select, .form-group input {
  width: 100%;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .95rem;
  font-family: 'Open Sans', sans-serif;
  color: var(--dark);
  transition: border-color var(--transition);
  background: var(--white);
}
.form-group select:focus, .form-group input:focus {
  outline: none;
  border-color: var(--rosa);
  box-shadow: 0 0 0 3px rgba(233,30,140,.1);
}
.opcoes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.opcao-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: .8rem;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  font-size: .88rem;
}
.opcao-card input[type="radio"] { display: none; }
.opcao-card:has(input:checked), .opcao-card.selected {
  border-color: var(--rosa);
  background: var(--rosa-pale);
}
.opcao-card .opt-icon { font-size: 1.8rem; margin-bottom: .3rem; }

/* Bellamama no modal */
.bellamama-foto-hint {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--verde-pale);
  border: 1px solid rgba(46,125,50,.2);
  border-radius: 10px;
  padding: .65rem .9rem;
  margin-bottom: .8rem;
  font-size: .82rem;
  color: var(--verde);
  font-weight: 600;
  line-height: 1.45;
}
.bellamama-modal-thumb {
  width: 56px;
  height: 74px;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: 0 3px 12px rgba(0,0,0,.14);
  flex-shrink: 0;
}
/* Grid para 5 opções Bellamama */
.bellamama-grid {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: .5rem !important;
}
.bellamama-grid .opcao-card {
  padding: .6rem .3rem;
  font-size: .75rem;
}
.bellamama-grid .opt-icon { font-size: 1.5rem; margin-bottom: .2rem; }

.demo-notice {
  background: var(--rosa-pale);
  border: 1.5px solid var(--rosa-light);
  border-radius: 10px;
  padding: .8rem 1rem;
  font-size: .83rem;
  color: var(--gray);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.btn-full {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--rosa), var(--rosa-dark));
  color: var(--white);
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-full:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-full-verde { background: linear-gradient(135deg, var(--verde-light), var(--verde)); }

/* Raspadinha */
.scratch-lock { text-align: center; padding: 2rem; }
.scratch-lock .lock-icon { font-size: 5rem; margin-bottom: 1rem; }
.scratch-lock h3 { color: var(--rosa); font-size: 1.3rem; margin-bottom: .5rem; }
.scratch-lock p { color: var(--gray); font-size: .9rem; margin-bottom: 1.5rem; }
.code-input-group { display: flex; gap: .5rem; }
.code-input-group input { flex: 1; }
.code-input-group button {
  background: var(--verde);
  color: white;
  border: none;
  border-radius: 10px;
  padding: .7rem 1.1rem;
  font-weight: 700;
  cursor: pointer;
  font-size: .9rem;
  white-space: nowrap;
}
.scratch-unlocked { display: none; text-align: center; padding: 1.5rem; }
.scratch-canvas-wrapper {
  position: relative;
  width: 280px;
  height: 180px;
  margin: 1rem auto;
  border-radius: 16px;
  overflow: hidden;
  cursor: crosshair;
}
.scratch-prize {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFF3CD, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.scratch-prize .prize-icon { font-size: 3rem; }
.scratch-prize p { font-size: .85rem; color: var(--gray); font-weight: 600; }
.scratch-overlay { position: absolute; inset: 0; border-radius: 16px; }
.scratch-hint { font-size: .8rem; color: var(--gray); margin-top: .5rem; }

/* GPS modal */
.gps-placeholder {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border: 2px dashed var(--verde-light);
  border-radius: 16px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  text-align: center;
  padding: 2rem;
  margin-bottom: 1rem;
}
.gps-placeholder .gps-icon { font-size: 3.5rem; }
.gps-placeholder h4 { color: var(--verde); font-size: 1rem; }
.gps-placeholder p { font-size: .82rem; color: var(--gray); max-width: 300px; }
.gps-info-list { list-style: none; }
.gps-info-list li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  padding: .5rem 0;
  border-bottom: 1px solid #eee;
  font-size: .88rem;
}
.gps-info-list .info-addr {
  font-size: .76rem;
  color: var(--gray);
  margin-top: .18rem;
  line-height: 1.4;
}
.gps-info-list li:last-child { border: none; }
.gps-info-list .info-label { font-weight: 700; color: var(--dark); min-width: 80px; }
.pending-value {
  background: #FFF3CD;
  color: #8B6914;
  border-radius: 6px;
  padding: .15rem .5rem;
  font-size: .78rem;
  font-weight: 700;
}

/* Parceiro modal */
.parceiro-form .form-group textarea {
  width: 100%;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .95rem;
  font-family: 'Open Sans', sans-serif;
  resize: vertical;
  min-height: 90px;
}
.parceiro-form .form-group textarea:focus {
  outline: none;
  border-color: var(--rosa);
  box-shadow: 0 0 0 3px rgba(233,30,140,.1);
}

/* Admin vídeos modal */
.modal-box-wide { max-width: 560px; }
.modal-header-admin { background: linear-gradient(135deg, #2C3E50, #3D5166) !important; }
.admin-persist-notice {
  background: #E3F2FD;
  border: 1.5px solid #90CAF9;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  font-size: .82rem;
  color: #1A4C7A;
  margin-bottom: 1.4rem;
  line-height: 1.65;
}
.admin-persist-notice strong { color: #0D3B6E; display: block; margin-bottom: .2rem; }
.admin-form-section {
  background: #F7F8FA;
  border: 1px solid #E8E9EC;
  border-radius: 14px;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
}
.admin-form-title {
  font-size: .95rem;
  color: var(--dark);
  margin-bottom: .9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.adm-url-hint {
  display: block;
  font-size: .76rem;
  color: var(--gray);
  margin-top: .3rem;
  line-height: 1.4;
}
#admin-video-list h4 {
  font-size: .9rem;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  margin-bottom: .7rem;
}
.admin-no-videos {
  text-align: center;
  color: var(--gray);
  font-size: .87rem;
  padding: 1rem;
  background: #F7F8FA;
  border-radius: 10px;
  border: 1px dashed #ddd;
}
.admin-video-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .75rem;
  background: var(--white);
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: .6rem;
}
.admin-video-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 56px;
  border-radius: 7px;
  overflow: hidden;
  background: #ddd;
}
.admin-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vimeo-thumb-ph {
  width: 100%; height: 100%;
  background: linear-gradient(135deg,#1AB7EA,#0E8DB8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.admin-video-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .18rem;
  min-width: 0;
  overflow: hidden;
}
.admin-video-meta strong {
  font-size: .87rem;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.admin-video-meta span {
  font-size: .77rem;
  color: var(--gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.admin-video-meta a { font-size: .74rem; color: var(--rosa); text-decoration: none; }
.admin-video-meta a:hover { text-decoration: underline; }
.admin-remove-btn {
  flex-shrink: 0;
  background: #FFF0F0;
  border: 1.5px solid #FFCDD2;
  color: #C62828;
  border-radius: 8px;
  padding: .45rem .7rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: background var(--transition), border-color var(--transition);
}
.admin-remove-btn:hover { background: #FFCDD2; border-color: #EF9A9A; }

/* === RESPONSIVE ============================================= */
@media (max-width: 768px) {
  .kit-card { grid-template-columns: 1fr; }
  .destino-cards { grid-template-columns: 1fr; }
  .buttons-grid { grid-template-columns: 1fr 1fr; }
  .kit-price-badge { font-size: 2rem; }
  .bellamama-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 560px) {
  .videos-empty-state {
    flex-direction: column;
    text-align: center;
    padding: .9rem 1rem;
  }
  .videos-empty-body { flex-direction: column; align-items: center; }
  .btn-admin-inline { width: 100%; text-align: center; }
}

@media (max-width: 480px) {
  .hero { padding: 1.8rem 1rem 1.8rem; }
  .hero h1 { font-size: clamp(1.7rem, 8vw, 2.1rem); letter-spacing: -.02em; }
  .hero-subtitle { font-size: .88rem; margin-bottom: 1rem; }
  .hero-logo { width: 72px; height: 72px; margin-bottom: .8rem; }
  .hero-date-strip { gap: .45rem 1rem; padding: .7rem 1rem; margin-bottom: 1.4rem; }
  .date-strip-item .dsi-value { font-size: .82rem; }
  .date-strip-sep { display: none; }
  .header-whatsapp span:not(.icon) { display: none; }
  .section { padding: 2rem 1rem; }
  .buttons-grid { gap: .75rem; }
  .btn-card { padding: 1rem .7rem; }
  .btn-card .btn-icon { font-size: 1.8rem; }
  .btn-card .btn-label { font-size: .8rem; }
  .videos-grid { grid-template-columns: 1fr; }
  .admin-video-thumb { width: 64px; height: 46px; }
  .admin-video-meta strong { font-size: .82rem; }
  .bellamama-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .pre-evento-frase { font-size: clamp(1.4rem, 7vw, 1.8rem); }
}

/* Telas muito baixas */
@media (max-height: 620px) {
  .modal-body { padding: 1rem; }
  .modal-header { padding: 1rem 1.2rem; }
  .modal-header h3 { font-size: 1.05rem; }
  .modal-overlay { padding: .3rem .75rem; }
}

/* Accessibility */
:focus-visible {
  outline: 3px solid var(--rosa);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
