.page-vf55-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; } .page-vf55-com__hero-section { background: linear-gradient(135deg, #0a1931, #1a2a44); color: #fff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 10px; } .page-vf55-com__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-vf55-com__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-vf55-com__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; color: #ffd700; } .page-vf55-com__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #eee; } .page-vf55-com__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-vf55-com__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 14px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: 2px solid #e44d26; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-vf55-com__cta-button:hover { background-color: #ff6600; transform: translateY(-3px); } .page-vf55-com__cta-button--secondary { background-color: transparent; border-color: #ffd700; color: #ffd700; } .page-vf55-com__cta-button--secondary:hover { background-color: #ffd700; color: #0a1931; } .page-vf55-com__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-vf55-com__payment-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #0a1931; font-weight: bold; } .page-vf55-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-vf55-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-vf55-com__section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-vf55-com__section-title { font-size: 2.2em; color: #0a1931; text-align: center; margin-bottom: 30px; font-weight: bold; position: relative; padding-bottom: 10px; } .page-vf55-com__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e44d26; margin: 10px auto 0; border-radius: 2px; } .page-vf55-com__text-content { font-size: 1.1em; color: #555; text-align: justify; margin-bottom: 20px; } .page-vf55-com__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; list-style: none; padding: 0; } .page-vf55-com__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-vf55-com__feature-item:hover { transform: translateY(-5px); } .page-vf55-com__feature-icon { margin-bottom: 15px; width: 100px; height: 100px; max-width: 100%; height: auto; object-fit: contain; } .page-vf55-com__feature-heading { font-size: 1.4em; color: #0a1931; margin-bottom: 10px; } .page-vf55-com__feature-description { font-size: 1em; color: #666; } .page-vf55-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-vf55-com__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-vf55-com__game-card:hover { transform: translateY(-7px); } .page-vf55-com__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-vf55-com__game-content { padding: 20px; } .page-vf55-com__game-title { font-size: 1.5em; color: #0a1931; margin-bottom: 10px; } .page-vf55-com__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-vf55-com__game-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-vf55-com__game-button:hover { background-color: #ff6600; } .page-vf55-com__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; list-style: none; padding: 0; } .page-vf55-com__promo-item { background-color: #f9f9f9; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; } .page-vf55-com__promo-heading { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; } .page-vf55-com__promo-description { font-size: 1em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-vf55-com__promo-button { align-self: flex-start; background-color: #0a1931; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-vf55-com__promo-button:hover { background-color: #1a2a44; } .page-vf55-com__contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-vf55-com__info-box { background-color: #f9f9f9; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .page-vf55-com__info-heading { font-size: 1.3em; color: #0a1931; margin-bottom: 10px; } .page-vf55-com__info-text { font-size: 1em; color: #666; margin-bottom: 10px; } .page-vf55-com__social-links { margin-top: 15px; display: flex; justify-content: center; gap: 15px; } .page-vf55-com__social-link { display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background-color: #e44d26; color: #fff; text-align: center; font-size: 1.2em; text-decoration: none; transition: background-color 0.3s ease; } .page-vf55-com__social-link:hover { background-color: #ff6600; } .page-vf55-com__faq-container { margin-top: 30px; } .page-vf55-com__faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-vf55-com__faq-question { background-color: #f0f0f0; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #0a1931; transition: background-color 0.3s ease; user-select: none; } .page-vf55-com__faq-question:hover { background-color: #e0e0e0; } .page-vf55-com__faq-question h3 { margin: 0; font-size: 1.1em; color: #0a1931; pointer-events: none; } .page-vf55-com__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-vf55-com__faq-item.active .page-vf55-com__faq-toggle { transform: rotate(45deg); } .page-vf55-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-vf55-com__faq-item.active .page-vf55-com__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-vf55-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-vf55-com__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-vf55-com__blog-card:hover { transform: translateY(-7px); } .page-vf55-com__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-vf55-com__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-vf55-com__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-vf55-com__blog-title { font-size: 1.3em; color: #0a1931; margin-bottom: 10px; line-height: 1.3; } .page-vf55-com__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-vf55-com__blog-readmore { align-self: flex-start; color: #e44d26; font-weight: bold; text-decoration: none; transition: color 0.3s ease; } .page-vf55-com__blog-readmore:hover { color: #ff6600; } @media (max-width: 768px) { .page-vf55-com__hero-section { padding: 40px 15px 30px; } .page-vf55-com__hero-title { font-size: 2.2em; } .page-vf55-com__hero-subtitle { font-size: 1.1em; } .page-vf55-com__cta-buttons { flex-direction: column; gap: 15px; } .page-vf55-com__cta-button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-vf55-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; } .page-vf55-com__payment-logo, .page-vf55-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-vf55-com__section { padding: 30px 15px; } .page-vf55-com__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-vf55-com__text-content { font-size: 1em; } .page-vf55-com__feature-list, .page-vf55-com__game-grid, .page-vf55-com__promo-list, .page-vf55-com__contact-info, .page-vf55-com__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-vf55-com__feature-item, .page-vf55-com__promo-item, .page-vf55-com__info-box { padding: 20px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-vf55-com__game-image { height: 180px; } .page-vf55-com__game-content { padding: 15px; } .page-vf55-com__game-title { font-size: 1.3em; } .page-vf55-com__faq-question { padding: 12px 15px; } .page-vf55-com__faq-question h3 { font-size: 1em; } .page-vf55-com__faq-answer { padding: 0 15px; } .page-vf55-com__faq-item.active .page-vf55-com__faq-answer { padding: 15px !important; } .page-vf55-com__blog-image { height: 160px; } .page-vf55-com__blog-content { padding: 15px; } .page-vf55-com__blog-title { font-size: 1.2em; } .page-vf55-com__text-content, .page-vf55-com__feature-description, .page-vf55-com__promo-description, .page-vf55-com__info-text, .page-vf55-com__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-vf55-com__feature-list, .page-vf55-com__game-grid, .page-vf55-com__promo-list, .page-vf55-com__contact-info, .page-vf55-com__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; } .page-vf55-com__feature-item img, .page-vf55-com__game-card img, .page-vf55-com__blog-card img { max-width: 100% !important; height: auto !important; } }