/* Ofertas Page Styles */

/* Hero Section */
.ofertas-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ofertas-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.ofertas-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.ofertas-hero .hero-content h1 {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: none;
}

/* Adoração Section */
.adoracao-section {
  background-color: #fafafa;
  padding: 100px 0 180px;
  position: relative;
  overflow: hidden;
}

.adoracao-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.adoracao-content h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.adoracao-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.adoracao-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

/* Wave Divider */
.wave-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
}

.wave-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Versículo Section */
.versiculo-section {
  position: relative;
  padding: 100px 0;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.versiculo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.versiculo-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  text-align: center;
  padding: 0 2rem;
}

.versiculo-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.versiculo-referencia {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.9;
}

/* Contribuição Section */
.contribuicao-section {
  background-color: #fafafa;
  padding: 100px 0 180px;
  position: relative;
  overflow: hidden;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 4rem;
}

/* PIX Section */
.pix-section {
  max-width: 900px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.pix-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 1rem;
}

.pix-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin-bottom: 2.5rem;
}

.pix-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pix-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.pix-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.pix-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.pix-label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.pix-value {
  font-weight: 400;
  font-size: 1rem;
  color: #666;
  font-family: 'Courier New', monospace;
}

/* Copy Button */
.copy-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}

.copy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.copy-button:active {
  transform: translateY(0);
}

.copy-button.copied {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.copy-button svg {
  width: 18px;
  height: 18px;
}

/* Transferência Bancária */
.transferencia-section {
  max-width: 900px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.transferencia-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 2.5rem;
}

.banco-info {
  background: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.banco-nome {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.banco-cnpj {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 2rem;
}

.banco-divider {
  width: 100%;
  max-width: 400px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4a574, transparent);
  margin: 2rem auto;
}

.banco-instituicao {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.banco-dados {
  font-size: 1.1rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.5rem;
}

/* Contribuição Cards */
.contribuicao-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.contribuicao-card {
  background: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contribuicao-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}

.card-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.card-email,
.card-phone {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #d4a574;
}

.card-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.button-icon {
  font-size: 1.5rem;
  font-weight: 300;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .contribuicao-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .ofertas-hero {
    height: 50vh;
  }

  .ofertas-hero .hero-content h1 {
    font-size: 3rem;
  }

  .adoracao-section,
  .contribuicao-section {
    padding: 80px 0 140px;
  }

  .adoracao-content h2,
  .section-title {
    font-size: 2.2rem;
  }

  .adoracao-text p {
    font-size: 1.05rem;
  }

  .versiculo-section {
    padding: 80px 0;
  }

  .versiculo-text {
    font-size: 1.4rem;
  }

  .versiculo-referencia {
    font-size: 1rem;
  }

  .pix-title,
  .transferencia-title {
    font-size: 1.8rem;
  }

  .pix-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    align-items: stretch;
  }

  .pix-text {
    text-align: center;
  }

  .copy-button {
    width: 100%;
    justify-content: center;
  }

  .contribuicao-cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .ofertas-hero .hero-content h1 {
    font-size: 2.2rem;
  }

  .adoracao-section,
  .contribuicao-section {
    padding: 60px 0 100px;
  }

  .adoracao-content h2,
  .section-title {
    font-size: 1.8rem;
  }

  .versiculo-text {
    font-size: 1.2rem;
  }

  .banco-info {
    padding: 2rem 1.5rem;
  }

  .card-button {
    width: 100%;
    justify-content: center;
  }
}