body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-jl-xx { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-jl-xx__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-jl-xx__section:nth-child(even) { background-color: #f9f9f9; } .page-jl-xx__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-jl-xx__section-text { font-size: 1.1em; line-height: 1.6; text-align: center; max-width: 900px; margin: 0 auto 30px auto; } .page-jl-xx__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 80px 15px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: calc(80px + 10px); } .page-jl-xx__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; } .page-jl-xx__hero-content { position: relative; z-index: 2; } .page-jl-xx__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: 900; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-jl-xx__hero-description { font-size: 1.4em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-xx__hero-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jl-xx__button { display: inline-block; padding: 15px 30px; background-color: #ffc107; color: #333; text-decoration: none; border-radius: 50px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; white-space: nowrap; } .page-jl-xx__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-jl-xx__button--primary { background-color: #28a745; color: #fff; } .page-jl-xx__button--primary:hover { background-color: #218838; } .page-jl-xx__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 15px; } .page-jl-xx__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-jl-xx__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jl-xx__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 15px; } .page-jl-xx__card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-jl-xx__card:hover { transform: translateY(-5px); } .page-jl-xx__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-jl-xx__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-xx__card-title { font-size: 1.5em; margin-top: 0; margin-bottom: 15px; color: #0056b3; } .page-jl-xx__card-description { font-size: 1em; line-height: 1.5; color: #555; margin-bottom: 20px; flex-grow: 1; } .page-jl-xx__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 15px; list-style: none; margin: 0; } .page-jl-xx__feature-item { background-color: #e9f5ff; border: 1px solid #cce5ff; border-radius: 8px; padding: 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; font-size: 1.1em; font-weight: bold; color: #0056b3; } .page-jl-xx__faq-section { text-align: left; } .page-jl-xx__faq-container { max-width: 800px; margin: 0 auto; padding: 0 15px; } .page-jl-xx__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-jl-xx__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-size: 1.2em; font-weight: bold; color: #0056b3; cursor: pointer; user-select: none; background-color: #eaf6ff; transition: background-color 0.3s ease; } .page-jl-xx__faq-question:hover { background-color: #dbeeff; } .page-jl-xx__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-jl-xx__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jl-xx__faq-item.active .page-jl-xx__faq-toggle { transform: rotate(45deg); } .page-jl-xx__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1em; line-height: 1.6; color: #555; background-color: #fff; } .page-jl-xx__faq-item.active .page-jl-xx__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-jl-xx__blog-card { text-align: left; } .page-jl-xx__blog-date { font-size: 0.9em; color: #777; margin-top: 10px; } @media (max-width: 768px) { .page-jl-xx__hero-section { padding: 60px 15px; padding-top: calc(60px + 10px); } .page-jl-xx__hero-title { font-size: 2.5em; } .page-jl-xx__hero-description { font-size: 1.1em; } .page-jl-xx__hero-actions { flex-direction: column; gap: 15px; } .page-jl-xx__button { width: 100%; padding: 12px 20px; font-size: 1.1em; } .page-jl-xx__section-title { font-size: 2em; margin-bottom: 20px; } .page-jl-xx__section-text { font-size: 1em; margin-bottom: 20px; } .page-jl-xx__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-jl-xx__payment-logo, .page-jl-xx__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-xx__grid { grid-template-columns: 1fr; padding: 0 10px; gap: 20px; } .page-jl-xx__card-content { padding: 20px; } .page-jl-xx__card-title { font-size: 1.3em; } .page-jl-xx__card-description { font-size: 0.95em; } .page-jl-xx__feature-item { flex: 1 1 100%; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-jl-xx__feature-list { padding: 0 10px; gap: 15px; } .page-jl-xx__faq-question { padding: 15px; font-size: 1.1em; } .page-jl-xx__faq-answer { padding: 15px !important; font-size: 0.95em; } .page-jl-xx__blog-date { font-size: 0.85em; } /* Responsive image adjustments */ .page-jl-xx img:not(.page-jl-xx__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-xx .page-jl-xx__card-image { width: 100% !important; height: auto !important; min-height: 200px; object-fit: cover; } }