body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-playtime-fnf-mod { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-playtime-fnf-mod__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-playtime-fnf-mod__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-playtime-fnf-mod__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #e44d26; border-radius: 2px; } .page-playtime-fnf-mod__section-description { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .highlight { color: #e44d26; font-weight: bold; } /* Hero Section */ .page-playtime-fnf-mod__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; overflow: hidden; padding-top: 10px; background-color: #000; } .page-playtime-fnf-mod__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; } .page-playtime-fnf-mod__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-playtime-fnf-mod__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; color: #fff; } .page-playtime-fnf-mod__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #eee; } .page-playtime-fnf-mod__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; border: none; cursor: pointer; } .page-playtime-fnf-mod__cta-button:hover { background-color: #ff6a42; transform: translateY(-3px); } .page-playtime-fnf-mod__cta-button--secondary { background-color: #333; border: 2px solid #e44d26; } .page-playtime-fnf-mod__cta-button--secondary:hover { background-color: #e44d26; border-color: #e44d26; } /* Payment Providers Section */ .page-playtime-fnf-mod__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: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-playtime-fnf-mod__payment-providers .page-playtime-fnf-mod__section-title { width: 100%; margin-bottom: 20px; } .page-playtime-fnf-mod__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto; } .page-playtime-fnf-mod__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: block; } /* Intro Section */ .page-playtime-fnf-mod__intro-section { padding: 60px 0; background-color: #f8f8f8; } .page-playtime-fnf-mod__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 40px auto; color: #444; } .page-playtime-fnf-mod__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-playtime-fnf-mod__feature-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .page-playtime-fnf-mod__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; } .page-playtime-fnf-mod__feature-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 15px; } .page-playtime-fnf-mod__feature-description { font-size: 1em; color: #666; } /* Quick Access Section */ .page-playtime-fnf-mod__quick-access-section { padding: 60px 0; background-color: #fff; } .page-playtime-fnf-mod__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; justify-content: center; } .page-playtime-fnf-mod__access-button { display: block; background-color: #333; color: #fff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__access-button:hover { background-color: #e44d26; transform: translateY(-3px); } /* Games Section */ .page-playtime-fnf-mod__games-section { padding: 60px 0; background-color: #f0f0f0; } .page-playtime-fnf-mod__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-playtime-fnf-mod__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .page-playtime-fnf-mod__game-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; } .page-playtime-fnf-mod__game-title { font-size: 1.6em; color: #1a1a1a; margin: 20px 15px 10px 15px; } .page-playtime-fnf-mod__game-text { font-size: 0.95em; color: #666; padding: 0 15px 20px 15px; } .page-playtime-fnf-mod__game-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-playtime-fnf-mod__game-button:hover { background-color: #ff6a42; } /* Promotions Section */ .page-playtime-fnf-mod__promo-section { padding: 60px 0; background-color: #fff; } .page-playtime-fnf-mod__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-playtime-fnf-mod__promo-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .page-playtime-fnf-mod__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; } .page-playtime-fnf-mod__promo-title { font-size: 1.4em; color: #1a1a1a; margin: 20px 15px 10px 15px; } .page-playtime-fnf-mod__promo-text { font-size: 0.95em; color: #666; padding: 0 15px 20px 15px; } .page-playtime-fnf-mod__promo-button { display: inline-block; background-color: #333; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-playtime-fnf-mod__promo-button:hover { background-color: #e44d26; } /* Security Section */ .page-playtime-fnf-mod__security-section { padding: 60px 0; background-color: #f8f8f8; } .page-playtime-fnf-mod__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .page-playtime-fnf-mod__security-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__security-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .page-playtime-fnf-mod__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto; } .page-playtime-fnf-mod__security-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; } .page-playtime-fnf-mod__security-text { font-size: 0.95em; color: #666; } /* FAQ Section */ .page-playtime-fnf-mod__faq-section { padding: 60px 0; background-color: #eee; } .page-playtime-fnf-mod__faq-list { max-width: 800px; margin: 0 auto; } .page-playtime-fnf-mod__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); overflow: hidden; } .page-playtime-fnf-mod__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fefefe; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-playtime-fnf-mod__faq-question:hover { background-color: #f5f5f5; } .page-playtime-fnf-mod__faq-title { font-size: 1.25em; color: #1a1a1a; margin: 0; flex-grow: 1; text-align: left; } .page-playtime-fnf-mod__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; margin-left: 20px; transition: transform 0.3s ease; line-height: 1; } .page-playtime-fnf-mod__faq-item.active .page-playtime-fnf-mod__faq-toggle { transform: rotate(45deg); } .page-playtime-fnf-mod__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; color: #444; font-size: 1em; text-align: left; } .page-playtime-fnf-mod__faq-item.active .page-playtime-fnf-mod__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-fnf-mod__faq-answer p { margin: 0; } /* Blog Section */ .page-playtime-fnf-mod__blog-section { padding: 60px 0; background-color: #fefefe; } .page-playtime-fnf-mod__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-playtime-fnf-mod__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-playtime-fnf-mod__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .page-playtime-fnf-mod__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; } .page-playtime-fnf-mod__blog-content { padding: 20px; } .page-playtime-fnf-mod__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.4; } .page-playtime-fnf-mod__blog-title a { color: #1a1a1a; text-decoration: none; transition: color 0.3s ease; } .page-playtime-fnf-mod__blog-title a:hover { color: #e44d26; } .page-playtime-fnf-mod__blog-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-playtime-fnf-mod__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-playtime-fnf-mod__blog-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-playtime-fnf-mod__blog-link:hover { color: #ff6a42; text-decoration: underline; } /* Responsive Design */ @media (max-width: 1024px) { .page-playtime-fnf-mod__hero-title { font-size: 3em; } .page-playtime-fnf-mod__hero-subtitle { font-size: 1.3em; } .page-playtime-fnf-mod__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-playtime-fnf-mod__container { padding: 15px; } .page-playtime-fnf-mod__hero-section { min-height: 400px; } .page-playtime-fnf-mod__hero-title { font-size: 2.2em; } .page-playtime-fnf-mod__hero-subtitle { font-size: 1.1em; } .page-playtime-fnf-mod__cta-button { padding: 12px 25px; font-size: 1.1em; margin: 8px; } /* Payment Providers specific mobile styles as per instructions */ .page-playtime-fnf-mod__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-playtime-fnf-mod__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } /* For the gamelogo img itself, though it's usually handled by the parent */ .page-playtime-fnf-mod__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-playtime-fnf-mod__intro-features, .page-playtime-fnf-mod__game-categories, .page-playtime-fnf-mod__promo-grid, .page-playtime-fnf-mod__security-grid, .page-playtime-fnf-mod__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-fnf-mod__feature-item, .page-playtime-fnf-mod__game-card, .page-playtime-fnf-mod__promo-card, .page-playtime-fnf-mod__security-item, .page-playtime-fnf-mod__blog-card { min-width: unset; max-width: 100%; width: 100% !important; box-sizing: border-box !important; padding: 20px; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-fnf-mod__quick-access-section .page-playtime-fnf-mod__access-grid { grid-template-columns: 1fr; gap: 15px; } .page-playtime-fnf-mod__game-image, .page-playtime-fnf-mod__promo-image, .page-playtime-fnf-mod__blog-image { height: 180px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; } /* Ensure parent containers for images also respect max-width: 100% */ .page-playtime-fnf-mod__game-card, .page-playtime-fnf-mod__promo-card, .page-playtime-fnf-mod__blog-card { overflow: hidden; width: 100%; max-width: 100%; box-sizing: border-box; } .page-playtime-fnf-mod__faq-question { padding: 15px 20px; } .page-playtime-fnf-mod__faq-title { font-size: 1.1em; } .page-playtime-fnf-mod__faq-toggle { font-size: 1.5em; } .page-playtime-fnf-mod__faq-answer { padding: 0 20px; } .page-playtime-fnf-mod__faq-item.active .page-playtime-fnf-mod__faq-answer { padding: 15px 20px !important; } .page-playtime-fnf-mod__blog-content { padding: 15px; } .page-playtime-fnf-mod__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-playtime-fnf-mod__section-description { font-size: 1em; margin-bottom: 30px; } /* List item word break */ .page-playtime-fnf-mod__faq-answer p, .page-playtime-fnf-mod__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-playtime-fnf-mod__hero-title { font-size: 1.8em; } .page-playtime-fnf-mod__hero-subtitle { font-size: 0.9em; } .page-playtime-fnf-mod__cta-button { padding: 10px 20px; font-size: 1em; } .page-playtime-fnf-mod__section-title { font-size: 1.5em; } }