.org-structure-page {
    --org-teal: #00a887;
    --org-teal-dark: #0b7b67;
    --org-ink: #1f2e45;
    --org-soft: #f3f7f9;
    --org-line: #d8e6ea;
    background: linear-gradient(180deg, #f7fbfc 0%, #f3f7f9 70%, #eef5f7 100%);
    min-height: 100vh;
    color: var(--org-ink);
}

.org-hero {
    position: relative;
    padding: clamp(110px, 10vw, 140px) 0 32px;
    overflow: hidden;
}

.org-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.34;
    pointer-events: none;
}

.org-hero-glow-a {
    top: -160px;
    right: -120px;
    background: radial-gradient(circle at center, rgba(0, 168, 135, 0.55) 0%, rgba(0, 168, 135, 0) 72%);
}

.org-hero-glow-b {
    left: -140px;
    top: -220px;
    background: radial-gradient(circle at center, rgba(11, 123, 103, 0.45) 0%, rgba(11, 123, 103, 0) 70%);
}

.org-hero-panel {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 32px 24px;
    border-radius: 22px;
    border: 1px solid rgba(0, 168, 135, 0.2);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(245, 252, 250, 0.92));
    box-shadow: 0 22px 60px rgba(0, 47, 67, 0.12);
}

.org-kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: var(--org-teal-dark);
    font-weight: 800;
    text-transform: uppercase;
}

.org-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--org-ink);
}

.org-subtitle {
    max-width: 760px;
    margin: 14px auto 0;
    color: #556b7f;
    line-height: 1.9;
    font-size: clamp(0.95rem, 1.7vw, 1.06rem);
}

.org-stats {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.org-stat-card {
    background: linear-gradient(165deg, #ffffff, #edf9f6);
    border: 1px solid rgba(0, 168, 135, 0.2);
    border-radius: 14px;
    padding: 14px 10px;
}

.org-stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--org-teal);
    line-height: 1.1;
}

.org-stat-label {
    display: block;
    font-size: 0.78rem;
    color: #6a7f92;
    margin-top: 5px;
    font-weight: 600;
}

.org-chart-section {
    padding: 16px 0 56px;
}

.org-tree {
    max-width: 1040px;
    margin: 0 auto 28px;
}

.org-level {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.org-member-card {
    width: min(100%, 280px);
    border-radius: 16px;
    border: 1px solid rgba(0, 168, 135, 0.2);
    background: linear-gradient(155deg, #ffffff, #f6fbfc);
    box-shadow: 0 10px 30px rgba(15, 42, 60, 0.1);
    padding: 16px 14px 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.org-member-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.12), rgba(0, 168, 135, 0.06));
    pointer-events: none;
}

.org-member-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 64, 89, 0.18);
}

.org-member-card.chief {
    width: min(100%, 330px);
    border-color: rgba(0, 168, 135, 0.32);
}

.org-member-card.executive {
    width: min(100%, 240px);
}

.org-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 168, 135, 0.24);
    background: rgba(0, 168, 135, 0.09);
    color: var(--org-teal-dark);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    margin-bottom: 12px;
}

.org-avatar {
    width: 74px;
    height: 74px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid rgba(0, 168, 135, 0.24);
    background: linear-gradient(135deg, rgba(0, 168, 135, 0.2), rgba(0, 168, 135, 0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--org-teal-dark);
    font-size: 1.65rem;
    overflow: hidden;
}

.org-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-member-name {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--org-ink);
}

.org-member-name a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0, 168, 135, 0.35);
}

.org-member-name a:hover {
    color: var(--org-teal-dark);
}

.org-member-role {
    margin: 8px 0 0;
    color: #64788a;
    font-size: 0.88rem;
    line-height: 1.7;
}

.org-connector {
    width: 2px;
    height: 28px;
    margin: 10px auto;
    background: linear-gradient(180deg, rgba(0, 168, 135, 0.45), rgba(0, 168, 135, 0.08));
}

.org-departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.org-department-card {
    border-radius: 16px;
    border: 1px solid var(--org-line);
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 42, 60, 0.08);
    padding: 16px;
}

.org-department-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.org-department-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--org-teal), #58cdb6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex: 0 0 auto;
}

.org-department-title {
    margin: 2px 0 4px;
    font-size: 1.02rem;
    color: var(--org-ink);
}

.org-department-summary {
    margin: 0;
    color: #688194;
    font-size: 0.84rem;
    line-height: 1.7;
}

.org-department-lead {
    border: 1px solid rgba(0, 168, 135, 0.2);
    background: linear-gradient(135deg, #f6fffc, #eef8f7);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
}

.org-inline-label {
    display: inline-block;
    font-size: 0.72rem;
    color: var(--org-teal-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.org-inline-name {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
}

.org-inline-name a {
    color: inherit;
    text-decoration: none;
}

.org-inline-role {
    margin: 4px 0 0;
    color: #5f7486;
    font-size: 0.83rem;
}

.org-member-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.org-member-list-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 8px 9px;
    border: 1px solid #e6eef2;
    border-radius: 10px;
    background: #f9fcfd;
}

.org-member-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--org-teal);
    margin-top: 7px;
    flex: 0 0 auto;
}

.org-member-data strong {
    display: block;
    font-size: 0.9rem;
    line-height: 1.35;
}

.org-member-data strong a {
    color: inherit;
    text-decoration: none;
}

.org-member-data strong a:hover {
    color: var(--org-teal-dark);
}

.org-member-data small {
    display: block;
    margin-top: 2px;
    color: #6b8091;
    font-size: 0.78rem;
    line-height: 1.5;
}

.org-page-cta {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.org-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.org-cta-btn:hover {
    transform: translateY(-2px);
}

.org-cta-btn.primary {
    background: linear-gradient(135deg, var(--org-teal), #43bca8);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 168, 135, 0.28);
}

.org-cta-btn.secondary {
    border: 1px solid rgba(0, 168, 135, 0.3);
    color: var(--org-teal-dark);
    background: #fff;
}

@media (max-width: 991px) {
    .org-hero {
        padding-top: 102px;
    }

    .org-hero-panel {
        padding: 24px 16px;
    }

    .org-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .org-hero {
        padding-top: 94px;
        padding-bottom: 22px;
    }

    .org-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .org-level {
        gap: 12px;
    }

    .org-member-card,
    .org-member-card.chief,
    .org-member-card.executive {
        width: 100%;
    }

    .org-connector {
        display: none;
    }

    .org-departments-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
