/* ===== PRICING COMPONENTS ===== */
.pricing-container {
    padding: 2rem 0;
}

.pricing-hero {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.pricing-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pricing-description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--success);
    color: white;
    border-radius: 50px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.billing-toggle-container {
    display: inline-flex;
    background: var(--bg-secondary);
    padding: 0.5rem;
    border-radius: 50px;
    margin-top: 1rem;
}

.billing-toggle-container .btn-group .btn {
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
}

.billing-toggle-container .btn-group .btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* Pricing Plans Grid */
.pricing-plans {
    padding: 3rem 0;
}

.pricing-plans .row {
    align-items: stretch; /* Make cards equal height */
}

.pricing-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.pricing-card-highlighted {
    border: 2px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}

.pricing-card-highlighted .pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.pricing-card-highlighted .pricing-badge .badge {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.pricing-header .badge {
    margin-bottom: 1rem;
    font-weight: 600;
}

.pricing-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.price-container {
    margin: 1.5rem 0;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
}

.period {
    font-size: 1rem;
    color: var(--text-muted);
    display: block;
    margin-top: 0.5rem;
}

.pricing-desc {
    color: var(--text-muted);
    margin-top: 0.5rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex-grow: 1;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
}

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

.pricing-features li.feature-disabled {
    color: var(--text-muted);
}

.pricing-features i {
    color: var(--success);
    flex-shrink: 0;
    width: 16px;
}

.pricing-features li.feature-disabled i {
    color: var(--danger);
}

.pricing-footer {
    text-align: center;
    margin-top: auto;
}

.pricing-footer .btn {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pricing-footer .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Trust Indicators */
.trust-indicators {
    padding: 3rem 0;
    background: var(--bg-secondary);
}

.trust-indicators h3 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.trust-item {
    text-align: center;
    padding: 1.5rem;
}

.trust-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.trust-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.trust-item p {
    color: var(--text-muted);
    margin: 0;
}

/* FAQ Section */
.pricing-faq {
    padding: 3rem 0;
}

.pricing-faq h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

.pricing-faq .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.pricing-faq .accordion-button {
    padding: 1.25rem;
    font-weight: 600;
    background: var(--bg-secondary);
    border: none;
    box-shadow: none;
}

.pricing-faq .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: white;
}

.pricing-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pricing-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pricing-faq .accordion-body {
    padding: 1.25rem;
    background: var(--bg-primary);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (min-width: 1200px) {
    .pricing-title {
        font-size: 3rem;
    }
    
    .pricing-card {
        padding: 2.5rem;
    }
    
    .price {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .pricing-plans .row {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pricing-card-highlighted {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .pricing-hero {
        padding: 2rem 0;
    }
    
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-description {
        font-size: 1.1rem;
    }
    
    .billing-toggle-container {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .billing-toggle-container .btn-group {
        width: 100%;
    }
    
    .billing-toggle-container .btn {
        width: 50%;
        text-align: center;
    }
    
    .pricing-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .price {
        font-size: 2.2rem;
    }
    
    .trust-item {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .pricing-container {
        padding: 1rem 0;
    }
    
    .pricing-title {
        font-size: 1.8rem;
    }
    
    .pricing-description {
        font-size: 1rem;
    }
    
    .pro-badge {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .pricing-card {
        padding: 1.25rem;
    }
    
    .pricing-header h3 {
        font-size: 1.5rem;
    }
    
    .price {
        font-size: 2rem;
    }
    
    .pricing-features li {
        font-size: 0.95rem;
    }
    
    .pricing-faq .accordion-button {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .pricing-faq .accordion-body {
        padding: 1rem;
    }
}





















/* faqs section part 2.................................................... */

/* FAQ Section */
.pricing-faq {
    padding: 3rem 0;
}

.pricing-faq h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: var(--text-primary);
}

.pricing-faq .accordion {
    --bs-accordion-border-color: var(--border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 12px;
    --bs-accordion-inner-border-radius: 12px;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-bg: var(--primary);
    --bs-accordion-active-color: white;
}

.pricing-faq .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: var(--bg-primary);
}

.pricing-faq .accordion-button {
    background: var(--bg-secondary);
    border: none;
    box-shadow: none;
    font-weight: 600;
    color: var(--text-primary);
}

.pricing-faq .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: white;
    box-shadow: none;
}

.pricing-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pricing-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pricing-faq .accordion-body {
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
}

/* Responsive adjustments for FAQ */
@media (max-width: 768px) {
    .pricing-faq h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .pricing-faq .accordion-button {
        padding: 0.875rem 1rem;
        font-size: 1rem;
    }
    
    .pricing-faq .accordion-body {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .pricing-faq {
        padding: 2rem 0;
    }
    
    .pricing-faq h2 {
        font-size: 1.5rem;
    }
    
    .pricing-faq .accordion-button {
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }
}

















/* updating the checkou page */










/* ===== CHECKOUT COMPONENTS ===== */
.checkout-container {
    padding: 2rem 0;
}

.checkout-hero {
    text-align: center;
    padding: 2rem 0 3rem;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.checkout-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.checkout-description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary);
    color: white;
    border-radius: 50px;
    font-weight: 600;
}

/* Checkout Cards */
.checkout-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.summary-card {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    display: flex;
    align-items: center;
}

.plan-details {
    margin-bottom: 2rem;
}

.plan-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: var(--text-secondary);
}

.pricing-breakdown {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.pricing-breakdown > div {
    margin-bottom: 0.75rem;
}

.pricing-breakdown .total {
    border-top: 1px solid var(--border-color);
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    font-size: 1.2rem;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--success);
    font-weight: 600;
}

/* Payment Methods */
.payment-option {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.payment-option.active {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.15);
}

.payment-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: var(--bg-secondary);
    cursor: pointer;
    font-weight: 600;
    color: var(--text-primary);
}

.payment-header i {
    font-size: 1.5rem;
    width: 24px;
}

.payment-form {
    padding: 1.5rem;
    display: none;
}

.payment-option.active .payment-form {
    display: block;
}

.payment-security {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Checkout FAQ */
.checkout-faq {
    padding: 3rem 0;
    background: var(--bg-secondary);
}

.checkout-faq h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: var(--text-primary);
}

.checkout-faq .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: var(--bg-primary);
}

.checkout-faq .accordion-button {
    background: var(--bg-secondary);
    border: none;
    box-shadow: none;
    font-weight: 600;
    color: var(--text-primary);
    padding: 1.25rem;
    display: flex;
    align-items: center;
}

.checkout-faq .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: white;
}

.accordion-icon {
    margin-right: 1rem;
    font-weight: bold;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.checkout-faq .accordion-body {
    padding: 1.25rem;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
}

/* Custom Alerts */
.custom-alert {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.alert-content {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
}

.alert-success {
    background: var(--success);
    color: white;
}

.alert-error {
    background: var(--danger);
    color: white;
}

.alert-info {
    background: var(--primary);
    color: white;
}

.alert-close {
    background: none;
    border: none;
    color: inherit;
    margin-left: auto;
    cursor: pointer;
    opacity: 0.8;
}

.alert-close:hover {
    opacity: 1;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .checkout-title {
        font-size: 2rem;
    }
    
    .checkout-description {
        font-size: 1.1rem;
    }
    
    .checkout-card {
        padding: 1.5rem;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .checkout-container {
        padding: 1rem 0;
    }
    
    .checkout-hero {
        padding: 1.5rem 0 2rem;
    }
    
    .checkout-title {
        font-size: 1.8rem;
    }
    
    .checkout-description {
        font-size: 1rem;
    }
    
    .checkout-card {
        padding: 1.25rem;
    }
    
    .payment-header {
        padding: 0.875rem 1.25rem;
    }
    
    .payment-form {
        padding: 1.25rem;
    }
    
    .checkout-faq h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .checkout-faq .accordion-button {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .checkout-faq .accordion-body {
        padding: 1rem;
    }
    
    .custom-alert {
        left: 20px;
        right: 20px;
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .checkout-title {
        font-size: 1.5rem;
    }
    
    .plan-badge {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }
    
    .checkout-card {
        padding: 1rem;
    }
    
    .payment-header {
        padding: 0.75rem 1rem;
    }
    
    .payment-form {
        padding: 1rem;
    }
    
    .checkout-faq .accordion-button {
        font-size: 0.95rem;
        padding: 0.875rem;
    }
    
    .checkout-faq .accordion-body {
        padding: 0.875rem;
    }
}































/* ===== PRICING PAGE STYLES ===== */
.hero-section {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    padding: 4rem 0 3rem;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.3rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.billing-toggle-container {
    display: inline-flex;
    background: var(--bg-secondary);
    padding: 0.5rem;
    border-radius: 50px;
    margin-top: 1rem;
}

.billing-toggle-container .btn-group .btn {
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
}

.billing-toggle-container .btn-group .btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* Pricing Section */
.pricing-section {
    padding: 4rem 0;
}

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

.pricing-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.pricing-card.popular {
    border: 2px solid var(--primary);
    box-shadow: 0 10px 30px rgba(67, 97, 238, 0.15);
    transform: scale(1.02);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.plan-price {
    margin-bottom: 1rem;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    display: block;
}

.period {
    font-size: 1.1rem;
    color: var(--text-muted);
    display: block;
    margin-top: 0.5rem;
}

.plan-description {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 1rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-primary);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item.feature-disabled {
    color: var(--text-muted);
}

.feature-item i {
    color: var(--success);
    width: 16px;
}

.feature-item.feature-disabled i {
    color: var(--danger);
}

.pricing-actions {
    text-align: center;
}

.pricing-actions .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pricing-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Trust Section */
.trust-section {
    padding: 4rem 0;
    background: var(--bg-secondary);
}

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

.trust-item {
    text-align: center;
    padding: 2rem;
}

.trust-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.trust-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.trust-description {
    color: var(--text-muted);
    margin: 0;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 0;
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
}

.faq-item {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.faq-question i {
    color: var(--primary);
}

.faq-answer {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-secondary);
    line-height: 1.6;
}

.faq-question.active + .faq-answer {
    display: block;
}

/* CTA Section */
.cta-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.cta-description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-actions .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 12px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pricing-card.popular {
        transform: scale(1);
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .billing-toggle-container {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .billing-toggle-container .btn-group {
        width: 100%;
    }
    
    .billing-toggle-container .btn {
        width: 50%;
        text-align: center;
    }
    
    .pricing-card {
        padding: 2rem;
    }
    
    .price {
        font-size: 2.5rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-actions .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 3rem 0 2rem;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .pricing-section,
    .trust-section,
    .faq-section,
    .cta-section {
        padding: 3rem 0;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .plan-name {
        font-size: 1.5rem;
    }
    
    .price {
        font-size: 2.2rem;
    }
    
    .faq-question {
        font-size: 1.1rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.1rem;
    }
}
























/* for  chechout bwana  */









/* ===== CHECKOUT PAGE STYLES ===== */
.checkout-section {
    padding: 3rem 0;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    margin-top: 2rem;
}

.checkout-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.summary-card {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

.card-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
}

.plan-details {
    margin-bottom: 2rem;
}

.plan-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: var(--text-secondary);
}

.pricing-breakdown {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.price-row.total {
    border-top: 1px solid var(--border-color);
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--success);
    font-weight: 600;
    padding: 1rem;
    background: rgba(76, 201, 240, 0.1);
    border-radius: 8px;
    font-size: 0.9rem;
}

/* Payment Methods */
.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-option {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.payment-option.active {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.15);
}

.payment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--bg-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-header:hover {
    background: var(--bg-tertiary);
}

.payment-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.payment-info {
    flex: 1;
}

.payment-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.payment-info p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.9rem;
}

.payment-radio {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.payment-option.active .radio-dot {
    opacity: 1;
}

.payment-form {
    padding: 1.5rem;
    display: none;
}

.payment-option.active .payment-form {
    display: block;
}

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

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-primary);
}

.form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--bg-primary);
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
}

.payment-notice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.payment-notice i {
    color: var(--primary);
}

.payment-security {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Custom Alerts */
.custom-alert {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.alert-content {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
}

.alert-success {
    background: var(--success);
    color: white;
}

.alert-error {
    background: var(--danger);
    color: white;
}

.alert-info {
    background: var(--primary);
    color: white;
}

.alert-close {
    background: none;
    border: none;
    color: inherit;
    margin-left: auto;
    cursor: pointer;
    opacity: 0.8;
}

.alert-close:hover {
    opacity: 1;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .checkout-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .checkout-card {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .checkout-section {
        padding: 2rem 0;
    }
    
    .checkout-card {
        padding: 1.25rem;
    }
    
    .payment-header {
        padding: 1rem;
    }
    
    .payment-form {
        padding: 1.25rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .custom-alert {
        left: 20px;
        right: 20px;
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .checkout-card {
        padding: 1rem;
    }
    
    .payment-header {
        padding: 0.875rem;
    }
    
    .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    
    .payment-form {
        padding: 1rem;
    }
    
    .card-header h3 {
        font-size: 1.3rem;
    }
    
    .plan-info h4 {
        font-size: 1.1rem;
    }
}





















/* for dashboard of tools.............................................. */









/* ===== DASHBOARD STYLES ===== */
.dashboard-hero {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    padding: 2rem 0 3rem;
}

.dashboard-hero .hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.dashboard-hero .hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dashboard-hero .hero-description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
}

/* Search Container */
.search-container {
    margin-bottom: 2rem;
}

.search-box {
    position: relative;
    max-width: 500px;
}

.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    z-index: 2;
}

.search-input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid var(--border-color);
    border-radius: 50px;
    background: var(--bg-primary);
    color: var(--text-primary);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
}

.search-clear {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    display: none;
}

.search-clear:hover {
    color: var(--text-primary);
    background: var(--bg-tertiary);
}

/* Category Filter */
.category-filter {
    margin-bottom: 1rem;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-btn {
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    background: var(--bg-primary);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.filter-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* Tools Stats */
.tools-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--bg-primary);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Dashboard Section */
.dashboard-section {
    padding: 2rem 0 4rem;
}

.category-section {
    margin-bottom: 3rem;
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
}

.category-title i {
    color: var(--primary);
}

.tool-count {
    color: var(--text-muted);
    font-size: 0.9rem;
    background: var(--bg-secondary);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
}

/* Tools Grid */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.tool-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-light);
}

.tool-card.pro-tool {
    border-left: 4px solid var(--primary);
}

.pro-badge {
    position: absolute;
    top: -8px;
    right: 1rem;
    background: var(--primary);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.tool-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(67, 97, 238, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.tool-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.tool-description {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.tool-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tool-actions .btn {
    width: 100%;
    justify-content: center;
}

.pro-link {
    color: var(--primary);
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.pro-link:hover {
    color: var(--primary-dark);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    display: none;
}

.empty-icon {
    font-size: 3rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.empty-state p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .dashboard-hero .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .tools-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .dashboard-hero {
        padding: 1.5rem 0 2rem;
    }
    
    .dashboard-hero .hero-title {
        font-size: 2rem;
    }
    
    .dashboard-hero .hero-description {
        font-size: 1.1rem;
    }
    
    .filter-buttons {
        gap: 0.25rem;
    }
    
    .filter-btn {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .dashboard-section {
        padding: 1.5rem 0 3rem;
    }
    
    .category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .dashboard-hero .hero-title {
        font-size: 1.8rem;
    }
    
    .search-input {
        padding: 0.875rem 0.875rem 0.875rem 2.5rem;
    }
    
    .search-icon {
        left: 0.875rem;
    }
    
    .search-clear {
        right: 0.875rem;
    }
    
    .stat-card {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .tool-card {
        padding: 1.25rem;
    }
    
    .category-title {
        font-size: 1.3rem;
    }
}