.page-login-jl7 {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f4f7f6;}.page-login-jl7__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 10px 20px 60px;  box-sizing: border-box;  background-color: #0a192f;  background-size: cover;  background-position: center;  background-repeat: no-repeat;  overflow: hidden;}.page-login-jl7__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.5);  z-index: 1;}.page-login-jl7__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  margin: 0 auto;}.page-login-jl7__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  font-weight: bold;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-login-jl7__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  max-width: 700px;  line-height: 1.5;}.page-login-jl7__cta-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);}.page-login-jl7__cta-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-login-jl7__section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  margin-bottom: 30px;}.page-login-jl7__section-title {  text-align: center;  font-size: 2.5em;  margin-bottom: 40px;  color: #0a192f;  position: relative;}.page-login-jl7__section-title::after {  content: '';  display: block;  width: 80px;  height: 4px;  background-color: #007bff;  margin: 15px auto 0;  border-radius: 2px;}.page-login-jl7__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 0 auto 30px;  padding: 30px 20px;  box-sizing: border-box;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-login-jl7__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-login-jl7__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-login-jl7__text-content {  font-size: 1.1em;  color: #555;}.page-login-jl7__text-content p {  margin-bottom: 15px;}.page-login-jl7__text-content ul {  list-style: disc;  padding-left: 25px;  margin-bottom: 15px;}.page-login-jl7__text-content li {  margin-bottom: 8px;}.page-login-jl7__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-login-jl7__card {  background-color: #f9f9f9;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-login-jl7__card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-login-jl7__card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-login-jl7__card-content {  padding: 25px;}.page-login-jl7__card-title {  font-size: 1.5em;  margin-top: 0;  margin-bottom: 15px;  color: #0a192f;}.page-login-jl7__card-description {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;}.page-login-jl7__card-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-login-jl7__card-button:hover {  background-color: #0056b3;}.page-login-jl7__faq-item {  background-color: #f9f9f9;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;}.page-login-jl7__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  font-size: 1.2em;  font-weight: bold;  color: #0a192f;  cursor: pointer;  user-select: none;  background-color: #eee;  transition: background-color 0.3s ease;}.page-login-jl7__faq-question:hover {  background-color: #e0e0e0;}.page-login-jl7__faq-question h3 {  margin: 0;  pointer-events: none;  flex-grow: 1;  text-align: left;}.page-login-jl7__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  pointer-events: none;  transition: transform 0.3s ease;}.page-login-jl7__faq-item.active .page-login-jl7__faq-toggle {  transform: rotate(45deg);}.page-login-jl7__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  color: #555;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-login-jl7__faq-item.active .page-login-jl7__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-login-jl7__faq-answer p {  margin: 0;}.page-login-jl7__blog-card {  background-color: #f9f9f9;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-login-jl7__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-login-jl7__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-login-jl7__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-login-jl7__blog-title {  font-size: 1.3em;  margin-top: 0;  margin-bottom: 10px;  color: #0a192f;  text-decoration: none;  display: block;}.page-login-jl7__blog-title:hover {  color: #007bff;}.page-login-jl7__blog-excerpt {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;}.page-login-jl7__blog-date {  font-size: 0.85em;  color: #999;  text-align: right;}.page-login-jl7__quick-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;}.page-login-jl7__quick-link-button {  display: block;  width: 100%;  background-color: #007bff;  color: #fff;  padding: 15px 10px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  text-align: center;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);  box-sizing: border-box;}.page-login-jl7__quick-link-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}@media (max-width: 768px) {  .page-login-jl7__hero-title {    font-size: 2.5em;  }  .page-login-jl7__hero-description {    font-size: 1em;  }  .page-login-jl7__cta-button {    padding: 12px 25px;    font-size: 1.1em;  }  .page-login-jl7__section {    padding: 40px 15px;    margin-bottom: 20px;  }  .page-login-jl7__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-login-jl7__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 15px;  }  .page-login-jl7__payment-logo,  .page-login-jl7__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-login-jl7__grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-login-jl7__card-image {    height: 150px;  }  .page-login-jl7__card-title {    font-size: 1.3em;  }  .page-login-jl7__card-content {    padding: 20px;  }  .page-login-jl7__blog-image {    height: 150px;  }  .page-login-jl7__blog-title {    font-size: 1.1em;  }  .page-login-jl7__faq-question {    font-size: 1.1em;    padding: 15px;  }  .page-login-jl7__faq-answer {    padding: 0 15px;  }  .page-login-jl7__faq-item.active .page-login-jl7__faq-answer {    padding: 15px !important;  }  .page-login-jl7__quick-links-grid {    grid-template-columns: 1fr;  }  .page-login-jl7__quick-link-button {    font-size: 1em;    padding: 12px 10px;    box-sizing: border-box !important;    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}