body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-g-65 { max-width: 1200px; margin: 0 auto; padding: 10px 15px 20px; box-sizing: border-box; } .page-g-65__hero-section { background: linear-gradient(135deg, #a80000, #ff0000); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; position: relative; overflow: hidden; padding-top: 10px; } .page-g-65__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:hero:1920x1080:rooster,fight,arena,red,dynamic]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .page-g-65__hero-content { position: relative; z-index: 1; } .page-g-65__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-g-65__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-g-65__btn { display: inline-block; background-color: #ffcc00; color: #a80000; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-g-65__btn:hover { background-color: #ffe066; transform: translateY(-3px); } .page-g-65__section { background-color: #fff; padding: 40px 30px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .page-g-65__section-title { font-size: 2em; color: #a80000; text-align: center; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .page-g-65__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-g-65__text-block { font-size: 1.05em; line-height: 1.7; margin-bottom: 20px; text-align: justify; } .page-g-65__image-wrapper { text-align: center; margin-bottom: 30px; } .page-g-65__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-g-65__features-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; list-style: none; padding: 0; margin: 0; } .page-g-65__feature-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; flex: 1 1 calc(33% - 25px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } .page-g-65__feature-item:hover { transform: translateY(-5px); } .page-g-65__feature-icon { margin-bottom: 15px; } .page-g-65__feature-icon img { width: 80px; height: 80px; object-fit: contain; } .page-g-65__feature-title { font-size: 1.3em; color: #a80000; margin-bottom: 10px; } .page-g-65__feature-description { font-size: 0.95em; color: #555; line-height: 1.6; } .page-g-65__steps-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; list-style: none; padding: 0; margin: 0; } .page-g-65__step-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; padding: 30px; text-align: center; flex: 1 1 calc(33% - 30px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; position: relative; box-sizing: border-box; } .page-g-65__step-item:hover { transform: translateY(-5px); } .page-g-65__step-number { background-color: #a80000; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 1.8em; font-weight: bold; margin: 0 auto 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-g-65__step-title { font-size: 1.4em; color: #a80000; margin-bottom: 15px; } .page-g-65__step-description { font-size: 1em; color: #555; line-height: 1.6; } .page-g-65__faq-list { list-style: none; padding: 0; margin: 0; } .page-g-65__faq-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: box-shadow 0.3s ease; } .page-g-65__faq-item:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); } .page-g-65__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; user-select: none; transition: background-color 0.3s ease; } .page-g-65__faq-question:hover { background-color: #e6e6e6; } .page-g-65__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-g-65__faq-toggle { font-size: 1.8em; font-weight: bold; color: #a80000; margin-left: 15px; width: 25px; text-align: center; pointer-events: none; transition: transform 0.3s ease; } .page-g-65__faq-item.active .page-g-65__faq-toggle { transform: rotate(45deg); } .page-g-65__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fff; } .page-g-65__faq-item.active .page-g-65__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-g-65__faq-answer p { margin: 0; line-height: 1.7; color: #555; } .page-g-65__cta-section { text-align: center; padding: 50px 20px; background: linear-gradient(45deg, #ffcc00, #ff9900); border-radius: 10px; color: #a80000; margin-bottom: 30px; } .page-g-65__cta-title { font-size: 2.5em; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); } .page-g-65__cta-description { font-size: 1.2em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.6; } .page-g-65__cta-btn { background-color: #a80000; color: #fff; padding: 18px 35px; border-radius: 50px; font-size: 1.2em; } .page-g-65__cta-btn:hover { background-color: #cc0000; } @media (max-width: 992px) { .page-g-65__hero-title { font-size: 2.2em; } .page-g-65__hero-subtitle { font-size: 1.1em; } .page-g-65__section-title { font-size: 1.8em; } .page-g-65__feature-item, .page-g-65__step-item { flex: 1 1 calc(50% - 25px); } .page-g-65__cta-title { font-size: 2em; } .page-g-65__cta-description { font-size: 1.1em; } } @media (max-width: 768px) { .page-g-65 { padding: 5px 10px 15px; } .page-g-65__hero-section { padding: 40px 15px; } .page-g-65__hero-title { font-size: 1.8em; } .page-g-65__hero-subtitle { font-size: 1em; } .page-g-65__btn { padding: 12px 25px; font-size: 1em; } .page-g-65__section { padding: 30px 15px; } .page-g-65__section-title { font-size: 1.6em; } .page-g-65__text-block { font-size: 0.95em; } .page-g-65__feature-item, .page-g-65__step-item { flex: 1 1 100%; 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; } .page-g-65__features-list, .page-g-65__steps-list { gap: 15px; padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-g-65__feature-title { font-size: 1.2em; } .page-g-65__step-title { font-size: 1.3em; } .page-g-65__faq-question { padding: 15px 20px; } .page-g-65__faq-question h3 { font-size: 1.1em; } .page-g-65__faq-answer { padding: 0 20px; } .page-g-65__faq-item.active .page-g-65__faq-answer { padding: 15px 20px !important; } .page-g-65__cta-section { padding: 40px 15px; } .page-g-65__cta-title { font-size: 1.8em; } .page-g-65__cta-description { font-size: 1em; } .page-g-65__cta-btn { padding: 15px 30px; font-size: 1.1em; } .page-g-65__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-g-65__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-g-65__hero-title { font-size: 1.5em; } .page-g-65__hero-subtitle { font-size: 0.9em; } .page-g-65__btn { padding: 10px 20px; font-size: 0.9em; } .page-g-65__section-title { font-size: 1.4em; } .page-g-65__feature-item, .page-g-65__step-item { padding: 20px; } .page-g-65__feature-title { font-size: 1.1em; } .page-g-65__step-title { font-size: 1.2em; } .page-g-65__cta-title { font-size: 1.6em; } .page-g-65__cta-description { font-size: 0.9em; } .page-g-65__cta-btn { padding: 12px 25px; font-size: 1em; } }