/* Reset and base styles */:root { --primary-color: #FFD700; /* Gold */ --secondary-color: #00BFFF; /* Deep Sky Blue */ --accent-color: #FF4500; /* Orange Red */ --text-color-light: #FFFFFF; --text-color-dark: #333333; --bg-color-dark: #1a1a2e; --bg-color-light: #282844; --border-color: #4a4a6e; --button-hover-darken: 10%; } * { box-sizing: border-box; } .page-fortune-slots-777-paga-mesmo { font-family: 'Arial', sans-serif; color: var(--text-color-light); background-color: var(--bg-color-dark); line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-fortune-slots-777-paga-mesmo__section-title { font-size: 2.5rem; color: var(--primary-color); text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-fortune-slots-777-paga-mesmo__section-description { font-size: 1.1rem; text-align: center; max-width: 900px; margin: 0 auto 40px auto; color: rgba(255, 255, 255, 0.8); } .page-fortune-slots-777-paga-mesmo__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; white-space: nowrap; } .page-fortune-slots-777-paga-mesmo__button--primary { background-color: var(--primary-color); color: var(--text-color-dark); border: none; } .page-fortune-slots-777-paga-mesmo__button--primary:hover { background-color: color-mix(in srgb, var(--primary-color), black var(--button-hover-darken)); transform: translateY(-2px); } .page-fortune-slots-777-paga-mesmo__button--secondary { background-color: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); } .page-fortune-slots-777-paga-mesmo__button--secondary:hover { background-color: var(--primary-color); color: var(--text-color-dark); transform: translateY(-2px); } .page-fortune-slots-777-paga-mesmo__button--tertiary { background-color: var(--secondary-color); color: var(--text-color-light); border: none; } .page-fortune-slots-777-paga-mesmo__button--tertiary:hover { background-color: color-mix(in srgb, var(--secondary-color), black var(--button-hover-darken)); transform: translateY(-2px); } .page-fortune-slots-777-paga-mesmo__button--contact { background-color: var(--accent-color); color: var(--text-color-light); border: none; margin-top: 30px; } .page-fortune-slots-777-paga-mesmo__button--contact:hover { background-color: color-mix(in srgb, var(--accent-color), black var(--button-hover-darken)); transform: translateY(-2px); } img { max-width: 100%; height: auto; display: block; } /* Hero Section */ .page-fortune-slots-777-paga-mesmo__hero-section { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 600px; padding: 10px 20px 80px 20px; background-color: var(--bg-color-dark); } .page-fortune-slots-777-paga-mesmo__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-fortune-slots-777-paga-mesmo__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); } .page-fortune-slots-777-paga-mesmo__hero-content { position: relative; z-index: 2; text-align: center; max-width: 900px; } .page-fortune-slots-777-paga-mesmo__hero-title { font-size: 3.5rem; margin-bottom: 20px; color: var(--primary-color); line-height: 1.2; } .page-fortune-slots-777-paga-mesmo__hero-subtitle { font-size: 1.4rem; margin-bottom: 40px; color: rgba(255, 255, 255, 0.9); } .page-fortune-slots-777-paga-mesmo__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } /* Introduction Section */ .page-fortune-slots-777-paga-mesmo__introduction-section { padding: 80px 20px; background-color: var(--bg-color-light); text-align: center; } .page-fortune-slots-777-paga-mesmo__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__feature-item { background-color: var(--bg-color-dark); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-fortune-slots-777-paga-mesmo__feature-item:hover { transform: translateY(-10px); } .page-fortune-slots-777-paga-mesmo__feature-icon { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 20px auto; } .page-fortune-slots-777-paga-mesmo__feature-title { font-size: 1.5rem; color: var(--primary-color); margin-bottom: 10px; } .page-fortune-slots-777-paga-mesmo__feature-text { font-size: 1rem; color: rgba(255, 255, 255, 0.7); } /* Quick Access Section */ .page-fortune-slots-777-paga-mesmo__quick-access-section { padding: 80px 20px; background-color: var(--bg-color-dark); text-align: center; } .page-fortune-slots-777-paga-mesmo__access-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__access-link { background-color: var(--bg-color-light); padding: 25px; border-radius: 10px; text-decoration: none; color: var(--text-color-light); display: flex; flex-direction: column; align-items: center; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-fortune-slots-777-paga-mesmo__access-link:hover { background-color: color-mix(in srgb, var(--bg-color-light), white 10%); transform: translateY(-5px); } .page-fortune-slots-777-paga-mesmo__access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-fortune-slots-777-paga-mesmo__access-text { font-size: 1.1rem; font-weight: bold; color: var(--primary-color); text-align: center; } /* Games Section */ .page-fortune-slots-777-paga-mesmo__games-section { padding: 80px 20px; background-color: var(--bg-color-light); text-align: center; } .page-fortune-slots-777-paga-mesmo__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__game-category { background-color: var(--bg-color-dark); padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; } .page-fortune-slots-777-paga-mesmo__game-category:hover { transform: translateY(-10px); } .page-fortune-slots-777-paga-mesmo__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-fortune-slots-777-paga-mesmo__game-title { font-size: 1.6rem; color: var(--secondary-color); margin-bottom: 10px; } .page-fortune-slots-777-paga-mesmo__game-description { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; flex-grow: 1; } .page-fortune-slots-777-paga-mesmo__game-category .page-fortune-slots-777-paga-mesmo__button { margin-top: auto; background-color: var(--primary-color); color: var(--text-color-dark); } .page-fortune-slots-777-paga-mesmo__game-category .page-fortune-slots-777-paga-mesmo__button:hover { background-color: color-mix(in srgb, var(--primary-color), black var(--button-hover-darken)); } /* Promotions Section */ .page-fortune-slots-777-paga-mesmo__promotions-section { padding: 80px 20px; background-color: var(--bg-color-dark); text-align: center; } .page-fortune-slots-777-paga-mesmo__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__promo-card { background-color: var(--bg-color-light); padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; } .page-fortune-slots-777-paga-mesmo__promo-card:hover { transform: translateY(-10px); } .page-fortune-slots-777-paga-mesmo__promo-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-fortune-slots-777-paga-mesmo__promo-title { font-size: 1.6rem; color: var(--primary-color); margin-bottom: 10px; } .page-fortune-slots-777-paga-mesmo__promo-text { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; flex-grow: 1; } .page-fortune-slots-777-paga-mesmo__promo-card .page-fortune-slots-777-paga-mesmo__button { margin-top: auto; background-color: var(--accent-color); color: var(--text-color-light); } .page-fortune-slots-777-paga-mesmo__promo-card .page-fortune-slots-777-paga-mesmo__button:hover { background-color: color-mix(in srgb, var(--accent-color), black var(--button-hover-darken)); } /* Security and Support Section */ .page-fortune-slots-777-paga-mesmo__security-support-section { padding: 80px 20px; background-color: var(--bg-color-light); text-align: center; } .page-fortune-slots-777-paga-mesmo__support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__support-item { background-color: var(--bg-color-dark); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-fortune-slots-777-paga-mesmo__support-item:hover { transform: translateY(-10px); } .page-fortune-slots-777-paga-mesmo__support-icon { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 20px auto; } .page-fortune-slots-777-paga-mesmo__support-title { font-size: 1.5rem; color: var(--secondary-color); margin-bottom: 10px; } .page-fortune-slots-777-paga-mesmo__support-text { font-size: 1rem; color: rgba(255, 255, 255, 0.7); } /* FAQ Section */ .page-fortune-slots-777-paga-mesmo__faq-section { padding: 80px 20px; background-color: var(--bg-color-dark); } .page-fortune-slots-777-paga-mesmo__faq-list { max-width: 900px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__faq-item { background-color: var(--bg-color-light); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-fortune-slots-777-paga-mesmo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: var(--bg-color-light); border-bottom: 1px solid var(--border-color); user-select: none; transition: background-color 0.3s ease; } .page-fortune-slots-777-paga-mesmo__faq-question:hover { background-color: color-mix(in srgb, var(--bg-color-light), white 10%); } .page-fortune-slots-777-paga-mesmo__faq-title { font-size: 1.2rem; color: var(--text-color-light); margin: 0; flex-grow: 1; pointer-events: none; } .page-fortune-slots-777-paga-mesmo__faq-toggle { font-size: 1.8rem; font-weight: bold; color: var(--primary-color); margin-left: 20px; transition: transform 0.3s ease; pointer-events: none; } .page-fortune-slots-777-paga-mesmo__faq-item.active .page-fortune-slots-777-paga-mesmo__faq-toggle { transform: rotate(45deg); color: var(--accent-color); } .page-fortune-slots-777-paga-mesmo__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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: var(--bg-color-dark); color: rgba(255, 255, 255, 0.8); } .page-fortune-slots-777-paga-mesmo__faq-item.active .page-fortune-slots-777-paga-mesmo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-fortune-slots-777-paga-mesmo__faq-answer p { margin: 0; font-size: 1rem; } /* Blog Section */ .page-fortune-slots-777-paga-mesmo__blog-section { padding: 80px 20px; background-color: var(--bg-color-light); text-align: center; } .page-fortune-slots-777-paga-mesmo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__blog-card { background-color: var(--bg-color-dark); padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: flex-start; text-align: left; transition: transform 0.3s ease; } .page-fortune-slots-777-paga-mesmo__blog-card:hover { transform: translateY(-10px); } .page-fortune-slots-777-paga-mesmo__blog-image { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-fortune-slots-777-paga-mesmo__blog-title { font-size: 1.4rem; color: var(--primary-color); margin-bottom: 10px; line-height: 1.3; } .page-fortune-slots-777-paga-mesmo__blog-date { font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); margin-bottom: 10px; } .page-fortune-slots-777-paga-mesmo__blog-excerpt { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; flex-grow: 1; } .page-fortune-slots-777-paga-mesmo__blog-card .page-fortune-slots-777-paga-mesmo__button { margin-top: auto; background-color: var(--secondary-color); color: var(--text-color-light); font-size: 0.9rem; padding: 10px 20px; } .page-fortune-slots-777-paga-mesmo__blog-card .page-fortune-slots-777-paga-mesmo__button:hover { background-color: color-mix(in srgb, var(--secondary-color), black var(--button-hover-darken)); } /* Responsive adjustments */ @media (max-width: 1024px) { .page-fortune-slots-777-paga-mesmo__hero-title { font-size: 3rem; } .page-fortune-slots-777-paga-mesmo__hero-subtitle { font-size: 1.2rem; } .page-fortune-slots-777-paga-mesmo__section-title { font-size: 2rem; } } @media (max-width: 768px) { .page-fortune-slots-777-paga-mesmo { padding-top: var(--header-offset, 100px); } .page-fortune-slots-777-paga-mesmo__hero-section { min-height: 500px; padding: 10px 15px 60px 15px; } .page-fortune-slots-777-paga-mesmo__hero-title { font-size: 2.2rem; } .page-fortune-slots-777-paga-mesmo__hero-subtitle { font-size: 1rem; } .page-fortune-slots-777-paga-mesmo__hero-cta-group { flex-direction: column; gap: 15px; } .page-fortune-slots-777-paga-mesmo__button { width: 100%; max-width: 250px; margin: 0 auto; } .page-fortune-slots-777-paga-mesmo__section-title { font-size: 1.8rem; padding-top: 30px; } .page-fortune-slots-777-paga-mesmo__section-description { font-size: 0.95rem; margin-bottom: 30px; } .page-fortune-slots-777-paga-mesmo__introduction-section, .page-fortune-slots-777-paga-mesmo__quick-access-section, .page-fortune-slots-777-paga-mesmo__games-section, .page-fortune-slots-777-paga-mesmo__promotions-section, .page-fortune-slots-777-paga-mesmo__security-support-section, .page-fortune-slots-777-paga-mesmo__faq-section, .page-fortune-slots-777-paga-mesmo__blog-section { padding: 60px 15px; } .page-fortune-slots-777-paga-mesmo__features-grid, .page-fortune-slots-777-paga-mesmo__access-links-grid, .page-fortune-slots-777-paga-mesmo__game-categories, .page-fortune-slots-777-paga-mesmo__promo-grid, .page-fortune-slots-777-paga-mesmo__support-grid, .page-fortune-slots-777-paga-mesmo__blog-grid { grid-template-columns: 1fr; max-width: 400px; margin: 30px auto 0 auto; } .page-fortune-slots-777-paga-mesmo__feature-item, .page-fortune-slots-777-paga-mesmo__access-link, .page-fortune-slots-777-paga-mesmo__game-category, .page-fortune-slots-777-paga-mesmo__promo-card, .page-fortune-slots-777-paga-mesmo__support-item, .page-fortune-slots-777-paga-mesmo__blog-card { padding: 20px; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-fortune-slots-777-paga-mesmo__faq-list { margin-top: 30px; } .page-fortune-slots-777-paga-mesmo__faq-question { padding: 15px 20px; } .page-fortune-slots-777-paga-mesmo__faq-title { font-size: 1.1rem; } .page-fortune-slots-777-paga-mesmo__faq-answer { padding: 0 20px; } .page-fortune-slots-777-paga-mesmo__faq-item.active .page-fortune-slots-777-paga-mesmo__faq-answer { padding: 15px 20px !important; } .page-fortune-slots-777-paga-mesmo__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-fortune-slots-777-paga-mesmo__access-link, .page-fortune-slots-777-paga-mesmo__game-category, .page-fortune-slots-777-paga-mesmo__promo-card, .page-fortune-slots-777-paga-mesmo__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-fortune-slots-777-paga-mesmo__hero-title { font-size: 1.8rem; } .page-fortune-slots-777-paga-mesmo__hero-subtitle { font-size: 0.9rem; } .page-fortune-slots-777-paga-mesmo__section-title { font-size: 1.5rem; } .page-fortune-slots-777-paga-mesmo__faq-title { font-size: 1rem; } }