* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', Arial, sans-serif; }
body { background-color: #f8f9fa; color: #333; line-height: 1.6; }
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 15px; }

.btn { background: linear-gradient(135deg, #8c42ff 0%, #7142ff 50%, #6031db 100%); color: white; padding: 14px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; display: inline-block; margin-top: 25px; box-shadow: 0 4px 15px rgba(100, 50, 255, 0.7); transition: all 0.3s ease; letter-spacing: 0.5px; text-transform: uppercase; font-size: 0.9rem; border: none; cursor: pointer; opacity: 1; position: relative; overflow: hidden; z-index: 5; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(100, 50, 255, 0.8); background: linear-gradient(135deg, #7c32ff 0%, #6132ff 50%, #5021cb 100%); }
.btn:active { transform: translateY(1px); }
.green-bg { background: linear-gradient(135deg, #6abe45 0%, #4a9b25 100%); color: white; }

.header { background-color: #6abe45; color: white; padding: 12px 20px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: relative; z-index: 10; }
.header p { font-weight: 600; font-size: 1.1rem; letter-spacing: 0.5px; }

.main-banner { background: linear-gradient(135deg, #6abe45 0%, #4a9b25 100%); color: white; padding: 60px 20px 0; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.banner-text { text-align: center; flex: 1; z-index: 2; }
.banner-text h1 { font-size: 2.8rem; margin-bottom: 30px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); line-height: 1.2; }

.character { flex: 0 0 25%; z-index: 2; position: relative; }
.character img { max-width: 100%; filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2)); display: block; }
.character.left { margin-right: 5px; }
.character.right { margin-left: 5px; }

.features, .secondo-lavoro, .top-info, .investment-note, .character-label { display: none; }

.shapes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.shape { position: absolute; opacity: 0.1; background: white; border-radius: 50%; }
.shape-1 { width: 200px; height: 200px; top: -50px; left: 10%; }
.shape-2 { width: 150px; height: 150px; bottom: -30px; right: 15%; }
.shape-3 { width: 80px; height: 80px; top: 30%; left: 20%; }

.content-layout { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; margin-top: 40px;  min-height: 320px; }
.content-layout .banner-text { position: absolute; left: 50%; top: 30%; transform: translate(-50%, -50%); max-width: 60%; z-index: 3; }
.content-layout .character { flex: 0 0 25%; align-self: flex-end; margin-bottom: 0; bottom: 0; }
.content-layout .character.left { margin-right: 0; }
.content-layout .character.right { margin-left: 0; }

.testimoni-title { font-size: 2rem; text-align: center; margin: 40px 0 10px; color: #444; font-weight: 600; }
.testimoni-subtitle { font-size: 1.1rem; text-align: center; margin-bottom: 40px; color: #666; max-width: 800px; margin-left: auto; margin-right: auto; }
.testimonials { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 20px; max-width: 1200px; margin: 0 auto; gap: 30px; }
.testimonial-card { background-color: white; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.08); flex: 1 1 300px; max-width: 350px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.12); }
.testimonial-img { width: 100%; height: 220px; position: relative; }
.testimonial-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.testimonial-card:hover .testimonial-img img { transform: scale(1.05); }
.new-review { position: absolute; bottom: 15px; right: 15px; background-color: #4285f4; color: white; padding: 6px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 500; box-shadow: 0 2px 8px rgba(66, 133, 244, 0.4); text-transform: uppercase; letter-spacing: 0.5px; }
.testimonial-content { padding: 25px; }
.testimonial-content h3 { margin-bottom: 12px; text-align: center; font-weight: 600; color: #333; font-size: 1.2rem; }
.testimonial-content p { font-size: 0.95rem; color: #555; text-align: center; line-height: 1.7; }

.footer { background: linear-gradient(135deg, #6abe45 0%, #4a9b25 100%); color: white; padding: 50px 20px; text-align: center; box-shadow: 0 -5px 15px rgba(0,0,0,0.1); }
.footer h2 { margin-bottom: 25px; font-size: 1.8rem; font-weight: 700; letter-spacing: 1px; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); }
.footer-links { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); }
.footer-links a { color: white; margin: 0 15px; font-size: 0.85rem; text-decoration: none; opacity: 0.8; transition: opacity 0.3s ease; }
.footer-links a:hover { opacity: 1; text-decoration: underline; }

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 5px 15px rgba(100, 50, 255, 0.7); }
  50% { transform: scale(1.05); box-shadow: 0 8px 25px rgba(100, 50, 255, 0.9); }
  100% { transform: scale(1); box-shadow: 0 5px 15px rgba(100, 50, 255, 0.7); }
}

@media (max-width: 1200px) { .banner-text h1 { font-size: 2.4rem; } }
@media (max-width: 992px) { .banner-text h1 { font-size: 2rem; } .character { flex: 0 0 20%; } }

@media (max-width: 768px) {
  .main-banner { min-height: 550px; padding-bottom: 0; }
  
  .content-layout { flex-direction: column; align-items: center; }
  .content-layout .banner-text { position: relative; left: auto; top: auto; transform: none; max-width: 100%; margin-bottom: 30px; }
  .content-layout .character { flex: 0 0 auto; max-width: 180px; }
  
  .content-layout { flex-direction: column-reverse; }
  .content-layout .banner-text { order: 1; }
  .content-layout .character.left, .content-layout .character.right { margin: 0; }
  .content-layout .character.left { order: 2; }
  .content-layout .character.right { order: 3; }

  .content-layout .character.right, .content-layout .character.left {
    position: absolute;
    bottom: 0;
    max-width: 180px;
  }
  .content-layout .character.left { left: 10%; }
  .content-layout .character.right { right: 10%; }
  
  .btn { padding: 16px 38px; font-size: 1.1rem; font-weight: 700; animation: pulse 2s infinite; width: 80%; max-width: 300px; }
  
  .testimonial-card { flex: 0 0 100%; max-width: 450px; margin-bottom: 30px; }
}

@media (max-width: 576px) {
  .header p { font-size: 0.95rem; }
  .banner-text h1 { font-size: 1.8rem; }
  .content-layout .character { max-width: 150px; }
  .content-layout .character.left { left: 0; }
  .content-layout .character.right { right: 0; }
  .btn { padding: 15px 30px; font-size: 1rem; width: 90%; max-width: 280px; }
  .footer h2 { font-size: 1.5rem; }
  .testimonial-img { height: 180px; }
  .testimonial-content { padding: 20px 15px; }
  .footer-links a { display: block; margin: 10px 0; }
  .main-banner { min-height: 550px; }
  .footer .btn { margin-top: 20px; margin-bottom: 10px; }
}

@media (max-width: 400px) {
  .main-banner { min-height: 500px; }
  .content-layout .character { max-width: 120px; }
  .banner-text h1 { font-size: 1.5rem; margin-bottom: 20px; }
  .btn { padding: 14px 28px; font-size: 0.95rem; }
} 
