* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #1a6b3a;
  color: #ffffff;
  overflow-x: hidden;
  padding-bottom: 0;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
}

/* Header */
header {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logo img {
  max-width: 200px;
  height: auto;
}

/* Hero Section */
.hero {
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(135deg, #1a6b3a 0%, #0d4620 100%);
}

.hero-content {
  margin-bottom: 30px;
}

.hero-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
}

.hero-title .highlight {
  color: #ff6b6b;
  font-weight: 900;
  font-size: 32px;
}

.hero-subtitle {
  font-size: 18px;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.hero-image {
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ebook-banner {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ebook-icon {
  font-size: 48px;
  flex-shrink: 0;
}

.ebook-text h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

.ebook-text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  opacity: 0.95;
}

/* CTA Button */
.cta-button {
  background-color: #ff6b6b;
  color: #ffffff;
  border: none;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 12px rgba(255, 107, 107, 0.4);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(255, 107, 107, 0.6);
}

/* Remover animação de pulse do botão CTA */
.pulse {
  animation: none;
}

/* Estilos para a seção de história do abrigo com accordion */
.story-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0d4620 0%, #1a6b3a 100%);
}

.story-container {
  max-width: 800px;
  margin: 0 auto;
}

.story-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}

.story-intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #e0e0e0;
  opacity: 0.9;
}

/* Estilos para accordion (reutilizável para FAQ e História) */
.accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
}

.accordion-header {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #1a6b3a;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  background-color: #f5f5f5;
}

.accordion-header.active {
  background: linear-gradient(135deg, #1a6b3a 0%, #0d4620 100%);
  color: #ffffff;
}

.accordion-title {
  text-align: left;
  flex: 1;
}

.accordion-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f9f9f9;
}

.accordion-content.active {
  max-height: 1000px;
  padding: 20px;
}

.accordion-content p {
  color: #333333;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 14px;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.impact-list {
  list-style: none;
  margin-top: 15px;
  color: #333333;
}

.impact-list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}

.impact-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}

/* Estilos para a seção FAQ */
.faq-section {
  padding: 60px 20px;
  background-color: #1a6b3a;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}

.faq-intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #e0e0e0;
  opacity: 0.9;
}

.ebook-notice {
  background-color: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ebook-icon-small {
  font-size: 24px;
  flex-shrink: 0;
}

.ebook-notice p {
  font-size: 14px;
  color: #856404;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* PIX Section */
.pix-section {
  padding: 40px 20px;
  text-align: center;
}

.pix-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

.pix-card {
  background-color: #ffffff;
  color: #333333;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.pix-icon {
  margin-bottom: 20px;
}

.pix-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.pix-receiver {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}

.pix-instruction {
  font-size: 14px;
  margin-bottom: 15px;
}

.pix-key {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  margin: 20px 0;
  word-break: break-all;
  color: #333333;
}

.copy-button {
  background-color: #27ae60;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 300px;
}

.copy-button:hover {
  background-color: #229954;
}

.pix-disclaimer {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
  line-height: 1.5;
}

/* Guide Section */
.guide-section {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.guide-book {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.guide-book img {
  max-width: 350px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.guide-info {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(135deg, #d35400 0%, #c0392b 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.guide-info h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.donation-list {
  list-style: none;
}

.donation-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.check {
  color: #27ae60;
  font-size: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Donation Container */
.donation-container {
  max-width: 600px;
  margin: 0 auto;
}

.donation-card {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.donation-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1a6b3a;
}

.donation-subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}

/* Donation Amounts */
.donation-amounts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin-bottom: 25px;
}

.amount-btn {
  background-color: #f5f5f5;
  color: #333333;
  border: 2px solid #e0e0e0;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.amount-btn:hover {
  background-color: #e8f5e9;
  border-color: #27ae60;
}

.amount-btn.selected {
  background: linear-gradient(135deg, #27ae60 0%, #1a6b3a 100%);
  color: #ffffff;
  border-color: #27ae60;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4);
}

/* Custom Amount */
.custom-amount {
  margin-bottom: 25px;
}

.custom-amount label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #666666;
}

.input-group {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.input-group:focus-within {
  border-color: #27ae60;
}

.currency {
  padding: 15px;
  background-color: #e0e0e0;
  font-weight: bold;
  color: #666666;
}

.input-group input {
  flex: 1;
  border: none;
  padding: 15px;
  font-size: 16px;
  outline: none;
  background-color: transparent;
}

/* Selected Amount Display */
.selected-amount {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.selected-amount p:first-child {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}

.amount-display {
  font-size: 32px;
  font-weight: bold;
  color: #27ae60;
}

/* Buttons */
.continue-btn,
.submit-btn {
  background: linear-gradient(135deg, #27ae60 0%, #1a6b3a 100%);
  color: #ffffff;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.continue-btn:hover:not(:disabled),
.submit-btn:hover {
  background: linear-gradient(135deg, #229954 0%, #0d4620 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(39, 174, 96, 0.5);
}

.continue-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Donation Form */
.donation-form {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.donation-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1a6b3a;
}

.form-subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}

.back-btn {
  background-color: transparent;
  color: #666666;
  border: none;
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: color 0.3s;
}

.back-btn:hover {
  color: #333333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333333;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-group input:focus {
  outline: none;
  border-color: #27ae60;
}

.form-summary {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.form-summary p:first-child {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}

.summary-amount {
  font-size: 28px;
  font-weight: bold;
  color: #27ae60;
}

/* PIX Display */
.pix-display {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.pix-header {
  text-align: center;
  margin-bottom: 25px;
}

.pix-header h3 {
  font-size: 24px;
  color: #27ae60;
  margin-bottom: 10px;
}

.pix-header p {
  font-size: 14px;
  color: #666666;
}

.pix-timer {
  background-color: #fff3cd;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #ffc107;
}

.pix-timer p:first-child {
  font-size: 14px;
  color: #856404;
  margin-bottom: 5px;
}

.timer {
  font-size: 32px;
  font-weight: bold;
  color: #856404;
}

.pix-details {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}

.detail-row:last-child {
  margin-bottom: 0;
}

.detail-value {
  font-weight: bold;
  color: #27ae60;
}

.qrcode-section {
  text-align: center;
  margin-bottom: 20px;
}

.qrcode-section img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
}

.toggle-qr-btn {
  background-color: #f5f5f5;
  color: #666666;
  border: 2px solid #e0e0e0;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.toggle-qr-btn:hover {
  background-color: #e0e0e0;
}

.pix-code-section {
  margin-bottom: 20px;
}

.pix-code-section label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

.pix-code-section textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 12px;
  font-family: monospace;
  resize: none;
  height: 100px;
  margin-bottom: 10px;
}

.copy-pix-btn {
  background: linear-gradient(135deg, #27ae60 0%, #1a6b3a 100%);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.copy-pix-btn:hover {
  background: linear-gradient(135deg, #229954 0%, #0d4620 100%);
  transform: translateY(-2px);
}

.pix-instructions {
  background-color: #e3f2fd;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.pix-instructions h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #1976d2;
}

.pix-instructions ol {
  margin-left: 20px;
}

.pix-instructions li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666666;
}

.new-donation-btn {
  background-color: #f5f5f5;
  color: #333333;
  border: 2px solid #e0e0e0;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
}

.new-donation-btn:hover {
  background-color: #e0e0e0;
}

/* Hidden class */
.hidden {
  display: none !important;
}

/* Toast Notification */
.toast {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #27ae60 0%, #1a6b3a 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: bottom 0.3s;
  z-index: 1000;
  font-weight: bold;
}

.toast.show {
  bottom: 30px;
}

/* Estilos para notificações toast (popup na parte inferior) - corrigido para não causar layout shift */
.donations-toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  pointer-events: none;
}

.donation-toast {
  background: linear-gradient(135deg, #27ae60 0%, #1a6b3a 100%);
  color: #ffffff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideInRight 0.4s ease-out;
  border-left: 4px solid #2ecc71;
  pointer-events: auto;
}

.donation-toast-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.donation-toast-content {
  flex: 1;
}

.donation-toast-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}

.donation-toast-amount {
  font-size: 13px;
  opacity: 0.9;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(400px);
  }
}

.donation-toast.removing {
  animation: slideOutRight 0.4s ease-out forwards;
}

/* Adicionando estilos para barra de progresso */
.progress-section {
  padding: 40px 20px;
  background: linear-gradient(135deg, #1a6b3a 0%, #0d4620 100%);
  text-align: center;
}

.progress-container {
  max-width: 800px;
  margin: 0 auto;
}

.progress-header {
  margin-bottom: 25px;
}

.progress-header h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.progress-values {
  font-size: 20px;
  font-weight: bold;
  color: #27ae60;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.progress-current {
  color: #27ae60;
}

.progress-divider {
  color: #ffffff;
  opacity: 0.5;
}

.progress-goal {
  color: #e0e0e0;
}

.progress-bar-container {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 2px solid rgba(39, 174, 96, 0.3);
}

.progress-bar {
  background: linear-gradient(90deg, #27ae60 0%, #2ecc71 100%);
  height: 100%;
  width: 0%;
  transition: width 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.progress-text {
  font-size: 14px;
  color: #e0e0e0;
  margin-top: 15px;
}

/* Estilos para carrossel de animais resgatados */
.rescued-animals-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0d4620 0%, #1a6b3a 100%);
  text-align: center;
}

.rescued-animals-container {
  max-width: 1000px;
  margin: 0 auto;
}

.rescued-animals-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #ffffff;
}

.rescued-intro {
  font-size: 16px;
  margin-bottom: 40px;
  color: #e0e0e0;
  opacity: 0.9;
}

.carousel-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.carousel {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.carousel-slide {
  display: none;
  width: 100%;
  flex-shrink: 0;
  animation: fadeIn 0.5s ease-in-out;
}

.carousel-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animal-card {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.animal-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.animal-info {
  padding: 25px;
  text-align: center;
}

.animal-info h3 {
  font-size: 24px;
  color: #1a6b3a;
  margin-bottom: 8px;
  font-weight: bold;
}

.animal-info p {
  font-size: 14px;
  color: #666666;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a6b3a;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-btn:hover {
  background-color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev {
  left: 15px;
}

.carousel-btn.next {
  right: 15px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #27ae60;
  transform: scale(1.3);
}

.dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 20px;
  }

  .hero-title .highlight {
    font-size: 24px;
  }

  .ebook-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .ebook-text h3 {
    font-size: 18px;
  }

  .ebook-text p {
    font-size: 13px;
  }

  .guide-section {
    flex-direction: column;
  }

  .guide-info h2 {
    font-size: 20px;
  }

  .donation-amounts {
    grid-template-columns: repeat(2, 1fr);
  }

  .amount-display {
    font-size: 28px;
  }

  .timer {
    font-size: 28px;
  }

  .donation-list li {
    font-size: 14px;
  }

  .story-section h2,
  .faq-section h2 {
    font-size: 24px;
  }

  .accordion-header {
    font-size: 14px;
    padding: 15px;
  }

  .progress-header h3 {
    font-size: 20px;
  }

  .progress-values {
    font-size: 18px;
  }

  .progress-bar-container {
    height: 25px;
  }

  /* Corrigir responsivo das notificações toast para celular */
  .donations-toast-container {
    bottom: 15px;
    right: 15px;
    left: 15px;
    max-width: none;
  }

  .donation-toast {
    padding: 14px 16px;
    gap: 10px;
  }

  .donation-toast-icon {
    font-size: 20px;
  }

  .donation-toast-name {
    font-size: 13px;
  }

  .donation-toast-amount {
    font-size: 12px;
  }

  .rescued-animals-section {
    padding: 40px 15px;
  }

  .rescued-animals-section h2 {
    font-size: 24px;
  }

  .rescued-intro {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .animal-card img {
    height: 280px;
  }

  .animal-info {
    padding: 20px;
  }

  .animal-info h3 {
    font-size: 20px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .carousel-btn.prev {
    left: 10px;
  }

  .carousel-btn.next {
    right: 10px;
  }

  /* Responsivo para seção de sorteios */
  .raffles-container {
    flex-direction: column;
    gap: 30px;
  }

  .raffles-content h2 {
    font-size: 24px;
  }

  .raffles-subtitle {
    font-size: 16px;
  }

  .raffles-info {
    padding: 20px;
  }

  .raffles-info p {
    font-size: 14px;
  }

  .raffles-benefits li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pix-card {
    padding: 20px;
  }

  .accordion-header {
    font-size: 13px;
    padding: 12px;
  }

  .accordion-icon {
    font-size: 20px;
  }

  .hero-title {
    font-size: 18px;
  }

  .hero-title .highlight {
    font-size: 20px;
  }

  .progress-header h3 {
    font-size: 18px;
  }

  .progress-values {
    font-size: 16px;
  }

  .progress-bar-container {
    height: 22px;
  }

  /* Corrigir responsivo das notificações toast para celular pequeno */
  .donations-toast-container {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .donation-toast {
    padding: 12px 14px;
    gap: 8px;
  }

  .donation-toast-icon {
    font-size: 18px;
  }

  .donation-toast-name {
    font-size: 12px;
  }

  .donation-toast-amount {
    font-size: 11px;
  }

  .rescued-animals-section {
    padding: 30px 10px;
  }

  .rescued-animals-section h2 {
    font-size: 20px;
  }

  .animal-card img {
    height: 220px;
  }

  .animal-info {
    padding: 15px;
  }

  .animal-info h3 {
    font-size: 18px;
  }

  .carousel-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  /* Responsivo para celular pequeno */
  .raffles-content h2 {
    font-size: 20px;
  }

  .raffles-subtitle {
    font-size: 14px;
  }

  .raffles-info {
    padding: 15px;
  }

  .raffles-info p {
    font-size: 13px;
  }

  .raffles-benefits li {
    font-size: 13px;
  }
}

/* Estilos para seção de sorteios mensais */
.raffles-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.raffles-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.raffles-content {
  flex: 1;
  min-width: 300px;
  color: #ffffff;
}

.raffles-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.raffles-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.95;
  line-height: 1.5;
}

.raffles-info {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.raffles-info p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
  opacity: 0.95;
}

.raffles-info p:last-of-type {
  margin-bottom: 20px;
}

.raffles-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.raffles-benefits li {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.raffles-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.raffles-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}
