/*
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Template: botiga
Author: aThemes
Author URI: https://athemes.com
Description: Launch your store with Botiga. A beautiful theme that is optimized for both the block editor and Elementor. We proudly introduce Botiga, with a modern and clean design that will effortlessly match your brand. Botiga has been developed from the ground up with clean code for optimal performance. You’ll get a mobile-optimized theme that looks and works great on any device and comes with plenty of customization options as well. Discover the theme that will transform your online business.
Tags: e-commerce,custom-menu,custom-logo,grid-layout,featured-images,right-sidebar,left-sidebar,custom-colors,editor-style,theme-options,threaded-comments,translation-ready,blog,one-column,two-columns,rtl-language-support,custom-background,custom-header,footer-widgets,post-formats,wide-blocks
Version: 2.3.0.1751111919
Updated: 2026-05-21 14:46:00
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   1. GLOBAL LIGHT-THEMED TOKENS
   ========================================================================== */
:root {
    --sx-bg-darker: #f8fafc;       /* Clean, soft slate white */
    --sx-bg-dark: #ffffff;
    --sx-bg-card: #ffffff;
    --sx-bg-card-hover: #fcfdfe;
    --sx-border: rgba(15, 23, 42, 0.08);
    --sx-text-muted: #64748b;     /* Refined slate gray */
    --sx-text-light: #1e293b;     /* Dark slate for readable text */
    --sx-font: 'Outfit', sans-serif;
    
    /* Premium Highlights per Tier */
    --sx-silver: #64748b;
    --sx-silver-glow: rgba(100, 116, 139, 0.08);
    
    --sx-gold: #d97706;           /* Refined golden-amber */
    --sx-gold-glow: rgba(217, 119, 6, 0.12);
    
    --sx-elite: #0891b2;          /* Clean Cyan-teal */
    --sx-elite-purple: #6d28d9;   /* Pure Purple */
    --sx-elite-glow: rgba(109, 40, 217, 0.12);
    
    --sx-success: #16a34a;        /* Elegant emerald green */
}

/* ==========================================================================
   2. HEADER & LAYOUT ALIGNMENTS (RESTORE MAIN BOTIGA LOOK)
   ========================================================================== */

/* Native Botiga header — no overrides needed, inherits from parent theme Customizer */


/* Constrain Product SaaS Main Content width */
.sx-product-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px 40px 20px !important;
    box-sizing: border-box;
}

/* Reset Body Background overrides to support native white header/footer seamlessly */
.sx-dark-page-wrapper {
    background-color: #ffffff !important;
    color: #1e293b !important;
    font-family: var(--sx-font) !important;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Stop Elementor image widgets and columns from applying buggy transforms / card overlaps */
.elementor-widget-image {
    transform: none !important;
}
.sx-product-container .elementor-element.elementor-widget,
.sx-dark-page-wrapper .elementor-element.elementor-widget {
    margin-bottom: 0 !important;
}

.page-template-elementor_header_footer .content-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-template-elementor_header_footer .site-main {
    padding: 0 !important;
}

.page-template-elementor_header_footer .page-header {
    display: none !important;
}

/* ==========================================================================
   3. DYNAMIC MEMBERSHIPS CARDS & COMPARISONS
   ========================================================================== */
.sx-pricing-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: var(--sx-font);
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.sx-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
    margin-top: 30px;
}

/* Card Styling */
.sx-pricing-card {
    background: var(--sx-bg-card);
    border: 1px solid var(--sx-border);
    border-radius: 24px;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03), 0 10px 40px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
}

.sx-pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 23, 42, 0.15);
    background: var(--sx-bg-card-hover);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

/* Highlights per Tier */
.sx-pricing-card.sx-silver-card {
    border-color: rgba(100, 116, 139, 0.2);
}
.sx-pricing-card.sx-silver-card:hover {
    box-shadow: 0 20px 40px var(--sx-silver-glow);
    border-color: var(--sx-silver);
}

.sx-pricing-card.sx-golden-card {
    border-color: rgba(217, 119, 6, 0.2);
}
.sx-pricing-card.sx-golden-card:hover {
    box-shadow: 0 20px 40px var(--sx-gold-glow);
    border-color: var(--sx-gold);
}

.sx-pricing-card.sx-elite-card {
    border-color: rgba(109, 40, 217, 0.2);
}
.sx-pricing-card.sx-elite-card:hover {
    box-shadow: 0 20px 45px var(--sx-elite-glow);
    border-color: var(--sx-elite-purple);
}

/* Tier Badge Pill */
.sx-card-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.sx-silver-badge {
    background: #e2e8f0;
    color: #475569;
}
.sx-gold-badge {
    background: #fef3c7;
    color: #b45309;
}
.sx-elite-badge {
    background: linear-gradient(135deg, var(--sx-elite-purple), var(--sx-elite));
    color: #ffffff;
}

.sx-card-header h3 {
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #0f172a !important;
}

.sx-silver-card h3 { color: var(--sx-silver) !important; }
.sx-golden-card h3 { color: var(--sx-gold) !important; }
.sx-elite-card h3 { color: var(--sx-elite-purple) !important; }

.sx-card-price {
    font-size: 2.1rem;
    font-weight: 800;
    margin: 15px 0 25px 0;
    color: #0f172a;
    display: flex;
    align-items: baseline;
}

.sx-card-price span {
    font-size: 0.95rem;
    color: var(--sx-text-muted);
    font-weight: 400;
    margin-left: 6px;
}

.sx-card-divider {
    height: 1px;
    background: var(--sx-border);
    margin: 0 0 25px 0;
}

/* Features List inside comparison card */
.sx-card-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
    flex-grow: 1;
}

.sx-card-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px !important;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #334155;
    text-align: left;
}

.sx-card-features li.sx-not-included {
    color: #94a3b8;
    text-decoration: line-through;
    opacity: 0.55;
}

.sx-card-features svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.sx-card-features .sx-icon-check {
    fill: var(--sx-success);
}
.sx-card-features .sx-icon-cross {
    fill: #ef4444;
}

/* Pricing Card Buttons styling */
.sx-card-cta {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.sx-silver-card .sx-card-cta {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.sx-silver-card .sx-card-cta:hover {
    background: #0f172a;
    color: #fff;
}

.sx-golden-card .sx-card-cta {
    background: #fbbf24;
    color: #451a03;
}
.sx-golden-card .sx-card-cta:hover {
    background: #d97706;
    color: #fff;
    box-shadow: 0 0 15px rgba(217, 119, 6, 0.3);
}

.sx-elite-card .sx-card-cta {
    background: linear-gradient(135deg, var(--sx-elite-purple), var(--sx-elite));
    color: #fff;
}
.sx-elite-card .sx-card-cta:hover {
    filter: brightness(1.08);
    box-shadow: 0 0 20px rgba(109, 40, 217, 0.3);
}


/* ==========================================================================
   4. PREMIUM SINGLE-PRODUCT SaaS LANDING PAGE REDESIGN
   ========================================================================== */

/* Modern Grid Container */
.sx-new-product-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* Left Column: Product Information & Value Proposition */
.sx-left-product-info {
    display: flex;
    flex-direction: column;
}

/* Tier Specific Badges */
.sx-tier-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sx-tier-badge-silver {
    background: #f1f5f9;
    color: #012a4a;
    border: 1px solid rgba(1, 42, 74, 0.15);
}

.sx-tier-badge-golden {
    background: #fff7ed;
    color: #f2a365;
    border: 1px solid rgba(242, 163, 101, 0.25);
}

.sx-tier-badge-elite {
    background: #f0f7ff;
    color: #2a6f97;
    border: 1px solid rgba(42, 111, 151, 0.2);
}

/* Page Typography */
.sx-product-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.12;
    color: #012a4a !important;
    margin: 0 0 10px 0;
}

.sx-product-subtitle {
    font-size: 1.25rem;
    color: #2a6f97;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.sx-product-short-desc {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 35px;
}

/* Features List Container */
.sx-features-section {
    margin-bottom: 40px;
}

.sx-features-headline {
    font-size: 1.1rem;
    font-weight: 700;
    color: #012a4a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sx-premium-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sx-premium-features-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 20px !important;
    align-items: flex-start;
}

.sx-feature-icon-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(42, 111, 151, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.sx-check-svg {
    width: 14px;
    height: 14px;
    fill: #2a6f97;
}

.sx-feature-text {
    display: flex;
    flex-direction: column;
}

.sx-feature-item-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #012a4a;
    margin: 0 0 3px 0;
}

.sx-feature-item-desc {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Trust Badges Container */
.sx-trust-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 30px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    margin-top: 10px;
}

.sx-trust-box-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #64748b;
}

.sx-trust-box-badge svg {
    width: 18px;
    height: 18px;
    fill: #94a3b8;
    flex-shrink: 0;
}

/* Right Column: Sticky Purchase Interactive Card */
.sx-right-purchase-card {
    position: sticky;
    top: 120px;
    z-index: 20;
}

.sx-sticky-pricing-card {
    background: #ffffff;
    border: 1px solid var(--sx-border);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(1, 42, 74, 0.03), 0 2px 10px rgba(1, 42, 74, 0.01);
}

.sx-sticky-pricing-card .sx-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #012a4a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding-bottom: 12px;
}

/* Segmented Custom Radio Controls */
.sx-duration-selector {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.sx-duration-pill {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: 2px solid rgba(15, 23, 42, 0.06);
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
    box-sizing: border-box;
}

.sx-duration-pill:hover {
    border-color: #2a6f97;
    background: #f8fafc;
}

.sx-duration-pill.active {
    border-color: #012a4a;
    background: #f0f7ff;
    box-shadow: 0 4px 15px rgba(1, 42, 74, 0.04);
}

.sx-pill-header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.sx-pill-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #ffffff;
    box-sizing: border-box;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.sx-duration-pill.active .sx-pill-dot {
    border-color: #012a4a;
    background: radial-gradient(circle, #012a4a 35%, #ffffff 45%);
}

.sx-pill-duration {
    font-size: 1.05rem;
    font-weight: 700;
    color: #012a4a;
}

.sx-pill-ribbon {
    font-size: 0.7rem;
    font-weight: 700;
    background: #eef4f8;
    color: #2a6f97;
    padding: 2px 8px;
    border-radius: 8px;
    margin-left: auto;
    border: 1px solid rgba(42, 111, 151, 0.15);
    text-transform: uppercase;
}

.sx-ribbon-highlight {
    background: #fff7ed;
    color: #f2a365;
    border-color: rgba(242, 163, 101, 0.25);
}

.sx-pill-caption {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 4px;
    margin-left: 26px;
}

/* Dynamic Price Breakdown Card styling */
.sx-price-breakdown-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px dashed rgba(15, 23, 42, 0.08);
}

.sx-breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.sx-breakdown-row:last-child {
    margin-bottom: 0;
}

.sx-breakdown-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.sx-breakdown-value {
    font-weight: 700;
    color: #012a4a;
}

.sx-strike-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 0.95rem;
}

.sx-rate-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #012a4a;
}

.sx-rate-price span {
    font-size: 0.82rem;
    font-weight: 400;
    color: #64748b;
}

.sx-active-price {
    font-size: 1.65rem;
    font-weight: 800;
    color: #012a4a;
}

.sx-breakdown-divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.06);
    margin: 12px 0;
}

/* Scale AED/SAR SVG symbols to match the price text size in the breakdown card */
.sx-breakdown-value .uae-dirham-symbol,
.sx-breakdown-value .saudi-riyal-symbol {
    width: 1em;
    height: 1em;
    top: -0.08em;
}

/* Orange Savings Highlight Alert Box */
.sx-savings-alert-box {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid rgba(242, 163, 101, 0.25);
    padding: 10px 14px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

.sx-savings-badge-text {
    color: #c2410c;
    font-weight: 700;
    font-size: 0.88rem;
}

/* Hide WooCommerce Duplicate Variations Form Dropdowns and Prices */
.sx-native-form-wrapper form.cart table.variations {
    display: none !important;
}

.sx-native-form-wrapper form.cart .woocommerce-variation-price,
.sx-native-form-wrapper form.cart .woocommerce-variation-description {
    display: none !important;
}

.sx-native-form-wrapper form.cart {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.sx-native-form-wrapper form.cart .woocommerce-variation-add-to-cart {
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
}

.sx-native-form-wrapper form.cart .quantity {
    display: none !important;
}

/* Custom premium cart buttons styling */
.sx-native-form-wrapper button.single_add_to_cart_button {
    width: 100% !important;
    display: block !important;
    padding: 16px 24px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06);
    border: none !important;
    cursor: pointer !important;
}

.sx-silver-btn button.single_add_to_cart_button {
    background: #012a4a !important;
    color: #ffffff !important;
}

.sx-silver-btn button.single_add_to_cart_button:hover {
    background: #2a6f97 !important;
    box-shadow: 0 8px 20px rgba(1, 42, 74, 0.2);
}

.sx-gold-btn button.single_add_to_cart_button {
    background: #f2a365 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(242, 163, 101, 0.25);
}

.sx-gold-btn button.single_add_to_cart_button:hover {
    background: #e28d4a !important;
    box-shadow: 0 8px 20px rgba(242, 163, 101, 0.4);
}

.sx-elite-btn button.single_add_to_cart_button {
    background: linear-gradient(135deg, #012a4a, #2a6f97) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(1, 42, 74, 0.2);
}

.sx-elite-btn button.single_add_to_cart_button:hover {
    filter: brightness(1.1);
    box-shadow: 0 8px 25px rgba(1, 42, 74, 0.35);
}

/* Full Program details card */
.sx-product-description-card {
    background: #ffffff;
    border: 1px solid var(--sx-border);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.sx-desc-title {
    font-size: 1.65rem;
    color: #012a4a;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.sx-desc-body p, .sx-desc-body li {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 12px;
}

/* FAQ Accordeons styles */
.sx-faq-section {
    margin-bottom: 60px;
}

.sx-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sx-faq-item {
    background: #ffffff;
    border: 1px solid var(--sx-border);
    border-radius: 16px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sx-faq-item:hover {
    border-color: rgba(15, 23, 42, 0.15);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.02);
}

.sx-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: #012a4a;
}

.sx-faq-question svg {
    color: #2a6f97;
    transition: transform 0.25s ease;
}

.sx-faq-answer {
    margin-top: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

/* ==========================================================================
   5. NEW RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
    .sx-new-product-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .sx-right-purchase-card {
        position: static; /* Stack naturally on tablet/mobile */
    }
    
    .sx-product-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .sx-product-title {
        font-size: 2rem;
    }
    
    .sx-product-subtitle {
        font-size: 1.15rem;
    }
    
    .sx-sticky-pricing-card {
        padding: 20px;
    }
    
    .sx-duration-pill {
        padding: 12px 14px;
    }
    
    .sx-pill-duration {
        font-size: 0.95rem;
    }
    
    .sx-pill-caption {
        font-size: 0.8rem;
        margin-left: 26px;
    }
    
    .sx-active-price {
        font-size: 1.45rem;
    }
    
    .sx-rate-price {
        font-size: 1.15rem;
    }
    
    .sx-product-description-card {
        padding: 25px;
    }
}

/* ==========================================================================
   6. CUSTOM TOP BAR, DESKTOP HEADER ALIGNMENT, AND BRAND AESTHETICS
   ========================================================================== */

/* Brand Color Variables */
:root {
    --sx-brand-blue: #0037FF;
    --sx-brand-blue-glow: rgba(0, 55, 255, 0.18);
    --sx-brand-dark: #07090e;
    --sx-brand-radial-1: #001242;
    --sx-brand-radial-2: #07090e;
}


/* ==========================================================================
   7. BEFORE & AFTER TRANSFORMATION MARK CARDS STYLING
   ========================================================================== */
.sx-transformation-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: var(--sx-font);
}

.sx-transformation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: stretch;
    margin-top: 30px;
}

.sx-transformation-card {
    background: #ffffff !important;
    border: 1px solid var(--sx-border) !important;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04), 0 4px 15px rgba(15, 23, 42, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sx-transformation-card:hover {
    transform: translateY(-8px);
    border-color: var(--sx-brand-blue) !important;
    box-shadow: 0 20px 45px rgba(0, 55, 255, 0.12);
}

.sx-transformation-image-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #000000;
}

.sx-transformation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sx-transformation-card:hover .sx-transformation-image {
    transform: scale(1.05);
}

.sx-transformation-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--sx-brand-blue), #00d2ff);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(0, 55, 255, 0.3);
}

.sx-transformation-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sx-transformation-info h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a !important;
    margin: 0 0 10px 0;
}

.sx-transformation-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569 !important;
    margin: 0;
}

/* Responsive constraints for marketing section */
@media (max-width: 992px) {
    .sx-transformation-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .sx-transformation-image-wrapper {
        height: 320px;
    }
}

/* ==========================================================================
   8. PREMIUM RESPONSIVE COMPARISON GRID
   ========================================================================== */
.table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  width: 100%;
}

.compare-grid-new {
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  min-width: 750px;
  border: 1px solid var(--sx-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02), 0 10px 40px rgba(15, 23, 42, 0.03);
  background: #ffffff;
}

.grid-header, .grid-feature, .grid-cell {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--sx-border);
  box-sizing: border-box;
  font-size: 0.92rem;
  color: #334155;
}

/* Header Cells styling */
.grid-header {
  background: var(--sx-bg-darker);
  color: #0f172a;
  font-weight: 800;
  font-size: 1.1rem;
  justify-content: center;
  border-bottom: 2px solid var(--sx-border);
  min-height: 90px;
  text-align: center;
}

.grid-header.silver-header {
  background: #f8fafc;
  color: var(--sx-silver);
  flex-direction: column;
  gap: 4px;
}

.grid-header.gold-header {
  background: #fffdf5;
  color: var(--sx-gold);
  flex-direction: column;
  gap: 4px;
}

.grid-header.elite-header {
  background: #fbfbfe;
  color: var(--sx-elite-purple);
  flex-direction: column;
  gap: 4px;
}

.grid-header .tier-title {
  font-size: 1.2rem;
  font-weight: 800;
}

.grid-header .tier-price {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.9;
}

/* Feature Name Column styling */
.grid-feature {
  background: var(--sx-bg-darker);
  font-weight: 700;
  color: #0f172a;
  justify-content: flex-start;
  border-right: 1px solid var(--sx-border);
}

.grid-feature.cta-feature {
  font-weight: 800;
}

/* Alignment and Borders for Value Cells */
.grid-cell {
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--sx-border);
  background: #ffffff;
}

.grid-cell.sx-not-included {
  color: #94a3b8;
  opacity: 0.55;
}

.grid-cell.cta-cell {
  background: #ffffff;
  padding: 12px;
}

.grid-cell.cta-cell .sx-card-cta {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.grid-cell.cta-cell .sx-card-cta:hover {
  background: #0f172a;
  color: #fff;
}

/* Remove bottom borders for last row */
.compare-grid-new > *:nth-last-child(-n+4) {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .compare-grid-new {
    min-width: 750px;
  }
}

/* ==========================================================================
   9. HIDE REDUNDANT BUY NOW BUTTONS ON SINGLE PRODUCT PAGES
   ========================================================================== */
.single-product .wc-buy-now-btn,
.single-product .wc-buy-now-btn-single,
.single-product .botiga-buy-now-button,
.single-product .merchant-buy-now-button {
    display: none !important;
}

#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
}

.admin-bar .sticky-header.is-sticky,
.admin-bar .sticky-header.sticky-always,
.admin-bar .site-header.sticky-header.is-sticky,
.admin-bar .site-header.sticky-header.sticky-always {
    top: 32px !important;
}

.admin-bar .header-transparent.sticky-header-active .header-transparent-wrapper .sticky-header {
    top: 32px !important;
}

/* Remove extra spacing from Danza theme wrapper around the App CTA section */
.dlx-a-con-inner:has(.elementor-widget-sustainx_app_cta) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove Botiga theme's default content-wrapper margin on full-page bundle product templates */
.sx-bundle-product .content-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

