
        body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1100px; margin: 0 auto; padding: 20px; background-color: #f9fafb; }
        .wrapper { background: #fff; padding: 45px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
        h1 { color: #2c3e50; border-bottom: 4px solid #3498db; padding-bottom: 15px; margin-bottom: 30px; }
        h2 { color: #2980b9; margin-top: 35px; border-left: 6px solid #2980b9; padding-left: 15px; }
        p { margin: 20px 0; text-align: justify; font-size: 1.05em; }
        .hero-img { width: 100%; max-width: 650px; height: auto; display: block; margin: 40px auto; border: 2px solid #ecf0f1; border-radius: 8px; }
        table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 0.95em; }
        th, td { border: 1px solid #e0e0e0; padding: 18px; text-align: left; }
        th { background-color: #f1f4f8; font-weight: 700; color: #34495e; width: 35%; }
        .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; }
        .gallery-grid img { width: 100%; height: auto; border-radius: 6px; border: 1px solid #ddd; filter: grayscale(10%); transition: 0.4s; }
        .gallery-grid img:hover { filter: grayscale(0%); transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        .footer-brand { text-align: center; margin-top: 60px; font-size: 1.1em; color: #3498db; letter-spacing: 1px; }
        .benefits { list-style-type: square; padding-left: 25px; }
        .benefits li { margin-bottom: 12px; font-size: 1.05em; }
    