.page-ku-castlecrag { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-ku-castlecrag__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-ku-castlecrag__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-ku-castlecrag__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)); z-index: 2; } .page-ku-castlecrag__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px; } .page-ku-castlecrag__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ku-castlecrag__hero-subtitle { font-size: 1.5em; color: #e0e0e0; margin-bottom: 30px; } .page-ku-castlecrag__hero-cta { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-ku-castlecrag__hero-cta:hover { background-color: #0056b3; } .page-ku-castlecrag__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: 40px 20px; background-color: #222; } .page-ku-castlecrag__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-ku-castlecrag__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-ku-castlecrag__section { padding: 60px 20px; text-align: center; } .page-ku-castlecrag__section--dark { background-color: #1a1a1a; } .page-ku-castlecrag__section--light { background-color: #222; } .page-ku-castlecrag__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-ku-castlecrag__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-ku-castlecrag__card { background-color: #333; border-radius: 10px; padding: 30px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-ku-castlecrag__card:hover { transform: translateY(-10px); } .page-ku-castlecrag__card-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-ku-castlecrag__card-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-ku-castlecrag__card-text { font-size: 1em; color: #e0e0e0; } .page-ku-castlecrag__cta-section { background-color: #007bff; padding: 80px 20px; text-align: center; } .page-ku-castlecrag__cta-title { font-size: 3em; color: #fff; margin-bottom: 20px; } .page-ku-castlecrag__cta-text { font-size: 1.3em; color: #e0e0e0; margin-bottom: 40px; } .page-ku-castlecrag__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 18px 40px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.4em; transition: background-color 0.3s ease; } .page-ku-castlecrag__cta-button:hover { background-color: #e6b800; } .page-ku-castlecrag__faq-section { background-color: #1a1a1a; padding: 60px 20px; text-align: center; } .page-ku-castlecrag__faq-list { max-width: 800px; margin: 0 auto; text-align: left; } .page-ku-castlecrag__faq-item { background-color: #222; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-ku-castlecrag__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; border-bottom: 1px solid #444; } .page-ku-castlecrag__faq-question:hover { background-color: #444; } .page-ku-castlecrag__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-ku-castlecrag__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-ku-castlecrag__faq-item.active .page-ku-castlecrag__faq-toggle { transform: rotate(45deg); } .page-ku-castlecrag__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; background-color: #222; color: #e0e0e0; } .page-ku-castlecrag__faq-item.active .page-ku-castlecrag__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ku-castlecrag__blog-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-ku-castlecrag__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-ku-castlecrag__blog-post { background-color: #333; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-ku-castlecrag__blog-post:hover { transform: translateY(-10px); } .page-ku-castlecrag__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-ku-castlecrag__blog-content { padding: 20px; } .page-ku-castlecrag__blog-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-ku-castlecrag__blog-link { text-decoration: none; color: #ffcc00; } .page-ku-castlecrag__blog-date { font-size: 0.9em; color: #aaa; margin-bottom: 15px; } .page-ku-castlecrag__blog-excerpt { font-size: 1em; color: #e0e0e0; } @media (max-width: 1024px) { .page-ku-castlecrag__hero-title { font-size: 2.8em; } .page-ku-castlecrag__hero-subtitle { font-size: 1.3em; } .page-ku-castlecrag__section-title { font-size: 2em; } .page-ku-castlecrag__cta-title { font-size: 2.5em; } } @media (max-width: 768px) { .page-ku-castlecrag__hero-section { min-height: 450px; } .page-ku-castlecrag__hero-title { font-size: 2.2em; } .page-ku-castlecrag__hero-subtitle { font-size: 1.1em; } .page-ku-castlecrag__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-ku-castlecrag__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-ku-castlecrag__payment-logo, .page-ku-castlecrag__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-ku-castlecrag__section { padding: 40px 15px; } .page-ku-castlecrag__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-ku-castlecrag__grid { grid-template-columns: 1fr; } .page-ku-castlecrag__card { padding: 20px; } .page-ku-castlecrag__card-image { height: 200px; } .page-ku-castlecrag__card-title { font-size: 1.5em; } .page-ku-castlecrag__cta-section { padding: 50px 15px; } .page-ku-castlecrag__cta-title { font-size: 2em; } .page-ku-castlecrag__cta-text { font-size: 1.1em; } .page-ku-castlecrag__cta-button { padding: 15px 30px; font-size: 1.2em; } .page-ku-castlecrag__faq-section { padding: 40px 15px; } .page-ku-castlecrag__faq-question { padding: 15px; } .page-ku-castlecrag__faq-question h3 { font-size: 1.1em; } .page-ku-castlecrag__faq-answer { padding: 0 15px; } .page-ku-castlecrag__faq-item.active .page-ku-castlecrag__faq-answer { padding: 15px 15px !important; } .page-ku-castlecrag__blog-section { padding: 40px 15px; } .page-ku-castlecrag__blog-grid { grid-template-columns: 1fr; } .page-ku-castlecrag__blog-image { height: 180px; } .page-ku-castlecrag__blog-title { font-size: 1.3em; } } @media (max-width: 480px) { .page-ku-castlecrag__hero-title { font-size: 1.8em; } .page-ku-castlecrag__hero-subtitle { font-size: 1em; } .page-ku-castlecrag__hero-cta { padding: 10px 20px; font-size: 1em; } .page-ku-castlecrag__payment-providers { gap: 10px; } .page-ku-castlecrag__payment-logo, .page-ku-castlecrag__payment-logo img { width: 60px !important; height: 60px !important; max-width: 60px !important; max-height: 60px !important; } .page-ku-castlecrag__section-title { font-size: 1.5em; } .page-ku-castlecrag__card-title { font-size: 1.3em; } .page-ku-castlecrag__cta-title { font-size: 1.8em; } .page-ku-castlecrag__cta-text { font-size: 1em; } .page-ku-castlecrag__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-ku-castlecrag__blog-title { font-size: 1.2em; } }