.page--blog-banca28-shoot__hero-section { position: relative; width: 100%; overflow: hidden; margin-top: 10px; }.page--blog-banca28-shoot__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }.page--blog-banca28-shoot__hero-content { padding: 40px 20px; text-align: center; background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%); color: #ffffff; }.page--blog-banca28-shoot__main-title { font-size: 2.8em; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; }.page--blog-banca28-shoot__hero-description { font-size: 1.1em; line-height: 1.6; max-width: 800px; margin: 0 auto 30px; }.page--blog-banca28-shoot__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page--blog-banca28-shoot__btn-primary, .page--blog-banca28-shoot__btn-secondary, .page--blog-banca28-shoot__btn-download, .page--blog-banca28-shoot__link-play { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; white-space: normal; word-wrap: break-word; box-sizing: border-box; max-width: 100%; }.page--blog-banca28-shoot__btn-primary { background: #2563eb; color: #ffffff; border: 2px solid #2563eb; }.page--blog-banca28-shoot__btn-primary:hover { background: #1a4dbe; border-color: #1a4dbe; transform: translateY(-2px); }.page--blog-banca28-shoot__btn-secondary { background: #ffffff; color: #2563eb; border: 2px solid #ffffff; }.page--blog-banca28-shoot__btn-secondary:hover { background: #f0f0f0; border-color: #f0f0f0; transform: translateY(-2px); }.page--blog-banca28-shoot__section { padding: 60px 0; }.page--blog-banca28-shoot__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page--blog-banca28-shoot__section-title { font-size: 2.2em; font-weight: 700; text-align: center; margin-bottom: 40px; color: #111111; }.page--blog-banca28-shoot__introduction-section { background: #f8f9fa; }.page--blog-banca28-shoot__text-block { font-size: 1.05em; line-height: 1.7; margin-bottom: 20px; color: #333333; }.page--blog-banca28-shoot__text-block a { color: #2563eb; text-decoration: none; }.page--blog-banca28-shoot__text-block a:hover { text-decoration: underline; }.page--blog-banca28-shoot__image-content { width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }.page--blog-banca28-shoot__link-more { display: inline-block; margin-top: 15px; color: #2563eb; text-decoration: none; font-weight: 600; }.page--blog-banca28-shoot__link-more:hover { text-decoration: underline; }.page--blog-banca28-shoot__dark-bg { background: #2563eb; color: #ffffff; }.page--blog-banca28-shoot__dark-bg .page--blog-banca28-shoot__section-title { color: #ffffff; }.page--blog-banca28-shoot__dark-bg .page--blog-banca28-shoot__text-block { color: #f0f0f0; }.page--blog-banca28-shoot__dark-bg .page--blog-banca28-shoot__text-block a { color: #ffffff; }.page--blog-banca28-shoot__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page--blog-banca28-shoot__feature-card { background: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page--blog-banca28-shoot__feature-card:hover { transform: translateY(-5px); }.page--blog-banca28-shoot__feature-card img { width: 100%; max-width: 200px; height: auto; display: block; margin: 0 auto 20px; border-radius: 5px; }.page--blog-banca28-shoot__feature-card h3 { font-size: 1.4em; margin-bottom: 15px; color: #ffffff; }.page--blog-banca28-shoot__feature-card p { font-size: 0.95em; line-height: 1.6; color: #f0f0f0; }.page--blog-banca28-shoot__guide-list { list-style: none; padding: 0; counter-reset: guide-counter; }.page--blog-banca28-shoot__guide-item { margin-bottom: 30px; display: flex; align-items: flex-start; }.page--blog-banca28-shoot__guide-item::before { counter-increment: guide-counter; content: counter(guide-counter); display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #2563eb; color: #ffffff; font-weight: bold; font-size: 1.2em; flex-shrink: 0; margin-right: 20px; }.page--blog-banca28-shoot__guide-heading { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #111111; }.page--blog-banca28-shoot__guide-item p { margin-top: 0; color: #333333; }.page--blog-banca28-shoot__guide-cta { text-align: center; margin-top: 40px; }.page--blog-banca28-shoot__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page--blog-banca28-shoot__game-card { background: #ffffff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page--blog-banca28-shoot__game-card:hover { transform: translateY(-5px); }.page--blog-banca28-shoot__game-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; display: block; }.page--blog-banca28-shoot__game-card h3 { font-size: 1.3em; margin-bottom: 10px; color: #111111; }.page--blog-banca28-shoot__game-card p { font-size: 0.9em; line-height: 1.5; color: #555555; margin-bottom: 20px; }.page--blog-banca28-shoot__link-play { background: #64748b; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: 600; }.page--blog-banca28-shoot__link-play:hover { background: #4f5b6e; }.page--blog-banca28-shoot__light-bg { background: #f8f9fa; }.page--blog-banca28-shoot__promotions-section { background: #2563eb; color: #ffffff; }.page--blog-banca28-shoot__promotions-section .page--blog-banca28-shoot__section-title { color: #ffffff; }.page--blog-banca28-shoot__promotions-section .page--blog-banca28-shoot__text-block { color: #f0f0f0; }.page--blog-banca28-shoot__promotions-section .page--blog-banca28-shoot__text-block a { color: #ffffff; }.page--blog-banca28-shoot__promo-list { list-style: none; padding: 0; margin-top: 40px; }.page--blog-banca28-shoot__promo-item { background: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 25px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }.page--blog-banca28-shoot__promo-heading { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #ffffff; }.page--blog-banca28-shoot__promo-item p { font-size: 1em; line-height: 1.6; color: #f0f0f0; }.page--blog-banca28-shoot__promo-item p a { color: #ffffff; text-decoration: underline; }.page--blog-banca28-shoot__promo-item p a:hover { text-decoration: none; }.page--blog-banca28-shoot__promo-cta { text-align: center; margin-top: 40px; }.page--blog-banca28-shoot__safety-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page--blog-banca28-shoot__safety-item { background: #ffffff; border-radius: 10px; padding: 25px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }.page--blog-banca28-shoot__safety-heading { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #111111; }.page--blog-banca28-shoot__safety-item p { font-size: 0.95em; line-height: 1.6; color: #555555; }.page--blog-banca28-shoot__safety-item p a { color: #2563eb; text-decoration: none; }.page--blog-banca28-shoot__safety-item p a:hover { text-decoration: underline; }.page--blog-banca28-shoot__faq-section { background: #f8f9fa; }.page--blog-banca28-shoot__faq-list { margin-top: 40px; }.page--blog-banca28-shoot__faq-item { margin-bottom: 15px; border-radius: 8px; border: 1px solid #e0e0e0; overflow: hidden; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }.page--blog-banca28-shoot__faq-item summary.page--blog-banca28-shoot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; list-style: none; transition: background-color 0.3s ease; }.page--blog-banca28-shoot__faq-item summary.page--blog-banca28-shoot__faq-question::-webkit-details-marker { display: none; }.page--blog-banca28-shoot__faq-item summary.page--blog-banca28-shoot__faq-question:hover { background: #f5f5f5; }.page--blog-banca28-shoot__faq-qtext { flex: 1; font-size: 1.1em; font-weight: 600; line-height: 1.5; text-align: left; color: #333333; }.page--blog-banca28-shoot__faq-toggle { font-size: 24px; font-weight: bold; color: #666; flex-shrink: 0; margin-left: 15px; width: 28px; text-align: center; transition: transform 0.3s ease; }.page--blog-banca28-shoot__faq-item[open] .page--blog-banca28-shoot__faq-toggle { transform: rotate(45deg); }.page--blog-banca28-shoot__faq-item .page--blog-banca28-shoot__faq-answer { padding: 0 20px 20px; background: #f9f9f9; border-radius: 0 0 8px 8px; font-size: 1em; line-height: 1.6; color: #555555; }.page--blog-banca28-shoot__faq-answer p { margin-bottom: 10px; }.page--blog-banca28-shoot__faq-answer a { color: #2563eb; text-decoration: none; }.page--blog-banca28-shoot__faq-answer a:hover { text-decoration: underline; }.page--blog-banca28-shoot__btn-download { background: #64748b; color: #ffffff; border: 2px solid #64748b; margin-top: 15px; }.page--blog-banca28-shoot__btn-download:hover { background: #4f5b6e; border-color: #4f5b6e; }.page--blog-banca28-shoot__conclusion-section { background: #2563eb; color: #ffffff; text-align: center; }.page--blog-banca28-shoot__conclusion-section .page--blog-banca28-shoot__section-title { color: #ffffff; }.page--blog-banca28-shoot__conclusion-section .page--blog-banca28-shoot__text-block { color: #f0f0f0; }.page--blog-banca28-shoot__conclusion-section .page--blog-banca28-shoot__text-block a { color: #ffffff; text-decoration: underline; }.page--blog-banca28-shoot__conclusion-section .page--blog-banca28-shoot__text-block a:hover { text-decoration: none; }.page--blog-banca28-shoot__conclusion-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; }.page--blog-banca28-shoot__conclusion-buttons .page--blog-banca28-shoot__btn-secondary { color: #2563eb; background: #ffffff; border-color: #ffffff; }.page--blog-banca28-shoot__conclusion-buttons .page--blog-banca28-shoot__btn-secondary:hover { background: #f0f0f0; border-color: #f0f0f0; }.page--blog-banca28-shoot a { color: #2563eb; }.page--blog-banca28-shoot a:hover { text-decoration: underline; }.page--blog-banca28-shoot p, .page--blog-banca28-shoot li { color: #333333; }.page--blog-banca28-shoot__dark-section { background: #2563eb; color: #ffffff; }.page--blog-banca28-shoot__text-contrast-fix { color: #333333 !important; text-shadow: none !important; }@media (max-width: 1024px) {.page--blog-banca28-shoot__main-title { font-size: 2.5em; }.page--blog-banca28-shoot__section-title { font-size: 2em; }.page--blog-banca28-shoot__hero-buttons, .page--blog-banca28-shoot__conclusion-buttons { flex-direction: column; align-items: center; }.page--blog-banca28-shoot__btn-primary, .page--blog-banca28-shoot__btn-secondary, .page--blog-banca28-shoot__btn-download, .page--blog-banca28-shoot__link-play { width: 80%; max-width: 300px; }.page--blog-banca28-shoot__features-grid, .page--blog-banca28-shoot__game-grid, .page--blog-banca28-shoot__safety-list { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }.page--blog-banca28-shoot__faq-qtext { font-size: 1em; }}@media (max-width: 768px) {.page--blog-banca28-shoot__hero-section { margin-top: 10px; }.page--blog-banca28-shoot__hero-content { padding: 30px 15px; }.page--blog-banca28-shoot__main-title { font-size: 2em !important; margin-bottom: 15px; }.page--blog-banca28-shoot__hero-description { font-size: 1em; margin-bottom: 20px; }.page--blog-banca28-shoot__hero-buttons, .page--blog-banca28-shoot__conclusion-buttons { flex-direction: column !important; gap: 15px; }.page--blog-banca28-shoot__btn-primary, .page--blog-banca28-shoot__btn-secondary, .page--blog-banca28-shoot__btn-download, .page--blog-banca28-shoot__link-play { width: 100% !important; max-width: 100% !important; padding: 12px 20px !important; font-size: 0.95em !important; }.page--blog-banca28-shoot__section { padding: 40px 0; }.page--blog-banca28-shoot__container { padding: 0 15px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page--blog-banca28-shoot__section-title { font-size: 1.8em !important; margin-bottom: 30px; }.page--blog-banca28-shoot__text-block { font-size: 0.95em; line-height: 1.6; }.page--blog-banca28-shoot img { max-width: 100% !important; width: 100% !important; height: auto !important; }.page--blog-banca28-shoot__features-grid, .page--blog-banca28-shoot__game-grid, .page--blog-banca28-shoot__safety-list { grid-template-columns: 1fr !important; gap: 20px; }.page--blog-banca28-shoot__feature-card, .page--blog-banca28-shoot__game-card, .page--blog-banca28-shoot__safety-item, .page--blog-banca28-shoot__promo-item { padding: 20px; }.page--blog-banca28-shoot__feature-card h3, .page--blog-banca28-shoot__game-card h3, .page--blog-banca28-shoot__safety-heading, .page--blog-banca28-shoot__promo-heading { font-size: 1.2em; }.page--blog-banca28-shoot__guide-item { flex-direction: column; align-items: flex-start; }.page--blog-banca28-shoot__guide-item::before { margin-right: 0; margin-bottom: 10px; }.page--blog-banca28-shoot__promo-list { margin-top: 30px; }.page--blog-banca28-shoot__faq-item summary.page--blog-banca28-shoot__faq-question { padding: 15px; }.page--blog-banca28-shoot__faq-qtext { font-size: 1em; }.page--blog-banca28-shoot__faq-toggle { font-size: 20px; width: 24px; margin-left: 10px; }.page--blog-banca28-shoot__faq-item .page--blog-banca28-shoot__faq-answer { padding: 0 15px 15px; }.page--blog-banca28-shoot__faq-answer p { font-size: 0.95em; }.page--blog-banca28-shoot__conclusion-buttons { gap: 10px; }.page--blog-banca28-shoot__guide-list li, .page--blog-banca28-shoot__promo-list li, .page--blog-banca28-shoot__safety-list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page--blog-banca28-shoot__guide-list, .page--blog-banca28-shoot__promo-list, .page--blog-banca28-shoot__safety-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}