.page-superph-77 { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-superph-77__section { padding: 40px 20px; text-align: center; margin-bottom: 20px; border-radius: 8px; } .page-superph-77__section--dark { background-color: #2a0944; } .page-superph-77__section--light { background-color: #03001c; } .page-superph-77__hero-section { padding-top: 10px; position: relative; overflow: hidden; background: linear-gradient(135deg, #2a0944, #03001c); } .page-superph-77__hero-image { width: 100%; height: 600px; object-fit: cover; position: absolute; top: 0; left: 0; opacity: 0.4; z-index: 0; } .page-superph-77__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; padding: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-superph-77__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffc107; text-transform: uppercase; line-height: 1.1; } .page-superph-77__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; max-width: 800px; } .page-superph-77__cta-button { display: inline-block; background-color: #ffc107; color: #1a1a2e; padding: 15px 30px; 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-superph-77__cta-button:hover { background-color: #ffdb58; transform: translateY(-3px); } .page-superph-77__title { font-size: 2.5em; margin-bottom: 30px; color: #ffc107; text-transform: uppercase; position: relative; display: inline-block; } .page-superph-77__title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } .page-superph-77__text-content { max-width: 900px; margin: 0 auto 30px auto; font-size: 1.1em; color: #e0e0e0; } .page-superph-77__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-superph-77__card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-superph-77__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-superph-77__card-image { width: 100%; height: 250px; object-fit: cover; } .page-superph-77__card-content { padding: 20px; } .page-superph-77__card-title { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #ffc107; } .page-superph-77__card-description { font-size: 0.95em; color: #e0e0e0; margin-bottom: 15px; } .page-superph-77__card-link { display: inline-block; background-color: #ffc107; color: #1a1a2e; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-superph-77__card-link:hover { background-color: #ffdb58; } .page-superph-77__list { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; } .page-superph-77__list-item { background-color: #1a1a2e; margin-bottom: 15px; padding: 20px; border-radius: 8px; text-align: left; display: flex; align-items: center; gap: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-superph-77__list-icon { width: 60px; height: 60px; object-fit: contain; } .page-superph-77__list-text { flex-grow: 1; font-size: 1.1em; color: #e0e0e0; } .page-superph-77__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-superph-77__button { display: inline-block; background-color: #5d02a0; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-superph-77__button:hover { background-color: #7e03d0; transform: translateY(-2px); } .page-superph-77__faq-item { background-color: #1a1a2e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); max-width: 900px; margin-left: auto; margin-right: auto; } .page-superph-77__faq-question { padding: 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background-color: #2a0944; color: #ffc107; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-superph-77__faq-question:hover { background-color: #3f0b69; } .page-superph-77__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; color: #ffc107; } .page-superph-77__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-superph-77__faq-item.active .page-superph-77__faq-toggle { transform: rotate(45deg); } .page-superph-77__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; text-align: left; color: #e0e0e0; } .page-superph-77__faq-item.active .page-superph-77__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-superph-77__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-superph-77__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-superph-77__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-superph-77__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-superph-77__blog-content { padding: 20px; } .page-superph-77__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-superph-77__blog-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #ffc107; } .page-superph-77__blog-excerpt { font-size: 0.95em; color: #e0e0e0; margin-bottom: 15px; } @media (max-width: 1024px) { .page-superph-77__hero-title { font-size: 3em; } .page-superph-77__hero-subtitle { font-size: 1.3em; } .page-superph-77__title { font-size: 2em; } .page-superph-77__text-content { font-size: 1em; } } @media (max-width: 768px) { .page-superph-77__hero-title { font-size: 2.5em; } .page-superph-77__hero-subtitle { font-size: 1.2em; } .page-superph-77__hero-content { min-height: 400px; } .page-superph-77__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-superph-77__title { font-size: 1.8em; } .page-superph-77__section { padding: 30px 15px; } .page-superph-77__grid, .page-superph-77__blog-grid { grid-template-columns: 1fr; } .page-superph-77__list-item { flex-direction: column; align-items: flex-start; padding: 15px; } .page-superph-77__list-icon { margin-bottom: 10px; } .page-superph-77__list-text { font-size: 1em; } .page-superph-77__list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-superph-77__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-superph-77__faq-question { font-size: 1.1em; padding: 15px; } .page-superph-77__faq-answer { padding: 15px !important; } .page-superph-77__card-image, .page-superph-77__blog-image { height: 180px; } img { max-width: 100% !important; height: auto !important; } .page-superph-77__card, .page-superph-77__blog-card { width: 100%; max-width: 100%; box-sizing: border-box; } } @media (max-width: 480px) { .page-superph-77__hero-title { font-size: 2em; } .page-superph-77__hero-subtitle { font-size: 1em; } .page-superph-77__hero-content { min-height: 350px; } .page-superph-77__cta-button { padding: 10px 20px; font-size: 1em; } .page-superph-77__title { font-size: 1.5em; } }