
    /* Layout #38: Modern Blue & Silver Theme */
    body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #eef2f7; color: #333; }
    .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 20px; }
    header { background-color: #ffffff; color: #333; padding: 15px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    header .container { display: flex; justify-content: space-between; align-items: center; }
    .logo { max-height: 55px; }
    nav a { color: #555; text-decoration: none; font-weight: 600; margin-left: 25px; transition: color 0.3s; }
    nav a:hover { color: #007bff; }
    .play-button { background: linear-gradient(45deg, #007bff, #0056b3); color: #fff; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: transform 0.3s; }
    .play-button:hover { transform: scale(1.05); }
    .hero { background: url('images/hero.jpg') no-repeat center center/cover; text-align: center; padding: 100px 20px; color: #fff; border-radius: 15px; margin-top: 20px; }
    .image-text-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; margin: 40px 0; }
    .image-text-split img { width: 100%; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
    .faq-section, .reviews-section { background-color: #fff; padding: 30px; border-radius: 12px; margin-top: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    footer { background-color: #2c3e50; color: #bdc3c7; padding: 40px 0; margin-top: 40px; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
    .footer-bottom { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid #34495e; font-size: 0.9em; }
    h2 { color: #0056b3; }
    