/* Migrated out of the "AI File Pro Law Firm" template, 2026-09-15.
   Linked at the same position the <style> block occupied. */
/* Hero Spacing Reduction */
.fabsoft-hero { padding-top: 24px !important; }
.fabsoft-hero-content { padding-top: 0 !important; }
.fabsoft-hero-logo { width: 56px !important; height: 56px !important; margin-bottom: 12px !important; }
.nav-section { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.home-heroHrContainer { margin-bottom: 0 !important; }

/* Audience Card Icons */
.aifp-card-icon { width: 48px; height: 48px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0071E3 0%, #005BB5 100%); border-radius: 12px; }
.aifp-card-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* FAQ */
.aifp-faq-section { padding: 60px 0; background: #f8f9fa; }
.aifp-faq-container { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.aifp-faq-header { text-align: center; margin-bottom: 32px; }
.aifp-faq-title { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-faq-subtitle { font-size: 1rem; color: #6e6e73; }
.aifp-faq-list { display: flex; flex-direction: column; gap: 8px; }
.aifp-faq-item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.aifp-faq-question { width: 100%; padding: 16px 20px; background: none; border: none; font-size: 0.9375rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #1d1d1f; }
.aifp-faq-question:hover { background: #f5f5f7; }
.aifp-faq-question::after { content: '+'; font-size: 1.25rem; color: #0071E3; }
.aifp-faq-item.active .aifp-faq-question::after { transform: rotate(45deg); }
.aifp-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.aifp-faq-answer-inner { padding: 0 20px 16px; font-size: 0.875rem; line-height: 1.6; color: #6e6e73; }
.aifp-faq-item.active .aifp-faq-answer { max-height: 500px; }

/* Pricing Cards */
.aifp-pricing-section { padding: 60px 0; background: #f0f4f8; }
.aifp-pricing-inner { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.aifp-pricing-header { text-align: center; margin-bottom: 32px; }
.aifp-pricing-header h2 { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-pricing-header p { font-size: 1rem; color: #6e6e73; }
.aifp-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 32px; }
.aifp-pricing-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); position: relative; }
.aifp-pricing-card--featured { border: 2px solid #0071E3; }
.aifp-pricing-card--featured::before { content: 'Most Popular'; position: absolute; top: 12px; right: 12px; background: #0071E3; color: #fff; font-size: 0.75rem; font-weight: 600; padding: 4px 12px; border-radius: 12px; }
.aifp-pricing-card-header { padding: 24px; text-align: center; border-bottom: 1px solid #e5e5ea; }
.aifp-pricing-card-name { font-size: 1.25rem; font-weight: 700; color: #1d1d1f; margin-bottom: 4px; }
.aifp-pricing-card-storage { font-size: 0.875rem; color: #6e6e73; }
.aifp-pricing-card-price { padding: 24px; text-align: center; background: #f8f9fa; }
.aifp-pricing-card-amount { font-size: 2rem; font-weight: 700; color: #0071E3; }
.aifp-pricing-card-savings { font-size: 0.875rem; color: #34C759; font-weight: 600; margin-top: 4px; }
.aifp-pricing-features { padding: 24px; }
.aifp-pricing-features ul { list-style: none; margin: 0; padding: 0; }
.aifp-pricing-features li { padding: 8px 0; display: flex; align-items: center; font-size: 0.875rem; color: #1d1d1f; }
.aifp-pricing-features li::before { content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230071E3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat; flex-shrink: 0; }
.aifp-pricing-explainer { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); text-align: center; }
.aifp-pricing-explainer h3 { font-size: 1.125rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-pricing-explainer p { font-size: 0.9375rem; color: #6e6e73; line-height: 1.6; margin-bottom: 16px; }
.aifp-pricing-explainer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.aifp-pricing-explainer-item { background: #f8f9fa; padding: 16px 8px; border-radius: 8px; }
.aifp-pricing-explainer-item strong { display: block; font-size: 1.25rem; color: #0071E3; }
.aifp-pricing-explainer-item span { font-size: 0.75rem; color: #6e6e73; }
.aifp-pricing-cta { text-align: center; margin-top: 32px; }
.aifp-pricing-cta a { display: inline-block; padding: 14px 32px; border-radius: 8px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.aifp-pricing-cta a.primary { background: #0071E3; color: #fff; margin-right: 16px; }
.aifp-pricing-cta a.primary:hover { background: #005BB5; }
.aifp-pricing-cta a.secondary { background: #f5f5f7; color: #1d1d1f; }
.aifp-pricing-cta a.secondary:hover { background: #e8e8ed; }

/* Workflow Section */
.aifp-workflow-section { padding: 60px 0; background: #f8f9fa; }
.aifp-workflow-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.aifp-workflow-header { text-align: center; margin-bottom: 32px; }
.aifp-workflow-title { font-size: 1.5rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-workflow-subtitle { font-size: 1rem; color: #6e6e73; max-width: 700px; margin: 0 auto; }
.aifp-workflow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.aifp-workflow-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); text-align: center; }
.aifp-workflow-card h3 { font-size: 1rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-workflow-card p { font-size: 0.875rem; line-height: 1.6; color: #6e6e73; margin: 0; }
.aifp-workflow-icon { width: 64px; height: 64px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0071E3 0%, #00C7BE 100%); border-radius: 16px; box-shadow: 0 4px 12px rgba(0,113,227,0.3); }
.aifp-workflow-icon svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.aifp-workflow-step { display: inline-block; background: #e8f4fd; color: #0071E3; font-size: 0.75rem; font-weight: 700; padding: 4px 10px; border-radius: 12px; margin-bottom: 8px; }

/* Features Section */
.aifp-features-section { padding: 60px 0; background: #fff; }
.aifp-features-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.aifp-features-header { text-align: center; margin-bottom: 40px; }
.aifp-features-title { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; }
.aifp-features-subtitle { font-size: 1rem; color: #6e6e73; }
.aifp-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.aifp-feature-card { background: #f8f9fa; border-radius: 12px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s; }
.aifp-feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.aifp-feature-card h3 { font-size: 1.125rem; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.aifp-feature-card h3 svg { width: 24px; height: 24px; fill: #0071E3; }
.aifp-feature-card p { font-size: 0.9375rem; line-height: 1.6; color: #6e6e73; margin: 0; }

/* Reviews Section */
.aifp-reviews-section { padding: 60px 0; background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%); }
.aifp-reviews-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.aifp-reviews-header { text-align: center; margin-bottom: 40px; }
.aifp-reviews-title { font-size: 1.75rem; font-weight: 700; color: #1d1d1f; margin-bottom: 20px; }
.aifp-reviews-badges { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.aifp-rating-badge { display: flex; align-items: center; gap: 12px; background: #fff; padding: 12px 20px; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.aifp-rating-logo { font-size: 1.5rem; font-weight: 800; color: #ff492c; }
.aifp-rating-info { text-align: left; }
.aifp-rating-stars { display: flex; gap: 2px; margin-bottom: 2px; }
.aifp-rating-stars svg { width: 16px; height: 16px; fill: #ffc107; }
.aifp-rating-score { font-size: 0.75rem; color: #6e6e73; }
.aifp-reviews-stats { display: flex; justify-content: center; gap: 40px; margin-top: 24px; flex-wrap: wrap; }
.aifp-stat { text-align: center; }
.aifp-stat-value { font-size: 2rem; font-weight: 700; color: #0071E3; }
.aifp-stat-label { font-size: 0.8125rem; color: #6e6e73; }
.aifp-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-bottom: 32px; }
.aifp-review-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); position: relative; }
.aifp-review-card::before { content: '"'; position: absolute; top: 16px; left: 20px; font-size: 4rem; color: #0071E3; opacity: 0.15; font-family: Georgia, serif; line-height: 1; }
.aifp-review-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.aifp-review-stars svg { width: 14px; height: 14px; fill: #ffc107; }
.aifp-review-headline { font-size: 1rem; font-weight: 700; color: #1d1d1f; margin-bottom: 8px; position: relative; z-index: 1; }
.aifp-review-text { font-size: 0.9375rem; line-height: 1.7; color: #1d1d1f; margin-bottom: 16px; position: relative; z-index: 1; }
.aifp-review-author { display: flex; align-items: center; gap: 12px; }
.aifp-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #0071E3 0%, #005BB5 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; }
.aifp-review-meta { flex: 1; }
.aifp-review-name { font-weight: 600; font-size: 0.875rem; color: #1d1d1f; }
.aifp-review-role { font-size: 0.75rem; color: #6e6e73; }
.aifp-review-industry { display: inline-block; background: #e8f4fd; color: #0071E3; font-size: 0.6875rem; padding: 4px 8px; border-radius: 4px; margin-top: 4px; }
.aifp-review-source { font-size: 0.6875rem; color: #ff492c; font-weight: 600; margin-top: 12px; }
.aifp-reviews-cta { text-align: center; }
.aifp-reviews-cta a { display: inline-block; background: #0071E3; color: #fff; padding: 12px 28px; border-radius: 6px; font-size: 0.9375rem; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.aifp-reviews-cta a:hover { background: #005BB5; }
.aifp-g2-link { display: inline-block; margin-top: 16px; color: #ff492c; font-size: 0.875rem; font-weight: 600; text-decoration: none; }
.aifp-g2-link:hover { text-decoration: underline; }

/* Mobile Hero Spacing - More Aggressive */
@media (max-width: 768px) {
    .fabsoft-hero { padding-top: 16px !important; padding-bottom: 32px !important; }
    .fabsoft-hero-logo { width: 48px !important; height: 48px !important; margin-bottom: 8px !important; }
    .fabsoft-hero-badge { font-size: 0.75rem !important; padding: 4px 10px !important; margin-bottom: 8px !important; }
    .fabsoft-hero h1 { font-size: 1.75rem !important; margin-bottom: 12px !important; }
    .fabsoft-hero-subtitle { font-size: 0.9375rem !important; margin-bottom: 16px !important; }
    .nav-section { padding-top: 8px !important; padding-bottom: 8px !important; }
    .aifp-faq-title, .aifp-workflow-title, .aifp-reviews-title { font-size: 1.5rem; }
    .aifp-workflow-grid, .aifp-reviews-grid, .aifp-pricing-grid { grid-template-columns: 1fr; }
    .aifp-pricing-explainer-grid { grid-template-columns: repeat(2, 1fr); }
    .aifp-reviews-stats { gap: 24px; }
    .aifp-stat-value { font-size: 1.5rem; }
    .aifp-pricing-cta a { display: block; margin: 8px 0; }
    .aifp-pricing-cta a.primary { margin-right: 0; }
    .aifp-workflow-icon { width: 56px; height: 56px; }
    .aifp-workflow-icon svg { width: 28px; height: 28px; }
}
