/* Sección de Regalo */
#gift-info {
  padding: 100px 0;
  background: linear-gradient(180deg, #f4ebe3 0%, #e8d5c4 100%);
  position: relative;
  overflow: hidden;
}

#gift-info .decorative-circle-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

#gift-info .decorative-circle-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

#gift-info .gift-card {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border: 3px solid rgba(212, 165, 116, 0.2);
}

#gift-info .gift-icon-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

#gift-info .gift-icon-circle {
  display: inline-flex;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #d4a574 0%, #c99a6a 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(212, 165, 116, 0.4);
  margin-bottom: 15px;
}

#gift-info .gift-icon {
  font-size: 2rem;
  color: #fff;
}

#gift-info .gift-card h3 {
  font-size: 1.8rem;
  color: #2c2416;
  margin-bottom: 20px;
  font-weight: 600;
}

#gift-info .gift-card p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 35px;
  line-height: 1.6;
}

#gift-info .acct-wrapper {
  background: linear-gradient(135deg, #2c2416 0%, #3d3020 100%);
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

#gift-info .acct {
  font-family: 'Courier New', monospace;
  font-size: 1.3rem;
  color: #d4a574;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(212, 165, 116, 0.3);
}

#gift-info .gift-details {
  font-size: 0.95rem;
  color: #888;
  padding: 15px;
  background: rgba(212, 165, 116, 0.08);
  border-radius: 10px;
  border-left: 4px solid #d4a574;
}
