.page-hurting-you-jl-beck { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-hurting-you-jl-beck__hero-section { background-image: url('[GALLERY:hero:1920x1080:phlboss,gaming,abstract,light]'); background-size: cover; background-position: center; padding: 100px 20px; text-align: center; color: #fff; position: relative; overflow: hidden; padding-top: 10px; } .page-hurting-you-jl-beck__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-hurting-you-jl-beck__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-hurting-you-jl-beck__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e0b000; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-hurting-you-jl-beck__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #ddd; } .page-hurting-you-jl-beck__cta-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-hurting-you-jl-beck__cta-button:hover { background-color: #ffc107; transform: translateY(-3px); } .page-hurting-you-jl-beck__section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-hurting-you-jl-beck__section--dark { background-color: #0f0f1d; } .page-hurting-you-jl-beck__section-title { font-size: 2.8em; color: #e0b000; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-hurting-you-jl-beck__section-text { font-size: 1.1em; color: #ccc; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-hurting-you-jl-beck__image-container { margin: 40px auto; max-width: 800px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-hurting-you-jl-beck__image { width: 100%; height: auto; display: block; object-fit: cover; } .page-hurting-you-jl-beck__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-hurting-you-jl-beck__feature-item { background-color: #2a2a4a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-hurting-you-jl-beck__feature-item:hover { transform: translateY(-5px); } .page-hurting-you-jl-beck__feature-icon { margin-bottom: 20px; } .page-hurting-you-jl-beck__feature-icon img { width: 80px; height: 80px; object-fit: contain; } .page-hurting-you-jl-beck__feature-title { font-size: 1.6em; color: #e0b000; margin-bottom: 15px; } .page-hurting-you-jl-beck__feature-description { font-size: 1em; color: #ccc; } .page-hurting-you-jl-beck__faq-section { background-color: #1a1a2e; padding: 80px 20px; max-width: 1000px; margin: 0 auto; text-align: center; } .page-hurting-you-jl-beck__faq-title { font-size: 2.8em; color: #e0b000; margin-bottom: 50px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-hurting-you-jl-beck__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-hurting-you-jl-beck__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a5a; color: #fff; font-size: 1.2em; font-weight: bold; border-bottom: 1px solid #4a4a6a; transition: background-color 0.3s ease; user-select: none; } .page-hurting-you-jl-beck__faq-question:hover { background-color: #4a4a6a; } .page-hurting-you-jl-beck__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-hurting-you-jl-beck__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-hurting-you-jl-beck__faq-item.active .page-hurting-you-jl-beck__faq-toggle { transform: rotate(45deg); } .page-hurting-you-jl-beck__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #ccc; text-align: left; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-hurting-you-jl-beck__faq-item.active .page-hurting-you-jl-beck__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-hurting-you-jl-beck__hero-title { font-size: 2.5em; } .page-hurting-you-jl-beck__hero-subtitle { font-size: 1.2em; } .page-hurting-you-jl-beck__section-title, .page-hurting-you-jl-beck__faq-title { font-size: 2em; } .page-hurting-you-jl-beck__section, .page-hurting-you-jl-beck__faq-section { padding: 60px 15px; } .page-hurting-you-jl-beck__features-grid { grid-template-columns: 1fr; } .page-hurting-you-jl-beck__feature-item { padding: 25px; } .page-hurting-you-jl-beck__feature-title { font-size: 1.4em; } .page-hurting-you-jl-beck__faq-question { padding: 18px 20px; font-size: 1.1em; } .page-hurting-you-jl-beck__faq-answer { padding: 0 20px; } .page-hurting-you-jl-beck__faq-item.active .page-hurting-you-jl-beck__faq-answer { padding: 15px 20px !important; } .page-hurting-you-jl-beck__features-grid ul, .page-hurting-you-jl-beck__features-grid ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-hurting-you-jl-beck__features-grid li { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-hurting-you-jl-beck__image-container, .page-hurting-you-jl-beck__image { max-width: 100% !important; width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-hurting-you-jl-beck__section-text ul { list-style: none; padding: 0; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .page-hurting-you-jl-beck__section-text li { background-color: #2a2a4a; padding: 8px 15px; border-radius: 5px; font-size: 0.9em; color: #e0b000; }