.page-cockfighting { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333333; background-color: #ffffff; } .page-cockfighting__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .page-cockfighting__section { padding: 60px 0; } .page-cockfighting__dark-bg { background-color: #26A9E0; color: #ffffff; } .page-cockfighting__light-bg { background-color: #ffffff; color: #333333; } .page-cockfighting__section-title { font-size: 2.5em; color: inherit; text-align: center; margin-bottom: 40px; font-weight: bold; } .page-cockfighting__subsection-title { font-size: 1.8em; color: inherit; margin-top: 30px; margin-bottom: 15px; font-weight: bold; } .page-cockfighting__text-block { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-cockfighting__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; padding-top: var(--header-offset, 120px); } .page-cockfighting__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-cockfighting__hero-content { position: relative; z-index: 2; max-width: 900px; } .page-cockfighting__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; } .page-cockfighting__hero-description { font-size: 1.3em; color: #f0f0f0; margin-bottom: 30px; } .page-cockfighting__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-cockfighting__btn-primary, .page-cockfighting__btn-secondary { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; white-space: nowrap; } .page-cockfighting__btn-primary { background-color: #EA7C07; color: #ffffff; border: 2px solid #EA7C07; } .page-cockfighting__btn-primary:hover { background-color: #d86c00; border-color: #d86c00; } .page-cockfighting__btn-secondary { background-color: #ffffff; color: #26A9E0; border: 2px solid #26A9E0; } .page-cockfighting__btn-secondary:hover { background-color: #26A9E0; color: #ffffff; } .page-cockfighting__video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ height: 0; margin: 40px 0; overflow: hidden; background-color: #000; } .page-cockfighting__video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; } .page-cockfighting__image-content, .page-cockfighting__image-cta { max-width: 100%; height: auto; display: block; margin: 40px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-cockfighting__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-cockfighting__card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-cockfighting__card:hover { transform: translateY(-5px); } .page-cockfighting__card-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; } .page-cockfighting__card-title { font-size: 1.5em; color: #26A9E0; margin-bottom: 10px; padding: 0 15px; } .page-cockfighting__card-text { font-size: 1em; color: #555555; padding: 0 20px; } .page-cockfighting__list { list-style: disc; margin-left: 20px; margin-bottom: 20px; font-size: 1.1em; color: inherit; padding: 0 15px; } .page-cockfighting__ordered-list { list-style: decimal; margin-left: 20px; margin-bottom: 20px; font-size: 1.1em; color: inherit; padding: 0 15px; } .page-cockfighting__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; } .page-cockfighting__feature-grid .page-cockfighting__card { padding-bottom: 0; } .page-cockfighting__feature-grid .page-cockfighting__card-image { height: 200px; } .page-cockfighting__cta-section { text-align: center; padding: 80px 0; } .page-cockfighting__cta-content { max-width: 900px; } .page-cockfighting__cta-buttons { display: flex; gap: 20px; justify-content: center; margin-top: 30px; margin-bottom: 40px; } .page-cockfighting__image-cta { max-width: 500px; } .page-cockfighting__faq-list { margin-top: 30px; } .page-cockfighting__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; border: 1px solid #e0e0e0; } .page-cockfighting__faq-item summary { cursor: pointer; padding: 20px; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 1.2em; color: #26A9E0; background-color: #eaf7ff; border-bottom: 1px solid #e0e0e0; } .page-cockfighting__faq-item summary::-webkit-details-marker { display: none; } .page-cockfighting__faq-item summary::marker { display: none; } .page-cockfighting__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; } .page-cockfighting__faq-answer { padding: 20px; font-size: 1.05em; color: #555555; border-top: 1px solid #f0f0f0; } .page-cockfighting__faq-item[open] summary { border-bottom: none; } .page-cockfighting__faq-item[open] .page-cockfighting__faq-toggle { content: '−'; } .page-cockfighting__conclusion-section { text-align: center; padding: 80px 0; } .page-cockfighting__conclusion-content { max-width: 900px; } @media (max-width: 1024px) { .page-cockfighting__hero-title { font-size: 2.8em; } .page-cockfighting__section-title { font-size: 2em; } .page-cockfighting__card-grid, .page-cockfighting__feature-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 768px) { .page-cockfighting { font-size: 16px; line-height: 1.6; } .page-cockfighting__hero-section { height: 500px; padding-top: var(--header-offset, 120px) !important; } .page-cockfighting__hero-title { font-size: 2.2em; margin-bottom: 15px; } .page-cockfighting__hero-description { font-size: 1.1em; margin-bottom: 25px; } .page-cockfighting__hero-buttons, .page-cockfighting__cta-buttons { flex-direction: column; gap: 15px; padding: 0 15px; } .page-cockfighting__btn-primary, .page-cockfighting__btn-secondary { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; white-space: normal !important; word-wrap: break-word !important; padding: 12px 20px; font-size: 1em; } .page-cockfighting__section { padding: 40px 0; } .page-cockfighting__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-cockfighting__subsection-title { font-size: 1.5em; } .page-cockfighting__text-block { font-size: 1em; } .page-cockfighting__container { padding: 0 15px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; } .page-cockfighting__card-grid, .page-cockfighting__feature-grid { grid-template-columns: 1fr; gap: 20px; } .page-cockfighting img, .page-cockfighting video { max-width: 100% !important; width: 100% !important; height: auto !important; display: block !important; } .page-cockfighting__video-wrapper { padding-bottom: 56.25% !important; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; } .page-cockfighting__faq-item summary { font-size: 1.1em; padding: 15px; } .page-cockfighting__faq-answer { padding: 15px; font-size: 0.95em; } }