/* =========================================================
   About page — antidotum/static/antidotum/css/about.css
   Used by both about.html and faq.html
   ========================================================= */

/* ----------------------------------------------------------
   Shared page hero strip
   ---------------------------------------------------------- */
.about-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    padding: 3.5rem 0 3rem;
    text-align: center;
}

.about-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.about-hero .lead {
    font-size: 1.125rem;
    color: #6c757d;
    max-width: 620px;
    margin: 0 auto;
}

/* ----------------------------------------------------------
   Section layout
   ---------------------------------------------------------- */
.about-section {
    padding: 3rem 0;
}

.about-section + .about-section {
    border-top: 1px solid #dee2e6;
}

.about-section-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
}

/* ----------------------------------------------------------
   Company facts table
   ---------------------------------------------------------- */
.about-facts-table {
    width: 100%;
    border-collapse: collapse;
}

.about-facts-table th,
.about-facts-table td {
    padding: 0.6rem 0.85rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    vertical-align: top;
}

.about-facts-table th {
    width: 38%;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.about-facts-table td {
    color: #212529;
}

/* ----------------------------------------------------------
   CTA row
   ---------------------------------------------------------- */
.about-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

/* ----------------------------------------------------------
   FAQ page
   ---------------------------------------------------------- */
.faq-category-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
}

.faq-accordion .accordion-button {
    font-weight: 500;
    color: #1a1a2e;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #f0f4ff;
}

.faq-accordion .accordion-body {
    color: #495057;
    line-height: 1.7;
}

.faq-cta-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    margin-top: 2.5rem;
}

.faq-cta-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
