.page-law-creating-pagcor { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-law-creating-pagcor__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-law-creating-pagcor__hero-section { background-color: #004d40; color: #fff; text-align: center; padding: 60px 20px 40px; border-radius: 8px; margin-bottom: 30px; position: relative; overflow: hidden; padding-top: 70px; } @media (max-width: 768px) { .page-law-creating-pagcor__hero-section { padding-top: 60px; } } .page-law-creating-pagcor__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-law-creating-pagcor__hero-content { position: relative; z-index: 1; }.page-law-creating-pagcor__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-law-creating-pagcor__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-law-creating-pagcor__cta-button { display: inline-block; background-color: #ffcc00; color: #004d40; 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; }.page-law-creating-pagcor__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-law-creating-pagcor__section { background-color: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin-bottom: 30px; }.page-law-creating-pagcor__section-title { color: #004d40; font-size: 2em; margin-bottom: 25px; text-align: center; position: relative; padding-bottom: 10px; }.page-law-creating-pagcor__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #ffcc00; }.page-law-creating-pagcor__text-block p { margin-bottom: 15px; text-align: justify; }.page-law-creating-pagcor__text-block ul { list-style-type: disc; margin-left: 20px; margin-bottom: 15px; }.page-law-creating-pagcor__text-block li { margin-bottom: 8px; }.page-law-creating-pagcor__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-law-creating-pagcor__card { background-color: #f2f2f2; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 1px 5px rgba(0,0,0,0.03); transition: transform 0.3s ease; }.page-law-creating-pagcor__card:hover { transform: translateY(-5px); }.page-law-creating-pagcor__card-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-law-creating-pagcor__card-title { font-size: 1.4em; color: #004d40; margin-bottom: 10px; }.page-law-creating-pagcor__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-law-creating-pagcor__card-button { display: inline-block; background-color: #004d40; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-law-creating-pagcor__card-button:hover { background-color: #00332e; }.page-law-creating-pagcor__image-full-width { width: 100%; height: auto; border-radius: 8px; margin-top: 20px; margin-bottom: 20px; object-fit: cover; }.page-law-creating-pagcor__faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-law-creating-pagcor__faq-question { background-color: #e0f2f1; padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #004d40; transition: background-color 0.3s ease; }.page-law-creating-pagcor__faq-question:hover { background-color: #c8e6c9; }.page-law-creating-pagcor__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-law-creating-pagcor__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-law-creating-pagcor__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f9f9f9; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-law-creating-pagcor__faq-item.active .page-law-creating-pagcor__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-law-creating-pagcor__faq-item.active .page-law-creating-pagcor__faq-toggle { transform: rotate(45deg); }.page-law-creating-pagcor__blog-post { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0,0,0,0.03); display: flex; flex-direction: column; }.page-law-creating-pagcor__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-law-creating-pagcor__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-law-creating-pagcor__blog-title { font-size: 1.2em; color: #004d40; margin-bottom: 10px; }.page-law-creating-pagcor__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-law-creating-pagcor__blog-title a:hover { color: #ffcc00; }.page-law-creating-pagcor__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; flex-grow: 1; }.page-law-creating-pagcor__blog-date { font-size: 0.8em; color: #777; margin-top: auto; }.page-law-creating-pagcor__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; margin-bottom: 30px; }.page-law-creating-pagcor__button-group .page-law-creating-pagcor__cta-button { margin: 0; }.page-law-creating-pagcor__game-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0,0,0,0.03); text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; }.page-law-creating-pagcor__game-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; }.page-law-creating-pagcor__game-title { font-size: 1.3em; color: #004d40; margin-bottom: 10px; padding: 0 15px; }.page-law-creating-pagcor__game-description { font-size: 0.9em; color: #555; margin-bottom: 15px; padding: 0 15px; flex-grow: 1; }.page-law-creating-pagcor__game-button { display: inline-block; background-color: #ffcc00; color: #004d40; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-law-creating-pagcor__game-button:hover { background-color: #e6b800; } @media (max-width: 768px) { .page-law-creating-pagcor__hero-title { font-size: 2em; }.page-law-creating-pagcor__hero-subtitle { font-size: 1em; }.page-law-creating-pagcor__section { padding: 25px; }.page-law-creating-pagcor__section-title { font-size: 1.7em; }.page-law-creating-pagcor__grid { grid-template-columns: 1fr; }.page-law-creating-pagcor__card, .page-law-creating-pagcor__blog-post, .page-law-creating-pagcor__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-law-creating-pagcor__button-group { flex-direction: column; }.page-law-creating-pagcor__cta-button { width: 100%; box-sizing: border-box; }.page-law-creating-pagcor__text-block ul, .page-law-creating-pagcor__text-block ol { padding-left: 20px !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-law-creating-pagcor__text-block li { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-law-creating-pagcor__faq-question { padding: 15px 20px; }.page-law-creating-pagcor__faq-question h3 { font-size: 1em; }.page-law-creating-pagcor__faq-answer { padding: 0 20px; }.page-law-creating-pagcor__faq-item.active .page-law-creating-pagcor__faq-answer { padding: 15px 20px !important; }.page-law-creating-pagcor__blog-image { height: 150px; }.page-law-creating-pagcor__blog-title { font-size: 1.1em; }.page-law-creating-pagcor__game-image { height: 150px; } }