.page-crash-1win { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-crash-1win__section-title { font-size: 2.5rem; color: #e94560; text-align: center; margin-bottom: 40px; padding: 0 15px; } .page-crash-1win__section-title .highlight { color: #0f3460; } .page-crash-1win__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 70vh; padding: 20px 0; overflow: hidden; background: linear-gradient(135deg, #1a1a2e, #0f3460); } .page-crash-1win__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 15px; margin-bottom: 20px; } .page-crash-1win__hero-title { font-size: 3.8rem; color: #ffffff; margin-bottom: 15px; line-height: 1.2; } .page-crash-1win__hero-title .highlight { color: #e94560; } .page-crash-1win__hero-subtitle { font-size: 1.5rem; color: #cccccc; margin-bottom: 30px; } .page-crash-1win__hero-cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-crash-1win__hero-cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-crash-1win__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.3; overflow: hidden; } .page-crash-1win__hero-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(50%); } .page-crash-1win__intro-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-crash-1win__intro-text { font-size: 1.1rem; color: #cccccc; max-width: 900px; margin: 0 auto 40px auto; } .page-crash-1win__features { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; } .page-crash-1win__feature-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; flex: 1; min-width: 280px; max-width: 350px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-crash-1win__feature-item:hover { transform: translateY(-10px); } .page-crash-1win__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-crash-1win__feature-item h3 { font-size: 1.6rem; color: #e94560; margin-bottom: 15px; } .page-crash-1win__feature-item p { color: #b0b0b0; font-size: 1rem; } .page-crash-1win__quick-access-section { padding: 60px 20px; background-color: #0f3460; text-align: center; } .page-crash-1win__quick-access-text { font-size: 1.1rem; color: #cccccc; max-width: 800px; margin: 0 auto 40px auto; } .page-crash-1win__access-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; } .page-crash-1win__access-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; box-sizing: border-box; } .page-crash-1win__access-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-crash-1win__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-crash-1win__games-intro { font-size: 1.1rem; color: #cccccc; max-width: 900px; margin: 0 auto 40px auto; } .page-crash-1win__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-crash-1win__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-crash-1win__game-card:hover { transform: translateY(-10px); } .page-crash-1win__game-card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid #0f3460; max-width: 100%; height: auto; } .page-crash-1win__game-card-title { font-size: 1.8rem; color: #e94560; margin: 20px 15px 10px 15px; } .page-crash-1win__game-card p { font-size: 1rem; color: #b0b0b0; padding: 0 15px 20px 15px; flex-grow: 1; } .page-crash-1win__game-card-button { display: inline-block; background-color: #0f3460; color: #ffffff; padding: 10px 20px; border-radius: 0 0 10px 10px; text-decoration: none; font-size: 1rem; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-crash-1win__game-card-button:hover { background-color: #1b4f8c; } .page-crash-1win__promo-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; } .page-crash-1win__promo-intro { font-size: 1.1rem; color: #cccccc; max-width: 900px; margin: 0 auto 40px auto; } .page-crash-1win__promo-cards { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; } .page-crash-1win__promo-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); flex: 1; min-width: 300px; max-width: 500px; display: flex; flex-direction: column; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-crash-1win__promo-card:hover { transform: translateY(-10px); } .page-crash-1win__promo-card-image { width: 100%; height: 250px; object-fit: cover; border-bottom: 2px solid #e94560; max-width: 100%; height: auto; } .page-crash-1win__promo-card-title { font-size: 1.8rem; color: #e94560; margin: 20px 15px 10px 15px; } .page-crash-1win__promo-card p { font-size: 1rem; color: #b0b0b0; padding: 0 15px 20px 15px; flex-grow: 1; } .page-crash-1win__promo-card-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 0 0 10px 10px; text-decoration: none; font-size: 1.1rem; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-crash-1win__promo-card-button:hover { background-color: #ff6a80; } .page-crash-1win__security-support-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-crash-1win__security-content { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 40px; } .page-crash-1win__security-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; flex: 1; min-width: 280px; max-width: 350px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-crash-1win__security-item:hover { transform: translateY(-10px); } .page-crash-1win__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-crash-1win__security-item h3 { font-size: 1.6rem; color: #e94560; margin-bottom: 15px; } .page-crash-1win__security-item p { color: #b0b0b0; font-size: 1rem; } .page-crash-1win__contact-button { display: inline-block; background-color: #0f3460; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-crash-1win__contact-button:hover { background-color: #1b4f8c; transform: translateY(-3px); } .page-crash-1win__faq-section { padding: 60px 20px; background-color: #0f3460; max-width: 1200px; margin: 0 auto; } .page-crash-1win__faq-list { max-width: 900px; margin: 0 auto; } .page-crash-1win__faq-item { background-color: #2e2e4a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; } .page-crash-1win__faq-item:hover { background-color: #3f3f5a; } .page-crash-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-crash-1win__faq-question h3 { font-size: 1.3rem; color: #e94560; margin: 0; pointer-events: none; flex-grow: 1; } .page-crash-1win__faq-toggle { font-size: 1.8rem; color: #ffffff; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; line-height: 1; } .page-crash-1win__faq-item.active .page-crash-1win__faq-toggle { transform: rotate(45deg); } .page-crash-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; } .page-crash-1win__faq-item.active .page-crash-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-crash-1win__faq-answer p { color: #cccccc; font-size: 1rem; margin: 0; } .page-crash-1win__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #1a1a2e; } .page-crash-1win__blog-intro { font-size: 1.1rem; color: #cccccc; max-width: 900px; margin: 0 auto 40px auto; } .page-crash-1win__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; justify-content: center; } .page-crash-1win__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; text-align: left; transition: transform 0.3s ease; box-sizing: border-box; } .page-crash-1win__blog-card:hover { transform: translateY(-10px); } .page-crash-1win__blog-card-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 2px solid #0f3460; max-width: 100%; height: auto; } .page-crash-1win__blog-card-title { font-size: 1.4rem; color: #e94560; margin: 20px 15px 10px 15px; line-height: 1.3; } .page-crash-1win__blog-card-title a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-crash-1win__blog-card-title a:hover { color: #ff6a80; } .page-crash-1win__blog-card-excerpt { font-size: 1rem; color: #b0b0b0; padding: 0 15px 15px 15px; flex-grow: 1; } .page-crash-1win__blog-card-date { font-size: 0.9rem; color: #888888; padding: 0 15px 20px 15px; display: block; } .highlight { font-weight: bold; } @media (max-width: 1024px) { .page-crash-1win__hero-title { font-size: 3rem; } .page-crash-1win__hero-subtitle { font-size: 1.3rem; } .page-crash-1win__section-title { font-size: 2rem; } .page-crash-1win__game-categories { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-crash-1win__hero-section { min-height: 60vh; } .page-crash-1win__hero-title { font-size: 2.5rem; } .page-crash-1win__hero-subtitle { font-size: 1.1rem; } .page-crash-1win__hero-cta-button { font-size: 1rem; padding: 12px 25px; } .page-crash-1win__section-title { font-size: 1.8rem; } .page-crash-1win__intro-text, .page-crash-1win__quick-access-text, .page-crash-1win__games-intro, .page-crash-1win__promo-intro, .page-crash-1win__blog-intro { font-size: 1rem; } .page-crash-1win__features, .page-crash-1win__game-categories, .page-crash-1win__promo-cards, .page-crash-1win__security-content, .page-crash-1win__blog-cards { flex-direction: column; align-items: center; gap: 20px; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-crash-1win__feature-item, .page-crash-1win__game-card, .page-crash-1win__promo-card, .page-crash-1win__security-item, .page-crash-1win__blog-card { width: 100% !important; max-width: 90% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; padding-left: 15px; padding-right: 15px; } .page-crash-1win__feature-item h3, .page-crash-1win__game-card-title, .page-crash-1win__promo-card-title, .page-crash-1win__security-item h3, .page-crash-1win__blog-card-title { font-size: 1.4rem; } .page-crash-1win__faq-question { padding: 15px 20px; } .page-crash-1win__faq-question h3 { font-size: 1.1rem; } .page-crash-1win__faq-toggle { font-size: 1.5rem; } .page-crash-1win__faq-answer { padding: 0 20px; } .page-crash-1win__faq-item.active .page-crash-1win__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-crash-1win__hero-title { font-size: 2rem; } .page-crash-1win__hero-subtitle { font-size: 1rem; } .page-crash-1win__section-title { font-size: 1.6rem; } .page-crash-1win__quick-access-buttons { flex-direction: column; } .page-crash-1win__access-button { width: 100%; } .page-crash-1win__faq-question h3 { font-size: 1rem; } .page-crash-1win__faq-toggle { font-size: 1.2rem; } }