* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f0fe 100%);
    min-height: 100vh;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    padding: 40px 0 60px 0;
}

.logo {
    background: linear-gradient(135deg, #a8d8ea 0%, #aa96da 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(168, 216, 234, 0.3);
    text-shadow: 1px 1px 2px rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.logo:hover {
    background: #CB47F3;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(203, 71, 243, 0.4);
    color: white;
    text-decoration: none;
}

.logo:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(203, 71, 243, 0.5);
}

.language-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffd700;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
    color: #333;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px 0;
}

.hero-text {
    text-align: left;
    padding-left: 20px;
}

.service-circle {
    width: 320px;
    height: 320px;
    border: 4px solid #aa96da;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: white;
    box-shadow: 0 15px 35px rgba(170, 150, 218, 0.25);
    padding: 30px;
}

.service-title {
    font-size: 1.9em;
    color: #e74c3c;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.service-subtitle {
    color: #3498db;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.service-features {
    text-align: center;
    font-size: 0.95em;
    color: #e74c3c;
    line-height: 1.5;
}

.nav-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 280px;
}

.nav-button {
    background: linear-gradient(135deg, #a8d8ea 0%, #7fb3d3 100%);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 12px rgba(127, 179, 211, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    min-height: 45px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.nav-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(129, 62, 135, 0.4);
    background: #813E87;
    color: white;
    text-decoration: none;
}

.nav-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(129, 62, 135, 0.5);
    background: #6d2f73;
}

.nav-button.active {
    background: #813E87;
    box-shadow: 0 4px 12px rgba(129, 62, 135, 0.4);
}

.content-section {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-height: 500px;
}

.content-section .nav-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: none;
    margin-bottom: 40px;
}

.content-section .nav-button {
    max-width: 250px;
    justify-self: center;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    align-items: flex-start;
}

.about-text {
    color: #3498db;
    font-size: 1.05em;
}

.about-text h2 {
    color: #3498db;
    margin-bottom: 25px;
    font-size: 2em;
    text-align: center;
}

.about-text p {
    margin-bottom: 12px;
}

.about-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.process-content {
    text-align: center;
    color: #3498db;
    font-size: 1.05em;
}

.process-intro {
    margin-bottom: 40px;
}

.process-intro p {
    margin-bottom: 8px;
}

.chakra-image {
    width: 180px;
    height: 180px;
    margin: 30px auto;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><radialGradient id="mandala" cx="50%" cy="50%"><stop offset="0%" stop-color="%23a8d8ea"/><stop offset="100%" stop-color="%23aa96da"/></radialGradient></defs><circle cx="100" cy="100" r="90" fill="url(%23mandala)" stroke="%23aa96da" stroke-width="3"/><circle cx="100" cy="40" r="6" fill="%23e74c3c"/><circle cx="100" cy="60" r="6" fill="%23f39c12"/><circle cx="100" cy="80" r="6" fill="%23f1c40f"/><circle cx="100" cy="100" r="8" fill="%2327ae60"/><circle cx="100" cy="120" r="6" fill="%233498db"/><circle cx="100" cy="140" r="6" fill="%239b59b6"/><circle cx="100" cy="160" r="6" fill="%238e44ad"/></svg>') no-repeat center;
    background-size: contain;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.gallery-image {
    width: 100%;
    height: 220px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-style: italic;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.gallery-image:hover {
    border-color: #aa96da;
    box-shadow: 0 5px 15px rgba(170, 150, 218, 0.2);
}

.testimonial {
    background: linear-gradient(135deg, #f8f4ff 0%, #e8f4fd 100%);
    border: 2px solid #aa96da;
    border-radius: 20px;
    padding: 35px;
    margin: 30px 0;
    font-style: italic;
    color: #3498db;
    line-height: 1.8;
    box-shadow: 0 8px 25px rgba(170, 150, 218, 0.1);
}

.testimonial p {
    margin-bottom: 15px;
}

.testimonial strong {
    font-weight: bold;
    color: #2c3e50;
}

.contact-info {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
}

.contact-info a {
    color: #e74c3c;
    text-decoration: underline;
    font-weight: 500;
}

.contact-info a:hover {
    color: #c0392b;
}

.footer-text {
    text-align: center;
    color: #7f8c8d;
    font-style: italic;
    margin: 20px 0;
    font-size: 1.1em;
}

.hidden {
    display: none;
}

.booking-info {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 25px 0;
    border-left: 4px solid #aa96da;
}

.booking-info p {
    margin-bottom: 12px;
}

.booking-info strong {
    color: #2c3e50;
}

.process-section {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
}

.process-section h3 {
    color: #e74c3c;
    font-style: italic;
    margin: 25px 0 15px 0;
    font-size: 1.4em;
}

.process-section ul {
    color: #3498db;
    line-height: 1.6;
}

.process-section li {
    margin-bottom: 8px;
}

.process-section li strong {
    color: #2c3e50;
}

@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .hero-text {
        order: 2;
        text-align: center;
        padding-left: 0;
    }
    
    .service-circle {
        order: 1;
        width: 280px;
        height: 280px;
    }
    
    .nav-buttons {
        max-width: 100%;
    }
    
    .content-section .nav-buttons {
        grid-template-columns: 1fr 1fr;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .container {
        padding: 15px;
    }
    
    .logo {
        font-size: 1.6em;
        padding: 12px 30px;
    }
    
    .service-title {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .content-section .nav-buttons {
        grid-template-columns: 1fr;
    }
    
    .nav-button {
        font-size: 0.95em;
    }
    
    .service-circle {
        width: 260px;
        height: 260px;
        padding: 25px;
    }
    
    .service-title {
        font-size: 1.4em;
    }
}