.page-how-to-download-nustar { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-how-to-download-nustar__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-how-to-download-nustar__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; } .page-how-to-download-nustar__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-how-to-download-nustar__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-how-to-download-nustar__download-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; 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-how-to-download-nustar__download-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-how-to-download-nustar__section { background-color: #fff; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-how-to-download-nustar__section-title { font-size: 2.2em; color: #007bff; margin-bottom: 25px; text-align: center; } .page-how-to-download-nustar__step-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; } .page-how-to-download-nustar__step-item { background-color: #f0f8ff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; text-align: center; flex: 1 1 calc(33% - 50px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-how-to-download-nustar__step-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-how-to-download-nustar__step-number { font-size: 2em; color: #007bff; font-weight: bold; margin-bottom: 15px; } .page-how-to-download-nustar__step-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-how-to-download-nustar__step-image { max-width: 100%; height: auto; border-radius: 8px; margin-top: 15px; margin-bottom: 15px; border: 1px solid #eee; } .page-how-to-download-nustar__step-description { font-size: 1em; color: #555; } .page-how-to-download-nustar__benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 25px; } .page-how-to-download-nustar__benefit-card { background-color: #e6f7ff; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-how-to-download-nustar__benefit-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-how-to-download-nustar__benefit-description { font-size: 0.95em; color: #555; } .page-how-to-download-nustar__faq-list { list-style: none; padding: 0; max-width: 900px; margin: 0 auto; } .page-how-to-download-nustar__faq-item { background-color: #f0f8ff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: all 0.4s ease; } .page-how-to-download-nustar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #e6f7ff; border-bottom: 1px solid #e0e0e0; } .page-how-to-download-nustar__faq-question:hover { background-color: #d1ecf1; } .page-how-to-download-nustar__faq-question h3 { margin: 0; font-size: 1.2em; color: #007bff; pointer-events: none; } .page-how-to-download-nustar__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-how-to-download-nustar__faq-item.active .page-how-to-download-nustar__faq-toggle { transform: rotate(45deg); } .page-how-to-download-nustar__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; } .page-how-to-download-nustar__faq-item.active .page-how-to-download-nustar__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-how-to-download-nustar__cta-section { text-align: center; padding: 50px 20px; background-color: #0056b3; color: #fff; border-radius: 10px; margin-bottom: 30px; } .page-how-to-download-nustar__cta-title { font-size: 2.5em; margin-bottom: 20px; font-weight: 700; } .page-how-to-download-nustar__cta-description { font-size: 1.1em; margin-bottom: 30px; } .page-how-to-download-nustar__cta-button { background-color: #ffc107; color: #333; padding: 18px 35px; border-radius: 50px; 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-how-to-download-nustar__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-how-to-download-nustar img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; } @media (max-width: 768px) { .page-how-to-download-nustar__hero-title { font-size: 2em; } .page-how-to-download-nustar__hero-description { font-size: 1em; } .page-how-to-download-nustar__section-title { font-size: 1.8em; } .page-how-to-download-nustar__step-item { flex: 1 1 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-how-to-download-nustar__step-list, .page-how-to-download-nustar__benefits-grid { gap: 15px; } .page-how-to-download-nustar__faq-question h3 { font-size: 1.1em; } .page-how-to-download-nustar__cta-title { font-size: 2em; } .page-how-to-download-nustar__cta-description { font-size: 1em; } .page-how-to-download-nustar__download-button, .page-how-to-download-nustar__cta-button { padding: 12px 25px; font-size: 1em; } .page-how-to-download-nustar__container { padding: 15px; } .page-how-to-download-nustar__faq-answer { padding: 0 15px; } .page-how-to-download-nustar__faq-item.active .page-how-to-download-nustar__faq-answer { padding: 15px !important; } .page-how-to-download-nustar__step-item img, .page-how-to-download-nustar__section img, .page-how-to-download-nustar__hero-section img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-how-to-download-nustar__hero-title { font-size: 1.8em; } .page-how-to-download-nustar__section-title { font-size: 1.6em; } .page-how-to-download-nustar__cta-title { font-size: 1.8em; } }