 /* ========= JUDAISM VANI TV - HERO NO SHADOWS, NO OPACITY, DARK TEXT ========= */
 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Poppins', sans-serif;
     background-color: #F8F5EE;
     color: #2C2B28;
     overflow-x: hidden;
 }

 h1,
 h2,
 h3,
 h4,
 .hero-title-flow,
 .section-header-flow h2 {
     font-family: 'Playfair Display', serif;
     letter-spacing: -0.02em;
 }

 /* Navbar - LIGHT THEME */
 .navbar-flow {
     background: linear-gradient(135deg, #FFFFFF 0%, #F5F0E6 100%);
     backdrop-filter: blur(8px);
     border-bottom: 2px solid #C4A747;
     position: sticky;
     top: 0;
     z-index: 1030;
     transition: all 0.3s;
     width: 100%;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
 }

 .navbar-flow.scrolled {
     background: #FFFFFF;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
 }

 .nav-link-flow {
     color: #0B2B5E !important;
     font-weight: 600;
     text-decoration: none;
     margin: 0 0.8rem;
     transition: 0.2s;
     display: inline-block;
     font-size: 1rem;
 }

 .nav-link-flow:hover,
 .nav-link-flow.active {
     color: #C4A747 !important;
 }

 .btn-flow-primary {
     background: #C4A747;
     border: none;
     padding: 0.6rem 1.5rem;
     border-radius: 40px;
     font-weight: 600;
     color: #0B2B5E;
     transition: all 0.3s ease;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     text-decoration: none;
     display: inline-block;
 }

 .btn-flow-primary:hover {
     background: #B3923B;
     transform: translateY(-2px);
     color: #0B2B5E;
 }

 .btn-flow-outline {
     background: transparent;
     border: 2px solid #C4A747;
     padding: 0.6rem 1.5rem;
     border-radius: 40px;
     font-weight: 600;
     color: #C4A747;
     transition: all 0.3s ease;
     text-decoration: none;
     display: inline-block;
 }

 .btn-flow-outline:hover {
     background: #C4A747;
     color: #0B2B5E;
     transform: translateY(-2px);
 }

 /* Hero Section - NO SHADOWS, NO OPACITY, DARK TEXT VIA OVERLAY */
 .hero-flow {
     position: relative;
     min-height: 100vh;
     height: 100vh;
     max-height: 900px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     overflow: hidden;
     margin-bottom: 0;
 }

 .hero-bg-flow {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     opacity: 1;
     pointer-events: none;
     box-shadow: none;
     filter: drop-shadow(0 0 0 transparent);
 }

 /* Dark overlay for text readability - NO SHADOW on overlay */
 .hero-flow::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.55);
     z-index: 1;
     box-shadow: none;
 }

 .hero-content-flow {
     position: relative;
     z-index: 2;
     max-width: 850px;
     margin: 0 auto;
     padding: 2rem;
 }

 .hero-title-flow {
     font-size: 4.2rem;
     font-weight: 800;
     color: #FFFFFF;
     margin-bottom: 1rem;
     text-shadow: none;
 }

 .hero-sub-flow {
     font-size: 1.8rem;
     color: #FFFFFF;
     letter-spacing: 1px;
     margin-bottom: 1.2rem;
     text-shadow: none;
 }

 .hero-desc-text {
     color: #FFFFFF;
     font-size: 1rem;
     line-height: 1.6;
     text-shadow: none;
 }

 /* Stats Section */
 .stats-flow {
     background: white;
     border-radius: 60px;
     padding: 2rem 1.5rem;
     margin: 2rem auto 2rem auto;
     box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
     border: 1px solid #D4C8B8;
     max-width: 1200px;
 }

 .stat-number-flow {
     font-size: 2rem;
     font-weight: 800;
     color: #0B2B5E;
 }

 .text-muted-light {
     color: #5B5B55;
 }

 .glass-card-flow {
     background: rgba(255, 248, 235, 0.95);
     backdrop-filter: blur(4px);
     border-radius: 48px;
     padding: 2rem;
     border: 1px solid rgba(196, 167, 71, 0.4);
     box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
 }

 .app-card-flow {
     background: white;
     border-radius: 28px;
     padding: 1.5rem 0.8rem;
     text-align: center;
     transition: all 0.25s ease;
     border: 1px solid #E2D9CD;
     height: 100%;
 }

 .app-card-flow:hover {
     transform: translateY(-6px);
     border-color: #C4A747;
     box-shadow: 0 20px 30px -10px rgba(196, 167, 71, 0.25);
 }

 .app-icon-flow {
     height: 120px;
     width: 120px;
     object-fit: contain;
     margin-bottom: 1rem;
 }

 .btn-app-flow {
     display: inline-block;
     margin: 0.2rem;
     padding: 0.3rem 0.9rem;
     background: #F2ECE2;
     border-radius: 50px;
     font-size: 0.75rem;
     color: #0B2B5E;
     text-decoration: none;
     font-weight: 500;
 }

 .btn-app-flow:hover {
     background: #C4A747;
     color: #0B2B5E;
 }

 .plans-row-first,
 .plans-row-last {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 2rem;
     margin-bottom: 2rem;
 }

 .plan-card-item {
     flex: 1 1 250px;
     max-width: 280px;
 }

 .plan-card-new {
     background: white;
     border-radius: 32px;
     padding: 2rem 1.2rem;
     text-align: center;
     transition: all 0.3s;
     border: 1px solid #D4C8B8;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
 }

 .plan-card-new:hover {
     border-color: #C4A747;
     transform: scale(1.02);
 }

 .plan-price-new {
     font-size: 2.5rem;
     font-weight: 800;
     color: #0B2B5E;
 }

 .plan-features-new {
     list-style: none;
     padding-left: 0;
     margin: 1.5rem 0;
 }

 .plan-features-new li {
     margin: 0.6rem 0;
     font-size: 0.9rem;
 }

 .plan-features-new li i {
     color: #C4A747;
     margin-right: 0.5rem;
 }

 .btn-plan-new {
     background: #0B2B5E;
     color: white;
     padding: 0.6rem 1.5rem;
     border-radius: 40px;
     text-decoration: none;
     font-weight: 600;
     display: inline-block;
 }

 .btn-plan-new:hover {
     background: #C4A747;
     color: #0B2B5E;
 }

 .faq-item-flow {
     background: white;
     border-radius: 24px;
     margin-bottom: 1rem;
     border: 1px solid #E6DDD1;
     overflow: hidden;
 }

 .faq-question-flow {
     padding: 1.2rem 1.5rem;
     font-weight: 600;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #FFFFFF;
 }

 .faq-question-flow span i {
     margin-right: 0.8rem;
     color: #C4A747;
 }

 .faq-answer-flow {
     padding: 0 1.5rem;
     max-height: 0;
     overflow: hidden;
     transition: 0.3s ease;
 }

 .faq-item-flow.active .faq-answer-flow {
     padding: 0 1.5rem 1.2rem;
     max-height: 300px;
 }

 .feature-item {
     background: white;
     border-radius: 28px;
     padding: 1.2rem;
     transition: 0.2s;
     border: 1px solid #EADFCB;
 }

 .footer-flow {
     background: #0B2B5E;
     color: #E2D9CD;
     padding: 3rem 0 2rem;
     margin-top: 3rem;
 }

 .footer-flow a {
     color: #D4C3A5;
     text-decoration: none;
 }

 .footer-flow a:hover {
     color: #C4A747;
 }

 .footer-flow h5 {
     color: #C4A747;
     font-weight: 700;
 }

 .whatsapp-float-flow {
     position: fixed;
     bottom: 2rem;
     right: 2rem;
     background: #25D366;
     color: white;
     width: 55px;
     height: 55px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 2rem;
     z-index: 99;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     text-decoration: none;
 }

 .back-to-top-flow {
     position: fixed;
     bottom: 2rem;
     right: 6rem;
     background: #C4A747;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #0B2B5E;
     opacity: 0;
     visibility: hidden;
     transition: 0.2s;
     text-decoration: none;
 }

 .back-to-top-flow.visible {
     opacity: 1;
     visibility: visible;
 }

 @media (max-width:768px) {
     .hero-title-flow {
         font-size: 2.2rem;
     }

     .hero-sub-flow {
         font-size: 1.2rem;
     }

     .hero-flow {
         min-height: 80vh;
         height: auto;
         padding: 4rem 1rem;
     }

     .navbar-brand-flow img {
         height: 70px !important;
     }
 }

 .section-header-flow {
     text-align: center;
     margin-bottom: 3rem;
 }

 .section-header-flow h2 {
     color: #0B2B5E;
     font-size: 2.2rem;
 }

 .feature-row-img-flow {
     max-width: 100%;
     border-radius: 28px;
 }

 .navbar-toggler-flow {
     background: transparent;
     border: none;
     font-size: 1.5rem;
     color: #0B2B5E;
 }


 html,
 body {
     overflow-x: hidden;
 }

 img,
 iframe {
     max-width: 100%;
 }