/* =============================================================
   COMPANY.CSS — Styles du profil entreprise NOUAVOU.NET
   Page : company_profile.php
   ============================================================= */

/* ── Variables ───────────────────────────────────────────────── */
:root {
    --co-primary: #0B132B;
    --co-accent: #39FF14;
    --co-text-muted: #64748b;
    --co-linkedin: #0077b5;
    --co-facebook: #1877f2;
    --co-instagram: #e4405f;
    --co-x-twitter: #000000;
}

body {
    background: #fdfdfd;
    font-family: 'Outfit', sans-serif;
    color: var(--co-primary);
}

/* ── Profile Hero "Majestic" ─────────────────────────────────── */
.profile-hero {
    position: relative;
    margin-bottom: 100px;
}
.hero-banner {
    height: 380px;
    width: 100%;
    background: linear-gradient(135deg, #0B132B 0%, #1c2541 100%);
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.hero-content {
    position: relative;
    margin-top: -120px;
    z-index: 10;
}
.profile-logo-container {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 35px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border: 8px solid #fff;
}
.profile-logo-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.company-info-main {
    padding-top: 130px;
}
.company-name {
    font-weight: 900;
    font-size: 42px;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.company-slogan {
    font-size: 20px;
    color: var(--co-text-muted);
    font-weight: 500;
    margin-bottom: 25px;
    max-width: 700px;
}

/* ── Social Hub ──────────────────────────────────────────────── */
.social-hub {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}
.social-link {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.social-link:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* ── Bento Cards ─────────────────────────────────────────────── */
.bento-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #f1f5f9;
    padding: 40px;
    margin-bottom: 35px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
}
.section-label {
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--co-text-muted);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}
.section-title {
    font-weight: 900;
    font-size: 26px;
    color: var(--co-primary);
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.section-title i {
    color: var(--co-accent);
    font-size: 24px;
}

/* ── Sidebar Widgets ─────────────────────────────────────────── */
.sidebar-widget {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #f1f5f9;
    padding: 30px;
    margin-bottom: 30px;
}
.contact-btn {
    background: var(--co-primary);
    color: #fff;
    padding: 20px;
    border-radius: 18px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(11, 19, 43, 0.2);
}
.contact-btn:hover {
    background: #1c2541;
    transform: translateY(-3px);
    color: #fff;
}

/* ── Info Tags ───────────────────────────────────────────────── */
.info-tag {
    background: #f8fafc;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
    color: var(--co-primary);
    border: 1px solid #f1f5f9;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ── Content Cards ───────────────────────────────────────────── */
.content-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #f1f5f9;
    padding: 40px;
    margin-bottom: 35px;
}
.stat-badge {
    background: #f1f5f9;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--co-primary);
}

/* ── Contact Info ────────────────────────────────────────────── */
.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.contact-icon {
    width: 45px;
    height: 45px;
    background: #ebfaf0;
    color: #059669;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.contact-label {
    font-size: 11px;
    font-weight: 800;
    color: var(--co-text-muted);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.contact-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--co-primary);
    margin: 0;
}

/* ── Job Rows ────────────────────────────────────────────────── */
.job-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}
.job-row:last-child { border: 0; }
.job-title {
    font-weight: 800;
    font-size: 16px;
    color: var(--co-primary);
    transition: 0.2s;
}
.job-row:hover .job-title { color: #2563eb; }
