.page-jl-credit-card-login {  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  color: #333;  line-height: 1.6;  background-color: #f9f9f9;}.page-jl-credit-card-login__section {  padding: 40px 20px;  margin-bottom: 20px;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);}.page-jl-credit-card-login__hero-section {  background: linear-gradient(135deg, #007bff, #0056b3);  color: #fff;  text-align: center;  padding: 60px 20px;  border-radius: 0;  margin-bottom: 0;  box-shadow: none;  position: relative;  overflow: hidden;  padding-top: 10px; /* Decorative top padding */}.page-jl-credit-card-login__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;  z-index: 0;}.page-jl-credit-card-login__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;}.page-jl-credit-card-login__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  font-weight: 700;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}.page-jl-credit-card-login__hero-subtitle {  font-size: 1.2em;  margin-bottom: 30px;  max-width: 700px;  margin-left: auto;  margin-right: auto;}.page-jl-credit-card-login__button {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-jl-credit-card-login__button:hover {  background-color: #e0a800;  transform: translateY(-2px);}.page-jl-credit-card-login__section-title {  font-size: 2em;  color: #007bff;  margin-bottom: 30px;  text-align: center;  font-weight: 600;}.page-jl-credit-card-login__text-content {  max-width: 800px;  margin: 0 auto;  text-align: justify;}.page-jl-credit-card-login__text-content p {  margin-bottom: 15px;}.page-jl-credit-card-login__text-content strong {  color: #0056b3;}.page-jl-credit-card-login__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  max-width: 1200px;  margin: 0 auto;}.page-jl-credit-card-login__card {  background-color: #fefefe;  border: 1px solid #eee;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-jl-credit-card-login__card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);}.page-jl-credit-card-login__card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-jl-credit-card-login__card-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-jl-credit-card-login__card-title {  font-size: 1.4em;  color: #007bff;  margin-bottom: 10px;  font-weight: 600;}.page-jl-credit-card-login__card-text {  font-size: 0.95em;  color: #555;  margin-bottom: 15px;  flex-grow: 1;}.page-jl-credit-card-login__card-button {  width: 100%;  text-align: center;  margin-top: auto;}.page-jl-credit-card-login__list {  list-style: none;  padding: 0;  margin: 0 auto;  max-width: 800px;}.page-jl-credit-card-login__list-item {  background-color: #f0f8ff;  margin-bottom: 10px;  padding: 15px;  border-left: 5px solid #007bff;  border-radius: 5px;  box-sizing: border-box;}.page-jl-credit-card-login__faq-item {  background-color: #fefefe;  border: 1px solid #eee;  margin-bottom: 10px;  border-radius: 8px;  overflow: hidden;}.page-jl-credit-card-login__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  user-select: none;  background-color: #f0f8ff;  border-bottom: 1px solid #e0e0e0;  transition: background-color 0.3s ease;}.page-jl-credit-card-login__faq-question:hover {  background-color: #e6f7ff;}.page-jl-credit-card-login__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #0056b3;  pointer-events: none;}.page-jl-credit-card-login__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none;}.page-jl-credit-card-login__faq-item.active .page-jl-credit-card-login__faq-toggle {  transform: rotate(45deg);}.page-jl-credit-card-login__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  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-credit-card-login__faq-item.active .page-jl-credit-card-login__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-jl-credit-card-login__faq-answer p {  margin-bottom: 0;  font-size: 0.95em;  color: #666;}.page-jl-credit-card-login__blog-post {  background-color: #fefefe;  border: 1px solid #eee;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-jl-credit-card-login__blog-post:hover {  transform: translateY(-5px);  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);}.page-jl-credit-card-login__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-jl-credit-card-login__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-jl-credit-card-login__blog-title {  font-size: 1.3em;  color: #007bff;  margin-bottom: 10px;  font-weight: 600;}.page-jl-credit-card-login__blog-excerpt {  font-size: 0.9em;  color: #555;  margin-bottom: 15px;  flex-grow: 1;}.page-jl-credit-card-login__blog-date {  font-size: 0.85em;  color: #888;  margin-top: auto;  text-align: right;}.page-jl-credit-card-login__blog-link {  display: block;  text-decoration: none;  color: inherit;}.page-jl-credit-card-login__image-container {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}.page-jl-credit-card-login__image-container img {  max-width: 100%;  height: auto;}.page-jl-credit-card-login__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-jl-credit-card-login__floating-button {  background-color: #28a745;  color: #fff;  padding: 10px 20px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.2s ease;  text-align: center;}.page-jl-credit-card-login__floating-button:nth-child(2) {  background-color: #17a2b8;}.page-jl-credit-card-login__floating-button:hover {  transform: translateY(-3px);  box-color: #fff;}.page-jl-credit-card-login__floating-button--register {  background-color: #007bff;}.page-jl-credit-card-login__floating-button--login {  background-color: #6c757d;}@media (max-width: 768px) {  .page-jl-credit-card-login__hero-title {    font-size: 2em;  }  .page-jl-credit-card-login__hero-subtitle {    font-size: 1em;  }  .page-jl-credit-card-login__section {    padding: 30px 15px;  }  .page-jl-credit-card-login__section-title {    font-size: 1.6em;  }  .page-jl-credit-card-login__grid {    grid-template-columns: 1fr;  }  .page-jl-credit-card-login__card-image,  .page-jl-credit-card-login__blog-image {    height: 150px;  }  .page-jl-credit-card-login__list-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 12px;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-jl-credit-card-login__list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-jl-credit-card-login__faq-question {    padding: 12px 15px;  }  .page-jl-credit-card-login__faq-answer {    padding: 0 15px;  }  .page-jl-credit-card-login__faq-item.active .page-jl-credit-card-login__faq-answer {    padding: 15px 15px !important;  }  .page-jl-credit-card-login__image-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-jl-credit-card-login__image-container img {    max-width: 100% !important;    height: auto !important;  }  .page-jl-credit-card-login__floating-buttons {    flex-direction: row;    left: 10px;    right: 10px;    bottom: 10px;    justify-content: space-around;  }  .page-jl-credit-card-login__floating-button {    flex: 1;    margin: 0 5px;    padding: 10px 15px;  }}