.page-banca90 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; }.page-banca90__hero-section { background: linear-gradient(135deg, #1a1a2e, #0f0f1d); padding: 60px 0 20px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; }.page-banca90__hero-content { max-width: 900px; margin: 0 auto; padding: 0 15px; position: relative; z-index: 1; }.page-banca90__hero-title { font-size: 3.2em; color: #e94560; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; }.page-banca90__hero-subtitle { font-size: 1.5em; color: #c0c0c0; margin-bottom: 30px; line-height: 1.4; }.page-banca90__hero-cta { display: inline-block; background: linear-gradient(45deg, #e94560, #ff7a00); color: #fff; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 8px 15px rgba(233, 69, 96, 0.4); }.page-banca90__hero-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 20px rgba(233, 69, 96, 0.6); }.page-banca90__hero-image { position: absolute; bottom: -50px; right: -50px; width: 300px; height: auto; opacity: 0.3; z-index: 0; transform: rotate(20deg); }.page-banca90__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 15px; background-color: #0f0f1d; border-bottom: 1px solid #333; }.page-banca90__payment-title { width: 100%; text-align: center; font-size: 1.8em; color: #e94560; margin-bottom: 20px; }.page-banca90__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-banca90__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; }.page-banca90__payment-logo img:hover { filter: grayscale(0%) brightness(100%); }.page-banca90__intro-section { padding: 50px 15px; text-align: center; background-color: #1a1a2e; }.page-banca90__intro-title { font-size: 2.5em; color: #e94560; margin-bottom: 20px; }.page-banca90__intro-text { font-size: 1.1em; line-height: 1.8; max-width: 800px; margin: 0 auto 30px; color: #c0c0c0; }.page-banca90__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; }.page-banca90__feature-item { background-color: #0f0f1d; padding: 25px; border-radius: 10px; flex: 1 1 calc(33% - 25px); max-width: calc(33% - 25px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-banca90__feature-item:hover { transform: translateY(-5px); }.page-banca90__feature-icon { margin-bottom: 15px; }.page-banca90__feature-icon img { width: 80px; height: 80px; object-fit: contain; }.page-banca90__feature-title { font-size: 1.4em; color: #ff7a00; margin-bottom: 10px; }.page-banca90__feature-description { font-size: 1em; color: #a0a0a0; }.page-banca90__quick-access-section { padding: 50px 15px; background-color: #0f0f1d; text-align: center; }.page-banca90__quick-access-title { font-size: 2.5em; color: #e94560; margin-bottom: 30px; }.page-banca90__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-banca90__access-button { display: inline-block; background: linear-gradient(45deg, #e94560, #ff7a00); color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 5px 10px rgba(233, 69, 96, 0.3); }.page-banca90__access-button:hover { transform: translateY(-2px); box-shadow: 0 8px 15px rgba(233, 69, 96, 0.5); }.page-banca90__games-section { padding: 50px 15px; background-color: #1a1a2e; }.page-banca90__games-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; }.page-banca90__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-banca90__game-card { background-color: #0f0f1d; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; text-align: center; }.page-banca90__game-card:hover { transform: translateY(-7px); }.page-banca90__game-image-wrapper { height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; }.page-banca90__game-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-banca90__game-card:hover .page-banca90__game-image { transform: scale(1.05); }.page-banca90__game-content { padding: 20px; }.page-banca90__game-name { font-size: 1.6em; color: #ff7a00; margin-bottom: 10px; }.page-banca90__game-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; }.page-banca90__game-button { display: inline-block; background: linear-gradient(45deg, #e94560, #ff7a00); color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: all 0.3s ease; }.page-banca90__game-button:hover { background: linear-gradient(45deg, #ff7a00, #e94560); }.page-banca90__promotions-section { padding: 50px 15px; background-color: #0f0f1d; }.page-banca90__promotions-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; }.page-banca90__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-banca90__promo-card { background-color: #1a1a2e; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; }.page-banca90__promo-card:hover { transform: translateY(-7px); }.page-banca90__promo-image-wrapper { height: 220px; overflow: hidden; display: flex; justify-content: center; align-items: center; }.page-banca90__promo-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-banca90__promo-card:hover .page-banca90__promo-image { transform: scale(1.05); }.page-banca90__promo-content { padding: 20px; }.page-banca90__promo-tag { background-color: #ff7a00; color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 0.85em; font-weight: bold; margin-bottom: 10px; display: inline-block; }.page-banca90__promo-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; }.page-banca90__promo-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; }.page-banca90__promo-button { display: inline-block; background: linear-gradient(45deg, #e94560, #ff7a00); color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: all 0.3s ease; }.page-banca90__promo-button:hover { background: linear-gradient(45deg, #ff7a00, #e94560); }.page-banca90__security-support-section { padding: 50px 15px; background-color: #1a1a2e; text-align: center; }.page-banca90__security-support-title { font-size: 2.5em; color: #e94560; margin-bottom: 30px; }.page-banca90__security-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; }.page-banca90__security-item { background-color: #0f0f1d; padding: 30px; border-radius: 10px; flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); box-sizing: border-box; }.page-banca90__security-icon { margin-bottom: 15px; }.page-banca90__security-icon img { width: 80px; height: 80px; object-fit: contain; }.page-banca90__security-subtitle { font-size: 1.5em; color: #ff7a00; margin-bottom: 10px; }.page-banca90__security-description { font-size: 1em; color: #a0a0a0; line-height: 1.6; }.page-banca90__contact-info { margin-top: 40px; }.page-banca90__contact-item { margin-bottom: 15px; font-size: 1.1em; color: #c0c0c0; }.page-banca90__contact-item strong { color: #e94560; }.page-banca90__faq-section { padding: 50px 15px; background-color: #0f0f1d; }.page-banca90__faq-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; }.page-banca90__faq-container { max-width: 800px; margin: 0 auto; }.page-banca90__faq-item { background-color: #1a1a2e; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); overflow: hidden; }.page-banca90__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2a2a4a; border-bottom: 1px solid #3a3a5a; user-select: none; transition: background-color 0.3s ease; }.page-banca90__faq-question:hover { background-color: #3a3a5a; }.page-banca90__faq-question h3 { margin: 0; font-size: 1.2em; color: #ff7a00; pointer-events: none; }.page-banca90__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-banca90__faq-item.active .page-banca90__faq-toggle { transform: rotate(45deg); }.page-banca90__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; background-color: #1a1a2e; color: #c0c0c0; }.page-banca90__faq-item.active .page-banca90__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-banca90__latest-news-section { padding: 50px 15px; background-color: #1a1a2e; }.page-banca90__latest-news-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; }.page-banca90__news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-banca90__news-card { background-color: #0f0f1d; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; }.page-banca90__news-card:hover { transform: translateY(-7px); }.page-banca90__news-image-wrapper { height: 220px; overflow: hidden; display: flex; justify-content: center; align-items: center; }.page-banca90__news-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }.page-banca90__news-card:hover .page-banca90__news-image { transform: scale(1.05); }.page-banca90__news-content { padding: 20px; }.page-banca90__news-date { font-size: 0.9em; color: #a0a0a0; margin-bottom: 10px; }.page-banca90__news-title-link { font-size: 1.4em; color: #ff7a00; text-decoration: none; display: block; margin-bottom: 10px; transition: color 0.3s ease; }.page-banca90__news-title-link:hover { color: #e94560; }.page-banca90__news-excerpt { font-size: 0.95em; color: #c0c0c0; line-height: 1.6; }.page-banca90__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-banca90__floating-button { background: linear-gradient(45deg, #e94560, #ff7a00); color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; font-weight: bold; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; min-width: 120px; }.page-banca90__floating-button:hover { transform: scale(1.05); }.page-banca90__hero-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at top right, rgba(233, 69, 96, 0.15) 0%, transparent 50%); z-index: 0; }.page-banca90__feature-icon img, .page-banca90__security-icon img { max-width: 100%; height: auto; }.page-banca90__intro-features .page-banca90__feature-item, .page-banca90__security-grid .page-banca90__security-item { box-sizing: border-box; }.page-banca90__intro-features .page-banca90__feature-item img, .page-banca90__security-grid .page-banca90__security-item img { max-width: 100%; height: auto; }.page-banca90__game-grid .page-banca90__game-card img, .page-banca90__promo-cards .page-banca90__promo-card img, .page-banca90__news-grid .page-banca90__news-card img { max-width: 100%; height: auto; }.page-banca90__hero-section .page-banca90__hero-image { max-width: 100%; height: auto; }.page-banca90__hero-image-fish { position: absolute; bottom: 0; right: 0; width: 250px; height: auto; opacity: 0.2; transform: rotate(-15deg); z-index: 0; }.page-banca90__game-card-link, .page-banca90__promo-card-link, .page-banca90__news-card-link { text-decoration: none; display: block; color: inherit; }.page-banca90__game-card-link:hover .page-banca90__game-name, .page-banca90__promo-card-link:hover .page-banca90__promo-title, .page-banca90__news-card-link:hover .page-banca90__news-title-link { color: #ff7a00; }.page-banca90__feature-item .page-banca90__feature-icon img, .page-banca90__security-item .page-banca90__security-icon img { max-width: 200px; min-width: 200px; min-height: 200px; height: auto; object-fit: contain; }.page-banca90__game-image, .page-banca90__promo-image, .page-banca90__news-image { min-width: 200px; min-height: 200px; }.page-banca90__hero-image-main { width: 100%; height: auto; max-width: 100%; }.page-banca90__intro-features .page-banca90__feature-item, .page-banca90__security-grid .page-banca90__security-item, .page-banca90__game-grid .page-banca90__game-card, .page-banca90__promo-cards .page-banca90__promo-card, .page-banca90__news-grid .page-banca90__news-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-banca90__intro-features, .page-banca90__security-grid, .page-banca90__game-grid, .page-banca90__promo-cards, .page-banca90__news-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-banca90__intro-text, .page-banca90__feature-description, .page-banca90__game-description, .page-banca90__promo-description, .page-banca90__security-description, .page-banca90__contact-item, .page-banca90__faq-answer, .page-banca90__news-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-banca90__hero-title { font-size: 2.2em; }.page-banca90__hero-subtitle { font-size: 1.2em; }.page-banca90__hero-cta { padding: 12px 25px; font-size: 1em; }.page-banca90__payment-title, .page-banca90__intro-title, .page-banca90__quick-access-title, .page-banca90__games-title, .page-banca90__promotions-title, .page-banca90__security-support-title, .page-banca90__faq-title, .page-banca90__latest-news-title { font-size: 2em; }.page-banca90__feature-item { flex: 1 1 100%; max-width: 100%; }.page-banca90__quick-access-links { flex-direction: column; }.page-banca90__access-button { width: 100%; max-width: 300px; margin: 0 auto; }.page-banca90__game-grid, .page-banca90__promo-cards, .page-banca90__news-grid { grid-template-columns: 1fr; }.page-banca90__security-item { flex: 1 1 100%; max-width: 100%; }.page-banca90__faq-question { padding: 15px 20px; }.page-banca90__faq-question h3 { font-size: 1.1em; }.page-banca90__faq-answer { padding: 0 20px; }.page-banca90__faq-item.active .page-banca90__faq-answer { padding: 15px 20px !important; }.page-banca90__floating-buttons { right: 10px; bottom: 10px; gap: 10px; }.page-banca90__floating-button { padding: 10px 20px; font-size: 1em; min-width: 100px; }@media (max-width: 768px){.page-banca90__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;}.page-banca90__payment-logo,.page-banca90__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;}.page-banca90__intro-features .page-banca90__feature-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__intro-features{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__security-grid .page-banca90__security-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__security-grid{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__game-grid .page-banca90__game-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__game-grid{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__promo-cards .page-banca90__promo-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__promo-cards{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__news-grid .page-banca90__news-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__news-grid{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-banca90__feature-icon img,.page-banca90__security-icon img,.page-banca90__game-image,.page-banca90__promo-image,.page-banca90__news-image,.page-banca90__hero-section .page-banca90__hero-image,.page-banca90__hero-image-main,.page-banca90__hero-image-fish{max-width:100% !important;height:auto !important;}}