/* ========================================
   FABSOFT AI FILE PRO - CORE STYLES
   FabSoftAIFilePro-Core.css
   
   Load order: 1 of 5 (after fabsoft-product-layout.css)
   
   Contains:
   - CSS variable aliases
   - Hide default site footer
   - Hero logo, page wrapper, typography
   - Hero section + trust stats bar
   - Generic section backgrounds/containers/headers
   - Feature/use-case cards
   - Buttons
   - Problem before/after section
   ======================================== */

/* ============================================
   VARIABLE ALIASES
   Map our variable names to the base CSS variables
   defined in fabsoft-product-layout.css
   ============================================ */
:root {
    --fabsoft-primary: var(--fabsoft-blue);
    --fabsoft-text-secondary: var(--fabsoft-text-muted);
    --fabsoft-text-secondary-accessible: #6E6E73;
    --fabsoft-success: var(--fabsoft-green);
    --fabsoft-blue-soft: rgba(0, 113, 227, 0.06);
    --fabsoft-light-gray: #F5F5F7;
    --fabsoft-transition: all 0.3s ease;
    --radius-sm: var(--fabsoft-radius-sm);
    --radius-md: var(--fabsoft-radius-md);
    --radius-lg: var(--fabsoft-radius-lg);
    --radius-full: var(--fabsoft-radius-full);
}

/* ============================================
   HIDE DEFAULT SITE FOOTER (replaced by FabSoft-ProductFooter)
   ============================================ */
.home-footer,
.home-footerBar,
.products-footerButton {
    display: none !important;
}

/* ============================================
   HERO PRODUCT LOGO
   ============================================ */
.fabsoft-product-hero-logo {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
}

/* ============================================
   PAGE WRAPPER
   ============================================ */
.fabsoft-page-wrapper {
    font-family: var(--fabsoft-font);
}
.fabsoft-page-wrapper h1,
.fabsoft-page-wrapper h2,
.fabsoft-page-wrapper h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* ============================================
   HERO SECTION
   ============================================ */
.fabsoft-product-hero {
    padding: 120px 24px 80px;
    background: var(--fabsoft-bg);
    text-align: center;
}
.fabsoft-product-hero-container {
    max-width: 900px;
    margin: 0 auto;
}
.fabsoft-product-hero-badge {
    display: inline-block;
    background: var(--fabsoft-blue);
    color: var(--fabsoft-white);
    padding: 8px 20px;
    border-radius: var(--fabsoft-radius-full);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.fabsoft-product-hero-title {
    font-size: clamp(40px, 8vw, 80px);
    margin-bottom: 24px;
    color: var(--fabsoft-text);
}
.fabsoft-product-hero-title span {
    color: var(--fabsoft-blue);
}
.fabsoft-product-hero-subtitle {
    font-size: clamp(18px, 3vw, 21px);
    color: var(--fabsoft-text-muted);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.fabsoft-product-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
}
.fabsoft-product-hero-ctas .fabsoft-btn-primary,
.fabsoft-product-hero-ctas .fabsoft-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 500;
    border-radius: var(--fabsoft-radius-full);
    text-decoration: none;
    transition: all 0.3s ease;
}
.fabsoft-product-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    justify-content: center;
    font-size: 14px;
    color: var(--fabsoft-text-muted);
}
.fabsoft-product-hero-trust-item::before {
    content: '\2713';
    color: var(--fabsoft-green);
    font-weight: 700;
    margin-right: 8px;
}

/* ============================================
   TRUST STATS BAR
   ============================================ */
.fabsoft-product-trust-bar {
    background: var(--fabsoft-white);
    padding: 40px 24px;
    border-bottom: 1px solid var(--fabsoft-border);
}
.fabsoft-product-trust-container {
    max-width: 1200px;
    margin: 0 auto;
}
.fabsoft-product-trust-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}
.fabsoft-product-trust-stat {
    text-align: center;
}
.fabsoft-product-trust-stat-number {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    color: var(--fabsoft-blue);
    display: block;
}
.fabsoft-product-trust-stat-label {
    font-size: 14px;
    color: var(--fabsoft-text-muted);
}
@media (min-width: 768px) {
    .fabsoft-product-trust-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ============================================
   GENERIC SECTION STYLES (used by multiple sections)
   ============================================ */
.fabsoft-audience-section,
.fabsoft-capabilities-section,
.fabsoft-testimonials-section,
.fabsoft-pricing-section,
.fabsoft-faq-section {
    padding: 80px 24px;
}
.fabsoft-audience-section { background: var(--fabsoft-bg); }
.fabsoft-capabilities-section { background: var(--fabsoft-white); }
.fabsoft-testimonials-section { background: var(--fabsoft-bg); }
.fabsoft-pricing-section { background: var(--fabsoft-white); }
.fabsoft-faq-section { background: var(--fabsoft-bg); }

.fabsoft-audience-container,
.fabsoft-capabilities-container,
.fabsoft-testimonials-container,
.fabsoft-pricing-container,
.fabsoft-faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.fabsoft-audience-header,
.fabsoft-capabilities-header,
.fabsoft-testimonials-header,
.fabsoft-pricing-header,
.fabsoft-faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.fabsoft-audience-title,
.fabsoft-capabilities-title,
.fabsoft-testimonials-title,
.fabsoft-pricing-title,
.fabsoft-faq-title {
    font-size: clamp(28px, 5vw, 48px);
    margin-bottom: 16px;
    color: var(--fabsoft-text);
}

.fabsoft-audience-subtitle,
.fabsoft-capabilities-subtitle,
.fabsoft-testimonials-subtitle,
.fabsoft-pricing-subtitle,
.fabsoft-faq-subtitle {
    font-size: 19px;
    color: var(--fabsoft-text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ============================================
   FEATURE/USE-CASE CARDS
   ============================================ */
.fabsoft-usecases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.fabsoft-usecase-card {
    background: var(--fabsoft-white);
    border-radius: var(--fabsoft-radius-lg);
    padding: 32px;
    border: 1px solid var(--fabsoft-border);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fabsoft-usecase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.fabsoft-usecase-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--fabsoft-text);
    margin: 0 0 12px;
}
.fabsoft-usecase-card-text {
    font-size: 15px;
    color: var(--fabsoft-text-muted);
    line-height: 1.6;
    margin: 0;
}
