* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f5f5f5; color: #333; line-height: 1.6; }
header, section, footer { padding: 20px; max-width: 1200px; margin: auto; }
.hero { background: linear-gradient(to right, #673ab7, #03a9f4); color: white; text-align: center; padding: 60px 20px; }
.hero h1 { font-size: 2.5em; }
.hero p { font-size: 1.2em; margin: 10px 0 30px; }
.hero iframe { max-width: 100%; height: 315px; border: none; margin-bottom: 20px; }
.buttons a { display: inline-block; margin: 10px; padding: 15px 25px; background: #ff9800; color: white; text-decoration: none; border-radius: 8px; }
.section-title { font-size: 2em; margin-bottom: 20px; color: #444; }
table { width: 100%; border-collapse: collapse; margin-bottom: 30px; background: white; }
th, td { border: 1px solid #ccc; padding: 10px; text-align: center; }
th { background: #2196f3; color: white; }
.testimonial, .footer-note { margin-top: 20px; font-style: italic; }
.testimonial strong { display: block; margin-top: 10px; }
.consultation, .signup-form { background: white; padding: 20px; border-radius: 10px; margin: 30px 0; }
.footer { text-align: center; font-size: 0.9em; padding: 10px; color: #888; }
.socials a { margin: 0 10px; text-decoration: none; color: #555; }
@media only screen and (max-width: 600px) {
  .hero h1 { font-size: 1.8em; }
  .hero p { font-size: 1em; }
  table th, table td { font-size: 0.9em; }
}
