.page-747-live-dashboard { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; padding-top: 10px; }.page-747-live-dashboard__section-title { font-size: 2.5rem; color: #1a2a3a; text-align: center; margin-bottom: 20px; padding-top: 40px; }.page-747-live-dashboard__section-description { font-size: 1.1rem; text-align: center; max-width: 800px; margin: 0 auto 50px auto; color: #555; } /* Hero Section */ .page-747-live-dashboard__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; background: linear-gradient(135deg, #2a0a5e, #5b10e5); color: #fff; padding: 80px 20px 40px; overflow: hidden; position: relative; }.page-747-live-dashboard__hero-content { max-width: 900px; z-index: 1; }.page-747-live-dashboard__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; }.page-747-live-dashboard__hero-description { font-size: 1.3rem; margin-bottom: 40px; font-weight: 300; }.page-747-live-dashboard__hero-button, .page-747-live-dashboard__cta-button { display: inline-block; background-color: #ffcc00; color: #1a2a3a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }.page-747-live-dashboard__hero-button:hover, .page-747-live-dashboard__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-747-live-dashboard__hero-image-container { width: 100%; max-width: 1000px; margin-top: 50px; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); z-index: 1; }.page-747-live-dashboard__hero-image { width: 100%; height: auto; display: block; } /* Features Section */ .page-747-live-dashboard__features-section { padding: 60px 20px; background-color: #fff; }.page-747-live-dashboard__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 60px auto; }.page-747-live-dashboard__feature-item { background-color: #f0f2f5; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-747-live-dashboard__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }.page-747-live-dashboard__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }.page-747-live-dashboard__feature-title { font-size: 1.5rem; color: #2a0a5e; margin-bottom: 15px; }.page-747-live-dashboard__feature-text { font-size: 1rem; color: #666; }.page-747-live-dashboard__cta-area { text-align: center; margin-top: 40px; }.page-747-live-dashboard__cta-text { font-size: 1.4rem; color: #1a2a3a; margin-bottom: 25px; font-weight: 500; } /* How to Access Section */ .page-747-live-dashboard__how-to-access-section { padding: 60px 20px; background-color: #f8f9fa; }.page-747-live-dashboard__steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 60px auto; }.page-747-live-dashboard__step-item { background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: center; box-sizing: border-box; }.page-747-live-dashboard__step-number { display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #2a0a5e; color: #fff; font-size: 2rem; font-weight: bold; border-radius: 50%; margin-bottom: 20px; }.page-747-live-dashboard__step-title { font-size: 1.6rem; color: #1a2a3a; margin-bottom: 15px; }.page-747-live-dashboard__step-text { font-size: 1rem; color: #666; } /* Providers Section */ .page-747-live-dashboard__providers-section { padding: 60px 20px; background-color: #fff; }.page-747-live-dashboard__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }.page-747-live-dashboard__provider-item { background-color: #f0f2f5; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; }.page-747-live-dashboard__provider-logo { max-width: 100px; height: auto; margin-bottom: 10px; display: block; margin-left: auto; margin-right: auto; }.page-747-live-dashboard__provider-name { font-size: 0.95rem; color: #333; font-weight: 500; } /* FAQ Section */ .page-747-live-dashboard__faq-section { padding: 60px 20px; background-color: #f8f9fa; }.page-747-live-dashboard__faq-container { max-width: 900px; margin: 0 auto; }.page-747-live-dashboard__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-747-live-dashboard__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #eef1f5; transition: background-color 0.3s ease; }.page-747-live-dashboard__faq-question:hover { background-color: #e0e4eb; }.page-747-live-dashboard__faq-title { font-size: 1.2rem; color: #1a2a3a; margin: 0; pointer-events: none; }.page-747-live-dashboard__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #2a0a5e; transition: transform 0.3s ease; pointer-events: none; }.page-747-live-dashboard__faq-item.active .page-747-live-dashboard__faq-toggle { transform: rotate(45deg); }.page-747-live-dashboard__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #444; font-size: 1rem; }.page-747-live-dashboard__faq-item.active .page-747-live-dashboard__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-747-live-dashboard__faq-answer p { margin: 0; } /* Responsive Design */ @media (max-width: 1024px) { .page-747-live-dashboard__hero-title { font-size: 3rem; } .page-747-live-dashboard__hero-description { font-size: 1.2rem; } .page-747-live-dashboard__section-title { font-size: 2.2rem; } } @media (max-width: 768px) { .page-747-live-dashboard__hero-section { padding: 60px 15px 30px; } .page-747-live-dashboard__hero-title { font-size: 2.5rem; } .page-747-live-dashboard__hero-description { font-size: 1.1rem; } .page-747-live-dashboard__hero-button, .page-747-live-dashboard__cta-button { padding: 12px 25px; font-size: 1.1rem; } .page-747-live-dashboard__section-title { font-size: 2rem; padding-top: 30px; } .page-747-live-dashboard__section-description { font-size: 1rem; margin-bottom: 30px; } /* List items responsive */ .page-747-live-dashboard__features-grid, .page-747-live-dashboard__steps-container, .page-747-live-dashboard__providers-grid { grid-template-columns: 1fr; gap: 20px; } .page-747-live-dashboard__feature-item, .page-747-live-dashboard__step-item, .page-747-live-dashboard__provider-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-747-live-dashboard__feature-text, .page-747-live-dashboard__step-text, .page-747-live-dashboard__provider-name, .page-747-live-dashboard__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-747-live-dashboard__faq-question { padding: 15px 20px; } .page-747-live-dashboard__faq-title { font-size: 1.1rem; } .page-747-live-dashboard__faq-toggle { font-size: 1.5rem; } .page-747-live-dashboard__faq-answer { padding: 15px 20px; } .page-747-live-dashboard__faq-item.active .page-747-live-dashboard__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-747-live-dashboard__hero-title { font-size: 2rem; } .page-747-live-dashboard__hero-description { font-size: 1rem; } .page-747-live-dashboard__section-title { font-size: 1.8rem; } .page-747-live-dashboard__cta-text { font-size: 1.2rem; } }