/* Pricing Page Specific Styles */

/* Hero Section Padding */
.inner-section-area {
    padding: 80px 0 !important;
}

@media (max-width: 768px) {
    .inner-section-area {
        padding: 60px 0 !important;
    }
}

/* Pricing Cards - Strengthened */
.pricing-card {
    background: #fff;
    border: 3px solid #d0d0d0;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pricing-card:hover {
    border-color: #0575e6;
    box-shadow: 0 12px 32px rgba(5, 117, 230, 0.2);
    transform: translateY(-8px);
}

.pricing-card.featured {
    border-color: #0575e6;
    border-width: 5px;
    box-shadow: 0 20px 50px rgba(5, 117, 230, 0.35);
    transform: scale(1.05);
    position: relative;
    z-index: 10;
}

.popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 12px rgba(5, 117, 230, 0.4);
}

.pricing-header {
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.pricing-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-header .price {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.pricing-header .price span {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.9;
}

.pricing-body {
    padding: 30px 25px;
    flex-grow: 1;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.pricing-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0575e6;
    font-weight: 700;
}

.pricing-features li.hours-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 0.9rem;
}

.pricing-footer {
    padding: 0 25px 30px 25px;
}

/* Plan Selector */
.plan-selector-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

.selector-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #0575e6;
}

.selector-question {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.selector-answer {
    margin-bottom: 0;
    color: #0575e6;
    font-size: 1.1rem;
}

/* Feature Items */
.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.feature-item i {
    font-size: 1.2rem;
}

/* Process Steps */
.process-steps {
    max-width: 600px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.process-step:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.step-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.step-content p {
    margin-bottom: 0;
    color: #666;
}

/* Visual Timeline */
.process-timeline {
    max-width: 500px;
    margin: 0 auto;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.timeline-step:hover {
    border-color: #0575e6;
    box-shadow: 0 4px 12px rgba(5, 117, 230, 0.1);
    transform: translateX(5px);
}

.timeline-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.timeline-content {
    flex-grow: 1;
}

.timeline-content h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #0575e6;
}

.timeline-content p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.95rem;
}

.timeline-arrow {
    text-align: center;
    font-size: 2rem;
    color: #0575e6;
    margin: 10px 0;
    font-weight: 700;
}

/* Trust Benefit Cards */
.trust-benefit-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    border-left: 4px solid #0575e6;
    height: 100%;
    transition: all 0.3s ease;
}

.trust-benefit-card:hover {
    box-shadow: 0 4px 12px rgba(5, 117, 230, 0.15);
    transform: translateY(-3px);
}

.trust-benefit-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0575e6;
}

.trust-benefit-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.trust-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.trust-icon i {
    font-size: 1.5rem;
    color: #fff;
}

/* Testimonial Cards */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: #0575e6;
    box-shadow: 0 6px 16px rgba(5, 117, 230, 0.1);
}

.testimonial-text {
    font-style: italic;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonial-author {
    margin-top: auto;
    padding-top: 15px;
    border-top: 2px solid #0575e6;
}

.testimonial-author strong {
    color: #333;
    font-size: 1.05rem;
}

.testimonial-author span {
    color: #666;
    font-size: 0.9rem;
}

/* FAQ Accordion */
.accordion-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #0575e6;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #0575e6;
}

.accordion-body {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

/* Section Backgrounds - Reduced Padding 35% */
.pricing-plans-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.engagement-process-section {
    background: #fff;
    padding: 50px 0;
}

.trust-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.testimonials-section {
    background: #fff;
    padding: 50px 0;
}

.faq-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.final-cta-section.bg-gradient {
    background: linear-gradient(135deg, #0575e6 0%, #021b79 100%);
    color: #fff;
    padding: 60px 0;
}

.final-cta-section h2 {
    color: #fff;
}

.final-cta-section .lead {
    color: rgba(255, 255, 255, 0.95);
}

/* APYL Credibility */
.apyl-credibility {
    font-size: 1.1rem;
    color: #333;
    margin-top: 20px;
    padding: 15px 30px;
    background: rgba(5, 117, 230, 0.05);
    border-radius: 8px;
    display: inline-block;
}

.apyl-credibility strong {
    color: #0575e6;
}

/* Reduce section title margins */
.default-heading.common-heading {
    margin-bottom: 30px !important;
}

.section .mb-5 {
    margin-bottom: 2rem !important;
}

.section .mb-4 {
    margin-bottom: 1.5rem !important;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-header h3 {
        font-size: 1.5rem;
    }
    
    .pricing-header .price {
        font-size: 2rem;
    }
    
    .pricing-body {
        padding: 20px 15px;
    }
    
    .pricing-footer {
        padding: 0 15px 20px 15px;
    }
    
    .popular-badge {
        font-size: 0.7rem;
        padding: 5px 15px;
    }
    
    .pricing-plans-section,
    .engagement-process-section,
    .trust-section,
    .testimonials-section,
    .faq-section {
        padding: 40px 0;
    }
    
    .final-cta-section.bg-gradient {
        padding: 50px 0;
    }
}
