.page-32win01 { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f9f9f9; }.page-32win01__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-32win01__hero-section { position: relative; width: 100%; text-align: center; background-color: #2563eb; padding-bottom: 40px; border-radius: 0 0 20px 20px; overflow: hidden; }.page-32win01__hero-image-wrapper { width: 100%; max-height: 450px; overflow: hidden; margin-bottom: 20px; }.page-32win01__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }.page-32win01__hero-content { padding: 10px 20px; color: #ffffff; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }.page-32win01__hero-content h1 { font-size: clamp(28px, 4.5vw, 48px); margin-bottom: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; }.page-32win01__hero-content p { font-size: clamp(16px, 2vw, 20px); margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-32win01__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-32win01__btn-primary, .page-32win01__btn-secondary { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 18px; transition: all 0.3s ease; white-space: normal; word-wrap: break-word; box-sizing: border-box; max-width: 100%; }.page-32win01__btn-primary { background-color: #f0c300; color: #1a1a1a; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }.page-32win01__btn-primary:hover { background-color: #e0b300; transform: translateY(-2px); }.page-32win01__btn-secondary { background-color: #ffffff; color: #2563eb; border: 2px solid #2563eb; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }.page-32win01__btn-secondary:hover { background-color: #e6f0ff; transform: translateY(-2px); }.page-32win01__floating-login { position: fixed; bottom: 20px; right: 20px; background-color: #2563eb; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 1000; transition: transform 0.3s ease, background-color 0.3s ease; white-space: nowrap; max-width: 90%; text-align: center; box-sizing: border-box; }.page-32win01__floating-login:hover { background-color: #1a4a9c; transform: translateY(-3px); }.page-32win01__section { padding: 60px 20px; text-align: center; }.page-32win01__section:nth-of-type(even) { background-color: #ffffff; }.page-32win01__section-title { font-size: clamp(24px, 3.5vw, 38px); color: #2563eb; margin-bottom: 40px; font-weight: 700; }.page-32win01__section-subtitle { font-size: clamp(18px, 2.5vw, 24px); color: #64748b; margin-bottom: 20px; }.page-32win01__text-block { max-width: 900px; margin: 0 auto 40px; font-size: 17px; line-height: 1.8; text-align: justify; }.page-32win01__text-block p { margin-bottom: 15px; }.page-32win01__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 40px auto 0; }.page-32win01__feature-card { background-color: #ffffff; border-radius: 15px; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); text-align: left; transition: transform 0.3s ease; }.page-32win01__feature-card:hover { transform: translateY(-5px); }.page-32win01__feature-card h3 { color: #2563eb; font-size: 22px; margin-bottom: 15px; }.page-32win01__feature-card p { font-size: 16px; color: #555555; }.page-32win01__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; }.page-32win01__game-card { background-color: #ffffff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s ease; text-decoration: none; display: flex; flex-direction: column; height: 100%; }.page-32win01__game-card:hover { transform: translateY(-5px); }.page-32win01__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-32win01__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-32win01__game-card-content h3 { font-size: 20px; color: #2563eb; margin-bottom: 10px; }.page-32win01__game-card-content p { font-size: 15px; color: #555555; margin-bottom: 20px; }.page-32win01__game-card-button { display: inline-block; padding: 10px 20px; background-color: #f0c300; color: #1a1a1a; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; transition: background-color 0.3s ease; white-space: normal; word-wrap: break-word; box-sizing: border-box; max-width: 100%; }.page-32win01__game-card-button:hover { background-color: #e0b300; }.page-32win01__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-32win01__promo-card { background-color: #ffffff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); text-align: left; transition: transform 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }.page-32win01__promo-card:hover { transform: translateY(-5px); }.page-32win01__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-32win01__promo-content { padding: 20px; flex-grow: 1; }.page-32win01__promo-content h3 { font-size: 20px; color: #2563eb; margin-bottom: 10px; }.page-32win01__promo-content p { font-size: 15px; color: #555555; margin-bottom: 15px; }.page-32win01__link-button { display: inline-block; padding: 10px 20px; background-color: #2563eb; color: #ffffff; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; transition: background-color 0.3s ease; white-space: normal; word-wrap: break-word; box-sizing: border-box; max-width: 100%; }.page-32win01__link-button:hover { background-color: #1a4a9c; }.page-32win01__contact-info { display: flex; flex-direction: column; gap: 15px; max-width: 600px; margin: 40px auto 0; }.page-32win01__contact-item { display: flex; align-items: center; gap: 15px; text-align: left; font-size: 17px; color: #555555; }.page-32win01__contact-item strong { color: #2563eb; }.page-32win01__contact-icon { width: 24px; height: 24px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; color: #2563eb; }.page-32win01__review-section { background-color: #2563eb; color: #ffffff; padding: 60px 20px; border-radius: 20px; margin-top: 60px; }.page-32win01__review-section .page-32win01__section-title { color: #f0c300; }.page-32win01__review-section .page-32win01__text-block { color: #f0f0f0; }.page-32win01__review-section .page-32win01__link-button { background-color: #f0c300; color: #1a1a1a; }.page-32win01__review-section .page-32win01__link-button:hover { background-color: #e0b300; }.page-32win01 p, .page-32win01 li, .page-32win01 a { color: #333333; }.page-32win01__dark-section p, .page-32win01__dark-section li, .page-32win01__dark-section a { color: #f0f0f0; }.page-32win01__faq-section { background-color: #ffffff; padding: 60px 20px; text-align: center; }.page-32win01__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; }.page-32win01__faq-item { margin-bottom: 15px; border-radius: 5px; border: 1px solid #e0e0e0; overflow: hidden; background: #fff; }.page-32win01__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-32win01__faq-question:hover { background: #f5f5f5; }.page-32win01__faq-qtext { flex: 1; font-size: 16px; font-weight: 600; line-height: 1.5; text-align: left; }.page-32win01__faq-toggle { font-size: 24px; font-weight: bold; color: #666; flex-shrink: 0; margin-left: 15px; width: 28px; text-align: center; }.page-32win01__faq-answer { padding: 0 20px 20px; background: #f9f9f9; border-radius: 0 0 5px 5px; max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; opacity: 0; }.page-32win01__faq-item.active .page-32win01__faq-answer { max-height: 2000px !important; padding: 20px 20px 20px !important; opacity: 1; }.page-32win01__faq-item.active .page-32win01__faq-question { border-bottom: 1px solid #e0e0e0; border-radius: 5px 5px 0 0; background-color: #f0f0f0; }.page-32win01__faq-item.active .page-32win01__faq-toggle { transform: rotate(45deg); }.page-32win01__faq-item.active .page-32win01__faq-qtext { color: #2563eb; }.page-32win01__faq-question h3 { margin: 0; padding: 0; flex: 1; font-size: 16px; font-weight: 600; line-height: 1.5; pointer-events: none; }.page-32win01__faq-toggle { pointer-events: none; }.page-32win01__faq-answer p { margin-bottom: 10px; }.page-32win01__faq-answer p:last-child { margin-bottom: 0; }@media (max-width: 1024px) { .page-32win01__container { padding: 15px; }.page-32win01__hero-content h1 { font-size: 38px; }.page-32win01__hero-content p { font-size: 18px; }.page-32win01__btn-primary, .page-32win01__btn-secondary { padding: 12px 25px; font-size: 16px; }.page-32win01__section { padding: 40px 15px; }.page-32win01__section-title { font-size: 32px; }.page-32win01__section-subtitle { font-size: 20px; }.page-32win01__text-block { font-size: 16px; }.page-32win01__features-grid, .page-32win01__game-categories, .page-32win01__promo-grid { gap: 20px; }.page-32win01__feature-card, .page-32win01__game-card, .page-32win01__promo-card { padding: 25px; }.page-32win01__feature-card h3, .page-32win01__game-card-content h3, .page-32win01__promo-content h3 { font-size: 18px; }.page-32win01__game-card-image { height: 180px; }.page-32win01__promo-image { height: 200px; }.page-32win01__link-button, .page-32win01__game-card-button { padding: 8px 18px; font-size: 15px; }.page-32win01__contact-item { font-size: 16px; }.page-32win01__review-section { margin-top: 40px; }.page-32win01__faq-question { padding: 15px 18px; }.page-32win01__faq-qtext { font-size: 15px; }.page-32win01__faq-answer { padding: 0 18px 18px; }.page-32win01__faq-item.active .page-32win01__faq-answer { padding: 18px 18px 18px !important; }}@media (max-width: 768px) { .page-32win01__container { padding: 10px; }.page-32win01__hero-section { padding-bottom: 20px; border-radius: 0 0 10px 10px; }.page-32win01__hero-image-wrapper { max-height: 250px; margin-bottom: 15px; }.page-32win01__hero-image { object-fit: contain; }.page-32win01__hero-content { padding: 10px; }.page-32win01__hero-content h1 { font-size: 28px; margin-bottom: 10px; }.page-32win01__hero-content p { font-size: 15px; margin-bottom: 20px; }.page-32win01__cta-buttons { flex-direction: column; gap: 10px; padding: 0 15px; max-width: 100%; width: 100%; box-sizing: border-box; }.page-32win01__btn-primary, .page-32win01__btn-secondary { padding: 12px 20px; font-size: 16px; width: 100% !important; max-width: 100% !important; white-space: normal !important; word-wrap: break-word !important; box-sizing: border-box !important; }.page-32win01__floating-login { bottom: 10px; right: 10px; padding: 10px 15px; font-size: 14px; white-space: normal; max-width: calc(100% - 20px); }.page-32win01__section { padding: 30px 10px; }.page-32win01__section-title { font-size: 26px; margin-bottom: 30px; }.page-32win01__section-subtitle { font-size: 18px; }.page-32win01__text-block { font-size: 15px; margin-bottom: 30px; padding: 0 10px; }.page-32win01__features-grid, .page-32win01__game-categories, .page-32win01__promo-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; }.page-32win01__feature-card, .page-32win01__game-card, .page-32win01__promo-card { padding: 20px; }.page-32win01__feature-card h3, .page-32win01__game-card-content h3, .page-32win01__promo-content h3 { font-size: 18px; }.page-32win01__game-card-image { height: 160px; }.page-32win01__promo-image { height: 180px; }.page-32win01__link-button, .page-32win01__game-card-button { padding: 10px 15px; font-size: 14px; width: 100% !important; max-width: 100% !important; white-space: normal !important; word-wrap: break-word !important; box-sizing: border-box !important; }.page-32win01__contact-info { padding: 0 10px; }.page-32win01__contact-item { font-size: 15px; }.page-32win01__review-section { margin-top: 30px; border-radius: 10px; padding: 30px 10px; }.page-32win01__faq-section { padding: 30px 10px; }.page-32win01__faq-list { padding: 0 10px; }.page-32win01__faq-question { padding: 15px; }.page-32win01__faq-qtext { font-size: 14px; }.page-32win01__faq-toggle { font-size: 20px; width: 24px; text-align: center; }.page-32win01__faq-answer { padding: 0 15px 15px; }.page-32win01__faq-item.active .page-32win01__faq-answer { padding: 15px 15px 15px !important; }.page-32win01 img { max-width: 100% !important; height: auto !important; display: block; box-sizing: border-box !important; }.page-32win01__section, .page-32win01__card, .page-32win01__container { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; } .page-32win01__hero-section { padding-top: 10px; }}.page-32win01__floating-login { left: 50%; transform: translateX(-50%); width: auto; min-width: 150px; max-width: calc(100% - 40px); }