body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-jl-fisher-11__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px 20px; box-sizing: border-box; } .page-jl-fisher-11__hero-section { background: linear-gradient(135deg, #2a003f, #000000); color: #fff; padding: 60px 0; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: 70px; } .page-jl-fisher-11__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,dark]'); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; } .page-jl-fisher-11__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 15px; } .page-jl-fisher-11__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-jl-fisher-11__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; opacity: 0.9; } .page-jl-fisher-11__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; margin: 0 10px; border: none; cursor: pointer; } .page-jl-fisher-11__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-jl-fisher-11__section { background-color: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); margin-bottom: 30px; } .page-jl-fisher-11__section-title { font-size: 2.5em; color: #2a003f; text-align: center; margin-bottom: 30px; } .page-jl-fisher-11__section-content { font-size: 1.1em; line-height: 1.7; color: #555; } .page-jl-fisher-11__image-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-jl-fisher-11__image-wrapper { flex: 1 1 calc(33% - 20px); max-width: calc(33% - 20px); text-align: center; background-color: #f9f9f9; padding: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-jl-fisher-11__image-wrapper img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 10px; min-width: 200px; min-height: 200px; } .page-jl-fisher-11__image-caption { font-size: 0.95em; color: #666; font-weight: bold; } .page-jl-fisher-11__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-jl-fisher-11__feature-item { background-color: #fdfdfd; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-fisher-11__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); } .page-jl-fisher-11__feature-icon { margin-bottom: 15px; } .page-jl-fisher-11__feature-icon img { width: 100px; height: 100px; object-fit: contain; min-width: 200px; min-height: 200px; } .page-jl-fisher-11__feature-title { font-size: 1.4em; color: #2a003f; margin-bottom: 10px; } .page-jl-fisher-11__feature-description { font-size: 1em; color: #666; line-height: 1.6; } .page-jl-fisher-11__faq-section { background-color: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); margin-bottom: 30px; } .page-jl-fisher-11__faq-title { font-size: 2.5em; color: #2a003f; text-align: center; margin-bottom: 30px; } .page-jl-fisher-11__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; } .page-jl-fisher-11__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-jl-fisher-11__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-jl-fisher-11__faq-question:hover { background-color: #f8f8f8; } .page-jl-fisher-11__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; flex-grow: 1; text-align: left; pointer-events: none; } .page-jl-fisher-11__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-jl-fisher-11__faq-item.active .page-jl-fisher-11__faq-toggle { transform: rotate(45deg); } .page-jl-fisher-11__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; color: #666; line-height: 1.6; } .page-jl-fisher-11__faq-item.active .page-jl-fisher-11__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-fisher-11__hero-title { font-size: 2.5em; } .page-jl-fisher-11__hero-subtitle { font-size: 1.2em; } .page-jl-fisher-11__cta-button { padding: 12px 25px; font-size: 1em; margin: 0 5px 10px; } .page-jl-fisher-11__section { padding: 25px; } .page-jl-fisher-11__section-title { font-size: 2em; } .page-jl-fisher-11__section-content { font-size: 1em; } .page-jl-fisher-11__image-gallery { flex-direction: column; } .page-jl-fisher-11__image-wrapper { flex: 1 1 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-jl-fisher-11__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-fisher-11__features-grid { grid-template-columns: 1fr; } .page-jl-fisher-11__feature-item { padding: 20px; } .page-jl-fisher-11__feature-icon img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-fisher-11__faq-question h3 { font-size: 1.1em; } .page-jl-fisher-11__faq-toggle { font-size: 1.5em; } .page-jl-fisher-11__faq-answer { padding: 15px 10px !important; } }