* { font-family: 'Poppins', sans-serif; }

.gc-hero { height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-top: 60px; }

.gc-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }

.gc-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(255,0,0,0.3)); z-index: -1; }

.gc-hero-content { z-index: 1; animation: fadeInUp 0.8s ease-out; }

.gc-hero-content h1 { font-family: 'Playfair Display', serif; font-size: 4rem; margin-bottom: 1rem; color: #fff; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); line-height: 1.2; }

.gc-hero-content p { font-size: 1.5rem; color: #ddd; margin-bottom: 2.5rem; text-shadow: 1px 1px 5px rgba(0,0,0,0.5); }

.gc-intro { background: #0a0a0a; padding: 6rem 0; }

.intro-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.intro-content h2 { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #fff; margin-bottom: 1.5rem; }

.intro-content p { font-size: 1rem; color: #bbb; margin-bottom: 2.5rem; line-height: 1.8; }

.intro-features { display: flex; flex-direction: column; gap: 1.5rem; }

.feature-item { display: flex; gap: 1.5rem; align-items: flex-start; }

.feature-number { font-size: 2.5rem; font-weight: 700; color: #ff0000; min-width: 60px; }

.feature-item h4 { font-size: 1.1rem; color: #fff; margin-bottom: 0.5rem; }

.feature-item p { color: #999; font-size: 0.9rem; }

.intro-image { height: 500px; border-radius: 15px; overflow: hidden; animation: slideInRight 0.8s ease-out; }

.intro-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }

.intro-image:hover img { transform: scale(1.05); }

.class-types { background: #111; padding: 6rem 0; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-header h2 { font-family: 'Playfair Display', serif; font-size: 3rem; color: #fff; margin-bottom: 1rem; }

.section-header p { font-size: 1.1rem; color: #bbb; }

.classes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }

.class-card { background: #1a1a1a; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; }

.class-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(255,0,0,0.15); }

.class-image { position: relative; height: 250px; overflow: hidden; }

.class-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }

.class-card:hover .class-image img { transform: scale(1.1); }

.class-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 600; opacity: 0; transition: opacity 0.3s; }

.class-card:hover .class-overlay { opacity: 1; }

.class-info { padding: 2rem; }

.class-info h3 { font-size: 1.5rem; color: #fff; margin-bottom: 0.8rem; }

.class-desc { color: #999; font-size: 0.95rem; margin-bottom: 1.5rem; }

.class-details { display: flex; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #333; }

.duration { color: #bbb; font-size: 0.9rem; }

.price { color: #ff0000; font-weight: 600; }

.view-btn { width: 100%; padding: 0.8rem; background: linear-gradient(135deg, #ff0000, #cc0000); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s; }

.view-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255,0,0,0.3); }

.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; align-items: center; justify-content: center; }

.modal-overlay.active { display: flex; }

.modal-content { background: #1a1a1a; border-radius: 15px; max-width: 800px; width: 90%; position: relative; }

.modal-close { position: absolute; top: 20px; right: 20px; background: #ff0000; color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; z-index: 1; font-size: 1.5rem; line-height: 1; }

.modal-close:hover { background: #cc0000; }

.modal-body { display: grid; grid-template-columns: 1fr 1fr; }

.modal-image { height: 400px; background-size: cover; background-position: center; }

.modal-text { padding: 3rem; }

.modal-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #fff; margin-bottom: 1rem; }

.modal-text p { color: #bbb; font-size: 1rem; line-height: 1.6; margin-bottom: 1.5rem; }

.modal-text h4 { color: #fff; margin-bottom: 1rem; }

.modal-text ul { list-style: none; padding: 0; }

.modal-text li { color: #bbb; padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }

.modal-text li:before { content: "•"; color: #ff0000; position: absolute; left: 0; }

.community-stats { background: #0a0a0a; padding: 6rem 0; }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; }

.stat-box { text-align: center; }

.stat-number { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #ff0000; font-weight: 700; margin-bottom: 0.5rem; }

.stat-label { font-size: 1.1rem; color: #bbb; }

.instructors { background: #111; padding: 6rem 0; }

.instructors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 3rem; }

.instructor-card { background: #1a1a1a; border-radius: 12px; padding: 2rem; text-align: center; transition: all 0.3s ease; }

.instructor-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(255,0,0,0.15); }

.instructor-image { width: 150px; height: 150px; margin: 0 auto 1.5rem; border-radius: 50%; overflow: hidden; border: 3px solid #ff0000; }

.instructor-image img { width: 100%; height: 100%; object-fit: cover; }

.instructor-card h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #fff; margin-bottom: 0.5rem; }

.specialty { color: #ff0000; font-weight: 600; margin-bottom: 1rem; }

.bio { color: #999; font-size: 0.95rem; line-height: 1.6; }

.testimonials { background: #0a0a0a; padding: 6rem 0; }

.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }

.testimonial-card { background: #1a1a1a; padding: 2rem; border-radius: 12px; border-left: 4px solid #ff0000; transition: all 0.3s ease; }

.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(255,0,0,0.1); }

.testimonial-header { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; align-items: center; }

.testimonial-avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; }

.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-info h4 { color: #fff; margin-bottom: 0.5rem; font-size: 1rem; }

.star-rating { color: #ff0000; font-size: 0.9rem; }

.star { margin-right: 0.2rem; }

.testimonial-text { color: #bbb; font-size: 0.95rem; line-height: 1.6; font-style: italic; }

.pricing { background: #111; padding: 6rem 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }

.pricing-card { background: #1a1a1a; padding: 2.5rem; border-radius: 12px; text-align: center; border: 2px solid #333; transition: all 0.3s ease; }

.pricing-card.featured { border-color: #ff0000; transform: scale(1.05); }

.pricing-card:hover { box-shadow: 0 20px 40px rgba(255,0,0,0.15); }

.pricing-card h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #fff; margin-bottom: 1rem; }

.price { font-family: 'Playfair Display', serif; font-size: 3rem; color: #ff0000; font-weight: 700; margin-bottom: 0.5rem; }

.price-label { color: #bbb; font-size: 0.95rem; margin-bottom: 1.5rem; }

.features-list { list-style: none; padding: 0; margin: 2rem 0; text-align: left; }

.features-list li { color: #bbb; padding: 0.8rem 0; border-bottom: 1px solid #333; }

.features-list li:last-child { border-bottom: none; }

.pricing-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, #ff0000, #cc0000); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; margin-top: 1.5rem; transition: all 0.3s; }

.pricing-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255,0,0,0.3); }

.booking-section { background: #0a0a0a; padding: 6rem 0; }

.booking-form-wrapper { max-width: 700px; margin: 0 auto; }

.booking-form { background: #1a1a1a; padding: 3rem; border-radius: 12px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 1.5rem; }

.form-group { display: flex; flex-direction: column; }

.form-group label { color: #fff; font-weight: 600; margin-bottom: 0.5rem; }

.form-group input,
.form-group select { padding: 0.8rem; background: #111; border: 1px solid #333; border-radius: 8px; color: #fff; font-size: 0.95rem; transition: all 0.3s; }

.form-group input:focus,
.form-group select:focus { outline: none; border-color: #ff0000; box-shadow: 0 0 10px rgba(255,0,0,0.2); }

.submit-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, #ff0000, #cc0000); color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 1rem; transition: all 0.3s; }

.submit-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255,0,0,0.3); }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

@keyframes slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }

@keyframes slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 768px) {
    .intro-wrapper { grid-template-columns: 1fr; }
    .modal-body { grid-template-columns: 1fr; }
    .modal-image { height: 250px; }
    .form-row { grid-template-columns: 1fr; gap: 1rem; }
    .gc-hero-content h1 { font-size: 2rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .instructors-grid { grid-template-columns: 1fr; }
    .pricing-card.featured { transform: scale(1); }
}

footer { background: #000; padding: 3rem 0 1rem; border-top: 1px solid #333; }

.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 2rem; }

.footer-section h4 { color: #fff; margin-bottom: 1rem; font-size: 1.1rem; }

.footer-section p { color: #999; font-size: 0.9rem; line-height: 1.8; }

.footer-rating { margin-top: 1rem; display: flex; align-items: center; gap: 0.8rem; }

.footer-rating .stars { color: #ff0000; font-size: 1rem; }

.footer-rating .rating-text { color: #bbb; font-size: 0.9rem; }

.footer-section ul { list-style: none; padding: 0; }

.footer-section li { margin-bottom: 0.8rem; }

.footer-section a { color: #999; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }

.footer-section a:hover { color: #cecece; transform: translateX(5px); }

.social-links-footer { display: flex; flex-wrap: wrap; gap: 1rem; }

.social-link { background: rgba(255,0,0,0.1); color: #ff0000; padding: 0.6rem 1.2rem; border-radius: 20px; font-size: 0.85rem; transition: all 0.3s; border: 1px solid #ff0000; }

.social-link:hover { background: #ff0000; color: #fff; }

.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid #333; color: #666; font-size: 0.85rem; }

.footer-bottom a { color: #999; transition: color 0.3s; }

.footer-bottom a:hover { color: #ff0000; }