.page-ivibet-chile { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-ivibet-chile__section { padding: 40px 20px; margin-bottom: 20px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-ivibet-chile__hero-section { padding-top: 50px; text-align: center; background-image: url('[GALLERY:hero:1920x1080:ivibet chile,online casino,gaming,promo,philippines]'); background-size: cover; background-position: center; color: #fff; position: relative; overflow: hidden; } .page-ivibet-chile__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-ivibet-chile__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 60px 20px; } .page-ivibet-chile__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ivibet-chile__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-ivibet-chile__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-ivibet-chile__button:hover { background-color: #ff6f40; transform: translateY(-2px); } .page-ivibet-chile__title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-ivibet-chile__subtitle { font-size: 1.8em; color: #f0f0f0; margin-bottom: 20px; } .page-ivibet-chile__text { font-size: 1.1em; margin-bottom: 15px; } .page-ivibet-chile__image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; display: block; } .page-ivibet-chile__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ivibet-chile__grid-item { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-ivibet-chile__grid-item:hover { transform: translateY(-5px); } .page-ivibet-chile__grid-item-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-ivibet-chile__list { list-style: none; padding: 0; margin: 0; } .page-ivibet-chile__list-item { background-color: #2a2a2a; padding: 15px 20px; border-radius: 5px; margin-bottom: 10px; display: flex; align-items: center; } .page-ivibet-chile__list-item::before { content: '✓'; color: #e44d26; margin-right: 10px; font-weight: bold; } .page-ivibet-chile__card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } .page-ivibet-chile__card-image { width: 100%; height: 200px; object-fit: cover; } .page-ivibet-chile__card-content { padding: 20px; } .page-ivibet-chile__card-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-ivibet-chile__card-date { font-size: 0.9em; color: #bbb; margin-bottom: 10px; } .page-ivibet-chile__card-description { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-ivibet-chile__blog-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-ivibet-chile__blog-link:hover { color: #ff6f40; } .page-ivibet-chile__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-ivibet-chile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; transition: background-color 0.3s ease; } .page-ivibet-chile__faq-question:hover { background-color: #444; } .page-ivibet-chile__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-ivibet-chile__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-ivibet-chile__faq-item.active .page-ivibet-chile__faq-toggle { transform: rotate(45deg); } .page-ivibet-chile__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-ivibet-chile__faq-item.active .page-ivibet-chile__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ivibet-chile__cta-section { text-align: center; padding: 60px 20px; background-color: #2a2a2a; border-radius: 8px; margin-top: 40px; } .page-ivibet-chile__cta-title { font-size: 2.2em; color: #e44d26; margin-bottom: 20px; } .page-ivibet-chile__cta-text { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-ivibet-chile__hero-title { font-size: 2.5em; } .page-ivibet-chile__hero-description { font-size: 1em; } .page-ivibet-chile__title { font-size: 2em; } .page-ivibet-chile__subtitle { font-size: 1.5em; } .page-ivibet-chile__section { padding: 30px 15px; } .page-ivibet-chile__grid { grid-template-columns: 1fr; } .page-ivibet-chile__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-ivibet-chile__faq-question h3 { font-size: 1.1em; } .page-ivibet-chile__faq-answer { padding: 0 10px; } .page-ivibet-chile__faq-item.active .page-ivibet-chile__faq-answer { padding: 15px 10px !important; } .page-ivibet-chile__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ivibet-chile__card-image { max-width: 100% !important; height: 180px !important; box-sizing: border-box !important; } .page-ivibet-chile__card-content { padding: 15px; } .page-ivibet-chile__card-title { font-size: 1.2em; } .page-ivibet-chile__card-description { font-size: 0.95em; } } @media (max-width: 480px) { .page-ivibet-chile__hero-title { font-size: 2em; } .page-ivibet-chile__hero-description { font-size: 0.9em; } .page-ivibet-chile__button { padding: 12px 25px; font-size: 1em; } }