/* General Styles */:root { --page-primary-color: #e44d26; --page-secondary-color: #333; --page-accent-color: #007bff; --page-text-color: #f0f0f0; --page-bg-color: #1a1a1a; --page-card-bg: #2a2a2a; --page-border-color: #444;}.page-1win { font-family: 'Arial', sans-serif; color: var(--page-text-color); background-color: var(--page-bg-color); line-height: 1.6; padding-bottom: 50px;}.page-1win__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}.page-1win__section { padding: 40px 0; text-align: center;}.page-1win__section-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-primary-color);}.page-1win__section-subtitle { font-size: 1.2em; margin-bottom: 30px; color: var(--page-text-color);}.page-1win__button { display: inline-block; background-color: var(--page-primary-color); color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; cursor: pointer;}.page-1win__button:hover { background-color: #ff6a00;}.page-1win__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; object-fit: cover;}.page-1win__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box;}.page-1win__text-center { text-align: center;}.page-1win__text-left { text-align: left;}.page-1win__text-right { text-align: right;}/* HERO Section */.page-1win__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:1win_bets,philippines,casino,sports]') no-repeat center center/cover; padding: 10px 0 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 80vh; text-align: center; position: relative; z-index: 1;}.page-1win__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-1win__hero-subtitle { font-size: 1.5em; color: #fff; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); max-width: 800px;}.page-1win__hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}.page-1win__hero-button { background-color: var(--page-primary-color); padding: 15px 30px; font-size: 1.1em; border-radius: 8px;}.page-1win__hero-button:hover { background-color: #ff6a00;}/* Payment Providers Section */.page-1win__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: var(--page-card-bg); padding: 30px 20px; margin-top: -50px; position: relative; z-index: 2; border-radius: 0 0 10px 10px;}.page-1win__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-1win__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}/* Introduction Section */.page-1win__introduction-section { background-color: var(--page-bg-color); padding: 60px 0;}.page-1win__intro-content { display: flex; flex-direction: column; gap: 20px; text-align: left;}.page-1win__intro-paragraph { font-size: 1.1em; color: var(--page-text-color); margin-bottom: 10px;}.page-1win__intro-paragraph strong { color: var(--page-primary-color);}/* Quick Access Section */.page-1win__quick-access-section { background-color: var(--page-card-bg); padding: 50px 0;}.page-1win__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px;}.page-1win__quick-access-item { background-color: var(--page-secondary-color); padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease;}.page-1win__quick-access-item:hover { transform: translateY(-5px);}.page-1win__quick-access-link { color: #fff; font-size: 1.2em; text-decoration: none; display: block;}.page-1win__quick-access-link:hover { color: var(--page-primary-color);}/* Games Section */.page-1win__games-section { background-color: var(--page-bg-color); padding: 60px 0;}.page-1win__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-1win__game-card { background-color: var(--page-card-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;}.page-1win__game-card:hover { transform: translateY(-10px);}.page-1win__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden;}.page-1win__game-card-image { width: 100%; height: 100%; object-fit: cover;}.page-1win__game-card-content { padding: 20px;}.page-1win__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: var(--page-primary-color);}.page-1win__game-card-description { font-size: 0.95em; color: var(--page-text-color); margin-bottom: 15px;}.page-1win__game-card-button { display: inline-block; background-color: var(--page-accent-color); color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold;}.page-1win__game-card-button:hover { background-color: #0056b3;}/* Promotions Section */.page-1win__promotions-section { background-color: var(--page-secondary-color); padding: 60px 0;}.page-1win__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-1win__promo-card { background-color: var(--page-card-bg); border-radius: 10px; padding: 25px; text-align: left; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.page-1win__promo-card-title { font-size: 1.6em; color: var(--page-primary-color); margin-bottom: 10px;}.page-1win__promo-card-description { font-size: 1em; color: var(--page-text-color); margin-bottom: 15px;}.page-1win__promo-button { background-color: var(--page-accent-color); padding: 10px 20px; font-size: 0.95em; border-radius: 5px;}/* Security & Support Section */.page-1win__security-support-section { background-color: var(--page-bg-color); padding: 60px 0;}.page-1win__security-content { display: flex; flex-direction: column; gap: 20px; text-align: left;}.page-1win__security-paragraph { font-size: 1.1em; color: var(--page-text-color); margin-bottom: 10px;}.page-1win__security-paragraph strong { color: var(--page-primary-color);}/* FAQ Section */.page-1win__faq-section { background-color: var(--page-card-bg); padding: 60px 0;}.page-1win__faq-list { max-width: 800px; margin: 40px auto 0;}.page-1win__faq-item { background-color: var(--page-secondary-color); margin-bottom: 15px; border-radius: 8px; overflow: hidden;}.page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: var(--page-secondary-color); border-bottom: 1px solid var(--page-border-color);}.page-1win__faq-question:hover { background-color: #444;}.page-1win__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--page-text-color); pointer-events: none;}.page-1win__faq-toggle { font-size: 1.5em; font-weight: bold; color: var(--page-primary-color); transition: transform 0.3s ease; pointer-events: none;}.page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg);}.page-1win__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: #383838;}.page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}/* Blog Section */.page-1win__blog-section { background-color: var(--page-bg-color); padding: 60px 0;}.page-1win__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;}.page-1win__blog-card { background-color: var(--page-card-bg); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: left;}.page-1win__blog-card:hover { transform: translateY(-10px);}.page-1win__blog-card-image-wrapper { width: 100%; height: 200px; overflow: hidden;}.page-1win__blog-card-image { width: 100%; height: 100%; object-fit: cover;}.page-1win__blog-card-content { padding: 20px;}.page-1win__blog-card-title { font-size: 1.4em; color: var(--page-primary-color); margin-bottom: 10px;}.page-1win__blog-card-title a { color: var(--page-primary-color); text-decoration: none;}.page-1win__blog-card-title a:hover { text-decoration: underline;}.page-1win__blog-card-excerpt { font-size: 0.95em; color: var(--page-text-color); margin-bottom: 15px;}.page-1win__blog-card-date { font-size: 0.85em; color: #aaa;}/* Floating Buttons */.page-1win__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000;}.page-1win__floating-button { background-color: var(--page-primary-color); color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease;}.page-1win__floating-button:hover { background-color: #ff6a00;}/* Responsive Styles */@media (max-width: 1024px) { .page-1win__hero-title { font-size: 3em; } .page-1win__hero-subtitle { font-size: 1.3em; } .page-1win__section-title { font-size: 2em; }}.page-1win__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}.page-1win__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}@media (max-width: 768px) { .page-1win__hero-section { min-height: 60vh; padding-bottom: 60px; } .page-1win__hero-title { font-size: 2.5em; } .page-1win__hero-subtitle { font-size: 1.1em; } .page-1win__hero-buttons { flex-direction: column; gap: 15px; } .page-1win__hero-button { width: 80%; max-width: 300px; margin: 0 auto; } .page-1win__section { padding: 30px 0; } .page-1win__section-title { font-size: 1.8em; } .page-1win__section-subtitle { font-size: 1em; } .page-1win__container { padding: 0 15px; } .page-1win__quick-access-grid, .page-1win__games-grid, .page-1win__promotions-grid, .page-1win__blog-grid { grid-template-columns: 1fr; } .page-1win__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-1win__payment-logo, .page-1win__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-1win__faq-question h3 { font-size: 1.1em; } .page-1win__faq-answer { padding: 0 15px; } .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px !important; } .page-1win__image, .page-1win__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1win__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }}.page-1win__hero-section { padding-top: 10px;}