.elementor-16517 .elementor-element.elementor-element-68595b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16517 .elementor-element.elementor-element-68595b0:not(.elementor-motion-effects-element-type-background), .elementor-16517 .elementor-element.elementor-element-68595b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3F7;}/* Start custom CSS for html, class: .elementor-element-fe37dbc *//* --- RESET & LAYOUT --- */

.qa-membership-premium * {
    box-sizing: border-box;
}

.qa-membership-premium {
    /* Base Font (Description/Body) -> Outfit */
    font-family: 'Outfit', sans-serif;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 80px 20px;
    background-color: #F7F3F7;
    /* Subtle background gradient */
    background-image: radial-gradient(circle at 10% 20%, rgba(100, 37, 168, 0.03) 0%, transparent 20%),
                      radial-gradient(circle at 90% 80%, rgba(217, 29, 52, 0.03) 0%, transparent 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    overflow: hidden;
}

/* --- TYPOGRAPHY --- */

/* Main Title -> Inter, Bold */
.qa-mp-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700; 
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    letter-spacing: -0.5px;
}

/* Subtitle/Description -> Outfit, Regular */
.qa-mp-subtitle {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

/* Gradient Text Style */
.qa-text-gradient {
    background: linear-gradient(90deg, #6425a8, #d91d34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700; /* Inter Bold */
}

/* --- HERO SECTION --- */
.qa-mp-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

.qa-mp-hero-text {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

/* --- CARD VISUAL (Credit Card Effect) --- */
.qa-card-visual {
    flex: 1;
    min-width: 300px;
    max-width: 450px;
    aspect-ratio: 1.58/1;
    border-radius: 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
}

.qa-card-visual:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.qa-card-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
}

.qa-blob-1 { width: 150px; height: 150px; background: #6425a8; top: -30px; right: -30px; }
.qa-blob-2 { width: 120px; height: 120px; background: #d91d34; bottom: -20px; left: -20px; }

.qa-card-chip {
    width: 50px;
    height: 35px;
    background: linear-gradient(135deg, #ffd700, #b8860b);
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.qa-card-logo {
    /* Title inside card -> Inter */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    z-index: 2;
    text-transform: uppercase;
}

.qa-card-number {
    /* Data/Numbers -> Inter */
    font-family: 'Inter', sans-serif; 
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: auto;
    margin-bottom: 10px;
    z-index: 2;
}

.qa-card-holder {
    /* Name/Data -> Inter */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 2;
}

/* --- BENTO GRID (Benefits) --- */
.qa-bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.qa-bento-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.qa-bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: rgba(100, 37, 168, 0.2);
}

.qa-bento-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    background: #F7F3F7;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.qa-bento-title {
    /* Title -> Inter 700 */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.qa-bento-desc {
    /* Description -> Outfit 400 */
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
}

/* Highlight Card Style */
.qa-bento-highlight {
    grid-column: span 1; 
    background: linear-gradient(135deg, #1456a6 0%, #6425a8 100%);
    color: #fff;
}

.qa-bento-highlight .qa-bento-title, 
.qa-bento-highlight .qa-bento-desc {
    color: #fff;
}

.qa-bento-highlight .qa-bento-icon {
    background: rgba(255,255,255,0.2);
}

/* --- TIMELINE (Steps) --- */
.qa-timeline-wrapper {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.qa-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}

.qa-timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 4px;
    background: #eee;
    z-index: 0;
}

.qa-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.qa-step-circle {
    width: 54px;
    height: 54px;
    background: #fff;
    border: 4px solid #6425a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Number -> Inter 700 */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    
    color: #6425a8;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.qa-step:hover .qa-step-circle {
    background: #6425a8;
    color: #fff;
    transform: scale(1.1);
}

.qa-step-text {
    /* Description -> Outfit */
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 200px;
}

/* --- FINAL CTA --- */
.qa-final-cta {
    text-align: center;
    margin-top: 20px;
}

.qa-price-tag {
    /* Price -> Inter 700 */
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.qa-price-sub {
    font-size: 1rem;
    color: #888;
    font-weight: 400;
    vertical-align: middle;
    font-family: 'Outfit', sans-serif;
}

/* Button Style */
.qa-pulse-btn {
    display: inline-block;
    /* Static Gradient: Red (#d91d34) -> Orange (#f07e21) */
    background: linear-gradient(90deg, #d91d34, #f07e21);
    color: white;
    
    /* Button Text -> Inter 700 */
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    
    text-transform: uppercase;
    padding: 22px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(217, 29, 52, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.qa-pulse-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(217, 29, 52, 0.6);
    color: #fff; 
    /* Hover Gradient: Orange (#f07e21) -> Red (#d91d34) */
    background: linear-gradient(90deg, #f07e21, #d91d34);
}

.qa-pulse-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

.qa-pulse-btn:hover::after {
    left: 100%;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .qa-mp-hero {
        flex-direction: column-reverse;
        text-align: center;
    }
    .qa-mp-hero-text {
        text-align: center;
    }
    .qa-bento-grid {
        grid-template-columns: 1fr;
    }
    .qa-bento-highlight {
        grid-column: auto;
    }
    .qa-timeline {
        flex-direction: column;
        gap: 30px;
    }
    .qa-timeline::before {
        width: 4px;
        height: 100%;
        left: 27px;
        top: 0;
    }
    .qa-step {
        flex-direction: row;
        text-align: left;
        gap: 20px;
    }
    .qa-step-circle {
        margin-bottom: 0;
        min-width: 54px;
    }
    .qa-mp-title {
        font-size: 2.2rem;
    }
}/* End custom CSS */