/* === HIDE THEME PAGE TITLE === */
/* This should never be shown on sport pages */
#pxl-ptit__default,
.pxl-page-title-wrap,
.page-title-wrapper,
.entry-header,
.page-header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* === HERO SECTION OVERRIDES === */
#sport-hero-section,
#sport-hero-section.hero-section {
    position: relative !important;
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 90vh !important;
    min-height: 600px !important;
    margin-bottom: 80px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding-bottom: 12vh !important;
}

#sport-hero-section::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60% !important;
    background: linear-gradient(to top, #f0f2f5 30%, transparent 100%) !important;
    z-index: 1 !important;
}

#sport-hero-section .hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 800px !important;
    height: auto !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 20px !important;
    text-align: center !important;
    color: #1a1a1a !important;
}

#sport-hero-section .hero-content h1,
#sport-hero-section .elementor-widget-heading h1 {
    color: #1a1a1a !important;
    font-size: 3.2rem !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -2px !important;
}

#sport-hero-section .hero-tag,
#sport-hero-section .elementor-widget-heading h2 {
    display: inline-block !important;
    padding: 8px 18px !important;
    border: 1px solid #ddd !important;
    background: rgba(255,255,255,0.7) !important;
    border-radius: 20px !important;
    margin-bottom: 25px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#sport-hero-section .hero-actions {
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

/* === FEATURES SECTION OVERRIDES === */
#sport-features-section,
#sport-features-section.features-section {
    padding: 60px 0 !important;
}

#sport-features-section .features-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

#sport-features-section .features-header h2 {
    font-size: 2.5rem !important;
    color: #000 !important;
    font-weight: 600 !important;
}

#sport-features-section .features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

#sport-features-section .feature-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02), 0 10px 20px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #fff !important;
}

#sport-features-section .feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03), 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

#sport-features-section .large-card {
    grid-column: span 1 !important;
}

@media (min-width: 768px) {
    #sport-features-section .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #sport-features-section .large-card {
        grid-column: span 2 !important;
    }
}

@media (min-width: 1024px) {
    #sport-features-section .features-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    #sport-features-section .large-card:nth-child(3) {
        grid-column: 3 / 4 !important;
        grid-row: 1 / 3 !important;
    }
    #sport-features-section .large-card:nth-child(4) {
        grid-column: 1 / 3 !important;
        grid-row: 2 / 3 !important;
    }
    #sport-features-section .large-card:nth-child(7) {
        grid-column: 2 / 4 !important;
        grid-row: 3 / 4 !important;
    }
}

#sport-features-section .card-illustration {
    height: 200px !important;
    background-color: #f8f9fa !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #e9ecef !important;
    background: linear-gradient(135deg, #f8f9fa, #ffffff) !important;
}

#sport-features-section .card-illustration::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: radial-gradient(#e9ecef 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
    opacity: 0.5 !important;
}

/* Features Typography - Override Theme Defaults */
#sport-features-section .feature-card h3,
#sport-features-section .card-text-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#sport-features-section .feature-card p,
#sport-features-section .card-text-content p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Individual Card Illustrations */
.illustration-scheduling .calendar {
    width: 90px; height: 90px; background: #fff; border-radius: 12px; padding: 10px; box-shadow: 0 8px 25px rgba(0,0,0,0.07); z-index: 2; transform: rotate(-5deg);
}
.illustration-scheduling .month {
    font-weight: bold; color: #aaa; font-size: 0.8em; text-align: center;
}
.illustration-scheduling .days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 10px;}
.illustration-scheduling .days span { height: 12px; background: #f0f2f5; border-radius: 6px;}
.illustration-scheduling .days .active { background: linear-gradient(135deg, #88b3f9, #6d9eeb); transform: scale(1.1); box-shadow: 0 2px 5px rgba(109, 158, 235, 0.5);}
.illustration-scheduling .field {
    width: 90px; height: 110px; background: linear-gradient(145deg, #d4edc9, #b8dfa6); border-radius: 12px; position: absolute; right: 20px; z-index: 1; transform: rotate(8deg); box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    border: 2px solid #fff;
}
.illustration-scheduling .field::before {
    content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1.5px dashed rgba(255,255,255,0.8); border-radius: 5px;
}

.illustration-rosters { gap: 15px; }
.illustration-rosters .player-card { 
    width: 80px; height: 100px; background: #fff; border-radius: 10px; border: 1px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); position: relative; padding: 10px;
    transition: all 0.3s ease;
}
.illustration-rosters .player-card::before {
    content: ''; display: block; width: 30px; height: 30px; border-radius: 50%; background: #eaf2ff; margin: 0 auto 12px;
}
.illustration-rosters .player-card::after {
    content: ''; display: block; height: 6px; background: #f0f2f5; margin-bottom: 6px; border-radius: 5px;
}
.illustration-rosters .player-card:nth-child(2) { transform: scale(1.15) rotate(5deg) translateY(-10px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); z-index: 1; background: linear-gradient(135deg, #fff, #f9fcff);}
.illustration-rosters .player-card:first-child { transform: rotate(-5deg); }
.illustration-rosters .player-card:last-child { transform: rotate(2deg); }

.illustration-checkout {
    background: linear-gradient(160deg, #f0f4ff, #e6e9f0);
    align-items: center;
    justify-content: center;
}
.illustration-checkout::before { display: none; }
.illustration-checkout .checkout-ui {
    width: 250px;
    height: 160px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.illustration-checkout .card-element {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.illustration-checkout .credit-card {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    width: 150px;
    height: 90px;
    background: linear-gradient(135deg, #4c669f, #3b5998);
    z-index: 2;
    padding: 10px;
}
.illustration-checkout .card-chip {
    width: 25px; height: 20px; background: #ffdf85; border-radius: 4px;
}
.illustration-checkout .card-line {
    width: 60%; height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px; margin-top: 15px;
}
.illustration-checkout .e-sign {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-family: 'Caveat', cursive;
    font-size: 1.5rem;
}
.illustration-checkout .checkout-btn {
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #88b3f9, #6d9eeb);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(136, 179, 249, 0.5);
    cursor: pointer;
}

.illustration-builder {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.illustration-builder .builder-item {
    width: 120px;
    height: 90px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    font-size: 14px;
    color: #333;
    gap: 8px;
    transition: all 0.3s ease;
}
.illustration-builder .builder-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}
.illustration-builder .item-icon {
    font-size: 28px;
    line-height: 1;
}
.illustration-builder .item-1 { transform: rotate(-3deg); }
.illustration-builder .item-2 { transform: rotate(2deg) translateY(-10px); z-index: 1;}
.illustration-builder .item-3 { transform: rotate(4deg); }
.illustration-builder .item-4 { transform: rotate(-2deg) translateY(5px); }

.illustration-attendance .qr-code { 
    width: 100px; height: 100px; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><path d="M0 0h2v2H0zM3 0h2v2H3zM6 0h4v2H6zM0 3h2v2H0zM4 3h2v2H4zM7 3h2v2H7zM0 6h2v4H0zM3 6h2v2H3zM6 6h2v2H6z" fill="%23333"/></svg>');
    image-rendering: pixelated;
    z-index: 1;
}
.illustration-attendance .phone-scanner { 
    width: 80px; height: 140px; border-radius: 18px; margin-left: -30px; 
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative; box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}
.illustration-attendance .phone-scanner::after {
    content: ''; position: absolute; top: 10%; left: 10%; right: 10%; height: 2px; background: #6d9eeb;
    box-shadow: 0 0 8px #6d9eeb, 0 0 15px #6d9eeb; animation: scan 2s infinite alternate;
}
@keyframes scan { from { top: 10%; } to { top: 80%; } }

.illustration-messaging { flex-direction: column; gap: 10px; justify-content: center; width: 100%; }
.illustration-messaging .msg { 
    width: 75%; height: auto; border-radius: 18px; background: #fff; padding: 12px 15px;
    position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 10px;
}
.illustration-messaging .msg::before {
    content: ''; flex-shrink: 0; width: 25px; height: 25px; border-radius: 50%; background: #e0e0e0;
}
.illustration-messaging .msg::after { content: ''; display: block; height: 6px; background: #f0f2f5; border-radius: 3px; width: 70%;}
.illustration-messaging .msg-1 { align-self: flex-start; background: #eaf2ff; }
.illustration-messaging .msg-1::before { background: #ffc107; }
.illustration-messaging .msg-2 { align-self: flex-end; }
.illustration-messaging .msg-2::before { background: #0dcaf0; }

.illustration-payments { gap: 15px; flex-wrap: wrap; align-content: center; }
.illustration-payments .payment-card { 
    width: 100px; height: 60px; border-radius: 8px;
    background: linear-gradient(45deg, #d3d3d3, #f5f5f5); box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    position: relative; transform: rotate(-3deg);
}
.illustration-payments .payment-card.visa::after { content: 'VISA'; position: absolute; bottom: 5px; right: 8px; font-weight: bold; color: #1a1a7b; font-size: 10px;}
.illustration-payments .payment-card.mastercard { background: linear-gradient(45deg, #4d4d4d, #2c2c2c); transform: rotate(5deg) translateY(10px);}
.illustration-payments .payout-bar { 
    width: 100%; height: 25px; background: #eaf2ff; border-radius: 8px;
    position: relative; overflow: hidden; margin-top: 10px;
}
.illustration-payments .payout-bar::after {
    content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 60%;
    background: linear-gradient(90deg, #a8d592, #c7e5b9); border-radius: 8px;
}

.illustration-metrics .chart-container {
    width: 120px; height: 120px; position: relative;
}
.illustration-metrics .chart-bg {
    width: 100%; height: 100%; stroke: #eaf2ff; stroke-width: 15; fill: none;
}
.illustration-metrics .chart-value {
    width: 100%; height: 100%; stroke: #88b3f9; stroke-width: 15; fill: none;
    stroke-dasharray: 283;
    stroke-dashoffset: 85;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}
.illustration-metrics .chart-text {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    font-size: 1.5rem; font-weight: bold; color: #6d9eeb;
}

.illustration-automations { gap: 15px; align-items: center; }
.illustration-automations .automation-card {
    background: #fff; width: 130px; height: 80px; border-radius: 12px;
    padding: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.06); border: 1px solid #fff;
    font-weight: 500; font-size: 14px;
}
.illustration-automations .automation-card .label { display: block; margin-bottom: 10px; }
.illustration-automations .toggle {
    width: 40px; height: 20px; background: #e9ecef; border-radius: 10px;
    position: relative; cursor: pointer;
}
.illustration-automations .toggle.on { background: #d4edc9; }
.illustration-automations .toggle::after {
    content: ''; position: absolute; top: 2px; left: 2px;
    width: 16px; height: 16px; background: #fff; border-radius: 50%;
    transition: all 0.3s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.illustration-automations .toggle.on::after {
    transform: translateX(20px); background: #5cb85c;
}

/* Ensure emojis display correctly */
#sport-features-section img.emoji,
#sport-setup-section img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* === SETUP SECTION OVERRIDES === */
#sport-setup-section,
#sport-setup-section.setup-section {
    padding: 100px 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 80px !important;
    background: #fff !important;
    overflow: hidden !important;
}

/* Fix Setup Section layout in Elementor */
#sport-setup-section .elementor-widget-html > .elementor-widget-container {
    display: flex !important;
    gap: 80px !important;
    align-items: center !important;
    justify-content: center !important;
}

#sport-setup-section .setup-content {
    flex-basis: 45% !important;
    max-width: 500px !important;
    text-align: left !important;
}

#sport-setup-section .setup-content h2 {
    text-align: left !important;
    margin-bottom: 15px !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.1 !important;
    letter-spacing: -2px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#sport-setup-section .setup-content p {
    font-size: 1.1rem !important;
    color: #666 !important;
    margin-bottom: 40px !important;
}

#sport-setup-section .setup-steps-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#sport-setup-section .step-list-item {
    display: flex !important;
    align-items: flex-start !important;
    padding: 20px !important;
    border-radius: 18px !important;
    margin-bottom: 15px !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

#sport-setup-section .step-list-item:hover {
    background: #f8f9fa !important;
}

#sport-setup-section .step-list-item.active {
    background: #fff !important;
    border-color: #e9ecef !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06) !important;
    transform: scale(1.05) !important;
}

#sport-setup-section .step-list-item .step-icon {
    font-size: 1.5rem !important;
    margin-right: 20px !important;
    background: #eaf2ff !important;
    width: 45px !important;
    height: 45px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
}

#sport-setup-section .step-list-item .step-text h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 0 5px !important;
    color: #000 !important;
    line-height: 1.3 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#sport-setup-section .step-list-item .step-text p {
    font-size: 0.95rem !important;
    color: #555 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#sport-setup-section .setup-illustration-container {
    flex-basis: 55% !important;
    position: relative !important;
    height: 450px !important;
    perspective: 1500px !important;
}

.illustration-step {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateZ(-100px) rotateY(-20deg);
    pointer-events: none;
}
.illustration-step.active {
    opacity: 1;
    transform: translateZ(0) rotateY(0deg);
    pointer-events: auto;
}

.viz-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.8);
    position: absolute;
    transform-style: preserve-3d;
}

/* Step 1 Illustration */
.map-card {
    width: 280px; height: 200px; top: 10%; left: 0; transform: rotate(-8deg);
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOklEQVQoU2NkYGD4z0A6+JzBysDIIg4sXJaFSElAxAr/AfE/SBMDMzNTCM1E2UyY0QCF/gUAlwEAXIsPeyo2x/UAAAAASUVORK5CYII=') #eaf2ff;
}
.map-pin {
    position: absolute; width: 20px; height: 20px; background: #ff5a5f; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); border: 2px solid #fff;
}
.calendar-card {
    width: 220px; height: 250px; bottom: 0; right: 0; transform: rotate(6deg); padding: 15px;
}
.calendar-card .month { font-weight: bold; color: #aaa; margin-bottom: 15px;}
.day-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px;}
.day-grid span { width: 22px; height: 22px; background: #f0f2f5; border-radius: 50%;}
.day-grid .blackout { background: #333; }

/* Step 2 Illustration */
.pricing-card {
    width: 280px; top: 20%; left: 50%; transform: translateX(-50%); padding: 20px; z-index: 2;
}
.price-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; color: #555;}
.price-row .price { font-weight: 600; color: #333;}
.price-row.total .price { color: #6d9eeb; font-size: 1.2rem;}
.pricing-card hr { border: 0; height: 1px; background: #e9ecef; margin: 10px 0;}
.rules-card {
    width: 220px; bottom: 15%; left: 5%; transform: rotate(-10deg); padding: 20px;
    display: flex; justify-content: space-between; align-items: center;
}
.toggle-switch { width: 40px; height: 20px; background: #e9ecef; border-radius: 10px; position: relative; }
.toggle-switch.on { background: #d4edc9; }
.toggle-switch.on::after { transform: translateX(20px); background: #5cb85c;}
.toggle-switch::after { content:''; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; background: #fff; border-radius: 50%; transition: all 0.3s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }

/* Step 3 Illustration */
.coach-list-card {
    width: 320px; height: 380px; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px;
}
.coach-item { display: flex; align-items: center; gap: 15px; padding: 10px; border-bottom: 1px solid #f0f2f5;}
.coach-item:last-child { border-bottom: 0; }
.coach-item .avatar { width: 40px; height: 40px; border-radius: 50%; background: #eaf2ff; }
.coach-item span { flex-grow: 1; font-weight: 500; }
.coach-item button { border: none; border-radius: 8px; padding: 8px 12px; font-size: 12px; cursor: pointer; }
.coach-item button.invite { background: #6d9eeb; color: #fff; }
.coach-item button:not(.invite) { background: #f0f2f5; color: #888; }

/* Step 4 Illustration */
.rocket-card {
    font-size: 5rem; top: 20%; left: 50%; transform: translateX(-50%);
    background: none; box-shadow: none; border: none;
    animation: float 3s infinite ease-in-out;
}
@keyframes float { 0%, 100% { transform: translate(-50%, 0px); } 50% { transform: translate(-50%, -20px); } }
.launch-button {
    bottom: 30%; left: 50%; transform: translateX(-50%); padding: 20px 40px;
    background: linear-gradient(135deg, #88b3f9, #6d9eeb);
    color: #fff; font-size: 1.2rem; font-weight: bold;
    box-shadow: 0 8px 25px rgba(136, 179, 249, 0.4);
    cursor: pointer;
}

/* === FAQ SECTION OVERRIDES - PXL ACCORDION STYLE === */
#sport-faq-section {
    padding: 160px 54px 112px 54px !important;
    background: #fff !important;
    border-radius: 24px !important;
    max-width: 1312px !important;
    margin: 40px auto !important;
}

/* FAQ Header Layout */
#sport-faq-section .faq-header {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 88px !important;
}

#sport-faq-section .faq-header .faq-title-group {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

#sport-faq-section .faq-header h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -2.4px !important;
    margin: 0 !important;
    color: #000 !important;
}

#sport-faq-section .faq-header img {
    height: 56px !important;
    width: auto !important;
}

#sport-faq-section .faq-header .quote-icon {
    height: 64px !important;
    width: 80px !important;
}

/* PXL Accordion Styles */
#sport-faq-section .pxl-accordion {
    display: flex !important;
    flex-direction: column !important;
}

#sport-faq-section .pxl-accordion__item {
    border-top: 1px solid #d5d7da !important;
}

#sport-faq-section .pxl-accordion__item:last-child {
    border-bottom: 1px solid #d5d7da !important;
}

#sport-faq-section .pxl-accordion__item-title {
    padding: 48px 64px !important;
    padding-bottom: 17px !important;
    position: relative !important;
    color: #a4a7ae !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.96px !important;
    transition: 0.3s !important;
    cursor: pointer !important;
    margin: 0 !important;
    display: block !important;
}

#sport-faq-section .pxl-accordion__item.active .pxl-accordion__item-title {
    padding-bottom: 17px !important;
    color: #132436 !important;
}

#sport-faq-section .pxl-accordion__item-title:hover {
    color: #132436 !important;
}

#sport-faq-section .pxl-accordion__item-number {
    position: absolute !important;
    left: 0 !important;
    font-weight: 500 !important;
}

#sport-faq-section .pxl-accordion__item-text {
    display: inline !important;
}

#sport-faq-section .pxl-accordion__item-action {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #132436 !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

#sport-faq-section .pxl-accordion__item.active .pxl-accordion__item-action {
    background-color: #132436 !important;
}

#sport-faq-section .pxl-accordion__item-action::before,
#sport-faq-section .pxl-accordion__item-action::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#sport-faq-section .pxl-accordion__item-action::before {
    width: 12px !important;
    height: 2px !important;
    background: #fff !important;
}

#sport-faq-section .pxl-accordion__item-action::after {
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
}

#sport-faq-section .pxl-accordion__item.active .pxl-accordion__item-action::after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

#sport-faq-section .pxl-accordion__item:not(.active) .pxl-accordion__item-action {
    background-color: #e9eaeb !important;
}

#sport-faq-section .pxl-accordion__item:not(.active) .pxl-accordion__item-action::before,
#sport-faq-section .pxl-accordion__item:not(.active) .pxl-accordion__item-action::after {
    background: #132436 !important;
}

#sport-faq-section .pxl-accordion__item-content {
    display: none !important;
    padding: 0px 64px 48px !important;
    color: #535862 !important;
    overflow: hidden !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

#sport-faq-section .pxl-accordion__item.active .pxl-accordion__item-content {
    display: block !important;
}

/* Override any Elementor accordion styles */
#sport-faq-section .elementor-accordion,
#sport-faq-section .accordion {
    border: none !important;
    background: transparent !important;
}

#sport-faq-section .elementor-accordion-item,
#sport-faq-section .accordion-item {
    border-top: 1px solid #d5d7da !important;
    border-bottom: none !important;
    background: transparent !important;
}

#sport-faq-section .elementor-accordion-item:last-child,
#sport-faq-section .accordion-item:last-child {
    border-bottom: 1px solid #d5d7da !important;
}

#sport-faq-section .elementor-tab-title,
#sport-faq-section .accordion-header {
    padding: 48px 64px 17px !important;
    position: relative !important;
    color: #a4a7ae !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.96px !important;
    transition: 0.3s !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

#sport-faq-section .elementor-active .elementor-tab-title,
#sport-faq-section .accordion-item.active .accordion-header {
    color: #132436 !important;
}

#sport-faq-section .elementor-tab-content,
#sport-faq-section .accordion-content {
    padding: 0px 64px 48px !important;
    color: #535862 !important;
    border: none !important;
    background: transparent !important;
}

/* === RESPONSIVE STYLES === */

@media (max-width: 1024px) {
    #sport-hero-section .hero-content {
        width: 60% !important;
        padding: 0 4% !important;
    }
    #sport-hero-section .hero-content h1 {
        font-size: 2.8rem !important;
    }
    #sport-setup-section {
        flex-direction: column !important;
        gap: 40px !important;
        padding: 80px 30px !important;
    }
    #sport-setup-section .setup-content {
        flex-basis: auto !important;
        max-width: 600px !important;
        text-align: center !important;
    }
    #sport-setup-section .setup-content h2,
    #sport-setup-section .setup-content p {
        text-align: center !important;
    }
    #sport-setup-section .setup-illustration-container {
        width: 100% !important;
        max-width: 450px !important;
        min-height: 350px !important;
    }
    
    /* Reset complex grid for features */
    #sport-features-section .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #sport-features-section .large-card,
    #sport-features-section .large-card:nth-child(3),
    #sport-features-section .large-card:nth-child(4),
    #sport-features-section .large-card:nth-child(7) {
        grid-column: span 1 !important;
        grid-row: auto !important;
    }

    #sport-hero-section {
        height: 80vh !important;
        min-height: 500px !important;
        align-items: flex-end !important;
        padding-bottom: 10vh !important;
    }
    #sport-hero-section::after {
        background: linear-gradient(to top, #f0f2f5 50%, transparent 100%) !important;
        height: 70% !important;
    }
    #sport-hero-section .hero-content {
        width: 90% !important;
        max-width: 90% !important;
    }
    #sport-hero-section .hero-content h1 {
        font-size: 2.5rem !important;
    }
    
    /* Adjust hero height on smaller mobile devices */
    @media (max-width: 480px) {
        #sport-hero-section {
            height: auto !important;
            min-height: 450px !important;
            padding-top: 100px !important; /* Push content down from top */
            padding-bottom: 80px !important;
            align-items: center !important; /* Center content vertically */
        }
    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 0 20px !important;
    }
    h1 { font-size: 2.5rem !important; }
    h2 { font-size: 2rem !important; }

    #sport-hero-section {
        height: 80vh !important;
        min-height: 500px !important;
        align-items: flex-end !important;
        padding-bottom: 10vh !important;
    }
    #sport-hero-section::after {
        background: linear-gradient(to top, #f0f2f5 50%, transparent 100%) !important;
        height: 70% !important;
    }
    #sport-hero-section .hero-content {
        width: 90% !important;
        max-width: 90% !important;
    }
    #sport-hero-section .hero-content h1 {
        font-size: 2.5rem !important;
    }

    #sport-features-section .features-grid {
        grid-template-columns: 1fr !important;
    }

    #sport-setup-section {
        padding: 60px 20px !important;
    }

    /* Responsive Setup Illustrations */
    #sport-setup-section .setup-illustration-container {
        height: 300px !important;
        min-height: auto !important;
        transform: none !important;
        perspective: none !important;
        margin-top: 30px !important;
    }
    .illustration-step {
        transform: none !important;
        position: relative !important;
        display: none !important;
        height: 100% !important;
    }
    .illustration-step.active {
        display: block !important;
    }
    .viz-card {
        position: absolute !important;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
        transform-origin: center center !important;
    }

    /* Step 1: Calendar - Recreated from screenshot */
    .illustration-step[data-step="1"] .map-card { display: none !important; }
    .illustration-step[data-step="1"] .calendar-card {
        width: 280px !important;
        height: 180px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        padding: 0 !important;
        overflow: visible !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .calendar-card .month {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: #fff !important;
        padding: 8px 30px !important;
        border-radius: 20px !important;
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        color: #555 !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
        z-index: 2 !important;
    }
    .calendar-card .day-grid {
        position: absolute !important;
        top: 20px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #fff !important;
        border-radius: 18px !important;
        box-shadow: 0 10px 35px rgba(0,0,0,0.1) !important;
        padding: 40px 20px 20px 20px !important;
        background-image: repeating-linear-gradient(#e9ecef 0, #e9ecef 1px, transparent 1px, transparent 25px) !important;
    }
    .day-grid span { display: none !important; }
    .day-grid .blackout {
        display: block !important;
        position: absolute !important;
        top: 45px !important;
        width: 18px !important;
        height: 18px !important;
        background: #333 !important;
        border-radius: 50% !important;
    }
    .day-grid span.blackout:nth-of-type(2) { left: 80px !important; }
    .day-grid span.blackout:nth-of-type(6) { left: 180px !important; }

    /* Step 2, 3, 4: Clean, stacked layout */
    .illustration-step:not([data-step="1"]) .viz-card {
        position: relative !important;
        width: 90% !important;
        max-width: 320px !important;
        margin: 0 auto 15px !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }
    .coach-list-card, .pricing-card { height: auto !important; }
    .illustration-step[data-step="4"] .rocket-card { display: none !important; }
    .illustration-step[data-step="4"] .launch-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        padding: 18px 25px !important;
    }
    .illustration-step[data-step="4"] .launch-button::before {
        content: '🚀' !important;
        font-size: 1.8rem !important;
    }

    #sport-faq-section {
        padding: 60px 20px !important;
    }
    #sport-faq-section .accordion-header {
        padding: 20px !important;
        font-size: 1rem !important;
    }
    #sport-setup-section .step-list-item {
        padding: 15px !important;
    }
    #sport-setup-section .step-list-item .step-text h4 {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 2rem !important; }
    h2 { font-size: 1.8rem !important; }
    
    #sport-setup-section .setup-illustration-container {
        transform: scale(0.9) !important;
        margin-top: 15px !important;
        height: 280px !important;
    }

    #sport-features-section .feature-card {
        padding: 20px !important;
    }
}