.page-k9cconline { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; } .page-k9cconline__hero-section { position: relative; width: 100%; overflow: hidden; background-color: #f0f0f0; } .page-k9cconline__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-k9cconline__hero-content { position: relative; z-index: 1; text-align: center; padding: 40px 20px; max-width: 900px; margin: 0 auto; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transform: translateY(-30px); margin-bottom: -30px; } .page-k9cconline__main-title { font-size: 2.5em; font-weight: bold; margin-bottom: 20px; color: #2563eb; line-height: 1.2; letter-spacing: -0.02em; } .page-k9cconline__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #64748b; } .page-k9cconline__btn-primary, .page-k9cconline__btn-secondary, .page-k9cconline__btn-tertiary { display: inline-block; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; cursor: pointer; text-align: center; white-space: normal; word-wrap: break-word; box-sizing: border-box; } .page-k9cconline__btn-primary { background-color: #2563eb; color: #ffffff; border: 2px solid #2563eb; } .page-k9cconline__btn-primary:hover { background-color: #1a4aae; border-color: #1a4aae; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3); } .page-k9cconline__btn-secondary { background-color: #ffffff; color: #2563eb; border: 2px solid #2563eb; margin-left: 15px; } .page-k9cconline__btn-secondary:hover { background-color: #f0f0f0; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(37, 99, 235, 0.1); } .page-k9cconline__btn-tertiary { background-color: #64748b; color: #ffffff; border: 2px solid #64748b; padding: 8px 15px; font-size: 0.9em; border-radius: 5px; } .page-k9cconline__btn-tertiary:hover { background-color: #4a5668; border-color: #4a5668; } .page-k9cconline__btn-centered { margin-top: 30px; margin-left: auto; margin-right: auto; display: block; width: fit-content; } .page-k9cconline__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .page-k9cconline__section-title { font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 40px; color: #2563eb; } .page-k9cconline__about-section, .page-k9cconline__games-section, .page-k9cconline__advantages-section, .page-k9cconline__cta-section, .page-k9cconline__faq-section { padding: 60px 0; } .page-k9cconline__text-block { font-size: 1.05em; margin-bottom: 20px; text-align: justify; } .page-k9cconline__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-k9cconline__game-card { background-color: #ffffff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-k9cconline__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-k9cconline__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-k9cconline__game-title { font-size: 1.3em; font-weight: bold; margin: 20px 15px 10px; color: #2563eb; } .page-k9cconline__game-description { font-size: 0.95em; padding: 0 15px 20px; color: #64748b; flex-grow: 1; } .page-k9cconline__game-card .page-k9cconline__btn-tertiary { margin-top: auto; margin-bottom: 20px; } .page-k9cconline__promotions-section { background-color: #2563eb; color: #ffffff; padding: 60px 0; } .page-k9cconline__promotions-section .page-k9cconline__section-title { color: #ffffff; } .page-k9cconline__promotions-section .page-k9cconline__text-block { color: #f0f0f0; } .page-k9cconline__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-k9cconline__promo-card { background-color: #ffffff; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-k9cconline__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); } .page-k9cconline__promo-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-k9cconline__promo-title { font-size: 1.4em; font-weight: bold; margin: 20px 15px 10px; color: #2563eb; } .page-k9cconline__promo-description { font-size: 0.95em; padding: 0 15px 20px; color: #64748b; flex-grow: 1; } .page-k9cconline__promo-card .page-k9cconline__btn-primary { margin-top: auto; margin-bottom: 20px; } .page-k9cconline__advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-k9cconline__advantage-item { background-color: #f8f8f8; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-k9cconline__advantage-item:hover { transform: translateY(-3px); } .page-k9cconline__advantage-title { font-size: 1.2em; font-weight: bold; margin-bottom: 15px; color: #2563eb; } .page-k9cconline__advantage-description { font-size: 0.95em; color: #64748b; } .page-k9cconline__cta-section { background-color: #f0f8ff; padding: 80px 0; text-align: center; } .page-k9cconline__cta-container { max-width: 800px; } .page-k9cconline__cta-buttons { margin-top: 40px; display: flex; justify-content: center; gap: 20px; } .page-k9cconline__faq-list { max-width: 800px; margin: 0 auto; } .page-k9cconline__faq-item { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-k9cconline__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f5f5f5; border-bottom: 1px solid #e0e0e0; } .page-k9cconline__faq-question h3 { margin: 0; font-size: 1.1em; color: #333333; display: flex; justify-content: space-between; align-items: center; width: 100%; pointer-events: none; } .page-k9cconline__faq-qtext { pointer-events: none; } .page-k9cconline__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2563eb; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-k9cconline__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-k9cconline__faq-answer p { margin: 0; padding-bottom: 20px; color: #64748b; } .page-k9cconline__faq-item.active .page-k9cconline__faq-question { border-bottom: none; } .page-k9cconline__faq-item.active .page-k9cconline__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-k9cconline__faq-item.active .page-k9cconline__faq-toggle { transform: rotate(45deg); } .page-k9cconline__floating-login { position: fixed; bottom: 20px; right: 20px; z-index: 1000; } .page-k9cconline__floating-btn { background-color: #ffcc00; color: #333333; padding: 15px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; white-space: nowrap; } .page-k9cconline__floating-btn:hover { background-color: #e6b800; transform: translateY(-2px); } .page-k9cconline img { max-width: 100%; height: auto; display: block; } @media (max-width: 1024px) { .page-k9cconline__main-title { font-size: 2.2em; } .page-k9cconline__hero-description { font-size: 1em; } .page-k9cconline__section-title { font-size: 1.8em; } .page-k9cconline__games-grid, .page-k9cconline__promo-cards, .page-k9cconline__advantages-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-k9cconline__floating-login { bottom: 15px; right: 15px; } } @media (max-width: 768px) { .page-k9cconline { font-size: 16px; line-height: 1.6; } .page-k9cconline__hero-section { padding-top: 10px !important; } .page-k9cconline__hero-content { padding: 30px 15px; transform: translateY(-20px); margin-bottom: -20px; } .page-k9cconline__main-title { font-size: 1.8em !important; margin-bottom: 15px; } .page-k9cconline__hero-description { font-size: 0.95em; margin-bottom: 20px; } .page-k9cconline__btn-primary, .page-k9cconline__btn-secondary, .page-k9cconline__btn-tertiary, .page-k9cconline a[class*="button"], .page-k9cconline a[class*="btn"] { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; white-space: normal !important; word-wrap: break-word !important; padding-left: 15px; padding-right: 15px; margin-left: 0 !important; margin-right: 0 !important; } .page-k9cconline__btn-secondary { margin-top: 10px; } .page-k9cconline__cta-buttons { flex-direction: column !important; gap: 10px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; } .page-k9cconline__container { padding: 0 15px; } .page-k9cconline__section-title { font-size: 1.5em !important; margin-bottom: 30px; } .page-k9cconline__about-section, .page-k9cconline__games-section, .page-k9cconline__promotions-section, .page-k9cconline__advantages-section, .page-k9cconline__cta-section, .page-k9cconline__faq-section { padding: 40px 0; } .page-k9cconline__text-block { font-size: 0.95em; } .page-k9cconline__games-grid, .page-k9cconline__promo-cards, .page-k9cconline__advantages-grid { grid-template-columns: 1fr; gap: 20px; } .page-k9cconline__game-image, .page-k9cconline__promo-image, .page-k9cconline img { max-width: 100% !important; width: 100% !important; height: auto !important; display: block !important; box-sizing: border-box !important; } .page-k9cconline__game-card, .page-k9cconline__promo-card, .page-k9cconline__advantage-item { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; } .page-k9cconline__faq-question { padding: 15px 20px; } .page-k9cconline__faq-question h3 { font-size: 1em; } .page-k9cconline__faq-answer { padding: 0 20px; } .page-k9cconline__faq-item.active .page-k9cconline__faq-answer { padding: 15px 20px !important; } .page-k9cconline__faq-answer p { padding-bottom: 15px; } .page-k9cconline__floating-login { bottom: 10px; right: 10px; } .page-k9cconline__floating-btn { padding: 12px 20px; font-size: 0.9em; white-space: normal; } }