.page-kk98 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kk98__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-kk98__floating-button { background-color: #e94560; color: #fff; border: none; padding: 12px 20px; border-radius: 30px; font-size: 16px; font-weight: bold; cursor: pointer; text-decoration: none; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; min-width: 120px; } .page-kk98__floating-button:hover { background-color: #d83050; transform: translateY(-2px); } .page-kk98__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; padding-bottom: 50px; box-sizing: border-box; } .page-kk98__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-kk98__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-kk98__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 0 20px; } .page-kk98__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; color: #ffd700; } .page-kk98__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-kk98__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-kk98__hero-button { background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; } .page-kk98__hero-button--secondary { background-color: #3e2f5b; } .page-kk98__hero-button:hover { background-color: #d83050; transform: translateY(-2px); } .page-kk98__hero-button--secondary:hover { background-color: #2c2040; } .page-kk98__section { padding: 60px 20px; text-align: center; background-color: #1a1a2e; } .page-kk98__section:nth-of-type(even) { background-color: #0f0f1d; } .page-kk98__section-title { font-size: 2.5em; margin-bottom: 40px; color: #ffd700; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .page-kk98__text-content { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; line-height: 1.8; color: #c0c0c0; } .page-kk98__image-full-width { max-width: 100%; height: auto; display: block; margin: 40px auto; border-radius: 8px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); } .page-kk98__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-kk98__card { background-color: #2c2c4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-kk98__card:hover { transform: translateY(-5px); } .page-kk98__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-kk98__card-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; } .page-kk98__card-title { font-size: 1.5em; margin-bottom: 15px; color: #ffd700; } .page-kk98__card-text { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; } .page-kk98__card-button { display: inline-block; background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-kk98__card-button:hover { background-color: #d83050; } .page-kk98__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; max-width: 1000px; margin: 40px auto 0 auto; align-items: center; justify-items: center; } .page-kk98__logo-item img { max-width: 120px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-kk98__logo-item img:hover { filter: grayscale(0%); opacity: 1; } .page-kk98__faq-list { max-width: 900px; margin: 0 auto; text-align: left; } .page-kk98__faq-item { background-color: #2c2c4a; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); overflow: hidden; } .page-kk98__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3e2f5b; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-kk98__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } .page-kk98__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-kk98__faq-item.active .page-kk98__faq-toggle { transform: rotate(45deg); } .page-kk98__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-kk98__faq-item.active .page-kk98__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kk98__faq-answer p { margin: 0; color: #c0c0c0; font-size: 1em; } .page-kk98__blog-date { font-size: 0.9em; color: #888; margin-top: 10px; } @media (max-width: 768px) { .page-kk98__hero-title { font-size: 2.2em; } .page-kk98__hero-subtitle { font-size: 1.2em; } .page-kk98__hero-buttons { flex-direction: column; } .page-kk98__hero-button { width: 80%; max-width: 300px; } .page-kk98__section { padding: 40px 15px; } .page-kk98__section-title { font-size: 2em; margin-bottom: 30px; } .page-kk98__text-content { font-size: 1em; } .page-kk98__grid { grid-template-columns: 1fr; gap: 20px; } .page-kk98__card-image { height: 180px; } .page-kk98__card-content { padding: 20px; } .page-kk98__card-title { font-size: 1.3em; } .page-kk98__card-text { font-size: 0.95em; } .page-kk98__faq-question { padding: 15px 20px; } .page-kk98__faq-question h3 { font-size: 1.1em; } .page-kk98__faq-answer { padding: 0 20px; } .page-kk98__faq-item.active .page-kk98__faq-answer { padding: 15px 20px !important; } .page-kk98__faq-answer p { font-size: 0.95em; } .page-kk98__logo-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); } .page-kk98__logo-item img { max-width: 100px; } .page-kk98__floating-buttons { bottom: 15px; right: 15px; } .page-kk98__floating-button { padding: 10px 15px; font-size: 14px; min-width: 100px; } .page-kk98__grid .page-kk98__card { box-sizing: border-box !important; } .page-kk98__grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kk98__grid > * { width: 100% !important; 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; } }