/* ============================================================
   Guitar Lessons - Hero Section (תיקון סופי לפי צילום מסך)
   ============================================================ */
.hero {
    height: 100vh; 
    width: 100%;
    position: relative;
    background-color: #000000; 
    background-image: url('../assets/images/studio/guitar.png');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); 
    z-index: 1;
}

.hero-content {
    position: absolute; /* מוציא אותו מהזרימה כדי שלא יידחף מהניווט */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* מרכוז מתמטי מושלם */
    z-index: 10;
    width: 100vw; /* פריסה על פני כל רוחב המסך */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    width: 650px; 
    max-width: 85vw; 
    height: auto; 
    position: relative;
    display: block;
    margin: 0 auto;
    animation: glitch-effect 2s steps(100) infinite;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.15));
}

.hero-logo::before,
.hero-logo::after {
    content: "";
    background-image: url('../assets/logo/guitarlessons.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-logo::before {
    animation: glitch-vhs-blue 2s steps(100) infinite;
    z-index: -1;
}

.hero-logo::after {
    animation: glitch-vhs-red 2s steps(100) infinite;
    z-index: -2;
}

/* ביטול כל הגדרה שיכולה להזיז את ה-Container בתוך ה-Hero */
.hero .container {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ============================================================
   Guitar Lessons - Intro Section (Section 1)
   ============================================================ */
.guitar-intro {
    padding: 40px 20px;
    background-color: #000000;
    /* החזרת Light Leak למצב כהה (0.06 ו-0.04) */
    background-image: radial-gradient(circle at 20% 30%, rgba(51, 102, 255, 0.06) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgba(51, 102, 255, 0.04) 0%, transparent 40%);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0; 
}

.guitar-intro .section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
}

.intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.intro-text {
    max-width: 850px; 
    font-family: Arial, sans-serif;
    font-size: 1.15rem; 
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0 auto 10px auto;
}

.intro-image-wrapper img {
    width: 600px; 
    height: 350px; 
    border-radius: 15px;
    object-fit: cover;
    border: 1px solid rgba(51, 102, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
}

/* ============================================================
   Why Me Section (Section 2)
   ============================================================ */
.why-me-section {
    padding: 10px 50px 80px 50px;
    background-color: #000000;
    /* החזרת Light Leak למצב כהה (0.05) */
    background-image: radial-gradient(circle at 80% 20%, rgba(51, 102, 255, 0.05) 0%, transparent 40%);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -15px; /* שומר על הצמידות שביקשת */
}

.why-me-section .section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
}

.why-me-section .profile-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row; 
}

.why-me-section .profile-image img {
    width: 600px;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.why-me-section .profile-text {
    max-width: 550px;
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: right;
}

.why-me-section .profile-text b {
    color: #3366FF; 
    font-weight: 700;
}

/* ============================================================
   Keyframes & Animations
   ============================================================ */
@keyframes glitch-effect {
    0% { transform: translate(0); }
    1% { transform: translate(-5px, 2px); }
    2% { transform: translate(3px, -1px); }
    3% { transform: translate(0); }
    10% { transform: translate(0); }
    11% { transform: scale(1.02); filter: blur(2px); }
    12% { transform: scale(1); filter: blur(0); }
    100% { transform: translate(0); }
}

@keyframes glitch-vhs-blue {
    0% { transform: translate(0); visibility: hidden; }
    15% { transform: translate(-10px, 0); visibility: visible; }
    16% { transform: translate(10px, 0); visibility: visible; }
    17% { transform: translate(0); visibility: hidden; }
    100% { transform: translate(0); visibility: hidden; }
}

@keyframes glitch-vhs-red {
    0% { transform: translate(0); visibility: hidden; }
    30% { transform: translate(10px, 0); visibility: visible; }
    31% { transform: translate(-10px, 0); visibility: visible; }
    32% { transform: translate(0); visibility: hidden; }
    100% { transform: translate(0); visibility: hidden; }
}

/* ============================================================
   Mobile Adjustments
   ============================================================ */
@media (max-width: 1024px) {
    .why-me-section .profile-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .why-me-section .profile-text { text-align: center; max-width: 100%; }
    .why-me-section .profile-image img, .intro-image-wrapper img { width: 100%; max-width: 500px; height: auto; }
}

/* ============================================================
   Trial Lesson Banner - Updated
   ============================================================ */
.trial-lesson-banner {
    margin-top: 70px; /* הגדלתי מעט את הרווח מהטקסט שמעליו */
    text-align: center;
    width: 100%;
    animation: pulse-glow 3s infinite ease-in-out;
}

.trial-lesson-banner h3 {
    font-family: Arial, sans-serif; /* אותו פונט כמו שאר האתר */
    font-size: 4rem; /* הגדלה משמעותית מ-3rem */
    color: #3366FF; 
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px; /* צמצמתי מעט מרווח אותיות למראה דחוס ועוצמתי */
    text-shadow: 0 0 25px rgba(51, 102, 255, 0.5); 
    margin: 0;
    line-height: 1.2;
}

/* אנימציה מעודכנת להגדלה משמעותית יותר */
@keyframes pulse-glow {
    0%, 100% { 
        text-shadow: 0 0 20px rgba(51, 102, 255, 0.4); 
        transform: scale(1); 
    }
    50% { 
        text-shadow: 0 0 40px rgba(51, 102, 255, 0.8); 
        transform: scale(1.05); /* הגדלה פיזית של 5% בזמן ה"דופק" */
    }
}

/* התאמה למובייל - חשוב כי 4rem זה ענק למסך קטן */
@media (max-width: 768px) {
    .trial-lesson-banner h3 {
        font-size: 2.2rem; 
    }
    .trial-lesson-banner {
        margin-top: 50px;
    }
}


/* ============================================================
   Pricing Section
   ============================================================ */
.pricing-section {
    padding: 80px 20px;
    background-color: #000000;
    text-align: center;
	margin-top: -100px;
}

.single-lesson-info {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 50px;
    opacity: 0.9;
}

.single-lesson-info b {
    color: #3366FF;
}

.pricing-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.pricing-card {
    background: transparent;
    border: 2px solid rgba(51, 102, 255, 0.2); /* מסגרת כחולה בשקיפות גבוהה */
    border-radius: 15px;
    padding: 40px 30px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* אפקט ה-Hover שביקשת */
.pricing-card:hover {
    border-color: #3366FF; /* צבע מלא בהובר */
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(51, 102, 255, 0.2);
}

.pricing-card h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: 900;
    color: #3366FF;
    margin-bottom: 5px;
}

.pricing-card .old-price {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.pricing-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5;
    margin-top: auto;
}

/* הדגשת חבילת האמצע */
.pricing-card.featured {
    border-color: rgba(51, 102, 255, 0.4);
    transform: scale(1.05);
}

.pricing-card.featured .badge {
    position: absolute;
    top: -15px;
    background: #3366FF;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    .pricing-card {
        width: 100%;
        max-width: 400px;
    }
    .pricing-card.featured {
        transform: scale(1);
        margin: 20px 0;
    }
}

/* מוודא שכותרת המחירים תואמת לשאר האתר */
.pricing-section .section-title {
    font-size: 2.5rem; /* הגודל של שאר הכותרות באתר שלך */
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

/* התאמה למובייל לכותרות */
@media (max-width: 768px) {
    .pricing-section .section-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
}


/* ============================================================
   Pricing Call To Action (WhatsApp)
   ============================================================ */
.pricing-cta {
    margin-top: 60px;
    padding: 40px;
    background: rgba(51, 102, 255, 0.03); /* רקע כחלחל עדין מאוד */
    border-radius: 20px;
    border: 1px dashed rgba(51, 102, 255, 0.2);
}

.cta-main-text {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.cta-sub-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #25D366; /* צבע הווטסאפ הרשמי */
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

.whatsapp-btn:hover {
    background-color: #128C7E; /* ווטסאפ כהה יותר בהובר */
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
    font-size: 1.5rem;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .cta-main-text {
        font-size: 1.6rem;
    }
    .pricing-cta {
        padding: 30px 20px;
    }
}


