.page-jl-11__main-content { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 80px; } .page-jl-11__hero-section { background: linear-gradient(135deg, #2a0000, #000000); padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-jl-11__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-jl-11__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-jl-11__brand-logo { margin-bottom: 20px; } .page-jl-11__brand-logo img { max-width: 180px; height: auto; display: block; margin: 0 auto; } .page-jl-11__main-heading { font-size: 2.8em; color: #ffcc00; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-11__sub-heading { font-size: 1.3em; color: #ffffff; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; } .page-jl-11__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jl-11__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center; } .page-jl-11__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-jl-11__section { padding: 50px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-jl-11__section--dark { background-color: #222222; } .page-jl-11__section-heading { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-jl-11__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-11__grid-item { background-color: #2e2e2e; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-jl-11__grid-item:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6); } .page-jl-11__grid-item-image { width: 100%; height: 220px; object-fit: cover; display: block; border-bottom: 3px solid #ffcc00; } .page-jl-11__grid-item-content { padding: 25px; } .page-jl-11__grid-item-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-jl-11__grid-item-description { font-size: 0.95em; color: #cccccc; line-height: 1.5; margin-bottom: 20px; } .page-jl-11__promo-card { background-color: #333333; border-radius: 15px; padding: 30px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); margin-bottom: 25px; text-align: center; } .page-jl-11__promo-card-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-jl-11__promo-card-description { font-size: 1.1em; color: #ffffff; margin-bottom: 25px; } .page-jl-11__why-us-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; text-align: left; } .page-jl-11__why-us-item { background-color: #2e2e2e; padding: 25px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); border-left: 5px solid #ffcc00; } .page-jl-11__why-us-item h3 { color: #ffcc00; font-size: 1.3em; margin-bottom: 10px; } .page-jl-11__why-us-item p { color: #cccccc; font-size: 0.95em; } .page-jl-11__faq-section { background-color: #1a1a1a; padding: 50px 20px; max-width: 900px; margin: 0 auto; } .page-jl-11__faq-item { background-color: #2e2e2e; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-jl-11__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; } .page-jl-11__faq-question:hover { background-color: #4a4a4a; } .page-jl-11__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-jl-11__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; margin-left: 15px; line-height: 1; pointer-events: none; } .page-jl-11__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.3s ease; color: #cccccc; font-size: 0.95em; text-align: left; } .page-jl-11__faq-item.active .page-jl-11__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-11__faq-item.active .page-jl-11__faq-question { background-color: #4a4a4a; } .page-jl-11__faq-item.active .page-jl-11__faq-toggle { transform: rotate(45deg); } .page-jl-11__sticky-cta { position: sticky; bottom: 0; width: 100%; background-color: #1a1a1a; padding: 15px 20px; box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5); text-align: center; z-index: 999; display: flex; justify-content: center; gap: 15px; } .page-jl-11__sticky-cta .page-jl-11__button { min-width: 120px; padding: 10px 20px; font-size: 1em; } @media (max-width: 768px) { .page-jl-11__main-heading { font-size: 2.2em; } .page-jl-11__sub-heading { font-size: 1.1em; } .page-jl-11__button { padding: 10px 20px; font-size: 1em; } .page-jl-11__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-jl-11__section { padding: 40px 15px; } .page-jl-11__section-heading { font-size: 1.8em; margin-bottom: 30px; } .page-jl-11__grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-11__grid-item-image { height: 180px; } .page-jl-11__grid-item-content { padding: 20px; } .page-jl-11__grid-item-title { font-size: 1.3em; } .page-jl-11__grid-item-description { font-size: 0.9em; } .page-jl-11__promo-card { padding: 25px; margin-bottom: 20px; } .page-jl-11__promo-card-title { font-size: 1.5em; } .page-jl-11__promo-card-description { font-size: 1em; } .page-jl-11__why-us-list { grid-template-columns: 1fr; gap: 20px; } .page-jl-11__why-us-item { padding: 20px; } .page-jl-11__why-us-item h3 { font-size: 1.2em; } .page-jl-11__faq-section { padding: 40px 15px; } .page-jl-11__faq-question { padding: 15px 20px; } .page-jl-11__faq-question h3 { font-size: 1.1em; } .page-jl-11__faq-toggle { font-size: 1.5em; } .page-jl-11__faq-answer { padding: 0 20px; } .page-jl-11__faq-item.active .page-jl-11__faq-answer { padding: 15px 20px !important; } .page-jl-11__sticky-cta { flex-direction: column; gap: 10px; } .page-jl-11__sticky-cta .page-jl-11__button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-jl-11__main-heading { font-size: 1.8em; } .page-jl-11__sub-heading { font-size: 0.95em; } .page-jl-11__floating-buttons { bottom: 10px; right: 10px; gap: 6px; } .page-jl-11__button { padding: 8px 15px; font-size: 0.9em; } .page-jl-11__sticky-cta { padding: 10px; } }