        body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; background: #F3F0F8; color: #333; line-height: 1.6; }
        header { background: linear-gradient(rgba(87, 46, 140, 0.534), rgba(95,51,189,0.7)), url('/img/logo.png'); background-size: auto; background-position: bottom; color: white; text-align: center; padding: 100px 20px 60px; }
        header h1 { margin: 0; font-size: 3.5em; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
        header p { font-size: 1.4em; max-width: 800px; margin: 20px auto; }
        .book-button { display: inline-block; background: #FDD023; color: white; padding: 18px 40px; font-size: 1.8em; text-decoration: none; border-radius: 50px; margin-top: 30px; box-shadow: 0 4px 15px rgba(211,47,47,0.4); transition: transform 0.3s; }
        .call-button:hover { transform: scale(1.05); }
        .schedule-button { display: block; background: #461D7C; color: white; padding: 15px; font-size: 1.4em; text-align: center; text-decoration: none; border-radius: 50px; margin: 30px auto; max-width: 400px; box-shadow: 0 4px 15px rgba(119, 76, 175, 0.4); transition: transform 0.3s; font-weight: 600; }
        .schedule-button:hover { transform: scale(1.05); }
        .schedule-button i { margin-right: 10px; }
        .container { max-width: 1200px; margin: 40px auto; padding: 20px; display: flex; flex-wrap: wrap; gap: 30px; }
        .main { flex: 3; min-width: 300px; }
        .sidebar { flex: 1; min-width: 300px; background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        h2 { color: #572E8C; border-bottom: 3px solid #461D7C; padding-bottom: 10px; }
        .schedule-list { list-style: none; padding: 0; }
        .schedule-item { background: #F2E9F8; margin-bottom: 20px; padding: 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: transform 0.3s; border-left: 5px solid #461D7C; }
        .schedule-item:hover { transform: translateY(-5px); }
        .schedule-item strong { display: block; font-size: 1.4em; color: #572E8C; }
        .schedule-item i { color: #461D7C; margin-right: 8px; }
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }
        .service-block { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s; }
        .service-block:hover { transform: translateY(-10px); }
        .service-img { width: 100%; height: 160px; object-fit: cover; }
        .service-content { padding: 18px; }
        .service-content h3 { color: #572E8C; margin: 0 0 8px; font-size: 1.2em; }
        .service-price { font-size: 1.8em; font-weight: 700; color: #461D7C; margin: 8px 0; }
        .service-desc { font-size: 0.92em; color: #555; }
        .packages-note { text-align: center; margin-top: 40px; padding: 20px; background: #EEE8F5; border-radius: 15px; font-weight: 600; }
        .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 40px 0; }
        .gallery img { width: 100%; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s; }
        .gallery img:hover { transform: scale(1.05); }
        .quick-schedule { margin-bottom: 40px; }
        footer { background: #461D7C; color: white; text-align: center; padding: 40px 20px; margin-top: 60px; }
        @media (max-width: 768px) { .container { flex-direction: column; } header h1 { font-size: 2.5em; } .call-button { font-size: 1.4em; } }
   
