.page-schmetz-jl { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; } .page-schmetz-jl__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-schmetz-jl__container { padding: 15px; } } .page-schmetz-jl__hero-section { position: relative; background-color: #000; color: #fff; text-align: center; padding: 100px 20px; overflow: hidden; padding-top: calc(100px + var(--header-offset, 0px)); } @media (max-width: 768px) { .page-schmetz-jl__hero-section { padding: 80px 15px; padding-top: calc(80px + var(--header-offset, 0px)); } } .page-schmetz-jl__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 0; } .page-schmetz-jl__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-schmetz-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; } @media (max-width: 768px) { .page-schmetz-jl__hero-title { font-size: 2.5em; } } .page-schmetz-jl__hero-tagline { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-schmetz-jl__hero-tagline { font-size: 1.2em; } } .page-schmetz-jl__button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-schmetz-jl__button:hover { background-color: #e6c200; transform: translateY(-2px); } .page-schmetz-jl__section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-schmetz-jl__section:nth-of-type(even) { background-color: #f0f2f5; } @media (max-width: 768px) { .page-schmetz-jl__section { padding: 40px 0; } } .page-schmetz-jl__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; } @media (max-width: 768px) { .page-schmetz-jl__section-title { font-size: 2em; margin-bottom: 30px; } } .page-schmetz-jl__text-content { text-align: justify; max-width: 900px; margin: 0 auto 30px; padding: 0 20px; } @media (max-width: 768px) { .page-schmetz-jl__text-content { padding: 0 15px; } } .page-schmetz-jl__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-schmetz-jl__features-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-schmetz-jl__feature-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-schmetz-jl__feature-item:hover { transform: translateY(-5px); } .page-schmetz-jl__feature-icon { margin-bottom: 20px; } .page-schmetz-jl__feature-icon img { max-width: 100%; height: auto; border-radius: 4px; display: block; margin: 0 auto; min-width: 200px; min-height: 200px; box-sizing: border-box; } @media (max-width: 768px) { .page-schmetz-jl__feature-icon img { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-schmetz-jl__feature-title { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; } .page-schmetz-jl__feature-description { color: #555; } .page-schmetz-jl__cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 0 20px; max-width: 1000px; margin: 0 auto; } @media (max-width: 768px) { .page-schmetz-jl__cta-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-schmetz-jl__cta-item { background-color: #007bff; color: #fff; padding: 25px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; } .page-schmetz-jl__cta-item:hover { background-color: #0056b3; } .page-schmetz-jl__cta-item h3 { margin-top: 0; font-size: 1.3em; } .page-schmetz-jl__cta-item .page-schmetz-jl__button { background-color: #FFD700; color: #1a1a1a; margin-top: 15px; padding: 10px 20px; font-size: 0.9em; } .page-schmetz-jl__cta-item .page-schmetz-jl__button:hover { background-color: #e6c200; } .page-schmetz-jl__payment-methods { text-align: center; padding: 0 20px; } .page-schmetz-jl__payment-methods-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-schmetz-jl__payment-method-item { background-color: #f0f0f0; padding: 15px 25px; border-radius: 5px; font-weight: bold; color: #333; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-schmetz-jl__faq-list { max-width: 900px; margin: 0 auto; padding: 0 20px; } @media (max-width: 768px) { .page-schmetz-jl__faq-list { padding: 0 15px; } } .page-schmetz-jl__faq-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-schmetz-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #e9ecef; font-weight: bold; color: #333; user-select: none; transition: background-color 0.3s ease; } .page-schmetz-jl__faq-question:hover { background-color: #dee2e6; } .page-schmetz-jl__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-schmetz-jl__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; } .page-schmetz-jl__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; color: #555; } .page-schmetz-jl__faq-item.active .page-schmetz-jl__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-schmetz-jl__faq-answer { padding: 0 15px; } .page-schmetz-jl__faq-item.active .page-schmetz-jl__faq-answer { padding: 15px !important; } } .page-schmetz-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-schmetz-jl__blog-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-schmetz-jl__blog-post { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; } .page-schmetz-jl__blog-post:hover { transform: translateY(-5px); } .page-schmetz-jl__blog-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-schmetz-jl__blog-content { padding: 25px; } .page-schmetz-jl__blog-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-schmetz-jl__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-schmetz-jl__blog-date { font-size: 0.85em; color: #888; text-align: right; margin-top: 15px; } .page-schmetz-jl__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; margin-top: 10px; } .page-schmetz-jl__blog-link:hover { text-decoration: underline; } .page-schmetz-jl__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-schmetz-jl__list-item { box-sizing: border-box; } @media (max-width: 768px) { .page-schmetz-jl__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }