.page-aev-borah-wheels-jl { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-aev-borah-wheels-jl__hero-section { position: relative; width: 100%; min-height: 450px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 80px; overflow: hidden; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); box-sizing: border-box; }.page-aev-borah-wheels-jl__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-aev-borah-wheels-jl__hero-content { z-index: 1; max-width: 900px; }.page-aev-borah-wheels-jl__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-aev-borah-wheels-jl__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.page-aev-borah-wheels-jl__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; 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-aev-borah-wheels-jl__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-aev-borah-wheels-jl__section { padding: 60px 20px; text-align: center; }.page-aev-borah-wheels-jl__section:nth-of-type(even) { background-color: #eee; }.page-aev-borah-wheels-jl__section-title { font-size: 2.2em; color: #222; margin-bottom: 30px; }.page-aev-borah-wheels-jl__section-description { max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; }.page-aev-borah-wheels-jl__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-aev-borah-wheels-jl__grid-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-aev-borah-wheels-jl__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }.page-aev-borah-wheels-jl__grid-item-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; display: block; }.page-aev-borah-wheels-jl__grid-item-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-aev-borah-wheels-jl__grid-item-text { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-aev-borah-wheels-jl__game-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; padding: 20px 0; }.page-aev-borah-wheels-jl__game-logo-item { background-color: #fff; border-radius: 8px; padding: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: transform 0.2s ease; }.page-aev-borah-wheels-jl__game-logo-item:hover { transform: translateY(-3px); }.page-aev-borah-wheels-jl__game-logo { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; }.page-aev-borah-wheels-jl__game-title { font-size: 0.9em; font-weight: bold; color: #555; }.page-aev-borah-wheels-jl__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-aev-borah-wheels-jl__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }.page-aev-borah-wheels-jl__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-aev-borah-wheels-jl__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-aev-borah-wheels-jl__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #333; }.page-aev-borah-wheels-jl__blog-card-link { text-decoration: none; color: #333; transition: color 0.3s ease; display: block; }.page-aev-borah-wheels-jl__blog-card-link:hover { color: #007bff; }.page-aev-borah-wheels-jl__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; flex-grow: 1; }.page-aev-borah-wheels-jl__blog-card-date { font-size: 0.85em; color: #999; }.page-aev-borah-wheels-jl__faq-section { background-color: #fefefe; }.page-aev-borah-wheels-jl__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-aev-borah-wheels-jl__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background-color: #fff; }.page-aev-borah-wheels-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-aev-borah-wheels-jl__faq-question:hover { background-color: #eaeaea; }.page-aev-borah-wheels-jl__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-aev-borah-wheels-jl__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; }.page-aev-borah-wheels-jl__faq-item.active .page-aev-borah-wheels-jl__faq-toggle { transform: rotate(45deg); }.page-aev-borah-wheels-jl__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-aev-borah-wheels-jl__faq-item.active .page-aev-borah-wheels-jl__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-aev-borah-wheels-jl__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }.page-aev-borah-wheels-jl__quick-access-grid .page-aev-borah-wheels-jl__cta-button { width: 100%; box-sizing: border-box; }.page-aev-borah-wheels-jl__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-aev-borah-wheels-jl__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }.page-aev-borah-wheels-jl__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-aev-borah-wheels-jl__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-aev-borah-wheels-jl__promo-card-title { font-size: 1.3em; margin-bottom: 10px; color: #333; }.page-aev-borah-wheels-jl__promo-card-text { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; }.page-aev-borah-wheels-jl__promo-card .page-aev-borah-wheels-jl__cta-button { margin-top: auto; }.page-aev-borah-wheels-jl__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; }.page-aev-borah-wheels-jl__security-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); text-align: center; }.page-aev-borah-wheels-jl__security-item-icon { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; }.page-aev-borah-wheels-jl__security-item-title { font-size: 1.2em; color: #333; margin-bottom: 10px; }.page-aev-borah-wheels-jl__security-item-text { font-size: 0.9em; color: #666; }.page-aev-borah-wheels-jl__blog-section .page-aev-borah-wheels-jl__grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }.page-aev-borah-wheels-jl__footer-disclaimer { margin-top: 40px; font-size: 0.85em; color: #777; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }.page-aev-borah-wheels-jl__footer-disclaimer strong { color: #555; }.page-aev-borah-wheels-jl__footer-disclaimer p { margin-bottom: 10px; }.page-aev-borah-wheels-jl__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-aev-borah-wheels-jl__floating-button { background-color: #ffcc00; color: #333; border-radius: 50px; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-aev-borah-wheels-jl__floating-button:hover { background-color: #e6b800; transform: scale(1.05); }.page-aev-borah-wheels-jl__floating-button--register { background-color: #007bff; color: #fff; }.page-aev-borah-wheels-jl__floating-button--register:hover { background-color: #0056b3; }.page-aev-borah-wheels-jl__floating-button--login { background-color: #28a745; color: #fff; }.page-aev-borah-wheels-jl__floating-button--login:hover { background-color: #218838; }@media (max-width: 768px) { .page-aev-borah-wheels-jl__hero-section { min-height: 350px; padding: 10px 15px 60px; }.page-aev-borah-wheels-jl__hero-title { font-size: 2em; }.page-aev-borah-wheels-jl__hero-description { font-size: 1em; }.page-aev-borah-wheels-jl__section { padding: 40px 15px; }.page-aev-borah-wheels-jl__section-title { font-size: 1.8em; }.page-aev-borah-wheels-jl__section-description { font-size: 1em; }.page-aev-borah-wheels-jl__grid { grid-template-columns: 1fr; gap: 20px; }.page-aev-borah-wheels-jl__grid-item { padding: 20px; }.page-aev-borah-wheels-jl__grid-item-title { font-size: 1.2em; }.page-aev-borah-wheels-jl__grid-item-text { font-size: 0.9em; }.page-aev-borah-wheels-jl__game-logo-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 10px; }.page-aev-borah-wheels-jl__game-logo { width: 60px; height: 60px; }.page-aev-borah-wheels-jl__game-title { font-size: 0.8em; }.page-aev-borah-wheels-jl__blog-card-image { height: 180px; }.page-aev-borah-wheels-jl__blog-card-title { font-size: 1.1em; }.page-aev-borah-wheels-jl__blog-card-excerpt { font-size: 0.85em; }.page-aev-borah-wheels-jl__faq-question { padding: 12px 15px; }.page-aev-borah-wheels-jl__faq-question h3 { font-size: 1em; }.page-aev-borah-wheels-jl__faq-answer { padding: 0 15px; }.page-aev-borah-wheels-jl__faq-item.active .page-aev-borah-wheels-jl__faq-answer { padding: 15px !important; }.page-aev-borah-wheels-jl__quick-access-grid { grid-template-columns: 1fr; }.page-aev-borah-wheels-jl__promo-card-image { height: 160px; }.page-aev-borah-wheels-jl__promo-card-title { font-size: 1.1em; }.page-aev-borah-wheels-jl__promo-card-text { font-size: 0.85em; }.page-aev-borah-wheels-jl__security-grid { grid-template-columns: 1fr; }.page-aev-borah-wheels-jl__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-aev-borah-wheels-jl__floating-button { width: 50px; height: 50px; font-size: 0.8em; } .page-aev-borah-wheels-jl__grid-item, .page-aev-borah-wheels-jl__blog-card, .page-aev-borah-wheels-jl__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-aev-borah-wheels-jl__grid, .page-aev-borah-wheels-jl__game-logo-grid, .page-aev-borah-wheels-jl__quick-access-grid, .page-aev-borah-wheels-jl__security-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; margin-left: auto !important; margin-right: auto !important; } .page-aev-borah-wheels-jl__grid-item-text, .page-aev-borah-wheels-jl__blog-card-excerpt, .page-aev-borah-wheels-jl__promo-card-text, .page-aev-borah-wheels-jl__security-item-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-aev-borah-wheels-jl__hero-section img, .page-aev-borah-wheels-jl__grid-item-image, .page-aev-borah-wheels-jl__game-logo, .page-aev-borah-wheels-jl__blog-card-image, .page-aev-borah-wheels-jl__promo-card-image, .page-aev-borah-wheels-jl__security-item-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-aev-borah-wheels-jl__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }