body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #0d1117; color: #e6edf3; } .page-slot-lisensi-resmi-pagcor { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-slot-lisensi-resmi-pagcor__hero-section { background: linear-gradient(135deg, #1e3a8a, #0c4a6e); padding: 60px 0; text-align: center; color: #fff; border-radius: 8px; margin-bottom: 40px; padding-top: 10px; } .page-slot-lisensi-resmi-pagcor__hero-image-wrapper { margin-bottom: 20px; } .page-slot-lisensi-resmi-pagcor__hero-image { max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; } .page-slot-lisensi-resmi-pagcor__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; } .page-slot-lisensi-resmi-pagcor__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; } .page-slot-lisensi-resmi-pagcor__cta-button { display: inline-block; background-color: #ffc107; color: #1a202c; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-slot-lisensi-resmi-pagcor__cta-button:hover { background-color: #e0a800; } .page-slot-lisensi-resmi-pagcor__section-title { font-size: 2.2em; text-align: center; color: #ffc107; margin-bottom: 30px; padding-top: 20px; } .page-slot-lisensi-resmi-pagcor__content-text { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; text-align: justify; } .page-slot-lisensi-resmi-pagcor__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-slot-lisensi-resmi-pagcor__feature-item { background-color: #1a202c; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-slot-lisensi-resmi-pagcor__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-slot-lisensi-resmi-pagcor__feature-icon { margin-bottom: 15px; max-width: 100%; height: auto; border-radius: 4px; } .page-slot-lisensi-resmi-pagcor__feature-title { font-size: 1.4em; color: #ffc107; margin-bottom: 10px; } .page-slot-lisensi-resmi-pagcor__feature-description { font-size: 1em; line-height: 1.5; color: #c0c0c0; } .page-slot-lisensi-resmi-pagcor__game-types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 40px; } .page-slot-lisensi-resmi-pagcor__game-card { background-color: #1a202c; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; } .page-slot-lisensi-resmi-pagcor__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-slot-lisensi-resmi-pagcor__game-image { width: 100%; height: 200px; object-fit: cover; } .page-slot-lisensi-resmi-pagcor__game-info { padding: 20px; } .page-slot-lisensi-resmi-pagcor__game-title { font-size: 1.3em; color: #ffc107; margin-bottom: 10px; } .page-slot-lisensi-resmi-pagcor__game-description { font-size: 0.95em; line-height: 1.5; color: #c0c0c0; } .page-slot-lisensi-pagcor__faq-section { background-color: #1a202c; padding: 40px 0; border-radius: 8px; margin-bottom: 40px; } .page-slot-lisensi-resmi-pagcor__faq-item { border-bottom: 1px solid #333; margin-bottom: 10px; } .page-slot-lisensi-resmi-pagcor__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-slot-lisensi-resmi-pagcor__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #2d3748; border-radius: 5px; margin-bottom: 5px; transition: background-color 0.3s ease; } .page-slot-lisensi-resmi-pagcor__faq-question:hover { background-color: #4a5568; } .page-slot-lisensi-resmi-pagcor__faq-question h3 { margin: 0; font-size: 1.2em; color: #e6edf3; pointer-events: none; } .page-slot-lisensi-resmi-pagcor__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffc107; pointer-events: none; transition: transform 0.3s ease; } .page-slot-lisensi-resmi-pagcor__faq-item.active .page-slot-lisensi-resmi-pagcor__faq-toggle { transform: rotate(45deg); } .page-slot-lisensi-resmi-pagcor__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; background-color: #222b37; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .page-slot-lisensi-resmi-pagcor__faq-item.active .page-slot-lisensi-resmi-pagcor__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-slot-lisensi-resmi-pagcor__faq-answer p { margin: 0; font-size: 1em; line-height: 1.6; color: #c0c0c0; } @media (max-width: 768px) { .page-slot-lisensi-resmi-pagcor { padding: 0 10px; } .page-slot-lisensi-resmi-pagcor__hero-section { padding: 40px 0; } .page-slot-lisensi-resmi-pagcor__hero-title { font-size: 2em; } .page-slot-lisensi-resmi-pagcor__hero-subtitle { font-size: 1em; } .page-slot-lisensi-resmi-pagcor__cta-button { padding: 12px 25px; font-size: 1em; } .page-slot-lisensi-resmi-pagcor__section-title { font-size: 1.8em; } .page-slot-lisensi-resmi-pagcor__features-grid, .page-slot-lisensi-resmi-pagcor__game-types-grid { grid-template-columns: 1fr; } .page-slot-lisensi-resmi-pagcor__feature-item, .page-slot-lisensi-resmi-pagcor__game-card { margin-bottom: 20px; } .page-slot-lisensi-resmi-pagcor__faq-question { padding: 12px 15px; } .page-slot-lisensi-resmi-pagcor__faq-question h3 { font-size: 1.1em; } .page-slot-lisensi-resmi-pagcor__faq-answer { padding: 0 15px; } .page-slot-lisensi-resmi-pagcor__faq-item.active .page-slot-lisensi-resmi-pagcor__faq-answer { padding: 15px !important; } .page-slot-lisensi-resmi-pagcor__features-grid > *, .page-slot-lisensi-resmi-pagcor__game-types-grid > * { 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-slot-lisensi-resmi-pagcor__features-grid, .page-slot-lisensi-resmi-pagcor__game-types-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }