.page-jl-londrina__hero-section { background-color: #0d1a26; color: #e0e0e0; padding: 10px 20px 40px; text-align: center; position: relative; overflow: hidden; }.page-jl-londrina__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); }.page-jl-londrina__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-jl-londrina__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; }.page-jl-londrina__hero-description { font-size: 1.1em; margin-bottom: 30px; line-height: 1.6; }.page-jl-londrina__cta-button { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-jl-londrina__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-jl-londrina__info-section { background-color: #1a2a3a; color: #e0e0e0; padding: 50px 20px; text-align: center; }.page-jl-londrina__info-title { font-size: 2.2em; margin-bottom: 30px; color: #ffcc00; }.page-jl-londrina__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-jl-londrina__info-card { background-color: #0d1a26; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jl-londrina__info-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-jl-londrina__card-icon { width: 60px; height: 60px; margin-bottom: 15px; display: block; }.page-jl-londrina__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-jl-londrina__card-description { font-size: 0.95em; line-height: 1.5; }.page-jl-londrina__game-providers-section { background-color: #0d1a26; color: #e0e0e0; padding: 50px 20px; text-align: center; }.page-jl-londrina__providers-title { font-size: 2.2em; margin-bottom: 30px; color: #ffcc00; }.page-jl-londrina__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; align-items: center; justify-items: center; }.page-jl-londrina__provider-logo { width: 100%; max-width: 120px; height: auto; display: block; object-fit: contain; filter: brightness(0.8) grayscale(0.5); transition: filter 0.3s ease; }.page-jl-londrina__provider-logo:hover { filter: brightness(1) grayscale(0); }.page-jl-londrina__faq-section { background-color: #1a2a3a; color: #e0e0e0; padding: 50px 20px; max-width: 900px; margin: 0 auto; }.page-jl-londrina__faq-title { text-align: center; font-size: 2.2em; margin-bottom: 40px; color: #ffcc00; }.page-jl-londrina__faq-item { background-color: #0d1a26; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }.page-jl-londrina__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #0d1a26; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-jl-londrina__faq-question:hover { background-color: #1a2a3a; }.page-jl-londrina__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; }.page-jl-londrina__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-jl-londrina__faq-item.active .page-jl-londrina__faq-toggle { transform: rotate(45deg); }.page-jl-londrina__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-jl-londrina__faq-item.active .page-jl-londrina__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jl-londrina__faq-answer p { margin: 0; line-height: 1.6; color: #ccc; }.page-jl-londrina__contact-section { background-color: #0d1a26; color: #e0e0e0; padding: 50px 20px; text-align: center; }.page-jl-londrina__contact-title { font-size: 2.2em; margin-bottom: 30px; color: #ffcc00; }.page-jl-londrina__contact-description { font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-jl-londrina__social-links { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; margin-bottom: 40px; }.page-jl-londrina__social-link { display: inline-block; width: 50px; height: 50px; background-color: #ffcc00; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease, transform 0.3s ease; }.page-jl-londrina__social-link:hover { background-color: #e6b800; transform: translateY(-3px); }.page-jl-londrina__social-icon { width: 30px; height: 30px; object-fit: contain; filter: brightness(0.2); }.page-jl-londrina__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-jl-londrina__floating-button { background-color: #ffcc00; color: #0d1a26; padding: 12px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-jl-londrina__floating-button:hover { background-color: #e6b800; transform: scale(1.05); }@media (max-width: 768px) { .page-jl-londrina__hero-title { font-size: 2em; }.page-jl-londrina__hero-description { font-size: 1em; }.page-jl-londrina__cta-button { padding: 12px 25px; font-size: 1em; }.page-jl-londrina__info-title, .page-jl-londrina__providers-title, .page-jl-londrina__faq-title, .page-jl-londrina__contact-title { font-size: 1.8em; }.page-jl-londrina__info-grid { grid-template-columns: 1fr; }.page-jl-londrina__info-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-jl-londrina__info-card .page-jl-londrina__card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-jl-londrina__providers-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); }.page-jl-londrina__provider-logo { max-width: 90px; }.page-jl-londrina__faq-question { padding: 15px 20px; }.page-jl-londrina__faq-question h3 { font-size: 1.1em; }.page-jl-londrina__faq-toggle { font-size: 1.5em; }.page-jl-londrina__faq-answer { padding: 0 20px; }.page-jl-londrina__faq-item.active .page-jl-londrina__faq-answer { padding: 15px 20px !important; }.page-jl-londrina__contact-description { font-size: 1em; }.page-jl-londrina__social-link { width: 45px; height: 45px; }.page-jl-londrina__social-icon { width: 25px; height: 25px; }.page-jl-londrina__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-jl-londrina__floating-button { padding: 10px 15px; font-size: 0.85em; }}.page-jl-londrina img { max-width: 100%; height: auto; }.page-jl-londrina__hero-background, .page-jl-londrina__info-card img, .page-jl-londrina__provider-logo, .page-jl-londrina__social-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }