.page-jl-29__hero-section{position:relative;background:linear-gradient(135deg, #1a1a2e, #16213e);color:#e0e0e0;padding:80px 0 60px;text-align:center;padding-top:10px;}.page-jl-29__hero-content{max-width:960px;margin:0 auto;padding:20px;}.page-jl-29__hero-title{font-size:2.8em;margin-bottom:20px;line-height:1.2;font-weight:700;color:#e94560;}.page-jl-29__hero-subtitle{font-size:1.4em;margin-bottom:30px;color:#f0f0f0;}.page-jl-29__hero-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:30px;}.page-jl-29__hero-button{display:inline-block;background-color:#e94560;color:#fff;padding:15px 30px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color 0.3s ease, transform 0.3s ease;border:none;cursor:pointer;}.page-jl-29__hero-button:hover{background-color:#c93a52;transform:translateY(-3px);}.page-jl-29__hero-image{width:100%;max-width:800px;height:auto;border-radius:15px;margin-top:40px;box-shadow:0 10px 20px rgba(0, 0, 0, 0.3);object-fit:cover;}.page-jl-29__products-section{background-color:#0f3460;padding:60px 0;text-align:center;color:#e0e0e0;}.page-jl-29__section-title{font-size:2.5em;margin-bottom:40px;color:#e94560;}.page-jl-29__product-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;}.page-jl-29__product-card{background-color:#16213e;border-radius:15px;overflow:hidden;box-shadow:0 8px 16px rgba(0, 0, 0, 0.3);text-align:left;transition:transform 0.3s ease;display:flex;flex-direction:column;}.page-jl-29__product-card:hover{transform:translateY(-5px);}.page-jl-29__product-image-wrapper{width:100%;height:200px;overflow:hidden;}.page-jl-29__product-image{width:100%;height:100%;object-fit:cover;}.page-jl-29__product-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;}.page-jl-29__product-title{font-size:1.5em;margin-bottom:10px;color:#e94560;}.page-jl-29__product-description{font-size:0.95em;line-height:1.6;color:#ccc;margin-bottom:20px;}.page-jl-29__product-button{display:inline-block;background-color:#e94560;color:#fff;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:bold;font-size:0.95em;transition:background-color 0.3s ease;border:none;cursor:pointer;width:100%;text-align:center;}.page-jl-29__product-button:hover{background-color:#c93a52;}.page-jl-29__features-section{background-color:#1a1a2e;padding:60px 0;color:#e0e0e0;text-align:center;}.page-jl-29__features-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;}.page-jl-29__feature-item{background-color:#16213e;border-radius:15px;padding:30px;box-shadow:0 8px 16px rgba(0, 0, 0, 0.3);transition:transform 0.3s ease;}.page-jl-29__feature-item:hover{transform:translateY(-5px);}.page-jl-29__feature-icon{margin-bottom:20px;width:100%;max-width:250px;height:auto;border-radius:10px;object-fit:cover;}.page-jl-29__feature-title{font-size:1.8em;color:#e94560;margin-bottom:15px;}.page-jl-29__feature-description{font-size:1em;line-height:1.7;color:#ccc;}.page-jl-29__download-section{background-color:#0f3460;padding:60px 0;text-align:center;color:#e0e0e0;}.page-jl-29__download-content{max-width:800px;margin:0 auto;padding:0 20px;}.page-jl-29__download-text{font-size:1.1em;line-height:1.8;margin-bottom:30px;color:#ccc;}.page-jl-29__download-button{display:inline-block;background-color:#e94560;color:#fff;padding:15px 40px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1.2em;transition:background-color 0.3s ease, transform 0.3s ease;border:none;cursor:pointer;}.page-jl-29__download-button:hover{background-color:#c93a52;transform:translateY(-3px);}.page-jl-29__faq-section{background-color:#1a1a2e;padding:60px 0;color:#e0e0e0;max-width:960px;margin:0 auto;}.page-jl-29__faq-list{margin-top:40px;padding:0 20px;}.page-jl-29__faq-item{background-color:#16213e;border-radius:10px;margin-bottom:15px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);}.page-jl-29__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;background-color:#1f4068;border-radius:10px;transition:background-color 0.3s ease;}.page-jl-29__faq-question:hover{background-color:#2a5078;}.page-jl-29__faq-question h3{margin:0;font-size:1.2em;color:#e94560;pointer-events:none;}.page-jl-29__faq-toggle{font-size:1.8em;font-weight:bold;color:#e94560;transition:transform 0.3s ease;pointer-events:none;}.page-jl-29__faq-item.active .page-jl-29__faq-toggle{transform:rotate(45deg);}.page-jl-29__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-jl-29__faq-item.active .page-jl-29__faq-answer{max-height:2000px !important;padding:20px 15px !important;opacity:1;}.page-jl-29__faq-answer p{margin:0;line-height:1.6;color:#ccc;}.page-jl-29__cta-section{background-color:#e94560;padding:60px 0;text-align:center;color:#fff;}.page-jl-29__cta-title{font-size:2.5em;margin-bottom:20px;}.page-jl-29__cta-description{font-size:1.2em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px;}.page-jl-29__cta-button{display:inline-block;background-color:#1a1a2e;color:#fff;padding:18px 45px;border-radius:35px;text-decoration:none;font-weight:bold;font-size:1.3em;transition:background-color 0.3s ease, transform 0.3s ease;border:none;cursor:pointer;}.page-jl-29__cta-button:hover{background-color:#0f3460;transform:translateY(-3px);}@media (max-width: 768px){.page-jl-29__hero-title{font-size:2em;}.page-jl-29__hero-subtitle{font-size:1.1em;}.page-jl-29__hero-buttons{flex-direction:column;gap:15px;}.page-jl-29__hero-button{width:calc(100% - 40px);}.page-jl-29__section-title{font-size:2em;}.page-jl-29__product-grid{grid-template-columns:1fr;}.page-jl-29__product-card{margin:0 auto;width:100%;max-width:350px;}.page-jl-29__features-list{grid-template-columns:1fr;}.page-jl-29__feature-item{margin:0 auto;width:100%;max-width:350px;}.page-jl-29__download-button{width:calc(100% - 40px);font-size:1.1em;}.page-jl-29__faq-question h3{font-size:1.1em;}.page-jl-29__faq-answer p{font-size:0.9em;}.page-jl-29__cta-title{font-size:2em;}.page-jl-29__cta-description{font-size:1em;}.page-jl-29__cta-button{font-size:1.1em;padding:15px 30px;}.page-jl-29__faq-list > *{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-jl-29__faq-list{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-jl-29__faq-answer p{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-jl-29__hero-image, .page-jl-29__product-image, .page-jl-29__feature-icon{max-width:100% !important;height:auto !important;}.page-jl-29__hero-image-wrapper, .page-jl-29__product-image-wrapper, .page-jl-29__feature-icon-wrapper{width:100% !important;max-width:100% !important;overflow:hidden !important;box-sizing:border-box !important;}}