/* Company Page Styles - E-E-A-T Optimized */
.company-page-container {
    max-width: 100%;
    margin: 0 auto;
}

/* Hero Section */
.company-hero-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    padding: 120px 0 100px 0;
    text-align: center;
    color: white;
}

.company-hero-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.company-tagline {
    font-size: 1.5rem;
    color: #047727;
    font-weight: 600;
    margin-bottom: 30px;
}

.company-hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Origin Section */
.company-origin-section {
    padding: 100px 0;
    background-color: #fff;
}

.company-origin-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-origin-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 40px;
    text-align: center;
}

.company-origin-section p {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.company-emphasis {
    font-size: 1.3rem !important;
    font-weight: 600;
    color: #047727 !important;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}

/* Leadership Section */
.company-leadership-section {
    padding: 40px 0;
    background-color: #f8f9fa;
    display: none;
}

.company-leadership-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-leadership-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 50px;
    text-align: center;
}

.leadership-grid {
    display: flex;
    justify-content: center;
}

.leader-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
}

.leader-image {
    flex-shrink: 0;
}

.leader-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #047727;
}

.leader-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 8px;
}

.leader-title {
    font-size: 1.1rem;
    color: #047727;
    font-weight: 600;
    margin-bottom: 20px;
}

.leader-bio {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

/* Medical Advisory Section */
.company-advisory-section {
    padding: 40px 0;
    background-color: #fff;
}

.company-advisory-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-advisory-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 15px;
    text-align: center;
}

.company-advisory-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.company-advisory-section p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: center;
}

.advisory-highlight {
    font-size: 1.25rem !important;
    font-weight: 600;
    color: #047727 !important;
    background: #f0f9f3;
    padding: 25px 30px;
    border-radius: 8px;
    border-left: 4px solid #047727;
    text-align: left !important;
    margin: 40px 0;
}

.oversight-areas {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.oversight-areas h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a1628;
    margin-bottom: 20px;
}

.oversight-areas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oversight-areas li {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.oversight-areas li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #047727;
    font-weight: bold;
}

.oversight-areas li strong {
    color: #0a1628;
}

/* Data Accuracy Section */
.company-data-section {
    padding: 60px 0;
    background-color: #0a1628;
    color: white;
}

.company-data-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-data-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.company-data-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #047727;
    margin-bottom: 30px;
    text-align: center;
}

.company-data-section>.company-data-content>p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: center;
}

.data-methodology {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 50px 0;
}

.methodology-block {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.methodology-block h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #047727;
    margin-bottom: 20px;
}

.methodology-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.methodology-block li {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.methodology-block li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #047727;
}

.methodology-block li strong {
    color: white;
}

.data-statement {
    font-size: 1.15rem !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9) !important;
    text-align: center !important;
    max-width: 800px;
    margin: 40px auto 0;
}

/* Statistics Section */
.company-stats-section {
    background-color: #047727;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.company-stats-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-header {
    margin-bottom: 60px;
}

.stats-header h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.stats-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    min-width: 200px;
}

.stat-number {
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-label {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Partners Section */
.company-partners-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.company-partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.company-partners-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0a1628;
    margin-bottom: 20px;
}

.partners-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    align-items: center;
    justify-items: center;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 280px;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.partner-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Contact Section */
.company-contact-section {
    padding: 100px 0;
    background-color: #fff;
}

.company-contact-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.company-contact-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 10px;
}

.company-contact-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 40px;
}

/* Call or Text Us Button */
.call-text-button-container {
    text-align: center;
    margin-bottom: 50px;
}

.call-text-button {
    display: inline-block;
    background-color: #047727;
    color: white;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(4, 119, 39, 0.3);
}

.call-text-button:hover {
    background-color: #035a1e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 119, 39, 0.4);
    color: white;
    text-decoration: none;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}

.contact-info-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #047727;
    margin-bottom: 15px;
}

.contact-info-item p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact-note {
    font-size: 0.9rem !important;
    color: #777 !important;
    font-style: italic;
}

.contact-info-item a {
    color: #047727;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #035a1e;
    text-decoration: underline;
}

/* Newsletter Section */
.company-newsletter-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.company-newsletter-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.company-newsletter-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 20px;
}

.company-newsletter-section p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.newsletter-form-container {
    max-width: 500px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 900px) {
    .leader-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .data-methodology {
        grid-template-columns: 1fr;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .company-hero-section {
        padding: 100px 0 80px 0;
    }

    .company-hero-section h1 {
        font-size: 2.5rem;
    }

    .company-tagline {
        font-size: 1.2rem;
    }

    .company-hero-description {
        font-size: 1.05rem;
    }

    .company-origin-section,
    .company-leadership-section,
    .company-advisory-section,
    .company-data-section,
    .company-partners-section,
    .company-contact-section {
        padding: 70px 0;
    }

    .company-origin-section h2,
    .company-leadership-section h2,
    .company-advisory-section h2,
    .company-data-section h2,
    .company-partners-section h2,
    .company-contact-section h2 {
        font-size: 2rem;
    }

    .stats-header h3 {
        font-size: 2rem;
    }

    .stats-grid {
        flex-direction: column;
        gap: 40px;
    }

    .stat-number {
        font-size: 3.5rem;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .company-hero-section h1 {
        font-size: 2rem;
    }

    .company-tagline {
        font-size: 1.1rem;
    }

    .company-origin-section h2,
    .company-leadership-section h2,
    .company-advisory-section h2,
    .company-data-section h2,
    .company-partners-section h2,
    .company-contact-section h2 {
        font-size: 1.75rem;
    }

    .leader-image img {
        width: 150px;
        height: 150px;
    }

    .leader-info h3 {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 3rem;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .call-text-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}