:root {--color-primary: #a9181f;--color-background: #1c1c1c;--color-surface: #282f3b;--color-text: #ffffff;--color-muted: #cccccc;--font-main: 'Fira Sans', sans-serif;}*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box;}html, body {height: 100%;width: 100%;font-family: var(--font-main);background-color: var(--color-background);color: var(--color-text);line-height: 1.5;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}body {font-size: 16px;}img, svg {display: block;max-width: 100%;object-fit: contain;height: auto;}a {color: inherit;text-decoration: none;}ul, ol {list-style: none;}input, button, textarea, select {font: inherit;color: inherit;background: none;border: none;outline: none;}.container {max-width: 1200px;margin-inline: auto;padding-inline: 1rem;}.section {padding-block: 4rem;}.section-dark {background-color: var(--color-surface);}.text-center {text-align: center;}.hidden {display: none;}.invert {filter: invert(1);}.mb-2 {margin-bottom: 2rem !important;}.text-light {color: var(--color-text) !important;}@media (max-width: 768px) {.section {padding-block: 2.5rem;}}.btn {display: inline-flex;align-items: center;justify-content: center;padding: 0.75rem 1.5rem;font-weight: 500;font-size: 1rem;border-radius: 4px;text-align: center;cursor: pointer;transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;user-select: none;text-decoration: none;border: none;}.btn:focus-visible {outline: 2px solid #ffffff;outline-offset: 2px;}.btn-primary {background-color: var(--color-primary);color: var(--color-text);}.btn-primary:hover, .btn-primary:focus-visible {background-color: #8e141a;}.btn-secondary {background-color: var(--color-surface);color: var(--color-text);}.btn-secondary:hover, .btn-secondary:focus-visible {background-color: #232933;}.btn-outline {background-color: transparent;color: var(--color-text);border: 1px solid var(--color-text);}.btn-outline:hover, .btn-outline:focus-visible {background-color: var(--color-text);color: var(--color-background);}header {position: sticky;top: 0;z-index: 1000;background-color: var(--color-text);border-bottom: 1px solid #333;}.navbar {padding-block: 1rem;}.nav-wrapper {display: flex;justify-content: space-between;align-items: center;}.nav-logo img {height: auto;width: 100%;max-width: 140px;aspect-ratio: 400 / 164;object-fit: contain;}.nav-actions {display: flex;gap: 1rem;}@media (max-width: 600px) {.nav-wrapper {flex-direction: column;gap: 1rem;}.nav-actions {flex-direction: column;width: 100%;}.nav-actions .btn {width: 100%;text-align: center;}}.menu-icon {display: none;flex-direction: column;gap: 4px;cursor: pointer;}.menu-icon span {display: block;width: 24px;height: 2px;background-color: var(--color-text);}.mobile-menu {position: fixed;top: 0;right: 0;width: 280px;height: 100%;background-color: var(--color-surface);transform: translateX(100%);transition: transform 0.3s ease;z-index: 1001;padding: 2rem 1.5rem;display: flex;flex-direction: column;gap: 2rem;}.mobile-menu-actions {display: flex;flex-direction: column;gap: 1rem;}.menu-toggle:checked ~ .mobile-menu {transform: translateX(0);}.menu-toggle:checked ~ .menu-overlay {display: block;}.menu-overlay {content: '';position: fixed;inset: 0;background-color: rgba(0, 0, 0, 0.6);z-index: 1000;display: none;}.close-icon {align-self: flex-end;cursor: pointer;}.desktop {display: flex;gap: 1rem;}@media (max-width: 768px) {.desktop {display: none;}.menu-icon {display: flex;}}.hero-split {background-color: #1c1c1c;color: var(--color-text);padding-block: 5rem;}.hero-split-wrapper {display: flex;align-items: flex-start;gap: 2rem;}.hero-split-accent {width: 6px;height: 100%;background-color: var(--color-primary);border-radius: 2px;min-height: 120px;}.hero-split-text {max-width: 720px;}.hero-split h1 {font-size: 2rem;font-weight: 700;margin-bottom: 1rem;line-height: 1.4;}.hero-split p {font-size: 1.1rem;color: var(--color-muted);margin-bottom: 2rem;}.hero-split .btn {font-size: 1rem;padding: 0.75rem 2rem;}@media (max-width: 768px) {.hero-split-wrapper {flex-direction: column;align-items: center;text-align: center;}.hero-split-accent {display: none;}.hero-split h1 {font-size: 1.75rem;}.hero-split p {font-size: 1rem;}.hero-split .btn {width: 100%;max-width: 280px;}}.sports-section {background-color: #f4f4f4;color: #1c1c1c;padding-block: 5rem;}.section-title {font-family: 'Pacifico', cursive;font-size: 2rem;text-align: center;margin-bottom: 3rem;color: var(--color-surface);}.sports-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 2rem;}.sport-card {background-color: #ffffff;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;cursor: pointer;transition: all 0.2s ease;text-align: left;display: flex;flex-direction: column;height: 100%;}.sport-card:hover {border-color: var(--color-primary);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);}.sport-thumb {width: 100%;height: 160px;object-fit: cover;}.sport-content {padding: 1.25rem;display: flex;flex-direction: column;gap: 0.75rem;}.sport-content h3 {font-size: 1.25rem;font-weight: 600;margin: 0;}.sport-content p {font-size: 0.95rem;color: #555;line-height: 1.4;}.about-section {background-color: #ffffff;color: #1c1c1c;padding-block: 6rem;}.about-wrapper {max-width: none;width: 100%;padding-inline: 2rem;margin: 0 auto;}.about-text {margin: 0 auto;font-size: 1.25rem;line-height: 1.8;color: #333;display: flex;flex-direction: column;gap: 2rem;}.about-section .section-title {margin-bottom: 4rem;}.grid-two-columns {display: grid;grid-template-columns: 1fr 2fr;gap: 4rem;padding-inline: 2rem;max-width: 1400px;margin: 0 auto;}.about-features {display: flex;flex-direction: column;gap: 2.5rem;}.feature-block h3 {font-size: 1.25rem;font-weight: 600;margin-bottom: 0.5rem;}.feature-block p {font-size: 1rem;color: #444;line-height: 1.6;}.about-text {display: flex;flex-direction: column;gap: 2rem;font-size: 1.15rem;line-height: 1.8;}@media (max-width: 900px) {.grid-two-columns {grid-template-columns: 1fr;padding-inline: 1.5rem;}.about-features, .about-text {padding-inline: 0;}}.why-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 2rem;margin-top: 3rem;}.why-card {background-color: #f9f9f9;border: 1px solid #e0e0e0;border-radius: 10px;padding: 2rem;transition: box-shadow 0.2s ease, border-color 0.2s ease;}.why-card:hover {border-color: var(--color-primary);box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);}.why-card h3 {font-size: 1.2rem;margin-bottom: 0.75rem;font-weight: 600;color: var(--color-primary);}.why-card p {font-size: 1rem;line-height: 1.6;color: #333;}.review-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 2rem;}.review-card {background-color: #ffffff;border: 1px solid #ddd;border-radius: 10px;padding: 2rem;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);display: flex;flex-direction: column;gap: 1.25rem;transition: box-shadow 0.2s ease, transform 0.2s ease;}.review-card:hover {box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);transform: translateY(-4px);}.review-stars {display: flex;gap: 0.3rem;}.star::before {content: '';display: inline-block;width: 20px;height: 20px;background-color: transparent;mask: url('data:image/svg+xml;utf8,<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .587l3.668 7.429L24 9.753l-6 5.847 1.417 8.261L12 19.896l-7.417 3.965L6 15.6 0 9.753l8.332-1.737z"/></svg>') no-repeat center / contain;background-color: #ffd700;}.review-text {font-size: 1rem;color: #333;line-height: 1.6;}.review-author {font-size: 0.95rem;font-weight: 500;color: #555;text-align: right;}.responsible-section {background-color: #1c1c1c;color: #ffffff;padding-block: 1rem;}.responsible-content {margin: 0 auto 3rem;font-size: 1.1rem;line-height: 1.8;text-align: center;color: #cccccc;display: flex;flex-direction: column;gap: 1.5rem;}.org-links {display: flex;justify-content: center;gap: 3rem;flex-wrap: wrap;align-items: center;}.org-links a img {max-height: 60px;transition: transform 0.2s ease;filter: grayscale(100%) brightness(1.2);}.org-links a:hover img {transform: scale(1.05);filter: none;}.site-footer {background-color: #1c1c1c;color: #ffffff;font-size: 0.95rem;padding-block: 4rem 2rem;}.footer-container {max-width: 1200px;margin: 0 auto;padding-inline: 1.5rem;display: flex;flex-direction: column;gap: 2rem;}.footer-links {display: flex;flex-wrap: wrap;gap: 1.5rem;justify-content: center;}.footer-links a {color: #fff;text-decoration: none;transition: color 0.2s ease;}.footer-links a:hover {color: #ffffff;}.footer-compliance {text-align: center;color: #bbbbbb;line-height: 1.6;display: flex;flex-direction: column;gap: 1rem;}.footer-orgs {display: flex;justify-content: center;gap: 2rem;margin-top: 1rem;flex-wrap: wrap;}.footer-orgs img {height: 40px;filter: grayscale(100%) brightness(1.1);transition: filter 0.2s ease;}.footer-orgs img:hover {filter: none;}.footer-age {display: flex;justify-content: center;align-items: center;gap: 0.5rem;margin-top: 1rem;color: #ffb800;font-weight: 600;}.footer-age img {height: 28px;}.footer-bottom {text-align: center;color: #fff;font-size: 0.85rem;}.breadcrumb-banner {background-color: #1c1c1c;color: #ffffff;padding-block: 3rem;}.breadcrumb-wrapper {display: flex;flex-direction: column;gap: 1rem;}.breadcrumb-title {font-size: 2rem;font-weight: 700;margin: 0;}.breadcrumb-nav ol {display: flex;flex-wrap: wrap;gap: 0.5rem;list-style: none;padding: 0;margin: 0;font-size: 0.95rem;color: #cccccc;}.breadcrumb-nav a {color: #cccccc;text-decoration: none;transition: color 0.2s ease;}.breadcrumb-nav a:hover {color: #ffffff;}.breadcrumb-nav li::after {content: '/';margin-left: 0.5rem;color: #fff;}.breadcrumb-nav li:last-child::after {content: '';}.contact-intro-section {background-color: #ffffff;color: #1c1c1c;padding-block: 5rem;}.contact-intro {margin: 0 auto;font-size: 1.1rem;line-height: 1.75;color: #333;display: flex;flex-direction: column;gap: 1.5rem;text-align: center;}.contact-posts-section {background-color: #ffffff;color: #1c1c1c;padding-block: 5rem;}.contact-posts {max-width: 800px;margin: 0 auto;display: flex;flex-direction: column;gap: 3rem;}.contact-post {background-color: #f9f9f9;border: 1px solid #ddd;border-radius: 8px;padding: 2rem;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.035);transition: box-shadow 0.2s ease;}.contact-post:hover {box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);}.contact-post h3 {font-size: 1.2rem;font-weight: 600;color: var(--color-primary);margin-bottom: 0.75rem;}.contact-post p {font-size: 1rem;line-height: 1.7;color: #333;}.contact-post a {color: #a9181f;text-decoration: none;}.contact-post a:hover {text-decoration: underline;}.legal-page-section {background-color: #ffffff;color: #1c1c1c;padding-block: 5rem;}.legal-container {max-width: 1200px;margin: 0 auto;padding-inline: 1.5rem;display: flex;flex-direction: column;gap: 1.5rem;font-size: 1.05rem;line-height: 1.8;}.legal-container h2 {font-size: 2rem;margin-bottom: 1rem;color: #a9181f;}.legal-container h3 {font-size: 1.25rem;margin-top: 2rem;color: #282f3b;}.legal-container a {color: #a9181f;text-decoration: none;}.legal-container a:hover {text-decoration: underline;}#terms-of-use.legal-section {padding: 4rem 1rem;background-color: #f9f9f9;color: #333;font-family: sans-serif;line-height: 1.6;}#terms-of-use .container {max-width: 960px;margin: 0 auto;}#terms-of-use header h1 {font-size: 2rem;margin-bottom: 0.5rem;}#terms-of-use header p {font-size: 1rem;color: #555;margin-bottom: 2rem;}.legal-nav {margin-bottom: 2rem;}.legal-nav h2 {font-size: 1.25rem;margin-bottom: 0.5rem;}.legal-nav ol {counter-reset: tos;padding-left: 1.5rem;}.legal-nav li {list-style: none;counter-increment: tos;margin-bottom: 0.5rem;}.legal-nav li::before {content: counter(tos) '. ';font-weight: bold;}.legal-nav a {text-decoration: none;color: #0066cc;}.legal-nav a:hover, .legal-nav a:focus {text-decoration: underline;}.legal-section h2, .legal-section h3 {margin-top: 2rem;margin-bottom: 1rem;color: #222;}.legal-section h2 {font-size: 1.75rem;}.legal-section h3 {font-size: 1.5rem;}.legal-section p {margin-bottom: 1rem;}.legal-section a {color: #0066cc;}.legal-section a:hover, .legal-section a:focus {text-decoration: underline;}.legal-section ul, .legal-section ol {padding-left: 1.5rem;margin-bottom: 1rem;}.legal-section li {margin-bottom: 0.5rem;}.alert.important-note {border-left: 4px solid #e53935;background-color: #fdecea;padding: 1rem 1.5rem;margin: 2rem 0;}.alert.important-note h3 {margin-top: 0;font-size: 1.25rem;color: #b71c1c;}.legal-footer {margin-top: 3rem;padding-top: 1rem;border-top: 1px solid #ddd;font-size: 0.875rem;color: #777;text-align: center;}@media (max-width: 600px) {#terms-of-use {padding: 2rem 0.5rem;}.legal-nav ol {padding-left: 1rem;}.legal-nav h2 {font-size: 1.1rem;}}.legal-section {padding: 4rem 1rem;background-color: #ffffff;color: #333;line-height: 1.7;}.legal-section .container {max-width: 960px;margin: 0 auto;}.legal-section h3 {font-size: 1.75rem;margin-top: 2rem;margin-bottom: 1rem;color: #222;}.legal-section h4 {font-size: 1.5rem;margin-top: 1.5rem;margin-bottom: 1rem;color: #444;}.legal-section p {margin-bottom: 1rem;}.legal-section ul {margin-bottom: 2rem;padding-left: 1.5rem;}.legal-section ul li {margin-bottom: 0.5rem;}.legal-section table {width: 100%;border-collapse: collapse;margin-bottom: 2rem;}.legal-section table th, .legal-section table td {padding: 1rem;border: 1px solid #ccc;vertical-align: top;}.legal-section table th {background-color: #f5f5f5;font-weight: bold;}.legal-section a {color: #0056b3;text-decoration: none;}.legal-section a:hover, .legal-section a:focus {text-decoration: underline;}.legal-section .text-muted {color: #777;}.legal-section small {font-size: 0.875rem;}@media (max-width: 768px) {.legal-section {padding: 2rem 1rem;}.legal-section h3 {font-size: 1.5rem;}.legal-section h4 {font-size: 1.25rem;}.legal-section table th, .legal-section table td {padding: 0.75rem;}}