:root { --page-1win-ufc-primary-color: #e4002b; /* UFC-like red */ --page-1win-ufc-secondary-color: #f7f7f7; --page-1win-ufc-dark-background: #1a1a1a; --page-1win-ufc-text-color: #ffffff; --page-1win-ufc-light-text-color: #cccccc; --page-1win-ufc-accent-color: #007bff; /* Blue for links/accents */ --page-1win-ufc-border-color: #333333;}.page-1win-ufc { font-family: 'Arial', sans-serif; color: var(--page-1win-ufc-text-color); background-color: var(--page-1win-ufc-dark-background); line-height: 1.6; overflow-x: hidden; /* Prevent horizontal scroll */}/* General Section Styling */.page-1win-ufc section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box;}.page-1win-ufc h1,.page-1win-ufc h2,.page-1win-ufc h3 { color: var(--page-1win-ufc-primary-color); text-align: center; margin-bottom: 25px; font-weight: bold;}.page-1win-ufc h1 { font-size: 2.8em; margin-top: 0; padding-top: 10px; /* Decorative top spacing, relying on body padding for header offset */}
.page-1win-ufc h2 { font-size: 2.2em;}.page-1win-ufc h3 { font-size: 1.6em;}.page-1win-ufc p { font-size: 1.1em; color: var(--page-1win-ufc-light-text-color); margin-bottom: 20px; text-align: center;}.page-1win-ufc strong { color: var(--page-1win-ufc-primary-color);}/* Buttons */.page-1win-ufc__hero-button,.page-1win-ufc__cta-button,.page-1win-ufc__step-button,.page-1win-ufc__join-us-button { display: inline-block; background-color: var(--page-1win-ufc-primary-color); color: var(--page-1win-ufc-text-color); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center;}.page-1win-ufc__hero-button:hover,.page-1win-ufc__cta-button:hover,.page-1win-ufc__step-button:hover,.page-1win-ufc__join-us-button:hover { background-color: #ff3366; /* Lighter red on hover */ transform: translateY(-2px);}/* Hero Section */.page-1win-ufc__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), var(--page-1win-ufc-dark-background); padding-bottom: 60px; position: relative; overflow: hidden;}.page-1win-ufc__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;}.page-1win-ufc__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: grayscale(50%); /* Using grayscale, not color change */}.page-1win-ufc__hero-content { position: relative; z-index: 1; max-width: 800px;}.page-1win-ufc__hero-description { font-size: 1.2em; margin-bottom: 30px;}/* Features Section */.page-1win-ufc__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;}.page-1win-ufc__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-1win-ufc__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-1win-ufc__feature-icon { width: 200px; /* Min size 200x200 */ height: 200px; /* Min size 200x200 */ object-fit: contain; margin-bottom: 20px; border-radius: 50%; border: 3px solid var(--page-1win-ufc-primary-color); padding: 10px; box-sizing: border-box; max-width: 100%; /* Responsive image */ height: auto; /* Responsive image */}.page-1win-ufc__feature-heading { color: var(--page-1win-ufc-text-color); font-size: 1.4em; margin-bottom: 15px;}.page-1win-ufc__feature-description { font-size: 1em; color: var(--page-1win-ufc-light-text-color); text-align: center;}.page-1win-ufc__cta-bottom { text-align: center; margin-top: 50px;}/* How to Bet Section */.page-1win-ufc__how-to-bet-section { background-color: #222222;}.page-1win-ufc__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px;}.page-1win-ufc__step-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center;}.page-1win-ufc__step-icon { width: 200px; /* Min size 200x200 */ height: 200px; /* Min size 200x200 */ object-fit: contain; margin-bottom: 20px; max-width: 100%; /* Responsive image */ height: auto; /* Responsive image */}.page-1win-ufc__step-heading { color: var(--page-1win-ufc-primary-color); font-size: 1.5em; margin-bottom: 15px;}.page-1win-ufc__step-description { font-size: 1em; color: var(--page-1win-ufc-light-text-color); flex-grow: 1; /* Make descriptions take equal height */}.page-1win-ufc__step-button { margin-top: 20px; width: fit-content;}/* FAQ Section */.page-1win-ufc__faq-section { background-color: var(--page-1win-ufc-dark-background);}.page-1win-ufc__faq-container { max-width: 800px; margin: 40px auto 0 auto;}.page-1win-ufc__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-1win-ufc__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; border-bottom: 1px solid var(--page-1win-ufc-border-color);}.page-1win-ufc__faq-question:hover { background-color: #444444;}.page-1win-ufc__faq-item.active .page-1win-ufc__faq-question { background-color: var(--page-1win-ufc-primary-color); border-bottom-color: var(--page-1win-ufc-primary-color);}.page-1win-ufc__faq-question-text { margin: 0; color: var(--page-1win-ufc-text-color); font-size: 1.2em; pointer-events: none; /* Prevent text selection from interfering with click */ text-align: left; /* Override global h3 center align */ flex-grow: 1; padding-right: 15px;}.page-1win-ufc__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-1win-ufc-primary-color); transition: transform 0.3s ease, color 0.3s ease; pointer-events: none; /* Prevent icon from interfering with click */ line-height: 1;}.page-1win-ufc__faq-item.active .page-1win-ufc__faq-toggle { transform: rotate(45deg); color: var(--page-1win-ufc-text-color);}.page-1win-ufc__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; /* Initial padding */ background-color: #2a2a2a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: var(--page-1win-ufc-light-text-color);}.page-1win-ufc__faq-item.active .page-1win-ufc__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; /* Expanded padding */ opacity: 1;}.page-1win-ufc__faq-answer p { margin: 0; text-align: left; font-size: 1em;}/* Join Us Section */.page-1win-ufc__join-us-section { text-align: center; background-color: #222222; padding: 60px 20px;}.page-1win-ufc__join-us-description { max-width: 700px; margin-left: auto; margin-right: auto; font-size: 1.2em; margin-bottom: 40px;}/* Responsive adjustments */@media (max-width: 1024px) { .page-1win-ufc section { padding: 30px 15px; } .page-1win-ufc h1 { font-size: 2.4em; } .page-1win-ufc h2 { font-size: 1.8em; } .page-1win-ufc h3 { font-size: 1.4em; }}@media (max-width: 768px) { .page-1win-ufc h1 { font-size: 2em; } .page-1win-ufc h2 { font-size: 1.6em; } .page-1win-ufc h3 { font-size: 1.3em; } .page-1win-ufc p { font-size: 1em; } .page-1win-ufc__hero-section { padding-bottom: 40px; } .page-1win-ufc__hero-description { font-size: 1em; } .page-1win-ufc__hero-button,.page-1win-ufc__cta-button,.page-1win-ufc__step-button,.page-1win-ufc__join-us-button { padding: 12px 25px; font-size: 1em; } .page-1win-ufc__features-grid,.page-1win-ufc__steps-grid { grid-template-columns: 1fr; gap: 25px; } .page-1win-ufc__feature-item,.page-1win-ufc__step-item { padding: 25px; } /* List item mobile responsiveness */ .page-1win-ufc__features-grid > .page-1win-ufc__feature-item,.page-1win-ufc__steps-grid > .page-1win-ufc__step-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-1win-ufc__features-grid,.page-1win-ufc__steps-grid { 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-ufc__feature-description,.page-1win-ufc__step-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-1win-ufc__feature-icon,.page-1win-ufc__step-icon { max-width: 100% !important; height: auto !important; } .page-1win-ufc__faq-question { padding: 15px 20px; } .page-1win-ufc__faq-question-text { font-size: 1.1em; } .page-1win-ufc__faq-toggle { font-size: 1.5em; } .page-1win-ufc__faq-answer { padding: 0 20px; } .page-1win-ufc__faq-item.active .page-1win-ufc__faq-answer { padding: 15px 20px !important; }}@media (max-width: 480px) { .page-1win-ufc h1 { font-size: 1.8em; } .page-1win-ufc h2 { font-size: 1.4em; } .page-1win-ufc h3 { font-size: 1.2em; } .page-1win-ufc__hero-description { font-size: 0.95em; } .page-1win-ufc__hero-button,.page-1win-ufc__cta-button,.page-1win-ufc__step-button,.page-1win-ufc__join-us-button { padding: 10px 20px; font-size: 0.9em; }}