/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:      #C85A0A;
  --primary-d:    #A34808;
  --primary-pale: #FEF3EA;
  --dark:         #1E1208;
  --mid:          #4A3728;
  --gray:         #8A7D75;
  --light-gray:   #C5BDB7;
  --border:       #EAE2D8;
  --bg:           #FDFBF8;
  --bg-alt:       #F5F0E8;
  --white:        #FFFFFF;
  --radius-lg:    20px;
  --radius:       14px;
  --radius-sm:    8px;
  --shadow-sm:    0 2px 14px rgba(30, 18, 8, .06);
  --shadow:       0 6px 32px rgba(30, 18, 8, .10);
  --shadow-lg:    0 14px 52px rgba(30, 18, 8, .15);
  --t:            .25s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--dark);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.7rem;
  border-radius: 99px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--t);
  letter-spacing: .01em;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(200, 90, 10, .30);
}
.btn-primary:hover {
  background: var(--primary-d);
  box-shadow: 0 6px 24px rgba(200, 90, 10, .42);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 18px rgba(200, 90, 10, .28);
}

.btn-lg { padding: 1rem 2.3rem; font-size: 1.05rem; }
.btn-full { width: 100%; }

/* ===== TAGS ===== */
.tag {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .38rem 1rem;
  border-radius: 99px;
  margin-bottom: 1rem;
}

/* ===== SECTION HEADER ===== */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { font-size: 2.25rem; margin-bottom: .65rem; color: var(--dark); }
.section-header p { color: var(--gray); max-width: 510px; margin: 0 auto; font-size: 1.05rem; }

/* ===== NAVBAR ===== */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2.5rem;
  position: sticky;
  top: 0;
  background: rgba(253, 251, 248, .95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  z-index: 100;
}


.logo { display: flex; align-items: center; gap: .6rem; }
.logo-icon { height: 6rem; width: auto; object-fit: contain; }
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -.01em;
}

.nav-links { display: flex; gap: 2.25rem; }
.nav-links a {
  font-weight: 600;
  font-size: .9rem;
  color: var(--gray);
  transition: color var(--t);
}
.nav-links a:hover { color: var(--dark); }
/* ===== SOBRE (seção Doe) ===== */
.sobre { padding: 7rem 0; background: var(--bg); }

.sobre .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
}

.sobre .container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: var(--border);
  pointer-events: none;
}

.sobre-cotinha { display: flex; flex-direction: column; gap: 1.5rem; }

#doe-featured-animal-wrap { display: flex; flex-direction: column; gap: 1.25rem; }
.doe-featured-header { display: flex; flex-direction: column; gap: .5rem; }
.doe-featured-label {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.25;
  margin: 0 0 .75rem;
}

.doe-valor-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: var(--primary-pale);
  border: 1.5px solid rgba(200, 90, 10, .18);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
  margin-top: 1rem;
}
.doe-valor-card-body {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.doe-featured-header .btn {
  margin-top: 2.375rem;
}

.doe-valor-preco {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.doe-valor-preco span {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: .15rem;
}

.doe-valor-preco strong {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.doe-valor-igual {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  flex-shrink: 0;
}

.doe-valor-impacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex-shrink: 0;
}

.doe-valor-impacto-icone {
  font-size: 1.75rem;
  line-height: 1;
}

.doe-valor-impacto-texto {
  font-size: .82rem;
  color: var(--mid);
  font-weight: 600;
  text-align: center;
}

.doe-valor-impacto-texto strong {
  color: var(--primary);
  font-size: .95rem;
}

.sobre-cotinha h2 { font-size: 2rem; color: var(--dark); line-height: 1.25; }
.sobre-cotinha > p { color: var(--gray); font-size: 1rem; line-height: 1.75; }

.cotinha-destaque {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: var(--primary-pale);
  border: 1.5px solid rgba(200, 90, 10, .18);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
}
.cotinha-destaque-valor { flex-shrink: 0; text-align: center; }
.cotinha-destaque-valor span {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: .15rem;
}
.cotinha-destaque-valor strong {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.cotinha-destaque-valor small {
  font-family: 'Nunito', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gray);
}
.cotinha-destaque > p {
  font-size: .9rem;
  color: var(--mid);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.cotinha-beneficios { display: flex; flex-direction: column; gap: .65rem; }
.cotinha-beneficios li {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .92rem;
  color: var(--mid);
  font-weight: 600;
}
.cotinha-beneficios li span { font-size: 1.1rem; flex-shrink: 0; }

.cotinha-rodape {
  font-size: .8rem;
  color: var(--gray);
  line-height: 1.6;
  margin-top: -.5rem;
}

/* ===== SLIDESHOW ===== */
.sobre-slideshow {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  background: var(--bg-alt);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
}

.slideshow-track {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: var(--bg-alt);
  flex-shrink: 0;
}

.slideshow-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 10;
  background: rgba(253, 251, 248, .92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--primary);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .28rem .8rem;
  border-radius: 99px;
  border: 1px solid rgba(200, 90, 10, .2);
}

.slideshow-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease;
  pointer-events: none;
}
.slideshow-slide.active { opacity: 1; pointer-events: auto; }
.slideshow-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slideshow-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: .75rem;
  color: var(--gray);
}
.slideshow-placeholder span { font-size: 2.5rem; }
.slideshow-placeholder p { font-size: .88rem; font-weight: 600; text-align: center; padding: 0 1rem; }

.slideshow-no-photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-alt);
  font-size: 4rem;
}

.slideshow-footer {
  padding: .9rem 1.2rem;
  background: var(--white);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 3.4rem;
}

.slideshow-animal-info { flex: 1; min-width: 0; }
.slideshow-animal-info strong {
  display: block;
  font-size: .92rem;
  font-weight: 800;
  color: var(--dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slideshow-animal-info span { font-size: .76rem; color: var(--gray); font-weight: 600; }

.slideshow-dots { display: flex; gap: .4rem; align-items: center; flex-shrink: 0; }
.slideshow-dot {
  height: .45rem;
  width: .45rem;
  border-radius: 99px;
  background: var(--border);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background var(--t), width var(--t);
}
.slideshow-dot.active { background: var(--primary); width: 1.2rem; }

.card-info {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  transition: box-shadow var(--t), transform var(--t);
}
.card-info:hover { box-shadow: var(--shadow-sm); transform: translateX(5px); }
.card-icon { font-size: 1.65rem; flex-shrink: 0; margin-top: .1rem; }
.card-info > div { flex: 1; min-width: 0; }
.card-info h3 {
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .28rem;
}
.card-info p { font-size: .875rem; color: var(--gray); }

.catalogo-loading { grid-column: 1/-1; padding: 2rem; text-align: center; color: var(--gray); }

/* ===== CATÁLOGO ===== */
.catalogo { padding: 7rem 0; background: var(--bg-alt); }

.filtros {
  display: flex;
  gap: .6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.filtro-btn {
  padding: .5rem 1.35rem;
  border-radius: 99px;
  border: 2px solid var(--border);
  background: var(--white);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  transition: all var(--t);
  color: var(--gray);
}
.filtro-btn:hover,
.filtro-btn.active {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-pale);
}

.animais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.75rem;
}

.animal-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--t), transform var(--t);
}
.animal-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
}

.animal-img-wrap { position: relative; overflow: hidden; }
.animal-img-wrap img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: transform .45s ease;
}
.animal-card:hover .animal-img-wrap img { transform: scale(1.07); }

.badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  font-size: .7rem;
  font-weight: 800;
  padding: .28rem .78rem;
  border-radius: 99px;
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.badge-cao  { background: rgba(59, 130, 246, .82); }
.badge-gato { background: rgba(139, 92, 246, .82); }

.animal-info {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  flex: 1;
}
.animal-info h3 { font-size: 1.2rem; color: var(--dark); }
.animal-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .6rem;
  font-size: .82rem;
  color: var(--gray);
  font-weight: 600;
}
.animal-desc { font-size: .875rem; color: var(--gray); flex: 1; line-height: 1.6; }

.catalogo-cta { text-align: center; margin-top: 3.5rem; }
.catalogo-cta p { color: var(--gray); margin-bottom: 1rem; font-weight: 500; }

/* Abas */
.catalogo-tabs {
  display: flex;
  gap: .4rem;
  justify-content: center;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 99px;
  padding: .35rem;
  width: fit-content;
  margin: 0 auto 2.75rem;
}

.tab-btn {
  padding: .55rem 1.6rem;
  border-radius: 99px;
  border: none;
  background: transparent;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  color: var(--gray);
  transition: all var(--t);
  white-space: nowrap;
}
.tab-btn.active {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(200, 90, 10, .3);
}
.tab-btn:not(.active):hover { color: var(--primary); background: var(--primary-pale); }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.lar-valor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-pale);
  border: 1.5px solid rgba(200, 90, 10, .2);
  border-radius: var(--radius-sm);
  padding: .55rem .9rem;
}
.lar-valor-label {
  font-size: .72rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .09em;
}
.lar-valor-preco { font-size: 1.2rem; color: var(--primary); font-family: 'Playfair Display', serif; }
.lar-valor-preco small {
  font-family: 'Nunito', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  color: var(--gray);
  margin-left: .15rem;
}

.catalogo-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 0;
  width: 2.6rem;
  height: 2.6rem;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color var(--t), background var(--t), transform var(--t);
}
.catalogo-toggle:hover {
  border-color: var(--primary);
  background: var(--primary-pale);
  transform: scale(1.1);
}
.catalogo-toggle svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: var(--primary);
  transition: transform .35s ease;
}
.catalogo-toggle.fechado svg { transform: rotate(180deg); }

.catalogo-conteudo {
  overflow: hidden;
  max-height: 4000px;
  opacity: 1;
  transition: max-height .55s cubic-bezier(0.4, 0, 0.2, 1), opacity .4s ease;
}
.catalogo-conteudo.fechado { max-height: 0; opacity: 0; }

/* ===== COTINHA DE AJUDA ===== */
.cotinha-intro {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 2.5rem;
  color: var(--gray);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.cotinha-banner {
  position: relative;
  height: 130px;
  background: linear-gradient(135deg, var(--primary-pale) 0%, #FDE8D0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cotinha-icon { font-size: 3.5rem; }
.badge-cotinha { background: rgba(200, 90, 10, .85); }

.cotinha-valores {
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  padding: .75rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.cotinha-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .85rem;
}
.cotinha-row span  { color: var(--gray); font-weight: 500; }
.cotinha-row strong { color: var(--dark); font-weight: 700; }

.cotinha-total {
  border-top: 1.5px solid var(--border);
  padding-top: .45rem;
  margin-top: .1rem;
}
.cotinha-total span   { font-weight: 800; color: var(--mid); }
.cotinha-total strong { color: var(--primary); font-size: 1.1rem; font-family: 'Playfair Display', serif; }

/* ===== CÃO COMUNITÁRIO ===== */
.doacao { background: var(--bg); overflow: hidden; }

.doacao-editorial {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: stretch;
  min-height: 560px;
  position: relative;
}

.doacao-editorial::after {
  content: '';
  position: absolute;
  top: 5rem;
  left: 55%;
  bottom: 5rem;
  width: 1px;
  background: var(--border);
  pointer-events: none;
}

.doacao-editorial-esq {
  padding: 5rem 3.5rem 5rem clamp(1.5rem, 8vw, 7rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
}

.doacao-editorial-titulo {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--dark);
}

.doacao-editorial-desc {
  font-size: .97rem;
  color: var(--gray);
  line-height: 1.8;
  max-width: 460px;
}

.doacao-destinos-wrap { display: flex; flex-direction: column; gap: .65rem; }

.doacao-destinos-titulo {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gray);
}

.doacao-destinos-bar { display: flex; flex-wrap: wrap; gap: .5rem; }

.doacao-destinos-bar span {
  background: var(--primary-pale);
  color: var(--primary-d);
  font-size: .8rem;
  font-weight: 700;
  padding: .38rem .9rem;
  border-radius: 99px;
  border: 1.5px solid rgba(200, 90, 10, .15);
}

.doacao-patinhas {
  display: block;
  font-size: 3rem !important;
  letter-spacing: .35rem;
  margin-top: 3rem;
  flex-shrink: 0;
  line-height: 1.6;
  background: var(--primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doacao-impacto {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--mid);
  border-left: 3px solid var(--primary);
  padding-left: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 420px;
}

.doacao-editorial-dir {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 3rem 3rem 1rem;
}

.doacao-editorial-dir .sobre-slideshow {
  width: 100%;
  max-width: 400px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}

.doacao-editorial-dir .slideshow-track {
  height: 460px;
}

/* ===== QR / PIX ===== */
.doacao-qr-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  text-align: center;
  align-self: center;
  position: relative;
  overflow: hidden;
}
.doacao-qr-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #E8920A);
  border-radius: 4px 4px 0 0;
}

.qr-box { width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; }

#pix-qrcode canvas,
#pix-qrcode img {
  width: 180px !important;
  height: 180px !important;
  border-radius: 12px;
  border: 3px solid var(--white);
  box-shadow: var(--shadow);
  display: block;
}

.qr-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 12px;
  border: 3px solid var(--white);
  box-shadow: var(--shadow);
}

.qr-placeholder {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border: 2.5px dashed var(--light-gray);
  border-radius: 12px;
  background: var(--white);
  color: var(--gray);
  font-weight: 700;
  gap: .5rem;
}
.qr-placeholder small { font-weight: 500; font-size: .78rem; color: var(--light-gray); text-align: center; }

.qr-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
}

.qr-label { font-size: .9rem; color: var(--gray); font-weight: 600; }

.pix-key {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: .6rem .9rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.pix-key-label {
  font-size: .7rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .09em;
}
.pix-key code { font-size: .85rem; color: var(--dark); font-family: monospace; }
.copiar-btn {
  padding: .28rem .78rem;
  border-radius: 6px;
  border: none;
  background: var(--primary);
  color: var(--white);
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--t);
  font-family: 'Nunito', sans-serif;
}
.copiar-btn:hover { background: var(--primary-d); }

/* ===== CONTATO ===== */
.contato { padding: 7rem 0; background: var(--bg-alt); }

.contato-grid { display: block; }

.contato-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.insta-feed-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-width: 0;
}

.contato-texto h2 { font-size: 2rem; margin-bottom: 1rem; }
.contato-texto p { color: var(--gray); margin-bottom: 2rem; font-size: 1rem; line-height: 1.75; }

.contato-botoes { display: flex; flex-direction: column; gap: .85rem; }

.btn-whatsapp,
.btn-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .95rem 1.4rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: .95rem;
  transition: all var(--t);
  font-family: 'Nunito', sans-serif;
  border: 2px solid transparent;
}
.btn-whatsapp svg,
.btn-email svg { width: 1.2rem; height: 1.2rem; flex-shrink: 0; }

.btn-whatsapp { background: #25D366; color: var(--white); box-shadow: 0 4px 18px rgba(37, 211, 102, .28); }
.btn-whatsapp:hover { background: #1EBE5A; box-shadow: 0 6px 24px rgba(37, 211, 102, .38); transform: translateY(-2px); }

.btn-email { background: var(--white); border-color: var(--border); color: var(--mid); }
.btn-email:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.insta-feed-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}

.insta-feed-header {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.15rem 1.5rem;
  border-bottom: 1px solid var(--border);
}
.insta-icon { width: 2.1rem; height: 2.1rem; flex-shrink: 0; }
.insta-feed-header strong { display: block; font-size: .95rem; font-weight: 800; color: var(--dark); }
.insta-feed-header span { font-size: .78rem; color: var(--gray); font-weight: 500; }

.insta-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  background: var(--border);
}

.insta-post {
  aspect-ratio: 1;
  background: linear-gradient(110deg, var(--bg-alt) 30%, #EDE5D8 50%, var(--bg-alt) 70%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite ease-in-out;
}

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.insta-seguir {
  display: block;
  text-align: center;
  padding: .95rem;
  font-size: .85rem;
  font-weight: 700;
  color: var(--gray);
  border-top: 1px solid var(--border);
  transition: color var(--t);
  letter-spacing: .01em;
}
.insta-seguir:hover { color: var(--primary); }

/* ===== EMPRESAS AMIGAS ===== */
.empresas-amigas { padding: 7rem 0; background: var(--bg-alt); }

.empresas-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 3rem 3.5rem;
  margin-bottom: 4rem;
}

.empresas-hero-info h3 {
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.empresas-hero-info > p {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 480px;
}

.empresas-beneficios {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  margin-bottom: 2rem;
}

.empresas-beneficios li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .97rem;
  color: var(--mid);
}

.eb-icon {
  font-size: 1.2rem;
  line-height: 1.4;
  flex-shrink: 0;
}

.empresas-cta { align-self: flex-start; }

.empresas-hero-selo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .85rem;
  flex-shrink: 0;
}

.empresas-selo-img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 6px 24px rgba(200, 90, 10, .18));
  transition: transform .3s ease;
}

.empresas-selo-img:hover { transform: scale(1.04) rotate(2deg); }

.empresas-selo-caption {
  font-size: .82rem;
  color: var(--gray);
  font-weight: 700;
  text-align: center;
  letter-spacing: .04em;
}

.empresas-grid-title {
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 1.75rem;
  text-align: center;
}

.empresas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.empresas-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3.5rem 2rem;
  border: 2px dashed var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  color: var(--gray);
}

.empresas-empty-icon { font-size: 2.5rem; }
.empresas-empty p { font-size: 1rem; line-height: 1.6; }

.cotinha-lar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
  margin-top: 3rem;
}

.cotinha-lar-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cotinha-lar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.cotinha-lar-header {
  background: #2A5845;
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem 1.5rem;
}

.cotinha-lar-badge {
  position: absolute;
  top: .9rem;
  left: .9rem;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: .3rem .75rem;
  border-radius: 99px;
  letter-spacing: .03em;
}

.cotinha-lar-status {
  position: absolute;
  top: .9rem;
  right: .9rem;
  background: rgba(255,255,255,.92);
  color: #2A5845;
  font-size: .72rem;
  font-weight: 800;
  padding: .3rem .75rem;
  border-radius: 99px;
  letter-spacing: .03em;
}

.cotinha-lar-img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.25);
  flex-shrink: 0;
}
.cotinha-lar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cotinha-lar-no-photo {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.cotinha-lar-body { padding: 1.4rem 1.4rem 1.6rem; }

.cotinha-lar-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .65rem;
}

.cotinha-lar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: 1.1rem;
}
.cotinha-lar-chips span {
  background: var(--bg-alt);
  color: var(--mid);
  font-size: .76rem;
  font-weight: 700;
  padding: .28rem .65rem;
  border-radius: 99px;
  border: 1px solid var(--border);
}

.cotinha-lar-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  color: var(--mid);
  margin-bottom: .45rem;
}
.cotinha-lar-meta-row strong { color: var(--dark); font-weight: 800; }

.cotinha-lar-bar {
  width: 100%;
  height: 7px;
  background: var(--bg-alt);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: .4rem;
}
.cotinha-lar-fill {
  height: 100%;
  background: #2A5845;
  border-radius: 99px;
  transition: width .6s ease;
}

.cotinha-lar-apoio {
  font-size: .76rem;
  color: var(--gray);
  margin-bottom: 1.1rem;
}

.cotinha-lar-btn {
  display: block;
  width: 100%;
  padding: .85rem 1rem;
  text-align: center;
  border: 1.5px solid var(--border);
  border-radius: 99px;
  color: var(--dark);
  font-family: 'Nunito', sans-serif;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  letter-spacing: .01em;
}
.cotinha-lar-btn:hover {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--dark);
  color: #9A8E87;
  padding: 4.5rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}

.footer .logo-text { color: var(--white); }
.footer-grid > div:first-child { display: flex; flex-direction: column; align-items: flex-start; }
.footer .logo { gap: 0; }

.footer-grid > div:first-child p { font-size: .88rem; margin-top: .6rem; line-height: 1.7; max-width: 260px; color: #9A8E87; }
.footer-bottom p { font-size: .82rem; color: #9A8E87; }

.footer h4 {
  color: var(--white);
  font-family: 'Nunito', sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer ul { display: flex; flex-direction: column; gap: .55rem; }
.footer ul a { font-size: .88rem; transition: color var(--t); }
.footer ul a:hover { color: var(--primary); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 1.4rem 2rem;
  text-align: center;
}

/* ===== HAMBURGER ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: .3rem;
  border-radius: var(--radius-sm);
  transition: background var(--t);
}
.hamburger:hover { background: var(--bg-alt); }
.hamburger span {
  display: block;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== RESPONSIVO ===== */
@media (max-width: 900px) {
  .sobre .container { grid-template-columns: 1fr; gap: 3rem; }
  .sobre .container::after { display: none; }
  .sobre-slideshow { max-width: 100%; }
  .slideshow-track { height: 320px; }
  .doacao-editorial { grid-template-columns: 1fr; }
  .doacao-editorial::after { display: none; }
  .doacao-editorial-dir { display: block; max-width: 480px; margin: 0 auto; width: 100%; padding: 0 1.5rem 3rem; }
  .doacao-editorial-dir .sobre-slideshow { width: 100%; max-width: 100%; }
  .doacao-editorial-dir .slideshow-track { height: 320px; }
  .doacao-editorial-esq { padding: 4rem 1.5rem 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .section-header h2 { font-size: 1.9rem; }
  .empresas-hero { grid-template-columns: 1fr; padding: 2.5rem 2rem; gap: 2.5rem; }
  .empresas-hero-selo { order: -1; }
  .empresas-selo-img { width: 160px; height: 160px; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  .navbar { padding: 1rem 1.25rem; }
  .logo-icon { height: 3.5rem; }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(253, 251, 248, .98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }
  .nav-links.nav-open { display: flex; }
  .nav-links li { border-top: 1px solid var(--border); }
  .nav-links a { display: block; padding: 1rem 2rem; font-size: 1rem; color: var(--mid); }
  .nav-links a:hover { background: var(--bg-alt); color: var(--primary); }

  .sobre, .catalogo, .doacao, .contato { padding: 4.5rem 0; }

  .contato-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cotinha-lar-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

  .section-header h2 { font-size: 1.75rem; }
  .sobre-cotinha h2 { font-size: 1.65rem; }
  .doacao-editorial-titulo { font-size: 2rem; }

  .btn-whatsapp, .btn-email { font-size: .88rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1.1rem; }

  .section-header h2 { font-size: 1.55rem; }
  .section-header p { font-size: .95rem; }

  .catalogo-tabs {
    width: 100%;
    border-radius: var(--radius);
    flex-wrap: wrap;
    gap: .3rem;
  }
  .tab-btn {
    flex: 1;
    min-width: max-content;
    padding: .4rem .7rem;
    font-size: .78rem;
    text-align: center;
  }

  .animais-grid { grid-template-columns: 1fr; }
  .cotinha-lar-grid { grid-template-columns: 1fr; }

  .sobre-slideshow { max-width: 100%; }
  .cotinha-destaque { flex-direction: column; text-align: center; }
  .cotinha-destaque-valor { width: 100%; }

  .doacao-qr-card { padding: 1.75rem 1.25rem; }
  .pix-key { flex-direction: column; align-items: center; gap: .5rem; }
  .pix-key code { font-size: .78rem; word-break: break-all; }

  .footer-grid { gap: 1.5rem; }
  .footer { padding: 3rem 0 0; }
}

/* ===== EMPRESA CARD (site público) ===== */
.ep-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  color: var(--dark);
  text-decoration: none;
}

.ep-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.ep-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ep-logo-img { width: 100%; height: 100%; object-fit: cover; }

.ep-logo-placeholder {
  width: 100%;
  height: 100%;
  background: var(--primary-pale);
  color: var(--primary);
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ep-info h4 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--dark);
}

.ep-info p {
  font-size: .85rem;
  color: var(--gray);
  line-height: 1.5;
}

.ep-selo {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-pale);
  padding: .3rem .85rem;
  border-radius: 99px;
}

/* ===== HERO INSTAGRAM ===== */
.hero-insta {
  padding: 5rem 0;
  background: var(--bg-alt);
}

.hero-insta-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.hero-insta-titulo {
  font-size: 2.2rem;
  margin: .75rem 0 1rem;
}

.hero-insta-desc {
  font-size: 1rem;
  color: var(--mid);
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* Animação do texto saindo de trás do celular */
@keyframes slide-from-phone {
  from { transform: translateX(-65%); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}

.hero-insta-texto {
  animation: slide-from-phone 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

/* Phone frame */
.phone-wrap { display: flex; justify-content: center; position: relative; z-index: 2; }

.phone {
  width: 260px;
  background: #111;
  border-radius: 44px;
  padding: 14px;
  box-shadow: 0 0 0 1px #2a2a2a, inset 0 0 0 1px #444, 0 32px 80px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-cam {
  width: 10px;
  height: 10px;
  background: #2a2a2a;
  border-radius: 50%;
  margin-bottom: 10px;
}

.phone-screen {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 480px;
}

.phone-home {
  width: 72px;
  height: 4px;
  background: #3a3a3a;
  border-radius: 99px;
  margin-top: 10px;
}

/* Instagram UI */
.ig-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 8px;
  border-bottom: 1px solid #efefef;
  flex-shrink: 0;
}

.ig-wordmark {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: -.3px;
}

.ig-bar-icon { font-size: 1rem; color: #111; }

/* Stories */
.ig-stories {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-bottom: 1px solid #efefef;
  flex-shrink: 0;
  overflow: hidden;
}

.ig-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.ig-story-ring {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  padding: 2px;
}

.ig-story-ring--seen {
  background: #c0c0c0;
}

.ig-story-av {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e8e8e8;
  overflow: hidden;
}

.ig-story-av img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); transform-origin: center 46%; }
.ig-stories .ig-story:first-child .ig-story-av img { transform: scale(1.1); }

.ig-story-name {
  font-size: .58rem;
  color: #333;
  max-width: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* Feed */
.ig-feed {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.ig-post {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.ig-post.active { opacity: 1; pointer-events: auto; }

.ig-post-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  flex-shrink: 0;
}

.ig-post-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
  padding: 1.5px;
  flex-shrink: 0;
}

.ig-post-av-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ddd;
  overflow: hidden;
}

.ig-post-av-inner img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transform-origin: center 46%; }

.ig-post-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ig-post-user { font-size: .63rem; font-weight: 800; color: #111; }
.ig-post-loc  { font-size: .58rem; color: #666; }
.ig-post-dots { font-size: .85rem; color: #111; letter-spacing: 1px; }

.ig-post-img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}

.ig-post-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px 2px;
  font-size: .72rem;
  flex-shrink: 0;
}

.ig-bm { margin-left: auto; }

.ig-post-caption {
  font-size: .62rem;
  padding: 0 10px 6px;
  line-height: 1.45;
  color: #111;
}

.ig-post-caption b { font-weight: 800; }

/* Dots */
.ig-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 5px 0;
  flex-shrink: 0;
}

.ig-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dbdbdb;
  transition: background .3s;
}

.ig-dot.active { background: #3897f0; }

/* Bottom nav */
.ig-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 7px 10px;
  border-top: 1px solid #efefef;
  font-size: 1rem;
  flex-shrink: 0;
}

.ig-nav-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.ig-nav-profile img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transform-origin: center 46%; }

@media (max-width: 860px) {
  .hero-insta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-insta-texto {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .hero-insta-texto .btn { margin: 0 auto; }
}

